/* FONTY */

@import url("/themes/basic/assets/fonts/feather/feather.css");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Proza+Libre:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


/*RWD*/
.container {
    width: 1500px;
    max-width: 100%;
}


.center {
    max-width: min(1468px, calc(100% - 130px));
}

@media(max-width: 991px) {
    .center {
        max-width: calc(100%);
    }
}


/* OGoLNE */

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: "Fira Sans";
    font-weight: 400;
}

body>main {
    max-width: 100vw;
}

#index body {
    background: #FAFAFA;
    font-family: "Fira Sans";
    font-weight: 400;
}

button {
    font-family: "Fira Sans";
    font-weight: 500;
}

.text-primary i,
.text-primary i:hover {
    color: unset !important;
}

.h1,
h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--theme-primary-color-content);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
}

@media(max-width: 991px) {

    .h1,
    h1 {
        font-size: 26px;
        line-height: 32px;
    }

    html { 
        font-size: 14px;
        overflow-x: hidden; 
    }
}



/* PRZYCISKI FUNKCJONALNE */

.product-miniature .thumbnail-container .product-meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 16px 23px;
}


.functional-buttons .btn {
    border: 1px solid #10152C;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #FFFFFFB3 !important;
    border-radius: 41px;
    margin-bottom: 10px;
}

.functional-buttons .leo-compare-button,
.functional-buttons .leo-wishlist-button,
.functional-buttons .btn.quick-view {
    display: flex;
    justify-content: center;
    align-items: center;
}

.functional-buttons .leo-compare-button:hover,
.functional-buttons .leo-wishlist-button:hover,
.functional-buttons .btn.quick-view:hover {
    background: transparent linear-gradient(141deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
}


.functional-buttons .add-to-cart {
    width: 38px;
    height: 41px;
    line-height: 41px;
    background: transparent !important;
    border: 1px solid #10152C;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    margin-bottom: 10px;
}

.functional-buttons .add-to-cart:hover {
    background: #10152C  !important;
}

.functional-buttons .add-to-cart:hover .icon-btn-product {
    font-size: 22px;
    transition: all .4s;
    color: #fff;
}

.functional-buttons .icon-btn-product {
    font-size: 22px;
    transition: all .4s;
    color: #10152C;
}

.functional-buttons .add-to-cart.disabled,
.functional-buttons .add-to-cart:disabled {
    cursor: not-allowed;
    opacity: .45;
}


.functional-buttons .leo-wishlist-bt-content span,
.functional-buttons .name-btn-product {
    display: none;
}

.functional-buttons .leo-compare-button.active,
.functional-buttons .leo-wishlist-button.active {
    border-color: transparent;
    /* height: 65px !important;
    width: 65px !important; */
    padding: 6px;
    cursor: pointer;
    /* width: 38px;
    height: 40px; */
}

.functional-buttons .compare {
    position: absolute;
    top: 35%;
    right: 20%;
    display: none;
}

.product_list.list .functional-buttons .compare {
    position: absolute;
    top: 42%;
    right: 75%;
    display: none;
}

.functional-buttons .wishlist {
    position: absolute;
    top: 35%;
    right: 40%;
    display: none;
}

.product_list.list .functional-buttons .wishlist {
    position: absolute;
    top: 42%;
    right: 82%;
    display: none;
}

.functional-buttons .quickview {
    position: absolute;
    top: 35%;
    right: 60%;
    display: none;
}

.product_list.list .functional-buttons .quickview {
    position: absolute;
    top: 42%;
    right: 89%;
    display: none;
}



@keyframes slide-in {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}


.thumbnail-container:hover .functional-buttons .wishlist,
.thumbnail-container:hover .functional-buttons .compare,
.thumbnail-container:hover .functional-buttons .quickview {
    display: block;
    animation: slide-in 0.5s forwards !important;
}

.functional-buttons .wishlist,
.functional-buttons .compare,
.functional-buttons .quickview {
    animation: slide-out 0.5s forwards;
    display: block;
}

.functional-buttons .button-container.cart {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.product-meta .product-title {
    order: 1;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
    text-align: left;
    margin: 0;
}

.product-meta .product-price-and-shipping {
    order: 2
}

.product-meta .functional-buttons {
    order: 3;
}

/* .product-meta .functional-buttons:hover div {
    display: block;
} */

.product-meta .functional-buttons .button-container.cart {
    display: block;
}


.functional-buttons .btn-quick-view-icon,
.functional-buttons .btn-add-to-wishlist-icon,
.functional-buttons .btn-add-to-compare-icon {
    color: #10152C;
    font-size: 32px !important;
    transition: all .4s;
    display: block;
    margin: 0;
}

.functional-buttons .leo-compare-button:hover .btn-add-to-compare-icon,
.functional-buttons .leo-wishlist-button:hover .btn-add-to-wishlist-icon,
.functional-buttons .btn.quick-view:hover .btn-quick-view-icon {
    color: var(--theme-primary-color-anchor-hover);
    transition: all .4s;
}

.functional-buttons button {
    transition: all .4s;
}

.product-flags {
    flex-direction: row-reverse;
    justify-content: space-between;
}


.product_list.list .product-flags {
    flex-direction: column;
    top: inherit;
    bottom: 15px;
}

.product_list.list .product-flags li.product-flag.new {
    bottom: -3.3vh;
    position: relative;
}

.product_list.list .product-flags li.product-flag.out_of_stock {
    bottom: 2.5vh;
    position: relative;
    margin: 10px;
    left: 0;
}

.product_list.list .product-flags li.product-flag.discount {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 115px;
    padding: 10px 0;
}


.product-flags {
    justify-content: flex-start !important;
}

#product .product-cover .product-flags {
    justify-content: flex-end !important;
    align-items: baseline;
}

.product-flags li.product-flag {
    margin: 10px 0 0 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    height: 22px;
    min-width: initial;
    min-height: initial;
    border-radius: 4px;
    padding: 2px 7px;
    color: var(--theme-primary-color-anchor);
    text-transform: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-flags li.product-flag.new {
    position: absolute;
    left: 10px;
    background: #E0191A;
  font-size: 15px;
    width: 67px;
    height: 22px;
    min-width: initial;
    min-height: initial;
    padding: 2px 7px;
    color: #fff;
}

.product-flags li.product-flag.out_of_stock {
    padding: 4px;
    height: 22px;
    min-width: initial;
    min-height: initial;
    position: absolute;
    top: 30px;
    left: 10px;
}

.product-flags li.product-flag.discount::after,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage::after {
    content: "Promocja";
    width: 78px;
    height: 22px;
    background: #10152C;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 7px;
    margin: 0;
    border-radius: 6px;
}

.product-flag.out_of_stock {
    margin-right: 10px !important;
}



@media (max-width: 1500px) {
    .product_list.list .functional-buttons .btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .product_list.list .dropdown-menu.leo-list-wishlist {
        max-height: 80px;
        top: -3.2vh;
    }

    .product_list.list .functional-buttons .btn-quick-view-icon,
    .product_list.list .functional-buttons .btn-add-to-wishlist-icon,
    .product_list.list .functional-buttons .btn-add-to-compare-icon {
        font-size: 22px !important;
    }
}

@media(min-width: 992px) and (max-width: 1600px) {
    .functional-buttons .btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    /* .functional-buttons .leo-compare-button.active,
    .functional-buttons .leo-wishlist-button.active {
        border-color: transparent;
        height: 65px !important;
        width: 65px !important;
        padding: 6px;
        cursor: pointer;
        width: 38px;
        height: 40px;
    } */

    .functional-buttons .compare {
        right: 16%;
    }

    .functional-buttons .quickview {
        right: 63%;
    }

    .functional-buttons .btn-quick-view-icon,
    .functional-buttons .btn-add-to-wishlist-icon,
    .functional-buttons .btn-add-to-compare-icon {
        font-size: 22px !important;
    }
}

@media(min-width: 768px) and (max-width: 991px) {

    .product-flags li.product-flag.discount::after,
    .product-flags li.product-flag.discount-amount,
    .product-flags li.product-flag.discount-percentage::after {
        display: none;
    }

}

@media(min-width: 768px) and (max-width: 1199px) {

    #category .product-miniature .product-flags li.product-flag.discount::after,
    #category .product-flags li.product-flag.discount-amount,
    #category .product-flags li.product-flag.discount-percentage::after {
        display: none;
    }

}

@media(max-width: 767px) {
    .functional-buttons .wishlist {
        right: 53%;
    }
    .functional-buttons .compare {
        right: 25%;
    }
}



/*MINIATURA PRODUKTU*/
.product-miniature {
    border: 1px solid #F3F3F3;
    border-radius: 6px;
    width: 100%;
    height: 100%;
}

.product-miniature .thumbnail-container {
    margin-bottom: 0;
}

.product-miniature .product-title a {
    font-size: 16px;
    color: var(--theme-primary-color-content);
    line-height: 17px;
    font-weight: 400;
}

.product-miniature .product-title a:hover {
    color: #FFD100;
    transition: all .4s;
}

.product-miniature .product-price-and-shipping {
    display: flex !important;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0px 40px 0 0;
    color: var(--theme-primary-color-button);
    font-weight: 700;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.product-miniature .product-price-and-shipping .discount-percentage,
.discount-amount {
    display: none;
}

.product-miniature .product-price-and-shipping.has_discount {
    color: #10152C;
}

.product-miniature .product-price-and-shipping .regular-price {
    color: var(--theme-third-color);
    font-size: 16px;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
    position: absolute;
    color: var(--theme-primary-color);
    background: transparent;
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    padding: 12px 10px 0 0;
    justify-content: space-between;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    gap: 115px;
    align-items: center;
}


/* STRONA PRODUKTU */


.products-accordion .card-header .btn:before {
    font-family: "feather";
    content: "\e92e";
    font-weight: 700;
    font-size: 20px;
}

.products-accordion .card-header {
    border-bottom-color: #e9e9e9;
    background: #fff;
}

#product-details .label {
    padding: 20px 0;
}

.products-accordion .card-header {
    border-bottom-color: #e9e9e9;
    background: #fff;
}

.quickview .modal-content {
    background: #fff !important;
}

.leo-wishlist-bt-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .product-detail-name {
    margin-bottom: 20px;
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: none;
    color: var(--theme-primary-color-content);
}

#product .product-detail-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product .product-cover img {
    width: 519px;
    height: 519px;
    object-fit: cover;
}

#product #leo_product_reviews_block_extra {
    margin-bottom: 39px;
}

#product .reviews_advices .open-review-form {
    color: var(--theme-primary-color-content);
    transition: all .4s;
}

#product .reviews_advices .open-review-form i:hover,
#product .reviews_advices .open-review-form:hover {
    color: var(--theme-primary-color);
    transition: all .4s;
}

#product .product-prices {
    margin: 0 0 28px 0;
}

#product .product-prices div {
    margin-bottom: 0;
}

#product .product-price .current-price-value {
    font-size: 32px;
    font-weight: 500;
    color:#10152C;
    line-height: 36px;
    margin: 0 0 10px 0;
}

#product .product-add-to-cart .control-label,
#product .product-prices .tax-shipping-delivery-label {
    display: none;
}

#product .product-actions .control-label,
#product .product-variants .control-label {
    font-size: 16px;
    line-height: 18px;
    color: var(--theme-primary-color-content);
    margin-bottom: 12px;
    font-weight: 500;
    text-transform: none;
}


#product .product-variants>.product-variants-item select {
    width: 100%;
    padding-right: 1.875rem;
    background-image: url(/img/cms/chevron-down.svg);
    border: 1px solid #EEEEEE;
    background-size: 14px;
}


#product .product-variants .product-variants-item {
    margin: 0 0 39px 0;
}

#product .product-variants ul {
    margin: 0;
}

#product .product-variants>.product-variants-item ul li {
    margin-right: 12px;
}

#product .product-variants>.product-variants-item ul li label span {
    font-size: 16px;
    font-weight: 400;
    color: #686868;
}

#product .product-variants>.product-variants-item ul li label span {
    border: 1px solid #BDBDBD;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}


#product .product-variants>.product-variants-item ul li label .input-radio:checked+span,
#product .product-variants>.product-variants-item ul li label .input-radio:hover+span {
    border: 2px solid var(--theme-primary-color);
    border-radius: 35px;
    width: 35px;
    height: 35px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .product-variants>.product-variants-item ul li label .input-color:hover+span,
#product .product-variants>.product-variants-item ul li label .input-color:checked+span {
    border: 2px solid var(--theme-primary-color);
    border-radius: 35px;
    width: 35px;
    height: 35px;
}

.product-variants>.product-variants-item select:focus {
    outline: none;
    border: 2px solid var(--theme-primary-color);
}

#product-variants>.product-variants-item select:focus {
    outline: none;
    border: 2px solid var(--theme-primary-color);
}

#product #product_reviews_block_tab {
    padding: 20px 0;
}

#product #product_reviews_block_tab .align_center {
    margin-bottom: 0;
}

#product .bootstrap-touchspin input.form-control,
#product .bootstrap-touchspin input.input-group {
    border: none;
    border-bottom: 1px solid #686868;
    z-index: 0;
}

#product .bootstrap-touchspin .btn-touchspin {
    border: none;
    border-bottom: 1px solid #686868;
}

#product .product-quantity #quantity_wanted {
    padding: 0;
    text-align: center;
    color: var(--theme-primary-color-content);
    font-size: 20px;
    border: 1px solid #EEEEEE;
    width: 75px;
}

#product .bootstrap-touchspin .btn-touchspin:hover {
    background: #fff;
}

#product .product-quantity .input-group-btn-vertical .btn i:after {
    color: #000;
    background: #fff;
    font-weight: 600;
}

#product .product-quantity .input-group-btn-vertical .btn i:hover::after {
    color: var(--theme-primary-color-content);
    background: #fff;
}

#product .product-add-to-cart .product-quantity {
    gap: 10px;
    height: 51px;
}

#product .product-add-to-cart .product-quantity .qty {
    margin-bottom: 36px;
}

#product .product-actions .add-to-cart .shopping-cart:before {
    color: #fff;
    font-family: "feather";
    content: "\e9ca";
}

#product .product-actions .add-to-cart {
    height: 51px;
    width: 176px;
    border-radius: 6px;
    background: transparent linear-gradient(90deg, #92FF40 0%, #C4FE99 100%) 0% 0% no-repeat padding-box;
    color: var(--theme-primary-color-button);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 0 25px;
    transition: all .4s;
}

#product .product-actions .product-add-to-cart {
    margin-bottom: 40px;
}

#product .product-actions .wishlist .leo-wishlist-button:hover,
#product .product-actions .add-to-cart:hover {
    background: #FF5252 0% 0% no-repeat padding-box;
    transition: all .4s;
}

