.header-top-bar {
    display: none;
    padding: 5px 0;
    background: #eee;
}

header .top {
    background: #fff;
    padding: 10px 0;
}

header .row {
    margin-left: -12px !important;
    margin-right: -12px !important;
}

.d-flex {
    display: flex;
    align-items: center;
}

.fa {
    font-family: '"Font Awesome\ 4 Free"' !important;
    font-family: FontAwesome !important;
}

.wrapper .container {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.wrapper .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

header .container,
header .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

ul, ol {
    padding: 0;
    margin: 0;
}

/*left*/
.logoTop .logo {
    text-align: left;
    display: flex;
    align-items: center;
    height: 87px;
}

.logo img {
    width: 170px;
    height: 105px;
    object-fit: contain;
}

.search-collection {
    border: 2px solid #d5d5d5;
    position: relative;
    border-radius: 16px;
    width: 100%;
}

.search-collection form #submit-search i {
    font-size: 16px;
    color: #666;
}

.search-collection form {
    position: relative;
}
.search-collection form #text-product {
    padding: 0 10px;
    border: none;
    height: 33px;
    margin-left: 5px;
    background: none;
    width: calc(100% - 45px);
    padding-right: 10px;
    font-size: 12px;
    color: #999;
    transition: border 0.3s;
    outline: none;
}

.search-collection form #submit-search {
    position: absolute;
    width: 30px;
    height: 35px;
    background: transparent;
    border: none;
    color: #fff;
    right: 0;
}

#searchFolding {
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 25000;
}

.frm-search input {
    display: none;
    /* position: fixed; */
    top: 8px;
    /* height: 30px; */
    line-height: 12px;
    /* right: 80px; */
    width: 0;
    background-color: transparent;
    padding: 5px;
    color: #333;
    z-index: 777;
    -webkit-transition: width 1s;
    border: none;
    border-bottom: 1px solid #aaa;
}


/*right*/
a:hover, a:focus {
    color: var(--main-color);
    text-decoration: none;
}

.rightTop_head .switchboardTop {
    width: 33%;
    letter-spacing: -1px;
}

.rightTop_head .switchboardTop .switchboard_wrapper {
    line-height: 36px;
    margin-top: 0;
    font-size: 13px;
    letter-spacing: 0px;
}

.rightTop_head .switchboardTop .switchboard_wrapper i {
    font-size: 16px;
    line-height: 36px;
    background: #f7f7f7;
    display: block;
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
}

strong {
    font-weight: 700;
}

.rightTop_head .storeTop {
    width: 45%;
}

.storeTop {
    justify-content: center;
    display: flex;
}

.rightTop_head .storeTop .headStore_wrapper {
    line-height: 36px;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 0px;
}

.header-user li {
    display: inline;
    float: left;
    padding: 0 5px;
}

.rightTop_head .cartTop {
    width: 22%;
}

.rightTop_head .cartTop .carttop_wrapper {
    line-height: 36px;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: center;
}

#cart_block {
    padding: 0px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.rightTop_head .cartTop .carttop_wrapper .fa {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    background: var(--main-color);
    display: block;
    width: 36px;
    height: 36px;
    float: left;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
}

sup {
    top: -0.5em
}

#cart_block .cart_content {
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 1111;
    top: 130%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: none;
    color: #333;
    padding: 15px;
    width: 350px;
    right: -30px;
    margin-top: 16px;
    font-size: 13px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.box-user {
    display: none;
}

.storeTop {
    justify-content: center;
    display: flex;
}

#cart_block:hover .cart_content {
    top: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 3px;
    z-index: 99999;
}

.rightTop_head .cartTop .carttop_wrapper {
    line-height: 36px;
    margin-top: 0;
    font-size: 14px;
    letter-spacing: -1px;
    text-align: center;
}

.rightTop_head .cartTop .carttop_wrapper .cart-empty-cus p {
    line-height: 36px;
}

/*end right*/
header .top#mobile-menu {
    padding: 26px 0;
}

