

body {

    font-size: 15px;

    font-family: 'SVN-Avo';

}


.menu_sp_tab{
    padding: 12px 15px !important;

}
.nav-tabs>li>a{
    font-size: 16px;
    border-right: 1px solid #ccc;
}
.nav-tabs>li.active>a{
    font-weight: bold;
    color: #053775;
}
.opacity_menu.current {

    background: rgba(0,0,0,0.8);

    position: fixed;

    top: 0 !important;

    left: 0;

    height: 100%;

    width: 100%;

    z-index: 9999;

}



 .d-xl-none{display:none!important}

.header .middle-header {

    padding: 0px 0;

    background: #fff;

    position: relative;

}



.header .middle-header .header-left {

    display: flex;

    align-items: center;

}



.heade_menunavs{

    margin-top: 26px;

}



.bg-header-nav .header-nav>ul.item_big {

    text-align: left;

    margin: 0;

    padding: 0;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item {

    display: inline-block;

    float: left;

    position: relative;

    margin-right: 0px;

    margin-left: 0px;

    border-radius: 0px;

    padding: 0px;

    height: 42px;   

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>a {

    display: block;

    text-align: left;

    

    padding: 0px 11px;

    font-size: 13px;

   text-transform: uppercase;

    font-weight: bold;

    height: 42px;

    line-height: 27px;

    position: relative;

    text-decoration: none;

    color: #333;

    font-weight: 700;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>a.caret-down:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 5px 5px 0 5px;

    border-color: #fff transparent transparent transparent;

    display: inline-block;

    top: 50%;

    left: 100%;

    margin-left: -10px;

    margin-top: -2px;

    transition: 0.5s;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a.caret-down:before {

    transform: rotate(180deg);

    border-color: #ffb416 transparent transparent transparent;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item .fa-caret-down {

    visibility: hidden;

    display: none;

}



.bg-header-nav .header-nav>ul.item_big>li.active>a {

    color: #ffb416;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item:first-child>a {

    padding-left: 0;

}



.header .logo {

    display: inline-block;

    overflow: hidden;

}



img {

    max-width: 100%;

    height: auto;

}



.header .middle-header .header-right {

    display: flex;

    align-items: center;

    justify-content: flex-end;

}



.nd-header-search {

    position: relative;

    margin-right: 10px;

    width: 230px;

    margin-top: 17px;

}



.nd-header-search form {

    margin-bottom: 0;

    position: relative;

}



.nd-header-search form input {

    width: 99%;

    margin-bottom: 0;

    height: 46px;

    min-height: 46px;

    line-height: 46px;

    background: transparent;

    outline: none;

    padding: 0 50px 0 20px;

    border: none;

    overflow: hidden;

    border-radius: 25px !important;

    font-size: 14px;

    color: #999ea1;

    background: #f3f3f3;

}



.nd-header-search form button {

    position: absolute;

    right: 0;

    color: #fff;

    padding: 0;

    height: 46px;

    width: 46px;

    top: 0;

    border-radius: 50%;

    background-color: #ffb416;

}



.nd-header-search form button svg {

    width: 20px;

    margin-bottom: 5px;

}



.nd-header-search .results-box {

    color: #000;

    position: absolute;

    top: 41px;

    z-index: 9999;

    width: calc(100% - 10px);

    background-color: #fff;

    -webkit-box-shadow: 0px 2px 6px 0px rgb(50 50 50 / 33%);

    -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);

    box-shadow: 0px 2px 6px 0px rgb(50 50 50 / 33%);

}



.header .group-account {

    padding: 0;

    margin: 0;

    text-align: right;

}



.header .group-account li {

    display: inline-block;

    margin-right: 20px;

}



.header .group-account li .icon {

    position: relative;

    display: inline-flex;

    height: 60px;

    align-items: center;

    justify-content: center;

}



a, .text-link {

    color: #000;

    text-decoration: none;

    background: transparent;

}



.header .group-account li .icon svg {

    width: 25px;

    height: 25px;

    fill: #fff;

}



.header .group-account li .icon svg path {

    fill: #fff;

}



.header .group-account li .icon span {

    position: absolute;

    display: inline-block;

    width: 17px;

    height: 17px;

    background: #ffb416;

    color: #fff;

    text-align: center;

    line-height: 17px;

    border-radius: 17px;

    top: 13px;

    font-size: 10px;

}



.top-cart-content {

    right: 0px;

    top: 60px;

    position: absolute;

    background: #fff;

    padding: 0;

    line-height: normal;

    text-align: left;

    box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);

    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);

    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);

    -webkit-box-shadow: 0px 3px 25px 0px rgb(31 38 67 / 10%);

    z-index: 10000;

    transition-duration: 0s;

    transition-delay: .1s;

    opacity: 0;

    visibility: hidden;

}



