.colored_theme_bg {
    background-color: #ff7015;
    border-color: #ff7015
}

.colored_text {
    color: #ff7015;
}

.colored_text-border {
    border: 1px solid #ff7015;
}

.colored_text_hover:hover,
.colored_text_hover:focus {
    color: #ff7015;
}

.page-link {
    color: #ff7015;
}

.page-item.active .page-link {
    background-color: #ff7015;
    border-color: #ff7015
}

._Forms_generate .field_submit .btn {
    background-color: #ff7015;
}

.filters-block .filterButtons input:hover {
    background-color: #ff7015;
}

svg path {
    /*fill: #ff7015;*/
}

.nav-tabs .nav-link.active,
.sidebar-navigation li.active>a {
    color: #ff7015;
}

.colored_black_text_hover:hover {
    color: #000
}

.bordered {
    border: 1px solid #ececec;
}

.box-shadow,
.box-shadow-sm {
    transition: transform .2s, box-shadow .2s;
}

.box-shadow:hover {
    border-color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    background-color: #fff;
}

.stock-item.box-shadow:hover {
    border-color: #F8F8F8;
}

.margin-0 {
    margin: 0;
}

.relative-z {
    position: relative;
    z-index: 999
}

@media(min-width: 1200px) {
    .container {
        max-width: 1408px;
    }
}

.overline {
    position: fixed;
    right: 0;
    width: 65px;
    top: 40%;
    background: #fff;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -webkit-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -11px rgba(0, 0, 0, 0.75);
    transition: .3s;
    z-index: 999;
}

.overline .line {
    padding: 18px 20px;
}

.overline .line img {
    max-width: 100%
}

.overline .line.basket-box {
    border-bottom: 1px solid #ececec
}

.overline .minicart {
    position: relative;
}

.overline .line a {
    display: block;
}

.overline .minicart .ms2_total_count {
    position: absolute;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    right: -8px;
    color: #fff;
    top: -5px;
    width: 18px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
}

