h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
  letter-spacing: 1px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #434343;
}

.title-container {
  margin: 10px 0 20px 0;
  color: #434343;
  font-family: "Source Sans Pro", sans-serif;
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}
.title-container * {
  font-weight: 300;
  letter-spacing: 1px;
  text-align: center;
}
.title-container h1,
.title-container .h1,
.title-container h2,
.title-container .h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
}

.subtitle {
  margin-bottom: 5px;
  clear: both;
  color: #434343;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.welcome-message {
  background-color: #3d4069;
  color: #ffffff;
}

.box-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  font-weight: bold;
}

body,
.font-body {
  font-size: 14px;
}

.font-small {
  font-size: 12px;
}

.font-small-extra {
  font-size: 10px;
}

.fa-min {
  font-size: 8px;
}

.weight-normal {
  font-weight: 400;
}

.weight-strong {
  font-weight: 700;
}

.weight-light {
  font-weight: 300;
}

.letter-spacing {
  letter-spacing: 1px;
}

/* Color */
.text-primary {
  color: #3d4069;
}

.text-secondary {
  color: #3d4069;
}

body {
  background: #ffffff;
  font-family: "Open Sans", sans-serif;
  color: #434343;
}

.box-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid rgba(67, 67, 67, 0.2);
}
.box-container-border-bottom {
  padding: 20px 0;
  border: 0;
  border-bottom: 4px solid rgba(67, 67, 67, 0.1);
}

.card-collapse-toggle {
  background: #3d4069;
  fill: #ffffff;
  padding: 10px;
}

.card-title-container {
  background-color: rgba(44, 62, 80, 0.2);
  padding: 20px 20px 10px 20px;
}

.svg-icon-primary {
  fill: #3d4069;
}

.svg-icon-secondary {
  fill: #3d4069;
}

.svg-icon-text {
  fill: #434343;
}

.svg-icon-back {
  fill: #ffffff;
}

.social-icon {
  color: #3d4069;
  fill: #3d4069;
}

.icon-circle {
  background-color: #ffffff;
  color: #434343 !important;
  fill: #434343 !important;
}

.placeholder-container {
  background-color: rgba(67, 67, 67, 0.1);
}

.placeholder-color {
  background-color: rgba(67, 67, 67, 0.07);
}

.placeholder-icon {
  fill: rgba(67, 67, 67, 0.07);
}

.placeholder-page {
  background: #3d4069;
}
.placeholder-page:hover,
.placeholder-page.active {
  background: #3d4069;
  opacity: 0.8;
}

.placeholder-shine {
  background-color: rgba(67, 67, 67, 0.2);
}

.spinner-ellipsis .point {
  background-color: rgba(67, 67, 67, 0.2);
}

button {
  font-family: "Source Sans Pro", sans-serif;
}
button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  padding: 10px 15px;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  text-shadow: none;
  background-image: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
  text-align: center;
}
.btn:hover,
.btn:focus,
.btn.active {
  background-image: none;
  background-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
}
.btn[disabled],
.btn[disabled]:hover {
  background-color: #ddd;
  border: 2px solid #ddd;
}

.btn-primary {
  background: #3d4069;
  color: #ffffff;
  border: 2px solid #3d4069;
}
.btn-primary svg {
  fill: #ffffff;
}
.btn-primary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #3d4069;
  background: #ffffff;
  border: 2px solid #3d4069;
}
.btn-primary:hover svg {
  fill: #3d4069;
}
.btn-primary:focus {
  background: #3d4069;
  color: #ffffff;
  border: 2px solid #3d4069 !important;
}
.btn-primary:order {
  width: 100%;
}
.btn-primary.btn-transition,
.btn-primary.btn-transition[disabled],
.btn-primary.btn-transition[disabled]:hover {
  background: #3d4069;
  color: #ffffff;
  border: 2px solid #3d4069;
}

