@charset "utf-8";

@font-face {
    font-family: 'IcoMoon-Free';
    src: url('/fonts/IcoMoon-Free.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

input[type=submit],
input[type=text] {
    -webkit-appearance: none;
}

body {
    color: #222;
    background-color: rgba(239, 239, 239, 0.10);
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.42857143;
}

a, a:visited {
    color: #1d619f;
    text-decoration: none;
}

a:hover {
    color: #214F8B;
    text-decoration: underline;
}

a:focus, a:active {
    color: #214F8B;
    text-decoration: none;
}

h1, h2 {
    overflow: hidden;
    position: relative;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
    color: #444444;
    padding: 0 25px 0 0;
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
    line-height: 40px;
}

h2 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 15px;
    font-weight: 500;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    color: #444444;
}

h5, h6 {
    color: #333333;
    text-transform: uppercase;
    cursor: default;
    margin: 15px 0 15px 0;
}

h5 span, h6 span {
    border-bottom: 1px #B3BDC9 dashed;
}

h5 {
    font-size: 16px;
    line-height: 17px;
}

h6 {
    font-size: 14px;
    line-height: 15px;
}

p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 0;
}

p a, .content li a {
    text-decoration: underline;
    color: #337AB7;
}

p a:hover, .content li a:hover {
    border-bottom: none;
    text-decoration: none;
}

p iframe {
    max-width: 100%;
}

ul {
    margin-bottom: 20px;
}

label {
    cursor: pointer;
    font-weight: normal;
    display: block;
}

label.label-disabled,
label.label-disabled:hover {
    color: #cccccc;
}

.header {
    position: relative;
}

.header .navbar-collapse {
    padding: 0;
}

.header .logo-img {
    max-height: 70px;
    padding-left: 20px;
    position: relative;
}

.head-top {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #444;
    background-color: #333;
}

.top-special {
    padding: 5px 10px;
    margin: -5px 10px 10px 10px;
    background-color: #c7210b;
    text-align: center;
    border-radius: 3px;
    color: #fff;
}

.top-special a {
    color: #fff;
}

.top-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-nav li {
    margin-right: 20px;
}

.top-nav li a {
    padding: 5px;
    font-size: 15px;
    color: #eeeeee;
    white-space: nowrap;
}

.top-nav li a:hover,
.top-nav li a:focus {
    text-decoration: underline;
}

.top-menu-user li {
    float: right;
}

.top-menu-user li a {
    display: inline-block;
    padding: 0;
    font-size: 15px;
    color: #eeeeee;
    text-decoration: none;
}

.top-menu-user li a:-webkit-any-link {
    background: none !important;
}

.top-menu-user li a:-moz-any-link {
    background: none !important;
}

.top-menu-user li a:hover,
.top-menu-user li a:focus {
    text-decoration: underline;
}

.top-menu-user .log-in {
    padding: 0 30px 0 25px;
}

.top-menu-user .log-in:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/icons.png) 0 0 no-repeat;
}

.top-menu-user .reg {
    color: #E60225;
    padding: 0 10px 0 30px;
    border-left: 1px solid #CBD1DD;
}

.top-menu-user .adm {
    padding: 0 25px;
    border-left: 1px #ccc solid;
}

.top-menu-user li ul li a:hover, .main-menu li ul li a:focus {
    background: none !important;
}

.top-menu-user li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 97% !important;
    padding: 10px 25px;
    margin-top: 14px;
    background: #fff;
    width: 200px;
    border-radius: 0;
}

.top-menu-user li ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CBD1DD;
}

.top-menu-user li ul li:last-child {
    border-bottom: 0;
}

.top-menu-user li ul li a {
    display: block;
    text-transform: none;
    font-weight: normal;
    color: #214F8B;
    border-right: 0;
    font-size: 15px;
    padding: 8px 0;
}

.top-menu-user li ul li a:hover,
.top-menu-user li ul li a:focus {
    background: none;
    color: #E90421;
}

.head-mdl {
    padding-top: 16px;
    background: #fff;
    position: relative;
    z-index: 5;
    box-shadow: 0 1rem 1.7rem rgba(0, 0, 0, .05);
}

.head-btm {

}

.wide-button-block div.col-xs-6:first-child {
    padding: 5px 5px 5px 25px;
}

.wide-button-block div.col-xs-6:nth-child(2) {
    padding: 5px 25px 5px 5px;
}

.wide-button-block .btn {
    background-color: #0D47A1;
    width: 100%;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-radius: 1px;
}

.wide-button-block .main-menu {
    margin-top: 0;
}

.contact-info {
    position: relative;
    margin-top: 12px;
    padding-left: 66px;
    font-size: 15px;
    line-height: 24px;
    vertical-align: top;
    text-align: left;
}

.contact-info:after,
.contact-info:before {
    content: '';
    position: absolute;
}

.contact-info:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #BEC6D3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.contact-info:before {
    left: 19px;
    top: 18px;
    background: url(../img/icons.png) no-repeat;
}

.contact-info.town:before {
    width: 18px;
    height: 20px;
    background: url(../img/location.svg) 0 0 no-repeat;
    background-size: 100%;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.contact-info.time:before {
    width: 17px;
    height: 16px;
    left: 18px;
    top: 17px;
    background-position: -34px -22px;
}

.contact-info.adress:before {
    background: url(../img/mail.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.contact-info.cart:before {
    width: 18px;
    height: 20px;
    left: 16px;
    top: 16px;
    background: url(../img/cart.svg) 0 0 no-repeat;
}

.contact-info#cart-informer {
    cursor: pointer;
}

.contact-info.adress {
    margin-left: 20px;
    min-height: 46px;
}

.contact-info.adress .phone {
    float: none;
}

.contact-info.adress .phone > a {
    color: #666666;
}

.contact-info.adress .phone > a:hover {
    text-decoration: none;
}

.contact-info.adress .phone > a > span {
    display: inline-block;
}

.contact-info span {
    display: block;
    white-space: nowrap;
}

.contact-info span.region {
    font-size: 14px;
}

.contact-info.town {
    min-width: 300px;
    padding-top: 3px;
}

.contact-info span.town {
    font-weight: 400;
    display: inline-block;
    font-size: 18px;
}

.contact-info span.phone {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin: 0 10px 0 5px;
}

.contact-info span.phone.phone-mk {
    font-size: 14px;
}

.contact-info span.phone.phone-mk a {
    font-size: 16px;
}

.phone-mk + .contact-info {
    margin-top: -20px;
}

.contact-info-mk {
    margin: 0 0 0 -10px !important;
}

.contact-info-mk:after {
    top: 10px;
}

.contact-info-mk:before {
    top: 28px;
}

.contact-info a.select-city,
.contact-info a.call-back {
    border-bottom: 1px rgba(0, 78, 142, 0.15) solid;
    display: inline;
}

.contact-info-mobile a {
    padding: 0 0 1px 0;
    border-bottom: 1px rgba(0, 78, 142, 0.16) solid;
    line-height: 20px;
}

.city {
    position: relative;
    display: inline-block;
    padding-right: 14px;
}

.city:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1F4F8F;
}

.contact-info .call-back,
.contact-info .select-city,
.select-city {
    text-decoration: none;
    display: inline-block;
    border: 0;
    color: #1F4F8F;
    outline: none;
    background: none;
    padding: 0;
    border-bottom: 1px rgba(0, 78, 142, 0.16) solid;
    line-height: 20px;
    display: block;
    margin-top: -2px;
}

.contact-info .call-back:hover,
.contact-info .select-city:hover,
.select-city:hover,
.select-city-link:hover {
    border-bottom: none;
}

.contact-info .call-back:hover,
.contact-info .call-back:focus,
.select-city:hover,
.select-city:focus,
.select-city-link:hover,
.select-city-link:focus {
    border-color: transparent;
}

#city-search-form,
#city-search-form .search-drop {
    position: relative;
}

.contact-info.cart {
    margin-left: 30px;
}

.contact-info.cart a {
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
}

.head-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.contact-info.cart span {
    display: inline;
}

.contact-info.cart .dvizh-cart-cost-formatted {
    font-size: 20px;
}

.main-menu {
    padding: 0;
    margin: 20px 0 0 0;
    /* background: #004E8E; */
    border-top: 1px solid #eee;
}

.main-menu li {
    position: relative;
}

.main-menu li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-decoration: none;
    padding: 10px 5px;
    /* border-right: 1px solid #1C6BA6; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu li:last-child a {
    border-right: 0;
}

.main-menu li > a:hover,
.main-menu li > a:focus,
.main-menu li.active > a,
.main-menu li:hover > a,
.main-menu li.open > a {
    color: #666;
    background-color: #fff !important;
}

.main-menu li.main-menu-catalog > a:hover,
.main-menu li.main-menu-catalog > a:focus,
.main-menu li.main-menu-catalog.active > a,
.main-menu li.main-menu-catalog:hover > a,
.main-menu li.main-menu-catalog.open > a {
    color: #666 !important;
    background-color: #fff !important;
}

.main-menu li ul li a:hover, .main-menu li ul li a:focus {
    background: none !important;
}

.main-menu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 97% !important;
    padding: 0;
    background: #fff;
    width: 335px;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.main-menu li ul li {
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #e0e0e0; */
    outline: none;
    min-height: 50px;
}

.main-menu li ul li:active, :focus, :visited {
    outline: none !important;
}

.main-menu li ul li:last-child {
    border-bottom: 0;
}

.main-menu li ul li a, .main-menu li ul li.active a {
    display: block;
    text-transform: none;
    font-weight: normal;
    color: #444;
    border-right: 0;
    font-size: 15px;
    padding: 5px 30px;
    background: none !important;
}

.main-menu li ul li a:hover,
.main-menu li ul li a:focus,
.main-menu li ul li.active a:hover,
.main-menu li ul li.active a:focus {
    color: #c01922;
    /*background: #174fa4 !important;*/
}

.main-menu li.dropdown > a, .main-menu #drop {
    pointer-events: auto !important;
}

.main-menu .dropdown-menu {
    padding: 15px 0;
}

.main-menu .root-menu-img {
    max-width: 40px;
    max-height: 50px;
    margin: 0 20px 0 0;
}

#ui-id-1.ui-menu .ui-menu-item {
    padding: 5px 10px;
    font-size: 14px;
}

#ui-id-1.ui-menu .ui-menu-item:nth-child(11) {
    background: aliceblue;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
}

#ui-id-1.ui-menu .ui-menu-item:nth-child(11) .ui-state-active {
    font-weight: 600;
}

#ui-id-1.ui-menu .ui-state-active {
    background: transparent;
}

.bg-overlay {
    display: none;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.search {
    margin: 12px 0;
}

.search .form-group {
    margin-bottom: 0;
    position: relative;
}

.search .input-group {
    width: 100% !important;
}

.search .form-control {
    width: 100% !important;
    height: 44px;
    padding: 2px 15px 2px 25px;
    line-height: 21px;
    -webkit-border-radius: 0;
    border-radius: 3px !important;
    border: 1px solid #BEC6D3;
    font-size: 14px;
}

.search .form-control:focus {
    border-color: #164FA3 !important;
}

.search.search-open .form-group {
    z-index: 5;
}

.search.search-open .form-control {
    border: 0;
    border-radius: 0 !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    padding-left: 25px;
    border-bottom: 1px #eaeff3 solid !important;
    background-color: #f7f7f7;
}

.search-btn {
    height: 32px;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #164FA3;
    width: 105px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: none;
}

.search-btn:hover,
.search-btn:focus {
    background-color: #23920e;
}

.search .close {
    display: none;
    position: absolute;
    right: 25px;
    top: 10px;
    width: 24px;
    height: 24px;
    z-index: 6;
    opacity: 1 !important;
}

.search .close:hover {
    opacity: 1;
}

.search .close:before, .search .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #007574;
}

