﻿:root {
    --font-family-base: 'Helvetica Neue', Arial, sans-serif;
    --font-family-kpz: 'KPZ', Arial, sans-serif;
    --color-theme-primary: #0156bf;
    --color-theme-secondary: #f35c2d;
    --color-f8: #f8f8f8;
}

.bg-theme-primary {
    background-color: var(--color-theme-primary) !important;
}

.bg-theme-secondary {
    background-color: var(--color-theme-secondary) !important;
}

.bg-color-f8 {
    background-color: var(--color-f8) !important;
}

.boxshadow-1 {
    box-shadow: 2px 2px 7px rgb(0 0 0 / 15%)
}

.text-theme-primary {
    color: var(--color-theme-primary) !important;
}

.text-theme-secondary {
    color: var(--color-theme-secondary) !important;
}

.btn-outline-theme {
    box-shadow: none;
    background-color: #fff;
    color: var(--color-theme-primary);
    border-color: var(--color-theme-primary);
}

    .btn-outline-theme:hover, .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: none;
        color: #fff;
        background-color: var(--color-theme-primary);
        border-color: var(--color-theme-primary);
    }

@media (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%;
    }
}

@media (min-width: 768px) {
    .two_column .blog-wrap.col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
        align-items: flex-start !important
    }
}

.bg-f4 {
    background-color: var(--color-f4);
}

p {
    color: #000;
}

.hero-slider-title span {
    color: var(--color-theme-primary);
}

.btn-style-5 a {
    display: inline-block;
    color: var(--color-theme-primary);
    font-size: 16px;
}

.btn-theme {
    background-color: var(--color-theme-primary);
}

    .btn-theme:focus,
    .btn-theme:hover {
        background-color: var(--color-theme-primary);
    }

.btn-theme {
    position: relative;
    display: inline-block;
    line-height: normal;
    border: 1px solid #ffffff;
    border-radius: 0;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
    color: #dc1c4c;
    padding: 6px 10px;
}

    .btn-theme:before {
        position: absolute;
        content: '';
        display: block;
        left: -2px;
        top: 0;
        right: -2px;
        bottom: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        z-index: -1;
        background-color: var(--color-theme-primary);
        -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .btn-theme:hover {
        color: var(--color-theme-primary);
        background-color: #fff
    }

.btn-theme {
    color: #fff;
    border-color: var(--color-theme-primary);
}

.button:before {
    background-color: var(--color-theme-primary);
}

.button:hover {
    color: var(--color-theme-primary);
}

.btn-theme:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.btn-pill {
    border-radius: 10rem !important;
}

.pro-badge-cart {
    color: var(--color-theme-primary);
}

    .pro-badge-cart a {
        background-color: var(--color-theme-primary);
        border-radius: 10rem;
        font-size: 13px;
        color: #fff;
    }

.product-details-content .pro-details-price span.new-price {
    color: var(--color-theme-primary);
}

.pro-badge-cart {
    color: var(--color-theme-primary);
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1;
    right: 10px;
    background-color: #fff;
    border: 1px solid;
}

.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%;
}


.section-title-3:after, .blog-wrap .blog-content h3.blog-linetitle:after {
    background-color: var(--color-theme-primary);
}

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover,
.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover,
.myaccount-content .account-details-form .single-input-item button:hover {
    color: #fff;
}

a, .sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-title h4 a:hover,
.single-contact-info-3 > i, .single-contact-info-3 ul li i,
.breadcrumb-content ul li, .shop-topbar-wrapper .shop-topbar-left .view-mode a.active,
.sidebar-widget .sidebar-widget-list ul li a:hover, .single-product-wrap .product-content-position h3 a:hover,
.sidebar-widget .shop-catigory ul li a:hover, .breadcrumb-content ul li a:hover, .main-menu > nav > ul > li > ul li:hover > a,
.header-action .same-style-2 a:hover, .mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a,
.dec-review-topbar a.active, .footer-widget .footer-info-list ul li a:hover {
    color: var(--color-theme-primary);
}

    .sidebar-widget .sidebar-widget-list ul li a:hover span,
    .sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark,
    .pro-pagination-style ul li a.active, .pro-pagination-style ul li a:hover,
    .pro-pagination-style ul li a.prev:hover, .pro-pagination-style ul li a.next:hover, .your-order-area .Place-order a,
    .header-action .same-style-2 a span.green, .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a,
    .header-action .same-style-2 a span.black, .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a,
    .product-details-content .pro-details-action-wrap .pro-details-action > a:hover, .dec-review-topbar a:before, .myaccount-content .account-details-form .single-input-item button,
    .blog-reply-wrapper .blog-form .text-leave input, .single-product-wrap .product-content-wrap-2 .pro-add-to-cart button,
    .cart-tax .tax-wrapper .tax-select-wrapper button.cart-btn-2, .discount-code-wrapper .tax-wrapper .tax-select-wrapper button.cart-btn-2,
    .cart-tax .discount-code form button.cart-btn-2, .discount-code-wrapper .discount-code form button.cart-btn-2, .grand-totall a,
    .checkout-login-info3 form input[type="submit"], .single-product-wrap .product-img span.pro-badge, .contact-from button {
        background-color: var(--color-theme-primary);
    }

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked ~ .checkmark {
    border: 2px solid var(--color-theme-primary);
}

.sidebar-widget .sidebar-widget-tag a:hover, .product-dec-small-style1 .product-dec-small.slick-active.slick-current {
    border: 1px solid var(--color-theme-primary);
    color: var(--color-theme-primary);
    /*width: auto !important;*/
}

.shop-list-wrap .shop-list-content .product-list-action button:hover, .shop-list-wrap .product-list-img .product-list-quickview button:hover,
.single-product-wrap .product-img .product-action-2 button:hover, .product-details-content .pro-details-size .pro-details-size-content ul li a:hover {
    background-color: var(--color-theme-primary);
    color: #ffffff;
    border: 1px solid var(--color-theme-primary);
}

.service-wrap h2,
.footer-widget h3.footer-title,
.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i,
.social-style-1 a:hover, .hotline-2-wrap .hotline-2-icon i {
    color: var(--color-theme-primary);
}

.header-action .same-style-2 a span.red {
    background-color: var(--color-theme-primary);
}

.single-service-wrap .service-content h3 {
    color: #282828
}

.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;
}

.slider-height-4 {
    height: 350px;
}

.hero-slider-content-6 p {
    width: 100%;
    margin: 0 0 33px;
}

.slick-dots {
    /*display: none !important*/
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 26px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: var(--color-theme-primary);
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

.bg-banner-slide {
    position: relative;
}

    .bg-banner-slide:before {
        content: '';
        background-image: url('../images/banner/bg-banner-slide.png');
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgb(0 57 126 / 90%) 0%, rgb(0 0 0 / 30%) 49%, rgba(255,255,255,1) 100%);
    }

.hero-slider-title {
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    line-height: 1.3;
}

.hero-slider-subtitle {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
}

.hero-slider-title span {
    font-size: 90%;
}

@media(max-width: 767px) {
    .hero-slider-title {
        font-size: 28px;
    }
}

.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-tab-wrap {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 5px;
}