/*menu*/
.menu-top {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.menu-top {
    padding: 0;
    text-align: center;
}

.menu-top > li {
    padding: 12px 0px 12px;
    display: inline-block;
    /* float: left; */
    position: relative;
    border-right: 1px dashed #ddd;
    width: calc(100% / 8);
}

.menu-top > li > a {
    display: block;
    -moz-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    -o-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    z-index: 999;
    position: relative;
}

.menu-top > li .coll-icon {
    padding: 0;
    text-align: center;
}

.coll-icon .ico-top {
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}

.coll-icon span {
    color: #333;
    font-size: 14px;
}

.coll-icon .ico-top img {
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -webkit-transition: all 300ms;
}

.coll-icon .ico-top img {
    opacity: 1;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    left: 0;
    position: absolute;
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.title-main-menu {
    font-size: 13px;
}

.menu-top > li.active > a > .coll-icon span, .menu-top > li.active > a > .coll-icon2 span, .menu-top > li:hover > a > .coll-icon2 span, .menu-top > li > a:hover > .coll-icon span, .menu-top > li > a:hover > .coll-icon2 span {
    color: var(--main-color);
}

.menutopid {
    /* background: #151515; */
    background: #f7f7f7;
}

#searchFolding a {
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 10px;
    color: #7e7e7e;
}
#searchFolding a:nth-of-type(odd) {
    background: #F6F6F6;
}
#searchFolding a i {
    color: #12983a;
    font-size: 11px;
}
#searchFolding a b {
    font-weight: 700;
}
.image_search {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
}
.image_search img {
    height: 50px;
    max-width: 50px;
}
#searchFolding a span {
    float: right;
    color: #7e7e7e;
}
.searchFolding input::placeholder {
    font-size: 10px;
}

#fix-top-menu.fix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

/*mobile*/
#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper {
    left: 0;
    position: fixed;
    width: 25%;
    background: #eee;
    color: rgba(255, 255, 255, .6);
    transition: all 0.5s ease;
}

#mobile-menu a.cart-link {
    font-size: 22px;
    color: #666;
    float: right;
    line-height: 31px;
    text-indent: 6px;
    text-align: center;
    margin-right: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 13px;
    white-space: nowrap;
    position: relative;
}
#mobile-menu a.cart-link span {
    position: absolute;
    top: -15px;
    right: 9px;
}
#mobile-menu a.cart-link i {
    color: var(--main-color);
}
#mobile-menu a.cart-link i {
    font-weight: normal;
}

#mobile-menu a.cart-link .number {
    position: absolute;
    top: -10px;
    right: -17px;
    background: var(--main-color);
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    padding: 0;
    text-indent: 0;
}
#mobile-menu .langgue-box {
    text-align: right;
    position: absolute;
    right: 0;
}

#mobile-menu .fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #EEE;
    z-index: 999999;
}

#mobile-menu .navbar-toggle .icon-bar {
    background: #000;
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 0;
}

p.open-menu-title {
    display: none;
}

#mobile-menu .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 5px;
    display: block;
}

/*end mobile*/

@media (min-width: 1400px) {
    /*header .container {*/
    /*    min-width: 1320px*/
    /*}*/
}

@media (min-width: 1200px) {
    /*header .container {*/
    /*    min-width: 1140px;*/
    /*}*/

    .search-collection {
        margin: 25px 0;
    }
}

@media (min-width: 992px) {
    /*header .container {*/
    /*    width: 970px;*/
    /*}*/

    .cart_content .item-cart {
        padding: 10px 0;
        position: relative;
        border-bottom: 1px solid #e0e0e0;
    }

    figure.image-cart {
        width: 30%;
        float: left;
        border: 1px solid #eee;
        padding: 3px;
    }

    .cart-relative img {
        max-width: 40px;
    }

    .text_cart {
        float: left;
        padding: 0 12px;
        width: 70%;
        text-align: left;
        line-height: initial;
    }
    .text_cart h4 {
        margin: 0;
        letter-spacing: 0.1px;
    }
    .remove_link {
        position: absolute;
        right: 0px;
        top: 0px;
    }
    a.remove-cart {
        color: #000;
        font-size: 18px;
    }
    .rightTop_head .cartTop .carttop_wrapper .fa {
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        background: var(--main-color);
        display: block;
        width: 30px;
        height: 30px;
        float: left;
        text-align: center;
        border-radius: 100%;
        margin-right: 5px;
    }

    .text-mini-cart {
        font-weight: 500;
        padding: 15px 0px;
        color: #3f3f3f;
        text-align: left;
        font-size: 20px;
    }

    .text-mini-cart span {
        font-size: 20px;
    }
    .cart_block_total {
        float: right;
    }

    .cartpro-actions.cart-check-mini {
        margin-bottom: 20px;
        text-align: center;
    }

    #cart_block .cart_content:after {
        position: absolute;
        top: -10px;
        right: 40px;
        display: inline-block;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ffffff;
        border-left: 10px solid transparent;
        content: '';
    }

    .cart-check-mini {
        border-top: 1px solid #e0e0e0;
        padding: 20px 20px 10px 20px;
        margin: 0;
    }

    .cart-check-mini a.button {
        background: var(--main-color);
        padding: 4px 25px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-radius: 5px;
    }
    .cartpro-actions a.button.checkout-button {
        margin-left: 10px;
    }
    .cart-check-mini a {
        margin-right: 0;
        border: none;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
    }
    .cart-check-mini a.button {
        background: var(--main-color);
        padding: 4px 25px;
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        border-radius: 5px;
    }
}