.search .close:before {
    transform: rotate(45deg);
}

.search .close:after {
    transform: rotate(-45deg);
}

.search.search-open .close,
.search.search-open .search-drop,
.search.search-open .bg-overlay {
    display: block;
}

.search-btn {
    display: block;
}

.search .input-group-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 105px;
}

.search.search-open .input-group-btn {
    right: 65px;
}

.search .form-control:focus {
    box-shadow: none !important;
    border-color: #BEC6D3;
}

.js-expand > .bg-overlay {
    display: block;
}

.search-drop {
    display: none;
    position: absolute;
    z-index: 200;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    min-height: 35px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-drop ul {
    padding: 0;
    margin: 0;
}

.search-drop ul li {
    display: block;
    overflow: hidden;
}

.search-drop ul li span {
    width: 70px;
    height: 70px;
    float: left;
    padding: 0;
    margin: 0 20px;
}

.search-drop ul li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 70px;
}

.search-drop ul li a {
    display: block;
    padding: 10px 15px 10px 25px;
    font-weight: 500;
    text-decoration: none;
    /* text-transform: uppercase; */
    color: #999999;
    font-size: 14px;
}

.search-drop ul li a strong {
    color: #333333;
}

.search-drop ul li a:hover {
    color: #007574;
    background: #e6f0f4;
}

.search-drop ul li a:hover strong {
    color: #007574;
}

.search-drop .section-title {
    padding: 10px 20px;
    background-color: #f7f7f7;
    color: #999999;
    /* text-transform: uppercase; */
    font-size: 13px;
}

.search-all-result-button a {
    color: #333333 !important;
    background: #eaeff3;
    text-transform: uppercase;
}

.search-all-result-button a:hover {
    color: #007574 !important;
}

@media (max-width: 767px) {
    .search .close {
        top: 13px;
    }

    .search-drop {
        margin-top: -5px;
    }
}

/* scrollbars */
.jcf-scrollable {
    max-height: 455px;
    overflow: auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.jcf-scrollable-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #fff;
    width: 6px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #1f85b5;
    height: 1px;
    width: 6px;
}

.jcf-scrollbar-horizontal {
    display: none;
}

.main-slider {
    position: relative;
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;*/
}

.main-slider .swiper {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.main-slider .swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
}

.main-slider .slide {
    position: relative;
    padding: 0 5px;
}

.main-slider .slide img {
    position: relative;
    z-index: 1;
}

.main-slider .slider-image {
    width: 100%;
    border-radius: 7px;
}

.main-slider .slide-text {
    position: absolute;
    z-index: 52;
    margin-top: 63px;
    top: 0;
    left: 0;
    right: 0;
}

.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
    margin-top: calc(-3 * var(--swiper-navigation-size) / 2);
}

.main-slider .selector {
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 51;
}

.main-slider #progressbar {
    margin-top: -5px;
    opacity: 0.5;
    z-index: 52;
    position: inherit;
}

@media (max-width: 767px) {
    .main-slider .swiper-button-next,
    .main-slider .swiper-button-prev {
        display: none;
    }
}

.sl-title {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    margin-bottom: 20px;
}

.slide-text p {
    font-size: 18px;
    font-family: Georgia;
    font-style: italic;
    line-height: 22px;
    color: #fff;
    margin-bottom: 36px;
}

.back-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #E70324;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #ccc;
    padding: 10px 25px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer .btn:hover {
    border: 1px solid #fff;
    color: #eee;
}

.slide-text .back-btn {
    z-index: 53;
}

.how-to-order .back-btn {
    display: table;
    margin: 0 auto;
    text-indent: 0;
}

.back-btn:hover,
.back-btn:focus {
    background: #a3b3c8;
    text-decoration: none;
}

a.back-btn, a.back-btn:visited {
    color: #fff;
}

.more-btn {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border: 0;
    padding: 6px 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #E70324;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.more-btn:hover,
.more-btn:focus {
    background: #a3b3c8;
    text-decoration: none;
}

a.more-btn, a.more-btn:visited {
    color: #fff;
}

.base-btn {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff !important;
    border: 0;
    padding: 13px 33px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #a3b3c8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.base-btn:hover,
.base-btn:focus {
    background-color: #E70324;
}

.buy-btn, .buy-btn:visited,
.details-btn, .details-btn:visited {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 0;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #004E90;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.buy-btn:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 16px;
    top: 50%;
    margin-top: -10px;
    left: 25px;
    background: url(../img/icons.png) -131px 0 no-repeat;
}

.buy-btn:hover,
.buy-btn:focus {
    background-color: #23920e;
    color: #ffffff;
}

.buy-btn span {
    padding-left: 10px;
}

.product-hover-btn {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -17px;
    padding: 15px;
    z-index: 1;
}

.product-wrap .item:hover .product-hover-btn {
    display: inline-block;
}

.details-btn, .details-btn:visited {
    color: #000;
    background: #E9EBEE;
    font-weight: 500;
}

.details-btn:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 18px;
    top: 50%;
    margin-top: -10px;
    left: 28px;
    background: url(../img/icons.png) -22px -20px no-repeat;
    opacity: 0.5;
}

.details-btn:hover,
.details-btn:focus {
    background: #E70324;
    color: #ffffff;
}

.headline,
.side-headline {
    font-size: 26px;
    text-align: left;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    position: relative;
    color: #444444;
}

.headline:after,
.side-headline:after {
    content: none;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 1px;
    background: #CBD1DD;
}

.headline span,
.side-headline span {
    display: inline-block;
    background: #fff;
    padding: 0 0 10px 0;
    position: relative;
    z-index: 2;
}

.side-headline {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.side-headline span {
    padding: 0 25px 0 0;
}

.side-headline.second-line {
    font-size: 18px;
}

.side-headline.second-line span {
    padding: 0 20px 0 0;
}

.side-headline.second-line span > span {
    padding: 0 10px 0 7px;
    font-size: 25px;
}

.headline-brand {
    font-size: 17px;
    font-weight: 500;
    margin: -10px 0 10px 0;
}

.headline-brand a {
    font-weight: 900;
}

.payment-methods {
    width: 100%;
    background-color: #e9eff3;
    padding: 20px 10px;
}

.payment-methods .title {
    font-size: 15px;
    padding: 0 0 10px 0;
    text-align: center;
    display: block;
}

.payment-methods .icons {
    display: flex;
    justify-content: space-around;
}

.main .container {
    overflow: visible;
}

.container-for-slider {
    width: 1550px;
    max-width: 100%;
    margin: 0 auto 15px auto;
    position: relative;
}

.container-narrow {
    padding-top: 30px;
    padding-bottom: 50px;
}

.proposal-wrap {
    padding-bottom: 10px;
}

.proposal-wrap .item {
    margin-bottom: 45px;
    min-height: 135px;
}

.proposal-wrap .item .hdl {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 17px;
    border-bottom: 1px solid #CBD1DD;
    color: #434343;
}

.proposal-wrap .item ul {
    padding: 0;
    margin-bottom: 15px;
}

.proposal-wrap .item ul li {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    color: #A1A1A1;
}

.proposal-wrap .item ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    margin-right: 5px;
    padding-left: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.proposal-wrap .category-image {
    margin-left: -5px;
    max-width: 100%;
}

.proposal-wrap .item ul li a:hover {
    color: #E70221;
}

.proposal-wrap .item ul li a:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 1px;
    width: 10px;
    #background: #1E508F;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.proposal-wrap .item ul li a:hover:after {
    #background: #E70221;
}

.catalog-wrap {
    padding-bottom: 10px;
    margin-top: 50px;
}

.events-wrap {
    padding: 10px 0 0 0;
}

.events-wrap .item {
    margin-bottom: 20px;
}

.events-wrap img {
    margin-top: 5px;
}

.date {
    display: block;
    margin-bottom: 13px;
    font-size: 12px;
}

.events-wrap .hdl {
    display: inline-block;
    text-decoration: none;
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.events-wrap .hdl:hover {
    color: #E60223;
}

.events-wrap p {
    margin: 0;
    font-size: 15px;
    line-height: 18px;
}

.product-wrap {
    padding: 5px 0 20px 0;
}

.product-wrap.recent-products {
    /* margin-bottom: 20px; */
}

.main .product-wrap {
    padding: 30px 0 0 0;
}

.product-wrap .item {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 40px 0 rgba(204, 204, 204, 0.2);
}

.filter .tag-list {
    margin: 10px 0 10px 0;
    padding: 0;
}

.filter .tag-list li {
    display: inline-block;
    min-height: 50px;
    margin-right: 5px;
}

.filter .tag-list li a {
    background-color: #f2f2f2;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    transition: 0.5s;
    color: #333;
}

.filter .tag-list li a:hover,
.filter .tag-list li.active a {
    background-color: #004e90;
    text-decoration: none;
    color: #fff;
}

.labels-block {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 1;
}

.labels-block.labels-block-line {
    position: relative;
    right: 0;
    top: 2px;
}

.labels-block .label-item {
    display: block;
    position: relative;
    /* float: right; */
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    margin-bottom: 3px;
}

.labels-block.labels-block-line .label-item {
    margin: 0 3px 3px 0;
    text-align: center;
    height: 24px;
    align-self: center;
}

.labels-block .label-item.label-new {
    background: #00A8A6;
}

.labels-block .label-item.label-action {
    background: #D81B14;
}

.product-category-view .item {
    min-height: 460px;
}

.product-wrap .list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-wrap .item:hover {
    box-shadow: 0px 0px 25px -5px rgba(204, 204, 204, 0.4);
}

.product-wrap .item a {
    text-decoration: none;
}

.product-wrap .item span {
    display: block;
}

.product-photo {
    overflow: hidden;
    padding: 35px 20px;
    position: relative;
    height: 270px;
}

.product-photo img {
    max-height: 100%;
    max-width: 100%;
}

.product-photo-2 img {
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    border: 0 !important;
}

.product-info {
    min-height: 105px;
}

.product-wrap .item .name {
    display: block;
    line-height: 21px;
    font-size: 17px;
    height: 45px;
    overflow: hidden;
    margin: 10px 0;
    color: #214F8B;
}

/*Троеточие*/
.product-wrap .item .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-wrap .item a:hover .name,
.product-wrap .item a.name:hover {
    color: #E80324;
}

.product-main-image {
    margin: 0 auto;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

#add-to-cart-success {
    width: 20%;
    height: 30%;
    position: fixed;
    top: 40%;
    left: 50%;
    margin: -5% 0 0 -5%;
    display: none;
    background: url("../img/success.png") no-repeat;
    background-size: contain;
    opacity: 0.7;
    z-index: 2;
}

.tag {
    height: 35px;
}

.tag span {
    display: inline-block !important;
    font-size: 15px;
    position: relative;
    line-height: 16px;
    padding-left: 24px;
    color: #A7B1BD;
}

.tag span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/icons.png) -82px 0 no-repeat;
}

.price {
    font-size: 18px;
    font-weight: 700;
    color: #424242;
    margin: 12px 0;
}

