﻿:root {
    --themes-color: #720000;
    --color-theme-primary: #720000;
}

html {
    scroll-behavior: smooth;
}

.container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
}

@media (max-width: 1199px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 9rem;
        padding-right: 9rem;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}

.container {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}

body {
    background-color: #fff5e0;
    background-image: url('../images/bg/bg2.png');
}

.form-control:focus {
    box-shadow: none;
}

@media (min-width: 1600px) {
    .product-area .col-xl-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 1599px) and (min-width:1200px) {
    .product-area .col-xl-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}


@media (min-width: 992px) {
    .product-area .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.product-row, .blog-row, .service-row {
    margin-left: -8px;
    margin-right: -8px;
}

.shop-row {
    margin-left: -8px;
    margin-right: -8px;
}

    .shop-row > *,
    .blog-row > *,
    .service-row > * {
        padding-left: 8px;
        padding-right: 8px;
    }

.pro-details-color-content ul li a.active::before {
    color: rgb(0, 0, 0);
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.header-top {
    background: var(--themes-color);
}

.header-offer-wrap p {
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.same-style-wrap .same-style a {
    color: #ffff96;
    display: inline-block;
}

.header-title-wrap h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ed1e26;
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
}

.header-action .same-style-2.same-style-2-font-dec a.cart-active {
    font-size: 30px;
    color: var(--themes-color);
}

.header-bottom.navbar_top {
    background-color: #004488;
}

.navbar_top.fixed-top {
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
}

.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 0;
}

.main-categori-wrap.main-categori-wrap-modify > a {
    color: #ffffff;
    padding: 13px 20px;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-categori-wrap > a i {
    font-size: 22px;
    margin-right: 18px;
    position: relative;
    top: 0;
    line-height: 1;
}

.main-categori-wrap > a div {
    display: flex;
    align-items: center;
}

.main-menu.main-menu-lh-5 > nav > ul > li {
    line-height: 48px;
}

.category-menu-2 nav > ul > li {
    padding: 5px 17px;
    position: relative;
    border-bottom: 1px dashed #e1e1e1;
}

    .category-menu-2 nav > ul > li:hover {
        background-color: #eee
    }

    .category-menu-2 nav > ul > li > a i {
        font-size: 17px;
        margin-right: 8px;
    }


    .category-menu-2 nav > ul > li > a {
        color: #000000;
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.category-menu-2 {
    border: 1px solid #999;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px 0px 3px;
    border-top: none;
}

.slider-height-4 {
    height: 350px;
}

.hero-slider-content-6 p {
    width: 100%;
    margin: 0 0 33px;
}

.slick-dots {
    display: none !important
}

.hero-slider-title {
    font-weight: 700;
    font-size: 40px;
}

    .hero-slider-title span {
        font-size: 90%;
    }

.banner-wrap .banner-content-6 {
    position: absolute;
    left: 16%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.section-title {
    position: relative;
}

    .section-title .img-title {
        opacity: 0.5;
        padding: 0 0 15px;
    }

        .section-title .img-title img {
            height: 20px
        }

    .section-title:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 80px;
        height: 2px;
        background-color: var(--themes-color);
        display: none
    }

    .section-title .title {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        letter-spacing: 0;
        text-transform: unset;
        line-height: 1.3;
        color: var(--themes-color);
        text-transform: uppercase;
    }

    .section-title .sub-title {
        margin-top: 10px;
        font-weight: 400;
        font-size: 16px;
    }

.section-sub-title a {
    font-size: 20px;
    padding: 0 10px;
    border-right: 1px solid #000;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

    .section-sub-title a:first-child {
        padding-left: 0px;
    }

    .section-sub-title a:last-of-type {
        border-right: 4px solid #b4b4b4;
    }

@media(max-width: 767px) {
    .section-title .title {
        font-size: calc(28px * 0.8);
    }
    .section-title .img-title img {
        height: 17px
    }
}

.btn-style-5 a {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    /*color: #686868;*/
}

.blog-area .btn-style-5 a {
    /*color: #011746;*/
}

.blog-wrap .blog-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    height: 250px;
    transition: all .5s ease 0s;
    object-fit: cover;
}

.blog-wrap .blog-content h3 a, .blog-wrap .blog-content h1 a {
    color: #222222;
    font-size: inherit;
    font-weight: 600;
}

.blog-wrap .blog-content h3:after {
    content: "";
    width: 100px;
    height: 3px;
    display: none;
    margin-bottom: 20px;
}

.blog-wrap .blog-content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0;
}

.blog-wrap .blog-content .blog-meta ul li {
    margin-right: 30px;
    position: relative;
    font-size: 14px;
}

.blog-wrap .blog-img {
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

    .blog-wrap .blog-img a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover
    }

.blog-wrap .blog-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #1c1c1c;
    text-align: left;
    padding-bottom: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    -webkit-line-clamp: 4;
    min-height: 50px;
    max-height: 100px;
    font-weight: 300
}

.blog-wrap .blog-content {
    padding: 0 15px 15px
}

    .blog-wrap .blog-content .blog-s_desc {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 25px;
        -webkit-line-clamp: 3;
        min-height: 50px;
        max-height: 100px;
        font-weight: 300;
        text-align: justify
    }

@media(max-width: 767px) {
    .blog-wrap .blog-content h3 {
        font-size: calc(18px *0.8);
    }

    .blog-wrap .blog-content .blog-s_desc {
        font-size: calc(16px *0.8);
    }
}

.service-wrap {
    background-color: transparent;
    position: relative;
    margin-top: 0;
    z-index: 1;
    padding: 25px 0 25px;
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p {
    color: #000;
    margin: 0 0 0px;
    line-height: 1.3
}

.blog-area-pb {
    padding-bottom: 0;
}

.tab-btn-wrap-2 {
    border: 1px solid #cccc;
    padding: 12px;
    border-radius: 10px;
}

.single-service-wrap {
    flex-wrap: wrap;
    text-align: center
}

    .single-service-wrap .service-icon {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single-service-wrap .service-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-service-wrap .service-icon i {
        font-size: 40px;
        color: var(--themes-color);
        display: inline-block;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .single-service-wrap .service-content span {
        display: block;
        line-height: 1;
        color: #282828;
    }

    .single-service-wrap .service-content h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 8px;
        color: #296133;
    }

.footer-widget .footer-info-list ul li a {
    color: #000;
}

.footer-area p, .footer-area a {
    font-weight: 300;
}

.social-style-1 a {
    color: #fff;
}

    .social-style-1 a:hover {
        color: #ffc107;
    }

.social-style-1.social-style-1-font-inc a {
    font-size: 23px;
    color: #000;
}

.home .blog-area .blog-area-pb .blog-wrap {
    display: block;
    width: 100%;
    padding: 0 15px;
}



    .home .blog-area .blog-area-pb .blog-wrap .blog-img {
        overflow: hidden;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

        .home .blog-area .blog-area-pb .blog-wrap .blog-img img {
            height: 120px;
        }

    .home .blog-area .blog-area-pb .blog-wrap .blog-content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding: 0 15px;
    }

.home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-img,
.home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-content {
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

    .home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-img img {
        height: 396px;
    }

.home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-img,
.home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-content {
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

    .home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-img img {
        height: 270px;
    }

.service-wrap .section-title-2 h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 2px;
    background: linear-gradient( 0deg, rgba(74,138,86,1) 0%, rgba(136,186,29,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-2 h2 span {
    font-weight: bold;
    display: block;
    font-size: 50px;
}

.footer-area {
    background-color: #f1f1f1;
}

.footer-bottom {
    background-color: var(--themes-color);
}

.footer-widget h3.footer-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: var(--themes-color);
    position: relative;
}

    .footer-widget h3.footer-title:after {
        content: "";
        position: absolute;
        background-color: var(--color-theme-primary);
        bottom: -10px;
        left: 0;
        width: 100px;
        height: 3px;
    }

.product-slider-active-3 .slick-list .product-plr-1 {
    padding: 0
}

.single-product-wrap {
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
}

    .single-product-wrap:hover {
        background-color: #fff;
    }

.product-content-wrap {
    padding: 15px 10px;
}

.product-pric {
    text-align: center;
}

.single-product-wrap .product-img span.pro-badge.bg-red {
    background-color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px;
    text-align: center
}

.single-product-wrap .product-img span.pro-badge {
    color: #000;
    border-radius: 10rem;
    font-size: 14px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
}

    .single-product-wrap .product-img span.pro-badge.left {
        left: -8px;
    }

.tab-style-5 a.active {
    color: var(--themes-color);
    font-weight: 600;
}

.tab-style-5 a {
    color: #282828;
    font-size: 20px;
    margin-right: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: var(--themes-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left h4 a {
    font-weight: 500;
}

.single-product-wrap .product-content-wrap .product-content-left span.new-price {
    color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    color: #999;
}

.hotline-2-wrap {
    margin-right: 20px;
}

.hotline-2-icon {
    transform: rotate( -90deg );
}

.hotline-2-wrap .hotline-2-icon i {
    font-size: 30px;
}

.categori-search-wrap {
    border: 2px solid #f1ba2d;
    border-radius: 10px;
}

    .categori-search-wrap .search-wrap-3 form button {
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        padding: 0;
        color: var(--themes-color);
        font-size: 20px;
    }

    .categori-search-wrap .search-wrap-3 form input {
        font-size: 16px;
        color: #999;
        border: none;
        height: 40px;
        padding: 2px 50px 2px 10px;
        background-color: transparent;
    }

.single-product-wrap .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%;
}

@media(max-width:767px) {
    .single-product-wrap .product-img {
        padding-top: 100%;
    }
}

.single-product-wrap .product-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.single-product-wrap:hover .product-img {
    position: relative;
    overflow: hidden;
    border: none;
}

.single-product-wrap:hover {
    /*background-color: #f9f9f9;*/
    border-color: #ffb801
}

.single-product-wrap .product-content-wrap .product-content-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.main-menu > nav > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .main-menu > nav > ul > li {
        display: block;
        position: relative;
        float: left;
        position: relative;
        padding-right: 0;
    }

        .main-menu > nav > ul > li > a {
            display: block;
            text-align: center;
            text-transform: uppercase
        }

/*.home .category-menu-2.categori-not-visible-2 {
    display: block;
}

.home .navbar_top.fixed-top .category-menu-2.categori-not-visible-2 {
    display: none;
}*/

.breadcrumb-area {
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}

.breadcrumb-content ul li::before {
    z-index: 2;
}

.product-details-content h1 {
    font-size: 26px;
}

.breadcrumb-content ul li {
    font-size: 14px
}

    .breadcrumb-content ul li a {
        font-weight: 400;
    }

.blog-details-top h1 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--color-theme-primary)
}

.header-small-device.small-device-ptb-1 {
    padding: 5px 0 5px;
    background-color: #fff;
}

.cart-table-content .product-thumbnail img {
    width: 100px;
}

.title-head {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.text-contact {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-infos {
    border-radius: 10px;
    background-color: #f6f6f7;
    padding: 25px;
}

    .contact-infos .title {
        border-bottom: 3px solid #d7d8d9;
        text-transform: uppercase;
        padding-bottom: 8px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 22px;
        margin-bottom: 8px;
        color: #000;
    }

    .contact-infos .list-menu li {
        font-size: 15px;
    }

.slider-height-3 {
    height: 341px;
}

.pro-badge-cart {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1;
    right: 10px;
    background-color: transparent;
    border: none;
}

.single-product-wrap .product-img a img {
    width: 100%;
    height: 100%;
}

.column-count {
    column-count: 2;
}

@media (max-width: 767px) {
    .home .blog-wrap .blog-content h3 a, .home .blog-wrap .blog-content h1 a {
        color: #222222;
        /*font-size: 18px;*/
    }

    .column-count {
        column-count: 1;
    }

    .tab-btn-wrap-2 {
        border: 1px solid #cccc;
        padding: 12px 12px 0;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .single-product-wrap .product-img a img {
        width: 100%;
        height: 100%
    }

    .tab-style-5 {
        margin-bottom: 5px;
        display: inline-block;
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        padding: 10px 0;
    }

    .service-wrap .section-title-2 h2 {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
        letter-spacing: 2px;
        padding: 0 15px;
    }

    .footer-widget h3.footer-title {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: -.25px;
        margin: 0 0 20px;
        text-transform: uppercase;
        line-height: 30px;
    }

    .section-title-2 h2 span {
        font-weight: bold;
        display: block;
        font-size: 40px;
    }

    .res-white-overly-xs:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: 0;
        z-index: 9;
        display: none;
    }

    .slider-height-3 {
        height: 210px;
    }
}

.cta-button {
    position: fixed;
    top: 58%;
    right: 12px;
    text-align: center;
    z-index: 99999;
}

    .cta-button .cta-items {
        margin-bottom: 15px;
        display: block;
    }

        .cta-button .cta-items:hover {
            color: unset
        }

    .cta-button .cta-icon {
        width: 50px;
        height: 50px;
        border: 2px solid;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10rem;
        display: flex;
        background-color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 0px 2px #666);
    }

        .cta-button .cta-icon.phone {
            border-color: #fb0400
        }

        .cta-button .cta-icon.fb {
            border-color: #1877f2
        }

        .cta-button .cta-icon.zalo {
            border-color: #028fe3
        }

        .cta-button .cta-icon.phone i {
            color: #fb0400
        }

        .cta-button .cta-icon.fb i {
            color: #1877f2
        }

        .cta-button .cta-icon i {
            font-size: 25px;
        }

    .cta-button .cta-content {
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
    }


.contact-contents {
    padding: 18px 25px;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: var(--themes-color);
    font-family: 'Oswald', sans-serif;
}

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    text-align: center
}

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }

        .single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
            text-decoration: none;
        }

.single-product-wrap .product-content-wrap .product-content-left .product-price {
    text-align: center;
}

.single-product-wrap .product-content-wrap .product-content-left span.new-price {
    color: #ff0000;
    font-size: 18px;
    font-weight: 400
}

.shop .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
}

.pro-badge-cart a {
    background-color: var(--themes-color);
    border-radius: 10rem;
    font-size: 13px;
    color: #fff;
    border: 2px solid var(--themes-color);
}

    .pro-badge-cart a:hover {
        background-color: #fff;
        border-radius: 10rem;
        font-size: 13px;
        color: var(--themes-color);
        border: 2px solid var(--themes-color);
    }

.sidebar-widget .shop-catigory ul li a.active {
    color: var(--themes-color);
    font-weight: 600;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-right: 0px;
}

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover {
        background-color: var(--themes-color);
        color: #fff;
        background: var(--themes-color);
        transition: none;
    }

.btn-pill {
    border-radius: 10rem !important;
}

.product-details-content .pro-details-price span.new-price {
    color: #e10c00;
}

.product-details-content .pro-details-price span.old-price {
    text-decoration: line-through;
    font-size: 20px;
    color: #bbb;
    margin-left: 15px;
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
        background-color: #fff;
        color: var(--themes-color);
        background: #fff;
        border: 2px solid var(--themes-color);
    }

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
        width: 100%;
        display: block;
        margin: 10px 0 0;
        text-align: center;
        padding: 15px 20px 14px;
        color: #fff;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 1;
    }

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
    width: 100%;
    border: 1px solid var(--themes-color);
    height: 65px;
    object-fit: cover;
}

@media(max-width: 767.98px) {
    .table-cart {
        display: block;
    }

        .table-cart .d-md-table-header-group {
            display: none;
        }

        .table-cart tbody tr {
            display: flex;
            flex-wrap: wrap;
        }

            .table-cart tbody tr .product-thumbnail,
            .table-cart tbody tr .product-quantity {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }

            .table-cart tbody tr .product-name,
            .table-cart tbody tr .product-subtotal {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
            }

            .table-cart tbody tr .product-subtotal,
            .table-cart tbody tr .product-quantity {
                border-top: none;
                padding-top: 0;
            }

            .table-cart tbody tr .product-thumbnail img {
                height: 80px;
                object-fit: cover;
            }

    .home .blog-wrap .blog-content p {
        display: none;
    }

    .home .blog-area .blog-area-pb .blog-wrap:nth-child(1) .blog-content p {
        display: block;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px !important;
    background-color: #F5F5F5 !important;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: var(--themes-color) !important;
}

@media(max-width: 767.98px) {
    ::-webkit-scrollbar {
        width: 3px !important;
        background-color: #F5F5F5 !important;
        height: 3px
    }
}

.info-user {
    position: relative;
}

    .info-user ul li a,
    .info-user .info-name {
        font-size: 14px !important;
    }

    .info-user ul li {
        display: block;
        position: relative;
        line-height: 1;
        margin-bottom: 20px;
    }

        .info-user ul li:last-child {
            margin-bottom: 0px;
        }

.sub-menu-style {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    display: block;
    left: 0;
    padding: 28px 25px 28px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    width: 190px;
    text-align: left;
}

.info-user:hover ul.sub-menu-style {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.contact-from input, .contact-from textarea {
    background: #FFF none repeat scroll 0 0;
    color: #000;
    height: 50px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid var(--themes-color);
    border-radius: 10px;
}

.contact-from textarea {
    height: 200px;
    padding: 10px 20px;
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    text-decoration: line-through;
    margin-left: 8px;
}

#scrollUp:hover {
    color: var(--themes-color);
    border: 1px solid var(--themes-color);
    background-color: #ffffff;
}

.category-menu-2.categori-not-visible-2 {
    display: block;
}

.main-categori-wrap .category-menu-2 {
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
}

.main-categori-wrap:hover .category-menu-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.header-action .same-style-2 a span.pro-count {
    position: absolute;
    top: -8px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    right: -20px;
    border-radius: 50px;
    font-weight: 600;
    left: unset;
    background-color: #00425f;
}

.title_list .section-title-3 {
    min-width: 150px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--themes-color);
    padding-left: 23px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-top: 13px;
}

    .title_list .section-title-3 h2 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        letter-spacing: -.25px;
        text-transform: uppercase;
        line-height: 1.3;
        color: #fff;
    }

        .title_list .section-title-3 h2:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 0 solid transparent;
            border-right: 32px solid transparent;
            border-bottom: 42px solid #037237;
            font-weight: bold;
            position: absolute;
            top: 0;
            right: -32px;
        }

