#system-message-container {
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    left: 15px;
    font-size: 13px;
    opacity: 0.95;
    z-index: 99999;
    animation: spPulse 400ms ease-in;
}

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

#system-message-container .alert {
    border-radius: 0 !important;
    border: 0;
    max-width: 500px;
    min-width: 250px;
    background: #ed1c24;
    color: #fff !important;
    margin-bottom: 0;
}

#system-message-container .alert-heading,
#system-message-container .close {
    display: none!important;
}

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

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

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

#sp-footer a {
    color: #525252;
}

#sp-footer a:hover {
    color: #525252;
}

#sp-footer .container-inner {
    padding: 0;
}

.sp-copyright {
    color: #525252;
    font-size: 10px;
}

#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.2;
    text-align: left !important;
    white-space: nowrap;
    color: #525252;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    -ms-flex-order: 0;
    order: 0;
}

.logoFabryka__text a {
    color: #525252 !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;
}

section#sp-title {
    background-color: #000;
    margin-top: -90px;
}

section#sp-title .container-inner {
    margin: 0 -15px;
}

.page_title_bg_image {
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-page-builder .sppb-addon-content strong {
    font-weight: 600!important;
}

.sp-megamenu-parent .shop_custom-outline {
    padding: 0 28px;
}

.sp-megamenu-parent>li>a.shop_custom-outline>span:after {
    display: none!important;
}

.sp-megamenu-parent .shop_custom-outline span:before {
    content: '';
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -28px;
    right: -28px;
    transition: all .2s ease-in-out;
    border-width: 1px;
    border-style: solid;
}

body.home-page.com-sppagebuilder #sp-main-body {
    padding: 0;
}

#sp-bottom .sp-module ul>li>a {
    opacity: 1;
    padding-left: 0;
    transition: all .2s ease-in-out;
}

#sp-bottom .sp-module ul>li>a:hover {
    opacity: .4;
    padding-left: 10px;
    transition: all .2s ease-in-out;
}

#sp-bottom .sp-module ul.social-icons>li>a:hover {
    opacity: 1;
    padding-left: 0;
    transition: all .2s ease-in-out;
    color: #ED1C24
}

.sp-contact-info li.sp-contact-address {
    white-space: normal;
    margin-top: 20px;
}

.sppb-btn {
    cursor: pointer;
}

.sppb-text-right>.sppb-modal-selector {
    text-align: right;
}

.sppb-text-left>.sppb-modal-selector {
    text-align: left;
}

.sppb-addon-table.metabolization .sppb-addon-table-main {
    margin: 0 -10px;
}

.sppb-addon-table.metabolization .sppb-addon-table-main tbody tr {
    background: transparent;
}

.sppb-addon-table.metabolization .sppb-addon-table-main td {
    padding: 10px;
    color: #000;
}

.object-fit-cover img {
    object-fit: cover;
    object-position: center;
}

.sppb-panel-faq .sppb-panel-heading,
.sppb-panel-faq .sppb-panel-body {
    padding: 20px 0;
    border-bottom-color: #f2f2f2;
}

.sppb-panel-faq .sppb-panel-title,
.sppb-panel-faq .sppb-panel-body {
    font-size: 18px;
    font-weight: 300;
    padding-right: 40px;
    display: block;
}

.sppb-panel-faq .sppb-panel-body {
    padding: 20px;
    font-size: 14px;
}

.account-page-inner {
    padding: 45px;
}

.account-page-inner p {
    font-size: 14px;
    line-height: 1.5;
}

.account-page-inner .form-group {
    margin-bottom: 20px;
    position: relative;
}

.account-page-inner .form-group label {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    top: 22px;
    left: 0;
    opacity: 0;
    transition: all .3s ease;
    color: #fff;
}

.account-page-inner .form-group input:not(:placeholder-shown)+label {
    -webkit-transform: translateY(-14px);
    transform: translateY(-14px);
    opacity: 1;
}

