.hidden{
    display: none;
}
#header .header-top.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#header .header-top.sticky .logo{
    max-width: 40%;
}
.mobile #header .header-top.sticky .logo{
    
}
.menu_container{
    background: #e11b08;
}
.header-item a,
.header-item span{
    color: #272727;
}
.menu-sub {
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition: transform 1s ease;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2038px 0 2038px rgba(0, 0, 0, .35);
    padding: 10px;
    border-top: solid 2px #000;
    margin-top: -5px;
}
.mobile .top-menu .menu-sub {
    position: relative;
     transform: scaleY(1);
     top: 0;
     box-shadow: none;
     border: none;
     margin-top: 0;
}
.blockcart .menu-sub {
    right: 0;
    left: inherit;
}

.blockcart:hover .menu-sub,
.sub_menu_active > .menu-sub {
    transform: scaleY(1);
    opacity: 1;
    display: block;
    z-index: 6;
}
.featured-products span{
    margin-left: 1%;
    position: relative;
}
.products-section-title span,
.bordered span,
.category-tittle_cover a span{
    position: relative;
    margin-left: 1%;
}
.bordered span::before,
.featured-products .products-section-title span::before,
.category-tittle_cover a span:before{
    padding:0;
    margin:0;
    display:block;
    content: "";
    width:65%;
    border-top: solid 3px;
    position: absolute;
    right:5%;
    top: -10px;
}
.bordered span::after,
.featured-products .products-section-title span::after,
.category-tittle_cover a span::after{
    padding:0;
    margin:0;
    display:block;
    content: "";
    width:65%;
    border-top: solid 3px;
    position: absolute;
    left:5%;
    bottom: -10px;
}
.show_password i:last-child{
    display: none;
}
.featured-products:nth-child(odd){
    background: #c0c0c0;
}
.category-cover >div,
.category-tittle_cover{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.category-tittle_cover:hover{
    background: rgba(0,0,0,.3);
}
.category-cover h1,
.category-tittle_cover a{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    justify-content: center;
}
.depth_0:hover .depth_0 .menu-sub{

}
.has_sub .header-item .arrow:before,
.has_sub .header-item .arrow:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%, -50%) scale(0);
    border-top: 2px solid #e11b08;
    border-left: 2px solid #e11b08;
    top: 100%;
    left: 50%;
    background: #fff;
    margin-left: -7.5px;
    z-index: 7;
    transition: transform .5s ease;
    margin-top: -4px;
}
li:hover > .header-item .arrow:before,
div:hover > .header-item .arrow:before{
    transform: rotate(45deg) translate(-50%,-50%) scale(1);
    display: block;
}
#back_top a {
    display: none;
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 9;
    border-color: rgba(255, 255, 255, .4);
}
.footer-after::before,
.footer-before::after{
    content: "";
    display: block;
    border-bottom: solid 1px #d9df00;
    width: 80%;
    margin: 1rem auto;
}
.clr_green {
    color: #00b22e;
}
.clr_orange{
    color: #f46036;
}
.clr_red{
    color: #e61f1f;
}
.footer-after a:not(.btn),
.footer-after span,
footer-after h3{
    color: #d9df00;
}