@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&family=Niramit:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    font-family: 'Kanit', sans-serif;
}

.text-white {
    color: white;
}

.text-black {
    color: black;
}

.main-navigation ul li:hover>a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-navigation ul li a {
    color: #D0D0D0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_account_area {
    height: 100%;
    align-items: center;
}

.offcanvas .inner .offcanvas-menu ul li a {
    border-top: 1px solid #736240;
}

.offcanvas .inner .offcanvas-menu ul li:last-child {
    border-bottom: 1px solid #736240;
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a {
    color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::before {
    background-color: #fff;
}

.offcanvas.offcanvas-mobile-menu .offcanvas-close::after {
    background-color: #fff;
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a {
    border-top: none;
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a {
    color: #fff;
}

.offcanvas .inner .offcanvas-social li a {
    color: #56482C;
    background: #fff;
    font-size: 22px;
}

.offcanvas .inner .offcanvas-social li a:hover {
    background: #fff;
    color: #56482C;
}

.offcanvas .inner .offcanvas-social li a svg {
    background: #fff;
    color: #56482C;
    fill: #56482C;
}

.offcanvas .inner .offcanvas-social li a:hover svg {
    background: #fff;
    color: #56482C;
    fill: #56482C;
}

.offcanvas .inner .offcanvas-social li a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role a:hover {
    color: #ffffff;
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a.current {
    color: #ffffff;
}

.offcanvas .offcanvas-userpanel ul li.offcanvas-userpanel__role ul.user-sub-menu li a:hover {
    color: #ffffff;
}

.header-action-btn {
    border-left-color: #56482C;
}

.blog-post a.read-more-btn:hover {
    color: #D2BA10 !important;
}

.color-F00 {
    color: #F00 !important;
}

.color-646464 {
    color: #646464 !important;
}

.color-707070 {
    color: #707070 !important;
}

.color-white {
    color: #fff !important;
}

.old-price {
    color: #D2BA10;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product-link:hover {
    color: #56482C;
}

.blog-post {
    height: 500px;

}

.blog-post-content {
    /* height: 570px; */
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.blog-post:hover .blog-post-content {
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #56482C;
}

.blog-post-content {
    padding-right: 30px;
}

.blog-post .blog-post-heading a:hover {
    color: #D2BA10;
}

.blog-post a.read-more-btn:hover {
    color: #707070;
}

.blog-post:hover .custom {
    color: #D2BA10 !important;
}

.blog-post .blog-post-heading a {
    color: #3A3A3A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-right-nav ul li {
    border-left-color: #707070;
}

.footer-area {
    padding: 0;
    color: #FFF;
    position: relative;
    z-index: 1;
    background: #56482C !important;
    overflow: hidden;
}

.footer-top {
    color: #FFF !important;
    background: #56482C !important;
    padding: 40px 0;
}

.about-footer {
    max-width: 100% !important;
}

#scrollUp {
    background-color: #56482C !important;
    border: 1px solid #d2ba10;
}

/* .custom .cart-table-content table tbody>tr td:nth-last-child(0) {
    border-right: #ebebeb 1px solid !;
} */

.list-product {
    margin-bottom: 0px;
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.line-1 {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    /* height: 53px; */
    text-wrap: wrap !important;
}

.line_service-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    height: 34px;
    text-wrap: wrap !important;
}

.line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    /* height: 53px; */
    text-wrap: wrap !important;
}

.line-3-h50 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    height: 50px;
    text-wrap: wrap !important;
}

.line-3-h53 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    height: 53px;
    text-wrap: wrap !important;
    line-height: 1.3;
}

.pro-details-cart .custom {
    text-transform: none;
    background: #56482C !important;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    /* line-height: normal; */
}

.pro-details-cart .custom:hover {
    background: #D2BA10 !important;
}

.list-product:hover {
    border-color: #56482C;
}

a.quick_view:hover {
    background-color: #56482C;
    color: #fff;
}

.quick-view {
    display: flex;
    justify-content: center;
}

/* a.quick_view {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;

} */

.blog-gallery:hover .slick-arrow {
    visibility: visible;
    opacity: 1;
    left: 0px;
    background: rgba(0, 0, 0, 0.50);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-gallery:hover .slick-arrow.next {
    left: auto;
    right: 0px !important;
    background: rgba(0, 0, 0, 0.50);
    /* padding: 0px 16px; */
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-gallery .slick-arrow i {
    font-size: 26px;
    color: #ffffff;
}

.pro-pagination-style a {
    background: #fff;
}

.pro-pagination-style a:hover {
    font-size: 14px;
    color: #fff;
    background: #ab9363;
}

.pro-pagination-style .active {
    font-size: 14px;
    color: #fff;
    background: #56482C;
}

.inner-link {
    text-transform: none;
}

/* .custom .owl-prev {
    display: none !important;
}

.custom .owl-next {
    display: none !important;
} */
@media only screen and (max-width: 991px) {
    .custom_ban .hot-item-inner {
        float: none;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.custom_ban .hot-item-inner {
    max-width: 776px !important;
    max-height: 496px !important;
    display: flex !important;
    align-items: center !important;
    width: 58%;
}

.custom_ban .img-block {
    width: -webkit-fill-available !important;
}

.custom_ban .list-product:hover {
    border: none !important;
}

.custom_ban .list-product {
    border: none !important;
    background: #F5F4F4;
}

.custom_ban .product-decs {
    background: none !important;
}

.custom_ban .owl-nav-style-3 .owl-nav>div:hover {
    color: #56482C;
    border: none !important;
    background: none !important;
}

.custom_ban .owl-nav-style-3 .owl-nav>div {
    color: #56482C;
    border: none !important;
    background: none !important;
}

.contact-info-wrap {
    background: #F9F9F9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 50px !important;
}

.contact-info-wrap .single-contact-info:hover .contact-icon i {
    background-color: #56482C;
    color: #fff;
    border-color: #56482C;
}

.contact-info-wrap .single-contact-info .contact-icon i {
    font-size: 20px;
    color: #253237;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    /* line-height: 36px; */
    border: 1px solid #252525;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 40px;
}

.contact-info-wrap .single-contact-info:hover .contact-icon i svg {
    fill: #fff;
}

/* Footer */
footer .social {
    gap: 20px;
}

footer .social .item {
    padding: 13px;
    background: #ffffff;
    border-radius: 50px;
    height: 50px;
    width: 50px;
}

footer .social .item:hover {
    cursor: pointer;
    background: #D2BA10;
}

footer .social .phone1 {
    border: 1px solid #fff;
    padding: 15px 35px;
    border-radius: 20px;
}


footer .open_dialy {
    border-left: 1px solid #786E59;
    padding-left: 80px;
}

footer .open_dialy h1 {
    white-space: nowrap;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.footer-herading {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.footer-herading:after {
    background: #56482C !important;
}

footer .open_dialy table tr td {
    white-space: nowrap;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    font-family: 'Niramit', sans-serif !important;

}

.res_social {
    display: flex;
    gap: 20px;
}



.owl-dot-style .owl-dots .owl-dot.active {
    background: #FFFFFF none repeat scroll 0 0;
    border: 2px solid #fff;
}

.owl-dot-style .owl-dots .owl-dot.active:hover {
    background: #FFFFFF none repeat scroll 0 0;
    border: 2px solid #fff;
}

.owl-dot-style .owl-dots .owl-dot {
    background: none;
    border: 2px solid #fff;
}

.owl-dot-style .owl-dots .owl-dot:hover {
    background: none;
    border: 2px solid #fff;
}

@media screen and (max-width: 1200px) {
    .res_social {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }

    footer .open_dialy {
        padding-left: 10px;
    }
}

@media screen and (max-width: 800px) {

    footer .open_dialy {
        /* border-top: 1px solid #807661; */
        padding-top: 20px;
        border-left: none;
        max-width: 325px;
        width: 100%;
    }

    footer .open_dialy table {
        width: 100%;
    }

    footer .open_dialy table tr td:nth-last-child(1) {
        text-align: end;
    }
}

@media only screen and (max-width: 767px) {

    .list-product {
        padding-bottom: 0px;
    }

    .container-1300 .img_1 {
        max-width: 100% !important;
        max-height: 100% !important;
    }
}

@media screen and (max-width: 1600px) {
    .container-1300 {
        max-width: 1300px !important;
    }

    .container-1300 .img_1 {
        max-width: 550px;
        max-height: 650px;
    }

    .container-1300 .logo_1 {
        max-width: 150px;
        max-height: 150px;
    }

    .container-1300 .text_1 {
        font-weight: normal !important;
        font-size: 16px !important;
    }

}


footer .social .phone1:hover {
    cursor: pointer;
    border: 1px solid #D2BA10;
}

.owl-nav-style .owl-nav>div:hover {
    color: #fff;
    border-color: #56482C;
    background-color: #56482C;
}

.owl-nav-style .owl-nav>div:hover {
    color: #fff;
    border-color: #56482C;
    background-color: #56482C;
}

.shop-bottom-area img {
    width: -webkit-fill-available;
}

.cart-table-content table thead>tr th {
    text-transform: none;
}

.cart-table-content table tbody>tr td:nth-last-child(2) {
    border-right: #ebebeb 1px solid;
}

.section-title h2 {
    line-height: 1.3;
}

.nice-select .option.selected {
    font-weight: 400;
    color: #253237;
}

@media only screen and (max-width: 479px) {
    .header-right-nav ul li {
        margin: 0 0px !important;
    }
    .blog-gallery .slick-slide img {
        height: 200px !important;
    }
    .custom-sd .img-block img {
        height: 70px !important;
    }
}

.custom-title {
    font-size: 36px !important;
}

.contact-info-wrap .single-contact-info .contact-info-dec p {

    margin: 0;
}

.offcanvas .inner .offcanvas-menu ul li a {
    padding: 15px 20px;
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area {
        padding: 0px 0;
        height: 170px !important;
    }

    .breadcrumb-area .custom {
        display: flex;
        align-items: center;
        padding: 0px !important;
    }

    .section-title h2 {
        font-size: 18px !important;
    }

    .custom-title {
        font-size: 24px !important;
    }

    .banner-inner img {
        width: 100%;
        max-width: 100% !important;

    }

    .header-right-nav {
        display: block;
        float: none;
        text-align: left;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .header-right-nav ul li {
        margin: 0 0px !important;
        padding: 0 !important;
    }

    .header-right-nav ul li:nth-last-child(1) {
        padding-left: 15px !important;
    }

    .blog-img img {
        height: 180px !important;
        min-height: 0px !important;
    }

    .header-right-nav ul li {
        margin: 0 0px;
    }
}

.blog-gallery .slick-slide img {
    height: 390px;
}

.flex {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.mb-15px {
    margin-bottom: 15px;
}

.mb-25px {
    margin-bottom: 25px;
}

.mb-5px {
    margin-bottom: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-40 {
    font-size: 40px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.w-100 {
    width: 100% !important;
}

.mt-60px{
    margin-top: 60px !important;
}