.account-page-inner input.form-control {
    color: #fff;
    padding-top: 32px;
    padding-bottom: 14px;
    transition: box-shadow .4s cubic-bezier(.42, 0, .13, 1.04);
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent!important;
    border: none;
    min-width: 100%;
    border-radius: 0;
    box-shadow: 0 1px #fff!important;
    font-size: 14px;
}

.account-page-inner input.form-control::placeholder {
    color: #fff;
    text-transform: uppercase;
}

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

.account-page-inner .list-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

.account-page-inner .list-group-item {
    padding: 3px 0;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 15px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
}

.account-page-inner .list-group-item:hover {
    border-bottom-color: transparent;
}

.account-page-inner .list-group-item:last-child {
    margin-bottom: 0;
}

.account-page-inner .btn.btn-primary {
    border-radius: 0;
    margin-top: 30px;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 15px 10px;
    min-width: 240px;
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-page-inner .customer-page__account-link {
    color: #fff;
    margin: 30px 0 0 0;
    font-size: 14px;
    /* text-align: center; */
}

.account-page-inner .customer-page__account-link a {
    color: #fff;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    -webkit-font-smoothing: subpixel-antialiased;
}

#sp-header.show-header-bg .logo img {
    filter: brightness(0) invert(1);
}

.sp-megamenu-parent li.is-open .sp-dropdown li.sp-menu-item {
    opacity: 1;
    left: 0;
}

#sp-menu2 .sp-megamenu-wrapper {
    width: 100%;
}

.btn-cart {
    display: block;
    width: 25px;
    margin-left: 15px;
    color: #fff;
}

.btn-cart .nav-cart-wrap {
    position: relative;
    display: inline-block;
}

.btn-cart .nav-cart-wrap.has-items {
    right: 23px;
}

.nav-cart-wrap .nav-cart__icon path {
    fill: #fff;
}

.nav-cart-wrap .nav-cart__number {
    font-size: .75rem;
    border-radius: 300px;
    position: absolute;
    top: -8px;
    right: -23px;
    padding: 0 6px;
    min-width: 20px;
    min-height: 20px;
    opacity: 0;
    text-align: center;
}

.nav-cart-wrap .nav-cart__number-offset {
    top: 1px;
    left: 0.5px;
    position: relative;
}

.nav-cart-wrap.has-items .nav-cart__number {
    opacity: 1;
}

.ajax-cart-container {
    position: fixed;
    z-index: 2301;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(100%);
    transform: translate(100%);
    transition: all .4s cubic-bezier(.4, .5, .5, 1);
}

.ajax-cart-container.is-open {
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translate(0);
    transition: all .4s cubic-bezier(.34, .75, .6, 1);
}

.ajax-cart-form {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: normal;
    padding: 0;
}

.ajax-cart__close {
    text-align: right;
    margin: 8px 8px 15px 0;
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #494949;
}

.ajax-cart__header {
    padding: 0 30px;
}

.ajax-cart__header .ajax-cart-subtotal {
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.ajax-cart__item-price,
.txt-total-items {
    font-size: .75rem;
    letter-spacing: .075em;
    line-height: 1.2;
}

.text-uppercase {
    text-transform: uppercase!important;
}

.ajax-cart__header .ajax-cart-subtotal strong {
    margin-left: 15px;
}

.ajax-cart__body {
    position: relative;
    flex: 1;
    padding: 30px;
}

.ajax-cart__empty-message {
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    opacity: .5;
    display: none;
}

.is-empty .ajax-cart__empty-message {
    display: flex;
}

.ajax-cart__empty-message p {
    font-size: .875rem;
    letter-spacing: .03125em;
    line-height: 1.7142857143;
    color: #494949;
}

.ajax-cart__footer {
    padding: 30px;
}

.ajax-cart-container.is-empty .ajax-cart__footer {
    display: none;
    pointer-events: none;
}

.ajax-cart-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2300;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    transition: all .4s cubic-bezier(.4, .5, .5, 1);
}

