/**
 Если вы хотите увеличить высоту блоков товара, просто заменить высоту на необходимую и вынесите код из этого блока, по умолчанию высота блока 200px. В примере ниже указана высота в 300px

.thumbnail-catalog .image-block {
    height: 320px;
    line-height: 320px;
}





.thumbnail-catalog .image-block img {
    max-height: 300px;
}
 **/
 
 .header .phone {
    margin-top: 5px;
    font-size: 20px;
    font-family: 'Roboto-Medium', serif;
}



.menu-h-tree {
    visibility: hidden;
    width: 100%;
    min-height: 20px;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: 0;
    padding: 0;
    height: 47px;
    font-size: 15px;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    /* Safari */
    justify-content: center;
    -webkit-justify-content: center;
    /* Safari */
    background: #1d6e87;
    border: 0;
}
.b-actions__container{
    background: none;
}
.b-actions__wrapper .b-actions__block{
    margin-bottom:3px;
}
.b-actions__type--newyear_light .b-actions__text, .b-actions__effect a{
    text-shadow:3px 3px 3px #000;
}
/*.regionHelperDiv  {
    font-size: 0.9rem!important;
}
.select2-container--default {
    font-size: 0.8rem!important;
}
.select2 {
    width:190px!important;
}*/
.regionHelperSelect {
    font-size: 0.8rem!important;
    margin:0;
}
.top-line {
    padding: 4px 0 0!important;
    height: 40px;
}

/* ---- Изменения в шаблоне курьерской доставки --- */

ul.menu-v.order-content > li{
    font-size:23px; 
    font-weight: bold;
}

.header .promo p a{
    font-size: 14px;
    line-height: 17px;
    color: #282828;
    text-decoration:underline;
}
.header .promo p a:hover{
    color: #fd7400;
}
.header .promo .fa {
    position: absolute;
    font-size: 30px;
    color: #fd7400;
    top:15px;
    left:35px;
}
.header a.call_back {
    color: #cc2222;
}
.header .rabota {
    text-align: right;
    font-size: 14px;
    line-height: 17px;
}
.header .rabota span {
    color: #7f7f7f;
}
.header .rabota {
    padding-top: 10px;
}
.header .phone {
    margin-top: 0;
}
.header .phone  i.fa.fa-phone{
    font-size: 18px;
    color: #fd7400;
}
div.thumbnail-catalog.one-product .description {
    font-size: 0.9rem;
    line-height: 1.2;
    color: #525354;
    padding-left:5px;
    padding-right:5px;
    padding-top:3px;
}
.thumbnail-catalog {
    border: 1px solid #fff;
}
.thumbnail-catalog .name {
    padding: 5px;
}
.main-slider-count {
    margin-top: 0px;
}
.split-catalog {
    font-size: 16px;
}
.menu-h-top li {
    margin-right: 10px;
}
.menu-h-top li:last-of-type a {
    color: #cc2222;
}

.quickorder-button i {
    background: url("/wa-data/public/shop/img/quickorder25.png") no-repeat!important;
    padding: 6px 0 5px 33px!important;
}
.quickorder-custom {
    box-shadow: none!important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}
.quickorder-button {
    padding: 8px 15px 8px 10px!important;
}

.onestep-cart .icon16.remove {
    background-position: -96px -16px!important;
    background-size: 260px 160px!important;
}
.onestep-cart .quickorder-button-cart {
    display:none;
}

.CDEK_no-avail {
    display:none!important;
}

@media only screen and (max-device-width: 767px) {
    .header .phone {
    font-size: 15px;
    
 }
 .mobile-cell {
     display: table-cell;
 }
 .mobile-left {
     padding-left:5%;
 }

}
@media only screen and (max-device-width: 480px) {
    .header .phone {
    font-size: 15px;
    
 }
 .mobile-cell {
     display: table-cell;
 }
 .mobile-left {
     padding-left:5%;
 }

}
