* {
    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;
    color: #999999;
}

#sp-footer .sp-copyright {
    font-weight: 400;
    font-size: 11px;
    color: #999999;
}

#sp-footer .row {
    align-items: center;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(240, 242, 245, 1);
}

::-webkit-scrollbar-thumb {
    background: rgba(72, 76, 85, 1);
    border-width: 4px;
    border-style: solid;
    border-color: rgba(240, 242, 245, 1);
    border-radius: 10px;
}

.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: #999999;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    color: #999999 !important;
    text-decoration: underline;
}

:focus {
    outline: 0;
}

ol,
ul {
    padding-inline-start: 40px;
    margin-top: 0;
    margin-bottom: 10px;
}

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;
}

#sp-top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

body.home-page #sp-header.header-sticky {
    position: absolute;
    z-index: 9999;
    background: transparent;
}

body.home-page #sp-top-bar {
    color: #f5f5f5;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.home-page #sp-top-bar a,
body.home-page .sp-megamenu-parent>li>a {
    color: #f5f5f5;
}

body.home-page #sp-top-bar a:hover,
#sp-top-bar a:hover {
    color: #f63c16;
}

body.home-page .sp-megamenu-parent>li>a:hover,
body.home-page .sp-megamenu-parent>li.active>a {
    color: #fff;
}

body.ltr.home-page .sp-megamenu-parent>li.sp-has-child>a:after,
body.ltr.home-page .sp-megamenu-parent>li.sp-has-child>span:after {
    background-color: rgba(255, 255, 255, 0.4);
}

.sp-megamenu-parent>li.active>a>span {
    border-bottom: 2px solid #252525;
    padding-bottom: 3px;
}

.sp-banner {
    padding-top: 700px;
}

.sp-banner-inner,
.sp-banner-image,
.sp-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sp-banner-image {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll;
}

.sp-banner-content {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-banner-content-text {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    font-style: normal;
    text-transform: capitalize;
    text-align: center;
}

.sp-banner-content-text>* {
    margin-bottom: 15px;
}

.sp-banner-content-text h1 {
    font-size: 64px;
    font-weight: 700;
}

.sp-banner-content-text h2 {
    font-weight: 500;
}

#sp-top1 .sp-column {
    display: flex;
    align-items: center;
}

.social-icons {
    margin-right: 15px;
}

.social-icons-li {
    font-size: 14px;
}

.minicart-icon {
    position: relative;
    top: 2px;
    margin-right: 7px;
    display: block;
}

.minicart-icon:after {
    content: attr(data-count);
    font-size: 9px;
    background-color: #f63c16;
    color: #f5f5f5;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: -9px;
    font-weight: 600;
    padding-right: 1px;
}

body.home-page .minicart-icon svg path {
    fill: #f5f5f5;
}

.breadcrumb {
    padding: 0;
    padding-top: 30px;
    background-color: transparent;
    flex-wrap: nowrap;
    overflow: hidden;
}

.breadcrumb li {
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.breadcrumb li a,
.breadcrumb li span {
    font-size: 11px;
    white-space: nowrap;
    line-height: 1;
}

.article-header>h1 {
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 36px !important;
    color: #050505;
}

.search__submit {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 20px;
    height: 20px;
    fill: #252525;
    margin: 0 10px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.search__submit svg {
    fill: #252525;
    width: 14px;
}

.search__submit i {
    color: #252525;
    font-size: 14px;
}

.search input.form-control {
    font-size: 12px;
    font-style: italic;
    padding: 0 10px 0 35px;
    border: 0;
    border-bottom: 2px solid #252525;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
    color: #252525;
    max-width: 100%;
    display: block;
    width: 100%;
    height: 35px;
    outline: none;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    transition: border-color 0.15s ease-in-out;
    font-family: inherit;
    -webkit-appearance: none;
}

.search input.form-control:focus {
    border-bottom-width: 3px;
}

.search input.form-control::placeholder {
    color: #242424;
    font-style: italic;
    font-size: 11px;
    font-weight: 300;
}

body.home-page .search input.form-control {
    border-color: #fff;
    color: #fff;
}

body.home-page .search input.form-control::placeholder,
body.home-page .search__submit i {
    color: #fff;
}

body.home-page .search__submit svg,
body.home-page .search__submit {
    fill: #fff;
}

#sp-header .sp-component p {
    display: inline;
    margin-bottom: 0;
    margin-right: 10px;
}

#sp-bottom {
    padding-bottom: 62px;
    color: #dcdcdc;
}

