.bg-tomato, .woocommerce ul.products li.product .onsale.bg-tomato, body.single-product div.product.type-product .onsale.bg-tomato {
  background-color: #FF705B;
}

.bg-yellow, .woocommerce ul.products li.product .onsale.bg-yellow, body.single-product div.product.type-product .onsale.bg-yellow {
  background-color: #F9CB41;
}

.bg-yellow, .woocommerce ul.products li.product .onsale.bg-yellow, body.single-product div.product.type-product .onsale.bg-yellow {
  background-color: #F9CB41;
}

.bg-black, .woocommerce ul.products li.product .onsale.bg-black, body.single-product div.product.type-product .onsale.bg-black {
  background-color: #000;
}

.bg-ice-blue, .woocommerce ul.products li.product .onsale.bg-ice-blue, body.single-product div.product.type-product .onsale.bg-ice-blue {
  background-color: #BFEFFF;
}

.bg-pink, .woocommerce ul.products li.product .onsale.bg-pink, body.single-product div.product.type-product .onsale.bg-pink {
  background-color: #FF7BAC;
}

.bg-blue, .woocommerce ul.products li.product .onsale.bg-blue, body.single-product div.product.type-product .onsale.bg-blue {
  background-color: #002AD1;
}

body.single-product.admin-bar .site-main,
body.tax-product_cat.admin-bar .site-main {
  margin-top: 32px;
}

body.tax-product_cat #primary,
body.single-product #primary {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  body.tax-product_cat #primary,
  body.single-product #primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.tax-product_cat .site-main,
body.single-product .site-main {
  max-width: 1790px;
}

#content {
  max-width: 1790px;
  margin: 0 auto;
}