.header_wrap {
    position: relative;
    z-index: 9;
}
.header_wrap.header-opacity {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.header_wrapper {}

.header_slogan {
    font-weight: 300;
    line-height: 20px;
}


/*****/

section.slider {
    overflow: hidden;
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: 43px;
    text-align: center;
}
.owl-dots .owl-dot {
    margin: 0 24px;
    background: #fff;
    box-shadow: none;
    border: none;
    width: 8px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    vertical-align: middle;
    transition: 0.2s;
    position: relative;
}
.owl-dots .owl-dot:before {
    content: '';
    width: 60px;
    height: 18px;
    position: absolute;
    left: 50%;
    bottom: -52px;
    margin-left: -30px;
    background: url(../images/slider-artdot.png) no-repeat;
    opacity: 0;
}
.owl-dots .owl-dot.active:before {
    opacity: 1;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot:focus {
    background: #ff7015;
    box-shadow: 0 0 0 2px #ff7015;
    /*width: 12px;
    height: 12px;*/
}

.services_tabarrow .prev,
.services_tabarrow .next,
.owl-prev,
.owl-next {
    display: inline-block;
    margin-left: 50px;
    width: 21px;
    height: 40px;
    /*border-radius: 50%;*/
    background-image: url(../images/arrow-slider2.png);
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
.services_tabarrow .prev:hover,
.services_tabarrow .next:hover,
.owl-prev:hover,
.owl-next:hover {
    /*background-color: #92c538;*/
}
.owl-prev {
	background-position: 0 0;
}
.owl-next {
	background-position: -34px 0;
}
.owl-prev:hover {
	background-position: 0 -65px;
}
.owl-next:hover {
	background-position: -34px -65px;
}
.services_tabarrow .prev,
.services_tabarrow .next {
    margin-left: 10px;
    width: 30px;
    height: 30px;
}
.services_tabarrow .prev {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14L1.5 7.75L7.5 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.services_tabarrow .next {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14L7.5 7.75L1.5 1.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}
.services_tabarrow .prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 14L1.5 7.75L7.5 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.services_tabarrow .next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 14L7.5 7.75L1.5 1.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
#background-slider .owl-nav .owl-prev,
#background-slider .owl-nav .owl-next {
    width: 26px;
    height: 50px;
    background-image: url(../images/arrow-slider.png);
    background-color: transparent !important;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
#background-slider .owl-nav .owl-prev:hover {
    background-position: 0 -55px;
}
#background-slider .owl-nav .owl-next:hover {
    background-position: -28px -55px;
}

#background-slider .owl-nav .owl-prev {
    background-position: 0 0;
    left: -50px;
}
#background-slider .owl-nav .owl-next {
    background-position: -28px 0;
    right: -50px;
}
#background-slider:hover .owl-nav .owl-prev {
    left: 5%;
}
#background-slider:hover .owl-nav .owl-next {
    right: 5%;
}
#background-slider:hover .owl-nav .owl-prev,
#background-slider:hover .owl-nav .owl-next {
    z-index: 2;
    opacity: 1!important
}
.review-image-slider .owl-prev, 
.review-image-slider .owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.review-image-slider .owl-prev {
    left: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58398 11.5L1.58398 6.29167L6.58398 1.08333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.review-image-slider .owl-next {
    right: -10px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41602 11.5L6.41602 6.29167L1.41602 1.08333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.review-image-slider .owl-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.58398 11.5L1.58398 6.29167L6.58398 1.08333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.review-image-slider .owl-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41602 11.5L6.41602 6.29167L1.41602 1.08333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-prev, 
#review-slider2 .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
#review-slider2 .owl-prev {
    left: -20px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.334 18L2.33398 9.66667L10.334 1.33333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-next {
    right: -20px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 18L9.66602 9.66667L1.66601 1.33333' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.334 18L2.33398 9.66667L10.334 1.33333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
#review-slider2 .owl-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='19' viewBox='0 0 12 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 18L9.66602 9.66667L1.66601 1.33333' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.background-slide-item {
    background-position: center;
    background-repeat: no-repeat;
}
.background-slide-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.background-slide-wrapper .background-slide-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 15px;
}

.background-slide-wrapper .background-slide-text {
    font-weight: 500;
    font-size: 18px;
}

.background-slide-wrapper .background-slide-btn {
    margin-top: 56px;
}
.background-slide-wrapper .background-slide-btn a {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding: 18px 30px;
    color: #fff;
    border-radius: 30px 4px;
    border: none;
    width: 220px;
    max-width: 100%;
    background: #ff7015;
    background: -webkit-linear-gradient(left, #FF5534, #FF7419);
    background: -moz-linear-gradient(left, #FF5534, #FF7419);
    background: linear-gradient(to right, #FF5534, #FF7419);
}

.tizers {
    padding: 90px 0 80px;
    /*border-bottom: 1px solid #ececec*/
}

.tizers .tizer-item {
    width: 270px;
    /*height: 150px*/
}
.tizer-item-hover {
    position: relative;
}
/* .tizers .tizer-item:hover {
    position: relative;
    z-index: 1;
} */
.tizers .tizer-item .tizer-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    margin-top: 25px
}
.tizers .tizer-detail .tizer-title {
    margin-top: 0;
}
.tizers .tizer-item .tizer-desc {
    font-weight: 400;
    font-size: 16px;
}

.tizer-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
    left: 0;
    top: 0;
    min-height: 200px;
    opacity: 0;
    background: #fff;
    box-shadow: 0px 0px 20px #f3f6fa;
    border-radius: 30px;
    border: none;
    box-sizing: border-box;
    transition: opacity .2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    z-index: 1;
}
.tizers-prod .tizer-detail {
    width: 120%;
    height: 120%;
    left: -10%;
}
.tizers-prod {
    text-align: center;
}
.tizers-prod .tizer-detail {
    text-align: left;
}

.tizers .tizer-item:hover .tizer-detail {
    opacity: 1;
}
.section_title {
    font-size: 40px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    margin-bottom: 90px;
    letter-spacing: 1px;
}

.popular {
    margin: 60px 0 60px;
}

.popular .popular-image {
    width: 100%;
    height: 200px;
    margin: 0 auto 20px;
}

.popular .catalog-category-item-2 .popular-image {
    height: 100px;
}

.popular .link-more {
    font-size: 0.865em;
    color: #6f6f6f
}

.catalog .catalog-category-item {
    padding: 20px;
}

.catalog .catalog-category-item .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}

.catalog .row>.col {
    margin: 0 0 -1px -1px;
    padding: 0
}

.catalog-link {
    font-size: 13px;
    padding: 0 8px;
}

.catalog-link a {
    color: #6f6f6f
}

ul.catalog-links {
    padding-left: 0;
}

ul.catalog-links li {
    display: inline-block;
}

.simplesearch-search-form {
    position: relative;
}

.simplesearch-search-form input[type=text] {
    background: none;
    border: 1px solid #EBEBEB;
    padding: 7px 25px 7px 15px;
    width: 100%;
    font-size: 16px;
}

.footer .simplesearch-search-form input[type="text"] {
    border: 1px solid #ececec;
}

.simplesearch-search-form input[type=submit] {
    background: url('../images/search.png') center no-repeat;
    text-indent: 500%;
    overflow: hidden;
    border: none;
    position: absolute;
    right: 9px;
    top: 8px;
    width: 19px;
}

.mainpage_text {
    padding: 60px 0 50px;
}

.mainpage_text .content__inner {
    margin-bottom: 0;
    color: #3F403F;
}

.looked {
    padding: 30px 0 30px;
    margin-bottom: 41px;
}

.looked button.looked-remove {
    display: inline-block;
    background-image: url('../images/fast-close.png');
    width: 22px;
    height: 22px;
}

.sale_items {}

.sale_items img {
    max-width: 100%;
    height: auto;
}

.sale_items .sale_image {
    position: relative;
}

.sale_items .sale_image:after {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 20%, rgba(10, 10, 15, 0.35) 48%, rgba(10, 10, 15, 0.9) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    top: 20%;
}

.sale_items .item {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.sale_items .sale_body {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    padding: 20px;
    color: #fff
}

.sale_items .sale_body .title {
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
}

.sale_items .sale_body .title a {
    color: #fff
}

.sale_items .sale_body .title a:hover,
.sale_items .sale_body .title a:focus {
    text-decoration: none;
}

.sale_items .sale_body .intro {
    font-weight: 300
}

.sale_items.main_page {
    padding: 64px 0 80px;
    /*background: #F8F8F8;*/
}

.sale_items .sale_text {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin: -30px 0 50px;
}
.sale_items.main_page .section_title {
    margin-bottom: 53px;
}

.sale_items.main_page .content__inner {
    font-size: .865em
}
#sale-slider .owl-dots {
    position: static;
    margin-top: 35px;
}
#sale-slider .owl-dots .owl-dot {
    background: #404040;
}
#sale-slider .owl-dots .owl-dot.active {
    background: #ff7015;
}
#sale-banner {
    margin-top: 60px;
}

