/* GALAX3 */

/* FONTY */
@import url("/themes/basic/modules/appagebuilder/views/css/fa6.min.css");
@import url("/themes/basic/assets/fonts/feather/feather.css");
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
	text-rendering: optimizeSpeed;
	font-optical-sizing: none;
}


body,
button,
input,
optgroup,
select,
textarea,
a {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
}

.page-cms input[name=printCMSPage] {
    display: none;
}

.row input:active::placeholder,
.row input:focus::placeholder {
    color: transparent
}

input::placeholder {
    color: #6D6E70
}

body {
    background-color: transparent;
}

p, label, body {
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.center .row {
    padding: 0 15px;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

a:focus, a:hover {
    color: var(--theme-secondary-color);
    text-decoration: none;
}

.modal-dialog .modal-header {
    justify-content: start ;
    align-items: start ;
    gap:20px;
    flex-direction: row-reverse;
}

.modal-dialog .modal-header .close{
    margin-left: auto;
}

@media(max-width: 991px) {
    html { 
        font-size: 14px;
        overflow-x: hidden; 
    }
}

/* POPRAWKI */

.block-promo .collapse-button {display: none;}
.block-promo #promo-code {display: block !important;}
.block-promo .promo-code .cancel-promo {display: none !important;}

/* Nagłówki */

    
h1, .h1, h2, .h2 {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: none;
}


.h1, h1 {
    font-size: 44px;
    line-height: 50px;
    color: var(--theme-primary-color-content);
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none;
}




@media (max-width: 991px) {
    p, label, body {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 767px) {
    h1, .h1, h2, .h2, h3, .h3 {
        font-size: 26px;
    }
}

/* KOLORY */

:root {
    --theme-primary-color: #000;
    --theme-secondary-color: #C79E3D;
    --theme-primary-color-hover: #fff;
    --theme-secondary-color-hover: #808080;
    --theme-placeholder-color: #000;
}

/* PRZYCISKI */

.btn-primary {
    background-color: var(--theme-secondary-color);
    color: var(--theme-primary-color);
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;

}
#checkout .btn-primary{
padding:5px 10px;}

.btn {
    cursor: pointer;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed !important;
    opacity: .65;
}

.btn-danger { background-color: var(--theme-secondary-color); padding: 0 30px; line-height: 40px; height: 40px; font-size: 18px; font-weight: 400; cursor: pointer; color: #000;border: 1px solid var(--theme-secondary-color);}
.btn-danger:hover, .btn-danger.hover { background-color: #fff; border: 1px solid #000; color: #000; }
.btn.focus, .btn:focus { box-shadow: none; }


.btn-info { color:var(--theme-primary-color)!important; background-color: var(--theme-secondary-color); border: none}
.btn-info:hover, .btn-info.hover { background-color: var(--theme-primary-color); color: var(--theme-primary-color-hover) !important; }

.btn-secondary:hover, 
.btn-secondary.hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.hover,
.btn-primary.active,
.btn-primary.focus {
    background-color: var(--theme-primary-color-hover) !important;
    color: var(--theme-primary-color) !important;
    border: 1px solid var(--theme-primary-color) !important;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
}

.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: 0;
    font-size: 17px;
}


#password .btn-primary {
    padding: .5rem 1.25rem;
}

@media (max-width: 991px) {
    .btn-primary {
        font-size: 16px;
    }
}

/*PAGINACJA*/
.pagination{flex-direction:column-reverse;row-gap:25px;text-align:center;flex-wrap:wrap; margin-bottom: 20px;}
.pagination .page-list li{font-size:20px;line-height:24px;padding:0;margin:0 5px}
.pagination li:not(:first-child, :last-child) {color:var(--theme-primary-color); background: transparent; width: 30px; height: 30px; border: 1px solid var(--theme-primary-color); text-align: center; }
.pagination .current {color:var(--theme-primary-color) !important; background: var(--theme-secondary-color) !important; width: 30px; height: 30px; border: 1px solid var(--theme-primary-color) !important; }
.pagination li:not(:first-child):not(:last-child):hover{background:var(--theme-secondary-color)}
.pagination a,
.pagination .current a {font-size: 14px; line-height: 20px;}
.pagination a:hover,
.pagination .current a:hover {color: (var(--theme-primary-color));}
.pagination .next,.pagination .previous{font-size:0; width:48px;height:48px;line-height:48px;border-radius:50%;transition:.3s ease-out;text-align: center;}
.pagination .next i,.pagination .previous i{font-size: 0 }
.pagination .next i:before {   font-family: 'FontAwesome';
    color: #000;
    font-size: 15px;
    display: block;
    transition: all 0.5s;
    font-weight: 600;
    margin: -7px;
    content: "\f178" !important;
}
.pagination .previous i:before {   font-family: 'FontAwesome';
    color: #000;
    font-size: 15px;
    display: block;
    transition: all 0.5s;
    font-weight: 600;
    margin: -7px;
    content: "\f177" !important;
}
.pagination .next i:hover::before, .pagination .previous i:hover::before { color: var(--theme-secondary-color-hover);}
.pagination .page-list{display:flex;justify-content:center;align-items:center}
.full-slider .owl-pagination, .full-slider .slick-dots { pointer-events: none; }
.full-slider .owl-pagination .owl-page, .full-slider .slick-dots > li { pointer-events: all; }
#category .pagination div:first-of-type {margin: 0 0 20px 0;}

/* SLIDER HOME */

#index .full-slider .owl-carousel .owl-buttons {
    position: static;
}

#index .full-slider .owl-carousel .owl-buttons div:before {
    color: var(--theme-primary-color-hover);
}

#index .full-slider .owl-theme .owl-buttons div.owl-prev:before {
    content: "\f053" !important;
    font-size: 25px;
}

#index .full-slider .owl-theme .owl-buttons div.owl-next:before {
    content: "\f054" !important;
    font-size: 25px;
}

@media (max-width: 991px) {
    #index .full-slider .owl-theme .owl-buttons div.owl-prev:before,
    #index .full-slider .owl-theme .owl-buttons div.owl-next:before {
        font-size: 20px;
    }
    #index .full-slider .owl-next, .full-slider .slick-next {
        right: 10px !important;
    }
    #index .full-slider .owl-prev, .full-slider .slick-prev {
        left: 10px !important;
    }
}

/*CHECKBOXY*/
.custom-checkbox input[type=checkbox]+span {border-color: #686868; max-width: 15px; height: 15px;}
.custom-checkbox input[type=checkbox]+span .checkbox-checked { color: var(--theme-primary-color); font-size: 15px; text-align: center; width: 100%; margin: 0; }
.custom-checkbox label { font-size: 12px; color: #686868; line-height: 24px; }
#checkout .custom-checkbox input[type=checkbox] { top: 0; left: 0; }

/* IKONY */
i {
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 21px;
    color: #000;
}

i:hover {
    color: var(--theme-secondary-color)
}


#leo_search_block_top .material-icons.search::before {
    font-family: "fontawesome";
    content: "\f002";
}

.search-icon:before {
    content: "\e8b6";
}

.icon-span-filestyle::before {
    content: "\E982";
    font-family: 'Feather';
}


#product .twitter-icon:hover::before,
#product .facebook-icon:hover::before {
    color: var(--theme-secondary-color-hover);
}



.btn-add-to-cart-icon:before {
    font-family: "fontawesome";
    content: "\f217";
}

.btn-add-to-wishlist-icon:before {
    font-family: "fontawesome";
    content: "\f004";
}

.btn-add-to-compare-icon:before {
    font-family: "fontawesome";
    content: "\f0ec";
    line-height: 40px;
    font-size: 17px;
}

.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";
}


.fa-phone:before {
    font-family: "fontawesome";
    content: "\f095";
}

.fa-envelope:before {
    font-family: "fontawesome";
    content: "\f0e0";
}

.fa-thumbs-up:before {
    font-family: "fontawesome";
    content: "\f164";
}

.fa-comment:before {
    font-family: "fontawesome";
    content: "\f075";
}

.fa-truck-fast:before {
    font-family: "fontawesome";
    content: "\f48b";
}

.link-cart-icon:before {
    font-family: "fontawesome";
    content: "\f290";
}

.link-profile-icon:before {
    font-family: "fontawesome";
    content: "\f007";
}

.link-wishlist-icon:before {
    font-family: "fontawesome";
    content: "\f004";
}

.link-compare-icon:before {
    font-family: "fontawesome";
    content: "\f074";
}

.mail-icon:before {
    font-family: "fontawesome";
    content: "\f0e0";
    color: var(--theme-secondary-color);
}

.phone-icon:before {
    font-family: "fontawesome";
    content: "\f095";
    color: var(--theme-secondary-color);
}

.facebook-icon:before {
    font-family: "fontawesome";
    content: "\f09a";
    color: var(--theme-secondary-color);
}

.instagram-icon:before {
    font-family: "fontawesome";
    content: "\f16d";
    color: var(--theme-secondary-color);
}

.pin-icon:before {
    font-family: "fontawesome";
    content: "\f041";
    color: var(--theme-secondary-color);
}

.twitter-icon:before {
    font-family: "fontawesome";
    content: "\f099";
    color: var(--theme-secondary-color);
}

.pinterest-icon:before {
    font-family: "fontawesome";
    content: "\f0d2";
    color: var(--theme-secondary-color);
}

.youtube-icon:before {
    font-family: "fontawesome";
    content: "\f167";
    color: var(--theme-secondary-color);
}



/* Display none */
.blogs-container span[itemprop="author"],
.page-cms input[name=printCMSPage],
.page-blog #left-column .title_block span,
.page-blog .blog .created i,
.page-blog .blog .created span:first-of-type,
.page-blog .blog .author span:first-of-type,
.page-blog .blog .author i,
.blogs-container .secondary-blog .boxes .box .inner .created span:first-child,
.blogs-container .secondary-blog .boxes .box .inner .author span,
.page-blog #left-column #blogRecentBlog .readmore,
.products-selection .sort-by-row .filter-button,
#search_filters .facet .collapse, 
#search_filters_brands .facet .collapse, 
#search_filters_suppliers .facet .collapse,
.functional-buttons .wishlist, 
.functional-buttons .compare, 
.functional-buttons .quickview,
#product-availability .product-available,
.button-container.cart .btn  .name-btn-product,
.product-prices .tax-shipping-delivery-label .delivery-information::before,
#product .product-detail .product-cover .layer,
.block-category .category-cover,
.leo-wishlist-bt-content span,
.btn-add-to-cart-icon,
.offcanvas-mainnav .dropdown-toggle::after {
    display: none;
}


