@charset "UTF-8";
:root {
  --box-size: 150px;
  --box-gap: 20px;
  --box-padding: 40px;
  --font-size-md: 18px;
}

@media (max-width: 820px) {
  :root {
    --box-size: 100px;
    --box-gap: 10px;
    --box-padding: 20px;
    --font-size-md: 16px;
  }
}
@media (max-width: 480px) {
  :root {
    --box-size: 70px;
    --box-padding: 10px;
    --font-size-md: 14px;
  }
}
.storefront-sticky-add-to-cart.storefront-sticky-add-to-cart--slideInDown {
  display: none;
}

.admin-bar.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  top: 32px;
}

.variations .select.swatch-control {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* modern way */
}
.variations .select.swatch-control .select-option.swatch-wrapper {
  box-sizing: border-box;
  margin: 0;
}
.variations .select.swatch-control .select-option.swatch-wrapper .swatch-anchor {
  width: auto !important;
  height: auto !important;
}
.variations .box-variation .select.swatch-control .select-option.swatch-wrapper {
  flex: 0 0 calc(25% - 7.5px); /* 4 columns, accounting for gap */
}

.woocommerce.single-product div.product .woocommerce-tabs ul, .woocommerce.single-product div.product .woocommerce-tabs ol {
  margin-left: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
  top: 0;
}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.archive .wvs-archive-product-wrapper {
  text-align: left !important;
}
.archive .wvs-archive-product-wrapper .variations .wvs_archive_reset_variations {
  display: none;
}
@media (min-width: 992px) {
  .archive .wvs-archive-product-wrapper .add_to_cart_button.wvs-add-to-cart-button {
    margin-top: 12px !important;
    margin-left: 5%;
    margin-bottom: 0;
  }
  .archive .wvs-archive-product-wrapper .added_to_cart.wc-forward {
    margin-top: 12px !important;
    margin-left: 5% !important;
    margin-bottom: 0;
  }
  .archive .wvs-archive-product-wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    width: 45%;
    float: left;
  }
  .archive .wvs-archive-product-wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
    margin-bottom: 0;
    margin-top: 0;
    min-height: auto;
    position: absolute;
    top: 0;
    left: 111%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .archive .wvs-archive-product-wrapper .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
    position: absolute;
    top: 45px;
    left: 111%;
    margin-bottom: 0;
    width: 100%;
  }
  .archive .wvs-archive-product-wrapper .wvs-archive-variations-wrapper {
    width: 50%;
    margin-left: 5%;
    float: right;
    padding-top: 80px;
  }
  .archive .wvs-archive-product-wrapper .woocommerce-loop-product__title {
    border-bottom: none !important;
  }
}
.archive .woo-variation-items-wrapper {
  position: relative;
}
.archive .woo-variation-items-wrapper .select {
  width: 100%;
}
.archive .woo-variation-items-wrapper ul[aria-label=SIZE] {
  display: none;
}
.archive ul.variable-items-wrapper.image-variable-items-wrapper li {
  width: 40px !important;
  height: 40px !important;
}
.archive ul.variable-items-wrapper.image-variable-items-wrapper li .variable-item-contents:before {
  display: none !important;
}
.archive .select-display {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: 1px solid #c4d02d;
}
.archive .select-display:hover {
  box-shadow: 0 0 25px 0 rgba(1, 1, 1, 0.1);
}
@media (max-width: 992px) {
  .archive .select-display {
    display: none;
  }
}
.archive .select-display.form-control.active:after {
  transform: rotate(180deg);
}
.archive .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #000;
  z-index: 10;
  position: absolute;
  background: #fff;
  border-top: 0;
  max-height: 300px;
  overflow: auto;
  box-shadow: 0 0 25px 0 rgba(1, 1, 1, 0.1);
}
@media (max-width: 992px) {
  .archive .options {
    border-radius: 0 0 7px 7px;
  }
}
.archive .options li {
  border-top: 1px solid #ddd;
  color: #3E3E3E;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  font-size: 14px;
  padding: 10px;
}
@media (max-width: 992px) {
  .archive .options li {
    line-height: 160%;
  }
}
.archive .options li:first-child {
  border-top: 0;
}
.archive .options li::before {
  display: none;
}
.archive .options li:hover {
  background-color: #c4d02d;
  color: #fff;
}
.archive .options li.active {
  background-color: #c4d02d;
  color: #fff;
}