.btn-secondary {
  background: #3d4069;
  color: #ffffff;
  fill: #ffffff;
  border: 2px solid #3d4069;
}
.btn-secondary:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #3d4069;
  background: #ffffff;
  border: 2px solid #3d4069;
}
.btn-secondary:hover svg {
  fill: #3d4069;
}
.btn-secondary:focus {
  background: #3d4069;
  color: #ffffff;
  border: 2px solid #3d4069;
}
.btn-secondary:focus .btn-secondary-icon {
  fill: #3d4069;
}

.btn-default {
  background-color: transparent;
  border: 2px solid rgba(67, 67, 67, 0.4);
  color: rgba(67, 67, 67, 0.8);
  fill: rgba(67, 67, 67, 0.6);
}
.btn-default:hover {
  background-color: transparent;
  color: #434343;
  border: 2px solid #434343;
}
.btn-default-icon {
  width: 18px;
  height: 20px;
  fill: rgba(67, 67, 67, 0.6);
  float: right;
}

.btn-link {
  position: relative;
  color: #434343;
  fill: #434343;
  text-decoration: underline;
  font-style: italic;
}
.btn-link:hover {
  color: #434343;
  opacity: 0.8;
}
.btn-link:focus {
  color: #434343;
}
.btn-link.btn-link-line {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.btn-link.btn-link-line:before,
.btn-link.btn-link-line:after {
  position: absolute;
  top: 52%;
  overflow: hidden;
  width: 45%;
  height: 1px;
  margin-left: 5%;
  content: "\a0";
  background-color: #434343;
}
.btn-link.btn-link-line:before {
  margin-left: -50%;
  margin-right: 5px;
  text-align: right;
}

.btn-floating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 8px;
  color: rgba(67, 67, 67, 0.7);
  fill: rgba(67, 67, 67, 0.7);
  background-color: #ffffff;
  border: 1px solid rgba(67, 67, 67, 0.05);
  border-radius: 30px;
  font-size: 18px;
  line-height: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04),
    0 3px 1px -2px rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
  z-index: 100;
}
.btn-floating:hover,
.btn-floating:focus {
  opacity: 0.8;
}
.btn-floating.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 15px;
  right: 15px;
}

.btn-small {
  padding: 8px 5px;
  font-size: 14px;
}

.btn-smallest {
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
}

.btn-whatsapp {
  color: white;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}
.btn-whatsapp svg {
  width: 30px;
  height: 30px;
  padding: 5px 2px;
  fill: white;
  vertical-align: middle;
}

.btn-toggle {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
}
.btn-toggle svg {
  fill: #ffffff;
  background: rgba(67, 67, 67, 0.2);
}

.form-toggle-password {
  background-color: rgba(67, 67, 67, 0.05);
}
.form-toggle-password:hover {
  background-color: rgba(67, 67, 67, 0.1);
}

a {
  color: #434343;
}
a:focus,
a:hover {
  color: #434343;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.link-module + .link-module {
  border-top: 0;
}

.link-module {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}

.link-module-icon {
  fill: #434343;
}

.chip {
  color: #434343;
  background-color: rgba(67, 67, 67, 0.1);
}
.chip:hover,
.chip:focus {
  opacity: 0.6;
}
.chip-remove-icon {
  fill: #434343;
}

.modal,
.modal-right,
.modal-xs-dialog {
  background: #ffffff;
  color: #434343;
}

.modal-header {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}
.modal-header-background {
  background: rgba(67, 67, 67, 0.02);
}

.modal-footer {
  background: #ffffff;
  color: #434343;
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  box-shadow: none;
}

.badge {
  background: rgba(44, 62, 80, 0.2);
  color: #3d4069;
}

.divider-dotted,
.divider-solid {
  float: left;
  width: 100%;
  margin: 20px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
}

