@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
    url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CeraPro-Regular.woff') format('woff'),
    url('../fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro Light';
    src: url('../fonts/CeraPro-Light.eot');
    src: local('Cera Pro Light'), local('CeraPro-Light'),
    url('../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CeraPro-Light.woff') format('woff'),
    url('../fonts/CeraPro-Light.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro BoldItalic';
    src: url('../fonts/CeraPro-BoldItalic.eot');
    src: local('Cera Pro Bold Italic'), local('CeraPro-BoldItalic'),
    url('../fonts/CeraPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CeraPro-BoldItalic.woff') format('woff'),
    url('../fonts/CeraPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Cera Pro Bold';
    src: url('../fonts/CeraPro-Bold.eot');
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
    url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CeraPro-Bold.woff') format('woff'),
    url('../fonts/CeraPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro Medium';
    src: url('../fonts/CeraPro-Medium.eot');
    src: local('Cera Pro Medium'), local('CeraPro-Medium'),
    url('../fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CeraPro-Medium.woff') format('woff'),
    url('../fonts/CeraPro-Medium.ttf') format('truetype');
    font-style: normal;
}

.psd, .conditions ul li:before, .pay-item label:after, .pay-item label:before, .rad-item label:after, .rad-item label:before, .form-style .plus-btn:before, .products span:before, .order-table table tr td .view-all a:before, .jcf-file .jcf-fake-input:before, .promo .tel:before, .pagination .next:before, .ui-spinner .ui-spinner-button:before, .last-price:before, .jcf-select .jcf-select-opener:before, .f-contact:before {
    content: "";
    display: block;
    position: absolute;
}

.trans, .pay-item .img-box img, .pay-item label:after, .pay-item label, .rad-item label:after, .form-btns .go, .promocode .apply a, .products .change, .product-list .inner, .cab-list a, .tab-container .nav-tabs li .nav-link, .cat-item .name, .jcf-list .jcf-option, .jcf-select .jcf-select-opener:before, .category .item a, .breadcrumb .breadcrumb-item a, .nav-ico span, .nav-ico, .f-contact a, .footer ul li a, .more, .news-item .name a, .top-nav li a, .btn {
    transition: all 0.3s ease-in-out;
}

body {
    background: #ffffff;
    font-family: "Cera Pro", sans-serif;
    font-size: 16px;
    color: #555555;
}

main {
    padding: 0 25px 50px 25px;
}

.img-thumbnail {
    margin: 40px 0;
}

.img-thumbnail img {
     max-width: 100%;
 }

.btn {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    text-align: center;
    border-radius: 0px;
    padding: 15px 75px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #bc2828;
    border: 0;
}

.btn:hover, .btn:focus {
    background: #d64141;
    color: #fff;
}

.dark-btn {
    background: #101016;
}

.dark-btn:hover, .dark-btn:focus {
    background: #252534;
    color: #fff;
}

.border-btn {
    background: #fff;
    color: #bc2828;
    border: 2px solid #bc2828;
    padding: 13px 75px;
}

.border-btn:hover, .border-btn:focus {
    background: #d64141;
    border-color: #d64141;
    color: #fff;
}

.green-btn, .order-table .nav-btn, .buy-btn {
    background: #259940;
}

.green-btn:hover, .order-table .nav-btn:hover, .buy-btn:hover, .green-btn:focus, .order-table .nav-btn:focus, .buy-btn:focus {
    background: #2fc251;
    color: #fff;
}

.cyan-btn {
    background: #1a6d94;
}

.cyan-btn:hover {
    background: #308cb7;
    color: #fff;
}

.buy-btn {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.buy-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) -20px -55px no-repeat;
    margin: -2px 20px 0 0;
}

.added {
    background: #666666;
}

.added:hover, .added:focus {
    background: #929292;
}

.no-shadow, button, a,
.slide.slick-slide.slick-current.slick-active,
input, textarea {
    box-shadow: 0 0 0 0 transparent !important;
}

button, a,
.slide.slick-slide.slick-current.slick-active,
input, textarea {
    outline: none !important;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #555555;
}

a:hover, a:focus {
    color: #bc2828;
}

p {
    font-size: 16px;
    color: #555555;
    line-height: 28px;
    margin: 0 0 28px 0;
}

h1, .headline {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 45px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 45px;
}

h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header {
    background: #f2f2f2;
    margin: 0 25px 30px;
}

.header .logo {
    display: none;
    max-width: 100px;
}

.h-contact {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 40px;
}

.h-contact a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000;
}

.h-contact a:hover {
    color: #bc2828;
}

.h-contact a:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../images/icons.png) no-repeat;
}

.h-contact.tel {
    font-size: 22px;
    margin-right: 30px;
}

.h-contact.tel a:before {
    background-position: 0 -32px;
}

@media (max-width: 767px) {
    .h-contact.tel,.h-contact.tel a {
        font-size: 20px;
        margin-right: 0;
    }
}

.top-nav {
    display: flex;
    justify-content: space-between;
    padding: 35px 125px;
}

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

.top-nav li a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.top-nav li a:hover, .top-nav li a.active {
    color: #bc2828;
}

.top-nav .dropdown .dropdown-item.active {
    background-color: #f2f2f2;
}

.top-nav .dropdown .dropdown-item.active:focus {
    background-color: #f2f2f2;
}

.hero {
    margin-bottom: 30px;
}

.teaser {
    padding: 75px 95px 95px 116px;
    background: url(../images/ts-bg.jpg) right bottom no-repeat #bc2828;
}

.teaser .title {
    font-weight: 700;
    font-size: 54px;
    line-height: 76px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.teaser .btn {
    font-size: 18px;
}

.logo {
    display: inline-block;
    vertical-align: top;
}

.logo img {
    max-width: 100%;
}

.hero .logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero .logo img {
    max-height: 100%;
    max-width: 100%;
}

.home-slider {
    margin-bottom: 25px;
}

.home-slider .slick-slide a {
    display: block;
    overflow: hidden;
}

.home-slider .slick-slide a img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.home-slider .slick-dots {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 50px;
    margin-top: 0;
}

.home-slider .slick-dots li {
    margin: 0 7px;
}

.home-slider .slick-dots li button {
    background: url(../images/icons.png) -27px 0 no-repeat transparent;
    width: 15px;
    height: 12px;
    border-radius: 0;
}

.home-slider .slick-dots li.slick-active button {
    background-position: 0 0;
}

.home-slider .slick-arrow.slick-prev {
    left: 35px;
    background-position: -43px 0;
}

.home-slider .slick-arrow.slick-next {
    right: 35px;
    background-position: -83px 0;
}

.slick-dots {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.slick-dots li button {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
}

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

.slick-arrow {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -24px;
    font-size: 0;
    overflow: hidden;
    outline: none !important;
    border: 0;
    padding: 0;
    width: 27px;
    height: 48px;
    background: url(../images/icons.png) no-repeat transparent;
}

.slick-arrow.slick-prev {
    left: 0px;
    background-position: -43px -54px;
}

.slick-arrow.slick-next {
    right: 0px;
    background-position: -83px -54px;
}

.slider {
    opacity: 0;
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
}

.slider.slick-initialized {
    opacity: 1;
    visibility: visible;
    max-height: 100%;
    overflow: visible;
}

.manufactured .item {
    margin-bottom: 30px;
}

.manufactured a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 300px;
    background: #f2f2f2;
    padding: 20px;
}

.manufactured a img {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.certificates {
     padding: 30px 0 70px 0;
 }

.certificates .btn {
    margin-top: 50px;
}

.certificates .item a {
    font-family: FontAwesome;
    position: relative;
    display: block;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}
.certificates .item a:before {
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    content: '\f00e';
    font-size: 2em;
    color: #dcdcdc;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
}

.certificates .item a:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #343a40c9;
    opacity: 0;
    transition: 0.5s;
}

.certificates .item a:hover:before,
.certificates .item a:hover:after {
    opacity: 1;
}

.certificates .item a img {
    max-width: 100%;
    max-height: 400px;
    transition: 0.5s;
}

.news {
    padding: 65px 0;
    margin: 0 25px;
    background: #f2f2f2;
}

.news-item {
    margin-bottom: 30px;
}

.news-item .img-box {
    overflow: hidden;
    height: 220px;
    height: 220px;
    margin-bottom: 25px;
}

.news-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item .date {
    font-size: 16px;
    color: #a0a0a0;
    margin-bottom: 15px;
}

.news-item .name {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.news-item .name a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #000;
    min-height: 60px;
}

.news-item .name a:hover {
    color: #bc2828;
}

.more {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #bc2828;
}

.more:hover {
    color: #000;
    text-decoration: none;
}

.footer {
    padding: 70px 0 50px 0;
    background: #000;
    margin: 0 25px 25px;
}

.footer .logo {
    margin-left: 100px;
}

.footer ul li {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer ul li a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
}

.footer ul li a:hover {
    color: #bc2828;
}

.f-contact {
    position: relative;
    margin-bottom: 17px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 40px;
}

.f-contact:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../images/icons.png) no-repeat;
}

