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


.whb-header {
    margin-bottom: 0 !important;
}
.home .main-page-wrapper > .container {
    max-width: unset;
    padding: 0;
}
.whb-main-header > div {
    padding-top: 20px;
}

.whb-general-header-inner > .whb-col-center {
    justify-content: center;
}

.home .site-content {
    margin-bottom: 0 !important;
}


.mb-5 {
    margin-bottom: 2rem !important;
}

.align-self-center {
    align-self: center !important;
}

.section-3 h3 {
    margin-bottom: 7px
}

/*mt-5 mt-md-0*/
.mt-5 {
    margin-top: 2rem !important;
}

/*mt-md-0*/
@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important;
    }
}


@media (max-width: 1200px) {
    .section-1 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .section-1 {
        padding-bottom: 150px;
    }
}


/**********  Product Page Customizations  **********/

.wd-single-reviews {
    display: none;
}

.product-tabs-wrapper {
    border: none !important;
}
