/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Rbcode
Author URI: https://rbcode.pl/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
/***
FONTS
***/
html {
    font-size: 13px;
}
.container-hide:nth-of-type(1) {
    display: none;
}

@font-face {
    font-family: "Manrope-Light";
    font-display: swap;
    src: url("assets/fonts/Manrope/Manrope-Light.otf");
    font-style: "normal";
}

@font-face {
    font-family: "Manrope-Regular";
    font-display: swap;
    src: url("assets/fonts/Manrope/Manrope-Regular.otf");
    font-style: "normal";
}

@font-face {
    font-family: "Satoshi";
    font-display: swap;
    src: url("assets/fonts/Satoshi/Satoshi-Black.otf");
    font-style: "normal";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-headings-regular) !important;
    text-transform: none;
    letter-spacing: 2px;
    color:var(--color-default);
    font-weight:400!important;
}

body a{
    color: var(--color-links);
    font-family: var(--font-headings-light) !important;
}

body p a, body li a {
    color: var(--color-links-hover);
    font-family: var(--font-headings-light) !important;
}

body a:hover, body li a:hover {
    color: var(--color-links-hover);
    transition: 0.4s;
}

body p a:hover, body li a:hover  {
    text-decoration: underline !important;
}

div,
p {
    font-family: var(--font-headings-light) !important;
    font-size: 1.25rem;
    color: var(--color-default);
}
b, strong {
    font-weight:900!important;
}

/***
BODY
***/
body {
    padding-top: 200px
}

.grecaptcha-badge {
    display: none;
}

::placeholder {
    color:var(--color-default);
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color:var(--color-default);
  }

/***
STORE BUTTONS
***/
input.btn-cart-blue,
a.btn-cart-blue,
button.btn-cart-blue,
button.woocommerce-form-login__submit {
    background: linear-gradient(315deg, rgb(246, 55, 50, 1) 0%, #90221e 100%) !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    color: var(--color-secondary) !important;
    display: flex;
    font-weight: 400 !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
    font-family: var(--font-headings-light) !important;
    line-height: 1.7rem !important;
    padding: 10px 18px !important;
    width: auto !important;
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
}

.btn-cart-blue img {
    width: 27px !important;
    margin: 0 0.7rem 0 0 !important;
}
input.btn-cart-blue:hover,
a.btn-cart-blue-sm:hover,
a.btn-cart-blue:hover,
button.btn-cart-blue-sm:hover,
button.btn-cart-blue:hover,
button.woocommerce-form-login__submit:hover,
input.btn-cart-blue-sm:hover {
    /* background: linear-gradient(315deg, rgb(var(--color-button-rgb), 1) 0%, #a1a7ae 100%) !important; */
    background: linear-gradient(315deg, #90221e 0%, rgb(246, 55, 50, 1) 100%) !important;
    color: var(--color-secondary) !important;
    transition: ease-out .5s;
    border: 1px solid #fff !important;
}

a.btn-cart-blue-sm,
button.btn-cart-blue-sm,
input.btn-cart-blue-sm {
    background: linear-gradient(315deg, rgb(246, 55, 50, 1) 0%, #90221e 100%) !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    color: var(--color-secondary) !important;
    display: flex !important;
    font-weight: 400 !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1rem !important;
    font-family: var(--font-headings-light) !important;
    line-height: 1.5rem !important;
    padding: 8px 14px !important;
    width: 80%;
    margin: auto !important;
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
}

.btn-cart-blue-sm img {
    width: 20px !important;
    margin: 0 0.5rem 0 0 !important;
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
    /* background-color: transparent !important; */
    color: var(--color-default);
}
.elementor-button {
    border:1px solid rgba(255,255,255,1)!important;
}
.elementor-button:hover {
    border:1px solid var(--color-white)!important;
    background: linear-gradient(315deg, #90221e 0%, rgb(246, 55, 50, 1) 100%) !important;

}

@media (max-width:576.98px) {

    a.btn-cart-blue-sm,
    button.btn-cart-blue-sm {
        width: 95% !important;
        font-size: 1rem !important;
    }

    .double-mobile .owl-item li.item a.btn-cart-blue-sm {
        font-size: 0.8rem !important;
        padding: 8px 11px !important;
    }
}

/***
404
***/
#btn_404 span.elementor-button-text {
    color: var(--color-white) !important
}

#btn_404 a.elementor-button:hover span.elementor-button-text {
    color: var(--color-white) !important
}

/***
ELEMENTOR BUTTONS
***/
span.elementor-button-text {
    color: var(--color-white)
}

/***
HEADER
***/
.shop-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1049;
    transition: top 0.3s;
    background-color: var(--color-white);
    height: 200px;
}

.shop-top a {
    color: var(--color-default) !important;
}

.shop-top a:hover {
    text-decoration: none !important;
}

.shop-top .shop-logo img.logo {
    width: 80px;
}

.shop-top .navbar {
    background-color: var(--color-default);
}

.shop-mobile-search,
.shop-top .shop-search .product-search {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 50px;
    justify-items: center;
    width: 100%;
}

.shop-top .shop-search .product-search input[type="search"],
.shop-mobile-search input[type="search"],
.coupon input[type=text],
input[type=text],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 35px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    padding: 10px 18px;
    border: 1px solid var(--color-border);
}

input[type=text]:focus {
    border-color: var(--color-border) !important;
}

.shop-top .shop-search .product-search input[type="search"]:focus,
.shop-mobile-search input[type="search"]:focus,
.coupon input[type=text]:focus {
    outline: none;
}

.shop-top .shop-search button[type="submit"],
.shop-mobile-search button[type="submit"] {
    color: var(--color-button);
    border: none;
}

.shop-top .shop-search button[type="submit"]:hover,
.shop-mobile-search button[type="submit"]:hover {
    background: transparent;
    transform: scale(1.2);
}

.shop-mobile-search {
    height: 40px;
    width: auto;
}

.shop-mobile-search input[type="search"] {
    margin-left: auto;
    padding: 8px 12px;
    width: 75%;
}

.shop-mobile-search button[type="submit"] {
    margin-right: 0;
    width: 20%;
}

body.menu-open {
    overflow: hidden;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 68px) !important;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform 0.5s ease;
    transform: translateX(-100%);
}

.mobile-menu.show {
    transform: translateX(0);
}

ul.mega-menu a.mega-menu-link {
    color: var(--color-white) !important;
    font-weight: 300 !important;
    font-family: var(--font-headings-light) !important;
}

ul.mega-sub-menu {
    margin-top: 13px !important;
}

ul.mega-sub-menu a.mega-menu-link {
    color: #333 !important;
}

ul.mega-menu a.mega-menu-link:hover {
    color: #fff !important;
    font-family: var(--font-headings-light) !important;
}

ul.mega-sub-menu a.mega-menu-link:hover {
    color: #333 !important;
}
a.mega-menu-link svg {
    margin-right:10px;
}
.info-line {
    background-color: var(--color-border);
}

.info-line .carousel-item {
    height: 36px;
    text-align: center;
}

.info-line .carousel-item svg {
    padding-bottom: 3px;
}

.info-line .carousel-item {
    color: var(--color-default);
    font-weight: 400;
    font-size: 1.1em;
    padding: 4px 15px 7px;
    margin-bottom: 0;
}

#mega-menu-wrap-primary ul#mega-menu-primary>li.mega-menu-item>a.mega-menu-link:after {
    display: block !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    content: '.';
    color: transparent;
    background: var(--color-links);
    height: 1px;
    transition: all 0.5s;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover:after {
    width: 80%;
}

ul#mega-menu-primary li.mega-menu-item a.mega-menu-link svg {
    display: inline-block;
}

.shop-menu-short {
    display: flex;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    flex-wrap: nowrap !important;
}

/* Menu */
#mega-menu-wrap-primary #mega-menu-primary li.rbcode-grid-menu {
    padding-right: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row {
    background: var(--color-white);
    padding-bottom: 40px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0 10px 0 30px;
    border-bottom: 1px solid #ddd;
    height: 40px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 6px;
}

.shop-contact a {
    font-size:20px;
}


@media(max-width:991.98px) {
    body {
        padding-top: 135px;
    }
    .shop-top {
        height: 135px;
    }

    .shop-top .navbar {
        background-color: var(--color-white);
    }

    #mega-menu-wrap-primary ul#mega-menu-primary>li.mega-menu-item>a.mega-menu-link:after {
        display: none !important;
    }

    .mobile-menu ul#mega-menu-primary li.mega-menu-item {
        border-bottom: 1px solid rgba(var(--color-border-rgb), .8) !important;
        padding: 18px 0 !important;
        margin-left: 19.5px !important;
        margin-right: 19.5px !important;
    }

    .mobile-menu ul#mega-menu-primary li.mega-menu-item a.mega-menu-link {
        font-size: 23px;
        color: var(--color-default) !important;
        padding: 0 !important;
    }

    .mobile-menu ul#mega-menu-primary li.mega-menu-item a.mega-menu-link svg {
        display: inline-block;
        color: var(--color-button);
    }

    .mobile-menu .shop-logo {
        margin-bottom: 10px !important;
    }
    .mobile-menu .shop-mobile-contact {
        margin-bottom: 40px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 18px 0px 18px 0px !important;
        height: auto;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item a.mega-menu-link {
        height: 40px;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        padding: 0;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item,
    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        float: none;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        width: auto !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.rbcode-grid-menu {
        padding-right: 0px;
    }
}

@media(max-width:767.98px) {
    .shop-menu-short {
        display: none;
    }
}

@media(max-width:576.98px) {
    body {
        padding-top: 135px;
    }

    .shop-top {
        height: 135px;
    }

    .shop-top p {
        font-size: 0.8em;
    }

    .shop-top .shop-logo img.logo {
        width: 60px;
    }

}

.basket,
.mobile-cart {
    position: relative;
}

span.basket-count {
    position: absolute;
    font-size: 14px;
    width: 25px;
    height: 25px;
    padding: 2px;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 50%;
    right: 10px;
    top: 0;
}

/***
SEARCH PAGE
***/
#content.search {
    min-height: 60vh;
}

.search-summary {
    padding-top: 80px !important;
    background-position: top !important;
    background-repeat: no-repeat;
}

.search-results .all-search-results ul.products li {
    padding: 5px;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
}

.all-search-results {
    padding: 0 0 !important;
}

.all-search-results h1.section-title {
    font-family: var(--font-headings-light) !important;
    text-align: center;
    position: relative;
    font-size: 2rem;
}

