﻿

.open-main, .open-search {
    display: none;
}

.category-filter {
    display: none;
}

#menuOverlay {
    display: none;
}

.flt-fixbtn {
    display: none;
}

@media(max-width:991px) {
    input {
        border-radius: 0;
    }

        input[type="text"] {
            -webkit-appearance: none;
        }
}

@media (max-width:767px) {
    .flt-fixbtn {
        background-color: #fff;
        border-bottom: 1px solid #e0e0e0;
        left: -100%;
        margin: 0 auto;
        position: fixed;
        padding: 6px 10px;
        top: 0;
        width: 100%;
        max-width: 640px;
        z-index: 13;
        display: block;
    }

    .btn-closefilter {
        border: 1px solid #e0e0e0;
        border-radius: 4px;
        color: #333;
        float: right;
        font-size: 14px;
        line-height: 21px;
        padding: 5px 5px 5px 0;
        position: relative;
        text-align: right;
        width: 65px;
    }

        .btn-closefilter::before {
            transform: rotate( 45deg );
        }

        .btn-closefilter::before, .btn-closefilter::after {
            background-color: #333;
            content: '';
            left: 15px;
            height: 10px;
            position: absolute;
            top: 10px;
            width: 1px;
        }

        .btn-closefilter::after {
            transform: rotate( -45deg );
        }

    #menuOverlay {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
        z-index: 100;
    }

    #icon-menu3 {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 9999;
        color: #fff;
        border: 1px solid #ccc;
        padding: 5px 5px 0 5px;
        background: rgba(0,0,0,0.5)
    }

    .titH2 {
        font-size: 20px;
    }

    .titH2c {
        font-size: 22px;
    }

    .titH2b {
        font-size: 24px;
    }

    .header {
        text-align: center;
    }

    .lang {
        text-align: center;
        padding-top: 10px;
    }

    .open-main {
        display: block !important;
        width: 44px;
        height: 40px;
        position: absolute;
        left: 15px;
        top: 5px;
        cursor: pointer;
        z-index: 14;
        background: rgba(0,0,0,1);
        border-radius:4px;

    }

    .open-search {
        position: absolute;
        right: 10px;
        height: 40px;
        padding-top: 10px;
        top: 5px;
        width: 45px;
        background: #000;
        display: block !important;
        border-radius: 4px;
    }

    .open-closes {
        width: 320px;
        position: fixed !important;
        top: 0;
        left: -100%;
        z-index: 9999;
        background: linear-gradient(0.25turn, rgba(255,249,34), rgba(209,155,0));
        border-bottom: none !important;
        padding: 0;
    }

        .open-closes span {
            display: block !important;
            float: right;
            width: 44px;
            height: 40px;
            position: relative;
            cursor: pointer;
            z-index: 14;
            background: rgba(0,0,0,1);
        }

            .open-closes span:after, .open-main:after {
                position: absolute;
                top: 19px;
                right: 10px;
                display: block;
                height: 12px;
                width: 24px;
                border-top: 3px solid #fff;
                border-bottom: 3px solid #fff;
                content: ''
            }

            .open-closes span:before, .open-main:before {
                position: absolute;
                top: 10px;
                right: 10px;
                display: block;
                height: 3px;
                width: 24px;
                background: #fff;
                content: '';
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
            }

            .open-closes span:after {
                top: 18px;
                border: 0;
                height: 3px;
                width: 24px;
                background: #fff;
                -webkit-transition: all .3s ease;
                -ms-transition: all .3s ease;
                transition: all .3s ease;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .open-closes span:before {
                top: 18px;
                background: #fff;
                width: 24px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }
    /*.open-main span {position:absolute; left:100%; color:#fff; font-weight:bold; white-space:nowrap; line-height:36px; padding-left:10px;}*/


    .nav-main {
        position: fixed;
        top: 0;
        opacity: 0;
        left: -100%;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        z-index: 999;
        overflow: hidden;
    }

        .nav-main::before {
            display: none;
            position: static;
        }

        .nav-main.sidebar_ovlay .open-closes, .nav-main.sidebar_ovlay {
            left: 0;
            opacity: 1;
        }

    .menu-main {
        position: absolute;
        padding-top: 45px;
        top: 0;
        bottom: 0;
        left: 0;
        width: 320px;
        background: #ede7d6;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 9999;
        display:block
    }

        .menu-main li {
            float: none;
        }

        .menu-main a {
            color: #000 !important;
            display: block !important;
            padding: 11px 0 11px 20px !important;
            border-top: none !important;
            text-align: left;
        }

        .menu-main > li > a {
            font-size: 14px;
            padding: 10px 15px;
          
        }

        .menu-main > li {
            border-bottom: 1px solid rgba(255,255,255,0.3);
            position: relative;
        }

            .menu-main > li ul {
                position: static;
                background: none;
                border: none !important;
                padding: 0 15px;
            }

                .menu-main > li ul li {
                    border-top: 1px dashed #eee;
                    position: relative;
                }

                    .menu-main > li ul li a:before {
                        content: "";
                        display: block;
                        width: 7px;
                        height: 7px;
                        background: #eee;
                        border-radius: 50%;
                        position: absolute;
                        bottom: 0;
                        top: 0;
                        left: 0;
                        margin: auto;
                    }

        .menu-main .active {
            background: rgba(0,0,0,0.5);
        }

            .menu-main .active > a, .menu-main li > a:hover, .menu-main li > a:focus, .menu-main li > a:active {
                color: #fffa00 !important;
            }

                .menu-main .active > a:before, .menu-main li:hover > a:before, .menu-main li:focus > a:before, .menu-main li:active > a:before {
                    background: #fffa00 !important;
                }

    .has-sub1 {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

        .has-sub1 .icon--arrow-bottom {
            display: none !important;
        }

        .has-sub1:before, .has-sub1:after {
            content: "";
            display: block;
            background: #1e1e1e;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
        }

        .has-sub1:before {
            width: 12px;
            height: 2px;
        }

        .has-sub1:after {
            width: 2px;
            height: 12px;
        }

        .has-sub1.closes:after {
            display: none;
        }

    .maps, .oembed-provider-youtube {
        padding-bottom: 60% !important;
    }


    .mobile-menu-main {
        display: none;
        justify-content: space-between;
        margin-top: 1rem;
        margin-bottom: 1rem;
        background:#f0f0f0;
    }

        .mobile-menu-main > li {
            width: 100%;
            text-align:center;
        }

            .mobile-menu-main > li > a {
                font-size: 13px;
                line-height:1.25;
                color: #1e1e1e;
                display: block;
                text-transform: capitalize;
                padding: 5px 5px !important;
                margin: 0 0.5rem !important;
                border-radius: 4px;
                font-weight:bold;
                text-transform: capitalize;
                background-image: linear-gradient( 179.83deg,#8ad336 .15%,#509600 92.02%);
                box-shadow: 0 10px 20px rgba(255,255,255,.1);
            }

            .mobile-menu-main > li.green > a {
                background-image: linear-gradient( 179.83deg,#29d673 .15%,#038139 92.02%);
            }

            .mobile-menu-main > li.blue > a {
                background-image: linear-gradient( 180deg,#07d8f8 0%,#00a0d2 100%);
            }

            .mobile-menu-main > li.blue2 > a {
                background-image: linear-gradient( 180deg,#3a8bff 0%,#035ada 100%);
            }


            .mobile-menu-main > li.yellow > a {
                background-image: linear-gradient( 180deg,#e9c92e 0%,#FD9905 100%);
            }

            .mobile-menu-main > li.red > a {
                background-image: linear-gradient( 180deg,#df383b 0%,#cc202d 100%);
            }


    @media (max-width:767px) {
        .mobile-menu-main {
            display: flex !important;
            width:100%
        }
    }

    #navcat {
        position: fixed;
        left: -100%;
        top: 0px;
        padding: 0;
        padding-top: 50px;
        width: 100%;
        max-height: 100%;
        height: 100vh;
        min-width: 260px;
        padding-bottom: 56px;
        overflow: scroll;
        z-index: 9999;
        background: #fff;
    }

        #navcat .ul-cat {
            background: #fff;
            border: none;
        }

    .category-filter {
        margin-bottom: 5px;
        display: block;
    }

        .category-filter span {
            display: inline-block;
            border: 1px solid #ccc;
            border-radius: 3px;
            padding: 6px 25px 6px 15px;
            position: relative;
            cursor: pointer;
            position: relative;
        }

            .category-filter span::before {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #333;
                content: '';
                height: 0;
                position: absolute;
                top: 14px;
                right: 8px;
                width: 0;
            }

        .category-filter.sticky {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 9999;
        }

    .heading1 {
        padding-left: 15px;
        background: #f5f5f5;
        padding-top: 8px;
    }

    ul.nav-sider-bar {
        border: none;
    }

    .product, .product2 {
        height: auto;
        padding: 10px;
    }

        .product.product-km {
            height: auto;
        }

        .product .thumb, .product2 .thumb {
            height: 150px;
        }

        .product strong {
            font-size: 12px;
            height: auto;
            text-align: center;
        }

    .sub-heading {
        margin-top: 15px;
    }

    .support-ft .support-left {
        margin-bottom: 10px;
    }

    .support-ft .support-left, .support-ft .support-right {
        float: left;
    }

    .support.support-dt li {
        display: block;
        border: none;
        border-top: 1px dashed #ccc;
        width: 100% !important;
        margin: 0;
    }

    .prodt-r .buy {
        margin-bottom: 30px;
    }

    .slider .container {
        padding: 0 !important;
    }

    .slider-container .left-slider {
        float: left;
        width: 100%;
    }

    .slider-container .right-slider {
        display: none !important;
    }


    .pro-detailt {
        margin-top: 20px;
    }

    .fill {
        display: none;
    }

    .block-title {
        padding: 15px;
        background: #F8F8F8;
        border: solid 1px #F3F3F3;
        font-size: 15px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .nav-mobile .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    div.news-item {
        padding-bottom: 15px;
    }

        div.news-item .thumb {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px !important;
            float: none;
        }

            div.news-item .thumb .img4x3 {
                padding-bottom: 50% !important;
            }

    div.detail-post .title-post {
        margin-top: 20px;
    }

        div.detail-post .title-post h1 {
            font-size: 20px;
            line-height: 24px;
        }

    .fb_iframe_widget_fluid {
        display: block !important;
    }

    .orderby span {
        display: none;
    }

    .orderby i {
        margin: 0 3px 0 5px;
    }

    .orderby a {
        font-size: 11px;
    }

    .sub-heading-th {
        text-align: center;
    }

    .title-product-list .all {
        margin-right: 15px;
    }

    .advh {
        margin-left: -15px;
        margin-right: -15px;
    }

    .left-slider {
        min-height: inherit !important;
    }

    .nav-info ul {
        margin-bottom: 15px;
    }

    .ul-cat > li > a {
        padding: 10px 0
    }

    #list_shop {
        margin-bottom: 30px;
        max-height: 200px !important;
    }

    .titH2.heading {
        margin-top: 15px;
    }

    .dDescP table, .dDescP iframe {
        max-width: 100% !important;
        width: inherit !important;
    }

    .tab-content {
        padding: 15px 0;
        border: none;
    }

    .dDescP table, .dDescP iframe {
        width: 100% !important;
    }

    #pnlLH .citys-head h3, .titH3 {
        font-size:18px !important;
    }

}

@media (max-width:480px) {
    
    .main-slider {
        /*height: 400px;*/
    }

        .main-slider img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }


        h1,.h1 {
            font-size:22px !important
        }

    h2,.h2 {
        font-size: 20px !important
    }

    h3, .h3 {
        font-size: 18px !important
    }


    .product .code {font-size:14px;}
    .product .name {
        font-size: 16px;
    }

    .product .pic {
        padding-bottom:75%;
        max-width:90%;
        max-height:90%;
    }
}