@media (min-width: 768px) {
    /*header .container {*/
    /*    width: 750px;*/
    /*}*/
}

@media (min-width:1200px) /* lg*/ {
    /*.col-lg-83{*/
    /*    width:83% !important;*/
    /*}*/
    /*.col-lg-80{*/
    /*    width:80% !important;*/
    /*}*/
    /*.col-lg-78{*/
    /*    width:78% !important;*/
    /*}*/
    /*.col-lg-77{*/
    /*    width:77% !important;*/
    /*}*/
    /*.col-lg-72{*/
    /*    width:72% !important;*/
    /*}*/
    /*.col-lg-70{*/
    /*    width:70% !important;*/
    /*}*/
    /*.col-lg-60{*/
    /*    width:60% !important;*/
    /*}*/
    /*.col-lg-575{*/
    /*    width:57.5% !important;*/
    /*}*/
    /*.col-lg-57{*/
    /*    width:57% !important;*/
    /*}*/
    /*.col-lg-55{*/
    /*    width:55% !important;*/
    /*}*/
    /*.col-lg-45{*/
    /*    width:45% !important;*/
    /*}*/
    /*.col-lg-43{*/
    /*    width:43% !important;*/
    /*}*/
    /*.col-lg-40{*/
    /*    width:40% !important;*/
    /*}*/
    /*.col-lg-38{*/
    /*    width:38% !important;*/
    /*}*/
    /*.col-lg-35{*/
    /*    width:35% !important;*/
    /*}*/
    /*.col-lg-33{*/
    /*    width:33.3% !important;*/
    /*}*/
    /*.col-lg-30{*/
    /*    width:30% !important;*/
    /*}*/
    /*.col-lg-28{*/
    /*    width:28% !important;*/
    /*}*/
    /*.col-lg-25{*/
    /*    width:25% !important;*/
    /*}*/
    /*.col-lg-23{*/
    /*    width:23% !important;*/
    /*}*/
    /*.col-lg-22{*/
    /*    width:22% !important;*/
    /*}*/
    /*.col-lg-20{*/
    /*    width:20% !important;*/
    /*}*/
    /*.col-lg-21{*/
    /*    width:21% !important;*/
    /*}*/
    /*.col-lg-185{*/
    /*    width:18.5% !important;*/
    /*}*/
    /*.col-lg-175{*/
    /*    width:17.5% !important;*/
    /*}*/
    /*.col-lg-17{*/
    /*    width:17% !important;*/
    /*}*/

    .row-lg-10{
        margin-right: -10px !important;
        margin-left: -10px!important;;
    }
    .row-lg-5{
        margin-right: -5px !important;
        margin-left: -5px!important;;
    }
    /*header .container {*/
    /*    width: 1200px*/
    /*}*/
}