/* Megamenu */

.off-canvas-nav-megamenu .offcanvas-mainnav:last-child {
    background: #FFFFFF;
}

.off-canvas-nav-megamenu .nav>li>a {
    font-size: 13px;
    font-weight: normal;
    line-height: 44px;
    color: #677074;
}

.offcanvas-mainnav .navbar-nav li.dropdown .caret {
    top: 16px;
}

.offcanvas-mainnav .navbar-nav li.dropdown .caret:before {
    font-family: "feather";
    content: "\e92e";
    height: auto;
    width: auto;
    font-size: 16px;
    color: var(--theme-primary-color-accent);
    vertical-align: top;
    border-top: 0;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu span {
    font-weight: normal;
    margin-right: 12px;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu span:before {
    color: #677074;
    position: absolute;
    bottom: -3px;
    right: 5px;
    font-family: "feather";
    content: "\EA02";
    font-size: 22px;
}

.off-canvas-nav-megamenu .off-canvas-button-megamenu span:hover::before {
    color: #000;
}


.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: #677074;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.offcanvas-mainnav .navbar-nav .nav-item.active .dropdown-menu-inner .nav-item a span:hover {
    color: #000;
}


.offcanvas-mainnav .navbar-nav .nav-item .dropdown-menu-inner .nav-item .caret:before {
    color: var(--theme-primary-color-content);
    margin-top: -7px;
}

.off-canvas-nav-megamenu ul li a:hover {
    color: #000000;
}

.offcanvas-mainnav .navbar-nav .dropdown-menu-inner li.nav-item a.nav-link {
    border-bottom: 1px solid #EFEFEF;
    color: #677074 !important;
    font-weight: normal;
}
.offcanvas-mainnav .navbar-nav .dropdown-menu .nav-item:hover>a>span
{
    color: #677074 !important;
}
.off-canvas-nav-megamenu .has-category {
    border-bottom: 1px solid #EFEFEF;
}

.off-canvas-nav-megamenu .dropdown .dropdown-menu li,
.off-canvas-nav-megamenu .megamenu .dropdown-mega li {
    margin: 20px 0;
}

.adminorders .js-grid-panel .column-osname .dropdown.show .dropdown-menu {
    top: 160px !important;
}

body.adminorders #order_grid #order_filter_form .dropdown .js-choice-options {
    max-height: 300px !important;
    overflow-y: auto !important;
}

/* Back top */

#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    border: 1px solid var(--theme-secondary-color);
    border-radius: 50%;
    padding: 5px;
    background: var(--theme-secondary-color);
    width: 36px;
    height: 36px;
    text-align: center;
    transition: ease-out .3s all;
}

#back-top a {
    color: var(--theme-primary-color);
    text-decoration: none;
    transition: ease-out .3s all;
    height: 36px;
}

#back-top a:hover,
#back-top a:focus {text-decoration: none;}

#back-top a:hover {
    color: var(--theme-primary-color-hover);
    transition: ease-out .3s all;
}

/* Karta produktu */

#product .tabs .nav-tabs .nav-link,
#product .tabs .nav-tabs .nav-link.active {
    text-transform: none;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    background: none;
    padding: 0 0 20px 0;
    margin: 0 40px 0 0;
}

#product .tabs .tab-content .tab-pane {
    border: none;
    background: transparent;
    padding: 30px 0;
}

#product .tabs .nav-tabs {
    border-bottom: #CCCCCC 2px solid;
    padding: 0;
}

#product .product-actions .leo-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .product-actions .leo-actions {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

#product .product-actions .leo-actions .product-add-to-cart {
    display: flex;
    flex-direction: column;
}

#product .product-actions .leo-actions .qty-item,
#product .product-actions .leo-actions .qty-item .qty {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}


#product .product-actions .leo-actions .product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 38px;
}

#product .product-actions .leo-actions .control-label {
    width: 80px;
    margin: 0;
}

#product .product-actions .control-label {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    width: 80px;
    margin: 0;
}

#product .product-actions .compare-item .leo-compare-bt-content,
#product .product-actions .wishlist-item .leo-wishlist-bt-content,
#product .product-actions .compare .btn-primary,
#product .product-actions .wishlist .btn-primary {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    cursor: pointer;
}

#product .product-actions .compare-item .leo-compare-bt-content:hover,
#product .product-actions .wishlist-item .leo-wishlist-bt-content:hover,
#product .product-actions .compare .btn-primary:hover,
#product .product-actions .wishlist .btn-primary:hover {
    box-shadow: none;
}

#product .product-actions .wishlist-item:hover,
#product .product-actions .move-wishlist-item:hover {
    background-color: var(--theme-secondary-color);
}

#product .product-actions .wishlist .btn-primary span i {
    color: #000000 !important;
    font-size: 21px !important;
    display: flex;
}

@media(max-width: 991px) {
    #product .dropdown-menu.leo-list-wishlist {
        left: -80px;
        right: auto;
    }
}

#product .product-actions .compare-item .leo-compare-bt-content i:hover,
#product .product-actions .wishlist-item .leo-wishlist-bt-content i:hover {
    color: var(--theme-primary-color);
}

#product .product-actions .add-to-cart,
#product .product-actions .product-quantity .add {
    height: 40px;
    width: 188px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


#product .product-actions .product-variants>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

#product .product-actions .product-variants>div ul,
#product .product-actions .product-variants>div ul li,
#product .product-actions .product-variants>div ul li label,
#product .product-actions .product-variants>div ul li label .input-color {
    margin: 0;
    height: 17px;
}

#product .product-actions .product-variants>div ul li label .color {
    height: 17px;
    width: 17px;
    border-radius: 9px;
}

#product .product-actions select.form-control:not([size]):not([multiple]),
#product .product-actions .leo-actions .bootstrap-touchspin .input-group {
    height: 35.67px !important;
    text-align: center;
    font-size: 16px;
    font-size: 16px;
    padding: 5px 30px 5px 5px;
    border: 1px solid rgba(0, 0, 0, .25) !important;
}

#product .product-actions select.form-control:not([size]):not([multiple]) {
    width: 100%;
    max-width: 82px;
    border: 1px solid rgba(0, 0, 0, .25);
}

#product .product-actions select.form-control:focus:not([size]):not([multiple]),
#product .product-actions .leo-actions .bootstrap-touchspin .input-group:focus {
    outline: none;
    border-color: var(--theme-primary-color)!important;
    color: var(--theme-primary-color);
}


#product .product-actions .leo-actions .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
#product .product-actions .leo-actions .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    height: 17px;
    margin: 0;
    cursor: pointer;
}

#product .product-actions .leo-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after,
#product .product-actions .leo-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    color: #707070;
    transition: all .2s ease-in-out;
}

#product .product-variants>.product-variants-item select {
    background: url(/img/cms/arrow.png) no-repeat right .5rem center / 1.25rem 1.25rem;
    background-size: 14px;
    cursor: pointer;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: transparent;
    border: 1px solid var(--theme-primary-color);
}

#product .product-actions .leo-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:hover::after,
#product .product-actions .leo-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:hover::after {
    color: var(--theme-primary-color);
}

#product .product-detail-item {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
#product .product-prices{
    margin-top: 30px;
}

#product .product-detail .product-manufacturer .img-thumbnail {
    background-color: unset;
    border: none;
    margin: 0;
    height: 50px;
    width: auto;
    max-width: fit-content;
}

#product .product-detail-name {
    margin-bottom: 0;
    text-align: left;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-transform: none;
    color: var(--theme-primary-color);
    height: fit-content;
}

#product .product-additional-info .social-sharing span {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    color: var(--theme-primary-color);
}

#product .product-additional-info .social-sharing i:before {
    color: #677074;
    font-size: 16px;
}

#product .social-sharing {
    display: flex;
    align-items: center;
    margin: 0;
}

#product .social-sharing li {
    height: 30px;
    width: 16px;
    margin-left: 9px;
}

#product .product-additional-info {
    margin-top: 10px;
}

#product .product-price .current-price-value {
    font-family: "Bodoni Moda", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-primary-color);
    line-height: 43px;
    margin: 0;
}

#product .has-discount .discount {
    background: var(--theme-primary-color);
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

#product .product-prices div {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#product .tax-shipping-delivery-label {
    margin-top: 10px;
}

#product .description-short {
    margin: 30px 0 37px 0;
}

#product .product-variants-item {
    margin-top: 0;
    margin-bottom: 25px;
}

.product-flags li.product-flag.discount, 
.product-flags li.product-flag.discount-amount, 
.product-flags li.product-flag.discount-percentage {
    background: var(--theme-secondary-color);
    color: var(--theme-primary-color);
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: none;
    font-weight: 700;
    text-transform: none;
}


#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next,
#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows .slick-arrow {
    font-size: 0;
    background: transparent;
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows .slick-prev:before {
    font-family: "fontawesome";
    content: "\f053" !important;
    color: var(--theme-primary-color);
    font-size: 10px;
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows .slick-next:before,
#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows .slick-next:before {
    font-family: "fontawesome";
    content: "\f054" !important;
    color: var(--theme-primary-color);
    font-size: 10px;
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows .slick-prev:hover::before,
#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrows .slick-next:hover::before {
    color: var(--theme-secondary-color-hover)
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide {
    padding: 10.9px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .product-cover {margin-bottom: 0;}

#product .product-prices .tax-shipping-delivery-label,
#product-availability {
    font-size: 16px;
    line-height: 23px;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    font-weight: 400;
    margin-left: 24px;
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    color: #7a7a7a;
}


#product .tabs {
    padding: 0;
}

#product .tabs button {
    border-radius: 0;
    padding: 10px 20px;
    line-height: 20px;
    border: 0;
    transition: all .4s;
    font-size: 14px;
    color: var(--theme-primary-color);
    border: 1px solid var(--theme-secondary-color);
    font-weight: 500;
    cursor: pointer;
}


#product .tabs button:hover {
    background-color: var(--theme-primary-color-hover) !important;
    color: var(--theme-primary-color) !important;
    border: 1px solid var(--theme-primary-color);
    box-shadow: none;
}


#product .tabs .js-mailalert {
    text-align: left !important;
}

.product-flags li.product-flag {
    font-size: 16px;
    font-weight: 700 !important;
    color: var(--theme-primary-color);
    pointer-events: auto;
    background: var(--theme-secondary-color);
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: none;
    font-weight: 700;
    text-transform: none;
}

