﻿:root {
    --themes-color: #000;
    --color-theme-primary: #000;
}
.bg-black {
    background: #000
}

    .bg-black * {
        color: #ffff
    }
a:hover {
    color: #f7fe9f;
}
@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 8rem;
        padding-right: 8rem;
    }
}

.container {
    max-width: 1290px;
}

@media (max-width: 1399px) and (min-width:1200px) {
    .shop-category .product-row > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .shop_content-right {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .shop_content-left {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 1599px) and (min-width:1200px) {
    .container-fluid {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.main-wrapper {
    background-color: #fff
}
.home {
    background-color: #000
}


.form-control:focus {
    box-shadow: none;
}

@media (min-width: 992px) {
    .product-area .col-lg-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.product-row, .blog-row {
    margin-left: -5px;
    margin-right: -5px;
}

.shop-row {
    margin-left: -5px;
    margin-right: -5px;
}

    .shop-row > *,
    .blog-row > *,
    .product-row > * {
        padding-left: 5px;
        padding-right: 5px;
    }

.pro-details-color-content ul li a.active::before {
    color: rgb(0, 0, 0);
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.header-top {
    background: var(--themes-color);
}

.header-offer-wrap p {
    color: #fff;
    margin: 0;
    font-weight: 400;
}

.same-style-wrap .same-style a {
    color: rgba(255,255,255,1);
    display: inline-block;
   
}

.header-title-wrap h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ed1e26;
    margin-bottom: 0;
    font-family: 'Roboto Slab', serif;
}

.header-action .same-style-2.same-style-2-font-dec a.cart-active {
    font-size: 30px;
    color: var(--themes-color);
}



.navbar_top.fixed-top {
    box-shadow: 0px 10px 21.6px 2.4px rgb(0 0 0 / 6%);
}

.main-categori-wrap > a i.icon-right {
    float: right;
    font-size: 12px;
    margin-right: 0;
    top: 0;
}

.main-categori-wrap.main-categori-wrap-modify > a {
    color: #ffffff;
    padding: 13px 20px;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-categori-wrap > a i {
    font-size: 22px;
    margin-right: 18px;
    position: relative;
    top: 0;
    line-height: 1;
}

.main-categori-wrap > a div {
    display: flex;
    align-items: center;
}

.main-menu.main-menu-lh-5 > nav > ul > li {
    line-height: 48px;
}

.category-menu-2 nav > ul > li {
    padding: 5px 17px;
    position: relative;
    border-bottom: 1px dashed #e1e1e1;
}

    .category-menu-2 nav > ul > li:hover {
        background-color: #eee
    }

    .category-menu-2 nav > ul > li > a i {
        font-size: 17px;
        margin-right: 8px;
    }


    .category-menu-2 nav > ul > li > a {
        color: #000000;
        font-size: 14px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

.category-menu-2 {
    border: 1px solid #999;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 5px 0px 3px;
    border-top: none;
}

.slider-height-4 {
    height: 350px;
}

.hero-slider-content-6 p {
    width: 100%;
    margin: 0 0 33px;
}

.slick-dots {
    display: none !important
}

.hero-slider-title {
    font-weight: 700;
    font-size: 40px;
}

    .hero-slider-title span {
        font-size: 90%;
    }

.banner-wrap .banner-content-6 {
    position: absolute;
    left: 16%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title {
    position: relative;
    margin-left:-3px
}

    .section-title .title {
        font-size: 50px;
        font-weight: 700;
        margin: 0;
        letter-spacing: 0;
        text-transform: unset;
        line-height: 1.3;
        color: #000000;
        font-family: 'ballantines';
        background: rgb(223,149,22);
        background: linear-gradient(90deg, rgba(223,149,22,1) 0%, rgba(247,255,159,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        padding-left: 3px
    }

        .section-title .title span {
            color: #ffc400;
        }

    .section-title .sub-title {
        margin-top: 10px;
        border-left: 5px solid #04e049;
        padding-left: 10px;
        font-weight: 300;
        font-size: 16px;
    }

.section-sub-title a {
    font-size: 20px;
    padding: 0 10px;
    border-right: 1px solid #000;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
}

    .section-sub-title a:first-child {
        padding-left: 0px;
    }

    .section-sub-title a:last-of-type {
        border-right: 4px solid #b4b4b4;
    }

.blog-category .section-title .title span {
    color: #000;
    font-size: 20px;
}

@media(max-width: 767px) {
    .section-title .title {
        font-size: calc(50px * 0.8);
        margin-bottom: 0;
    }

    .blog-category .section-title .title span {
        font-size: calc(20px * 0.8);
    }
}

.btn-style-5 a {
    display: inline-block;
    font-size: 15px;
    line-height: 35px;
    /*color: #686868;*/
}

.blog-area .btn-style-5 a {
    /*color: #011746;*/
}

.blog-wrap .blog-img a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    height: 250px;
    transition: all .5s ease 0s;
    object-fit: cover;
}

.blog-wrap .blog-content h3 a, .blog-wrap .blog-content h1 a {
    color: #fff;
    font-size: inherit;
}

.blog-wrap .blog-content h3:after {
    content: "";
    width: 100px;
    height: 3px;
    display: none;
    margin-bottom: 20px;
}

.blog-wrap .blog-content h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 0;
}

.blog-wrap .blog-content .blog-meta ul li {
    margin-right: 30px;
    position: relative;
    font-size: 14px;
}

.blog-wrap .blog-img a {
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
    position: relative;
    border: 1px solid #fff;
}

    .blog-wrap .blog-img a img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover
    }

.blog-wrap .blog-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #fff;
    text-align: left;
    padding-bottom: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    -webkit-line-clamp: 4;
    min-height: 50px;
    max-height: 100px;
    font-weight: 300
}

.blog-wrap .blog-content .blog-s_desc {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 25px;
    -webkit-line-clamp: 4;
    min-height: 50px;
    max-height: 100px;
    font-weight: 300
}

.service-wrap {
    background-color: transparent;
    position: relative;
    margin-top: 0;
    z-index: 1;
    padding: 25px 0 25px;
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content p {
    color: #fff;
    margin: 0 0 0px;
}

.blog-area-pb {
    padding-bottom: 0;
}

.tab-btn-wrap-2 {
    border: 1px solid #cccc;
    padding: 12px;
    border-radius: 10px;
}

.single-service-wrap {
    flex-wrap: wrap;
    text-align: center
}

    .single-service-wrap .service-icon {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .single-service-wrap .service-content {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .single-service-wrap .service-icon i {
        font-size: 40px;
        color: var(--themes-color);
        display: inline-block;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .single-service-wrap .service-content span {
        display: block;
        line-height: 1;
        color: #282828;
    }

    .single-service-wrap .service-content h3 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 8px;
        color: #296133;
    }


.footer-area p, .footer-area a {
    font-weight: 300;
}

.footer-area .social-style-1 a {
    color: #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 10rem
}

.social-style-1 a:hover {
    color: #000;
}

.home .blog-area .blog-area-pb .blog-wrap {
    display: block;
    width: 100%;
    padding: 0 15px;
}



    .home .blog-area .blog-area-pb .blog-wrap .blog-img {
        overflow: hidden;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

        .home .blog-area .blog-area-pb .blog-wrap .blog-img img {
            height: 120px;
        }

    .home .blog-area .blog-area-pb .blog-wrap .blog-content {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding: 0 15px;
    }

.home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-img,
.home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-content {
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

    .home .blog-area .blog-area-pb.first .blog-wrap:first-child .blog-img img {
        height: 396px;
    }

.home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-img,
.home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-content {
    overflow: hidden;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
}

    .home .blog-area .blog-area-pb.last .blog-wrap:last-child .blog-img img {
        height: 270px;
    }

.service-wrap .section-title-2 h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 2px;
    background: linear-gradient( 0deg, rgba(74,138,86,1) 0%, rgba(136,186,29,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-title-2 h2 span {
    font-weight: bold;
    display: block;
    font-size: 50px;
}

.footer-area {
    margin-top: 40px;
    border-top: 1px solid #fff3;
}
.warp_banner{
    margin-bottom:60px;
}
.footer-widget h3.footer-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
    line-height: 30px;
    color: #fff;
    position: relative;
}

    .footer-widget h3.footer-title:after {
        content: "";
        position: absolute;
        background-color: #ffc400;
        bottom: -8px;
        left: 0;
        width: 100px;
        height: 2px;
    }

.product-slider-active-3 .slick-list .product-plr-1 {
    padding: 0
}

.single-product-wrap {
    background-color: transparent;
    margin-bottom: 20px;
}

    .single-product-wrap:hover {
        background-color: transparent;
    }

    .single-product-wrap .product-content-wrap {
        padding: 10px 0px;
        display: block;
    }

.product-pric {
    text-align: center;
}

.single-product-wrap .product-img span.pro-badge.bg-red {
    background-color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 7px;
    text-align: center
}

.single-product-wrap .pro-badge {
    color: #000;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    background: #ec2127;
    top: 20px !important
}

.tab-style-5 a.active {
    color: var(--themes-color);
    font-weight: 600;
}

.tab-style-5 a {
    color: #282828;
    font-size: 20px;
    margin-right: 40px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: var(--themes-color);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left h4 a {
    font-weight: 500;
}

.single-product-wrap .product-content-wrap .product-content-left span.new-price {
    color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    color: #999;
}

.hotline-2-wrap {
    margin-right: 20px;
}

.hotline-2-icon {
    transform: rotate( -90deg );
}

.hotline-2-wrap .hotline-2-icon i {
    font-size: 30px;
}

.categori-search-wrap {
    border: 2px solid #f1ba2d;
    border-radius: 10px;
}

    .categori-search-wrap .search-wrap-3 form button {
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        padding: 0;
        color: var(--themes-color);
        font-size: 20px;
    }

    .categori-search-wrap .search-wrap-3 form input {
        font-size: 16px;
        color: #999;
        border: none;
        height: 40px;
        padding: 2px 50px 2px 10px;
        background-color: transparent;
    }

.single-product-wrap .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio:300/420
}


.single-product-wrap .product-img  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.single-product-wrap:hover a{
    color:#fff;
}
.single-product-wrap:hover .product-img {
    position: relative;
    overflow: hidden;
    border: none;
}

.single-product-wrap:hover {
    /*background-color: #f9f9f9;*/
    border-color: #ffc400
}

.single-product-wrap .product-content-wrap .product-content-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.main-menu > nav > ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

    .main-menu > nav > ul > li {
        display: block;
        position: relative;
        float: left;
        position: relative;
        padding-right: 0;
    }

        .main-menu > nav > ul > li > a {
            display: block;
            text-align: center;
            text-transform: uppercase
        }

/*.home .category-menu-2.categori-not-visible-2 {
    display: block;
}

.home .navbar_top.fixed-top .category-menu-2.categori-not-visible-2 {
    display: none;
}*/

.breadcrumb-area {
    padding: 10px 0;
    border-bottom: 1px solid #dbdbdb8c;
    border-top: 1px solid #dbdbdb8c;
}
.breadcrumb-area *{
   color:#fff !important
}


.breadcrumb-content ul li::before {
    z-index: 2;
}

.product-details-content .title-product {
    font-size: 30px;
    background: rgb(223,149,22);
    background: linear-gradient(90deg, rgba(223,149,22,1) 0%, rgba(247,255,159,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    position:relative;
    padding-left:15px;
}

@media(max-width: 767px) {
    .product-details-content h1 {
        font-size: calc(26px * 0.8);
    }

    .product-details-content .pro-details-price span {
        font-size: calc(28px * 0.8);
    }
}

.breadcrumb-content ul li {
    font-size: 14px
}

    .breadcrumb-content ul li a {
        font-weight: 400;
    }

.blog-details-top h1 {
    font-size: 26px;
    margin-bottom: 15px;
}

.header-small-device.small-device-ptb-1 {
    padding: 5px 0 5px;
    background-color: #fff;
}

.cart-table-content .product-thumbnail img {
    width: 100px;
}

.title-head {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    color:#fff;
}

.text-contact {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.contact-infos {
    border-radius: 10px;
    background-color: #fff;
    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;
        color:#000
    }

.slider-height-3 {
    height: 341px;
}

.pro-badge-cart {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 6px 5px;
    line-height: 1;
    right: 10px;
    background-color: transparent;
    border: none;
}

.single-product-wrap .product-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.column-count {
    column-count: 2;
}

@media (max-width: 767px) {
    .home .blog-wrap .blog-content h3 a, .home .blog-wrap .blog-content h1 a {
        color: #222222;
        /*font-size: 18px;*/
    }

    .column-count {
        column-count: 1;
    }

    .tab-btn-wrap-2 {
        border: 1px solid #cccc;
        padding: 12px 12px 0;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .single-product-wrap .product-img a img {
        width: 100%;
        height: 100%
    }

    .tab-style-5 {
        margin-bottom: 5px;
        display: inline-block;
        overflow-y: hidden;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        padding: 10px 0;
    }

    .service-wrap .section-title-2 h2 {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        line-height: 1.3;
        letter-spacing: 2px;
        padding: 0 15px;
    }

    .footer-widget h3.footer-title {
        font-size: calc(18px * 0.8);
        font-weight: 600;
        letter-spacing: -.25px;
        margin: 0 0 20px;
        text-transform: uppercase;
        line-height: 30px;
    }

    .section-title-2 h2 span {
        font-weight: bold;
        display: block;
        font-size: 40px;
    }

    .res-white-overly-xs:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: #fff;
        opacity: 0;
        z-index: 9;
        display: none;
    }

    .slider-height-3 {
        height: 210px;
    }
}

.cta-button {
    position: fixed;
    top: 58%;
    right: 12px;
    text-align: center;
    z-index: 99999;
}

    .cta-button .cta-items {
        margin-bottom: 15px;
        display: block;
    }

        .cta-button .cta-items:hover {
            color: unset
        }

    .cta-button .cta-icon {
        width: 50px;
        height: 50px;
        border: 2px solid;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10rem;
        display: flex;
        background-color: rgba(255, 255, 255, 1);
        filter: drop-shadow(0px 0px 2px #666);
    }

        .cta-button .cta-icon.phone {
            border-color: #fb0400
        }

        .cta-button .cta-icon.fb {
            border-color: #1877f2
        }

        .cta-button .cta-icon.zalo {
            border-color: #028fe3
        }

        .cta-button .cta-icon.phone i {
            color: #fb0400
        }

        .cta-button .cta-icon.fb i {
            color: #1877f2
        }

        .cta-button .cta-icon i {
            font-size: 25px;
        }

    .cta-button .cta-content {
        font-size: 12px;
        text-transform: uppercase;
        color: #000;
    }


.contact-contents {
    padding: 18px 25px;
}

.single-product-wrap .product-content-wrap .product-content-left span {
    font-size: 16px;
    color: var(--themes-color);
    font-family: 'Oswald', sans-serif;
}

.single-product-wrap:hover .product-content-wrap .product-content-left h4 a {
    color: var(--themes-color);
}

.single-product-wrap .product-content-wrap .product-content-left h4 {
    text-align: center
}

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        font-weight: 400;
        font-size: 18px;
        text-align: center;
        line-height: 20px;
    }

        .single-product-wrap .product-content-wrap .product-content-left h4 a:hover {
            text-decoration: none;
        }

.single-product-wrap .product-content-wrap .product-content .product-price {
    text-align: left;
    font-size: 14px;
    color: #ECAB00;
}
.single-product-wrap .product-content-wrap .product-content .product-short * {
    font-size: 14px;
    color: #5BBD7C;
}
.single-product-wrap .product-content-wrap .product-content span.new-price {
    font-size: 14px;
    color: #ECAB00;
}

.shop .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.single-product-wrap .product-content-wrap .product-content span.old-price {
    color: #999;
    font-size: 16px;
    text-decoration: line-through;
}

.pro-badge-cart a {
    background-color: var(--themes-color);
    border-radius: 10rem;
    font-size: 13px;
    color: #fff;
    border: 2px solid var(--themes-color);
}

    .pro-badge-cart a:hover {
        background-color: #fff;
        border-radius: 10rem;
        font-size: 13px;
        color: var(--themes-color);
        border: 2px solid var(--themes-color);
    }

.sidebar-widget .shop-catigory ul li a.active {
    color: var(--themes-color);
    font-weight: 600;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart {
    margin-right: 0px;
}

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a:hover {
        background-color: #fff;
        color: #000;
        background: #fff;
        transition: none;
    }

.btn-pill {
    border-radius: 10rem !important;
}

.product-details-content .pro-details-price span {
   
}

    .product-details-content .pro-details-price span.new-price {
        color: #e10c00;
    }

    .product-details-content .pro-details-price span.old-price {
        text-decoration: line-through;
        font-size: 20px;
        color: #bbb;
        margin-left: 15px;
    }

.sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a:hover {
        background-color: #fff;
        color: var(--themes-color);
        background: #fff;
        border: 2px solid var(--themes-color);
    }

    .sidebar-cart-active .sidebar-cart-all .cart-content .cart-checkout-btn a {
        width: 100%;
        display: block;
        margin: 10px 0 0;
        text-align: center;
        padding: 15px 20px 14px;
        color: #fff;
        text-transform: capitalize;
        font-size: 15px;
        line-height: 1;
    }

.sidebar-cart-active .sidebar-cart-all .cart-content ul li .cart-img a img {
    width: 100%;
    border: 1px solid var(--themes-color);
    height: 65px;
    object-fit: cover;
}

@media(max-width: 767.98px) {
    .table-cart {
        display: block;
    }

        .table-cart .d-md-table-header-group {
            display: none;
        }

        .table-cart tbody tr {
            display: flex;
            flex-wrap: wrap;
        }

            .table-cart tbody tr .product-thumbnail,
            .table-cart tbody tr .product-quantity {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }

            .table-cart tbody tr .product-name,
            .table-cart tbody tr .product-subtotal {
                -ms-flex: 0 0 66.666667%;
                flex: 0 0 66.666667%;
                max-width: 66.666667%;
            }

            .table-cart tbody tr .product-subtotal,
            .table-cart tbody tr .product-quantity {
                border-top: none;
                padding-top: 0;
            }

            .table-cart tbody tr .product-thumbnail img {
                height: 80px;
                object-fit: cover;
            }

    .home .blog-wrap .blog-content p {
        display: none;
    }

    .home .blog-area .blog-area-pb .blog-wrap:nth-child(1) .blog-content p {
        display: block;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px !important;
    background-color: #F5F5F5 !important;
    height: 3px
}

::-webkit-scrollbar-thumb {
    background-color: var(--themes-color) !important;
}

@media(max-width: 767.98px) {
    ::-webkit-scrollbar {
        width: 3px !important;
        background-color: #F5F5F5 !important;
        height: 3px
    }
}

.info-user {
    position: relative;
}

    .info-user ul li a,
    .info-user .info-name {
        font-size: 14px !important;
    }

    .info-user ul li {
        display: block;
        position: relative;
        line-height: 1;
        margin-bottom: 20px;
    }

        .info-user ul li:last-child {
            margin-bottom: 0px;
        }

.sub-menu-style {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px 0.4px rgb(0 0 0 / 10%);
    display: block;
    left: 0;
    padding: 28px 25px 28px;
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    width: 190px;
    text-align: left;
}

.info-user:hover ul.sub-menu-style {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.contact-from input, .contact-from textarea {
    background: rgb(255 255 255);
    color: #000;
    height: 50px;
    padding: 2px 20px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 5px;
}

.contact-from textarea {
    height: 200px;
    padding: 10px 20px;
}

.single-product-wrap .product-content-wrap .product-content-left span.old-price {
    text-decoration: line-through;
    margin-left: 8px;
}

#scrollUp:hover {
/*    color: var(--themes-color);
    border: 1px solid var(--themes-color);
    background-color: #ffffff;*/
}

.category-menu-2.categori-not-visible-2 {
    display: block;
}

.main-categori-wrap .category-menu-2 {
    position: absolute;
    top: 100%;
    -webkit-transform: rotateX( 90deg );
    transform: rotateX( 90deg );
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
}

.main-categori-wrap:hover .category-menu-2 {
    -webkit-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
    visibility: visible;
}

.header-action .same-style-2 a span.pro-count {
    position: absolute;
    top: -8px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 19px;
    color: #fff;
    text-align: center;
    right: -20px;
    border-radius: 50px;
    font-weight: 600;
    left: unset;
    background-color: #00425f;
}

.title_list .section-title-3 {
    min-width: 150px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--themes-color);
    padding-left: 23px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-top: 13px;
}

    .title_list .section-title-3 h2 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
        letter-spacing: -.25px;
        text-transform: uppercase;
        line-height: 1.3;
        color: #fff;
    }

        .title_list .section-title-3 h2:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 0 solid transparent;
            border-right: 32px solid transparent;
            border-bottom: 42px solid #037237;
            font-weight: bold;
            position: absolute;
            top: 0;
            right: -32px;
        }

.section-title-tab-wrap.title_list {
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--themes-color);
}

.nav-style-3 > span {
    color: #0366ee;
}

.single-product-wrap span.pro-badge {
    background: #ec2127 !important;
    height: auto;
    padding: 5px 10px;
    width: auto;
    line-height: 1;
    color: #fff;
    right: 0;
    position: absolute;
    top: 0
}

.slick-track {
    margin-left: 0;
}

.header-action .same-style-2.header-cart a {
    color: var(--themes-color);
}

.main-categori-wrap > a {
    color: var(--themes-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    display: flex;
    width: 100%;
    line-height: 1;
    padding: 0 14px 0 0;
    align-items: center;
    justify-content: space-between;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-header-padding-border-3 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding-bottom: 17px;
}

.mobile-contact-info a {
    color: #000;
}

.mobile-header-active .clickalbe-sidebar-wrap .mobile-header-content-area .mobile-contact-info ul li {
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px;
    font-size: 16px;
}

.nav-style-1 > span {
    background-color: transparent;
    color: #fff;
    font-size: 45px;
}

.nav-style-1.nav-style-1-green-2 > span:hover {
    background-color: transparent;
    color: #c35048;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart a {
    text-align: center;
    border: 1px solid #ffc400;
    background-color: #ffc400;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
   
    padding: 15px 10px;
    line-height: 1;
}

    .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a.btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .product-details-content .pro-details-action-wrap .pro-details-add-to-cart a.btn-danger:hover {
            color: #000;
            background-color: #fff;
            border-color: #dc3545;
        }

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: var(--themes-color);
    border-color: var(--themes-color);
    color: #ffffff;
}
    .myaccount-tab-menu a:hover *, .myaccount-tab-menu a.active *{
        color:#fff;
    }

    .myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
        background-color: var(--themes-color);
        border-color: var(--themes-color);
        color: #ffffff;
    }

.cart-shiping-update a {
    color: #fff
}

    .cart-shiping-update a:hover {
        color: #fff
    }

.cart-shiping-update-wrapper .cart-shiping-update > a,
.cart-shiping-update-wrapper .cart-clear > button,
.cart-shiping-update-wrapper .cart-clear > a,
.grand-totall a {
    background-color: #ffc400;
    color: #000;
    border: 1px solid #ffc400;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 12px 10px !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,
    .your-order-area .Place-order a:hover {
        background-color: #fff;
        color: #000 !important;
        border: 1px solid #ffc400
    }

@media(max-width:767px) {
    .header-offer-wrap p {
        font-size: 14px;
    }

    .title_list .btn-style-5 {
        display: none;
    }

    .header-title-wrap h3 {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        color: #ed1e26;
        margin-bottom: 0;
        font-family: 'Roboto Slab', serif;
    }

    .copyright.copyright-center {
        text-align: center;
        /*padding-bottom: 40px;*/
    }
}

.product-slider-active-3 {
    margin-left: 15px;
    margin-right: 15px;
}

.price-filter {
    padding: 0 10px;
    padding-right: 25px;
}

.sidebar-widget {
    margin-bottom: 40px;
    background-color: #fff;
}

    .sidebar-widget .sidebar-widget-title {
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        position: relative;
        border-bottom: 1px solid #999;
        padding-bottom: 15px;
        padding-left: 15px;
       
        font-weight: 700 !important;
    }

    .sidebar-widget .shop-catigory ul li {
        margin-bottom: 0;
    }

        .sidebar-widget .shop-catigory ul li + li {
            border-top: 1px solid #ececec;
        }

        .sidebar-widget .shop-catigory ul li a {
            padding: 7px 5px 7px 16px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            color: #333333;
            text-transform: capitalize;
        }

@media(min-width: 768px) {
    .add-to-cart-wrap-mobile {
        display: none;
    }
}

@media(max-width: 767.97px) {
    .product-details-content .pro-details-action-wrap {
        display: none !important;
    }
}

.add-to-cart-wrap-mobile {
    padding: 8px;
    /*padding-bottom: 15px;*/
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    box-shadow: 0 0 10px rgb(0 0 0 / 24%);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 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;
            background: #ffc400;
            border-radius: 7px;
            border: 0;
            font-weight: 500;
            height: 40px;
        }

        .add-to-cart-wrap-mobile > div a {
            width: 40px;
            height: 38px;
            margin-left: 8px;
            background: #fff;
            border: 1px solid #ffc400;
            border-radius: 7px;
            display: flex;
            align-content: center;
            justify-content: center;
            align-items: center;
            font-size: 24px;
            color: #ffc400
        }


/* ============ small devices ============ */
@media (max-width: 991px) {

    .has-dropdown .has-dropdown {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

.has-dropdown-categori {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

    .has-dropdown-categori span {
        height: auto;
        width: 45px;
        line-height: 1;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        padding: 0;
        opacity: 1;
        margin: 0 0px 0 0;
        background-color: transparent;
        border: none;
        text-align: center;
    }

    .has-dropdown-categori .submenu-categori {
        margin: 5px 0 0px 3px;
        padding-left: 15px;
        width: 100%;
        display: none;
    }

        .has-dropdown-categori .submenu-categori a {
            padding: 5px 5px 5px 0px;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: block;
            color: #000;
            text-transform: capitalize;
            font-size: 14px;
        }

            .has-dropdown-categori .submenu-categori a:hover {
                color: var(--themes-color);
            }

        .has-dropdown-categori .submenu-categori li {
            border-top: 1px dashed #e1e1e1;
        }

    .has-dropdown-categori.active > span {
        -webkit-transform: rotate( -180deg );
        -ms-transform: rotate(-180deg);
        transform: rotate( -180deg );
    }

li.has-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.has-child > ul.sub-menu {
    margin: 0 0 0 3px;
    padding-left: 10px;
    width: 100%;
    display: none;
}

.toggle {
    height: auto;
    width: 45px;
    line-height: 1;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    color: currentColor;
    opacity: .6;
    margin: 0 5px 0 0;
    background-color: transparent;
    border: none;
}

.active > .toggle {
    -webkit-transform: rotate( -180deg );
    -ms-transform: rotate(-180deg);
    transform: rotate( -180deg );
}

.btn-view-more {
    display: inline-block;
    padding: 7px 20px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    border: 0 solid #000;
    border-radius: 5px;
    background: rgb(223,149,22);
    background: linear-gradient(90deg, rgba(223,149,22,1) 0%, rgba(247,255,159,1) 100%);
}

    .btn-view-more:hover {
        background: #e1e1e1;
        color: #000;
        /*border: 1px solid #b4b4b4;*/
    }

@media(max-width: 767px) {
    .btn-view-more {
        font-size: calc(16px * 0.8);
    }
}

.about-us-content .title {
    color: var(--themes-color);
}

.slide-warp-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -0.5%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 1;
    opacity: 1;
}

.slide-warp-arrow .pro-slider-icon-1-next.slick-arrow {
    right: -0.5%;
    left: unset;
}

.single-brand {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    padding-top: 56.25%;
}

    .single-brand img {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 10%;
    }

@media only screen and (max-width: 767px) {
    .header-action .same-style-2 {
        margin-right: 30px;
    }

    .product-price span {
        display: block
    }

    .btn-style-5 {
        display: none;
    }

    .blog-area .btn-style-5 {
        display: block;
    }

    .single-product-wrap .product-content-wrap .product-content-left h4 a {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.new-price {
        font-size: 14px;
    }

    .single-product-wrap .product-content-wrap .product-content-left span.old-price {
        margin-left: 0px;
    }

    .single-service-wrap-5 {
        font-size: 14px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        cursor: pointer
    }

        .single-service-wrap-5 .service-content .service-title,
        .single-service-wrap-5 .service-content .service-desc {
            text-align: left !important;
        }

    .service-icon {
        width: 30%;
    }

    .service-content {
        width: 70%;
    }

    .single-service-wrap-item {
        margin-bottom: 20px
    }
}

.popup-image img {
    max-width: 100%;
    height: auto;
}

.service-content h3 {
    margin-bottom: 0;
}

.vendor_ {
    padding: 10px 10px;
    background-color: #fff;
}

.item_cate {
    background: #fff;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    float: left;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.service-icon {
    text-align: center;
}

.service-area .row {
    margin: 0 -5px
}

    .service-area .row > * {
        padding: 0 5px
    }

.single-service-wrap-5 {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    align-content: center;
}

    .single-service-wrap-5:hover {
        box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
        cursor: pointer;
    }

.service-area .single-service-wrap-item:nth-child(4n+1) .single-service-wrap-5 {
    background: #33cc99;
}

.service-area .single-service-wrap-item:nth-child(4n+2) .single-service-wrap-5 {
    background: #00ccff;
}

.service-area .single-service-wrap-item:nth-child(4n+3) .single-service-wrap-5 {
    background: #fdaf00;
}

.service-area .single-service-wrap-item:nth-child(4n+4) .single-service-wrap-5 {
    background: #ff0040;
}

.single-service-wrap-5 img {
    height: 45px
}

@media(min-width: 1200px) and (max-width: 1350px) {
    .single-service-wrap-5 img {
        height: 30px
    }
}

.single-service-wrap-5 .service-content {
   
    color: #fff;
    padding-left: 10px;
}

    .single-service-wrap-5 .service-content .service-title {
        font-weight: 700;
        font-size: 18px;
       
        color: #fff
    }

.add-to-card {
    margin-top: 10px;
    text-align: right;
}

    .add-to-card .btn {
        background-color: #ffc400;
        color: #000;
        padding: 6px 12px;
        font-size: 16px;
        border-radius: 5px;
        border: 1px solid;
        border-color: #ffc400
    }

        .add-to-card .btn.base {
            background-color: #ffc400;
            border: 1px solid #ffc400;
            color: #000;
        }

        .add-to-card .btn:hover {
            background-color: #fff;
            border-color: #ffc400;
            color: #000
        }

.product-slider-active-3 {
    margin-left: 8px;
    margin-right: 8px;
}

.footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-icon i {
    font-size: 16px;
    color: #000;
}

.sum_footer {
    color: #000
}

/*.footer-area a,
.footer-area p,
.footer-widget .footer-info-list ul li a {
    color: #fff
}*/

.footer-widget .contact-info-2 .single-contact-info-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 12px;
    align-items: center;
}


    .footer-widget .contact-info-2 .single-contact-info-2 .contact-info-2-content {
        margin-left: 8px;
        color: #000
    }

.footer-widget .footer-info-list ul li a:hover {
    color: #000;
    text-decoration: underline;
}
.footer-list li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
    .footer-list li::before {
    /*    position: absolute;
        width: 18px;
        height: 1px;
        background-color: #5b5858;
        content: "";
        right: -21px;
        top: 12px;
        z-index: 9;
        -webkit-transform: rotate(115deg);
        -ms-transform: rotate(115deg);
        transform: rotate(115deg);*/
    }

    .footer-list li:last-child::before {
        display: none;
    }

.tit_hotnews h2 {
    float: left;
    padding: 5px 20px 5px 10px;
    background: #c09d46;
    line-height: 1.3em;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #fff;
    font-style: italic
}

    .tit_hotnews h2:after {
        content: '';
        width: 0;
        height: 0;
        border-right: 15px solid #fff;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }

#scrollUp {
    width: 40px;
    height: 40px;
    color: #fff;
    right: 20px;
    bottom: 10px;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ECAB00;
    z-index: 999 !important;
}

.blog-wrap {
    margin-bottom: 15px;
}

    .blog-wrap:last-child {
        /*margin-bottom: 0px;*/
    }

.blog-video {
    position: relative;
}

    .blog-video .icon-video {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 9;
        cursor: pointer;
    }

        .blog-video .icon-video img {
            width: calc(100% - 75%);
        }

.blog-wrap .blog-content h3 a:hover, .blog-wrap .blog-content h1 a:hover {
    text-decoration: none;
    color: #f7fe9f;
}

.single-testimonial-2 p {
    width: 70%;
    margin: 0px auto 0px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 20px 0px;
}

.single-testimonial-2 .client-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1;
}

.single-testimonial-2 .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 10rem;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .single-testimonial-2 .testimonial-img img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        width: 100%;
    }

@media(max-width:767px) {
    .single-testimonial-2 p {
        width: 100%;
        font-size: calc(16px * 0.8);
    }

    .single-testimonial-2 .client-info h5 {
        font-size: calc(18px * 0.8);
    }

    .single-testimonial-2 .client-info span {
        font-size: calc(16px * 0.8);
    }
}

.hero-slider-img {
    width: 100%;
    display: block;
    position: relative;
}

    .hero-slider-img img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }

@media(max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
        /*display: none;*/
        background-color: transparent !important;
        color: #000 !important;
    }

    .section-sub-title a {
        font-size: 16px;
    }
}

.fb_iframe_widget_fluid {
    margin-bottom: 20px;
}

li.hotline strong {
    color: #000;
}

.sidebar-widget .shop-catigory ul li.hotline {
    border-radius: 6px;
    border: 2px dashed #000;
    color: #004488;
    margin: 8px;
    display: grid;
    align-items: center;
    padding: 8px 10px;
    grid-template-columns: 24px 1fr;
    grid-gap: 10px;
    text-align: left;
}

    .sidebar-widget .shop-catigory ul li.hotline a {
        padding: 0;
        background: none;
        flex: unset
    }

.product-area .section-header {
}

    .product-area .section-header .section-title-tab-wrap {
        padding: 60px 0;
        text-align: center;
    }

    .product-area .section-header .section-title-3 h2 {
        font-size: 40px;
    }

.tabs-category {
}

    .tabs-category .nav {
        justify-content: center;
    }

        .tabs-category .nav .nav-item {
            text-align: center;
            padding: 0 8px
        }

            .tabs-category .nav .nav-item .nav-link {
                padding-left: 0;
                padding-right: 0;
                position: relative;
                border-bottom: 4px solid;
                border-color: transparent;
                border-radius: 0;
                color: #000;
                font-size: 20px;
               
                text-transform: uppercase;
                font-weight: 500;
                padding-bottom: 3px;
            }

                .tabs-category .nav .nav-item .nav-link.active, .tabs-category .show > .nav-link {
                    border-color: #ffc400
                }


@media(max-width:767px) {
    .tabs-category {
        /* overflow-x: scroll;
        margin-bottom: 20px;*/
    }

        .tabs-category .nav {
            margin: 0 -8px;
            white-space: nowrap;
            display: block;
            text-align: center;
        }

            .tabs-category .nav .nav-item {
                width: auto;
                text-align: center;
                padding: 0 8px;
                display: inline-block;
            }

                .tabs-category .nav .nav-item .nav-link {
                    font-size: calc(20px * 0.8);
                }

    .add-to-card {
        margin-top: 0px;
        display: block;
    }

        .add-to-card .btn {
            width: 100%;
            margin-top: 7px;
            font-size: calc(16px * 0.8);
        }
}

.about-us-area {
    background-color: #f2f2f2;
}

    .about-us-area .section-title:after {
        background-color: #000;
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 100px;
        height: 1px;
    }

    .about-us-area .description-wrap {
        margin-bottom: 30px
    }

        .about-us-area .description-wrap * {
            color: #fff
        }

    .about-us-area .section-title-3 h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px
    }

.swiper-button-next, .swiper-button-prev {
    color: #000;
    background-color: #fff;
    padding: 5px;
    height: 40px;
    width: 40px;
    border-radius: 10rem;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
        font-weight: 700;
    }

.product-details-content h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
   
}

.header-search-1 .search-toggle i.s-close {
    font-size: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-search-1 .search-toggle {
    z-index: 99;
    position: relative;
    top: 0;
    margin-right: 0px;
}

.header-search-1 {
    position: relative;
}

    .header-search-1 .search-toggle i.s-close {
        top: 13px
    }

.search-wrap-1 {
    top: 13px;
}

@media(max-width: 767.98px) {
    .section-title-link {
        font-size: 14px;
    }

    .section-title-3 h2 {
        font-size: 20px !important;
    }

    .product-area .section-header .section-title-tab-wrap {
        padding: 30px 0
    }
}

.combo-khuyenmai {
    background-image: url('../images/bg/bg-combo-khuyenmai.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

    .combo-khuyenmai .title {
        color: #fff
    }

    .combo-khuyenmai .add-to-card {
        padding: 0;
        margin: 0;
        border: 0
    }

        .combo-khuyenmai .add-to-card .btn {
            background-color: #ffc400;
            color: #000;
            padding: 5px 12px;
            font-size: 16px;
            border-radius: 0;
        }

    .combo-khuyenmai .single-product-wrap {
        border-radius: 10px;
    }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left h4 a {
            font-size: 20px;
            color: #ffc400;
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left h4 {
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left .product-price span {
            font-size: 20px;
            text-align: left;
        }

        .combo-khuyenmai .single-product-wrap .product-content-wrap .product-content-left .product-price {
            text-align: left;
        }

.cta-area .contact-from input, .cta-area .contact-from textarea {
    font-size: 16px;
}

::placeholder {
    color: #000
}

.cta-area .contact-from input {
    height: 40px
}

.cta-area .contact-from button {
    background-color: #ffc400;
    color: #000;
}

.home .blog-wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

    .home .blog-wrap .blog-img a {
        border-radius: 10px;
    }

.blog-categories .blog-wrap {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}

    .blog-categories .blog-wrap:hover .blog-img {
        outline: 2px solid #ffc400;
        border-radius: 10px;
    }

    .blog-categories .blog-wrap .blog-img {
        position: relative;
    }

    .blog-categories .blog-wrap:hover .blog-img a:after {
        content: "\f002";
        background-color: rgb(0 0 0 / 40%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 30px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.blog-categories .btn-view-more {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.product-monopoly .single-product-wrap {
    background: #FFF;
    border-radius: 5px;
}

    .product-monopoly .single-product-wrap .product-title,
    .product-monopoly .single-product-wrap .product-price {
        text-align: left !important;
    }

.single-product-wrap .product-title a{
    font-size: 14px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-product-wrap .product-title a{
    color:#fff;
}

    .single-product-wrap .product-title a:hover {
        color: #fff
    }

.single-product-wrap .product-price {
   
}

.swiper {
    --swiper-pagination-bullet-inactive-color: #ccc;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-color: #ffc400
}

.swiper-pagination-bullet {
    transition: all .5s;
    border-radius: 10px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 25px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(1);
}

@media(max-width: 767px) {
    .single-product-wrap .product-title {
        font-size: calc(18px * 0.8);
    }

    .single-product-wrap .product-content-wrap .product-content span.new-price {
        font-size: calc(18px * 0.8);
    }

    .single-product-wrap .product-content-wrap .product-content span.old-price {
        font-size: calc(18px * 0.8);
    }

    .swiper-button-next, .swiper-button-prev {
        box-shadow: none;
    }
}

.sidebar-toggle-button {
    position: fixed;
    padding: 6px 10px;
    top: 40%;
    left: 0;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font-size: 20px;
    z-index: 1
}

@media(max-width: 991px) {
    .sidebar-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        max-width: 300px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        background-color: #fff;
        padding: 15px;
        height: 100vh;
        overflow-y: scroll;
        margin-top: 0
    }

    .mobile-sidebar-active .sidebar-wrapper {
        left: 0%;
    }

    .ptb-40 {
        padding: 20px 0;
    }
}

.contact .contact-from input, .contact .contact-from textarea {
    border: 1px solid #000;
}

.contact iframe {
    width: 100%;
}

@media(max-width: 767px) {
    .banner .banner-item {
        margin-bottom: 10px
    }
}

.skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    height: inherit !important;
}

@media screen and (max-width: 1024px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 346px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

@media screen and (max-width: 991px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 277px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

@media screen and (max-width: 600px) {
    .container_skitter, .banner-home, .banner .image {
        --height-skitter: 135px;
        height: var(--height-skitter) !important;
        width: auto !important;
        object-fit: cover;
        min-height: var(--height-skitter);
    }

        .container_skitter .image img, .container_skitter .box_clone img {
            object-fit: cover;
        }

    .skitter .box_clone img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        height: var(--height-skitter);
    }
}

.contact .contact-from button {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}
    /*.contact .contact-from button #span-doOrder {
       
        color: #000;
    }*/

.list-store .list-store-item {
    margin: 10px 0;
}

    .list-store .list-store-item a {
        display: inline-flex;
        align-content: center;
        align-items: center;
        padding: 3px 5px 0;
        border-radius: 5px
    }

    .list-store .list-store-item a {
        display: inline-flex;
        align-content: center;
        align-items: center;
        padding: 3px 5px 0;
        border-radius: 5px
    }

    .list-store .list-store-item .number {
        border-radius: 4px;
        color: #000;
        padding: 1px 3px 0;
        line-height: 14px;
        margin-left: 5px;
        font-size: 14px;
        border: 1px solid;
        border-color: #ffc400
    }

    .list-store .active, .list-store .list-store-item a:hover {
        font-weight: 700;
        background: #ffc400;
        color: #000
    }

        .list-store .list-store-item .active .number,
        .list-store .list-store-item a:hover .number {
            border-color: #000
        }

.store-drop {
    margin-top: 20px;
}

    .store-drop .store-block {
        display: flex;
        margin-bottom: 20px;
    }

.store-number {
    width: 15%;
}

    .store-number span {
        border-radius: 30px;
        background: #ffc400;
        color: #000;
        font-weight: bold;
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

.store-info {
    width: 85%;
}

    .store-info .title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .store-info .address {
        font-size: 15px;
    }

    .store-info .link-map {
        color: red;
    }

@media(max-width: 767px) {
    .list-store .list-store-item a {
        font-size: 16px;
    }
}

.blog-details-wrapper img {
    max-width: 100%;
}

.blog-details-content table tr td {
    padding: 10px;
}
.product-details-area{
}
.product-details-area *{
    color:#fff;
}
.seat-area {
    background-image: url(../images/rectangle313.jpg);
    background-size: 240%;
    background-position-x: center;
    position: relative;
}
    .seat-area:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(26, 25, 31);
        background: linear-gradient(0deg, rgba(26, 25, 31, 1) 0%, rgba(34, 32, 40, 0.30015756302521013) 100%);
        content: '';
        z-index: 1;
    }
    .seat-map {
        display: flex;
        width: auto;
    }

.seat-map-wrapper {
    border: 2px solid #d2d2d2;
    display: block;
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
    background:#fff
}
.seat-map-wrapper-child {
    width: 100%;
    /*height: 100%;
    position: relative;
    display: flex;*/
    align-items: center;
    justify-content: center;
}
.seat-indexer {
    display: flex;
}

.seat-indexer-rows {
    flex-direction: column;
}

.seat-item-indexer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 4px;
    background-color: transparent;
    color: #4b4949;
}

.seat-map-inner-container {
    display: flex;
    flex-direction: column-reverse;
}

.seat-indexer-columns {
    width: 100%;
}

.seat-container {
    display: flex;
    flex-direction: column;
    position: relative;
}

.seat-row {
    display: flex;
}

.booking-time-refresh {
    padding: 5px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    flex-direction: column;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background-color: #fff;
    /*position: absolute;*/
    z-index: 1;
}

.seat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 4px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    user-select: none;
    transition: opacity .1s ease-in-out;
    line-height: 1.2;
}
.seat-legend-wrapper {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.booking-time-refresh .stage {
    padding: 10px;
    text-align: center;
}
    .booking-time-refresh .stage > div {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        padding: 10px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 8px 8px 0 0;
        background: #bbb;
        cursor: pointer;
        min-width: 200px;
    }
        .booking-time-refresh .stage > div:hover {
            background: #0cb3c7;
        }
        .booking-time-refresh .stage > div.active {
            background: #008c9d;
        }
.seat-legend {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top:1px solid #ddd
}

.seat-legend-bullet {
    width: 22px;
    height: 22px;
    border-radius: 5px 5px 0 0;
}

.seat-legend-description {
    margin: 0 0 0 10px;
}

.seat-legend-item {
    display: flex;
    align-items: center;
    padding: 10px;
}
@media(max-width: 767px){
    .seat-legend-item:not(:last-of-type){
        margin-bottom: 10px;
    }
    .booking-time-refresh .stage > div {
     
        font-size: 14px;
        min-width: 150px;
    }
}
.area-0 {
    color: #fff;
    background-color: #fd5d5d;
}

.area-1 {
    color: #fff;
    background-color: #ffd93d;
}

.area-2 {
    color: #fff;
    background-color: #4d96ff;
}

.area-3 {
    color: #fff;
    background-color: #ed5edd;
}

.economy {
    color: #fff;
    background-color: #43aa8b;
}

.seat-item.seat-item-reserved, .seat-item-reserved {
    color: #fff;
    background-color: #d2d2d2;
    cursor: not-allowed;
}

.seat-item.seat-item-disabled {
    color: transparent;
    background-color: transparent;
}

.seat-item.seat-item-selected {
    cursor: pointer;
    opacity: .7;
    background-color: #000;
}

.seat-cart-table-container {
    min-height:60px;
    max-height: 250px;
    margin-bottom: 25px;
    overflow: auto;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 0 15px;
    background:#fff
}

.seat-cart-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #bbb;
    align-items: center;
    align-content: center;
}

    .seat-cart-item:last-of-type {
        border-bottom: 0;
    }

.seat-cart-btn {
    border-radius: 4px;
    transition: background-color .15s ease-in-out;
    user-select: none;
    border: none;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
}

.seat-cart-btn-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e53c4a;
    height: 22px;
    width: 22px;
    color: #fff
}
.seat-ticket {
    display: flex;
    justify-content: center;
    font-size: 14px;
    height: 35px;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 4px;
}
.seat-ticket div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.seat-ticket .seat-ticket-stripes {
    width: 8px;
    background: repeating-linear-gradient(45deg,black,black 3px,transparent 3px,transparent 6px);
}
    .seat-ticket .seat-ticket-seat-type {
        flex: 2;
        padding: 0 10px;
        white-space: pre;
    }
    .seat-ticket .seat-ticket-seat-label {
        border-right: 1px dashed #000;
        box-sizing: border-box;
        flex: 1;
        padding: 0 10px;
    }
.seat-footer-item {
    width: 100%;
    display: flex;
    line-height: 1.5;
    justify-content: space-between;
    font-size: 18px;
}
.seat-cart-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
    height: auto;
    width: auto;
}
.seat-notice-field {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    color: grey;
}
.notice-lable, .notice-text {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .4px;
    color: #e7e7e7;
}
.seat-link.policy {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #f78a74;
    text-decoration: underline;
}
.seat-right-container label{
    color:#fff
}
.seat-right-container .form-control {
    background-color:rgb(255 255 255 / 30%);
    color:#fff
}
.seat-right-container .btn {
    background: rgb(223,149,22);
    background: linear-gradient(90deg, rgba(223,149,22,1) 0%, rgba(247,255,159,1) 100%);
    border:1px solid #fff;
    color:#000
}
.seat-right-container .btn-submit {
   text-transform: uppercase;
   font-weight:700;
}
.seat-right-container .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.seat-right-container .input-group > .input-group-append > .btn {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.seat-right-container .input-group-append {
    margin-left: 5px;
}
.seat-cart-footer, .mp-coupon-result {
    color: #fff
}
    .seat-cart-footer .seat-total-money {
        color: #ff141b;
        font-weight: 700;
    }
.social-icon a:not(:last-of-type) {
    margin-right: 20px;
}
.social-icon a img{
    height:32px
}
.footer-bottom{
    background:#000;
}
.footer-bottom *{
    color:#fff !important
}
.product-action {
    position: absolute;
    top: 0;
    left: 0;
    align-content: center;
    align-items: center;
    justify-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all .6s;
    display: grid;
    background-color: rgb(0 0 0 / 70%);
    opacity: 0;
}
    .product-action .product-awrap {
        z-index: 2;
    }
.product-action a{
    color:#fff;
    display: block;
}
    .product-action .datve {
        text-transform:uppercase;
        font-size: 16px;
        font-weight: 700;
    }
    .product-action .xemchitiet {
        border-top: 2px solid #fff;
        margin-top: 10px;
        padding-top:10px;
    }

    .product-action:before,
    .product-action:after {
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 30px;
        left: 30px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
        transition: opacity 0.5s, -webkit-transform 0.5s;
        -o-transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s;
        transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    }

    .product-action:before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    .product-action:after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }

.single-product-wrap:hover .product-action {
    opacity: 1;
}

    .single-product-wrap:hover .product-action:before,
    .single-product-wrap:hover .product-action:after {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
.fomr-product-search .form-control {
    background-color: #262626;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 15px 15px;
    height:auto
}
.fomr-product-search .btn {
    background-color: #404040;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 15px 10px;
}
.product-details-content > *{
    margin-bottom:20px;
}
.ticket-name{
    text-transform: uppercase;
}
.ticket-desc {
    font-size: 14px;
    color: #eee;
    height:24px
}
.info-ticket td{
    vertical-align:middle;
}
.shop-area{}

.popup-image .modal-dialog {
    margin: 2% auto 0;
    max-width: 500px;
    width: 960px;
}
.popup-image .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #000;
    box-shadow: 0 0 6px 3px #00000021;
}
.slider-hero {
    position: relative;
    z-index: 2;
    margin-top: 60px;
}
.shop-area .product-area:last-of-type .hr {
    display:none
}
.shop-area .product-area hr {
    margin-top: 20px;
    margin-bottom:0;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 60%);
}

.pro-pagination-style ul li a.prev, .pro-pagination-style ul li a.next {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.myaccount-content .accordion-heading a * {
    color: #000
}

.myaccount-content .card-header {
    background-color:#fff
}
.myaccount-content .unit-price,
.myaccount-content .unit-price *{
    color:#ec2127
}
.myaccount-content .product-name{
    color: #000;
    font-weight: 700;
}

.myaccount-tab-menu a,
.myaccount-tab-menu a i{
    color:#000;
}
@media(max-width: 991px){

    .booking-time-refresh{
        position: relative;
    }
    .seat-map-wrapper-child {
        height: 600px;
    }
    .seat-legend-item{
        margin-bottom: 10px;
    }
}
@media(max-width: 767px){
    .myaccount-content .card-header,
    .myaccount-content .card-body {
        padding-left: 10px;
        padding-right: 10px;
    }
    .xemthem{
        padding-bottom: 40px;
    }
    .product-details-content .title-product{
        font-size: 36px;
    }
    .seat-legend-item {
        padding: 0px;
        padding-right:10px;
    }
    .seat-legend {
        justify-content: flex-start;
        padding:10px;
    }
}
.accordion .card {
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-bottom: 0;
    border: 0;
    border-radius: 13px;
}
    .accordion .card:last-child {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }
.accordion .btn.focus, .accordion .btn:focus{
    box-shadow:none
}
.accordion .btn:hover{
   color:#fff
}
.accordion .card-header .btn,
.accordion .card-body {
    padding: 10px 15px;
    font-size: 15px;
}
.accordion .card-header {
    padding: 0;
}
.accordion .card-body {
    background: #f8f8f8;
    color:#000;
}
.accordion .btn.collapsed {
    background: #000;
}
    .accordion .btn.collapsed .fa-plus:before {
        content: "\f067";
    }
    .accordion .btn .fa-plus:before {
        content: "\f068";
    }
.accordion .btn {
    background: #e2ac2b;
    border-radius:0
}
.blog-details-top .blog-details-content p{
    margin-bottom:15px;
}

.empty-seats {
    color: #014B1A;
    background: #D0FFE0;
    border-radius: 6px;
    padding: 4px 6px;
    position:relative;
    margin-top:40px;
}
.no-chairs:after,
.empty-seats:after {
    position: absolute;
    top: -20px;
    left: 0;
    width: 122px;
    height: 1px;
    background: #fff;
    content: '';
    z-index: 1;
}
.no-chairs {
    color: #fff;
    background: #979797;
    border-radius: 6px;
    padding: 4px 6px;
    position: relative;
    margin-top: 40px;
}
.tab-show {
    display: flex;
    gap: 50px;
    align-items: center;
}
    .tab-show h2 {
        color: #fff;
        font-size: 16px;
    }
    .product-date{
        font-size:14px;
    }
    .tab-show .dropdown-menu,
    .tab-show .dropdown-toggle {
        background: #222028;
    }
    .tab-show .dropdown-menu a{
        color:#fff;
    }
        .tab-show  .btn-secondary.dropdown-toggle:focus,
        .tab-show  .btn-secondary.dropdown-toggle:active,
        .tab-show .show > .btn-secondary.dropdown-toggle:focus,
        .tab-show .dropdown-toggle:focus {
            box-shadow: unset;
        }
    .tab-show .dropdown-item:focus,
    .tab-show .dropdown-item:hover {
        background: transparent;
        color: #ECAB00;
    }
.warp_find form:has(input:focus) {
    border-color: #ECAB00;
}
.warp_find form button:hover svg path {
    fill: #ECAB00;
}
.warp_find form {
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid hsl(0deg 0% 100% / 20%);
    border-radius: 27px;
    overflow: hidden;
}

    .warp_find form input {
        border: 0;
        line-height: 50px;
        height: auto;
        background: #222028;
        min-width: 250px;
        color: #fff;
        padding-left: 20px;
    }
    .warp_find form button {
        background: #222028;
        border: 0;
        padding: 0 22px;
    }
    .warp_find form input::placeholder {
        color: #fff;
    }

.swiperSlideHome .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiperSlideHome .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 350px;
    height: 350px;
    margin: 0 6px;
}
@media (min-width: 992px) {
    .swiperSlideHome .swiper-slide {
        width: 500px;
        height: 500px;
    }
}

    .swiperSlideHome .swiper-slide img {
        display: block;
        width: 100%;
    }
.banner_home-affter {
    position: absolute;
    top: 89px;
    height: 600px;
    width: 100%;
}
    .banner_home-affter img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: 1;
        object-fit: cover;
    }
    .banner_home-affter:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(26,25,31);
        background: linear-gradient(0deg, rgba(26,25,31,1) 0%, rgba(34,32,40,0.30015756302521013) 100%);
        content: '';
        z-index: 1;
    }
.main-wrapper {
    background: #1A191F;
}
.warp_list-show {
    margin-top: 100px;
}
.slider-hero .swiper-pagination{
    bottom:-50px;
}
.slider-hero .swiper-pagination-bullet {
    background: #EAEAEA;
    width:12px;
    height:12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ECAB00;
    width: 12px;
}
.list_contact .item_contact {
    display: flex;
    align-items: center;
    background: #222028;
    border-radius: 6px;
    padding: 10px 10px 10px 15px;
    position: relative;
    border-left: 4px solid #ECAB00;
}
 
    .list_contact .avatar img {
        width: 60px;
    }
.list_contact .avatar {
    padding: 6px;
    background: #5BBD7C;
    border-radius: 50%;
}
.list_contact .avatar .border {
    border-radius: 50%;
    overflow: hidden;
}
.list_contact .content h3 {
    color: #fff;
    font-size: 14px;
    text-align:start;
    margin:0;
}
.list_contact .content .des * {
    margin: 0;
    color: #fff;
    font-size:14px;
}
.list_contact .content{
    margin-left:15px;
    padding-left:15px;
   
    position:relative;
}
    .list_contact .content:after {
        position: absolute;
        top: 50%;
        transform:translateY(-50%);
        left: 0;
        border-left: 1px dashed #fff;
        content: '';
        z-index: 1;
        height:65px;

    }
    .list_contact {
        margin-top: 40px;
    }
.title-home{
    font-size:20px;
    color:#fff;
    margin-bottom:15px;
}
.warp_footer {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
    .warp_footer .contact-footer {
        max-width: 200px;
    }
    .warp_footer .logo-footer {
        max-width: 185px;
    }
    .warp_footer * {
        color: #fff;
        font-weight:300;
    }
.footer-area a{
}
.list_contact .item_contact {
    transition: .2s linear;
}
.list_contact .item_contact:hover {
    transform: translateY(-10px);
    transition: .2s linear;
}
.breadcrumb-content p span {
    margin-right: 10px;
    position: relative;
}
    .breadcrumb-content p span:after {
        position: absolute;
        right: -10px;
        content: '/';
        z-index: 1;
    }
        .breadcrumb-content p span:last-child:after{
            display:none;
        }
.info-user .dropdown-menu {
    background: #222028;
    border-radius: 6px;
    top: 10px !important;
    padding: 10px 16px;
}
    .info-user .dropdown-menu a {
        font-size: 16px;
        padding: 0;
        gap: 10px;
        border-bottom: 1px solid #ffffff47;
        padding-bottom: 5px;
        margin-bottom: 5px;
       
    }
        .info-user .dropdown-menu a:last-child {
            border-bottom:0;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        .info-user .dropdown-menu a:hover {
            background: transparent;
            color: #ECAB00;
        }
            .info-user .dropdown-menu a:hover svg path {
                fill: #ECAB00;
            }
.warp_footer .companyname {
    font-weight:bold;
    text-align:center;
}
.product-details-tab {
   
}
.pro-dec-big-img-slider {
    height: calc(100vh - 180px);
}
    
    .product-dec-slider-small {
        height: 15%
    }
.pro-dec-big-img-slider .pro-dec-big-img-slider1 img {
    height: 100%;
    object-fit: contain;
}
.pro-dec-big-img-slider .pro-dec-big-img-slider1,
.pro-dec-big-img-slider .pro-dec-big-img-slider2,
.pro-dec-big-img-slider .slick-track,
.pro-dec-big-img-slider .slick-list {
    height: 100%;
}
.blog-details-wrapper *{
    color:#fff;

}
.ticket-infomation .warp_desc {
    position: relative;
}
.ticket-infomation .warp_desc #desc {
    max-height: 10rem;
    overflow: hidden;
    position: relative;
}
    .ticket-infomation .warp_desc .closeDesc svg path{
        fill:#fff;
      
    }
    .ticket-infomation .warp_desc .closeDesc {
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        background: linear-gradient(rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 48%) 100%);
        width: 100%;
        height: 96px;
        text-align: center;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        border-radius: 8px;
        opacity: 0;
    }
.title_detail {
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    font-weight: bold;
}
    .product-details-content .title-product:after,
    .title_detail:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #ECAB00;
        content: '';
        z-index: 1;
    }
.warp_form_order {
    display: flex;
    gap: 30px;
    position: relative;
    max-width: 600px;
    padding: 20px;
    margin:auto;
}
.warp_form_input {
    position: relative;
    z-index: 3;
}
.warp_form_order:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 2;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    background: #ffffff17;
}
.seat-right-container .warp_form_input label {
    min-width: 126px;
}
.seat-right-container .warp_form_input .item {
    display: flex;
    gap: 20px;
}
    .seat-right-container .warp_form_input .item .form-group {
        flex:1;
    }
.accordion .thumnnail_show {
    max-width: 300px;
    margin:auto;
    border-radius:14px ;
    overflow:hidden;
}
.accordion .content_show{
    flex:1;
}
    .accordion .content_show .ticket_address *{
        font-size:14px;
    }
    .accordion .content_show .ticket_address{
        height:51px;
    }
    .accordion .content_show .ticket_address,
    .accordion .content_show .ticket_count,
    .accordion .content_show .ticket_status,
    .accordion .content_show .nameUser,
    .accordion .content_show .timeShow,
    .accordion .content_show .title_show {
        border-bottom: 1px dashed #ccc;
        padding: 10px 0;
        font-size: 14px;
    }
.product-short *{
    font-weight:400;
}
.accordion .content_show .ticket_total {
    padding-top: 10px;
    font-size:14px;
}
.accordion .content_show .title_show {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
}
    .accordion .content_show .title_show a:hover {
        color: #000;
    }
    .accordion .content_show .timeShow {
    
}
.warp_order_detail{
    gap:20px;
}
.list_ticket {
    font-size: 20px;
    font-weight: bold;
}
.form_list_ticket .modal-body {
    max-height: 730px;
    overflow: auto;
}
.account-details-form *{
    color:#fff;
}
    .account-details-form select ,
    .account-details-form input{
        color:#000;
    }
    .dropdown-toggle::after {
        display: none;
    }
.product-details-tab {
    position: sticky;
    top: 100px;
}
.product-details-content .title-product {
    padding: 0;
   
    line-height: 1.5;
}

    .product-details-content .title-product:after {
        display: none
    }
.list_history_ticket{
    margin-bottom:20px;
    border-radius:14px !important;
}
.single-product-wrap .product-content-wrap .product-content .product-short {
    /*height: 30px*/
}
/* typical phone screen resolution */
@media only screen and (max-width : 900px) {
    .pro-dec-big-img-slider{
        height:auto;
    }
    
    .form_list_ticket .modal-body {
        max-height: 560px;
        overflow: auto;
    }
    .warp_order_detail {
       
        flex-direction: column;
    }
    /*.list_contact .item {
        display: inline-block;
        min-width: 340px;
    }*/
    /*.list_contact .content {
        padding-left: 65px;
    }*/
    .companyname{
        text-align:center;
    }
}

@media only screen and (max-width : 600px) {
    .accordion .thumnnail_show{
        max-width:100%;
    }
    .form_list_ticket .modal-body {
        max-height: 490px;
    }
    .warp_footer .contact-footer {
        max-width: 300px;
    }
    .slider-hero {
        margin-top: 30px;
    }
    .login-register-wrapper .login-register-tab-list a h4 {
        font-size: 18px;
    }
    .product-details-content .title-product {
        padding: 0;
        font-size: 22px;
        line-height: 1.5;
    }
    .product-details-content .title-product:after {
        display: none
    }
    .seat-map-container {
        /*height: 600px !important;*/
    }
    .seat-right-container .warp_form_input .item {
        gap: 0;
        flex-direction: column;
    }
   
    .tab-show {
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        text-align: center;
    }
    .single-product-wrap .product-title a,
    .product-date,
    .single-product-wrap .product-content-wrap .product-content .product-short *,
    .single-product-wrap .product-content-wrap .product-content span.new-price {
        font-size: 15px;
    }
    
        .warp_footer {
            flex-direction: column;
        }
        .warp_footer *{
            text-align:center;
            margin:auto;
        }
    
}
@media only screen and (max-width : 340px) {
    .list_contact .content{
        padding-left:15px;
    }
    .list_contact .item {
        min-width: 100%;
    }
}
.product-title {
    text-transform: uppercase;
}