#sale-banner .sale-banner-item {
    position: relative;
    background-size: cover;
}

#sale-banner .sale-banner-item img {
    max-width: 100%;
}

#sale-banner .sale-banner-body {
    position: absolute;
    left: 60px;
    bottom: 90px;
}

#sale-banner .sale-banner-item-two .sale-banner-body {
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    height: 100%;
    position: static;
    padding-left: 60px;
    padding-right: 60px;
}

#sale-banner .sale-banner-item-two .sale-banner-outer {
    width: 100%;
    position: relative;
}

.sale-banner-item .sale-banner-title {
    font-size: 35px;
    line-height: 40px;
    color: #FFFFFF;
    letter-spacing: 0.48px;
    display: inline-block;
    margin-bottom: 30px;
}

.sale-banner-item .sale-banner-title:hover {
    text-decoration: none;
}

.sale-banner-item .sale-banner-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.product-stock {
    background: #F8F8F8;
    margin: 50px 0;
}

#single-product-action.product-stock .product-item .title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-top: 11px;
}

#single-product-action.product-stock .product-item .options-row {
    padding-top: 23px;
    font-size: 13px;
    line-height: 16px;
    border-top: 1px solid #EBEBEB;
}

#single-product-action.product-stock .product-item .prices {
    margin-top: 33px;
}

#single-product-action.product-stock .product-item .prices .price {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
}

#single-product-action.product-stock .product-item .prices .old_price {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.product-stock .product-item .to-cart button {
    width: auto;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-top: 8px;
    padding: 17px 85px;
}

#sale-banner .sale-banner-related-items {
    margin-top: 80px;
}

#sale-banner .sale-banner-item-two .sale-banner-related-items {
    margin-top: 0;
}

#sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
    min-width: 320px;
    margin-left: 40px;
    z-index: 999;
}

#single-product-action .product-item.product-item-row .product-stock-image {
    width: 560px;
    height: 370px;
}

#double-product-action .product-item.product-item-row .product-stock-image {
    width: 320px;
    height: 212px;
}

#double-product-action .product-item.product-item-row .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-top: 13px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 13px;
}

#double-product-action.product-stock .product-item .price {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
}

#double-product-action .product-item.product-item-row .center-row {
    padding: 8px 0 8px 10px;
}

#double-product-action.product-stock .product-item .prices {
    margin-top: 2px;
}

#double-product-action.product-stock .product-item.product-item-row .center-row {
    border-right: none;
}

aside.horizontal-menu {
    margin-bottom: 65px;
    background: #F8F8F8;
    padding: 28px 48px 8px;
}

.horizontal-menu .navbar {
    border-top: none;
}

.horizontal-menu>ul {
    justify-content: space-around;
    align-items: flex-start;
}

.horizontal-menu>ul>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.horizontal-menu>ul>li {
    flex-basis: 25%;
}

.horizontal-menu>ul>li>ul>li {
    position: relative;
}

.horizontal-menu>ul>li>ul>li:before {
    content: "";
    width: 7px;
    height: 12px;
    top: 1px;
    background-image: url('../images/expand.svg');
    position: relative;
    display: inline-block;
}

.horizontal-menu>ul>li>ul>li>a {
    font-size: 15px;
    line-height: 16px;
    display: inline-block;
    margin-bottom: 17px;
}

.horizontal-item .desc-column {
    flex-grow: 1;
    position: relative;
}

.horizontal-item .product-item-stickers {
    top: 27px;
    left: 30px;
}

.horizontal-item .desc-column .introtext {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 9px;
}

.horizontal-item.horizontal-double .desc-column .introtext {
    margin-top: 4px;
}

.horizontal-item .desc-column .dashed-line {
    flex-grow: 1;
    border-top: 1px dashed #9E9E9E;
    padding-bottom: 14px;
}

.product-item.product-item-row.horizontal-item .price {
    font-weight: 500;
    font-size: 30px;
    line-height: 25px;
}

.product-item.product-item-row.horizontal-item.horizontal-double .price {
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
}

.horizontal-item.horizontal-double .desc-column .price-block {
    padding-top: 0px;
    margin-bottom: 8px;
}

.horizontal-item .desc-column .price-block {
    margin-bottom: 32px;
}