.footer {
    padding: 40px 0 30px 0;
    background: #333;
    border-bottom: 1px solid #444;
}

.footer h6 {
    margin-top: 5px;
    color: #fff;
    text-transform: initial;
    font-size: 16px;
    line-height: normal;
}

.footer .container {
    overflow: hidden;
}

.footer .logo {
    display: block;
    margin: 0 auto;
    width: 120px;
    margin-bottom: 13px;
}

.footer .logo img {
    width: 100%;
}

.footer-copy {
    background: #333;
}

.copy {
    font-size: 14px;
    color: #ccc;
    grid-gap: 20px;
    min-height: 70px;
    display: flex;
    align-items: center;
}

.footer-pay-logos img {
    max-height: 23px;
}
.footer-pay-logos img+img {
    margin-left: 13px;
}

.copy.copy-dev {
    padding-left: 0;
}

.footer .phone {
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    padding-bottom: 5px;
}

.footer .adress {
    font-size: 13px;
    color: #858D9A;
    margin: 0 0 10px 0;
}

.f-menu {
    padding: 0;
    margin: 0;
}

.f-menu li {
    display: block;
    margin-bottom: 10px;
}

.f-menu li a {
    color: #babac0;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    /* padding-left: 14px; */
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.f-menu li a:hover {
    color: #fff;
}

.f-menu-second {
    padding: 0;
    margin: 0;
}

.f-contact {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
    padding-left: 26px;
}

.f-contact:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/icons.png) no-repeat;
}

.f-contact.mail {
    margin-top: 5px;
}

.f-contact.mail:after {
    width: 13px;
    height: 10px;
    background-position: -100px 0;
}

.f-contact.sheme:after {
    width: 14px;
    height: 12px;
    background-position: -115px 0;
}

.create {
    display: inline-block;
    text-decoration: none;
    margin-top: 22px;
    width: 97px;
    height: 22px;
    background: url(../img/icons.png) 0 -19px no-repeat;
}

.collapse-btn {
    display: block;
    float: right;
    margin: 14px 10px 0 0;
    border: 1px solid #004E8E;
    width: 18px;
    height: 18px;
    background: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 0 0 5px;
    overflow: hidden;
}

.collapse-btn .icon {
    transition: 1s;
}

.collapse-btn .icon:first-child {
    display: none;
}

.collapse-btn.collapsed .icon:first-child {
    display: block;
}

.collapse-btn span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 5px;
    background: #004E8E;
}

.main {
    padding: 10px 0 50px 0;
}

.category-wrap {
    margin-bottom: 15px;
}

.category-wrap .cat-title {
    text-align: center;
    padding: 20px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: #004E90;
    margin-bottom: 3px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
}

.acco {
    padding: 0;
    margin-bottom: 0;
}

.acco li {
    display: block;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acco > li > a:first-child:hover {
    background: #DBE8F3;
}

.acco > li > a {
    display: block;
    text-decoration: none;
    padding: 13px 10px 13px 20px;
    background: #EEF3F7;
    color: #42413F;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acco > li.active > a, .acco > li.active > a:hover {
    background: #E70422;
    color: #fff;
}

.acco > li.active > ul {
    display: block !important;
}

.acco > li ul {
    display: none;
    padding: 14px 0 10px 20px;
}

.acco > li ul li {
    display: block;
    color: #9A9A9A;
    margin-bottom: 2px;
}

.acco > li ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    padding-left: 18px;
    color: #1A6CA8;
}

.acco > li ul li a:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #004E8E;
    border-bottom: 5px solid transparent;
}

.acco > li ul li a:hover,
.acco > li ul li a:focus {
    color: #E50623;
}

.acco > li ul li a:hover:after,
.acco > li ul li a:focus:after {
    border-left: 5px solid #E50623;
}

.acco .menu-view-all a {
    text-decoration: underline;
}

.acco li.menu-winter a:before {
    display: block;
    position: absolute;
    content: '';
    right: -25px;
    top: 2px;
    background: url(../img/snowflake.png) no-repeat;
    width: 15px;
    height: 17px;
}

.events-menu {
    padding: 0;
    margin-bottom: 0;
}

.events-menu li {
    display: block;
    padding: 24px 0 27px;
    font-size: 15px;
    line-height: 18px;
    border-bottom: 1px dashed #C9D2E1;
}

.events-menu li:first-child {
    padding-top: 0;
}

.events-menu li:last-child {
    border-bottom: 0;
}

.events-menu li span {
    display: block;
    margin-bottom: 10px;
}

.events-menu li span a {
    text-decoration: none;
    font-family: Georgia;
    font-size: 20px;
    font-style: italic;
    line-height: 24px;
}

.events-menu li span a:hover {
    color: #E82B3F;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    background: none;
    font-weight: 300;
}

.breadcrumb .dropdown-menu {
    font-size: 15px;
    min-width: 220px;
    padding: 12px 0 11px 0;
    border: 0;
    border-radius: 0;
}

.breadcrumb .dropdown-menu li a {
    color: #000;
}

.breadcrumb .dropdown-menu li a:hover {
    background: transparent;
    color: #2d5891;
}

.breadcrumb .dropdown-menu li + li {
    margin-top: 8px;
}

.breadcrumb li a {
    color: #9A9A9A;
}

.breadcrumb li:hover > a {
    color: #2d5891;
    text-decoration: none;
}

.breadcrumb li.active {
    color: #424242;
}

.product-block ul {
    font-size: 18px;
}

.product-block td {
    padding: 5px 10px;
}

.product-block .product-img .zoom-image {
    width: 100%;
    height: 100%;
    display: block;
}

.product-block .product-img .zoom-image:focus,
.product-block .product-img .zoom-image:hover {
    outline: none;
    cursor: zoom-in;
}

.lightbox {
    position: fixed !important;
    left: 30px !important;
    top: 30px !important;
    width: calc(100% - 60px) !important;
    height: calc(100% - 90px) !important;
}

.lightbox .lb-outerContainer {
    width: 100% !important;
    height: 100% !important;
}

.lightbox .lb-container {
    height: 100%;
}

.lb-image {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 767px) {
    .lightbox .lb-image {
        max-width: 100% !important;
        height: initial !important;
    }

    .lb-nav a {
        opacity: 1 !important;
    }
}

.brand-product-block {
    margin-bottom: 15px;
}

.brand-product-block .big-pic {
    padding: 15px 0;
}

.slider-product-image {
    position: relative;
}

.slider-product-image .bx-pager {
    display: none;
}

.slider-product-image .bx-controls-direction {
    text-align: center;
    bottom: 55px;
    left: 14px;
    position: relative;
}

.slider-product-image .bx-controls-direction a {
    background-color: transparent;
    border: 1px #dee1e6 solid;
}

.slider-product-image .bx-controls-direction a:hover {
    background-color: #E30325;
}

.slider-product-image .bx-controls-direction a.bx-next {
    left: 115px;
}

.slider-product-image .bx-controls-direction a.bx-prev {
    right: 130px;
}

.big-pic {
    margin-bottom: 15px;
    padding: 25px 0;
    height: 300px;
}

.big-pic img {
    max-height: 100%;
}

.product-nav {
    margin-bottom: 30px;
}

.product-table {
    border-collapse: collapse;
    border: 2px solid #fff;
}

.product-table > thead > tr > th {
    font-weight: 700;
    text-align: center;
    padding: 17px 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #9EB4CB;
    border: 2px solid #fff;
}

.product-table > tbody > tr > td {
    text-align: center;
    padding: 10px 20px;
    font-size: 15px;
    background: #F8F8F0;
    border: 2px solid #fff;
    vertical-align: middle;
}

.product-table > tbody > tr > td:first-child {
    text-align: left;
}

.product-table > tbody > tr:nth-child(odd) > td {
    background: #EEF3F7;
}

.product-table > tbody > tr > td:last-child {
    padding: 0;
}

.product-table img {
    border: 1px solid #CAD4E0;
}

.product-table p {
    margin: 0;
    text-align: left;
}

.product-table p a {
    text-decoration: none;
    border-bottom: none;
}

.product-table .display-table {
    display: table;
    table-layout: fixed;
    margin-left: 0;
}

.product-table .display-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

@media (max-width: 767px) {
    .product-table span.visible-xs {
        display: inline-block !important;
    }
}

.product-table p a:hover {
    color: #E70422;
}

.product-table .cart-is-empty {
    padding: 10px !important;
    font-size: 16px;
}

.product-table .highlight {
    padding: 13px !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #337AB7 !important;
    color: #ffffff;
}

.product-table .highlight.second {
    border-top: 15px #fff solid;
}

.product-table .highlight-category {
    font-weight: 500;
    /* text-align: center!important; */
    background-color: #9eb4cb !important;
    padding-left: 26px !important;
}

.product-table .price-block {
    padding: 3px;
    color: #fff;
    display: block;
    float: none;
    font-style: italic;
    font-size: 1em;
    border-top: 1px #ccc solid;
    margin-top: 5px;
}

.product-table .delete-button-block {
    margin-left: -20px;
    margin-top: 5px;
}

.product-table > tbody > tr > td.custom-field-price {
    padding: 10px;
}

.product-table .old-price {
    display: inline-block;
    text-decoration: line-through;
    font-size: 14px;
    color: #9E9E9E;
    width: 100%;
}

.product-table .new-price {
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding-left: 5px;
    width: 100%;
}

@media (max-width: 767px) {
    .custom-field-price {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
    }

    .product-table .old-price {
        width: initial;
        order: 1;
        margin-top: 1px;
    }

    .product-table .new-price {
        width: initial;
        order: 2;
    }
}

.anchor {
    margin-bottom: -3500px;
}

.close-btn {
    width: 23px;
    height: 23px;
    display: inline-block;
    border: 0;
    position: relative;
    background: #9EB4CB;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.close-btn:hover,
.close-btn:focus {
    background: #E70223;
}

.close-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background: url(../img/icons.png) -124px -19px;
}