#product .product-thumb-images .thumb {
    max-width: 100%;
    cursor: pointer;
    height: auto;
    min-height: 150px;
    width: 150px;
    object-fit: cover;
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
    left: 0;
}

#product .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {
    right: 0;
}

@media (max-width: 1199px) {
    #product .product-thumb-images .thumb {
        min-height: 120px;
        width: 120px;
    }
}

@media (max-width: 991px) {
    #product .description-short {
        margin: 30px 0 33px 0;
    }
    #product .tabs .nav-tabs .nav-link,
    #product .tabs .nav-tabs .nav-link.active,
    #product .product-additional-info .social-sharing span,
    #product .product-prices .tax-shipping-delivery-label,
    #product-availability {
    font-size: 14px;
    line-height: 20px;
    }
    #product .product-actions .add-to-cart,
    #product .product-actions .product-quantity .add {
    height: 35px;
    }
    #product .product-actions .compare-item .leo-compare-bt-content i,
    #product .product-actions .wishlist-item .leo-wishlist-bt-content i {
        font-size: 17px;
    }
    #product .product-thumb-images .thumb {
        min-height: 80px;
        width: 80px;
    }
}

@media (max-width: 767px) {
    #product .center>.row,
    #product #content-wrapper {
        padding: 0;
    }
    #product .product-detail-name {
        margin-top: 20px;
        text-align: center;
        font-size: 26px;
    }
    #product .product-prices div,
    #product .social-sharing {
        justify-content: center;
    }
    #product .product-description,
    #product .description-short {
        text-align: justify;
    }

    #product .product-price .current-price-value {
        font-size: 24px;
    }
    #product .product-miniature .product-title a,
    #product .product-actions .control-label {
        font-size: 14px;
    }
    #product .product-detail-item {
        justify-content: center;
    }
}



/* Karuzela produktów */

#page .product-accessories .owl-theme .owl-buttons div, #page .category-products .owl-theme .owl-buttons div {
    background: #E6F7F1;
    box-shadow: 0 0 0 5px #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: transparent;
    text-align: center;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    margin-top: -54px;
    border: 0;
    border-radius: 50%;
}

.owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}

.owl-theme .owl-buttons div.owl-next {
    right: 0;
}

.category-products .owl-theme .owl-buttons, .product-accessories .owl-theme .owl-buttons {
    top: -20px;
}

.slick-row .slick-arrows,
.owl-theme .owl-buttons {
    position: absolute;
    top: -68px;
    right: 15px;
    width: 90px;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slick-arrows .slick-arrow.slick-next:before,
.owl-theme .owl-buttons div:before {
    content: "\f178" !important;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 15px;
    display: block;
    transition: all 0.5s;
    padding: 10px;
    font-weight: 600;
}

.owl-theme .owl-buttons div:hover::before { color: var(--theme-secondary-color)!important;} 

.slick-arrows .slick-arrow.slick-prev:before,
.owl-theme .owl-buttons div.owl-prev:before {
    content: "\f177" !important;
    font-family: 'FontAwesome';
    color: #000;
    font-size: 15px;
    display: block;
    transition: all 0.5s;
    padding: 10px;
    font-weight: 600;
}

.carousel, .owl-row, .slick-row {
    overflow-x: visible;
}

.owl-row .owl-buttons {
    opacity: 1;
}

.owl-row .owl-buttons>:before, .slick-row .slick-arrows button:before {
    background: transparent;
    border: none;
}

    @media (max-width: 991px) {
        .owl-theme .owl-buttons,
        .slick-row .slick-arrows {
            right: 5px !important;
        }
    }    
    
    @media (max-width: 767px) {
        .owl-theme .owl-buttons {
            top: -27px !important;
        }
        .slick-row .slick-arrows button {
            top: -5px !important;
        }
    }

/* Widok produktu listing */

.product-miniature .thumbnail-container {
    overflow:unset
}

.product-miniature .functional-buttons>span>.btn>span,
.product-miniature  .functional-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.product-miniature .functional-buttons>span>.btn,
.product-miniature .functional-buttons>span {
    height: 25px;
    width: 25px;
    border-radius: 25px;
}

.product-miniature  .functional-buttons span .btn  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 25px;
}

.button-container.cart {
    position: absolute;
    top: 105px;
    left: 38%;
    z-index: 9;
}

#module-leoproductsearch-productsearch .button-container.cart {
    position: absolute;
    top: 30%;
    left: 45%;
}

.button-container.cart .btn .btn-add-to-cart-icon {
    display: block;
    color: #272727;
    margin-right: 3px;
    font-size: 25px;
}

.button-container.cart .btn {
    width: 50px;
    height: 50px;
    background: var(--theme-secondary-color);
    border: 1px solid var(--theme-secondary-color);
    padding: 0;
    z-index: 2;
    position: relative;
}

.button-container.cart .btn {
    border-radius: 50px;
}

.button-container.cart .btn:hover {
    border: 1px solid var(--theme-primary-color);
}

.product-miniature .functional-buttons>span a i,
.product-miniature .functional-buttons>span span i {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.product-miniature .functional-buttons>span a i::before,
.product-miniature .functional-buttons>span span i::before {
    font-size: 10px;
    font-weight: 600;
    color: #272727;
}

.product-miniature .product-title {
    margin: 0;
    text-align: left;
}

.product-miniature .product-title a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: var(--theme-primary-color);
}

.product-miniature .product-title a:hover {
    color: var(--theme-secondary-color-hover);
}


.product-miniature .product-price-and-shipping {
    color: var(--theme-primary-color);
    font-size: 28px;
    line-height: 43px;
    font-weight: 700;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: none;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    flex-direction: row-reverse;
    column-gap: 30px;
    cursor: pointer;
    margin-bottom: 5px;
}

.product-miniature .product-price-and-shipping .discount-percentage {
    display: none;
}

.product-miniature .regular-price {
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-primary-color);
}

.functional-buttons {
    opacity: 0;
    transition: opacity .5s ease;
}

.product-miniature .thumbnail-container:hover .functional-buttons {
    opacity: 1;
    transition: opacity .5s ease;
}

@keyframes slide-in {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.thumbnail-container:hover .functional-buttons .button-container, 
.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 !important;
    display: block;
}

@media (max-width: 991px) {
    .product-miniature .product-title a {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 767px) {
    .product-miniature .price,
    .product-miniature .product-price-and-shipping {
        font-size: 24px;
    }
    .product-miniature .regular-price {
        font-size: 14px;
    }
    .product-miniature .product-price-and-shipping {
        column-gap: 5px;
    }
}

/* Widok List Kategoria */

.product_list.list .functional-buttons {
    display: flex;
}

.product_list.list .functional-buttons .button-container.cart {
    position: static;
}

.product_list.list .functional-buttons .button-container.cart .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 25px;
}

.product_list.list .functional-buttons .button-container.cart .btn .btn-add-to-cart-icon {
    font-size: 15px;
}


/* Strona Kategorii */

#category .button-muted {
    display: block;
    width: 200px;
    height: 50px;
    margin: 20px 0 40px 0;
    text-align: center;
    background-color: var(--theme-secondary-color);
    color: #fff;
    text-decoration: none;
    transition: all .4s;
}

#category .button-muted a {
    line-height: 50px;
    width: 200px;
    height: 50px;
    display: block;
    border: 1px solid var(--theme-secondary-color);
    line-height: 48px;
}

#category .button-muted a:hover {
    border: 1px solid var(--theme-primary-color);
}

#category .card-block {
    padding: 0;
    
}

#grid {
    position: absolute;
    top: -9px;
    left: 0;
}

#list{
    margin-right: 10px;
}


#grid a i {
    font-size: 0;
}

#grid a i::before {
    font-family: 'fontawesome';
    content: '\f00a';
    font-size: 18.5px;
}

.products-selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
}

.products-selection .sort-by-row .select-title {
    padding: 5px 13px;
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
    font-size: 14px;
    line-height: 20px;
}

.products-sort-order .dropdown-menu {
    right: 0;
    box-shadow: none;
    background: transparent;
    border: 1px solid #F6F6F6;
    padding: 0;
}

.products-sort-order .select-list {
    border: 1px solid #F6F6F6;
    background: #FFFFFF;
    color: #000;
    font-size:14px;
    line-height: 20px;
    font-weight: 600;
}

.products-sort-order .select-list:hover {
    background: var(--theme-secondary-color);
    color: #000;
}

.products-selection .sort-by-row .select-title i,
.products-selection .sort-by-row .select-title i:hover {
    color: #fff;
}

.product-miniature .thumbnail-container .product-meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-meta .product-title {
    order: 1;
    margin-top: 10px;
}

.product-meta .product-price-and-shipping {
    order: 2
}

.product-meta .functional-buttons {
    order: 3;
}

#category .products .product_list>.row {
    padding: 0;
}

#category .sidebar {
    padding-right: 25px;
}

#category .card-block p,
#category .card-block #category-description p{
    text-align: justify;
}


@media (min-width: 768px) {
    #category #left-column.col-md-12 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    #category #content-wrapper.col-md-12 {
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    #grid {
        position: absolute;
        top: -8px;
        left: 0;
    }
    
}




/* Filtry*/

#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet, .products-selection .total-products, .products-selection h1 {
    padding: 0;
}


#search_filters .facet .collapse.show, #search_filters_brands .facet .collapse.show, #search_filters_suppliers .facet .collapse.show {
    display: block;
}

#search_filters .facet .collapsed .remove {
    display: none;
}

#search_filters .facet .title[aria-expanded=false] .remove,
#search_filters .facet .title[aria-expanded=true] .add {
    display: none;
}

#search_filters .facet .title[aria-expanded=false] .add,
#search_filters .facet .title[aria-expanded=true] .remove {
    display: block;
}


#search_filters .facet .title[aria-expanded=false] .remove, #search_filters .facet .title[aria-expanded=true] .add {
    display: none;
}

#search_filters .facet .title[aria-expanded=true] .remove,
.block-categories li.active .collapse-icons .remove, .block-categories .collapse-icons[aria-expanded=true] .add {
    color: var(--theme-primary-color)
}

.active_filters .filter-block .close {
    margin-top: 1px;
}

#search_filters label .color,
#search_filters .custom-checkbox input[type=checkbox],
#search_filters .custom-checkbox input[type=checkbox]+span {
    width: 15px;
    height: 15px;
}

