/*
  LOJA v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.woocommerce-products-header {
  width: 100%;
}

.woocommerce-products-header h2, .woocommerce-products-header h1 {
  background-color: var(--secondaryTextColor);
  color: var(--primaryColor);
  text-transform: uppercase;
}
.woocommerce-breadcrumb{
  font-family: var(--secondaryTextFont);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.18px;
  text-align: left;
  margin-bottom: 0!important;
  padding-top: 0.5rem !important;
  position: initial;
  left: 0;
  line-height: normal;
  height: auto;
  width: 100%;
}
.archive .woocommerce-breadcrumb {
  background-color: var(--secondaryTextColor);
  color: var(--primaryColor) !important;
}

.woocommerce-breadcrumb a{
  font-family: var(--secondaryTextFont);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.18px;
  text-align: left;
  color: var(--primaryTextColor)!important;
  border-bottom: solid 1px transparent;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.woocommerce-breadcrumb a:hover{
  border-bottom: solid 1px var(--primaryColor);
}


.sidebar{
  position: sticky;
  top: calc(86px + 1rem);
  padding: 0 .25rem;
}

.sidebar ul:not(.wc-block-product-categories-list--depth-0) {
  padding-left: 1rem;
}

.pad-auto {
  padding: 0 calc(var(--bs-gutter-x)* .5);
}

.wp-block-heading {
  width: fit-content;
  display: inline-flex;
}

.sidebar .wp-block-woocommerce-product-categories{
  min-height: 130px;
  max-height: calc(100vh - 86px - 90px - 24px - 42px - 292px);
  max-height: calc(100svh - 86px - 90px - 24px - 42px - 292px);
  overflow-y: auto;
}

/* width */
.sidebar .wp-block-woocommerce-product-categories::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.sidebar .wp-block-woocommerce-product-categories::-webkit-scrollbar-track {
  background: var(--secondaryColor);
}

/* Handle */
.sidebar .wp-block-woocommerce-product-categories::-webkit-scrollbar-thumb {
  background: var(--primaryColor);
}

/* Handle on hover */
.sidebar .wp-block-woocommerce-product-categories::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

.sidebar li{
  list-style-type: none;
}


.sale-badge{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--secondaryColor);
  color: var(--primaryTextColor);
  z-index: 1;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.93px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.single-product .entry-summary .sale-badge {
  position: relative;
  margin-bottom: 1rem;
}

.product__thumbnail{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  /* border: solid 1px var(--secondaryColor); */
  border-bottom: 0;
  transition: border-color .3s ease-in-out;
}

.product__thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.product__thumbnail.circle img {
  width: 70%;
  height: 70%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .catalogo > * {
    flex-wrap: wrap;
  }
}

.horizontal__loja #block-7 {
  width: 100%;
}
.horizontal__loja #block-13 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .horizontal__loja #block-7 {
    width: 20%;
  }
  .horizontal__loja #block-13 {
    width: 80%;
    padding-right: 1rem;
  }
  .horizontal__loja .wc-block-product-categories-list--depth-0 > li {
    width: 50%;
  }
  .horizontal__loja .wc-block-product-categories-list--depth-0 {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .horizontal__loja .wc-block-product-categories-list--depth-0 > li {
    width: 25%;
  }
}

.products .product:hover .product__thumbnail img{
  transform: scale(1.1);
}

.products .product:hover .product__body, .products .product:hover .product__thumbnail{
  border-color: var(--primaryColor);
}

.product__body{
  background-color: var(--primaryColor);
  border: solid 1px var(--primaryColor);
  border-top: 0;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: border-color .3s ease-in-out;
  font-size: 14px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__info{
  min-height: 45px;
}

.loja_product_title{
  font-family: var(--primaryTextFont);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 2.18px;
  text-align: left;
  color: var(--secondaryColor);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
  text-decoration: none;
}

.price, td.product-price, .item-details-table td.value{
  font-size: 10px;
  color: var(--primaryTextColor);
  text-align: right;
}

.wc-block-components-product-price__value.is-discounted{
  margin-left: 0!important;
}

.woocommerce-Price-amount, .price .wc-block-components-product-price__value{
  font-family: var(--secondaryTextFont);
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.18px;
  color: var(--secondaryTextColor);
  width: fit-content;
  display: inline;
  text-align: left;
}

.woocommerce ul#shipping_method li label {
  display: inline-flex;
  align-items: center;
}
.woocommerce ul#shipping_method .amount {
  margin-left: .5rem;
}