.horizontal-item.horizontal-double .desc-column .price-block {
    min-width: 100%;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .desc-column .price-block {
    min-width: 146px;
    padding: 0;
    margin: 0;
    flex-direction: column;
    align-self: center;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .desc-column .price-block button.img {
    margin-top: 8px;
}

.horizontal-item .horizontal-item-without-photo {
    min-height: 190px;
}

.horizontal-item .horizontal-item-without-photo .desc-column .dashed-line {
    padding-bottom: 0;
    margin-top: 14px;
}

.horizontal-item .horizontal-item-without-photo .desc-column .price-block {
    padding-top: 42px;
}

.product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .product-title {
    margin-top: 73px;
}

.product-item.product-item-row.horizontal-item.horizontal-double .horizontal-item-without-photo .product-title a {}

.menu-toggler-title {
    display: none;
}

@media (max-width:1460px) {
    #sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
        min-width: 260px;
    }
    #single-product-action .product-item.product-item-row .product-stock-image {
        width: 480px;
    }
    #double-product-action .product-item.product-item-row .product-stock-image {
        width: 270px;
    }
}

@media (max-width:1200px) {
    #sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
        min-width: 220px;
        margin-left: 15px;
    }
    #sale-banner .sale-banner-item-two .sale-banner-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sale-banner-item.sale-banner-item-two .sale-banner-title {
        font-size: 28px;
        line-height: 27px;
    }
    #double-product-action .product-item.product-item-row .product-stock-image {
        width: calc(100% - 15px);
    }
    #double-product-action.product-stock .product-item .to-cart button {
        padding: 17px 30px;
    }
    #double-product-action .product-item.product-item-row .title {
        font-size: 16px;
    }
    .product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .product-title {
        margin-top: 55px;
    }
}

@media (max-width:991px) {
    .sale-banner-item.sale-banner-item-two {
        flex-wrap: wrap;
    }
    #sale-banner .sale-banner-item-two .sale-banner-body {
        padding: 40px 30px;
    }
    #sale-banner .sale-banner-item-two .sale-banner-related-items .sale-item-with-margin {
        margin-left: -1px;
        min-width: 50%;
    }
    #sale-banner .sale-banner-item-two .sale-banner-related-items {
        margin-top: 40px;
    }
    #single-product-action .product-item.product-item-row .product-stock-image {
        width: 370px;
    }
    aside.horizontal-menu {
        padding: 10px 20px;
    }
    .menu-toggler-title {
        display: block;
    }
}

@media (max-width:768px) {
    #single-product-action .product-item.product-item-row .product-stock-image {
        width: 100%;
        height: 236px;
    }
    #single-product-action.product-stock .product-item .options-row {
        font-size: 16px;
        line-height: 24px;
    }
    #single-product-action.product-stock .product-item .prices,
    #single-product-action.product-stock .product-item .to-cart {
        text-align: center;
    }
    #single-product-action.product-stock .product-item .to-cart button {
        margin-top: 20px;
    }
    .product-item.product-item-row.horizontal-item .product-title {
        margin-top: 60px;
    }
    .horizontal-item .product-item-stickers {
        left: 22px;
    }
    .horizontal-item .horizontal-item-without-photo .desc-column .price-block {
        padding-top: 20px;
    }
    .product-item.product-item-row.horizontal-item.horizontal-double form.horizontal-item-without-photo .desc-column .price-block {
        min-width: 100%;
        flex-direction: row;
    }
}

.news_items .item {
    border: 1px solid #ececec;
    overflow: hidden;
    height: 100%;
}

.news_items .item .news_body {
    padding: 20px
}

.news_items .item .news_body .title {
    font-size: 15px;
    font-weight: 400;
}

.news_items .item .news_body .title a:hover {
    text-decoration: none;
}

.news_items .item .news_body .date {
    color: #6c757d;
    font-size: .785em;
    display: block;
    font-weight: 400;
    margin-bottom: 10px
}

.order-btn {
    border-radius: 0;
    color: #fff;
    width: 100%
}

.combo-multiple-item {
    display: inline-block;
    margin-right: 20px;
}

.combo-multiple-item label {
    margin-left: 5px;
    color: #6c757d;
    line-height: 1em;
    vertical-align: middle;
    padding-top: 4px;
    cursor: pointer;
}

.contacts>div {
    padding: 20px 15px 20px 60px;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
    font-size: 1.055em;
}

.contacts>div>span {
    text-transform: uppercase;
    color: #6c757d;
    font-size: .785em;
    display: block;
    font-weight: 400;
    margin-bottom: 2px;
}

.contacts .contact_address {
    position: relative;
}