#product .product-actions .add-to-cart .material-icons,
#product .product-actions .wishlist .leo-wishlist-button {
    display: none;
}

#product .product-actions {
    position: relative;
}

#product .product-actions .wishlist {
    display: none;
}

#product #product-availability {
    position: absolute;
    bottom: -40px;
    left: 0;
    margin-bottom: 5px;
    font-size: 13px;
}

#product .product-actions .wishlist .leo-wishlist-button .icon-wishlist {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 100%;
    margin-right: 0;
}

#product .product-actions .wishlist .leo-wishlist-button .icon-wishlist:before {
    font-family: "feather";
    content: "\e977";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 23px;
}

#product .products-accordion .card .card-header {
    padding: 10px 10px 10px 0;
}

#product .products-accordion .card .card-block {
    padding: 0;
}

#product .products-accordion .card #product_reviews_block_tab a {
    color: var(--theme-primary-color-content);
}

#product .products-accordion .card #product_reviews_block_tab a:hover {
    color: var(--theme-primary-color);
}


#product .products-accordion .card .card-header a[aria-expanded="true"] {
    color: var(--theme-primary-color);
}


#product .products-accordion .card .card-header a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--theme-primary-color-content);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    text-decoration: none;
    text-transform: inherit;
}

#product .products-accordion .card .card-header a:focus {
    box-shadow: none;
    text-decoration: none;
}

#product .product-thumb-images .thumb:hover,
#product .product-thumb-images .thumb.selected {
    border: 1px solid #BDBDBD;
}

#product .product-detail.product-thumbs-left .images-container .product-thumb-images,
#product .product-detail.product-thumbs-right .images-container .product-thumb-images {
    top: 40px;
}

#product .product-detail.product-thumbs-left .images-container .product-cover {
    padding-left: 103px;
}

#product .product-detail.product-thumbs-left .images-container .product-thumb-images,
#product .product-detail.product-thumbs-right .images-container .product-thumb-images {
    width: 80px;
}

#product .products-accordion .card-header .btn-link.h5.collapsed:before,
#product .products-accordion .card-header .leofeature-accordion.collapsed:before {
    font-family: "feather";
    content: "\e92e";
    font-weight: 700;
}


/* #product .products-accordion #description .collapse .card-block {
    padding: 0 1.25rem 0 0;
} */

#product .inner .description-short {
    margin-top: 50px;
}

#product .inner .description-short p,
#product .card .card-block .product-description p,
#product .card .card-block .product-description li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--theme-primary-color-content);
    margin: 25px 0;
}

#product .card .card-block .product-description li {
    font-size: 16px;
    font-weight: 400;
    color: var(--theme-primary-color-content);
    line-height: 1.4;
}

#product .product-additional-info {
    margin-bottom: 30px;
}


#product .product-additional-info .social-sharing {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
}

#product .product-additional-info .social-sharing span {
    display: none;
}


#product .product-additional-info .social-sharing li {
    width: 1px;
    height: 1px;
    margin-right: 35px;
    margin-top: 19px;
    margin-left: 0;
}

#product .product-additional-info .js-mailalert .js-mailalert-add {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: var(--theme-primary-color-button);
    padding: 15.5px 18.5px;
    line-height: 19px;
    border-radius: 6px;
    transition: all .3s ease-out;
}

#product .twitter.icon-gray,
#product .twitter.icon-gray:hover,
#product .twitter::before,
#product .facebook.icon-gray,
#product .facebook.icon-gray:hover,
#product .facebook::before {
    background-image: none;
}

#product .facebook.icon-gray::before {
    font-family: "feather";
    content: "\e95e";
    font-size: 20px;
    color: var(--theme-primary-color-content);
    transition: all .4s;
    margin-right: 35px;
}

#product .twitter.icon-gray::before {
    font-family: "feather";
    content: "\e9ea";
    font-size: 20px;
    color: var(--theme-primary-color-content);
    transition: all .4s;
}


#product .twitter.icon-gray:hover::before,
#product .facebook.icon-gray:hover::before {
    color: var(--theme-primary-color);
    transition: all .4s;
}

#product .product-accessories {
    background-color: #EFEFEF;
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 100px;
}


#product .product-accessories .products-section-title {
    margin: 0;
    padding-top: 87px;
    padding-bottom: 67px;
    font-family: 'Piazzolla', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 48px;
    color: var(--theme-primary-color-content);
    line-height: 68px;
    font-style: italic;
}

#product .product-accessories .product-miniature .thumbnail-container {
    padding: 0;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next,
#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {
    position: absolute;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-arrow {
    font-size: 0;
    background: transparent;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {
    bottom: -35px
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next {
    top: -23px;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-prev:before,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrows .slick-prev:before {
    font-family: "feather";
    content: "\e92e";
    color: var(--theme-primary-color);
    font-size: 22px;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    padding: 7px;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-next:before,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrows .slick-next:before {
    font-family: "feather";
    content: "\e931";
    color: var(--theme-primary-color);
    font-size: 22px;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    padding: 7px;
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-prev:hover::before,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrows .slick-prev:hover::before,
#product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-next:hover::before,
#product .product-detail.product-thumbs-right .product-thumb-images .slick-arrows .slick-next:hover::before {
    color: var(--theme-primary-color);
}

#product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
#product.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {
    padding: 4.5px 0;
}


#product .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
    left: 85px;
    gap: 5px;
}

#product .product-cover .product-flags li.product-flag {
    margin-top: 0;
    margin-left: 42px;
}

#product .product-detail .product-cover .layer {
    display: none;
}

#product .widget:not(.full-slider) .carousel .carousel-item,
#product .widget:not(.full-slider) .owl-item .item,
#product .widget:not(.full-slider) .slick-slide .item {
    padding: 0 15px;
}

#product-category .owl-row .owl-buttons>* {
    bottom: 40%;
}

#product .tabs {
    padding: 1.25rem 0;
}

#product .tabs .js-mailalert {
    text-align: left !important;
}

#product .tabs .js-mailalert .js-mailalert-add {
    margin: 0;
}

#product .has-discount .discount {
    background: var(--theme-third-color);
    text-transform: none;
}


#product .product-detail .product-manufacturer .img-thumbnail {
    background-color: unset;
    border: none;
    margin: 0 0 20px 0
}

#product .product-detail .product-manufacturer .img-thumbnail {
    background-color: unset;
    border: none;
    margin: 0 0 20px 0;
    height: 50px;
    width: auto;
    max-width: fit-content;
}

#product #product-details .product-manufacturer .img-thumbnail {
    margin: 20px 0 0 0;
    height: 90px;
}


#product .product-detail .product-features .name {
    display: block
}


#product .bootstrap-touchspin {
    padding: 0 45px;
}

#product .bootstrap-touchspin .btn-touchspin,
#product .bootstrap-touchspin input.form-control,
#product .bootstrap-touchspin input.input-group {
    cursor: pointer;
}

.product-quantity #quantity_wanted {
    text-align: center;
}

.product-quantity .input-group-btn-vertical {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    left: -10px;
    gap: 89px;
    z-index: 2;
}

#product .bootstrap-touchspin .btn-touchspin,
#product .bootstrap-touchspin input.form-control,
#product .bootstrap-touchspin input.input-group {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 48px;
    height: 51px;
}


#product .tab-content .product-manufacturer a img {
    height: 50px;
}


.product-quantity .input-group-btn-vertical .btn i {
    font-size: 22px;
    color: #000;
    position: initial;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 14px;
    color: #000;
}

.product-quantity .input-group-btn-vertical .btn i.touchspin-up:after {
    content: '\e145';
    color: #000;
}

.product-quantity .input-group-btn-vertical .btn i.touchspin-down:after {
    content: '\e15b';
    color: #000;
}

.leo-dropdown-cssload-speeding-wheel,
.leo-fly-cssload-speeding-wheel,
.cssload-speeding-wheel {
    border: 2px solid #121212;
    border-left-color: transparent;
    border-right-color: transparent;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    #product .product-actions .dropdown-menu.leo-list-wishlist {
        top: -10vh;
        left: initial;
        right: 0;
    }

    #product .product-thumb-images .thumb,
    #product .product-thumb-images .thumb:hover,
    #product .product-thumb-images .thumb.selected {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }
}

@media screen and (min-width: 992px) {
    #product .product-detail .row div:nth-child(2) .inner {
        position: sticky;
        top: 60px;
        margin-top: 30px;
    }

    .product-mobile-view {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    #product .product-accessories {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    #product-category .h4.title_block {
        font-size: 36px;
    }

    #product .product-additional-info {
        margin-bottom: 63px;
    }

    #product-category .owl-carousel .owl-item {
        padding: 0 8px;
    }

    #product-category .h4.title_block {
        margin: 0;
        padding-top: 60px;
        padding-bottom: 51px;
    }

    #product .products-accordion .card .card-header {
        padding: 25px 0;
    }

    #product .product-variants .product-variants-item {
        margin: 0 0 33px 0;
    }

    #product .product-prices {
        margin: 0 0 30px 0;
    }

    #product .product-detail-name {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #product .product-cover img {
        width: 486px;
        height: 486px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover {
        padding-left: 120px;
        margin-bottom: 15px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images,
    #product .product-detail.product-thumbs-right .images-container .product-thumb-images {
        width: 102px;
    }

    #product .product-actions .wishlist {
        left: 305px;
    }

    #product .bootstrap-touchspin .btn-touchspin {
        margin-bottom: 0.3px;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
    #product.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {
        padding: 13.8px 0;
    }

    #product .product-cover .product-flags li.product-flag {
        margin-top: 15px;
        margin-left: 60px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images,
    #product .product-detail.product-thumbs-right .images-container .product-thumb-images {
        top: 42px;
    }

    #product .product-cover img {
        width: 800px;
        height: 800px;
    }

    #product .product-thumb-images .thumb,
    #product .product-thumb-images .thumb:hover,
    #product .product-thumb-images .thumb.selected {
        width: 118px;
        height: 118px;
        object-fit: cover;
    }

    .product-detail>.row {
        flex-direction: column-reverse;
    }

    #product .product-detail-name {
        margin-bottom: 24px;
        text-align: left;
        font-size: 26px;
        line-height: 32px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
        left: 150px;
    }
}

@media screen and (max-width: 767px) {

    #product .product-thumb-images .thumb,
    #product .product-thumb-images .thumb:hover,
    #product .product-thumb-images .thumb.selected {
        width: 350px;
        height: 350px;
        object-fit: cover;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images,
    #product .product-detail.product-thumbs-right .images-container .product-thumb-images {
        width: 350px;
    }

    #product .product-cover img {
        width: 239px;
        height: 239px;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide,
    #product.product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {
        padding: 0 15px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover {
        display: none;
    }

    #product #thumb-gallery {
        position: relative;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-next:before,
    #product .product-detail.product-thumbs-right .product-thumb-images .slick-arrows .slick-next:before,
    #product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows .slick-prev:before,
    #product .product-detail.product-thumbs-right .product-thumb-images .slick-arrows .slick-prev:before {
        font-size: 20px;
        height: 35px;
        width: 35px;
        line-height: 35px;
        padding: 0;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images,
    #product .product-detail.product-thumbs-right .images-container .product-thumb-images {
        top: 0px;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
        left: 0;
    }

    #product .product-detail .images-container .product-cover .product-flags {
        top: 0;
    }

    #product .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
        left: 0;
    }

    #product .product-image-thumbs .inner .page-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #product .product-additional-info {
        margin-bottom: 50px;
    }

    #product .product-actions .product-quantity .add {
        margin-right: 0 !important;
        margin-bottom: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    #product .product-actions .wishlist {
        left: 0;
    }

    #product .product-add-to-cart .product-quantity .qty {
        margin: 0;
        width: 290px;
        justify-content: center;
    }

    #product .product-actions .wishlist {
        bottom: 70px;
    }

    #product .product-variants .product-variants-item {
        margin: 0 0 39px 0;
    }

    #product .product-actions .product-add-to-cart {
        margin-bottom: 43px;
    }

    #product .product-actions .dropdown-menu.leo-list-wishlist {
        left: initial;
        right: initial;
    }

    #product #product-availability {
        font-size: 12px;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev,
    #product .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {
        position: initial;
        top: 0;
        width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next,
    #product .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next {
        position: initial;
        top: 0;
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
    }

    #product .product-detail.product-thumbs-left .product-thumb-images .slick-arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin: 20px 0 0 0;
    }

    #product .product-detail-name {
        margin-bottom: 20px;
    }

    #product .product-add-to-cart .product-quantity {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #product .product-actions .add-to-cart {
        height: 51px;
        width: 100%;
    }

}

@media screen and (max-width: 380px) {

    #product .product-thumb-images .thumb,
    #product .product-thumb-images .thumb:hover,
    #product .product-thumb-images .thumb.selected {
        width: 300px;
        height: 300px;
        object-fit: cover;
    }

    #product .product-detail.product-thumbs-left .images-container .product-thumb-images,
    #product .product-detail.product-thumbs-right .images-container .product-thumb-images {
        width: 300px;
    }
}



/*KARUZELA NAVIGACJA*/

.owl-row .owl-buttons>:before,
.slick-row .slick-arrows button:before {
    background: #fff;
    border: 1px solid #EEEEEE;
}

.owl-controls .owl-prev:before,
.owl-row .owl-buttons>[aria-label="Previous"]:before,
.slick-row .slick-arrows button[aria-label="Previous"]:before {
    font-family: "feather";
    content: "\E910" !important;
    color: var(--theme-primary-color);
    font-size: 15px;
    font-weight: 700;
    width: 38px;
    height: 38px;
}

.owl-controls .owl-next:before,
.owl-row .owl-buttons>[aria-label="Next"]:before,
.slick-row .slick-arrows button[aria-label="Next"]:before {
    font-family: "feather";
    content: "\E912" !important;
    color: var(--theme-primary-color);
    font-size: 15px;
    font-weight: 700;
    width: 38px;
    height: 38px;
}



/* Back to top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: 1px solid #BDBDBD;
    border-radius: 50%;
    padding: 5px;
    background: #BDBDBD;
    width: 36px;
    height: 36px;
    text-align: center;
    transition: ease-out .3s all;
}

#back-top a {
    color: #FFF;
}

#back-top:hover {
    background: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    transform: scale(1.333333);
}




/* Strona Kategorii */


#js-product-list-top {
    display: flex;
    align-items: center;
}

#js-product-list-top .d-flex {
    order: 1;
    flex: 0 0 80%;
    max-width: 80%;
}

#js-product-list-top .total-products {
    order: 2;
    flex: 0 0 20%;
    max-width: 20%;
}

#js-product-list .pagination {
    padding: 0;
    margin: 40px 0
}

#js-product-list .pagination>div:first-child {
    padding: 0;
}

