/**
 * Theme Name: Estela Passoni By Neon
 * Template:   hello-elementor
 * Text Domain: estelapassoni
 * Theme Author: Felipe Britto
 * Author URI: https://agencianeon.com.br
 * Version: 1.0.0
 */

.elementor-editor-active .shortcode-parts{
  display: none;
}
.elementor-editor-active .elementor-widget-shortcode .shortcode-parts{
  display: block;
}
@media (min-width: 1200px){
  body:not([class*=elementor-page-]) .site-main,
  .page-header .entry-title{
    max-width: 1280px!important;
  }
}
.titulo h1,
.titulo h2,
.titulo h3,
.titulo h4{
  font-family: "Quicksand", Sans-serif;
  color: #000;
  font-weight: bold;
  margin: 0;
}
.nopad{
  padding: 0!important;
}
#loading{
  /* background-color: #fff;
  opacity: 0.9; */
  display: none;
  backdrop-filter: blur(4px);
  background:#ffffff8f;
}
#loading img{
  width: 100%;
  max-width: 360px;
}
.loading{
  display: flex!important;
}
#cartLoading{
  background-color: #fff;
  opacity: 0.9;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
#cartLoading img{
  width: 100%;
  max-width: 320px;
}


/* Produtos */

.produtos-home{
  width: 100%;
  transition: .2s all;
}
.products{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  gap: 20px;
}
.products .product{
  max-width: calc(100% / 3 - 14px);
  width: 100%;
  /* margin-bottom: 15px; */
  border-radius: 20px;
  border: 1px solid #00000014;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.1);
  height: 170px;
  cursor: pointer;

  display: flex;
}
.product .product-image{
  text-align: center;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  overflow: hidden;
  width: 35%;
}
.product .product-image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  aspect-ratio: 2 / 3;
}
.product .info{
  display: flex;
  flex-direction: column;
  /* height: 100%; */
  justify-content: space-between;
  /* min-height: 250px; */
  width: 65%;
}
.product .product-info{
  padding: 15px 15px 15px 20px;
}
.product .product-info h1,
.modal .product-info h3{
  font-size: 18px;
  font-family: "Quicksand", Sans-serif;
  font-weight: bold;
  color: #000;
}
.product .product-info h1{
  height: 66px;
  overflow: hidden;
}
.product .product-info h1:hover{
  overflow: auto;
}
.modal .product-info h3{
  font-size: 24px;
}
.product .product-info div{
  max-height: 80px;
  overflow: hidden;
}
.product .product-info p,
.modal .product-info p{
  font-size: 16px;
  font-family: "Quicksand", Sans-serif;
  color: #292929;
  margin-top: 10px;
  height: 260px;
  overflow: auto;
  padding-bottom: 60px;
}
.product .product-buy{
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px 20px;
}
.product .product-buy label{
  font-size: 26px;
  font-family: "Quicksand", Sans-serif;
  font-weight: bold;
  color: #000;
  display: block;
  width: 100%;
}
.woocommerce-Price-currencySymbol{
  font-size: 18px;
  margin-right: -5px;
}
.product .product-buy button{
  font-size: 22px;
  font-family: "Quicksand", Sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 0px 10px 10px;
  display: block;
  width: 100%;
}
.product-buy .added_to_cart{
  display: none;
}
.filter{
  position: relative;
  width: 100%;
  overflow: auto;
  height: 50px;
  left: -10px;
}
.filter-cat{
  width: max-content;
  position: absolute;
  list-style: none;
  padding: 0;
  display: inline-flex;
  gap: 20px;
  margin-left: 10px;
}
.filter-cat a{
  font-family: "Quicksand", Sans-serif;
  color: #000;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  padding: 0px 10px;
  font-size: 18px;
}
.filter-cat a:hover,
.filter-selected,
.listBtn.list-visible{
  font-weight: bold;
  border-bottom: 3px solid #000;
  text-decoration: none;
}
.filter-cat a:hover li{
  color: #000;
}
.produtos-grid .titulo{
  margin-top: 30px;
  margin-bottom: 20px;
}
.modal-open .modal{
  display: flex!important;
  align-items: center;
  backdrop-filter: blur(4px);
  background: #ffffff8f;
}
.modal.show .modal-dialog{
  width: 100%;
  max-width: 840px;
}
.modal .product-image{

}
.modal .product-image img{
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.modal-content{
  border-radius: 20px!important;
  border: none!important;
}
.modal-body{
  padding: 0!important;
}
.elementor-lightbox .elementor-lightbox-image{
  border-radius: 25px!important;
}
.modal .product-footer{
  position: absolute;
  bottom: 0;
  width: 90%;
  background-color: #fff;
  padding-bottom: 25px;
  border-bottom-right-radius: 25px;
}
.productPadd{
  padding: 25px 25px 25px 30px !important;
}
.modal .product-buy{
  width: 100%;
  /* background-color: #000; */
  border-radius: 50px;
  justify-content: space-between;
  display: flex;
  /* padding: 0 25px; */
  height: 52px;
  align-items: center;
  margin-top: 10px;
  padding: 0 20px 0 0;
}
.modal .product-buy #modal-product-price{
  font-family: "Quicksand", Sans-serif;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin: 0;
}
.modal .product-buy #modal-comprar{
  width: 100%;
  text-align: center;
  font-family: "Quicksand", Sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  border: none;
  height: 50px;
}
.modal .product-info{
  margin-bottom: 60px;
  padding-right: 30px;
}
.modal .product-buy #modal-comprar:hover,
.modal .product-buy #modal-comprar:focus{
  background-color: #000;
}
.modal .close{
  color: #000;
  font-size: 42px;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1;
}
.modal .close:hover{
  color: #000;
  background-color: transparent;
}
.carrinho{
  position: fixed;
  top: 0;
  width: 500px;
  right: -500px;
  height: 100dvh;
  background-color: #fff;
  z-index: 99;
  transition: .3s all;
  padding: 50px 25px 50px 35px;
  -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.1);
}
.cart-open{
  right: 0!important;
  transition: .3s all;
}
.carrinho .woocommerce-cart-form td{
  background-color: #fff;
  border: none;
}
.carrinho .woocommerce-cart-form .product-thumbnail{
  padding: 0;
  width: 25%;
}
.carrinho .woocommerce-cart-form .product-name{
  padding: 10px;
  width: 55%;
}
#cartIcon{
  cursor: pointer;
  position: relative;
  top: -10px;
  right: 20px;
}

