@media only screen and (min-width: 600px) {
    li#cart{
        position: absolute;
        right: 0;
    }
}

.content-sidebar .catalog-sub{
    border:none;
}
.content-sidebar .catalog-sub ul.menu-h li{
    border: 1px solid #d6d5d5;
    border-radius:10px;
    width:auto;
    padding:8px 16px;
    background:#5ddcdf;
}
.content-sidebar .catalog-sub ul.menu-h li:hover{
    background:#E25C84;
}
.content-sidebar .catalog-sub ul.menu-h li a{
    color:#191c36;
}

#top-fixed {
    z-index: 301;
}
#top-fixed .uds-promo a{
    height: 36px;
    width:150px;
    padding-top: 12px;
}
#top-fixed .uds-promo img{
    float: left;
    margin-top:-4px;
    margin-right: 12px;
   -webkit-transition: 1s linear;
   -moz-transition: 1s linear;
   -o-transition: 1s linear;
   transition: 1s linear;
   height:32px;
   width:32px;
}
#top-fixed .uds-promo img.bigger{
   transform: scale(1.1,1.1);
}

#header ul.menu-h.social-icons {
    margin-top: 20px;
}
.header-bottom .phone-second{
    margin-top: 10px;
}
@media only screen and (max-width: 360px) {
    .header-bottom .phone-first,.header-bottom .phone-second{
        max-width: 50%;
    }
    .content-sidebar .catalog-sub ul.menu-h li{
        width: 45%;
    }
}
@media only screen and (max-width: 480px) {
    #horizontal-menu{
        width: 40%;
        float:left;
    }
    #header .logo img{
        margin:-20px 0;
    }
    .header-bottom .workhours{
        display: none;
    }
    .header-bottom .phone-first{
        float: left;
    }
    .header-bottom .phone-second{
        float: right;
        margin-top: 0;
    }
    #header .mobile-block .search{
        display: none;
    }
    .navigation-search{
        float:right;
    }
    .navigation-search form{
        top:0;
    }
    .navigation-search .search-button{
        margin:0;
        width:50px;
        height:50px;
    }
    .navigation-search .search-input-field{
        width:120px;
        height:50px;
    }
    .navigation-search .search-button i{
        font-size: 30px;
        top: 8px;
    }
    .sidebar-categories-block, .sidebar-brands-block{
        display: none;
    }
}
.sidebar-close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
@media only screen and (min-width: 481px) {
    .navigation-search{
        display: none;
    }
    .sidebar-close-btn{
        display: none;
    }
}

.delivery-days{
    color:rgb(204,0,0);
}
.delivery-days>span{
    padding: 3px 7px;
    margin: 3px;
    background: #f5f5f5;
    border-radius: 50%;
}
.delivery-days span span.tooltip{
    display:none;
    background:#f5f5f5;
    padding:10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    position:absolute;
}
.delivery-days span:hover span.tooltip{
    display:block;
}

.cart-form .storequickorder-button{
    display:block;
    margin-top:10px;
    width:182px;
}
@media only screen and (max-width: 760px){
    .cart-form .storequickorder-button{
        margin:10px auto 0 auto;
        width:262px;
        padding: 20px;
    }
}

.category-content .info-banner, .mainpage-infoblocks .info-banner {
    margin: auto 25px;
    border-radius: 10px;
    border: 5px solid #95e88b;
    min-height: unset;
}
.mainpage-infoblocks{
    padding: 20px 0;
}
i.icon58.leaf_green {
    background: url(img/icons58/leaf_green.png) no-repeat;
}
i.icon58.money3gold{
    background: url(img/icons58/money3gold.png) no-repeat;
}
@media only screen and (max-width: 760px){
    .category-content .info-banners, .mainpage-infoblocks .info-banner {
        display:none;
    }
}