* {
    margin: 0;
    padding: 0;
    /* user-select: none; */
}

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 10px;
    opacity: 0.95;
    font-weight: 400;
    z-index: 99999;
}

#system-message-container .alert-heading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

#system-message-container .alert {
    border-radius: 0!important;
    border: 0;
    width: 100%;
    max-width: 400px;
    min-width: 250px;
    background: #f1f1f1;
    box-shadow: 0 5px 10px rgb(152 152 152 / 30%);
    color: #141414!important;
    margin-bottom: 0;
}

body.form-lock {
    overflow: hidden!important;
}

#sp-main-body {
    flex: 1 0 auto;
    padding: 30px 0;
}

#sp-footer {
    flex: 0 0 auto;
    background-color: #891111;
    color: #fff;
}

#sp-footer .sp-copyright {
    font-weight: 400;
    font-size: 12px;
}

#sp-footer .row {
    align-items: center;
}

.logoFabryka {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 42px;
    -ms-flex-pack: center;
    justify-content: flex-end;
    background: none;
    margin: 0;
    padding: 0;
}

.logoFabryka__link {
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.logoFabryka__text {
    line-height: 1.3;
    text-align: left !important;
    white-space: nowrap;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    color: #fff!important;
    text-decoration: underline;
}

::-webkit-scrollbar-button {
    background-image: none;
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}

::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar-thumb {
    background-color: #891111;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #891111;
}

::-webkit-resizer {
    background-image: none;
    background-repeat: no-repeat;
    width: 4px;
    height: 0px
}

::-webkit-scrollbar {
    width: 4px;
}

::selection {
    background: #891111;
    color: #fff;
}

:focus {
    outline: 0;
}

ol,
ul {
    list-style: none;
}

a {
    color: #000;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

button,
button:focus,
input,
input:focus,
textarea,
textarea:focus,
.btn.focus,
.btn:focus {
    outline: 0!important;
    box-shadow: none!important;
}

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}

.article-details .article-header h1:after,
.article-details .article-header h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 50px;
    height: 4px;
    background: #891111;
    background: linear-gradient(to right, #891111 0, #a04040 100%);
    margin-top: 10px;
    margin-left: -25px;
}

.blog>h2 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.blog>h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 4px;
    background: #891111;
    background: linear-gradient(to right, #891111 0, #a04040 100%);
    margin-top: 10px;
}

.article-list {
    background-color: #f2f2f2;
    padding: 50px;
    margin: 0 -35px;
}

.article-list .article {
    background-color: #fff;
}

.article-details .article-info {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}

.breadcrumb {
    margin: auto;
    padding: 0;
    padding-top: 10px;
    background: transparent;
}

.breadcrumb-item,
.breadcrumb-item a {
    font-size: 13px;
    color: #b4b4b4;
    font-weight: 400;
    text-decoration: underline;
}

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

.breadcrumb-item.active {
    color: #891111;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item:before {
    content: "→";
    margin-top: 4px;
    font-size: 14px;
    color: #b4b4b4;
    display: inline-block;
    line-height: 1;
}

.breadcrumb-item+.breadcrumb-item {
    margin-left: 10px;
    padding-left: 0;
}

.container {
    max-width: 100%;
    padding: 0 50px;
}

svg {
    transition: all .3s;
}

.article-details .view-text {
    width: 100%;
    max-width: 999px;
    margin: auto;
    margin-top: 30px;
}

.article-details .view-text ul,
.article-details .view-text ol {
    list-style: unset;
    padding-left: 20px;
    margin-left: 20px;
}

#sp-top-bar ul.menu {
    display: flex;
    margin-bottom: 0;
}

#sp-top-bar ul.menu li a {
    padding: 7px 21px;
    display: block;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}

#sp-top-bar ul.menu li a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 1px;
    display: block;
    margin: auto;
    background-color: #bbb;
    transition: all .3s;
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#sp-top-bar ul.menu li:hover a:after {
    width: 100%;
}

#sp-top-bar ul.menu li.active a:after {
    width: 100%;
    background-color: #891111;
    box-shadow: 0 5px 10px rgb(160 67 130 / 45%);
}

#sp-logo {
    text-align: center;
}

#sp-menu {
    background-color: #891111;
    padding-left: 50px;
    padding-right: 50px;
}