.ajax-cart-backdrop.is-visible {
    opacity: .6;
    pointer-events: auto;
    transition: all .4s cubic-bezier(.34, .75, .6, 1);
}

.ajax-cart__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ajax-cart__item {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
}

.ajax-cart__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.ajax-cart__item-image {
    width: 95px;
    min-width: 95px;
    height: auto;
    text-align: center;
}

.ajax-cart__item-image>img {
    width: 100%;
}

.ajax-cart__item-remove {
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: .625rem;
    letter-spacing: .0625em;
    padding: 3px 0;
}

.ajax-cart__item-info {
    padding-left: 15px;
    width: 100%;
}

.ajax-cart__item-header {
    display: flex;
    justify-content: space-between;
}

.ajax-cart__item-options li,
.ajax-cart__item-title,
.ajax-cart__item-price {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .08625em;
    line-height: 1.2;
}

.ajax-cart__item-title {
    color: #000;
    padding-bottom: 15px;
}

.ajax-cart__item-price {
    color: #000;
    padding-left: 15px;
    margin-bottom: 0;
}

.ajax-cart__item-options {
    padding-left: 0;
    list-style: none;
}

.ajax-cart__item-options li {
    color: #000;
    padding-bottom: 15px;
}

.product-number-selector {
    padding: 0;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
}

.product-number-selector .btn-product-num {
    display: inline-block;
    background: transparent;
    height: 28px;
    width: 30px;
    position: relative;
    margin: 0;
    border: none;
    padding: 0;
    cursor: pointer;
}

.product-number-selector .btn-product-num svg {
    fill: #000;
}

.product-number-selector .btn-product-num .icon {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 14px;
    width: 14px;
}

.product-number-selector input {
    font-size: .8125rem;
    display: inline-block;
    min-width: auto;
    width: 30px;
    margin: 4px 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    font-weight: 500;
    height: 22px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-solid {
    background-color: transparent;
    min-width: 240px;
    padding: 16px 20px;
    color: #fff;
    z-index: 0;
    border-radius: 0;
    transition: all .3s ease-in-out;
    position: relative;
    margin-top: 20px;
    display: block;
    bottom: auto;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
}

.btn-solid:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: -1;
}

.btn-solid.product-card__btn--details {
    color: #000;
    border: 1px solid #fff;
}

.btn-solid.product-card__btn--details:after {
    background-color: #fff;
}

.ajax-cart__fiew-cart,
.ajax-cart__fiew-cart:hover,
.ajax-cart__fiew-cart:visited {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 12px;
    text-decoration: underline;
}