#js-product-list .grid .row {
    row-gap: 30px;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    left: unset;
    right: 0;
}

#search_filters>* {
    font-size: 18px;
    text-transform: none !important;
}

#search_filters>.h6 {
    margin-bottom: 30px;
    color: var(--theme-primary-color);
}

#search_filters .facet .facet-title {
    cursor: pointer;
}

#search_filters .dropdown-menu {
    min-width: 16rem;
}

#search_filters .ui-slider-horizontal {
    margin-bottom: 20px;
}

#category .active_filters {
    background: transparent;
    padding: 0;
}

#category .active_filters .filter-block {
    border: 1px solid #EEEEEE;
    padding: 0 0 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}

/* #category .active_filters .filter-block:hover {
    border: 1px solid #
} */

#category .active_filters .filter-block div a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#category .active_filters .filter-block .close {
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #FAFAFA;
    color: #858585;
    margin: 0 0 0 10px;
    text-align: center;
}

#category .active_filters .active-filter-title {
    display: inline-block;
    margin-bottom: 20px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector,
.active_filters ul,
.pagination .page-list li,
body#checkout section.checkout-step .radio-field label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-items: baseline;
    flex-wrap: wrap;
    row-gap: 20px;
}

#category #products>div.hidden-sm-down {
    display: block !important;
}

@media(max-width: 991px) {
    #search_filters .facet .facet-label a {
        font-size: 12px !important;
    }

    #search_filters>.h6 {
        text-align: center;
    }
}

.block-category .category-cover {
    display: none
}


#category #category-description-full {
    padding-top: 80px;
}

#category .readmore-button {
    display: block;
    width: 200px;
    margin: 20px 0 40px 0;
    text-align: center;
    background-color: #686868;
    color: #fff;
    text-decoration: none;
    transition: all .4s;
}

#category .readmore-button:hover {
    background-color: var(--theme-primary-color);
    transition: all .4s;
}

#category .readmore-button a {
    color: var(--theme-primary-color-button);
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 19px;
    padding-top: 1px;
    text-decoration: none;
}

#category .readmore-button a {
    color: var(--theme-primary-color-anchor-hoverr-button);
}

#category #category-description-full p,
#category #category-description p {
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
}

#category #category-description {
    padding: 0;
}

#category .card-block {
    padding: 0;
}

#category #category-description.second-description {
    margin: 20px 0;
}

#category #category-description.second-description p {
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
    margin: 20px 0;
}

#category #products .page-not-found h4 {
    text-align: center;
    text-transform: uppercase;
}

#category #products .page-not-found p {
    text-align: center;
}

.page-content .card-block {
    padding: 0;
    margin-bottom: 100px;
}

.products-selection .total-products .display>div {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 10px;
    margin-right: 10px;
}

.products-selection .total-products .display>div.selected a i:hover,
.products-selection .total-products .display>div a i:hover {
    color: #000;
}


.products-selection .total-products .display>div a i {
    color: #858585;
    filter: initial;
}

.products-selection .total-products .display>div.selected {
    background-color: var(--theme-third-color);
}

.products-selection .total-products .display>div.selected a i {
    filter: invert(100%) sepia(30%) saturate(325%) hue-rotate(354deg) brightness(106%) contrast(105%);
    border: none;
    color: initial;
}



.products-selection .total-products,
.products-selection h1 {
    padding-top: 0;
}

.products-selection .sort-by-row .select-title {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

.products-sort-order .select-title,
.suppliers-sort .select-title {
    border: none;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    background: #fff;
    width: 12.68rem;
    box-shadow: none;
    border: 1px solid #E6E8E8;
}

.products-sort-order .select-list,
.suppliers-sort .select-list {
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
    color: #BDBDBD;
    background: transparent;
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
    padding: 5px 20px;
}

.category-no-products-link {
    font-weight: 600;
}

.category-no-products-link:hover {
    color: var(--theme-placeholder-color);
}

.products-selection .sort-by-row .select-title .show i,
.products-selection .sort-by-row .sort-by .show i,
.products-selection .sort-by-row .show i,
.products-selection p .select-title .show i,
.products-selection p .sort-by .show i,
.products-selection p .show i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.products-selection .sort-by-row .select-title i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row i,
.products-selection p .select-title i,
.products-selection p .sort-by i,
.products-selection p i {
    transition: transform 0.3s ease;
}

@media(max-width: 991px) {

    .products-selection .total-products,
    .products-selection h1 {
        margin-left: 15px;
    }

    #js-product-list-top {
        padding: 0 15px;
        width: 100%;
        justify-content: flex-end;
    }

    /* .card-block {
        margin-bottom: 50px;
    } */

    #category #products .products-selection .hidden-sm-down {
        display: none !important;
    }

    .products-selection {
        padding: 0 0 0 15px !important;
    }

    .products-selection .d-flex {
        display: flex !important;
        justify-content: space-between !important;
        padding: 0;
        /* margin: 0 auto; */
        text-align: center;
    }

    .products-selection .sort-by-row .select-title {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        line-height: 25px;
        display: flex;
        justify-content: space-between;
        width: auto;
        min-width: 100%;
        padding: 0;
    }

    #category .active_filters .active-filter-title {
        margin-bottom: 10px;
        font-size: 13px;
    }

    .products-selection .sort-by-row .select-title i,
    .products-selection .sort-by-row .sort-by i,
    .products-selection .sort-by-row i,
    .products-selection p .select-title i,
    .products-selection p .sort-by i,
    .products-selection p i {
        position: absolute;
        right: -15px;
    }

    .products-selection .sort-by-row {
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
    }

    .products-selection .sort-by-row .products-sort-order {
        width: 100%;
    }

    .products-selection .sort-by-row .filter-button {
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
        padding: 0;
        margin: 20px 0;
    }

    #js-product-list-top .d-flex {
        order: 1;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #category .block-category-inner {
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    #js-product-list-top {
        justify-content: center;
        flex-direction: column;
    }

    #js-product-list-top .showing {
        display: none;
    }


    #js-product-list-top .total-products {
        display: none !important;
    }

    #_desktop_search_filters_clear_all {
        display: block !important;
    }

    /* #content-wrapper.hidden-sm-down:not(.filter-section):not(.filter-section *) {
    display: none !important;
} */

    #content-wrapper.hidden-sm-down {
        display: block !important;
        margin-bottom: 50px;
    }

    #content-wrapper.hidden-sm-down #main,
    #content-wrapper.hidden-sm-down #js-product-list-header {
        display: none !important;
    }

    /* #search_filters>* {
        padding: 0 15px;
    } */

}

/* MOJE KONTO */
.links .link-item {
    border: 2px solid #E6E8E8;
    padding: 40px !important;
    transition: all .75s ease;
    text-transform: none;
    border-radius: 6px;
}

.links .link-item:hover {
    border-color: var(--theme-primary-color);
}

.links .link-item i {
    color: var(--theme-primary-color) !important;
}


/* MOJE KONTO - INFO */
#identity #customer-form div {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

#identity #customer-form .form-group {
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
}

#identity #customer-form .form-group:nth-child(2),
#identity #customer-form .form-group:nth-child(3),
#identity #customer-form .form-group:nth-child(4),
#identity #customer-form .form-group:nth-child(5),
#identity #customer-form .form-group:nth-child(6),
#identity #customer-form .form-group:nth-child(7) {
    max-width: 33.3%;
    min-width: 33.3%;
    margin-bottom: 38px;
}

#identity #customer-form .form-group .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100%;
}

#identity #customer-form .form-control-label {
    display: none;
}

/* MOJE KONTO - ADRES */
#address .form-control-label,
#address .form-control-comment {
    display: none;
}

#address .form-fields {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

#address .form-group {
    max-width: 33.3%;
    min-width: 33.3%;
    padding: 0 15px;
    margin-bottom: 38px;
}

#address .form-group .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
}


@media (max-width:991px) {

    #address .form-group,
    #identity #customer-form .form-group:nth-child(2),
    #identity #customer-form .form-group:nth-child(3),
    #identity #customer-form .form-group:nth-child(4),
    #identity #customer-form .form-group:nth-child(5),
    #identity #customer-form .form-group:nth-child(6),
    #identity #customer-form .form-group:nth-child(7) {
        max-width: 50%;
        min-width: 50%;
    }
}



/* BLOG */

#blog-category .box,
#blog-listing .box {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 50px;
}

#blog-category .image img,
#blog-listing .image img {
    width: 720px;
    height: 440px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

#blog-category .title a,
#blog-listing .title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--theme-primary-color-content);
}

#blog-category .title a:hover,
#blog-listing .title a:hover {
    color: var(--theme-primary-color);
}

#blog-category .desc,
#blog-listing .desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 35px;
    color: var(--theme-primary-color-content);
}

.slick-slide .blog-meta-data,
.blog-meta-data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
    row-gap: 8px;
    color: #777777;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    flex-wrap: wrap;
}

.slick-slide .blog-meta-data div {
    color: #777777;
    font-size: 14px;
    font-weight: 400 !important;
}

.blog-meta-data div {
    display: flex;
    align-items: center;
}


.blog-meta-data .comment {
    display: none;
    /* waĹźne */
}

.blog-meta-data div::before,
.blog-meta-data a {
    color: #777;
}

.slick-slide .blog-meta-data .created:before,
.blog .created:before,
.blogs-container .secondary-blog .boxes .box .inner .created:before {
    font-family: "feather";
    content: "\e939";
    color: #777;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
}

.blog .author:before,
.blogs-container .secondary-blog .boxes .box .inner .author:before {
    font-family: "feather";
    content: "\e9f1";
    color: #777;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
}

.blog .category:before,
.blogs-container .secondary-blog .boxes .box .inner .category:before {
    font-family: "feather";
    content: "\e985";
    color: #777;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
}

.blog .hits:before,
.blogs-container .secondary-blog .boxes .box .inner .hits:before {
    font-family: "feather";
    content: "\e977";
    color: #777;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
}

.blog .comment:before,
.blogs-container .secondary-blog .boxes .box .inner .comment:before {
    font-family: "feather";
    content: "\e991";
    color: #777;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
}

.blog .created i,
.blog .author i,
.blog .category i,
.blog .category span,
.blog .hits i,
.blog .comment i,
.blog .comment i {
    display: none;
}

#blog-category .readmore,
#blog-listing .readmore {
    margin-bottom: 35px;
}

#blog-category .pagination,
#blog-listing .pagination {
    font-size: 16px;
    line-height: 18px;
    color: var(--theme-primary-color-content);
    padding: 0;
    margin-top: 25px;
    margin-bottom: 100px;
}

#blog-category .pagination div,
#blog-listing .pagination div {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    color: var(--theme-primary-color-content);
}

#blog-category #pagination,
#blog-listing #pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#blog-category #pagination .page-list,
#blog-listing #pagination .page-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#blog-category #pagination .page-list a span,
#blog-listing #pagination .page-list a span {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

#blog-category #pagination .page-list a,
#blog-category #pagination .page-list .current a,
#blog-listing #pagination .page-list a,
#blog-listing #pagination .page-list .current a {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-top: -3px;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#blog-category #pagination .page-list i,
#blog-listing #pagination .page-list i {
    display: none;
}

#blog-category #pagination .page-list .previous:before,
#blog-listing #pagination .page-list .previous:before {
    font-family: "feather";
    content: "\e910";
    color: #777;
    margin-right: 20px;
    font-weight: 600;
}

#blog-category #pagination .page-list .next:after,
#blog-listing #pagination .page-list .next:after {
    font-family: "feather";
    content: "\e912";
    color: #777;
    margin-left: 20px;
    font-weight: 600;
}

#blog-category .row.boxes,
#blog-listing .row.boxes {
    flex-wrap: nowrap;

}

@media(max-width: 991px) {

    #blog-category .image img,
    #blog-listing .image img {
        width: auto;
        height: 215px;
    }
}


@media(max-width: 767px) {

    #blog-category .row.boxes,
    #blog-listing .row.boxes {
        flex-wrap: wrap;
    }

    #blog-category .image img,
    #blog-listing .image img {
        width: 100%;
        height: auto;
    }

    #blog-category .pagination,
    #blog-listing .pagination {
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column-reverse;
        gap: 20px;
    }

    #blog-category #pagination,
    #blog-listing #pagination {
        justify-content: center;
    }

    #blog-category #pagination .page-list a,
    #blog-category #pagination .page-list .current a,
    #blog-listing #pagination .page-list a,
    #blog-listing #pagination .page-list .current a {
        margin-right: 10px;
    }

    #blog-category .pagination>div:first-of-type,
    #blog-listing .pagination>div:first-of-type {
        margin-left: -10px;
    }

}


/* Blog Page */

.page-blog .blog h1.title {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
}


.page-blog .blog .author:before {
    font-family: "feather";
    content: "\e9f1";
    font-weight: 400;
    color: #777;
    margin-right: 8px;
}

.page-blog .blog .category a,
.page-blog .blog .hits,
.page-blog .blog .hits span,
.page-blog .blog .comment span,
.page-blog .blog .created .date,
.page-blog .blog .author a {
    color: #777;
    font-size: 14px;
    line-height: 19px;
    margin-top: 1px;
    margin-right: 5px;
}

.page-blog .blog .image {
    margin: 20px 0;
}

.page-blog .blog .desc p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}

.page-blog #wrapper .center .row {
    display: flex;
    flex-direction: row-reverse;
}

.page-blog #left-column #tags_blog_block_left,
.page-blog #left-column #blogRecentBlog {
    margin-bottom: 40px;
}

.button-back-blog {
    background: transparent linear-gradient(90deg, var(--theme-primary-color-accent) 0%, var(--theme-primary-color-heading-footer) 100%) 0% 0% no-repeat padding-box !important;
    width: 140px;
    height: 50px;
    border-radius: 6px;
    padding: 16px 35px;
    margin-bottom: 40px;
}

.button-back-blog:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
    color: var(--theme-primary-color-anchor-hover) !important;
}

.button-back-blog a {
    width: 140px;
    height: 50px;
    color: var(--theme-primary-color-button);
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: none;
    transition: all .4s;
}

.button-back-blog:hover a {
    color: var(--theme-primary-color-anchor-hover) !important;
    transition: all .4s;
}


.blog .author a:hover,
.page-blog #left-column #tags_blog_block_left .title_block a:hover,
.page-blog #left-column #blogRecentBlog .lists .list-item .blog-content .post-name a:hover,
.page-blog #left-column #blogRecentBlog .title_block a:hover,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-content .post-name a:hover,
.page-blog #left-column #blogPopularBlog .title_block a:hover {
    color: var(--theme-primary-color);
}

.page-blog .created>span,
.page-blog .author span,
.page-blog .author .material-icons {
    display: none
}


