/* ===============================================================
   Оформление extremedrive.by.
   Раньше этот CSS выводился блоком <style> в <head> (includes/head.php)
   и inline-атрибутами style="" в шапке и подвале. Вынесен в файл:
   кешируется браузером и не раздувает HTML.
   Файл подключается последним, поэтому порядок каскада сохранён.
   =============================================================== */

  .homeHeaderSlider .slideContent .sliderLabel {
    background: url('/img/sliderHeaderLabel-extreme.png') no-repeat;
    color: #fff;
    font-size: 18px;
    font-family: 'Cuprum-Bold', sans-serif;
    height: 64px;
    line-height: 45px;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 0 #b63c08;
    text-transform: uppercase;
    white-space: nowrap;
    width: 283px;
    margin: -50px auto 20px;
    position: relative;
    z-index: 3;
}

header .row3 {
    background: #e42a20;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.categoryCol .categories .caption {
    border-bottom: 1px solid #f5f5f5;
    color: #e42a20;
    text-align: left;
}
.btn {
    border: 1px solid #e42a20;
    background: #e42a20;
    background: linear-gradient(to bottom, rgb(228 42 32) 0, rgb(191 44 36) 100%);
}
.one-click-btn_catalog {
    border: 1px solid #e42a20;
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgb(13 46 91 / 15%);
    color: #e42a20;
    font: 500 14px / 14px Cuprum, arial, sans-serif;
    height: 36px;
    text-align: center;
    text-transform: uppercase;
    transition: background .3s;
    background: #ffffff;
    position: relative;
    padding: 0px 35px 0 5px;
    margin: 5px 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.one-click-btn_catalog:after {
    content: "";
    height: 26px;
    width: 26px;
    position: absolute;
    top: 50%;
    right: 7px;
    margin-top: -13px;
    background: url('/img/one-click-extreme.png') no-repeat;
}

.review__stars_fill {
    background-image: url('/img/star-active-extreme.png');

}
a {
    color: #e42a20;
    outline: 0;
    text-decoration: underline;
}
.prodMainInfo .priceRow .prodPrice a
 {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
}
.btn-yel:hover {
    color: #e42a20;
    background: #f7ee45;
    background: linear-gradient(to bottom, rgb(228 42 32) 0, rgb(233 129 124) 100%);
}


.categoryCol .categories>ul>li>a:hover {
    color: #e42a20;
    text-decoration: underline;
}

.one-click-btn_catalog:hover {
    background: #e42a20;
    background: linear-gradient(to bottom, rgba(228, 42, 32, .1) 0, rgba(233, 129, 124, .1) 100%);
}

.btn:hover {
    color: #fff;
    background: #e42a20;
    background: linear-gradient(to bottom, rgba(228, 42, 32, 1) 0, rgba(233, 129, 124, 1) 100%);
}
.catalog-item.prodItem a.name:hover {
    color: #e42a20;
}

.background__top_new {
    background: url('/img/back-extreme.webp') no-repeat top center;
}
.caption a:after {
    background: #e42a20;
    position: absolute;
    content: '';
    right: 250px;
    bottom: -5px;
    z-index: -1;
    transition: all .3s ease;
    height: 2px;
    left: 0;
    width: 0;
}
.caption:hover a:after {
    background: #e42a20;
    position: absolute;
    content: '';
    width: 100%;
    right: 20px;
    z-index: -1;
}

.prodMainInfo .priceRow .prodPrice .priceValue .good-price-color span{
    color: #555;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 32px;
    padding-left: 4px;
}

    .mobile-menu-links li span {
        background: #e42a20;
    }
        .mobile-menu-open {
        background: #e42a20;
        
    }


.catalog-item.prodItem .prodPrice.df .price-group-item span.span__mobile {
    float: none;
    padding-left: 0;
    font-size: 18px;
    color: #e42a20;
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    header .row2 {
background: url('/img/back-extreme.webp') center 0 no-repeat;
        opacity: .99;
        z-index: 1;
        margin-top: 50px;
    }
    .catalog-item.prodItem {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    display: block;
    font: 18px / 1.1em Cuprum, sans-serif;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    position: relative;
    }
    .mdn {
        display: none!important;
    }
    .catalog-item.prodItem .prodPrice strong {
    font-size: 18px;
    line-height: 18px;
}

.catalog-item.prodItem .prodPrice span {
    color: #888;
    display: inline-block;
    float: none;
    font-size: 13px;
    padding-left: 4px;
    line-height: 18px;
}
.catalog-item.prodItem .prodPrice.df .price-group-item span.span__mobile {
    float: none;
    padding-left: 0;
    font-size: 14px;
}

}

.ea-popup__close {
    color: #e42a20;
}
.gif-load__spinner {
    border-top-color: #e42a20;
}
/* Перенесено из style="" в includes/menu.php и includes/footer.php */
header .row1.mobile-top-line {
    background: url('/img/molot-header-line-back-extreme.png') repeat-x #222;
}
footer.noprint {
    background: url('/img/molot-footer-back-extreme.png') repeat-x #222;
}