#search_filters .facet .facet-label.active a {
    font-weight: 800 !important;
}

.products-selection .sort-by-row {
    padding: 0;
}


@media(max-width: 1199px) {
    #category #list {
        margin: 0 20%;
    }
}


@media(max-width: 991px) {

    .products-selection .total-products,
    .products-selection h1 {
        margin-left: 15px;
    }

    #js-product-list-top {
        padding: 0;
    }
            
    .products-selection .sort-by-row .select-title {
        padding: 10px 15px;
    }

}

@media(max-width: 767px) {
    #js-product-list-top {
        justify-content: center;
        flex-direction: column;
    }

    #js-product-list-top .showing {
        display: none;
    }

    .products-selection .sort-by-row {
        align-items: center;
        flex-direction: column;
    }

    .products-selection .sort-by-row .filter-button {
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }

    #js-product-list-top .total-products {
        display: none !important;
    }

    #category #left-column #search_filters .facet {
        border-bottom: 0;
    }

    #category .sidebar {
        padding: 0;
    }

    #category #content-wrapper {
        padding: 0;
    }

}

@media(max-width: 767.5px) {
    #js-product-list-top .showing,
    #js-product-list-top .total-products {
        display: none !important;
    }
}

/* BLOG */

.ApBlogListing .box .inner .btn.readmore:after{content: "\e5c8";}

#module-leoblog-list #content-wrapper {
    padding: 0;
}


.blogs-container .secondary-blog .boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 50px 0 0 0;
    row-gap: 50px;
}

.blogs-container .secondary-blog .boxes .col-lg-6 {
    flex: 0 0 100%;
    max-width: 1300px;
    padding: 0;
}

.blogs-container .secondary-blog .boxes .col-lg-6:last-child {
    margin-bottom: 50px;
}


.blogs-container .secondary-blog .boxes .col-lg-6:nth-child(2) .inner {
    flex-direction: row-reverse;
}

.blogs-container .meta-container {
    display:flex;
    justify-content: center;
    flex-direction:column;
    width: 50%;
}

.blogs-container .image-container {
    display:flex;
    align-items:center;
    justify-content: center;
    max-width: 588px;
    max-height: 496px;
    object-fit: cover;
    width: 50%;
}

.blogs-container .meta-elements {
    display:flex;
    column-gap: 20px;
    justify-content: flex-start;
    align-items:center;
}

.blogs-container .secondary-blog .boxes .box .inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
}

.blogs-container .secondary-blog .boxes .box .inner h2 {
    margin-bottom: 10px;
}

.blogs-container .secondary-blog .boxes .box .inner h2 a {
    color: #000000;
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
}

.blogs-container .secondary-blog .boxes .box .inner h2 a:hover {
    color: var(--theme-secondary-color);
}

.blogs-container .secondary-blog .boxes .box .inner div.created {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 18px;
}

.blogs-container .secondary-blog .boxes .box .inner .created:before {
    font-family: "fontawesome";
    content: "\f017";
    font-weight: 600;
}

.blogs-container .secondary-blog .boxes .box .inner div.author {
    float: left;
    margin-bottom: 22px;
}

.blogs-container .secondary-blog .boxes .box .inner .author:before {
    font-family: "feather";
    content: "\e9f1";
    font-weight: 600;
}

.blogs-container .secondary-blog .boxes .box .inner .desc {
    color: #686868;
    font-weight: 400;
    margin-bottom:30px;
    text-align: justify;
}


.blogs-container .secondary-blog .boxes .box .inner .readmore a {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    font-size: 18px;
    color: var(--theme-primary-color);
}

.blogs-container .secondary-blog .boxes .box .inner .readmore a:hover {
    background: var(--theme-secondary-color-hover);
}

.blogs-container .pagination div {
    font-size: 16px;
    color: #686868;
    line-height: 24px;
}


@media(max-width: 1199px) and (min-width: 992px) {
    .blogs-container .secondary-blog .boxes .col-lg-6 {
        margin-bottom: 0;
    }
    .blogs-container .secondary-blog .box .image img {
        object-fit: cover;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.created {
        width: 41%;
        float: left;
        padding: 21px 0;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.author {
        width: 41%;
        float: left;
        border-left: none;
        margin-right: 0;
        margin-left: 37px;
        padding: 21px 0;
        margin-bottom: 23px;
    }
}

@media(max-width: 991px) {
    .blogs-container .secondary-blog .boxes .col-lg-6 {
        margin-bottom: 0;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.readmore {
        padding-bottom: 20px;
    }

    .blogs-container .secondary-blog .boxes .box .inner h2 {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.created,
    .blogs-container .secondary-blog .boxes .box .inner div.author {
        width: calc(50% - 37px);
        margin-bottom: 25px;
    }

    .blogs-container .secondary-blog .boxes .col-lg-6:nth-child(2) .inner,
    .blogs-container .secondary-blog .boxes .box .inner {
        flex-direction: column;
        column-gap: 25px;
    }

    .blogs-container .image-container,
    .blogs-container .meta-container {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

}

@media(max-width: 767px) {
    .blogs-container .secondary-blog .boxes .col-lg-6 {
        margin-bottom: 0;
    }

    .blogs-container .secondary-blog .boxes {
        padding: 0;
        row-gap: 0;
    }

    .blogs-container .secondary-blog .boxes .box .inner div:not(:first-of-type),
    .blogs-container .secondary-blog .boxes .box .inner h2 {
        margin-bottom: 16px;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.created,
    .blogs-container .secondary-blog .boxes .box .inner div.author {
        width: calc(100% - 50px);
        margin: 0 25px;
        border: none;
        padding: 8px 0;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.created {
        margin: 0 0 32px 0;
    }

    .blogs-container .secondary-blog .boxes .box .inner div.author {
        border-bottom: solid 1px #E6E8E8;
    }

    .blogs-container .secondary-blog .boxes .box .inner .desc {
        margin-bottom: 30px !important;
    }
}


@media screen and (max-width: 768px) {
    .blogs-container .secondary-blog .boxes .box .inner div:first-of-type {
        width: 100%;
    }

    .blogs-container .secondary-blog .boxes .box .inner h2 {
        margin-top: 42px;
    }
}

/* Blog Page */

.block-categories li[data-depth="1"], .block-categories li[data-depth="2"], .block-categories li[data-depth="3"] {
    margin-left: 15px;
}

#element7372660913173414 .blog-menu ul#level2 > li > a,
#element7372660913173414 .blog-menu ul#level3 > li > a {
    margin-left: 15px;
}

.blog-menu .tree .collapse-icons .remove {
    font-size: 0;
    position: absolute;
    top: 7px;
    right: 15px;
    font-weight: 600;
}

.blog-menu .tree .collapse-icons .add {
    font-size: 0;
    position: absolute;
    top: 7px;
    right: 15px;
    font-weight: 600;
}

.blog-menu .tree .collapse-icons .remove:before {
    font-family: "feather";
    content: "\e996";
    font-size: 15px;
}

.blog-menu .tree .collapse-icons .add:before {
    font-family: "feather";
    content: "\e9b1";
    font-size: 15px;
    font-weight: bold;
}


.page-blog #left-column #blogRecentBlog .lists .list-item .blog-content .info:before,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-content .info:before,
.page-blog .blog .created:before {
    font-family: "fontawesome";
    content: "\f017";
    font-weight: 600;
    color: #000;
    margin-right: 3px;
    font-size: 11px;
}

.page-blog .blog .created:before {
    font-size: 11px;
}

.page-blog .blog .author:before {
    font-family: "feather";
    content: "\e9f1";
    font-weight: 600;
    color: #000;
    margin-right: 8px;
}

.page-blog .blog .author a {
    color: #686868;
}

.page-blog .blog .created .date {
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

.page-blog .blog .image {
    margin-top: 30px;
    margin-bottom: 42px;
    text-align: center;
}

.page-blog .blog .desc p {
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: 300;
    text-align: justify;
}

.page-blog .center .row {
    display: flex;
}

.page-blog .center .row #left-column .center .row {
    margin-bottom: 40px;
}

.page-blog .center .row #left-column .center {
    max-width: 100%;
}

.page-blog #left-column #blogPopularBlog {
    margin-top: 15px;
    margin-bottom: 40px;
}

.page-blog #left-column #tags_blog_block_left,
.page-blog #left-column #blogRecentBlog {
    margin-bottom: 40px;
}

.button-back-blog {
    width: 155px;
    height: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
    background: var(--theme-secondary-color);
    border: 1px solid var(--theme-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-out;
    float: right;
}

.button-back-blog:hover {
    background: transparent;
    border: 1px solid var(--theme-primary-color);
    transition: .3s ease-out;
}

.button-back-blog a {
    width: 100%;
    height: 100%;
    color: var(--theme-primary-color);
    font-size: 18px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease-out;
}

.page-blog #left-column #blogRecentBlog .lists .list-item,
.page-blog #left-column #blogPopularBlog .lists .list-item {
    display: flex;
    margin-bottom: 30px;
}

.page-blog #left-column #blogRecentBlog .lists .list-item>.blog-image,
.page-blog #left-column #blogPopularBlog .lists .list-item>.blog-image {
    flex: 0 0 34%;
    max-width: 34%;
    margin-right: 15px;
}

.page-blog #left-column #tags_blog_block_left .title_block,
.page-blog #left-column #blogRecentBlog .title_block,
.page-blog #left-column #blogPopularBlog .title_block {
    font-size: 16px;
    line-height: 23px;
    color: #000;
}

.page-blog #left-column #tags_blog_block_left .title_block a,
.page-blog #left-column #blogRecentBlog .lists .list-item .blog-content .post-name a,
.page-blog #left-column #blogRecentBlog .title_block a,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-content .post-name a,
.page-blog #left-column #blogPopularBlog .title_block a {
    color: #000;
    text-transform: none;
    font-weight: 500;
}

.page-blog #left-column #tags_blog_block_left .title_block a,
.page-blog #left-column #blogRecentBlog .title_block a,
.page-blog #left-column #blogPopularBlog .title_block a {
    font-weight: 600;
}

.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-secondary-color);
}

.page-blog #left-column #blogRecentBlog .lists .list-item .blog-content .post-name,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-content .post-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.page-blog #left-column #blogRecentBlog .lists .list-item .blog-content .info,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-content .info {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #686868;
}

.page-blog #left-column #blogRecentBlog .lists .list-item .blog-image img,
.page-blog #left-column #blogPopularBlog .lists .list-item .blog-image img {
    width: 100%;
    height: 115px;
    object-fit: cover;
}