#sp-menu .sp-megamenu-parent>li:hover>a {
    background-color: #942828;
}

section#sp-slider {
    background-color: #f2f2f2;
    padding: 30px 0;
    margin: 0 15px;
}

.action-banner img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 5px 10px!important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #fff;
}

.tel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.tel__head {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tel__title {
    font-weight: 700;
    color: #891111;
    font-size: 13px;
}

.tel__info {
    color: #999;
    font-size: 13px;
    padding-left: 5px;
    display: inline-block;
}

.tel__content {
    padding: 0px 0;
    display: flex;
    justify-content: center;
}

.headerPhone {
    color: #5A2020;
    font-weight: 700;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 12px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 50;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn:active {
    top: 2px;
}

.btn--full {
    width: 100%;
    height: 40px;
    border-radius: 20px;
}

.btn--dark {
    background-color: #891111;
    border: none;
    box-shadow: none;
    color: #fff;
}

.btn--dark:hover {
    background-color: #7b0f0f;
    color: #fff;
}

.btn--iconLight {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    overflow: hidden;
    z-index: 50;
    text-transform: uppercase;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #891111;
    box-shadow: inset 0 0 0 0.5px #891111;
    color: #891111;
    transition: background-color .3s, color .3s;
    position: relative;
    min-width: 150px;
    cursor: pointer;
}

.btn--iconLight:hover {
    color: #fff;
}

.btn--iconLight:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 500%;
    left: -152%;
    top: -130%;
    transform: rotate(-15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #891111;
    transition: left .3s;
    z-index: 1;
    margin-left: 45px;
}

.btn--iconLight:hover:before {
    left: -50%;
}

.btn__icon {
    min-width: 40px;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
}

.btn__icon svg {
    fill: #fff;
}

.btn__icon i {
    font-size: 16px;
    color: #fff;
}

.btn--iconLight span {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
    padding: 0 30px;
    white-space: nowrap;
}

.sp-middle-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-middle-bottom>.sp-module {
    padding: 0 10px;
}

.category-view h1,
.productdetails-view h1 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.category-view h1:after,
.productdetails-view h1:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #891111;
    background: linear-gradient(to right, #891111 0, #a04040 100%);
    margin-top: 10px;
}

.catalog-wrapper {
    background-color: #f2f2f2;
    padding: 15px 60px;
    margin: 0 -65px;
}

.prodListBlock {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 1px;
}

.swiper .prodListBlock {
    flex-wrap: unset;
    margin-left: 4px;
}

.prodItem {
    width: 25%;
    height: 430px;
    margin-bottom: 5px;
    margin-left: -1px;
}

.prodItem__inner {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    padding: 20px;
    position: relative;
    transition: transform .3s;
    border: 1px solid #d7d7d7;
}

.prodItem__image {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 250px;
    display: block;
}

.prodItem__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.productLabel {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.productLabel span {
    color: #891111;
}

.prodItem__name {
    font-size: 16px;
    font-weight: 700;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    transition: none;
    display: block;
}

.prodItem__instock {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    white-space: nowrap;
    padding: 0 0 0 20px;
}

.prodItem__instock:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    background: url(/images/availability.svg) no-repeat;
    background-size: contain;
}

.prodItem__instock>span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #80BA27;
    display: block;
    text-decoration: none;
    transition: all .2s;
    cursor: pointer;
}

.prodItem__prices {
    padding: 0;
    margin-top: 5px;
}

.prodItem__prices {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-bottom: 0;
}

.prodItem__price-old {
    display: flex;
    align-items: flex-end;
    font-weight: 300;
    margin-bottom: 5px;
    height: 18px;
}

.prodItem__price-old b {
    color: #E02D1A;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    margin: 6px 0 0 0;
}

.prodItem__price-old span {
    font-size: 10px;
    line-height: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #bcbcbc;
    position: relative;
    margin-right: 5px;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.prodItem__price-old span>span {
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
}

.prodItem__price span {
    font-size: 12px;
    line-height: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
    color: #1D1D1B;
}

.prodItem__price span>span {
    color: #1D1D1B;
    font-size: 21px;
    line-height: 1;
    margin-right: 5px;
}

.prodItem__gift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.prodItem__gift-box {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border: 1px solid #D54841;
    text-align: center;
    -webkit-box-shadow: 2px 2px 7px rgb(36 66 125 / 20%);
    box-shadow: 2px 2px 7px rgb(36 66 125 / 20%);
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
}

.prodItem__gift-name {
    background-color: #D54841;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    padding: 2px 4px;
}

.prodItem__gift-sale {
    color: #D54841;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    line-height: 1;
    padding: 10px 2px;
    font-size: 14px;
}

#sp-sidebar .sp-module {
    margin-bottom: 30px;
}

#sp-sidebar .sp-module:last-child {
    margin-bottom: 0;
}