.produtos-home.stickOnScroll-on{
  width: 100%;
  left: 0;
  background-color: #fff;
  padding-top: 20px;
  border: 1px solid #00000014;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  transition: .2s all;
}
.remove{
  cursor: pointer;
}
#ajax-cart{
  overflow: auto;
  height: 75vh;
  padding-bottom: 30px;
}
#ajax-cart .cartVazio{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cart-item{
  width: 100%;
  display: inline-flex;
  gap: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.cart-item:last-of-type{
  border-bottom: none;
}
.cart-item-thumb{
  min-width: 80px;
  width: 15%;
}
.cart-item-thumb img{
  width: 100%;
  height: 100%;
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
.cart-item-title{
  min-width: 190px;
  width: 70%;
}

.cart-item-title p{
  font-family: "Quicksand", Sans-serif;
  font-weight: bold;
}
.cart-item-price{
  width: 15%;
}

.cart-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px 40px 60px;
  background-color: #fff;
}
.cart-footer::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0;
  top: -30px;
  background: #FFF;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.25) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
.cart-footer-totals{
  display: flex;
  justify-content: space-between;
}
.cart-footer-totals p{
  
}
#cart-price{

}
.cart-footer-btn{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cart-footer-btn a:only-of-type{
  width: 100%;
}
.cart-footer-btn a{
  width: 50%;
}
.cart-title h3{
  font-family: "Quicksand", Sans-serif;
  color: #000;
  font-weight: 700;
  margin-bottom: 32px;
}
#close-cart{
  position: absolute;
  top: 60px;
  right: 30px;
  cursor: pointer;
}
#close-cart .fa-times{
  font-size: 30px;
}
.cart-item-links{
  display: inline-flex;
  gap: 20px;
}
.cart-item-price{

}
.cart-item-price p{
  font-weight: 500;
}
.btn-checkout,
.btn-checkout-continue{
  width: 100%;
  background-color: #000;
  border-radius: 50px;
  justify-content: center;
  display: flex;
  padding: 0 10px;
  height: 52px;
  align-items: center;
  bottom: 0;
  font-weight: 600;
  color: #fff;
}
.btn-checkout-continue{
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
#product-terms{
  /* display: flex; */
}
.term{
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 1px solid #BFBFBF;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-radius: 0;
  padding: 10px 20px 10px 0;
  border: none;
}
.term:first-child{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.term:last-child{
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top: none;
}
.term:only-child{
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-radius: 50px;
}
.term h4{
  font-weight: bold;
  font-family: 'Quicksand';
  font-size: 17px;
  margin: 0;
  display: flex;
  align-items: center;
}
.term select{
  max-width: 250px;
  height: 35px;
  border-radius: 50px;
  padding: 0 14px;
}
.term select option{
  
}


#qtdSelect {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#qtdSelect::-webkit-inner-spin-button,
#qtdSelect::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #BFBFBF;
  display: inline-flex;
  border-radius: 50px;
  height: 50px;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 50px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:hover,
.number-input button:focus{
  background-color: transparent;
}


.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 9px;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input #qtdSelect {
  font-family: 'Quicksand';
  max-width: 3rem;
  padding: 0;
  border: none;
  font-size: 16px;
  height: 48px;
  font-weight: bold;
  text-align: center;
}
#text-field-container{
  height: 33px;
}

.newsletter form p{
  display: flex;
}
.newsletter form input[type="email"]{
  border-radius: 50px;
  padding-left: 25px;
  height: 50px;
}
.newsletter form input[type="submit"]{
  border-radius: 50px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 0 30px;
  position: relative;
  left: -60px;
  height: 50px;
}
.listBtn{
  cursor: pointer;
}
.buyQtd{

}
.addCart{
  background-color: #000;
  border-radius: 25px;
  padding: 0 25px;
  width: 50%;
}
#modal-product-price{
  font-weight: bold;
  font-size: 24px;
  padding: 0 20px 0 0;
}