.all-search-results h1.section-title::before {
    content: '';
    position: absolute;
    left: calc(50% - 310px);
    width: 620px;
    height: 65px;
    background-color: var(--color-white);
    z-index: -1;
}

.all-search-results h1.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: var(--color-secondary-dark);
    z-index: -2;
}

@media (max-width:576.98px) {
    .all-search-results h1.section-title {
        font-size: 1.5em;
    }

    .all-search-results h1.section-title::before,
    .all-search-results h1.section-title::after {
        display: none;
    }
}



/***
WOOCOMMERCE - PRODUCT RATING
***/
span.break-line {
    color: var(--color-secondary-light);
    padding: 0 12px;
}

.woocommerce .products .star-rating {
    display: inline;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.2rem;
}

.viewed_products_list .woocommerce-product-rating {
    display: flex;
    justify-content: center;
    line-height: 2.2;

}

img.star-rating {
    float: none;
    width: 14px !important;
    height: 14px !important;
}

img.cus-star-rating {
    width: 16px;
}

.review-btn a.btn-cart-blue-sm {
    width: 90%;
}

@media (max-width:576.98px) {
    span.break-line {
        padding: 0 4px;
    }
}

/***
WOOCOMMERCE - PRODUCT IMAGE
***/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {

    top: 0;
    right: 55px;

}


/***
WOOCOMMERCE - SINGLE PRODUCT
***/
.woocommerce div.product div.images img {
    width: auto;
}

.bordered-part {
    border: 1px solid var(--color-secondary-light);
    padding: 0 20px;
}

img.battery {
    max-width: 35px;
    margin-bottom: 5px;
}

.simple-atributes {
    margin-bottom: 5px;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce p.price,
.woocommerce span.price {
    font-size: 2.1rem !important;
    font-family: var(--font-headings-light) !important;
    color: var(--color-default) !important;
    margin: 0 0 10px 0;
    text-decoration: none !important;
}

.woocommerce .quantity {
    display: flex;
    flex-direction: row;
    width: auto;
    text-align: center;
    font-size: 1rem;
    border: 1px solid var(--color-links);
    border-radius: 30px;
    outline: none;

}

.woocommerce .quantity .qty {
    border: none;
    font-size: 1.2em;
    font-weight: 900;
    outline: none;
    padding: 8px 0;
    width: 20px;
    background: transparent;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.quantity .plus,
.quantity .minus {
    background: transparent;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    color: var(--color-default) !important;
    font-size: 1.2em;
    font-weight: bold;
    width: 30px;
}

.quantity .plus:hover,
.quantity .minus:hover {
    background: transparent;
    color: var(--color-default);
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid var(--color-secondary-light);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid var(--color-secondary-light);
    position: static;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: var(--color-white) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 1.4rem;
    letter-spacing: 2px;
    font-family: var(--font-headings-light) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: var(--color-default) !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none !important;
}


.woocommerce table.shop_attributes {
    border: 1px solid var(--color-border) !important;
    width: 80%;
    margin: auto;
    text-align: left;
}

table th,
table td {
    border: none !important;
}

.woocommerce table.shop_attributes th {
    width: 50%;
}

.woocommerce table.shop_attributes td {
    font-style: normal;
    padding: 10px;
}

td.woocommerce-product-attributes-item__value p {
    padding: 0 0 !important;
}

table.shop_attributes tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: var(--color-white) !important;
}

section.product-content {
    display: block;
    position: relative;
    margin: 6rem 0;
    overflow: hidden;
}

.woocommerce-tabs {
    padding-top: 5rem;
}

.product-content-nav {
    text-align: center;
}

.product-content-nav a {
    background-color: var(--color-border);
    border: 1px solid var(--color-button);
    border-radius: 5px;
    color: var(--color-default);
    display: inline-block;
    font-size: 1.2rem;
    font-family: var(--font-headings-light) !important;
    margin-right: 3px;
    margin-top:5px; 
    padding: 5px .9rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.product-content-nav a:hover {
    text-decoration: none;
    color: var(--color-primary);
    transition: 0.4s!important;
}

section.product-content h2.section-title,
section.viewed h2.section-title {
    margin-bottom: 5rem;
    letter-spacing: 0px;
}

.comments-summary {
    padding-top: 130px;
    background-image: url(images/view.webp) !important;
    background-position: center;
    float: left;
    position: relative;
    padding-bottom: 27px;
    margin-right: 30px;
    width: 270px;
}

.comments-summary h4 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.comments-summary h5 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 4px;
    text-align: center;
}

.all-comments,
.all-search-results {
    width: calc(100% - 300px);
    padding: 0 40px;
    float: left;
}

#reply-title {
    display: none;
}

.owl-carousel-comments .comment_container {
    margin: 0 0 0 0;
    display: flex;
    padding: 40px 10px 30px 10px;

}

.owl-carousel-comments .comment_container img {
    width: 80px;
    /* height: 80px; */
    border-radius: 50px;
}

.owl-carousel-comments .comment_container .star-rating {
    font-family: WooCommerce !important;
    margin-bottom: 7px;
}

.owl-carousel-comments .comment_container .star-rating span::before {
    color: var(--color-gold);
}

.owl-carousel-comments .comment_container .description p {
    font-size: 1.4rem;
}

.owl-prev,
.owl-next {
    border: 1px solid var(--color-secondary-dark) !important;
    border-radius: 0px;

}

.owl-prev span,
.owl-next span {
    font-size: 25px;
    padding: 0px 20px;
}

.owl-theme .owl-nav [class*=owl-]:hover span {
    background: var(--color-default);
    color: var(--color-white);
    border-radius: 2px;
}


.owl-carousel-comments .owl-prev {
    position: absolute;
    left: -48px;
    top: 37%;
}

.owl-carousel-comments .owl-next {
    position: absolute;
    right: -55px;
    top: 37%;
}

.variation_atributes {
    width: 80%;
    margin: auto;
}

.woocommerce table.shop_variation_atributes {
    width: 100%;
    margin-bottom: 4px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--color-white);
    background-color: var(--color-button);
}

.nav-pills .nav-item button {
    color: var(--color-default);
    border: 1px solid rgba(var(--color-border-rgb), .8);
    margin-right: 4px;
    margin-bottom: 4px;
    border-radius: 0;
}

.nav-pills .nav-item button:hover {
    color: var(--color-white);
    background-color: var(--color-button);
}

.nav-pills .nav-item button:focus {
    color: var(--color-white);
    background-color: var(--color-button) !important;
}

@media(max-width: 1199.98px) {

    .shipping h2,
    .plate-mount h2 {
        font-size: 22px;
    }
}

@media(max-width:991.98px) {

    .all-search-results,
    .search-summary {
        width: 100%;
    }

    .search-summary {
        background-repeat: repeat-x;
    }
}

@media only screen and (max-width: 767px) {

    section.product-content#reviews {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .comments-summary,
    .product-summary {
        margin: 0;
        width: 100%;
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    .all-comments {
        width: 100%;
        clear: both;

    }

    .owl-theme .owl-nav {
        text-align: center;
    }
}

@media(max-width: 576.98px) {

    section.product-information .variation_atributes,
    .woocommerce table.shop_attributes {
        width: 100%;
    }

    .div-bg {
        background-image: url(images/div-bg.webp);
        background-size: contain;
        background-repeat: repeat-x;
    }

    .value-title.shipping,
    .value-title.plate-mount {
        background-size: contain;
        min-height: 70px;
    }

    .shipping h2,
    .plate-mount h2 {
        font-size: 18px;
        min-height: 50px;
    }
}

/***
WOOCOMMERCE - VARIATION PRODUCT
***/
.single_variation {
    margin: 20px 0;
}

.summary p.price-variable {
    display: none;
}
.woocommerce div.product .product_title {
    padding:0 20px;
}
.woocommerce div.product form.cart .variations {
    border: 1px solid var(--color-secondary-light);
    margin-bottom: 5px;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    padding-left: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    background-color: #fff !important;
}

.woocommerce div.product form.cart .variations label,
.woocommerce div.product form.cart .variations select {
    margin-right: 0 !important;
    padding-right: 20px !important;
    margin-bottom: 0px;
}

select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid var(--color-border) !important;
    border-radius: 23px !important;
    color: var(--color-default);
    font-family: var(--font-headings-light) !important;
    font-size: 1.2rem !important;
    height: inherit;
    line-height: 22px;
    padding: 8px 24px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 6px;
}

/*************
* WOOCOMMERCE - RECENTLY VIEWED PRODUCTS
*************/
section.viewed {
    clear: both;
}

section.viewed h2.section-title,
section.product-content h2.section-title {
    font-family: var(--font-headings-light) !important;
    text-align: center;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0px;
}

section.viewed h2.section-title::before,
section.product-content h2.section-title::before {
    content: '';
    position: absolute;
    left: calc(50% - 170px);
    width: 340px;
    height: 30px;
    background-color: var(--color-white);
    z-index: -1;
}

section.viewed h2.section-title::after,
section.product-content h2.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: var(--color-secondary-dark);
    z-index: -2;
}



.viewed_products_list img.attachment-woocommerce_thumbnail {
    background-color: transparent !important;
    display: block;
    padding: 30px 10px;
}

.viewed_products_list h2 {
    font-family: var(--font-headings-light) !important;
    margin-bottom: .3rem;
    text-align: center;
    font-size: 1.3rem;
}
.loop-product-item .elementor-widget-container {
    line-height: normal!important;
}
h2.woocommerce-loop-product__title, .loop-product-item h3 {
    height: 70px;
    padding: 0 1.6em!important;
}

h2.woocommerce-loop-product__title a, .loop-product-item h3 a {
    text-transform: uppercase !important;
    font-family: var(--font-headings-light) !important;
    margin-bottom: .3rem;
    text-align: center;
    font-size: 1rem;
    color: var(--font-headings-light) !important;
    font-weight: 900;
}

@media (max-width: 1200px) {
    h2.woocommerce-loop-product__title, .loop-product-item h3 {
        height: 40px;

    }

    h2.woocommerce-loop-product__title a, .loop-product-item h3 a {
        font-size: 1rem;
    }
}

h2.woocommerce-loop-product__title:hover a, .loop-product-item h3:hover a {
    text-decoration: underline !important;
}

.viewed_products_list .owl-item.active:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: -5px;
    border-right: 1px solid #e3e3e3;
}

