/**
* Page Content
* --------------
*/

/* Custom Quantity styling */

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce .quantity .qty {
  text-align: left;
}

.quantity {
  border: none;
  margin: 0 !important;
  width: 100%;
}

@media (min-width: 768px) {
  .quantity {
      border: 1px solid #ffffff;
  }
}

.quantity input[type="number"] {
  width: 60px !important;
  height: 42px !important;
  line-height: 1.65;
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  padding-left: 18px;
  background: transparent;
  color: #ffffff;
  /* border: 1px solid #efefef; */
}

@media (min-width: 768px) {
  .quantity input[type="number"] {
      float: left;
      display: block;
  }
}

.woocommerce-cart-form .quantity {
  border-color: #efefef;
  max-width: none;
  min-height: 44px;
}

@media (min-width: 768px) {
  .woocommerce-cart-form .quantity {
      max-width: 62px;
  }
}

.woocommerce-cart-form .quantity input[type="number"] {
  color: #272727;
}

.woocommerce-cart-form .quantity .quantity-nav .quantity-button.quantity-up,
.woocommerce-cart-form .quantity .quantity-nav .quantity-button.quantity-down {
  color: #272727;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: right;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #efefef;
  width: 20px;
  text-align: center;
  color: #595959;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #efefef;
  color: #ffffff;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  color: #ffffff;
}


/* Product Page */

.wc-pao-addon-container {
  margin-bottom: 0px;
}

.wc-pao-addon {
  margin-top: 0 !important;
}

.wc-pao-addon:not(:nth-child(1)) {
  margin-top: 25px !important;
}

.wc-pao-addon label {
  font-family: "Roboto", sans-serif;
  text-transform: lowercase;
  color: #ffffff !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.025em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

.wc-pao-addon input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  color: #ffffff;
}

@media (min-width: 992px) {
  .wc-pao-addon label {
      font-size: 1.8rem !important;
  }
}

.wc-pao-addon .form-row {
  padding: 0 !important;
}

.add-more-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: transparent !important;
  color: #ffffff !important;
  cursor: pointer;
}

.add-more-option i {
  color: #595959;
  /* margin-top: -4px; */
}

.product-info-top,
.product-info-bottom {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
}

@media (min-width: 992px) {
  .product-info-top,
  .product-info-bottom {
      padding-top: 60px;
      padding-left: 0px;
      padding-right: 60px;
      padding-bottom: 0px;
  }
}

.product-info-top {
  color: #ffffff;
}

.product-info-top:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: #272727;
}

@media (min-width: 992px) {
  .product-info-top:before {
      display: block;
  }
}

.product-info-bottom {
  color: #272727;
  padding-bottom: 50px;
}

.product-info-bottom:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: #d1e0cf;
}

@media (min-width: 992px) {
  .product-info-bottom:before {
      display: block;
  }
}

.product-info-top a {
  color: #b3b3b3;
}

form.cart {
  max-width: none;
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  form.cart {
      max-width: 80%;
  }
}

.related-products-container .products {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.related-products-container .products a {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .related-products-container .products a {
      padding-left: 15px !important;
      padding-right: 15px !important;
  }
}

.product-info-top h2 {
  font-size: 34px;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 0;
  line-height: 38px;
}

.product-info-top .price-product .price-retail span {
  font-size: 30px;
}

.product-info-top .price-product {
  text-transform: lowercase;
}

.product-info-top .price-product .price-retail small {
  text-transform: lowercase;
}

.price-retail small {
  font-family: "Roboto", serif;
  font-size: 29px;
  color: #b3b3b3;
  font-weight: bold;
}

#body-columns .column-1 {
  padding-top: 0px !important;
}

@media (min-width: 992px) {
  #body-columns .column-1 {
      padding-top: 60px !important;
  }
}

.related-products h4 {
  background-color: transparent;
  padding: 0;
  color: #272727;
  font-size: 25px;
  font-size: 25px;
  font-size: 2.5rem;
}

.products a .product-inner {
  border: none;
}

.products a .product-inner .product-heading {
  background: #272727;
  color: #ffffff;
  text-align: center;
}

.products a .product-inner .product-heading h3 {
  color: #ffffff;
  font-size: 15px;
}

.products a .product-inner .product-heading p {
  margin: 0;
  text-transform: lowercase;
}

.no-product-image {
  min-height: 202px;
  height: 100%;
  background: #bad2b7;
}

.no-product-image i {
  font-size: 85px;
}

.column-1 .no-product-image {
  position: relative;
  z-index: 1;
  max-height: 500px;
}

.column-1 .no-product-image i {
  font-size: 185px;
}

.woocommerce-cart-form .no-product-image {
  min-height: 100px;
  max-height: 100px;
  max-width: 100px;
}

.woocommerce-cart-form .no-product-image i {
  font-size: 45px;
}

.cart-content-dropdown-list .no-product-image {
  min-height: 75px;
}

.cart-content-dropdown-list .no-product-image i {
  font-size: 45px;
}

.carousel-product-thumbs .swiper-slide:not(.swiper-slide-thumb-active) {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 35px;
}

.swiper-button-next.swiper-button-white {
  background-image: url("images/select-chevron.png");
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.swiper-button-prev.swiper-button-white {
  background-image: url("images/select-chevron.png");
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 130px;
}

table.cart .product-thumbnail {
  max-width: 100px;
}

table.cart .product-thumbnail a {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}

table.cart .product-thumbnail a img {
  width: 100%;
}


/* Sidebar */

.sidebar {
  background: transparent;
  padding: 30px 20px;
  padding: 3rem 2rem;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  color: #272727;
  border: 2px solid #272727;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .sidebar {
      max-width: 95%;
      margin: 0 auto;
      margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .sidebar {
      max-width: none;
      margin-bottom: 50px;
  }
}

.sidebar hr {
  border-color: #272727;
  margin-top: 10px;
  margin-top: 1rem;
}

.sidebar h2 {
  color: #272727;
  font-size: 20px;
  font-size: 2rem;
}

.sidebar .widget-area:not(:first-child):not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

.sidebar .gform_wrapper {
  margin: 0 !important;
}

.sidebar .gform_title {
  font-weight: 500 !important;
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

@media (min-width: 992px) {
  .sidebar .gform_title {
      font-size: 2.1rem !important;
  }
}

.sidebar .gform_body .gfield_label {
  font-weight: 200 !important;
  color: #595959;
}

.sidebar .ginput_container_date {
  position: relative;
}

.sidebar .ginput_container_date img {
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.sidebar .ginput_recaptcha>div {
  width: 100% !important;
  height: 30px !important;
}

.sidebar .ginput_recaptcha>div>div>iframe {
  -webkit-transform: translate(-30px, -30px) scale(0.8);
          transform: translate(-30px, -30px) scale(0.8);
  left: 0;
  margin-bottom: -30px !important;
}

.woocommerce-form-login {
  border: 1px solid #272727 !important;
  border-radius: 0 !important;
}

form[class*="woocommerce"] input {
  padding: 10px;
}

.woocommerce a.remove {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
  width: 23px !important;
  line-height: 21px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
}

.woocommerce a.remove:hover {
  background: transparent;
  color: #272727 !important;
}

.woocommerce a.remove:after {
  content: "remove";
  content: "remove";
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 120px;
  margin-right: -120px;
  text-align: left;
  padding-left: 10px;
  color: #000000;
}

@media (min-width: 768px) {
  .woocommerce a.remove:after {
      display: none;
  }
}

.woocommerce-customer-details address {
  border: 2px solid #272727 !important;
  border-radius: 0 !important;
  max-width: 50% !important;
  padding: 20px !important;
}


/* Flip Animation */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  /* border: 1px solid #f1f1f1; */
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.product-inner:hover .product-image .flip-card:not(.no-flip) .flip-card-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 0;
}

.flip-front {
  background-color: #bbb;
  color: black;
}

.flip-back {
  /* background-color: dodgerblue; */
  /* color: white; */
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.placeholder-image {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: auto !important;
}

.google-maps-embed {
  width: 100%;
}


/* Gravity Forms Address field not lining up */

.ginput_right.address_state {
  margin-right: -8px !important;
  padding-right: 8px !important;
  margin-top: -2px !important;
}


/* WooComerce coupon field on cart page aligning fix */

input#coupon_code {
  width: 100% !important;
  float: left;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  input#coupon_code {
      width: inherit !important;
      max-height: 39px;
      margin-bottom: 0;
  }
}

.coupon button {
  width: 100% !important;
}

@media (min-width: 768px) {
  .coupon button {
      width: inherit !important;
  }
}


/**
* Positioning
*/


/* Positioning - Absolute */

*[class^="pos-abs"],
*[class*=" pos-abs"] {
  position: absolute !important;
}

*[class^="pos-abs-bottom"],
*[class*=" pos-abs-bottom"] {
  bottom: 0;
}

.pos-abs-bottom-right,
.pos-abs-bottom-rl {
  right: 0;
}

.pos-abs-bottom-rl {
  left: 0;
}


/**
* Typography
* ----------
*/

.white-space-nowrap {
  white-space: nowrap !important;
}

small,
.small {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: var(--font-weight-normal);
}

@media (min-width: 992px) {
  small,
  .small {
      font-size: 1.4rem;
  }
}

strong,
.strong {
  font-weight: var(--font-weight-bold);
}

/**
* Links & Buttons
* ---------------
*/


/* Buttons */

.btn-sm {
  padding-right: 10px;
  padding-right: 1rem;
  padding-left: 10px;
  padding-left: 1rem;
  font-size: 12px;
  font-size: 1.2rem;
}

.btn-lg {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .btn-sm {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
      font-size: 1.4rem;
  }
  .btn-lg {
      font-size: 1.8rem;
  }
}

/* Buttons - Seperators */
.btn .seperator-circle {
  margin: 0 7.5px;
  margin: 0 0.75rem;
  vertical-align: middle;
}

.btn-primary .seperator-circle {
  background-color: var(--color-white);
}

.btn-primary.text-grey-light .seperator-circle {
  background-color: var(--color-grey-light);
}

.btn-primary:hover .seperator-circle,
.btn-primary:active .seperator-circle,
.btn-primary:focus .seperator-circle,
.btn-primary:not(:disabled):not(.disabled).active .seperator-circle,
.btn-primary:not(:disabled):not(.disabled):active .seperator-circle {
  background-color: var(--color-white);
}


/* List - Inline */
.list-inline.extra-space:not(.has-seperator-circle) .list-inline-item:not(:last-child) {
  margin-right: 30px;
  margin-right: 3rem;
}

@media (min-width: 1200px) {
  .list-inline.extra-space:not(.has-seperator-circle) .list-inline-item:not(:last-child) {
      margin-right: 4.5rem;
  }
}


/* List - Inline - Has Seperator Circle */
.list-inline.has-seperator-circle .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.list-inline.has-seperator-circle .list-inline-item:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  margin-right: 15px;
  margin-right: 1.5rem;
  margin-left: 15px;
  margin-left: 1.5rem;
  border-radius: 100%;
  background-color: var(--color-grey-light);
}


/**
* Navigation
* ----------
*/

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.menu-item>a {
  display: block;
  padding: 5px 10px;
  padding: 0.5rem 1rem;
}

/* Form Control - Alt */

.form-control.fc-alt {
  border: 0;
  border-top: 2px solid var(--color-white);
  border-top: 0.2rem solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  border-bottom: 0.2rem solid var(--color-white);
  color: var(--color-grey-light);
}


/* Form Control - Inline */

.form-control.fc-inline {
  width: auto;
  text-align: center;
}


/* Input Groups */

.input-group-prepend {
  margin-right: 0;
}

.input-group-text {
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
}

@media (min-width: 992px) {
  .input-group-text {
      font-size: 1.6rem;
  }
}

/* Radio */

