.image-banner {
  bottom: -10px; }

.floating_wp_icon {
  width: 100px;
  float: left;
  position: fixed;
  bottom: 10px; }

.social-link {
  border: none !important; }

.h1-lg {
  font-size: 36px;
  font-family: "Open sans", Sans-serif; }

h1, .h1, .product-name {
  font-size: 28px;
  font-family: "Open sans", Sans-serif; }

h2, .h2 {
  font-size: 24px;
  font-family: "Open sans", Sans-serif; }

h3, .h3, .product-price-container .product-price-compare, .product-price-container .product-price {
  font-size: 22px;
  font-family: "Open sans", Sans-serif; }

h4, .h4 {
  font-size: 20px;
  font-family: "Open sans", Sans-serif; }

h5, .h5 {
  font-size: 18px;
  font-family: "Open sans", Sans-serif; }

h6, .h6 {
  font-size: 16px;
  font-family: "Open sans", Sans-serif; }

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

.title-container {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(182, 159, 34, 0.6); }
  .title-container h1,
  .title-container .h1,
  .title-container .product-name {
    padding: 40px 0 20px 0;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 1px; }

.subtitle {
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(39, 39, 39, 0.3); }

.frame-title {
  margin: 40px 0;
  padding: 30px;
  text-align: center;
  border: 3px solid #b69f22; }
  .frame-title * {
    letter-spacing: 10px; }
  .frame-title h1 {
    color: #b69f22;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: normal; }

.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: 100; }

.text-foreground {
  color: #272727; }

.text-primary {
  color: #b69f22; }

.text-tertiary {
  color: #2E2E2E; }

.text-background {
  color: #FFFFFF; }

.background-primary {
  background-color: #b69f22; }

.border-top-contrast {
  border-top: 1px solid #FFFFFF; }

.border-bottom-contrast {
  border-bottom: 1px solid #FFFFFF; }

.border-top {
  border-top: 1px solid rgba(39, 39, 39, 0.3); }

.border-bottom {
  border-bottom: 1px solid rgba(39, 39, 39, 0.3); }

.border-left {
  border-left: 1px solid rgba(39, 39, 39, 0.3); }

.border-right {
  border-right: 1px solid rgba(39, 39, 39, 0.3); }

.border-left-dark {
  border-left: 1px solid rgba(39, 39, 39, 0.3); }

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

.container-inverse {
  background: rgba(182, 159, 34, 0.8);
  color: #FFFFFF; }
  .container-inverse a {
    color: #FFFFFF; }

.container-primary {
  background: #b69f22;
  color: #FFFFFF; }

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

.box-shadow {
  padding: 10px;
  border: 1px solid rgba(39, 39, 39, 0.05);
  box-shadow: 0 0 5px rgba(39, 39, 39, 0.2);
  box-sizing: border-box; }

.svg-primary-fill {
  fill: #b69f22;
  color: #b69f22; }

.svg-secondary-fill {
  fill: #b69f22;
  color: #b69f22; }

.svg-text-fill {
  fill: #272727;
  color: #272727; }

.svg-back-fill {
  fill: #FFFFFF;
  color: #FFFFFF; }

.slider-placeholder-container,
.product-placeholder-container {
  background-color: rgba(39, 39, 39, 0.05); }

.product-placeholder-preloader {
  fill: rgba(39, 39, 39, 0.07); }

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

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

.btn {
  padding: 10px 15px;
  font-family: "Open sans", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  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 {
  color: #b69f22;
  background: transparent;
  border: 3px solid #b69f22; }
  .btn-primary:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #FFFFFF;
    background: #b69f22; }
  .btn-primary:focus {
    color: #FFFFFF;
    background: #b69f22; }
  .btn-primary.btn-inverse {
    color: #FFFFFF;
    background: #b69f22; }

.btn-secondary,
.filter-remove {
  background: transparent;
  color: #272727;
  border: 2px solid #272727; }
  .btn-secondary:hover,
  .filter-remove:hover {
    -webkit-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #272727;
    color: #FFFFFF; }
  .btn-secondary:focus,
  .filter-remove:focus {
    background-color: #272727;
    color: #FFFFFF; }
  .btn-secondary.btn-inverse,
  .filter-remove.btn-inverse {
    background: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF; }

.btn-default {
  color: #272727;
  border: 3px solid rgba(39, 39, 39, 0.5);
  font-family: "Open sans", Sans-serif;
  background-color: transparent; }
  .btn-default:hover {
    opacity: 0.6; }

.btn-small {
  padding: 7px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 0 !important; }

.btn-link {
  color: #2E2E2E;
  text-decoration: underline;
  font-size: 12px;
  text-transform: uppercase; }
  .btn-link:hover {
    color: #2E2E2E;
    opacity: 0.8; }

.btn-floating {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  border-radius: 30px;
  color: rgba(39, 39, 39, 0.7);
  fill: rgba(39, 39, 39, 0.7);
  background-color: #FFFFFF;
  border: 1px solid rgba(39, 39, 39, 0.1); }
  .btn-floating svg {
    float: left; }
  .btn-floating:hover, .btn-floating:focus {
    opacity: 0.8; }
  .btn-floating.fixed-bottom {
    position: fixed;
    top: initial;
    bottom: 20px;
    right: 20px; }

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

a {
  color: #272727; }
  a:hover {
    text-decoration: underline; }

.fancybox-overlay {
  background: rgba(182, 159, 34, 0.8); }

.modal,
.modal-right,
.fancybox-skin {
  background: #FFFFFF;
  color: #272727; }

.fancybox-wrap {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: rgba(182, 159, 34, 0.2); }

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

.modal-xs-footer-fixed,
.sticky-cta {
  background: #FFFFFF; }

.link-modal-xs-right {
  border-bottom: 1px solid rgba(39, 39, 39, 0.2); }

.link-modal-xs-right + .link-modal-xs-right {
  border-top: 0; }

.badge {
  background-color: rgba(182, 159, 34, 0.1);
  color: rgba(182, 159, 34, 0.8);
  font-family: "Open sans", Sans-serif; }

hr {
  border: 1px solid rgba(39, 39, 39, 0.1);
  border-bottom: 0; }

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

.form-group {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 15px; }
  .form-group input.form-control,
  .form-group textarea.form-control {
    width: 100%; }
  .form-group-transparent input::-webkit-input-placeholder,
  .form-group-transparent textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input::-webkit-input-placeholder,
  .form-group-transparent textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input::-moz-placeholder,
  .form-group-transparent textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input:-ms-input-placeholder,
  .form-group-transparent textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8); }
  .form-group-transparent input:-moz-placeholder,
  .form-group-transparent textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8); }

.form-label {
  font-size: 12px;
  font-weight: 300; }

input.form-control,
textarea.form-control {
  margin: 0;
  border-radius: 0 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Open sans", Sans-serif;
  color: #b69f22;
  border: 2px solid #b69f22;
  background-color: #FFFFFF; }
  input.form-control:focus,
  textarea.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #272727; }
  input.form-control.form-control-secondary,
  textarea.form-control.form-control-secondary {
    color: #272727;
    border: 3px solid rgba(39, 39, 39, 0.2); }
  input.form-control.form-control-transparent,
  textarea.form-control.form-control-transparent {
    color: #FFFFFF;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8); }
    input.form-control.form-control-transparent::-webkit-input-placeholder, input.form-control.form-control-transparent::-moz-placeholder, input.form-control.form-control-transparent:-ms-input-placeholder,
    textarea.form-control.form-control-transparent::-webkit-input-placeholder,
    textarea.form-control.form-control-transparent::-moz-placeholder,
    textarea.form-control.form-control-transparent:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    input.form-control.form-control-transparent:focus,
    textarea.form-control.form-control-transparent:focus {
      border-color: #FFFFFF; }

input.form-control {
  height: 40px;
  padding: 7px; }
  input.form-control.form-control-small {
    height: 36px; }
  input.form-control.form-control-big {
    height: 47px;
    font-size: 18px; }

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

input,
textarea {
  font-family: "Open sans", Sans-serif; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(39, 39, 39, 0.6); }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(39, 39, 39, 0.6); }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(39, 39, 39, 0.6); }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: rgba(39, 39, 39, 0.6); }

select {
  font-family: "Open sans", Sans-serif;
  border: 3px solid rgba(39, 39, 39, 0.2); }

.quantity-btn {
  background-color: rgba(39, 39, 39, 0.05); }

::selection {
  background-color: #272727;
  color: #FFFFFF; }

.radio-button input[type="radio"]:checked + .radio-button-content .checked,
.radio-button input[type="radio"]:checked + .radio-button-content {
  color: #b69f22; }

.radio-button input[type="radio"]:checked + .radio-button-content {
  outline: 2px solid #b69f22; }

.alert {
  clear: both;
  border: 0;
  border-radius: 0 !important;
  text-shadow: none;
  font-family: "Open sans", Sans-serif; }

.notification-primary {
  background-color: #b69f22;
  color: #FFFFFF; }

.notification-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #b69f22;
  position: absolute;
  right: 12%;
  top: -9px; }

.breadcrumbs {
  margin-bottom: 0;
  padding: 60px 0 10px 0;
  font-size: 12px;
  font-style: italic;
  font-family: "Open sans", Sans-serif;
  text-align: right; }
  .breadcrumbs .breadcrumb-crumb {
    color: rgba(182, 159, 34, 0.4); }
  .breadcrumbs .breadcrumb-divider {
    padding: 0 5px; }
  .breadcrumbs .active {
    font-weight: 300px;
    color: #b69f22; }

.bx-viewport {
  height: auto !important;
  max-height: 500px !important; }

.bx-pager {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #272727; }
  .bx-pager-item {
    *zoom: 1;
    *display: inline; }
    .bx-pager-item a {
      display: block;
      width: 7px;
      height: 7px;
      margin: 0 3px;
      text-indent: -9999px;
      border-radius: 50%;
      background: #FFFFFF;
      border: 1px solid #272727; }
      .bx-pager-item a:hover, .bx-pager-item a.active {
        background: #272727;
        opacity: 0.8; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  width: 40px;
  height: 45px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6); }
  .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 20px; }
  .bx-wrapper .bx-controls-direction a.bx-next {
    right: 20px; }

.text-banner {
  background-color: #b69f22; }
  .text-banner.secondary {
    background: #2E2E2E; }
  .text-banner.none {
    background: transparent; }
  .text-banner.default_font {
    color: #FFFFFF; }
  .text-banner.brand_font {
    color: #b69f22; }
  .text-banner.txt_font {
    color: #272727; }
  .text-banner-filter {
    background: #b69f22; }
    .text-banner-filter.secondary {
      background: #2E2E2E; }
    .text-banner-filter.none {
      background: transparent; }

.banner-link {
  background: #FFFFFF;
  color: #b69f22;
  font-family: "Open sans", Sans-serif; }

.services {
  background: rgba(182, 159, 34, 0.1); }
  .services .has-3-banners:not(:last-child) {
    border-right: 1px solid rgba(182, 159, 34, 0.1); }

.scroller-btn {
  background-color: rgba(255, 255, 255, 0.5); }

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

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

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

.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 #b69f22; }

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

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

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

.panel {
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(182, 159, 34, 0.2);
  background-color: #FFFFFF; }
  .panel-heading {
    padding: 10px;
    border-bottom: 1px solid rgba(182, 159, 34, 0.2); }
  .panel-body {
    padding: 10px; }
  .panel-footer {
    padding: 10px;
    border-top: 1px solid rgba(182, 159, 34, 0.2); }

.pills-container {
  background-color: rgba(39, 39, 39, 0.03); }

.pill-link {
  font-family: "Open sans", Sans-serif;
  border: 2px solid #b69f22; }
  .pill-link:hover, .pill-link:focus {
    opacity: 0.6; }

.label-primary {
  background: #b69f22; }

.label-secondary {
  background: rgba(182, 159, 34, 0.4); }

.label-text {
  font-family: "Open sans", Sans-serif;
  color: #FFFFFF; }

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

.desktop-nav {
  background-color: #FFFFFF;
  font-family: "Open sans", Sans-serif; }
  .desktop-nav-item {
    font-family: "Open sans", Sans-serif; }
  .desktop-nav-item.selected > .desktop-nav-link {
    color: #b69f22; }
  .desktop-nav-list {
    background-color: #FFFFFF;
    border: 1px solid rgba(182, 159, 34, 0.2); }

.head-top-fixed {
  background: #FFFFFF;
  box-shadow: -2px 0 5px rgba(39, 39, 39, 0.2); }

.head-top {
  background-color: rgba(39, 39, 39, 0.05); }

.info-head a {
  color: #b69f22;
  font-family: "Open sans", Sans-serif; }

.logo-text {
  font-family: "Open sans", Sans-serif; }

.cart-summary {
  border-color: #b69f22; }

.cart-summary-info {
  color: #b69f22;
  font-family: "Open sans", Sans-serif; }

.cart-summary-icon {
  background: #b69f22;
  color: #FFFFFF; }

input.desktop-search-input {
  color: #272727;
  background-color: #FFFFFF;
  border: 2px solid rgba(39, 39, 39, 0.2); }

.desktop-search-icon {
  color: rgba(39, 39, 39, 0.2); }

.hamburger-panel-link:hover, .hamburger-panel-link:focus {
  background: #b69f22;
  color: #FFFFFF; }

.hamburger-panel-arrow.selected {
  background-color: #b69f22; }
  .hamburger-panel-arrow.selected svg {
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }

.mobile-nav {
  background-color: #FFFFFF; }
  .mobile-nav-tab-text {
    font-family: "Open sans", Sans-serif;
    color: #272727; }
  .mobile-nav-tab.selected .mobile-nav-tab-text,
  .mobile-nav-tab.selected .mobile-nav-tab-icon {
    color: #b69f22; }
  .mobile-nav-cart-amount {
    background-color: #b69f22;
    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); }

.search-suggest {
  background-color: #FFFFFF; }
  .search-suggest-link, .search-suggest-icon {
    color: rgba(39, 39, 39, 0.8); }
    .search-suggest-link:hover, .search-suggest-link:focus, .search-suggest-icon:hover, .search-suggest-icon:focus {
      color: rgba(39, 39, 39, 0.6);
      background-color: #f7f7f7; }
  .search-suggest-price {
    color: #b69f22;
    font-weight: bold; }
  .search-suggest-text {
    font-family: "Roboto", Sans-serif; }
  .search-suggest-all-link {
    background-color: #f7f7f7; }

.btn-filter {
  background: transparent;
  color: #272727;
  border: 1px solid #272727; }
  .btn-filter:hover {
    opacity: 0.6; }

.btn-more-categories {
  border-top: 1px solid rgba(39, 39, 39, 0.2); }
  .btn-more-categories .btn-categories-icon {
    background: #FFFFFF;
    border-left: 1px solid rgba(39, 39, 39, 0.2);
    border-right: 1px solid rgba(39, 39, 39, 0.2);
    border-bottom: 1px solid rgba(39, 39, 39, 0.2); }

.item:hover {
  box-shadow: 0 0 5px rgba(39, 39, 39, 0.2); }

.item-quickshop-link {
  background: #b69f22;
  border: 1px solid rgba(182, 159, 34, 0.2);
  color: #FFFFFF;
  box-shadow: 0 0 5px rgba(39, 39, 39, 0.2);
  font-family: "Open sans", Sans-serif; }

.item-price,
.item-name {
  font-family: "Roboto", Sans-serif; }

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

.cloud-zoom-loading {
  color: #FFFFFF;
  border: 1px solid;
  border-color: rgba(182, 159, 34, 0.2);
  background: #272727; }

.product-name {
  margin-bottom: 10px;
  font-weight: normal; }

.product-price-container {
  margin-bottom: 10px;
  font-weight: bold; }
  .product-price-container .product-price {
    color: #b69f22; }
  .product-price-container .product-price-compare {
    padding-left: 10px;
    text-decoration: line-through;
    opacity: 0.5; }

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

.footer-social {
  background: rgba(182, 159, 34, 0.2); }

.footer {
  background: rgba(182, 159, 34, 0.1); }

.footer-ship-pay {
  background: #b69f22; }

.footer-legal {
  background: rgba(182, 159, 34, 0.8);
  color: rgba(255, 255, 255, 0.8); }

.social-link {
  border: 3px solid #b69f22;
  color: #b69f22; }
  .social-link:hover {
    opacity: 0.8; }

#svg_brand .st0 {
  fill: #FFFFFF; }

#svg_brand .st1 {
  fill: rgba(255, 255, 255, 0.8); }

.cart-table-header {
  color: #b69f22;
  font-family: "Open sans", Sans-serif;
  border-bottom: 1px solid rgba(182, 159, 34, 0.6); }

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

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

input.cart-quantity-input {
  display: inline-block;
  width: 50px;
  margin: 0px;
  padding: 5px;
  color: #353535;
  font-size: 16px;
  text-align: center;
  -moz-appearance: textfield; }
  input.cart-quantity-input::-webkit-outer-spin-button, input.cart-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

input.cart-quantity-input-small {
  width: 40px;
  height: 30px;
  font-size: 14px; }

.cart-total {
  color: #b69f22; }

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

.ajax-cart-container {
  background: #FFFFFF; }
  .ajax-cart-container .ajax-cart-title {
    font-family: "Open sans", Sans-serif; }
  .ajax-cart-container .ajax-cart-table-header {
    font-family: "Open sans", Sans-serif;
    border-top: 1px solid rgba(39, 39, 39, 0.1);
    border-bottom: 1px solid rgba(39, 39, 39, 0.1); }
  .ajax-cart-container .ajax-cart-item {
    border-bottom: 1px solid rgba(39, 39, 39, 0.1); }
  .ajax-cart-container .ajax-cart-shipping-calculator {
    background-color: rgba(39, 39, 39, 0.01);
    border-top: 1px solid rgba(39, 39, 39, 0.1);
    border-bottom: 1px solid rgba(39, 39, 39, 0.1); }

@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 {
    text-align: center; }
    .title-container h1 {
      padding: 0;
      font-size: 24px; }
  .frame-title {
    padding: 20px 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: 100; }
  .box-title {
    margin-top: 10px;
    font-size: 16px; }
  .sticky-footer {
    position: sticky;
    bottom: 0; }
  .sticky {
    float: left;
    width: 100%;
    display: block;
    -webkit-position: sticky;
    -ms-position: sticky;
    -moz-position: sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    background-color: #FFFFFF;
    border-top: 1px solid rgba(39, 39, 39, 0.1);
    transform: translate3d(0, 0, 0);
    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); }
    .sticky-in-page {
      width: 100vw;
      top: 40px;
      margin: 0 0 20px -10px;
      border: 0; }
  .quantity {
    border-top: 1px solid rgba(39, 39, 39, 0.1);
    border-bottom: 1px solid rgba(39, 39, 39, 0.1); }
  .breadcrumbs {
    padding: 0 0 10px 0;
    text-align: center; }
  .modal-xs {
    background-color: #FFFFFF; }
    .modal-xs-header {
      color: #b69f22; }
      .modal-xs-header:active {
        background-color: #b69f22;
        color: #FFFFFF; }
        .modal-xs-header:active-icon {
          color: #FFFFFF;
          fill: #FFFFFF; }
  .modal-xs-list-item {
    color: #272727;
    border-bottom: 1px solid rgba(39, 39, 39, 0.25); }
    .modal-xs-list-item.darker {
      background-color: rgba(39, 39, 39, 0.02); }
    .modal-xs-list-item .modal-xs-list-icon {
      fill: #b69f22; }
    .modal-xs-list-item:active {
      background-color: #b69f22;
      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: #b69f22; }
      .modal-xs-list-item.selected .modal-xs-radio-icon {
        background: #FFFFFF; }
        .modal-xs-list-item.selected .modal-xs-radio-icon i {
          visibility: visible;
          color: #b69f22; }
    .modal-xs-list-item .modal-xs-radio-icon {
      background: rgba(182, 159, 34, 0.4);
      color: #b69f22; }
  .modal-footer {
    border: 0; }
  .btn-modal-xs-right {
    border: 3px solid rgba(182, 159, 34, 0.2);
    border-radius: 0;
    background: #FFFFFF; }
    .btn-modal-xs-right-icon {
      fill: #b69f22; }
  .link-modal-xs-right-icon {
    fill: #272727; }
  .link-modal-xs-right {
    border-bottom: 1px solid rgba(39, 39, 39, 0.2);
    border-top: 1px solid rgba(39, 39, 39, 0.2); }
  .search-backdrop {
    background: rgba(255, 255, 255, 0.9); }
  .mobile-zoom-panel {
    background: #FFFFFF; }
  .product-name {
    font-size: 24px;
    text-align: center; }
  .product-price-container {
    margin-bottom: 20px;
    text-align: center; }
  input.cart-quantity-input-small {
    width: 40px;
    height: 35px; } }