.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;
    text-transform: uppercase;
    color: #000;
    background: #E6E8E8;
    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;
}

.page-blog .blog .title {
    text-align: left;
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {

    .page-blog .center .row #left-column {
        flex: 0 0 30%;
        max-width: 30%;
        padding: 0 7px 0 0;
    }

    .page-blog .center .row #content-wrapper {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .page-blog .blog .author {
        padding-right: 37px;
        border-right: 1px solid #E6E8E8;
    }
}

@media screen and (min-width: 992px) {

    .page-blog .center .row #left-column {
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 7px 0 0;
    }

    .page-blog .center .row #content-wrapper {
        flex: 0 0 75%;
        max-width: 75%;
    }
}


@media screen and (max-width: 991px) {
    .page-blog #wrapper .center .row {
        flex-direction: row;
    }

    .page-blog .blog h1.title {
        margin-bottom: 10px;
    }

    .page-blog .blog .author {
        display: inline-block;
        width: calc(50% - 2px);
        border-top: 1px solid #E6E8E8;
        border-bottom: 1px solid #E6E8E8;
        border-right: 1px solid #E6E8E8;
        padding: 15px 0;
    }

    .page-blog .blog .created {
        display: inline-block;
        width: calc(50% - 2px);
    }

    .page-blog .blog .author {
        display: inline-block;
        width: calc(50% - 2px);
        border-top: 1px solid #E6E8E8;
        border-bottom: 1px solid #E6E8E8;
        border-right: 1px solid #E6E8E8;
        padding: 15px 0;
    }

    .page-blog .blog .image {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .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;
    }
}


@media screen and (max-width: 767px) {

    .page-blog #content-wrapper {
        padding: 0;
    }

    .page-blog #wrapper .center .row {
        flex-direction: column-reverse;
    }

    .page-blog .blog h1.title {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    }

    .page-blog .blog .image {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .page-blog .blog .author {
        display: inline-block;
        width: 100%;
        border: transparent;
        padding: 0 0 8px 0;
    }

    .page-blog .blog .created {
        display: inline-block;
        width: 100%;
        padding: 0;
        border: transparent;
        text-align: center;
    }

    .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;
    }

    .page-blog .button-back-blog {
        float: none;
        margin: 30px auto 50px auto;
    }
    
}


/* AUTH */
.page-authentication #content {max-width:unset!important;}
.register-form>p { text-align: center; }
#authentication #recaptcha-policy-text { text-align: center; }
.send-renew-password-link { text-align: center; }

/* MOJE KONTO */
.links .link-item { border: 2px solid #E6E8E8; padding: 40px!important; transition: all .75s ease; }
.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 .form-group { max-width: 100%; min-width: 100%; padding: 0 15px; }


#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: 50%; min-width: 50%; padding: 0 15px; }

#address .form-group .col-md-6 { flex: 0 0 100%; max-width: 100%; }

/*Moje konto*/
.page-my-account #content .links a{
    color: #000;
    font-weight: 500;
    text-transform: none;
    font-size: 18px;
}

.page-my-account #content .links a i {
    margin-bottom: 3.4rem;
    padding-bottom: 0;
    font-size: 32px;
}

@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%;
    }
}

/*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-secondary-color); font-size: 16px; font-weight: 600; }
.no-account a:hover, .page-customer-account #content .no-account a:hover { color: var(--theme-secondary-color-hover) }

.login-form{
    margin-top: 0;
}
.login-form-card-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid var(--theme-primary-color);
}
.login-form-card-container .login-form-container{
    flex: 0 0 50%;
    padding: 30px;
}
.login-form-card-container .login-form-image{
    flex: 0 0 50%;
}
.login-form-card-container .form-group{
    padding: 0;
}
.login-form-card-container .form-footer{
    text-align: center;
}
.login-form-card-container .form-control, .login-form-card-container .form-control:disabled, .login-form-card-container .form-control[readonly] { background: unset; border: unset; border: 1px solid #000; }
.page-customer-account #content .forgot-password a:hover {
    color: var(--theme-secondary-color-hover);
}
.forgotten-password .form-fields .center-email-fields button, 
.forgotten-password .form-fields .email input {
    height: 50px;
    padding: 0 15px;
}
#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: center;
    font-size: 16px;
    color: var(--theme-primary-color);
}
#submit-login {
    padding: 0 15px;
    height: 50px;
    line-height: 40px;
}
@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%;
        width: 100%;
    }
    .page-customer-account #content .forgot-password,
    .page-customer-account #content .no-account{
    margin-bottom: 20px;
    }
}

/* FORMULARZE */

.block_newsletter form input:focus { border: none !important; }
.forgotten-password .form-fields .email { padding: 0 20px; }
.form-control:not(#contactform-message):not(.search_query), .form-control:disabled, .form-control[readonly] { padding: .65rem; line-height: 1.5;font-size: 14px; background: transparent; border: 1px solid var(--theme-primary-color); height: 50px !important;}
.bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default, .input-group .input-group-btn>.btn[data-action=show-password] {
      background: var(--theme-secondary-color)!important; color: #000!important;
}

.form-control:not(#field-password):not(#field-new_password):not(.search_query):not(.form-control-select):not(#quantity_wanted):not(#contactform-message){color:#000;background-color:transparent;border:1px solid #000;font-size:16px;line-height:23px; height: 50px;}
.form-control:focus:not(#field-password):not(#field-new_password):not(.search_query):not(.form-control-select):not(#quantity_wanted):not(#contactform-message){color:#000;background-color:transparent;border:1px solid var(--theme-secondary-color);font-size:16px;line-height:23px; height: 50px;}
.form-control:focus:not(#contactform-message){outline:none;border-color:var(--theme-secondary-color); height: 50px;}
.form-control option{font-size: 16px; height: 50px;}

#customer-form > div > .form-group > div.col-md-6.js-input-column > div {border:1px solid #000; height: 50px;order: 1px solid #000; min-height: 50px; height: auto;}

#customer-form > div > .form-group > div.col-md-6.js-input-column > div > ul,
#customer-form > div > .form-group > div.col-md-6.js-input-column > div > ul > li{ margin-bottom: 0;}

#customer-form > div > .form-group > div.col-md-6.js-input-column > div.focus {border:1px solid var(--theme-secondary-color);}

.input-group.focus,
.input-group.focus .form-control:focus { outline: 0 !important; }
.input-group, .input-group .form-control {
    outline: 0 !important;
    border: 1px solid #000;
}
.input-group:focus, .input-group .form-control:focus {
    border: 1px solid var(--theme-secondary-color);
}

.input-group input,
.input-group {border:0; outline: 0; background-color: transparent; height: 49px;}


.input-group .input-group-btn>.btn[data-action=show-password]{ transition: 0.4s ease; cursor: pointer; height: 50px; }
.input-group .input-group-btn>.btn[data-action=show-password]:hover{ background: var(--theme-primary-color) !important; color: #fff !important; height: 50px;}

::placeholder  { color: var(--theme-placeholder-color)!important; opacity: 1; font-size: 14px;}
::-webkit-input-placeholder  { color: var(--theme-placeholder-color)!important; opacity: 1; }
::-moz-placeholder  { color: var(--theme-placeholder-color)!important; opacity: 1; }
:-ms-input-placeholder  { color: var(--theme-placeholder-color)!important; opacity: 1; }
::-ms-input-placeholder { color: var(--theme-placeholder-color)!important; opacity: 1; }

/* Newsletter */

.block_newsletter .custom-checkbox span {
    position: unset !important;
    flex: auto !important;
}
.block_newsletter .custom-checkbox>label {
    padding-left: 0 !important;
}

.newsletter-icon:before {
    font-family: "Fontawesome";
    content: "\f054" !important;
    font-size: 16px;
}    

/* MOJE KONTO - ADRES */


.page-addresses .address {
    font-size: 14px;
}

.page-addresses .addresses-footer {
    margin-bottom: 30px;
}


 /* Order History */

 #history h6 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    color: var(--theme-primary-color);
 }

 #history .table thead th {
    border-bottom: 1px solid #F0F7F6;
    background-color: var(--theme-secondary-color);
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

#history .table-striped tbody tr {
    background-color: #F7F7F7;
}

#history .table td {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

#history .table th {
    color: #000;
}

@media (min-width: 768px) {
    #history.page-customer-account #content {
        overflow-x: auto;
    }
}

/* Compare */

#module-leofeature-productscompare .leo-productscompare-item .product-description {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#module-leofeature-productscompare .add-to-cart {
    height: auto;
    width: 100%;
    padding: 15px 40px;
    border-radius: 0;
    background: var(--theme-secondary-color);
    color: #000;
    font-weight: 400;
    line-height: 19px;
    margin: 20px 0;
    transition: all .4s;
    cursor: pointer;
}


#module-leofeature-productscompare .footer_link a.lnk_view:hover,
#module-leofeature-productscompare .add-to-cart:hover {
    background: var(--theme-secondary-color-hover);
    transition: all .4s;
}

#module-leofeature-productscompare .btn-add-to-cart-icon:before {
    color: var(--theme-primary-color);
}

#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-bt-cart-content .name-btn-product {
    display: block;
}

#module-leofeature-productscompare .leo-compare-button.delete i {
    position: relative;
    font-size: 23px;
    color: var(--theme-primary-color);
    transition: all .4s;
}

#module-leofeature-productscompare .leo-compare-button.delete i:hover {
    position: relative;
    font-size: 23px;
    color: var(--theme-secondary-color);
    transition: all .4s;
}

#module-leofeature-productscompare .leo-compare-button.delete i:hover::before {
    color: var(--theme-secondary-color);
}

#module-leofeature-productscompare .footer_link a.lnk_view {
    background-color: var(--theme-secondary-color);
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 16px 38px;
    text-transform: uppercase;
    color: var(--theme-primary-color);
    transition: all .4s;
}

#module-leofeature-productscompare .footer_link a.lnk_view:hover {
    background-color: var(--theme-primary-color-hover);
    border-color: 1px solid var(--theme-primary-color)
}

#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 .product_desc {
    display: none;
}

.leo-productscompare-item .product-description .product-title {
    order: 1;
}

.leo-productscompare-item .product-description .product-title a:hover {
    color: var(--theme-secondary-color);
}

.leo-productscompare-item .product-description .product-price-and-shipping {
    order: 2;
}

.leo-productscompare-item .product-description .button-container.cart {
    position: static;
    order: 3;
}