.radio-hidden {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.radio-hidden+label {
  cursor: pointer;
  border: 1px solid transparent;
  border: 0.1rem solid transparent;
  border-right: 0;
  border-left: 0;
  color: var(--color-grey-light);
}

/**
* Page Wrapper
* ------------
*/


/* Wrapper - Content */

.page-content {
  padding-top: 45px;
  padding-top: 4.5rem;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
  .page-content {
      padding-top: 9rem;
      padding-bottom: 9rem;
  }
}


/* Wrapper - Sidebar */

@media (min-width: 768px) {
  .page-sidebar>aside {
      padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .page-sidebar>aside {
      padding-right: 3rem;
  }
}

/**
* Products
* --------
*/

/* Product - Colors */

.product-colors {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media(min-width: 992px) {
  .product-colors {
      margin-bottom: 1.5rem;
  }
}

@media (max-width: 575px) {
  .product-colors .product-color {
      margin-top: 0.5rem;
  }
}

.product-colors .product-color a {
  margin-top: 1px;
  margin-top: 0.1rem;
  border-bottom: 1px solid transparent;
  border-bottom: 0.1rem solid transparent;
}

.product-colors .product-color.active a.text-grey-light {
  border-bottom-color: var(--color-white);
  color: var(--color-white) !important;
}

@media (min-width: 992px) {
  .product-colors .product-color .seperator-circle {
      margin-right: 1.5rem;
      margin-left: 1.5rem;
  }
}


/**
* Footer
* ------
*/

footer h3.widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--color-primary);
}

@media (min-width: 992px) {
  footer h3.widget-title {
      font-size: 1.8rem;
  }
}


/* Footer - Navigation */

footer .menu-item>a {
  color: var(--color-grey-light);
}

footer .menu-item>a:hover,
footer .menu-item>a:active,
footer .menu-item>a:focus {
  color: var(--color-white);
}


/* Footer - Primary */
.footer-primary {
  padding-top: 45px;
  padding-top: 4.5rem;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
  .footer-primary {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}


/* Footer - Primary - Navigation */
.footer-primary .menu {
  display: block;
  margin: -5px;
  margin: -0.5rem;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media (min-width: 576px) {
  .footer-primary .menu {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
  }
}

.footer-primary .menu-item>a {
  padding: 5px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  .footer-primary .menu-item>a {
      font-size: 1.6rem;
  }
}


/* Footer - Secondary */

.footer-secondary {
  padding-top: 15px;
  padding-top: 1.5rem;
  padding-bottom: 15px;
  padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .footer-secondary {
      padding-top: 3rem;
      padding-bottom: 3rem;
  }
}

@media (max-width: 991px) {
  .footer-secondary>.container>div:first-child {
      margin-top: 1.5rem;
  }
}

.footer-secondary .widget-area.w-100 {
  width: auto !important;
}

.footer-secondary span+.widget-area {
  margin-left: 10px;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .footer-secondary span+.widget-area {
      margin-left: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer-secondary span+.widget-area {
      margin-left: 3.5rem;
  }
}

.footer-secondary .custom-html-widget>*:first-child {
  margin-top: 0 !important;
}

.footer-secondary .custom-html-widget>*:last-child {
  margin-bottom: 0 !important;
}

.footer-secondary .list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  ;
}

@media (max-width: 991px) {
  .footer-secondary .list-inline .list-inline-item:not(:last-child) {
      margin-right: 0.5rem;
  }
}


/* Footer - Secondary - Navigation */

.footer-secondary .menu-item:not(:last-child) {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .footer-secondary .menu-item:not(:last-child) {
      margin-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .footer-secondary .menu-item:not(:last-child) {
      margin-right: 2.5rem;
  }
}

.footer-secondary .menu-item>a {
  font-weight: var(--font-family-default);
}


/**
* Woocommerce
* -----------
*/

/* Woocommerce - Variation - Add To Cart */
.woocommerce-variation-add-to-cart .input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}

.woocommerce-variation-add-to-cart .input-group-text {
  padding-left: 0;
  color: var(--color-white);
  background-color: transparent;
}

.woocommerce-variation-add-to-cart .quantity {
  float: none !important;
  width: auto;
  border: 0;
}

.woocommerce-variation-add-to-cart .quantity input[type="number"] {
  float: none;
  width: 55px !important;
  width: 5.5rem !important;
  height: auto !important;
  border: 2px solid var(--color-white);
  border: 0.2rem solid var(--color-white);
  border-right: 0;
  border-left: 0;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: var(--line-height-tight);
  text-align: center;
}

@media (min-width: 992px) {
  .woocommerce-variation-add-to-cart .quantity input[type="number"] {
      font-size: 1.4rem;
  }
}

.woocommerce-variation-add-to-cart .product-atc-qty-increments {
  padding-left: 15px;
  padding-left: 1.5rem;
}

@media (min-width: 992px) {
  .woocommerce-variation-add-to-cart .product-atc-qty-increments .btn-sm {
      font-size: 1.2rem;
  }
}

.woocommerce-variation-add-to-cart .product-atc-btn {
  margin-left: 30px;
  margin-left: 3rem;
  white-space: nowrap;
}











































/**
* --------------------------
* Disegno Luce - Site Styles
* --------------------------
*/


/**
* Variables
* ---------
*/

:root {
  /* Fonts - Family */
  --font-family-default: 'Roboto', sans-serif;
  --font-family-fancy: 'Lora', serif;
  --font-family-icon: 'Font Awesome 5 Pro';

  /* Fonts - Weights */
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-normal-i: 400i;
  --font-weight-bold: 700;
  --font-weight-icon: 900;

  /* Line Height */
  --line-height-normal: 1.4;
  --line-height-tight: 1.2;

  /* Colors */
  --color-primary: #bc8853;
  --color-primary-light: #daa671;
  --color-secondary: #333347;
  --color-secondary-dark: #151529;
  --color-red-dark: #a72f2f;
  --color-grey-light: #e6e6e6;
  --color-grey-lightest: #fafafa;
  --color-white: #fff;
  --color-black: #000;
  --color-warning-dark: #790000;

  /* Colors - Transparent */
  --color-primary-light-75p: rgba(218, 166, 113, 0.75);
  --color-secondary-25p: rgba(51, 51, 71, 0.25);
  --color-white-50p: rgba(255, 255, 255, 0.5);
  --color-white-75p: rgba(255, 255, 255, 0.75);
  --color-black-5p: rgba(0, 0, 0, 0.05);
  --color-black-10p: rgba(0, 0, 0, 0.1);
}


/**
 * Wordpress Admin Bar
 * -------------------
 */

body.admin-bar header.fixed-top {
  top: 46px;
}

@media (min-width: 783px) {
  body.admin-bar header.fixed-top {
    top: 32px;
  }
}

body.admin-bar .header-drawer {
  height: calc(100vh - 100% - 46px);
}

@media (min-width: 783px) {
  body.admin-bar .header-drawer {
    height: calc(100vh - 100% - 32px);
  }  
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}


/**
* HTML & Body
* -----------
*/

html,
body {
  font-family: var(--font-family-default);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-normal);
  color: var(--color-secondary);
}

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  body {
      font-size: 1.6rem;
  }
}

/* HTML & Body - Wrappers & Inners */
.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 39px;
  padding-top: 3.9rem;
}

@media (min-width: 575px) and (max-width: 991px) {
  .body-inner {
    padding-top: 5rem;
  }
}

@media (min-width: 1200px) {
  .body-inner {
    padding-top: 4.9rem;
  }
}

body.page-template-template-home .body-inner {
  padding-top: 0 !important;
}

.body-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* HTML & Body - Boostrap Overrides */
*.focus,
*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* HTML & Body - Helper Classes */
.body-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.body-default {
  font-size: 14px;
  font-size: 1.4rem;
}

.body-large {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .body-small {
    font-size: 1.4rem;
  }
  .body-default {
    font-size: 1.6rem;
  }
  .body-large {
    font-size: 1.8rem;
  }
}

.child-clean>*:first-child {
  margin-top: 0 !important;
}

.child-clean>*:last-child {
  margin-bottom: 0 !important;
}


/**
* Containers, Rows & Columns
* --------------------------
*/

/* Containers */
*[class^="container-"],
*[class*=" container-"] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-sm {
  max-width: 800px;
}

@media (min-width: 1720px) {
  .container-xl {
    max-width: 1600px;
  }
}

*[class^="container-"].no-padding,
*[class*=" container-"].no-padding {
  padding-right: 0;
  padding-left: 0;
}



/**
* Widths
* ------
*/

.width-33p {
  width: 33.33%;
}

.width-66p {
  width: 66.66%;
}


/**
* Icons
* -----
*/

i[class^='fa-'],
i[class*=' fa-'] {
  vertical-align: middle;
  line-height: 1;
}

i[class^='fa-']:before,
i[class*=' fa-']:before {
  display: inline-block;
  min-width: 1em;
  text-align: center;
}


/* Icons - Sizing */
i.fa-xs {
  font-size: 10px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  i.fa-xs {
    font-size: 1.2rem;
  }
}

i.fa-sm {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  i.fa-sm {
    font-size: 1.4rem;
  }
}

i.fa-lg {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  i.fa-lg {
    font-size: 1.6rem;
  }
}

i.fa-3x {
  font-size: 24px;
  font-size: 2.4rem;
}

@media (min-width: 992px) {
  i.fa-3x {
    font-size: 3.6rem;
  }
}


/* Icons - Double Chevron */
i.fa-chevron-right+i.fa-chevron-right,
i.fa-chevron-left+i.fa-chevron-left {
  margin-left: -0.5em;
}


/* Icons - Prepend & Append */
.icon-wrapper.prepend,
i[class^='fa-'].prepend,
i[class*=' fa-'].prepend {
  margin-right: 0.75em;
}

.icon-wrapper.append,
i[class^='fa-'].append,
i[class*=' fa-'].append {
  margin-left: 0.75em;
}

@media (min-width: 768px) {
  .icon-wrapper.prepend-md,
  i[class^='fa-'].prepend-md,
  i[class*=' fa-'].prepend-md {
    margin-right: 0.75em;
  }

  .icon-wrapper.append-md,
  i[class^='fa-'].append-md,
  i[class*=' fa-'].append-md {
    margin-left: 0.75em;
  }
}

@media (min-width: 992px) {
  .icon-wrapper.prepend-lg,
  i[class^='fa-'].prepend-lg,
  i[class*=' fa-'].prepend-lg {
    margin-right: 0.75em;
  }

  .icon-wrapper.append-lg,
  i[class^='fa-'].append-lg,
  i[class*=' fa-'].append-lg {
    margin-left: 0.75em;
  }
}

/* Icons - Chevron Toggle */
*[aria-expanded="true"] > i.fa-chevron-down:before {
  content: '\f077';
}


/**
* Colors & Backgrounds
* --------------------
*/

/* Colors */
.text-primary {
  color: var(--color-primary) !important;
}

.text-default,
.text-secondary {
  color: var(--color-secondary) !important;
}

.text-grey-light {
  color: var(--color-grey-light) !important;
}


/* Backgrounds */
.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-secondary-dark {
  background-color: var(--color-secondary-dark) !important;
}

.bg-grey-lightest {
  background-color: var(--color-grey-lightest) !important;
}

/* Backgrounds - Breakpoints */
@media (min-width: 992px) {
  .bg-lg-secondary {
    background-color: var(--color-secondary) !important;
  }
}


/**
* Seperators
* ----------
*/

.seperator-circle {
  display: inline-block;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  margin-right: 10px;
  margin-right: 1rem;
  margin-left: 10px;
  margin-left: 1rem;
  border-radius: 100%;
  background-color: var(--color-grey-light);
}


/**
* Typography
* ----------
*/

@media (min-width: 992px) {
  p {
      margin-bottom: 1.5rem;
  }
}


/* Typography - Family & Weights */
.font-family-fancy {
  font-family: var(--font-family-fancy) !important;
  font-weight: var(--font-weight-normal-i) !important;
  font-style: italic !important;
}

.font-weight-normal {
  font-weight: var(--font-weight-normal) !important;
}

.font-weight-bold {
  font-weight: var(--font-weight-bold) !important;
}


