/*
 Theme Name:   Woodmart Child
 Description:  SeisBrasil e-commerce para supermercados, farmácias e lojas em geral
 Author:       SeisBrasil
 Author URI:   http://seisbrasil.com.br
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

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

@media (min-width: 1024px){
/*SELETOR + e - DE QUANTIDADE*/
div.quantity input[type="button"] {
	min-width: 35px !important;
	border-radius: 5px;
}
}

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

@media (max-width: 767px){
/*POSIÇÃO WHATSAPP MOBILE*/
#qlwapp .qlwapp-toggle {    
    margin-bottom: 60px;
}
	
/*SELETOR + e - DE QUANTIDADE*/
div.quantity input[type="button"] {
	min-width: 40px !important;
	border-radius: 5px;
}
}

/* ############ TABLET ############ */

@media (min-width: 768px) and (max-width: 1023px) {
/*SELETOR + e - DE QUANTIDADE*/
div.quantity input[type="button"] {
	min-width: 35px !important;
	border-radius: 5px;
}
}

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

/* BOTÃO CUPOM CHECKOUT (Com borda 2 do form ativada) */
.woocommerce-form-coupon {
    max-width: 472px;
}

/* Botão categorias topo */
span.wd-tools-inner {
    border-radius: 6px !important;
}

/*COR RODAPÉ*/
.color-scheme-light .copyrights-wrapper {
    border-color: #7a1717;
    background: #871e1e;
}

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