/*
Theme Name: 	defleur Child Theme
Template:		defleur
Version: 		1.5
*/



.link-home a {
        color:#ffffff;
}

.link-home a:hover {
        color:#cacc94;
}

form.wpcf7-form {
        width: 80%;
}




/*###############################
Hover das imagens de produtos
###############################*/


.image_frame .image_wrapper .mask {
        -webkit-box-shadow:  none !important;
        box-shadow: none !important;
}

.image_frame .image_wrapper, .wp-caption img, .icon_box .icon_wrapper:before {
        border-color: none !important;
}

.image_frame, .wp-caption {
        border-width: none !important;
        border-style: none !important;
        display: block;
        max-width: 100%;
        line-height: 0;
        -webkit-box-sizing: none !important;
        -moz-box-sizing: border-box;
        box-sizing: none !important;
}

.single-post .single-photo-wrapper .image_frame { /*display: none;*/ }

.image_frame .image_wrapper .mask:after { display: none;}
.image_frame .image_wrapper .image_links { /*display: none; */}









.woocommerce .product .post-nav {
        display: none;
        float: none;
}



.product_meta {
        display: none;
}


ul.desc-produtos {
        list-style: inherit;
}





/*###############################
Tab descrição
###############################*/


.ui-tabs .ui-tabs-nav li {

        text-align: center;
        width: 100%;
        list-style: none;
        float: left;
        position: static;
        border: none !important;
        white-space: nowrap;
        margin: 0;
        padding: 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a, .accordion .question.active .title > .acc-icon-plus, .accordion .question.active .title > .acc-icon-minus, .faq .question.active .title > .acc-icon-plus, .faq .question.active .title, .accordion .question.active .title {
        color: #a05335 !important;
        font-size: 20px;
        font-weight: inherit;
        background-color: #fbedd3;
}



/*###############################
Informações Registro / Login
###############################*/


p.registration {
        border-radius: 8px;
        background-color: #fcf8c3;
        padding: 18px;
}

.mens-myaccount {
        font-weight: bold;
        font-size: 18px;
}

p.registration.successful {
        background-color: #7bde7f;
}



/*###############################
Badge dos produtos
###############################*/




.yith-wcbm-badge {
        margin-bottom: 15px !important;
        font-size: 12px;
        text-transform: uppercase !important;
        position: absolute;
        box-sizing: border-box;
        text-align: center;
        z-index: 10;
}







.pag_produtos .image_frame .image_wrapper .image_links i:before {
    content: "Saiba Mais" !important;
	width: 100% !important;
}


/**Imagens home**/


.imagenhome{
        position: relative;
        z-index: 1
}

.text-destaque-home{
        z-index: 50;
}