.cart_sidebar.active .cart-content {

    opacity: 1;

    transform: translateX(0);

}   



.header .group-account .user {

    position: relative;

}



.header .group-account .drop-account {

    width: 130px;

    position: absolute;

    top: 55px;

    right: 0;

    background: #fff;

    text-align: center;

    z-index: 99;

    -webkit-box-shadow: 0px 2px 6px 0px rgb(50 50 50 / 33%);

    -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);

    box-shadow: 0px 2px 6px 0px rgb(50 50 50 / 33%);

    border-radius: 4px;

    transition-duration: 0s;

    transition-delay: .1s;

    opacity: 0;

    visibility: hidden;

}



.header .group-account .drop-account:before {

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 0 7.5px 10px 7.5px;

    border-color: transparent transparent #fff transparent;

    position: absolute;

    top: -10px;

    margin-left: -1px;

    right: 0;

    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);

    -moz-transform: translateX(-50%);

    -o-transform: translateX(-50%);

    -os-transform: translateX(-50%);

}



.header .group-account .drop-account a {

    display: block;

    text-decoration: none;

    line-height: 30px;

    padding: 0 5px;

}



.header .group-account .drop-account a:first-child {

    border-bottom: solid 1px #ebebeb;

}



.header .group-account .user:hover .drop-account {

    opacity: 1;

    visibility: visible;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item .item_small {

    overflow: hidden;

    display: block;

    max-height: 0px;

    max-width: 0px;

    opacity: 0;

    -webkit-transform: perspective(600px) rotateX(-90deg);

    -moz-transform: perspective(600px) rotateX(-90deg);

    -ms-transform: perspective(600px) rotateX(-90deg);

    -o-transform: perspective(600px) rotateX(-90deg);

    transform: perspective(600px) rotateX(-90deg);

    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;

    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;

    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;

    position: absolute;

    top: 99%;

    left: 0px;

    width: 220px;

    padding: 0;

    background-color: #fff;

    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);

    -webkit-transform-origin: 0% 0%;

    -moz-transform-origin: 0% 0%;

    -ms-transform-origin: 0% 0%;

    -o-transform-origin: 0% 0%;

    transform-origin: 0% 0%;

    z-index: 99;

}