.section-title-3 h2 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    letter-spacing: -.25px;
    line-height: 1.3;
    color: #282828;
    font-family: var(--font-family-kpz);
    text-align: center;
    text-transform: uppercase;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

    .section-title .headline {
        font-size: 35px;
        font-weight: bold;
        font-family: var(--font-family-base);
        margin: 0;
        text-transform: none;
        color: var(--color-theme-primary)
    }

    .section-title p {
        font-size: 20px;
        font-weight: 500;
    }

.btn-style-5 a {
    display: inline-block;
    font-size: 14px;
}

.banner-img img {
    max-width: 100%;
}

@media(max-width: 767px) {
    .section-title .headline {
        font-size: 32px;
    }
}

.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: 5px 5px 5px 10px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block;
        color: #333333;
        text-transform: capitalize;
        position: relative;
    }

        .sidebar-widget .shop-catigory ul li a:before {
            content: "\f054";
            position: absolute;
            font-family: "Font Awesome\ 5 Free";
            font-weight: 900;
            font-size: 14px;
            color: #4d8a54;
            top: 6px;
            left: 0;
            display: none;
        }

.home .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: 175px;
    transition: all .5s ease 0s;
    object-fit: cover;
}

.project-area .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: 354px;
    transition: all .5s ease 0s;
    object-fit: cover;
}

.portfolio-slide-wrap .blog-wrap {
    padding: 0 15px;
}

.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: 349px;
    transition: all .5s ease 0s;
    object-fit: cover;
}

#relate .blog-wrap .blog-img a img {
    height: 242px;
}

.two_column .blog-wrap .blog-img a img {
    height: 200px;
}

@media(max-width:767px) {
    .portfolio-slide-wrap .blog-wrap {
        padding: 0 0;
    }

    .project-area .blog-wrap .blog-img a img {
        height: 216px;
    }

    .home .blog-wrap .blog-img a img {
        height: 247px
    }

    #relate .blog-wrap .blog-img a img {
        height: 215px;
    }

    .blog-wrap .blog-img a img {
        height: 214px;
    }
}

.two_column .blog-wrap .blog-content h3 a, .two_column .blog-wrap .blog-content h1 a {
    color: var(--color-theme-primary);
    font-size: 18px;
    margin-bottom: 10px !important;
}

.two_column .btn-view-more {
    margin-top: 20px !important;
}

.blog-wrap .blog-content h3.blog-linetitle:after {
    content: "";
    width: 80px;
    height: 3px;
    margin: 6px 0;
    display: block
}

.blog-wrap .blog-content h3 {
    color: #1c1c1c;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0px;
    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-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: unset;
    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: 25px;
    max-height: 100px;
}

.service-wrap {
    background-color: #142533;
    margin-top: -200px;
    position: relative;
    z-index: 1;
    padding: 25px 0 25px;
    border: 2px solid var(--color-theme-primary);
}



.single-service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .single-service-wrap .service-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
        flex: 0 0 35px;
        margin-bottom: 20px;
    }

    .single-service-wrap .service-content {
    }

    .single-service-wrap .service-icon i {
        font-size: 40px;
        color: var(--color-theme-primary);
        display: inline-block;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .single-service-wrap .service-icon img {
        width: 60px;
    }

    .single-service-wrap .service-content span {
        display: block;
        line-height: 1;
        color: #fff;
    }

.footer-widget .footer-info-list ul li a, .footer-widget p {
    color: #000;
}

.social-style-1.social-style-1-font-inc a {
    font-size: 25px;
    color: var(--color-theme-secondary);
}

.footer-widget a {
    color: #000
}

    .footer-widget a:hover {
        color: var(--color-theme-primary);
    }

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p,
.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p a {
    color: #000;
    margin: 0 0 0px;
}

    .footer-widget .footer-info-list ul li a,
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p,
    .footer-widget .contact-info .single-contact-info .contact-info-content p,
    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p a, .footer-widget a {
        font-size: 16px;
    }

.copyright p {
    font-size: 15px;
}

.service-wrap .section-title-2 h2 {
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 2px;
}

.footer-area {
    border-top: 2px solid var(--color-theme-primary);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget h3.footer-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.25px;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 30px;
    font-family: var(--font-family-kpz);
}

.single-product-wrap:hover {
    background-color: #fff;
}

.product-content-wrap {
    padding: 15px 5px;
}

.product-details-content h2 {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
}

.single-product-wrap .product-img span.pro-badge.bg-red {
    background-color: #ff2f2f;
}

.single-product-wrap .product-img span.pro-badge {
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 13px;
}

    .single-product-wrap .product-img span.pro-badge.left {
        left: 0;
    }

.tab-style-5 a.active {
    color: var(--color-theme-primary);
    font-weight: 600;
}

.tab-style-5 a {
    color: #000;
    font-size: 16px;
    margin-right: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: #ff4332;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    text-align: center
}

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        color: #000
    }

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: var(--color-theme-secondary)
}

.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: #ff4332;
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    color: #999;
    font-size: 14px;
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    text-align: center;
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    font-weight: 400;
    margin: 0 0 7px;
    margin: 10px 0;
    font-size: 18px;
    text-align: left;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.shop .single-product-wrap .product-content-wrap .product-content-left h4 {
    font-size: 16px;
}

.single-product-wrap .product-content-wrap .product-content-left .btn {
    border: 1px solid var(--color-theme-secondary);
    color: var(--color-theme-secondary);
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    line-height: 1;
}

    .single-product-wrap .product-content-wrap .product-content-left .btn:hover {
        border: 1px solid var(--color-theme-secondary);
        color: #fff;
        background-color: var(--color-theme-secondary);
    }

.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: 1px solid var(--color-theme-primary);
    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(--color-theme-primary);
        font-size: 20px;
    }

    .categori-search-wrap .search-wrap-3 form input {
        font-size: 14px;
        color: #999;
        border: none;
        height: 40px;
        padding: 2px 50px 2px 10px;
        background-color: transparent;
    }

.single-product-wrap {
    position: relative;
    overflow: hidden;
    /*    background: #fff;
*/ margin-bottom: 40px;
    /*border-top: solid .1rem #eee;
    border-right: solid .1rem #eee;*/
    /*padding: 15px 15px 20px;*/
    /*border: 1px solid #eee;*/
}

    .single-product-wrap .product-img a img {
        width: 100%;
        height: 153px;
        object-fit: cover;
        margin: auto;
        display: block;
    }

.home .single-product-wrap .product-img a img {
    height: 220px;
}

@media(max-width:991.98px) {
    .single-product-wrap .product-img a img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

.single-product-wrap .product-img {
    position: relative;
    overflow: hidden;
}

.single-product-wrap:hover .product-img {
    position: relative;
    overflow: hidden;
    border: none;
}

.single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
    text-decoration: none;
    color: var(--color-theme-primary);
}

.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: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.header-small-device.small-device-ptb-1 {
    padding: 5px 0 5px;
}

.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;
    }

@media (max-width: 767px) {
    .single-product-wrap .product-img a img {
        width: 100%;
        height: 119px
    }

    .home .single-product-wrap .product-img a img {
        height: 266px;
    }

    .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: 20px;
        font-weight: 300;
        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;
    }
}

.cta-button {
    position: fixed;
    top: 40%;
    right: 10px;
    text-align: center;
    z-index: 99999;
}

    .cta-button .cta-items {
        margin-bottom: 30px;
        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;
    }

