/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/****** HEADER ******/
.whb-top-bar-inner .whb-col-left {
    margin-right: 120px; }
.sob-encomenda p {
    font-size: 14px; }


/****** NEWSLETTER ******/ 
.elementor-location-footer .mailpoet_form {
    padding: 0 !important; }
.elementor-location-footer .mailpoet_form .mailpoet_paragraph {
    margin-bottom: 10px !important; }
.elementor-location-footer .mailpoet_form .mailpoet_paragraph .mailpoet_text {
    padding: 11px 15px !important;
    height: auto; }
.elementor-location-footer .mailpoet_form .mailpoet_paragraph.last {
    margin-top: 20px;
    font-size: 13px; }


/****** GERAL ******/ 
.main-page-wrapper .page-title-default:not(.title-shop)::before {
	content: '';
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.main-page-wrapper .page-title-default:not(.title-shop) .container {
    z-index: 9;
    position: inherit;}




/****** GRADE DE PRODUTOS ******/ 
.product-grid-item .product-element-top .product-image-link {
    min-height: 250px;
	max-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center; }
	


/****** CATEGORIA PRODUTOS ******/ 
.tax-product_cat .title-shop {
    background-image: url('/wp-content/uploads/2021/02/vinyl-record-album-getty-images.jpg') !important; }
.tax-product_cat .title-shop::after {
    content: '';
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.tax-product_cat .title-shop .container {
    z-index: 9;
    position: inherit;}



/****** PÁGINA DO PRODUTO ******/ 	
#woocommerce-correios-calculo-de-frete-na-pagina-do-produto {
    margin: 0 0 25px;
	background: none;
	padding: 5px 0 15px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0; }
#woocommerce-correios-calculo-de-frete-na-pagina-do-produto .row {
    margin: 0; }
#woocommerce-correios-calculo-de-frete-na-pagina-do-produto .row p {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px; }
.resultado-frete table {
    margin-bottom: 15px; }
.summary-inner .woodmart-wishlist-btn {
    float: left; }
.summary-inner .product-share {
    display: block;
    float: left;
    margin-top: -7px;
    font-size: 15px; }


/****** CARRINHO ******/
#calc_shipping_country_field, #calc_shipping_state_field, #calc_shipping_city_field {
    display: none; }



/****** CHECKOUT ******/ 
#billing_country_field {
    display: none; }
@media only screen and (min-width: 768px){
.checkout.woocommerce-checkout.row #billing_address_1_field {
    float: left;
    width: 65%;
    margin-right: 5px; }
.checkout.woocommerce-checkout.row #billing_number_field {
    width: 33%;
    margin-left: 5px; }
.checkout.woocommerce-checkout.row #billing_neighborhood_field {
    width: 49%;
	margin-left: 5px;}
#billing_city_field {
    margin-left: 5px;
    width: 49%;
    float: left;
	clear: none; }

}

    
@media only screen and (max-width: 768px) {

/********* HOME *********/
#destaques-home .promo-banner {
    max-height: 185px !important; }
#slide-categorias .woodmart-info-box.text-left {
    padding: 15px 20px;
    flex-direction: column;
    text-align: center; }
#slide-categorias .woodmart-info-box.text-left .box-icon-wrapper {
    max-width: 100%;
    margin: 0; }
#slide-categorias .woodmart-info-box.text-left .info-box-title {
    margin: 0; }
.product-grid-item .product-element-top .product-image-link {
    min-height: 200px;
    max-height: 200px; }
    
}