#sp-sidebar .sp-module-title {
    color: #891111;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-left: 30px;
}

#sp-sidebar .sp-module-content {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 30px;
    box-shadow: 0 5px 10px rgb(152 152 152 / 30%);
}

#sp-sidebar .sp-module-content ul.menu {
    margin: -10px;
}

#sp-sidebar .sp-module-content ul.menu>li {
    padding: 10px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}

#sp-sidebar .sp-module-content ul.menu>li::after {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: width .3s;
    top: 0;
}

#sp-sidebar .sp-module-content ul.menu>li:first-child::after {
    display: none;
}

#sp-sidebar .sp-module-content ul.menu>li a {
    padding: 5px 0;
    font-size: 18px;
    display: flex;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: flex-start;
    justify-content: flex-start;
}

#sp-sidebar .sp-module-content ul.menu>li a:hover {
    text-decoration: underline;
}

._header-search {
    width: 100%;
    max-width: 500px;
}

.search_header-search {
    position: relative;
}

input.form-control {
    font-size: 13px;
    padding: 0 10px 0 43px;
    border: 1px solid #bbb;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    color: #282b33;
    max-width: 100%;
    display: block;
    width: 100%;
    height: 40px;
    outline: none;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    transition: border-color .15s ease-in-out;
    font-family: inherit;
    -webkit-appearance: none;
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
    border-color: #891111;
}

.search__submit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 23px;
    height: 23px;
    fill: #100827;
    margin: 0 10px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.search__submit svg {
    fill: #5A2020;
    width: 23px;
}

.search__submit i {
    color: #5A2020;
    font-size: 23px;
}

.product-container>.row {
    margin-top: 50px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 0;
    border-bottom: 2px solid #891111;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after,
.fancybox__thumb {
    border-radius: 0;
}

[data-fancybox="gallery"] {
    cursor: zoom-in;
}

.fullSwiper-inner,
.thumbSwiper-inner {
    position: relative;
}

.fullSwiper-inner .swiper-button-next:after,
.fullSwiper-inner .swiper-button-prev:after,
.thumbSwiper-inner .swiper-button-next:after,
.thumbSwiper-inner .swiper-button-prev:after {
    color: #ccc;
    transition: color 250ms ease-in-out;
}

.fullSwiper-inner .swiper-button-next:hover:after,
.fullSwiper-inner .swiper-button-prev:hover:after,
.thumbSwiper-inner .swiper-button-next:hover:after,
.thumbSwiper-inner .swiper-button-prev:hover:after {
    color: #891111;
}

.fullSwiper {
    margin-bottom: 10px;
}

.thumbSwiper {
    max-width: 80%;
}

.thumbSwiper .swiper-slide {
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.thumbSwiper .swiper-slide:hover,
.thumbSwiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #891111;
}

.thumbSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-height: 140px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #ccc;
}

.typeProductTitle {
    color: #891111;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.productAttrs {
    display: flex;
    flex-direction: column;
}

.productAttr {
    display: flex;
}

.productAttr .productAttr__key,
.productAttr .productAttr__value {
    width: 50%;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.productAttr .productAttr__value,
.productAttr .productAttr__value a {
    color: #891111;
}

.productAttr .productAttr__value a {
    text-decoration: underline;
}

.productAttr .productAttr__value a::after {
    content: ', ';
}

.productAttr .productAttr__value a:last-child::after {
    display: none;
}

.productLabel__inner {
    padding: 5px 30px;
    border-radius: 13px;
    font-size: 15px;
    font-weight: 600;
    background-color: #5a2020;
    display: inline-block;
    margin-bottom: 20px;
}

.productLabel__inner span {
    color: #fff;
}

.productServiceLink {
    display: flex;
    justify-content: space-around;
    padding: 50px 0;
    border-bottom: 1px solid #e1e1e1;
}

.productServiceLink__link {
    display: flex;
    flex-direction: column;
}

.productServiceLink__link img {
    width: 45px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.zoom-btn {
    position: absolute;
    top: 35px;
    right: 5%;
    cursor: pointer;
    z-index: 9;
    pointer-events: none;
}

.zoom-btn svg {
    width: 39px;
    height: 39px;
    fill: #bfcee1;
}

.productShop {
    background-color: #f2f2f2;
    padding: 10px 50px;
    border-radius: 20px;
}

.productShop__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
}

.productShop__row:last-child {
    border-bottom: 0;
}

.productPriceBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-grow: 1;
}