.bg-header-nav .header-nav li li {

    position: relative;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li {

    float: none;

    padding: 0 0;

    list-style-type: none;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li {

    color: #333;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>ul {

    overflow: visible;

    max-height: 3000px;

    max-width: 3000px;

    opacity: 1;

    -webkit-transform: perspective(600px) rotateX(0deg);

    -moz-transform: perspective(600px) rotateX(0deg);

    -ms-transform: perspective(600px) rotateX(0deg);

    -o-transform: perspective(600px) rotateX(0deg);

    transform: perspective(600px) rotateX(0deg);

    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a {

    font-weight: 400;

    font-size: 14px;

    line-height: 24px;

    display: block;

    padding: 5px 20px 5px 10px;

    color: #333;

    position: relative;

    border-bottom: solid 1px #e5e6ec;

    text-align: left;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {

    content: "";

    position: absolute;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 5px 5px 0 5px;

    border-color: #333 transparent transparent transparent;

    display: inline-block;

    top: 50%;

    left: 100%;

    margin-left: -15px;

    margin-top: -2px;

    transition: 0.5s;

    transform: rotate(270deg);

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a.caret-down:before {

    border-color: #ffb416 transparent transparent transparent;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li ul {

    display: none;

    left: 220px;

    top: 0px;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li:hover>ul {

    display: block;

    position: absolute;

    width: 250px;

    padding: 0;

    background-color: #fff;

    z-index: 99;

    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 4%);

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item:hover>a {

    color: #ffb416;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li ul li:hover>a {

    color: #ffb416;

}



.bg-header-nav .header-nav>ul.item_big>li.nav-item>ul>li:hover>a {

    color: #ffb416;

}



.cart_sidebar {

    position: fixed;

    width: 340px;

    top: 0 !important;

    bottom: 0;

    background-color: #fff;

    overflow: hidden;

    z-index: 999999;

    transform: translateX(100%);

    visibility: hidden;

    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

    box-shadow: none;

    touch-action: manipulation;

    right: 0;

}



.cart_sidebar.active {

    visibility: visible;

    transform: translateX(0);

}



.cart_sidebar .cart-content {

    opacity: 0;

    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;

    transform: translateX(80px);

    height: 100%;

    position: relative;

}



.cart_sidebar .cart-content .cart_heading {

    padding: 15px 15px;

    display: block;

    position: relative;

}



.cart_sidebar .cart-content .cart_heading .cart_title {

    margin-bottom: 0;

    text-align: left;

    font-size: 16px;

    display: block;

    text-transform: uppercase;

    color: #222;

    font-weight: 600;

}



.cart_sidebar .cart-content .cart_heading .cart_btn-close {

    position: absolute;

    margin-left: 0;

    right: 15px;

    top: 18px;

    line-height: 0;

    padding: 0;

    border: none;

    background-color: transparent;

    cursor: pointer;

    border-radius: 0;

    z-index: 999;

    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;

}



.cart_sidebar .cart-content .cart_heading .cart_btn-close svg {

    width: 15px;

    height: 15px;

    stroke-width: 1.5px;

}



.cart_sidebar .cart-content .cart_body {

    padding: 15px;

    height: calc(100vh- 210px);

    overflow-y: auto;

}



.cart_sidebar .cart-content .cart_body .cart-empty .empty-icon {

    display: block;

}



.cart_sidebar .cart-content .cart_body .cart-empty .empty-icon .ico-cart {

    height: 200px;

    width: 200px;

    background-image: url(//bizweb.dktcdn.net/100/431/449/themes/834425/assets/mobile-shopping.svg?1634023014212);

    background-size: contain;

    background-repeat: no-repeat;

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty {

    margin-top: 20px;

    text-align: center;

}



.cart_sidebar .cart-content .cart_body .cart-empty .btn-cart-empty a {

    background-color: #c78d35;

    display: inline-block;

    padding: 12px 30px;

    color: #fff;

    height: auto;

    line-height: 1.1;

}





@media (max-width: 480px) {

    .cart_sidebar {

        width: 100%;

        transform: translateX(100%);

    }

}



@media (max-width: 767px) {

    .header .middle-header {

        padding-bottom: 10px;

        padding-top: 10px;

    }



    .header .logo img {

        max-width: 130px;

    }



    .nd-header-search {

        margin-right: 0;

        width: 100%;

    }



    .header .middle-header .header-right .header-page-link {

        position: absolute;

        top: 0;

        right: 7px;

    }



    .cart_sidebar .cart-content .cart_body {

        height: calc(100vh- 270px);

    }

}



@media (max-width: 991px) {

    .nd-header-search form input {

        border: none;

        border-radius: 3px;

    }

}



@media (max-width: 1199px) {



    .header-left .heade_menunavs {

        position: relative;

        height: 100vh;

        width: 100%;

    }



    .header-left .heade_menunavs .bg-header-nav {

        width: 100%;

        float: left;

        padding-top: 10px;

    }



    .header-left .heade_menunavs .wrap_main {

        display: block !important;

        max-height: 100vh;

        height: 100vh;

        overflow: hidden;

        overflow-y: auto;

        background: #fff;

        width: 100%;

        padding-bottom: 50px;

    }



    .header-left.current {

        visibility: visible;

        transform: translateX(0);

    }



    .header-left {

        background-color: #fff;

        height: 100vh;

        position: fixed;

        top: 0 !important;

        left: 0;

        z-index: 99999;

        width: 330px;

        transform: translateX(-100%);

        visibility: hidden;

        transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

        box-shadow: none;

        touch-action: manipulation;

        padding: 0;

    }



    .header .group-account .user {

        display: none;

    }



    .header .category-action svg {

        height: 25px;

        width: 25px;

    }



    .header .category-action svg path {

        fill: #fff;

    }    



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current>ul {

        display: block;

        position: relative;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.current .fa.current {

        transform: rotate(180deg);

        -webkit-transform: rotate(180deg);

        -moz-transform: rotate(180deg);

        -o-transform: rotate(180deg);

        -os-transform: rotate(180deg);

        transition: all 0.5s;

        margin-top: 0px;

        color: #3ba66b;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li .fa-caret-down:before {

        content: "";

        position: absolute;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 5px 5px 0 5px;

        border-color: #333 transparent transparent transparent;

        display: inline-block;

        top: 50%;

        transform: translateY(-50%);

        right: 10px;

        transition: 0.5s;

    }



    .bg-header-nav .header-nav>ul.item_big>li.nav-item {

        margin-right: 0px;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item {

        height: unset;

        width: 100%;

        float: left;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item a {

        padding: 0 10px !important;

        color: #333;

        height: unset;

        line-height: 35px;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li .fa-caret-down {

        visibility: visible;

        position: absolute;

        right: 5px;

        top: 0;

        width: 30px;

        height: 35px;

        line-height: 35px;

        text-align: center;

        display: inline-block;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li .fa-caret-down:before {

        content: "";

        position: absolute;

        width: 0;

        height: 0;

        border-style: solid;

        border-width: 5px 5px 0 5px;

        border-color: #333 transparent transparent transparent;

        display: inline-block;

        top: 50%;

        transform: translateY(-50%);

        right: 10px;

        transition: 0.5s;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul {

        overflow: visible;

        opacity: 1;

        padding: 0;

        width: 100%;

        max-width: unset;

        max-height: unset;

        -webkit-transform: perspective(600px) rotateX(0deg);

        -moz-transform: perspective(600px) rotateX(0deg);

        -ms-transform: perspective(600px) rotateX(0deg);

        -o-transform: perspective(600px) rotateX(0deg);

        transform: perspective(600px) rotateX(0deg);

        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;

        box-shadow: none;

        padding-left: 10px;

        display: none;

    }



    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li ul li ul {

        position: relative;

        left: 0;

        width: 100%;

        box-shadow: none;

        border: none;

        padding-left: 10px;

        display: none;

    }



    .account-max-1024 {

        position: relative;

        display: flex !important;

        flex: 1;

        background: #3ba66b;

    }

    

    .account-max-1024 a {

        margin-bottom: 0;

        width: 50%;

        display: inline-block;

        text-align: center;

        color: #fff;

        padding: 20px 5px;

    }



    .account-max-1024 a:first-child {

        border-right: 1px solid #fff;

    }



    .account-max-1024 .close-menu {

        position: absolute;

        right: 5px;

        top: 5px;

    }



    .account-max-1024 .close-menu svg {

        width: 15px;

        height: 15px;

    }



    .account-max-1024 .close-menu svg path {

        fill: #fff;

    }



    .bg-header-nav .header-nav>ul.item_big>li.nav-item>ul li a.caret-down:before {

        display: none;

    }   

}





@media (max-width: 1199px) and (max-width: 991px) {

    .header-left .heade_menunavs .bg-header-nav .header-nav ul.item_big li.nav-item a {

        text-transform: initial;

        font-size: 15px;

    }



    .header .group-account li {

        margin-right: 18px;

    }

}



@media (max-width: 1199px) and (min-width: 768px) {

    .header-left .heade_menunavs {

        width: 330px;

    }

}



@media (min-width: 1199px) {

   

    

    .header .group-account .user {

        margin-right: 0;

    }

}



@media (min-width: 992px) {

    .nd-header-search form button:hover, .nd-header-search form button:focus {

        color: #fff;

        background-color: #2e8053;

    }

}





@media (min-width: 1200px){

    .col-xl-2 {

    flex: 0 0 auto;

    width: 14.66666667%;

}.header .middle-header .col-xl-5 {

    flex: 0 0 auto;

    width: 47.66666667%;

}
.header .middle-header .col-xl-4 {

    flex: 0 0 auto;

    width: 36.66666667%;

}

}