@media (max-width: 767px) {
    .cta-button {
        position: fixed;
        top: unset;
        right: 0;
        text-align: center;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #fff;
        padding: 5px 0;
        box-shadow: 0 0 15px 0 rgb(0 0 0 / 9%);
    }

        .cta-button .cta-content {
            font-size: 10px;
            text-transform: uppercase;
            color: #000;
            line-height: 1;
            margin-top: 5px;
        }

        .cta-button .cta-items {
            margin-bottom: 0;
            display: block;
            width: 33.33%;
        }

        .cta-button .cta-icon {
            width: 30px;
            height: 30px;
        }

            .cta-button .cta-icon i {
                font-size: 15px;
            }

    .cta-icon.zalo img {
        width: 30px;
        height: 30px;
    }
}

.contact-from input, .contact-from textarea {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #000;
    height: 50px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid var(--color-theme-primary);
    border-radius: 10px;
}

.contact-from textarea {
    height: 200px;
    padding: 20px 20px;
}

.blog-content span.max-line {
    font-size: 14px;
}

.blog-wrap .blog-content .excerpt {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: left;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 25px;
    max-height: 75px;
}

.project-area .blog-wrap .blog-content .excerpt {
    -webkit-line-clamp: 2;
    min-height: 25px;
    max-height: 50px;
}

.blog-wrap .blog-content h3 a, .blog-wrap .blog-content h1 a {
    color: var(--color-theme-primary);
    font-size: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    line-height: 1.3;
    font-weight: 700;
}

#relate .blog-wrap .blog-content h3 a, #relate .blog-wrap .blog-content h1 a {
    color: var(--color-theme-primary);
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    line-height: 1.3;
    font-weight: 700;
}

.home .blog-wrap .blog-content h3 a, .home .blog-wrap .blog-content h1 a {
    color: var(--color-theme-primary);
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    -webkit-line-clamp: 2;
    min-height: 25px;
    max-height: 50px;
    font-weight: 700;
}

.blog-wrap .blog-content h3 a:hover, .blog-wrap .blog-content h1 a:hover {
    text-decoration: none;
    color: var(--color-theme-secondary);
}

.blog-wrap:hover .blog-img a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .blog-wrap {
    padding-bottom: 40px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

    .blog .blog-wrap .blog-img {
        overflow: hidden;
        padding-right: 50px;
    }

.two_column.blog .blog-wrap .blog-img {
    overflow: hidden;
    padding-right: 30px;
}

.blog .blog-wrap:not(:last-child) {
    border-bottom: 1px solid #e1e1e1;
}

.sidebar-widget .shop-catigory ul li a {
    color: #000000;
    display: block;
    font-size: 16px;
}

    .sidebar-widget .shop-catigory ul li a.active {
        color: var(--color-theme-primary);
        font-weight: 700;
    }

.has-child ul.sub-menu li a {
    padding: 5px;
    font-size: 16px;
    display: block;
    padding-left: 20px;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 12px 25px 14px;
    text-align: center;
}

.product-dec-small-style1 .product-dec-small {
    margin: 0 5px 0px 5px;
    cursor: pointer;
}

    .product-dec-small-style1 .product-dec-small img {
        /*width: 100px;*/
        object-fit: cover;
        height: 60px;
    }

@media(max-width: 767.97px) {
    .blog .blog-wrap .blog-img {
        overflow: hidden;
        padding-right: 0px;
    }

    .product-dec-small-style1 .product-dec-small img {
        /*width: 80px;*/
        height: 50px;
        object-fit: cover;
    }

    .easyzoom-style .easyzoom > a img {
        width: 100%;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        height: 350px;
        object-fit: cover;
    }

    .product-details-content .pro-details-action-wrap {
        display: none !important;
    }

        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
            margin-right: 0px;
            margin-bottom: 0px;
        }
}

.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: #fff;
        color: var(--color-theme-primary);
        border: 1px solid var(--color-theme-primary);
    }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: flex;
    width: 100%;
    justify-content: center;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
        background-color: #fff;
        color: var(--color-theme-primary);
        border: 1px solid;
    }

    .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(--color-theme-primary);
    height: 65px;
    object-fit: cover;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #dc1c4c;
    border-color: #dc1c4c;
    color: #ffffff;
}

footer {
    position: relative;
}

.login-register-wrapper .login-register-tab-list a.active h4 {
    color: var(--color-theme-primary);
}

.login-register-wrapper .login-register-tab-list a h4 {
    font-size: 20px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    position: absolute;
    right: 15px;
    top: 8px;
}

.login-register-wrapper .login-form-container .login-register-form form input {
    background: none repeat scroll 0 0;
    color: #000;
    height: 50px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid var(--color-theme-primary);
    border-radius: 10px;
}

.cta-button .cta-content {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.login-register-wrapper .login-form-container .login-register-form form .button-box button:hover {
    background-color: #010225;
}

#scrollUp {
    width: 40px;
    height: 40px;
    background-color: white;
    color: var(--color-theme-primary);
    right: 70px;
    bottom: 120px;
    text-align: center;
    overflow: hidden;
    border: 1px solid var(--color-theme-primary);
    z-index: 999 !important;
}

    #scrollUp:hover {
        color: var(--color-theme-primary);
        border: 1px solid var(--color-theme-primary);
        background-color: var(--color-theme-primary);
    }

@media only screen and (max-width: 767px) {
    #scrollUp {
        width: 40px;
        height: 40px;
        right: 15px;
    }
}

#scrollUp i {
    display: block;
    line-height: 38px;
    font-size: 18px;
}

#scrollUp:hover i {
    color: var(--color-theme-secondary);
}

@media only screen and (max-width: 767px) {
    #scrollUp i {
        line-height: 40px;
        font-size: 16px;
    }
}

@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;
            }
}

.breadcrumb-content li.active,
.breadcrumb-content a.active,
.breadcrumb-content p.active,
.breadcrumb-content span.active {
    /*color: var(--colortheme-secondary) !important;*/
}

.order-tracking-content .order-tracking-form .order-track-btn a:hover {
    background-color: #ff2f2f;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: transparent;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}



::-webkit-scrollbar-thumb {
    background: var(--color-theme-primary);
}

.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;
}

.nav-style-1 > span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #3e3e3e;
    font-size: 20px;
    background-color: transparent;
}

    .nav-style-1 > span:hover i {
        background-color: transparent !important;
        color: var(--color-theme-primary);
    }

    .nav-style-1 > span:hover i {
        color: var(--color-theme-primary);
        background-color: transparent !important;
    }

.nav-style-1.nav-style-1-green-2 > span:hover {
    background-color: transparent;
    color: var(--color-theme-primary);
}


.brand-logo-wrap-2 .slick-slide {
    padding: 0 15px;
    margin: 0 6px;
}

.brand-logo-wrap-2 .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3.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;
}

.brand-logo-wrap-2 .pro-slider-icon-1-next.slick-arrow {
    right: -3.5%;
    left: unset;
}

.single-brand-logo-2 {
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.brand-logo-wrap-2 .single-brand-logo-2 img {
    opacity: 1
}

.single-brand-logo-2 {
    display: block;
    border: 1px solid var(--color-theme-secondary);
    width: 100%;
    position: relative;
    height: 120px;
    background-color: #fff;
    border-radius: 20px;
}

    .single-brand-logo-2 img {
        max-width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-height: 100%;
        padding: 10px;
    }

.sidebar-widget .sidebar-widget-title {
    min-width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5px;
    font-size: 25px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
}

    .sidebar-widget .sidebar-widget-title:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 2px;
        background: var(--color-theme-secondary);
        bottom: 0;
        left: 0;
    }