.section-title-tab-wrap.title_list {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--themes-color);
}

.nav-style-3 > span {
    color: #0366ee;
}

.single-product-wrap .product-img span.pro-badge {
    background: rgb(182 23 29);
    height: auto;
    padding: 5px 10px;
    width: auto;
}

.slick-track {
    margin-left: 0;
}

.header-action .same-style-2.header-cart a {
    color: var(--themes-color);
}

.main-categori-wrap > a {
    color: var(--themes-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    width: 100%;
    line-height: 1;
    padding: 0 14px 0 0;
    align-items: center;
    justify-content: space-between;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding-bottom: 17px;
}

.mobile-contact-info a {
    color: #000;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px;
    font-size: 16px;
}

.nav-style-1 > span {
    background-color: transparent;
    color: #fff;
    font-size: 45px;
}

.nav-style-1.nav-style-1-green-2 > span:hover {
    background-color: transparent;
    color: #c35048;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
    text-align: center;
    border: 1px solid var(--themes-color);
    background-color: #fff;
    color: var(--themes-color);
    border-radius: 3px;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: var(--themes-color);
    border-color: var(--themes-color);
    color: #ffffff;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: var(--themes-color);
    border-color: var(--themes-color);
    color: #ffffff;
}

.cart-shiping-update a {
    color: #fff
}

    .cart-shiping-update a:hover {
        color: #fff
    }

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a,
.grand-totall a {
    background-color: #e1e1e1;
    color: #000;
    border: 1px solid var(--themes-color)
}

    .cart-shiping-update-wrapper .cart-shiping-update > a:hover,
    .cart-shiping-update-wrapper .cart-clear > button:hover,
    .cart-shiping-update-wrapper .cart-clear > a:hover,
    .grand-totall a:hover,
    .your-order-area .Place-order a:hover {
        background-color: #fff;
        color: var(--themes-color) !important;
        border: 1px solid var(--themes-color)
    }

@media(max-width:767px) {
    .header-offer-wrap p {
        font-size: 14px;
    }

    .title_list .btn-style-5 {
        display: none;
    }

    .header-title-wrap h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #ed1e26;
        margin-bottom: 0;
        font-family: 'Roboto Slab', serif;
    }

    .copyright.copyright-center {
        text-align: center;
        /*padding-bottom: 40px;*/
    }
}