#sp-bottom ul.social-icons {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-top: 10px;
}

#sp-bottom ul.social-icons>li {
    padding: 5px;
}

#sp-bottom ul.social-icons>li a {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

#sp-bottom ul.social-icons>li a:hover {
    opacity: 1;
}

#sp-bottom a {
    color: #dcdcdc;
}

#sp-bottom a:hover {
    color: #fff;
}

#sp-footer {
    background: transparent;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.image-boxes-link {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.image-boxes-img-wrapper {
    display: block;
}

.image-boxes-img {
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-backface-visibility: hidden;
}

.image-boxes-link:hover .image-boxes-img {
    opacity: 0.8;
}

.image-boxes-title {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    text-align: left;
    padding: 0 20px 30px;
    z-index: 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
}

.image-boxes-title span {
    z-index: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.image-boxes-title:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    height: 200%;
    width: 100%;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient( top, transparent 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.8;
    -webkit-backface-visibility: hidden;
}

.image-boxes-title:after {
    content: "";
    position: relative;
    height: 2px;
    display: block;
    margin: initial;
    width: 40px;
    margin-top: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    background-color: #f63c16;
}

.image-boxes-link:hover .image-boxes-title:after {
    width: 80px;
}

section#sp-main-body .sp-module {
    padding: 30px 0;
}

body:not(.home-page) .article-details {
    background-color: #fff;
    padding: 40px;
}

.article-details h2,
h2.sp-module-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
}

h2.sp-module-title {
    text-align: center;
    margin-bottom: 30px;
}

.kl-iconbox {
    margin-bottom: 30px;
    text-align: center;
    color: #0a0a0a;
}

.kl-iconbox__icon-wrapper,
.kl-iconbox__content-wrapper {
    margin-top: 0;
    margin-bottom: 15px;
}

.kl-iconbox__icon-wrapper svg {
    width: 40px;
    fill: #f8765b;
}

.kl-iconbox:hover .kl-iconbox__icon-wrapper svg {
    fill: #f63c16;
}

.kl-iconbox__content-wrapper {
    padding: 0 15px;
}

h3.kl-iconbox__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    color: #323232;
}

p.kl-iconbox__desc {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0;
}

.iframe_inner {
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe_inner iframe {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    width: 100%;
    width: calc(100% - 60px);
    height: 100%;
}

.faq-list {
    position: relative;
    max-width: 75%;
    margin: 30px auto;
}

.faq-list_item {
    border-radius: 2px;
    background: #fff;
    margin: 15px auto;
    width: 100%;
    overflow: hidden;
    padding: 20px 49px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-weight: 600;
    display: block;
}

.faq-list_item::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #ccc;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#sp-sidebar .container-inner {
    padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 15%);
}

#sp-sidebar .sp-module-title {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}

#sp-sidebar .sp-module-title:after,
#sp-sidebar .sp-module-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}

#sp-sidebar .sp-module-title:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}

#sp-sidebar .sp-module-title:after {
    width: 50px;
    border-bottom: 1px solid #f63c16;
}

#sp-sidebar .sp-module {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.category-view h1 {
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 36px;
    color: #050505;
}

ul.products {
    margin: 0 -15px;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}

ul.products li.product {
    width: 33.3333%;
    margin: 0 0 30px;
    padding: 0 15px;
}

ul.products li.product .product-item {
    display: block;
    position: relative;
    background: #ffffff;
    -webkit-transition: box-shadow 0.15s ease-out;
    transition: box-shadow 0.15s ease-out;
}

ul.products li.product .product-item:hover {
    box-shadow: 8px 15px 40px rgb(0 0 0 / 15%);
}

