#page{
    margin-top:135px;
}
#header .banner-top{
    padding:8px 0;
    text-align:center;
    background:#02B1BB;
    color:#FFF;
}

#header .banner-top .content_text.id3{
    text-align:center !important;
    margin:auto;
    display:block !important;
    min-width:320px;
}
#header .banner-top .titlefs{
    color:#FFF !important;
    font-size:14px;
}

#header .banner-top .titlefs i{
    font-size:16px;
}

#header #blocktopmenumodified{
    margin-top:40px;
}

#header #header_login{
    height:55px;
    line-height:55px;
    right:120px;
}

#header .blockcart{
    height:55px;
    line-height:50px;
    padding-top:10px;
    right:57px;
}

#header .account-pro{
    float:right;
    display:inline-block;
    text-transform: uppercase;
    height:55px;
    width:60px;
    text-align:center;
    position:absolute;
    right:0;
    top:0;
    padding: 10px 10px 0;
}

.sidr a.account-pro{
    border-bottom:0;
    background:#02B1BB;
    color:#FFF;
    padding: 18px 10px;
    margin-top:15px;
}

@media (max-width:1270px){
    #header #blocktopmenumodified{
        margin-left:10px;
    }

    #header #blocktopmenumodified > ul > li a{
        padding: 0 6px 20px;
    }
    
}

@media (max-width:1199px){
    #header #header_login{
        height:100px;
        line-height:93px;
        right:auto;
    }
    
    #header .blockcart{
        height:100px;
        line-height:106px;
        padding-top:0;
        right:auto;
    }

    #header .account-pro{
        position:relative;
        right:auto;
        height:100px;
        padding-top:26px;
    }
}
@media (max-width: 991px) {
    .mobile_filters {
        top:135px!important;
    }
}

@media (max-width: 767px) {
    #page {
        margin-top: 104px;
    }
    .mobile_filters {
        top:104px!important;
    }
    #header #header_login {
        height: 70px;
        line-height: 70px;
        padding:0 15px;
    }
    #header .blockcart {
        padding: 0 10px;
        height: 70px;
        line-height: 80px;
    }

    #header .account-pro{
        position:relative;
        right:auto;
        height:70px;
        padding-top:15px;
    }
}

@media (max-width: 479px) {
    #header{
        min-width:320px;
    }
    #page {
        margin-top: 79px;
    }
    .mobile_filters {
        top:79px!important;
    }

    #header #header_login {
        height: 50px;
        line-height: 48px;
        padding:0 10px;
    }
    #header .blockcart {
        padding: 0 10px;
        height: 50px;
        line-height: 63px;
    }
    #header .banner-top{
        padding:5px 0;
    }

    #header #menu_mobile{
        margin:15px 10px;
    }
    #header .account-pro{
        display:none;
    }
}