.product-slider-active-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.price-filter {
    padding: 0 10px;
    padding-right: 25px;
}

.sidebar-widget {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    border-radius: 13px;
    background-color: #fff;
}

    .sidebar-widget .sidebar-widget-title {
        min-width: 150px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: #323232;
        padding-left: 15px;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-right: 25px;
        border-radius: 10px 10px 0 0;
    }

    .sidebar-widget .shop-catigory ul li {
        margin-bottom: 0;
    }

        .sidebar-widget .shop-catigory ul li + li {
            border-top: 1px solid #ececec;
        }

        .sidebar-widget .shop-catigory ul li a {
            padding: 7px 5px 7px 30px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            color: #333333;
            background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVEUBk96dv3HnAAAACklEQVQI12OAAwAACgABaQY5MgAAAABJRU5ErkJggg==) no-repeat left 13px center;
            text-transform: capitalize;
        }

@media(min-width: 768px) {
    .add-to-cart-wrap-mobile {
        display: none;
    }
}

@media(max-width: 767.97px) {
    .product-details-content .pro-details-action-wrap {
        display: none !important;
    }
}

.add-to-cart-wrap-mobile {
    padding: 8px;
    /*padding-bottom: 15px;*/
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}

    .add-to-cart-wrap-mobile > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .add-to-cart-wrap-mobile > div .product-addcart-btn {
            flex: 1;
            font-size: 16px;
            color: #fff;
            line-height: 32px;
            height: auto;
            padding: 0 0 2px;
            background: var(--themes-color);
            border-radius: 7px;
            border: 0;
            font-weight: 400;
            height: 40px;
        }

        .add-to-cart-wrap-mobile > div a {
            width: 40px;
            height: 38px;
            margin-left: 8px;
            background: #fff;
            border: 1px solid var(--themes-color);
            border-radius: 7px;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: var(--themes-color)
        }