.page-blog #left-column #blogRecentBlog .lists .list-item .blog-image img,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-image img {
    width: 293px;
    height: 181px;
    object-fit: cover;
    border-radius: 6px;
    margin-top: 20px;
}

.page-blog #left-column #tags_blog_block_left .block_content {
    display: flex;
    flex-wrap: wrap;
}


.page-blog #left-column #tags_blog_block_left .block_content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    border-radius: 6px;
    background: #000;
    padding: 4px 10px;
    margin-right: 10px;
    margin-bottom: 14px;
}

.page-blog #left-column #tags_blog_block_left .block_content a:hover {
    color: #FFFFFF;
    background: #686868;
}


@media screen and (min-width: 992px) {

    .page-blog .center .row #left-column {
        flex: 0 0 23%;
        max-width: 23%;
        padding: 0 25px;
    }

    .page-blog .center .row #content-wrapper {
        flex: 0 0 77%;
        max-width: 77%;
    }

    .page-blog .blog .created {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 20px;
    }

    .page-blog .blog .hits {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 20px;
    }

    .page-blog .blog .author {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 20px;
    }

    .page-blog .blog .category {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 20px;
    }

    /* .page-blog .blog .comment {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 20px;
    }  waĹźne */

    .page-blog .blog .comment {
        display: none;
    }
}


@media screen and (max-width: 991px) {

    .page-blog .blog h1.title {
        margin-bottom: 20px;
        font-size: 23px;
        line-height: 29px;
    }


    .page-blog .blog .image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-blog #left-column #blogRecentBlog .lists .list-item>.blog-image,
    .page-blog #left-column #blogPopularBlog .lists .list-item>.blog-image {
        flex: 0 0 124px;
    }

    .page-blog #left-column #tags_blog_block_left .title_block,
    .page-blog #left-column #blogRecentBlog .title_block,
    .page-blog #left-column #blogPopularBlog .title_block {
        margin-top: 40px;
        margin-bottom: 22px;
    }

    .page-blog .center .row #left-column {
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0 25px;
    }

    .page-blog .center .row #content-wrapper {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .page-blog .blog .created {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 15px;
    }

    .page-blog .blog .hits {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 15px;
    }

    .page-blog .blog .author {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 15px;
    }

    .page-blog .blog .category {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 15px;
    }

    .page-blog .blog .comment {
        display: inline-flex;
        align-items: flex-end;
        padding-right: 15px;
    }


}


@media screen and (max-width: 767px) {

    .page-blog #wrapper .center .row {
        flex-direction: column-reverse;
    }

    .page-blog .center .row #left-column {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 25px;
        margin-bottom: 50px;
    }

    .page-blog .center .row #content-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .page-blog #left-column #blogPopularBlog,
    .page-blog #left-column #blogRecentBlog,
    .page-blog #left-column #tags_blog_block_left {
        display: block !important;
    }

    .page-blog #left-column #blogRecentBlog .lists .list-item>.blog-image,
    .page-blog #left-column #blogPopularBlog .lists .list-item>.blog-image {
        flex: 0 0 124px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .page-blog #left-column #blogRecentBlog .lists .list-item .blog-image img,
    .page-blog #left-column #blogPopularBlog .lists .list-item .blog-image img {
        width: 300px;
        height: auto;
        margin: 0;
    }

    .page-blog #left-column #tags_blog_block_left .title_block,
    .page-blog #left-column #blogRecentBlog .title_block,
    .page-blog #left-column #blogPopularBlog .title_block {
        margin-top: 40px;
        margin-bottom: 20px;
    }

}


/* Cart Page */

#cart .cart-grid {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

#cart .center>.row {
    padding: 0 15px;
}

#cart .cart-grid-body .card-block h1 {
    font-size: 40px;
    line-height: 48px;
    color: var(--theme-primary-color-content);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
}

#cart .cart-grid-right,
.cart-grid-body {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#cart .card-block.checkout {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

#cart .card-block.checkout .btn-primary {
    max-width: 370px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

#cart .card-block.checkout .btn-primary:hover {
    background-color: var(--theme-primary-color);
    transition: all .4s;
}

#cart .card-block.checkout .btn-primary:focus {
    color: #fff
}

#cart .remove-from-cart .float-left {
    position: relative;
    font-size: 0;
}

#cart .remove-from-cart .float-left:before {
    position: absolute;
    bottom: -3px;
    right: -20px;
    font-family: "feather";
    content: "\e9e3";
    font-size: 22px
}

#cart .remove-from-cart .float-left:hover::before {
    color: var(--theme-primary-color);
}

#cart .bootstrap-touchspin input.form-control,
#cart .bootstrap-touchspin input.input-group {
    padding: 0;
    text-align: center;
    color: var(--theme-primary-color-content);
    font-size: 20px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    width: 75px;
    height: 51px;
    margin: 0 auto;
}

#cart .bootstrap-touchspin .btn-touchspin {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 48px;
    height: 51px;
}

#cart .product-quantity #quantity_wanted {
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
}

#cart .bootstrap-touchspin {
    padding: 0 45px;
}

#cart .bootstrap-touchspin .btn-touchspin:hover {
    background: #fff;
}

#cart .cart-summary .cart-summary-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 100px;
}

#cart .cart-summary .cart-summary-buttons>.label {
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 6px;
    padding: 16px 38px;
    color: #fff;
    transition: all .4s;
}

#cart .cart-summary .cart-summary-buttons>.label:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box;
    transition: all .4s;
    color: var(--theme-primary-color-anchor-hover);
}

/* #cart .cart-summary .cart-summary-buttons>.label:hover a {
    color: var(--theme-primary-color-anchor-hover-button);
} */

#cart .cart-summary .cart-summary-buttons>.label i {
    display: none;
}

#cart .cart-grid-body .separator {
    background-color: var(--theme-primary-color);
    height: 62px;
    display: none
}

#cart .cart-detailed-subtotals,
#cart .card-block.cart-summary-totals {
    padding: 0;
    width: 310px;
}

#cart .cart-detailed-totals {
    background-color: #F6F8FF;
}

#cart .cart-detailed-totals {
    background-color: #F6F8FF;
    padding: 30px 13%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value,
.cart-summary-line .label,
.cart-summary-line .value {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

#cart .cart-overview {
    border: 1px solid #F6F8FF;
}

.product-line-grid-body>.product-line-info>.label {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.product-line-grid-body>.product-line-info>.label:hover {
    color: #000
}

#cart .cart-grid-body .cart-overview,
#cart .cart-item {
    padding: 0;
}

#cart .product-line-grid {
    align-items: center;
    padding: 0 30px;
    background: #FAFAFA;
    margin: 0;
}

#cart .product-line-grid-left img {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 33% auto;
    width: 200px;
    height: auto;
}

#cart .product-line-grid-right .row .text-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 4px;
}

#cart .card-block.cart-detailed-subtotals+.cart-summary-totals .cart-total {
    border-bottom: 0;
    border-top: 1px solid var(--theme-third-color-accent);
}

#cart .has-discount .discount {
    background: var(--theme-third-color);
}

#cart .has-discount.product-price {
    color: #000;
}

#cart .product-line-info {
    margin: 0 10px;
}

#cart .cart-summary-line {
    margin-bottom: 10px;
}

#cart .cart-summary-line:not(:last-child) {
    margin-bottom: 0;
}

#cart .bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0px;
    left: -10px;
    gap: 89px;
    z-index: 2;
}

#cart .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: '\e145';
    color: #000;
    background: #fff;
    font-weight: 600;
}

#cart .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: '\e15b';
    color: #000;
    background: #fff;
    font-weight: 600;
}

#cart .bootstrap-touchspin .input-group-btn-vertical i {
    position: initial;
    font-size: 14px;
    color: #000;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}

.cart-summary-line .value {
    float: right !important;
}

.block-promo.promo-highlighted {
    padding: 0;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
    float: right;
}

@media screen and (min-width: 768px) {

    #cart .product-line-grid-right .price,
    #cart .product-line-grid-right .qty,
    #cart .product-line-grid-left {
        /* border-right: 1px solid #EEF6F5; */
        height: 273px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cart .product-line-grid-body {
        /* border-right: 1px solid #EEF6F5; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 25px;
        gap: 8px;
    }
}

.kolor .label,
.kolor .value,
.rozmiar .label,
.rozmiar .value {
    color: #686868;
}

@media (min-width: 768px) and (max-width: 991px) {
    #cart .bootstrap-touchspin input.form-control {
        margin-top: -2px;
    }
}


@media screen and (min-width: 1200px) {

    #cart .product-line-grid-right .price,
    #cart .product-line-grid-right .qty,
    #cart .product-line-grid-left {
        height: 273px;
    }
}

@media screen and (max-width: 1199px) {
    .product-line-grid-right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #cart .product-line-grid-right .row .text-right {
        justify-content: flex-start;
    }

    #cart .product-line-grid-right .price,
    #cart .product-line-grid-right .qty,
    #cart .product-line-grid-left {
        height: 160px;
    }
}

@media screen and (max-width: 991px) {
    #cart .cart-grid-body>a {
        bottom: -333px;
        max-width: 335px;
        text-align: center;
        margin: 0 auto;
        right: 0;
    }

    #cart .product-line-grid-right>.row .hidden-md-up {
        display: none;
    }

    #cart .product-line-grid-right>.row>div>.row {
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    #cart .product-line-grid-right {
        margin-bottom: 20px
    }

    #cart .product-line-grid-right>.row {
        align-items: center;
        justify-content: space-around;
    }

    #cart .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: 0;
    }

    #cart .cart-detailed-subtotals,
    #cart .card-block.cart-summary-totals {
        width: 100%;
    }

    #cart .product-line-grid-right .qty {
        padding: 0;
        margin: 0 20px 0 0;
    }

    #cart .product-line-grid-body {
        padding: 0;
    }

    #cart .product-line-grid-body {
        margin-bottom: 0;
    }

    #cart .product-line-grid-right .row .text-right {
        justify-content: flex-end;
    }

    #cart .product-line-grid-right .price,
    #cart .product-line-grid-right .qty,
    #cart .product-line-grid-left {
        height: auto;
    }
}

@media (max-width: 575px) {
    #cart .product-line-grid-left {
        padding: 0 !important;
    }

    #cart .product-line-grid-right>.row>div {
        max-width: 80%;
        flex: 0 0 80%;
    }

    #cart .product-line-grid-right .row .text-right {
        justify-content: center;
        margin-top: 20px;
        max-width: none;
    }
}

@media screen and (max-width: 480px) {

    #cart .product-line-grid-right .price,
    #cart .product-line-grid-right .qty {
        padding: 0;
        max-width: 100%;
        margin: 0;
    }

    /* #cart .remove-from-cart .float-left:before {
        position: absolute;
        bottom: -30px;
        left: 0;
        right: 0;
        font-family: "feather";
        content: "\e9e3";
        font-size: 22px;
    } */

    #cart .product-line-grid-right>.row>div>.row {
        margin: 20px 0 0 0;
        gap: 20px;
        justify-content: center;
    }

    #cart .remove-from-cart .float-left:before {
        right: -10px;
    }

}


/* Megamenu */

.off-canvas-nav-megamenu .offcanvas-mainnav {
    background: #333;
}

.off-canvas-nav-megamenu .nav>li>a {
    font-size: 18px;
    color: #fff;
}

.offcanvas-mainnav .navbar-nav .nav-item.active a {
    color: var(--theme-primary-color-accent);
}

.offcanvas-mainnav .dropdown-toggle::after {
    display: none;
}

.offcanvas-mainnav .navbar-nav li.dropdown .caret:before {
    font-family: "feather";
    content: "\e92e";
    height: auto;
    width: auto;
    font-size: 20px;
    color: var(--theme-primary-color-accent);
    vertical-align: top;
    border-top: 0;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu span:before {
    color: #fff;
    position: absolute;
    bottom: -3px;
    right: 5px;
    font-family: "feather";
    content: "\EA02";
    font-size: 22px;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu {
    font-size: 0;
    position: relative;
    margin-bottom: 25px;
}


.offcanvas-mainnav .navbar-nav .nav-item.active .dropdown-menu-inner .nav-item a span {
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
}

.offcanvas-mainnav .navbar-nav .nav-item .dropdown-menu-inner .nav-item .caret:before {
    color: #fff;
    margin-top: -7px;
}

.off-canvas-nav-megamenu ul li a:hover {
    color: var(--theme-primary-color-accent);
}

.offcanvas-mainnav .navbar-nav .dropdown-menu-inner li.nav-item a.nav-link {
    border-bottom: 1px solid #E4E4E4;
}

.off-canvas-nav-megamenu .dropdown .dropdown-menu li,
.off-canvas-nav-megamenu .megamenu .dropdown-mega li {
    margin: 20px 0;
}

/* Promo */

#cart .block-promo .promo-code {
    padding: 0;
}

#cart .block-promo .cart-voucher {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}


#cart .block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: 15px;
    text-transform: uppercase;
}

#cart .block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: 15px;
    text-transform: uppercase;
    border: none;
    padding: 11px 20px;
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
}

#cart .block-promo .promo-input+button:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
    color: var(--theme-primary-color-accent) !important;
}

#cart .block-promo .promo-input+button:hover {
    background-color: var(--theme-primary-color);
}

#cart .block-promo .promo-name .cart-summary-line span {
    color: #000;
    text-transform: uppercase;
}

#cart .block-promo .promo-code .alert-danger i {
    color: #fff;
}



#cart .block-promo .promo-input {
    width: 64%;
    border: 1px solid #E4E4E4;
}

#cart .block-promo .promo-code form,
#cart .page-order table thead th,
#cart .page-order-detail #order-products.return td.qty .select select,
#cart body#checkout #order-summary-content .summary-selected-carrier .logo-container,
#cart body#checkout section.checkout-step .form-footer {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

#cart .block-promo .promo-code .alert-danger {
    margin-top: 12px;
}


#cart .block-promo .promo-code .alert {
    padding: 6px 30px;
}

@media screen and (min-width: 1280px) {
    #cart .block-promo {
        position: absolute;
        top: 50px;
        left: 28%;
    }
}

@media screen and (max-width: 1279px) {
    #cart .block-promo {
        margin: 20px 0;
    }

    #cart .block-promo .cart-voucher {
        align-items: flex-end;
    }

    #cart .block-promo .promo-code form,
    #cart .page-order table thead th,
    #cart .page-order-detail #order-products.return td.qty .select select,
    #cart body#checkout #order-summary-content .summary-selected-carrier .logo-container,
    #cart body#checkout section.checkout-step .form-footer {
        text-align: right;
        margin: 10px 0;
    }
}