.title_list .section-title-3 {
    min-width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--color-theme-primary);
    padding-left: 23px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    padding-bottom: 0;
}

    .title_list .section-title-3:after {
        content: "";
        position: absolute;
        background: url('../../Upload/images/icon/after_title_right.png') no-repeat;
        width: 22px;
        height: 45px;
        left: 100%;
        top: 0;
    }

.title_list {
    border-bottom: 1px solid var(--color-theme-primary);
}

    .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;
    }

.sidebar-widget h4.sidebar-widget-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
}

.title_list .btn-style-5 {
    display: flex;
    align-items: center;
}

.contact-list {
    position: relative;
    border: none;
    z-index: 50;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    list-style: none;
    margin: 0px;
    padding: 9px;
}

    .contact-list > li + li {
        border-top: 1px dashed #cccccc;
    }

    .contact-list li {
        margin: 0 !important;
        padding: 0
    }

.phone_support {
    width: 230px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d70000 url(../../Upload/images/icon/bg_hotline.png) no-repeat center left 15px;
    font-size: 18px;
    color: #fff;
    text-indent: 40px;
    border-radius: 50px;
    margin-top: -21px;
    z-index: 5;
    position: relative;
}

@media(max-width: 991.98px) {
    .phone_support {
        width: 100%;
        font-size: 15px;
    }
}

.title_nv {
    background: url(../../Upload/images/icon/icon_user.png) no-repeat left center;
    padding-left: 17px;
    font-size: 14px;
    color: var(--color-theme-primary);
    margin-top: 10px;
}

.info_nv {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 10px;
}

@media(max-width: 767.98px) {
    .footer-bottom {
        padding-bottom: 50px;
    }

    footer:before {
        filter: opacity(.15);
    }

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
        padding: 15px 5px 14px;
        font-size: 14px;
    }

    .footer-widget img {
        height: 100px;
    }

    .section-title-3 h2 {
        font-size: 20px;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.new-price,
    .single-product-wrap .product-content-wrap .product-content-left span.old-price {
        display: block
    }

    .single-product-wrap .product-content-wrap .product-content-left span.old-price {
        margin: 0;
    }
}

.skitter {
    position: relative;
    max-width: 100%;
    height: 100%;
    min-height: 150px;
    background: transparent;
}

    .skitter.with-dots {
        margin-bottom: 0;
    }

    .skitter .info_slide_dots {
        position: absolute;
        bottom: 0;
        z-index: 151;
        padding: 5px 0 5px 5px;
        border-radius: 50px;
    }

.skitter-minimalist .prev_button,
.skitter-minimalist .next_button {
    background: #fff;
}

    .skitter-minimalist .prev_button:before,
    .skitter-minimalist .next_button:before {
        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;
    }

    .skitter-minimalist .prev_button:before {
        content: "\f104";
    }

    .skitter-minimalist .next_button:before {
        content: "\f105";
    }

.skitter-minimalist .info_slide_dots .image_number {
    width: 8px;
    height: 8px;
    box-shadow: rgb(255 255 255 / 20%) 1px 1px 0;
    background-color: #999;
}

.image_main {
    width: 100% !important;
    height: 100% !important;
}

.box_clone {
    width: 100% !important;
    height: 100% !important;
}

.skitter .box_clone img {
    height: 100%;
}

.single-product-item {
    margin-bottom: 15px;
}

    .single-product-item:last-child {
        margin-bottom: 0;
    }

@media screen and (max-width: 600px) {
    .container_skitter, .banner-home, .banner .image {
        height: 150px !important;
        width: auto !important;
        object-fit: cover;
    }

        .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: 150px;
    }
}

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;
    justify-content: space-between;
}

.has-child > ul.sub-menu {
    padding-left: 15px;
    width: 100%;
    display: none;
}

.toggle {
    height: auto;
    width: 15px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    color: #636363;
    background-color: transparent;
    border: none;
}

.active > .toggle {
    -webkit-transform: rotate( 90deg );
    -ms-transform: rotate(90deg);
    transform: rotate( 90deg );
}

.mobile-menu .has-dropdown .submenu {
    display: none;
}

.contact-contents {
    padding: 0 25px;
}

.sidebar-widget {
    padding: 20px;
    margin: 0 0 40px;
    border: 1px solid #f5f5f5;
    border-radius: 15px;
    box-shadow: 0 1px 3px 0 #d4cfcf;
}

    .sidebar-widget .sidebar-search {
        margin-top: 0px;
    }

.main-menu > nav > ul > li > ul {
    padding: 5px 17px 3px;
}

    .main-menu > nav > ul > li > ul > li {
        padding: 12px 0;
        position: relative;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 0;
    }

        .main-menu > nav > ul > li > ul > li:last-child {
            border-bottom: 0px solid #e1e1e1;
        }