/* ============ dropdown menu // ============ */
@media all and (min-width: 992px) {
    .main-categori-wrap .has-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .main-categori-wrap .has-dropdown > span {
            height: auto;
            width: 45px;
            line-height: 1;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            padding: 0;
            color: currentColor;
            opacity: .6;
            margin: 0 5px 0 0;
            background-color: transparent;
            border: none;
            text-align: right;
        }

        .main-categori-wrap .has-dropdown > a {
            display: block;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

    .has-dropdown {
        position: relative;
    }

        .has-dropdown .submenu {
            display: block;
            position: absolute;
            top: 0;
            left: 100%;
            background-color: #fff;
            box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
            min-width: 10rem;
            -webkit-transform: rotateX( 90deg );
            transform: rotateX( 90deg );
            -webkit-transform-origin: center top 0;
            -ms-transform-origin: center top 0;
            transform-origin: center top 0;
            -webkit-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
            visibility: hidden;
            padding: 5px 15px;
        }

            .has-dropdown .submenu li {
                margin-bottom: 0;
                padding: 12px 0;
                border-bottom: 1px solid #e1e1e1;
            }

                .has-dropdown .submenu li:last-child {
                    border-bottom: none;
                }

                .has-dropdown .submenu li a {
                    display: block;
                    width: 100%;
                    clear: both;
                    font-weight: 400;
                    color: #212529;
                    text-align: inherit;
                    text-decoration: none;
                    white-space: nowrap;
                    background-color: transparent;
                    border: 0;
                    font-size: 16px;
                    line-height: 16px;
                }

                    .has-dropdown .submenu li a:hover {
                        color: var(--color-theme-primary);
                    }

        .has-dropdown .submenu-left {
            right: 100%;
            left: auto;
        }

        .has-dropdown:hover {
        }

        .has-dropdown .submenu.has-dropdown-wrapper {
            top: 100%;
            left: 0;
        }

        .has-dropdown:hover .submenu.has-dropdown-wrapper {
            top: 100%;
            left: 0;
        }

        .has-dropdown:hover > .submenu {
            display: block;
            -webkit-transform: rotateX( 0deg );
            transform: rotateX( 0deg );
            visibility: visible;
        }

        .has-dropdown .submenu li.has-dropdown {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .submenu li.has-dropdown a {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .submenu li.has-dropdown > span {
        height: auto;
        width: 45px;
        line-height: 1;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0;
        color: currentColor;
        opacity: .6;
        margin: 0 5px 0 0;
        background-color: transparent;
        border: none;
        text-align: right;
    }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .has-dropdown .has-dropdown {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.has-dropdown-categori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

    .has-dropdown-categori span {
        height: auto;
        width: 45px;
        line-height: 1;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0;
        opacity: 1;
        margin: 0 0px 0 0;
        background-color: transparent;
        border: none;
        text-align: center;
    }

    .has-dropdown-categori .submenu-categori {
        margin: 5px 0 0px 3px;
        padding-left: 15px;
        width: 100%;
        display: none;
    }

        .has-dropdown-categori .submenu-categori a {
            padding: 5px 5px 5px 0px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            color: #000;
            text-transform: capitalize;
            font-size: 14px;
        }

            .has-dropdown-categori .submenu-categori a:hover {
                color: var(--themes-color);
            }

        .has-dropdown-categori .submenu-categori li {
            border-top: 1px dashed #e1e1e1;
        }

    .has-dropdown-categori.active > span {
        -webkit-transform: rotate( -180deg );
        -ms-transform: rotate(-180deg);
        transform: rotate( -180deg );
    }

li.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.has-child > ul.sub-menu {
    margin: 0 0 0 3px;
    padding-left: 10px;
    width: 100%;
    display: none;
}

.toggle {
    height: auto;
    width: 45px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    color: currentColor;
    opacity: .6;
    margin: 0 5px 0 0;
    background-color: transparent;
    border: none;
}

.active > .toggle {
    -webkit-transform: rotate( -180deg );
    -ms-transform: rotate(-180deg);
    transform: rotate( -180deg );
}

.btn-view-more {
    display: inline-block;
    padding: 7px 20px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: uppercase;*/
    border-radius: 0;
    border: 1px solid #000;
}

    .btn-view-more:hover {
        background: #e1e1e1;
        color: #000;
        /*border: 1px solid #b4b4b4;*/
    }

.about-us-content .title {
    color: var(--themes-color);
}

.slide-warp-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -0.5%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    opacity: 1;
}

.slide-warp-arrow .pro-slider-icon-1-next.slick-arrow {
    right: -0.5%;
    left: unset;
}

.single-brand {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    padding-top: 100%;
    border: 1px solid #dcdcdc;
}

    .single-brand img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 15%;
    }

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 30px;
    }

    .product-price span {
        display: block
    }

    .btn-style-5 {
        display: none;
    }

    .blog-area .btn-style-5 {
        display: block;
    }

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.new-price {
        font-size: 14px;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.old-price {
        margin-left: 0px;
    }

    .single-service-wrap-5 {
        font-size: 14px !important;
    }
}

.popup-image img {
    max-width: 100%;
    height: auto;
}

.service-content h3 {
    margin-bottom: 0;
}

.vendor_ {
    padding: 10px 10px;
    background-color: #fff;
}

.item_cate {
    background: #fff;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.service-icon {
    width: 143px;
    display: flex;
    margin: 0 auto 0;
    height: 80px;
    align-items: center;
    overflow: hidden;
}

.single-service-wrap-5 {
    position: relative;
}

    .single-service-wrap-5 .service-img {
        position: relative;
        width: 100%;
        padding-top: 50%;
    }

        .single-service-wrap-5 .service-img:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(0deg, #260f00 0%, #260f0085 30%, rgba(255,255,255,0) 32%);
        }

    .single-service-wrap-5 img {
        transition: all .1s ease-out;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }

    .single-service-wrap-5 .service-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 1
    }

        .single-service-wrap-5 .service-content h3 {
            display: block;
            font-size: 20px;
            color: #fff;
            line-height: 1.3;
            margin-bottom: 0px;
            overflow: hidden;
            text-transform: uppercase;
            font-weight: 700;
            position: relative;
        }

            .single-service-wrap-5 .service-content h3:after {
                content: '';
                width: 80px;
                height: 2px;
                background-color: #fff;
                z-index: 66;
                display: block;
                margin-top: 5px;
            }

        .single-service-wrap-5 .service-content .service-desc > * {
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            line-height: 25px;
            -webkit-line-clamp: 2;
            font-size: 14px
        }
.single-service-wrap-item {
    margin-bottom: 16px;
}
@media(max-width: 991px) {
    .single-service-wrap-5 .service-img {
        padding-top: 100%;
    }
    .single-service-wrap-5 .service-content h3{
        font-size: calc(20px * 0.8)
    }
}

@media(max-width: 767px) {


    .single-service-wrap-5 .service-img {
        padding-top: 100%;
    }
}

.single-service-wrap-5 .service-content {
    overflow: hidden;
}

    .single-service-wrap-5 .service-content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: rgba(255,255,255,0.3);
        content: '';
        transition: transform 0.6s;
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-1000%,0);
        z-index: 1;
    }

    .single-service-wrap-5:hover .service-content:before {
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,1000%,0);
    }