.product-card__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.product-card {
    flex-basis: 33.33%;
    max-width: 33.33%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.product-card__contents {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__gallery {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px solid #e1e3e4;
    padding-bottom: 15px;
}

.product-card__gallery-image {
    width: 100%;
}

.product-card__gallery-image img {
    margin: 0 auto;
}

.product-card .product-card__contents .product-card__info {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.product-card__info-price,
.product-card__info-title {
    color: #000;
    font-weight: 300;
    padding-bottom: 3px;
    font-size: 14px;
}

.product-card__info-title {
    flex: 0;
    font-size: 16px;
}

.product-card__qv-trigger-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, .85);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.product-card:hover .product-card__qv-trigger-wrap {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.product-card .product-card__btn--add-to-cart {
    width: 100%;
    min-width: 0;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 17px 30px;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    bottom: -10px;
}

.product-card__btn--add-to-cart:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

input.addtocart-button {
    width: 100%;
    min-width: 0;
    color: #fff;
    border: 0;
    padding: 17px 30px;
    transition: all .3s ease-in-out;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 1;
    bottom: -10px;
    margin-bottom: 20px;
    cursor: pointer;
}

input.addtocart-button:disabled {
    cursor: wait;
}

input.addtocart-button:focus,
input.addtocart-button:active,
input.addtocart-button:hover {
    background-color: #000;
    color: #fff;
}

.product-card:hover input.addtocart-button,
.product-card:hover .product-card__btn--add-to-cart {
    bottom: 0;
}

.product-detail-form__eyebrow {
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .125em;
    line-height: 1.2;
    color: #fff;
}

.prepaid__title,
.product-detail-form__title {
    margin-bottom: 24px;
    padding-bottom: 0;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .0625em;
    line-height: 1.2;
    font-size: 45px;
}

.product-detail-form__star-rating {
    padding-top: 0;
    padding-bottom: 24px;
}

.product-detail-form__price {
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 22px;
}

.product-description {
    font-size: 14px;
    margin-top: 24px;
}

.product-description .txt-pdf-label,
.product-description h4 {
    padding-bottom: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .125em;
    line-height: 1.2;
}

.product-description ul {
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 0;
}

.product-description ul li {
    position: relative;
    margin-bottom: 5px;
}

.product-description ul li:last-child {
    margin-bottom: 0;
}

.product-description ul li:before {
    content: "\2013";
    position: absolute;
    left: -14px;
}

.productGallery .swiper-slide {
    display: inline-block;
    padding: 80px;
}

.productGallery .swiper-slide img {
    width: 100%;
}

.swiper-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.swiper-arrow--left {
    left: 15px;
}

.swiper-arrow--right {
    right: 15px;
}

.arrow-slider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px 0;
    overflow: hidden;
}

.arrow-slider .arrow-slider__icon {
    line-height: 0;
}

.arrow-slider .svg-slide-arrow-lft,
.arrow-slider .svg-slide-arrow-rt {
    position: relative;
    transition: all .15s cubic-bezier(.42, 0, .13, 1.04);
    height: 9px;
    width: 51px;
}

.arrow-slider--left .svg-slide-arrow-lft {
    right: -10px;
}

.arrow-slider--right .svg-slide-arrow-rt {
    left: -10px;
}

.arrow-slider:hover .svg-slide-arrow-lft,
.arrow-slider:hover .svg-slide-arrow-rt {
    transition: all .15s cubic-bezier(.42, 0, .13, 1.04);
}

.arrow-slider--left:hover .svg-slide-arrow-lft {
    right: 0;
}

.arrow-slider--right:hover .svg-slide-arrow-rt {
    left: 0;
}

.productGallery .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: transparent;
    border: 1px solid #fff;
    transition: all .3s ease-in;
    opacity: 1;
    cursor: pointer;
}

.productGallery .swiper-pagination-bullet {
    border: 1px solid #979797;
}

body.com-virtuemart.view-productdetails section#sp-title {
    display: none!important;
}

body.com-virtuemart.view-productdetails section#sp-main-body {
    margin-top: -90px;
    padding-top: 90px;
    background: #03243a;
    background: linear-gradient( 0deg, #03243a, #03243a 32%, #022e47 37%, #022e47 89%, #022333);
    background-position: 50%;
    background-size: cover;
    background-image: url('/images/view-productdetails.jpg');
    color: #fff;
}

body.com-virtuemart.view-productdetails section#sp-main-body>.container {
    max-width: 1440px;
}