.hotline_top {
    box-shadow: 2px 2px 0px #00000012;
    border-radius: 5px;
    padding: 5px;
    position: relative;
}

    .hotline_top:before {
        content: "";
        position: absolute;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAtCAMAAAA5vdO0AAAA4VBMVEX///////////8AbcsAaMMAasf7/f/y+f/l8/+z3P/r9v8AZb34/P/b7v+d0v+Y0P+Ex/8snv+JyP8GjP8AhPbW7P+q2P+m1v+Szf8hmf8Ylf8AhvsActW84P9Prv8Nj/8Aif8AeN8AddpkuP9Ap/8el/8Uk/8AcNC43/+h1P+Axf9qu/9ftf9TsP8Afejv+P/f8P/P6f/B4v+u2v9Jq/8Af+zK5/+Oy/96wv92wP9vvP9Eqf86pP8AgfAmm//G5f/D4/9yvv9Xsf8zof8Rkf8AeePT6/+Vzv8AY7hZsv8AYra9sb8bAAAAAnRSTlPy5YB5WPAAAAQBSURBVEjHndZnm5pAEADgZNhZehMFC/bey+nZvV6S//+DMiwBL9Hnnkvmgyy7++7MAirfvn/7n4D/iT+ZaRr/pAwOSiUrdSfeabl7u4sx558rWYZcXWeIyKLASefx7Zan8rriGudZXZIwEhIdRSN72Ja5gNeVMYWASRIL3eG4SywOjGQrPxeQXyp5ChUmsYJJ7QOLzVk+j3pyBP9WUxkKtBnRszmrM1y1bCXJl6qcDDXG2qJHFRVeyhfXitxZcZXzFbKq6FEkYtehS/nOSumDXEdsyKKrxKI51yhbmR/U3IZpAyW8F10eo3XrIcMrzDN4qsrrKJfEdlHefZRpA7AT6RiLy0uYc1Y3DvAJqSK1K+805oKsgkOAtffdaHaj8VsVjbMaAGSpwq4G0KS56Dm1nza8UDYAiQYmckFnDKnVmPFUDWWoRiuTziESY6g70c1oghv1j6BRcVolSotqqoKWGY96dNIWO9ELkJMYgsKQ+pWFbtKQhYhrSJRdXMCPaDIrA6iiUQW+YuwRnt6prBAOupwPDZNJbJiqTMkGW0x26exIY6XoBmCD+yzTRraHOvNeEMY0Mk6Vc2yCKfaDM4A8w+MUSj8ZzfixgqHO5jOarm8hpOu8PKvsASArkrXodPJOZfTzj6wCFEqIMIo2bdzR51nJ62rVhGX8ICkAa93L3Mi0jlRt0eaxAy+i6KdIpRVqVuFoUWFSkmwV3ZywVkemo7J/L8vRdQxAig67RJn+E21sKqFIZgL0GDEpfpZCDKOvHHbBEsXkE5XrVWonAwpRb/xYWcO82KZYJnTrtF73uSEuV++34q+L5nNNjUoUzIcoZiJX3IPpJ9a1ROXKTqE0pBLj0QYX7ObqV6XNU6X2W9WiBks9HnFBxJZdUSNIlKmqo2LWAS38XeNDzDoXDPE+VbOymjl1npWkKGQboFAneJGqAIkCZeH7y2LpAPDGWMxa9qCNl+hFOSvt1lcfiqcs1byoMpGPUVz+Sp0IpUqeq35wKBZWYw5g7bNIhOyleoQPyjDLgeoU2+3VSQWK28y4c+ySTSKplT19UKDc+X31odMpZI97ewYiDPNeDay8s2lW3Fqji0T/vBqgzdWg72/bXqc6qdfcx4HVmysahaLMXu97/ttgt3RrXUTUq0aqjNzCt6wgsy96tdIkZLrORNAR66XOU+XBXix61q7l1fVGOVGg3Kp9K2/bm/HBLbSLz1WvVKp5HXe57c81LgrWNNnghnbXzBiJknPlwLLXmUxmsB02f1QqlfFoa5ev/7fzRPEZJbPzmcFmN2yORs2HTHCrff4OECe7F8wZDJy11csl5HMFWu6ufOMHwU3v1px+/S1FVszX+aupGfCFSFDyP/+1+AWPa2dki30UmQAAAABJRU5ErkJggg==) no-repeat;
        top: -7px;
        left: -20px;
        width: 53px;
        height: 45px;
        animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    }

.box_shadows {
    width: 180px;
    height: 55px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border: 1px dashed #0078d7;
    font-size: 15px;
    color: #333333;
    padding-left: 40px;
}

    .box_shadows span {
        font-size: 20px;
        color: #e11616;
    }

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

.headerMenuRightOne a {
    color: var(--color-theme-primary);
    font-weight: 400;
    margin-left: 25px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--font-family-kpz);
}

    .headerMenuRightOne a span {
        border-radius: 50%;
        display: flex;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 20px;
        background: #fff;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .headerMenuRightOne a i {
        color: var(--color-theme-primary);
    }

@media (min-width: 768px), print {
    .product-categories-area .row .col {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
        padding: 0 10px;
    }
}

@media (max-width: 991.98px), print {
    .product-categories-area .row .col {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 767px) {
    .product-categories-area .row .col {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 10px;
    }
}

.list-featured-category__item {
    text-align: center;
    margin-bottom: 20px;
}

    .list-featured-category__item img {
        width: 65px
    }

    .list-featured-category__item a .name {
        margin-top: 10px
    }

        .list-featured-category__item a .name span {
            display: block;
            font-weight: 400;
            font-size: 14px;
            color: #636363;
            font-family: var(--font-family-kpz);
            line-height: 20px;
        }

    .list-featured-category__item:hover a .name span {
        color: var(--color-theme-primary);
    }

.product-items-button {
    text-align: center;
    padding: 15px;
}

.btn-view {
    background-image: none;
    background: #00baf2;
    border: 1px solid #00baf2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'KPZ','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 12px 67px 10px;
    font-size: 1.4rem;
    line-height: normal;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
    line-height: .73;
    border-radius: 5px;
}

    .btn-view:hover {
        background: var(--color-theme-primary);
        border: 1px solid var(--color-theme-primary);
        color: #fff;
    }

.table-content .product-thumbnail {
    width: 100px;
}

.table-content tr td {
    text-align: center;
}

table tbody > tr td.product-name {
    font-size: 16px;
    margin: 0 0 7px;
    color: #000;
}

@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;
            }
}

.single-product-wrap .pro-badge-cart {
    color: var(--color-theme-primary);
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    padding: 2px;
    right: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff8;
    border: 1px solid var(--color-theme-primary);
    border-radius: 10px;
    align-items: center;
}

    .single-product-wrap .pro-badge-cart .pro-badge-cart-icon {
        align-items: center;
        justify-content: center;
        display: flex;
        position: relative;
        padding: 5px;
    }

    .single-product-wrap .pro-badge-cart i {
        color: var(--color-theme-primary);
        -webkit-background-clip: text;
        position: relative;
        font-size: 20px;
    }

    .single-product-wrap .pro-badge-cart .pro-badge-cart-content {
        font-size: 14px;
        text-transform: uppercase;
        color: var(--color-theme-primary);
        font-weight: 700;
        padding: 0px 5px;
        display: none;
    }

.single-product-wrap:hover .pro-badge-cart .pro-badge-cart-content {
    display: block;
    -webkit-animation: slide-right .3s;
    -moz-animation: slide-right .3s;
}

.product-slider-active .slick-list .product-plr-1, .product-slider-active-3 .slick-list .product-plr-1, .product-slider-active-4 .slick-list .product-plr-1, .product-slider-active-5 .slick-list .product-plr-1, .product-slider-active-7 .slick-list .product-plr-1, .product-slider-active-8 .slick-list .product-plr-1, .product-slider-active-9 .slick-list .product-plr-1, .related-product-active .slick-list .product-plr-1 {
    padding: 0;
}