.add-cart, .add-cart:visited {
    display: block;
    position: relative;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 20px 20px 55px;
    background: #004E90;
    width: 100%;
    min-width: 165px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.add-cart span {
    position: relative;
}

.add-cart span:before {
    font-family: FontAwesome;
    content: "\f07a";
    position: absolute;
    top: calc(50% - 12px);
    left: -25px;
    font-size: 16px;
    font-weight: 300;
}

.add-cart:hover {
    background: #E70422;
    color: #fff;
}

.add-cart:focus {
    color: #fff;
}

.add-cart-success {
    background: #2ebd14 !important;
}

.product-category-view .add-cart-success span:before {
    display: none;
}

.add-cart-success span:before {
    display: none;
}

.product-wrap .add-cart-success span:before {
    content: none;
}

.add-cart-success:hover {
    background: #23920e !important;
}

.add-cart-success:after {
    display: none;
}

.wishlist-button,
.wishlist-button:visited {
    display: block;
    position: relative;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 20px 20px 50px;
    background: #B60017;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.wishlist-button:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 18px;
    top: 50%;
    margin-top: -10px;
    left: 23px;
    background: url(../img/icons.png) 0 -20px no-repeat;
}

.wishlist-button:hover {
    background: #23920e;
    color: #fff;
}

.wishlist-button:focus {
    color: #fff;
}

.wishlist-button.active,
.wishlist-button.active:hover {
    background: #23920e;
}

.wishlist-button.active:after {
    background: url(../img/icons.png) -53px -20px no-repeat;
}

.product-wrap .wishlist-button {
    padding: 10px 10px 10px 20px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    max-width: 225px;
}

.wishlist-icon {
    width: 25px;
}

.tab-wrap {
    margin-bottom: 45px;
}

.tab-wrap .nav-tabs {
    border-bottom: 0;
    margin-bottom: 4px;
}

.tab-wrap .nav-tabs li {
    margin-right: 3px;
}

.tab-wrap .nav-tabs li a {
    display: block;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 33px;
    background: #EEF3F7;
    color: #434343;
}

.tab-wrap .nav-tabs li.active a {
    color: #fff;
    background: #004e90;
    border: 0;
}

.tab-wrap .tab-content {
    padding: 25px 0 0 0;
    border-top: 1px solid #C9D3DF;
}

.tab-pane .fr-video {
    display: block;
}

@media (max-width: 767px) {
    .tab-wrap .tab-content {
        border-top: none;
    }
}

.harakteristick {
    width: 100%;
}

.harakteristick > tbody > tr > td {
    border-top: 0;
    border-bottom: 1px solid #C9D3DF;
    padding: 20px 10px;
    vertical-align: middle;
}

.harakteristick > tbody > tr > td:first-child {
    width: 25%;
}

.harakteristick td p {
    margin: 0;
}

.harakteristick ul li {
    font-size: 18px;
}

.title {
    display: inline-block;
    line-height: 17px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 85px;
    font-size: 14px;
    /*min-height: 40px;*/
}

.title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../img/icons.png) no-repeat;
}

.title.color:after {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    background-position: -92px -170px;
}

.title.pre-pack:after {
    width: 45px;
    height: 31px;
    margin-top: -15px;
    background-position: 0px -213px;
}

.title.sort:after {
    width: 37px;
    height: 37px;
    margin-top: -18px;
    background-position: -49px -213px;
}

.title.grind:after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-position: -92px -210px;
}

.title.prod:after {
    width: 37px;
    height: 32px;
    margin-top: -16px;
    background-position: 0 -44px;
}

.title.sub:after {
    width: 36px;
    height: 31px;
    margin-top: -15px;
    background-position: -40px -44px;
}

.title.surfase:after {
    width: 36px;
    height: 39px;
    margin-top: -20px;
    background-position: -80px -44px;
}

.title.cond:after {
    width: 18px;
    height: 40px;
    margin-top: -20px;
    background-position: -120px -44px;
    left: 10px;
}

.title.mixing:after {
    width: 37px;
    height: 36px;
    margin-top: -18px;
    background-position: 0 -86px;
}

.title.dilution:after {
    width: 25px;
    height: 37px;
    margin-top: -17px;
    background-position: -39px -86px;
    left: 5px;
}

.title.vitality:after {
    width: 22px;
    height: 39px;
    margin-top: -18px;
    background-position: -66px -86px;
    left: 4px;
}

.title.viscosity:after {
    width: 33px;
    height: 35px;
    margin-top: -17px;
    background-position: -89px -86px;
}

.title.equipment:after {
    width: 28px;
    height: 40px;
    margin-top: -20px;
    background-position: -124px -86px;
    left: 5px;
}

.title.layers:after {
    width: 35px;
    height: 39px;
    margin-top: -19px;
    background-position: 0 -126px;
}

.title.time:after {
    width: 40px;
    height: 41px;
    margin-top: -20px;
    background-position: -37px -126px;
}

.title.coat:after {
    width: 47px;
    height: 28px;
    margin-top: -14px;
    background-position: -79px -127px;
    left: -2px;
}

.title.drying:after {
    width: 46px;
    height: 40px;
    margin-top: -20px;
    background-position: 0 -169px;
}

.title.cleaning:after {
    width: 39px;
    height: 40px;
    margin-top: -20px;
    background-position: -48px -169px;
}

.sort-wrap {
    margin-bottom: 30px;
    padding: 12px;
    background: #EEF3F7;
    font-size: 15px;
    line-height: 37px;
    text-align: right;
}

/* Gallery */

.gallery {
    padding: 20px;
}

.gallery img {
    border-radius: 4px;
    padding: 5px;
    border: 1px #ccc dashed;
    float: left;
    margin: 5px;
}

.gallery a {
    margin-right: 15px;
    border: 0 !important;
    display: block;
}

/* select */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    height: 37px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #CAD2DD;
    background: #fff;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 15px;
    line-height: 35px;
    margin: 0 25px 0 15px;
    text-align: left;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 25px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #424242;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #CAD4E0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 14px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.field-orderform-subscribe * {
    font-weight: normal;
}

.page-navigation {
    text-align: center;
    margin: 0;
}

.pagination {
    margin-bottom: 0;
}

.pagination li a {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 17px;
    text-decoration: none;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    margin: 0 2px;
    border: none;
    color: #666666;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pagination li a:hover,
.pagination li a:focus {
    background: #EEF3F7;
    color: #666666;
}

.pagination li.active a {
    background: inherit;
    color: #666;
    font-weight: 600;
}

.pagination li.prev a {
    margin-right: 18px;
}

.pagination li.next a {
    margin-left: 18px;
}

.pagination li.prev a,
.pagination li.next a {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.pagination li.prev a:after,
.pagination li.next a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -5px;
    width: 11px;
    height: 13px;
    background: url(../img/icons.png) no-repeat;
}

.pagination li.prev a:after {
    background-position: -100px -19px;
}

.pagination li.next a:after {
    background-position: -112px -19px;
}

.pagination li.disabled {
    display: none !important;
}

.pagination li.first a,
.pagination li.last a {
    width: initial;
    padding: 0 10px;
}

.cart-nav .nav-btn {
    display: inline-block;
    text-align: left;
    background: #fff;
    position: relative;
    font-size: 15px;
    padding: 8px 20px 8px 38px;
    color: #858F99;
    border: 1px solid #C9D3DF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cart-nav .nav-btn:hover,
.cart-nav .nav-btn:focus {
    background: #eef3f8;
    text-decoration: none;
}

.cart-nav .nav-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 16px;
    background: url(../img/icons.png) no-repeat;
}

.cart-nav .back-cat {
    margin-right: 9px;
}

.cart-nav .back-cat:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;
    background-position: -100px -33px;
}

.cart-nav .clear-btn:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-position: -136px -19px;
}

.cart-nav .total {
    font-size: 30px;
    line-height: 40px;
    text-align: right;
    font-weight: 900;
    font-style: italic;
    color: #424242;
    margin-bottom: 20px;
}

.soon {
    color: #E6A5AE;
    font-style: italic;
}

.form-wrap {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #F9F9F9;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), -23px 0 5px -23px rgba(0, 0, 0, 0.1), 23px 0 5px -23px rgba(0, 0, 0, 0.1);
    border: 1px solid #EFEFEF;
    overflow: hidden;
}

.form-wrap #order-shipping_type_id label,
.form-wrap #order-payment_type_id label {
    font-size: 15px;
    padding: 3px;
    border: 1px #EEF3F7 dashed;
    border-radius: 7px;
}

.form-wrap #order-shipping_type_id label:hover,
.form-wrap #order-payment_type_id label:hover {
    font-weight: 700;
}

.bank-card-logos {
    width: 222px;
    height: 60px;
    background: url(../img/bank-card-logos.png) no-repeat;
    margin-bottom: 10px;
    margin-left: -5px;
}

.bank-card-logos-payment img {
    width: 130px;
    border: 1px #eee solid;
    margin-right: 5px;
}

.payment-description,
.shipping-description {
    display: none;
}

.comment-wrap * {
    margin-bottom: 0;
}

.order-success-image img {
    width: 110px;
    display: block;
    margin: 0 auto;
    padding: 15px;
}

.order-success iframe {
    width: 900px;
    max-width: 100%;
    height: 400px;
}

.order-success-form-wrap h4,
.order-success-form-wrap p {
    text-align: center;
}

.order-success-form-wrap .adress-info {
    padding: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px 0;
    background-color: transparent;
}

.rad-label,
.ch-label {
    display: block;
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 18px;
    position: relative;
    font-weight: normal;
}

/* radio */
.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #CCD4DF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: -2px 10px 0 0;
    height: 20px;
    width: 20px;
    -webkit-box-shadow: inset 0 0 1px 1px #fff;
    box-shadow: inset 0 0 1px 1px #fff;
    background: rgb(252, 253, 255);
    background: -webkit-linear-gradient(top, rgba(252, 253, 255, 1) 0%, rgba(232, 235, 240, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 253, 255, 1) 0%, rgba(232, 235, 240, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 253, 255, 0.45) 0%, rgba(232, 235, 240, 0.44) 100%);
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: rgb(156, 156, 158);
    background: -webkit-linear-gradient(top, rgba(156, 156, 158, 1) 0%, rgba(65, 155, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 156, 158, 1)), to(rgba(65, 155, 232, 1)));
    background: -o-linear-gradient(top, rgba(156, 156, 158, 1) 0%, rgba(65, 155, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(156, 156, 158, 1) 0%, rgba(65, 155, 232, 1) 100%);
}

.jcf-radio input[type="radio"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

/* checkbox */
.jcf-checkbox {
    vertical-align: top;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    border: 1px solid #CCD4DF;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: -2px 12px 0 0;
    height: 18px;
    width: 18px;
    -webkit-box-shadow: inset 0 0 1px 1px #fff;
    box-shadow: inset 0 0 1px 1px #fff;
    background: rgb(252, 253, 255);
    background: -webkit-linear-gradient(top, rgba(252, 253, 255, 1) 0%, rgba(232, 235, 240, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 253, 255, 1)), to(rgba(232, 235, 240, 1)));
    background: -o-linear-gradient(top, rgba(252, 253, 255, 1) 0%, rgba(232, 235, 240, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 253, 255, 0.45) 0%, rgba(232, 235, 240, 0.44) 100%);
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 4px;
    width: 8px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -3px;
    border: 2px solid #474A4F;
    border-width: 0 0 2px 2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

.form-wrap .form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 15px;
    font-style: italic;
    height: 37px;
    border-color: #C9D3DF;
}

.form-wrap textarea.form-control {
    height: 109px;
}

.edit-cart-button {
    margin-left: -15px;
    background: url(../img/icons.png) 0 -250px no-repeat #fff !important;
    width: 50px;
    height: 26px;
    top: 5px;
    right: 2px;
}

.note {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 8px;
}

.notice {
    font-size: 16px;
    color: #333333;
    cursor: default;
    margin: 5px 0 10px 0;
}

.notice span {
    border-bottom: 1px #B3BDC9 dashed;
}

.star {
    color: #E30325;
}

.form-wrap p {
    margin-bottom: 6px;
}

.form-agreement a {
    border-bottom: 1px #ccc dashed;
    color: #337AB7;
}

.form-agreement a:hover {
    border-bottom: none;
    text-decoration: none;
}

.form-agreement .form-group {
    margin-bottom: -13px;
}

.doc-btn {
    text-decoration: none;
    display: inline-block;
    border: 0 !important;
    color: #337AB7;
    outline: none;
    background: none;
    padding: 0;
}

.doc-btn:hover,
.doc-btn:focus {
    border-color: transparent;
    border-bottom: none !important;
}

.attention {
    color: #E30325;
    font-size: 15px;
}

.map {
    min-height: 400px;
}

ymaps {
    text-indent: 0;
}

.adress-info {
    padding: 28px;
    background: #fff;
}