.f-contact.all:before {
    width: 20px;
    height: 14px;
    background-position: 0 -15px;
}

.f-contact.cab:before {
    background-position: -24px -15px;
}

.f-contact.tel {
    font-size: 22px;
    margin-bottom: 20px;
}

.f-contact.tel:before {
    background-position: 0 -32px;
}

.f-contact a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
}

.f-contact a:hover {
    color: #bc2828;
}

.copyright {
    padding: 0 25px 25px 25px;
}

.nav-ico {
    display: none;
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0px;
    background: transparent;
    width: 19px;
    height: 16px;
    overflow: hidden;
    z-index: 205;
    outline: none !important;
}

.nav-ico span {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 19px;
    background: #000;
}

.nav-ico span:first-child {
    top: 0px;
}

.nav-ico span:nth-child(2) {
    top: 7px;
}

.nav-ico span:last-child {
    top: 14px;
}

.js-open {
    overflow: hidden;
}

.js-open .nav-ico span:first-child {
    top: 7px;
    transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
    top: 7px;
    transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
    left: 150px;
}

.js-open .header .backdrop {
    display: block;
}

.backdrop {
    display: none;
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    height: 100vh;
}

.top-title {
    text-align: center;
    padding-bottom: 45px;
}

.top-title .headline, .top-title h1 {
    margin-bottom: 15px;
}

.top-title p {
    font-size: 24px;
}

.breadcrumb {
    margin: 0 0 20px;
    padding: 0 0 0 40px;
    border-radius: 0;
    background: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumb .breadcrumb-item a {
    color: #000;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #bc2828;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #999999;
    font-size: 12px;
    padding: 0 15px 0 10px;
}

.breadcrumb .breadcrumb-item.active {
    color: #999999;
}

.category {
    padding-bottom: 30px;
}

.category .item {
    margin-bottom: 30px;
}

.category .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    padding-left: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    height: 220px;
    background: #f2f2f2;
    color: #000;
    overflow: hidden;
}

.category .item a:hover {
    background: #bc2828;
    color: #fff;
}

.category .item .img-box {
    max-width: 40%;
    overflow: hidden;
}

/* select */
.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 2px solid #f2f2f2;
    background: #f2f2f2;
    width: 100%;
    height: 56px;
    z-index: 2;
}

.jcf-select.jcf-drop-active {
    border-color: #bc2828;
    border-bottom-color: #fff;
    background: #fff;
    z-index: 10;
}

.jcf-select.jcf-drop-flipped {
    border-bottom-color: #bc2828;
    border-top-color: #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: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding: 15px 0;
    margin: 0 35px 0 25px;
    line-height: 22px;
}

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

.jcf-select .jcf-select-opener:before {
    left: 0;
    top: 23px;
    width: 14px;
    height: 8px;
    background: url(../images/icons.png) 0 -55px no-repeat;
    transform: rotate(180deg);
    opacity: 0.5;
}

.jcf-drop-active.jcf-select .jcf-select-opener:before {
    transform: rotate(0);
    opacity: 1;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -2px 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: -2px;
    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: 2px solid #bc2828;
    border-top-color: #fff;
}

.jcf-drop-flipped .jcf-select-drop .jcf-select-drop-content {
    border-top-color: #bc2828;
    border-bottom-color: #fff;
}

/* 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: 12px;
    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: 20px 25px;
    color: #000;
    min-height: 14px;
    height: 1%;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

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

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

.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;
}

.filter {
    padding-bottom: 0px;
}

.filter .item {
    margin-bottom: 30px;
}

.filter strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}

.filter .btn {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.filter .tag-list {

}

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

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

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



.catalog {
    margin-bottom: 60px;
    padding-bottom: 1px;
    border-bottom: 2px solid #dddddd;
}

.catalog .summary,
.catalog .empty{
    padding: 15px;
}

.catalog .list-view {
    width: 100%;
}

.cat-item {
    margin-bottom: 30px;
    background: #fff;
    display: flex;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.1);
}

.cat-item .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-item .img-box img {
    max-width: 100%;
    max-height: 110px;
}

.cat-item .name {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    line-height: 28px;
    margin-bottom: 7px;
}

.cat-item .name:hover {
    color: #bc2828;
}

.cat-item .art {
    font-size: 14px;
    margin-bottom: 25px;
}

.cat-item .brand {
    font-size: 16px;
    text-transform: uppercase;
}

.price-box {
    text-align: center;
    margin-bottom: 20px;
}

.price-line {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.last-price {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
}

.last-price:before {
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #bc2828;
}

.sale {
    background: #bc2828;
    color: #fff;
    margin-left: 20px;
    padding: 1px 8px;
    font-weight: 700;
    font-size: 16px;
}

.price {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}

.item-nav {
    padding: 0 20px;
}

.item-nav .btn {
    width: 100%;
    padding: 11px;
}

.spinner-box {
    overflow: hidden;
    margin-bottom: 20px;
}

.spinner-box .size {
    line-height: 48px;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.ui-spinner {
    display: block;
    position: relative;
    overflow: hidden;
    height: 48px !important;
    background: #f2f2f2;
    padding: 0 30px;
    border: none!important;
    border-radius: 0!important;
}

.ui-spinner .ui-spinner-input {
    height: 48px;
    width: 100%;
    background: none;
    border: 0;
    padding: 10px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    margin: 0!important;
}

.ui-spinner .ui-spinner-button {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 30px;
    height: 48px;
    background: none!important;
    border: none;
}

.ui-spinner .ui-spinner-button:focus,
.ui-spinner .ui-spinner-button:active{
    border: none;
}

.ui-spinner .ui-spinner-button:before {
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(../images/icons.png) no-repeat;
}

.ui-button-icon {
    display: none;
}

.ui-spinner .ui-spinner-up {
    right: 0;
}

.ui-spinner .ui-spinner-up:before {
    left: 0;
    background-position: -130px 0;
}

.ui-spinner .ui-spinner-down {
    left: 0;
}

.ui-spinner .ui-spinner-down:before {
    right: 0;
    background-position: -114px 0;
}

.tile .cat-item {
    height: calc(100% - 30px);
    padding: 20px 20px 40px;
    text-align: center;
    flex-direction: column;
}

.tile .cat-item .inner {
    flex: 1;
}

.tile .cat-item .img-box {
    height: 170px;
    margin-bottom: 10px;
}

.list .cat-item {
    padding: 20px 40px;
    display: flex;
    align-items: center;
}

.list .cat-item .inner {
    flex: 1 1 auto;
    width: 1%;
    padding-right: 40px;
    display: flex;
    align-items: center;
}

.list .cat-item .item-nav {
    flex: 0 0 200px;
    max-width: 200px;
    padding: 0;
}

.list .cat-item .img-box {
    flex: 0 0 180px;
    max-width: 180px;
}

.list .price-box {
    flex: 0 0 230px;
    max-width: 230px;
}

.list .middle-part {
    padding: 0 40px;
    flex: 1 1 auto;
    width: 1%;
    padding-right: 40px;
}

.pagination {
    margin: 50px 0 70px;
    justify-content: center;
}

.pagination .page-item {
    padding: 0 5px;
}

.pagination .page-link {
    border-radius: 0 !important;
    border: 0;
    padding: 0 10px;
    font-size: 16px;
    min-width: 48px;
    height: 48px;
    color: #000;
    text-align: center;
    line-height: 48px;
    background: #f2f2f2!important;
}

.page-item.active .page-link {
    background: #000!important;
}

.pagination .next {
    position: relative;
}

.pagination .next:before {
    top: 20px;
    left: 18px;
    width: 14px;
    height: 8px;
    background: url(../images/icons.png) 0 -55px no-repeat;
    transform: rotate(90deg);
    opacity: 0.5;
}

.pagination .active {
    color: #fff;
    pointer-events: none;
}

.pagination .dot {
    display: inline-block;
    vertical-align: top;
    border-radius: 0 !important;
    border: 0;
    padding: 0;
    font-size: 16px;
    width: 48px;
    height: 48px;
    color: #000;
    text-align: center;
    line-height: 48px;
}

.brands {
    padding-bottom: 60px;
    margin-bottom: 70px;
    border-bottom: 2px solid #dddddd;
}

.brands .item,
.brands .item-wo-links {
    margin-bottom: 30px;
}

.brands .item a,
.brands .item-wo-links {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 185px;
    padding: 15px;
    background: #f2f2f2;
}

.brands .item a img,
.brands .item-wo-links img {
    max-width: 80%;
    max-height: 60%;
}

.brands.no-indent {
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 35px;
}

.promo {
    text-align: center;
    padding-top: 40px;
}

.promo p {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
}

.promo .tel {
    display: inline-block;
    vertical-align: top;
    color: #000;
    padding-left: 40px;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.promo .tel:before {
    top: 50%;
    margin-top: -13px;
    left: 0;
    width: 18px;
    height: 26px;
    background: url(../images/icons.png) 0 -66px no-repeat;
}

.text-box {
    padding-bottom: 70px;
}

.logo-box {
    padding: 0 15px;
}

.logo-box img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-box {
    background: #fff;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 65px;
    padding: 40px;
}

.product-box .card-header {
    padding: 0;
}

.product-box-table .btn-collapse {
    padding: 20px;
    width: 100%;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 1.2rem;
    text-align: left;
    padding-left: 60px;
}

.product-box-table .btn-collapse:hover,
.product-box-table .btn-collapse:focus,
.product-box-table .btn-collapse[aria-expanded="true"]{
    background-color: #bc2828;
    color: #fff;
}

.top-product {
    margin-bottom: 15px;
}

.prod-view {
    padding: 0 15px 55px 0;
}

.prod-view .view-in {
    height: 516px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-view .view-in img {
    max-width: 100%;
    max-height: 100%;
}

.prod-descript {
    padding-left: 15px;
}

.prod-descript .top-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.prod-descript .top-line .logo-box {
    width: 126px;
}

.prod-descript .top-line .logo-box img {
    max-width: 100%;
}

.prod-descript .price-box {
    display: flex;
    text-align: left;
    padding: 15px 0 35px;
}

.prod-descript .price-line {
    margin-bottom: 0;
}

.prod-descript .last-price, .prod-descript .price {
    font-size: 34px;
    line-height: 32px;
}

.prod-descript .sale {
    font-size: 20px;
    line-height: 32px;
    margin: 0 25px;
}

.prod-descript .prod-nav {
    display: flex;
    margin: 0 -12px;
}

.prod-descript .prod-nav > div {
    padding: 0 15px;
    flex: 0 0 50%;
    max-width: 50%;
}

.prod-descript .ui-spinner {
    height: 56px !important;
}

.prod-descript .ui-spinner .ui-spinner-input {
    height: 56px;
    line-height: 36px;
}

.tab-container .nav-tabs {
    display: flex;
    margin: 0 -40px 55px;
}

.tab-container .nav-tabs li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.tab-container .nav-tabs li .nav-link {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    background: #f2f2f2;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 17px;
}

.tab-container .nav-tabs li .nav-link.active {
    color: #fff;
    background: #000;
}

.tab-container .nav-tabs li + li .nav-link {
    border-left: 1px solid #dbdbdb;
}

.tab-container .nav-tabs li + li .nav-link.active {
    color: #fff;
    background: #000;
}

.tab-container .card-body {
    padding: 0;
}

.table-box .table-row {
    display: flex;
    overflow: hidden;
}

.table-box .table-row > div {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
    padding: 2px 15px;
    line-height: 48px;
}

.table-box .table-row > div:first-child {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 0;
}

.table-box .table-row > div:last-child {
    margin-right: -15px;
}

.table-box .title-row {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.table-box .title-row > div {
    border-bottom: 2px solid #000;
    padding: 15px;
}

.table-box .price,
.table-box .last-price {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #555555;
    line-height: 48px;
}

.table-box .price strong,
.table-box .last-price strong {
    font-weight: 700;
    color: #259940;
}

.table-box .last-price {
    margin-right: 15px;
}

.table-box .btn {
    padding: 11px 15px;
    width: 100%;
}

.table-box .spinner-box {
    margin-bottom: 0;
}

.contact-tabs {
    padding-bottom: 40px;
    margin-bottom: 80px;
    border-bottom: 2px solid #dddddd;
}

.contact-tabs .nav-tabs {
    margin: 0;
}

.contact-tabs .nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
}

.contact-tabs .card-body {
    padding: 40px 0;
}

.contact-info .item {
    margin-bottom: 45px;
}

.contact-info .item span {
    display: block;
    font-size: 20px;
    line-height: 30px;
}

.contact-info .item a {
    display: inline-block;
    vertical-align: top;
    color: #bc2828;
    text-decoration: none;
}

.contact-info .item strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #999999;
}

.contact-info .tel {
    margin-bottom: 15px;
    color: #000;
}

.map {
    min-height: 300px;
    height: 100%;
    border: 1px solid #f2f2f2;
}

.feedback {
    padding-bottom: 70px;
}

.form {
    max-width: 890px;
    margin: 0px auto;
}

.form-group {
    margin-bottom: 40px;
}

label {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
}

.form-control {
    height: 55px;
    background: #f2f2f2;
    font-size: 20px;
    border-radius: 0;
    border: 2px solid #f2f2f2;
    padding: 10px 20px;
    line-height: 31px;
}

.form-control.error {
    border-color: #bc2828;
    background: #fff;
}

textarea.form-control {
    height: 160px;
    resize: none;
    overflow: auto;
}

.file-box {
    margin-bottom: 45px;
}

/* file */
.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

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

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    font-size: 20px;
    padding-left: 35px;
    position: relative;
}

