/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.btn-outline-primary{
    border: none;
    background: #ed2e2e;
    color: #fff !important;
    font-size: 14px;
}
a {
    color: #ed2e2e;
    text-decoration: none;
    background-color: transparent;
}

body.home{
    font-size: 14px;
    background: #f5f5f5;
}
.background-white{
    padding: 15px 0;
    background-color: #fff;
}
#header {
    background-color: #fff;
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
}
.top-header{
    color: #333;
    font-size: 13px;
    padding: 5px 0;
    font-weight: 500;
    background-color: #f5f5f5;
}
.logo-header > a{
    margin-right: 0;
}
.cat-fix{
    display: none;
    position: relative;
}
.cat-fix .title-cat-fix{
    text-transform: uppercase;
    font-weight: 600;
}
.cat-fix .menu-fixed{
    position: absolute;
    display: none;
    padding-top: 19px;
}
.cat-fix ul{
    list-style: none;
    width: 200px;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 25%);
    padding: 10px 0;
    z-index: 10;
    background: #fff;
    position: relative;
}
.cat-fix ul ul{
    position: absolute;
    top: 0;
    left: 100%; 
    display: none;
}
.cat-fix:hover .menu-fixed{
    display: block;
}
.cat-fix ul li.menu-item-has-children:hover > ul{
    display: block;
}
.cat-fix ul li.menu-item-has-children > a:after{
    content: '\f105';
    position: absolute;
    top: 3px;
    right: 10px;
    font-size: 12px;
    z-index: 1;
    font-family: 'fontawesome'; 
}

.cat-fix ul li a:hover {
    color: #ed2e2e;
}
.cat-fix ul li a {
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
    padding: 3px 8px 3px 8px;
    display: block;
    position: relative;
}
.title-cat-fix{
    text-transform: uppercase;
    font-weight: 500;
}
.header-main{
    padding: 10px 0;
}
.header-navigation.fixed{
    position: fixed;
    width: 100%;
    z-index: 12;
    top:0;
    background-color: #fff;
}
.top-header .top-menu ul{
    list-style: none;
}
.top-header .top-menu ul li{
    display: inline-flex;
    margin-right: 15px;
}
.top-header .top-menu ul li a{
    color: #333;
    font-weight: 500;
}

.account-cart a{
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 500;
}
.account-cart a i{
    background: #e53935;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.header-cart-content{
    margin-left: 15px;
}
.search .box-json-search-product{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e53935;
    width: 100%;
}
.search .box-json-search-product input[type=submit]{
    border-radius: 0;
    padding: 11px 30px;
    font-weight: 500;
}
.search .box-json-search-product #key-search-json-product{
    padding: 10px 20px;
    font-size: 14px;
}

.account-cart samp.mini-cart-count:after {
    border-top: 4px solid #ed2e2e;
}
#cat-json-product{
    display: block;
    padding: 0px 10px;
    border-left: 1px solid #969696;
}
.info-user{
    background: #e53935;
    padding: 10px;
    color: #fff !important;
}
.info-user i{
    color: #e53935;
    font-size: 21px;
    margin-right: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
}
.info-user .tk{
    font-size: 12px;
}
.info-user .user-name{
    font-size: 18px;
    font-weight: 500;
}
.menu-tab .nav-tabs li{
    width: 50%;
}
.menu-tab .nav-tabs li.nav-item a{
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.menu-tab li.nav-item a.active{
    background: #e53935;
    color: #fff;
}

.title-group{
    display: flex;
    align-items: center;
}
.title-group span a{
    padding: 0 10px;
    color: #191919;
    font-size: 14px;
    text-transform: uppercase;
    border-left: 1px solid #8f8f8f;
}
@media screen and (max-width: 576px) {
    .title-group span a{
        display: none;
    }
}
.more-page a, .more-page i{
    color: #ed2e2e;
    text-transform: uppercase;
}
.title-group span a:hover{
    color: #e53935;
}
.title-custom a{
    font-size: 18px;
    padding: 0 10px 0 0;
    color: #191919;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.title-custom a:before{
    content: '';
    background: #dd3333;
    width: 7px;
    height: 30px;
    margin-right: 10px;
}
.mobile-menu-wrapper ul.mobile-main-menu li.current-menu-item a, .mobile-menu-wrapper ul.mobile-main-menu li a:hover{
    color: #ed2e2e;
}
@media screen and (max-width: 1200px) and (min-width: 991px) {
    #cat-json-product{
        display: none !important;
    }
}
@media (max-width: 991px){
    .search .box-json-search-product{
        margin-top: 15px;
    }
}
@media (max-width: 576px){
    #cat-json-product{
        display: none !important;
    }
}
