/* Add here all your CSS customizations */
#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #b8b9cf;
}
.product-thumb-info .product-thumb-info-content {
    display: flex;
    align-items: center;
}
article.post-large, article.post-large .post-image, article.post-large .post-date {
    margin-left: 0px;
}
.body header div[id*="bx_incl_area"] {
	min-height: 20px!important;
	min-width: 20px!important;
	display: inline-block;
}
.thumb-info-image {
    background-size: cover!important;
}
.thumb-info.thumb-info-preview:hover .thumb-info-image {
    background-position: center center;
}
.thumb-info.thumb-info-preview .thumb-info-image {
	background-position: center center;
}
.social-icons > li > a, .thumb-info-action-icon {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.pagination .fa {
    line-height: 18px;
}
.pagination .disabled {
    opacity: 1!important;
}
.main-pagination {
    /*display: flex;
    align-items: center;*/
}
.pagination-text {
    line-height: 30px;
}
html .btn-primary[disabled]:hover {
    border-color: #28b825 #28b825 #1e8e1d;
    background-color: #28b825;
    color: #fff;
}
html .btn-primary[disabled] {
    background-color: #8b0901;
    border-color: #8b0901 #8b0901 #1a7918;
    color: #fff;
}
.left_menu {
    padding: 0px;
}
.left_menu li>a {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0px;
    text-decoration: none;
    line-height: 24px;
    padding: 5px 0px 5px 8px;
}
.left_menu li>a:hover {                         
    text-decoration: underline;
}
.left_menu li>ul>li>a:hover {                           
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}
.left_menu, .left_menu ul {
    list-style:none;
}
.left_menu ul {
    padding: 0 0 0 15px;
}
.left_menu li>ul>li>a {
    transition: transform 0.2s ease-out;
    border: 0 none;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0 0 0 -8px;
    padding: 3px 10px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
}
.blockquote-primary-border {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-right: 1px solid;
}
.left_menu li>ul>li>a.activ, .left_menu li>a.activ {
    background: rgb(139, 9, 1);
    text-decoration: none;
    color: #fff;
}
.dropdown-menu .active>a {
    background: transparent;
}
.dropdown-menu .active>a:hover {
    background-color: #f5f5f5;
}
.social-icons li.social-icons-odnoklassniki:hover a {
    background: #ee8208;
}


/** Слайдер */
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    text-align: center;
}
.gallery-top {
    height: 380px;
    width: 100%;
}
.gallery-thumbs {
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    width: 85%;
    margin: 25px auto!important;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 70px;
    opacity: 1;
    text-align: center;
}
.gallery-thumbs .swiper-slide img {
    max-height: 100%;
    max-width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #ff7900;
}

.img-responsive {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-preview {
    position: relative;
}

.swiper-prev, .swiper-next {
    position: absolute;
    top: 0;
    font-size: 1.5rem;
    outline: none;
    padding: 24px 10px;
}

.swiper-next {
    right: 0;
}

.swiper-prev {
    left: 0;
}

.element_photo_block {
    border: 1px solid #dbdbdb;
    margin-bottom: 2rem;
}

.element__title {
    margin-top: 1rem;
}

.element__tabs {

}

.element__tabs .tabs_content {
    padding-left: 10px;
}

.price_block {
    text-align: center;
    margin-top: 15rem;
    margin-bottom: 7rem;
    position: relative;
}

.price_block .help-text {
    font-size: 1.15rem;
}
/* START block added 30.05.2019 by ASk*/
.element__price_old {
    position: relative;
    font-size: 2.5rem;
    color: #929292;
    padding-top: 2rem;
}

.element__price_old::before, .element__price_old::after {
    position: absolute;
    display: block;
    content: "";
    /* left: 120px;
    top: 53px; */
    background-color: #c93636;
    height: 2px;
    width: 167px;    
}

.element__price_old::before {
    transform: rotate(13deg) translate(calc(50% + 36px), calc(50% - 16px));
}

.element__price_old::after {    
    transform: rotate(-13deg) translate(calc(50% + 36px), calc(50% + 16px));
}
/* END block added 30.05.2019 by ASk*/
.element__price {
    font-size: 4rem;
    font-weight: 500;
    color: #000;
    padding-top: 2.5rem;
}

.detail_text table {
    border: 1px solid #e9ecef;
    margin-bottom: 1rem;
}

.detail_text table td {
    border: 1px solid #e9ecef;
    padding: .75rem;
}

.props_list .prop_value {
    padding-left: 0.75rem;
}

/* START added 04.06.2019 by ASk*/
@media (max-width: 1199px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 2px), calc(50% - 6px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 2px), calc(50% + 6px));
    }
}

@media (max-width: 991px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 184px), calc(50% - 50px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 184px), calc(50% + 50px));
    }
}

@media (max-width: 760px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 172px), calc(50% - 45px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 172px), calc(50% + 45px));
    }
}

@media (max-width: 660px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 140px), calc(50% - 40px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 140px), calc(50% + 40px));
    }
}

@media (max-width: 625px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 115px), calc(50% - 34px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 115px), calc(50% + 34px));
    }
}

@media (max-width: 585px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 100px), calc(50% - 30px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 100px), calc(50% + 30px));
    }
}

@media (max-width: 545px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 80px), calc(50% - 25px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 80px), calc(50% + 25px));
    }
}

@media (max-width: 495px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 60px), calc(50% - 22px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 60px), calc(50% + 22px));
    }
}

@media (max-width: 465px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 38px), calc(50% - 17px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 38px), calc(50% + 17px));
    }
}

@media (max-width: 415px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 25px), calc(50% - 15px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 25px), calc(50% + 15px));
    }
}

@media (max-width: 400px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 15px), calc(50% - 12px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 15px), calc(50% + 12px));
    }
}

@media (max-width: 375px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% + 1px), calc(50% - 9px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% + 1px), calc(50% + 9px));
    }
}

@media (max-width: 355px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% - 5px), calc(50% - 8px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% - 5px), calc(50% + 8px));
    }
}

@media (max-width: 325px) {
    .element__price_old::before {
        transform: rotate(13deg) translate(calc(50% - 25px), calc(50% - 2px));
    }

    .element__price_old::after {    
        transform: rotate(-13deg) translate(calc(50% - 25px), calc(50% + 2px));
    }
}
/* END added 04.06.2019 by ASk*/