.divider-solid {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.divider-bullet {
  background: #434343;
}

.divider-bullet-secondary {
  background: #3d4069;
}

.divider-bullet-invert {
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 2px;
}

select {
  border: 1px solid rgba(67, 67, 67, 0.6);
  font-family: "Open Sans", sans-serif;
}
select:focus {
  outline: none;
  box-shadow: none;
  border-color: #3d4069;
}

input,
input.form-control,
textarea {
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  color: #434343;
}
input:focus,
input.form-control:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #3d4069 !important;
}

textarea {
  border: 1px solid #3d4069;
}

.form-group {
  clear: both;
  margin-bottom: 15px;
}
.form-group input.form-control {
  width: 100%;
  border: 1px solid rgba(44, 62, 80, 0.6);
}
.form-group input.form-control.form-control-xs {
  height: 36px;
}
.form-group .form-label {
  color: #3d4069;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

input.form-control {
  height: 40px;
  padding: 7px;
  margin: 0;
}
input.form-control.form-password {
  padding-right: 110px;
}

input[disabled],
input[disabled]:hover {
  background: #3d4069;
  border-color: #3d4069;
  opacity: 0.6;
  cursor: initial;
  color: #ffffff;
}

.quantity-label {
  color: #3d4069;
}

input.quantity-input {
  border: 1px solid rgba(44, 62, 80, 0.6);
}

.radio-button-container .radio-button-content {
  border: 2px solid rgba(67, 67, 67, 0.5);
  fill: #434343;
}

.radio-button-container
  .radio-button
  input[type="radio"]:checked
  + .radio-button-content {
  color: #3d4069;
  fill: #3d4069;
  outline: 3px solid #3d4069;
  outline-offset: -2px;
}
.radio-button-container
  .radio-button
  input[type="radio"]:checked
  + .radio-button-content
  .unchecked {
  border: 2px solid #3d4069;
}

.radio-button-container
  .radio-button
  input[type="radio"]:checked
  .shipping-method-price {
  color: #3d4069;
}

.alert-danger,
.alert-error {
  color: black;
  fill: black;
  border-color: rgba(204, 72, 69, 0.1);
  background-color: rgba(204, 72, 69, 0.1);
}

.alert-warning {
  color: black;
  fill: black;
  border-color: rgba(192, 152, 83, 0.1);
  background-color: rgba(192, 152, 83, 0.1);
}

.alert-info {
  color: #434343;
  fill: #434343;
  border-color: rgba(67, 67, 67, 0.6);
  background-color: rgba(67, 67, 67, 0.02);
}

.alert-success {
  color: black;
  fill: black;
  border-color: rgba(60, 175, 101, 0.1);
  background-color: rgba(60, 175, 101, 0.1);
}

.alert-primary {
  border-color: rgba(44, 62, 80, 0.1);
  color: #3d4069;
  fill: #3d4069;
  background-color: rgba(44, 62, 80, 0.05);
}

.notification-primary {
  color: #434343;
  border: 1px solid rgba(67, 67, 67, 0.2);
  background-color: #ffffff;
}

::selection {
  background-color: #3d4069;
  color: #ffffff;
}

.notification-secondary {
  background: #f7f7f7;
  text-transform: uppercase;
  color: rgba(67, 67, 67, 0.8);
  fill: rgba(67, 67, 67, 0.8);
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}
.notification-secondary a {
  color: #3d4069;
  font-weight: 400;
}

.label-primary {
  background-color: #3d4069;
  text-shadow: none;
}

.nav-tabs-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.nav-tabs-links {
  border-bottom: 0;
}

.nav-tabs .tab.active .tab-link {
  color: #3d4069;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #3d4069;
}

.nav-tabs .tab-link {
  background-color: transparent;
}
.nav-tabs .tab-link:hover,
.nav-tabs .tab-link:focus {
  background-color: transparent !important;
}

.nav-tabs .tab-check.active .tab-check-link,
.nav-tabs .tab-check.active .tab-check-link:focus {
  outline: 2px solid #3d4069;
}

.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(67, 67, 67, 0.3);
}