/*============LOGIN============*/
div#modal-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 1px 1.5px rgba(255, 255, 255, 0.5);
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    visibility: visible;
    opacity: 1;
}

    div#modal-login .modal-login-wrap .modal-login-wrap-content {
        overflow: hidden;
        position: relative;
        width: 660px;
        height: 100%;
        margin: 0 auto 100px;
        background: #fff;
    }

        div#modal-login .modal-login-wrap .modal-login-wrap-content h2 {
            width: 100%;
            font-size: 26px;
            text-align: center;
        }

        div#modal-login .modal-login-wrap .modal-login-wrap-content.loginBroken #customer_login {
            display: none;
        }

        div#modal-login .modal-login-wrap .modal-login-wrap-content.loginBroken #recoverPass {
            display: block;
        }

        div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass {
            display: none;
        }

        div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login,
        div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer,
        div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass {
            position: relative;
            width: 400px;
            height: 100%;
            transition: transform 1.2s ease-in-out;
            transition-timing-function: ease-out;
            padding: 50px 0;
        }

            div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login .forgot-pass, div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login .not-forgot-pass,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer .forgot-pass,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer .not-forgot-pass,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass .forgot-pass,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass .not-forgot-pass {
                margin-top: 15px;
                text-align: center;
                font-size: 12px;
                color: #ccc;
                display: block;
            }

            div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label {
                display: block;
                width: 70%;
                margin: 25px auto 0;
                text-align: center;
            }

                div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label span,
                div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label span,
                div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label span {
                    font-size: 12px;
                    color: #ccc;
                    text-transform: uppercase;
                }

                div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label input,
                div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label input,
                div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label input {
                    border: none;
                    outline: none;
                    display: block;
                    width: 100%;
                    margin-top: 5px;
                    padding-bottom: 5px;
                    font-size: 16px;
                    color: #333;
                    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
                    text-align: center;
                    background-color: #fff;
                }

                    div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login label input::placeholder,
                    div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer label input::placeholder,
                    div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass label input::placeholder {
                        color: #ccc;
                    }

            div#modal-login .modal-login-wrap .modal-login-wrap-content #customer_login button,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #create_customer button,
            div#modal-login .modal-login-wrap .modal-login-wrap-content #recoverPass button {
                display: block;
                margin: 15px auto 0;
                width: 70%;
                height: 36px;
                color: #fff;
                font-size: 15px;
                cursor: pointer;
                border: none;
                outline: none;
                margin-top: 40px;
                margin-bottom: 20px;
                background: var(--color-theme-primary);
                text-transform: uppercase;
                border-radius: 5px;
            }

        div#modal-login .modal-login-wrap .modal-login-wrap-content.register #customer_login {
            transition-timing-function: ease-in-out;
            transition-duration: 1.2s;
            transform: translate3d(640px, 0, 0);
        }

        div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all {
            transform: translateX(-400px);
        }

            div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image:before {
                transform: translateX(640px);
            }

            div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top.one {
                transform: translateX(520px);
            }

            div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top.two {
                transform: translateX(0);
            }

            div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span.one {
                transform: translateY(0);
            }

            div#modal-login .modal-login-wrap .modal-login-wrap-content.register .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span.two {
                transform: translateY(72px);
            }

        div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all {
            overflow: hidden;
            position: absolute;
            left: 400px;
            top: 0;
            width: 900px;
            height: 100%;
            padding-left: 260px;
            background: #fff;
            transition: transform 1.2s ease-in-out;
        }

            div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image {
                overflow: hidden;
                z-index: 2;
                position: absolute;
                left: 0;
                top: 0;
                width: 260px;
                height: 100%;
                padding-top: 360px;
            }

                div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image:before {
                    content: '';
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 900px;
                    height: 100%;
                    background-image: url("../../Upload/images/banner/signs-of-walking.jpg");
                    background-size: cover;
                    transition: transform 1.2s ease-in-out;
                }

                div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.25);
                }

                div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top {
                    z-index: 2;
                    position: absolute;
                    left: 0;
                    top: 50px;
                    width: 100%;
                    padding: 0 20px;
                    text-align: center;
                    color: #fff;
                    transition: transform 1.2s ease-in-out;
                }

                    div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top.two {
                        transform: translateX(-520px);
                    }

                    div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top h2 {
                        margin-bottom: 10px;
                        font-weight: bold;
                        color: #fff;
                    }

                    div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-top p {
                        font-size: 14px;
                        line-height: 1.5;
                        color: #fff
                    }

                div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom {
                    overflow: hidden;
                    z-index: 2;
                    position: relative;
                    width: 100px;
                    height: 36px;
                    margin: 0 auto;
                    background: transparent;
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 14px;
                    cursor: pointer;
                }

                    div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom:after {
                        content: '';
                        z-index: 2;
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        border-radius: 5px;
                        height: 100%;
                        border: 2px solid #fff;
                    }

                    div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span {
                        position: absolute;
                        left: 0;
                        top: 0;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 100%;
                        height: 100%;
                        transition: transform 1.2s;
                    }

                        div#modal-login .modal-login-wrap .modal-login-wrap-content .modal-login-wrap-content-all .modal-login-wrap-content-all-image .modal-login-wrap-content-all-image-bottom span.one {
                            transform: translateY(-72px);
                        }

    div#modal-login .modal-login-wrap .modal-login-close {
        position: absolute;
        top: -5px;
        right: -5px;
        background: var(--color-theme-primary);
        color: #fff;
        padding: 2px 3px;
        border-radius: 3px;
        font-weight: bold;
        cursor: pointer;
    }

.list-featured-category__item:hover .img img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running flipOutY;
    animation: 500ms ease-in-out 0s normal none 1 running flipOutY;
}

.cate-list .cate-item {
    display: inline-block;
    overflow: hidden;
    background: #fff;
    margin: 3px 3px 3px 0;
    width: 90px;
    border-radius: 4px;
    position: relative;
    text-align: center;
    color: #000;
    border-radius: 3px;
    min-height: 40px;
    white-space: normal;
    font-size: 13px;
    cursor: pointer;
}

    .cate-list .cate-item.active {
        color: var(--color-theme-primary);
        font-weight: 700
    }

    .cate-list .cate-item > span {
        display: flex;
        justify-content: center;
        padding: 0 3px;
        padding: 3px;
        line-height: 18px;
    }

.header-action .same-style-2.same-style-2-font-dec a {
    color: var(--color-theme-primary);
    font-size: 22px;
    display: inline-block;
    position: relative;
}

.temcart {
    float: right;
    display: inline-block !important;
    vertical-align: middle;
    overflow: hidden;
    line-height: 50px;
    background: rgba(19,18,24,.16);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 50px;
    width: 140px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase
}

    .temcart div {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-right: 6px;
    }

    .temcart.no div:last-child {
        padding-top: 14px;
        line-height: 13px;
        text-align: left;
        margin-right: 0;
        margin-left: 3px;
    }

    .temcart b {
        display: block;
        font-weight: bold;
    }

        .temcart b.sumorder {
            font-weight: normal;
            color: #faff00;
        }

    .temcart .bhx-cart {
        width: 24px;
        height: 22px;
        margin-bottom: 6px;
        font-size: 20px
    }

.header-action .same-style-2 a span.pro-count {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #f00;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    position: absolute;
    top: -5px;
    text-align: center;
    left: 15px;
}

.histories {
    float: left;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    line-height: 15px;
    width: 92px;
    height: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 10px 5px;
    box-sizing: border-box;
}

.header-action .same-style-2.same-style-2-font-dec a:hover {
    color: var(--color-theme-primary);
}

.homehews a {
    display: block;
    overflow: hidden;
    color: #288ad6;
    font-size: 13px;
    padding: 15px 0;
    border-top: 1px solid #f3f3f3;
}

    .homehews a:first-child {
        border-top: 0;
        padding-top: 0;
    }

    .homehews a img {
        float: left;
        width: 65px;
        height: auto;
        margin-right: 10px;
    }

    .homehews a p {
        display: block;
        overflow: hidden;
        line-height: 1.3em;
        font-size: 13px;
        color: #4a4a4a;
        margin-right: 10px;
    }

    .homehews a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        color: #757575;
    }

    .homehews a.viewother {
        float: left;
        border-top: none;
        padding: 0;
    }

.cate-prom {
    padding: 10px 0px;
    overflow: hidden;
    background: #fff;
}

    .cate-prom a {
        display: inline-block;
        width: 25%;
        float: left;
        line-height: 25px;
        padding-right: 10px;
        box-sizing: border-box;
        overflow: hidden;
        font-size: 14px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .cate-prom a:before {
            content: '•';
            font-size: 12px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 3px;
        }

.product-items-button a {
    font-size: 14px;
}

.news-block h2 {
    display: inline;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding: 0 0 10px;
    font-weight: 600;
    font-family: var(--font-family-kpz);
}

    .news-block h2#promotions {
        display: inline-block;
        vertical-align: middle;
    }