.adress-info .contact-info {
    margin: 0;
    font-size: 15px;
}

.adress-info .contact-info span {
    font-size: 14px;
    padding-top: 13px;
}

.news-list {
    padding: 0;
    background: none;
    border-bottom: 0;
    border-top: 0;
}

.news-list .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C9D3DF;
}

.news-list .item img {
    margin-bottom: 10px;
}

.news-list p {
    margin-bottom: 30px;
}

.content {
    padding-bottom: 30px;
}

.content .img-wrp {
    margin-bottom: 25px;
}

/*.content > p, .content > div > div > p {
    text-indent: 20px;
} */

.content > p > img, .content > div > div > p > img {
    max-width: 100%;
    height: auto;
}

.content.how-to-order img {
    padding: 15px;
    border: 1px #C4D5E4 dashed;
}

.content table {
    width: 100%;
    margin-bottom: 30px;
}

.content table td {
    padding: 20px 10px;
    border: 1px #ccc solid;
    font-size: 16px;
}

.content table thead td {
    background-color: #004e8e;
    color: #fff;
}

.content .fr-fil {
    float: left;
    padding-right: 15px;
}

.footer .back-btn {
    padding: 5px 10px;
    margin-bottom: 10px;
}

.f-follow {
    text-transform: none;
    margin-bottom: 5px;
    padding-top: 5px;
}

.footer .social-icons {
    list-style: none;
    padding: 0 0 0 10px;
    display: table;
    margin: 10px auto;
}

.footer .social-icons li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    text-align: center;
}

.footer .social-icons li a {
    display: block;
    position: relative;
    background-color: #babac0;
    color: transparent;
    font-size: 0;
    border-radius: 100%;
    padding: 20px;
    transition: 0.5s;
}

.footer .social-icons li a:before {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    font-size: 22px;
    width: 100%;
    height: 100%;
    color: #444;
}

.footer .social-icons li a.social-icons-youtube:before {
    content: '\f16a';
}

.footer .social-icons li a.social-icons-vk:before {
    content: '\f189';
}

.footer .social-icons li a.social-icons-instagram:before {
    content: '\f16d';
}

.footer .social-icons li a:hover,
.footer .social-icons li a:focus {
    background-color: #fff;
}

.select-city ul {
    margin: 0;
    padding: 0;
}

.select-city ul li {
    display: block;
    font-size: 14px;
}

.select-city ul li a {
    color: #1F4F8F;
}

.tooltip2-container {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
    width: 100%;
}

.tooltip2 {
    display: inline;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
}

.tooltip2:hover {
    cursor: pointer;
}

.tooltip2:hover .tooltip2__content {
    -webkit-transform: translate3d(-50%, -10%, 0);
    -moz-transform: translate3d(-50%, -10%, 0);
    -ms-transform: translate3d(-50%, -10%, 0);
    -o-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
}

.tooltip2__content {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(-50%, 0%, 0);
    -moz-transform: translate3d(-50%, 0%, 0);
    -ms-transform: translate3d(-50%, 0%, 0);
    -o-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-transform-origin: 0 10px;
    -moz-transform-origin: 0 10px;
    -ms-transform-origin: 0 10px;
    -o-transform-origin: 0 10px;
    transform-origin: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    color: #2f2f2f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    bottom: 25px;
    width: 100%;
    border: 1px #c9d3df solid;
    min-width: 200px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

td.actions .tooltip2__content {
    bottom: 47px;
}

.tooltip2__content:before {
    border-color: transparent;
    border-top-color: #ffffff;
    border-style: solid;
    border-width: 10px;
    content: ' ';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -20px;
    width: 0;
}

.tooltip2__content:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
}

.tooltip2__content:hover {
    -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
}

.tooltip2__content {
    text-align: center;
}

.tooltip2__content p {
    margin-top: 10px !important;
    text-align: center;
}

a.scroll-to-top-link {
    z-index: 100;
}

/*Forms*/
.has-error .form-control {
    border-color: #E01E3A !important;
}

.has-error .help-block, .has-error .control-label {
    color: #E01E3A !important;
}

.field-contactform-message .hint-block {
    font-style: italic;
    margin-top: 10px;
}

/*Alert*/

.alertm_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99998;
    background: rgba(51, 51, 51, 0.82);
    display: none;
}

.alertm_all {
    min-width: 396px;
    max-width: 100%;
    padding: 29px 43px;
    border-radius: .25rem;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 99999;
    transform: translate(-50%, 0);
}

.alertm_all a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #0275d8;
}

.alertm_all a:hover {
    color: #222;
}

.alertm_h1 {
    color: #0275d8;
    font-size: 19px;
    margin-bottom: 15px;
}

.alertm_text {
    font-size: 16px;
    line-height: 23px;
}

.alertm_wrapper {
}

.alertm_but {
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 2rem;
    font-size: 1.2em;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
    display: block;
    margin-top: 25px;
    cursor: pointer;
}

.alertm_but:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

a.alertm_close {
    color: #c9d3df;
    text-decoration: none;
    position: absolute;
    right: 12px;
    top: 4px;
    font-size: 22px;
}

/* Choose block start */
/*******17-03*********/

#super-header {
    display: none;
    background: #1a222b;
}

.super-header {
    background: #1a222b;
    color: #fff;
    padding: 40px 0 30px 0;
    overflow: hidden;
    min-height: 540px;
}

.super-header .super-map {
    margin-top: -15px;
    max-height: 300px;
}

.super-header-copy {
    background: #1a222b;
    height: 540px;
}

.super-header strong {
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.choose-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: wrap;
}

.choose-list li {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 20px;
    margin-bottom: 20px;
    width: 50%;
    float: left;
}

.shop-list li {
    font-size: 15px;
}

.choose-list li input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.choose-list li label {
    font-weight: 300;
    cursor: pointer;
    color: #bbbbbb;
    margin: 0;
    font-size: 15px;
}

.choose-list li label span {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 26px;
}

.choose-list .jcf-radio {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background: none;
    border: 1px solid #858a8e;
}

.choose-list .jcf-radio input {
    cursor: pointer;
}

.choose-list .jcf-checked {
    border: 1px solid #fff;
}

.choose-list .jcf-checked + label {
    color: #fff;
}

.choose-list li > span:hover {
    border: 1px solid #fff;
}

.choose-list li span:hover + label {
    color: #fff;
}

.choose-list li label:hover + span {
    border: 1px solid #fff;
}

.choose-list li label:hover {
    color: #fff;
}

.choose-list .jcf-radio span {
    width: 14px;
    height: 14px;
    background: #fff;
    left: 2px;
    top: 2px;
}

.super-rht {
    position: relative;
}

a.super-close {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 15px;
    color: #fff;
    padding-right: 45px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.super-close:hover,
.super-close:active,
.super-close:focus {
    text-decoration: none;
    color: #fff;
}

.super-close:after {
    content: "\00d7";
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-size: 28px;
    border: 1px solid #8a8e92;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}

.shop-list .jcf-radio {
    top: 2px;
}

.super-header .container {
    position: relative;
}

.super-back {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-top: -40px;
    margin-bottom: 50px;
}

.super-back a {
    display: inline-block;
    color: #bbbbbb;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
}

.super-back a:hover, .super-back a:focus {
    color: #fff;
    text-decoration: none;
}

.super-back a:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 7px;
    top: 6px;
    transform: rotate(135deg);
}

@media (max-width: 1199px) {
    .choose-list li label span {
        display: block;
    }
}

@media (max-width: 991px) {
    .super-header {
        padding: 30px 0;
    }

    .super-header strong {
        margin: 5px 0 30px 0;
        font-size: 20px;
        width: 70%;
    }

    .choose-list li {
        margin-bottom: 15px;
        width: 100%;
    }

    .super-back {
        margin-top: -10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 577px) {
    .super-header {
        padding-top: 50px;
    }

    .super-close {
        top: -40px;
    }
}

/* Choose block end */

li.text-red a {
    background-color: #e60223;
    border-radius: 3px;
    padding: 3px 7px;
    color: #fff;
}

/*Read more*/
.readmore {
    overflow: hidden;
    margin-top: 35px;
}

.readmore-link {
    border-bottom: 1px #d6d6d6 dashed;
    display: inline-block;
    margin: 20px 0 50px 0;
}

.readmore-link:hover {
    border-bottom: none;
    text-decoration: none;
}

/*Forms style*/

.materialize-form input[type=text].form-control,
.materialize-form input[type=password].form-control,
.materialize-form textarea.form-control {
    border: 0;
    border-bottom: 2px #dadada solid;
    box-shadow: none !important;
    border-radius: 0;
}

.materialize-form input[type=text].form-control:focus,
.materialize-form input[type=password].form-control:focus {
    border-bottom: 2px #666 solid;
}

.materialize-form .has-success input[type=text].form-control,
.materialize-form .has-success input[type=password].form-control {
    border-bottom: 2px #059803 solid;
}

.materialize-form .jcf-select {
    border: 0;
    border-bottom: 2px #dadada solid;
    box-shadow: none !important;
    border-radius: 0;
}
.materialize-form .jcf-select .jcf-select-text {
    font-size: 14px;
    color: #999;
    margin-left: 11px;
}
.materialize-form .has-success .jcf-select .jcf-select-text {
    color: #333;
}
.materialize-form select {
    color: #666;
}

.materialize-form .form-group {
    margin-bottom: 35px;
}

.materialize-form .help-block {
    font-size: 11px;
    color: #E01E3A !important;
}

.materialize-form label {
    font-size: 13px;
}

.materialize-form button[type=submit],
.materialize-form .btn-block,
.materialize-form .btn {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 3px;
    width: 100%;
}

.materialize-form .btn span:after {
    font-family: IcoMoon-Free;
    position: absolute;
    display: block;
    content: "\ea42";
    z-index: 1;
    top: 53%;
    right: -23px;
    width: 18px;
    height: 16px;
    font-size: 16px;
    margin: -12px 0 0;
    font-weight: 500;
    transition: 0.5s;
}

.materialize-form .btn:hover span:after {
    right: -28px;
}

.materialize-form .btn {
    position: relative;
    transition: 0.5s;
    color: #fff;
}

.materialize-form .btn span {
    position: relative;
    margin-left: -20px;
}

.materialize-form h2 {
    overflow: inherit;
}

/*Login and signup*/

.page-login h1, .page-login h2 {
    font-style: normal;
    font-weight: 600;
}

.page-login h1:after, .page-login h2:after {
    display: none;
}

.page-login .form-group.field-signupform-birthday,
.page-login .form-group.field-signupform-birthmonth,
.page-login .form-group.field-signupform-birthyear,
.page-login .form-group.field-userprofile-birthday,
.page-login .form-group.field-userprofile-birthmonth,
.page-login .form-group.field-userprofile-birthyear,
.page-login .form-group.field-loginform-rememberme {
    margin-bottom: 5px;
}

.page-login .note {
    font-size: 12px;
    font-style: normal;
    margin-bottom: 10px;
    color: #999;
}

.page-login .btn-signup:hover {
    background-color: #515050;
}

#userprofile-gender {
    overflow: hidden;
}

#userprofile-gender label {
    width: 150px;
    float: left;
    font-size: 13px;
    padding-top: 5px;
}

.field-loginform-rememberme label,
.field-signupform-agreement label {
    font-size: 14px;
}

.field-contactform-message {
    margin-bottom: 0 !important;
}

/*End forms*/
ul.green-tick {
    padding-left: 10px;
}