.single.single-product .bt-top-single {
  display: block;
}
.single.single-product .bt-top-single .rtwpvg-wrapper {
  position: sticky;
  top: 32px;
}
.single.single-product #wc-stripe-express-checkout-element {
  justify-content: start;
}
@media (max-width: 992px) {
  .single.single-product .woobt-wrap-responsive .woobt-products .woobt-product {
    flex-direction: unset;
    gap: 10px;
    text-align: left;
  }
}
.single.single-product .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider {
  margin-top: 20px;
}
.single.single-product .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .swiper-wrapper {
  gap: 10px !important;
}
.single.single-product ul[aria-label=SIZE] {
  display: none;
}
.single.single-product .products.product-relateds .wvs-archive-product-wrapper {
  text-align: left !important;
}
.single.single-product .products.product-relateds .wvs-archive-product-wrapper .add_to_cart_button {
  margin-top: 5px !important;
}
.single.single-product .products.product-relateds .wvs-archive-variations-wrapper {
  position: relative;
}
.single.single-product .products.product-relateds .wvs-archive-variations-wrapper .woo-variation-items-wrapper {
  position: relative;
}
.single.single-product .products.product-relateds .wvs-archive-variations-wrapper .woo-variation-items-wrapper .select {
  width: 100%;
}
.single.single-product .products.product-relateds .wvs-archive-variations-wrapper .woo-variation-items-wrapper .select-display {
  padding: 10px;
  font-size: 14px;
}
.single.single-product ul.variable-items-wrapper.image-variable-items-wrapper li {
  width: 40px;
  height: 40px;
}
.single.single-product ul.variable-items-wrapper.image-variable-items-wrapper li .variable-item-contents:before {
  display: none !important;
}
.single.single-product .woocommerce-Tabs-panel--related .products.product-relateds {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  .single.single-product .woocommerce-Tabs-panel--related .products.product-relateds {
    flex-wrap: wrap;
  }
}
.single.single-product .woocommerce-Tabs-panel--related .products.product-relateds:before {
  display: none;
}
.single.single-product .woocommerce-Tabs-panel--related .products.product-relateds:after {
  display: none;
}
.single.single-product .woocommerce-Tabs-panel--related .products.product-relateds li {
  margin-right: 0;
}
@media (max-width: 500px) {
  .single.single-product .woocommerce-Tabs-panel--related .products.product-relateds li {
    width: 100%;
  }
}
.single.single-product .summary.entry-summary .price {
  margin: 20px 0 0 0;
  color: #000;
  font-weight: 600;
}
.single.single-product .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-wrap: wrap;
}
.single.single-product .woocommerce-variation-add-to-cart.variations_button .woobt-wrap {
  flex: 0 0 100%;
}
.single.single-product .woocommerce-variation-add-to-cart.variations_button .quantity {
  flex: 0 0 70px;
  margin-right: 20px;
}
.single.single-product .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button {
  flex: 1;
}
.single.single-product .woocommerce-variation-add-to-cart.variations_button .woobt-product.woobt-product-this {
  display: none;
}
.single.single-product .woobt-summary {
  padding: 15px 20px 0 15px;
}
.single.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
  padding-top: 0;
}
.single.single-product .single_variation_wrap .woocommerce-variation-add-to-cart .woobt-wrap {
  border: 1px solid #ddd;
  border-top: none;
  margin-bottom: 30px;
}
.single.single-product .single_variation_wrap .woocommerce-variation-add-to-cart .woobt-wrap .woobt-product {
  padding: 15px 20px;
  border-bottom: none;
}
.single.single-product .product-extras {
  padding: 15px 20px;
  border: 1px solid #ddd;
  border-bottom: none;
  font-weight: 600;
  font-size: 18px;
}
.single.single-product .box-variation {
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.single.single-product .box-variation .custom-step1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
}
.single.single-product .box-variation .custom-step1 label {
  padding: 0;
}
.single.single-product .box-variation label {
  font-weight: 600;
  font-size: 18px;
  padding: 15px 20px;
  display: block;
}
.single.single-product .box-variation .value-attribute-product-pa_colour {
  padding: 15px 20px;
}
.single.single-product .value-attribute-product-pa_size {
  position: relative;
}
.single.single-product .value-attribute-product-pa_size select {
  display: none;
}
.single.single-product .select-display {
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  cursor: pointer;
}
.single.single-product .select-display.form-control:after {
  color: #000;
}
.single.single-product .select-display.form-control.active:after {
  transform: rotate(180deg);
}
.single.single-product .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: left;
  padding: 0;
  margin: 0;
  color: #000;
  z-index: 10;
  position: absolute;
  background: #F0F0EE;
  border-top: 0;
  max-height: 300px;
  overflow: auto;
}
@media (max-width: 992px) {
  .single.single-product .options {
    border-radius: 0 0 7px 7px;
  }
}
.single.single-product .options li {
  border-top: 1px solid #ddd;
  color: #3E3E3E;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .single.single-product .options li {
    line-height: 160%;
  }
}
.single.single-product .options li:first-child {
  border-top: 0;
}
.single.single-product .options li::before {
  display: none;
}
.single.single-product .options li:hover {
  background-color: #4c9ae2;
  color: #fff;
}
.single.single-product .options li.active {
  background-color: #4c9ae2;
  color: #fff;
}