.productPriceBlock__label {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    margin-right: 20px;
}

.productPriceBlock__oldPrice {
    color: #d7d7d7;
    font-size: 15px;
    line-height: 1;
    text-decoration: line-through;
}

.productPriceBlock__price span {
    color: #891111;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: baseline;
}

.productPriceBlock__price span>span {
    font-size: 30px;
    margin-right: 5px;
}

.affiliate_price_text {
    color: #777;
    font-size: 12px;
    margin-top: 20px;
}

.addtocart-bar {
    width: 100%;
}

span.addtocart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    border-radius: 27px;
    position: relative;
    overflow: hidden;
    z-index: 50;
    background-color: #891111;
    border: 1px solid #891111;
    box-shadow: inset 0 0 0 0.5px #891111;
    transition: background-color .3s, color .3s;
}

span.addtocart-button:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 500%;
    left: -147%;
    top: -130%;
    transform: rotate(-15deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #5a2020;
    transition: left .3s;
    z-index: 1;
    margin-left: 45px;
}

span.addtocart-button:hover:before {
    left: -50%;
}

span.addtocart-button .btn__icon {
    margin-left: 10px;
}

span.addtocart-button input {
    background: transparent;
    width: 100%;
    height: 52px;
    cursor: pointer;
    border: 0;
    box-shadow: none;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
}

.productCountBlock {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 40px;
    display: flex;
    flex-grow: 0;
}

input.quantity-input {
    text-align: center;
    color: #891111;
    font-size: 15px;
    font-weight: 300;
    width: 50px;
    height: 38px;
    -webkit-user-select: none;
    user-select: none;
    border: 0;
}

.quantity-minus,
.quantity-plus {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}

.quantity-minus:hover,
.quantity-plus:hover {
    border-color: #891111;
}

.quantity-minus {
    background-image: url(/images/minus.png);
}

.quantity-plus {
    background-image: url(/images/plus.png);
}

.cartBtnBlock {
    position: relative;
}

.cartBtn {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #891111;
    border-radius: 10px;
    position: unset;
    cursor: pointer;
    box-shadow: 0 5px 10px rgb(137 17 17 / 30%);
}

.cartBtn:hover {
    background-color: #f2f2f2;
}

.cartBtn__icon {
    width: 30px;
    height: 30px;
    fill: #fff;
    position: relative;
}

.cartBtn:hover .cartBtn__icon {
    fill: #891111;
}

.cartBtn__count {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #160f2d;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartBtn:hover .cartBtn__count {
    background-color: #891111;
    color: #fff;
}