/* Typography - Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 15px 0 10px;
  margin: 1.5rem 0 1rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
}

@media (min-width: 992px) {
  h1, .h1,
  h2, .h2,
  h4, .h4,
  h3, .h3,
  h5, .h5,
  h6, .h6 {
    margin: 2.25rem 0 1.5rem;
  }
}

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

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

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 2rem;
  }
}

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  h5, .h5 {
    font-size: 1.8rem;
  }
}

h6, .h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 992px) {
  h6, .h6 {
      font-size: 1.6rem;
  }
}


/**
* Links & Buttons
* ---------------
*/

/* Links */
a {
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
}

a:hover {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: var(--color-secondary-dark);
}

a.text-decoration:hover,
a.text-decoration:active,
a.text-decoration:focus {
  text-decoration: underline;
}


/* Links - Colors */
a.text-grey-light:hover,
a.text-grey-light:active,
a.text-grey-light:focus {
  color: var(--color-white) !important;
}


/* Buttons */
.btn {
  border: 0;
  border-radius: 0;
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
}

@media (min-width: 992px) {
  .btn {
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
  }
}

.btn-sm {
  font-size: 10px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .btn-sm {
    font-size: 1.2rem;
  }
}

.btn.disabled,
.btn:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: not-allowed;
}

/* Buttons - Link */
.btn-link {
  padding: 0;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  text-decoration: none;
  color: var(--color-secondary-dark);
}

/* Buttons - Icons */
.btn.btn-icon {
  padding: 10px;
  padding: 1rem;
  line-height: 1;
}

/* Buttons - Has Icons */
.btn.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn.btn-block.has-icon {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Buttons - Colors */
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  color: var(--color-grey-light);
  background-color: var(--color-primary);
}

.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):active
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled).active {
  color: var(--color-white);
  background-color: var(--color-primary-light);
}

.btn-primary.no-hover:not(:disabled):not(.disabled):hover,
.btn-primary.no-hover:not(:disabled):not(.disabled):active
.btn-primary.no-hover:not(:disabled):not(.disabled):focus,
.btn-primary.no-hover:not(:disabled):not(.disabled).active {
  color: var(--color-grey-light);
  background-color: var(--color-primary);
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: var(--color-grey-light);
  background-color: var(--color-secondary);
}

.btn-secondary:not(:disabled):not(.disabled):hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):focus,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: var(--color-white);
  background-color: var(--color-secondary-dark);
}

.btn-secondary.no-hover:not(:disabled):not(.disabled):hover,
.btn-secondary.no-hover:not(:disabled):not(.disabled):active,
.btn-secondary.no-hover:not(:disabled):not(.disabled):focus,
.btn-secondary.no-hover:not(:disabled):not(.disabled).active {
  color: var(--color-grey-light);
  background-color: var(--color-secondary);
}

/* Buttons - Icons - Colors */
.btn-icon.btn-white {
  color: var(--color-white-50p);
}

.btn-icon.btn-white:hover,
.btn-icon.btn-white:active,
.btn-icon.btn-white:focus,
.btn-icon.btn-white:not(:disabled):not(.disabled).active,
.btn-icon.btn-white:not(:disabled):not(.disabled):active {
  color: var(--color-white);
}


/**
* Lists
* -----
*/

/* Lists - Unstyled */
.list-unstyled li:not(:last-child) {
  margin-bottom: 3.75px;
  margin-bottom: 0.375rem;
}

@media (min-width: 992px) {
  .list-unstyled li:not(:last-child) {
    margin-bottom: 7.5px;
    margin-bottom: 0.75rem;
  }
}

/* Lists - Inline */
.list-inline:not(.has-seperator-circle) .list-inline-item:not(:last-child) {
  margin-right: 7.5px;
  margin-right: 0.75rem;
}

@media (min-width: 992px) {
  .list-inline:not(.has-seperator-circle) .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* Lists - Inline - Location */
.list-inline.list-location .list-inline-item:not(.active) {
	display: none;
}

.list-inline.list-location .list-inline-item.active + .list-inline-item.active:before {
  content: '|';
  display: inline-block;
  margin-right: 7.5px;
  margin-right: 0.75rem;
}

@media (min-width: 992px) {
  .list-inline.list-location .list-inline-item.active + .list-inline-item.active:before {
    margin-right: 15px;
    margin-right: 1.5rem;
  }
}

/* Lists - Inline - Location - Show All */
.list-inline.list-location.show-all .list-inline-item {
	display: inline-block;
}

.list-inline.list-location.show-all .list-inline-item + .list-inline-item:before {
  content: '|';
  display: inline-block;
  margin-right: 7.5px;
  margin-right: 0.75rem;
}

@media (min-width: 992px) {
  .list-inline.list-location.show-all .list-inline-item + .list-inline-item:before {
    margin-right: 15px;
    margin-right: 1.5rem;
  }
}

/* Lists - Inline - Location - No Seperator */
.list-inline.list-location:not(.has-seperator-circle) {
  margin: -3.75px;
  margin: -0.375rem;
}

.list-inline.list-location:not(.has-seperator-circle):last-child {
  margin-bottom: -3.75px !important;
  margin-bottom: -0.375rem !important;
}

@media (min-width: 992px) {
  .list-inline.list-location:not(.has-seperator-circle) {
    margin: -7.5px;
    margin: -0.75rem;
  }
  
  .list-inline.list-location:not(.has-seperator-circle):last-child {
    margin-bottom: -0.75rem !important;
  }
}

.list-inline.list-location:not(.has-seperator-circle) .list-inline-item {
  margin: 3.75px;
  margin: 0.375rem;
}

@media (min-width: 992px) {
  .list-inline.list-location:not(.has-seperator-circle) .list-inline-item {
    margin: 0.75rem;
  }
}

/* Lists - Inline - Logo - No Seperator */
.list-inline.list-logo:not(.has-seperator) {
  margin: -3.75px;
  margin: -0.375rem;
}

@media (min-width: 992px) {
  .list-inline.list-logo:not(.has-seperator) {
    margin: -7.5px;
    margin: -0.75rem;
  }  
}

.list-inline.list-logo:not(.has-seperator) .list-inline-item {
  margin: 3.75px;
  margin: 0.375rem;
  opacity: 0.9;
}

@media (min-width: 992px) {
  .list-inline.list-logo:not(.has-seperator) .list-inline-item {
    margin: 7.5px;
    margin: 0.75rem;
  }  
}


/**
* Navigation
* ----------
*/

/* Navigation - Header Main */
.header-main nav .nav {
  margin-left: -30px;
  margin-left: -3rem;
}

@media (min-width: 1200px) {
  .header-main nav .nav {
    margin-left: -4.5rem;
  }
}

.header-main nav .nav-link {
  padding: 30px;
  padding: 3rem;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: var(--line-height-tight);
  color: var(--color-white-75p);
}

.header-main nav .nav-item.active .nav-link,
.header-main nav .nav-item:hover .nav-link,
.header-main nav .nav-item:active .nav-link,
.header-main nav .nav-item:focus .nav-link {
  color: var(--color-white);
}

@media (min-width: 1200px) {
  .header-main nav .nav-link {
    padding: 4.5rem;
  }
}

/* Navigation - Header Drawer */
.header-drawer nav {
  margin: auto;
}

.header-drawer nav .nav-link {
  padding: 10px;
  padding: 1rem;
  font-size: 20px;
  font-size: 2rem;
}

.header-drawer nav .nav-item.active .nav-link {
  color: var(--color-secondary-dark);
}


/**
* Images
* ------
*/

/* Images - Background */
*[class^="bg-img"],
*[class*=" bg-img"] {
  background-repeat: no-repeat;
}

*[class^="bg-img-cover"],
*[class*=" bg-img-cover"] {
  background-size: cover;
}

*[class^="bg-img-contain"],
*[class*=" bg-img-contain"] {
  background-size: contain;
}

.bg-img-cover-center {
  background-position: center;
}

.bg-img-contain-center {
  background-position: center;
}

/* Images - Aspect Ratios */
.aspect-16-9 {
  padding-top: 56.25% !important;
}


/**
* Tables
* ------
*/

table th {
  font-weight: var(--font-weight-bold);
}


/**
* Forms
* -----
*/

/* Forms - Wrappers */
.gform_wrapper form .gform_footer {
  padding: 0;
  margin: 0;
}

.gform_wrapper form .gform_body + .gform_footer {
  margin-top: 20px;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .gform_wrapper form .gform_body + .gform_footer {
    margin-top: 3rem;
  }
}

/* Forms - Labels */
label {
  margin-bottom: 0;
}

label,
.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label,
.woocommerce form .form-row label {
  line-height: var(--line-height-tight);
  font-weight: var(--font-weight-bold);
}

.woocommerce form .form-row .required {
  color: var(--color-warning-dark);
}


/* Forms - Inputs */
body .gform_wrapper form ul li.gfield,
body .gform_wrapper form .top_label div.ginput_container,
.gform_wrapper form li.hidden_label input {
  margin-top: 0;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

@media (min-width: 641px) {
  .gform_wrapper form ul.gform_fields li.gfield {
    padding-right: 0;
  }
}

.woocommerce form .form-row:not(:first-child):not(.form-row-last),
.gform_wrapper form ul li.gfield:not(:first-child) {
  margin-top: 20px;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .woocommerce form .form-row:not(:first-child):not(.form-row-last),
  .gform_wrapper form ul li.gfield:not(:first-child) {
    margin-top: 30px;
    margin-top: 3rem;
  }
}

form .top_label div.ginput_complex.ginput_container.gf_name_has_1,
form .top_label div.ginput_complex.ginput_container.gf_name_has_2,
form .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100%;
}

@media (min-width: 641px) {
  form div.ginput_container_name span {
    margin-right: 0;
    padding-right: 0;    
  }
}

@media (max-width: 641px) {
  .gform_wrapper form .ginput_container span:not(.ginput_price) {
    margin-bottom: 0;
  }
}

.gform_wrapper.gf_browser_chrome form ul.gform_fields li.gfield span.name_first,
.gform_wrapper.gf_browser_chrome form ul.gform_fields li.gfield span.name_last,
.gform_wrapper.gf_browser_chrome form ul.gform_fields li.gfield span.name_middle {
  padding-top: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--color-secondary);
  -webkit-box-shadow: 0 0 0px 1000px var(--color-white) inset !important;
}

form[class*="woocommerce"] input {
  padding: 10px 0;
  padding: 1rem 0;
}

.gform_wrapper form .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper form .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0;
}

@media (min-width: 641px) {
  .gform_wrapper form .top_label input.medium,
  .gform_wrapper form .top_label select.medium {
    width: 100%;
  }
}

@media (max-width: 641px) {
  .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: auto;
    line-height: var(--line-height-tight);
  }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1.4rem;
  }
}

.gform_wrapper form .field_description_below .gfield_description {
  padding-top: 10px;
  padding-top: 1rem;
}

/* Forms - Inputs - Form Control & Woocommerce */
.form-control,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: auto;
  border: 0;
  border-bottom: 1px solid var(--color-secondary);
  border-bottom: 0.1rem solid var(--color-secondary);
  border-radius: 0;
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
  background-color: transparent;
}

.form-control:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--color-primary);
  color: var(--color-secondary);
  background-color: transparent;
}

@media (min-width: 992px) {
  .form-control,
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea {
    border-bottom-width: 0.2rem;
    font-size: 1.4rem;
  }
}

.form-control-sm {
  padding: 7.5px 0;
  padding: 0.75rem 0;
}

@media (min-width: 992px) {
  .form-control-sm {
    padding: 1rem 0;
  }
}

.woocommerce form .password-input,
.woocommerce-page form .password-input  {
  width: 100%;
}

/* Forms - Inputs - Textarea */
.gform_wrapper form textarea {
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: var(--line-height-tight);
}

@media (min-width: 992px) {
  .gform_wrapper form textarea {
    font-size: 1.4rem;
  }
}

/* Forms - Inputs - Select */
.select2-container {
  width: 100% !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: var(--line-height-tight);
}

@media (min-width: 992px) {
  .select2-container {
    font-size: 1.4rem;
  }
}

.select2-container .select2-selection--single {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--color-secondary);
  border-bottom: 0.1rem solid var(--color-secondary);
  border-radius: 0;
  padding: 10px 0;
  padding: 1rem 0;
  background-color: var(--color-white);
}