ul.products li.product .product-item>a {
    display: block;
    position: relative;
}

ul.products li.product .product-item .kw-prodimage {
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 0;
    display: block;
}

ul.products li.product .product-item .kw-prodimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

ul.products li.product .product-item .kw-prodimage-img {
    margin-bottom: 0;
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
}

ul.products li.product .product-item .kw-prodimage-img:not(:only-child) {
    position: relative;
    z-index: 1;
}

ul.products li.product .product-item .kw-prodimage-img-secondary {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
}

ul.products li.product .product-item:hover .kw-prodimage-img:not(:only-child) {
    opacity: 0;
}

ul.products li.product .product-item:hover .kw-prodimage-img-secondary {
    opacity: 1;
    z-index: 1;
}

.zn_badge_container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.product-container .zn_badge_container {
    top: 35px;
    left: 35px;
}

.zn_badge_sale,
.zn_badge_new,
.zn_badge_soldout {
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    padding: 8px 12px 7px;
    position: relative;
    display: block;
    margin-bottom: 11px;
    border-radius: 2px;
    text-align: center;
}

.product-container .zn_badge_sale,
.product-container .zn_badge_new,
.product-container .zn_badge_soldout {
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 700;
}

.zn_badge_sale:after,
.zn_badge_new:after,
.zn_badge_soldout:after {
    position: absolute;
    bottom: -3px;
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
}

.zn_badge_sale {
    background: #f63c16;
}

.zn_badge_sale:after {
    z-index: 1;
    background-color: #f63c16;
    left: 5px;
}

ul.products li.product .product-item .kw-details {
    padding: 30px 30px 90px 30px;
    position: relative;
}

ul.products li.product .product-item .kw-details-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 700;
    min-height: 40px;
    color: #2f2f2f;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.products li.product .product-item .kw-details-desc {
    font-size: 12px;
    color: #999999;
    line-height: 1.6;
    margin-bottom: 15px;
}

ul.products li.product .product-item .price-box,
ul.products li.product .product-item .price-box ins {
    color: #282828;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-decoration: none;
    display: inline-block;
}

ul.products li.product .price-box del {
    color: inherit;
    opacity: 0.5;
    display: inline-block;
    font-weight: 300;
}

ul.products li.product .product-item .price-box del span {
    position: relative;
    color: #000;
    margin-right: 5px;
    text-decoration: line-through;
}

ul.products li.product .product-item .kw-actions {
    position: absolute;
    right: 30px;
    left: 30px;
    bottom: 30px;
    width: auto;
    display: inline-block;
}

ul.products li.product .product-item .kw-actions a {
    width: 40px;
    height: 50px;
    display: block;
    float: left;
    line-height: 45px;
    text-align: center;
}

ul.products li.product .product-item .kw-actions .svg-moreIcon circle {
    fill: transparent;
    stroke: #141414;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

ul.products li.product .product-item .kw-actions a:hover .svg-moreIcon circle {
    fill: #000;
    stroke: #000;
    stroke-width: 2px;
}

ul.products li.product .product-item .kw-actions .quantity-box,
ul.products li.product .product-item .kw-actions .quantity-controls {
    display: none;
}

ul.products li.product .product-item .addtocart-button {
    display: block;
    width: 100%;
}

input.addtocart-button {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f63c16;
    border: 0;
    display: block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    transition: all 250ms ease-in-out;
}

input.addtocart-button:hover {
    box-shadow: 0 5px 10px rgb(246 60 22 / 30%) !important;
}

body.com-virtuemart.view-productdetails section#sp-main-body {
    padding: 0;
}

body.com-virtuemart.view-productdetails section#sp-main-body>.container {
    max-width: 100%;
}

.product-container>.row {
    background-color: #fff;
}

.product-image img {
    margin: 30px 0 30px auto;
}