.jcf-file .jcf-fake-input:before {
    top: 5px;
    left: 0;
    width: 14px;
    height: 20px;
    background: url(../images/icons.png) -21px -75px no-repeat;
}

.jcf-file .jcf-upload-button {
    display: none;
}

.cab-list {
    margin-bottom: 70px;
}

.cab-list .item {
    margin-bottom: 30px;
}

.cab-list a {
    display: block;
    text-align: center;
    background: #f2f2f2;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
    height: 240px;
}

.cab-list a:hover {
    color: #bc2828;
}

.cab-list .ico-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
    margin-bottom: 15px;
}

.cab-list .ico-box img {
    max-width: 100%;
    max-height: 100%;
}

.order-tabs .nav-tabs {
    margin: 0;
}

.order-tabs .nav-tabs li {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    width: 100%;
}

.order-tabs .card-body {
    padding: 40px;
    background: #fff;
}

.order-tabs .card-body.no-indent {
    padding: 0;
}

.order-table {
    padding: 40px;
    background: #fff;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.1);
}

.order-table table {
    width: 100%;
}

.order-table table tr th {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding: 15px;
    border-bottom: 2px solid #eaeaea;
}

.order-table table tr th:first-child {
    padding-left: 0;
}

.order-table table tr td {
    font-size: 14px;
    color: #000;
    padding: 30px 15px;
    border-bottom: 2px solid #eaeaea;
    vertical-align: top;
    line-height: 24px;
}

.order-table table tr td:first-child {
    padding-left: 0;
}

.order-table table tr td:last-child {
    text-align: right;
    padding-right: 0;
}

.order-table table tr td span {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.order-table table tr td span.green {
    color: #2da157;
}

.order-table table tr td .view-all {
    margin-top: 20px;
    text-align: center;
}

.order-table table tr td .view-all a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    padding-right: 22px;
    color: #000;
    text-decoration: none;
}

.order-table table tr td .view-all a span {
    color: #000;
}

.order-table table tr td .view-all a:before {
    top: 50%;
    margin-top: -1px;
    right: 0px;
    width: 10px;
    height: 6px;
    background: url(../images/icons.png) -113px -20px no-repeat;
}

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

.order-table .nav-btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}

.order-table .nav-btn.cancel {
    background: #bc2828;
}

.order-table .nav-btn.cancel:hover, .order-table .nav-btn.cancel:focus {
    background: #d64141;
}

.product-list .inner {
    overflow: hidden;
    max-height: 135px;
}

.product-list .item {
    margin-bottom: 25px;
}

.product-list .item p {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.product-list .item .line {
    display: flex;
    margin: 0 -8px;
}

.product-list .item .line span {
    margin: 0;
    padding: 0 8px;
}

.product-list.open .inner {
    max-height: 2500px;
}

.product-list.open .view-all a:before {
    transform: rotate(-180deg);
}

.order-steps {
    margin-bottom: 70px;
}

.order-item {
    margin-bottom: 25px;
}

.order-item .item-in {
    display: none;
    background: #fff;
    padding: 60px 40px 60px;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.1);
}

.order-item.open {
    display: block;
}

.order-item.open .item-in {
    display: block;
}

.order-item.open .num span {
    color: #fff;
    background: #000;
}

.step-title {
    padding: 30px 40px;
    background: #f2f2f2;
    display: flex;
    justify-content: space-betwee;
    align-items: center;
}

.step-title .num {
    flex: 0 0 70px;
    max-width: 70px;
}

.step-title .num span {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.step-title .name {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.open .step-title {
    background: #f4f4f4;
}

.open .step-title .num span {
    border-color: #555555;
}

.products {
    font-size: 16px;
    color: #000;
    text-align: right;
    flex: 1 1 auto;
    width: 1%;
}

.products span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 160px;
    max-width: calc(100% - 115px);
    overflow: hidden;
    white-space: nowrap;
}

.products span:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to right, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}