#module-leofeature-productscompare  .table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #707070;
}

#module-leofeature-productscompare .table-responsive {
    display: table;
}

#module-leofeature-productscompare .leo-compare-button.active {
    border: none;
}

/* Wishlist */

#module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart {
    height: 45px;
    background: var(--theme-secondary-color-hover);
    color: var(--theme-primary-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

#module-leofeature-viewwishlist .leo-wishlist-product .add-to-cart:hover {
    background: var(--theme-secondary-color);
}

#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: 14px;
    margin-left: 5px;
    font-size: 13px;
}

#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 {
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400
}

#module-leofeature-mywishlist .leo-modal-wishlist.enable-action .modal-footer {
    display: flex;
    justify-content: space-between;
}

#module-leofeature-mywishlist .leo-wishlist-button-delete i:hover::before,
#module-leofeature-mywishlist .delete-wishlist i:hover::before {
    color: var(--theme-secondary-color-hover);
}

#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: 100%; 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; }
}

/*wishlist*/
#module-leofeature-mywishlist .list-wishlist table thead{
    background: var(--theme-primary-color-hover);
}
#module-leofeature-mywishlist .table thead th:not(:last-of-type){
    border-right: 1px solid #ECF5F4;
}
#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-secondary-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-secondary-color);
}
#module-leofeature-mywishlist h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-style: normal;
}
#module-leofeature-mywishlist .footer-container .title {
   text-transform: none;
}
#module-leofeature-viewwishlist .leo-wishlist-product .btn-primary,
#mywishlist .btn-primary {
    min-width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    background: var(--theme-secondary-color);
    margin-bottom: 20px;
    border-radius: 0;
}
#mywishlist .leo-wishlist-button {
    width: 100%;
}
#mywishlist .btn-primary:hover{
    background: var(--theme-primary-color-hover);
}
#module-leofeature-viewwishlist .product-miniature .product-title,
#module-leofeature-mywishlist .product-miniature .product-title {
    max-height: 55px;
    height: 100%;
}


#module-leofeature-viewwishlist .leo-wishlist-product .button-container.cart {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
}

#module-leofeature-viewwishlist .button-container.cart .btn .name-btn-product {
    display: block;
    height: auto;
    color: #000;
    letter-spacing: normal;
    text-transform: none;
    font-size: 16px;
}

.list-wishlist tr.show{
    background: #E7E6E6 !important;
}

.table-striped tbody tr {
    background-color: transparent;
}
#mywishlist .list-wishlist .delete-wishlist{
    color: #000;
}

#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 .wishlist-product-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
#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: 50px;
}
#mywishlist #products .product-miniature .wishlist-product-action .leo-wishlist-product-save-button{
    background: #C79E3D;
    color: var(--theme-primary-color-hover);
}
#mywishlist #products .product-miniature .wishlist-product-action .leo-wishlist-product-save-button:hover{
    background: var(--theme-primary-color);
    color: #000;
}
.dropdown-menu.leo-list-wishlist {
    margin: 10px auto;
    top: -110px;
    left: 0;
    right: -30px;
    overflow-y: scroll;
    height: auto;
    max-height: 94.33px;
    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;
    font-weight: 300;
    font-size: 16px;
}
.leo-wishlist-button-dropdown.show>.btn-primary.dropdown-toggle  {
  background-color: transparent;
}
#mywishlist .btn-primary:focus {
  color: #fff
}
.wishlist-item.added {
    background-color: #000;
    color: #fff;
    transition: all .4s;
}
#mywishlist .product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
    max-width: 245px;
    height: 245px;
    object-fit: cover;
}
#mywishlist .list-wishlist tr.new, .list-wishlist tr.active, .list-wishlist tr.show.active {
    background-color: var(--theme-primary-color-hover) !important;
}
.leo-modal-wishlist .btn-primary,
.leo-modal-wishlist .btn-secondary,
.leo-modal-wishlist .btn-primary:hover,
.leo-modal-wishlist .btn-secondary:hover {
    height: 40px;
    width: 120px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    line-height: 0;
}

.leo-dropdown-cssload-speeding-wheel, 
.leo-fly-cssload-speeding-wheel, 
.cssload-speeding-wheel {
   border: 2px solid #d6c773;
   width: 24px;
    height: 24px;
    margin: 0 auto;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 800ms infinite linear;
}

body.tax-display-enabled #products .product-description, body.tax-display-enabled .featured-products .product-description, body.tax-display-enabled .product-accessories .product-description {
    height: 120px;
}


/* GDPR */


#module-psgdpr-gdpr .psgdprinfo17 h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 21px;
}

#module-psgdpr-gdpr #exportDataToPdf,
#module-psgdpr-gdpr #exportDataToCsv {
    margin: 10px;
    padding: 10px;

}

#module-psgdpr-gdpr #exportDataToPdf:hover,
#module-psgdpr-gdpr #exportDataToCsv:hover {
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
}

@media screen and (min-width: 520px) {
    #module-psgdpr-gdpr #exportDataToPdf,
    #module-psgdpr-gdpr #exportDataToCsv {
        padding: 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 519px) {
    #module-psgdpr-gdpr .psgdprinfo17 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #module-psgdpr-gdpr #exportDataToPdf,
    #module-psgdpr-gdpr #exportDataToCsv {
        font-size: 14px;
    }
}

/* 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: "fontawesome";
    content: "\e9e3";
    font-size: 22px;
    color: #000;
}

#module-ps_emailalerts-account .js-remove-email-alert.btn-link i:hover::before {
    color: var(--theme-secondary-color);
}

/* 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: 25px;
    color: var(--theme-primary-color);
}

.leo-dropdown-cart .leo-dropdown-cart-content a.text-primary i:hover {
    color: var(--theme-secondary-color);
}

.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;
    flex-wrap: wrap;
    row-gap: 0px;
}

.leo-dropdown-cart .product-price .product-customization small,
.leo-dropdown-cart .product-price .product-discount {
    color: var(--theme-secondary-color)
}

.leo-dropdown-cart .product-price .product-discount .discount-amount {
    display: none;
}


.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;
    color: #000;
}

.leo-dropdown-cart .leo-cart-dropdown-action a:first-child {
    background: var(--theme-primary-color);
    color: #fff !important;
}

.leo-dropdown-cart .leo-cart-dropdown-action a:first-child:hover {
    background: var(--theme-secondary-color);
    color: var(--theme-primary-color) !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: 0 10px;
}

.leo-dropdown-cart .product-name a {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.leo-dropdown-cart .product-name a:hover {
    color: var(--theme-secondary-color);
}

.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;
}

.leo-cart-item-info .product-quantity .leo-input-product-quantity {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border: 1px solid #EEEEEE;
}

#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-primary-color-hover);
}

@media screen and (min-width: 439.5px) {
    .leo-dropdown-cart-content {
        min-width: 398px;
    }
}

@media screen and (max-width: 439.5px) {

    .leo-dropdown-list-item>li {
        width: 300px !important;
    }

    .leo-remove-from-cart {
        right: -20px;
    }

    .leo-dropdown-cart .leo-dropdown-cart-content a.text-primary i:before {
        bottom: 90px;
    }
}


/* Blockcart Modal */

#blockcart-modal .cart-content .cart-content-btn .btn i {
    display: none;
}

#blockcart-modal .cart-content p.cart-products-count {
    color: #000;
}

#blockcart-modal .modal-dialog .btn-primary {
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    text-transform: none;
    font-weight: 400;
}

#blockcart-modal .modal-dialog .btn-secondary {
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
    height: 50px;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;

}

#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* 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;
    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;
}

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: var(--theme-secondary-color);
    padding: 15px 63px;
    text-decoration: none;
    color: var(--theme-primary-color);
    text-transform: uppercase;
    cursor: pointer;
}

body#checkout section.checkout-step .continue:hover {
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
}

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;
    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: #fff;
}

body#checkout #order-summary-content .summary-selected-carrier {
    padding: 1rem;
    margin-bottom: .75rem;
    background-color: #EDEDED;
    border: 1px solid #EDEDED;
    border-radius: 0;
}

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-addresses-step .form-control-label {
    display: none;
}

body#checkout section#checkout-addresses-step .form-fields .form-group>div {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 30px;
}

body#checkout section#checkout-addresses-step .form-fields .form-group {
    margin-right: 30px;
    margin-bottom: 38px;
}


body#checkout section#checkout-addresses-step .form-control-comment {
    display: none;
}

body#checkout section.checkout-step #payment-confirmation .btn {
    background-color: var(--theme-secondary-color);
    padding: 15px 63px;
    text-decoration: none;
    color: #000;
    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: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
}

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-addresses-step .form-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#category #wrapper .center>.row {
    justify-content: center;
}

#wrapper .center>.row #content-wrapper {
    margin-bottom: 50px;
}
#contact #wrapper .center>.row #content-wrapper{
    margin-bottom: 20px;
}
body#checkout .condition-label a:hover {
    color: var(--theme-secondary-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;
}


body#checkout .condition-label label a {
    font-weight: bold;
}


body#checkout .custom-checkbox input[type=checkbox]+span {
    width: 1.125rem;
}

body#checkout #delivery textarea, body#checkout #gift_message textarea {
    outline: 0;
}

body#checkout #delivery textarea:focus, body#checkout #gift_message textarea:focus {
    border: 1px solid var(--theme-secondary-color);
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: var(--theme-primary-color) 1px solid;
}

body#checkout section.checkout-step .nav {
    justify-content: flex-start;
    align-items: baseline;
}

body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
    font-size: 16px;
}



@media screen and (max-width: 991px) {
    body#checkout section#checkout-addresses-step .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-addresses-step .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;
    }
}