.viewed_products_list a:hover h2,
.viewed_products_list a:hover span {
    color: var(--color-default);
    transition: ease-in .6s;

}

.viewed_products_list span.price {
    display: block;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    font-family: var(--font-headings-light) !important;
    color: var(--color-default) !important;
    text-align: center;
}

.viewed_products_list.owl-carousel .owl-item img {
    display: inline;
}

.viewed_products_list.owl-carousel .owl-item {
    padding-bottom: 15px;
}

.viewed_products_list.owl-carousel .owl-nav,
.commentlist.owl-carousel .owl-nav {
    display: block !important;
}

.owl-carousel-viewed .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
}

.owl-carousel-viewed .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
}

@media (max-width:1199.98px) {

    a.btn-cart-blue-sm,
    button.btn-cart-blue-sm {
        width: 90% !important;
    }
}

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

@media (max-width:576.98px) {
    section.viewed h2.section-title {
        font-size: 1.5em;
    }

    section.viewed h2.section-title::before {
        left: calc(50% - 140px);
        width: 280px;
        height: 30px;
    }

    .viewed_products_list h2 {
        font-size: 1.2rem;
    }

    .owl-carousel-viewed a.btn-cart-blue-sm {
        width: 60% !important;
    }


}



/***
WOOCOMMERCE - PRODUCT INFO LABELS
***/
.info-labels,
.info-labels-sm {
    position: relative;
}

.info-labels .left-corner {
    position: absolute;
    left: 130px;
    top: 0;
}

.info-labels .right-corner {
    position: absolute;
    right: 10px;
    top: 0;
}

.info-labels-sm .left-corner {
    position: absolute;
    left: 10px;
    top: 0;
}

.info-labels-sm .right-corner {
    position: absolute;
    right: 10px;
    top: 0;
}

.left-corner span,
.right-corner span {
    writing-mode: vertical-lr;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
}

.info-labels #flag {
    width: 40px;
    height: 60px;
    box-sizing: content-box;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: white;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.info-labels #flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.info-labels-sm #flag {
    width: 30px;
    height: 50px;
    box-sizing: content-box;
    padding-top: 0;
    padding-bottom: 7px;
    position: relative;
    color: white;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
}

.info-labels-sm #flag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 13px solid var(--color-white);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.flag-sale {
    background: var(--color-button);
}

.label-sale-2:after {
    border-bottom: 13px solid var(--color-orange) !important;
}

.info-labels .flag-best-seller {
    padding-top: 0 !important;
    height: 100px !important;
    background-color: var(--color-orange);
}

.info-labels-sm .flag-best-seller {
    padding-top: 0 !important;
    height: 90px !important;
    background-color: var(--color-orange);
}

.flag-new {
    background: var(--color-blue);
}

.label-new-2:after {
    border-bottom: 13px solid var(--color-green) !important;
}

.info-labels .flag-best-price {
    height: 100px !important;
    background-color: var(--color-green);
}

.info-labels-sm .flag-best-price {
    height: 90px !important;
    background-color: var(--color-green);
}

@media(max-width: 1199px) {
    .info-labels .left-corner {
        left: 10px;
    }
}

/***
WOOCOMMERCE - LIGHTBOX
***/
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: none!important;
}
.pswp__bg {
    background-color: var(--color-white);
}

button.pswp__button.pswp__button--fs {
    display: none !important;
}

button.pswp__button,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    opacity: 1;
    background-color: var(--color-button) !important;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    width: 50px;
    height: 80px;
}

.pswp__button--arrow--right:before {
    background-position: -94px -54px;
}

.pswp__button--arrow--left:before {
    background-position: -138px -54px;
}

button.pswp__button--arrow--left:hover::before,
button.pswp__button--arrow--right:hover::before,
button.pswp__button:hover {
    background-color: var(--color-default) !important;
}

button.pswp__button.pswp__button--close {
    padding: 0px;
    margin: 5px 5px 5px 2.5px !important;
}

button.pswp__button.pswp__button--zoom {
    margin: 5px 2.5px 5px 5px !important;
}

.pswp__button--arrow--right,
.pswp__button--arrow--left {
    margin: 5px !important;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: transparent !important;
}

.pswp__caption__center {
    text-align: center !important;
    color: var(--color-default) !important;
}

/***
WOOCOMMERCE - PRODUCT CATEGORY PAGE
***/

@media screen and (min-width: 768px) {
    .wpc-custom-selected-terms {
        width: auto!important;
    }
}

form.woocommerce-ordering {
    min-width: 220px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 33% !important;
    padding: 5px;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product a img {
    margin-bottom: .5em;
}

.products img.attachment-woocommerce_thumbnail {
    background-color: transparent;
    display: block;
    margin: 0;
    padding: 30px 10px;
}

ul.products li.product::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
    border-right: 1px solid #e3e3e3;
}

ul.products.columns-3 li.product:nth-child(3n)::after {
    display: none;
}

.products h2 {
    font-family: var(--font-headings-light) !important;
    margin-bottom: .3rem;
    text-align: center;
    font-size: 1.4rem;
}

.products a:hover h2,
.products a:hover span {
    color: var(--color-default);
    transition: ease-in .6s;

}

.products span.price, .loop-products span.price {
    display: block;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    font-family: var(--font-headings-light) !important;
    color: var(--color-default) !important;
    text-align: center;
}

ul.products a.btn-cart-blue-sm,
ul.products button.btn-cart-blue-sm {
    width: 75%;
}

form.woocommerce-ordering {
    padding-left: 0px;
    padding-right: 0px;
}

.filters {
    display: flex;
    align-items: baseline;
}

.wpc-filters-section {
    margin-bottom: 1.5em !important;
}

input.wpc-filters-range-max,
input.wpc-filters-range-min {
    border-radius: 50px !important;
    border: 1px solid var(--color-border) !important;
}

.wpc-filter-title {
    border-bottom: 1px solid rgba(var(--color-border-rgb), 0.3);
    padding: 0 0 25px 0 !important;
    padding-top: 1em;
    margin-bottom: 1em !important;
}

.wpc-filter-title:last-child

.wpc-filters-widget-main-wrapper .wpc-filter-title,
.wpc-filters-main-wrap .wpc-filter-title {
    font-weight: 600 !important;
    color: var(--color-default);
    font-size: 1.15em !important;
}

.wpc-filter-label-wrapper:hover a,
.wpc-filter-label-wrapper:hover span {
    color: var(--color-white) !important;
}

.wpc-filters-labels input[type="checkbox"]:checked~label a,
.wpc-filters-labels input[type="checkbox"]:checked~label .wpc-term-count {
    color: var(--color-white) !important;
    opacity: 1 !important;
}

li.wpc-filter-chip {
    margin: 14px 7px 7px 0 !important;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: var(--color-button) !important;
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: var(--color-border) !important;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
    padding: 3px 12px 3px !important;
}

.wpc-chip-remove-icon {
    font-size: 1.5em !important;
    line-height: 1em !important;
}

.wpc-posts-found {
    display: none !important;
}

.wpc-filters-main-wrap input[type=checkbox],
.wpc-filters-main-wrap input[type=radio] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color-border);
    border: 1px solid var(--color-border);
    background: #fff;
    border-radius: 5px;
    min-width: 20px;
}

input[type='checkbox'] {
    accent-color: var(--color-button);
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 0 0;
}

.woocommerce nav.woocommerce-pagination,
.search__pagination-wrapper {
    text-align: right;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li,
.search__pagination-wrapper a {
    padding: 0;
    border: 1px solid var(--color-border) !important;
    margin-right: 4px;
}

.search__pagination-wrapper span.current {
    padding: 3px 12px;
    border: 1px solid var(--color-primary) !important;
    margin-right: 3px;
    color:var(var(--color-white)) !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    padding: 8px 12px;
    color: var(--color-default) !important;
}

.search__pagination-wrapper a {
    padding: 4px 12px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.search__pagination-wrapper a:focus,
.search__pagination-wrapper a:hover,
.search__pagination-wrapper span.current {
    background: var(--color-primary) !important;
    color: var(--color-white) !important;
    text-decoration: none;
}

.loop-product, .loop-products {
    display: block;
    width: 100%;
}
.loop-products {
    text-align:center;
}
.loop-products span.price {
    margin-bottom:0!important;
}
.loop-product span.woocommerce-Price-amount, .loop-products span.woocommerce-Price-amount {
    font-size: 1.9rem !important;
    padding: 10px 12px;
}

.loop-product span.pa-attributes {
    font-size: 1.1rem;
    font-family: var(--font-headings-light);
    padding: 0px 12px;
    position: relative;
}

span.pa-attributes::after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    top: 10%;
    right: 0;
    border-right: 1px solid #e3e3e3;
}

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

@media (max-width:991.98px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 50% !important;
    }

    ul.products.columns-3 li.product:nth-child(3n)::after {
        display: block;
    }

    ul.products.columns-3 li.product:nth-child(2n)::after {
        display: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        clear: none;
    }
}

@media (max-width:768.98px) {

    .loop-product span.pa-attributes,
    .products span.price, .loop-products span.price {
        font-size: 1.1rem !important
    }
}

@media (max-width:575.98px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    ul.products.columns-3 li.product:nth-child(n)::after {
        display: none;
    }

    ul.products a.btn-cart-blue-sm {
        width: 60% !important;
    }

    .woocommerce nav.woocommerce-pagination {
        text-align: center;
    }

}

/***
WOOCOMMERCE - SINGLE PRODUCT CROSS SELL
***/
.woocommerce ul.cross-sell-products-list {
    clear: both;
    height: 100px;
    padding-left: 0;
}

.woocommerce ul.cross-sell-products-list li.cross-sell-product,
.woocommerce-page ul.cross-sell-products-list li.cross-sell-product {
    width: 100px;
    padding: 5px;
    margin: 0;
    margin-bottom: 0px;
    height: auto;
    float: left;
    box-sizing: border-box;
}

.woocommerce ul.cross-sell-products-list li.cross-sell-product:hover {

    background-color: rgba(26, 31, 36, 0.03);
    border: 1px solid rgba(var(--color-border-rgb), .8);
}

/***
WOOCOMMERCE - SHOP FILTERS
***/
.filter-close {
    border-bottom: 1px solid rgba(var(--color-border-rgb), 0.3);
}

.filter-close button {
    padding: 8px 10px 10px;
    border:1px solid var(--color-button)!important;
}
.filter-close button:hover {
    border:1px solid var(--color-default)!important;
}