.nav-tabs .tab-check-icon {
  color: #3d4069;
}

.nav-tabs .tab-check-icon .fa-inverse {
  color: #ffffff;
}

.panel {
  box-sizing: border-box;
  border: 1px solid rgba(44, 62, 80, 0.2);
  background-color: #ffffff;
}
.panel-heading {
  padding: 10px;
  border-bottom: 1px solid rgba(44, 62, 80, 0.2);
}
.panel-body {
  padding: 10px;
}
.panel-footer {
  padding: 10px;
  border-top: 1px solid rgba(44, 62, 80, 0.2);
}

.pills-container {
  background-color: rgba(67, 67, 67, 0.02);
}
.pills-container .pill-link {
  color: #ffffff;
  background: #3d4069;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase;
}
.pills-container .pill-link:hover,
.pills-container .pill-link:focus {
  opacity: 0.6;
  color: #ffffff;
}

.breadcrumbs {
  font-family: "Source Sans Pro", sans-serif;
}
.breadcrumbs .active {
  color: #3d4069;
}

.textbanner-text {
  color: white;
}
.textbanner-text .textbanner-title {
  font-family: "Source Sans Pro", sans-serif;
}

.textbanner-text.dark {
  color: black;
}
.textbanner-text.dark .textbanner-title {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2);
}
.textbanner-text.dark .textbanner-paragraph {
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.4);
}

.textbanner-image.light:after {
  background: white;
}

.services {
  color: #3d4069;
}
.services .service-item-container:not(:first-child) .service-item {
  border-left: 1px solid rgba(44, 62, 80, 0.4);
}

.swiper-pagination-bullet {
  background: #3d4069;
}

.swiper-pagination-bullet-active {
  background: #3d4069;
}

.swiper-vertical-btn {
  background-color: #434343;
  fill: #ffffff;
}
.swiper-vertical-btn:hover {
  background-color: #3d4069;
}

.border-left {
  border-left: 1px solid rgba(67, 67, 67, 0.2);
}

.border-top {
  border-top: 1px solid rgba(67, 67, 67, 0.2) !important;
}

.border-right {
  border-right: 1px solid rgba(67, 67, 67, 0.2);
}

.border-right-contrast {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.border-bottom {
  border-bottom: 1px solid rgba(67, 67, 67, 0.2);
}

.user-content {
  color: rgba(67, 67, 67, 0.6);
}
.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #3d4069;
}

.table-striped tbody > tr:nth-child(odd) > th,
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: rgba(67, 67, 67, 0.03);
}

.embed-responsive {
  background: #434343;
}

.product-video-container {
  background-color: rgba(67, 67, 67, 0.07);
}

.instafeed-module .instafeed-item {
  display: inline-block;
}
.instafeed-module .instafeed-item .instafeed-link {
  position: relative;
  display: block;
  padding-top: 100%;
}
.instafeed-module .instafeed-item .instafeed-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: cover;
  box-sizing: border-box;
}
.instafeed-module .instafeed-item .instafeed-info {
  float: left;
  width: 100%;
  font-size: 10px;
}
.instafeed-module .instafeed-item .instafeed-info .instafeed-info-item {
  display: inline-block;
  margin: 0 5px;
  color: #434343;
}

.fb-page-img-container {
  background: #ffffff;
}

.section-advertising {
  color: #ffffff;
  background-color: #1a252f;
}
.section-advertising a {
  color: #ffffff;
}

.logo-text {
  color: #3d4069;
  font-family: "Source Sans Pro", sans-serif;
  line-height: initial;
}

.desktop-head-top {
  background-color: #3d4069;
}
.desktop-head-top-link {
  color: #ffffff;
  fill: #ffffff;
}
.desktop-head-top input.desktop-search-input {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.4);
}
.desktop-head-top input.desktop-search-input::-webkit-input-placeholder {
  color: #ffffff;
}
.desktop-head-top .desktop-search-icon {
  fill: #ffffff;
}

