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

@media (min-width: 767px){
/*BOTÕES PREV/NEXT PRODUTOS SLIDER*/ 
.wd-carousel-spacing-20 .owl-nav>div[class*="next"] {
    right: -40px;
    background-color: #f9f9f9;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    width: 40px;
    height: 40px;
}
.wd-carousel-spacing-20 .owl-nav>div[class*="prev"] {
    left: -40px;
    background-color: #f9f9f9;
    border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    width: 40px;
    height: 40px;
}
}

/* ESPESSURA DA LINHA SEPARADORA DE SEÇÃO 
.wd-title-style-bordered .liner-continer:after {
    border-bottom: 2px solid rgba(119,119,119,0.2);
}*/

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


/* DESTACA ERRO NO CAMPO DE BAIRRO CHECKOUT */
.shipping_method.woocommerce-invalid,
.shipping_method.woocommerce-invalid:focus {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 1px #d9534f !important;
}