ul.green-tick li {
    list-style: none;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 15px;
}

ul.green-tick li:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 2px;
    left: 2px;
    background: url(../img/green-tick.png);
    background-size: 100%;
}

h4.right-green-tick span {
    position: relative;
}

h4.right-green-tick span:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 4px;
    right: -25px;
    background: url(../img/green-tick.png);
    background-size: 100%;
}

h4.left-green-tick span {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 20px;
}

h4.left-green-tick span:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    top: 1px;
    left: -20px;
    background: url(../img/green-tick.png);
    background-size: 100%;
}

h4.left-green-tick span a {
    color: #033e71 !important;
    border-bottom: 1px #ccc solid;
}

a.btn-primary {
    color: #ffffff;
}

.btn-black {
    background-color: #333;
}

/*Forms - когда сохранен пароль в браузере*/

.page-login .form-control {
    background: transparent !important;
    box-shadow: none !important;
}

.page-login input:-webkit-autofill,
.page-login input:-webkit-autofill:hover,
.page-login input:-webkit-autofill:focus,
.page-login input:-webkit-autofill,
.page-login textarea:-webkit-autofill,
.page-login textarea:-webkit-autofill:hover,
.page-login textarea:-webkit-autofill:focus,
.page-login select:-webkit-autofill,
.page-login select:-webkit-autofill:hover,
.page-login select:-webkit-autofill:focus {
    border: 0;
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}

/*Cabinet*/
.container-profile {
    max-width: 400px;
}

.danger-border {
    border: 1px red dashed;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.menu-cabinet {
    margin-top: 30px;
}

.menu-cabinet li {
    list-style: none;
    border-left: 2px #e2e2e2 solid;
    padding: 7px 20px;
    font-size: 16px;
    transition: 0.5s;
}

.menu-cabinet li a {
    color: #119AD2;
    transition: 0.5s;
}

.menu-cabinet li:hover {
    border-left: 2px #004E8E solid;
}

.menu-cabinet li:hover a {
    color: #004E8E;
    text-decoration: none;
}

.cabinet .user-nav li:last-child a {
    color: #d81b14;
}

.asterisk {
    color: #d81b14;
}

.discount-block {
    display: block;
    position: relative;
    padding: 10px 20px;
    font-size: 30px;
    float: left;
    width: 100%;
}

.discount-number {
    color: #fff;
    background: #d81b14;
    padding: 10px 15px;
    display: block;
    float: left;
}

.discount-text {
    display: block;
    font-size: 15px;
    margin-top: 20px;
    padding-left: 15px;
    float: left;
}

h2.happy {
    font-weight: 500;
    font-size: 20px;
    margin-top: -20px;
}

table.order-list thead {
    display: none;
}

table.order-list thead td {
    font-weight: bold;
}

table.order-list td {
    padding: 25px 30px 25px 0;
    border-bottom: 1px #ccc solid;
}

table.order-list tr:last-child td {
    border-bottom: none;
}

.page-login .panel-title a:hover {
    text-decoration: none;
}

table.wishlist-table thead th {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

table.wishlist-table td {
    padding: 20px 10px !important;
}

table.wishlist-table td a {
    border-bottom: none;
}

/*New modal style*/
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.modal-content {
    border-radius: 3px;
    border: 0;
}

.modal {
    text-align: center;
    padding: 0 !important;
    background-color: #0000007a;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-header, .modal-body {
    padding: 20px;
}

.modal-body-spinner:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    top: 30%;
    left: 46%;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.modal-header .title {
    padding: 0;
    font-size: 17px;
    color: #333;
    margin-top: 7px;
    font-weight: bold;
}

.modal-header .close {
    font-size: 35px;
    font-weight: 300;
    margin-top: -8px;
    color: #333;
    opacity: 1;
}

.modal-body p {
    font-size: 14px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 500px;
    }
}

#mainModal .btn {
    font-size: 14px;
}

.select-city-modal .modal-dialog {
    max-width: 400px;
}

.select-city-modal .modal-content {
    border-radius: 15px;
}

.select-city-modal .modal-header {
    border-bottom: none;
    padding-bottom: 2.5rem;
}

.select-city-modal .modal-header .title {
    text-transform: none;
    font-size: 1.6em;
    padding-left: 12px;
    padding-top: 10px;
    margin-right: 25px;
}

.select-city-modal .modal-body {
    padding: 0 3.2rem 2.5rem 3.2rem;
}

.select-city-modal .empty {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 35px;
    font-weight: 300;
    margin-top: -8px;
    color: #babac0;
    line-height: normal;
    text-shadow: 0 1px 0 #fff;
}

.select-city-modal .empty:hover {
    text-decoration: none;
}

.select-city-modal input {
    padding: 22px 20px;
    font-size: 1.2em;
    border: 1px #adadad solid;
    color: #444;
}

.select-city-modal input:focus {
    border: 1px #444 solid;
    box-shadow: none;
}

.select-city-modal .search-drop {
    min-height: 365px;
    display: none;
}

.select-city-modal .current-city {
    padding: 0 0 20px 0;
    display: block;
    font-size: 17px;
}

.select-city-modal .current-city strong {
    color: #e31235;
}

.choose-city-list {
    list-style: none;
    margin: 2.5rem -3.2rem 0.3rem -3.2rem;
    padding: 0;
}

.choose-city-list li {
    color: #909090;
}

.choose-city-list li:hover {
    background-color: #f7f7f7;
}

.choose-city-list li a,
.choose-city-list li span {
    font-size: 1.6rem;
    line-height: 2.4rem;
    display: block;
    margin-bottom: 0;
    padding: .6rem 3.2rem;
    color: #333;
}

.choose-city-list li a:hover {
    text-decoration: none;
}

.choose-city-list li.active span {
    color: #e31235;
    font-weight: 500;
    cursor: pointer;
}

.slick-dots {
    background-color: transparent;
    margin: 0 auto;
    padding: 0 0 5px 0;
    display: flex;
    position: relative;
    overflow: visible;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}

.slick-dots li {
    display: block;
    position: relative;
    width: 20px;
    float: left;
    padding: 15px 0 10px 0;
    margin-right: 20px;
}

.slick-dots li button {
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    width: 15px !important;
    height: 15px !important;
    text-indent: -9999px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .2),
    0 2px 0 rgba(255, 255, 255, .4),
    inset 0 2px 0 rgba(0, 0, 0, .1);
    transition: 0.5s;
    padding: 0;
}

.slick-dots li button:hover {
    background-color: #e70324;
}

.slick-dots li.slick-active button {
    background-color: #e70324;
}

.block-success, .alert-success {
    padding: 15px 15px 15px 65px;
    background-color: rgb(217, 239, 226);
    margin: 0;
    border-left: 3px solid #30b362;
    position: relative;
}

.block-success:before, .alert-success:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    top: 15px;
    left: 20px;
    background: url(../img/green-tick.png);
    background-size: 100%;
}

.alert-success:before {
    top: 11px;
}

.block-success .title {
    padding-left: 0;
    font-size: 17px;
    line-height: 20px;
    color: #333;
    margin-bottom: 10px;
}

.block-success p {
    margin-bottom: 0;
}

.alert-success span {
    position: relative;
}

.alert-success span:after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: -2px;
    right: -30px;
    background: url(../img/green-tick.png);
    background-size: 100%;
}

.alert {
    margin-top: 15px;
    border-radius: 0;
}

.modal-body.modal-body-custom {
    transition: 3s;
}

.widget img {
    margin-bottom: 20px;
    width: 100%;
}

/**Modal file start **/
/* file */
.jcf-file {
    display: block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
}

.jcf-file .jcf-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
}

.jcf-file .jcf-fake-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: normal;
    vertical-align: top;
    overflow: hidden;
    border: 1px dashed #bebebe;
    padding: 0 20px;
    font-size: 15px;
    line-height: 15px;
    height: 72px;
    width: 100%;
    background: #eeeeee;
    position: relative;
    color: #666;
    border-radius: 0.25rem;
}

.jcf-file .jcf-fake-input:before {
    content: "";
    display: inline-block;
    width: 39px;
    height: 24px;
    background: url(../img/svg/upload.svg) 0 0 no-repeat;
    margin: 0 15px 0 0;
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}

.field-contactform-files {
    margin: 0 0 -20px 0 !important;
}

