﻿:root {
    --themes-color: #000;
    --color-theme-primary: #000;
}
@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    
}
.container {
    max-width: 1276px;
}
@media (max-width: 1599px) and (min-width:1200px) {
    .container-fluid {
        max-width: 1250px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-wrapper {
    background-color: #fff
}
.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 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


@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{
    margin-left:-5px;
    margin-right:-5px;
}
.shop-row {
    margin-left: -5px;
    margin-right: -5px;
}
    .shop-row > *,
    .blog-row > *,
    .product-row > * {
        padding-left: 5px;
        padding-right: 5px;
    }
.pro-details-color-content ul li label.active::before {
    display:none
}
.pro-details-color-content li label img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.pro-details-color-content ul li label {
    width: 60px;
    height: 60px;
}
.header-top {
    background: var(--themes-color);
}

.header-offer-wrap p {
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.same-style-wrap .same-style a {
    color: rgba(255,255,255,1);
    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);
}



.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 .title {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0;
    text-transform: unset;
    line-height: 1.3;
    color: #000000;
    text-align:center;
}

    .section-title .title span {
        color: #ea1c00;
    }
    .section-title .sub-title {
        margin-top: 10px;
        border-left: 5px solid #04e049;
        padding-left: 10px;
        font-weight: 300;
        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(30px * 0.8);
    }
}
.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;
}

.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: 500;
    line-height: 1.3;
    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 a{
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    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 .blog-s_desc {
    font-size: 16px;
    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
}

.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;
}

.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-area p, .footer-area a {
    font-weight: 300;
}

.footer-area .social-style-1 a {
    color: #fff;

    display: flex;
    justify-content:center;
    align-content: center;
    align-items:center;
    font-size: 16px;
    border-radius: 10rem
}

.social-style-1 a:hover {
    color: #fff;
}

.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:#fff;
/*    border-top: 1px solid #999*/
}

.footer-widget h3.footer-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: #000;
    position: relative;
}
    .footer-widget h3.footer-title:after {
        content: "";
        position: absolute;
        background-color: #ea1c00;
        bottom:-8px;
        left:0;
        width: 100px;
        height: 2px;
    }
.product-slider-active-3 .slick-list .product-plr-1 {
    padding: 0
}

.single-product-wrap {
    border: 1px solid transparent;
    margin-bottom: 20px;
    background-color: #fff;
}

    .single-product-wrap:hover {
        background-color: #fff;
    }

.product-content-wrap {
    padding: 10px 10px;
}
    .product-content-wrap .product-content {
        width:100%;
    }
.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 .pro-badge {
    color: #000;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    background: #ea1c00;
    top:0!important
}

.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: #ea1c00
}

.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: 26px;
    margin-bottom: 15px;
}

.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%;
    object-fit:contain;
}

.column-count {
    column-count: 2;
}