@media screen and (max-width: 991px) {
    #cart .product-line-grid-body {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    #cart .cart-summary .cart-summary-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

/* SAMPLE */
.typography .product-flags {
    list-style: none !important;
}



/* MAIN */
:root {
    --theme-primary-color: #FFD100;
    --theme-primary-color-content: #000;
    --theme-primary-color-button: #10152C;
    --theme-primary-color-anchor: #000000;
    --theme-primary-color-anchor-hover: #FFD100;
    --theme-primary-color-heading-footer: #C4FE99;
    --theme-primary-color-accent: #E0191A;
    --theme-primary-color-hover: #00796B;
    --theme-placeholder-color: #575757;
    --theme-grey-color: #686868;
    --theme-third-color: #FFD100;
    --theme-third-color-accent: #E0191A;

}



/* PRZYCISKI */

.btn-primary,
.btn-secondary,
.btn-tertiary,
.btn-info {
    background: #E0191A !important;
    width: auto;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    padding: 16px 35px;
    text-transform: none !important;
    color: #FFFFFF !important;
    cursor: pointer;
    border: none;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-tertiary:hover,
.btn-info:hover {
    background: #10152C !important;
}



.btn-primary.focus, 
.btn-primary:focus,
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.custom-radio {
    border: 1px solid #555555;
}

.value,
.label,
label {
    color: #000;
}

body ::-webkit-scrollbar {
    width: 6px;
}

body ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1D1D1D;
}

body ::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #999999;
}


/* Nagłówki */


/* Link */
#conditions-to-approve a:hover,
.form-group a:hover,
#cms .page-content a:hover,
#recaptcha-policy-text>a:hover,
.psgdpr_consent_message>span>a:hover {
    color: var(--theme-third-color);
}


/*CHECKBOXY*/
.page-cms input[name=printCMSPage] {
    display: none;
}


.row input:active::placeholder,
.row input:focus::placeholder {
    color: transparent
}

.row input::placeholder {
    color: #727794;
}




/* IKONY */
i {
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 20px;
    color: var(--theme-primary-color-content);
}

i:hover {
    color: var(--theme-primary-color)
}

.leo_search_section a i::after,
#leo_search_block_top .material-icons.search::before {
    font-family: "feather";
    content: "\e9c1";
}

.search-icon:before {
    content: "\e8b6";
}

.icon-span-filestyle::before {
    content: "\E982";
    font-family: 'Feather';
}

.link-profile-icon:before {
    font-family: "feather";
    content: "\e9f1";
}

.link-cart-icon:before {
    font-family: "feather";
    content: "\e9ca";
}

#product .twitter-icon:hover::before,
#product .facebook-icon:hover::before {
    color: var(--theme-primary-color);
}

.link-wishlist-icon:before {
    font-family: "feather";
    content: "\e977";
}

.link-compare-icon:before {
    font-family: "feather";
    content: "\e995";
}

.btn-add-to-cart-icon:before {
    font-family: "feather";
    content: "\e9ca";
}

.btn-add-to-wishlist-icon:before {
    font-family: "feather";
    content: "\e977";
}

.btn-add-to-compare-icon:before {
    font-family: "feather";
    content: "\e995";
}

.btn-quick-view-icon:before {
    font-family: "feather";
    content: "\e95c";
}

.my-acc-identity-icon:before {
    font-family: "feather";
    content: "\e9f1";
}

.my-acc-addresses-icon:before {
    font-family: "feather";
    content: "\e98c";
}

.my-acc-address-icon:before {
    font-family: "feather";
    content: "\e98c";
}

.my-acc-history-icon:before {
    font-family: "feather";
    content: "\e927";
}

.my-acc-order-slips-icon:before {
    font-family: "feather";
    content: "\e964";
}

.my-acc-discounts-icon:before {
    font-family: "feather";
    content: "\e97c";
}

.my-acc-returns-icon:before {
    font-family: "feather";
    content: "\e97c";
}

.my-acc-mywishlist-icon:before {
    font-family: "feather";
    content: "\e977";
}

.my-acc-my-alerts-icon:before {
    font-family: "feather";
    content: "\e967";
}

.my-acc-personal-data-icon:before {
    font-family: "feather";
    content: "\e97c";
}

.my-acc-logout-icon:before {
    font-family: "feather";
    content: "\e9b5";
}

.breadcrumb li::after {
    color: #1D1D1D;
    content: ">";
}

.pin-icon:before {
    font-family: "feather";
    content: "\e98c";
    color: var(--theme-third-color);
}

.mail-icon:before {
    font-family: "feather";
    content: "\e98a";
    color: var(--theme-third-color);
}

.phone-icon:before {
    font-family: "feather";
    content: "\e9a7";
    color: var(--theme-third-color);
}

.twitter-icon:before {
    font-family: "feather";
    content: "\e9ea";
    color: #555555;
}

.facebook-icon:before {
    font-family: "feather";
    content: "\e95e";
    color: #555555;
}

.facebook-icon-contact:before {
    font-family: "feather";
    content: "\e95e";
    color: var(--theme-third-color);
}

.facebook-icon-footer:before {
    font-family: "feather";
    content: "\e95e";
    color: var(--theme-third-color);
}

.youtube-icon:before {
    font-family: "feather";
    content: "\ea05";
    color: var(--theme-third-color);
}

.instagram-icon:before {
    font-family: "feather";
    content: "\e97d";
    color: var(--theme-third-color);
}

.dropdown-toggle::after {
    font-family: "feather";
    content: "\e92e";
    vertical-align: top;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    height: auto;
    width: auto;
    font-size: 20px;
    color: var(--theme-primary-color);
    transition: all .4s;
}

.instagram-icon:hover::before,
.facebook-icon-footer:hover::before,
.youtube-icon:hover::before {
    color: var(--theme-primary-color-anchor-hover);
}


.dropdown-submenu .dropdown-toggle::after {
    color: var(--theme-primary-color-content);
}

.button-arrow-right:before {
    content: "\e5c8";
}

.dropup .dropdown-toggle::after {
    border-bottom: 0;
}

#search_filters .dropdown-toggle::after {
    transition: transform 0.3s ease;
    color: var(--theme-primary-color-content);
}

#search_filters .dropdown-toggle:hover::after {
    transition: transform 0.3s ease;
    color: var(--theme-primary-color);
}

/*
#search_filters .title .collapse-icons .add {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
*/
/* #search_filters .title[aria-expanded=false].collapsed .collapse-icons .add {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
} */

.facet>.title:not(.collapsed) .collapse-icons .add {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* TTTTTU
#search_filters .open.title[aria-expanded=true] .collapse-icons .add {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#search_filters .title[aria-expanded=false].collapsed .collapse-icons .add {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
*/
/*
.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block;
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

.block-categories .collapse-icons[aria-expanded=false] .remove {
    display: block;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.block-categories .collapse-icons[aria-expanded=true] .add {
    display: block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.block-categories .collapse-icons[aria-expanded=false] .add {
    display: block;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

*/
/* .block-categories .collapse-icons .remove, 
#search_filters .collapse-icons .remove {
    display: block;
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

.block-categories .collapse-icons[aria-expanded=true] .add, 
#search_filters .collapse-icons[aria-expanded=true] .add {
    display: block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
} */

/* .block-categories .collapse-icons[aria-expanded=true] .add,
.block-categories .collapse-icons[aria-expanded=false] .add {
    display: none;
} */

.block-categories .collapse-icons .remove,
.block-categories .collapse-icons[aria-expanded=true] .add,
#search_filters .collapse-icons .remove {
    display: none;
}

.link-profile-icon:before {
    font-family: "feather";
    content: "\e9f1";
}

.link-cart-icon:before {
    font-family: "feather";
    content: "\e9ca";
}

.newsletter-icon:before {
    font-family: "feather";
    content: "\e98a";
}

.col-menu a,
.col-selectors span,
.col-utils i:before {
    color: var(--theme-primary-color-anchor) !important;
    transition: all .4s;
}

.col-menu a:hover,
.col-selectors span:hover,
.col-utils i:hover::before {
    color: var(--theme-primary-color-anchor-hover) !important;
    transition: all .4s;
}



.slick-slide .inner .readmore:after {
    font-family: "feather";
    content: "\e930";
    display: flex;
    align-items: center;
    color: var(--theme-primary-color)
}





/* HEADER */


/* KONTAKT */


form .form-control-label {
    text-align: left;
    color: #222222;
}

form .form-control {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    background-color: #FAFAFA;
}

.form-control:focus {
    outline: 1px solid #F40108;
    border-color: #F40108;
}

.input-group .form-control:focus {
    outline: 1px solid #F40108;
    border: 1px solid #F40108;
}

/* AUTH */

.input-group.focus {
    outline: 0;
}

.input-group .input-group-btn>.btn[data-action=show-password]:hover{ background: #E0191A !important; color: #fff !important; cursor: pointer;}


/* Order History */

#history h6 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: none;
    color: #000;
}

#history .table thead th {
    border-bottom: 1px solid #F0F7F6;
    background-color: var(--theme-primary-color);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    height: 59px;
}

#history .table-striped tbody tr {
    background-color: #F7F7F7;
    height: 79px;
    text-align: center;
}

#history .table td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#history .table th {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

#history #content .order-actions a {
    padding: 0 0.125rem;
    text-decoration: underline;
    display: block;
}



/*WYSZUKIWARKA*/
#leo_search_block_top .icon-open-search {
    display: none;
}

#leo_search_block_top .icon-open-search i:before {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

#leo_search_block_top.open .icon-open-search i:before {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

#leo_search_block_top .icon-open-search:before,
#leo_search_block_top .icon-open-search:after {
    content: '';
    display: block;
    background: #000;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(50px) rotate(45deg);
    -moz-transform: translateY(50px) rotate(45deg);
    -ms-transform: translateY(50px) rotate(45deg);
    -o-transform: translateY(50px) rotate(45deg);
    transform: translateY(50px) rotate(45deg)
}

#leo_search_block_top .icon-open-search:before {
    height: 15px;
    width: 1px
}

#leo_search_block_top .icon-open-search:after {
    width: 15px;
    height: 1px
}

#leo_search_block_top.open .icon-open-search:before,
#leo_search_block_top.open .icon-open-search:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}



/* TABELA */




/* LISTA */



/* PLAKIETKI */




/* FORMULARZE */



/* wyszukiwarka */




/* TOOLTIP */



/* STRONA KATEGORII */


/* BOXY PRODUKTOWE */


/*QUICK VIEW */
/*QUICK VIEW */

.quickview .modal-footer {
    display: none;
}

.quickview .modal-content .product-quantity .add .add-to-cart {
    background-color: #00796B;
}

.quickview .modal-content .product-quantity .add .add-to-cart:hover {
    background-color: #FF5252
}

.quickview .modal-content .product-quantity .add .add-to-cart .btn-add-to-cart-icon {
    display: none;
}

.quickview .images-container .product-cover {
    flex: 0 0 75% !important;
}


.quickview .product-detail-name {
    margin-bottom: 39px;
    text-align: left;
}


.quickview .product-prices {
    margin: 0 0 28px 0;
}

.quickview .product-price .current-price-value {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    color: var(--theme-primary-color);
}

.quickview .product-actions .control-label,
.quickview .product-variants .control-label {
    font-size: 16px;
    color: var(--theme-primary-color-content);
    margin-bottom: 12px;
    font-weight: 500;
}

.quickview .product-variants .product-variants-item {
    margin: 0 0 39px 0;
}

.quickview .product-variants ul {
    margin: 0;
    display: flex;
}

.quickview .product-variants>.product-variants-item ul li {
    margin-right: 12px;
}

.quickview .product-variants>.product-variants-item ul li label span {
    font-size: 16px;
    font-weight: 400;
    color: #686868;
}

.quickview .product-variants>.product-variants-item ul li label span {
    border: 1px solid #BDBDBD;
    border-radius: 18px;
    margin-bottom: 0;
}

.quickview .product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}


.quickview .product-variants>.product-variants-item ul li label .input-radio:checked+span,
.quickview .product-variants>.product-variants-item ul li label .input-radio:hover+span {
    border: 2px solid #FF5252;
    border-radius: 13px;
    margin: 0;
}

.quickview .product-variants>.product-variants-item ul li label .input-color:hover+span,
.quickview .product-variants>.product-variants-item ul li label .input-color:checked+span {
    border: 2px solid #FF5252;
    border-radius: 13px;
}

.product-variants>.product-variants-item select:focus {
    outline: none;
    border-bottom: 2px solid #FF5252;
}

.quickview-variants>.product-variants-item select:focus {
    outline: none;
    border-bottom: 2px solid #FF5252;
}

.quickview .bootstrap-touchspin input.form-control,
.quickview .bootstrap-touchspin input.input-group {
    border: none;
    border-bottom: 1px solid #686868;
    z-index: 0;
}

.quickview .bootstrap-touchspin .btn-touchspin,
.quickview .bootstrap-touchspin input.form-control,
.quickview .bootstrap-touchspin input.input-group {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 48px;
    height: 51px;
}

.quickview .bootstrap-touchspin .btn-touchspin {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 48px;
    height: 51px;
}

.quickview .product-quantity #quantity_wanted {
    padding: 0;
    text-align: center;
    color: var(--theme-primary-color-content);
    font-size: 20px;
    border: 1px solid #EEEEEE;
    width: 75px;
    height: 51px;
}

.quickview .bootstrap-touchspin .btn-touchspin:hover {
    background: #fff;
}

.quickview .product-quantity .input-group-btn-vertical .btn i:after {
    color: #000;
    background: #fff;
    font-weight: 600;
}

.quickview .product-quantity .input-group-btn-vertical .btn i:hover::after {
    color: #000;
    background: #fff;
}

.quickview .product-add-to-cart .product-quantity {
    gap: 20px;
    /* height: 51px; */
    flex-wrap: wrap;
}

.quickview .product-add-to-cart .product-quantity .qty {
    margin-bottom: 20px;
    margin-left: 10px;
}

.quickview .product-actions .add-to-cart .shopping-cart:before {
    color: #fff;
    font-family: "feather";
    content: "\e9ca";
}