.product-image::after {
    content: "";
    position: absolute;
    background-color: rgba(142, 142, 142, 0.05);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.product-data {}

.product-data__inner {
    padding-top: 110px;
    padding-left: 70px;
    padding-bottom: 40px;
    padding-right: calc((100vw - 1170px) / 2);
}

.product_title,
h1.product_title {
    color: #000;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 45px;
}

.product_price {
    margin-bottom: 45px;
}

.product-container .price-box {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    text-decoration: none;
    display: block;
}

.product-container .price-box del {
    opacity: 0.8;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: 300;
}

.product-container .price-box del span {
    margin: 0 5px;
    text-decoration: line-through;
}

.product-container .price-box ins {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 30px;
}

.product-container .price-box .uom {
    font-size: 24px;
    font-weight: 500;
}

.product_short-description {
    margin-bottom: 40px;
}

.product_addtocart {
    margin-bottom: 40px;
}

.addtocart-bar {
    display: flex;
    align-items: center;
}

.product-container .quantity-box {
    margin-right: 10px;
    max-width: 100px;
}

.product-container .quantity-box input.quantity-input {
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
}

.product-container input.addtocart-button {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 16px 32px;
}

.product_meta {
    margin-bottom: 10px;
    font-weight: 600;
}

.product_meta>span {
    display: block;
}

.product_meta span span,
.product_meta span a {
    font-weight: normal;
}

.product_meta a {
    color: #f63c16;
}

.product_meta a:hover {
    color: #dd3613;
}

.product-tabs-section {
    padding: 90px 0;
}

.product-tabs-section h2 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item {
    margin-right: 2px;
}

.nav-tabs .nav-link {
    font-weight: bold;
    color: #000;
    background: #fff;
    border-radius: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
    display: block;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 18px;
    border: 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    border: 0;
    opacity: 1;
}

.tab-content,
.vm-wrap {
    width: 100%;
    padding: 40px;
    background: #fff;
}

.vm-btn__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.btn,
.btn:focus,
.btn:active,
.vm-btn,
.vm-btn:focus,
.vm-btn:active,
.btn.btn-accent,
.btn.btn-accent:focus,
.btn.btn-accent:active,
.btn.btn-secondary,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.button,
.button:focus,
.button:active {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f63c16;
    border-radius: 2px;
    border: 0;
    position: unset;
    cursor: pointer;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    max-width: 250px;
    margin: 15px auto 0 0;
    transition: all 250ms ease-in-out;
}

.vm-btn,
.vm-btn:focus,
.vm-btn:active {
    margin: 0 5px 15px 5px;
}

.btn:hover,
.vm-btn:hover,
.btn.btn-accent:hover,
.btn.btn-secondary:hover,
.button:hover {
    box-shadow: 0 5px 10px rgb(246 60 22 / 30%) !important;
    color: #fff;
}

.vm-title {
    font-size: 18px;
    margin-bottom: 0;
}

.catalog-no-result {
    margin-top: 30px;
}

.cf_results-msg {
    display: none !important;
}

body.home-page #offcanvas-toggler {
    color: #fff;
}

.menu-toggler {
    display: none !important;
}

.vm-order-done>h3,
.vm-wrap h1 {
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 36px !important;
    color: #050505;
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="number"]:not(.form-control),
select:not(.form-control) {
    display: block;
    width: 100% !important;
    height: 45px;
    background-color: #fff;
    border: 1px solid #22303d;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 0;
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
select:not(.form-control):focus {
    border: 1px solid #22303d;
}

.catItem {
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: #000;
}

.catItem:hover {
    box-shadow: 8px 15px 40px rgb(0 0 0 / 15%);
    color: #000;
}

.catItem .imgSection {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: block;
}

.catItem .imgSection:before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: 1px solid #fff;
}

.catItem .imgSection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.catItem .nameHelper {
    width: 100%;
    height: 80px;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
}

.vmproduct {
    width: 100%;
    height: 250px;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    margin-top: 15px;
    margin-bottom: 45px;
    position: relative;
}

.vmproduct:hover {
    box-shadow: 8px 15px 40px rgb(0 0 0 / 15%);
}

