/* 
* Use this file if you want to put custom styles and do not want to use Sass and Gulp 
* Readmore - http://docs.imagecms.net/rabota-s-shablonom-multishop/rabota-s-css-i-javasctipt-dlia-razrabotchikov
*/

/* HEADER */

/* Верхняя линия */
.page__headline {
    font-size: .9em;
    border-top: 2px solid #F3514F;
}
/* Бордеры */
.user-panel__item:first-child {
    border-left: 1px solid #fff;
}

.page__header {
    padding: 10px 0px 10px 0px;     /*---- ОТСТУП ОТ ЛОГО */
}

.page__breadcrumbs {
    padding: 5px 0px 0px 0px;
    border-bottom: 1px solid #fff;    /*---- ОТСТУП ОТ ХЛЕБНЫХ КРОШЕК */
}

.start-page__row {
    padding-top: 10px;         /* ---- ОТСТУП ПОД БАННЕРАМИ */
}

.user-panel__item {
    display: inline-block;
    font-size: .9rem;
    vertical-align: top;
    position: relative;
    border-right: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
}
.page__headline {
    border-bottom: 1px dashed #dfe4eb;
}
/* Background */
.page__hgroup {
    background: #fff;
    border-bottom: 1px solid #fff;
}

/* МЕНЮ */
.table-nav__item {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border-left: 1px solid #ffffff;
    /*box-shadow: inset 0 -2px #da8e00;*/
}
/* Ховер меню */
.table-nav__item:hover .table-nav__link {
    background: #fdce09;
    /*box-shadow: inset 0 -2px #da8e00;*/
    color: #fff;
}
.tree-nav {
    position: relative;
    padding: 5px 0;
    border: 2px solid #fff; 
    text-align: left;
    background: #fff;
    border: 1px solid #bbb;
}
.tree-nav__link {
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 5px 30px 5px 10px;
    color: #595959;
    text-decoration: none;
}
.table-nav__item--active .table-nav__link {
    background-color: #FDCE09;               ------------------
    box-shadow: inset 0 -2px #da8e00;
    color: #fff;
}
/* Текст меню */
.table-nav__link {
    font-size: 0;
    display: block;
    height: 100%;
    color: #595959;
    font-weight: 700;
    text-decoration: none;
}
.tree-nav__item:hover>.tree-nav__link {
    background: none;
    color: #fb3f4c;
    text-decoration: underline;
}
.tree-nav__arrow {
    position: absolute;
    right: 5px;
    top: 4px;
    display: inline-block;
    fill: #595959;
}
/* Поиск */
.input-group .form-control {
        position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: 2px solid #fdce09;
}
.input-group-btn:last-child>.btn {
    z-index: 2;
    margin-left: -1px;
    border: 1px solid #fdce09;
    background: #fdce09;
}


/* Бордер Хитов и Новинок и Брендов */
.widget-primary {
    border: 2px solid #fff;
    border-top: 1px dashed #eaeaea;
}
.brands-widget__item {
    border: 1px solid #fff;
    
}

.widget-primary__title {
    padding: 0 20px;
    background: #fff;
    position: relative;
    margin-left: 0px;
    top: -13px;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #1c1c1c;
}

/* Цвет стрелок хитов, новинок */
.widget-primary__arrow {
    position: absolute;
    top: calc(50% - 41px);
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 82px;
    padding: 15px 0;
    fill: #c8cfd9;
    color: #ff4f4d;
    background: #fff;
}

/* ПАДДИНГ МЕЖДУ ВИДЖЕТАМИ ХИТЫ и Спецпредложения */
.widget-primary__inner {
    position: relative;
    padding: 5px 50px 0px;
}

/* Отступ от главного баннера снизу */
.page__main-banner {
    padding-bottom: 0px;
}

/* Ховер текста товара */
.product-cut__title-link:hover {
    color: #fb3f4c;
    text-decoration: underline;
}