.wrapper-warranty-care {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 992px) {
  .wrapper-warranty-care {
    grid-template-columns: 1fr;
  }
}
.wrapper-warranty-care .warranty .content {
  display: flex;
  gap: 20px;
}
.wrapper-warranty-care .warranty .content img {
  width: 70px;
  height: auto;
  object-fit: contain;
}
.wrapper-warranty-care .warranty .content .text {
  width: calc(100% - 90px);
}
.wrapper-warranty-care .care .list-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.wrapper-warranty-care .care .list-feature .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wrapper-warranty-care .care .list-feature .item img {
  width: 60px;
}

.wrapper-content-measurement .list-data-measurement {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .wrapper-content-measurement .list-data-measurement {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .wrapper-content-measurement .list-data-measurement {
    grid-template-columns: 1fr;
  }
}
.wrapper-content-measurement .list-data-measurement .item-measurement {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  padding: 30px;
  text-align: center;
}
.wrapper-content-measurement .list-data-measurement .item-measurement .title {
  color: #11A769;
  font-weight: 600;
}
.wrapper-content-measurement .list-data-measurement .item-measurement .note {
  margin-bottom: 0;
}
.wrapper-content-measurement .list-data-measurement .item-measurement img {
  height: 350px;
  object-position: top;
  width: 100%;
  object-fit: cover;
}

.variations_form.cart .single_variation_wrap {
  display: flex;
  flex-direction: column-reverse;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation.single_variation {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 990px) {
  .variations_form.cart #product_measure_wrapper {
    display: none;
  }
}

body.archive .product-item .product-inner .product-thumb a {
  position: relative;
}
body.archive .product-item .product-inner .product-thumb a .available_size_product {
  position: absolute;
  z-index: 9;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4d02c;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}
body.archive.term-cover-custom .product_sub_title {
  font-size: 28px;
  line-height: 1.2;
  color: #333333;
}
@media (max-width: 992px) {
  body.archive.term-cover-custom .product_sub_title {
    font-size: 12px;
    margin-top: 5px;
  }
}
body.archive ul.products {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  body.archive ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  body.archive ul.products form {
    margin-bottom: 0;
  }
}
body.archive ul.products:before {
  display: none;
}
body.archive ul.products:after {
  display: none;
}
body.archive .product-item .product-inner {
  display: grid;
  grid-template-columns: 42% 54% !important;
  gap: 4%;
  grid-template-columns: 1fr !important;
}
@media (max-width: 600px) {
  body.archive .product-item .product-inner {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
}
body.archive .product-item .product-inner .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  gap: 20px;
}
body.archive .product-item .product-inner .single_variation_wrap .woocommerce-variation-add-to-cart .alt {
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
}
body.archive .product-item .product-inner .single_variation_wrap .woocommerce-variation-add-to-cart .alt.view-product-button {
  display: inline-flex;
  justify-content: center;
  background: #fff;
  align-items: center;
  font-size: 16px;
  font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border: 2px solid #c4d02d;
}
body.archive .product-item .product-inner .single_variation_wrap .woocommerce-variation-add-to-cart .alt.view-product-button:hover {
  background: #c4d02d;
}
@media (max-width: 600px) {
  body.archive .product-item .product-inner .single_variation_wrap .woocommerce-variation-add-to-cart .alt.single_add_to_cart_button {
    display: none;
  }
}
body.archive .product-item .product-inner .variations-covers-wrap #picker_pa_color a {
  width: 60px !important;
  height: 60px !important;
}
@media (max-width: 600px) {
  body.archive .product-item .product-inner .variations-covers-wrap #picker_pa_color a {
    width: 50px !important;
    height: 50px !important;
  }
}
body.archive .product-item .product-inner #picker_pa_color a {
  width: 80px !important;
  height: 80px !important;
}
@media (max-width: 600px) {
  body.archive .product-item .product-inner #picker_pa_color a {
    width: 50px !important;
    height: 50px !important;
  }
}
body.archive .product-item .product-inner .product-thumb .img-wrap {
  border-radius: 12px;
}
body.archive .product-item .product-inner .product-info .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 1.2;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  color: #333333;
}
@media (max-width: 992px) {
  body.archive .product-item .product-inner .product-info .woocommerce-loop-product__title {
    font-size: 14px;
  }
}
body.archive .product-item .product-inner .product-info .woocommerce-loop-product__title a {
  color: #333333;
}
body.archive .product-item .product-inner .product-info .price-wrap .price {
  font-size: 22px;
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
}
@media (max-width: 992px) {
  body.archive .product-item .product-inner .product-info .price-wrap .price {
    font-size: 15px;
  }
}
body.archive .product-item .variation-select {
  position: relative;
}
body.archive .product-item .variation-select #pa_size {
  display: none;
}
body.archive .product-item .variation-select img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.archive .product-item #picker_pa_color {
  padding: 20px 0;
}
@media (max-width: 992px) {
  body.archive .product-item #picker_pa_color {
    padding: 10px 0;
  }
}

