/* PRIMARY BUTTON LIGHTER ICON */

.btn-primary-lighter-icon a{
  	background-color: #EEE7DD!important;
	border: 0!important;
	border-radius: 0!important;
  	color: #231F20!important;
  	font-size: 1.8rem!important;
  	padding: 1.5rem 9rem 1.5rem 3.2rem!important;
  	position: relative!important;

}

.btn-primary-lighter-icon a:hover{
    background-color: #231F20!important;
	color: #EEE7DD!important;
}

.btn-primary-lighter-icon .elementor-button-icon {
    position: absolute;
    right:0;
    top: 0;
    padding: 19px;
    background-color:#231F20;
    color: white;
    transition: all .3s ease
}

.btn-primary-lighter-icon:hover .elementor-button-icon{
    background-color:#EEE7DD;
    color: #231F20;
}

@media (width <= 768px){
	.btn-primary-lighter-icon a{  	
  	padding: 1rem 7rem 1rem 2rem!important;  
}

	.btn-primary-lighter-icon .elementor-button-icon {		
		padding: 14px;		
}
}

/* SINGLE PRODUCT PAGE */

/* Style the containerCalculator */
    .containerCalculator {
        border-radius: 0!important;
        background-color: #f5f5f5!important;
        padding: 20px;
        margin-top: 32px!important;
        margin-bottom: 32px!important;
        width: 100%;
    }
.containerCalculator p{
    font-family: 'Font Sans Serif', sans-serif;
    font-size: 1.8rem!important;
    
}

.containerCalculator input[type=text], .containerCalculator select, .containerCalculator textarea {
    width: 100%;
	background-color: #fafafa!important;
    padding: 12px;
    border: 0!important;
    border-radius: 0!important;
    box-sizing: border-box;
    resize: vertical;
    font-size: 1.4rem!important;
}

.containerCalculator .resultado-frete{
    margin-top: 1.2rem;
}

.containerCalculator .resultado-frete table td{
    font-size: 1.4rem!important
    
}

/* PAYMENT GATEWAY */

button.abrir-formas-pagamento {
    border: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .8rem;
    font-family: inherit;
    color: #39473A;
    font-size: 1.4rem;
    letter-spacing: -0.3px;
}

button.abrir-formas-pagamento:hover{
    background-color: transparent;
    color: #B1A5A0
}

button.abrir-formas-pagamento svg{
    width: 1.8rem
}

button.abrir-formas-pagamento:focus{
    background-color: transparent;
	color: #39473a;
}

.modal-formas-pagamento {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 100%;
    max-width:600px;
    margin: auto;
    top: 18%;
    border-radius: 0;
    background: #fff;
    padding: 2.5rem;
}

.modal-content H3 {
    color: #3e3e34;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin: 0 0 4rem;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    padding: .5rem;
    border: 1px solid #39473a;
	color: #39473a;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-modal:hover{
	background-color: #39473a;
	color: white;
}

.tabs {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 15px 0;
}

.tab {    
    position: relative;
    justify-content: center;  
    width: 100%;
    height: 42px; 
    cursor: pointer;
    border: 1px solid rgba(62, 62, 52, .1);
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.tab span{
	display: flex;
	align-items: center;
    font-weight: 500;
    font-size: 11px;
	gap: .8rem
}

.tab span p{
	font-family: inherit;
	font-size: 1.4rem;
	margin: 0;
}

.tab span p:before{
	content: "";
    border-right: 1px solid #3e3e34;
    opacity: .1;
    margin-right: .9rem;
}

.tab.active,
.tab:hover{
    background: #39473A !important;    
    color: #fff;   
}

.tab.active p:before,
.tab:hover p:before{
    border-right: 1px solid #fcfcfc;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.precos-tabela tbody td {
    border: 0!important;
}

.precos-tabela tbody td {
    font-family: inherit;
    font-size: 1.4rem;
    font-weight: 400;
    color: #39473A;
}

.formas-de-pagamento{
	display: flex;
    justify-content: center;    
    align-items: center;
	gap: 1rem;
	margin-top: 3.2rem
}

/* ======== AJUSTES PARA MOBILE ======== */
@media (max-width: 768px) {

  button.abrir-formas-pagamento {
    font-size: 1.4rem;
    gap: 0.5rem;
    flex-wrap: wrap;
  }

  button.abrir-formas-pagamento svg {
    width: 1.4rem;
  }

  .modal-content {
    width: 90%;
    max-width: 100%;
    padding: 2rem 1.5rem;
    top: 20%;
  }

  .modal-content h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .close-modal {
    top: 5px;
    right: 5px;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.6rem;
  }

  .tabs {
    flex-direction: column;
    gap: 0.8rem;
    margin: 1rem 0;
  }

  .tab {
    height: auto;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .tab span {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1rem;
    gap: 0.4rem;
  }

  .tab span p {
    font-size: 1.2rem;
  }

  .tab span p:before {
    display: none;
  }

  .precos-tabela tbody td {
    font-size: 1.4rem;
    padding: 0.5rem;
    text-align: center;
  }

}

.formas-pagamento-select-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
	display: none;
	margin-bottom: 1.6rem
}

.formas-pagamento-select {
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  background: #fff;
  padding: 1rem;
  position: relative;
}

.formas-pagamento-select .selected {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.formas-pagamento-select .options {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: 0;
  margin-top: 0.3rem;
  overflow: hidden;
}

.formas-pagamento-select.open .options {
  display: block;
  padding: 0;
}

.formas-pagamento-select .options li {
  height: 42px;
  border-bottom: 1px solid #ececeb;
  display: flex;
  gap: .8rem;
  flex-direction: row;
  align-items: center;
  width: 100.5%;
  position: relative;
  left: -1px;
  border-radius: 0;
  padding: 0.8rem 1rem;
}

.formas-pagamento-select .options li:hover {
  background-color: #f4f4f4;
}

@media (width <= 768px){
    .formas-pagamento-select-wrapper {
        display: block
    }
}


/* ===== SELECT MOBILE ===== */
.tabs-select {
  border: 1px solid #ececeb;
  padding: 10px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 0;
  font-size: 1.4rem;
  display: none;
}

.tabs-select:focus{
	outline: none
}

@media (max-width: 768px) {
  .tabs {
    display: none;
  }

  .tabs-select {
    display: block;
  }
}

/* METADADOS */

.metadados{
	display: flex;
	gap: 5rem;
	flex-wrap: wrap;
	align-items: flex-start;
}
.metadado {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    width: 100px;
}

.metadado .metadado-img {
     margin: 0 auto;
     background-color: #EEE7DD;
     width: 80px;
     height: 80px;
     display: flex;
     align-items: center;
     justify-content: center;
}

.metadado .metadado-img img {
    width: 50px;
    height: 50px;
    object-fit: contain
    
}
   

.metadado h3{
    font-family: inherit;
    font-size: 1.4rem;
    color: #39473a;    
    letter-spacing: -.3px;
    font-weight: 400;
	margin: 0;
}

.metadado p{
    font-family: inherit;
    font-size: 1.4rem;
    color: #231e20;
    letter-spacing: -.3px;
    font-weight: 200;
    margin-bottom: 0;
    line-height: 1.1;
    text-align: center;
}


/* REVIEWS */
.woocommerce #reviews #comments ol.commentlist {
    margin: 0 0 3rem 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 0;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit{
    color: #ffffff;
    background-color: #39473a;
    padding: 1.2rem 3.2rem;
    border-radius: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover{
    background-color: #eee7dd;
    color: #39473a;
}