.productdetails-view {
    padding-top: 90px;
    padding-bottom: 60px;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(1) ul>li:first-child {
    transition: all 0.3s ease-out 0s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(1) ul>li:nth-child(2) {
    transition: all .3s ease-out .1s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(1) ul>li:nth-child(3) {
    transition: all .3s ease-out .2s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(1) ul>li:nth-child(4) {
    transition: all .3s ease-out .3s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(1) ul>li:nth-child(5) {
    transition: all .3s ease-out .4s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(1) ul>li:nth-child(6) {
    transition: all .3s ease-out .5s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(2) ul>li:first-child {
    transition: all 0.3s ease-out .6s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(2) ul>li:nth-child(2) {
    transition: all .3s ease-out .7s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(2) ul>li:nth-child(3) {
    transition: all .3s ease-out .8s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(2) ul>li:nth-child(4) {
    transition: all .3s ease-out .9s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(2) ul>li:nth-child(5) {
    transition: all .3s ease-out .10s;
}

body.offcanvas-active .offcanvas__body .sp-module:nth-child(2) ul>li:nth-child(6) {
    transition: all .3s ease-out .11s;
}

body.offcanvas-active .offcanvas__body .sp-module ul>li {
    opacity: 1;
    right: 0;
}

.header-logo {
    text-align: center;
}

.header-logo>img {
    max-height: 50px;
    width: auto;
    margin: 0 auto;
}

section#sp-newsletter {
    padding: 60px 0;
    border-bottom: 1px solid #e1e3e4;
}

section#sp-newsletter .sp-module-title {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px;
}

section#sp-newsletter .acym_module_form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

section#sp-newsletter .acym_module_form .acyfield_text input {
    max-width: 100%;
    width: 100%;
    border: 0!important;
    padding: 0 60px 0 0!important;
    height: 40px!important;
    border-radius: 0!important;
    transition: box-shadow .4s cubic-bezier(.42, 0, .13, 1.04);
    box-shadow: 0 1px #000!important;
    color: #000;
    transition: color .2s ease-in-out;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 0);
}

section#sp-newsletter .acym_module_form .acyfield_text input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
}

section#sp-newsletter .acym_module_form .acyfield_text input:focus {
    transition: box-shadow .4s cubic-bezier(.42, 0, .13, 1.04);
}

section#sp-newsletter .acym_module_form .acysubbuttons {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

section#sp-newsletter .acym_module_form .acysubbuttons input.subbutton {
    font-size: 12px!important;
    letter-spacing: .0625em!important;
    line-height: 1.6666666667!important;
    text-transform: uppercase!important;
    color: #000!important;
    cursor: pointer!important;
    transition: color .2s ease-in-out;
    background: rgba(36, 36, 36, 0);
    padding: 10px;
    border-radius: 0px;
    border-style: solid;
    border-color: rgb(36, 36, 36);
    border-width: 0px;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    height: auto;
}

section#sp-newsletter .acym_module_form .fieldacyterms label {
    text-align: left;
    color: #000;
    text-transform: none;
    line-height: 1.2;
    font-size: 16px;
    margin-top: 15px;
}

.bottle-lineup {
    width: 100%;
    height: 100%;
}

.bottle-lineup__slider__wrap {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.bottle-lineup .bottle-lineup__slider__wrap {
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.bottle-lineup__slider__wrap .module-padding {
    padding-top: 160px;
    padding-bottom: 90px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sliderSwiper {
    width: 100%;
    opacity: 1;
    transition: all 1.25s cubic-bezier(.8, 0, .23, 1) 1s;
    max-width: 1600px;
    padding: 0 50px;
    transition: all 1.25s cubic-bezier(.8, 0, .23, 1) .25s;
}

.rig-image-cover,
.rig-picture-cover img {
    display: flex;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    min-width: 100%;
    height: 100%;
    position: absolute;
}

.product-sidebar__menu-wrap {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 420px;
    left: -500px;
    margin-left: 0;
    transition: left 1s cubic-bezier(.8, 0, .23, 1), margin-left 1s cubic-bezier(.8, 0, .23, 1), top 1s cubic-bezier(.8, 0, .23, 1);
    background-color: rgba(0, 0, 0, 0.6);
    will-change: left;
    margin-left: 65px;
    z-index: 4;
}

.sidebarSwiper .swiper-slide {
    padding: 50px 30px;
}

.product-sidebar__slide {
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 520px;
}

.product-bottle-overview__wrap {
    width: 100%;
    color: #fff;
}

.product-bottle-overview__wrap .product-bottle-overview___header-wrap {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 23px;
    border-bottom: 1px solid #0d5f9c;
}

.product-bottle-overview__wrap .product-detail-form__title {
    margin-bottom: 0;
}

.product-bottle-overview__wrap .product-detail-form__description {
    font-size: 12px;
    letter-spacing: .03125em;
    line-height: 2;
}

.product-bottle-overview__wrap .product-card__qv-trigger-wrap {
    opacity: 1;
    display: block;
}

.product-bottle-overview__wrap input.addtocart-button {
    font-size: 13px;
    margin-top: 10px;
    padding: 20px;
}

.sliderSwiper .swiper-wrapper {
    padding-bottom: 90px;
}

.sliderSwiper .swiper-arrow--right,
.sliderSwiper .swiper-arrow--left {
    bottom: -45px;
    top: unset;
}

.sliderSwiper .swiper-arrow--right {
    right: 45%;
}

.sliderSwiper .swiper-arrow--left {
    left: 45%;
}

#sp-top-bar {
    position: relative;
    z-index: 5;
}

.vm-rating {
    border: none;
    float: left;
}

.vm-rating>input {
    display: none;
}

.vm-rating>label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    content: "\f005";
}

.vm-rating>label {
    color: #ddd;
    float: right;
}

.vm-rating>input:checked~label,
.vm-rating:not(:checked)>label:hover,
.vm-rating:not(:checked)>label:hover~label {
    color: #ED1C24;
    cursor: pointer;
}

.vm-rating>input:checked+label:hover,
.vm-rating>input:checked~label:hover,
.vm-rating>label:hover~input:checked~label,
.vm-rating>input:checked~label:hover~label {
    color: #ED1C24;
    cursor: pointer;
}


/* RESPONSIVE */

@media (min-width: 480px) {
    .ajax-cart-container {
        max-width: 430px;
    }
}

@media (max-width: 1440px) {
    .sliderSwiper .swiper-arrow--left {
        left: 45%;
    }
    .sliderSwiper .swiper-arrow--right {
        right: 45%;
    }
}

@media (max-width: 1199px) {
    .sliderSwiper .swiper-arrow--left {
        left: 40%;
    }
    .sliderSwiper .swiper-arrow--right {
        right: 40%;
    }
}

@media (max-width: 991px) {
    .product-card {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    #sp-footer {
        text-align: center;
    }
    .logoFabryka {
        justify-content: center;
    }
    #sp-top-bar {
        font-size: 9px;
    }
    .productdetails-view {
        padding-top: 60px;
    }
    .prepaid__title,
    .product-detail-form__title {
        font-size: 32px;
    }
    .productGallery {
        margin-bottom: 30px;
    }
    .swiper-arrow--left {
        left: 0;
    }
    .swiper-arrow--right {
        right: 0;
    }
    .sppb-panel-faq .sppb-panel-title,
    .sppb-panel-faq .sppb-panel-body {
        font-size: 16px;
    }
    .sppb-panel-faq .sppb-panel-body {
        padding: 10px;
        font-size: 13px;
    }
    .sp-page-title .sp-page-title-heading {
        font-size: 28px;
    }
    .sp-page-title .sp-page-title-sub-heading {
        font-size: 14px;
    }
    .sp-page-title {
        background-attachment: unset;
    }
    .product-sidebar__menu-wrap {
        position: relative;
        margin: 0;
        width: 100%;
        transform: translateY(0);
    }
    .bottle-lineup__slider__wrap .module-padding {
        min-height: unset;
        padding-top: 90px;
    }
    .sliderSwiper .swiper-arrow--left {
        left: 35%;
    }
    .sliderSwiper .swiper-arrow--right {
        right: 35%;
    }
}

@media (max-width: 480px) {
    .product-card {
        flex-basis: 100%;
        max-width: 100%;
    }
    .sliderSwiper .swiper-arrow--left {
        left: 30%;
    }
    .sliderSwiper .swiper-arrow--right {
        right: 30%;
    }
}