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

#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0.95;
    font-weight: 500;
    z-index: 99999;
}

#system-message-container .alert-heading {
    display: none;
}

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

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

html,
body,
.body-wrapper {
    height: 100%;
}

.body-innerwrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

#sp-main-body {
    flex: 1 0 auto;
    margin-bottom: 20px;
}

#sp-footer {
    flex: 0 0 auto;
}

#sp-footer .sp-copyright {
    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: 15px;
    text-align: left !important;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 12px;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    text-decoration: underline;
}

body ::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: transparent
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent
}

body ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f5f2f7
}

:focus,
.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: 0;
}

ol,
ul {
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

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

h1,
h2,
h3,
h4 {
    font-weight: 600;
    letter-spacing: normal;
    margin: 0 0 16px 0;
}

h1 {
    font-size: 34px;
    line-height: 34px;
}

h2 {
    font-size: 20px;
    line-height: 22px;
    margin: 30px 0 10px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 13px;
}

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

.btn {
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    text-align: center;
    border: none;
    outline: none!important;
    min-height: 50px;
    padding: 20px 30px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.btn-sm {
    min-height: unset;
    padding: 10px 20px;
}

.btn-secondary {
    color: #fff!important;
}

.btn.disabled,
.btn:disabled {
    background-color: #ccc!important;
}

input[type=email]:not(.no-style),
input[type=number]:not(.no-style),
input[type=password]:not(.no-style),
input[type=search]:not(.no-style),
input[type=phone]:not(.no-style),
input[type=text]:not(.no-style) {
    outline: none!important;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
    border-radius: 25px;
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 30px;
    font-size: 12px;
}

.header-top .menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 15px 0;
}

.header-top .menu li {
    margin-right: 25px;
    list-style-type: none;
    list-style-image: none;
}

.header-top .menu li:last-child {
    margin-right: 0;
}

.header-top .menu li a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
}

.header-middle {
    padding: 9px 0;
}

.header-contacts {
    position: relative;
}

.header-contacts a {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 1px;
}

.header-contacts span {
    display: block;
}

.search {
    position: relative;
}

.search-input {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
}

.search-input:focus {
    box-shadow: 0 1px 4px rgb(0 0 0 / 25%)!important;
}

.search-button {
    position: absolute;
    border: none;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: none;
    cursor: pointer;
}

.search-button:hover {
    opacity: 0.8;
}

.search-button i {
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
}

a.menu-action {
    font-weight: 700;
    color: #ff389c!important;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
}

.breadcrumb .breadcrumb-item a {
    padding-right: 15px;
    cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item {
    display: block;
    padding-left: 20px;
    position: relative;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
    padding-right: 0;
}

.article-details .article-header h1,
.article-details .article-header h2,
.page-header h1 {
    padding: 10px 0 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.sp-contacts .sp-contacts-item,
.sp-social .sp-social-item {
    margin-bottom: 30px;
}

.sp-contacts .sp-contacts-top,
.sp-social .sp-social-top {
    font-size: 12px;
    margin-bottom: 5px;
}

.sp-contacts .sp-contacts-info i,
.sp-social .sp-social-info i {
    font-size: 16px;
    margin-right: 5px;
    line-height: 1;
    position: relative;
    top: 1px;
}

.sp-social .sp-social-info a {
    display: inline-block;
    margin-right: 14px;
}

.sp-social .sp-social-info i {
    font-size: 28px;
}

.action-banner .one-slide {
    position: relative;
    vertical-align: top;
    color: #fff;
}

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

.action-banner .one-slide>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.action-banner .one-slide-title {
    width: 100%;
    font-size: 72px;
    text-transform: uppercase
}

.action-banner .one-slide-desc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 8%;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap
}

.action-banner .one-slide-text {
    width: 100%;
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.action-banner .one-slide-btn {
    position: relative;
    z-index: 9;
    width: 100%;
    margin-top: 45px
}

.paginationSwiper {
    text-align: center;
    margin: 15px 0;
}

.paginationSwiper .swiper-pagination {
    position: unset;
    width: auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid transparent;
}

.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
}

.awards,
.home-page section#sp-main-body .sp-module.awards {
    padding: 15px 0;
    background-color: transparent;
}