#promotionblock > a {
    display: inline-block;
    margin: -10px 0 6px 6px;
    vertical-align: middle;
}

.newspromotion {
    display: block;
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .newspromotion li {
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 12px;
        position: relative;
        margin-bottom: 7px;
        box-sizing: border-box;
    }

        .newspromotion li:before {
            content: '•';
            color: var(--color-theme-primary);
            font-size: 20px;
            position: absolute;
            left: 0;
        }

        .newspromotion li a {
            display: block;
            overflow: hidden;
            color: #333;
        }

.nview, .ncom, .ndate {
    font-size: 12px;
    color: #999;
    margin-right: 3px;
}

@media(max-width: 767.98px) {
    .cate-prom {
        display: none !important;
    }

    .product-items-button {
        background: #fff;
        color: var(--color-theme-primary);
        font-size: 14px;
        display: flex;
        margin: 0 3px 1px;
        height: 44px;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--color-theme-primary);
        position: relative;
        overflow: hidden;
    }

    .newvideo iframe {
        width: 100% !important;
        height: 200px !important
    }
}

.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 {
    background-color: #0c5520;
    color: #fff;
}

.cart-tax .discount-code form button.cart-btn-2:hover, .discount-code-wrapper .discount-code form button.cart-btn-2:hover, .your-order-area .Place-order a:hover {
    background-color: #0c5520;
}

.blog-wrap .blog-img a {
    display: block;
    overflow: hidden;
}

.blog-details-top .blog-details-content {
    margin-top: 0px;
}

.brand-logo-wrap-2 .slick-slide {
    padding: 0 15px;
    margin: 0 6px;
}

.brand-logo-wrap-2 .slick-arrow,
.product-area .slick-arrow,
.testimonial-area .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3.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: 0;
}

.product-area .slick-arrow {
    left: -3%;
}

.brand-logo-wrap-2 .pro-slider-icon-1-next.slick-arrow,
.testimonial-area .pro-slider-icon-1-next.slick-arrow {
    right: -3.5%;
    left: unset;
}

.product-area .pro-slider-icon-1-next.slick-arrow {
    right: -3%;
    left: unset;
}

.single-brand-logo-2 {
    display: block;
    padding: 0px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.brand-logo-wrap-2 .single-brand-logo-2 img {
    opacity: 1
}

.single-brand-logo-2 {
    display: block;
    border: 1px solid var(--color-theme-secondary);
    width: 100%;
    position: relative;
    height: 120px;
    background-color: #fff;
    border-radius: 20px;
}

    .single-brand-logo-2 img {
        max-width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-height: 100%;
        padding: 10px;
    }

.nav-style-1 > span:hover {
    background-color: transparent;
    color: #333;
}

.slider-height {
    height: 100vh;
}

.single-product-wrap .pro-badge-cart {
    height: 41px;
    line-height: 41px;
    background: #4d8a54;
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: none;
    vertical-align: middle;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

    .single-product-wrap .pro-badge-cart .pro-badge-cart-icon i {
        color: #fff;
    }

    .single-product-wrap .pro-badge-cart .pro-badge-cart-content {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        padding: 0px 5px;
        display: block;
    }

@media (min-width: 1200px) {
    .single-product-wrap:hover .pro-badge-cart {
        webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        -moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        -o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}

@keyframes hover-imagecategory {
    0% {
        transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
    }

    100% {
        transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
    }
}

@media(min-width: 768px) {
    .add-to-cart-wrap-mobile {
        display: none;
    }
}

.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(--color-theme-primary);
            border-radius: 7px;
            border: 0;
            font-weight: 700;
            height: 40px;
        }

        .add-to-cart-wrap-mobile > div a {
            width: 40px;
            height: 38px;
            margin-left: 8px;
            background: #fff;
            border: 1px solid var(--color-theme-primary);
            border-radius: 7px;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: var(--color-theme-primary)
        }

.btn-view-more {
    border-radius: 30px;
    color: #fff;
    background: var(--color-theme-primary);
    padding: 10px 32px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    position: relative;
    border-radius: 12px;
    margin-top: 40px;
}

    .btn-view-more:hover, .btn-view-more:focus {
        color: var(--color-theme-primary);
        background: #fff;
        line-height: 1;
        border: 1px solid;
    }

.btn-view-more-outline {
    border-radius: 30px;
    color: var(--color-theme-primary) !important;
    background: #fff;
    padding: 10px 32px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--color-theme-primary);
    position: relative;
    border-radius: 12px;
    margin-top: 40px;
}

    .btn-view-more-outline:hover,
    .btn-view-more-outline:focus {
        color: #fff !important;
        background: var(--color-theme-primary);
        line-height: 1;
        border: 1px solid var(--color-theme-primary);
    }

.blog.two_column .btn-view-more-outline {
    padding: 0;
    border: none;
    background: none;
    color: var(--color-theme-primary) !important;
    margin-top: 0;
}

    .blog.two_column .btn-view-more-outline:hover {
        color: var(--color-theme-secondary) !important;
    }

.btn-read-more {
    border-radius: 30px;
    color: #fff;
    background: var(--color-theme-primary);
    padding: 10px 32px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid;
    position: relative;
    border-radius: 12px;
    margin-top: 40px;
}

.about-us-area .btn-view-more {
    color: #fff;
    background: var(--color-theme-secondary);
    line-height: 1;
    border: 1px solid var(--color-theme-secondary);
}

    .about-us-area .btn-view-more:hover {
        color: var(--color-theme-secondary);
        background: #fff;
        line-height: 1;
        border: 1px solid var(--color-theme-secondary);
    }

.about-us-area p {
    font-size: 18px;
}

.why-area {
    padding: 125px 0 60px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.single-testimonial-2 .testimonial-img img {
    display: inline-block;
    max-width: 100%;
}

@media(max-width: 767px) {
    .footer-bottom {
        padding-bottom: 40px !important;
    }

    .why-area {
        background-position: left;
    }

    .single-service-wrap .service-icon img {
        width: 40px;
    }
}

.same-style-wrap .same-style {
    margin-right: 30px;
    position: relative;
}

    .same-style-wrap .same-style.same-style-border:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 1px;
        background-color: #dedede;
        right: -16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.section-title-tab-wrap b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: #333333;
}

.section-title-tab-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
}