.products strong {
    font-weight: 400;
}

.products .change {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-left: 27px;
    text-decoration: none;
    color: #bc2828;
    font-weight: 700;
}

.products .change:hover {
    text-decoration: none;
    color: #000;
}

.radio-box {
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    position: relative;
}

.radio-box input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    height: 3rem;
    width: 6rem;
    left: 6rem;
    margin: 0;
}

.radio-box input:checked {
    z-index: 1;
}

.radio-box input:checked + label {
    opacity: 1;
    cursor: default;
}

.radio-box input:not(:checked) + label:hover {
    opacity: 0.5;
}

.radio-box label {
    color: #000;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}

.radio-box label.first-label {
    margin-right: 120px;
}

.radio-box .toggle-outside {
    position: absolute;
    height: 32px;
    background: #f0f0f0;
    padding: 5px;
    width: 55px;
    overflow: hidden;
    transition: 0.25s ease all;
    top: 0;
    left: 150px;
}

.radio-box .toggle-inside {
    position: absolute;
    transition: 0.25s ease all;
    height: 24px;
    width: 24px;
    background: #bc2828;
    top: 4px;
}

.radio-box input:checked ~ .toggle-outside .toggle-inside {
    left: 5px;
}

.radio-box input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 26px;
}

.radio-box-2 label {
    text-transform: none;
}

.radio-box-2 .toggle-outside {
    left: 98px;
}

.radio-box-3 label {
    text-transform: none;
}

.radio-box-3 .toggle-outside {
    left: 170px;
}

.star {
    font-size: 16px;
    font-weight: 700;
    color: #bc2828;
}

.form-line {
    width: 586px;
    max-width: 100%;
}

.out-line {
    display: flex;
}

.out-line .jcf-select {
    width: 110px;
    margin: 0 27px 0 0;
}

.form-style p {
    margin-bottom: 50px;
}

.form-style .form-group.has-indent {
    margin-bottom: 60px;
}

.form-style .form-group.has-sel {
    display: flex;
    flex-wrap: wrap;
}

.form-style .form-group.has-sel label {
    flex: 0 0 100%;
    width: 100%;
}

.form-style .form-group.has-sel .form-control {
    flex: 1 1 auto;
    width: 1%;
}

.form-style .form-control {
    background: #f2f2f2;
}

.form-style .plus-btn {
    margin-top: 39px;
    display: block;
    text-decoration: none;
    position: relative;
    height: 55px;
    width: 55px;
    margin-left: 25px;
    background: #f2f2f2;
}

.form-style .plus-btn:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    background: url(../images/icons.png) 0 -100px no-repeat;
}

.form-style .total-price {
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    color: #000;
    margin-bottom: 30px;
}

.order-info {
    background: #f2f2f2;
    padding: 35px 40px 40px;
}

.order-info .title {
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.order-info .btn {
    width: 100%;
    margin-bottom: 13px;
}

.order-info .btn:after {
    display: none;
}

.order-list {
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}

.order-list li {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 2px solid #e0e0e0;
    font-size: 16px;
    color: #000;
}

.order-list li:last-child {
    border-bottom: 0;
}

.order-list li span {
    max-width: 48%;
}

.order-list li span:nth-child(2) {
    font-weight: 700;
    text-align: right;
}

.order-list .price {
    font-weight: 700;
    font-size: 16px;
    font-weight: 700;
}

.order-list .sale {
    color: #2da157;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    background: none;
    padding: 0;
}

.order-total {
    text-align: center;
    margin-bottom: 50px;
}

.order-total .title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 10px;
}

.order-total .price {
    text-align: center;
    margin-bottom: 0;
    font-size: 34px;
    font-weight: 700;
}

.promocode {
    margin-bottom: 55px;
}

.promocode .apply {
    text-align: center;
}

.promocode .apply a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #3c90ba;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px dashed #3c90ba;
}

.promocode .apply a:hover {
    border-bottom-color: transparent;
}

.form-btns {
    display: flex;
    align-items: center;
}

.form-btns .go {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-left: 25px;
}

.form-btns .go:hover {
    color: #bc2828;
}

.form-btns .btn {
    padding-left: 38px;
    padding-right: 38px;
    white-space: nowrap;
}

.place-sel {
    width: 345px;
    max-width: 100%;
}

.ch-list {
    padding-bottom: 10px;
}

.rad-item {
    position: relative;
    margin-bottom: 20px;
}

.rad-item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.rad-item label {
    display: block;
    margin-bottom: 0;
    padding-left: 40px;
    line-height: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
}

.rad-item label strong {
    font-weight: 700;
    color: #000;
}

.rad-item label:before {
    z-index: 1;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e4e4e4;
    border-radius: 50%;
}

.rad-item label:after {
    z-index: 2;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #bc2828;
    border-radius: 50%;
    opacity: 0;
}

.jcf-label-active:after {
    opacity: 1!important;
}

.ch-list label {
    cursor: pointer;
    margin-bottom: 10px;
}

.delivery-info {
    font-size: 16px;
    padding-bottom: 30px;
}

.delivery-info span {
    display: block;
    margin-bottom: 5px;
}

.payment {
    margin-bottom: 70px;
    background: #f2f2f2;
}

.pay-item {
    position: relative;
}

.pay-item input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.pay-item label {
    background: #f2f2f2;
    position: relative;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 30px 10px 70px;
    border: 2px solid #f2f2f2;
    cursor: pointer;
    height: 330px;
}

.pay-item label:before {
    z-index: 1;
    left: 50%;
    margin-left: -10px;
    bottom: 30px;
    width: 20px;
    height: 20px;
    background: #d2d2d2;
    border-radius: 50%;
}

.pay-item label:after {
    z-index: 2;
    left: 50%;
    margin-left: -5px;
    bottom: 35px;
    width: 10px;
    height: 10px;
    background: #bc2828;
    border-radius: 50%;
    opacity: 0;
}

.pay-item .img-box {
    display: block;
    height: 95px;
}

.pay-item .img-box img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    filter: grayscale(100%);
    opacity: 0.5;
}

.pay-item .name {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 3px;
}

.pay-item p {
    color: #000;
    margin-bottom: 23px;
}

.pay-item input:checked + label {
    border-color: #bc2828;
    background: #fff;
}

.pay-item input:checked + label:after {
    opacity: 1;
}

.pay-item input:checked + label .img-box img {
    filter: grayscale(0%);
    opacity: 1;
}

