/*
 Theme Name:   Chez-Vene
 Description:  Tema Personalizado Chez-Vene
 Author:       Luis Duarte
 Template:     betheme
 Version:      1.0.0
*/
.woocommerce-Price-amount.amount{
    font-weight: 800;
        color:  #161922;
            font-size: 25px;

}

.product-template-default .title{
    display:  none;
}

.product-template-default .sections_group{
    width: 98% !important;
    margin:  0 auto !important;
}

div.quantity{
    width: 100% !important;
}
button[name="add-to-cart"]{
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px !important;
    background-color: rgb(97, 162, 41) !important;
    font-weight: 600;
}
input[name="quantity"]{
    width: 100% !important;
    text-align: right !important;

}

.product-template-default .sections_group + .sidebar{
    display:  none;
}

.page_title {
    font-size: 15px;
    margin-bottom: 5px;
    color: #ff7b00;
    font-weight: 500;
}
.woocommerce .product div.entry-summary h1.product_title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
}
#bl_4columns{
    display:  flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#bl_4columns div{
    width: 24.5%;
    margin: 0.25%;
    text-align: center;
    padding:  10px 0;
    color:  white;
    font-weight: 700;
    font-size:  14px;
}
#bl_4columns div p{
    margin:  0px;
}
.sbl_black{
    background-color: #a85a50;
}
.sbl_orange{
    background-color: #6f8370;
}
.woocommerce-product-gallery{
    margin-bottom:  50px !important;
}

.woocommerce-product-details__short-description,
.question{
    color:  #424242;
}
.question{
}

.p_row{

    /*justify-content: space-between;*/
    align-items: center;
    margin:  60px auto;
    flex-wrap: wrap;
    display: flex;

}
.p_row .col_text h2{
    font-size: 18px;
    width: 96%;
        margin-left:  4%;
    line-height: 23px;
    padding:  4px 0;
    padding-left:  10px;
    border-left: 4px solid #ff7b00;
        border-bottom:  2px solid transparent;
        border-top:  2px solid transparent;
    font-weight: 600;
    text-transform: uppercase;
}
.p_row .col_text{
    width: 45%;
    margin-left: 8%;
    margin-right: 7%;
    font-size:  14px;
    color:  #626262;
}
.p_row .col_img{
    width: 40%;
}
.p_row img{
    width: 100% !important;
}

@media(max-width:  768px){

    #bl_4columns div{
    width: 100%;
    margin: 0;
    }

    .p_row{
        display: block !important;
    }
    
    .p_row .col_img{
        width: 60%;
        margin: 0 auto;
    }
    
    .p_row .col_text{
        width: 95% !important;
        margin: 30px auto;
    }


}

.woosb-products .woosb-product .woosb-title{
    font-size:  15px;
    font-weight: 700;
}
 .woosb-products .woosb-product .woocommerce-Price-amount.amount{
    font-weight: 700;
    font-size:  15px !important;
    color:  black;
}

.woocommerce-message.alert.alert_success{
    background:  rgba(0, 0, 0, 0) !important;
}

.alert_wrapper{
    color:  #363636;
}
.product-type-woosb .cart .quantity{
    display:  none !important;
}
.woosb-qty .quantity input{

    margin-bottom: 0px;

}