.quickview .product-actions .add-to-cart {
    height: 51px;
    width: 176px;
    border-radius: 6px;
    background: transparent linear-gradient(90deg, #92FF40 0%, #C4FE99 100%) 0% 0% no-repeat padding-box;
    color: var(--theme-primary-color-button);
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    padding: 0 25px;
    transition: all .4s;
}

.quickview .product-actions .product-add-to-cart {
    margin-bottom: 40px;
}


.quickview .product-actions .add-to-cart:hover {
    background: #FF5252 0% 0% no-repeat padding-box;
    transition: all .4s;
}


.quickview .product-actions .product-quantity .add {
    margin-right: 70px !important;
    margin-bottom: 0;
}

.quickview .quickview-availability {
    position: absolute;
    bottom: -40px;
    left: 0;
    margin-bottom: 5px;
}


.quickview .product-thumb-images .thumb:hover,
.quickview .product-thumb-images .thumb.selected {
    border: 1px solid #BDBDBD;
}

.quickview .product-detail.product-thumbs-left .images-container .product-thumb-images,
.quickview .product-detail.product-thumbs-right .images-container .product-thumb-images {
    top: -7px;
}

.quickview .product-detail.product-thumbs-left .images-container .product-cover {
    padding-left: 103px;
}

.quickview .product-detail.product-thumbs-left .images-container .product-thumb-images,
.quickview .product-detail.product-thumbs-right .images-container .product-thumb-images {
    width: 87px;
}

.quickview .product-thumb-images .thumb,
.quickview .product-thumb-images .thumb:hover,
.quickview .product-thumb-images .thumb.selected {
    width: 87px;
    height: 87px;
    object-fit: cover;
    margin: 5px 0;
}


.quickview .product-additional-info {
    margin-bottom: 91px;
}

.quickview .product-additional-info .js-mailalert .js-mailalert-add {
    display: block;
    width: fit-content;
    margin: 0 auto;
    color: #fff;
    padding: 15.5px 18.5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    border-radius: 44px;
    transition: all .3s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quickview .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
    left: 85px;
}

.quickview .product-cover .product-flags li.product-flag {
    margin-top: 5px;
    margin-left: 12px;
    padding-top: 2px;
    margin-right: 10px;
}

.quickview .product-detail .product-cover .layer {
    display: none;
}

.quickview .has-discount .discount {
    background: var(--theme-third-color);
}

.quickview .modal-dialog h1 {
    text-align: left
}

.quickview .modal-dialog .tax-shipping-delivery-label {
    display: none
}

.quickview .images-container {
    padding: 0 15px;
    justify-content: center;
    align-items: center;
}

.quickview .modal-dialog .col-md-6 {
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}

.quickview .modal-dialog .row {
    justify-content: center;
}

.quickview .product-cover img {
    padding: 0 10px;
}

.quickview .product-variants>.product-variants-item select {
    width: 100%;
    padding-right: 1.875rem;
    background-image: url(/img/cms/chevron-down.svg);
    border: 1px solid #EEEEEE;
    background-size: 14px;
}

.quickview .product-variants>.product-variants-item ul li label .input-color:hover+span,
.quickview .product-variants>.product-variants-item ul li label .input-color:checked+span {
    border: 2px solid var(--theme-primary-color);
    border-radius: 35px;
    width: 35px;
    height: 35px;
}

.quickview .product-variants>.product-variants-item ul li label span {
    border: 1px solid #BDBDBD;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quickview .bootstrap-touchspin {
    padding: 0 45px;
}

.quickview .slick-arrow.slick-next,
.quickview .slick-arrow.slick-next,
.quickview .slick-arrow.slick-prev,
.quickview .slick-arrow.slick-prev {
    position: absolute;
}

.quickview .slick-arrow.slick-next,
.quickview .slick-arrow.slick-next {
    bottom: -35px;
    left: 24%;
}

.quickview .slick-arrow.slick-prev,
.quickview .slick-arrow.slick-prev {
    top: -23px;
    left: 24%;
}

.quickview .slick-arrows .slick-prev:before,
.quickview .slick-arrows .slick-prev:before {
    font-family: "feather";
    content: "\e931";
    color: var(--theme-primary-color);
    font-size: 22px;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    padding: 7px;
}

.quickview .slick-arrows .slick-next:before,
.quickview .slick-arrows .slick-next:before {
    font-family: "feather";
    content: "\e92e";
    color: var(--theme-primary-color);
    font-size: 22px;
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    padding: 7px;
}

.quickview .arrows-product-fake.slick-arrows {
    display: none;
}

.quickview #product-description-short {
    display: none;
}

.quickview .modal-content {
    min-height: 53.13rem;
}

.quickview .modal-content .product-add-to-cart .wishlist {
    display: none;
}


@media screen and (max-width: 1199px) {
    .quickview .modal-dialog {
        width: auto;
        max-width: calc(100% - 130px);
        margin: 0 15px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 991px) {
    .quickview-category .h4.title_block {
        font-size: 36px;
    }

    .quickview .product-additional-info {
        margin-bottom: 63px;
    }

    /* .quickview .product-actions .add-to-cart {
        width: 286px;
    } */

    .quickview .product-variants .product-variants-item {
        margin: 0 0 33px 0;
    }

    .quickview .product-prices {
        margin: 0 0 30px 0;
    }

    .quickview .product-detail-name {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .quickview .bootstrap-touchspin .btn-touchspin {
        margin-bottom: 0.1px;
    }

    /* .quickview .product-cover .product-flags li.product-flag {
        margin-top: 15px;
        margin-left: 60px;
    } */

    /* .quickview .product-thumb-images .thumb,
    .quickview .product-thumb-images .thumb:hover,
    .quickview .product-thumb-images .thumb.selected {
        width: 40px;
        height: 40px;
        object-fit: contain;
        margin: 5px 0;
    } */

    .quickview .modal-dialog .row {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .quickview .modal-dialog .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 50px;
    }

    .quickview .images-container .product-cover {
        flex: 0 0 65% !important;
    }

    .quickview .slick-arrow.slick-prev,
    .quickview .slick-arrow.slick-next .quickview .slick-arrow.slick-next,
    .quickview .slick-arrow.slick-next {
        left: 8%;
    }

    .quickview .images-container {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 767px) {


    .quickview .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
        left: 0;
    }

    .quickview .product-detail .images-container .product-cover .product-flags {
        top: 0;
    }

    .quickview .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
        left: 0;
    }

    .quickview .product-image-thumbs .inner .page-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quickview .product-additional-info {
        margin-bottom: 50px;
    }

    .quickview .product-actions .product-quantity .add {
        margin-right: 0 !important;
        margin-bottom: 0;
        display: flex;
        /* justify-content: flex-start;
        align-items: center; */
    }

    .quickview .product-add-to-cart .product-quantity .qty {
        /* margin-bottom: 108px; */
        margin-right: 0;
    }

    .quickview .product-variants .product-variants-item {
        margin: 0 0 39px 0;
    }

    .quickview .product-actions .product-add-to-cart {
        margin-bottom: 43px;
    }

    .quickview .modal-dialog {
        max-width: calc(100% - 25px);
        margin: 0px 10px;
    }

}

@media screen and (max-width: 574px) {
    .quickview .modal-dialog .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .quickview .modal-dialog .row {
        justify-content: flex-start;
    }
}



/*MENU*/



/*RWD*/



/*PAGINACJA*/



/* Checkout */

#blockcart-modal .cart-content .cart-content-btn .btn i {
    display: none;
}

#blockcart-modal .cart-content p.cart-products-count {
    color: #000;
}

#checkout .text-muted:hover {
    color: var(--theme-primary-color) !important;
}

#checkout .blockcart.cart-preview {
    position: relative;
}

#checkout-addresses-step .js-address-form .form-group:first-of-type {
    display: none;
}


body#checkout .cart-grid-body .card-block h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 60px;
}


body#checkout section.checkout-step .step-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-style: normal;
    /* flex-direction: row-reverse; */
    padding: 0 0 9px 0;
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-left: 20px;
}

body#checkout section.checkout-step.-reachable.-current .step-number,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    order: 3;
    margin: 0;
    /* display: none; */
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    order: 2;
    margin: 0 20px;
    display: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    order: 0;
    border: 2px solid #22AF48;
    border-radius: 94%;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    margin-left: -45px;
    margin-right: 20px;
}

.done {
    color: #22AF48;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
    font-size: 0;
    background-color: transparent;
    display: flex;
    margin: 0;
    position: absolute;
    right: 25px;
}

body#checkout section.checkout-step.-reachable.-current .step-number:before {
    font-family: "feather";
    content: "\e931";
    font-size: 20px;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-style: normal;
}

body#checkout section.checkout-step .step-number {
    font-size: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

body#checkout section.checkout-step .step-number:before {
    font-family: "feather";
    content: "\e92e";
    font-size: 20px;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-style: normal;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: flex;
    margin: 0;
    position: absolute;
    right: 25px;
}

body#checkout section.checkout-step.-unreachable .step-number {
    display: none
}

body#checkout section.checkout-step.-current .content {
    padding-left: 0;
    padding-right: 0;
}

body#checkout section.checkout-step .continue {
    background-color: #FF5252;
    padding: 15px 63px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

body#checkout section.checkout-step .continue:hover {
    background-color: #00796B;
}

body#checkout .cancel-address {
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 6px;
    padding: 16px 38px;
    color: #fff;
    transition: all .4s;
    text-decoration: none;
}

body#checkout .cancel-address:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box;
    transition: all .4s;
    color: var(--theme-primary-color-anchor-hover);
}

body#checkout section.checkout-step .form-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

body#checkout section.checkout-step .form-footer.clearfix::after {
    display: none;
}

body#checkout section.checkout-step #delivery-address .form-control-label {
    /* color: #686868;
    font-weight: 400; */
    display: none;
}

body#checkout section.checkout-step #delivery-address .form-fields .form-group>div {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 30px;
}

body#checkout section.checkout-step #delivery-address .form-fields .form-group {
    margin-right: 30px;
    margin-bottom: 38px;
}


body#checkout section.checkout-step #delivery-address .form-control-comment {
    display: none;
}

body#checkout section.checkout-step #payment-confirmation .btn {
    background-color: #FF5252;
    padding: 15px 63px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

body#checkout section.checkout-step #payment-confirmation .btn.disabled,
body#checkout section.checkout-step #payment-confirmation.btn.disabled:hover {
    opacity: .65;
}

body#checkout section.checkout-step #payment-confirmation .btn-primary:hover {
    background-color: #00796B;
}

body#checkout .cart-grid-right {
    display: none
}

body#checkout section.checkout-step #payment-confirmation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body#checkout section.checkout-step #payment-confirmation .ps-shown-by-js {
    text-align: right;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    padding: 3%;
}

body#checkout section.checkout-step .delivery-options .apaczka-additional-div {
    margin-top: 20px;
}

body#checkout section.checkout-step.-current .step-title {
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: var(--theme-primary-color);
    margin-bottom: 20px;
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 0;
    text-transform: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

body#checkout #order-summary-content .order-confirmation-table {
    border: none;
    background: #FAFAFA;
    padding: 15px 0 0 0;
}

body#checkout section.checkout-step #delivery-address .form-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#category #wrapper .center>.row {
    justify-content: center;
}

#wrapper .center>.row #content-wrapper {
    margin-bottom: 100px;
}

body#checkout .condition-label a:hover {
    color: var(--theme-third-color);
}

body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;
    color: var(--theme-primary-color);
}

body#checkout #delivery,
body#checkout #gift_message {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}




@media screen and (max-width: 991px) {
    body#checkout section.checkout-step #delivery-address .form-fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    body#checkout .center>.row {
        padding: 0 35px;
    }

    body#checkout #delivery,
    body#checkout #gift_message {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    body#checkout section.checkout-step #delivery-address .form-fields {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    #order-confirmation #order-items .card-title:not(:first-child),
    body#checkout #order-summary-content #order-items h3.h3:not(:first-child) {
        display: none;
    }

    body#checkout #order-summary-content #order-items h3.h3 {
        padding: 0;
    }

    body#checkout .center>.row {
        padding: 0 15px;
    }

    body#checkout section.checkout-step .step-title {
        margin-left: 40px;
    }
}


@media screen and (max-width: 575px) {
    body#checkout section.checkout-step .carriere-name-container {
        padding: 10px 0;
    }

    body#checkout section.checkout-step .form-footer {
        flex-direction: column;
    }
}


/* Order Confirmation */

#order-confirmation .done {
    display: none
}

#order-confirmation #content-hook_order_confirmation .col-md-12 p {
    background: #E5F6FD;
    padding: 21px 0;
    border: 1px solid #00A4EC;
    margin: 0 15px 50px 15px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    text-shadow: none;
    border-radius: 6px;
}

#order-confirmation #content-hook_order_confirmation .col-md-12 p:before {
    font-family: "feather";
    content: "\e902";
    color: #00A4EC;
    font-size: 22px;
    margin-left: 21px;
    margin-right: 11px;
}

#order-confirmation #order-items .card-title {
    background: var(--theme-primary-color);
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: inherit;
    border-bottom: none;
    margin: 0;
    height: 59px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#order-confirmation #order-items .row {
    margin: 0;
}

#order-confirmation #order-items hr {
    display: none;
}

#order-confirmation #order-items>.row {
    background: var(--theme-primary-color);
    margin-bottom: 0;
}

#order-confirmation #order-items>.row {
    background: var(--theme-primary-color);
    margin-bottom: 0;
}

#order-confirmation #content-hook_order_confirmation .card-block .col-md-12 {
    padding: 0
}

#order-items {
    border: none;
    padding: 0 15px;
    margin-top: 20px;
}

#order-items .order-confirmation-table {
    padding-top: 20px;
    background: #FAFAFA;
}

#order-items>.row {
    background: var(--theme-primary-color);
    height: 59px;
    width: 100%;
    margin: 0;
}

#order-items .order-line {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #fff;
    font-weight: 500;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

#order-items table tr.total-value,
#order-items table {
    background: #F6F8FF;
}

#order-items hr {
    border-top-color: transparent;
}

#order-items table tr {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}


#order-details {
    margin-top: 50px
}

#order-confirmation #content-hook_payment_return .card-block {
    margin: 30px 0;
}

#order-confirmation .card .card-block form {
    width: 33%;
}

#order-confirmation .card .card-block form button {
    margin-top: 30px
}

#order-confirmation .card .card-block form .form-control-label {
    font-size: 16px;
}

#order-confirmation .card .card-block form .form-footer button {
    background-color: #FF5252;
    padding: 15px 63px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

#order-confirmation .card .card-block form .form-footer button:hover {
    background-color: #00796B;
}

.list-group-flush:first-child .list-group-item:first-child,
body#checkout #order-summary-content #order-items table tr:first-child td {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

#order-items .details a {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.page-order-confirmation .card-block {
    margin-bottom: 0;
}


.page-order-confirmation .button-back-home,
.page-order-confirmation .button-back-home a {
    max-width: 250px;
    width: 100%;
    height: 60px;
    margin: 60px auto;
    background: var(--theme-primary-color-accent);
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
    color: var(--theme-primary-color-button);
    font-weight: 700;
}


.page-order-confirmation .button-back-home:hover,
.page-order-confirmation .button-back-home:hover a {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
    color: var(--theme-primary-color-anchor-hover) !important;
    transition: .4s all;
}

@media screen and (min-width: 360px) {
    #order-items table tr {
        padding: 20px 50px;
    }
}