.add-to-card {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    border-top: 1px solid #999;
    padding-top: 10px;
}

    .add-to-card .btn {
        background-color: transparent;
        color: #ffb801;
        padding: 0 12px;
        font-size: 16px;
        border-radius: 0;
    }

        .add-to-card .btn.base {
            background-color: #ffb801;
            border: 1px solid #ffb801;
            color: #000;
        }

        .add-to-card .btn:hover {
            background-color: transparent;
            color: #ffb801
        }

.product-slider-active-3 {
    margin-left: 8px;
    margin-right: 8px;
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i {
    font-size: 16px;
    color: #000;
}

.sum_footer {
    color: #000
}

.footer-area a,
.footer-area p {
    color: #000
}

.footer-widget .contact-info-2 .single-contact-info-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px;
}


    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content {
        margin-left: 8px;
    }

.footer-widget .footer-info-list ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.tit_hotnews h2 {
    float: left;
    padding: 5px 20px 5px 10px;
    background: #c09d46;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #fff;
    font-style: italic
}

    .tit_hotnews h2:after {
        content: '';
        width: 0;
        height: 0;
        border-right: 15px solid #fff;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #004488;
    color: #fff;
    right: 20px;
    bottom: 80px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #666;
    z-index: 999 !important;
}

.blog-wrap {
    margin-bottom: 15px;
}

    .blog-wrap:last-child {
        /*margin-bottom: 0px;*/
    }