.filter-close button i {
    color: var(--color-white);
    font-size: 1.3em;
    line-height: 1em;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
    transition: opacity 0.3s ease-in-out;
}

#toggle-filters {
    border: none;
    padding: 0 !important;
    color: var(--color-links);
}

.close-filters {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
}

.shop-filters {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 300px;
    background-color: #fff;
    z-index: 9999;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
}

.shop-filters a {
    color: var(--color-default) !important;
}

.shop-filters.active {
    left: 0;
}

.overlay.active {
    display: block;
    opacity: 1;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
    flex-flow: row-reverse;
    justify-content: left;
}

@media (min-width: 991.98px) {
    .shop-filters {
        position: static;
        height: auto;
        width: 25%;
        z-index: 99;
        transition: none;
    }

    .overlay {
        display: none;
    }
}

@media (max-width: 768px) {
    .wpc-custom-selected-terms:not(.wpc-show-on-mobile) {
        display: flex !important;
    }

    .wpc-custom-selected-terms ul.wpc-filter-chips-list {
        display: flex !important;
        flex-wrap: wrap !important;
        overflow-x: auto;
        padding-left: 0;
    }
}

/***
WOOCOMMERCE - WOO PRODUCT SALE LABEL
***/
.woocommerce span.onsale {
    display: none !important;
}

ins {
    text-decoration: none !important;
}

.woocommerce .summary p.price del,
.woocommerce .summary span.price del {
    color: var(--color-links);
    opacity: 1 !important;
    font-size: 1.2rem;
    font-weight: normal;
}

.viewed_products_list span.price del span.woocommerce-Price-amount,
.loop-product span.product-price-loop del span.woocommerce-Price-amount {
    font-size: 1.1rem !important;
}

.woocommerce .summary p.price ins,
.woocommerce .summary span.price ins,
.viewed_products_list span.price ins,
.woocommerce-variation-price span.product-price ins,
.loop-product span.product-price-loop ins {
    color: var(--color-button);

}

.viewed_products_list span.price del,
.loop-product span.product-price-loop del {
    color: var(--color-links);
    padding-right: 5px;
    opacity: 1 !important;
    font-weight: normal;

}

.price,
.product-price-loop {
    position: relative;
}

.price .discount {
    position: absolute;
    top: -4px;
    left: 0;
    color: var(--color-button);
    font-size: 13px;
}

.loop-product .product-price-loop .discount {
    position: absolute;
    left: 30%;
    top: -7px;
    color: var(--color-button);
    font-size: 13px;
}

span.price,
span.product-price-loop {
    margin-bottom: 19px !important;
}

span.sale-price {
    padding-top: 5px;
    margin-top: 11px;
    margin-bottom: 3px !important;
}

/***
WOOCOMMERCE - BREADCRUMBS
***/
.shop-breadcrumbs {
    background-image: url('images/view-bg.webp');
    background-size: contain;
    background-repeat: repeat-x;
}

.shop-breadcrumbs .woocommerce-breadcrumb,
.elementor-breadcrumbs .woocommerce-breadcrumb {
    margin: 1em 0 1em !important;
}

/***
WOOCOMMERCE - CATEGORY PAGE
***/

.category-banner {
    min-height: 250px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}

.category-banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.category-banner .breadcrumbs {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 600px;
    text-align: center;
}
.category-banner .breadcrumbs-shop {
    top: 15%;
    width: 700px;
}

.category-banner .breadcrumbs  .cat-description {
    color: var(--color-default) !important;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(249, 248, 249, 1) 15%, rgba(245, 243, 245, 1) 85%, rgba(255, 255, 255, 0) 100%);
    padding:10px 20px;
}

.woocommerce-breadcrumb a {
    color: var(--color-default) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: var(--color-default) !important;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(249,248,249,1) 15%, rgba(245,243,245,1) 85%, rgba(255,255,255,0) 100%);
}

.category-banner .breadcrumbs header h1 {
    color:var(--color-default);
    font-size: 40px;
    font-family: var(--font-headings-regular);
    text-transform: uppercase !important;
    font-weight: bold;
    margin-bottom: 0;
    width:auto;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(249,248,249,1) 15%, rgba(245,243,245,1) 85%, rgba(255,255,255,0) 100%);
}
.category-banner .breadcrumbs-shop header h1 {
    font-size: 40px;
    padding:10px;
}


body.error404 .p-section-3 {
    margin: 0 0 0 0 !important;
}

.p-section-1 {
    margin: 0 0 70px 0 !important;
}

.p-section-2 {
    margin: 70px 0 70px 0 !important;
}

.p-section-3 {
    margin: 70px auto 0 auto !important;
}

.p-section-4 {
    padding: 20px 0 !important;
}

.p-section-5 {
    margin: 30px auto 0 auto !important;
}

.p-section-6 {
    margin: 70px auto 70px auto !important;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.term-description {
    margin: 70px 0;
}

.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    margin-bottom:5px;
    margin-top:35px;
}
.term-description ul li {
    list-style-type: circle!important;
}

@media(max-width:576.98px) {
    
    .category-banner .breadcrumbs header h1 {
        font-size:25px;
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(249,248,249,1) 10%, rgba(245,243,245,1) 90%, rgba(255,255,255,0) 100%);
        margin-bottom:7px;
    }
    .category-banner .breadcrumbs .cat-description {
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(249,248,249,1) 10%, rgba(245,243,245,1) 90%, rgba(255,255,255,0) 100%);
        padding:10px 25px 10px 25px;
        text-align:center;
    }
    .category-banner .breadcrumbs .cat-description p {
        font-size:15px;
        text-align:center;
    }
    .category-banner {
        min-height:300px;
    }
    .category-banner img {
        height: 300px;
    }
    .category-banner .breadcrumbs-shop {
        top:15%;
    }
    .category-banner-shop img {
        height: 300px;
    }

    .category-banner .breadcrumbs {
        transform: translate(-50%, -10%);
        width:100%;
    }

    .p-section-1 {
        margin: 0 0 40px 0 !important;
    }

    .p-section-2 {
        margin: 40px 0 40px 0 !important;
    }

    .p-section-3 {
        margin: 40px auto !important;
    }
    .p-section-6 {
        margin: 40px auto 40px auto!important;
    }
}

/***
FRONT PAGE 
***/
.hero {
    min-height:600px;
}
.header-carousel .container{
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after {
    top: 100%;
    margin-top: -15px;
}
.header-carousel .container a.btn-cart-blue {
    display:inline-block!important;
}

.header-carousel .container a.btn-hero-call {
    display:inline-block!important;
    background: transparent;
    border: 1px solid var(--color-secondary) !important;
    border-radius: 5px !important;
    color: var(--color-secondary) !important;
    font-weight: 400 !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4rem !important;
    font-family: var(--font-headings-light) !important;
    line-height: 1.7rem !important;
    padding: 10px 18px !important;
    width: auto !important;
}
.header-carousel .container a.btn-hero-call:hover {
    background: linear-gradient(315deg, rgb(246, 55, 50, 1) 0%, #90221e 100%) !important;
    border: 1px solid var(--color-button) !important;
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}
@media (max-width: 1400px) {
    .hero {
        min-height:400px;
    }
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item, .header-carousel .item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img, .header-carousel .item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p,
    .header-carousel .item h5,
    .header-carousel .item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1,
    .header-carousel .item h1 {
        font-size: 30px;
    }
}
@media (max-width: 576px) {
    .hero {
        min-height:500px;
    }
    .header-carousel .container {
        margin-left:10px;
    }
    .header-carousel .container a.btn-hero-call, .header-carousel .container a.btn-hero-call {
        margin-top:5px;
    } 
    .header-carousel .owl-nav {
        top: 92%;
        flex-direction: row;
        right:5%;
        gap:5px;

    }
    
}

.display-4 {
    color:var(--color-default)!important;
}
/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}
.bg-page {
    background-color: var(--color-border);
}

.trending-bottom-product button.btn-cart-blue-sm {
    display: inline-block !important;
    padding: 8px 40px !important;
    width: auto !important;
}


.trending-line-container {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.trending-line-container::before,
.trending-line-container::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: #e9e9e9;
    margin: 0 10px;
}

.trending-products-title {
    position: relative;
    z-index: 1;
    background: white;
    padding: 0 .75rem;

}

.trending-products-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
    padding: 20px;
    justify-items: center;
    /* Wyśrodkowanie elementów */
    text-align: center;
    /* Wyśrodkowanie tekstów */
}

.trending-product-small {
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid var(--color-border);
    padding: 20px 20px 0 20px;
}

.trending-product-small h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.trending-product-large a,
.trending-product-small a {
    color: var(--color-default);
}

.trending-product-large a:hover h2,
.trending-product-small a:hover h2 {
    text-decoration: underline;
}

.trending-product-large {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-row: span 2;
    border-radius: 5px;
    border: 1px solid var(--color-border);
    padding: 20px 20px 0 20px;
}

.trending-product-large h2 {
    font-size: 32px;
    margin-bottom: 0px;
}

.trending-product-large:hover,
.trending-product-small:hover {
    background-color: var(--color-border);
    cursor: pointer;
}

@media (max-width: 992px) {
    .trending-products-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .trending-product-large {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    .trending-products-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: .5rem;
    }

    .trending-product-large {
        grid-row: auto;
        grid-column: span 2;
    }
}

.trending-bottom-products {
    max-width: 2560px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    margin-top: 5rem;
}

@media (max-width: 1200px) {
    .trending-bottom-products {
        flex-wrap: wrap;
    }
}

.trending-bottom-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: 4rem 3rem;
    background: #F5F5F5
}

@media (max-width: 556px) {
    .trending-bottom-product {
        flex-direction: column-reverse;
        text-align: center;
        padding: 2rem 1rem;
    }
}

.trending-bottom-product-desc {
    flex: 1 1 70%;
    max-width: 70%;
}

.trending-bottom-product-thumb {
    display: flex;
    justify-content: center;
    flex: 1 1 30%;
    max-width: 30%;
}

.get-discount-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.get-discount-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1rem;
    text-align: center;
}

.get-discount-form button {
    color: var(--color-default);
    margin-top: 1.5rem;
    width: 150px;
    border-radius: 35px;
    border: 1px solid var(--color-border-rgb);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
}

