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: #444444; }

.title-container {
  margin: 10px 0 20px 0;
  color: #444444;
  font-family: Helvetica, Arial, sans-serif;
  border-bottom: 1px solid rgba(68, 68, 68, 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: #444444;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

.welcome-message {
  background-color: #86cac7;
  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: #e1aa90; }

.text-secondary {
  color: #86cac7; }

body {
  background: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
  color: #444444; }

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

.svg-icon-primary {
  fill: #e1aa90; }

.svg-icon-secondary {
  fill: #86cac7; }

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

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

.social-icon {
  color: #86cac7;
  fill: #86cac7; }

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

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

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

.placeholder-page {
  background: #86cac7; }
  .placeholder-page:hover, .placeholder-page.active {
    background: #e1aa90;
    opacity: 0.8; }

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

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

button {
  font-family: Helvetica, Arial, sans-serif; }
  button:focus {
    outline: none;
    box-shadow: none; }

.btn {
  padding: 10px 15px;
  font-family: Helvetica, Arial, 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: #e1aa90;
  color: #ffffff;
  border: 2px solid #e1aa90; }
  .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: #e1aa90;
    background: #ffffff;
    border: 2px solid #e1aa90; }
    .btn-primary:hover svg {
      fill: #e1aa90; }
  .btn-primary:focus {
    background: #e1aa90;
    color: #ffffff;
    border: 2px solid #e1aa90 !important; }
  .btn-primary.btn-transition, .btn-primary.btn-transition[disabled], .btn-primary.btn-transition[disabled]:hover {
    background: #e1aa90;
    color: #ffffff;
    border: 2px solid #e1aa90; }

.btn-secondary {
  background: #86cac7;
  color: #ffffff;
  fill: #ffffff;
  border: 2px solid #86cac7; }
  .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: #86cac7;
    background: #ffffff;
    border: 2px solid #86cac7; }
    .btn-secondary:hover svg {
      fill: #86cac7; }
  .btn-secondary:focus {
    background: #86cac7;
    color: #ffffff;
    border: 2px solid #86cac7; }
    .btn-secondary:focus .btn-secondary-icon {
      fill: #86cac7; }

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

.btn-link {
  position: relative;
  color: #444444;
  fill: #444444;
  text-decoration: underline;
  font-style: italic; }
  .btn-link:hover {
    color: #444444;
    opacity: 0.8; }
  .btn-link:focus {
    color: #444444; }
  .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: #444444; }
    .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(68, 68, 68, 0.7);
  fill: rgba(68, 68, 68, 0.7);
  background-color: #ffffff;
  border: 1px solid rgba(68, 68, 68, 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: 10; }
  .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(68, 68, 68, 0.1); }
  .btn-toggle svg {
    fill: #ffffff;
    background: rgba(68, 68, 68, 0.2); }

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

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

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

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

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

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

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

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

.badge {
  background: rgba(134, 202, 199, 0.2);
  color: #86cac7; }

.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(68, 68, 68, 0.1); }

.divider-bullet {
  background: #444444; }

.divider-bullet-secondary {
  background: #86cac7; }

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

select {
  border: 1px solid rgba(68, 68, 68, 0.6);
  font-family: Helvetica, Arial, sans-serif; }
  select:focus {
    outline: none;
    box-shadow: none;
    border-color: #86cac7; }

input,
input.form-control,
textarea {
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Helvetica, Arial, sans-serif;
  background: #ffffff;
  color: #444444; }
  input:focus,
  input.form-control:focus,
  textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #86cac7 !important; }

textarea {
  border: 1px solid #86cac7; }

.form-group {
  clear: both;
  margin-bottom: 15px; }
  .form-group input.form-control {
    width: 100%;
    border: 1px solid rgba(134, 202, 199, 0.6); }
    .form-group input.form-control.form-control-xs {
      height: 36px; }
  .form-group .form-label {
    color: #86cac7;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase; }

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

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

.quantity-label {
  color: #86cac7; }

input.quantity-input {
  border: 1px solid rgba(134, 202, 199, 0.6); }

.radio-button-container .radio-button-content {
  border: 2px solid rgba(68, 68, 68, 0.5);
  fill: #444444; }
.radio-button-container .radio-button input[type="radio"]:checked + .radio-button-content {
  color: #e1aa90;
  fill: #e1aa90;
  outline: 3px solid #e1aa90;
  outline-offset: -2px; }
  .radio-button-container .radio-button input[type="radio"]:checked + .radio-button-content .unchecked {
    border: 2px solid #e1aa90; }
.radio-button-container .radio-button input[type="radio"]:checked .shipping-method-price {
  color: #e1aa90; }

.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: #444444;
  fill: #444444;
  border-color: rgba(68, 68, 68, 0.6);
  background-color: rgba(68, 68, 68, 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(225, 170, 144, 0.1);
  color: #e1aa90;
  fill: #e1aa90;
  background-color: rgba(225, 170, 144, 0.05); }

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

::selection {
  background-color: #86cac7;
  color: #ffffff; }

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

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

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

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

.nav-tabs .tab.active .tab-link {
  color: #e1aa90;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #e1aa90; }
.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 #e1aa90; }
.nav-tabs .tab-check-link-text {
  outline: 1px solid rgba(68, 68, 68, 0.3); }
.nav-tabs .tab-check-icon {
  color: #e1aa90; }
.nav-tabs .tab-check-icon .fa-inverse {
  color: #ffffff; }

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

.pills-container {
  background-color: rgba(68, 68, 68, 0.02); }
  .pills-container .pill-link {
    color: #ffffff;
    background: #86cac7;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .pills-container .pill-link:hover, .pills-container .pill-link:focus {
      opacity: 0.6;
      color: #ffffff; }

.breadcrumbs {
  font-family: Helvetica, Arial, sans-serif; }
  .breadcrumbs .active {
    color: #86cac7; }

.textbanner-text {
  color: white; }
  .textbanner-text .textbanner-title {
    font-family: Helvetica, Arial, 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: #86cac7; }
  .services .service-item-container:not(:first-child) .service-item {
    border-left: 1px solid rgba(134, 202, 199, 0.4); }

.swiper-pagination-bullet {
  background: #86cac7; }

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

.swiper-vertical-btn {
  background-color: #444444;
  fill: #ffffff; }
  .swiper-vertical-btn:hover {
    background-color: #86cac7; }

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

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

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

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

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

.user-content {
  color: rgba(68, 68, 68, 0.6); }
  .user-content h1,
  .user-content h2,
  .user-content h3,
  .user-content h4,
  .user-content h5 {
    font-family: Helvetica, Arial, sans-serif;
    color: #e1aa90; }

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

.instafeed-module .instafeed-item {
  display: inline-block; }
  .instafeed-module .instafeed-item .instafeed-link {
    display: block;
    margin: 5px; }
  .instafeed-module .instafeed-item .instafeed-img {
    position: relative;
    display: block; }
  .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: 5px;
      color: #444444; }

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

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

.logo-text {
  color: #e1aa90;
  font-family: Helvetica, Arial, sans-serif;
  line-height: initial; }

.desktop-head-top {
  background-color: #86cac7; }
  .desktop-head-top-link {
    color: #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(68, 68, 68, 0.05); }
  .desktop-head .desktop-nav {
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif; }
    .desktop-head .desktop-nav .desktop-nav-link:hover {
      color: #e1aa90; }
    .desktop-head .desktop-nav-item.selected > .desktop-nav-link {
      color: #e1aa90; }
    .desktop-head .desktop-nav-list {
      background-color: #ffffff;
      border: 1px solid rgba(134, 202, 199, 0.2); }

.mobile-nav {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(68, 68, 68, 0.3); }
  .mobile-nav-first-row {
    background-color: #86cac7;
    color: #ffffff; }
    .mobile-nav-first-row .mobile-nav-title {
      font-family: Helvetica, Arial, sans-serif; }
  .mobile-nav-second-row {
    background-color: #ffffff; }
  .mobile-nav-tab.selected {
    border-bottom: 2px solid #86cac7; }
  .mobile-nav-tab-text {
    color: #444444; }
  .mobile-nav-tab.selected .mobile-nav-tab-text {
    color: #86cac7; }
  .mobile-nav-cart-amount {
    background-color: #e1aa90;
    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: #e1aa90; }
.hamburger-panel-arrow svg {
  background: rgba(131, 131, 131, 0.4);
  fill: white; }
.hamburger-panel-arrow.selected svg {
  background: #e1aa90; }
.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(68, 68, 68, 0.8); }
    .search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
      color: rgba(68, 68, 68, 0.6);
      background-color: #f7f7f7; }
  .search-suggest-price {
    color: #e1aa90;
    font-weight: bold; }
  .search-suggest-text {
    font-family: Helvetica, Arial, sans-serif; }
  .search-suggest-all-link {
    background-color: #f7f7f7; }

.cart-summary {
  background-color: #e1aa90; }
  .cart-summary:hover {
    opacity: 0.8; }
  .cart-summary-items {
    background-color: #ffffff;
    color: #e1aa90;
    border: 1px solid #e1aa90; }
  .cart-summary-total {
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif; }

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

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

.filter-remove:after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 512" fill="%23444444"><path d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"/></svg>'); }

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

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

.item-price {
  color: #e1aa90; }
.item-price-compare {
  color: rgba(68, 68, 68, 0.6); }
.item-quickshop-link {
  background: #e1aa90;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff; }
  .item-quickshop-link:hover {
    color: #ffffff; }
.item-label {
  font-family: Helvetica, Arial, sans-serif;
  text-align: center;
  border-bottom: 2px solid #ffffff; }
.item-label-no-stock {
  color: rgba(68, 68, 68, 0.6);
  background: rgba(255, 255, 255, 0.9); }
.item-label-shipping {
  border-right: 2px solid #ffffff;
  background: rgba(134, 202, 199, 0.9);
  color: #ffffff; }
.item-label-offer {
  border-left: 2px solid #ffffff;
  background: rgba(225, 170, 144, 0.9);
  color: #ffffff; }
.item-colors {
  background: rgba(255, 255, 255, 0.9); }
  .item-colors-bullet {
    border: 1px solid rgba(68, 68, 68, 0.5); }
    .item-colors-bullet.selected {
      border: 2px solid #444444; }

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

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

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

.product-label-shipping {
  color: #86cac7; }

.variant-label {
  color: rgba(134, 202, 199, 0.8); }

.variant-select {
  border: 1px solid rgba(134, 202, 199, 0.6);
  font-family: Helvetica, Arial, sans-serif; }

.btn-variant {
  border: 2px solid rgba(68, 68, 68, 0.2); }
  .btn-variant.selected {
    border: 2px solid #e1aa90; }

.footer {
  background: rgba(134, 202, 199, 0.2); }
  .footer-title {
    font-family: Helvetica, Arial, sans-serif;
    color: #86cac7; }
  .footer a {
    color: #86cac7; }
    .footer a:hover {
      opacity: 0.8; }
  .footer-contact {
    border-top: 1px solid #86cac7;
    border-bottom: 1px solid #86cac7; }
    .footer-contact li {
      border-color: #86cac7;
      color: #86cac7; }

input.input-newsletter,
.footer-input {
  border: 1px solid rgba(134, 202, 199, 0.6);
  background: rgba(255, 255, 255, 0.6);
  color: #86cac7; }

.footer-legal {
  background: rgba(134, 202, 199, 0.8);
  color: #ffffff; }

.link-social {
  background-color: rgba(134, 202, 199, 0.1); }
  .link-social .link-social-icon {
    color: #86cac7; }

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

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

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

.cart-total {
  color: #e1aa90;
  border-top: 1px dashed rgba(225, 170, 144, 0.4); }

.cart-promotion-number {
  color: #e1aa90; }

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

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

.cart-totals {
  background: rgba(68, 68, 68, 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(68, 68, 68, 0.2);
    border-radius: 0;
    background: #ffffff; }
    .btn-module-icon {
      fill: #86cac7; }

  .link-module {
    border-bottom: 1px solid rgba(68, 68, 68, 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 #86cac7;
    -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(68, 68, 68, 0.02); }
      .modal-xs-header-icon {
        fill: #444444; }
      .modal-xs-header.sheet-bottom-header {
        background-color: #fafafa; }
        .modal-xs-header.sheet-bottom-header:active {
          background-color: #fafafa;
          color: #444444; }
      .modal-xs-header:active {
        background-color: #86cac7;
        color: #ffffff; }
        .modal-xs-header:active .modal-xs-header-icon {
          color: #ffffff;
          fill: #ffffff; }

  .modal-footer {
    border: 0; }

  .modal-xs-list-item {
    color: #444444;
    border-bottom: 1px solid rgba(68, 68, 68, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(68, 68, 68, 0.02); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #444444; }
    .modal-xs-list-item:active {
      background-color: #86cac7;
      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: #86cac7; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        background: #ffffff;
        color: #86cac7; }
        .modal-xs-list-item.selected .modal-xs-radio-icon svg {
          visibility: visible;
          fill: #86cac7; }
    .modal-xs-list-item .modal-xs-radio-icon {
      background: rgba(134, 202, 199, 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(68, 68, 68, 0.2); }

  .filter-column {
    background: transparent; }

  .mobile-pagination {
    background: #f7f7f7; }

  .mobile-zoom-panel {
    background: #ffffff; } }

/*# sourceMappingURL=main-color.css.map */