.blog-video {
    position: relative;
}

    .blog-video .icon-video {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 99;
        cursor: pointer;
    }

        .blog-video .icon-video img {
            width: calc(100% - 75%);
        }

.blog-wrap .blog-content h3 a:hover, .blog-wrap .blog-content h1 a:hover {
    text-decoration: none;
    color: #720000;
}

.single-testimonial-2 p {
    width: 70%;
    margin: 0px auto 0px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 20px 0px;
}

.single-testimonial-2 .client-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1;
}

.single-testimonial-2 .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 10rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .single-testimonial-2 .testimonial-img img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        width: 100%;
    }

@media(max-width:767px) {
    .single-testimonial-2 p {
        width: 100%;
        font-size: calc(16px * 0.8);
    }

    .single-testimonial-2 .client-info h5 {
        font-size: calc(18px * 0.8);
    }

    .single-testimonial-2 .client-info span {
        font-size: calc(16px * 0.8);
    }
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
    padding: 18px 15px 17px;
}

.hero-slider-img {
    width: 100%;
    display: block;
    position: relative;
}

    .hero-slider-img img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

@media(max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        /*display: none;*/
        background-color: transparent !important;
        color: #fff !important;
        display: none;
    }

    .section-sub-title a {
        font-size: 16px;
    }
}