.get-discount-form form input[type=date],
.get-discount-form input[type=email],
.get-discount-form input[type=number],
.get-discount-form input[type=password],
.get-discount-form input[type=search],
.get-discount-form input[type=tel],
.get-discount-form input[type=text],
.get-discount-form input[type=url],
.get-discount-form select,
.get-discount-form textarea {
    text-align: center !important;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid #e4e4e4 !important;
    width: 500px !important;
    border-radius: 0 !important;
}

@media (max-width: 576px) {

    .get-discount-form form input[type=date],
    .get-discount-form input[type=email],
    .get-discount-form input[type=number],
    .get-discount-form input[type=password],
    .get-discount-form input[type=search],
    .get-discount-form input[type=tel],
    .get-discount-form input[type=text],
    .get-discount-form input[type=url],
    .get-discount-form select,
    .get-discount-form textarea {
        width: 250px !important;
    }
}

.get-discount-form input:focus-visible {
    border-bottom: 1px solid var(--color-button) !important;
    outline: none !important;
}

.trophy-categories {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    /* Tworzy siatkę dostosowaną do szerokości ekranu */
    text-align: center;
    gap: 1.5rem;
}

@media (max-width: 1240px) {
    .trophy-categories {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1040px) {
    .trophy-categories {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768) {
    .trophy-categories {
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .trophy-categories {
        grid-template-columns: 1fr;
    }
}

.trophy-cat-img-wrapper {
    position: relative;
}

.trophy-cat-thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: scale-down;
}

.trophy-cat-title {
    position: absolute;
    background: #5d5d5dd6;
    color: #fff;
    font-weight: bold;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding: 1rem;
    box-shadow: -2px 3px 12px 0px #aaaaaa66;
    transition: all .2s;
}

.category-title {
    border: 2px solid #c1c1c13b;
    border-radius: 5px;
    transition: all .2s;
}

.category-title:hover {
    /* border: 4px solid #f9d5d83b; */
    border-radius: 8px;
    transition: all .2s;
    box-shadow: 8px 8px 11px #dedede78;
}

.category-title:hover .trophy-cat-title {
    background: #9a1313d6;
    transition: all .2s;
    border-radius: 4px;
}

section.front-page-content h2.section-title {
    font-family: var(--font-headings-light) !important;
    text-align: center;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0px;
}

section.front-page-content h2.section-title::before {
    content: '';
    position: absolute;
    left: calc(50% - 310px);
    width: 620px;
    height: 30px;
    background-color: var(--color-white);
    z-index: -1;
}

section.front-page-content h2.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: var(--color-secondary-dark);
    z-index: -2;
}

span.onsale {
    display: none;
}

li::marker {
    content: none;
}

.product-summary {
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 480px;
    background-image: url(images/sale.webp) !important;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 130px;
    background-position: top center;
    float: left;
    position: relative;
    padding-bottom: 27px;
    margin-right: 30px;
    width: 270px;
}

.product-summary.bestsellers {
    background-image: url(images/bestsetllers.webp) !important;
}

.product-summary.best-price {
    background-image: url(images/best-price.webp) !important;
}

.product-summary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* Tło w pseudo-elementcie */
    background-image: url(images/view.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;

    z-index: -1;
    /* Pseudo-element za treścią */
}

.product-summary h4 {
    font-size: 38px;
    line-height: 39px;
    margin-bottom: 0;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-button);
}

.all-products {
    width: calc(100% - 300px);
    float: left;
}

.all-products .woocommerce-product-rating {
    display: flex;
    justify-content: center;
}

.all-products ul.owl-carousel-sale.owl-theme .owl-prev,
.all-search-results ul.owl-carousel-sale.owl-theme .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
}

.all-products ul.owl-carousel-sale.owl-theme .owl-next,
.all-search-results ul.owl-carousel-sale.owl-theme .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
}

/*media breapoints for sale product slider*/
@media(max-width:991.98px) {

    .product-summary {
        min-height: 420px;
        background-position: top center;
    }

    .product-summary h4 {
        font-size: 33px;
        line-height: 34px;
    }

    section.front-page-content h2.section-title::before {
        width: 90vw;
        left: 0;
    }
}

@media(max-width:776.98px) {
    .product-summary {
        background-position: top center;
        margin-right: 20px;
        width: 230px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product-summary h4 {
        font-size: 32px;
        line-height: 33px;
    }

    .all-products {
        width: calc(100% - 250px);
    }
}

@media(max-width:684.98px) {
    .product-summary {

        margin-right: 10px;
        width: 190px;
    }

    .product-summary h4 {
        font-size: 30px;
        line-height: 31px;
    }

    .all-products {
        width: calc(100% - 200px);
    }
}

@media(max-width:634.98px) {
    .product-summary {
        background-image: url(images/sale-image-winmedal.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        clear: both;
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-bottom: 10px;
        min-height: 200px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }

    .product-summary h4 {
        width: 200px;
        font-size: 30px;
        text-align: right;
        word-wrap: break-word;
    }

    .all-products {
        width: 100%;
    }

    .all-products span.pa-attributes {
        display: none;
    }

    .all-products span.price {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .all-products ul.owl-carousel-sale.owl-theme .owl-prev,
    .all-products ul.owl-carousel-sale.owl-theme .owl-next,
    .all-search-results ul.owl-carousel-sale.owl-theme .owl-prev,
    .all-search-results ul.owl-carousel-sale.owl-theme .owl-next {

        top: 30%;
    }

}

/***
FRONT PAGE PRODUCT REVIEWS
***/
#comments .card.card-comments {
    border: 1px solid rgba(var(--color-border-rgb), .8);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12) !important;
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12) !important;
}

#comments .card.card-comments .card-header {
    border-bottom: 1px solid rgba(var(--color-border-rgb), .8);
}

#comments .card.card-comments span.rating {
    display: flex;
    justify-content: start;
}

#comments .card.card-comments .card-footer {
    border-top: 1px solid rgba(var(--color-border-rgb), .8);
}

.card-comments .card-header {
    background-color: var(--color-white);
}

.img-review-logo {
    width: 40px;
    height: 40px;
}

.more-comments a.btn-cart-blue-sm {
    width: 250px;
}

/***
BLOG LOOP ITEMS
***/

.rbcode-post-featured-img a {
    height: 250px;
    width: 100%;
    position: relative;
}

.rbcode-post-featured-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rbcode-post-info ul>li {
    list-style-type: none;
}

.rbcode-post-btn a.elementor-button {
    width: 50%;
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12) !important;
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12) !important;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12) !important;
}

.rbcode-post-btn span.elementor-button-text {
    color: var(--color-default) !important;
}

.rbcode-post-btn a.elementor-button:hover span.elementor-button-text {
    color: var(--color-white) !important;
}

@media(max-width:576.98px) {
    .rbcode-post-btn a.elementor-button {
        width: 70%;
    }
}

/***
CART
***/
.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width:991px) {
    .woocommerce-page div.product div.images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 120px;
        flex: 1 0 120px;
        max-height: 425px;
        overflow: auto;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 0 10px 10px 0;
    }
}

@media (min-width: 1200px) {
    .woocommerce-page div.product div.images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 120px;
        flex: 1 0 120px;
        max-height: 425px;
        overflow: auto;
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100%;
        padding: 0 10px 10px 0;
    }
}

/****
CART TOTALS
****/
.rbcode_shop_table {
    display: flex;
    flex-direction: column;
}

.cart-header,
.cart-item {

    display: grid;
    grid-template-columns: 1fr 2fr .5fr 1fr 1fr .5fr;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(var(--color-border-rgb), 0.3);
}

.cart-footer {
    border: 1px solid rgba(var(--color-border-rgb), 0.3);
    border-top: none;
    display: flex;
    justify-content: end;
    padding: 10px;
}

.cart-header {
    font-weight: bold;
    background-color: #f9f9f9;
}

.cart-item {
    align-items: center;
}

.cart-column,
.product-thumbnail,
.product-name,
.price,
.product-quantity,
.product-subtotal,
.product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-column.product-thumbnail, .cart-column.product-name, .cart-column.product-quantity, .cart-column.product-price, .cart-column.product-subtotal {
    font-size: 18px;
    font-family: var(--font-headings-regular)!important;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.product-name {
    justify-content: start;
    flex-direction: column;
    font-size: 18px;
}

.product-price,
.product-quantity,
.product-subtotal {
    font-size: 18px;
}

.product-name a {
    color: var(--color-button);
}

.product-name .variation {
    font-size: 16px;
    font-weight: normal;
}

.product-remove a {
    color: var(--color-button);
    text-decoration: none;
}

a.cart-thumb {
    display: block;
    width: 100%;
}

.woocommerce .rbcode_shop_table {
    border: 1px solid rgba(107, 107, 107, 0.1);
    background-color: #fff;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12);
    border-collapse: collapse;
    overflow: hidden;
    margin-bottom: 30px;
}

.woocommerce-cart .wc-proceed-to-checkout a.rbcode-checkout-button {
    padding: 10px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 150px;
}

.woocommerce .rbcode_shop_table button.btn-cart-blue {
    padding: 6px 12px;
    font-size: 14px !important;
}

.rbcode-basket-totals {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .12);
    border-collapse: collapse;
    overflow: hidden;
    /* max-height:580px; */
}

.rbcode-basket-totals .cart_totals {
    padding-top: 39px;
}

.rbcode-basket-totals .cart_totals .cart-subtotal td {
    background-color: #fff;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent!important;
}

.cart-subtotal th,
.order-total th,
.shipping th {
    font-size: 17px;
    font-weight: 400;
}

.cart-subtotal td span.woocommerce-Price-amount,
.shipping td ul.woocommerce-shipping-methods {
    font-size: 18px;
    font-weight: 700;
}

.order-total td span.woocommerce-Price-amount {
    font-size: 22px;
    font-weight: 700;
}

