/*
 Theme Name:   Woodmart Child
 Description:  SeisBrasil :: ecommerce para supermercados, lojas virtuais
 Author:       SeisBrasil
 Author URI:   https://seisbrasil.com.br/
 Template:     woodmart
 Version:      8.4.1
 Text Domain:  woodmart
*/
/* Campo País checkout (não remover)*/
#billing_country_field{display:none}

/*########## COMPUTER ##########*/

/*FRETE PAGINA PRODUTO COMPUTER*/
@media (min-width: 768px){
.woocommerce #shipping-calc #wscp-postcode.text {
   width: calc(60% - 180px);
   border-radius: 6px;
}
.woocommerce #shipping-calc #wscp-button {
   border-radius: 6px;
	 width: 45px;
}
}

/*########## MOBILE ##########*/

/*FRETE PAGINA PRODUTO CELULAR*/
@media (max-width: 767px){
.woocommerce #shipping-calc #wscp-postcode.text {
	width: 42%;
	border-radius: 6px;
}
.woocommerce #shipping-calc #wscp-button {
   border-radius: 6px;
   width: 45px;
}
.woocommerce #shipping-calc #delivery_truck {
    vertical-align: top;
}
	
/* POSIÇÃO WHATSAPP MOBILE */
#qlwapp .qlwapp-toggle {
    margin-bottom: 60px;
}
}

/*########## NEUTRO ##########*/

/*OCULTA ESTADO NO CEP CARRINHO */
p.woocommerce-shipping-destination {
    display: none;
}

/* SELEÇÃO DE PAGAMENTOS */
input[type="radio"], input[type="checkbox"] {
    margin-inline-end: 10px;
    width: 18px;
    height: 18px;
}

/* REMOVE ABA DOWNLOAD */
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/* COR BOTÃO ENVIAR CONTATO */
.btn-color-black {
    color: white;
    background-color: #434343;
    border-radius: 5px;
}

/*SELETOR + e - DE QUANTIDADE*/
div.quantity input[type="button"] {
	min-width: 35px !important;
}
input.minus, input.plus {
	border-radius: 5px;
}

/* TAM. IMAGEM MENU LATERAL */
.wd-nav-img, .mega-menu-list img {
    margin-right: 20px;
    max-height: 30px;    
}

/*TITULO CATEGORIAS CARROCEL*/
.category-grid-item .hover-mask {
    display: none;
}

/* TAM. ESTRELAS AVAL. */
.star-rating {
    font-size: 20px;
}

/* TAM. PREÇOS HOME */
.price .amount {
    font-size: 20px;
}

/* COR RODAPÉ */
.color-scheme-light .copyrights-wrapper {
    border-color: #2e2e2e;
    background: #383737;
}

/* CAIXA ACEITAR TERMOS */
.woocommerce form .form-row .input-checkbox {
    margin-top: 2px;
}

/* TITULO PAGINA PRODUTO */
.product_title {
font-size: 26px;
}

/*#### Virtuaria Correios ####*/

/*CENTRALIZA ESTADO CHECKOUT*/
span.select2-selection.select2-selection--single {
    padding: 0px;
}
/* COR FRETE PAG. PRODUTO */
#shipping-calc #virt-button {    
    background: #007bc4;
    border-radius: 5px;
}
#shipping-calc #virt-postcode {   
    border-width: 2px;
    border-color: #e5e5e5 !important;
}

/* CALCULADORA DE FRETE SEMPRE ABERTA CARRINHO */
.shipping-calculator-form {
    display: block !important;
}
/* Oculta botão "Mudar endereço" */
.shipping-calculator-button {
    display: none !important;
}

/*##### FIM Virtuaria Correios #####*/

/*POSIÇÕES DE FORM. CHECKOUT*/
@media (min-width: 1025px){
p.form-row-wide {
    clear: none;
}
}