.l-row {
  width: 100%;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media screen and (min-width: 850px) {
  .l-row {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.l-row .col {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .l-row .col {
    padding: 0 12px 30px;
  }
}

@media screen and (min-width: 850px) {
  .l-row .large-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media screen and (min-width: 850px) {
  .l-row .large-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
body.woocommerce-cart #content,
body.woocommerce-checkout #content,
body:not(.elementor-page) #content {
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  body.woocommerce-cart #content,
  body.woocommerce-checkout #content,
  body:not(.elementor-page) #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.woocommerce-cart #content .page-header,
body.woocommerce-cart #content .page-content,
body.woocommerce-checkout #content .page-header,
body.woocommerce-checkout #content .page-content,
body:not(.elementor-page) #content .page-header,
body:not(.elementor-page) #content .page-content {
  max-width: 1790px;
  margin: 0 auto;
}
body.woocommerce-cart .page-content .alignwide,
body.woocommerce-checkout .page-content .alignwide,
body:not(.elementor-page) .page-content .alignwide {
  margin-left: 0;
  margin-right: 0;
}

.page-header .entry-title {
  max-width: 100%;
}

.bvt-row__holder {
  padding-left: 4%;
  padding-right: 4%;
}
@media (max-width: 767px) {
  .bvt-row__holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bvt-row {
  max-width: 1790px;
  margin: 0 auto;
}

.header-container {
  position: relative;
}
.header-container .logo-wrapper {
  position: static;
}
@media screen and (min-width: 1790px) {
  .header-container .logo-wrapper {
    position: relative;
  }
}
.header-container .logo-wrapper::before {
  content: "";
  background: #0029cc;
  width: 5%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1790px) {
  .header-container .logo-wrapper::before {
    width: 100vw;
    right: auto;
    left: -100vw;
  }
}

body.single-product .woocommerce-breadcrumb {
  color: #000;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}
body.single-product .woocommerce-breadcrumb a {
  color: #000;
}
body.single-product .product.type-product {
  font-family: "Barlow", sans-serif;
}
body.single-product div.product.type-product {
  border: 1px solid #BFEFFF;
  overflow: hidden;
}
body.single-product div.product.type-product .bvtshop-product-badge {
  color: #fff;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 10;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  top: 0;
  margin-left: 50px;
  margin-top: 30px;
}
body.single-product div.product.type-product .onsale {
  font-size: 1em;
  top: 14px;
  right: 11px;
  width: 103px;
  height: 103px;
  left: auto;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}
body.single-product div.product.type-product .onsale .onsale-percent {
  font-size: 2.6em;
  display: block;
  width: 100%;
}
body.single-product div.product.type-product .woocommerce-breadcrumb {
  color: #808080;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.single-product div.product.type-product .woocommerce-breadcrumb a {
  color: #808080;
}
body.single-product div.product div.images.woocommerce-product-gallery {
  margin-top: 26px;
  padding: 15px;
}
@media screen and (min-width: 850px) {
  body.single-product div.product div.images.woocommerce-product-gallery {
    margin-left: 2%;
    padding: 0;
  }
}
body.single-product div.product form.cart div.quantity {
  float: none;
  margin: 0 15px 0 0;
}
body.single-product .entry-summary {
  padding-top: 120px;
  padding-left: 15px;
}
@media screen and (min-width: 850px) {
  body.single-product .entry-summary {
    padding-left: 0;
  }
}
body.single-product .entry-summary .product_title {
  color: #002AD1;
  font-weight: bold;
  border-top: 1px solid #BFEFFF;
  margin-bottom: 0;
}
body.single-product .entry-summary .amount {
  font-weight: bold;
}
body.single-product .entry-summary p.price {
  color: #002AD1;
  margin-top: 0;
  margin-bottom: 0;
  /*            display: flex;
              gap: 10px;*/
}
body.single-product .entry-summary p.price ins {
  text-decoration: none;
}
body.single-product .entry-summary p.price del {
  color: #FF705B;
  opacity: 1;
  order: 1;
}
body.single-product .entry-summary p.price del .woocommerce-price-suffix {
  display: none;
}
body.single-product .entry-summary p.price del .amount {
  color: #00BFFF;
}
body.single-product .entry-summary p.price .woocommerce-price-suffix {
  font-size: 100%;
  font-weight: bold;
}
body.single-product .entry-summary p.price .woocommerce-Price-amount {
  font-weight: bold;
}
body.single-product .entry-summary p.price .price-excl-tax {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single-product .entry-summary p.price .price-incl-tax {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
body.single-product .entry-summary p.price .price-incl-tax del {
  margin-left: 2px;
  order: 1;
}
body.single-product .entry-summary p.price .price-incl-tax ins {
  order: 0;
  margin-left: -4px;
}
body.single-product .entry-summary p.price .price-incl-tax .woocommerce-price-suffix {
  order: 10;
  margin-left: 2px;
}
body.single-product .entry-summary .product_meta {
  color: #808080;
}
body.single-product .entry-summary .product_meta .sku_wrapper {
  display: none;
}
body.single-product .woocommerce-product-details__sku {
  color: #808080;
  padding-bottom: 5px;
  display: block;
  border-bottom: 1px solid #BFEFFF;
  margin-bottom: 5px;
}
body.single-product .woocommerce-product-details__short-description {
  color: #000;
}
body.single-product .woocommerce-product-details__availability {
  color: #000;
  margin-top: 18px;
  margin-bottom: 50px;
}
body.single-product .woocommerce-product-details__tags {
  margin-top: 16px;
  margin-bottom: 33px;
}
body.single-product .woocommerce-product-details__tags a {
  color: #000;
}
body.single-product .woocommerce-product-details__additional-information {
  color: #000;
}
body.single-product .woocommerce-product-details__additional-information > h3 {
  font-size: 1.2rem;
  color: #000;
}
body.single-product .woocommerce-product-details__additional-information table.shop_attributes {
  width: auto;
  border: 0;
}
body.single-product .woocommerce-product-details__additional-information table.shop_attributes th, body.single-product .woocommerce-product-details__additional-information table.shop_attributes td {
  border: 0;
  text-align: left;
  vertical-align: middle;
}
body.single-product .woocommerce-product-details__additional-information table.shop_attributes th {
  width: auto;
  font-weight: normal;
}
body.single-product .woocommerce-product-details__additional-information table.shop_attributes td {
  padding: 0 20px;
}
body.single-product .woocommerce-product-details__additional-information table.shop_attributes tr:nth-child(even) td,
body.single-product .woocommerce-product-details__additional-information table.shop_attributes tr:nth-child(even) th {
  background: #fff;
}
body.single-product .related {
  margin-top: 60px;
}
body.single-product .related h2 {
  color: #002AD1;
  margin-bottom: 30px;
}

.product-wish-list__form .product-wish-list__remove {
  display: none;
}

.product-wish-list__form.product-in-wishlist .product-wish-list__remove {
  display: block;
}

.product-wish-list__form.product-in-wishlist .product-wish-list__add {
  display: none;
}

.product-wish-list__form button[type=submit].loading {
  padding-right: 35px !important;
}

.product-wish-list__form button[type=submit].loading:after {
  top: 0.858em !important;
}

.product-wish-list__form .product-wish-list__message {
  color: #b3af54;
}

.woocommerce ul.products li.product {
  font-family: "Barlow", sans-serif;
  border: 1px solid #BFEFFF;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.woocommerce ul.products li.product .bvtshop-product-badge {
  color: #fff;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 10;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  top: 0;
  margin-left: 50px;
  margin-top: 28px;
}
.woocommerce ul.products li.product .onsale {
  font-size: 1em;
  top: 8px;
  right: 9px;
  width: 65px;
  height: 65px;
  left: auto;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
}
.woocommerce ul.products li.product .onsale .onsale-percent {
  font-size: 1.5em;
  display: block;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.2em;
  color: #002AD1;
  font-weight: bold;
  padding: 0;
  margin-bottom: 6px;
}
.woocommerce ul.products li.product .short-description {
  color: #000;
  padding: 0 30px 0 22px;
  margin-bottom: 12px;
}
.woocommerce ul.products li.product .short-description .text-inner {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  max-height: 3em;
}
.woocommerce ul.products li.product .short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.products li.product .short-description:not(.text-shown) p {
  margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .short-description:not(.text-shown) ul, .woocommerce ul.products li.product .short-description:not(.text-shown) li {
  margin: 0 !important;
}
.woocommerce ul.products li.product .short-description.text-shown .text-inner {
  -webkit-line-clamp: 100;
  max-height: 100vh;
}
.woocommerce ul.products li.product img {
  margin-bottom: 26px;
}
.woocommerce ul.products li.product .product-categories {
  color: #000;
  margin-bottom: 8px;
}
.woocommerce ul.products li.product .price {
  color: #002AD1;
  margin-top: 0;
  margin-bottom: 0;
  /*                display: flex;
                  flex-wrap: wrap;
                  gap: 10px;*/
}
.woocommerce ul.products li.product .price .price-inner {
  display: block;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .price del {
  color: #FF705B;
  opacity: 1;
  order: 1;
}
.woocommerce ul.products li.product .price del .woocommerce-price-suffix {
  display: none;
}
.woocommerce ul.products li.product .price del .amount {
  color: #00BFFF;
}
.woocommerce ul.products li.product .price .woocommerce-price-suffix {
  font-size: 100%;
  font-weight: bold;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
  font-weight: bold;
}
.woocommerce ul.products li.product .price strong {
  display: inline;
}
.woocommerce ul.products li.product .price .price-excl-tax {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .price .price-incl-tax {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce ul.products li.product .price .price-incl-tax del {
  margin-left: 2px;
  order: 1;
}
.woocommerce ul.products li.product .price .price-incl-tax ins {
  order: 0;
  margin-left: -4px;
}
.woocommerce ul.products li.product .price .price-incl-tax .woocommerce-price-suffix {
  order: 10;
  margin-left: 2px;
}
.woocommerce ul.products li.product .add_to_cart-button {
  margin-top: auto;
}
.woocommerce ul.products li.product .button {
  margin: 0 30px 0 22px;
}
.woocommerce ul.products li.product .button.loading::after {
  top: 0.918em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  padding: 39px 30px 0 22px;
}
.woocommerce ul.products li.product .added_to_cart {
  margin: 0 30px 0 22px;
}

/*.elementor-products-grid{
    ul.products.elementor-grid{
        li.product{
            padding-bottom: 16px;

            span.onsale{
                display: flex !important;
            }
            .woocommerce-loop-product__title{
                font-size: 1.2em;
                font-weight: bold;
                padding: 0;
                margin-bottom: 6px;
            }

            .price{
                font-size: .857em;
                font-weight: 400;
                margin-bottom: .5em;
            }
        }
    }
}*/
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product {
  padding-bottom: 16px;
  /*        display: flex;
          flex-wrap: wrap;
          flex-direction: column;*/
  /*        .short-description{
              margin-top: auto;
          }
          .add_to_cart-button{
              margin-top: auto;
          }*/
}
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 6px;
}
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product span.price,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product span.price {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0.857em;
  font-weight: 400;
}
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product span.price del,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product span.price del {
  font-size: 103%;
}
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product del,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product del {
  color: #FF705B;
}
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product del .amount,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product del .amount {
  color: #00BFFF;
}
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product span.onsale,
#content .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product span.onsale {
  display: flex;
}

.bvtshop-categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bvtshop-categories__list ul {
  list-style: none;
}
.bvtshop-categories__list > .product_cat > h3 {
  font-size: 1rem;
  margin: 0 0 25px;
}
.bvtshop-categories__list > .product_cat > ul {
  margin: 0;
  padding: 0;
}
.bvtshop-categories__list > .product_cat > ul > li ul {
  padding: 0;
}
.bvtshop-categories__list > .current-cat-parent.current-cat-ancestor > a,
.bvtshop-categories__list > .current-cat > a,
.bvtshop-categories__list > .current-cat-ancestor > a {
  display: none;
}
.bvtshop-categories__list .children {
  margin: 0 0 0 8px;
  list-style: none;
}
.bvtshop-categories__list a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.bvtshop-categories__list .current-cat > a {
  font-weight: bold;
}
.bvtshop-categories__list.wish-list-products-only li.cat-item:not(.current-cat):not(.has_children) {
  display: none;
}
.bvtshop-categories__list.wish-list-products-only li.has_children:not(.current-cat-parent):not(.current-cat) {
  display: none;
}
.bvtshop-categories__list.wish-list-products-only li.current-cat:not(.current-cat-parent) > .sub-arrow {
  display: none;
}
.bvtshop-categories .has_children > .sub-arrow {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.bvtshop-categories .has_children > .sub-arrow .icon-arrow {
  display: inline-block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00BFFF;
  transition: all 0.15s ease-in;
  border-top: 5px solid #00BFFF;
  /*                 @media screen and (min-width: 850px){
                      border-bottom: 0;
                   }*/
}
.bvtshop-categories .has_children > .children {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.bvtshop-categories .has_children.children-shown > .sub-arrow .icon-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.15s ease-in;
}
.bvtshop-categories .has_children.children-shown > .children {
  visibility: visible;
  opacity: 1;
  height: auto;
  transition: all 0.3s ease-in;
}

@media screen and (max-width: 900px) {
  .single-product .bvtshop-categories {
    display: none;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.button-animation,
.product-quantity button[type=submit],
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart button[type=submit] {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  padding: 0.95em 1em;
  background-color: transparent;
  background: linear-gradient(72deg, #00BFFF 50%, #002AD1 51%);
  background-size: 200% 102%;
  background-position: 8% 50%;
  transition: all 0.2s ease-out;
  border-radius: 0;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:focus,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:focus,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:focus,
.button-animation:hover,
.product-quantity button[type=submit]:hover,
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart button[type=submit]:hover,
.button-animation:focus,
.product-quantity button[type=submit]:focus,
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart button[type=submit]:focus {
  color: #fff;
  background-color: transparent;
  background: linear-gradient(72deg, #00BFFF 50%, #002AD1 51%);
  background-size: 200% 102%;
  background-position: 94% 50%;
  transition: all 0.3s ease-out;
}

.btn-text {
  color: #002AD1;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  display: inline;
  text-decoration: none;
}
.btn-text:hover, .btn-text:focus {
  color: #002AD1;
  outline: none;
  border: 0;
  background: transparent;
  text-decoration: underline;
}

.elementor-button-bvt_button a {
  color: #fff;
  /*        font-size: 0.9em;*/
  padding: 0.95em 1em;
  background-color: transparent;
  background: linear-gradient(72deg, #00BFFF 50%, #002AD1 51%);
  background-size: 200% 102%;
  background-position: 8% 50%;
  transition: all 0.2s ease-out;
  border-radius: 0;
}
.elementor-button-bvt_button a:hover, .elementor-button-bvt_button a:focus {
  color: #fff;
  background-color: transparent;
  background: linear-gradient(72deg, #00BFFF 50%, #002AD1 51%);
  background-size: 200% 102%;
  background-position: 94% 50%;
  transition: all 0.3s ease-out;
}

.products .product .cart,
.entry-summary .cart {
  display: flex;
  margin-bottom: 12px;
}
.products .product .cart .quantity,
.entry-summary .cart .quantity {
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
}
.products .product .cart .quantity input,
.entry-summary .cart .quantity input {
  font-size: 20px;
  border: 0;
  border-radius: 0;
  padding: 7px 15px;
}
.products .product .cart .quantity input.qty::-webkit-outer-spin-button,
.products .product .cart .quantity input.qty::-webkit-inner-spin-button,
.entry-summary .cart .quantity input.qty::-webkit-outer-spin-button,
.entry-summary .cart .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.products .product .cart .quantity button,
.entry-summary .cart .quantity button {
  color: #000;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  background: #F2F2F2;
  padding: 11px 15px;
}
.products .product .cart .quantity button:hover, .products .product .cart .quantity button:focus,
.entry-summary .cart .quantity button:hover,
.entry-summary .cart .quantity button:focus {
  color: #000;
  background: rgb(229.25, 229.25, 229.25);
}
.products .product .cart .quantity .minus,
.entry-summary .cart .quantity .minus {
  border-right: 1px solid #808080;
}
.products .product .cart .quantity .qty:focus-visible,
.entry-summary .cart .quantity .qty:focus-visible {
  outline: 0;
}
.products .product .cart .quantity .plus,
.entry-summary .cart .quantity .plus {
  border-left: 1px solid #808080;
}
.products .product .cart button[type=submit],
.entry-summary .cart button[type=submit] {
  margin: 5px 0;
}

div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart {
  display: flex;
  margin-bottom: 12px;
  align-items: center;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity {
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  display: block;
  margin: 0 15px 0 0;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity input[type=number] {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0;
  padding: 7px 15px;
  width: 3.631em;
  text-align: center;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity input[type=number]:focus-visible {
  outline: 0;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity input[type=number]::-webkit-outer-spin-button, div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity button {
  color: #000;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  background: #F2F2F2;
  padding: 11px 15px;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity button:hover, div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .quantity button:focus {
  color: #000;
  background: rgb(229.25, 229.25, 229.25);
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .minus,
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .plus {
  display: inline-block;
  color: #000;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  background: #F2F2F2;
  padding: 11px 15px;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .minus {
  border-right: 1px solid #808080;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .plus {
  border-left: 1px solid #808080;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart button[type=submit] {
  margin: 5px 0;
  border: 0;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart .cart .added_to_cart {
  padding: 0 0 0 5px;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart div.woocommerce button.button.bvt_wc_add_to_cart_button.loading {
  padding-right: 30px;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart div.woocommerce button.button.bvt_wc_add_to_cart_button.loading::after {
  top: 0.958em;
}
div.elementor-element.elementor-widget-bdt-wc-add-to-cart div.woocommerce button.button.bvt_wc_add_to_cart_button.added {
  display: flex;
}

.bvt-wc-product-price .price {
  color: #002AD1;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  display: flex;
  gap: 10px;
  margin: 0;
}
.bvt-wc-product-price .price ins {
  text-decoration: none;
}
.bvt-wc-product-price .price del {
  color: #FF705B;
  opacity: 1;
  order: 1;
}
.bvt-wc-product-price .price del .amount {
  color: #00BFFF;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul a {
  color: #000;
  font-weight: 500;
}
.woocommerce-MyAccount-navigation ul a:hover {
  font-weight: bold;
}

body.tax-product_cat .woocommerce-products-header__title {
  display: none;
}
body.tax-product_cat .woocommerce-breadcrumb {
  color: #000;
  margin-bottom: 0;
}
body.tax-product_cat .woocommerce-breadcrumb a {
  color: #000;
}

@media screen and (min-width: 640px) {
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    /*            display: flex;
                gap: 17px;
                row-gap:27px;
                margin-left: -17px;
                margin-right: -17px;
                flex-wrap: wrap;*/
  }
}
.woocommerce ul.products li.product {
  /*            width: 100%;
              float: none;
              margin: 0;
              @media screen and (min-width: 640px) {
                  width: 50%;
              }
               @media screen and (min-width: 992px) {
                  width: 25%;
              }*/
}

@media screen and (max-width: 992px) {
  body.archive .woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  body.archive .woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product {
    width: 100%;
  }
}
.product-quantity {
  text-align: center;
}
.product-quantity .quantity {
  border: 1px solid #808080;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  display: inline-block;
}
.product-quantity .quantity input[type=number] {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0;
  padding: 14px 15px;
  width: 3.631em;
  text-align: center;
  float: left;
}
.product-quantity .quantity input[type=number]:focus-visible {
  outline: 0;
}
.product-quantity .quantity input[type=number]::-webkit-outer-spin-button, .product-quantity .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-quantity .quantity button {
  color: #000;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  background: #F2F2F2;
  padding: 11px 15px;
  float: left;
}
.product-quantity .quantity button:hover, .product-quantity .quantity button:focus {
  color: #000;
  background: rgb(229.25, 229.25, 229.25);
}
.product-quantity .quantity button[disabled=disabled] {
  opacity: 0.5;
}
.product-quantity .minus,
.product-quantity .plus {
  display: inline-block;
  color: #000;
  font-size: 20px;
  border: 0;
  border-radius: 0;
  background: #F2F2F2;
  padding: 11px 15px;
}
.product-quantity .minus {
  border-right: 1px solid #808080;
}
.product-quantity .plus {
  border-left: 1px solid #808080;
}
.product-quantity button[type=submit] {
  margin: 5px 0;
  border: 0;
}

body.search-results .woocommerce-breadcrumb {
  display: none;
}
body.search-results .woocommerce-products-header {
  margin-top: 40px;
}

.bvtshop-wc-orders-filters__container {
  margin-bottom: 40px;
}

.bvtshop-wc-orders-filters__container label {
  margin-bottom: 10px;
}

.bvtshop-wc-orders-filters__container select {
  width: auto;
}

.bvtshop-wc-orders-filters__container .bvtshop-filter__form-item {
  margin-bottom: 20px;
}

.bvtshop-wc-orders-filters__container .bvtshop-filter__actions {
  margin-bottom: 20px;
}

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