/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.page-title {
    display: none;
}
.wd-product .wd-entities-title {
    font-weight: 400;
}
.wd-post .post-title {
    font-weight: 400;
}
.category .wd-post .wd-entry-meta, .category .wd-post .hovered-social-icons {
    display: none;
}
.copyrights-wrapper {
    background-color: var(--wd-primary-color);
    color: #fff;
}
.footer-container a, .footer-container ul li, .footer-container p {
    color: #000;
}
.footer-container {
    padding-top: 40px;
}
.footer-container h2, .footer-container h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.ct-flashsale .wd-button-wrapper a,  .ct-spnb .wd-button-wrapper a{
    text-transform: inherit;
    border: 1px solid;
}
.ct-flashsale h3.wd-entities-title, .ct-spnb h3.wd-entities-title, .ct-spbc h3.wd-entities-title {
    font-weight: 700;
}
.ct-spbc .vc_tta-tabs-container ul li {
    border: 1px solid #2b6377;
    min-width: 85px;
    border-radius: 30px;
}
.ct-spbc .vc_tta-tabs-container ul.vc_tta-tabs-list {
    padding-bottom: 20px;
}
.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
    display: none;
}
.ct-spbc .vc_tta-tabs-container ul li.vc_tta-tab.vc_active {
    background: #2b6377;
}
.ct-spbc .vc_tta-tabs-container ul li.vc_tta-tab.vc_active a span {
    color: #fff;
}
.single-product h1.product_title, .single-product .related-products .wd-entities-title {
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .ct-flashsale .liner-continer, .ct-spnb .liner-continer {
        text-align: center;
    }
    .ct-flashsale .title-wrapper, .ct-spnb .title-wrapper {
        margin-bottom: 15px;
    }
}