.vmproduct img {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.vmproduct-name {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    text-align: right;
}

.vmproduct-name a {
    background-color: #fff;
    color: #000;
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    text-align: center;
}

.vmproduct-fields {
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
}

.vmproduct-fields .product-fields {
    color: #f63c16;
    padding: 0 5px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.vmproduct-link {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100%);
    padding: 5px 15px 15px 15px;
    background-color: #fff;
    display: none;
}

.vmproduct:hover .vmproduct-link {
    display: block;
    box-shadow: 8px 24px 32px rgb(0 0 0 / 15%);
}

.vmproduct-link a {
    text-align: center;
    font-size: 12px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px 30px;
    font-weight: 500;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    background-color: #f63c16;
    border: 0;
    display: block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    transition: all 250ms ease-in-out;
}

.vmproduct-link a:hover {
    box-shadow: 0 5px 10px rgb(246 60 22 / 30%) !important;
}

.category_description {
    margin-bottom: 30px;
}

.product-related-products,
.product-related-categories {}

.product-related-title {
    line-height: 36px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 40px;
    font-size: 32px;
    color: #050505;
}

.product-related-products ul.products li.product {
    width: 25%;
}

.product-related-products ul.products li.product .product-item .kw-details {
    padding: 30px;
}

.additional-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*justify-content: flex-end;*/
    padding: 5px;
    margin: 5px -5px;
}

.additional-images__item {
    width: 125px;
    height: 75px;
    padding: 5px;
}

.additional-images__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    border-radius: 2px;
}


/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1199px) {
    .product-related-products ul.products li.product {
        width: 33.33%;
    }
}

@media (max-width: 991px) {
    .logo-image {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .product-related-products ul.products li.product {
        width: 50%;
    }
    #sp-bottom ul.social-icons>li a {
        font-size: 16px;
    }
    ul.products li.product {
        width: 50%;
    }
    .product-data__inner,
    .tab-content,
    .vm-wrap,
    body:not(.home-page) .article-details,
    #ProOPC {
        padding: 20px !important;
    }
    .product_title,
    h1.product_title {
        font-size: 32px;
    }
    .product-container>.container {
        padding: 0;
    }
    section#sp-bottom {
        padding-bottom: 92px;
    }
    section#sp-bottom #sp-bottom1,
    section#sp-bottom #sp-bottom2,
    section#sp-bottom #sp-bottom3 {
        margin-bottom: 30px;
    }
    footer#sp-footer {
        text-align: center;
    }
    .logoFabryka {
        justify-content: center;
    }
    #sp-top1 .sp-column {
        flex-wrap: wrap;
    }
    #sp-header #sp-top1 .sp-component {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }
    #sp-header #sp-top1 .sp-component.social-icons {
        display: none !important;
    }
    #sp-header .sp-component p {
        display: inline-block;
    }
    .product-tabs-section {
        padding: 15px 0;
    }
    .sp-banner-content-text {
        font-size: 20px;
        line-height: 1.3;
        padding: 30px;
        position: relative;
        top: 15%;
    }
    .sp-banner-content-text h1 {
        font-size: 32px;
    }
    .sp-banner-content-text h2 {
        font-size: 16px;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li {
        border-bottom: 1px solid #e3e3e4 !important;
        width: 100%;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li:last-child {
        border-bottom: 0 !important;
    }
    .offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
        color: #252525 !important;
        display: block !important;
        font-size: 14px !important;
        padding: 15px 20px !important;
        font-weight: 500 !important;
    }
    header#sp-header #sp-menu {
        order: 1;
    }
    header#sp-header #sp-logo {
        order: 2;
    }
    header#sp-header #sp-cart {
        order: 3;
    }
    body.home-page #sp-header.header-sticky {
        position: relative;
        background: #444;
    }
    body.home-page section#sp-main-body {
        padding-top: 0;
        margin-top: -30px;
    }
}

@media (max-width: 480px) {
    .product-related-products ul.products li.product {
        width: 100%;
    }
    .minicart-button {
        display: block;
        text-align: right;
    }
    .minicart-icon {
        margin-right: 0;
        display: inline-block;
    }
    ul.products li.product {
        width: 100%;
        margin-bottom: 15px;
    }
    ul.social-icons>li {
        margin: 5px;
    }
}