@media screen and (max-width: 992px) {
    #order-confirmation .card .card-block form {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    #order-confirmation .card .card-block form {
        width: 100%;
    }

    #order-confirmation .card .card-block form button {
        display: flex;
        margin: 30px auto;
    }
}

/* Wishlist */



/* Newsletter */



/* BLOCK CART MODAL */



/* Cart */



/* Fly cart mobile*/



/*BTN INFO w formularzach*/

/* AUTH */
.page-authentication h1 {
    text-align: center;
}

.page-authentication #content {
    max-width: unset !important;
    padding: 0;
    margin: 50px 0 100px 0
}

.register-form>p {
    text-align: center;
}

#authentication #recaptcha-policy-text {
    text-align: center;
}

.send-renew-password-link {
    text-align: center;
}

input:-internal-autofill-selected {
    background: #FAFAFA 0% 0% no-repeat padding-box;
}




/*Logowanie i zakładanie konta*/
#authentication .form-group .form-control-label {
    display: none !important;
}

#authentication #recaptcha-policy-text {
    text-align: left;
}


/*Logowanie*/
.page-customer-account #content .no-account a {
    color: var(--theme-primary-color);
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.no-account a:hover,
.page-customer-account #content .no-account a:hover {
    color: #7a7a7a
}

.login-form {
    margin-top: 0;
}

.login-form-card-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    align-content: stretch;
    /* gap: 30px; */
}

.login-form-image img {
    height: 100%;
    object-fit: cover;
}

.login-form-card-container .login-form-container {
    flex: 0 0 50%;
    padding: 30px;
    border: 1px solid #E6E8E8;
    border-radius: 30px;
}

.login-form-card-container .login-form-image {
    flex: 0 0 50%;
}

#authentication .login-form .form-group .col-md-6,
#authentication .login-form .form-group .form-control-comment {
    max-width: 100%;
    flex: 0 0 100%;
}

.page-customer-account #content .forgot-password,
.page-customer-account #content .no-account {
    text-align: left;
    font-size: 16px;
}

.forgotten-password .form-fields .center-email-fields button,
.forgotten-password .form-fields .email input {
    line-height: 0px;
}

.page-customer-account #content {
    margin-bottom: 100px;
}

#authentication .login-form .form-footer {
    text-align: left !important;
}

@media(min-width: 992px) {
    .login-form-image img {
        padding-left: 30px;
    }
}


@media(max-width: 991px) {
    .login-form {
        margin-top: 15px;
    }

    .login-form-card-container {
        flex-direction: column-reverse;
    }

    .login-form-card-container .login-form-container {
        flex: 0 0 100%;
        padding: 15px;
    }

    .login-form-card-container .login-form-image {
        flex: 0 0 100%;
    }

    .login-form-image img {
        margin-bottom: 30px;
    }
}


/*Zakładanie konta*/
#customer-form #recaptcha-policy-text {
    margin-left: 0 !important;
    text-align: left;
    padding: 0 20px;
}

#authentication .register-form .btn-info {
    padding: 0.75rem 1.5rem;
    background: var(--theme-primary-color);
}

#authentication .register-form .btn-info:hover {
    background: var(--theme-primary-color-hover);
    cursor: pointer;
}

#authentication #customer-form div {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

#authentication .custom-checkbox label div {
    display: block !important;
    line-break: anywhere;
}

#authentication .register-form .form-footer {
    padding: 0 15px;
}

#authentication #customer-form .form-group {
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px;
}

#authentication #customer-form .form-group:nth-child(2),
#authentication #customer-form .form-group:nth-child(3),
#authentication #customer-form .form-group:nth-child(4),
#authentication #customer-form .form-group:nth-child(5),
#authentication #customer-form .form-group:nth-child(6) {
    max-width: 33.3%;
    min-width: 33.3%;
}

#authentication #customer-form .form-group .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100%;
    display: block;
}

#authentication #customer-form .form-control-label {
    display: none;
}

#authentication .forgot-password a {
    color: #555;
}

.form-footer .btn-info {
    margin: 0 15px;
    padding: 17px 39px;
}

@media(max-width: 991px) {

    #authentication #customer-form .form-group:nth-child(2),
    #authentication #customer-form .form-group:nth-child(3),
    #authentication #customer-form .form-group:nth-child(4),
    #authentication #customer-form .form-group:nth-child(5),
    #authentication #customer-form .form-group:nth-child(6) {
        max-width: 100%;
        min-width: 100%;
    }
}

@media(max-width: 425px) {
    .page-customer-account form .custom-checkbox label {
        font-size: 10px;
    }

    .page-customer-account #content-wrapper,
    .page-customer-account #content {
        padding: 0;
    }
}

/*Moje konto*/
.page-my-account #content .links a {
    color: #000;
    font-weight: 500;
}

.page-my-account #content .links a i {
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 28px;
}



@media(max-width: 991px) {

    #identity #customer-form .form-group:nth-child(2),
    #identity #customer-form .form-group:nth-child(3),
    #identity #customer-form .form-group:nth-child(4),
    #identity #customer-form .form-group:nth-child(5),
    #identity #customer-form .form-group:nth-child(6),
    #identity #customer-form .form-group:nth-child(7) {
        max-width: 100%;
        min-width: 100%;
    }
}

@media(max-width: 991px) {
    #address .form-group {
        max-width: 100%;
        min-width: 100%;
    }
}


/*form select*/


/* Wishlist */

#module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart {
    border-radius: 6px;
    height: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    margin: 20px auto;
    padding: 0;
    height: 51px;
    width: 100%;
}

/* #module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart:hover {
    margin: 20px auto;
} */

#module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart span i {
    color: #fff;
}

#module-leofeature-viewwishlist .leo-wishlist-product .wishlist-product-info,
#module-leofeature-viewwishlist .leo-wishlist-product .leo_cart_quantity {
    display: none;
}

#module-leofeature-viewwishlist .leo-wishlist-product .leo-bt-cart-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

#module-leofeature-viewwishlist .leo-wishlist-product .leo-bt-cart-content .name-btn-product {
    height: 8px;
    margin-left: 5px;
}

#module-leofeature-mywishlist .table thead th {
    border-bottom-color: transparent !important;
}

#module-leofeature-mywishlist .list-wishlist {
    margin: 20px 0;
    overflow-x: auto;
}

#module-leofeature-mywishlist .table thead th {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#module-leofeature-mywishlist .leo-modal-wishlist.enable-action .modal-footer {
    display: flex;
    justify-content: space-between;
}

#module-leofeature-mywishlist .leo-wishlist-button-delete i,
#module-leofeature-mywishlist .delete-wishlist i {
    position: relative;
    font-size: 0;
}

#module-leofeature-mywishlist .delete-wishlist i:before {
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    font-family: "feather";
    content: "\e9e3";
    font-size: 22px;
    color: #000;
}

#module-leofeature-mywishlist .leo-wishlist-button-delete i:before {
    position: absolute;
    bottom: -3px;
    right: -5px;
    font-family: "feather";
    content: "\e9e3";
    font-size: 22px;
    color: #000;
}

#module-leofeature-mywishlist .leo-wishlist-button-delete i:hover::before,
#module-leofeature-mywishlist .delete-wishlist i:hover::before {
    color: var(--theme-primary-color);
}

#module-leofeature-mywishlist .leo-send-wishlist-button i {
    display: none;
}

#module-leofeature-mywishlist .wishlist-product-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    gap: 15px;
}

#module-leofeature-mywishlist .modal-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

#module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart span i {
    display: none;
}

@media (max-width:991px) {
    #module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart {
        width: 100%;
        min-width: 170px;
    }

    #module-leofeature-viewwishlist .leo-wishlist-product .leo-bt-cart-content .name-btn-product {
        height: auto;
        margin-left: 0;
        font-size: 12px;
    }
}

@media (min-width:575px) {
    #module-leofeature-mywishlist .form-send-wishlist .form-group .col-form-label {
        padding: 0 0 0 10px;
    }
}




#module-leofeature-mywishlist .list-wishlist table thead {
    background: var(--theme-primary-color);
}

#module-leofeature-mywishlist .list-wishlist table tbody td,
#module-leofeature-mywishlist .list-wishlist table tbody {
    text-align: center;
    background-color: #F7F7F7;
}

#module-leofeature-mywishlist .list-wishlist table tbody td a {
    color: #000;
}

#module-leofeature-mywishlist .table thead th:not(:last-of-type) {
    border-right: 1px solid #ECF5F4;
    color: var(--theme-primary-color-anchor);
}

#module-leofeature-mywishlist .list-wishlist .view-wishlist-product {
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

#module-leofeature-mywishlist .list-wishlist .view-wishlist-product:hover {
    color: var(--theme-primary-color);
}

#module-leofeature-mywishlist .list-wishlist .view-wishlist-product i {
    margin-right: 10px;
    color: #000;
}

#module-leofeature-mywishlist .list-wishlist .view-wishlist-product i:hover {
    color: var(--theme-primary-color);
}

#module-leofeature-mywishlist h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
}

#module-leofeature-mywishlist .footer-container .title {
    text-transform: none;
}

#mywishlist {
    margin-bottom: 100px;
}

/* #mywishlist .btn-primary {
    padding: 0.75rem 1.5rem;
    min-width: 200px;
    font-size: 14px;
    font-weight: 400;
    background: var(--theme-primary-color);
} */

#mywishlist .btn-primary:hover {
    background: var(--theme-primary-color-hover);
}

.list-wishlist tr.show {
    background: #E9F4F2 !important;
}

#mywishlist .list-wishlist .delete-wishlist {
    color: #000;
}

#mywishlist .list-wishlist .delete-wishlist:hover i,
#mywishlist .list-wishlist .delete-wishlist i:hover {
    color: var(--theme-primary-color-hover);
}

#mywishlist #products .leo-wishlist-product {
    margin-bottom: 50px;
}

#mywishlist #products .product-miniature .thumbnail-container {
    padding: 0;
}

.product-miniature .thumbnail-container:hover .product-description::after,
#mywishlist #products .product-miniature .thumbnail-container:hover .product-description::after {
    border-top: none;
}

#mywishlist #products .product-miniature .leo-wishlist-button-delete {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    color: #000;
}

#mywishlist #products .product-miniature .leo-wishlist-button-delete:hover i,
#mywishlist #products .product-miniature .leo-wishlist-button-delete i:hover {
    color: var(--theme-primary-color);
}

#mywishlist #products .product-miniature .wishlist-product-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}

#mywishlist #products .product-miniature .wishlist-product-info label,
#mywishlist #products .product-miniature .wishlist-product-info .label {
    color: #686868;
    font-size: 16px;
    line-height: 24px;
}

#mywishlist #products .product-miniature .wishlist-product-info .form-group:first-of-type {
    width: calc(20% - 12px);
}

#mywishlist #products .product-miniature .wishlist-product-info .form-group:last-of-type {
    width: calc(80% - 12px);
}

#mywishlist #products .product-miniature .wishlist-product-info select.form-control:not([size]):not([multiple]) {
    height: calc(2.75rem + 2px);
    border: 1px solid #EEEEEE;
}

#mywishlist .wishlist-product-info .form-control {
    border: 1px solid #EEEEEE;
}

#mywishlist #products .product-miniature .wishlist-product-action .leo-wishlist-product-save-button {
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
}

#mywishlist #products .product-miniature .wishlist-product-action .leo-wishlist-product-save-button:hover {
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
}

#mywishlist #products .product-miniature .wishlist-product-action .leo-wishlist-product-save-button:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
    color: var(--theme-primary-color-accent) !important;
}

#mywishlist .product-miniature .product-title {
    text-align: left;
    margin-bottom: 20px;
}

#mywishlist .product-miniature .product-title a {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #F3F3F3;
}

#mywishlist .product-miniature .product-price-and-shipping {
    margin: 20px 0;
}

.dropdown-menu.leo-list-wishlist {
    margin: 0 auto;
    top: -4vh;
    left: 0;
    right: 0;
    transform: translate(-13%, -50%);
    overflow: hidden auto;
    height: auto;
    max-height: 100px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.dropdown-menu.leo-list-wishlist .list-group-item:hover {
    background-color: #686868;
    color: #fff;
}

.dropdown-menu.leo-list-wishlist .list-group-item {
    border: none;
    outline: none;
}

.leo-wishlist-button-dropdown.show>.btn-primary.dropdown-toggle {
    background-color: transparent;
}

.leo-wishlist-button-dropdown>.btn-primary.dropdown-toggle.added i {
    color: #FF5252;
}

.compare .added i,
.wishlist .added i {
    color: #FF5252;
}

#mywishlist .btn-primary:focus {
    color: #fff
}

.wishlist-item.added {
    background-color: #000;
    color: #fff;
    transition: all .4s;
}

/* #view_wishlist #products .product-miniature.leo-wishlistproduct-item {
    padding: 0;
} */

#view_wishlist #products .product-miniature.leo-wishlistproduct-item .product-title {
    text-align: left;
}

#view_wishlist .leo-wishlist-product {
    padding: 0 15px;
    gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu.leo-list-wishlist {
        min-width: 9rem;
    }
}



/* Checkout */

.h6,
body#checkout section.checkout-step .add-address a i,
h6 {
    font-size: 16px;
    line-height: 18px;
    color: #000;
}



/* Fly Cart */

/* Fly Cart */

.leo-dropdown-cart.dropdown.show {
    margin-top: 10px;
}

.leo-dropdown-cart .leo-dropdown-cart-content a.text-primary i {
    position: relative;
    font-size: 0;
}

.leo-dropdown-cart .leo-dropdown-cart-content a.text-primary i:before {
    position: absolute;
    bottom: 60px;
    right: 15px;
    font-family: "feather";
    content: "\e9e3";
    font-size: 22px;
    color: #000 !important;
    transition: all .4s;
}

.leo-dropdown-cart .leo-dropdown-cart-content a.text-primary i:hover::before {
    color: var(--theme-primary-color) !important;
    transition: all .4s;
}

.leo-dropdown-cart .discount.discount-percentage {
    display: none
}

.leo-dropdown-cart .product-name {
    color: #000000;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
}

.leo-dropdown-cart .product-price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.leo-dropdown-cart .product-price .product-customization small,
.leo-dropdown-cart .product-price .product-discount {
    color: var(--theme-third-color)
}


.leo-dropdown-cart-item a:hover,
.leo-dropdown-cart-item a:focus {
    color: var(--theme-primary-color);
}

.leo-dropdown-cart-item .product-quantity {
    margin: 10px 0;
    gap: 5px;
    width: 100%;
}

.leo-dropdown-cart .leo-cart-dropdown-action {
    padding: 15px;
}

.leo-dropdown-cart .leo-cart-dropdown-action a {
    padding: 15px 0;
}