/* 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 {
    background-color: var(--theme-secondary-color);
    color: var(--theme-primary-color);
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    text-transform: none;
    font-weight: 400;
}

#cart .cart-summary .cart-summary-buttons>.label {
    background-color: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    text-transform: none;
    font-weight: 400;
    font-size: 18px;
}

#cart .cart-summary .cart-summary-buttons>.label:hover {
    background: var(--theme-primary-color-hover);
    color: var(--theme-primary-color);
    border: 1px solid var(--theme-primary-color);
    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: 25px;
}

#cart .bootstrap-touchspin input.form-control,
#cart .bootstrap-touchspin input.input-group {
    padding: 0;
    text-align: center;
    color: var(--theme-primary-color);
    font-size: 20px;
    border: 1px solid #000;
    width: 75px;
    height: 51px;
    margin: 0 auto;
    background: transparent;
}

#cart .bootstrap-touchspin .btn-touchspin {
    cursor: pointer;
    border: 1px solid #000;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 48px;
    height: 51px;
    background: transparent;
}

#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;
    flex-wrap: wrap;
    margin-bottom: 100px;
    row-gap: 20px;
}

#cart .cart-summary .cart-summary-buttons>.label i {
    display: none;
}

#cart .cart-grid-body .separator {
    background-color: transparent;
    height: 62px;
    display: none
}

#cart .cart-detailed-subtotals,
#cart .card-block.cart-summary-totals {
    padding: 0;
    width: 310px;
}

#cart .cart-detailed-totals {
    background-color: #EDEDED;
}

#cart .cart-detailed-totals {
    background-color: #EDEDED;
    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: #F7F7F7;
    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 {
    font-weight: 400;
    background: var(--theme-secondary-color);
    color: black;
    font-size: 16px;
}

#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;
    font-weight: 600;
}

#cart .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: '\e15b';
    color: #000;
    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 {
        height: 273px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #cart .product-line-grid-body {
        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 .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;
    }

    #cart .cart-summary .cart-summary-buttons {
        justify-content: flex-start;
    }

}

/* Rewiew */

.leo-modal-review-bt {
    padding: 0 30px;
    line-height: 40px;
    height: 40px;
}

/* Order Confirmation */

#order-confirmation .done {
    display: none
}

#order-confirmation #content-hook_order_confirmation .col-md-12 p {
    background: #000;
    padding: 21px 0;
    border: 1px solid #000;
    margin: 0 15px 50px 15px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    text-shadow: none;
}

#order-confirmation #content-hook_order_confirmation .col-md-12 p:before {
    font-family: "feather";
    content: "\e902";
    color: #D6C773;
    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: 400;
    font-size: 18px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

#order-items table tr.total-value,
#order-items table {
    background: #EDEDED;
}

#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: var(--theme-secondary-color);
    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: var(--theme-primary-color);
    color: var(--theme-primary-color-hover);
}

.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-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    cursor: pointer;
    color: var(--theme-primary-color);
    font-weight: 400;
}


.page-order-confirmation .button-back-home:hover,
.page-order-confirmation .button-back-home:hover a {
    background: var(--theme-primary-color-hover);
    border: 1px solid var(--theme-primary-color);
    color: var(--theme-primary-color) !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;
    }
}


/* 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 {
    width: 250px;
    background-color: var(--theme-secondary-color);
    border: 1px solid var(--theme-secondary-color);
    color: var(--theme-primary-color);
    transition: all .4s;
    font-weight: 400 !important;
    text-transform: none !important;
    font-size: 18px;
    box-shadow: none;
    padding: 0;
    margin: 40px auto 0;
}

.button-back-error a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 40px;
    font-size: 18px;
    color: var(--theme-primary-color);
}

.button-back-error:hover {
    border: 1px solid var(--theme-primary-color);
    background: transparent;
    transition: all .4s;
}

.alert.alert-danger {
    margin-top: 30px;
    color: #000 !important;
}

.alert.alert-danger ul {
    margin: 0;
}


/* 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;
}

#cms .page-header h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: var(--theme-primary-color-content);
    margin-bottom: 50px;
}

#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 .footer-container .gdpr_consent {
    margin-top: 0
}

#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%;
}

/* 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;
}



/* QUICK VIEW */

.quickview .modal-footer {
    display: none;
}

.quickview .modal-content .product-quantity .add .add-to-cart {
    background-color: var(--theme-secondary-color);
}

.quickview .modal-content .product-quantity .add .add-to-cart:hover {
    background-color: var(--theme-secondary-color) 
}

.quickview .modal-content .product-quantity .add .add-to-cart .btn-add-to-cart-icon:before {
    color: #fff;
}

.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-family: "Bodoni Moda", serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--theme-primary-color);
    line-height: 43px;
    margin: 0;
}

.quickview .product-actions .control-label,
.quickview .product-variants .control-label {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    width: 80px;
    margin: 0
}

.quickview .product-variants .product-variants-item {
    margin: 0 0 39px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

.quickview .product-variants ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.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: 2px solid #BDBDBD;
    border-radius: 18px;
    margin-bottom: 0;
}

.quickview .product-variants>.product-variants-item ul li label .radio-label {
    padding: 4px 10px 2px 10px;
}

.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 var(--theme-secondary-color);
    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 var(--theme-secondary-color);
    border-radius: 13px;
}

.product-variants>.product-variants-item select:focus {
    outline: none;
}

.quickview-variants>.product-variants-item select:focus {
    outline: none;
    border-bottom: 2px solid var(--theme-secondary-color);
}

.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 {
    background: #fff;
    height: 20px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, .25);
    padding: 5px 13px;
    margin-bottom: 2px;
}

.quickview .product-quantity #quantity_wanted {
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 20px;
    text-align: center;
    height: 40px;
    padding: .175rem .5rem;
    color: #232323;
    border: 1px solid rgba(0, 0, 0, .25);
    margin-right: 1px;
}

.quickview .product-quantity #quantity_wanted:hover {
    border: 1px solid var(--theme-primary-color);
}

.quickview .bootstrap-touchspin .btn-touchspin:hover {
    background: #fff;
    border: 1px solid var(--theme-primary-color);
}

.quickview .product-quantity .input-group-btn-vertical .btn i:after {
    color: #BDBDBD;
    background: transparent;
    display: block;
    height: 15px;
    font-size: 17px;
}

.quickview .product-quantity .input-group-btn-vertical .btn i:hover::after {
    color: #000;
    background: #fff;
}

.quickview .product-add-to-cart .product-quantity {
    flex-direction: column;
}

.quickview .product-add-to-cart .product-quantity .qty {
    margin: 0 0 19px 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.quickview .product-add-to-cart .product-quantity .qty .input-group.bootstrap-touchspin {
    background-color: transparent;
    height: 49px;
}

.quickview .product-actions .add-to-cart .shopping-cart:before {
    color: #fff;
    font-family: "feather";
    content: "\e9ca";
}

.quickview .product-actions .add-to-cart {
    background: var(--theme-secondary-color) 0% 0% no-repeat padding-box;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    transition: all .4s;
    height: 40px;
    width: 188px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.quickview .product-actions .product-add-to-cart {
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


.quickview .product-actions .add-to-cart:hover {
    background: var(--theme-secondary-color) 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: 15px;
    margin-left: 42px;
}

.quickview .product-detail .product-cover .layer {
    display: none;
}

.quickview .has-discount .discount {
    background: var(--theme-primary-color);
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

.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; }

.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 .arrows-product-fake.slick-arrows,
.quickview .wishlist {
    display: none;
}

.quickview .modal-content {
    background: #fff;
}


.quickview .product-variants>.product-variants-item select {
    background: url(https://szablony.prestashopbox.pl/uklady/galax2/img/cms/arrow.png) no-repeat right .5rem center / 1.25rem 1.25rem;
    background-size: 17px;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 40px;
    padding: 0 50px 0 20px;
    cursor: pointer;
}

.quickview .product-variants>.product-variants-item select:focus {
    height: 40px !important;
    border: 1px solid var(--theme-primary-color) !important;
}

.quickview .slick-arrows {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.quickview .product-quantity .input-group-btn-vertical .btn i {
    top: 1px;
    font-size: .9375rem;
}

.pagination a:not(.previous):not(.next) {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.k-f-btn {
    display: none;
}

.cat-fil-btn {
    padding: 10px 15px;
    border: 1px solid var(--theme-secondary-color);
}

#module-leofeature-mywishlist .modal-footer button {
    padding: 8px 20px;
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
}

#order-detail .btn.btn-primary.form-control-submit {
    padding: 8px 20px;
}

@media screen and (max-width: 1199px) {
.quickview .modal-dialog {
     width: auto;
    max-width: calc(100% - 130px);
    /* margin: 0 15px; */
    padding: 0 20px;
 }
  #category .featured-products .product-description .product-title{

    max-height: 100px;
    }
}

@media screen and (max-width: 991px) {
  #category .featured-products {
    min-height: 190px;
  }
    .quickview-category .h4.title_block {
        font-size: 36px;
    }

    .quickview .product-additional-info {
        margin-bottom: 63px;
    }
    .quickview .product-actions .product-add-to-cart{
        flex-direction: column;
    }


    .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 .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;
    }
}

@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; }
}

#module-leofeature-mywishlist .list-wishlist .view-wishlist-product:hover,
#module-leofeature-mywishlist .list-wishlist .view-wishlist-product:hover i {
    color: var(--theme-secondary-color);
}

.open-review-form,
.open-review-form i,
body#checkout section.checkout-step .add-address a,
body#checkout section.checkout-step .add-address a i {
    color: #000000;
}

.open-review-form:hover,
.open-review-form:hover i,
.open-review-form:focus,
.open-review-form:focus i,
body#checkout section.checkout-step .add-address a:hover,
body#checkout section.checkout-step .add-address a:hover i {
    color: var(--theme-secondary-color);
}

@media(max-width: 991px) {
    .blog-menu .tree .collapse-icons .add {
        top: 1px;
    }
}

@media(max-width: 767px) {
    .blog-menu .tree .collapse-icons .add {
        top: 2px;
    }
}


@media(max-width: 767px) {
    .reviews_note {
        display: flex;
        justify-content: center;
    }
}

#module-leoproductsearch-productsearch .total-products {
    display: none !important;
}

.product-flags li.product-flag.on-sale {
    background: var(--theme-secondary-color);
    color: var(--theme-primary-color);
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    color: unset;
}

#product #content-wrapper .x13pricehistory {
    flex-direction: column;
    align-items: flex-start;
}

@media(max-width: 767px) {
    #product #content-wrapper .x13pricehistory {
        align-items: center;
    }
}

#product .tabs .nav-tabs .nav-link {
    border-bottom: 3px solid transparent;
    padding: 20px 0 20px 0 !important;
}

#product .tabs .nav-tabs .nav-link:hover,
#product .tabs .nav-tabs .nav-link.active {
    border-bottom: 3px solid var(--theme-primary-color);
}

.quickview .bootstrap-touchspin .btn-touchspin:hover i::after,
#product .bootstrap-touchspin .input-group-btn-vertical button:hover i::after {
    color: var(--theme-primary-color) !important;
}

body#checkout section#checkout-addresses-step .form-fields .form-group>div:has(#use_same_address) {
    display: flex;
    align-items: flex-start;
}

