 /*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.thong-so-ky-thuat {
    border: 1px solid #e9e9e9;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 20px;
}

.thong-so-ky-thuat h3 {
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #f15d22;
    background: #f15d22;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.thong-so-ky-thuat .row-info {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 7px;
    display: inline-flex;
    clear: both;
    width: 100%;
}

.thong-so-ky-thuat .row-info .left {
    width: 43% !important;
    color: #a0a0a0;
    display: inline-block;
    float: left;
    padding-right: 10px;
}

.thong-so-ky-thuat .row-info .right {
    width: 57% !important;
    color: black;
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.khuyen-mai {
    border: 1px solid #ffdb97;
    padding: 8px;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 18px;
    background: #fffbf4;
}

.khuyen-mai h4 {
    color: red;
}

.khuyen-mai ul {
    margin-bottom: 0
}

.khuyen-mai ul li {
    list-style: none;
    background: url(http://dienthoai3.ninhbinhweb.info/wp-content/uploads/2019/08/check@2x.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position-y: 2px;
    padding-left: 22px;
    margin-left: 0;
    margin-bottom: 10px;
}

.menu .menu-item .woodmart-nav-link .nav-link-text {
    font-size: 20px;
}

.wd-buy-now-btn {
    background-color: #fff !important;
    color: #f15d22 !important;
    border: 1px solid #f15d22;
}

.wd-footer {
    background: linear-gradient(90deg,rgba(241, 93, 34, 1) 0%, rgba(255, 162, 125, 1) 100%, rgba(241, 93, 34, 1) 50%);
}

.wd-header-nav {
    display: flex;
    justify-content: center;
}

.whb-header-bottom {
    padding-bottom: 15px;
}

.wd-content-layout {
    padding-top: 20px !important;
}

.single-product .wd-page-content {
    padding-top: 35px;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #FF5A00;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.whb-general-header {
    background-image: url(https://for-life.vn/wp-content/uploads/2023/04/wd-furniture-background.jpg);
}

.whb-header-bottom {
    background-image: url(https://for-life.vn/wp-content/uploads/2023/04/wd-furniture-background.jpg);
}

@media (max-width: 1024px) {
    .wd-slide {
        min-height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .wd-content-layout {
        padding-block: 0px !important;
    }
}

@media (max-width: 768px) {
    .wd-slide {
        min-height: auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .wd-content-layout {
        padding-block: 0px !important;
        padding-top: 20px !important;
    }
}