.fb_iframe_widget_fluid {
    margin-bottom: 20px;
}

li.hotline strong {
    color: #004488;
}

.sidebar-widget .shop-catigory ul li.hotline {
    border-radius: 6px;
    border: 2px dashed #004488;
    color: #004488;
    margin: 8px;
    display: grid;
    align-items: center;
    padding: 8px 10px;
    grid-template-columns: 24px 1fr;
    grid-gap: 10px;
    text-align: left;
}

    .sidebar-widget .shop-catigory ul li.hotline a {
        padding: 0;
        background: none;
        flex: unset
    }

.product-area .section-header {
}

    .product-area .section-header .section-title-tab-wrap {
        padding: 60px 0;
        text-align: center;
    }

    .product-area .section-header .section-title-3 h2 {
        font-size: 40px;
    }

.tabs-category {
    border-bottom: 1px solid #fff
}

    .tabs-category .nav {
        margin: 0 -8px
    }

        .tabs-category .nav .nav-item {
            width: 25%;
            text-align: center;
            padding: 0 8px
        }

            .tabs-category .nav .nav-item .nav-link {
                padding: 15px 10px;
                position: relative;
                background-color: transparent;
                border: 1px solid;
                border-color: transparent;
                border-radius: 0;
                color: #fff;
                font-size: 20px;
                border-bottom: 0
            }

    .tabs-category .nav-link.active, .tabs-category .show > .nav-link {
        color: #fff;
        border-color: #fff !important
    }


@media(max-width:767px) {
    .tabs-category {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

        .tabs-category .nav {
            margin: 0 -8px;
            white-space: nowrap;
            display: block;
        }

            .tabs-category .nav .nav-item {
                width: auto;
                text-align: center;
                padding: 0 8px;
                display: inline-block;
            }

    .add-to-card {
        margin-top: 0px;
        display: block;
    }

        .add-to-card .btn {
            width: 100%;
            margin-top: 7px;
        }
}

.about-us-area {
    background-color: #fff;
}

    .about-us-area .description-wrap {
        margin-bottom: 30px
    }

        .about-us-area .description-wrap * {
            color: #000
        }

    .about-us-area .section-title-3 h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px
    }

.swiper-button-next, .swiper-button-prev {
    color: #000;
    background-color: #fff;
    padding: 5px;
    height: 40px;
    width: 40px;
    border-radius: 10rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
        font-weight: 700;
    }

.product-details-content h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}