.leo-dropdown-cart .leo-cart-dropdown-action a:first-child {
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
}

.leo-dropdown-cart .leo-cart-dropdown-action a:first-child:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
    color: #fff !important;
}

.leo-dropdown-cart .leo-cart-dropdown-action a:hover {
    background: var(--theme-primary-color);
}

.leo-dropdown-cart .product-price .current-price,
.leo-dropdown-cart-subtotals .products .value,
.leo-dropdown-cart-total .value,
.leo-dropdown-cart-subtotals .shipping .value,
.leo-dropdown-cart-subtotals .value,
.leo-dropdown-cart-total .value {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
}

.leo-dropdown-cart-subtotals,
.leo-dropdown-cart-total {
    padding: 20px 10px;
}

.leo-dropdown-cart-subtotals .products {
    margin-bottom: 11px
}

.leo-dropdown-cart .product-name a {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.leo-dropdown-cart .product-price .current-price {
    margin-top: 4px
}

.leo-dropdown-cart .product-price .current-price span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: var(--theme-primary-color);
}

.leo-dropdown-list-item>li {
    width: unset !important;
    height: unset !important;
}

.leo-dropdown-cart-item.high-light,
.leo-dropdown-cart-item.show-combination,
.leo-dropdown-cart-item.show-customization,
.leo-dropdown-cart-item.show-additional {
    background-color: transparent;
}

.leo-cart-item-info .product-quantity .leo-bt-product-quantity {
    width: 48px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}

.leo-cart-item-info .product-quantity .leo-input-product-quantity {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
}

#header .leo-cart-item-info a.leo-bt-product-quantity:hover {
    background: var(--theme-primary-color);
    color: #fff;
}

.leo-dropdown-cart-subtotals .label,
.leo-dropdown-cart-total .label {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: none;
}

.leo-dropdown-cart-item .leo-dropdown-additional {
    background-color: var(--theme-third-color)
}

@media screen and (min-width: 440px) {
    .leo-dropdown-cart-content {
        min-width: 398px;
    }
}

@media screen and (max-width: 575px) {
    .leo-dropdown-cart.defaultcart {
        right: -65px;
    }
}

@media screen and (max-width: 440px) {

    .leo-dropdown-list-item>li {
        width: 300px !important;
    }

    .leo-dropdown-cart .leo-dropdown-cart-content a.text-primary i:before {
        bottom: 90px;
    }
}

/* Compare */
/* Compare */

#module-leofeature-productscompare .form-control,
#module-leofeature-productscompare .form-control:disabled,
#module-leofeature-productscompare .form-control[readonly] {
    border-bottom: 0;
}

#module-leofeature-productscompare .add-to-cart {
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    height: 50px;
    margin: 20px 0;
    transition: all .4s;
    cursor: pointer;
    width: 100%;
}


#module-leofeature-productscompare .footer_link a.lnk_view:hover,
#module-leofeature-productscompare .add-to-cart:hover {
    background: #FF5252;
    transition: all .4s;
}

#module-leofeature-productscompare .btn-add-to-cart-icon:before {
    color: #fff;
}

#module-leofeature-productscompare .product-description .leo_cart_quantity {
    display: none;
}

#module-leofeature-productscompare .leo-bt-cart-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#module-leofeature-productscompare .leo-bt-cart-content i {
    display: none;
}

#module-leofeature-productscompare .leo-compare-button.delete i {
    position: relative;
    font-size: 0;
}

#module-leofeature-productscompare .leo-compare-button.delete i:before {
    position: absolute;
    bottom: -3px;
    right: 20px;
    font-family: "feather";
    content: "\e9e3";
    font-size: 22px;
    color: #000;
}

#module-leofeature-productscompare .leo-compare-button.delete i:hover::before {
    color: var(--theme-primary-color);
}

#module-leofeature-productscompare .footer_link a.lnk_view {
    background: transparent linear-gradient(90deg, #1D1D1D 0%, #333333 100%) 0% 0% no-repeat padding-box !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 6px;
    padding: 16px 38px;
    color: #fff;
    transition: all .4s;
}

#module-leofeature-productscompare .footer_link a.lnk_view:hover {
    background: transparent linear-gradient(90deg, #0C0F24 0%, #0C1348 100%) 0% 0% no-repeat padding-box !important;
    color: var(--theme-primary-color-accent) !important;
}

#module-leofeature-productscompare .footer_link a.lnk_view i {
    display: none;
}

#module-leofeature-productscompare .product-miniature .thumbnail-container:focus .product-description::after,
#module-leofeature-productscompare .product-miniature .thumbnail-container:hover .product-description::after {
    border-top: 0;
}

#module-leofeature-productscompare .leo-productscompare-item {
    width: auto;
    min-width: 250px;
}

#module-leofeature-productscompare .leo-productscompare-item .product-description {
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#module-leofeature-productscompare .product-description .product-title {
    order: 1;
}

#module-leofeature-productscompare .product-price-and-shipping {
    order: 2;
}

#module-leofeature-productscompare .button-container.cart {
    width: 100%;
    order: 3;
}

#module-leofeature-productscompare .product_desc {
    display: none;
}


/* Alert */

.alert.alert-warning {
    background: #FDF5E7;
    padding: 21px 0;
    border: 1px solid #EC9F1A;
    margin-bottom: 50px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    text-shadow: none;
    border-radius: 6px;
}

.alert.alert-warning:before {
    font-family: "feather";
    content: "\e904";
    color: #EC9F1A;
    font-size: 22px;
    margin-left: 21px;
    margin-right: 11px;
}

.alert.alert-info {
    background: #E5F6FD;
    padding: 21px 0;
    border: 1px solid #00A4EC;
    margin-bottom: 50px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    text-shadow: none;
    border-radius: 6px;
}

.alert.alert-info:before {
    font-family: "feather";
    content: "\e902";
    color: #00A4EC;
    font-size: 22px;
    margin-left: 21px;
    margin-right: 11px;
}

.alert.alert-warning a,
.alert.alert-info a {
    color: #000;
}

/* GDPR */

#module-psgdpr-gdpr .psgdprinfo17 h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 21px;
}

#module-psgdpr-gdpr #exportDataToPdf,
#module-psgdpr-gdpr #exportDataToCsv {
    margin: 10px;
}

#module-psgdpr-gdpr #exportDataToPdf:hover,
#module-psgdpr-gdpr #exportDataToCsv:hover {
    background-color: var(--theme-primary-color);
}

@media screen and (min-width: 520px) {

    #module-psgdpr-gdpr #exportDataToPdf,
    #module-psgdpr-gdpr #exportDataToCsv {
        padding: 15px 50px;
    }
}

/* Email Alerts */

#module-ps_emailalerts-account .js-remove-email-alert.btn-link i {
    position: relative;
    font-size: 0;
}

#module-ps_emailalerts-account .js-remove-email-alert.btn-link i:before {
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    font-family: "feather";
    content: "\e9e3";
    font-size: 22px;
    color: #000;
}

#module-ps_emailalerts-account .js-remove-email-alert.btn-link i:hover::before {
    color: var(--theme-primary-color);
}








/* Promo */


/* Legal Compilance */


/* Price History */

.x13pricehistory__button { margin: 30px 0 0 20px; display: flex; justify-content: flex-start; align-items: center; font-size: 16px; color: #000; font-weight: 500; padding: 0 0 5px 0; }
.x13pricehistory__button:hover { color: #00796B }
.x13pricehistory__button i { font-size: 0; display: flex; justify-content: center; align-items: center; }
.x13pricehistory__button i::before { content: "\E91B"; font-family: 'Feather'; font-size: 18px; padding-right: 25px; margin-bottom: 5px; }
.x13pricehistory__lowest__today { font-size: 16px; color: #686868; }
.x13pricehistory__text--default:not(.x13pricehistory__text--modal) { font-size: 16px !important; margin: 20px 0; color: #686868; }



/* 404 */

.error-page-item {
    text-align: center;
}

.title-error {
    text-align: center;
    font-size: 42px;
    color: #000;
    font-weight: 500;
}

.subtitle-error {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.error-page-item img {
    text-align: center;
    margin-top: 50px;
    width: 100%;
    max-width: 510px;
}

.button-back-error {
    max-width: 287px;
    padding: 0 15px;
    height: 50px;
    margin: 60px auto;
    background: #E0191A;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.button-back-error a {
    color: #fff;
    width: 287px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.button-back-error:hover {
    transition: all .4s;
    background: #EC6932;
}

.button-back-error a:hover {
    color: #fff;
}

.alert.alert-danger {
    margin-top: 30px;
}

.alert.alert-danger ul {
    margin: 0;
}


/* Order History */


/* Paragon Faktura */

#invoice_bill {
    margin: 0 0 40px 0;
}

#invoice_bill label input {
    opacity: 0;
    margin: 0 7px !important;
}

#invoice_bill label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 0.1rem;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: #979797 1px solid;
    border-radius: 50%;
}

#invoice_bill label input[type=radio]:checked+span {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    display: block;
    width: 12px;
    height: 12px;
    background-color: var(--theme-primary-color);
    border-radius: 50%;
}

/* Manufacturer */

#manufacturer #main ul {
    align-items: flex-end;
    justify-content: center;
}

#manufacturer #main ul .brand {
    width: 20%;
}

#manufacturer #main ul .brand:hover {
    box-shadow: none;
}

#manufacturer #main ul .brand-img {
    width: 100%;
    margin: 0;
}

#manufacturer #main ul .brand-img img {
    width: 100%;
    max-width: 200px;
}

/* CMSpage */
#cms .cms-logo {
    max-height: 50px;
}



/* CMSpage */

#cms .page-header h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: var(--theme-primary-color-content);
    margin-bottom: 30px;
}

#cms .about-us-page-text {
    font-size: 16px;
    line-height: 26px;
    color: var(--theme-primary-color-content);
    font-weight: 400;
}

#cms .about-us-page-heading {
    font-size: 18px;
    line-height: 26px;
    color: var(--theme-primary-color-content);
    font-weight: 500;
}

#contact .gdpr_consent {
    margin-top: 30px;
}

#contact form .form-control:active {
    color: var(--theme-primary-color-content);
}


@media (max-width: 991px) {
    #cms .page-header h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

/* GDPR */

.psgdpr_consent_message {
    margin: 15px 0;
}

#module-psgdpr-gdpr .psgdprinfo17 {
    background: #fafafa;
    margin-top: 30px;
}

#module-psgdpr-gdpr .psgdprinfo17 h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-bottom: 21px;
    text-transform: none;
}

#module-psgdpr-gdpr .psgdprinfo17 p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
}

#module-psgdpr-gdpr #exportDataToPdf,
#module-psgdpr-gdpr #exportDataToCsv {
    margin: 10px;
    border: 1px solid #304BFB;
    background: transparent !important;
    color: var(--theme-primary-color) !important;
    font-size: 14px;
    line-height: 17px;
    text-transform: none;
}

#module-psgdpr-gdpr #exportDataToPdf:hover,
#module-psgdpr-gdpr #exportDataToCsv:hover {
    border: 1px solid #333333;
    color: #333333 !important;
}

@media screen and (min-width: 520px) {

    #module-psgdpr-gdpr #exportDataToPdf,
    #module-psgdpr-gdpr #exportDataToCsv {
        padding: 15px 50px;
    }
}

#search_filters .facet .collapse:not(.show) {
    display: none;
}

.gm-style img {
    max-width: 60%;
}

.quickview .product-cover .product-flags li.product-flag {
    gap: 5px;
}
.owl-row .owl-buttons>:before, .slick-row .slick-arrows button:before {
    color: #10152C;
}

#index .separator .center-element {
    background-color: #10152C;
    border-radius: 14px;
}

button.x13pricehistory__button:hover {
    color: #FFD100;
}

section#checkout-payment-step {
    padding-left: 15px !important;
}

section#checkout-payment-step .payment-options {
    padding-left: 0 !important;
    margin-left: -15px;
}


#form_ets_onepagecheckout .btn-primary:not(.loading):hover {
    background: #10152C !important;
}

.leo-dropdown-cart .leo-dropdown-overlay {
    display: none;
}

#category .functional-buttons .button-container.cart {
    bottom: 15px;
}

.page-list li a:hover {
    color: #FFD100;
}

.current-price + .notax {
    margin-top: 5px;
}

.bootstrap-touchspin button.btn:hover {
    border-color: #333 !important;
}

.about-us-page-col ul {
    padding-left: 30px;
}

.page-cms p {
    font-size: 16px;
    color: #000000;
}

.page-cms li::marker {
    font-weight: bolder;
}

.sitemap a {
    color: #333;
}

.sitemap a:hover {
    color: #FFD100;
}

.store-item-footer p.text-justify {
    color: #000;
    font-size: 16px;
}

.store-item-footer a:hover i {
    color: #FFD100 !important;

}

#authentication .forgot-password a:hover {
    color: #E0191A;
}

.lql-social-login.clearfix.show-bt-txt {
    margin-top: 20px;
}

.no-account {
    margin-top: 15px;
}

.product-description ul {
    list-style: disc;
    margin-left: 30px;
}

#prices-drop h1, #new-products h1 {
    font-size: 40px;
    text-transform: none;
}

.modal button.btn.btn-danger {
    background: #FFD100;
    border-radius: 6px;
    border-color: #FFD100;
}

.modal button.btn.btn-danger:hover {
    background: #080E37;
    border-color: #080E37;
}

.modal .modal-footer button {
    height: 40px;
    line-height: 0;
    min-width: 100px;
    text-align: center;
}

div#js-product-list-top {
    margin-bottom: 50px;
}

#js-product-list .pagination {
    margin-top: 55px;
}


@media (max-width: 991px) {
    .functional-buttons .quickview {
        right: 69%;
    }

    .functional-buttons .compare {
        right: 11%;
    }

    .off-canvas-nav-megamenu .mega-col {
        background: #333;
    }

    .offcanvas-mainnav .navbar-nav .dropdown-menu-inner li.nav-item a.nav-link {
        color: #fff;
        font-weight: 500;
        font-size: 14px;
    }
}

textarea#contactform-message::placeholder {
    color: #7a7a7a;
}

#cart-subtotal-shipping a:hover {
    color: #E0191A;
}
#cart-subtotal-shipping small {
    margin-right: 15px;
}

.mCSB_container li {
    width: 100% !important;
}

.store-description a:hover strong {
    color: #E0191A !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
.list-product-slick-carousel .product-image {
    max-height: 290px;
}
}

#cms .page-content a:hover {color: #E0191A;}

#module-leofeature-mywishlist .product-miniature .thumbnail-container .product-thumbnail img, #module-leofeature-viewwishlist .product-miniature .thumbnail-container .product-thumbnail img {
    max-height: 300px;
}