.order-total small {
    display: block;
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce table.shop_table td small {
    font-size: 11px;
}

.order-total small span.woocommerce-Price-amount {
    font-size: 11px;
    font-weight: 300;
}

.rbcode-cross-sells a.btn-cart-blue-sm {
    font-size: .9rem !important;

}

.d-mobile {
    display: none;
}

.cart-item .product-name {
    color: var(--color-default);
}

.cart-item .product-name .variation {
    color: var(--color-default);
}

table tbody>tr:nth-child(2n+1)>td, table tbody>tr:nth-child(2n+1)>th {
    background-color: var(--color-white) !important;
}

button.btn-w-100 {
    margin: 20px 0;
    width: 100% !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(var(--color-default-rgb), .1);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    color: #fff;
    background-color: var(--color-default);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var(--color-default);
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout-review-order table.shop_table tr.cart-subtotal th,
.woocommerce-checkout-review-order table.shop_table tr.shipping th,
.woocommerce-checkout-review-order table.shop_table tr.cart-subtotal td,
.woocommerce-checkout-review-order table.shop_table tr.shipping li,
.woocommerce ul#shipping_method label {
    font-weight: 400;
}

.woocommerce-checkout-review-order table.shop_table tr.order-total th,
.woocommerce-checkout-review-order table.shop_table tr.order-total td {
    font-size: 20px;
    font-weight: 700;
}


.cart-items .accordion {
    width: 100%;
}

.cart-items .accordion .accordion-item {
    border: 0px;
}

.cart-items .accordion .accordion-item .accordion-button {
    padding: 5px;
    margin-top: 8px;
    border-radius: 0;
    cursor: pointer;
    font-weight: normal;
}

.cart-items .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.front-side p.label,
.front-side p.data,
.back-side p.label,
.back-side p.data {
    font-size: 14px;
    font-weight: normal;
}


.woocommerce-message .cart-empty {
    display: none !important;
}

ul.prod-atrributes {
    list-style-type:none;
    padding-left:0;
}
ul.prod-atrributes .prod-attr {
    font-size:14px;
}
.cart_item_inner {
    display:flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.payment_box p {
    color: var(--color-white);
}
#billing_country_field {
    display:none;
}
/***
WOOCOMMERCE - CART TOTALS MOBILE VIEW
***/

@media (max-width:767.98px) {

    .cart-header {
        display: none;
        /* Ukryj nagłówki na urządzeniach mobilnych */
    }

    .d-mobile {
        display: block;
    }

    .cart-item {
        display: inline-block;
        width: 100%;
        clear: both;
        padding: 20px 10px;
        border-bottom: 0px;
    }

    .cart-item:nth-child(2) {
        background-color: #f9f9f9;
    }

    .cart-item .product-thumbnail,
    .cart-item .product-name,
    .cart-item .product-subtotal {
        width: 50%;
    }

    .cart-item .product-price,
    .cart-item .product-quantity {
        width: 50%;
        padding-top: 15px;
    }

    .cart-item .product-thumbnail,
    .cart-item .product-name {
        float: left
    }

    .cart-item .product-name {
        padding-top: 35px;
    }

    .cart-item .product-price,
    .cart-item .product-price p {
        line-height: 45px;
        font-size: 16px;
        font-weight: normal;
        clear: both;
    }

    .cart-item .product-subtotal {

        font-size: 19px;
        font-weight: bold;
    }

    .cart-item .product-price,
    .cart-item .product-quantity {
        float: left
    }

    .cart-item .product-subtotal {
        clear: both;
    }

    .cart-item .product-subtotal,
    .cart-item .product-remove {
        float: left
    }

    .cart-item .product-price,
    .cart-item .product-subtotal {
        padding-top: 10px;
        justify-content: start;
        padding-left: 65px;
    }

    .product-remove {
        padding-top: 10px;
        padding-right: 10px;
        justify-content: end;
        width: 50%;
    }

    .cart-footer {
        padding: 0 10px 10px 10px;
    }
}

@media (max-width:576.98px) {

    .cart-item .product-subtotal {
        padding-left: 25px;
    }
    .cart-item .product-price,
    .cart-item .product-quantity {
        display:none;
    }

    .rbcode-cross-sells a.btn-cart-blue-sm {
        font-size: .8rem !important;
        padding: 8px 11px !important;
    }
}


/****
WOOCOMERCE CART CHECKOUT
****/
.woocommerce table.shop_table td,
.woocommerce table.shop_table_responsive td {
    text-align: right;
}

a.cart-product-link {
    color: var(--color-default) !important;
    font-weight:normal;
    font-family: var(--font-headings-regular)!important;
    letter-spacing: 2px;
}

.is-large .wc-block-checkout__sidebar {
    top: 210px;
}

span.optional {
    display: none;
}

.customer-type-radio .woocommerce-input-wrapper {
    display: flex;
    flex-direction: row;
}

.customer-type-radio input[type="radio"] {
    display: none;
}

.customer-type-radio label {
    padding: 8px 40px;
    border: 1px solid var(--color-border);
    border-radius: 35px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    color: var(--color-default);
    font-weight: bold;
    margin-right: 10px;
}


.customer-type-radio input[type="radio"]:checked+label {
    background: linear-gradient(315deg, rgba(00, 94, 159, 1) 0%, rgba(0, 75, 128, 1) 100%) !important;
    border: none;
    color: var(--color-secondary);
}

.customer-type-radio label:hover {
    background-color: var(--color-default);
    color: var(--color-secondary);
}

#customer_details input {
    border: 1px solid var(--color-border);
    border-radius: 35px;
}

#customer_details textarea {
    height: 150px;
    border: 1px solid var(--color-border);
    border-radius: 25px;
}

/* Stylizuj kontener Select2 */
.select2-container .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 35px;
    height: 40px;
    /* Wysokość selecta */
    display: flex;
    align-items: center;
    padding: 0 10px;
}

/* Stylizuj tekst wybranej opcji */
.select2-container .select2-selection__rendered {
    color: var(--color-default);
    font-size: 16px;
}

.select2-container .select2-selection__arrow {
    color: var(--color-default);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px
}


/* Stylizuj otwarte menu z opcjami */
.select2-container .select2-dropdown {
    background-color: var(--color-white);
    border: 1px solid var(--color-border);
}

/* Stylizuj każdą opcję w rozwijanym menu */
.select2-container .select2-results__option {
    padding: 10px;
    font-size: 16px;
    color: var(--color-default);
    cursor: pointer;
}

/* Efekt hover na opcjach */
.select2-container .select2-results__option--highlighted {
    background-color: var(--color-button);
    color: var(--color-white);
}

/* Zmiana koloru aktywnej opcji */
.select2-container .select2-results__option[aria-selected="true"] {
    background-color: var(--color-button);
    color: var(--color-white);
}

/* Stylizuj pole Select2, aby dostosować border-radius przy otwarciu */
.select2-container .select2-selection--single {
    border-radius: 35px;
    /* Zaokrąglenie górnych rogów tylko przy otwarciu */
}

/* Stylizuj po otwarciu tak, aby dolne rogi miały ten sam border-radius */
.select2-container.select2-container--open .select2-selection--single {
    border-radius: 19px 19px 0 0;
}

/* Inny adres wysyłki */
label.woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center;

}

input#ship-to-different-address-checkbox,
.acceptance input.woocommerce-form__input-checkbox,
label.woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox {

    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;
    font: inherit;
    color: currentColor;
    border: 1px solid var(--color-border);
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right: 5px;
}

input#ship-to-different-address-checkbox::before,
.acceptance input.woocommerce-form__input-checkbox::before,
label.woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox::before {
    content: "";
    width: 0.85em;
    height: 0.85em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    background-color: green;
}

/* formy płatnosci */
li.wc_payment_method input.input-radio,
li input.shipping_method {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--color-white);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.2em;
    height: 1.2em;
    border: 1px solid var(--color-border);
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    margin-right: 5px;
}

li.wc_payment_method input.input-radio::before,
li input.shipping_method::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    /* Windows High Contrast Mode */
    /* background-color: CanvasText; */
    background-color: green;
}

input#ship-to-different-address-checkbox:checked::before,
li.wc_payment_method input.input-radio:checked::before,
li input.shipping_method:checked::before,
.acceptance input.woocommerce-form__input-checkbox:checked::before,
label.woocommerce-form-login__rememberme input.woocommerce-form__input-checkbox:checked::before {
    transform: scale(1);
}

.checkout-ordering-items .variation {
    display: none;
}

.checkout-ordering-items .product-thumbnail {
    width: 80px;
}

.checkout-ordering-items {
    width: 100%;
    max-height: 310px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid var(--color-border);
    margin-bottom: 24px;
    border-radius: 5px;
}

.checkout-ordering-items .cart_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0;
    border-bottom: 1px solid var(--color-border);
}

.checkout-ordering-items::-webkit-scrollbar {
    width: 8px;
}

.checkout-ordering-items::-webkit-scrollbar-track {
    background: var(--color-white);
}

.checkout-ordering-items::-webkit-scrollbar-thumb {
    background-color: var(--color-button);
}

.checkout-ordering-items::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-button);
}

/***
WOOCOMMERCE - THANK YOU PAGE
***/

a.download-btn {
    display: inline-block !important;
    width: auto !important;
}

/***
WOOCOMMERCE - NOTICES
***/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 1em 0 0 0 !important;
}

.woocommerce-message:focus-visible {
    outline: none !important;
}

.custom-notice {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 25px;
    position: fixed;
    right:10px;
    bottom:30px;
    z-index:9999;
    width:300px;
    margin:0!important;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.notice-close-button {
    z-index: 999;
    position: absolute;
    top: -11px;
    left: -22px;
}

.custom-notice .custom-notice-p {
    font-weight: 600;
}
.custom-notice a {
    color: var(--color-default) !important;
    text-decoration: underline;
}
.woocommerce-message.product-add::before, .woocommerce-message.error-notice::before {
    display:none!important;
}

.product-add, .error-notice {
    background-color: var(--color-border);
    border-top: 5px solid var(--color-secondary-dark);
    border-radius: 5px;
    color: var(--color-default);
}

@media(max-width:992px) {
    .custom-notice {
        bottom:90px;
    }
}

.woocommerce-message.product-add {
    border-top-color: var(--color-primary)
 
}

.woocommerce-message.product-add::before {
    content: "\e015";
    color: #8fae1b;
}

.woocommerce-message.empty-cart {
    border-top-color: #797979;
}

.woocommerce-message.empty-cart::before {
    display:none;
}

.woocommerce-message.error-notice::before {
    font-family: "Font Awesome 6 Free";
    /* Wskazanie fontu */
    content: "\f057";
    color: var(--color-button);
}

.empty-cart {
    background-color: rgba(214, 216, 217);
}

.error-notice {
    background-color: var(--color-border);
    border-top: 5px solid var(--bs-danger);
}


.product-add .notice-close-button {
    background: var(--color-primary);
}
.empty-cart .notice-close-button {
    background:  var(--color-button-hover);
    border: 1px solid var(--color-button-hover);
}
.error-notice .notice-close-button {
    background: var(--bs-danger);
    border: 1px solid var(--bs-danger);
}

.notice-close-button {
    border: 1px solid var(--color-primary);
    color: var(--color-white);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 6px 12px;
    margin-left: 15px;
}

.notice-close-button:hover,
.notice-close-button:focus,
.notice-close-button:active {
    background: var(--color-button-hover);
    border: 1px solid var(--color-button-hover);
    color: var(--color-white) !important;
}

.notice-close-button:hover {
    color: #000;
}


/***
WOOCOMMERCE - MY PAGE/LOGIN/REGISTER
***/

.woocommerce-account {
    background: var(--color-border);
}

.my-account h2 {
    text-align: center;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 35px;
    border: 1px solid #ddd;
    background-color: var(--color-white);
}

button.woocommerce-form-login__submit {
    margin-top: 20px;
    width: 100% !important;
}

p.lost_password {
    text-align: center;
    padding-top: 40px;
}

.register-section a {
    margin: auto;
    display: block;
    color: var(--color-default);
    width: 180px !important;
    border-radius: 35px;
    border: 1px solid var(--color-border-rgb);
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    -moz-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, .32) !important;
    padding: 8px 12px;
    background-color: var(--color-white);
}