.header-search-1 .search-toggle i.s-close {
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search-1 .search-toggle {
    z-index: 99;
    position: relative;
    top: 3px;
    margin-right: 0px;
}

.header-search-1 {
    position: relative;
    height: 25px;
}

    .header-search-1 .search-toggle i.s-close {
        top: 13px
    }

.search-wrap-1 {
    top: 13px;
}

@media(max-width: 767.98px) {
    .section-title-link {
        font-size: 14px;
    }

    .section-title-3 h2 {
        font-size: 20px !important;
    }

    .product-area .section-header .section-title-tab-wrap {
        padding: 30px 0
    }
}

.combo-khuyenmai {
    background-image: url('../images/bg/bg-combo-khuyenmai.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .combo-khuyenmai .title {
        color: #fff
    }

    .combo-khuyenmai .add-to-card {
        padding: 0;
        margin: 0;
        border: 0
    }

        .combo-khuyenmai .add-to-card .btn {
            background-color: #ffb801;
            color: #000;
            padding: 5px 12px;
            font-size: 16px;
            border-radius: 0;
        }

    .combo-khuyenmai .single-product-wrap {
        border-radius: 10px;
    }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left h4 a {
            font-size: 20px;
            color: #ffb801;
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left h4 {
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left .product-price span {
            font-size: 20px;
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left .product-price {
            text-align: left;
        }

.cta-area .contact-from input, .cta-area .contact-from textarea {
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.cta-area .contact-from input {
    height: 40px
}

.cta-area .contact-from button {
    background-color: #ffb801
}

.blog-categories .blog-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    .blog-categories .blog-wrap:hover .blog-img {
        outline: 2px solid #ffb801;
        border-radius: 10px;
    }

    .blog-categories .blog-wrap .blog-img {
        position: relative;
    }

    .blog-categories .blog-wrap:hover .blog-img a:after {
        content: "\f002";
        background-color: rgb(0 0 0 / 40%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 30px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.blog-categories .btn-view-more {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.swiper {
    --swiper-pagination-bullet-inactive-color: #999;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: var(--themes-color)
}

.blog-wrap {
    position: relative;
}
.blog-area .blog-wrap:hover {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
}


@media(min-width:768px) {
    .blog-area-1 .blog-img a:after,
    .blog-area-2 .blog-wrap:first-child .blog-img a:after {
        content: "";
        background: rgb(0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 40%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .blog-area-1 .blog-content,
    .blog-area-2 .blog-wrap:first-child .blog-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
    }

        .blog-area-1 .blog-wrap .blog-content h3 a,
        .blog-area-1 .blog-wrap .blog-content .blog-s_desc,
        .blog-area-2 .blog-wrap:first-child .blog-content h3 a,
        .blog-area-2 .blog-wrap:first-child .blog-content .blog-s_desc {
            color: #fff
        }

        .blog-area-1 .blog-wrap .blog-content h3,
        .blog-area-2 .blog-wrap:first-child .blog-content h3 {
            font-size: 20px;
        }
}

.blog-area-2 .blog-wrap:not(:first-child) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .blog-area-2 .blog-wrap:not(:first-child) > * {
        padding: 0 5px;
    }

    .blog-area-2 .blog-wrap:not(:first-child) .blog-img {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .blog-area-2 .blog-wrap:not(:first-child) .blog-content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

@media(max-width: 767px) {
    .blog-area-2 .blog-wrap:not(:first-child) .blog-content .blog-s_desc {
        display: none
    }
}

.link-viewmore a {
    color: #0066cc;
    font-style: italic;
    text-decoration: underline;
}

.gallery-row {
    margin-right: -5px;
    margin-left: -5px;
}

    .gallery-row > * {
        padding: 0 5px;
    }

.gallery-img {
    margin-bottom: 10px;
    overflow: hidden;
}

    .gallery-img a {
        position: relative;
        display: block;
        padding-top: 75%;
        width: 100%;
    }

        .gallery-img a img {
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

        .gallery-img a:hover img {
            transform: rotate(-1deg) scale(1.1);
            transition: all 1s;
        }

        .gallery-img a text {
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
            width: 100%;
            height: 100%;
            background-color: rgb(0 0 0 / 50%);
            color: #fff;
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            text-align: center;
        }

.blog-area-1 .swiper-button-next,
.blog-area-1 .swiper-button-prev {
    top: 47%;
}

.blog-area-3 .swiper-button-next,
.blog-area-3 .swiper-button-prev {
    top: 33%;
}

@media(max-width: 767px) {
    .ptb-40 {
        padding: 20px 0;
    }

    .pb-40 {
        padding-bottom: 20px;
    }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0
}

.link-viewmore > a {
    font-size: 14px;
}

.skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: inherit !important;
}

@media screen and (max-width: 1024px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 346px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

@media screen and (max-width: 991px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 277px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

@media screen and (max-width: 600px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 135px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

.gallery-area {
    scroll-margin-top: 40px;
}

.play_button_icon {
    opacity: 0.8;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease-in-out;
    font-size: 5rem;
    filter: drop-shadow(2px 4px 6px #444);
    z-index: 1
}

    .play_button_icon:hover {
        color: #720000;
    }

.yt_iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.banner-video {
    position: relative;
    padding-top: 56.25%;
}

    .banner-video .confirmed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

@media (min-width:1200px) and (max-width: 1366px) {
    .banner-video {
        position: relative;
        padding-top: 85%;
    }
}
.blog-details-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.blog-details-top .blog-details-content p {
    margin-bottom: 15px;
}
.shine {
    position: relative;
    overflow: hidden;
}


.shine:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    content: '';
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-115%,0);
    z-index: 1;
}

.shine:hover:before {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,115%,0);
}
b, strong {
    font-weight: 700;
}