.awards-list {
    display: flex;
    padding-bottom: 15px;
}

.awards-item {
    z-index: 2;
    position: relative;
    width: 25%;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    white-space: normal;
    padding: 20px;
    text-align: center;
    border-radius: 2px;
}

.awards-item .awards-item-number {
    font-size: 54px;
    width: 84px;
    line-height: 1;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}

.awards-item .awards-item-number sub {
    font-size: 18px;
    bottom: 0;
}

.awards-item .awards-item-text {
    width: 100%;
    white-space: pre-line;
    margin-top: 15px;
    z-index: 2;
}

#sp-bottom1,
#sp-bottom2,
#sp-bottom3 {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.category-title {
    text-align: center;
}

.category-title h1 {
    padding: 10px 0 30px;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}

.col-products>.row {
    margin: 0 -2px;
}

.col-products>.row>div {
    padding: 0;
}

.product-item {
    position: relative;
    padding: 0 2px;
    margin-bottom: 4px;
    height: 375px;
}

.product-item:hover {
    z-index: 9;
}

.product-item-inner {
    width: 100%;
    height: 375px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-item-label {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 2;
}

.sticker {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 25px;
    text-align: center;
    line-height: 15px;
    margin-bottom: 3px;
    color: #fff;
}

.product-item-link {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-item .product-item-thumb {
    position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.product-item .product-item-thumb>span {
    width: 100%;
    height: 220px;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.product-item .product-item-thumb img {
    max-width: 90%;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.product-item .product-item-vobler {
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: #ff389c;
    font-size: 12px;
    font-weight: 600;
}

.product-item-vobler span {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 10px;
    background-color: rgba(255, 64, 64, .1);
}

.product-item .product-item-desc {
    padding: 0 20px;
}

.product-item .product-item-title {
    position: relative;
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product-item .product-item-title>span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}

.product-item .product-item-price {
    width: 100%;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    height: 40px;
    margin-bottom: 5px;
}

.product-item .product-item-price .now-product-price {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.product-item .product-item-price .was-product-price {
    font-size: 16px;
    display: inline-block;
    color: #95a0a6;
    text-decoration: line-through;
}

.product-item .product-item-price .num-product {
    padding-top: 5px;
    font-size: 12px;
}

.product-item-btn {
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 12;
}

.product-item-btn>a {
    width: auto!important;
    display: inline-block;
}

.product-item .quantity-box,
.product-item .quantity-controls {
    display: none;
}

.btn.addtocart-button {
    min-height: 40px;
    line-height: 30px;
    padding: 5px 30px;
}

.btn.addtocart-button:disabled {
    cursor: not-allowed;
}

.category-desc {
    margin: 30px 0;
    background-color: #fff;
    padding: 15px 0;
}

.seo {
    padding: 15px;
}

.seo_all {
    height: 250px;
    overflow-x: auto;
    position: relative;
    margin-bottom: 15px;
}

.seo_hidden {
    font-size: 11px;
}

.seo h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
}

.seo p {
    margin: 0;
}

.seo ul,
.seo ol {
    display: block;
    padding: 15px 0px 15px 30px;
    margin: 0;
}

.seo ul li,
.seo ol li {
    display: list-item;
    list-style: disc;
}

.read_all_seo {
    font-size: 12px;
}

.read_all_seo.open::after {
    content: attr(data-text);
}

.read_all_seo.open .read_all_text {
    display: none;
}

.vm-pagination {
    padding: 30px;
    /* background-color: #fff; */
    display: block;
}

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

.pagination li {
    margin: 0 10px;
}

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 10px;
    border: 1px solid transparent;
    color: #979797;
    text-align: center;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-container {
    width: 100%;
    max-width: 1170px;
    background-color: #fff;
    padding: 30px 15px;
    margin-bottom: 5px;
}

.product-container .product-title {
    text-align: left;
}

.product-title h1 {
    padding: 10px 0;
    font-size: 24px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 600;
}

.product-sku {
    margin-bottom: 5px;
}

.product-sku span {
    font-size: 12px;
}

.product-sku span i {
    font-style: normal;
}

.product-availability span {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    font-size: 14px;
    transition: all .2s ease-in-out;
}

.product-availability span i {
    margin-right: 10px;
}

.product_in_stock {
    background-color: rgba(0, 160, 70, .1);
    color: #00a046;
}

.product_ordered {
    background-color: rgba(255, 165, 0, .1);
    color: #ffa500;
}

.product_not_available {
    background-color: rgba(255, 64, 64, .1);
    color: #ff389c;
}

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

.product-container .product-label {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #ff389c;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.product-container .product-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 25px;
    padding: 5px 15px;
    background-color: rgba(255, 64, 64, .1);
}

.product-price-btn {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-container .product-price {
    display: inline-block;
    font-size: 36px;
    text-align: left;
    line-height: 1;
    margin-right: 30px;
}

.product-container .product-price .now-product-price {
    display: block;
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 600;
}

.product-container .product-price .was-product-price {
    display: block;
    color: #95a0a6;
    text-decoration: line-through;
    font-size: 16px;
}

span.addtocart-button {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.product-container .btn.addtocart-button {
    padding: 10px 30px;
    margin-right: 20px;
    margin-top: 15px;
}

.quick-addtocart-button {
    padding: 10px 30px;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick-addtocart-button i {
    font-size: 16px;
    color: unset;
    margin-right: 10px;
}

.imageFull img {
    max-height: 450px;
    margin: 0 auto;
}

.imageThumbs {
    margin-top: 30px;
}

.imageThumbs .swiper-wrapper {
    justify-content: center;
}

.imageThumbs .swiper-slide .image {
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    width: 100px;
    height: 100px;
}

.imageThumbs .swiper-slide .image img {
    border-radius: 50%;
    padding: 10px;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    box-sizing: border-box;
}

.product-addtocart-fields {
    margin-top: 30px;
    display: block;
}

.product-addtocart-fields .controls {
    display: flex;
    flex-wrap: wrap;
}

.product-addtocart-fields .controls label {
    margin-bottom: 0;
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

.product-addtocart-fields .controls label:last-child {
    margin-right: 0;
}

.product-addtocart-fields .controls label span {
    overflow: hidden;
    border-radius: 25px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    height: 40px;
    padding: 10px 20px 10px 50px;
}

.product-addtocart-fields input+span:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 15px;
    margin-top: -8px;
    border: 1px solid #95a0a6;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-addtocart-fields input:checked+span {
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
}

.product-addtocart-fields input:checked+span:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 19px;
    top: 50%;
    margin: -4px 0 0 0;
    border-radius: 50%;
}

.product-addtocart-fields input {
    display: none;
}

.addtocart-bar {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.quantity-box {
    position: relative;
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    width: 110px;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-right: 30px;
}

.quantity-box input.quantity-input {
    height: 40px!important;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

span.quantity-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 100%;
    background: transparent;
    border: 0;
    z-index: 2;
}

span.quantity-controls.q-minus {
    left: 0;
}

span.quantity-controls.q-plus {
    right: 0;
}

span.quantity-controls.q-minus:before,
span.quantity-controls.q-plus:before,
span.quantity-controls.q-plus:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
    pointer-events: none;
}

span.quantity-controls.q-plus:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input.quantity-controls {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.product-info {
    margin: 0;
}

.product-addtocart-info {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-pills {
    justify-content: center;
}

.product-info .nav-pills {
    padding: 40px 0 30px;
    text-transform: uppercase;
}

.nav-pills li {
    display: inline-block;
    margin: 0 16px;
}

.nav-pills li:first-child {
    margin-left: 0!important;
}

.nav-pills li a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
    display: block!important;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}

.product-info .nav-pills li a {
    font-size: 20px;
}

.product-info-content {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
}

.product-info-title {
    width: 100%;
    text-align: center;
    padding: 40px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: .2em;
    font-size: 18px;
}

.characteristics-full__group {
    padding: 0 100px;
    margin: 20px 0;
}

.characteristics-full__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
}

.characteristics-full__item:before {
    position: absolute;
    left: 0;
    bottom: 14px;
    display: none;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}

.characteristics-full__label,
.characteristics-full__value {
    font-size: 16px;
    word-break: break-word;
    font-weight: 500;
}

.characteristics-full__label {
    position: relative;
    align-self: flex-start;
    width: 40%;
}

.characteristics-full__label span {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    background-color: #fff;
}

.characteristics-full__value {
    width: 60%;
    box-sizing: border-box;
    text-align: right;
}

.characteristics-full__value span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    background-color: #fff;
}

.product-s-desc {
    margin-top: 30px;
    font-size: 12px;
}

.article-details.article-content {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
}

.article-details .article-full-image img {
    max-height: 384px;
    max-width: 768px;
}

.vm-wrap {
    width: 100%;
    background-color: #fff;
    padding: 40px;
    font-size: 16px;
    margin-bottom: 20px;
}

.vm-wrap h2 {
    margin-top: 0;
    padding-top: 0;
}

.eye-title {
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}

.eyesfields-full__group {
    margin-top: 20px;
}

.eyesfields-full__item {
    position: relative;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    padding: 0;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    margin: 15px 0;
}

.eyesfields-full__item::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 20px;
    z-index: 2;
    pointer-events: none;
}

.eyesfields-full__item .cf4all_error_msg {
    position: absolute;
    bottom: -30px;
    left: 20px;
    z-index: 2;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    width: auto;
}

.eyesfields-full__label {
    position: absolute;
    top: 8px;
    left: 22px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}

.eyesfields-full__value {
    width: 100%;
    padding: 0 10px;
}

.eyesfields-full__value select {
    width: 100%;
    position: relative;
    padding: 15px 15px 0 15px;
    border: 0;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.js-all-cf {
    display: inline-block;
    cursor: pointer;
    border-bottom: 1px dashed;
    font-size: 12px;
    text-decoration: none!important;
    margin-right: 20px;
    margin-bottom: 20px;
}

.js-all-cf .show-name,
.cf_filters_list.open .js-all-cf .hide-name {
    display: block;
}

.js-all-cf .hide-name,
.cf_filters_list.open .js-all-cf .show-name {
    display: none;
}

.cf_filters_list:not(.open) li:nth-of-type(1n+5) {
    display: none;
}

.header-lk {
    margin-left: 30px;
}

.header-lk a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 12px;
    position: relative;
    display: inline-block;
    padding: 4px 0 4px 20px;
}

.header-lk a:before {
    content: "";
    position: absolute;
    background: url(../images/lk-ico.png) 0 0 no-repeat;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.input-group-prepend {
    display: none!important;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#sp-left .sp-module ul>li.active a,
#sp-right .sp-module ul>li.active a {
    font-weight: 600;
}

#sp-left .sp-module ul>li.active a::before,
#sp-right .sp-module ul>li.active a::before {
    border-width: 2px;
}

.home-page section#sp-main-body .sp-module {
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.sp-module-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2em;
}

.vmgroup {
    padding: 0 20px;
}

.vmgroup .vmproducts,
.vmgroup .vmmanufacturers {
    position: relative;
}

.vmgroup .vmproducts>.swiper,
.vmgroup .vmmanufacturers>.swiper {
    padding: 20px 0;
}

.vmgroup .vmheader {
    text-align: center;
    margin-bottom: 20px;
}

.vmgroup .vmfooter {
    text-align: center;
    margin-top: 20px;
}

.vmproducts .product-item-inner:hover {
    height: unset;
    box-shadow: unset;
}

.swiper-horizontal>.swiper-scrollbar {
    margin: 0;
    height: 5px;
    background: transparent;
}

.swiper-scrollbar-drag {
    background: #e1e4e5;
    border-radius: 3px;
}

.vmproducts .swiper-button-next,
.vmproducts .swiper-rtl .swiper-button-prev,
.vmmanufacturers .swiper-button-next,
.vmmanufacturers .swiper-rtl .swiper-button-prev {
    right: -45px;
}

.vmproducts .swiper-button-prev,
.vmproducts .swiper-rtl .swiper-button-next,
.vmmanufacturers .swiper-button-prev,
.vmmanufacturers .swiper-rtl .swiper-button-next {
    left: -45px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vmproducts .swiper-button-prev:after,
.vmproducts .swiper-rtl .swiper-button-next:after,
.vmproducts .swiper-button-next:after,
.vmproducts .swiper-rtl .swiper-button-prev:after,
.vmmanufacturers .swiper-button-prev:after,
.vmmanufacturers .swiper-rtl .swiper-button-next:after,
.vmmanufacturers .swiper-button-next:after,
.vmmanufacturers .swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    border: none;
    background-color: #e1e4e6;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #667780;
    font-size: 18px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.padded-btns {
    display: flex;
    justify-content: center;
    align-items: center;
}

.continue_link {
    position: absolute;
    right: 10px;
    top: 17px;
    text-align: right;
}

.padded-name {
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    padding: 0 25px;
}

.showcart {
    color: #fff!important;
}

.vp-user-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vp-account-info-cont {
    font-size: 16px;
}

.vp-account-info-cont ul {
    margin: 10px 0;
}

.vp-account-info-cont ul li {
    margin: 5px 0;
}

.vp-wrapper legend,
.vm-orders-list h2,
.vm-orders-information h2 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
}

.vm-orders-information {
    font-size: 12px;
}

.table thead th {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

.sj-minicart-pro {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: auto;
}

.sj-minicart-pro .bask-link {
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 55px;
    min-width: 55px;
    cursor: pointer;
    padding: 0 15px;
    background-color: transparent;
    position: relative;
    z-index: 102;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.sj-minicart-pro:hover .bask-link,
.sj-minicart-pro .bask-link:hover {
    background-color: #fff;
}

.bask-link i {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    font-style: normal;
}

.sj-minicart-pro:not(.mc-cart-empty) svg.mc-cart-empty,
.mc-cart-empty svg:not(.mc-cart-empty),
.mc-cart-empty i {
    display: none;
}

.sj-minicart-pro .mini-drop {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 101;
    right: 0;
    top: 100%;
    width: 480px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mini-drop-top {
    border-bottom: 1px solid #f5f2f7;
    padding: 35px 40px 20px;
}

.mini-drop-top .mini-drop-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.5;
}

.mini-drop-bottom {
    width: 100%;
    padding: 20px 40px;
}

.sj-minicart-pro.mc-cart-empty .mini-drop-bottom,
.sj-minicart-pro.mc-cart-empty .mini-drop-text,
.sj-minicart-pro:not(.mc-cart-empty) .mini-drop-text-empty {
    display: none;
}

.mini-drop-bottom .mini-all-sum {
    margin-bottom: 10px;
}

.mini-drop-bottom .mini-all-sum ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.mini-drop-bottom .mini-all-sum ul li {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
}

.mini-drop-bottom .mini-all-sum ul li.final-sum {
    font-size: 20px;
    text-transform: uppercase;
}

.mini-drop-bottom .mini-all-sum ul span {
    display: block;
}

.mini-drop-bottom .mini-all-sum ul span.all-sum-name {
    width: 100%;
}

.mini-drop-bottom .mini-all-sum ul span.all-sum-price {
    width: 145px;
    -webkit-box-flex: 0;
    flex: 0 0 145px;
    white-space: nowrap;
}

.mini-drop-bottom .mini-drop-btn {
    display: -webkit-box;
    display: flex;
}

.mini-drop-body .mini-drop-list {
    max-height: 402px;
    overflow-y: auto;
    overflow-x: hidden;
}

.mini-drop-item {
    padding: 15px 30px 15px 40px;
    position: relative;
    display: -webkit-box;
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #f5f2f7;
}

.mini-drop-item .mini-drop-del {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 30px;
    cursor: pointer;
}

.mini-drop-item .mini-drop-del:after,
.mini-drop-item .mini-drop-del:before {
    content: "";
    width: 14px;
    height: 1px;
    border-radius: 1px;
    background-color: #95a0a6;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
    left: 50%;
    margin-left: -7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mini-drop-item .mini-drop-del:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mini-drop-item .mini-drop-thumb {
    width: 80px;
    -webkit-box-flex: 0;
    flex: 0 0 80px;
}

.mini-drop-item .mini-drop-desc {
    padding: 0 0 0 20px;
    width: 100%;
}

.mini-drop-item .mini-drop-desc .mini-drop-name {
    padding-right: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.mini-drop-item .mini-drop-desc .mini-drop-name a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.mini-drop-item .mini-drop-desc .mini-drop-sale {
    font-size: 12px;
    color: #ff389c;
    margin-top: 5px;
}

.mini-drop-item .mini-drop-desc .mini-drop-param {
    width: 100%;
    padding-top: 5px;
    display: flex;
    align-items: center;
}

.mini-drop-item .mini-drop-desc .mini-drop-num {
    margin-right: 50px;
}

.num-in {
    background: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    border-radius: 25px;
    height: 30px;
    width: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.num-in span {
    width: 40px;
    display: block;
    height: 30px;
    position: relative;
}

.num-in span:after,
.num-in span:before {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.num-in .in-num {
    border: none;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 0;
}

.mini-drop-item .mini-drop-desc .mini-drop-price {
    font-weight: 600;
    line-height: 30px;
}

.mini-drop-item .mini-drop-desc .mini-drop-price .now-price {
    margin-right: 12px;
    display: inline-block;
    font-size: 18px;
}

sub {
    bottom: 0;
}

.select2-selection.select2-selection--single {
    text-align: left;
    width: 100%;
    border: none;
    height: 50px;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    padding: 15px 25px;
    display: inline-block;
    background-color: #fff;
    border-radius: 25px;
    position: relative;
    font-size: 14px;
}

.select2-container--default .selection .select2-selection__arrow {
    height: 50px;
}

.select2-container--default .selection .select2-selection__arrow:after {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid #667780;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    right: 20px;
}

.select2-container--default .selection .select2-selection__rendered {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    padding: 0;
    line-height: 35px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.select2-container .select2-dropdown {
    border-radius: 25px;
    height: auto;
    border: none;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    font-size: 14px;
    overflow: hidden;
    margin-top: 2px;
}

.select2-container .select2-search {
    padding: 10px;
    position: static;
    width: 100%;
}

.select2-container .select2-dropdown .select2-results__option {
    font-size: 12px;
}

.table-custom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    color: #212529;
    font-size: 14px;
    font-weight: 400;
}

.table-custom a {
    color: #212529!important;
}

.table-custom .table-custom-tr {
    padding: 0 10px;
    white-space: nowrap;
    line-height: 1;
    overflow: hidden;
}

.table-custom .table-custom-thead .table-custom-th {
    font-size: 12px;
    padding: 15px 10px;
}

.table-custom .table-custom-tbody .table-custom-tr {
    outline: none!important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%)!important;
    border-radius: 25px;
    margin-bottom: 15px;
    display: block;
}

.table-custom .table-custom-td {
    padding: 15px 10px;
    font-weight: 500;
}

.table-custom .badge {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 10px;
    height: 40px;
    color: #212529;
    white-space: normal;
    line-height: 15px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.table-custom .badge.badge-F,
.table-custom .badge.badge-S,
.table-custom .badge.badge-C,
.table-custom .badge.badge-U {
    color: #fff;
    background-color: #00aeef;
}

.table-custom .badge.badge-X,
.table-custom .badge.badge-D {
    color: #fff;
    background-color: #ff389c;
}

.go-back {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: left;
}

.go-back a {
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}

.go-back a:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    border: 1px solid;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    transition: all .3s;
    left: 0;
}

.vm-customfield-cart {
    font-size: 12px;
}

.mc-product-zero {
    transition: all 250ms ease-in-out;
    opacity: 0.1;
    pointer-events: none;
}

.offcanvas-menu .search {
    width: 100%;
    width: calc(100% - 65px);
}

.show-filter {
    display: none;
    overflow: hidden;
    padding: 10px 20px 10px 50px;
    height: 40px;
    color: #fff!important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.show-filter:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
    margin-top: 0;
    background: url(../images/filter-bt.svg) 0 0 no-repeat;
    background-position: 50%;
}

.product-field-display>div {
    margin-bottom: 20px;
}

.product-field-display>div:last-child {
    margin-bottom: 0;
}


/* RESPONSIVE */

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .seo_hidden {
        -webkit-column-width: 47%;
        -moz-column-width: 47%;
        column-width: 47%;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 6%;
        -moz-column-gap: 6%;
        column-gap: 6%;
        -webkit-column-rule: 1px solid #ccc;
        -moz-column-rule: 1px solid #ccc;
        column-rule: 1px solid #ccc;
    }
}

@media (min-width: 768px) {
    .sj-minicart-pro:hover .mini-drop {
        visibility: visible;
        opacity: 1;
    }
    .product-item-inner:hover {
        box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
        height: 420px;
    }
    .product-item-inner:hover .product-item-btn {
        opacity: 1;
        visibility: visible;
        max-height: 50px;
        padding: 5px 0;
        position: relative;
        z-index: 2;
    }
    .characteristics-full__item:before {
        display: block;
    }
}

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

@media (max-width: 1199px) {
    .action-banner .one-slide img {
        height: 450px;
    }
    .awards-list {
        overflow-x: scroll;
    }
    .awards-item {
        width: 40%;
        min-width: 40%;
        text-align: left;
        margin-right: 15px;
        background-color: #fff;
    }
    .awards-item:last-child {
        margin-right: 0;
    }
    .characteristics-full__group {
        padding: 0;
    }
    .product-info-content {
        padding: 30px;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 15px;
    }
    .sp-megamenu-parent>li>a {
        font-size: 12px;
        padding: 0 25px;
    }
}

@media (max-width: 991px) {
    .header-contacts a {
        font-size: 15px;
        white-space: nowrap;
    }
    .header-contacts span {
        font-size: 13px;
    }
    .action-banner .one-slide img {
        height: 400px;
    }
    .header-middle {
        padding: 10px 0;
    }
    .awards-item {
        width: 55%;
        min-width: 55%;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 14px;
    }
    .category-title h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0;
    }
    .category-desc {
        margin: 15px -15px;
    }
    .vm-wrap {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .show-filter {
        display: inline-block;
    }
    .col-filter {
        position: fixed;
        z-index: 99;
        left: 0;
        right: 0;
        top: 90px;
        bottom: 0;
        background: #fff;
        height: 0;
        visibility: hidden;
        overflow-y: scroll;
    }
    .col-filter.open {
        visibility: visible;
        height: 100%;
        height: calc(100% - 80px);
    }
    .sj-minicart-pro .bask-link {
        border-radius: 25px;
    }
    .header-contacts a {
        font-size: 14px;
        white-space: nowrap;
    }
    .header-contacts span {
        font-size: 12px;
    }
    html,
    body,
    .body-wrapper {
        height: unset;
    }
    .action-banner .one-slide img {
        height: 350px;
    }
    #sp-left,
    #sp-right {
        margin-bottom: 15px;
    }
    .col-products {
        padding-left: 0;
        padding-right: 0;
    }
    .category-title h1 {
        font-size: 20px;
        line-height: 24px;
    }
    .product-info-title {
        font-size: 18px;
        padding: 20px 0;
    }
    .characteristics-full__item {
        align-items: center;
        border-bottom: 1px dotted #d2d2d2;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 13px;
    }
    .product-info-content {
        padding: 20px;
    }
    .product-info .nav-pills li a {
        font-size: 16px;
    }
    .product-title h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .awards-item {
        width: 70%;
        min-width: 70%;
    }
    #sp-bottom {
        padding-top: 30px;
        padding-bottom: 0;
    }
    #sp-bottom .sp-column {
        padding-left: 0;
    }
    #sp-bottom .sp-module-title:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all .3s;
        transition: all .3s;
        right: 0;
        margin-top: -8px;
        border: solid #95a0a6;
        border-top: none;
        border-right: none;
        border-width: 2px;
    }
    #sp-bottom .sp-module-content {
        display: none;
    }
    #sp-bottom1,
    #sp-bottom2,
    #sp-bottom3 {
        border: 0;
    }
    #sp-footer {
        text-align: center;
    }
    .logoFabryka {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .header-contacts a {
        font-size: 13px;
        white-space: nowrap;
    }
    .header-contacts span {
        font-size: 11px;
    }
    .action-banner .one-slide img {
        height: 300px;
    }
    .category-title h1 {
        font-size: 18px;
        line-height: 22px;
    }
    .characteristics-full__label,
    .characteristics-full__value,
    .product-info-content {
        font-size: 12px;
    }
}