@media (max-width: 1024px) {
    .logo-mobile {
        display: inline-block;
        padding: 5px 0 0 0;
        width: 100%;
        text-align: center;
        position: relative;
        top: 0;
        left: 0;
    }

    #mobile-menu .navbar-toggle {
        position: absolute;
        z-index: 10;
    }

    header .top#mobile-menu {
        padding: 0;
    }

    #mobile-menu .fixed-nav {
        border: none;
        min-height: 45px;
        position: relative;
        box-shadow: 0 0 4px #727272;
    }

    #mobile-menu .fixed-nav img {
        max-width: 130px;
    }

    #mobile-menu a.cart-link {
        position: absolute;
        display: inline-block;
        top: 5px;
        right: 5px;
        z-index: 10;
    }

    /*.frm-search input {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    padding: 6px 10px;*/
    /*    color: #333;*/
    /*    border-radius: 24px;*/
    /*    border: 1px solid rgba(221, 221, 221, 0.57);*/
    /*}*/
}

@media (max-width: 992px) {
    .mobile-fixed-top {
        padding: 15px 0;
        margin-top: 10px;
    }
}


@media (max-width: 767px) {
    #mobile-menu .fixed-nav img {
        max-width: 130px;
        max-height: 55px !important;
        padding-top: 5px;
    }

    .frm-search {
        padding: 10px 15px;
    }

    #sidebar-wrapper {
        width: 0;
    }

    .frm-search input {
        display: block;
        width: 100%;
        padding: 6px 10px;
        color: #333;
        border-radius: 0;
        border: 1px solid rgba(221, 221, 221, 0.57);
    }

    .mobile-fixed-top .menu-top {
        display: block !important;
    }

    .mobile-fixed-top {
        padding-bottom: 10px;
        width: 100%;
        margin: 0 auto 0;
    }

    .mobile-fixed-top .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

    .mobile-fixed-top button.owl-prev {
        position: absolute;
        left: -10px;
    }

    .mobile-fixed-top button.owl-next {
        position: absolute;
        right: -10px;
        font-size: 20px;
    }

    .mobile-fixed-top button i {
        font-size: 30px;
    }

    .mobile-fixed-top .menu-top {
        background: #0c55cb;
    }

    .mobile-fixed-top li.menu-li.hasChild.tp_menu_item {
        border-right: 1px dashed #ddd;
        padding: 5px 0;
    }

    .section.main-products-hight.home-page.clearfix {
        padding-top: 20px;
    }

    #mobile-menu .fixed-nav.is {
        position: fixed;
    }

    #mobile-menu .fixed-nav.is  .mobile-fixed-top {
        display: none;
    }
}

#searchFolding a i {
    color: var(--main-color);
}
.menu-li-c2 {
    position: relative;
    padding: 9px 18px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
}
.menu-top .menu-li:hover .dropmenu_item_show_1 {
    display: block;
}
.menu-li > .dropdown-menu {
    margin: 0;
    padding: 0;
}
.menu-li-c2 > ul.little.tp_menu_item {
    background: #fff;
    position: absolute;
    z-index: 999;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    /*-moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    /*-o-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    /*-ms-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    /*box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    -webkit-transform: rotate3d(1,0,0,-90deg);
    -moz-transform: rotate3d(1,0,0,-90deg);
    -o-transform: rotate3d(1,0,0,-90deg);
    -ms-transform: rotate3d(1,0,0,-90deg);
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    left: 100%;
    top: 0;
    margin-left: 1px;
    margin-top: 0;
    -webkit-transform: rotate3d(0,1,0,90deg);
    -moz-transform: rotate3d(0,1,0,90deg);
    -o-transform: rotate3d(0,1,0,90deg);
    -ms-transform: rotate3d(0,1,0,90deg);
    transform: rotate3d(0,1,0,90deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.menu-li-c2.tp_menu_item:hover .little.tp_menu_item {
    -webkit-transform: rotate3d(0,0,0,0deg);
    -moz-transform: rotate3d(0,0,0,0deg);
    -o-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
}
.menu-li-c3.tp_menu_item a {
    padding: 9px 18px;
    white-space: nowrap;
    text-align: left;
    display: block;
    font-size: 14px;
}
.dropdown-menu > li > a {
    padding: 0;
}
.menu-li-c2.tp_menu_item:hover .fa-caret-right {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 0;
}
.menu-li-c2.tp_menu_item a i {
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.menu-li-c2.tp_menu_item:not(:first-child), .menu-li-c3.tp_menu_item:not(:first-child) {
    border-top: 1px solid #ecf0f1;
}
.dropdown-menu > li > a:hover, .menu-li-c3.tp_menu_item a:hover {
    color: #e00000;
}