.register-section a:hover {
    outline: none !important;
    border: none !important;
    background: linear-gradient(315deg, rgba(00, 94, 159, 1) 0%, rgba(0, 75, 128, 1) 100%) !important;
    color: var(--color-white);
}
.shop-logo-mobile a img#logo {
    max-width:320px;
}

/* additional styles to the 'get discount' form */

@media (max-width: 1200px) {
    .get-discount-form input[type="text"] {
        width: 100% !important;
    }

    .get-discount-form {
        width: 90%;
    }

}

/* header icon mobile */

@media (max-width: 567.98px) {
    .header-support-icon svg {
        width: 25px;
        height: 25px;
    }

    .header-account-icon svg {
        width: 25px;
        height: 25px;
    }

    .header-basket-icon svg {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 767.98px) {
    .product-search {
        display: flex;
        align-items: center;
    }

    .header-menu-row {
        display: none;
    }

    .shop-menu-short {
        display: none !important;
    }
}

@media (min-width: 767.98px) {
    .shop-logo-mobile {
        display: none;
    }
}
@media (max-width: 576.98px) {
    .shop-logo-mobile a img#logo {
        max-width:269px;
    }
}
@media (max-width: 400px) {
    .shop-logo-mobile a img#logo {
        max-width:220px;
        padding-top:6px;
        padding-bottom:6px;
    }
}
@media (max-width: 370px) {
    .shop-logo-mobile a img#logo {
        max-width:150px;
        padding-top:14px;
        padding-bottom:14px;
    }
}
@media (max-width: 360px) {

    .search-container {
        justify-content: center !important;
        gap: 1rem;
    }
}

/***
WOOCOMMERCE - MY ACCOUNT
***/
/* Account dashboard */

.account-nav {
    padding: .5rem;
    background: #3b3b3b;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 4px #ddd;
    width: 22% !important;
}

@media (max-width: 768px) {
    .account-nav {
        margin-bottom: 2rem;
        width: 100% !important;
    }
}

.account-nav ul {
    display: grid;
    gap: .5rem;
    margin-left: 0;
    padding-left: 0;
    transition: all .2s;
}

@media (max-width: 768px) {
    .account-nav ul {
        text-align: center;
        gap: .75rem;
    }
}

.account-nav a:hover {
    background: #282828;
    border-radius: 10px;
    transition: all .2s;

}

.account-nav ul li a {
    display: block;
    font-size: 1.25rem;
    text-decoration: none;
    width: 100%;
    color: white;
    padding: .5rem 1.25rem;
    border-bottom: 1px solid #4d4d4d
}

.account-nav ul li a:hover {
    text-decoration:none!important;
}

.account-content p {
    font-size: 1.25rem;
}

tr.woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing.order {
    border-bottom: 2px solid #808080;
}

td.woocommerce-orders-table__cell {
    border: 1px solid #eee !important
}

.woocommerce-order-details td,
.woocommerce-order-details th {
    border: 1px solid #eee !important
}

.woocommerce table.shop_table td {
    /* justify-content: stretch; */
    justify-content: space-between;
    flex-direction: row;
    gap: 4rem;
}

.woocommerce-Button.wc-forward.button.btn-cart-blue-sm, .woocommerce-Button.button.btn-cart-blue-sm, .button.wc-forward.btn-cart-blue-sm {
    width:25%
}
@media (max-width: 1199.98px) {
.woocommerce-Button.wc-forward.button.btn-cart-blue-sm, .woocommerce-Button.button.btn-cart-blue-sm, .button.wc-forward.btn-cart-blue-sm {
    width:100%!important;
    margin-top:20px!important;
}
}
@media (max-width: 768px) {
    .woocommerce table.shop_table td {
        flex-direction: column;
        gap: 1rem;
    }
}

.woocommerce-table__product-name .product-name .wc-item-meta {
    font-weight: lighter;
    font-size: 1rem;
}

.woocommerce-table__product-name ul.wc-item-meta {
    display: flex;
    flex-direction: row;
    gap: 1.25rem;
    padding: 0;
    text-align: left;
}

.woocommerce-table__product-name ul.wc-item-meta li:nth-child(2) {
    border-left: 2px solid #eee;
    padding-left: 1rem;
}

.account-address {
    background: #eee;
    padding: 1rem;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
}

@media (max-width: 768px) {
    .account-address {
        margin-bottom: 2rem;
    }
}

.account-address address {
    margin-bottom: 4rem;
}


@media (max-width: 768px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 0;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}


@media (max-width: 768px) {
    .addresses .woocommerce-column--shipping-address {
        margin-top: 2rem !important;
    }
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 77%;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
}


.woocommerce-order-details table.woocommerce-table td.woocommerce-table__product-name.product-name {
    justify-content: stretch;
}


nav.woocommerce-MyAccount-navigation.account-nav+.woocommerce-MyAccount-content.account-content section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td.woocommerce-table__product-name.product-name {
    display: flex;
    /* Ustawienie Flexboxa dla <td> */
    justify-content: space-between;
    /* Rozmieszczenie elementów */
}

.woocommerce-ResetPassword.lost_reset_password p {
    width: 100%;
    text-align: center;
}

small {
    line-height: 1.3em !important;
}

/***
WOOCOMMERCE - Custom block loader for basket price review
***/
#order-summary-table {
    position: relative;
}


#orderLoader {
    display: none;
    place-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    background: #6969694a;
    z-index: 99;
    border-radius: 5px;
    backdrop-filter: blur(3px);
    box-shadow: 0 4px 6px hsla(0, 0%, 0%, 0.1);
    position: absolute;
    width: 100%;
}

.orderSpinner {
    border: 4px solid rgb(244, 244, 244);
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgb(244, 244, 244);
    border-top: 4px solid #f4232d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/***
WOOCOMMERCE - SHIPPING
***/
.shipping-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: stretch;
    justify-content: center;
}

.shipping-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: stretch;
    gap: 2rem;
    border-radius: 5px;
    border: 1px solid var(--color-button-hover);
    box-shadow: 6px -6px 5px #e8e8e8;
}

@media (max-width: 767.98px) {
    .shipping-wrapper {

        grid-template-columns: 1fr;
    }

    .shipping-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }
}

.shipping-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 12rem;
    background: var(--color-button-hover);
    max-width: 12rem;
    width: 100%;
    height: 100%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 2rem;
}


@media (max-width: 960px) {
    .shipping-card__icon {
        width: 100%;
        max-width: unset;
        border-radius: 0;
        padding: .5rem;
    }
}

.shipping-card__icon {
    img {
        width: 6rem;
        height: 6rem;
    }
}

@media (max-width: 576px) {
    .shipping-card__icon img {
        width: 4rem;
        height: 4rem;
    }
}


.shipping-card__content {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

.shipping-card__content h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--color-button-hover);
}

.shipping-card__content p {
    color: var(--color-default);
}

.woocommerce-shipping-totals.shipping td {
    vertical-align: middle;
}

/***
WOOCOMMERCE - FILTERS
***/
select[name="orderby"] {
    font-size: 13px !important;
}

.shop-filters {
    border-right: 1px solid var(--color-border);
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a:hover {
    border: 1px solid var(--color-links-hover) !important;
    transition: all .2s;
}

/***
WOOCOMMERCE - LAYOUT WIDTH
***/
@media (max-width:767.98px) {

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        padding: 0 6.5px;

    }
}

@media (min-width:768px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body .site-main {
        max-width: calc(100vw - 40px) !important;
        margin: auto;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
        /* margin:0 5% 30px 5%; */
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;

        /* margin:0 5% 30px 5%; */
    }
}

@media (min-width:880px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body .site-main {
        max-width: calc(100vw - 80px) !important;
        margin: auto;
    }
}

@media (min-width:992px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body .site-main {
        max-width: calc(100vw - 80px) !important;
        margin: auto;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        margin: 0 0 0 0;
        width: 43%;

    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin: 0 0 70px 0;
        width: 55%;

    }
}

@media (min-width:1200px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body.site-main {
        max-width: 1140px !important;
        margin: auto;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        margin: 0 0 0 0;
        width: 48%;

    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        margin: 0 0 70px 0;
        width: 48%;

    }

}

@media (min-width:1400px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body .site-main {
        max-width: 1340px !important;
        margin: auto;
    }
}

/* Update pozycji flagi (best price) dla widoku tablet oraz dla mobile */

@media (max-width: 992px) {
    .info-labels #flag {
        left: 9rem !important;
        opacity: .2;
    }
}

@media (max-width: 768px) {
    .info-labels #flag {
        display: none !important;
    }
}

.woocommerce-loop-product__title {
    position: relative;
}

.woocommerce-loop-product__title a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

/*css z mocnej */

.product-important-deails .product-features {
    flex-direction: row;
    display: flex;
    justify-content: start;
    align-items: center;
}
.product-important-features-title {
	padding-top:18px;
}

.woocommerce-variation-price {
	margin-bottom:10px!important;
}
.woocommerce-variation-price .price {
    display:block;
    text-align:left;
}
.woocommerce-variation-price .price-title {
    font-size:2.4rem;
}


  /*****
  SINGLE PRODUCT
  *****/
.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    max-width:520px;
} 
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain;
}
span.product-details, span.lokalizacja-miasto {
    text-align: center;
}