.cartBtn__content {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.cartBtn:hover .cartBtn__content {
    color: #891111;
}

.cartBtn__result {
    font-weight: 700;
}

.vm-btn__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.vm-btn,
.vm-btn:focus,
.vm-btn:active {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #891111;
    border-radius: 10px;
    position: unset;
    cursor: pointer;
    box-shadow: 0 5px 10px rgb(137 17 17 / 30%)!important;
    color: #fff;
    font-size: 13px;
    width: 100%;
    max-width: 250px;
    margin: 0 5px 15px 5px;
}

.vm-btn:hover {
    background-color: #f2f2f2;
    color: #891111;
}

.vm-title {
    font-size: 18px;
    margin-bottom: 0;
}

.titleBold {
    color: #891111;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

.contactsPosition__item {
    border-top: 1px solid #e1e1e1;
    padding: 30px 15px;
}

.contactsPosition__inner {
    display: flex;
    align-items: center;
}

.contactsPosition__icon {
    width: 44px;
    height: 44px;
    color: #e1e1e1;
    border: 1px solid #e1e1e1;
    padding: 7px;
    border-radius: 50%;
    margin: 0 15px 0 0;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactsPosition__inner:hover .contactsPosition__icon {
    color: #891111;
    border-color: #891111;
}

.contactsPosition__icon svg {
    fill: #e1e1e1;
}

.contactsPosition__inner:hover .contactsPosition__icon svg {
    fill: #891111;
}

.contactsPosition__text {
    color: #777;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}

.contactsPosition__text b {
    color: #891111;
    margin-right: 15px;
}

.article-details .article-can-edit {
    display: none!important;
}

body.home-page .article-details .view-text {
    max-width: unset;
}

body.home-page .titleBold {
    text-align: left;
}

.colorLine {
    width: 50px;
    height: 4px;
    background: #891111;
    background: linear-gradient(to right, #891111 0, #a04040 100%);
    margin-top: 10px;
}

.vm-section {
    background-color: #f2f2f2;
    padding: 50px;
    margin: 0 -35px;
}

.vm-section__icon {
    position: relative;
    left: 100px;
    z-index: 50;
    width: 200px;
    height: 200px;
    opacity: .05;
    fill: #891111;
}

.vm-section__title {
    color: #891111;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    position: relative;
    top: -70px;
    z-index: 500;
}

.vm-section .swiper-button-next,
.vm-section .swiper-button-prev {
    top: 0;
    color: #d5d5d5;
}

.vm-section .swiper-button-next:hover,
.vm-section .swiper-button-prev:hover {
    color: #891111;
}

.vm-section .swiper-button-prev,
.vm-section .swiper-rtl .swiper-button-next {
    left: unset;
    right: 67px;
}

.nav-placeholder {
    display: none;
}


/* RESPONSIVE */

@media (min-width: 1200px) {
    .prodItem:hover .prodItem__inner {
        position: relative;
        left: -5px;
        top: -5px;
        padding: 25px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        z-index: 1500;
        box-shadow: 0 5px 10px rgb(137 17 17 / 30%);
    }
}

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

@media (max-width: 1440px) {
    .prodItem {
        width: 33.33%;
    }
}

@media (max-width: 1199px) {
    .productShop {
        padding: 10px 20px;
    }
    .prodItem {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .vm-btn__inner {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .cartBtn {
        width: 36px;
        height: 36px;
        background-color: unset;
        box-shadow: unset;
        border-radius: 50%;
        border: 1px solid #891111;
    }
    .cartBtn__icon {
        fill: #891111;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cartBtn__icon svg {
        width: 18px;
        height: 18px;
    }
    .cartBtn__count {
        font-size: 11px;
        top: -8px;
        right: -8px;
    }
    .cartBtn__content {
        display: none;
    }
    .nav-placeholder {
        display: block;
    }
    #sp-header.header-sticky {
        position: fixed;
        z-index: 9999;
    }
    #sp-header .logo {
        height: auto;
        padding: 10px 0;
    }
    #sp-logo {
        display: flex;
        align-items: center;
        margin-right: auto;
    }
    .logo-image {
        height: auto!important;
    }
    .titleBold {
        font-size: 20px;
    }
    .category-view h1,
    .productdetails-view h1 {
        font-size: 24px;
    }
    .logoFabryka {
        justify-content: center;
    }
    .container {
        padding: 0 15px;
    }
    .action-banner img {
        height: auto;
    }
    section#sp-slider {
        padding: 15px 0;
        margin-top: 15px;
    }
    section#sp-slider #sp-slider {
        margin-bottom: 15px;
    }
    .swiper .prodListBlock,
    .prodItem {
        margin-left: 0;
    }
    #sp-footer {
        text-align: center;
    }
    .contactsPosition__inner {
        margin: 10px 0;
    }
    .article-list {
        padding: 15px;
        margin: 0 -15px;
    }
    .offcanvas-menu .callback {
        text-align: center;
        margin: auto;
    }
    .typeProductTitle {
        margin-top: 30px;
    }
    .productPriceBlock__label {
        margin-right: 10px;
    }
    .productPriceBlock__oldPrice {
        font-size: 13px;
    }
    .productPriceBlock__price span {
        font-size: 18px;
    }
    .productPriceBlock__price span>span {
        font-size: 24px;
    }
    input.quantity-input {
        width: 38px;
    }
}

@media (max-width: 480px) {
    .prodItem {
        width: 100%;
    }
}