/* Точки под банером */
    .banner-simple .slick-dots {
    position: relative;
    top: -2px;
    bottom: 5%;
    width: 100%;
    text-align: center;
}
.banner-simple .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    background-color: #FDDB4F;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .25);
}
.banner-simple .slick-dots .slick-active button {
    background: #aedda9;
    box-shadow: inset 0 1px 0 0 rgba(108, 193, 99, .8), 0 0 0 1px #e7f5e5, 0 0 0 1px #e7f6f7;
}

/* Бордер баннеров */

.banner-group {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
}
.banner-group::after, .banner-group::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    z-index: 1;
    background: #fff;
    left: 0;
}
.banner-group__right-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #fff;
    left: 0;
    width: 100%;
    height: 1px;
}
.banner-group__main::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
    background: #fff;
    top: 0;
    height: 100%;
    width: 1px;
}
.banner-group__left::after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
    background: #fff;
    top: 0;
    height: 100%;
    width: 1px;
}

/* Нижний отступ от баннера */
.start-page__row {
    padding-top: 30px;
}

/* Кнопка КУПИТЬ */
.btn-order button, .btn-order input[type=button], .btn-order input[type=reset], .btn-order input[type=submit], .btn-primary, .product-buy__btn--buy {
    outline: 0!important;
    background: #19c579;
    /* border-color: #e77300; */
    /*box-shadow: 0 2px #387e51;*/
    border: 0;
    font-family: Verdana;
    font-weight: 700;
    /*text-shadow: 0px 1px 0px #3a9731;*/
}
.product-buy--product .product-buy__btn {
    padding: 10px 20px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.product-buy__buttons {
    float: left;
    margin-top: 11px;  /* Margin кнопки купить сверху */
}

.product-buy__btn--buy>* {
    display: inline-block;
    vertical-align: top;
}

/* Ховер кнопки купить */
.btn-order button:focus, .btn-order button:hover, .btn-order input[type=button]:focus, .btn-order input[type=button]:hover, .btn-order input[type=reset]:focus, .btn-order input[type=reset]:hover, .btn-order input[type=submit]:focus, .btn-order input[type=submit]:hover, .btn-primary:focus, .btn-primary:hover, .product-buy__btn--buy:focus, .product-buy__btn--buy:hover {
    background: #43b584!important;
    border-color: #56ed47;
}
.btn-order button:active, .btn-order button:focus {
    background: -webkit-linear-gradient(top, #62cf57, #29b11b);
    border-color: #56ed47;
    margin-top: 2px;
    margin-bottom: 0;
}

/* ЦЕНА margin-top */
.product-intro__price {
    padding-right: 20px;
    margin-top: 4px;
}



/* ФУТЕР */

.page__seo-text {
    border-bottom: 1px dashed #fff;
}

.page__fgroup {
    position: relative;
    background: #fff;
    border-top: 1px solid #fff;
}

.page__footer {
    padding: 30px 0;
    border-top: 2px solid #FFB600;
    background: #ffffff;
}
.page__basement {
    padding-bottom: 20px;
    background: #ffffff;
    border-bottom: 2px solid #FFB600;
}

/* Размер и цвет цены */
.product-price__item {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.product-price__main {
    font-size: 1.2em;
    white-space: nowrap;
    color: #333;
    
}

.product-price__old {
    position: relative;
    font-size: 1.2em;
    color: #999;
    white-space: nowrap;
}
.product-price__old:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #ff4f4d;
    position: absolute;
    top: 46%;
    left: 0;
}

.product-price--bg .product-price__item {
    margin: 0;
    padding: 3px 8px;
    background: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 4px;
}


/* Падинг сео текста */
.page__seo-text {
    padding: 0px 0px 5px 0px;
}


/******************* КАТЕГОРИИ **********************/
.catalog-toolbar {
    background: #fff;
}

.filter__item {
    background: #fff;
    border: 1px solid #eaeaea;
}

.sidebar-nav__item:first-child {
    border-top: 1px dashed #eaeaea;
}
.sidebar-nav__item {
    border: 1px dashed #eaeaea;
    border-top: 0;
}

.sidebar-nav__link:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
.sidebar-nav__link {
    display: block;
    padding: 10px 50px 10px 10px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.catalog-toolbar__item {
    display: table;
    padding: 0;
}
.catalog-toolbar {
    font-size: .9rem;
    padding: 0;
}

/* В ИЗБРАННОЕ и СРАВНЕНИЕ в категории */
.btn-white {
    background: #fff;
    border-color: #fff;
}
.btn-white:hover {
background: #fff!important;
border-color: #fd9fa5!important;
}


/* Цвет активного фильтра */
.active-filters__btn-link {
    background: #AEDDA9;
    border-color: #aedda9!important;
    outline: 0!important;
}
.active-filters__btn-ico {
    background: #fff;
    border-color: #aedda9!important;
    outline: 0!important;
}
.active-filters__btn-link:hover {
    background: #AEDDA9!important;
    border-color: #AEDDA9!important;
}
    
.active-filters__btn-ico:hover {
    background: #eaeaea!important;
    border-color: #aedda9!important;
    color: #FF4F4D
}

/* Заголовки Описание, Характеристики */
.product-fullinfo__header {
    padding: 0px 0px 15px 0px;
    margin-bottom: 1.2rem;
    background: #fff;
    border-bottom: 2px solid #fdce09;
}

/* Экстра инфо при наведении на товар */
.product-cut__extra-info {
    display: none;
    position: absolute;
    top: 100%;
    right: -10px;
    left: -10px;
    z-index: 100;
    border: 1px solid #dfe4eb;
    box-shadow: 0 6px 10px rgba(57,93,132,.1);
    border-top: 0;
    padding: 0 10px;
    background: #fff;   /* -   заливка*/
}

/* ПОПАП КОРЗИНЫ */
.modal__header-close {
    border-left: 1px solid #fff;
}
.modal__header {
    position: relative;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.modal__footer {
    padding: 15px;
    background: #fff;
    border-top: 1px dashed #eaeaea;
}
.cart-summary__total-price {
    border-top: 1px solid #fff;
}
.cart-product__link:hover {
    color: #fb3f4c;
    text-decoration: underline;
}

/* ОФОРМЛЕНИЕ ЗАКАЗА */
.form--bg {
    padding: 15px;
    background: #fff;
}
.cart-frame__header {
    padding: 15px 0px;
    border-bottom: 0;
    background: #fff;
}

/* ТЕЛЕФОНЫ на главной */
.site-info__title {
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-family: Tahoma;
}
.site-info__title {
    font-weight: 700;
}
.site-info__link {
    color: #487ebb;
    text-decoration: none;
    border-bottom: 1px dashed #487ebb;
}
.site-info__link:hover {
    color: #fb3f4c;
    text-decoration: none;
    border-bottom: 1px dashed #fb3f4c;
}
.site-info__ico {
    color: #62b12e;
}

/* БРЕНДЫ раздел */
.brand-image__img {
    position: absolute;
    transform: translate(-50%,-50%);
    padding: 5px;
}
.brand-image {
    border: 1px solid #fff;
}
.brand-image__title {
    display: block;
    padding: 0px;
    border-top: 1px solid #fff;
    text-align: center;
    font-weight: 700;
    color: #595959;
    background: #fff;
    font-family: Tahoma;
}

/* РАЗМЕР КАРТИНОК */


/* ZOOM РАЗМЕР */
.product-photo__zoom {
    position: relative;
    background: #FFF;
    border: 0;
    margin-left: 100%;
    display: block;
    z-index: 1000;
    height: 130%;
    width: 540px;
    overflow: hidden;
    top: -1px;
    box-sizing: content-box;
}



/* Социальные иконки в футере */
.soc-groups__ico svg {
    display: block;
    border-radius: 3px;
    box-shadow: 3px 3px 1px #bbb;
}
.soc-groups__ico {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 30px;
    margin-left: 10px;
    text-decoration: none;
}



/* ПАГИНАТОР */
.paginator__item--active {
    color: #fff;
    border-color: #e2bb18;
    background-color: #fdce09;
    box-shadow: inset 3px 3px 0 0 #e2bb18;
    border-radius: 3px;
}

/* Бордер категорий */
.catalog-section {
    display: block;
    border: 1px solid #fff;
}
.catalog-section__caption {
    border-top: 1px solid #fff;
    padding: 10px;
    text-align: center;
    font-weight: 700;
}
.catalog-section:hover {
    background: #fff;
    color: #ff4f4d;
    text-decoration: underline;
    border: 1px solid #ffff;
    border-radius: 3px;
}
.catalog-section:hover .catalog-section__caption {
    background: #fff;
    border-radius: 3px;
}

.catalog-section__img {
    display: block;
    padding: 0;
    max-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* ФИЛЬТР падинги */
.filter__item {
    padding: 14px 8px 0px 0px;
    margin-bottom: 3px;
    margin-right: -5px;
}
.filter__item {
    background: #fff;
    border: 0;
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

/* АРТИКУЛ Оранжевым */
.product-intro__addition-item:last-child {
    margin-right: 0;
    font-weight: 700;
    color: #ff8001;
    border-bottom: 1px dotted #ff8001;
    padding-bottom: 1px;
}
.product-intro__addition-link {
    color: #487ebb;
    text-decoration: none;
    font-weight: 700;
}
.product-intro__addition-link:hover {
    color: #ff4f4d;
    text-decoration: underline;
}

.filter__checkgroup-title:hover {
    color: #fb3f4c;
    text-decoration: underline;
}


/* МОБИЛЬНОЕ МЕНЮ */
.mobile-nav__item {
    border-bottom: 1px solid #DA8E00;
}
.page__mobile {
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: -250px;
    z-index: 10000;
    background: #FDCE09;
    color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-overflow-scrolling: touch;
}
.mobile-nav__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 30px;
    text-decoration: none;
    color: #595959;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
}
.mobile-nav__item--separator {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 30px;
    background: #19C579;
    margin-top: 0;
    border-bottom: 0;
}

/* Модуль АКЦИИ */

.product-cut__sale {
    display: block;
    padding: 0px 0 0;
    color: #ff4f4d;  
    font-weight: 700;
    font-size: 12px;
}
.product-sales__item {
    width: 100%;
    border: 2px solid #fc6f79;
    border-radius: 3px;
    background: #fff;
}
.product-sales__cell {
    display: block;
    padding: 15px 10px;
    padding-bottom: 0;
}
.product-sales__cell--accent {
    background: #fff;
    padding-top: 0;
}
.countdown-product__time {
    width: 100%;
    font-size: 2.5714285714rem;
    color: #ff4f4d;
    border: 1px solid #ffffff;
    padding-top: 10px;
}
.countdown-product__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    margin-right: 1em;
    padding: 1em 0;
    color: #487ebb;
    padding-bottom: 0;
    float: center;
    
}

.product-sales__link {
    color: #487ebb;
    text-decoration: none;
    color: #fb3f4c;
}

.product-sales__link:hover {
    color: #fb3f4c;
    text-decoration: underline;
}
/* Окно Акции */
.frame-content__header {
    padding: 5px 5px;
    margin-bottom: 1.2em;
    background: #fff;
    border-bottom: 2px solid #fdce09;
}
.countdown-post__content {
    text-align: left;
    background: #fff;
    border: 2px solid #fff;
    border-top: 0;
}
.countdown-post__header {
    background: #fff;
    border: 1px solid #fff;
    padding: 0;
}

/* ПЛАШКА "АКЦИЯ" в разделе Акции */

.sales-post__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;   /* -     НУЖНО ПОСТАВИТЬ 121px чтобы вернуть !!!!!*/
    height: 27px;
    line-height: 27px;
    font-size: .7857142857rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #ff2c2c;
    -webkit-transform: rotate(-45deg) translate(-33px,-5px);
    -ms-transform: rotate(-45deg) translate(-33px,-5px);
    transform: rotate(-45deg) translate(-33px,-5px);
}
    
.countdown-post__title {
    font-size: 18px;
    color: #fc6f79;
}

/* Картинки в категории */
.catalog-section__img {
    display: block;
    padding: 0;
    max-height: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.content__row {
    padding-bottom: 15px;       /*---- ОТСТУП НАД ОПИСАНИЕМ*/
}

.breadcrumbs {
    margin-top: -5px;
    color: #9aa1ab;
    font-size: 12px;    /*---- РАЗМЕР ХЛЕБНЫХ КРОШЕК */
}

.breadcrumbs__link {
    float: left;
    color: #487ebb;
    text-decoration: none;   /*---- ПОДЧЕРКИВАНИЕ ХЛЕБНЫХ КРОШЕК */
}

.properties__title {
    display: inline;
    font-weight: 500;  /*---- ТОЛЩИНА ХАРАКТЕРИСТИК */
    color: #000;
}
.related-products__item {
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    border: 1px solid #c7c7c7;           /*---------  ВЫБОР ЦВЕТА */
    padding: 2px;
    margin: 5px 10px 5px 0;
}
.related-products__item:hover {
    border-color: #ff4f4d;
}

.content {
    margin-top: 14px;        /*---- ОТСТУП НАН ФИЛЬТРОМ */
}
.content__sidebar-item {
    padding-bottom: 10px;   /* ---- ОТСТУП ПОД ФИЛЬТРОМ */
}



.slick-slide img {
    display: block;
    border-radius: 6px;
}

.content__hinfo {
    display: inline-block;
    font-size: .9em;
    color: #fff;
    white-space: nowrap;
}

---------------------------------------------
ОФОРМЛЕНИЕ ЗАКАЗА
---------------------------------------------

.delivery-radio__spoiler-col {
    display: block;
    vertical-align: middle;
    padding-top: 10px;
}

input[type=radio] {
    margin: 2px 0 0;    ------ высота чекбокса
    line-height: normal;
}

/*Кнопка купить в мобильной версии*/

.product-buy__btn-mobile {
    padding: 3px 5px;
    margin-bottom: -10px;
    width: 43px;
    height: 40px;
}

.product-buy__btn-mobile .svg-icon {
    width: 25px;
    height: 27px;
    color: #61b12e;
    fill: #61b12e;
}

.delivery-radio__info {
    font-size: .9em;
    position: relative;
    margin-top: 3px;
    color: #ff4f4d;
    font-weight: bold;
}

.not-available .product-photo {
    opacity: 1;
}

.product-cut.not-available .product-cut__photo {
    opacity: 1;
}

/*МЕНЮ - скругление углов*/

.table-nav__item {
    border-radius: 0px;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #ffffff;
    border-bottom: 2px solid #FDCE09;
    border-top: 2px solid #FDCE09;
    /* box-shadow: inset 0 -2px #da8e00; */
}

.table-nav__item:hover .table-nav__link {
    border-radius: 0px;
    background: #fdce09;
    /* box-shadow: inset 0 -2px #da8e00; */
    color: #fff;
}

/*ТОЛЩИНА ЦЕНЫ*/
.product-price__item-value {
    display: inline-block;
    vertical-align: baseline;
    font-weight: bold;
}
/*РАЗМЕР ЦЕНЫ*/
.product-price__main {
    font-size: 1.5em;
    white-space: nowrap;
    color: #333;
}


/*РАСПОЛОЖЕНИЕ ЗАГОЛОВКОВ (Header)*/
.content__header {
    padding-bottom: 15px;
    text-align: center;
}

/*ЗНАЧКИ Viber*/
.mobile-phones__icon {
    display: block;
    width: 34px;
    height: 14px;
}

.icon-phones {
    background-image: url(../_img/sprite.png);   -   Убираем значки с ПК версии
    background-position: 0 0;
    width: 64px;
    height: 0px;
}