.products-tbl{
    border-top: 0;
}

.product-tbl{
    display: flex;
    align-items: center;
}

.no-border{
    border: 0;
}

.product-tbl-info{
    width: 450px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-tbl-stock{
    width: 120px;
}

.product-tbl-prices{
    display: flex;
    width: 250px;
}

.product-tbl-prices.headline{
    padding-bottom: 10px;
}

.product-base-price,
.product-tbl-price{
    width: 50%;
    text-align: center;
}

.product-tbl-buy{
    width: auto;
    margin-left: auto;
    text-align: center;
}

.hint-price{
    display: none;
}

.header_hours{
    margin-bottom: 5px;
}

.header_hours a{
    font-size: 12px;
    padding: 7px 10px;
    height: auto;
    line-height: 1;
    min-width: 150px;
}

@media only screen and (max-width: 767px){
    .product-tbl{
        flex-wrap: wrap;
    }
    .product-tbl.headline{
        display: none;
    }
    .product-tbl-info{
        padding: 10px 10px 0 10px;
    }
    .product-tbl-stock{
        width: 100%;
        padding: 10px 10px 0 10px;
    }
    .product-tbl-prices{
        width: 100%;
        padding: 10px 10px 0 10px;
    }
    .product-base-price, .product-tbl-price{
        text-align: left;
        margin: 0;
    }
    .product-tbl-buy{
        width: 100%;
        padding: 10px;
    }
    .product-tbl-cart{
        width: 100%;
        text-align: left;
        float: none;
    }
    .hint-price{
        display: block;
        padding-bottom: 5px;
    }
}

.js-send-response{
    display: block;
    font-size: 12px;
    color: green;
}

.js-send-check{
    font-size: 12px;
    padding: 7px 10px;
    height: auto;
    line-height: 1;
}


/* Р’С‹РґРµР»РµРЅРёРµ РєР°С‚РµРіРѕСЂРёР№ РЅР° Р“Р»Р°РІРЅРѕР№ */
.category-content .categories-tile,
.mainpage-categories .categories-tile {
    border: 1px solid #F15C22;
    font-weight: 500;
}

.subcat-menu .categories.categories-tile-list .categories-tile:hover {
        border-color: #F15C22;
        box-shadow: 0 0 5px rgba(241, 92, 34, 0.3);
}

.not-available img{
    filter: grayscale(1);
    opacity: .3;
}

.product-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

.product__fastorder {
    margin-top: 4px;
}

.product-buttons-wrapper .product_add2cart {
    margin-bottom: 12px;
}
@media (min-width: 1001px) {
    .subcat-menu.cols-2 .categories-tile {
        width: 47%;
    }
    .subcat-menu .categories.categories-tile-list {
        padding-top: 25px;
        padding-left: 7px;
    }
    .categories.categories-tile-list .categories-tile:hover {
        border-color: #000000;
        box-shadow: 0 0 5px rgba(241, 92, 34, 0.3);
    }
}
@media (max-width: 400px) {
    .product-tile_stock .rating.hint{
        display: none;
    }
}

/* Р’С‹РґРµР»РµРЅРёРµ С†РµРЅС‹ СЃРѕ СЃРєРёРґРєРѕР№ */
.price_n {
    font-size: 24px;
    color: red;
    font-weight: 500;
}

.price_ns {
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px 0 0;
    color: red;
}

.price_t {
    color: red;
}

/* РћРїР»Р°С‚Р° С‡Р°СЃС‚СЏРјРё */
.product-gallery__attribute {
    /*margin-right: 20px;*/
    position: relative;
    cursor: help;
} 

.product-gallery__tip {
    display: none;
    position: absolute;
    background-color: #f6f6f0;
    /*width: 360px;*/
    padding: 12px;
    margin-bottom: 10px;
    bottom: 100%;
    color: #4f4f4f;
    border-radius: 4px;
    box-shadow: 4px 4px 10px 0 rgba(0,0,0,.25);
}

.product-gallery__attribute:hover .product-gallery__tip {
    display: block;
}

/* РљРѕРґ С‚РѕРІР°СЂР° */
.product_print{
    float: right;
}

@media (max-width: 1024px){
    .product_print{
        display: block;
    }

    .product_name{
        margin-right: 0;
    }
}

/* РЎРѕРѕР±С‰РµРЅРёРµ РІСЃРїР»С‹РІР°СЋС‰РµРµ */
.info-massage {
    background-color: #e82616;
    color: #fff;
}