.easyzoom-style .easyzoom > a img {
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    object-fit: contain;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a.btn-base {
    background-color: #f3fff4;
    color: var(--color-theme-primary);
    border: solid 1px var(--color-theme-primary);
}

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a.btn-base:hover {
        background-color: var(--color-theme-primary);
        color: #fff;
        border: solid 1px var(--color-theme-primary);
    }

.product-dec-small-style1 {
    width: 100%;
    margin: 13px auto 0;
}

.fb_dialog_content iframe {
    margin-bottom: 50px !important;
}

.project-area .blog-wrap, .single-service-wrap {
    position: relative
}

    .project-area .blog-wrap .blog-content {
        margin: 0;
        padding: 15px 12px;
        width: 100%;
    }

        .project-area .blog-wrap .blog-content h3 {
            margin: 0;
            text-transform: none;
            color: var(--color-theme-primary);
            font-weight: 700;
            font-size: 18px;
            min-height: 25px;
            max-height: 25px;
            text-align: center;
            margin-bottom: 10px;
        }

            .project-area .blog-wrap .blog-content h3 a {
                margin: 0;
                text-transform: uppercase;
                color: var(--color-theme-primary);
                font-weight: 700;
                font-size: inherit;
                min-height: 25px;
                max-height: 25px;
                justify-content: center;
                align-items: center;
                -webkit-line-clamp: 1
            }

        .project-area .blog-wrap .blog-content .excerpt {
            margin-bottom: 0;
            font-size: 18px;
        }

.service-area .single-service-wrap {
    margin: 0 5px;
}

    .service-area .single-service-wrap .service-img:before {
        display: none;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: rgb(224,224,224);
        background: linear-gradient(0deg, rgba(224,224,224,.9) 11%, rgba(255,255,255,0) 42%);
        z-index: 1
    }

    .service-area .single-service-wrap .service-img img {
        max-width: 100%;
        height: auto;
    }

    .service-area .single-service-wrap .service-content {
        margin: 0;
        padding: 15px 12px;
        position: relative;
        width: 100%;
        bottom: 0;
        text-align: center;
        background-image: url('../../../Upload/images/banner/bg-service-content.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        z-index: 2
    }

        .service-area .single-service-wrap .service-content .service-content-title {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 18px;
            color: var(--color-theme-primary)
        }

    .service-area .single-service-wrap:hover .service-content .service-content-title {
        color: var(--color-theme-secondary)
    }

    .service-area .single-service-wrap .service-content .readmore {
        color: var(--color-theme-primary)
    }

    .service-area .single-service-wrap .service-img img {
        width: 100%;
        height: 248px;
        object-fit: cover
    }

    .service-area .single-service-wrap:hover .service-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .service-area .single-service-wrap .service-img {
        position: relative;
        overflow: hidden
    }

.service-content-decs {
    margin-bottom: 0;
    font-size: 18px;
    -webkit-line-clamp: 2;
    min-height: 25px;
    max-height: 50px;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media(max-width: 767px) {
    .service-area .single-service-wrap .service-img img {
        width: 100%;
        height: 209px;
        object-fit: cover
    }

    .service-area .single-service-wrap .service-img:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        background: rgb(224,224,224);
        background: linear-gradient(0deg, rgb(224,224,224) 12%, rgba(255,255,255,0) 55%);
        z-index: 1
    }

    .blog-wrap.boxshadow-1 {
        box-shadow: none;
    }
}

.slide-warp-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 2%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    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;
    visibility: visible;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-warp-arrow .slider-next.slick-arrow {
    right: 2%;
    left: unset !important;
}

.portfolio-slide-wrap.slide-warp-arrow .slick-arrow {
    top: 37%
}

.slide-warp-arrow .slick-arrow > * {
    background-color: transparent;
    height: 40px;
    color: #ffffff;
    fill: #ffffff;
}

.product-area .slide-warp-arrow .slick-arrow > * {
    background-color: transparent;
    height: 40px;
    color: var(--color-theme-primary);
    fill: var(--color-theme-primary);
}

.product-area .slick-slide {
    margin: 0 10px;
}

.product-area .slide-warp-arrow .slick-arrow {
    left: -5%;
}

.product-area .slide-warp-arrow .slider-next.slick-arrow {
    right: -5%;
    left: unset !important;
}

.blog-slide-warp.slide-warp-arrow .slick-arrow > * {
    background-color: transparent;
    height: 40px;
    color: var(--color-theme-primary);
    fill: var(--color-theme-primary);
}

.blog-slide-warp.slide-warp-arrow .slick-arrow {
    left: -5%;
}

.blog-slide-warp.slide-warp-arrow .slider-next.slick-arrow {
    right: -5%;
    left: unset !important;
}

.cta-area .section-title {
    padding-bottom: 30px
}

.cta-area .holine-warp a {
    font-size: 22px;
    color: #fff;
    background-color: var(--color-theme-secondary);
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 15px;
    border: 3px solid #fff;
}

@media(max-width: 767px) {
    .service-slide-wrap.slide-warp-arrow .slick-arrow {
        display: none !important;
    }

    .cta-area .section-title .headline {
        font-size: 25px;
    }

    .cta-area .holine-warp a {
        font-size: 20px;
    }
}

.wheel.show {
    opacity: 1;
}

.wheel {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 40px;
    bottom: 80px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    z-index: 5;
    margin-left: auto;
    margin-right: auto;
}

    .wheel.show span:first-child {
        -webkit-animation: Move-Arrow 2s ease-out .5s infinite;
        animation: Move-Arrow 2s ease-out .5s infinite;
    }

    .wheel.show span:nth-child(2) {
        -webkit-animation: Move-Arrow 2s ease-out 1s infinite;
        animation: Move-Arrow 2s ease-out 1s infinite;
    }

    .wheel.show span {
        -webkit-animation: Move-Arrow 2s ease-out infinite;
        animation: Move-Arrow 2s ease-out infinite;
    }

    .wheel span {
        position: absolute;
        width: 100%;
        height: 1px;
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

        .wheel span::after, .wheel span::before {
            content: '';
            position: absolute;
            top: 0;
            height: 100%;
            width: 50%;
            background-color: #fff;
        }

        .wheel span::before {
            left: 0;
            -webkit-transform: skewY(30deg);
            transform: skewY(40deg);
        }

@-webkit-keyframes Move-Arrow {
    25% {
        opacity: 1
    }

    33.3% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66.6% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) scale(.5);
        transform: translateY(30px) scale(.5)
    }
}

@keyframes Move-Arrow {
    25% {
        opacity: 1
    }

    33.3% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    66.6% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px) scale(.5);
        transform: translatÅ“eY(30px) scale(.5)
    }
}

.wheel.show {
    position: FIXED;
    opacity: 1;
    transform: translate(-50%,-40px);
    bottom: 5%;
    transform: none;
    left: 25%;
    transform: translateX(-100%);
    margin-top: 2%;
    right: unset;
}

.wheel span::after {
    right: 0;
    width: 50%;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-40deg);
}

@media(max-width: 767px) {
    .hero-slider-active-1.slide-warp-arrow .slick-arrow {
        display: none !important
    }

    .wheel.show {
        position: FIXED;
        opacity: 1;
        transform: translate(-50%,-40px);
        bottom: 5%;
        transform: none;
        left: 27%;
        transform: translateX(-100%);
        margin-top: 2%;
        right: unset;
    }
}

.product-dec-small-style1 .product-dec-small {
    /* width: auto !important*/
}

.product-details-content .pro-details-price span {
    font-family: inherit;
}

.box_search .btn {
    background-color: var(--color-theme-primary);
    color: #fff;
}

.box_search .form-control {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

    .box_search .form-control:focus {
        box-shadow: none;
    }

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 16px;
}

.banner-top img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

@media(max-width:767px) {
    .banner-top img {
        height: 200px;
    }
}

.scroll-x {
    overflow-x: scroll;
    padding-bottom: 10px;
}

    .scroll-x::-webkit-scrollbar {
        height: 2px;
    }
.header-search-1 .search-toggle i.s-close {
    font-size: 35px;
    left: -10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}