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

/*CSS ACCUEIL*/

.textBoldGreen .title-after_title{
    font-weight:800 !important;
}

/*CSS SINGLE PRODUCT*/
body.product-template-default.single.single-product .product-images img {
    width: 80% !important;
	float: right !important;
}

/*CSS ARCHIVE PRODUCT*/

body.archive .nav-shop {

    text-align: center !important;
}

/*CSS MENU*/

.woodmart-logo-wrap.switch-logo-enable a img {
    width: 125px !important;
}

#shop_megamenu ul.menu li.parent-item.menu-item{
    background:#f3f3f3;
    border-bottom-color:grey;
    text-align:center;
}

#shop_megamenu ul.menu li.parent-item.menu-item a{
    color:grey;
    font-weight: 700;
    font-size:1.2em;
}

#shop_megamenu.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    padding: 0;
    margin: 0 .5px;
}


#shop_megamenu ul li {
    border-bottom-color: #a0bf5c4d !important;
}

tr.woocommerce-product-attributes-item--dimensions{
    display:none;
}

.product-image-summary .shop_attributes td, .product-image-summary .shop_attributes th.woocommerce-product-attributes-item__label{
    padding-left:0;
}

div#cookie-law-info-bar {
    padding: 15px !important;
}

div#cookie-law-info-bar>span{
    padding: 35px !important;
    display:block;
    border:1px solid white;
}

.cat-design-center .hover-mask{
    bottom:-20px;
    top:auto;
}

.thwcfd-field-wrapper span.optional{
    display:none;
}

p.price span.kgprice{
    font-style: italic;
    font-size:0.7em;
}

@media (min-width:769px) {
    .cat-design-center .category-title {
        text-shadow: 0px 0px 8px #333333;
    }
}