.logo-line {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-line img + img {
    margin-left: 20px;
}

.agree {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
}

.agree a {
    color: #bc2828;
}

.note {
    color: #000;
    margin: 20px 0 45px;
}

.attention {
    font-size: 14px;
    background: #f2f2f2;
    line-height: 22px;
    padding: 20px 30px;
}

.order-message .text-center {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 45px;
    font-size: 34px;
    line-height: 34px;
}

.about-text {
    margin-bottom: 40px;
}

.about-text ol,
.about-text ul {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 17px;
}

.about-text ol {
    list-style: decimal-leading-zero;
}

.about-textol li {
    margin-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.about-text ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 10px;
}

.about-text ul li:before {
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 16px;
    height: 13px;
    background-image: url('../images/icons/tick.png')
}

.benefits {
    padding: 70px 0 50px;
    background: #bc2828;
}

.benefits .headline {
    color: #fff;
    margin-bottom: 65px;
}

.benefits .item {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.benefits .img-box {
    display: block;
    height: 130px;
}

.benefits .img-box img {
    vertical-align: top;
}

.conditions {
    padding: 70px 0 45px;
    background-color: #f8f9fa;
}

.conditions .ico-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 45px;
}

.conditions .title {
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 23px;
}

.conditions ul li {
    display: block;
    position: relative;
    padding-left: 45px;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 23px;
}

.conditions ul li:before {
    top: 5px;
    left: 0;
    width: 21px;
    height: 16px;
    background: url(../images/icons.png) -113px -28px no-repeat;
}

.promo-download {
    display: flex;
    align-items: center;
    gap: 30px;
}

.promo-download > img {
    max-width: 70px;
}

.promo-download > a {
    font-size: 1.9em;
    flex: 0 0 35%;
    line-height: 110%;
}

.promo-download > a:hover {
    text-decoration: none;
}

.promo-download .promo-download-inner {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    border-left: 1px #ccc dashed;
}

.promo-download .promo-download-inner p {
    font-size: 1.2rem;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1650px) {
    .teaser .title {
        font-size: 48px;
        line-height: 72px;
    }

    .hero .logo img {
        max-width: 500px;
        margin-top: 40px;
    }
}

@media (max-width: 1600px) {
    .category .item a {
        padding-left: 20px;
        font-size: 20px;
        line-height: 30px;
        white-space: nowrap;
    }
}

@media (max-width: 1500px) {
    .teaser {
        padding: 50px 80px;
    }

    .teaser .title {
        font-size: 36px;
        line-height: 50px;
    }

    .hero .logo img {
        max-width: 400px;
    }

    .footer .logo {
        margin-left: 50px;
    }
}

@media (max-width: 1600px) {
    .category .item .img-box {
        max-width: 40%;
    }
}

@media (max-width: 1199px) {
    .container-fluid {
        max-width: 960px;
    }

    .top-nav {
        padding: 20px 0;
    }

    .teaser .title {
        font-size: 32px;
        line-height: 46px;
    }

    .f-contact.tel {
        font-size: 18px;
    }

    .footer .btn {
        padding: 15px 30px;
    }

    .item-nav {
        padding: 0;
    }

    .footer .logo {
        margin-left: 0;
    }

    .order-table table tr td,
    .order-table table tr th {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 12px;
    }

    .order-table table tr td span,
    .order-table table tr th span {
        white-space: nowrap;
        font-size: 10px;
    }

    .order-table table tr td p,
    .order-table table tr th p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .order-table table tr th {
        white-space: nowrap;
        font-size: 12px;
    }

    .order-table table tr td:nth-child(3) {
        white-space: nowrap;
    }

    .order-table .nav-btn {
        font-size: 12px;
    }

    .tab-container .nav-tabs li .nav-link {
        padding: 15px 10px;
        font-size: 13px;
    }

    .step-title {
        padding: 20px;
    }

    .step-title .num {
        flex: 0 0 50px;
        max-width: 50px;
    }

    .form-line {
        width: 485px;
    }

    .radio-box-1 .toggle-outside {
        left: 135px;
    }

    .pay-item .name {
        font-size: 12px;
        line-height: 18px;
    }

    .pay-item p {
        font-size: 14px;
    }

    .logo-line img + img {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 720px;
    }

    .header {
        margin-left: 15px;
        margin-right: 15px;
    }

    .teaser {
        padding: 30px;
    }

    .teaser .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .hero .logo img {
        max-width: 250px;
    }

    .home-slider .slick-arrow.slick-prev {
        left: 15px;
    }

    .home-slider .slick-arrow.slick-next {
        right: 15px;
    }

    .home-slider .slick-dots {
        padding-bottom: 10px;
    }

    .manufactured a {
        height: 200px;
    }

    .f-contact {
        padding-left: 28px;
        font-size: 13px;
    }

    .f-contact.tel {
        font-size: 13px;
    }

    .footer ul li {
        font-size: 13px;
    }

    .footer .btn {
        font-size: 12px;
        padding: 15px 25px;
    }

    h1, .headline {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 30px;
    }

    .list .cat-item {
        padding: 20px;
    }

    .list .cat-item .img-box {
        flex: 0 0 100px;
        max-width: 110px;
    }

    .list .cat-item .item-nav {
        flex: 0 0 155px;
        max-width: 155px;
    }

    .list .cat-item .inner {
        padding-right: 30px;
    }

    .list .middle-part {
        padding: 0 20px;
    }

    .list .price-box {
        flex: 0 0 130px;
        max-width: 130px;
    }

    .list .sale {
        margin-left: 10px;
    }

    .filter {
        padding-bottom: 20px;
    }

    .catalog {
        margin-bottom: 35px;
    }

    .pagination {
        margin: 0 0 30px;
    }

    .brands .item a {
        height: 150px;
    }

    .promo {
        padding: 20px 0;
    }

    .promo p {
        font-size: 20px;
        line-height: 24px;
    }

    .promo .tel {
        font-size: 30px;
    }

    .brands {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .text-box {
        padding-bottom: 0;
    }

    .prod-view {
        padding: 0 0 30px;
    }

    .product-box-table .description {
        display: none;
    }

    .prod-descript {
        padding-left: 0;
    }

    .prod-descript .top-line {
        margin-bottom: 20px;
    }

    .table-box .table-row > div:first-child {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .table-box .title-row > div,
    .table-box .table-row > div {
        padding: 3px 7px;
    }

    .contact-tabs .card-body {
        padding-bottom: 0;
    }

    .contact-tabs {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .feedback {
        padding-bottom: 30px;
    }

    .contact-info .item span,
    .contact-info .item .tel,
    .contact-info .item strong {
        font-size: 16px;
    }

    .cab-list {
        margin-bottom: 0;
    }

    .cab-list a {
        height: 200px;
    }

    .cab-list .ico-box {
        height: 100px;
    }

    .cab-list .ico-box img {
        max-width: 34%;
    }

    .order-table {
        overflow: scroll;
        margin-bottom: 40px;
    }

    .order-tabs {
        margin-bottom: 40px;
    }

    .order-tabs .card-body {
        padding: 20px;
    }

    .order-tabs .nav-tabs .nav-item:first-child a,
    .order-tabs .nav-tabs .nav-item:nth-child(2) a,
    .order-tabs .nav-tabs .nav-item:nth-child(3) a {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 1px;
    }

    .order-tabs .nav-tabs .nav-item:nth-child(4) a {
        border-left: 0;
    }

    .order-tabs .nav-tabs .nav-link {
        padding: 10px;
    }

    .order-tabs .nav-tabs {
        justify-content: space-between;
        background: #f4f4f4;
    }

    .order-tabs .nav-tabs .nav-item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .order-steps {
        margin-bottom: 0;
    }

    .benefits .img-box {
        height: 100px;
    }

    .brands.no-indent {
        padding-top: 0;
        margin-bottom: 0;
    }

    .benefits {
        padding: 35px 0 10px;
    }

    .benefits .headline {
        margin-bottom: 20px;
    }

    .benefits .item {
        font-size: 16px;
        line-height: 20px;
    }

    .benefits .img-box {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .benefits .img-box img {
        max-width: 18%;
    }

    .conditions {
        padding: 35px 0 10px;
    }

    .conditions .ico-box {
        height: 70px;
        margin-bottom: 10px;
    }

    .conditions .ico-box img {
        max-width: 9%;
    }

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

    .conditions ul {
        padding-bottom: 15px;
    }

    .conditions ul li {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 22px;
        padding-left: 30px;
    }

    .promo-download {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .promo-download > a,
    .promo-download .promo-download-inner p {
        text-align: center;
    }

    .promo-download .promo-download-inner {
        padding: 0;
        border-left: none;
    }
}

@media (min-width: 768px) {
    .nav-tabs {
        display: flex;
    }

    .tab-content .card {
        border: none;
    }

    .tab-content .card .card-header {
        display: none;
    }

    .tab-content .card .collapse {
        display: block;
    }

    .order-info {
        margin-bottom: 25px;
    }

    .order-info .order-total {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .tab-container .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }

    .tab-container .nav-tabs {
        display: none;
    }

    .container-fluid {
        max-width: 540px;
    }

    .header {
        padding: 10px 0;
        margin: 0 0 15px;
    }

    .header .container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo {
        display: inline-block;
        vertical-align: top;
    }

    .nav-ico {
        display: block;
    }

    .top-nav {
        box-shadow: 25px 5px 25px 0px rgba(0, 0, 0, 0.25);
        background: #f2f2f2;
        width: 500px;
        position: fixed;
        overflow: auto;
        top: 0px;
        bottom: 0;
        left: 0;
        z-index: 200;
        max-width: 80%;
        transform: translateX(-200%);
        transition: all 0.5s ease-in-out;
        height: 100vh;
        max-height: 100vh;
        padding: 20px;
        display: block;
    }

    .top-nav li {
        display: block;
    }

    .top-nav li + li {
        margin-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .top-nav li a {
        display: block;
        padding: 10px 0;
        font-size: 14px;
    }

    .js-open .top-nav {
        transform: translateX(0%);
    }

    .hero .logo {
        display: none;
    }

    .teaser {
        padding: 25px 15px;
        text-align: center;
    }

    .teaser .btn {
        font-size: 14px;
    }

    .teaser .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .btn {
        font-size: 14px;
        padding: 10px 50px;
    }

    .hero {
        margin-bottom: 15px;
    }

    .home-slider {
        margin-bottom: 15px;
    }

    .home-slider .slick-dots {
        position: static;
        margin-top: 15px;
    }

    .home-slider .slick-dots li button {
        background-position: -20px -40px;
    }

    .manufactured .item {
        margin-bottom: 15px;
    }

    .manufactured a {
        height: 130px;
    }

    .news {
        padding: 30px 0 15px;
        margin: 0;
    }

    .news-item .img-box {
        height: 200px;
        margin-bottom: 15px;
    }

    .news-item .date {
        margin-bottom: 5px;
    }

    .news-item .name {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    p {
        margin-bottom: 15px;
    }

    .footer {
        padding: 20px 0;
        margin: 0;
    }

    .footer ul {
        padding-bottom: 15px;
    }

    .breadcrumb {
        padding-left: 0;
        font-size: 12px;
    }

    .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
        padding: 0 5px 0 0;
    }

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

    .category .item a {
        height: 150px;
    }

    .top-title {
        padding-bottom: 5px;
    }

    .top-title p {
        font-size: 16px;
    }

    .top-title .headline, .top-title h1 {
        margin-bottom: 0;
    }

    .cat-item,
    .tile .cat-item {
        height: auto;
        margin-bottom: 15px;
        padding: 15px;
        display: block;
    }

    .list .cat-item {
        display: block;
        padding: 15px;
    }

    .list .cat-item .inner {
        padding-right: 0;
        display: block;
        padding: 0;
        max-width: 100%;
        width: 100%;
    }

    .list .cat-item .img-box, .list .cat-item .middle-part, .list .cat-item .price-box, .list .cat-item .item-nav {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .list .cat-item .middle-part {
        text-align: center;
    }

    .cat-item .brand {
        padding: 15px;
    }

    .filter strong, .filter .item, .filter .btn {
        margin-bottom: 15px;
    }

    .brands .row {
        margin-right: -7px;
        margin-left: -7px;
    }

    .brands div[class^=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .brands .item {
        margin-bottom: 15px;
    }

    .promo .tel {
        padding-left: 30px;
    }

    .product-box {
        padding: 15px;
    }

    .prod-view .view-in {
        height: 300px;
    }

    .prod-descript .last-price, .prod-descript .price {
        font-size: 20px;
    }

    .prod-descript .sale {
        font-size: 14px;
    }

    .prod-descript .price-box {
        flex-wrap: wrap;
    }

    .prod-descript .ui-spinner {
        height: 43px !important;
    }

    .prod-descript .ui-spinner .ui-spinner-input {
        height: 43px;
        line-height: 23px;
    }

    .tab-container .card-header {
        margin-bottom: 5px;
    }

    .tab-container .card-header,
    .tab-container .card {
        border-radius: 0;
        border: 0;
        padding: 0;
        background: none;
    }

    .tab-container .card-header a {
        display: block;
        padding: 15px;
        background: #000;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }

    .tab-container .card-header a.collapsed {
        background: #f2f2f2;
        color: #000;
    }

    .tab-container .card-body {
        padding: 20px 0;
    }

    .table-box .title-row {
        display: none;
    }

    .table-box .table-row {
        flex-wrap: wrap;
    }

    .table-box .table-row > div:first-child,
    .table-box .table-row > div {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
    }

    .table-box .table-row > div:nth-child(3) {
        padding-left: 0;
    }

    .table-box .table-row > div:first-child,
    .table-box .table-row > div:nth-child(2) {
        border-bottom: 0;
        line-height: normal;
        margin-bottom: 10px;
    }

    .table-box .table-row > div:before {
        content: attr(data-th);
        display: block;
        width: 100%;
        margin-bottom: 5px;
        color: #000;
    }

    .table-box .ui-spinner {
        height: 45px !important;
    }

    .table-box .price, .table-box .last-price {
        line-height: normal;
    }

    .contact-info .item strong {
        margin-bottom: 15px;
    }

    .contact-info .item {
        margin-bottom: 20px;
    }

    .jcf-file .jcf-fake-input {
        padding-left: 25px;
        font-size: 16px;
    }

    .file-box {
        margin-bottom: 20px;
    }

    .cab-list {
        margin-left: -7px;
        margin-right: -7px;
    }

    .cab-list div[class^=col-] {
        padding-left: 7px;
        padding-right: 7px;
    }

    .cab-list .item {
        margin-bottom: 15px;
    }

    .order-tabs .card-body {
        padding: 15px;
    }

    .order-table {
        overflow: visible;
    }

    .order-table table {
        max-width: 100%;
    }

    .order-table table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .order-table table tr th {
        display: none;
    }

    .order-table table tr td {
        display: block;
        padding: 5px 10px;
    }

    .order-table table tr td:first-child, .order-table table tr td:nth-child(2), .order-table table tr td:nth-child(3) {
        flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
        padding-left: 10px;
        text-align: center;
    }

    .order-table table tr td:nth-child(4), .order-table table tr td:nth-child(5), .order-table table tr td:nth-child(6), .order-table table tr td:nth-child(7) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-table table tr td:nth-child(4) span, .order-table table tr td:nth-child(5) span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-top: 0;
    }

    .order-table table tr td:nth-child(4) span:before, .order-table table tr td:nth-child(5) span:before {
        display: inline-block;
        vertical-align: top;
        content: "-";
        color: #555555;
        margin-right: 3px;
    }

    .order-table table tr td:nth-child(6) {
        border-bottom: 0;
    }

    .order-table table tr td:nth-child(7) {
        text-align: center;
        padding: 5px 10px 15px;
    }

    .product-list {
        max-width: 100%;
    }

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

    .product-list .item p {
        margin-bottom: 0;
        white-space: normal;
    }

    .product-list .item .line {
        flex-wrap: wrap;
    }

    .product-list .inner {
        max-height: 105px;
    }

    .product-list .view-all {
        margin-top: 10px;
    }

    .order-table table tr:last-child td:nth-child(7) {
        border-bottom: 2px solid #eaeaea;
    }

    .order-table {
        padding: 15px;
    }

    .step-title .name {
        font-size: 16px;
    }

    .products .change {
        margin-left: 15px;
    }

    .order-item .item-in {
        padding: 20px;
    }

    .form-btns {
        padding-top: 20px;
    }

    .order-info {
        padding: 20px;
        margin-bottom: 20px;
    }

    .order-info .order-total {
        margin-bottom: 0;
    }

    .payment {
        background: none;
    }

    .pay-item {
        margin-bottom: 10px;
    }

    .pay-item label {
        height: auto;
    }

    .order-table table tr td:last-child {
        border-bottom-color: #bc2828 !important;
        margin-bottom: 10px;
    }
}

@media (max-width: 577px) {
    main {
        padding: 0 0 50px 0;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .product-box-table .btn-collapse {
        font-size: 1rem;
        padding-left: 20px;
    }
    .footer {
        text-align: center;
    }

    .footer .logo {
        display: none;
    }

    .footer ul {
        display: none;
    }

    .footer .btn {
        width: 100%;
    }

    .f-contact {
        display: inline-block;
        vertical-align: top;
    }

    .f-contact + .f-contact {
        margin-left: 15px;
    }

    .manufactured a img {
        max-width: 70%;
    }

    .category .item a {
        padding-left: 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .pagination .page-link, .pagination .dot {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pagination .next:before {
        top: 17px;
        left: 14px;
    }

    .prod-descript .prod-nav {
        display: block;
    }

    .prod-descript .prod-nav > div {
        max-width: 100%;
    }

    .prod-descript .top-line {
        display: block;
    }

    .prod-descript .top-line .logo-box {
        margin-bottom: 10px;
    }

    .cab-list .ico-box {
        height: 60px;
    }

    .cab-list a {
        height: 156px;
        font-size: 14px;
    }

    .order-table {
        padding: 15px;
        margin-bottom: 30px;
    }

    .product-list .inner {
        max-height: 88px;
    }

    .order-table table tr td .view-all {
        margin-top: 0;
    }

    .radio-box label.first-label {
        margin-right: 60px;
    }

    .radio-box .toggle-outside {
        width: 46px;
        height: 24px;
        left: 110px;
        top: 4px;
    }

    .radio-box .toggle-inside {
        width: 16px;
        height: 16px;
    }

    .form-style .plus-btn {
        display: none;
    }

    .out-line .jcf-select {
        margin-right: 15px;
    }

    .form-btns {
        display: block;
        text-align: center;
    }

    .form-btns .btn {
        width: 100%;
    }

    .form-btns .go {
        margin: 15px 0 0;
    }

    .order-list {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .step-title {
        flex-wrap: wrap;
        padding: 15px;
    }

    .step-title .name {
        font-size: 14px;
    }

    .step-title .num {
        flex: 0 0 40px;
        max-width: 40px;
    }

    .step-title .num span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .products {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
        padding-left: 40px;
        font-size: 14px;
    }

    .radio-box-2 .toggle-outside {
        left: 69px;
    }

    .agree {
        padding: 20px 0 0;
    }

    .attention {
        padding: 15px;
    }

    .radio-box-3 .toggle-outside {
        left: 140px;
    }

    .benefits .img-box img {
        max-height: 80%;
    }

    .conditions .ico-box img {
        max-width: 25%;
    }
}

@media (max-width: 415px) {
    .radio-box-3 {
        display: flex;
        justify-content: space-between;
    }

    .radio-box-3 label {
        font-size: 10px;
        text-decoration: underline;
        text-transform: uppercase;
        margin: 0 !important;
    }

    .radio-box-3 .toggle-outside {
        display: none;
    }
}

@media (max-width: 370px) {
    .order-table table tr td,
    .order-table table tr td:first-child,
    .order-table table tr td:last-child {
        padding: 5px;
    }

    .order-table table tr td:last-child {
        padding-bottom: 15px;
    }

    .radio-box {
        display: flex;
        justify-content: space-between;
    }

    .radio-box label {
        font-size: 10px;
        text-decoration: underline;
        text-transform: uppercase;
        margin: 0 !important;
    }

    .radio-box .toggle-outside {
        display: none;
    }
}

/************10-08-2020**************/

.header .container-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-nav li{
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.top-nav li a{
    display: block;
    padding: 50px 10px;
}

.dropdown.nav-item .dropdown-item {
    padding: 20px 10px;
}

.top-nav li + li{
    margin: 0;
}

.header .top-nav{
    padding: 0 !important;
    flex: 1 1 auto;
    width: 1%;
}

.header .head-cart{
    font-size: 18px;
    font-weight: bold;
}

.head-cart a, .head-cart .target{
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 36px;
    display: inline-block;
    position: relative;
}

.head-cart a:before, .head-cart .target:before{
    content: '';
    display: block;
    position: absolute;
    width: 19px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAWCAYAAAAinad/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg5Qzk0Rjk2RDk4RDExRUFBRjA4QUJEOTg5OEMzREYxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg5Qzk0Rjk3RDk4RDExRUFBRjA4QUJEOTg5OEMzREYxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlDOTRGOTREOThEMTFFQUFGMDhBQkQ5ODk4QzNERjEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODlDOTRGOTVEOThEMTFFQUFGMDhBQkQ5ODk4QzNERjEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6FhJslAAABJklEQVR42mLco6HxnwEBXgCxJAOZgAmNLwHE6pQYxgjFK6BiDtRw2SFqGnaAUsNYkNjXoREACrf/ZJj1ED0CDjCQDw6iG3YQSq9AihhCeB0hw+yJdA3IMDuYr9ANu46UcIlJb9pALALET4D4HhMWBaTEqj2yj7AZdpAEw+yQ9TAC8ya6Ak0gvkZiTIKC5BY2l8HCjVjwDGQQeqJFBpLUKDUoAuiGsQHxRCB+C8UToGIMBNT1g8SY40REkBX1AnE+EHNCsQUQ8wLxTjTD2oC4CE0dD3psvgNiQSC2gabuw1AxYTTD3gOxABBbAzEztPh6S9MwWwSlj0BdhSyGDGZB6aNIhepi9DDbB8T8QKwGxD+AeDYQlwHxXzTDDkHVgRLrd5g6gAADAHmCPRdjKuxoAAAAAElFTkSuQmCC') 0 0 no-repeat;
}

.cart-qty{
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    background: #bc2828;
    color: #fff;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 5px;
}

.cart-qty-empty{
    background: #a1a1a1;
}

@media (max-width: 1300px){
    .top-nav{
        padding-right: 100px;
        padding-left: 50px;
    }
    .top-nav li a{
        font-size: 16px;
    }
}

@media (max-width: 1199px){
    .top-nav{
        padding-right: 50px;
        padding-left: 30px;
    }
    .top-nav li{
        font-size: 14px;
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
        width: 100%;
    }
    .top-nav li:last-child{
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .top-nav li a{
        font-size: 14px;
        line-height: 24px;
    }
    .top-nav li:last-child a{
        font-size: 0;
        display: block;
    }
    .head-cart a::before, .head-cart .target::before{
        left: 15px;
        margin-top: -2px;
    }
}

@media (max-width: 991px){
    .top-nav{
        padding-right: 30px;
        padding-left: 0px;
    }
    .head-cart{
        font-size: 0;
    }
    .head-cart a, .head-cart .target{
        padding-left: 26px;
    }
    .cart-qty{
        font-size: 14px;
        margin: 0;
    }
    .top-nav li a{
        font-size: 12px;
        padding: 20px 5px;
        line-height: 24px;
    }
    .head-cart a:before, .head-cart .target:before{
        left: 0;
        margin-top: 2px;
    }
}

@media (max-width: 767px){
    .top-nav{
        width: 80%;
        padding: 20px;
    }
    .top-nav li a{
        padding: 20px 0;
    }
    .header .top-nav{
        width: 100%;
        max-width: 80%;
    }
    .head-cart a, .head-cart .target{
        display: flex;
        align-items: center;
        padding-left: 0;
    }
    .head-cart a:before, .head-cart .target:before{
        display: inline-block;
        position: static;
        transform: translateY(0);
        margin: 0 10px 0 0;
    }
}

/**************18-08-2020***********/

.order-other{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.order-other .order-coupon{
    font-size: 16px;
    font-family: 'Cera Pro Bold';
    text-decoration: none;
    line-height: 1;
    border-bottom: 2px dashed #85d598;
    color: #249940;
    text-transform: uppercase;
    transition: .1s;
    margin: 35px 0 50px;
    padding-bottom: 3px;
    outline: none;
}
.order-other .order-coupon:hover{
    border-bottom-color: transparent;
}
.order-other .arrange{
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'Cera Pro Bold';
    background: #249940;
    text-align: center;
    transition: .3s;
    margin-bottom: 16px;
    line-height: 55px;
    margin-top: 20px;
}
.order-other .arrange:hover{
    opacity: .85;
}
.order-other .fast-arrange{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #bc2828;
    text-decoration: none;
    transition: .1s;
}
.order-other .fast-arrange:hover{
    opacity: .55;
}
.cart-row{
    color: #FFF;
    margin-bottom: 25px;
    box-shadow: 0px 0px 39px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
}
.cart-row:last-child{
    margin-bottom: 120px;
}
.cart-row .left{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 0 0 60%;
    max-width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
}
.cart-row .right{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 0 0 40%;
    max-width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 170px;
    padding: 36px 0 44px 12px;
}
.cart-row .img-wrp{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex: 0 0 170px;
    max-width: 170px;
    height: 170px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: .3s;
}
.cart-row .img-wrp img{
    width: auto;
    max-width: 70%;
    max-height: 70%;
}
.cart-row .img-wrp:hover{
    outline: none;
    opacity: .8;
}
.cart-row .title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 0 44px;
    width: 100%;
    font-size: 18px;
    font-family: 'Cera Pro Bold';  transition: .3s;
    color: #000;
    text-decoration: none !important;
    line-height: 30px;
    transition: .1s;
}
.cart-row .title span{
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}
.cart-row .title span:hover{
    color: #000;
}
.cart-row .spinner-wrp{
    flex: 0 0 120px;
    max-width: 120px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
}
.cart-row .spinner-wrp .cart-price{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    font-family: 'Cera Pro Bold';
    color: #000;
    padding-top: 26px;
}
.cart-row .price{
    padding-left: 32px;
    line-height: 50px;
    font-size: 16px;
    color: #000;
    font-family: 'Cera Pro Bold';
}
.cart-row .price.sale-price{
    color: #259940;
}
.cart-row .price .last-wrp{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    line-height: 25px;
    padding-top: 18px;
}
.cart-row .price .last-price{
    color: #000;
}
.cart-row .close{
    width: 21px;
    height: 21px;
    position: absolute;
    right: 40px;
    top: 46px;
    background: transparent;
    outline: none;
    border: none;
    display: block;
    transform: rotate(45deg);
    transition: .3s;
}
.cart-row .close:before{
    position: absolute;
    content: '';
    left: 0;
    right: -2px;
    height: 2px;
    background: #b7b7b7;
}
.cart-row .close:after{
    position: absolute;
    content: '';
    top: -11px;
    left: 50%;
    margin-left: 0;
    bottom: 8px;
    width: 2px;
    background: #b7b7b7;
}
.cart-row .close:hover{
    opacity: .7;
}

/*mq*/
@media (max-width: 1200px){
    .cart-row .title{
        font-size: 16px;
        line-height: 1.2;
    }
    .cart-row .close{
        right: 10px;
    }
    .cart-row .price{
        padding-left: 15px;
    }
}
@media (max-width: 991px){
    .cart-row .close{
        right: 30px;
    }
}
@media (max-width: 767px){
    .cart-row:last-child{
        margin-bottom: 25px;
    }
    .cart-row{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
    .cart-row .left,
    .cart-row .right{
        flex: inherit;
        width: 100%;
        max-width: 100%;
        padding: 0;
        height: auto;
    }
    .cart-row .right{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }
    .cart-row .spinner-wrp{
        flex: inherit;
        width: 100%;
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .cart-row .spinner-wrp .cart-price{
        padding-top: 15px;
    }
    .cart-row .price{
        padding: 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        width: 100%;
        -ms-align-items: center;
        align-items: center;
        padding-top: 10px;
        border-top: 1px solid #f2f2f2;
    }
    .cart-row .price .last-wrp{
        width: auto;
        padding: 0;
    }
    .cart-row .close{
        top: 15px;
        right: 15px;
    }
    .cart-row .title{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
    }
}
@media (max-width: 577px){
    .cart-row{
        padding-top: 30px;
    }
    .cart-row .left{
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart-row .img-wrp{
        height: auto;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .cart-row .title{
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
        margin-bottom: 25px;
        text-align: center;
    }
}

/* Company page start */
.tabs-nav {
    display: none;
    margin-bottom: 45px;
}

.tabs-nav li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    width: 100%;
}
.tabs-nav li a {
    display: block;
    text-align: center;
    background: #f2f2f2;
    font-size: 16px;
    height: 56px;
    line-height: 36px;
    padding: 10px;
    text-transform: uppercase;
    font-family: "Cera Pro Bold";
}
.tabs-nav li a.active {
    background: #bc2828;
    color: #fff;
}

@media (min-width: 768px) {
    .tabs-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tab-content .card {
        border: none;
    }

    .tab-content .card .card-header {
        display: none;
    }

    .tab-content .card .collapse {
        display: block;
    }
}
.tab-content .card-body {
    padding: 0;
}
.tab-content .card-header {
    padding: 0;
}
.tab-content .card-header a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #f2f2f2;
    text-decoration: none;
}
.tab-content .card-header a:not(.collapsed) {
    background: #bc2828;
    color: #fff;
}

@media (max-width: 991px) {
    .item-slider .slick-arrow.slick-next,
    .item-slider .slick-arrow.slick-prev {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border: 0;
        margin-bottom: 5px;
    }

    .tab-content .card-body {
        padding: 15px 0;
    }

    .item-slider {
        visibility: hidden;
        opacity: 0;
    }

    .collapse.show .item-slider {
        opacity: 1;
        visibility: visible;
    }

    .teaser-banner {
        background-position: left top !important;
        position: relative;
        z-index: 1;
    }
    .teaser-banner:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }
}
.item-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.item-slider .slick-arrow.slick-next {
    margin-top: -50px;
}
.item-slider .slick-arrow.slick-prev {
    margin-top: -50px;
}
.item-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.item-slider.slick-initialized .slick-list {
    display: block;
}

.item-slider .spinner-box
{
    margin-bottom: 0;
}

.slider-storage .slick-slide img {
    max-width: 100%;
    padding: 0 5px;
}

@media (min-width: 1360px) {
    .item-slider .slick-arrow.slick-next {
        right: -40px;
    }
    .item-slider .slick-arrow.slick-prev {
        left: -40px;
    }
    .slider-storage .slick-arrow.slick-next {
        right: -40px;
    }
    .slider-storage .slick-arrow.slick-prev {
        left: -40px;
    }
}
.item {
    text-align: center;
    padding: 15px;
}
.item .btn {
    padding: 15px;
    width: 100%;
}
.item .ui-spinner {
    margin-bottom: 20px;
}

.item-txt {
    height: 170px;
}

.item-inner {
    background: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 20px 20px 40px 20px;
}

.item-img {
    height: 200px;
    position: relative;
}
.item-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.item-cat {
    color: #666;
    margin-bottom: 5px;
}
.item-cat a {
    color: #666;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-cat a:hover {
    color: #bc2828;
    text-decoration: none;
}

.item-name {
    font-size: 18px;
    line-height: 28px;
    font-family: "Cera Pro Bold";
    color: #000;
    margin-bottom: 5px;
}
.item-name a {
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.item-name a:hover {
    color: #bc2828;
    text-decoration: none;
}

.item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    font-family: "Cera Pro Medium";
    color: #000;
    margin: 0 -7px 30px -7px;
}
.item-price > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding: 0 7px;
}

.item-price-old {
    color: #666;
    position: relative;
}
.item-price-old:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 7px;
    right: 7px;
    top: 50%;
    margin-top: 2px;
    background: #bc2828;
}

.hits {
    margin-bottom: 70px;
}

@media (max-width: 575px) {
    .item-slider .slick-arrow.slick-next {
        display: none;
    }
    .item-slider .slick-arrow.slick-prev {
        display: none;
    }
    .slider-storage .slick-arrow.slick-next {
        display: none;
    }
    .slider-storage .slick-arrow.slick-prev {
        display: none;
    }
}

.storage {
    margin-bottom: 70px;
}

.teaser-banner {
    padding: 30px;
    text-align: center;
    color: #fff;
    height: 500px;
    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;
    margin-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
}
.teaser-banner strong {
    display: block;
    font-size: 50px;
    line-height: 68px;
    text-transform: uppercase;
    max-width: 560px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .teaser-banner {
        padding: 15px;
        height: 360px;
    }
    .teaser-banner strong {
        font-size: 32px;
        line-height: 50px;
        max-width: 360px;
    }
}
/* Company page END */
.help-block {
    color: #d81b14;
}
/** Brand Catalog **/
/*********18-04-2023************/

.catalog-teaser{
    display: flex;
    position: relative;
    min-height: 240px;
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto 112px auto;
}

.catalog-teaser-img{
    position: absolute;
    max-width: 65%;
    top: 50%;
    transform: translateY(-50%);
    left: -120px;
    margin-top: 50px;
}

.catalog-teaser-img img{
    max-width: 100%;
}

.catalog-teaser-btns{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 50%;
    position: relative;
    z-index: 2;
    margin: 0 -20px 0px -20px;
    padding-top: 90px;
    padding-bottom: 20px;

}

.catalog-teaser-btns span{
    display: block;
    padding: 0 20px;
    margin-bottom: 25px;
}

.catalog-teaser-btns a{
    display: inline-block;
    background-color: #fff;
    font-weight: 700;
    padding: 18px 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 1299px){
    .catalog-teaser-img{
        max-width: 60%;
    }
    .catalog-teaser-btns{
        padding-left: 40%;
    }
}

@media (max-width: 1199px){
    .catalog-teaser-btns a{
        padding: 10px 20px
    }
    .catalog-teaser{
        min-height: 200px;
    }
    .catalog-teaser-btns{
        padding-top: 76px;
    }
}

@media (max-width: 991px){
    .catalog-teaser{
        min-height: 160px;
    }
    .catalog-teaser-btns{
        padding-top: 50px;
    }
}

@media (max-width: 767px){
    .catalog-teaser-img{
        max-width: 70%;
    }
}

@media (max-width: 575px){
    .catalog-teaser-btns{
        padding: 30px;
        margin: 0;
        justify-content: center;
        align-items: center;
    }
    .catalog-teaser-btns span{
        padding: 0;
        margin: 10px 0;
    }
    .catalog-teaser-img{
        max-width: 100%;
        left: 0;
        opacity: 0.5;
    }
}

.stock-teaser{
    position: relative;
    z-index: 1;
    color: #fff;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 25px 25px;
    padding: 20px 100px;
    background-color: #fff;
}

.stock-teaser span{
    display: inline-block;
    margin-right: 245px;
}

.btn-small{
    padding: 15px 40px;
}

.stock-teaser img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 1600px){
    .stock-teaser{
        padding: 20px 60px;
    }
    .stock-teaser span{
        margin-right: 100px;
    }
}

@media (max-width: 1360px){
    .stock-teaser{
        padding: 20px 30px;
        font-size: 20px;
        line-height: 26px;
    }
    .stock-teaser span{
        margin-right: 50px;
    }
    .btn-small {
        padding: 15px 20px;
    }
}

@media (max-width: 575px){
    .stock-teaser{
        display: block;
        text-align: center;
        height: auto;
        padding: 25px 15px;
    }
    .stock-teaser span{
        margin: 0 0 20px 0;
    }
}
/** Brand Catalog END **/
.header-top-line {
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background: #bc2828;
}
.search-form-container {
    margin-bottom: 40px;
}
@media (max-width: 459px) {
    .search-form-container {
        padding: 0 15px;
    }
}

/**
Slider
 */
.home-slider a:hover {
    text-decoration: none;
}

.home-slider .slide-inner {
    position: absolute;
    top: 0;
    left: 20%;
    height: 100%;
    min-width: 40%;
}

.home-slider .slide-title {
    width: 100%;
    padding-top: 20%;
    color: #fff;
    font-size: 3rem;
    line-height: 110%;
    transition: 0.5s;
}

.home-slider .slide-title:hover {
    color: #d6d6d6;
    text-decoration: none;
}

.home-slider .slide-button {
    color: #fff;
    padding: 5px 15px;
    background: #bc2828;
    width: max-content;
    margin-top: 25px;
    font-size: 1.2rem;
    transition: 0.5s;
}

.home-slider .slide-button:hover {
    background: #b64949;
    text-decoration: none;
}

@media (max-width: 459px) {
    .home-slider .slide-inner {
        left: 20px;
    }

    .home-slider .slide-title {
        padding-top: 10px;
        font-size: 1.8rem;
    }
}