body#checkout section#checkout-addresses-step .form-fields .form-group>div #use_same_address {
    position: relative;
    top: 5px;
}

@media(max-width: 991px) {
    .product-miniature .thumbnail-container .functional-buttons {
        opacity: 1;
        transition: opacity .5s ease;
    }

    .thumbnail-container:hover .functional-buttons .button-container,
    .thumbnail-container:hover .functional-buttons .wishlist,
    .thumbnail-container:hover .functional-buttons .compare,
    .thumbnail-container:hover .functional-buttons .quickview {
        animation: none !important;
    }
}
i{
    transition: 0.2s ease;
}
#pd_cs_box .content_inner{
    display: flex;
    align-items: center;
    text-align: center;
}
#cart .promo-code .btn-primary{
    border: none !important;
    padding: 0 10px;
    height: 40px !important;
    margin-top: 0;
}
#cart .block-promo .promo-input{
    width: 55%;
    margin-right: 0;
    height: 40px !important;
}
.block-promo .promo-code form{display: flex;
flex-wrap: nowrap; align-items: center;}

#cart .block-promo .cart-summary-line{
    display: flex;
    align-items: center;
    gap: 5px;
}
#cart .promo-code .btn-primary:active,
#cart .promo-code .btn-primary:hover{
    background-color: #000 !important;
    color: #fff !important;
}
 #contact .gm-svpc>div{
    position: static !important;
 }
 #product .product-detail .product-manufacturer .img-thumbnail{
    display: none;
 }
 .breadcrumb li:last-child{
    color: #000;
 }
 .x13pricehistory__button{
    transition: 0.3s ease;
 }
@media(width<991px){
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons{


    display: flex;
    flex-direction: column;
    align-items: center;
}
.pmjconfirm-buttons .btn{
    display: block;
    width: 100%;
}
}
 .x13pricehistory__button:hover i,
 .x13pricehistory__button:hover{
    color: #C79E3D;
 }
 @media(width>991px){
    #product .product-tabs .nav-tabs .nav-item{
        flex: 0;
    }
 }
 .products-sort-order .select-list:last-child,
 .products-sort-order .select-list:nth-last-child(2){
    display: none;
 }
 #search_filters .facet .collapse, #search_filters .facet .collapsing {
    max-height: 155px !important;
    margin-bottom: 0 !important;
    }

    #cms .btn-primary{
        padding: 8px 15px ;
    }
    #stores .page-stores .store-item-container .store-description a{
        display: flex;
    }
    .form-footer.clearfix{
        text-align: center;
    }
    #pd_cs_box #strip_text.rotated-text{
        cursor: pointer;
    }
    .page-addresses .address .address-footer a,
    body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address{
        color: #000 !important;
        transition: 0.3s ease;
        display: inline-flex;
        align-items: center;
    }
    
    .page-addresses .address .address-footer a:hover,.page-addresses .address .address-footer a:hover i,
    body#checkout section.checkout-step .delete-address:hover i, body#checkout section.checkout-step .edit-address:hover i,
    body#checkout section.checkout-step .delete-address:hover, body#checkout section.checkout-step .edit-address:hover{
        color: #C79E3D !important;
    }
    .page-addresses .addresses-footer a:hover{
        color: #C79E3D !important;
    }
    #order-detail .box.hidden-sm-down{
        display: block !important;
    }
  #order-detail .order-totals.hidden-md-up.box,
    #order-detail .order-items.hidden-md-up.box{
        display: none !important;
    }
    .quickview .product-quantity #quantity_wanted{
        height: 40px !important;
    }
    .modal-content .modal-header .h5.modal-title{
        font-weight: 400;
    }
    .dropdown-menu .level3 {
    padding: 0 !important;
    left: 108% !important;
    top: 0 !important;
}
   .dropdown-menu .level2{
    padding: 0 !important;
    left: 108% !important;
    top: 0 !important;
   }
   .navbar-nav .dropdown-menu .nav-item:hover>a>span{
    color: #fff !important;
   }
   @media(width<1400px) and (width>991px){
    .navbar-toggleable-md .navbar-nav>.dropdown .dropdown-menu.level1 {
        /* left: -20px !important; */
    }
       .dropdown-menu .level2,
    .dropdown-menu .level3{
        left:95% !important;
    }
   }
   #product .featured-products p.h1{
    background: #000;
    color: #fff;
    font-size: 26px;
    text-transform: none !important;
    margin-bottom: 0;
   }
   #product .featured-products.block.products_block{
    /* border: 1px solid #000; */
   }
   #product .featured-products .product-miniature .product-description>*{
text-align: center;
justify-content: center;
   }
   .thumbnail-container .products-section-title{
    text-transform: none !important;
    font-size: 22px;
    background: #000;
    color: #fff;
    margin-bottom: 0;
    line-height: 40px;
}
.featured-products{
    border: 1px solid #000;
    min-height: 175px;
}
.featured-products .thumbnail-container{
    display: flex;
    margin-bottom: 0;
}
.featured-products .product-miniature .thumbnail-container .product-thumbnail img{
    object-fit: contain;
    margin-left: 0;
    width: 100%;
}
.featured-products .product-miniature .product-title a,
.featured-products .price{
    font-size: 16px;
}

.product-miniature .highlighted-informations .quick-view{
    color: #000000;
}
.product-miniature .highlighted-informations .quick-view:hover{
    color: #C79E3D;
}
#product .featured-products .product-miniature .product-flags li.product-flag{
    margin-left: 10px;
}
#product .featured-products .product-miniature .thumbnail-container .product-thumbnail img{
    max-height: unset;
    margin-top: 0px;
}
.featured-products .js-product.product{
    margin: 0 !important;
    min-width: 100%;
}
.test123{
    max-width: 100%;
    order: 4;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.product-miniature .thumbnail-top{
    width: 90%;
}
#product .featured-products .thumbnail-container{
    align-items: center;
}
#product .product-miniature .thumbnail-top{
    width: 50%;
}
.featured-products .out_of_stock{
    display: none;
}
.test-sh-d{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:#000;
    
}
.test-sh-d p{
    margin: 10px;
    text-align: center;
    color: #fff;
}
.test-sh-d p:first-child{
    margin-bottom: 0;
}
#index .featured-products .thumbnail-container{
    display: inline-block;
}
#index .product-miniature .thumbnail-top{
    width: 100%;
}
.featured-products .product-description,
.featured-products .product-description .product-title
    {
    /* max-height: 50px !important; */
    /* height: 50px !important; */
    text-align: center;
}
.featured-products .product-price-and-shipping{
   justify-content: center;
   padding-bottom: 10px;
}
#index .featured-products .product-miniature .thumbnail-container .product-thumbnail img{
    max-height: 120px;
}
#index .footer-container{
    margin-top: 30px;
}
#product .product-unit-price.sub{
    font-size:16px ;
    font-family: "Bodoni Moda", serif;
    color: #000;
    display: block;
    width: 100%;
}
@media(width<767px){
    .tax-shipping-delivery-label{
        margin-top: 0 !important;
    }
    #product .product-unit-price.sub{
   
    text-align: center;
}
.quickview .product-actions .product-add-to-cart{
    flex-direction: column;
}
.quickview .product-add-to-cart .product-quantity .qty{
    margin-bottom: 30px;
}
}
#product .product-quantities{
    display: none;
}
#category-description.text-muted{
    color: #000 !important;
}
.block-categories .category-sub-menu li #exCollapsingNavbar369{
max-height: 300px;
overflow-y: scroll;
}
.product-miniature .thumbnail-container:hover .highlighted-informations{
    background: #ffffff94;
    border-radius: 6px;
}
#index .test123{
    margin-top: 20px;
}
.cp-popup-close-button{
    background: #000;
    box-shadow: 0 0 10px -10px #000;
}

#blogRecentBlog>.title_block>a,
#blogPopularBlog>.title_block>a{
    pointer-events: none;
}
#product #wrapper .center>.row{
    padding-top: 20px;
}

#category #js-product-list-header{
    margin-bottom: 0 !important;
}
#category #wrapper .center>.row #content-wrapper{
    margin-bottom: 0;
}
.offcanvas-mainnav .navbar-nav .nav-item.active .dropdown-menu-inner .nav-item:hover a span{
    color: #000 !important;
}
@media(width<767px){
 #pd_cs_box{
    top: 25px !important;
}
    #pd_cs_box #strip_text.rotated-text {
    box-shadow: 0 0 10px -5px #000000;
}
}
.list-wishlist tr {
    background: #C79E3D;
}

#module-leofeature-mywishlist #wrapper>.center>.row{
    display: block !important;
}
#promo-code .alert.alert-danger:before{
    display: none;
}
#promo-code .material-icons:hover{
    color: #000;
    cursor: auto;
}
.search-input-wrapper[_ngcontent-qnu-c5] .search[_ngcontent-qnu-c5] input[_ngcontent-qnu-c5]{
    height: auto !important;
    box-shadow: none !important;
}
.category-no-products-text a{
    font-weight: 600;
}

@media(width<767px){
    #product .owl-theme .owl-buttons{
    right: unset;
    left: 50%;
    transform: translateX(-50%);
}
}
.product-miniature .functional-buttons  span .btn.added{
    background: #fff  !important;
    border: 1px solid var(--theme-primary-color);
}
.leo-dropdown-cart-subtotals .row{
    padding: 5px 15px !important;
}
.offcanvas-mainnav .navbar-nav li.open-sub .dropdown-menu{
    left: 5px !important;
}
#search_filters .facet .facet-label a{
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}
#search_filters .facet .facet-label{
    display: flex;
}
#search_filters .facet .facet-label .custom-checkbox{
    position: relative;
    top: 4px !important;
    width: 25px;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants{
    white-space: nowrap;
}
@media(width<1100px){
.product-miniature .highlighted-informations .quick-view{
    font-size: 14px;
}
.product-miniature .highlighted-informations .material-icons.search{
    display: none;
}
}

#cms a{
    font-weight: 500;
}

#news-sigin.cp-popup-close-button::before,
#news-sigin.cp-popup-close-button::after{
display: none;
}
#news-sigin.cp-popup-close-button{
    
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0;
}
#news-sigin.cp-popup-close-button{
    max-width: 75px;
    text-align: center;
}
#news-sigin.cp-popup-close-button:hover a{
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000;
}
.pop-up-big{
    font-size: 30px !important;
    font-weight: 600 !important;
}