.order-total td {
  display: flex;
  align-items: center;
}

.order-total .amount {
  margin-right: .5rem;
}

.order-total .includes_tax {
  display: flex;
  align-items: center;
}

.order-total .includes_tax .amount {
  margin-left: .5rem;
}

.woocommerce a.remove {
  font-family: var(--primaryTextFont);
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  color: var(--primaryTextColor)!important;
  border-radius: 50%;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.woocommerce-price-suffix {
  color: var(--secondaryColor);
  font-size: 10px;
}

.woocommerce a.remove:hover {
  background-color: var(--primaryTextColor);
  color: var(--primaryTextColor)
}

td.product-name{
  font-family: var(--secondaryTextFont);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: left!important;
  letter-spacing: 1.18px;
}

td.product-stock-status{
  font-family: var(--secondaryTextFont);
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: center!important;
  letter-spacing: 1.18px;
}

.price ins, td.product-price ins, .item-details-table td.value ins{
  text-decoration: none;
  display: block!important;
  line-height: 1;
}

.price del, td.product-price del, .item-details-table td.value del{
  color: var(--secondaryTextColor)!important;
  font-size: 13px!important;
  display: block!important;
  line-height: 1;
}

.price del, .price del .woocommerce-Price-amount, td.product-price del, td.product-price del .woocommerce-Price-amount, .item-details-table td.value del, .item-details-table td.value del .woocommerce-Price-amount{
  color: var(--secondaryTextColor);
  font-size: 13px;
}

.single-prod-title .woocommerce-Price-amount{
  font-size: 25px;
}

.single-prod-title .price del, .single-prod-title .price del .woocommerce-Price-amount{
  font-size: 16px;
}

.yith-wcwl-add-to-wishlist{
  margin-top: 0!important;
  display: inline-block;
  line-height: 0;
}

.yith-wcwl-icon.fa-heart{
  margin-right: 0!important;
  font-size: 30px;
  color: var(--primaryColor);
}

.yith-wcwl-icon.fa-heart-o{
  margin-right: 0!important;
  font-size: 30px;
  color: var(--primaryTextColor);
  transition: all .3s ease-in-out;
}

.yith-wcwl-icon.fa-heart-o:hover{
  color: var(--primaryColor);
}

.woocommerce-page div.product div.images{
  float: none;
  width: 100%;
}

.woocommerce-product-gallery{
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image, .woocommerce-product-gallery .flex-viewport{
  aspect-ratio: 4/3;
  height: auto !important;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img{
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.pswp__caption__center{
  text-align: center;
  color: var(--primaryTextColor);
  font-family: var(--secondaryTextFont);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.18px;
}

.flex-control-thumbs{
  border-top: solid 1px var(--secondaryColor);
}

.flex-control-thumbs img{
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.flex-control-thumbs li{
  aspect-ratio: 1;
}

.content--loja, .content--loja a{
  color: var(--secondaryTextColor);
}

.content--loja a:hover{
  color: var(--primaryColor);
}

.wc-block-components-price-slider__range-input-progress{
  --range-color: var(--primaryColor)!important;
}

.wc-block-components-price-slider__range-input-wrapper:before{
  background: var(--secondaryColor)!important;
  opacity: .5!important;
}

.wc-block-components-price-slider__actions{
  display: none!important;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{
  border: unset;
  padding: 0;
  pointer-events: none;
}

.wc-block-components-price-slider__amount--max{
  text-align: right!important;
}

div.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper input[type="range"]::-webkit-slider-thumb {
  border: solid 2px var(--secondaryColor);
  background-color: var(--primaryTextColor);
  transition: all .3s ease-in-out;
}

div.wc-block-price-filter__range-input-wrapper.wc-block-components-price-slider__range-input-wrapper input[type="range"]::-webkit-slider-thumb:hover {
  background-color: var(--primaryColor);
}

.wc-block-product-categories-list--depth-0{
  margin-bottom: 0;
  padding-left: 0;
}

.wc-block-product-categories-list--depth-0 a, .wc-block-product-categories-list-item-count{
  font-family: var(--secondaryTextFont);
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.18px;
  text-align: left;
  color: var(--secondaryTextColor) !important;
  border-bottom: solid 1px transparent;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.wc-block-product-categories-list--depth-0 a:hover{
  color: var(--secondaryColor) !important;
}

.shop-menu__menu{
  padding-left: 0;
  margin-bottom: 0;
}

.cart-count{
  position: absolute;
  top: -25%;
  right: -25%;
  font-family: var(--primaryTextFont);
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: var(--primaryColor);
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--primaryTextColor);
  display: flex;
  align-items: center; 
  justify-content: center;
  transition: all .3s ease-in-out;
}

.socials a.shop-menu__account svg{
  width: 20px;
  height: 20px;
}

.socials a.shop-menu__cart:hover .cart-count{
  background-color: var(--secondaryColor);
  color: var(--primaryColor);
}

.added_to_cart{
  display: none!important;
}

.add_to_cart_button.loading{
  pointer-events: none;
  opacity: .5;
}

.woocommerce-MyAccount-navigation ul{
  padding-left: 0;
  margin-bottom: 0;
}

.wishlist_table{
  margin-bottom: 0;
  padding-left: 0;
}

.woocommerce .woocommerce-ordering select {
  color: var(--primaryTextColor);
  background-color: var(--primaryColor);
}

.woocommerce .woocommerce-ordering select:focus {
  color: var(--primaryColor);
  background-color: var(--secondaryTextColor);
}

.woocommerce div.product form.cart .variations select, .woocommerce .quantity .qty {
  color: var(--primaryTextColor);
  border: 1px solid var(--primaryTextColor)!important;
}

.select2-container .select2-selection--single{
  padding-top:10px;
  padding-bottom: 10px;
  border: solid 1px var(--secondaryColor);
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 50%;
  transform: translateY(-50%);
}

.select2-dropdown{
  border: solid 1px var(--secondaryColor);
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  position: sticky;
  top: calc(86px + 1rem);
}

/* .wc-proceed-to-checkout a, .wc-block-checkout__actions_row button{
  font-family: var(--secondaryTextFont)!important;
  font-size: 16px!important;
  font-weight: bold!important;
  font-stretch: normal!important;
  font-style: normal!important;
  line-height: 1.2!important;
  letter-spacing: 1.36px!important;
  text-align: left!important;
  padding: 15px 30px!important;
  display: inline-block!important;
  border-radius: 37px!important;
  width: fit-content!important;
  text-decoration: none!important;
  text-transform: uppercase;
  transition: all .3s ease-in-out!important;
  color: var(--primaryTextColor)!important;
  border: solid 2px var(--primaryColor)!important;
  background-color: var(--primaryColor)!important;
  margin: 0 auto!important;
} */

/* .wc-proceed-to-checkout a:hover, .wc-block-checkout__actions_row button:hover{
  color: var(--primaryColor)!important;
  background-color: transparent!important;
} */

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}

.is-large .wc-block-checkout__sidebar.is-sticky{
  top: calc(86px + 1rem);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input{
  border: solid 1px var(--primaryColor)!important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before{
  background: var(--primaryColor)!important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark{
  fill: var(--primaryColor)!important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
  background: var(--primaryTextColor)!important;
  color: var(--secondaryTextColor)!important;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 0.25rem;
  margin-bottom: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transition: all .3s ease-in-out;
  
}

.up {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);  
  margin-bottom: 0.25rem;
}

#block-14 {
  list-style-type: none;
}


.flex-control-nav.flex-control-thumbs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)* -1);
  margin-right: calc(var(--bs-gutter-x)* -.5);
  margin-left: calc(var(--bs-gutter-x)* -.5);
  justify-content: center;
  border: none;
  margin-top: 1.5rem!important;
}
.flex-control-nav.flex-control-thumbs > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}
.flex-control-nav.flex-control-thumbs:first-child { 
  padding-left: 0!important
}

.flex-control-nav.flex-control-thumbs:last-child { 
  padding-right: 0!important
}

.shop_table.shop_table_responsive {
  background-color: var(--primaryColor);
  border-radius: 0!important;
}

.shop_table.shop_table_responsive td, .shop_table.shop_table_responsive th{
  border-bottom: 1px solid var(--primaryTextColor);
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.coupon {
  position: relative;
  overflow: hidden;
  background: var(--secondaryTextColor);
  border-radius: 37px;
  border: 1px solid var(--secondaryTextColor);
  display: flex;
  justify-content: space-between;
}

.coupon button {
  position: absolute;
  right: 0;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-to-wishlist .add_to_wishlist img {
  color: var(--secondaryColor);
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: var(--secondaryColor);
}