@media (max-width: 767px) {
    .home .blog-wrap .blog-content h3 a, .home .blog-wrap .blog-content h1 a {
        color: #fff;
        /*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: 999;
}

    .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 .product-price {
    text-align: left;
}

.single-product-wrap .product-content-wrap .product-content 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 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: #ea1c00;
        color: #fff;
        background: #ea1c00;
        transition: none;
        border-color: #ea1c00
    }

.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 span.pro-badge {
    background: #ea1c00 !important;
    height: auto;
    padding: 5px 10px;
    width: auto;
    line-height:1;
    color:#fff;
    right:0;
    position: absolute;
    top:0
}

.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;
}

.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: #ea1c00;
    color: #fff;
    border: 0
}

    .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: #000;
        color: #fff !important;
        border: 0
    }

@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 {
    margin-bottom: 40px;
    background-color: #fff;
}
    .sidebar-widget .sidebar-widget-title {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid #999;
        padding-bottom: 15px;
        padding-left: 15px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700 !important;
    }
    .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 16px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            color: #333333;
            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: 999;
}

    .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: #ea1c00;
            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: 14px;
                    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 .service-content .service-title,
        .single-service-wrap-5 .service-content .service-desc {
            text-align: center !important;
        }
    .service-icon{
        width: 30%;
    }
 
    .single-service-wrap-item{margin-bottom: 20px}
}
.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 {
    text-align: center;
    margin-bottom: 10px;
}
.single-service-wrap-5 {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 10px;
    cursor: pointer;
}
.single-service-wrap-5:hover {
   box-shadow: 1px 1px 10px rgb(0 0 0 / 40%)
}
.service-area .single-service-wrap-item:nth-child(4n+1) .single-service-wrap-5 {
    border: 1px solid #ff7200
}
.service-area .single-service-wrap-item:nth-child(4n+2) .single-service-wrap-5 {
    border: 1px solid #ff0000
}
.service-area .single-service-wrap-item:nth-child(4n+3) .single-service-wrap-5 {
    border: 1px solid #01a179
}
.service-area .single-service-wrap-item:nth-child(4n+4) .single-service-wrap-5 {
    border: 1px solid #0578ee
}
.single-service-wrap-5 img {
    height:50px
}

.single-service-wrap-5 .service-content {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
    .single-service-wrap-5 .service-content .service-title {
        font-weight: 700;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
    }

.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: #ea1c00;
        padding: 0 12px;
        font-size: 16px;
        border-radius: 0;
    }
        .add-to-card .btn.base {
            background-color: #ea1c00;
            border: 1px solid #ea1c00;
            color: #000;
        }
        .add-to-card .btn:hover {
            background-color: transparent;
            color: #ea1c00
        }
.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;
    align-items: center;
}


    .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: #ea1c00;
    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: #1b2bbc;
}
.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 .btn-base {
    padding: 18px 15px 17px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    color: #fff;
    border-radius: 10px;
    line-height: 1;
    background:#000
}
    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart .btn-base:hover {
        color: #fff;
        background: #ea1c00;
        border: 1px solid #ea1c00;
    }
.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: #000 !important;
    }

    .section-sub-title a {
        font-size: 16px;
    }
}
.fb_iframe_widget_fluid{
    margin-bottom: 20px;
}
li.hotline strong {
    color: #000;
}

.sidebar-widget .shop-catigory ul li.hotline {
    border-radius: 6px;
    border: 2px dashed #000;
    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: #f2f2f2;
}
    .about-us-area .section-title:after{
       background-color: #000;
       content:"";
       position: absolute;
       bottom:-15px;
       left:0;
       width: 100px;
       height:1px;
    }
    
    .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_ProductName {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}
@media(max-width: 767px){
    .product-details-content #h2_ProductName {
        font-size: calc(30px * 0.8);
    }
}
.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: #ea1c00;
        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: #ea1c00;
            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: #ffcd00;
    color: #000;
    border-radius: 0;
    padding: 9px 15px;
    font-size: 16px;
    line-height: 1;
}
.blog-Swiper {
    margin: 0 -8px
}
.blogSwiper {
    padding: 0 8px
}
.home .blog-wrap .blog-img {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.home .blog-wrap .blog-content {
    padding: 10px;
}
    .home .blog-wrap .blog-img a {
        border-radius: 10px;
    }
.blog-categories .blog-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
    .blog-categories .blog-wrap:hover .blog-img {
        outline: 2px solid #ea1c00;
        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
}
.product-monopoly .single-product-wrap,
.shop .single-product-wrap {
    background: #f7f7f7
}
    .product-monopoly .single-product-wrap .product-title,
    .product-monopoly .single-product-wrap .product-price {
        text-align: left !important;
    }
.single-product-wrap .product-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.single-product-wrap .product-title a:hover{
    color:#000
}
.single-product-wrap .product-price {
    font-family: 'Roboto', sans-serif;
}
.swiper {
    --swiper-pagination-bullet-inactive-color: #ccc;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #ea1c00
}
.swiper-pagination-bullet {
    transition: all .5s;
    border-radius: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 25px;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
}
@media(max-width: 767px){
    .single-product-wrap .product-title {
        font-size: calc(18px * 0.8);
    }
    .single-product-wrap .product-content-wrap .product-content span.new-price {
        font-size: calc(18px * 0.8);
    }
    .single-product-wrap .product-content-wrap .product-content span.old-price {
        font-size: calc(18px * 0.8);
    }
    .swiper-button-next, .swiper-button-prev{
        box-shadow: none;

    }
}
.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);
    }
}
.cart-content .btn {
    background-color: #ea1c00;
    color: #fff;
}
.cart-content .btn:hover {
    background-color: #000;
    color: #fff;
}
.sidebar-toggle-button {
    position: fixed;
    padding: 6px 10px;
    top: 40%;
    left: 0;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 20px;
    z-index: 1
}
@media(max-width: 991px) {
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 300px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        background-color: #fff;
        padding: 15px;
        height: 100vh;
        overflow-y: scroll;
        margin-top:0
    }

    .mobile-sidebar-active .sidebar-wrapper {
        left: 0%;
    }
}
.sale-countdown{
    margin-bottom: 30px;
}
    .sale-countdown .countdown {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-weight: 600;
    }
        .sale-countdown .countdown.endTime {
            color: #999999;
        }
        .sale-countdown .countdown.endTime span {
            color: #999999;
            background-color: #ebebeb;
        }

        .sale-countdown .countdown span {
            margin: 0 10px;
            color: #fff;
            background-color: #000;
            padding: 8px;
            border-radius: 5px;
        }
.rating-stars__container i{
    color: rgb(253, 188, 90);
    font-size: 16px;
}
.blog-tintuc .blog-wrap {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
}
    .blog-tintuc .blog-wrap .blog-content {
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0,0,0,0.6) 40%, rgba(255,255,255,0) 100%);
        height: 62.78px;
        transition: all 0.3s;
    }
    .blog-tintuc .blog-wrap:hover .blog-content {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
        .blog-tintuc .blog-wrap .blog-content *{
            color:#fff;
        }
        .blog-tintuc .blog-wrap .blog-content h3 {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            height: 46.78px;
        }
.blog-tintuc .blog-wrap .blog-content .blog-s_desc {
    -webkit-line-clamp: 3;
    min-height: auto;
    max-height: auto;
}
        .blog-tintuc .blog-wrap .blog-content h3 a:hover {
            color:#fff;
            font-weight: 600;
        }
    .blog-tintuc .blog-wrap .blog-img {
        background-color: #fff;
        padding: 0;
        border-radius: 0;
    }
    .blog-tintuc .blog-wrap:hover .blog-img img{
        transform:scale(1)
    }
.product-details-content .pro-details-quality {
    display: flex;
    align-items: center;
}

    .product-details-content .pro-details-quality .cart-plus-minus .qtybutton.dec {
        height: 100%;
        width: 30px;
        line-height: 20px;
        border-right: 1px solid #E3E4E9;
    }

    .product-details-content .pro-details-quality .cart-plus-minus .qtybutton.inc {
        height: 100%;
        width: 30px;
        line-height: 20px;
        border-left: 1px solid #E3E4E9;
        right: 0px;
    }

    .product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
        background: transparent none repeat scroll 0 0;
        border: medium none;
        color: #3A3A3A;
        float: left;
        font-size: 14px;
        font-weight: 500;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 92px;
    }
.pro-details-quality-cart {
    display: flex;
    align-items: center;
}

.pro-details-cart-plus button {
    color: #000;
    border: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .pro-details-cart-plus button i {
        color: #37B5FE;
        font-size: 30px;
    }
.product-details-content > *:not(:last-child){
    margin:0 0 15px 0 !important;
}
.product-details-content .pro-details-btn-wrap {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    flex-wrap:wrap;
}

    .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart.pro-add-to-cart {
        width: calc(100% - 220px);
    }

    .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart.call-from-product {
        width: 170px;
        margin-left: 15px;
    }

    .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart .btn-base {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 48px;
        width: 100%;
        background: #cb7303;
        color: #fff;
        border-radius: 0px;
        border: 0;
        line-height: 24px;
        font-family: 'Roboto', sans-serif;
        padding: 0;
        border: 1px solid #cb7303;
        transition: linear 0.1s;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 15px;
    }

        .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart .btn-base:hover {
            color: #fff;
            background: #D11329;
            border-color: #ea1c00;
            transition: linear 0.1s
        }

    .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base {
        color: #fff;
        background: #D11329;
        border-color: #D11329;
    }


        .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base:hover {
            color: #fff;
            background: #b31125;
            border-color: #b31125;
        }

        .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .icon {
            width: 48px;
            font-size: 22px
        }

        .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content {
            width: calc(100% - 48px);
            border-left: 1px solid rgba(217, 217, 217, 0.70);
        }

            .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content div:nth-child(1) {
                color: #fff;
                font-size: 16px;
                text-transform: none;
                line-height: 1.2;
            }

            .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart #add_to_cart_btn.btn-base .content div:nth-child(2) {
                color: #F1F1F1;
                font-size: 12px;
                font-weight: 400;
                text-transform: none;
                line-height: 1.2;
            }
.pro-hotline {
    flex: 1;
    margin-left: 10px;
    text-align: center;
}

    .pro-hotline .btn-base {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        color: #fff;
        background: #D11329;
        border-color: #D11329;
    }

        .pro-hotline .btn-base .icon {
            width: 48px;
            font-size: 22px;
        }

        .pro-hotline .btn-base .content {
            width: calc(100% - 48px);
            border-left: 1px solid rgba(217, 217, 217, 0.70);
        }
@media(max-width: 767px) {
    .product-details-content .pro-details-btn-wrap .pro-details-add-to-cart.pro-add-to-cart {
        width: 100%;
        margin-bottom: 15px;
    }

    .pro-hotline {
        margin-left: 0
    }
}
.formdetail-order {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
}
.formdetail-order input.form-control{
    height:45px;
}
.formdetail-order .form-control{
    font-size: 16px;
    border-radius:0;
}
.formdetail-order .row {
    margin-right: -8px;
    margin-left: -8px;
}
.formdetail-order .row > *{
    padding-right:8px;
    padding-left:8px;
}
.formdetail-order .total-price {
    font-size: 20px;
    color: #e10c00;
}
    .formdetail-order .submit {
        width: 200px;
        background-color: #cb7303;
        border: 0;
        padding: 12px 12px;
        border-radius: 0;
        color: #fff;
        line-height: 1;
        font-size: 15px;
        text-transform: uppercase;
    }
        .formdetail-order .submit:hover,
        .formdetail-order .submit:focus{
            background-color: #9d5903;
        }
.slide-desktop .container{
    max-width: 1440px;
}
.forms-thanhcong {
    color: #34a105;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d7d7d7;
    font-weight: 500;
    font-size: 16px;
}
.formdetail-order .form-check {
    font-size: 16px;
}
.formdetail-order .form-check-input {
    width: auto;
    height: auto;
}
