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

.newsletter-form-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width:1024px){
	.wd-header-nav #menu-main-navigation.wd-nav>li>a{color:rgb(90,30,30)}
	.wd-header-nav #menu-main-navigation.wd-nav>li>a:hover{color:rgb(189,86,86)}
	.wd-header-nav #menu-main-navigation.wd-nav:where(:not(.wd-dis-act))>li:where(.current-menu-item,.wd-active,.active)>a{color:rgb(189,86,86)}
	.whb-general-header .wd-tools-element>a{color:rgb(90,30,30)}
	.whb-general-header .wd-tools-element>a:hover{color:rgb(189,86,86)}
	
	.home.archive .wd-page-title{padding:150px 0px}
}
.whb-general-header .wd-header-mobile-nav.wd-tools-element>a,
.whb-general-header .wd-header-cart.wd-tools-element>a{color:rgb(90,30,30)}
.whb-general-header .wd-header-mobile-nav.wd-tools-element>a:hover,
.whb-general-header .wd-header-cart.wd-tools-element>a:hover{color:rgb(189,86,86)}

.wd-footer{color:rgb(90,30,30)}
.wd-footer a{color:rgb(90,30,30)}
.wd-footer a:hover{color:rgb(189,86,86)}
.wd-footer .widgettitle, .wd-footer .widget-title{color:rgb(90,30,30)}
.wd-footer :is(.widget_categories,.widget_pages,.widget_archive,.widget_nav_menu) ul li:is(.current_page_item,.current-cat)>a {color:rgb(189,86,86)}
.wd-footer .wd-widget-collapse .widget-title:after{color:rgb(90,30,30)}
.wd-footer .wd-widget-collapse.wd-opened .widget-title:after{color: #333}

.woodmart-archive-shop .product-wrapper h3.wd-entities-title{order:3}
.woodmart-archive-shop .product-wrapper .wd-product-cats{order:2}
.woodmart-archive-shop .product-wrapper span.price{order:4}

.fabric{font-size:14px;color:rgb(90,30,30)}

#custom-content {
    padding-top: 100px;
    max-width: 700px;
}
@media screen and (max-width:991px){
    #custom-content {
        padding-top: 40px;
    }
}