@media (min-width: 992px) {
  .select2-container .select2-selection--single {
    border-bottom-width: 0.2rem;
  }
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  padding: 0;
  padding-right: 15px;
  padding-right: 1.5rem;
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
}

.select2-container .select2-selection--single .select2-selection__arrow {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  top: 1px;
  top: 0.1rem;
  right: auto;
  vertical-align: middle;
  font-family: var(--font-family-icon);
  font-weight: var(--font-weight-icon);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.select2-container .select2-selection--single .select2-selection__arrow:before {
  content: '\f078';
  display: inline-block;
  min-width: 1em;
  text-align: center;
}

.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: '\f077';
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* Forms - Select - Options */
.select2-container .select2-dropdown {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0.2rem 0.4rem 0.2rem var(--color-black-10p);
  background-color: var(--color-primary-light);
}

.select2-container .select2-results__option {
  padding: 10px;
  padding: 1rem;
  color: var(--color-white);
  background-color: var(--color-primary-light);
}

@media (min-width: 992px) {
  .select2-container .select2-results__option {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.select2-container .select2-results__option:not(:first-child) {
  border-top: 1px solid var(--color-primary-light);
  border-top: 0.1rem solid var(--color-primary-light);
}

@media (min-width: 992px) {
  .select2-container .select2-results__option:not(:first-child) {
    border-top-width: 0.2rem;
  }
}

.select2-container .select2-results__option[aria-selected="true"],
.select2-container .select2-results__option[data-selected="true"],
.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container .select2-results__option--highlighted[data-selected] {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.select2-container .select2-results__option[aria-disabled="true"] {
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
}

/* Forms - Inputs - Recaptcha */
@media (max-width: 575px) {
  .ginput_recaptcha > div {
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

/* Forms - Inputs - Submit */
.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit],
.gform_wrapper form .gform_page_footer input.button,
.gform_wrapper form .gform_page_footer input[type=submit],
.gf_browser_ie.gform_wrapper .gform_footer input.button {
  width: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 7.5px 10px !important;
  padding: 0.75rem 1rem !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--color-white);
  background-color: var(--color-primary);
}

.gform_wrapper form .gform_footer input.button:hover,
.gform_wrapper form .gform_footer input.button:active,
.gform_wrapper form .gform_footer input.button:focus,
.gform_wrapper form .gform_footer input[type=submit]:hover,
.gform_wrapper form .gform_footer input[type=submit]:active,
.gform_wrapper form .gform_footer input[type=submit]:focus,
.gform_wrapper form .gform_page_footer input.button:hover,
.gform_wrapper form .gform_page_footer input.button:active,
.gform_wrapper form .gform_page_footer input.button:focus,
.gform_wrapper form .gform_page_footer input[type=submit]:hover,
.gform_wrapper form .gform_page_footer input[type=submit]:active,
.gform_wrapper form .gform_page_footer input[type=submit]:focus {
  background-color: var(--color-primary-light);
}

@media (min-width: 992px) {
  .gform_wrapper form .gform_footer input.button,
  .gform_wrapper form .gform_footer input[type=submit],
  .gform_wrapper form .gform_page_footer input.button,
  .gform_wrapper form .gform_page_footer input[type=submit],
  .gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding: 1rem 1.5rem !important;
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .gform_wrapper form .gform_footer input.button,
  .gform_wrapper form .gform_footer input[type=submit],
  .gform_wrapper form .gform_page_footer input.button,
  .gform_wrapper form .gform_page_footer input[type=submit],
  .gf_browser_ie.gform_wrapper .gform_footer input.button {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

/* Forms - Validation */
.gform_wrapper form div.validation_error {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border: 0;
  padding: 10px;
  padding: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  color: var(--color-white);
  background-color: var(--color-warning-dark);
}

@media (min-width: 992px) {
  .gform_wrapper form div.validation_error {
    margin-bottom: 3rem;
    padding: 1.5rem;
    font-size: 1.6rem;
  }
}

.gform_wrapper form li.gfield.gfield_error,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 0 !important;
  border: 0;
  background-color: transparent;
}

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
}

.gform_wrapper.gform_validation_error form .top_label input.medium,
.gform_wrapper.gform_validation_error form .top_label select.medium {
  width: 100%;
}

.gform_wrapper.gf_browser_chrome form .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome form .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea,
.gform_wrapper.gf_browser_chrome form li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 0 !important;
}

.gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form li.gfield_error textarea {
  border-width: 0;
  border-bottom-width: 1px;
  border-bottom-width: 0.1rem;
}

@media (min-width: 992px) {
  .gform_wrapper form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper form li.gfield_error textarea {
    border-bottom-width: 0.2rem;
  }
}

.gform_wrapper form .validation_message {
  padding: 10px 5px;
  padding: 1rem 0.5rem;
  color: var(--color-white);
  background-color: var(--color-warning-dark);
}

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-right: 5px;
  padding-right: 0.5rem;
}

.gform_confirmation_wrapper {
  padding: 10px;
  padding: 1rem;
  background-color: var(--color-primary);
}

@media (min-width: 992px) {
  .gform_confirmation_wrapper {
    padding: 1.5rem;
  }
}

.gform_confirmation_wrapper > .gform_confirmation_message {
  font-weight: var(--font-weight-bold);
}


/**
 * Boxed Content
 * -------------
 */

.boxed-content {
  margin: 4.5rem 0;
}

@media (min-width: 992px) {
  .boxed-content {
    margin: 9rem 0;
  }
}

.boxed-content .boxed-content-item {
  height: 100%;
  border: 0.2rem solid var(--color-secondary-dark);
  padding: 1rem;
}

@media (min-width: 992px) {
  .boxed-content .boxed-content-item {
    padding: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .boxed-content .boxed-content-item {
    padding: 2rem 1.5rem;
  }
}

.boxed-content .row > .col:not(:first-child) .boxed-content-item {
  border-left: 0;
}


/**
* Cards
* -----
*/

.card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

/* Cards - Images */
.card-img-wrapper {
  position: relative;
}

.card-img-wrapper[class^="has-border"],
.card-img-wrapper[class*=" has-border"] {
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
  padding: 15px;
  padding: 1.5rem;
}

.card-img-wrapper.has-border-sm {
  border-width: 1px;
  border-width: 0.1rem;
}

@media (min-width: 992px) {
  .card-img-wrapper[class^="has-border"],
  .card-img-wrapper[class*=" has-border"] {
    border-width: 0.4rem;
  }

  .card-img-wrapper.has-border-sm {
    border-width: 0.2rem;
  }
}

/* Cards - Images - Background Image */
.card-img-wrapper.has-bg-img {
  height: 0;
  padding: 0;
  padding-top: 100%;
}

.card-img-wrapper.has-bg-img>*[class^="bg-img"],
.card-img-wrapper.has-bg-img>*[class*=" bg-img"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Cards - Body */
.card-body {
  padding: 10px;
  padding: 1rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.card.card-lg .card-body {
  padding: 15px 10px;
  padding: 1.5rem 1rem;
}

@media (min-width: 992px) {
  .card-body {
    padding: 1.5rem;
  }
  .card.card-lg .card-body {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  .card-body {
    padding: 2rem 1.5rem;
  }
  .card.card-lg .card-body {
    padding: 3rem;
  }
}

.card-img-wrapper[class^="has-border"] + .card-body,
.card-img-wrapper[class*=" has-border"] + .card-body {
  z-index: 1;
  position: relative;
  margin-top: -2px;
  margin-top: -0.2rem;
}

.card-img-wrapper.has-border-sm + .card-body {
  margin-top: -1px;
  margin-top: -0.1rem;
}

@media (min-width: 992px) {
  .card-img-wrapper[class^="has-border"] + .card-body,
  .card-img-wrapper[class*=" has-border"] + .card-body {
    margin-top: -0.4rem;
  }

  .card-img-wrapper.has-border-sm + .card-body {
    margin-top: -0.2rem;
  }
}

.card:hover .card-body.bg-secondary,
.card:active .card-body.bg-secondary,
.card:focus .card-body.bg-secondary {
  background-color: var(--color-primary) !important;
}

/* Cards - Title */
.card-title {
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  h4.card-title {
    font-size: 1.4rem;
  }
}

@media (min-width: 992px) {
  .card-title {
    margin-bottom: 1rem;
  }
}

.card-title .card-title-attr {
  width: 100%;
  margin: 2.5px 0;
  margin: 0.25rem 0;
  font-size: 0.778em;
}

@media (min-width: 992px) {
  .card-title .card-title-attr {
    margin: 0.5rem 0;
  }
}

@media (min-width: 1200px) {
  .card-title .card-title-attr {
    width: auto;
  }
}

/* Cards - Icon */
.card-icon {
  white-space: nowrap;
}

.card:not(.card-horizontal) .card-title+.card-icon {
  margin-left: 10px;
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .card:not(.card-horizontal) .card-title+.card-icon {
    margin-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .card.card-lg:not(.card-horizontal) .card-title+.card-icon {
    margin-left: 3rem;
  }
}


/**
 * Card - Horizontal 
 * -----------------
 */

.card.card-horizontal .row > *[class^="col"] > *,
.card.card-horizontal .row > *[class*=" col"] > * {
  height: 100%;
}

.card.card-horizontal:hover .card-body.text-secondary,
.card.card-horizontal:active .card-body.text-secondary,
.card.card-horizontal:focus .card-body.text-secondary,
.card.card-horizontal:hover .card-body.text-secondary .card-title,
.card.card-horizontal:active .card-body.text-secondary .card-title,
.card.card-horizontal:focus .card-body.text-secondary .card-title  {
  color: var(--color-primary) !important;
}


/**
* Card Decks
* ----------
*/

/* Card Decks - Widths */
.card-deck[class^="card-width"] .card,
.card-deck[class*=" card-width"] .card {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.card-deck.card-width-33p .card {
  width: 33.334%;
}

.card-deck.card-width-50p .card {
  width: 50%;
}

@media (min-width: 768px) {
  .card-deck.card-width-md-33p .card {
    width: 33.334%;
  }
}

/* Card Decks - Default */
.card-deck {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 22.5px -7.5px;
  margin: 2.25rem -0.75rem;
}

@media (min-width: 992px) {
  .card-deck {
    margin: 3rem -1.5rem;
  }
}

.card-deck .card {
  margin: 0;
  padding: 7.5px;
  padding: 0.75rem;
}

@media (min-width: 992px) {
  .card-deck .card {
    padding: 1.5rem;
  }
}

.card-deck .card:not(.no-transform) {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  transition: -webkit-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
}

.card-deck .card:not(.no-transform):hover,
.card-deck .card:not(.no-transform):active,
.card-deck .card:not(.no-transform):focus {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}


/* Card Decks - Horizontal */
.card-deck-horizontal {
  margin: -5px;
  margin: -0.5rem;
}

@media (min-width: 992px) {
  .card-deck-horizontal {
    margin: -0.75rem;
  }
}

.card-deck-horizontal>.card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 5px;
  padding: 0.5rem;
}

@media (min-width: 576px) {
  .card-deck-horizontal>.card {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding: 0.75rem;
  }
}

.card-deck-horizontal .card-img-wrapper,
.card-deck-horizontal .card .card-body {
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
}

.card-deck-horizontal .card-img-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  min-height: 100%;
}

.card-deck-horizontal .card-img-wrapper.width-33p {
  padding-top: 33.33%;
}

.card-deck-horizontal .card .card-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .card-deck-horizontal .card .card-body {
    padding: 3rem;
  }
}

.card-deck-horizontal .card-img-wrapper + .card-body {
  margin-top: 0;
  margin-left: -2px;
  margin-left: -0.2rem;
}

.card-deck-horizontal .card-body .card-title,
.card-deck-horizontal .card-body .card-text {
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .card-deck-horizontal .card-body .card-title,
  .card-deck-horizontal .card-body .card-text {
    margin-bottom: 0.5rem;
  }
}

/*
 * Card Accordions
 * ---------------
 */

.accordion .card:not(:first-of-type) {
  margin-top: 5px;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .accordion .card:not(:first-of-type) {
    margin-top: 2rem;
  }
}

.accordion .card .card-header {
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid var(--color-grey-light);
  border-bottom: 0.1rem solid var(--color-grey-light);
  background-color: transparent;
}

@media (min-width: 992px) {
  .accordion .card .card-header {
    border-bottom-width: 0.2rem;
  }
}

.accordion .card .card-header .btn {
  padding: 10px 0;
  padding: 1rem 0;
}

.accordion .card .card-header .btn > .btn-text {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .accordion .card .card-header .btn > .btn-text {
    font-size: 1.8rem;
  }
}

.accordion .card .card-body  {
  padding: 0;
}


/**
* Breadcrumb
* ----------
*/

nav[aria-label="breadcrumb"] {
  overflow-x: auto;
}

.breadcrumb {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 0;
  margin-left: -10px;
  margin-left: -1rem;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin-left: -1.5rem;
  }
}

.breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .breadcrumb-item {
    font-size: 1.4rem;
  }
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item:before {
  content: '';
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  border-radius: 100%;
  padding: 0;
  color: transparent;
  background-color: var(--color-grey-light);
}

.breadcrumb-item>.breadcrumb-link {
  display: inline-block;
  padding: 15px 10px;
  padding: 1.5rem 1rem;
  font-weight: var(--font-weight-default);
  color: var(--color-grey-light);
}

.breadcrumb-item>.breadcrumb-link:hover,
.breadcrumb-item>.breadcrumb-link:active,
.breadcrumb-item>.breadcrumb-link:focus,
.breadcrumb-item:last-child>.breadcrumb-link {
  color: var(--color-white);
}

@media (min-width: 992px) {
  .breadcrumb-item>.breadcrumb-link {
    padding: 2rem 1.5rem;
  }
}


/**
 * Modals
 * ------
 */

.modal-content {
  border: 0;
  border-radius: 0;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 15px;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 3rem;
  }
}

/* Modal - Header */
.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-grey-light);
  border-bottom: 0.1rem solid var(--color-grey-light);
  border-radius: 0;
}

@media (min-width: 992px) {
  .modal-header {
    border-bottom-width: 0.2rem;
  }
}

.modal-header[class^='bg-'],
.modal-header[class*=' bg-'] {
  border-bottom: 0;
}

.modal-header .close {
  margin: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-shadow: none;
}

.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal-header .btn-icon.close {
  margin-right: -10px;
  margin-right: -1rem;
}

/* Modal - Body */
.modal-body .widget-area > *:first-child {
  margin-top: 0 !important;
}

.modal-body .widget-area > *:last-child {
  margin-bottom: 0 !important;
}

.modal-body .gform_wrapper {
  margin: 0;
}

/* Modal - Footer */
.modal-footer {
  border-top: 1px solid var(--color-grey-light);
  border-top: 0.1rem solid var(--color-grey-light);
  border-radius: 0;
}

@media (min-width: 992px) {
  .modal-footer {
    border-top-width: 0.2rem;
  }
}

.modal-footer[class^='bg-'],
.modal-footer[class*=' bg-'] {
  border-top: 0;
}


/**
* Swiper JS - Hero
* ----------------
*/

/* Swiper JS - Hero - Slide */
.swiper-hero .swiper-slide {
  min-height: 100vh;
}

/* Swiper JS - Hero - Caption */
.swiper-hero .swiper-caption {
  width: 100%;
}

.swiper-hero .swiper-caption-inner {
  margin: 30px 0 45px;
  margin: 3rem 0 4.5rem;
  padding: 15px;
  padding: 1.5rem;
}

.swiper-hero .swiper-caption-inner:after {
  content: '';
  display: none;
  position: absolute;
  width: 15px;
  width: 1.5rem;
  height: 15px;
  height: 1.5rem;
  bottom: -5px;
  bottom: -0.5rem;
  right: -5px;
  right: -0.5rem;
  border: 5px solid var(--color-primary);
  border: 0.5rem solid var(--color-primary);
  border-top: 0;
  border-left: 0;
}

@media (max-width: 575px) {
  .swiper-hero .swiper-caption-inner {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

@media (min-width: 576px) {
  .swiper-hero .swiper-caption-inner:after {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .swiper-hero .swiper-caption-inner {
    width: 75%;
    margin: 4.5rem 0;
    padding: 3rem;
  }
  .swiper-hero .swiper-caption-inner:after {
    width: 3rem;
    height: 3rem;
    bottom: -0.75rem;
    right: -0.75rem;
    border-right-width: 0.75rem;
    border-bottom-width: 0.75rem;
  }
}

@media (min-width: 992px) {
  .swiper-hero .swiper-caption-inner {
    width: 50%;
    margin: 7rem 0;
    padding: 4.5rem;
  }
  .swiper-hero .swiper-caption-inner:after {
    width: 4.5rem;
    height: 4.5rem;
    bottom: -1rem;
    right: -1rem;
    border-right-width: 1rem;
    border-bottom-width: 1rem;
  }
}

@media (min-width: 1200px) {
  .swiper-hero .swiper-caption-inner h1 {
    font-size: 4rem;
  }
}

/* Swiper JS - Hero - Caption - Themes */
.swiper-hero .swiper-caption-inner.theme-red {
  background-color: var(--color-red-dark) !important;
}

.swiper-hero .swiper-caption-inner.theme-red strong {
  color: var(--color-white) !important;
} 

/* Swiper JS - Hero - Caption - Themes */
.swiper-hero .swiper-caption-inner.theme-black {
  background-color: var(--color-black) !important;
}

.swiper-hero .swiper-caption-inner.theme-black strong {
  color: var(--color-primary) !important;
} 

/* Swiper JS - Hero - Footnote */
.swiper-hero .swiper-footnote {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  right: 0;
  overflow-x: auto;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  white-space: nowrap;
}

/* Swiper JS - Hero - Pagination */
.swiper-hero .swiper-pagination {
  width: 100%;
  top: 10px;
  top: 1rem;
  left: 0;
}

@media (min-width: 992px) {
  .swiper-hero .swiper-pagination {
    top: auto;
    bottom: 5rem;
  }
  .swiper-hero .swiper-pagination-inner {
    width: 50%;
  }
}

.swiper-hero .swiper-pagination-bullet {
  width: 10px;
  width: 1rem;
  height: 10px;
  height: 1rem;
  margin: 0 5px;
  margin: 0 0.5rem;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  background-color: var(--color-secondary);
}

.swiper-hero .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.swiper-hero .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-hero .swiper-pagination-bullet-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: var(--color-secondary);
}


/**
 * Swiper JS - Product Categories
 * ------------------------------
 */

@media (min-width: 1600px) {
  .swiper-product-categories:before,
  .swiper-product-categories:after {
    content: '';
    z-index: 2;
    position: absolute;
    display: block;
    width: 1rem;
    top: 0;
    bottom: 0;
    box-shadow: 0 0 1.2rem 0.3rem var(--color-black-10p);
    background-color: var(--color-white);
  }

  .swiper-product-categories:before {
    left: 0;
  }

  .swiper-product-categories:after {
    right: 0;
  }
}

.swiper-product-categories > .swiper-wrapper.card-deck {
  margin-top: 0;
  margin-bottom: 0;
}


/**
* Header
* ------
*/

/* Header Main */
.header-main {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .header-main {
    box-shadow: 0 0.2rem 0.4rem 0.2rem var(--color-black-5p);
  }

  .header-main > .container > .row > .col:last-of-type {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

/* Header Main - Columns */
.header-main-col-left {
  height: 100%;
  padding-right: 15px;
  padding-right: 1.5rem;
}

@media(min-width: 576px) {
  .header-main-col-left {
    padding-right: 4.5rem;
  }  
}

.header-main-col-left:before {
  content: '';
  position: absolute;
  width: 9999px;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: var(--color-secondary-dark);
}

@media (min-width: 1200px) {
  .header-main-col-left {
    padding-right: 6rem;
  }
}

/* Header Main - Rows */
@media (max-width: 991px) {
  .header-main-row-top {
    height: 100%;
  }
}

.header-main-row-top:after {
  content: '';
  position: absolute;
  width: 9999px;
  top: 0;
  bottom: 0;
  left: calc(100% + 1.5rem);
  background-color: var(--color-white);
}

@media (min-width: 575px) {
  .header-main-row-top:after {
    left: 100%;
  }
}

@media (min-width: 992px) {
  .header-main-row-top:after {
    left: calc(100% + 1rem);
    box-shadow: 0.7rem 0.2rem 0.4rem 0.2rem var(--color-black-5p);
  }
}

@media (min-width: 1200px) {
  .header-main-row-top:after {
    left: calc(100% + 2.25rem);
  }
}

.header-main-row-top .list-inline {
  margin-right: -15px;
  margin-right: -1.5rem;
  padding-left: 5px;
  padding-left: 0.5rem;
}

@media (min-width: 575px) {
  .header-main-row-top .list-inline {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header-main-row-top .list-inline {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .header-main-row-top .list-inline {
    margin-right: -1rem;
    padding-left: 0rem;
    box-shadow: 0rem 0.2rem 0.4rem 0.2rem var(--color-black-5p);
  }
}

@media (min-width: 1200px) {
  .header-main-row-top .list-inline {
    margin-right: -2.25rem;
  }
}

.header-main-row-top .list-inline .list-inline-item:not(:last-child) {
  margin-right: 0;
}

@media (min-width: 992px) {
  .header-main-row-top .list-inline .list-inline-item:first-child {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .header-main-row-top .list-inline .list-inline-item:nth-child(2) {
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .header-main-row-top .list-inline .list-inline-item:first-child {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
  
  .header-main-row-top .list-inline .list-inline-item:nth-child(2) {
    padding-left: 2.25rem;
  }
}

.header-main-row-top .list-inline .list-inline-item a {
  padding: 10px;
  padding: 1rem;
}

@media (min-width: 1200px) {
  .header-main-row-top .list-inline .list-inline-item a {
    padding: 1.5rem 2.25rem;
  }
}

@media (max-width: 991px) {
  .header-main-row-top .list-inline .list-inline-item i.fa-xs {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* Header - Main - Logo */
@media (max-width: 575px) {
  .header-main .header-logo {
    width: 10rem;
    padding: 1rem 0;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header-main .header-logo {
    width: 18rem;
    padding: 1.5rem 0;
  }
}

@media (min-width: 992px) {
  .header-main .header-logo {
    width: 30rem;
  }
}

.header-main .header-logo .img-fluid {
  height: 100%;
}

/* Header - Main - Search Form */
@media (min-width: 992px) {
  .header-main .search-form .input-group-prepend {
    margin-right: 0.5rem;
  }
}

.header-main .search-form .btn {
  color: var(--color-white-75p);
}

.header-main .search-form .btn:hover,
.header-main .search-form .btn:active,
.header-main .search-form .btn:focus {
  color: var(--color-white);
}

.header-main .search-form .form-control {
  padding-right: 0;
  padding-left: 0;
  color: var(--color-white);
}

.header-main .search-form .form-control::-webkit-input-placeholder {
  color: var(--color-white-75p);
}

.header-main .search-form .form-control:-ms-input-placeholder {
  color: var(--color-white-75p);
}

.header-main .search-form .form-control::-moz-placeholder {
  color: var(--color-white-75p);
}

.header-main .search-form .form-control::placeholder {
  color: var(--color-white-75p);
}

/* Header - Main - Cart Button */
.header-main .cart-button .cart-contents-count:before,
.header-main .cart-button .cart-contents-count:after {
  display: inline-block;
  color: var(--color-grey-light);
}

.header-main .cart-button .cart-contents-count:before {
  content: '(';
  margin-right: 2.5px;
  margin-right: 0.25rem;
}

.header-main .cart-button .cart-contents-count:after {
  content: ')';
  margin-left: 2.5px;
  margin-left: 0.25rem;
}

/* Header - Drawer */
html.drawer-open,
html.drawer-open body {
  overflow: hidden;
}

html.drawer-open *[data-toggle="drawer"] > i.fa-bars:before {
  content: '\f00d';
}

.header-drawer {
  position: absolute;
  height: calc(100vh - 100%);
  top: -100%;
  left: 0;
  right: 0;
  overflow-y: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

html.drawer-open .header-drawer {
  top: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}


/**
 * Footer
 * ------
 */

footer input:-webkit-autofill,
footer input:-webkit-autofill:hover, 
footer input:-webkit-autofill:focus,
footer textarea:-webkit-autofill,
footer textarea:-webkit-autofill:hover,
footer textarea:-webkit-autofill:focus,
footer select:-webkit-autofill,
footer select:-webkit-autofill:hover,
footer select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--color-white);
  -webkit-box-shadow: 0 0 0px 1000px var(--color-secondary) inset !important;
}

footer .form-control {
  border-bottom-color: var(--color-white);
  color: var(--color-white);
}

footer .form-control:focus {
  color: var(--color-white);
}

footer .form-control::-webkit-input-placeholder {
  color: var(--color-grey-light);
}

footer .form-control::-moz-placeholder {
  color: var(--color-grey-light);
}

footer .form-control:-ms-input-placeholder {
  color: var(--color-grey-light);
}

footer .form-control::placeholder {
  color: var(--color-grey-light);
}


/**
* Page Header
* -----------
*/

/* Page Header - Rows */
.page-header-row-top .row-inner {
  max-width: 1400px;
  max-width: 140rem;
  height: 75vw;
  max-height: 300px;
  max-height: 30rem;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .page-header-row-top .row-inner {
    height: 55vw;
    max-height: 50rem;
  }
}

.page-header-row-top h1 {
  margin: 0;
  padding: 20px 15px;
  padding: 2rem 1.5rem;
}

@media (max-width: 575px) {
  .page-header-row-top h1 {
    margin: 0 -1.5rem;
  }
}

@media (min-width: 576px) {
  .page-header-row-top h1 {
    padding: 3rem 4.5rem;
  }
}

@media (min-width: 992px) {
  .page-header-row-top h1 {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (max-width: 575px) {
  .page-header-row-bottom .btn[data-toggle="modal"] {
    display: block;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
  }
}


/**
* Page Banner
* ------------
*/

*[class^="page-banner"],
*[class*=" page-banner"] {
  display: block;
  margin: 30px 0;
  margin: 3rem 0;
}

@media (min-width: 992px) {
  *[class^="page-banner"],
  *[class*=" page-banner"] {
    display: block;
    margin: 4.5rem 0;
  }
}

/* Page Banner - Free Shipping */
.page-banner-free-shipping {
  position: relative;
}

.page-banner-free-shipping:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 4px solid var(--color-grey-light);
  border-top: 0.4rem solid var(--color-grey-light);
}

.page-banner-free-shipping .banner-inner {
  z-index: 1;
  position: relative;
}

@media (min-width: 576px) {
  .page-banner-free-shipping .banner-inner {
    padding: 0 3rem;
  }
}

.page-banner-free-shipping .banner-heading {
  margin: 0 15px;
  margin: 0 1.5rem;
}

@media (min-width: 576px) {
  .page-banner-free-shipping .banner-heading {
    margin: 0 3rem;
  }
}

/* Page Banner - Globe Guide */
.page-banner-globe-guide > .row {
  height: 100%;
}

@media (max-width: 991px) {
  .page-banner-globe-guide > .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .page-banner-globe-guide > .row > *[class^="col-"],
  .page-banner-globe-guide > .row > *[class*=" col-"] {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.page-banner-globe-guide .banner-inner {
  padding: 15px;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .page-banner-globe-guide .banner-inner {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .page-banner-globe-guide .banner-inner {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}

.page-banner-globe-guide .banner-heading {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.page-banner-globe-guide .card-deck {
  margin-top: 7.5px;
  margin-top: 0.75rem;
  margin-bottom: -7.5px;
  margin-bottom: -0.75rem;
}

@media (min-width: 768px) {
  .page-banner-globe-guide .card-deck {
    margin-top: -0.75rem;
  }
}

@media (min-width: 992px) {
  .page-banner-globe-guide .card-deck {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}


/**
* Sections
* --------
*/

section.has-padding {
  padding-top: 45px;
  padding-top: 4.5rem;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  section.has-padding {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  section.has-padding {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

/* Section - Product Categories */
.section-product-categories h2 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .section-product-categories h2 {
    margin-bottom: 3rem;
  }
}


/**
* Woocommerece - Global
* ---------------------
*/

.body-main > .page-header + .woocommerce {
  padding-top: 45px;
  padding-top: 4.5rem;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
}

@media (min-width: 992px) {
  .body-main > .page-header + .woocommerce {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

/* Product - On Sale */
.product-on-sale {
  z-index: 1;
  position: absolute;
  top: -2px;
  top: -0.2rem;
  left: -2px;
  left: -0.2rem;
  padding: 0.833em 1.667em 1.667em 0.833em;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--color-white);
}

@media (min-width: 992px) {
  .product-on-sale {
    top: -0.4rem;
    left: -0.4rem;
    font-size: 1.4rem;
  }
}

.product-on-sale:before {
  content: '';
  position: absolute;
  display: block;
  top: -100%;
  right: 0;
  bottom: 0;
  left: -100%;
  border-radius: 100%;
  background-color: var(--color-red-dark);
}

.product-on-sale-inner {
  z-index: 1;
  position: relative;
}

.product-on-sale-inner span {
  display: block;
}

.product-on-sale-inner span:not(:nth-child(2)) {
  font-weight: var(--font-weight-bold);
}

.product-on-sale-inner span:not(:nth-child(3)) {
  line-height: var(--line-height-tight);
}

.product-on-sale-inner span:nth-child(3) {
  font-size: 1.112em;
}

/* Product - Price */
@media (min-width: 1200px) {
  .woocommerce .woocommerce-variation-price.h1 {
    font-size: 4rem;
  }
}

.woocommerce .price {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: var(--color-primary);
}

.woocommerce .price>del,
.woocommerce .price>ins {
  text-decoration: none;
}

.woocommerce .price>del {
  position: relative;
  margin-right: 0.75em;
}

.woocommerce .price>del:after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 0.125em solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .woocommerce .price>ins {
    display: block;
  }
}

.woocommerce .price > .amount,
.woocommerce .price > ins > .amount {
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: var(--color-primary);
}


/**
 * WooCommerce - Notices
 * ---------------------
 */
 
.container.child-clean > .woocommerce-notices-wrapper + * {
  margin-top: 0 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 10px;
  padding: 1rem;
}

@media (min-width: 992px) {
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding: 1.5rem;
  }
}

.woocommerce-notices-wrapper > .woocommerce-error,
.woocommerce-notices-wrapper > .woocommerce-info,
.woocommerce-notices-wrapper > .woocommerce-message {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .woocommerce-notices-wrapper > .woocommerce-error,
  .woocommerce-notices-wrapper > .woocommerce-info,
  .woocommerce-notices-wrapper > .woocommerce-message {
    max-width: 510px;
  }
}

@media (min-width: 768px) {
  .woocommerce-notices-wrapper > .woocommerce-error,
  .woocommerce-notices-wrapper > .woocommerce-info,
  .woocommerce-notices-wrapper > .woocommerce-message {
    max-width: 690px;
  }
}

@media (min-width: 992px) {
  .woocommerce-notices-wrapper > .woocommerce-error,
  .woocommerce-notices-wrapper > .woocommerce-info,
  .woocommerce-notices-wrapper > .woocommerce-message {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .woocommerce-notices-wrapper > .woocommerce-error,
  .woocommerce-notices-wrapper > .woocommerce-info,
  .woocommerce-notices-wrapper > .woocommerce-message {
    max-width: 1110px;
  }
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  position: static;
  top: 0;
  left: 0;
  margin-right: 7.5px;
  margin-right: 0.75rem;
}

@media (min-width: 992px) {
  .woocommerce-error:before,
  .woocommerce-info:before,
  .woocommerce-message:before {
    margin-right: 1.5rem;
  }
}

.woocommerce-error p,
.woocommerce-info p,
.woocommerce-message p {
  margin-bottom: 0;
}

.woocommerce-error p > a,
.woocommerce-info p > a,
.woocommerce-message p > a {
  margin-left: 7.5px;
  margin-left: 0.75rem;
}


/**
 * WooCommerce - Notices - Store
 * -----------------------------
 */

.woocommerce-store-notice,
p.demo_store {
  position: static;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  box-shadow: none;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: var(--color-white);
  background-color: var(--color-primary-light);
}

@media (min-width: 992px) {
  .woocommerce-store-notice,
  p.demo_store {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}


/**
 * Woocommerce - Shop
 * ------------------
 */

/* Shop - Product Categories - Feature */
.product-categories-feature {
  margin: 30px -15px;
  margin: 3rem -1.5rem;
  padding: 30px 15px;
  padding: 3rem 1.5rem;
}

@media (min-width: 576px) {
  .product-categories-feature {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .product-categories-feature {
    margin: 45px 0;
    margin: 4.5rem 0;
    padding: 45px 0;
    padding: 4.5rem 0;
  }
}



/**
* Woocommerce - Archive
* ---------------------
*/

/* Archive - Product Search */
.archive-product-search .yith-ajaxsearchform-container {
  position: relative;
}

.archive-product-search form > div {
  display: flex;
}

.archive-product-search form > div > input {
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
}

@media (min-width: 992px) {
  .archive-product-search form > div > input {
    padding: 10px 15px;
    padding: 1rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  .archive-product-search form > div > input {
    padding-right: 30px;
    padding-right: 3rem;
    padding-left: 30px;
    padding-left: 3rem;
  }
}

.archive-product-search form > div > input[type="search"] {
  flex-grow: 1;
  border: 0.2rem solid var(--color-grey-light);
  border-right: 0;
}

@media (min-width: 992px) {
  .archive-product-search form > div > input[type="search"] {
    border-width: 0.4rem;
  }
}

.archive-product-search form > div > input[type="submit"] {
  border: 0;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--color-white);
  background-color: var(--color-primary);
}

.archive-product-search form > div > input[type="submit"]:hover,
.archive-product-search form > div > input[type="submit"]:active,
.archive-product-search form > div > input[type="submit"]:focus {
  background-color: var(--color-primary-light);
}

.archive-product-search .autocomplete-suggestions {
  width: 100% !important;
  border: 2px solid #e6e6e6;
  border: 0.2rem solid var(--color-grey-light);
  border-top: 0;
  border-radius: 0;
  padding: 0;
  background-color: var(--color-white);
}

@media (min-width: 992px) {
  .archive-product-search .autocomplete-suggestions {
    border-width: 4px;
    border-width: 0.4rem;
  }
}

.archive-product-search .autocomplete-suggestions > .autocomplete-suggestion {
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: var(--line-height-tight);
  background-color: transparent;
}

@media (min-width: 992px) {
  .archive-product-search .autocomplete-suggestions > .autocomplete-suggestion {
    padding: 10px 15px;
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media (min-width: 1200px) {
  .archive-product-search .autocomplete-suggestions > .autocomplete-suggestion {
    padding-right: 30px;
    padding-right: 3rem;
    padding-left: 30px;
    padding-left: 3rem;
  }
}

.archive-product-search .autocomplete-suggestions > .autocomplete-suggestion > strong {
  font-weight: var(--font-weight-normal);
}


.archive-product-search {
	padding:30px 0px 60px;
}



/* Archive - Product Filters */
.archive-product-filters-heading {
  padding: 0;
  border: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .archive-product-filters-heading {
    margin-bottom: 3rem;
  }
}

.archive-product-filters-heading .btn {
  padding: 15px;
  padding: 1.5rem;
  color: var(--color-white);  
}

@media (max-width: 991px) {
  .archive-product-filters-heading .btn {
    background-color: var(--color-primary);
  }  
}

@media (min-width: 992px) {
  .archive-product-filters-heading .btn {
    padding: 0;
    pointer-events: none;
    color: var(--color-primary);
  }  
}

.archive-product-filters-heading .btn > .btn-text {
  margin: 0;
  color: var(--color-white);
}

@media(min-width: 992px) {
  .archive-product-filters-heading .btn > .btn-text {
    color: var(--color-primary);
  }
}

.archive-product-filters-body .card-body {
  padding: 15px;
  padding: 1.5rem;
}

@media (min-width: 991px) {
  .archive-product-filters-body .card-body {
    padding: 0;
  }
}

/* Archive - Product Filters - Selected */
.archive-product-filters .product-filters-selected {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-selected {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .archive-product-filters .product-filters-selected {
    margin-bottom: 4.5rem;
  }
}

.archive-product-filters .product-filters-selected .filters-selected-row:not(:first-of-type) {
  margin-top: 10px;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-selected .filters-selected-row:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}

.archive-product-filters .product-filters-selected .filters-selected-row label {
  min-width: 25%;
  margin-bottom: 0;
}

.archive-product-filters .product-filters-selected .filters-selected-list {
  margin-bottom: 0;
  padding-left: 25px;
  padding-left: 2.5rem;
  list-style: none;
}

.archive-product-filters .product-filters-selected .filters-selected-item:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-selected .filters-selected-item:not(:first-child) {
    margin-top: 1rem;
  }
}

.archive-product-filters .product-filters-selected .filters-selected-item:before {
  content: '\2022';
  display: inline-block;
  width: 5px;
  width: 0.5rem;
  margin-right: 10px;
  margin-right: 1rem;
  margin-left: -15px;
  margin-left: -1.5rem;
  color: var(--color-grey-light);
}

.archive-product-filters .product-filters-selected .filters-selected-link i.fa-times  {
  margin: 1px 0 0 10px;
  margin: 0.1rem 0 0 1rem;
  padding: 2px;
  padding: 0.2rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--color-white);
  background-color: var(--color-grey-light);
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-selected .filters-selected-link i.fa-times  {
    margin: 0.2rem 0 0 1.5rem;
    font-size: 1.4rem;
  }
}

.archive-product-filters .product-filters-selected .filters-selected-link:hover i.fa-times,
.archive-product-filters .product-filters-selected .filters-selected-link:active i.fa-times,
.archive-product-filters .product-filters-selected .filters-selected-link:focus i.fa-times {
  color: var(--color-white);
  background-color: var(--color-secondary)
}

/* Archive - Product Filters - Options */
.archive-product-filters .product-filters-options .filters-options-list {
  margin: 0;
  padding-top: 10px;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-options .filters-options-list {
    padding-top: 1.5rem;
  }
}

.archive-product-filters .product-filters-options .filters-options-item {
  cursor: pointer;
}

.archive-product-filters .product-filters-options .filters-options-item.disabled {
  display: none;
}

.archive-product-filters .product-filters-options .filters-options-item:not(:first-child) {
  margin-top: 5px;
  margin-top: 0.5rem;
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-options .filters-options-item:not(:first-child) {
    margin-top: 1rem;
  }
}

.archive-product-filters .product-filters-options .filters-options-checkbox {
  margin-right: 10px;
  margin-right: 1rem;
  border: 1px solid var(--color-grey-light);
  border: 0.1rem solid var(--color-grey-light);
  padding: 2px;
  padding: 0.2rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-size: 10px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .archive-product-filters .product-filters-options .filters-options-checkbox {
    margin-right: 1.5rem;
    border-width: 0.2rem;
    font-size: 1.2rem;
  }
}

.archive-product-filters .product-filters-options .filters-options-item:hover .filters-options-checkbox,
.archive-product-filters .product-filters-options .filters-options-item:active .filters-options-checkbox,
.archive-product-filters .product-filters-options .filters-options-item:focus .filters-options-checkbox {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.archive-product-filters .product-filters-options .filters-options-checkbox:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.archive-product-filters .product-filters-options .filters-options-item:hover .filters-options-checkbox:before,
.archive-product-filters .product-filters-options .filters-options-item:active .filters-options-checkbox:before,
.archive-product-filters .product-filters-options .filters-options-item:focus .filters-options-checkbox:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.archive-product-filters .product-filters-options .filters-options-checkbox.checked,
.archive-product-filters .product-filters-options .filters-options-item:hover .filters-options-checkbox.checked,
.archive-product-filters .product-filters-options .filters-options-item:active .filters-options-checkbox.checked,
.archive-product-filters .product-filters-options .filters-options-item:focus .filters-options-checkbox.checked {
  border-color: var(--color-primary);
  color: var(--color-white);
  background-color: var(--color-primary)
}

.archive-product-filters .product-filters-options .filters-options-checkbox.checked:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

/* Archive - Product Banner */
.archive-product-banner {
  padding: 15px;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .archive-product-banner {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

/* Archive - Product Banner - Sort */
.archive-product-banner .archive-product-sort label {
  margin-right: 10px;
  margin-right: 1rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .archive-product-banner .archive-product-sort label {
    margin-right: 1.5rem;
  }
}

.archive-product-banner .archive-product-sort .select2-container {
  width: auto !important;
  min-width: 125px;
  min-width: 12.5rem;
}

@media (min-width: 992px) {
  .archive-product-banner .archive-product-sort .select2-container {
    min-width: 20rem;
  }
}

.archive-product-banner .archive-product-sort .select2-container .select2-selection--single {
  border-top: 1px solid var(--color-white);
  border-top: 0.1rem solid var(--color-white);
  border-bottom-color: var(--color-white);
  padding: 10px;
  padding: 1rem;
  background-color: var(--color-secondary);
}

@media (min-width: 992px) {
  .archive-product-banner .archive-product-sort .select2-container .select2-selection--single {
    border-top-width: 0.2rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.archive-product-banner .archive-product-sort .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--color-white);
}

/* Archive - Pagination */
.archive-pagination {
  margin: 30px 0;
  margin: 3rem 0;
}

@media (min-width: 992px) {
  .archive-pagination {
    margin: 4.5rem 0;
  }
}

.archive-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.archive-pagination ul.page-numbers>li>.page-numbers {
  display: block;
  height: 100%;
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
  padding: 10px;
  padding: 1rem;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--color-secondary);
}

.archive-pagination ul.page-numbers>li:not(:first-child)>.page-numbers {
  margin-left: -2px;
  margin-left: -0.2rem;
}

.archive-pagination ul.page-numbers>li>.page-numbers.dots {
  color: var(--color-grey-light);
}

.archive-pagination ul.page-numbers>li>.page-numbers.current {
  z-index: 1;
  position: relative;
  border-color: var(--color-secondary);
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.archive-pagination ul.page-numbers>li>.page-numbers:not(span):hover,
.archive-pagination ul.page-numbers>li>.page-numbers:not(span):active,
.archive-pagination ul.page-numbers>li>.page-numbers:not(span):focus {
  background-color: var(--color-grey-light);
}


/**
* Woocommerce - Archive Product
* -----------------------------
*/

/* Archive Product - Price */
.woocommerce .archive-product-deck .archive-product:hover .price,
.woocommerce .archive-product-deck .archive-product:active .price,
.woocommerce .archive-product-deck .archive-product:focus .price,
.woocommerce .archive-product-deck .archive-product:hover .price > .amount,
.woocommerce .archive-product-deck .archive-product:active .price > .amount,
.woocommerce .archive-product-deck .archive-product:focus .price > .amount,
.woocommerce .archive-product-deck .archive-product:hover .price > ins > .amount,
.woocommerce .archive-product-deck .archive-product:active .price > ins > .amount,
.woocommerce .archive-product-deck .archive-product:focus .price > ins > .amount {
  color: var(--color-secondary);
}

.woocommerce .archive-product-deck .archive-product .price > del {
  color: var(--color-white);
}

.woocommerce .archive-product-deck .archive-product .price > del:after {
  border-top-color: var(--color-white);
}


/**
* Woocommerce - Single Product
* ----------------------------
*/

/* Single Product - Sections */
.woocommerce .product .top-section {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}

.woocommerce .product .bottom-section { 
  margin-top: 30px; 
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .woocommerce .product .top-section {
    margin-bottom: 4.5rem;
  }
  
  .woocommerce .product .bottom-section { 
    margin-top: 4.5rem;
  }
}

@media (min-width: 992px) {
  .woocommerce .product .top-section {
    margin-bottom: 7.5rem;
  }
  
  .woocommerce .product .bottom-section { 
    margin-top: 7.5rem;
  }  
}

/* Single Product - Gallery - On Sale */
.woocommerce .product .woocommerce-product-gallery .product-on-sale {
  top: 0;
  left: 0;
}

/* Single Product - Gallery - Images */
.woocommerce .product .woocommerce-product-gallery__container {
  width: 100%;
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
  padding-top: 100%;
}

@media (min-width: 768px) {
  .woocommerce .product .woocommerce-product-gallery__container {
    min-height: 100%;
    border-right-width: 0;
  }
}

@media (min-width: 992px) {
  .woocommerce .product .woocommerce-product-gallery__container {
    border-width: 0.4rem;
    border-right-width: 0;
  }
}

@media (max-width: 767px) {
  .woocommerce .product .woocommerce-product-gallery.woocommerce-product-gallery__container {
    border-bottom: 0;
  }
}

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  padding: 1.5rem;
}

@media (min-width: 992px) {
  .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    padding: 4.5rem;
  }
}

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image > a {
  display: block;
}

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Single Product - Gallery - Thumbnails */
.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 30px;
  margin: 1rem 0 3rem;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs > li {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: calc(20% - 1rem);
  height: 0;
  margin: 0 5px;
  margin: 0 0.5rem;
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
  padding-top: calc(20% - 1rem);
  background-color: var(--color-white);
}

@media (min-width: 992px) {
  .woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs > li {
    width: calc(20% - 2rem);
    margin: 0 1rem;
    border-width: 0.4rem;
    padding-top: calc(20% - 2rem);
  }
}

.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs > li:first-child {
  margin-left: 0;
}

.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs > li:last-child {
  margin-right: 0;
}

.woocommerce div.product .woocommerce-product-gallery ol.flex-control-thumbs > li > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Single Product - Description */
.woocommerce .product .product-description-wrapper {
  padding: 20px 15px;
  padding: 2rem 1.5rem;
}

@media (min-width: 576px) {
  .woocommerce .product .product-description-wrapper {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .woocommerce .product .product-description-wrapper {
    padding: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .woocommerce .product .product-description-wrapper {
    padding: 7.5rem;
  }
}

.woocommerce .product .product-description-inner {
  width: 100%;
}

/* Single Product - Description - Price */
.woocommerce .product .woocommerce-variation-price.h1 {
  margin-top: 0;
}

.woocommerce .product .woocommerce-variation-price .price {
  display: block;
  font-size: inherit;
}

.woocommerce .product .woocommerce-variation-price .price>del {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: var(--color-white);
}

.woocommerce .product .woocommerce-variation-price .price>del:after {
  border-top-color: var(--color-white);
}

/* Single Product - Description - Description */
.woocommerce .product .woocommerce-variation-description > p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .woocommerce .product .woocommerce-variation-description > p {
    margin-bottom: 1.5rem;
  }
}

/* Single Product - Description - Variations */
.woocommerce .product .available_variations .varaition_item {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.woocommerce .product .available_variations .varaition_item > label {
  margin-bottom: 2.5px;
  margin-bottom: 0.25rem;
}

@media (min-width: 992px) {
  .woocommerce .product .available_variations .varaition_item {
    margin-bottom: 1.5rem;
  }

  .woocommerce .product .available_variations .varaition_item > label {
    margin-bottom: 5px;
    margin-bottom: 0.5rem;
  }
}

.woocommerce .product .available_variations .varaition_item > ul.other_variation {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.woocommerce .product .available_variations .varaition_item > ul.other_variation > li {
  display: flex;
  align-items: center;
}

.woocommerce .product .available_variations .varaition_item > ul.other_variation > li:not(:first-child):before {
  content: '';
  display: inline-block;
  width: 5px;
  width: 0.5rem;
  height: 5px;
  height: 0.5rem;
  margin: 0 7.5px;
  margin: 0 0.75rem;
  border-radius: 100%;
  background-color: var(--color-grey-light);
}

@media (min-width: 992px) {
  .woocommerce .product .available_variations .varaition_item > ul.other_variation > li:not(:first-child):before {
    margin: 0 15px;
    margin: 0 1.5rem;
  }
}

.woocommerce .product .available_variations .varaition_item > ul.other_variation > li > a {
  opacity: 0.75;
  font-weight: var(--font-weight-normal);
  white-space: nowrap;
  color: var(--color-grey-light);
}

.woocommerce .product .available_variations .varaition_item > ul.other_variation > li > a.active,
.woocommerce .product .available_variations .varaition_item > ul.other_variation > li > a:hover,
.woocommerce .product .available_variations .varaition_item > ul.other_variation > li > a:active,
.woocommerce .product .available_variations .varaition_item > ul.other_variation > li > a:focus {
  opacity: 1;
  color: var(--color-white);
}

/* Single Product - Description - Form */
.woocommerce div.product form.cart {
  margin-bottom: 0;
}

.woocommerce div.product form.cart table.variations td {
  line-height: var(--line-height-tight);
}

.woocommerce div.product form.cart table.variations td.label {
  padding: 15px;
  padding: 1.5rem;
  padding-left: 0;
}

.woocommerce div.product form.cart table.variations label {
  margin-bottom: 1px;
  margin-bottom: 0.1rem;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: var(--font-weight-bold);
}

@media (min-width: 992px) {
  .woocommerce div.product form.cart table.variations label {
    margin-bottom: 0.2rem;
    font-size: 1.4rem;
  }
}

.woocommerce div.product form.cart table.variations td.value {
  padding: 5px 0;
  padding: 0.5rem 0;
}

.woocommerce div.product form.cart table.variations .select2-container .select2-selection--single {
  border-bottom-color: var(--color-white);
  background-color: var(--color-secondary);
}

.woocommerce div.product form.cart table.variations .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--color-white);
}

/* Single Product - Call to Actions */
.woocommerce .product .product-call-to-action {
  margin: 75px 0;
  margin: 7.5rem 0;
}

/* Single Product - Product Tabs */
.woocommerce .product .product-tabs-wrapper {
  height: 100%;
  padding: 20px 15px;
  padding: 2rem 1.5rem;
}

@media (min-width: 576px) {
  .woocommerce .product .product-tabs-wrapper {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper {
    padding: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .woocommerce .product .product-tabs-wrapper {
    padding: 7.5rem;
  }
}

.woocommerce .product .nav-tabs.product-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  border-bottom: 0;
}

@media (min-width: 992px) {
  .woocommerce .product .nav-tabs.product-tabs {
    margin-bottom: 3rem;
  }
}

.woocommerce .product .nav-tabs.product-tabs .nav-item {
  margin-bottom: 0;
}

.woocommerce .product .nav-tabs.product-tabs .nav-link {
  border: 0;
  border-radius: 0;
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  text-align: center;
  color: var(--color-white-75p);
}

.woocommerce .product .nav-tabs.product-tabs .nav-link.active {
  color: var(--color-white);
}

.woocommerce .product .product-tabs-wrapper .tab-content {
  border: 0;
  padding: 0;
}

/* Single Product - Product Tabs - Extras */
.woocommerce .product .product-tabs-wrapper-extras {
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
}

@media (max-width: 767px) {
  .woocommerce .product .product-tabs-wrapper-extras {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .woocommerce .product .product-tabs-wrapper-extras {
    border-right: 0;
  }
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper-extras {
    border-width: 4px;
    border-width: 0.4rem;
    border-right-width: 0;
  }
}

.woocommerce .product .nav-tabs.product-tabs-extras .nav-link {
  background-color: var(--color-primary-light-75p);
}

.woocommerce .product .nav-tabs.product-tabs-extras .nav-link.active {
  background-color: var(--color-primary-light);
}

/* Single Product - Product Tabs - Extras - Card Deck */
.woocommerce .product .product-tabs-wrapper-extras .card-deck {
  padding: 0;
}

.woocommerce .product .product-tabs-wrapper-extras .card-deck .card .product-on-sale {
  top: -2px;
  top: -0.2rem;
  left: -2px;
  left: -0.2rem;
}

.woocommerce .product .product-tabs-wrapper-extras .card-deck .card .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper-extras .card-deck .card .price {
    font-size: 1.8rem;
  }
}

/* Single Product - Product Tabs - Details */
.woocommerce .product .product-tabs-wrapper-details {
  border: 2px solid transparent;
  border: 0.2rem solid transparent;
}

.woocommerce .product .product-tabs-wrapper-details.bg-secondary-dark {
  border-color: var(--color-secondary-dark);
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper-details {
    border-width: 4px;
    border-width: 0.4rem;
  }
}

.woocommerce .product .nav-tabs.product-tabs-details .nav-link {
  background-color: var(--color-secondary-25p);
}

.woocommerce .product .nav-tabs.product-tabs-details .nav-link.active {
  background-color: var(--color-secondary);
}

/* Single Product - Product Tabs - Details - Shop Attributes Table */
.woocommerce .product .product-tabs-wrapper-details table.shop_attributes {
  border: 0;
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes tr {
  width: 100%;
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes tr>*:first-child {
  padding-left: 0 !important;
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes tr>*:last-child {
  padding-right: 0 !important;
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes th,
.woocommerce .product .product-tabs-wrapper-details table.shop_attributes td {
  border: 0;
  padding: 2.5px;
  padding: 0.25rem;
  line-height: var(--line-height-normal);
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper-details table.shop_attributes th,
  .woocommerce .product .product-tabs-wrapper-details table.shop_attributes td {
    padding: 0.5rem;
  }
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes th {
  width: 25%;
  font-weight: var(--font-weight-bold);
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes td {
  font-weight: var(--font-weight-normal-i);
}

.woocommerce .product .product-tabs-wrapper-details table.shop_attributes td p {
  padding: 0;
}

/* Single Product - Product Tabs - Details - Delivery List */
.woocommerce .product .product-tabs-wrapper-details .list-delivery .list-item:not(:last-child) {
  margin-bottom: 22.5px;
  margin-bottom: 2.25rem;
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper-details .list-delivery .list-item:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}

.woocommerce .product .product-tabs-wrapper-details .list-delivery .list-item-col:not(:last-child) {
  padding-right: 15px;
  padding-right: 1.5rem;
}

@media (min-width: 992px) {
  .woocommerce .product .product-tabs-wrapper-details .list-delivery .list-item-col:not(:last-child) {
    padding-right: 2.25rem;
  }
}


/**
 * Woocommerce - Checkout
 * ----------------------
 */

/* Checkout - Buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--color-white);
  background-color: var(--color-secondary);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var(--color-white);
  background-color: var(--color-secondary-dark);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, .woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: var(--color-white);
  background-color: var(--color-primary-light);
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  padding: 7.5px 10px;
  padding: 0.75rem 1rem;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 1200px) {
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

/* Checkout - Payment Method */
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border: 1px dashed var(--color-secondary);
  border: 0.1rem dashed var(--color-secondary);
  border-radius: 0;
  background: var(--color-white);
}

@media (min-width: 992px) {
  #add_payment_method #payment,
  .woocommerce-cart #payment,
  .woocommerce-checkout #payment {
    border-width: 0.2rem;
  }
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none !important;
}

#add_payment_method #payment ul.payment_methods label[for="payment_method_stripe"],
.woocommerce-cart #payment ul.payment_methods label[for="payment_method_stripe"],
.woocommerce-checkout #payment ul.payment_methods label[for="payment_method_stripe"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  white-space: nowrap;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon:not(:first-child),
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon:not(:first-child) {
  display: inline-block;
  max-width: 35px;
  max-width: 3.5rem;
  padding: 0;
  margin-left: 5px;
  margin-left: 0.5rem;
}

#add_payment_method #payment ul.payment_methods li img.stripe-icon:first-child,
.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon:first-child {
  display: inline-block;
  max-width: 35px;
  max-width: 3.5rem;
  padding: 0;
  margin-left: 10px;
  margin-left: 1rem;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  border-radius: 0;
  background-color: var(--color-grey-light);
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none !important;
}


/**
 * Wooommerce - Account
 * --------------------
 */

/* Account - Navigation */
.woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  list-style: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:not(:first-child) {
  margin-top: -2px;
  margin-top: -0.2rem;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  position: relative;
  padding: 15px;
  padding: 1.5rem;
  border: 2px solid var(--color-grey-light);
  border: 0.2rem solid var(--color-grey-light);
}

@media (min-width: 992px) {
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 22.5px;
    padding: 2.25rem;
  }
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce .woocommerce-MyAccount-navigation ul li:active a,
.woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
  z-index: 1;
  border-color: var(--color-secondary);
  color: var(--color-white);
  background-color: var(--color-secondary);
}

/* Account - Content */
@media (max-width: 767px) {
  .woocommerce .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content  {
    margin-top: 20px;
    margin-top: 2rem;
  }
}

/* Account - Form */
.woocommerce form.woocommerce-EditAccountForm > *:last-child {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .woocommerce form.woocommerce-EditAccountForm > *:last-child {
    margin-top: 30px;
    margin-top: 3rem;
  }
}






.product-image-inner img {
  max-width: 100%;
}




/* Search */
.header-main-row-top .yith-ajaxsearchform-container input[type="submit"] {
  border: 0;
  background-color: transparent;
}

.header-main-row-top .yith-ajaxsearchform-container input[type="submit"] {
  content: '\f002';
  display: inline-block;
  min-width: 1em;
  vertical-align: middle;
  font-family: var(--font-family-icon);
  font-size: 10px;
  font-size: 1rem;
  font-weight: var(--font-weight-normal);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-rendering: auto;  
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 768px) {
  .header-main-row-top .yith-ajaxsearchform-container input[type="submit"] {
    margin-right: 0.75em;
  }
}

@media (min-width: 992px) {
  .header-main-row-top .yith-ajaxsearchform-container input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
  }
}



.header-main-row-top .yith-s{
	border: none;
    background: transparent;
    outline: none;
    color: #FFF;
    border-bottom-width: .2rem;
    font-size: 1.4rem;
    width: calc(100% - 40px);
    padding:8px 2px 6px;
    border-bottom: 3px solid transparent;
    float: right;
    margin-top:0px;
}
.header-main-row-top .autocomplete-suggestions{
	margin-top:41px; 
}
.header-main-row-top .yith-s:focus,
.header-main-row-top .yith-s:hover{
	border-bottom: 3px solid #bc8853;
}

.header-main-row-top .yith-ajaxsearchform-container{
	position:relative;
	width:100%;
}


.cart_item.no-pickup{
	background: #ddd;
    opacity: 0.5;
}

.woocommerce-notices-wrapper + .woocommerce-notices-wrapper.custom-message{
	display:none;
}
.woocommerce-notices-wrapper.custom-message li{
	display:flex;
}
.woocommerce-notices-wrapper.custom-message a.remove{
	width:auto !important;
	display:flex;
	font-size: 14px;
    padding-left: 10px;
}

.disabled {
    opacity: 0.3 !important;
    pointer-events: none !important;
}
.woocommerce-error ul{
	padding-left:0px; 
}
.woocommerce-notices-wrapper.custom-message span,
.woocommerce-notices-wrapper.custom-message a,
.woocommerce-notices-wrapper.custom-message input{
	float:left;	
}
.woocommerce-notices-wrapper.custom-message input{
	position:relative;
	top:5px; 
}
.woocommerce-notices-wrapper.custom-message label{
	font-weight:normal;
	position:relative;
	left:10px; 
}

.search-autocomplete.search-progress{
	background-image:url(../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
.woocommerce div.product form.cart .variations{
    height:0px;
    position:absolute;
    left:-500%;
    z-index:-999;
    opacity:0;
}
.variations_form.cart{
	position:relative;
}
.reset_variations{
	position:absolute;
	background:#FFF;
	bottom:13px;
	padding:11px 15px 10px;
	right:60px;
	height:0px;
    position:absolute;
    left:-500%;
    z-index:-999;
    opacity:0;
}

.autocomplete-suggestions {
	min-width: 300px;
    font-size: 13px;
}
.product-type-variable .woocommerce-product-gallery__image{
    opacity:0;
}
.product-type-variable.shown .woocommerce-product-gallery__image{
    opacity:1;
}