.contacts .contact_address:after {
    background: url('../images/shop/address.png') center no-repeat;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.contacts .contact_phone {
    position: relative;
}

.contacts .contact_phone:after {
    background: url('../images/shop/phone.png') center no-repeat;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.contacts .contact_phone .contact-phone-item {
    display: block;
}

.contacts .contact_email {
    position: relative;
}

.contacts .contact_email:after {
    background: url('../images/shop/email.png') center no-repeat;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.contacts .contact_work {
    position: relative;
}

.contacts .contact_work:after {
    background: url('../images/shop/time.png') center no-repeat;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
}

.network-items {
    margin-top: 12px;
}

.network-items .network-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}

.network-items .network_vk {
    background: url('../images/networks/vk.png') center no-repeat;
    background-size: contain;
}

.network-items .network_fb {
    background: url('../images/networks/fb.png') center no-repeat;
    background-size: contain;
}

.network-items .network_youtube {
    background: url('../images/networks/youtube.png') center no-repeat;
    background-size: contain;
}

.network-items .network_ok {
    background: url('../images/networks/ok.png') center no-repeat;
    background-size: contain;
}

.network-items .network_inst {
    background: url('../images/networks/inst.png') center no-repeat;
    background-size: contain;
}

.network-items .network_tw {
    background: url('../images/networks/tw.png') center no-repeat;
    background-size: contain;
}

.error404 h1 {
    font-size: 250px;
    line-height: normal;
    text-indent: -9999px;
    background: url(../images/img404.jpg) top center no-repeat;
    background-size: contain;
}

.error404 .content-error-page {
    font-size: 21px;
    text-align: center;
    margin-bottom: 45px;
}

.product-item-row.product-item-twoRow .price {
    margin-left: 5px;
}

.product-item-row.product-item-twoRow button.img,
.product-item.horizontal-item button.img {
    margin-left: auto;
    background-image: url(../images/cart.png);
    background-position: 49% 50%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
}

.product-item.horizontal-item button.img {
    margin-left: 12px;
}

.product-item.horizontal-item.horizontal-double button.img {
    margin-top: 0;
}

.product-item-row.product-item-twoRow button.img:focus,
.product-item-row.product-item-twoRow button.img:hover {
    outline: none;
}

.product-item.product-item-row.product-item-twoRow .product-item-image {
    width: 100%;
    height: 92px;
}

@media (max-width:767px) {
    .product-item.product-item-row.product-item-twoRow .product-item-image {
        height: 180px;
    }
    .product-item.product-item-row.product-item-twoRow .right-row {
        padding: 0;
    }
}


/* cart begin */

.cart-crumbs {
    margin-bottom: 39px;
}

#msCart.ms-custom-cart {
    padding-top: 18px;
}


/* cart end */

.header_wrap nav,
.top nav.navbar {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
}


/*  cabinet  */

.header-login .header-login-button {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #181A16;
}

.header-login a.header-login-button {
    padding: 0 4px;
}

.header-login .header-login-button:focus {
    outline: none;
}

.header-login {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.modal-body-login-form {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.modal-body-login-form .login-form-control {
    display: flex;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    justify-content: stretch;
    align-items: center;
    min-height: 60px;
    background: #F8F8F8;
}

.modal-body-login-form .login-form-control .login-form-control-tab {
    flex: 0 0 50%;
    text-align: center;
    padding: 18px 0;
}

.modal-body-login-form .login-form-control .login-form-control-tab:hover {
    cursor: pointer;
}

.modal-body-login-form .login-form-control .login-form-control-tab.active {
    background: #fff;
}

.modal-body-login-form .login-form-content {
    padding: 25px 30px 20px;
    min-height: 250px;
}

.login-form-content>div {
    display: none;
}

.login-form-content>div.active {
    display: block;
}

.login-form-field span.loginLabel {
    display: block;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}

.login-form-field {
    margin-bottom: 15px;
}

.login-form-field.login-form-field-remember-me {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.login-form-field.login-form-field-remember-me a {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.login-form-field .forgot-password {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}

.content-login-form-tab #submitbtn {
    display: block;
    background: #ff7015;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.login-form-agreement.register-agreement {
    margin-top: 10px;
}

.login-form-field.login-form-field-submit {
    margin-bottom: 10px;
}

.login-form-field>label {
    display: block;
}

.login-form-field>label>input,
.login-form-field>textarea {
    width: 100%;
    border: 2px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 15px;
    padding: 13px 20px;
}

#comment-form-placeholder #comment-editor {
    width: 100%;
    border: 2px solid #ECECEC;
}

.comments-form-header {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
}

.comments-module .comment-reply .reply {
    text-decoration: underline;
}

.login-form-field>label>input.loginRememberme {
    display: inline;
    width: auto;
}

.login-form-field .loginLoginButton>input {
    display: block;
    background: #ff7015;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
}

.login-form-agreement span {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #9E9E9E;
    display: inline-block;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 437px;
        margin: 4.75rem auto 1rem;
    }
}

.forgot-password-description {
    font-size: 25px;
    line-height: 30px;
}

.loginFPButton input,
.forgot-password-button {
    padding: 18px 40px 17px 41px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.forgot-password-button {
    display: inline-block;
    margin-top: 9px;
}

.forgot-password-button:hover {
    color: #fff;
    text-decoration: none;
}

.loginFPForm .login-form-field {
    margin-bottom: 25px;
}

.login-form-field .change-password-button {
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 18px 40px 17px 41px;
    border: none;
}

.update-profile-block .update-profile-button,
.change-password-block .change-password-button {
    padding: 18px 40px 17px 41px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}

.update-profile .update-profile-field,
.change-password .update-profile-field {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.update-profile {
    margin-bottom: 45px;
}

.profile-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 25px;
}

.my-orders-content .cabinet-order {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.my-orders-content .cabinet-order.filtred {
    display: none;
}

.cabinet-order .cabinet-order-description {
    display: flex;
    justify-content: space-between;
    padding: 22px 25px;
}

.cabinet-order .order-show-more-arrow {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: #F8F8F8;
}

.cabinet-order .order-show-more-arrow:before {
    content: "";
    width: 9px;
    height: 9px;
    border-right: 2px solid #181A16;
    border-bottom: 2px solid #181A16;
    position: absolute;
    top: 15px;
    left: 15px;
    transform: rotate(45deg);
    transition: .2s;
}

.cabinet-order.showed .order-show-more-arrow:before {
    transform: rotate(225deg);
    transition: .2s;
    top: 17px;
    left: 16px;
}

.cabinet-order .order-show-more-arrow:hover {
    cursor: pointer;
}

.cabinet-order-about .cabinet-order-about-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.cabinet-order-description .cabinet-order-small-text {
    font-size: 14px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-order-status .order-status-new {
    background: #56CCF2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px 15px;
}

.cabinet-order-status .order-status-payd {
    background: #56CCF2;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px 15px;
}

.cabinet-order-status .order-status-shiped {
    background: #6FCF97;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 5px 15px;
}

.cabinet-order-status .order-status-canceled {
    background: #E0E0E0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    color: #181A16;
    padding: 5px 15px;
}

.cabinet-order-description .cabinet-order-status {
    margin-left: 16px;
    flex: 0 0 45%;
}

.cabinet-order-description .cabinet-order-payment-status {
    display: flex;
    align-items: center;
}

.cabinet-order-payment-status .cabinet-order-payment-status-outer-button {
    margin-left: 15px;
}

.cabinet-order-payment-status .cabinet-payment-status-title {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-order-payment-status .cabinet-payment-status-not-paid {
    font-size: 16px;
    line-height: 20px;
    color: #EB5757;
}

.cabinet-order-payment-status .cabinet-payment-status-ok {
    font-size: 16px;
    line-height: 20px;
    color: #181A16;
    font-weight: 400;
}

.cabinet-order-payment-status .cabinet-payment-status-canceled {
    font-size: 16px;
    line-height: 20px;
    color: #9E9E9E;
    font-weight: 400;
}

.cabinet-order-total .cabinet-order-total-title {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-order-total .cabinet-order-total-content {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #1A1716;
}

.cabinet-order-description .cabinet-order-total {
    /* margin-left:47px; */
    flex: 0 0 12%;
}

.cabinet-order-description .cabinet-order-payment-status {
    flex: 0 0 21%;
}

.cabinet-order .cabinet-order-products {
    display: none;
    padding: 22px 25px;
    border-top: 1px solid #ECECEC;
}

.cabinet-order.showed .cabinet-order-products {
    display: block;
}

.cabinet-order-description .cabinet-order-about {
    flex: 0 0 137px;
}

.cabinet-order-products .cabinet-product {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 56px;
}

.cabinet-order-products .cabinet-product:last-child {
    margin-bottom: 0;
}

.cabinet-product .cabinet-product-image img {
    max-width: 150px;
}

.cabinet-product-about .cabinet-product-title {
    font-size: 18px;
    line-height: 20px;
}

.cabinet-product .cabinet-product-about {
    flex: 0 0 46%;
}

.cabinet-product-about .cabinet-product-weight {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
    font-weight: 500;
    margin-top: 4px;
}

.cabinet-product-quantity .cabinet-product-quantity-title {
    font-size: 15px;
    line-height: 20px;
    color: #9E9E9E;
}

.cabinet-product-quantity .cabinet-product-quantity-num {
    font-size: 18px;
    line-height: 20px;
    color: #181A16;
    font-weight: 500;
}

.cabinet-product .cabinet-product-order-cost {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    flex: 0 0 125px;
    text-align: right;
}

.logout-button-block {
    margin-top: 45px;
}

.profile-logout-link {
    padding: 18px 40px 17px 41px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    background: #BA1A35;
    display: inline-block;
}

.profile-logout-link:hover {
    text-decoration: none;
    color: #fff;
    background: #E82748;
}

.my-order-filters-section {
    display: flex;
    margin-bottom: 25px;
    margin-left: -20px;
    margin-right: -20px;
}

.my-orders-filter {
    flex: 0 0 33.333%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.my-orders-filter:hover {
    cursor: pointer;
}

.my-orders-custom-select:after {
    content: "";
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #181A16;
    border-right: 2px solid #181A16;
    position: absolute;
    top: 21px;
    right: 19px;
    transform: rotate(45deg);
    transition: .2s;
}

.my-orders-custom-select.expanded:after {
    transform: rotate(225deg);
    transition: .2s;
}

.my-orders-filter .my-orders-custom-select {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    /* padding:15px 18px; */
    position: relative;
}

.my-orders-filter .my-orders-custom-select .my-orders-select-value {
    padding: 15px 18px;
}

.my-orders-filter .my-orders-custom-select.expanded {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.my-orders-filter .my-orders-select-options {
    display: none;
    position: absolute;
    background: #fff;
    left: -1px;
    right: -1px;
    border: 1px solid #EBEBEB;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    top: calc(100% - 1px);
    padding: 5px 18px 15px;
    z-index: 2;
}

.my-orders-select-options .my-orders-select-option {
    padding: 6px 0px;
}

.my-orders-select-options .my-orders-select-option:last-child {
    padding-bottom: 0;
}

.my-orders-custom-select.expanded .my-orders-select-options {
    display: block;
}

.mobile-flex-break {
    flex-basis: 100%;
}

.my-orders-filter .my-orders-filter-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.cabinet-order-payment-status-button {
    color: #fff;
    padding: 5px 7px 3px 9px;
    border-radius: 50%;
}

.cabinet-order-payment-status-button:hover {
    color: #fff;
    text-decoration: none;
}

.cabinet-order-payment-status .cabinet-order-payment-status-outer-button:hover {
    transform: scale(1.3);
}

.login-form-field span.error {
    color: #EB5757;
}

@media (min-width:991px) {
    .mobile-flex-break {
        display: none;
    }
}

@media (max-width:1200px) {
    .cabinet-order-description .cabinet-order-status {
        flex: 0 0 130px;
        margin-left: 0;
    }
    .cabinet-order-description .cabinet-order-total {
        flex: 0 0 96px;
    }
    .header-login {
        padding-left: 0;
        padding-right: 0;
    }
    .header-login a.header-login-button {
        font-size: 13px;
    }
    .cabinet-product .cabinet-product-quantity {
        margin: 0 10px;
    }
    .cabinet-product .cabinet-product-about {
        flex: 0 0 40%;
        margin: 0 10px;
    }
    .cabinet-product-about .cabinet-product-title {
        font-size: 16px;
    }
    .header_btn .callback {
        width: 100%;
    }
}


/*  end cabinet */

@media (min-width: 767px) {
    .visible-sm.visible-xs {
        display: none!important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .visible-xs.visible-sm {
        display: block!important;
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block!important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .visible-lg.visible-md {
        display: block!important;
    }
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block!important;
    }
    .visible-lg.visible-md {
        display: none!important;
    }
    .my-order-filters-section {
        flex-wrap: wrap;
    }
    .my-orders-filter {
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
    .orders-custom-pagination {
        overflow-x: scroll;
    }
    .cabinet-order-status>span {
        display: inline-block;
        margin-bottom: 8px;
    }
}

@media (max-width:1407px) {}

@media (max-width:1200px) {
    .catalog .row>.col {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .sale_items .sale_body .title {
        font-size: 21px;
    }
    .all-products-section .single-product {
        -ms-flex: 0 0 33.3333333%;
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
    .add-to-cart-form .add-to-cart-counter-block .ms2-cart-counter,
    .add-to-cart-form .add-to-cart-counter-block .ms2-add-to-cart {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .add-to-cart-form .add-to-cart-counter-block .ms2-add-to-cart {
        margin-top: 12px;
    }
    #sale-banner .sale-banner-body {
        bottom: 30px;
    }
    .footer .footer-outer-menu>li {
        flex: 0 0 100%;
    }
}

@media (max-width:991px) {
    .mobile-navbar {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 99;
        background: #fff;
        bottom: 0;
        transition: .5s;
        width: 300px;
        box-shadow: -4px 0 32px -2px black;
        overflow-x: hidden;
        overflow-y: scroll;
        text-align: left;
        height: 110%;
    }
    .outer-mobile-navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        box-shadow: 0px 10px 15px rgba(15, 23, 0, 0.05);
        z-index: 99999;
    }
    .outer-mobile-navbar .phone-button-block .mobile-phone-navbar a {
        font-size: 20px;
        font-weight: 400;
    }
    .outer-mobile-navbar .header__logo-mob {
        padding: 10px;
    }
    .outer-mobile-navbar .menu-title {
        margin-left: 8px;
        font-size: 18px;
    }
    .mobile-navbar.show {
        transition: .5s;
        left: 0;
    }
    .navbar-light .outer-mobile-navbar .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        border: none;
    }
    .navbar-light .outer-mobile-navbar button.navbar-toggler:focus {
        outline: none;
    }
    .mobile-nav {
        padding: 0;
        border-bottom: 1px solid #EBEBEB;
    }
    .header_wrap {
        position: static;
    }
    .mobile-navbar li.nav-item {
        padding: 5px 20px;
        border-bottom: 1px solid #EBEBEB;
    }
    .mobile-navbar li.nav-item.navving a {
        position: relative;
    }
    .mobile-navbar li.nav-item.first.navving-8>a {
        font-weight: 600;
    }
    .mobile-navbar .nav-item.navving a.parent-nav-link:after {
        position: absolute;
        background: url(../images/expand.svg) center no-repeat;
        width: 5px;
        right: 20px;
        top: 0;
        bottom: 0;
        content: '';
    }
    .mobile-right-menu {
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        min-width: 300px;
        /* box-shadow: 0 10px 20px 0 rgba(0,0,0,.1); */
        background: #fff;
        padding: 0;
        display: none;
    }
    .mobile-right-menu li {
        list-style-type: none
    }
    .mobile-navbar .mobile-navbar-wrapper {
        /* overflow: hidden; */
        transition: .5s;
    }
    .mobile-navbar .navbar-nav {
        transition: .5s;
    }
    .mobile-navbar li.expanded .mobile-right-menu {
        display: block;
    }
    .mobile-right-menu .nav-link-title {
        font-weight: 900;
        padding: .5rem 0;
        display: block;
        color: #222;
    }
    .mobile-right-menu .back-link {
        cursor: pointer;
    }
    .popular .popular-image {
        height: 150px;
    }
    .mainpage_text {
        padding: 25px 0;
    }
    .mobile-right-menu .svg {
        top: -1px;
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        min-width: 18px;
        min-height: 17px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .mobile-right-menu .svg-arrow-right {
        background-image: url(../images/arrow_right.svg);
        margin-right: 8px;
    }
    .mobile-navbar-contacts {
        padding: 10px;
    }
    .mobile-navbar-contacts .contacts-navbar-header {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.6px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .mobile-navbar-contacts .mobile-navbar-address {
        position: relative;
        top: -4px;
        margin-right: 5px;
    }
    .mobile-navbar-contact-information>div {
        margin-bottom: 8px;
    }
    .sale_items .item {
        margin-bottom: 30px;
    }
    .sort_display {
        position: static!important;
        display: inline-block;
    }
    .all-products-section .single-product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ms2-form-price-block {
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_slogan {
        font-size: 10px;
    }
    .header-login-button.text-button {
        display: none;
    }
    .cabinet-order .cabinet-order-description {
        flex-wrap: wrap;
        padding-bottom: 5px;
    }
    .cabinet-order-description>div:nth-child(2n+1) {
        flex: 0 0 75% !important;
    }
    .cabinet-order-description>div:nth-child(2n) {
        flex: 0 0 25% !important;
        text-align: right;
    }
    .cabinet-order-description>div:last-child {
        flex: 0 0 100% !important;
        text-align: center;
    }
    .cabinet-order-description .cabinet-order-payment-status,
    .cabinet-order-description .cabinet-order-total {
        margin-top: 18px;
    }
    .cabinet-order-products .cabinet-product {
        flex-wrap: wrap;
        padding-right: 0;
    }
    .cabinet-product .cabinet-product-quantity {
        margin: 10px;
    }
    .cabinet-product .cabinet-product-order-cost {
        margin: 0 10px;
    }
    .cabinet-product .cabinet-product-about {
        flex: 0 0 calc(100% - 170px);
        margin: 0 10px;
    }
    #sale-banner .sale-banner-body {
        left: 20px;
        right: 20px;
        bottom: 15px;
    }
    .sale-banner-item .sale-banner-title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .jGrowl {
        z-index: 99999;
    }
    .modal.show .modal-dialog {
        margin-top: 80px;
    }
}

@media (max-width:575px) {
    .tizers {
        padding: 40px 0 10px;
    }
    .catalog .row>.col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .catalog .row>.col {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .sale_items img {
        width: 100%;
    }
    .footer .footer-copyright {
        text-align: center;
    }
    .footer .webstr {
        text-align: center;
        margin-top: 15px;
    }
    .all-products-section .single-product {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .ms2-product-description.nav-tabs {
        flex-direction: column;
    }
    .ms2-product-description.nav-tabs .nav-item {
        margin-bottom: 0px;
        margin-right: 0;
    }
    .ms2-product-description.nav-tabs .nav-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .error404 h1 {
        font-size: 150px;
    }
    .error404 .content-error-page {
        font-size: 18px;
    }
    .popular {
        margin: 25px 0 40px;
    }
    .sale_items.main_page {
        padding: 25px 0 20px;
    }
    .sale_items.main_page .section_title {
        margin-bottom: 25px;
    }
    .outer-mobile-navbar a.header__logo-mob {
        padding: 10px;
    }
    .cabinet-order .cabinet-order-products {
        padding: 10px;
    }
    .cabinet-product .cabinet-product-image img {
        max-width: 120px;
    }
    .cabinet-product .cabinet-product-about {
        flex: 0 0 calc(100% - 140px);
    }
    .cabinet-order-description>div:nth-child(2n+1) {
        flex: 0 0 50% !important;
    }
    .cabinet-order-description>div:nth-child(2n) {
        flex: 0 0 50% !important;
        text-align: right;
    }
    .cabinet-order-description>div:last-child {
        flex: 0 0 100% !important;
        text-align: center;
    }
    #sale-banner .sale-banner-item img {
        display: none;
    }
    #sale-banner .sale-banner-item {
        min-height: 340px;
        background-size: cover;
        background-position: center;
    }
    .sale-banner-item .sale-banner-title {
        font-size: 21px;
        line-height: 24px;
    }
    .sale-banner-item .sale-banner-title br {
        display: none;
    }
    .sale-banner-item .sale-banner-desc {
        font-size: 14px;
    }
    #sale-banner .sale-banner-body {
        bottom: 45px;
    }
    .section_title {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 30px;
    }
    .sale_items .sale_body .title {
        font-size: 18px;
    }
    .tizers .tizer-item {
        max-width: 100%;
        flex: 0 0 100%;
    }
}