.elementor-lightbox-image{
  background-color: #fff;
}

.product-excerpt{
  position: relative;
}

.product-excerpt::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background:rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 35%, rgba(255,255,255,0.5) 100%);
}

#cartCount{
  position: absolute;
  /* background-color: #d95050; */
  background-color: #ff9a6f;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -5px;
  right: -15px;
  font-size: 13px;
}
.wc-block-components-address-form__country,
.wc-block-components-address-form__state{
  display: none;
}
.orddd-datepicker{
  display: block;
}

.filtros{
  padding-bottom: 20px;
}


#btnFilter{
  border: 1px solid #BFBFBF;
  border-radius: 50px;
  height: 50px;
  width: 126px;
  font-family: 'Quicksand';
  font-weight: bold;
  color: #000;
  font-size: 18px;
}
#btnFilter:hover,
#btnFilter:focus{
  background-color: #000;
  color: #fff;
}
/*
**
**  Checkout Page
**
*/

body:not([class*="elementor-page-"]) .site-main,
.page-header .entry-title{
  padding: 0 20px;
}


/*
**
**  Filtros
**
*/

#filter{
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
#filterBg{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0000005c;
  width: 100%;
  height: 100%;
}
.filtrarProdutos{
  height: 530px;
  width: 100%;
  max-width: 465px;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  z-index: 100;
  display: none;
}
.filtrarProdutos h3{
  
  font-size: 22px;
  font-weight: bold;
}
.filter_body ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter_body ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter_body ul li p{
  color: #000;
  font-family: 'Quicksand', Sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.filter_body ul li p,
.filter_body ul li label{
  margin: 0;
}

.filterShow{
  display: flex!important;
}

#filter.filterShow .filtrarProdutos{
  display: block;
}

/*
**
**  Switch Input
**
*/

.switch {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 30px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #bbbbbb;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  /* background-color: #2196F3; */
  background-color: #000;
}

input:focus + .slider {
  /* box-shadow: 0 0 1px #2196F3; */
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.page-id-25 .orddd-lite-checkout-fields p.warning{
  display: none;
}
.page-id-25 .orddd-lite-checkout-fields .aviso {
  background-color: #ffa500;
  padding: 25px;
  border-left: 3px solid #000;
  font-size: 18px;
  font-weight: 600;
  /* display: none; */
}
.aviso h3{

}
.aviso p{

}

#orddd_lite_time_slot label.components-base-control__label{
  font-size: 16px;
}

.post-25{
  padding: 60px 0;
}

/*
**
**  Responsive Styles
**
*/

@media (min-width: 1500px) {
  .carrinho {
    width: 32vw;
    right: -32vw;
  }
}
@media (max-width: 1280px) {
  .container {
      max-width: 1280px!important;
  }
}

@media only screen and (max-width: 991px){
  .carrinho{
    width: 45vw;
    right: -45vw;
    min-width: 45vw;
  }
}

@media only screen and (max-width: 768px){
  .carrinho{
    width: 100vw;
    min-width: 100vw;
    right: -100vw;
    padding: 50px 15px 50px 15px;
  }
  .cart-item{
    gap: 2%;
  }
  .cart-item-thumb{
    min-width: none;
    width: 25%;
  }
  .cart-item-title{
    min-width: none;
    width: 73%;
  }
  .cart-item-price {
    width: 50%;
  }
  .cart-item-price p {
    text-align: right;
  }
  .cart-footer{
    padding: 20px 20px 60px;
  }
  .cart-footer-btn{
    flex-direction: column;
  }
  .cart-footer-btn a{
    width: 100%;
  }
  .cart-item-mobile{
    display: flex;
    gap: 4%;
  }
  .cart-item-title p{
    margin: 0;
  }
  .cart-item-price-mobile{
    display: flex;
    gap: 10px;
    margin-top: 6px;
    justify-content: space-between;
  }
  .cart-item-links{
    gap: 15px;
  }
  #close-cart{
    right: 15px;
  }
  .modal .product-buy{
    padding: 0;
  }
  .addCart{
    width: unset;
  }
  .product .product-info h1,
  .modal .product-info h3{
    font-size: 15px;
  }
  .product .product-buy label{
    font-size: 22px;
  }
  .products .product{
    height: 140px;
  }
  .product .product-info h1{
    height: 57px;
    margin-bottom: 0;
  }
  .modal .product-info h3{
    font-size: 18px;
  }
  .product .product-info p, .modal .product-info p{
    font-size: 14px;
  }
  #modal-product-price{
    font-size: 20px;
  }
  .modal .product-buy #modal-comprar{
    font-size: 16px;
  }
  .productPadd{
    padding: 25px 15px 25px 15px !important;
  }
  .filter-cat a{
    font-size: 14px;
  }
  .btn-checkout{
    justify-content: center;
  }
  .cart-title h3{
    font-size: 22px;
  }
}
.woocommerce .col1,
.woocommerce .col2{
  max-width: 48%!important;
}