/*
  LOJA v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.woocommerce-products-header {
  width: 100%;
}

.woocommerce-products-header h2 {
  color: var(--secondaryextColor);
  background-color: var(--secondaryColor);
  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;
  color: var(--secondaryTextColor) !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
  margin-bottom: 0 !important;
  position: initial;
  left: 0;
  line-height: normal;
  height: auto;
  width: 100%;
}

.archive .woocommerce-breadcrumb {
  background-color: var(--primaryTextColor);
  color: var(--secondaryTextColor) !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(--secondaryTextColor) !important;
  border-bottom: solid 1px transparent;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.archive .woocommerce-breadcrumb a {
  color: var(--secondaryTextColor) !important;
}

.woocommerce-breadcrumb a:hover {
  border-bottom: solid 1px currentColor;
}


.sidebar {
  position: sticky;
  top: calc(86px + 1rem);
  padding: 0;
}

.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;
}

.single-product .entry-summary .sale-badge {
  position: relative;
  margin-bottom: 1rem;
}

.product__thumbnail {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border: solid 1px var(--primaryColor);
  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%;
}

.woocommerce-Address>div {
  border: solid 1px var(--secondaryColor);
}

@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 .product__body,
.products .product .product__thumbnail,
.products .product:hover .product__body,
.products .product:hover .product__thumbnail {
  border-color: var(--secondaryColor);
}

.product__body {
  background-color: var(--primaryTextColor);
  border: solid 1px var(--primaryColor);
  border-top: 0;
  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(--secondaryTextColor);
  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(--secondaryTextColor);
  text-align: left;
}

.entry-summary .price {
  text-align: right;
  line-height: .5;
}

.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: 100%;
  /* display: block; */
  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(--terciaryolor) !important;
  border-radius: 50%;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.woocommerce-price-suffix {
  color: var(--secondaryTextColor);
  font-size: 10px;
}

.woocommerce a.remove:hover {
  /* background-color: var(--primaryColor); */
  color: var(--secondaryTextColor)
}

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: inline-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;
}

.tabs.wc-tabs {
  display: none;
}

.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel h2 {
  text-align: left;
}

.single-prod-title .price {
  text-align: left;
}

.single-prod-title h1 {
  font-size: 35px;
}

.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: 1;
  height: auto !important;
  border-radius: 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
  height: 100%;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image img:not(.zoomImg) {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.flex-control-nav.flex-control-thumbs li:nth-child(4n - 3) {
  padding-left: 0 !important
}

.flex-control-nav.flex-control-thumbs li:nth-child(4n) {
  padding-right: 0 !important
}

.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;
  border-radius: 2px;
  transition: all .3s ease-in-out;
}

.flex-control-thumbs li {
  aspect-ratio: 1;
}

.content--loja,
.content--loja a {
  color: var(--secondaryTextColor) !important;
}

.content--loja a:hover {
  color: var(--secondaryColor) !important;
}

.posted_in {
  font-weight: 700;
  color: var(--secondaryTextColor) !important;
}

.posted_in a {
  font-weight: 400;
  text-decoration: none;
  color: var(--secondaryTextColor) !important;
}

.posted_in a:hover {
  color: var(--secondaryColor) !important;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: var(--secondaryTextColor) !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(--primaryColor);
  background-color: var(--secondaryTextColor);
  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 {
  border: solid 2px var(--secondaryColor);
  background-color: var(--secondaryColor);
}

.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(--primaryTextColor);
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--secondaryTextColor);
  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(--terciaryColor);
  color: var(--primaryTextColor);
}

.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;
}

.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);
}

@media only screen and (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    top: unset;
  }
}

/* .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: none;
}

.flex-control-nav.flex-control-thumbs>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: .5rem;
  padding-top: .5rem;
}

.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(--primaryTextColor);
  border-radius: 0 !important;
}

.shop_table.shop_table_responsive td,
.shop_table.shop_table_responsive th {
  border-bottom: 1px solid var(--primaryColor);
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}

.coupon {
  position: relative;
  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);
  margin: 0 !important;
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
  color: var(--terciaryColor);
}

.remove_from_wishlist svg {
  fill: var(--secondaryColor);
  height: auto;
  width: 24px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: #fff;
  border: none;
  box-sizing: content-box;
  border-radius: 100%;
  cursor: pointer;
  font-size: 2em;
  height: 36px;
  padding: 0;
  position: absolute;
  right: .5em;
  text-indent: -9999px;
  top: .5em;
  width: 36px;
  z-index: 90;
}


.wc-block-product-filters__overlay-dialog{
  position: relative !important;
  transform: translateY(0) !important;
}

.wc-block-product-filters__open-overlay{
  display: none !important;
}

.wc-block-product-filters__overlay{
  position: relative !important;
}

.wc-block-product-filters__overlay-header{
  display: none !important;
}

.wc-block-product-filters__overlay-footer{
  display: none !important;
}

.wc-block-product-filters__overlay-content{
  overflow: visible !important;
}

.wp-block-heading{
  text-align: start !important;
  font-size: 1.5rem !important;
}