#popup_model_3 {
  margin: auto;
}

.storefront-full-width-content header.woocommerce-products-header.woocommerce-products-header--custom {
  padding: 10em 0;
}

.storefront-full-width-content .site .woocommerce-products-header {
  padding: 50px 0 0 0;
}
@media (max-width: 992px) {
  .storefront-full-width-content .site .woocommerce-products-header {
    padding: 20px 0 0 0 !important;
  }
  .storefront-full-width-content .site .woocommerce-products-header .woocommerce-products-header__title.page-title {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .storefront-full-width-content .site .storefront-sorting {
    margin-bottom: 20px;
  }
}

.storefront-breadcrumb {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .storefront-breadcrumb .woocommerce-breadcrumb {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

/* zoom */
.featured-covers-wrap .icon-wrap > a {
  display: inline-block;
}

.variations-covers-wrap div.swatch-wrapper.selected {
  border: 1px solid #ccc;
  padding: 2px;
}
.variations-covers-wrap div.swatch-wrapper.selected:hover {
  border: 1px solid #000;
}
.variations-covers-wrap a.button.alt.instant-quote-link {
  text-transform: uppercase;
  padding: 10px 35px;
}

button.alt, input[type=button].alt, input[type=reset].alt, input[type=submit].alt, .button.alt, .widget-area .widget a.button.alt {
  border-radius: 8px;
}

.swiper-wrapper:hover .measurement-overlay-value {
  opacity: 0;
}

body.admin-bar .bt-top-single .bt-left-side {
  top: 32px;
}

.bt-top-single .bt-left-side {
  max-width: 46%;
  width: 100%;
  float: left;
  position: sticky;
  top: 0;
}
@media (max-width: 990px) {
  .bt-top-single .bt-left-side {
    position: inherit;
    width: 100%;
    float: none;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .bt-top-single .bt-left-side > div {
    width: 100%;
    flex: 0 0 100%;
  }
  .bt-top-single .bt-left-side > div.bt-image-actual-dimensions-wrapper {
    order: 4;
    margin-top: 20px;
  }
  .bt-top-single .bt-left-side > div.rtwpvg-images {
    margin-bottom: 0;
  }
  .bt-top-single .bt-left-side .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-wrapper {
    display: none;
  }
}
.bt-top-single .bt-left-side .rtwpvg-images {
  max-width: 100%;
}
@media (min-width: 991px) {
  .bt-top-single .bt-left-side .product_measure_wrapper {
    display: none;
  }
}
.bt-top-single .bt-left-side .available_size_product {
  position: absolute;
  z-index: 9;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4d02c;
  border-radius: 50%;
  left: 10px;
  top: 10px;
}

@media (max-width: 990px) {
  .single-product .product .bt-top-single .summary.entry-summary {
    width: 100% !important;
    float: none;
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 990px) {
  .single-product .product .woocommerce-tabs {
    padding-top: 0;
  }
}

.bt-feature-items-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--box-gap);
  padding: var(--box-padding);
  margin: 0;
  border: 1px solid #ddd;
}
.bt-feature-items-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.bt-feature-items-list li div:first-child {
  width: var(--box-size);
  height: var(--box-size);
  flex: 0 0 var(--box-size);
}
.bt-feature-items-list li div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bt-feature-items-list li div:last-child {
  font-size: var(--font-size-md);
  font-weight: bold;
  color: #6f6f6f;
  white-space: pre-line;
  text-align: center;
  flex: 1;
}

.box-variations .box-variation .box-variation-heading {
  display: flex;
  align-items: center;
}
.box-variations .box-variation .box-variation-heading label {
  flex: 1;
}
.box-variations .box-variation .box-variation-heading .box-variation-price {
  font-weight: bold;
  color: #6f6f6f;
  font-size: 16px;
  padding: 20px;
}
.box-variations .box-variation .bv-body {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 30px;
}
.box-variations .box-variation .bv-body .bv-body-image {
  width: var(--box-size);
  height: var(--box-size);
  flex: 0 0 var(--box-size);
}
.box-variations .box-variation .bv-body .bv-body-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-variations .box-variation .bv-body .bv-body-options {
  flex: 1;
  text-align: right;
}
.box-variations .box-variation .bv-body .bv-body-options select {
  width: 100%;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #ddd;
  color: #6f6f6f;
}
.box-variations .box-variation .bv-body .bv-body-options.bv-swatch-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 4 equal columns */
  gap: 10px; /* space between items */
}
.box-variations .box-variation .bv-body .bv-body-options.bv-swatch-options .bv-select-label {
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
  padding: 5px;
  border: 2px solid transparent;
}
.box-variations .box-variation .bv-body .bv-body-options.bv-swatch-options .bv-select-label img {
  display: inline-block;
}
.box-variations .box-variation .bv-body .bv-body-options.bv-swatch-options .bv-select-label input {
  display: none;
}
.box-variations .box-variation .bv-body .bv-body-options.bv-swatch-options .bv-select-label span {
  display: block;
  margin-top: 5px;
}
.box-variations .box-variation .bv-body .bv-body-options.bv-swatch-options .bv-select-label:has(> input:checked) {
  border: 2px solid green;
}

dl.variation {
  line-height: 1.5;
}
dl.variation dt {
  margin-bottom: 5px;
}

.shop_table.cart dl.variation {
  display: flex;
  flex-wrap: wrap;
}
.shop_table.cart dl.variation dd {
  flex: 0 0 50%;
}
.shop_table.cart dl.variation dt {
  flex: 0 0 50%;
  font-weight: bold;
  color: #6f6f6f;
}

.bt-image-actual-dimensions-wrapper {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.bt-image-actual-dimensions-wrapper h3 {
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 992px) {
  .bt-image-actual-dimensions-wrapper h3 {
    font-size: 16px;
  }
}

.measurement-overlay-value {
  position: absolute;
  left: 22.16%;
  top: 48.4%;
  transform: translate(-50%, -50%);
  color: rgb(0, 0, 0);
  padding: 0px 6px;
  border: 2px dashed rgb(0, 0, 0);
  border-radius: 3px;
  font-size: 24px;
  pointer-events: none;
  z-index: 99;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .measurement-overlay-value {
    font-size: 14px;
    padding: 0px 4px;
    border: 1px dashed rgb(0, 0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .woobt-wrap-responsive .woobt-products .woobt-product > div {
    font-size: 13px;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product > div.woobt-thumb, .woobt-wrap-responsive .woobt-products .woobt-product > div.woobt-quantity {
    flex-basis: 50px !important;
  }
}
@media (max-width: 767px) {
  .wrappre-custom-tes-product {
    margin-bottom: 50px;
  }
}
.wrappre-custom-tes-product .heading {
  text-align: center;
}
.wrappre-custom-tes-product .des {
  text-align: center;
  margin-bottom: 30px;
}
.wrappre-custom-tes-product .list-testimonial-product {
  position: relative;
}
.wrappre-custom-tes-product .list-testimonial-product .beplus-el .inner-testimonial figure {
  margin-bottom: 0;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-slide {
  padding: 0 12px;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-list {
  margin: 0 -12px;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f053";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 17px;
  color: #fff;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-arrow {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #c4d02c;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 17px;
  color: #fff;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-prev,
.wrappre-custom-tes-product .list-testimonial-product .slick-next {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 10;
}
.wrappre-custom-tes-product .list-testimonial-product .slick-prev {
  left: -30px;
}
@media (max-width: 1024px) {
  .wrappre-custom-tes-product .list-testimonial-product .slick-prev {
    left: 0;
  }
}
.wrappre-custom-tes-product .list-testimonial-product .slick-next {
  right: -30px;
}
@media (max-width: 1024px) {
  .wrappre-custom-tes-product .list-testimonial-product .slick-next {
    right: 0;
  }
}

@media (min-width: 992px) {
  header.site-header.active > .col-full {
    position: fixed;
    width: 100%;
    z-index: 10;
  }
}

header#masthead.site-header .col-full .header-secondbar .header-secondbar-col .cart-contents {
  display: none;
  padding: 0px 10px;
  border: 2px solid #333;
  border-radius: 30px;
  height: 44px;
  line-height: 40px;
  color: #747474;
  text-transform: none;
  margin-left: 20px;
  font-weight: normal;
}
header#masthead.site-header .col-full .header-secondbar .header-secondbar-col .cart-contents:after {
  top: 6px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f291";
  height: 1em;
  float: right;
  line-height: 1.618;
  margin-left: 20px;
}
header#masthead.site-header .col-full .header-secondbar .header-secondbar-col .cart-contents .count {
  font-weight: 400;
  opacity: 0.5;
  font-size: 0.875em;
}
@media (max-width: 992px) {
  header#masthead.site-header .col-full .header-secondbar .header-secondbar-col-1, header#masthead.site-header .col-full .header-secondbar .header-secondbar-col-3 {
    display: none;
  }
  header#masthead.site-header .col-full .header-secondbar .header-secondbar-col {
    font-size: 13px;
    padding: 0 10px;
  }
}
header#masthead.site-header .storefront-primary-navigation .col-full .header-lg {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg {
    flex-wrap: wrap;
  }
}
header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .site-branding-logo {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 992px) {
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .site-branding-logo {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .site-branding-logo img {
    max-width: 180px;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-search {
    order: 2;
    width: 85%;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-search .site-search {
    display: block !important;
    max-width: 100%;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-search .site-search .woocommerce-product-search {
    margin-bottom: 0;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-cart {
    order: 3;
    width: 15%;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-cart .site-header-cart .cart-contents {
    display: block !important;
    border: none !important;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-cart .site-header-cart .cart-contents .woocommerce-Price-amount, header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-cart .site-header-cart .cart-contents .count {
    display: none;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full .header-lg .bt-cart .site-header-cart .cart-contents:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    float: right;
    line-height: 1.618;
  }
}
@media (max-width: 992px) {
  header#masthead.site-header .storefront-primary-navigation .col-full #site-navigation {
    width: 100%;
    position: fixed;
    bottom: 56px;
    left: 0;
    background: #FFF;
    max-height: 100vh;
    display: none;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full #site-navigation.toggled {
    display: block;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full #site-navigation .menu-toggle {
    display: none !important;
  }
  header#masthead.site-header .storefront-primary-navigation .col-full #site-navigation .handheld-navigation {
    padding-left: 20px;
  }
}
header#masthead.site-header.active .col-full .header-secondbar .header-secondbar-col .cart-contents {
  display: inline-block;
}

@media (min-width: 1026px) and (max-width: 1250px) {
  header#masthead nav#site-navigation .primary-navigation ul.menu li a {
    line-height: 1.3;
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .site .header-topbar {
    display: block;
    padding: 0;
  }
  .site .header-topbar .topbar-bt {
    padding: 5px 10px;
  }
  .site .header-topbar .topbar-bt .widget_block {
    font-size: 13px;
  }
  .site .header-topbar .multi-sites-bl {
    display: none;
  }
  .site .header-topbar.footer-topbar-mobile .multi-sites-bl {
    display: block;
  }
}
.wrapper-product-fabric-custom {
  display: grid;
  grid-template-columns: 55% 43%;
  grid-gap: 2%;
}
.wrapper-product-fabric-custom .image-wrapper-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.wrapper-product-fabric-custom .image-wrapper-product .beplus_list_fabric .inner-product {
  cursor: pointer;
}
.wrapper-product-fabric-custom .image-wrapper-product .beplus_list_fabric .inner-product .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper-product-fabric-custom .image-wrapper-product .beplus_list_fabric .inner-product .img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 3px solid transparent;
}
.wrapper-product-fabric-custom .image-wrapper-product .beplus_list_fabric .inner-product.active-product .img-wrap {
  border-color: red;
}

.show-image-product-choose {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.show-image-product-choose .product-url-fabric .img-wrap {
  width: 100%;
  aspect-ratio: 1/1;
}
.show-image-product-choose .product-url-fabric .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.show-image-product-choose .beplus_list_fabric.hide-block-image {
  display: none;
}

.btn-add-to-cart {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.btn-add-to-cart a {
  background-color: #fc3e04;
  border-color: #fc3e04;
  color: #ffffff;
  padding: 15px 30px;
  display: inline-block;
  width: 350px;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
}

.btn-add-to-cart.disable-add-to-cart a {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.title-product-fabric {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}

.woocommerce-form.woocommerce-form-track-order.track_order .wrapper-submit-btn {
  text-align: center;
}
.woocommerce-form.woocommerce-form-track-order.track_order .wrapper-submit-btn button {
  padding: 10px 20px;
  height: 42px;
  background-color: #4c9ae2;
  color: #FFFFFF;
}

.footer-widget-5 .woocommerce-error {
  margin-bottom: 17px;
}
.footer-widget-5 .woocommerce-error li {
  line-height: 1.5;
}

@media (max-width: 992px) {
  .wpb-content-wrapper .hero-section {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
  }
  .wpb-content-wrapper .hero-section h1.vc_custom_heading {
    font-size: 21px !important;
    line-height: 1.2 !important;
    padding-left: 50%;
  }
  .wpb-content-wrapper .hero-section div.vc_custom_heading {
    display: none !important;
  }
}

.featured-covers-wrap .owl-theme .icon-wrap > a {
  display: block;
}

span.vc_icon_element_icons {
  font-size: 28px;
  display: flex;
  justify-content: center;
}

.banner-reviews .vc_custom_heading a {
  text-decoration: none;
}

.site-footer .storefront-handheld-footer-bar {
  z-index: 9999;
}
.site-footer .storefront-handheld-footer-bar ul {
  flex-wrap: nowrap;
}
.site-footer .storefront-handheld-footer-bar ul li {
  flex: 1;
}
.site-footer .storefront-handheld-footer-bar ul li a {
  text-indent: 0;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.site-footer .storefront-handheld-footer-bar ul li a::before {
  position: static;
  font-size: 24px;
  line-height: 1.3;
  width: 100%;
}
.site-footer .storefront-handheld-footer-bar ul li.home a::before {
  content: "\f015";
}
.site-footer .storefront-handheld-footer-bar ul li.faq a::before {
  content: "\f059";
}
.site-footer .storefront-handheld-footer-bar ul li.live-chat a::before {
  content: "\f086";
}
.site-footer .storefront-handheld-footer-bar ul li.categories a::before {
  content: "\f0c9";
}

body.archive .select-display.form-control {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  body.archive .select-display.form-control {
    margin-bottom: 10px;
  }
}

.select-display.form-control {
  position: relative;
  padding-right: 35px;
}
.select-display.form-control:after {
  content: "▼";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  color: #c4d02d;
  font-size: 15px;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .vc_section .vc_row.bt-custom-mb-2columns {
    display: flex;
    margin-bottom: 10px !important;
  }
  .vc_section .vc_row.bt-custom-mb-2columns .wpb_column {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
  }
  .vc_section .vc_row.bt-custom-mb-2columns .wpb_column .vc_column-inner {
    padding: 10px !important;
  }
  .vc_section .vc_row.bt-custom-mb-2columns .wpb_column .vc_column-inner .vc_custom_heading {
    font-size: 18px !important;
  }
  .vc_section .vc_row.bt-custom-mb-2columns .wpb_column .vc_column-inner .vc_custom_heading a {
    text-decoration: none;
  }
  .vc_section .vc_row.bt-custom-mb-2columns .wpb_column .vc_column-inner p.vc_custom_heading {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .vc_section .vc_row.bt-custom-mb-2columns .wpb_column .vc_column-inner .vc_btn3 {
    padding: 10px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
  }
  .vc_section .vc_row.mb-d-flex {
    display: flex;
  }
  .vc_section .vc_row.mb-d-flex .vc_col-sm-3 {
    width: 25%;
  }
  .vc_section .vc_row.mb-d-flex .vc_col-sm-9 {
    width: 75%;
  }
}

.beplus-el .swiper-button-next, .beplus-el .swiper-button-prev {
  color: #333;
}

.beplus-el.beplus_carousel_container .slick-list .slick-track {
  margin-bottom: 20px;
}
.beplus-el.beplus_carousel_container .slick-arrow {
  color: #333;
}
.beplus-el.beplus_carousel_container .slick-arrow:before {
  color: #333;
}

.inner-testimonial .overlay-style .img-wrap img {
  margin-bottom: 0;
  height: 210px;
  object-fit: cover;
}

.slick-next, .slick-prev {
  top: 39% !important;
}

.site-main .hentry .entry-content a {
  text-decoration: none;
}

@media (min-width: 993px) {
  .vc_row.vc_row-o-content-middle .vc_row {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 993px) {
  .vc_section.vc_section-o-content-middle .vc_row {
    display: flex;
    align-items: center;
  }
}

a.vc_btn3.vc_btn3-color-green, a.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
  background-color: #77a464;
}

.vc_color-white p {
  color: white;
}

.products_cushions_covers ul.products .product {
  margin-bottom: 20px;
}
.products_cushions_covers ul.products .product .add_to_cart_button {
  margin-top: 10px !important;
}

.product.product_cat-cushion-covers .rtwpvg-container .rtwpvg-slider-wrapper {
  order: 2;
}
.product.product_cat-cushion-covers .rtwpvg-container .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider {
  margin-bottom: 20px;
}
.product.product_cat-cushion-covers .bt-feature-items-list {
  margin-bottom: 20px;
}

.featured-box.vc_infobox_inline .featured-box-alignment {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.featured-box.vc_infobox_inline .featured-box-alignment .icon-wrap {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-box.vc_infobox_inline .featured-box-alignment .entry-box-wrap {
  flex: 1;
  text-align: left;
  padding-left: 10px;
}
.featured-box.vc_infobox_inline .featured-box-alignment .entry-box-wrap .featured-box-text {
  font-size: 16px;
  font-weight: 600;
}

.grecaptcha-badge {
  display: none;
}

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