.desktop-head {
  border-bottom: 1px solid rgba(67, 67, 67, 0.05);
}
.desktop-head .desktop-nav {
  background-color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}
.desktop-head .desktop-nav .desktop-nav-link:hover {
  color: #3d4069;
}
.desktop-head .desktop-nav-item.selected > .desktop-nav-link {
  color: #3d4069;
}
.desktop-head .desktop-nav-list {
  background-color: #ffffff;
  border: 1px solid rgba(44, 62, 80, 0.2);
}

.mobile-nav {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.3);
}
.mobile-nav-first-row {
  background-color: #3d4069;
  color: #ffffff;
}
.mobile-nav-first-row .mobile-nav-title {
  font-family: "Open Sans", sans-serif;
}
.mobile-nav-second-row {
  background-color: #ffffff;
}
.mobile-nav-tab.selected {
  border-bottom: 2px solid #3d4069;
}
.mobile-nav-tab-text {
  color: #434343;
}
.mobile-nav-tab.selected .mobile-nav-tab-text {
  color: #3d4069;
}
.mobile-nav-cart-amount {
  background-color: #3d4069;
  color: #ffffff;
}
.mobile-nav input.mobile-search-input {
  background-color: #ffffff;
}

.mobile-nav-categories-container {
  background-color: #ffffff;
  box-shadow: 2px 0px 1px 1px rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.hamburger-panel svg {
  fill: white;
}

.hamburger-panel-link:hover {
  background: #ffffff;
  color: #3d4069;
}

.hamburger-panel-link.selected .hamburger-panel-arrow svg {
  background: #3d4069;
}

.hamburger-panel-arrow svg {
  background: rgba(131, 131, 131, 0.4);
  fill: white;
}

.hamburger-panel-first-row,
.hamburger-panel-accordion {
  background: rgba(131, 131, 131, 0.4);
  color: white;
}

.search-suggest {
  background-color: #ffffff;
}
.search-suggest-link,
.search-suggest-icon {
  color: rgba(67, 67, 67, 0.8);
}
.search-suggest-link:hover,
.search-suggest-link:focus,
.search-suggest-icon:hover,
.search-suggest-icon:focus {
  color: rgba(67, 67, 67, 0.6);
  background-color: #f7f7f7;
}
.search-suggest-price {
  color: #3d4069;
  font-weight: bold;
}
.search-suggest-text {
  font-family: "Source Sans Pro", sans-serif;
}
.search-suggest-all-link {
  background-color: #f7f7f7;
}

.cart-summary {
  background-color: #3d4069;
}
.cart-summary:hover {
  opacity: 0.8;
}
.cart-summary-items {
  background-color: #ffffff;
  color: #3d4069;
  border: 1px solid #3d4069;
}
.cart-summary-total {
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
}

.filter-column {
  background-color: rgba(67, 67, 67, 0.03);
}

.checkbox-container .checkbox {
  color: #434343;
}
.checkbox-container .checkbox-color {
  border: 1px solid rgba(67, 67, 67, 0.1);
}
.checkbox-container .checkbox:hover input ~ .checkbox-icon,
.checkbox-container .checkbox input:checked ~ .checkbox-icon {
  border: 1px solid rgba(67, 67, 67, 0.6);
}
.checkbox-container .checkbox-icon {
  background: #ffffff;
  border: 1px solid rgba(67, 67, 67, 0.1);
}
.checkbox-container .checkbox-icon:after {
  border: solid #434343;
  border-width: 0 3px 3px 0;
}

.filters-container {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.filters-overlay {
  background-color: rgba(255, 255, 255, 0.85);
}

.item-price {
  color: #3d4069;
}

.item-price-compare {
  color: rgba(67, 67, 67, 0.6);
}

.item-quickshop-link {
  background: #3d4069;
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
}
.item-quickshop-link:hover {
  color: #ffffff;
}

.item-label {
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  border-bottom: 2px solid #ffffff;
}

.item-label-no-stock {
  color: rgba(67, 67, 67, 0.6);
  background: rgba(255, 255, 255, 0.9);
}

.item-label-shipping {
  border-right: 2px solid #ffffff;
  background: rgba(44, 62, 80, 0.9);
  color: #ffffff;
}

.item-label-offer {
  border-left: 2px solid #ffffff;
  background: rgba(44, 62, 80, 0.9);
  color: #ffffff;
}

.item-colors {
  background: rgba(255, 255, 255, 0.9);
}
.item-colors-bullet {
  border: 1px solid rgba(67, 67, 67, 0.5);
}
.item-colors-bullet.selected {
  border: 2px solid #434343;
}

.item-btn-quickshop + .alert:after {
  background: #ffffff;
}

.item-btn-quickshop-icon:hover svg {
  fill: #ffffff;
}

.cloud-zoom-big {
  background-color: #ffffff;
}

.product-price {
  color: #3d4069;
  font-weight: bold;
}

.product-label-offer {
  color: #3d4069;
  border: 1px solid #3d4069;
  background: #ffffff;
}

.product-label-shipping {
  color: #3d4069;
}

.variant-label {
  color: rgba(44, 62, 80, 0.8);
}

.variant-select {
  border: 1px solid rgba(44, 62, 80, 0.6);
  font-family: "Source Sans Pro", sans-serif;
}

.btn-variant {
  border: 2px solid rgba(67, 67, 67, 0.2);
}
.btn-variant.selected {
  border: 2px solid #3d4069;
}

.footer {
  background: rgba(44, 62, 80, 0.2);
}
.footer-title {
  font-family: "Source Sans Pro", sans-serif;
  color: #3d4069;
}
.footer a {
  color: #3d4069;
}
.footer a:hover {
  opacity: 0.8;
}
.footer-contact {
  border-top: 1px solid #3d4069;
  border-bottom: 1px solid #3d4069;
}
.footer-contact li {
  border-color: #3d4069;
  color: #3d4069;
}

input.input-newsletter,
.footer-input {
  border: 1px solid rgba(44, 62, 80, 0.6);
  background: rgba(255, 255, 255, 0.6);
  color: #3d4069;
}

.footer-legal {
  background: rgba(44, 62, 80, 0.8);
  color: #ffffff;
}
.footer-legal a {
  color: #ffffff;
}
.footer-legal a:hover {
  opacity: 0.8;
}

.link-social {
  background-color: rgba(44, 62, 80, 0.1);
}
.link-social .link-social-icon {
  color: #3d4069;
}

.powered-by-logo svg {
  fill: #ffffff;
}

.cart-table-row {
  border-bottom: 1px solid;
  border-color: rgba(67, 67, 67, 0.2);
}

.cart-quantity-btn {
  color: #434343;
  border: 0;
}

.cart-total {
  color: #3d4069;
  border-top: 1px dashed rgba(44, 62, 80, 0.4);
}

.cart-promotion-number {
  color: #3d4069;
}

.ajax-cart-table-header {
  border-top: 1px solid rgba(67, 67, 67, 0.1);
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.ajax-cart-item {
  border-bottom: 1px solid rgba(67, 67, 67, 0.1);
}

.cart-totals {
  background: rgba(67, 67, 67, 0.05);
}

@media (max-width: 767px) {
  .h1-xs {
    font-size: 40px;
  }
  .h2-xs {
    font-size: 24px;
  }
  .h3-xs {
    font-size: 22px;
  }
  .h4-xs {
    font-size: 20px;
  }
  .h5-xs {
    font-size: 18px;
  }
  .h6-xs {
    font-size: 16px;
  }
  .title-container {
    margin-top: 0;
  }
  .title-container h1 {
    font-size: 20px;
    line-height: initial;
    padding-bottom: 10px;
  }
  .box-title {
    margin-top: 10px;
    font-size: 16px;
  }
  .font-body-xs {
    font-size: 14px;
  }
  .font-small-xs {
    font-size: 12px;
  }
  .font-small-extra-xs {
    font-size: 10px;
  }
  .weight-normal-xs {
    font-weight: 400;
  }
  .weight-strong-xs {
    font-weight: 700;
  }
  .weight-light-xs {
    font-weight: 300;
  }
  .container-xs {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .btn-module {
    border: 1px solid rgba(67, 67, 67, 0.2);
    border-radius: 0;
    background: #ffffff;
  }
  .btn-module-icon {
    fill: #3d4069;
  }
  .link-module {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  }
  select {
    height: 36px;
    line-height: normal;
  }
  .radio-button
    input[type="radio"]:checked
    + .radio-button-content.with-border {
    box-shadow: 0 0 0 2px #3d4069;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .modal-xs {
    background-color: #ffffff;
  }
  .modal-xs.sheet-bottom {
    background-color: transparent;
  }
  .modal-xs .sheet-bottom-body {
    background-color: #ffffff;
  }
  .modal-xs-header {
    background-color: rgba(67, 67, 67, 0.02);
  }
  .modal-xs-header-icon {
    fill: #434343;
  }
  .modal-xs-header.sheet-bottom-header {
    background-color: #fafafa;
  }
  .modal-xs-header.sheet-bottom-header:active {
    background-color: #fafafa;
    color: #434343;
  }
  .modal-xs-header:active {
    background-color: #3d4069;
    color: #ffffff;
  }
  .modal-xs-header:active .modal-xs-header-icon {
    color: #ffffff;
    fill: #ffffff;
  }
  .modal-footer {
    border: 0;
  }
  .modal-xs-list-item {
    color: #434343;
    border-bottom: 1px solid rgba(67, 67, 67, 0.25);
  }
  .modal-xs-list-item.darker {
    background-color: rgba(67, 67, 67, 0.02);
  }
  .modal-xs-list-item .modal-xs-list-icon {
    fill: #434343;
  }
  .modal-xs-list-item:active {
    background-color: #3d4069;
    color: #ffffff;
  }
  .modal-xs-list-item:active .modal-xs-list-icon {
    color: #ffffff;
    fill: #ffffff;
  }
  .modal-xs-list-item.selected {
    color: #ffffff;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    background: #3d4069;
  }
  .modal-xs-list-item.selected .modal-xs-radio-icon {
    background: #ffffff;
    color: #3d4069;
  }
  .modal-xs-list-item.selected .modal-xs-radio-icon svg {
    visibility: visible;
    fill: #3d4069;
  }
  .modal-xs-list-item .modal-xs-radio-icon {
    background: rgba(44, 62, 80, 0.4);
  }
  .border-none-xs {
    border: 0;
  }
  .desktop-head {
    border-bottom: 0;
  }
  .category-controls {
    background: #ffffff;
  }
  .category-controls.is-sticky {
    border-bottom: 1px solid rgba(67, 67, 67, 0.2);
  }
  .filter-column {
    background: transparent;
  }
  .mobile-pagination {
    background: #f6f6f6;
  }
  .mobile-zoom-panel {
    background: #ffffff;
  }
}

.logo-img {
  background-color: white;
}


.desktop-head-top, .desktop-head, .desktop-head .desktop-nav-item, .desktop-head .desktop-nav {
    background-color:#3d4069;
}
.desktop-nav .desktop-nav-item .desktop-nav-link {
    color:white;
}

div.welcome-message.text-center.p-all-half , #prod-page > div:nth-child(1) > div > div, .breadcrumbs{
    display: none;
}

.img-absolute-centered {
    border:6px solid #3d4069;
}

#contact-page > div > div.span7.text-center, .powered-by, div.js-hide-footer-while-scrolling.footer.clear-both > div > div:nth-child(1) > div:nth-child(1){
    display: none;
}