span.product-details, span.lokalizacja-miasto {
    background-color: var(--color-border);
    border: 1px solid var(--color-button);
    border-radius:5px;
    color: var(--color-default);
    font-size: 1.2rem;
    font-family: var(--font-headings-light) !important;
    margin-right: 3px; 
    margin-top:3px;   
    padding: 4px 8px;
    white-space: nowrap;
    width:auto;
}

span.lokalizacja-miasto {
    background-color: rgba(var(--color-primary-rgb),0.1);
    border: 1px solid var(--color-button);
}

span.lokalizacja-miasto a {
    color: var(--color-default);
}
span.product-details:hover {
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: none;
}

span.lokalizacja-miasto:hover {
    background-color: rgba(var(--color-primary-rgb),0.5)!important;
    cursor: pointer;
}
span.lokalizacja-miasto:hover a {
    color: var(--color-white);
}
  .baner {
    background-image:url('/wp-content/uploads/2025/11/klimatyzacja-wycena-montazu-klimatyzacji.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 25%;
    height: 400px;
  }

  .baner h4 {
    font-size:24px;
    color: var(--color-white);
    padding:4px 15px 0px;
  }
  .baner h3 {
    font-size:48px;
    color: var(--color-white);
    padding:4px 15px 0px;
  }

/*Cena dla klienta lub firmy*/
.form-check {
    display:flex;
    padding-left:0;
    height:100%;
   }
   .form-check input {
    display:none;
   }
   .form-check h2 {
    font-size: 1.2rem;
   }
   .form-check span.var-price {
    font-size: 1.4rem;
    font-weight:bold;
   }
   .form-check span.var-info {
    font-size: .8rem;
   }
   .form-check label {
      position: relative;
      color: var(--color-default);
      background-color: var(--color-white);
      font-size: 16px;
      padding:10px;
      text-align: left;
      cursor: pointer;
      border: 1px solid var(--color-border);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      flex: 1; /* Równe rozłożenie */
      display: flex;
      flex-direction: column;
      justify-content: space-between; /* Wyrównanie elementów */
      align-items: center;
      border: 1px solid #ccc; /* Opcjonalne: obramowanie */
      padding: 10px;
  }
  
  .form-check input:checked + label{
      border: 1px solid var(--color-primary);
      background-color: var(--color-white);
  }
  
  .form-check input:checked + label:after{
      content: "\2713";
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 100%;
    text-align: center;
    color:#fff;
      border: 1px solid var(--color-primary);
      background-color: var(--color-primary);
      z-index: 999;
      position: absolute;
      top: -10px;
      right: -10px;
  }

  .btn-under-image {
    position:absolute;
    bottom:-100px; 
    left:50%;
    transform: translate(-50%, -50%);
    width:max-content
  }
  .btn-under-summary {
    display:none;
}

/*Tabs*/
.woocommerce-tabs #technical-details {
    width:70%;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}

.woocommerce-tabs #technical-details table tr {
    border-bottom: 1px solid var(--color-border);
}
.woocommerce-tabs #technical-details {
    width:70%;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}
.woocommerce-tabs #technical-details .technical-columns h2{
    text-align:center
}
.woocommerce-tabs #technical-details .technical-columns table{
    text-align:left
}
.woocommerce-tabs #technical-details .technical-columns .card {
    background-image: url(images/view.webp) !important;
    background-position: center;
    border:1px solid var(--color-border);
    margin-bottom:20px;
}
.woocommerce-tabs #technical-details .technical-columns .card table {
    margin-block-end:0px;
}

.woocommerce-tabs #technical-details .woocommerce-product-attributes-item__label, .woocommerce-tabs #technical-details .woocommerce-product-attributes-item__value {
    font-size:16px;
    font-weight:400;
}
.woocommerce-tabs #instalation .instalation_ac_tab_content, .single-page-features.instalation_ac_tab_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-tabs #instalation .card, .single-page-features .card {
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    background-image: url(images/view.webp) !important;
    background-position: center;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%; 
    padding:20px;
}

.woocommerce-tabs #instalation .card h5.card-title, .single-page-features .card h5.card-title {
    font-size: 1.9rem;
   }
   .woocommerce-tabs #instalation .card p, .single-page-features .card p {
    color: var(--color-default);
    font-size: 16px;
    font-weight:400;
   }
   
    #working::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://klimatech24.eu/wp-content/uploads/2025/12/biala-klimatyzacja.webp");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:1;
    }
 
    #working::after {
    background-color: rgba(var(--color-border-rgb), 0.7);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:2;
   }
   #working {
    padding:80px 0;
    position:relative
   }
    #working .product-working-area {
        position:inherit;
        z-index:3;
    }
   #working .product-working-area h3 {
    font-size: 3.5rem;
    font-weight: 600;
    text-align: left;
}
#working .product-working-area .snowflake {
    max-width:35px; 
    padding-right:10px;
}
#working .product-working-area .working-map {
    position:relative;
}
#working .product-working-area .working-map .btn-working-map {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:300px!important;
}

@media (max-width: 1199.98px) {
        .woocommerce-tabs #technical-details {
        width:100%;
    }
}


@media (max-width: 567.98px) {
    #working .product-working-area h3 {
        font-size:2.5rem;
    }
}

/* Modals */

.modal-dialog {
    max-width: 1100px;
}
.modal-header {
    align-items: flex-start;
}
.order-visit {
    justify-content: center;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio,
.wpcf7 .wpcf7-form-control.wpcf7-radio_custom {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
}
.order-visit .wpcf7-form-control.wpcf7-radio span.wpcf7-list-item,
.wpcf7 .wpcf7-form-control.wpcf7-radio_custom span.wpcf7-list-item {
    padding: 10px;
    margin: 0;
}
.order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    height: 150px;
    width: 300px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

.order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::before {
    display: none!important;
}
.order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
    padding: 20px;
}
.order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label::after {
    content: "\2713";
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    z-index: 999;
    position: absolute;
    top: -5px;
    left: -15px;
    opacity: 0;
}
.order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
    padding: 0;
}
.order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label:hover {
    box-shadow: 0 0 15px 0 transparent, 0 0 0 1px var(--color-accent) inset;
}
.order-visit input[type=radio]:checked + .wpcf7-list-item-label {
    border: 1px solid var(--color-primary);
    background-color: var(--color-white);
}
.order-visit input[type=radio]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}

.wpcf7 .wpcf7-list-item label > input[type="checkbox"] ~ :after,
.wpcf7 .wpcf7-list-item label > input[type="radio"] ~ :after {
    left: -11px;
}

form.wpcf7-form {

    padding: 2rem 2.5rem;
}

form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
    border: 1px solid var(--color-border);
    box-sizing: border-box;
    border-radius: 23px;
    padding: 1rem 1.25rem !important;
    font-size: 1.2rem;
    outline: 1px solid var(--color-border);
}

form.wpcf7-form input:focus-visible,
form.wpcf7-form textarea:focus-visible {
    outline: 1px solid var(--color-primary);
    border: 1px solid var(--color-primary);
}

.woocommerce-shipping-fields input,  
.woocommerce-billing-fields input,
.woocommerce-additional-fields textarea {
    outline: 1px solid var(--color-border);
    border: 1px solid var(--color-border);
}

.woocommerce-shipping-fields input:focus-visible,  
.woocommerce-billing-fields input:focus-visible,
.woocommerce-additional-fields textarea:focus-visible  {
    outline: 1px solid var(--color-primary);
    border: 1px solid var(--color-primary);
}



.wpcf7-not-valid-tip {
    font-size: 0.8em;
}
.acceptance-span span {
    font-size:13px;
}

.acceptance-span span.wpcf7-list-item-label {
    padding-left: 7px;
}
/******
SHOP FILTERS
******/
.wp-block-woocommerce-product-filter-status {
    display:none!important;
}
.wp-block-woocommerce-product-filter-attribute {
    margin-bottom:25px;
}
.wpc-filters-widget-content span.wpc-wrap-icons, .widget-title.wpc-filter-title {
    font-family: var(--font-headings-regular) !important;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight:500 !important;
    font-size: 1.75rem !important;
}
.wpc-filters-main-wrap input.wpc-label-input:checked+label {
    background: linear-gradient(315deg, #90221e 0%, rgb(246, 55, 50, 1) 100%) !important;
}
.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
    background: linear-gradient(315deg, #90221e 0%, rgb(246, 55, 50, 1) 100%) !important;
}

.wpc-filters-main-wrap input.wpc-label-input+label:hover {
    background: linear-gradient(315deg, #90221e 0%, rgb(246, 55, 50, 1) 100%) !important;
}
.wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
    background: linear-gradient(315deg, #90221e 0%, rgb(246, 55, 50, 1) 100%) !important;
}
form.woocommerce-ordering select.orderby option{
    font-family: var(--font-headings-light) !important;
    font-size: 1.25rem;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
border-radius: 23px!important;
border: 1px solid var(--color-border)!important;
max-width:90px!important;
text-align:center;
}
.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount:focus {
    outline:none!important;
}
/******
REALIZACJE, LOKALIZACJE 
******/

.single.single-realizacje, .single.single-lokalizacje {
    overflow:overlay;
}
/******
MEDIA QUERIES 
******/

@media (min-width: 992px) {
    .mega-sub-menu {
        box-shadow: 0 3px 13px 0 hsl(0deg 0% 58.29%) !important;
    }
}

@media (max-width: 991.98px) {
    .woocommerce div.product div.images.woocommerce-product-gallery {
        padding: 20px;
    }
    .btn-under-image {
        display: none;
    }
    .btn-under-summary {
        display: block;
        margin-top: 40px;
        padding: 0 20px;
    }
    .single_variation_wrap .single_variation {
        width: 100%;
    }
    .woocommerce-tabs #technical-details {
        width: 100%;
    }
    #working .product-working-area .working-map {
        display: flex;
        justify-content: center;
    }
    #working .product-working-area .working-map img {
        max-width: 70%;
    }

}

@media (max-width: 575.98px) {
    .baner {
        background-position: 50% 25%;
    }
    .baner h4 {
        font-size: 19px;
    }
    .baner h3 {
        font-size: 26px;
    }
    .form-check-label {
        min-height: 100px;
    }
    #working .product-working-area .working-map img {
        max-width: 90%;
    }
    #working .product-working-area .working-map .btn-working-map {
        width: 260px!important;
    }
    .order-visit .wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
        height: 100px;
    }
    form.wpcf7-form {
        padding: 2rem 0.5rem;
    }

}
