/*
  Loja v 1.1;
  11/2023;
  João Diogo Pereira;
*/

.woocommerce-ordering{
  float: none!important;
  text-align: right;
}

.loop .product{
  border-radius: 35px;
  border: solid 1px #e7bfd2;
  background-color: #fffdfe;
  overflow: hidden;
}

.loop .product__thumbnail{
  width:100%;
  aspect-ratio: 16/9;
  border-radius: 35px;
}

.loop .product__thumbnail img{
  width:100%;
  height: 100%;
  object-fit: scale-down;
  transform: scale(1);
  transition: all .3s ease-in-out;
}

.loop .product:hover .product__thumbnail img{
  transform: scale(1.1);
}

.loop .product .price bdi{
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #29313e;
}

.loop .product .price ins{
  text-decoration: none;
}

.loop .product .price del{
  font-family: 'OpenSans';
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--primaryColor);
  text-decoration: line-through;
}

.loop .product .price del bdi{
  font-family: 'OpenSans';
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--primaryColor);
}

.entry-summary .price bdi{
  font-family: 'OpenSans';
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #29313e;
}

.entry-summary .price ins{
  text-decoration: none;
}

.entry-summary .price del{
  font-family: 'OpenSans';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--primaryColor);
  text-decoration: line-through;
}

.entry-summary .price del bdi{
  font-family: 'OpenSans';
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--primaryColor);
}

.loop .product h2{
  min-height: 40px;
}

.yith-wcwl-add-to-wishlist{
  margin-top: 0!important;
  border-radius: 50%;
  border: solid 1px var(--primaryColor);
  padding: .25rem;
  aspect-ratio: 1;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist > img{
  margin-right: 0!important;
  width:100%;
  height:100%;
  object-fit: scale-down;
}

#yith-wcwl-popup-message{
  display: none!important;
}

.woocommerce__sidebar .wc-block-product-categories{
  margin-bottom: 0!important;
}

.woocommerce__sidebar ul.wc-block-product-categories-list{
  padding-left: 1rem;
}

.woocommerce__sidebar ul.wc-block-product-categories-list--depth-0{
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  padding-bottom: 1rem;
  max-height: calc(100svh - 200px - 4.5rem);
}

/* width */
.woocommerce__sidebar ul.wc-block-product-categories-list--depth-0::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.woocommerce__sidebar ul.wc-block-product-categories-list--depth-0::-webkit-scrollbar-track {
  background: var(--secondaryColor);
}

/* Handle */
.woocommerce__sidebar ul.wc-block-product-categories-list--depth-0::-webkit-scrollbar-thumb {
  background: var(--primaryColor);
}

/* Handle on hover */
.woocommerce__sidebar ul.wc-block-product-categories-list--depth-0::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

.woocommerce__sidebar li{
  list-style-type: none;
}

.woocommerce__sidebar li::marker{
  display: none;
}

.wc-block-product-categories-list-item-count {
  display:none!important;
}

.woocommerce__sidebar a{
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: start;
  color: #29313e;
  transition: all .3s ease-in-out;
}

.woocommerce__sidebar a:hover{
  color: var(--primaryColor);
}

.loop .product .sale-badge{
  position: absolute;
  top:1rem;
  left:1rem;
  padding: .5rem;
  border-radius: 15px;
  background-color: var(--primaryColor);
  font-family: 'OpenSans';
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fffdfe;
  text-transform: uppercase;
  z-index:2;
  max-width: calc(100% - 2rem);
}

.entry-summary .sale-badge{
  padding: .5rem;
  border-radius: 15px;
  background-color: var(--primaryColor);
  font-family: 'OpenSans';
  font-size: 10px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fffdfe;
  text-transform: uppercase;
  width: 100%;
}

.woocommerce div.product div.images{
  float: none!important;
  width: 100%!important;
  margin-bottom: 0!important;
}

.woocommerce div.product div.images .flex-viewport{
  width: 100%!important;
  aspect-ratio: 1;
  border-radius: 34px;
  border: solid 2px #e7bfd2;
}

.woocommerce div.product div.images .flex-control-thumbs{
  padding: 0 3rem;
  margin: 0 auto;
  margin-top: 1rem;
}

.woocommerce div.product div.images .flex-control-thumbs li{
  margin: 0 .5rem;
  width: calc(25% - 1rem);
}

.woocommerce div.product div.images .flex-control-thumbs li img{
  border-radius: 50%;
  border: solid 1px transparent;
  transition: all .3s ease-in-out;
}

.woocommerce div.product div.images .flex-control-thumbs li:hover img, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
  border: solid 1px var(--primaryColor);
}

.single-product__bg{
  border-radius: 34px;
  background-color: var(--secondaryColor);
  padding: 1.5rem;
}

.woocommerce-product-details__short-description *:last-child{
  margin-bottom: 0!important;
}

.woocommerce-product-details__short-description ul{
  list-style-type: disc;
}

.woocommerce-product-details__short-description ol{
  list-style-type: decimal;
}

.woocommerce-product-details__short-description strong{
  font-weight: bold;
}

.added_to_cart.wc-forward{
  display: none!important;
}

.woocommerce-form-login-toggle, .woocommerce-form-coupon-toggle{
  display: none!important;
}

.woocommerce-checkout .woocommerce-form-login{
  display:block!important;
  border-radius: 23px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  background-color: var(--secondaryColor);
  border: unset!important;
}

.woocommerce-checkout .guest{
  border-radius: 23px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  border: solid 1px #e7bfd2;
}

.woo-hr{
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.02);
  background-color: #29313e;
  width: 100%;
}

.shop__filter{
  border: unset;
  background-color: transparent;
}

.user_msg img{
  height: 100%;
  object-fit: scale-down;
}

input.qty{
  width: fit-content!important;
  text-align: center!important;
  border: solid 1px var(--primaryColor)!important;
  margin: 0 0.25rem;
  pointer-events: none;
}

input.qty::-webkit-inner-spin-button, 
input.qty::-webkit-outer-spin-button {  
  opacity: 0;
  display: none; 
  margin: 0;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.qty-minus, .qty-plus{
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: solid 1px var(--primaryColor);
  background-color: var(--secondaryColor);
  font-family: 'OpenSans';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #29313e;
  transition: all .3s ease-in-out;
}

.qty-minus:hover, .qty-plus:hover{
  background-color: var(--primaryColor);
  color: var(--secondaryColor);
}

.card-qty .quantity, .single-qty .quantity{
  margin:0!important;
}

a.ajax_add_to_cart.loading, a.ajax_add_to_cart.disabled, .qty-minus.disabled, .qty-plus.disabled{
  opacity: .5;
  pointer-events: none;
}

.inputs--variation{
  width: auto;
  border: solid 1px var(--primaryColor)!important;
  margin-bottom: 0.25rem;
}

@media only screen and (max-width:991px){
  .woocommerce__sidebar ul.wc-block-product-categories-list--depth-0{
    max-height: none;
  }

  .woocommerce-ordering{
    text-align: center;
  }
}