.upload-kit .files {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload-kit .upload-kit-item {
    min-width: 100px;
    margin: 0 !important;
    flex: 0 0 30%;
    border: 1px dashed #ccc !important;
}

.upload-kit .upload-kit-input {
    width: 100% !important;
    flex: 100%;
    max-height: 50px;
    margin: 10px 0 0 0 !important;
    border: 1px dashed #ccc !important;
}

.upload-kit .upload-kit-input .drag, .upload-kit .upload-kit-input .add {
    font-size: 2em !important;
    height: 30px !important;
}

/** Modal file end **/

/*FAQ*/
.faq-wrap {
    padding-bottom: 30px;
}

.faq-list {
    margin: 0;
    padding: 0;
}

.faq-list > li {
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #d9d9d9;
}

.faq-list > li ul {
    display: none;
    padding: 5px 20px 0 30px;
    /* margin-left: -15px; */
    position: absolute;
    top: 0;
    left: calc(100% - 15px);
    width: 575px;
    font-size: 15px;
    background-color: #f2f5f9;
    z-index: 10;
    bottom: 0;
}

.faq-list > li ul li {
    display: block;
    padding: 10px 0;
}

.faq-list > li:hover > a {
    background-color: #f2f5f9;
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.faq-list > li:hover > a:before {
    opacity: 1;
}

.faq-list > li:hover > a:after {
    border-right: 1px solid #515151;
    border-bottom: 1px solid #515151;
}

.faq-list > li.active > a {
    background-color: #f2f5f9;
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.faq-list > li.active > a:before {
    opacity: 1;
}

.faq-list > li.active > a:after {
    border-right: 1px solid #515151;
    border-bottom: 1px solid #515151;
}

.faq-list > li > a {
    display: block;
    line-height: 23px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 13px;
    color: #666;
    position: relative;
}

.faq-list > li > a:hover {
    background-color: #f2f5f9;
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.faq-list > li > a:hover:before {
    opacity: 1;
}

.faq-list > li > a:hover:after {
    border-right: 1px solid #515151;
    border-bottom: 1px solid #515151;
}

.faq-list > li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 1px solid #acacac;
    border-bottom: 1px solid #acacac;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    top: 50%;
    margin-top: -3px;
}

.faq-list > li > a:before {
    opacity: 0.5;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-wrap .navbar-collapse {
    padding: 0;
}

.faq-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.faq-wrap .title {
    text-align: left;
    text-transform: uppercase;
    font-size: 30px;
    padding: 0;
    font-weight: normal;
    margin-bottom: 0px;
    line-height: normal;
}

.faq-title {
    position: relative;
    margin-bottom: 25px;
}

.faq-title .collapse-btn {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
}

.faq-right-grey-block {
    background-color: #f2f5f9;
    margin-left: -15px;
}

.faq-text {
    font-size: 15px;
    line-height: 25px;
    padding-top: 15px;
}

.faq-text h2, .faq-text h3, .faq-text h4 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 19px 0;
}

.faq-text p {
    font-size: 15px;
    line-height: 25px;
}

.faq-text p img {
    max-width: 100%;
}

.faq-text table {
    width: 100% !important;
}

.faq-text table td {
    border: 1px #ccc solid;
    padding: 10px;
}

.faq-right-grey-block ul {
    list-style: none;
}

.faq-text ul li,
.faq-right-grey-block li {
    margin-bottom: 10px;
}

.back-link {
    color: #333 !important;
    margin-right: 10px;
    border-right: 1px #9E9E9E solid;
    padding-right: 10px;
}

@media (max-width: 1199px) {
    .faq-list > li ul {
        width: 646px;
    }
}

@media (max-width: 991px) {
    .faq-list > li ul {
        width: 547px;
    }

    .header .logo {
        margin-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .faq-list > li ul {
        width: 437px;
    }

    .faq-wrap .row {
        display: block;
    }

    .faq-list > li:hover ul {
        max-height: 0;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .faq-list > li ul {
        position: static;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        visibility: visible;
        opacity: 1;
        display: none;
    }

    .faq-list > li > a {
        padding-top: 5px;
        padding-bottom: 6px;
    }

    .faq-list > li ul li {
        padding: 5px 0;
    }

    .faq-list > li.menu-open ul {
        max-height: 1000px;
        overflow: visible;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 2px;
        display: block;
    }

    .faq-list {
        margin-bottom: 10px;
    }

    .faq-wrap .navbar-collapse {
        display: contents;
    }

}

@media (max-width: 460px) {
    .faq-wrap .title {
        font-size: 24px;
    }

    .faq-title {
        margin-bottom: 15px;
    }
}

/*FAQ end*/

/*
Widgets
 */
.widget-button-container {
    padding-top: 15px;
}

.swiper-wrapper .item {
    max-width: 280px;
}

html:root {
    --swiper-navigation-size: 24px;
    --swiper-theme-color: #004e90;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0.1rem 2rem rgba(4, 6, 28, .1);
    margin-top: calc(-3 * var(--swiper-navigation-size) / 2);
}

/*CDEK*/
.CDEK-widget__popup-mask {
    z-index: 50;
}

/* Subcategories */
.product-category-view {
    padding: 0 !important;
}

.block-subcategories {
    display: flex;
    flex-wrap: wrap;
    overflow: visible;
    margin: 0 -5px 20px -5px;
}

.subcategory-item {
    min-width: 33.3333333333333%;
    padding: 5px;
    position: relative;
}

.subcategory-item a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgb(204 204 204 / 20%);
    overflow: hidden;
    transition: 0.5s;
}

.subcategory-item a:hover {
    box-shadow: 0 0 25px -5px rgb(204 204 204 / 85%);
}

.subcategory-item .img-box {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    text-align: center;
    padding: 10px;
}

.subcategory-item .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.subcategory-item .text-box {
    color: #333;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.5s;
    display: inline-block;
    position: absolute;
    top: 44%;
}

.subcategory-item a:hover {
    text-decoration: none;
}

.subcategory-item a:hover .text-box {
    color: #E70422;
}

/* Subcategories END */

/* Choose city confirm */
.head-mdl .container {
    position: relative;
}

.choose-city-confirm-container {
    position: absolute;
    width: 100%;
    top: 100px;
}

.choose-city-confirm {
    background: #000000e8;
    padding: 15px 0;
}

.choose-city-confirm:before {
    content: '';
    border: 14px solid transparent;
    border-bottom: 12px solid #000000e8;
    position: absolute;
    left: 60px;
    top: -25px;
    width: 0;
}

.choose-city-confirm .icon {
    width: 24px;
    height: 32px;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 3px;
}

.choose-city-confirm span {
    display: block;
    padding-left: 55px;
    font-weight: 500;
    color: #fff;
}

.choose-city-confirm span:last-child {
    font-weight: 300;
}

.btn-blue {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 6px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #004E90;
    border: 1px solid #004E90;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-blue:hover {
    color: #fff;
    background-color: #2a6593;
}

.btn-transparent {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    padding: 6px 25px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #ccc;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent:active:focus {
    border: 1px solid #fff;
    color: #eee;
}

.choose-city-confirm button {
    margin: 3px 3px 0 0;
}

@media (max-width: 991px) {
    .choose-city-confirm-container {
        top: 190px;
    }
}

@media (max-width: 767px) {
    .choose-city-confirm-container {
        top: 0;
    }
}

@media (max-width: 400px) {
    .choose-city-confirm div {
        width: 100%;
    }

    .choose-city-confirm > div:nth-child(1) {
        padding-top: 15px;
    }

    .choose-city-confirm div:nth-child(2) {
        text-align: center;
        padding: 20px 20px 10px 20px;
    }

    .choose-city-confirm-inner {
        position: relative;
        width: fit-content !important;
        margin: 0 auto;
    }

    .choose-city-confirm .icon {
        left: 15px;
    }
}

/* Choose city confirm END */

/* Breadcrumbs Dropdown */
.breadcrumb .dropdown .dropdown-menu li a:hover {
    font-weight: 500;
}


@media (max-width: 576px) {
    .breadcrumb .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        min-width: 120px;
        max-width: 200px;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    .breadcrumb {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .breadcrumb {
        font-size: 15px;
    }

    .breadcrumb .dropdown-menu {
        left: auto !important;
        right: auto !important;
    }
}

@media (max-width: 330px) {
    .breadcrumb {
        font-size: 12px;
    }
}

/* Breadcrumbs Dropdown End */

.slider-box {
    display: flex;
    max-height: 380px;
    overflow: hidden;
}

.slider-box img {
    max-width: 100%;
    max-height: 100%;
}

.slider-nav .slick-slide img {
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
}

.slider-for {
    flex: 1 1 auto;
    width: 1%;
    padding-left: 30px;
}

.slider-for .slide {
    text-align: center;
}

.slider-for .slide img {
    max-width: 100%;
    display: inline-block;
    max-height: 380px;
}

.slider-nav {
    flex: 0 0 80px;
    max-width: 80px;
}

.slider-nav .slick-arrow {
    background: none;
    border: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    position: relative;
    text-indent: -99999px;
    outline: none;
    margin: 5px auto;
    display: block;
}

.slider-nav .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    left: 6px;
    top: 12px;
}

.slider-nav .slick-next:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    left: 6px;
    top: 0px;
}

.slick-vertical .slick-slide {
    padding: 10px;
    height: 100px;
    text-align: center;
    cursor: pointer;
}

.slick-vertical .slick-slide img {
    object-fit: cover;
    display: inline-block;
}

.slick-vertical .slick-slide.slick-current.slick-active {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.main-input-field {
    position: relative;
}


@media (max-width: 991px) {
    .slider-box {
        margin-bottom: 30px;
    }

    .wide-button-block {
        margin-left: 0;
        margin-right: 0;
    }

    .wide-button-block div.col-xs-6:first-child {
        padding-left: 10px;
    }

    .wide-button-block div.col-xs-6:nth-child(2) {
        padding-right: 10px;
    }

    .product-block > .row > div[class^="col-"]:first-child {
        float: none;
    }
}

@media (max-width: 767px) {
    .search .input-group-btn {
        right: 6px;
    }

    .recent-products .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .recent-products .item .labels-block {
        display: none;
    }

    .recent-products .item .product-info .price {
        font-size: 14px;
        max-width: 100%;
    }

    .recent-products .item .product-info .price > span {
        margin-left: 0;
    }

    .recent-products .product-buttons {
        position: relative !important;
        right: initial !important;
        top: initial !important;
        bottom: initial !important;
        margin: 0 10px 0 80px !important;
        padding: 0 1px 0 0 !important;
    }

    .recent-products .product-buttons .buy-btn:before {
        display: none;
    }

    .recent-products .product-buttons .buy-btn {
        font-weight: 500;
        font-size: 13px;
        line-height: 30px;
    }

    .recent-products .product-buttons .buy-btn.add-cart-success:before {
        display: block;
    }

    .recent-products .product-buttons .buy-btn.add-cart-success {
        font-size: 0;
    }

    .recent-products .wishlist-button span {
        display: block !important;
        font-weight: 500;
        font-size: 13px;
        line-height: 30px;
        padding-left: 15px;
    }
}


@media (max-width: 577px) {
    .slider-for .slide img {
        /*width: 100%;
        height: 100%;*/
    }

    .search-btn {
        font-size: 0;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkQwOEFFMDhDMDk4NjExRUM5Q0ZEQzVERThFNERBNjM3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkQwOEFFMDhEMDk4NjExRUM5Q0ZEQzVERThFNERBNjM3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDA4QUUwOEEwOTg2MTFFQzlDRkRDNURFOEU0REE2MzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDA4QUUwOEIwOTg2MTFFQzlDRkRDNURFOEU0REE2MzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Qy8EMAAABpElEQVR42uyXzUrDQBSF02izsV2m4MYHUFfi3oroykVTtK9QWoo/bxF8Bl358xLiXkQXVkHB2qWoS9uFLjSewBm4BppkJrZ14YWPCczcOWFu5tw2FwSBNY6wrTHFnxZ2QA2cgHvQJ+HzMeccbeWwxjFUwWOQHB3gJez1g0ETNtgTG1+DLTALpsgc2AZtsc5nrrGwEn0H9YTNwrkG1ypxI+GqEF3SOL6yEK/oCjuipnWdmpEmcx9AXke4JmpqGwhPgBvusRG3NnqdPI774Mvgen6CAz5XdO7xAsezDN5wynExblEu4tU9UABFmoRJhLlvzC+O0jJzJpb5xHEmg7DKfdYRvuS4mkF4jeO5jler69TOcJ1uucemroF0mNgwEG4xtwsmdS3TE5ZZ1hBdBh/MXTdtEr4Qb/II4463JURfgJulLfqi3YU2uMNWWCDzYFfUVImq9SUTYUWFhp8UXR6vK7w6VjxN7fI0/CNwB3qgzxc65NcrP6RSGnHL4MtNgyt+mYQvOz0q4UTxYQpHj/0irh//dryCFXDFXj2wLf7/kxhafAswAA7lHMbFbFY6AAAAAElFTkSuQmCC') center center no-repeat #164FA2;
        background-size: 20px 20px;
        width: 32px;
    }

    .search .input-group-btn {
        right: 6px;
        width: 32px;
    }
}

@media (max-width: 380px) {
    .slider-for {
        padding-left: 15px;
    }

    .slider-for .slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slick-vertical .slick-slide {
        height: 80px;
    }

    .slider-for .slide img {
        max-height: 280px;
    }

}


.product-info .price {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-info .price > span {
    font-weight: normal;
    text-decoration: line-through;
    display: inline-block;
    margin: 0 12px;
}

.btn-price-hint {
    padding: 0;
    border: 0;
    background: url(../img/vopros.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 19px;
    height: 19px;
    margin: -4px 0 0 3px;
}

.tooltip {
    opacity: 1;
}

.tooltip > .tooltip-inner {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    opacity: 1;
}

.btn-wish {
    width: 19px;
    height: 16px;
    border: 0;
    display: inline-block;
    background: url(../img/serdce.svg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
    filter: invert(87%) sepia(1%) saturate(88%) hue-rotate(314deg) brightness(86%) contrast(94%);
    flex: 0 0 19px;
    max-width: 19px;
    min-width: 19px;
    padding: 0;
}

.btn-wish:hover {
    filter: invert(64%) sepia(5%) saturate(189%) hue-rotate(161deg) brightness(93%) contrast(89%);
}

.btn-wish.js-active {
    filter: invert(13%) sepia(67%) saturate(5399%) hue-rotate(342deg) brightness(102%) contrast(99%);
}

.product-buttons .buy-btn {
    display: inline-block;
    max-width: 188px;
    text-align: center;
}

.product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 30px;
    min-height: 40px;
}

.product-buttons .buy-btn span {
    padding-left: 0;
}

.product-buttons .buy-btn:before {
    display: none;
}

.trash-btn {
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: #999;
}

.wishlist-table .product-name a {
    text-decoration: none;
    font-size: 16px;
}

.wishlist-table .product-buttons {
    justify-content: right;
    padding: 0;
}

.wishlist-table .wishlist-row {
    position: relative;
    padding: 20px 0;
}

.wishlist-table .wishlist-row + .wishlist-row {
    border-top: 1px #eeeeee solid;
}

.wishlist-table .product-buttons .trash-btn {
    margin-left: 10px;
}

.wishlist-table .wishlist-row.product-info .price {
    justify-content: left;
}

@media (max-width: 767px) {
    .wishlist-table .wishlist-row {
        padding: 40px 0;
        width: initial;
    }
}

.tooltip > .tooltip-inner {
    padding: 15px;
}

.tooltip > .tooltip-inner a {
    color: #004e90;
}

.tooltip-arrow::before {
    background-color: #fff;
}

.tooltip .tooltip-arrow {
    border-top: 5px solid #fff !important;
}

@media (max-width: 1199px) {
    .btn-wish {
        right: 0;
    }

    .product-wrap .wishlist-button {
        padding: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wishlist-button:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-wrap .product-info .price {
        justify-content: flex-start;
        max-width: 90px;
        font-size: 15px;
    }

    .product-info .price > span {
        margin: 0;
    }

    .product-photo {
        padding: 10px !important;
    }

    .product-wrap .list-view div[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .product-buttons .buy-btn,
    .product-buttons .wishlist-button {
        min-width: 35px;
        padding: 0;
        position: relative;
    }

    .product-buttons .buy-btn:before {
        display: block;
        left: 12px !important;
        margin-top: -9px !important;
    }

    .buy-btn.btn-red:before {
        left: 10px !important;
    }

    .product-buttons {
        width: 120px;
    }

    .product-buttons {
        width: auto !important;
        padding-right: 30px;
    }
}

@media (max-width: 380px) {
    .product-photo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
    }

    .product-info {
        width: 75%;
    }

    .product-wrap .product-info .price > span {
        margin: 3px 0 0 0;
        display: block;
    }

    .product-wrap .product-info .price {
        font-size: 16px;
    }
}


body > .row {
    margin-left: 0;
    margin-right: 0;
}

.products-number, .wish-btn span {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    background: #c01922;
    color: #fff;
    position: absolute;
    top: 0;
    left: 36px;
    z-index: 1;
}

.wish-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #BEC6D3;
    border-radius: 50%;
    position: relative;
    flex: 0 0 50px;
    max-width: 50%;
}

.wish-btn .icon {
    width: 18px;
    height: 20px;
}


@media (max-width: 1199px) {
    .header .logo-img {
        padding-left: 0;
    }

    .header .logo-container::after {
        left: 156px !important;
    }

    .contact-info.town {
        margin-left: 10px !important;
    }

    .contact-info.adress {
        margin-left: 0 !important;
    }

    .contact-info .dvizh-cart-cost-formatted {
        padding-top: 0 !important;
    }

    .contact-info.cart .dvizh-cart-cost-formatted {
        font-size: 16px;
    }

    .contact-info.town {
        min-width: 200px;
    }

    .contact-info.cart {
        margin-left: 20px !important;
    }
}

@media (max-width: 991px) {
    .wish-btn {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        max-width: 40px;
    }

    .contact-info.cart a {
        height: 40px;
        line-height: 40px;
    }

    .contact-info.cart {
        margin-left: 30px !important;
    }

    .contact-info {
        padding-left: 60px !important;
    }

    .contact-info.adress::before {
        top: 20px !important;
    }

    .contact-info.town::before {
        top: 20px !important;
        left: 12px !important;
    }
}

@media (max-width: 767px) {
    .contact-info.cart {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .header-inner {
        height: 66px;
        display: flex;
        align-items: flex-end;
    }

    .header-inner .row {
        min-width: 100%;
    }

    .contact-info.cart {
        padding-top: 0 !important;
    }

    .head-right {
        height: 50px;
        padding-right: 30px;
    }

    .collapse-box {
        position: absolute;
        right: 0;
        top: 15px;
    }

    .contact-info {
        padding-left: 50px !important;
    }

    .products-number {
        display: block !important;
    }

    .products-number, .wish-btn span {
        left: 26px;
        top: -7px;
    }

    .contact-info.cart {
        margin-left: 10px !important;
    }
}

@media (max-width: 400px) {
    .header .logo {
        max-width: 80px !important;
    }

    .logo-container {
        padding-top: 20px !important;
    }
}


@media (min-width: 768px) {
    .header-sticky {
        position: sticky;
        top: -2px;
        z-index: 50;
    }
}


/*********16-02-2022*************/

.header-mob {
    background-color: #333333;
    display: none;
}

.header-mob .informer-count {
    display: none;
}

.navbar-mobile-collapse {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow: scroll;
    height: 100vh;
    opacity: 0;
    display: none;
    transition: height 0.5s, opacity 1s;
}

.navbar-mobile-collapse.collapse.in {
    opacity: 1;
    transition: height 0.5s, opacity 1s;
}

.navbar-mobile-collapse.collapsing {
    transition: height 0.5s, opacity 1s;
}

.main-menu-mobile li {
    text-align: left;
}

@media (max-width: 767px) {
    .head-top, .head-mdl-mobile, .wide-button-block, .head-mdl > .container > .row:first-child {
        display: none !important;
    }

    .head-mdl {
        padding: 0 !important;
    }

    .head-btm {
        display: none;
    }

    .main-menu {
        margin-top: 0 !important;
    }

    .header-mob {
        display: block;
    }

    .header-sticky {
        position: sticky;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 50;
    }
}

.header-mob .logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-mob .container {
    display: flex;
    justify-content: space-between;
    height: 52px;
    align-items: center;
    position: relative;
}

.header-mob-lft, .header-mob-rht {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}

.header-mob-lft {
    padding-right: 18px;
    justify-content: flex-start;
}

.header-mob-rht {
    padding-left: 18px;
    justify-content: flex-end;
}

.header-mob-lft .collapse-btn {
    border: 0;
    margin: 0;
    padding: 0;
}

.m-btn {
    display: inline-flex;
    margin: 0 12px;
    position: relative;
    align-items: center;
}

.m-btn span {
    display: block;
    position: absolute;
    right: -16px;
    top: -8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: rgba(192, 25, 34, 0.7);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.collapse-btn + .m-btn {
    margin-left: 20px;
}

.icon-local {
    width: 14px;
    height: 21px;
}

.icon-heart {
    width: 18px;
    height: 16px;
}

.icon-adm {
    width: 19px;
    height: 18px;
}

.icon-user {
    width: 16px;
    height: 18px;
}

.icon-srch {
    width: 18px;
    height: 18px;
}

.icon-cart {
    width: 18px;
    height: 18px;
}

.icon-hamb {
    width: 18px;
    height: 12px;
    margin: 3px 0;
}
.icon-nav-close {
    width: 18px;
    height: 18px;
}

/**
Cart change count with spinner
 */
.product-buttons {
    padding: 0 15px 0 15px;
    justify-content: flex-start;
}

.product-buttons .buy-btn {
    max-width: 225px;
    width: 100%;
    height: 40px;
    white-space: nowrap;
}

.product-buttons.to-center .buy-btn {
    margin: 0 auto;
}

.product-buttons .add-cart-success {
    max-width: 100px;
    font-size: 12px;
    padding: 11px 5px;
    line-height: 18px;
    font-weight: 600;
}

.product-buttons .ui-spinner {
    max-width: 116px;
    padding: 0 40px;
    border: none;
}

.product-buttons .inner {
    display: none;
    padding-left: 10px;
}

.ui-spinner {
    display: inline-block;
    position: relative;
    width: 160px;
    padding-left: 36px;
}

.ui-spinner .ui-spinner-input {
    width: 86px;
    height: 34px;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    padding: 5px;
    line-height: 22px;
    margin: 0;
}

.ui-spinner .ui-spinner-button {
    display: block;
    position: absolute;
    top: 0;
    text-decoration: none;
    width: 36px;
    height: 34px;
    background: #9EB4CB;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
}

.ui-spinner .ui-spinner-button:hover {
    background: #23920e;
    border: none !important;
}

.ui-spinner .ui-spinner-down {
    left: 0;
}

.ui-spinner .ui-spinner-up {
    right: 0;
}

.ui-spinner .ui-spinner-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #2ebd14 !important; /*color: #fff;*/
}

.ui-spinner .ui-spinner-button:hover:after {
    color: #fff !important;
}

.ui-spinner .ui-spinner-down:after {
    content: '-';
    font-size: 22px;
}

.ui-spinner .ui-spinner-up:after {
    content: '+';
    font-size: 22px;
}

.ui-spinner .ui-spinner-button:after {
    text-indent: 0;
}

.ui-spinner .ui-icon {
    display: none;
}

.ui-spinner input {
    cursor: default;
}

.ui-spinner .ui-button-icon {
    display: none !important;
}

.ui-spinner .ui-spinner-button {
    width: 40px;
    height: 40px;
    background: #2ebd14;
    border-radius: 3px;
    border: 0;
}

.ui-spinner .ui-spinner-button:after {
    font-weight: 400;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 38px;
}

.ui-spinner .ui-spinner-button:hover:after {
    color: #fff;
}

.ui-spinner .ui-spinner-input {
    width: 36px;
    height: 40px;
    border: none !important;
    font-size: 15px;
}

.product-buttons .buy-button-append-spinner-container {
    width: 100%;
    display: flex;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-buttons .buy-btn.add-cart-success {
        min-width: 35px;
        font-size: 0;
    }

    .product-buttons .buy-btn.add-cart-success:before {
        display: block;
        left: 24px !important;
        margin-top: -9px !important;
    }

    .product-buttons .ui-spinner {
        max-width: 100px;
    }

    .ui-spinner .ui-spinner-input {
        width: 20px;
    }

    .ui-spinner .ui-spinner-button {
        width: 35px;
    }

    .ui-spinner .ui-spinner-button:after {
        width: 35px;
    }
}

@media (min-width: 992px) {
    .product-buttons .add-cart-success + .inner {
        display: block;
    }
}

@media (max-width: 767px) {
    .product-buttons .inner {
        display: block;
    }

    .product-buttons .ui-spinner {
        max-width: 90px;
        padding: 0 29px;
    }

    .ui-spinner .ui-spinner-input {
        width: 30px;
        height: 30px;
    }

    .ui-spinner .ui-spinner-button {
        width: 30px;
        height: 30px;
    }

    .ui-spinner .ui-spinner-button:after {
        width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 20px;
    }
}

/**
Cart change count with spinner END
 */

.navbar-exp {
    overflow: hidden;
}

.navbar-exp .head-mdl {
    overflow: auto;
    max-height: 100vh;
    padding-bottom: 20px !important;
}

.header-sticky .main-menu li ul li.active a,
.header-sticky .main-menu li ul li a:hover,
.header-sticky .main-menu li ul li a:focus {
    color: #004e90 !important;
}
