
body {
    padding: 0;
    margin: 0;
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

@media (max-width: 767.98px) {
    html.menu-open {
        overflow-y: hidden;
    }

    html.menu-open body {
        overflow-y: hidden;
    }
}

@media (max-width: 767.98px) {

    html,
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 767.98px) {
    .mobile-hide {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .desktop-hide {
        display: none !important;
    }
}

.w-20 {
    width: 20%;
}

.w-80 {
    width: 80%;
}

@media (min-width: 992px) {
    .w-lg-80 {
        width: 80%;
    }
}

.primary-color {
    color: var(--filtre-red);
}

.green-color {
    color: var(--filtre-green);
}

.gray-color {
    color: var(--filtre-gray-light);
}

.gray-color:hover {
    color: var(--filtre-blue);
}

.ui-widget-content {
    background: none;
    color: var(--filtre-text-dark);
}

button {
    transition: all 0.2s ease-in-out;
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 991.98px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

#templates-list {
    background: var(--filtre-red-accent);
    padding: 10px 15px 20px;
    position: fixed;
    top: 100px;
    left: -190px;
    z-index: 9999;
    display: block;
    width: 200px;
}

@media (max-width: 575.98px) {
    #templates-list {
        display: none;
    }
}

#templates-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#templates-list ul li {
    margin-bottom: 0;
}

#templates-list ul li h3,
#templates-list ul li .h3 {
    color: var(--filtre-text-dark);
    line-height: 22px;
    font-weight: 700;
    margin: 10px 0 5px;
    font-size: 1.3rem;
}

#templates-list ul li a {
    line-height: 16px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 0;
    font-size: 0.8rem;
    color: var(--filtre-text-dark);
}

#templates-list ul li a:hover {
    text-decoration: underline;
}

.ui-widget {
    font-family: "Poppins", sans-serif;
}

.ui-widget button {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

textarea {
    line-height: 20px !important;
    padding: 1rem 1rem !important;
}
.form-control:focus {
    color: var(--filtre-text-dark);
    background-color: var(--filtre-input-bg);
    border: 1px solid var(--filtre-input-focus-border);
    outline: none;
    box-shadow: none;
}

.form-control,
textarea {
    outline: none !important;
    font-family: "Poppins", sans-serif;
}

.form-control:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none;
}

button {
    font-family: "Poppins", sans-serif;
    outline: 0;
}

button:hover,
button:focus {
    outline: 0;
}

::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: var(--filtre-blue) !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 0.8125rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: var(--filtre-text-dark);
}

h1,
.h1 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

@media (max-width: 991.98px) {

    h1,
    .h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.h1 {
    font-size: 2.0625rem;
    margin-bottom: 3rem;
}

@media (max-width: 991.98px) {
    .h1 {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
}

.h2 {
    font-size: 1.4375rem;
    margin-bottom: 3rem;
}

h2,
.h2 {
    font-size: 1.4375rem;
    margin-bottom: 1.5rem;
}

h3,
.h3 {
    font-size: 1.1875rem;
    margin-bottom: 1rem;
}

hr {
    margin: 1.75rem 0;
    background-color: var(--filtre-hr-color);
    opacity: 1;
}

p {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    p {
        font-size: 0.875rem;
        line-height: 180%;
    }
}

.smaller {
    line-height: 150%;
    font-size: 0.8125rem !important;
}

@media (max-width: 767.98px) {
    .smaller {
        line-height: 170%;
    }
}

.smallest {
    line-height: 150%;
    font-size: 0.6875rem !important;
}

a {
    transition: all 0.2s ease-in-out;
    color: var(--filtre-link);
}

a:hover {
    color: var(--filtre-link-hover);
}

.btn {
    margin: 0;
    outline: none !important;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    box-shadow: none;
    transition: all 0.2s ease-in-out !important;
}

@media (max-width: 991.98px) {
    .btn {
        justify-content: center;
    }
}

.btn:focus {
    outline: 0px transparent !important;
}

.btn span:before {
    transition: all 0.2s ease-in-out;
}

.btn .svg-inline--fa {
    margin: 0 8px;
}

.btn.btn-small {
    font-size: 0.875rem;
    padding: 0.625rem 1.5rem;
}

@media (max-width: 991.98px) {
    .btn.btn-small {
        padding: 0.5rem 1.25rem;
        font-size: 0.8125rem;
    }
}

.btn.btn-normal {
    font-size: 1rem;
    padding: 1rem 2rem;
}

@media (max-width: 991.98px) {
    .btn.btn-normal {
        padding: 0.75rem 1.75rem;
        font-size: 0.875rem;
    }
}

.btn.btn-big {
    font-size: 1.1875rem;
    padding: 1rem 2.5rem;
}

@media (max-width: 991.98px) {
    .btn.btn-big {
        font-size: 1rem;
    }
}

.btn.btn-primary {
    color: #ffffff;
    border: 1px solid var(--filtre-red);
    background: var(--filtre-red);
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.active {
    color: #ffffff;
    background: var(--filtre-button-hover);
    border: 1px solid var(--filtre-button-hover);
}

.btn.btn-white {
    color: var(--filtre-red);
    border: 1px solid var(--filtre-border-light);
    background: var(--bs-body-bg);
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active {
    color: #ffffff;
    border: 1px solid var(--filtre-red);
    background: var(--filtre-red);
}

.btn.btn-white:hover span:before,
.btn.btn-white:focus span:before,
.btn.btn-white.active span:before {
    background: var(--bs-body-bg);
}

.btn.btn-icon-right span {
    margin-left: 1rem;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: var(--filtre-input-disabled-bg);
}

.form-control:disabled:focus,
.form-control[readonly]:focus {
    background-color: var(--filtre-input-disabled-bg);
}

.tooltip.show {
    opacity: 1;
}

.tooltip-inner {
    max-width: 170px;
    font-family: "Poppins", sans-serif;
    padding: 1rem 1rem;
    color: var(--filtre-tooltip-color);
    opacity: 1;
    background-color: var(--filtre-tooltip-bg) !important;
    border-radius: 8px;
    font-size: 0.75rem;
}

.tooltip-inner strong {
    text-align: left;
    font-family: "Poppins", sans-serif;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.tooltip-inner .row {
    font-family: "Poppins", sans-serif;
}

/* Tooltip arrow for top placement */
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .arrow::before {
    margin: 0 auto;
    content: "";
    border-width: 5px 5px 0;
    opacity: 1;
    border-top-color: var(--filtre-tooltip-bg) !important;
}

/* Tooltip arrow for right placement */
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: 0;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: var(--filtre-tooltip-bg) !important;
}

.qty-wrap {
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    border: 1px solid var(--filtre-border-light);
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.qty-wrap .sub,
.qty-wrap .add {
    width: 1.125rem;
    height: 1.125rem;
    color: #ffffff;
    font-size: 0.75rem;
    background: var(--filtre-red);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    border: 0;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.qty-wrap .sub {
    width: 18px !important;
    height: 18px !important;
}

.qty-wrap .sub:hover,
.qty-wrap .add:hover {
    background: var(--filtre-blue);
}

.qty-wrap .input-wrap input {
    width: 3rem;
    height: 100%;
    font-weight: 600;
    border: 0;
    text-align: center;
    background: none;
}

/* Compact quantity increaser - replaces add button when product is in cart */
.qty-increaser-compact {
    display: none;
    align-items: center;
    gap: 0.25rem;
    height: 2rem;
    border: 1px solid var(--filtre-border-light);
    border-radius: 4px;
    background: white;
    padding: 0;
    overflow: hidden;
}

.qty-increaser-input {
    width: 2.5rem;
    height: 100%;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    background: transparent;
    padding: 0 0.25rem;
    outline: none;
}

.qty-increaser-buttons {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid var(--filtre-border-light);
}

.qty-increaser-btn {
    width: 1.5rem;
    height: 50%;
    min-width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 0.625rem;
    transition: all 0.2s ease-in-out;
    padding: 0;
    flex: 1;
}

.qty-increaser-btn.qty-increase {
    background: var(--filtre-red);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.qty-increaser-btn.qty-increase:hover {
    background: #d4003a;
}

.qty-increaser-btn.qty-decrease {
    background: #999;
}

.qty-increaser-btn.qty-decrease:hover {
    background: #777;
}

.qty-increaser-btn i {
    font-size: 0.5rem;
}

/* Quantity increaser in modal - bordered design with horizontal layout */
.qty-increaser-modal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    height: 2rem;
    border: 1px solid var(--filtre-border-light);
    border-radius: 4px;
    background: white;
    padding: 0 0.5rem;
}

.qty-increaser-modal .qty-increaser-btn {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    max-width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--filtre-red);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    line-height: 1;
}

.qty-increaser-modal .qty-increaser-btn:hover {
    background: #d4003a;
}

.qty-increaser-modal .qty-increaser-btn i {
    font-size: 0.625rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-increaser-modal .qty-increaser-input {
    flex: 1;
    height: 100%;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
    color: #333;
    background: transparent;
    padding: 0;
    outline: none;
    min-width: 2rem;
    max-width: 3rem;
}

/* Additional services in modal - compact design for modal */
.additional-services-modal {
    margin-top: 1rem;
}

.additional-services-modal .additional-services-header {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: var(--filtre-red);
}

.additional-services-modal .additional-services {
    background-color: #F4F6FB;
    border-radius: 4px;
    padding: 0 1rem;
}

[data-theme="dark"] .additional-services-modal .additional-services {
    background-color: transparent;
}

.additional-services-modal .service-row {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    position: relative;
    border-bottom: 1px solid #D4D8E5;
}

.additional-services-modal .service-row:last-child {
    border: none;
}

.additional-services-modal .service-row .d-flex {
    display: flex;
    flex: 1;
}

.additional-services-modal .service-checkbox {
    flex-shrink: 0;
}

.additional-services-modal .service-icon {
    flex-shrink: 0;
    padding: 0.5rem;
}

.additional-services-modal .service-icon img {
    width: 40px;
    height: auto;
}

.additional-services-modal .service-content {
    flex-grow: 1;
    padding: 0 0.75rem;
}

.additional-services-modal .service-content .service-title {
    display: inline-block;
    color: var(--filtre-text-dark);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.additional-services-modal .service-price {
    flex-shrink: 0;
    margin-left: 10px;
    text-align: right;
}

.additional-services-modal .service-price .with-vat {
    font-size: 1rem;
    font-weight: 600;
    color: #55B46E;
}

/* Additional services in oil section */
.product-vymena .additional-services-in-oil-section .additional-services {
    background-color: #F4F6FB;
    border-radius: 4px;
    padding: 0 1.5rem;
}

.product-vymena .additional-services-in-oil-section .additional-services-header {
    margin-bottom: 0.75rem;
}

/* Standalone additional services */
.additional-services-standalone .additional-services {
    background-color: #F4F6FB;
    border-radius: 4px;
    padding: 0 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .additional-services-modal .service-row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        gap: 0.5rem;
    }

    .additional-services-modal .service-row .d-flex {
        flex: 1;
        min-width: 0; /* Allow flex item to shrink below content size */
    }

    .additional-services-modal .service-content {
        padding: 0 0.5rem;
        min-width: 0; /* Allow text to truncate if needed */
    }

    .additional-services-modal .service-content .service-title {
        font-size: 0.8125rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .additional-services-modal .service-price {
        margin-left: 0.5rem;
        flex-shrink: 0;
    }

    .additional-services-modal .service-price .with-vat {
        font-size: 0.875rem;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .qty-increaser-compact {
        height: 2.5rem;
    }
    
    .qty-increaser-compact .qty-increaser-input {
        width: 2rem;
        font-size: 0.75rem;
        padding: 0 0.125rem;
    }
    
    .qty-increaser-compact .qty-increaser-btn {
        width: 1.25rem;
    }
    
    .qty-increaser-compact .qty-increaser-btn i {
        font-size: 0.45rem;
    }
}

.product-added-qty-increaser  {
    width: fit-content;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check .form-check-input {
    float: none;
    margin-top: 0;
    margin-right: 0.875rem;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid var(--filtre-border-light);
    box-shadow: var(--filtre-box-shadow);
    min-width: 22px;
    background-color: var(--bs-body-bg);
}

.sidebar-menu .form-check .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
    margin-right: 0.5rem;
}

.sidebar-menu .form-check .form-check-label {
    font-size: 0.725rem;
}

.form-check .form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23E50047' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-color: var(--bs-body-bg);
    background-size: 1.25rem;
    border-color: var(--filtre-red);
}

.form-check .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23E50047'/%3e%3c/svg%3e");
    background-color: var(--bs-body-bg);
    background-size: 1rem;
    border-color: var(--filtre-red);
}

.form-check .form-check-label {
    font-size: 0.8125rem;
}

.form-check .form-check-label a {
    color: var(--filtre-text-dark);
}

.form-check .form-check-label a:hover {
    text-decoration: none;
}

.form-group {
    margin-bottom: 2.5rem;
}

.form-group label {
    font-size: 0.8125rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 600;
}

.form-control {
    border-radius: 0.125rem;
    color: var(--filtre-text-dark);
    font-weight: 400;
    background: var(--filtre-input-bg);
    font-size: 0.875rem;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--filtre-input-border);
    padding: 0.75rem 1rem;
}

.form-control:focus {
    background: var(--filtre-input-bg);
    border: 1px solid var(--filtre-input-focus-border);
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.small {
    font-size: 0.8125rem;
}

.select-custom {
    width: 100%;
    height: 100%;
    line-height: 160%;
    white-space: inherit;
    background-color: var(--bs-body-bg);
    border-radius: 0.125rem;
    border: 1px solid var(--filtre-gray-light); 
    align-items: center;
    display: flex;
    float: none;
    font-size: 0.8125rem;
    padding: 0.75rem 4rem 0.75rem 1.25rem;
    color: var(--filtre-text-dark); 
    position: relative;
}

.select-custom:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    padding: 4px;
    border-bottom: 2px solid var(--filtre-red);
    border-right: 2px solid var(--filtre-red);
    right: 1.25rem;
    pointer-events: none;
}

.select-custom .list {
    width: 100%;
}

.big-search-block {
    padding: 1rem 0;
    background-color: var(--filtre-search-block);
}

@media (max-width: 991.98px) {
    .big-search-block {
        padding: 1.5rem 0;
    }
}

.big-search-block .small {
    color: #ffffff;
}

.big-search-block .small a {
    color: #ffffff;
}

.big-search-block .big-search-block-left {
    flex: 0 0 14rem;
    width: 14rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .big-search-block .big-search-block-left {
        display: none;
    }
}

.big-search-block .big-search-block-left img {
    position: absolute;
    top: -1.5rem;
    left: 0;
    z-index: 1;
    padding: 20px;
}

.big-search-block label {
    font-size: 1rem;
    color: #ffffff;
}

.big-search-block .nav-tabs {
    border-bottom: 0;
}

@media (max-width: 991.98px) {
    .big-search-block .nav-tabs {
        flex-wrap: wrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -1.5rem;
        padding-bottom: 1.5rem;
    }
}

.big-search-block .nav-tabs .nav-item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 1rem;
}

@media (max-width: 991.98px) {
    .big-search-block .nav-tabs .nav-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        padding: 0 1.5rem 0 1.5rem;
        max-width: 100%;
        margin: 1rem 0;
    }
}

.big-search-block .nav-tabs .nav-item:last-child {
    border-right: 0;
}

.big-search-block .nav-tabs .nav-item .nav-link {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    color: var(--filtre-search-block);
}

.big-search-block .nav-tabs .nav-item .nav-link span {
    margin-right: 0.5rem;
}

.big-search-block .nav-tabs .nav-item .nav-link.active {
    font-size: 1.1875rem;
    background: none;
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid var(--filtre-red);
}

.big-search-block .col-first {
    flex: 0 0 20%;
    padding-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
    .big-search-block .col-first {
        flex: 0 0 100%;
    }
}

.big-search-block .col-middle .row>div {
    margin-bottom: 1rem;
}

.big-search-block .col-last {
    flex: 0 0 20%;
    padding-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
    .big-search-block .col-last {
        flex: 0 0 100%;
    }
}

.big-search-block .btn {
    display: block;
    border-radius: 0.125rem;
    height: 100%;
    padding: 1rem 1rem;
}

.big-search-block .btn span {
    display: block;
    margin-left: 0.75rem;
}

@media (max-width: 991.98px) {
    .big-search-block .btn span {
        display: inline-block;
        margin: 0 0 0 0.5rem;
    }
}

.message-bar {
    padding: 2.125rem 0;
    font-size: 1.1875rem;
    font-weight: 600;
    text-align: center;
}

@media (max-width: 991.98px) {
    .message-bar {
        padding: 2rem 0;
    }
}

.hp-promo-slider {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .hp-promo-slider {
        margin-bottom: 2.5rem;
    }
}

.hp-promo-slider .owl-nav {
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hp-promo-slider .owl-nav [class*=owl-] {
    position: absolute;
    top: -1.65625rem;
    margin: 0;
    padding: 0;
    background-color: var(--filtre-red) !important;
    width: 3.3125rem;
    height: 3.3125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-promo-slider .owl-nav [class*=owl-] span {
    color: #ffffff;
    font-size: 4rem;
    position: relative;
    top: -0.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
}

.hp-promo-slider .owl-nav [class*=owl-].owl-prev {
    left: 9rem;
}

@media (max-width: 991.98px) {
    .hp-promo-slider .owl-nav [class*=owl-].owl-prev {
        left: 0.5rem;
    }
}

.hp-promo-slider .owl-nav [class*=owl-].owl-next {
    right: 9rem;
}

@media (max-width: 991.98px) {
    .hp-promo-slider .owl-nav [class*=owl-].owl-next {
        right: 0.5rem;
    }
}

.hp-products h2,
.hp-products .h2 {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {

    .hp-products h2,
    .hp-products .h2 {
        text-align: center;
        display: block !important;
    }
}

.hp-products .tab-content {
    margin-bottom: 4rem;
}

@media (max-width: 991.98px) {
    .hp-products .tab-content {
        margin-bottom: 0;
    }
}

.nav-tabs {
    border-bottom: 0;
}

@media (max-width: 991.98px) {
    .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -1rem;
        border-bottom: 1px solid var(--filtre-input-border);
    }
}

.nav-tabs .nav-item {
    border: 0;
    padding: 0 1.5rem;
}

@media (max-width: 991.98px) {
    .nav-tabs .nav-item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        padding: 0 1rem 0 1rem;
        max-width: 100%;
    }
}

.nav-tabs .nav-item:last-child {
    border-right: 0;
}

.nav-tabs .nav-item .nav-link {
    padding: 1rem 0;
    font-weight: 600;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.1875rem;
    color: #101C33;
}

@media (max-width: 991.98px) {
    .nav-tabs .nav-item .nav-link {
        font-size: 1rem;
    }
}

.nav-tabs .nav-item .nav-link.active {
    background: none;
    font-weight: 600;
    color: #101C33;
    border-bottom: 3px solid var(--filtre-red);
}

.products-grid {
    margin: 0;
    /* border-bottom: 1px solid var(--filtre-input-border); */
}

.products-grid>div {
    padding: 0;
    margin-top: -0.5px;
    margin-left: -0.5px;
}

.products-grid > div .product-item {
    border: 1px solid var(--filtre-input-border);
}

@media (max-width: 991.98px) {
    .products-grid > div .product-item {
        border-bottom: 1px solid var(--filtre-input-border) !important;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .owl-dots {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .owl-dots .owl-dot span {
        transition: all 0.2s ease-in-out;
        margin: 0.5rem 0.75rem !important;
    }
}

@media (max-width: 767.98px) {
    .owl-dots .owl-dot.active span {
        width: 1.25rem;
        height: 1.25rem;
        background-color: var(--filtre-red) !important;
    }
}

.product-item {
    transition: all 0.2s ease-in-out;
    height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.product-item-list {
    flex-direction: row;
}

.product-item a {
    position: relative;
}
.product-item .product-item-badges {
    position: absolute;
    top: 3.125rem;
    left: 1.75rem;
}

@media (max-width: 767.98px) {
    .product-item .product-item-badges {
        top: 2rem;
        left: 1rem;
    }
    .product-item .bubble {
        left: 1rem;
    }
}
.product-item .bubble {
    width: 50px;
    height: 50px;
    font-size: 14px;
    border-radius: 200px;
    line-height: 50px;
    font-weight: 800;
    color: #000000;
    background: #fbf554;
    position: absolute;
    margin: auto;
    top: 0;
    left: 1.75rem;
    bottom: 0;
    text-align: center;
}
.product-item .product-item-badges>div {
    margin-bottom: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.125rem 0.5rem;
    border-radius: 0.75rem;
    font-size: 0.75rem;
    color: #ffffff;
}

.product-item .product-item-badges>div:last-child {
    margin-bottom: 0;
}

.product-item .product-item-badges>div.discount {
    background-color: #FF8800;
}

.product-item .product-item-badges>div.top {
    background-color: var(--filtre-red);
}

.product-item .product-item-content {
    padding: 0 1.75rem 2.125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}


@media (max-width: 767.98px) {
    .product-item .product-item-content {
        padding: 0 1.75rem 1.75rem;
    }
}

.product-item .product-item-content .product-item-stock {
    color: #14B766;
    font-size: 0.5875rem;
    margin-bottom: 0.4375rem;
}

.product-item-title-container {
    font-weight: normal!important;
}

.product-item-description {
    font-size: 12px;
    color: var(--filtre-menu-text);
    line-height: 14px;
    height: 56px;
    margin-bottom: 8px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* Ugly hack due to bug in Safari when 4 x 14 height causes overflow of fifth row */
    padding-bottom: 2px;
}

.product-item-description-list {
    height: 28px;
    -webkit-line-clamp: 2;
}

.product-item .product-item-content .product-item-title {
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
}

.product-item .product-item-content .product-item-title:hover {
    color: var(--filtre-text-dark);
    text-decoration: underline;
}

.product-item .product-item-content .product-item-content-actions {
    .price {
        font-size: 1.1875rem;
        font-weight: 600;
        color: var(--filtre-text-dark);
        margin-top: auto;
    }


    .price.small-price {
        font-size: 1.1rem;
    }

    .price.very-small-price {
        font-size: 0.95rem;
    }

    .price-discount {
        font-size: 1.1875rem;
        font-weight: 600;
        color: var(--filtre-red);
    }

    .price-discount.small-price {
        font-size: 1rem;
    }

    .price-discount.very-small-price {
        font-size: 0.85rem;
    }

    .price-old {
        text-decoration: line-through;
        font-size: 1rem;
        color: var(--filtre-menu-text);
    }

    .price-old.small-price {
        font-size: 0.9rem;
    }

    .price-old.very-small-price {
        font-size: 0.85rem;
    }
}

.product-item .product-item-content .product-item-content-actions .add-cart-btn {
    width: 3.125rem;
    height: 3.125rem;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px #0000000d;
    border: none;
}

.product-item .product-item-content .product-item-content-actions .add-cart-btn span {
    margin: auto;
}

.product-item .product-item-content .product-item-content-actions .add-cart-btn span:before {
    transition: all 0.2s ease-in-out;
    width: 1.25rem;
    height: 1.25rem;
}

.product-item .product-item-content .product-item-content-actions .add-cart-btn:hover {
    background-color: var(--filtre-red);
}

.product-item .product-item-content .product-item-content-actions .add-cart-btn:hover span:before {
    background: #ffffff;
}

.product-item.discount-month {
    border: 0.5rem solid var(--filtre-red) !important;
}

@media (max-width: 767.98px) {
    .product-item.discount-month {
        border-bottom: 0.5rem solid var(--filtre-red) !important;
    }
}

.product-item.discount-month .product-item-content {
    padding: 2rem 1.5rem 2rem;
}

.product-item.discount-month .product-discount {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 1.75rem;
    padding: 0.5rem 0.75rem;
    background-color: var(--filtre-red);
    color: #ffffff;
}

.product-item.discount-month .product-item-title {
    margin-bottom: 0;
    font-weight: 600;
}

.product-item.discount-month h4,
.product-item.discount-month .h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: var(--filtre-red);
}

.product-item.discount-month .product-item-content-actions .price-discount {
    font-size: 1rem;
}

.product-item.discount-month .product-item-content-actions .price-old {
    font-size: 1rem;
}

.product-item.product-item-help .product-item-content {
    height: 100%;
    padding: 2rem 1.5rem 1rem;
}

.product-item.product-item-help .product-item-content img {
    margin-left: auto;
    display: block;
}

.product-item.product-item-help .product-item-content h4,
.product-item.product-item-help .product-item-content .h4 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.product-item.product-item-help .product-item-content a:hover {
    color: var(--filtre-text-dark);
    text-decoration: none;
}

.product-item.product-item-help .product-item-content i {
    font-size: 0.875rem;
    color: var(--filtre-red);
}

.product-item:hover,
.product-item-discount-inner:hover
{
    background-color: var(--filtre-hover-grey);
}

.products-list-main hr {
    margin: 0.75rem 0 1.25rem;
}

.products-list-main .section-block-title {
    margin-bottom: 1.25rem !important;
}

.products-list-main .section-block-title h2,
.products-list-main .section-block-title .h2 {
    padding-bottom: 1rem !important;
    border-bottom: 0 !important;
}

@media (max-width: 767.98px) {

    .products-list-main .section-block-title h2,
    .products-list-main .section-block-title .h2 {
        font-size: 1.1875rem;
        padding-bottom: 1.5rem !important;
    }
}

.products-list-main .layout-style {
    cursor: pointer;
    font-size: 1.5rem;
}

.products-list-main .layout-style.active {
    color: var(--filtre-red);
}

.section-block {
    margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .section-block {
        margin-bottom: 4rem;
    }
}

.section-block .section-block-title {
    margin-bottom: 2.75rem;
    border-bottom: 1px solid var(--filtre-input-border);
}

@media (max-width: 767.98px) {
    .section-block .section-block-title {
        margin-bottom: 1.75rem;
    }
}

.section-block h2,
.section-block .h2 {
    font-size: 1.4375rem;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 1.25rem;
    display: inline-block;
    border-bottom: 3px solid var(--filtre-red);
}

.category-description h2 {
    margin-bottom: 1.25rem;
    padding-bottom: 0.25rem;
}

.category-description ul {
    list-style: disc;
    margin-left: 1.25rem;
    margin-bottom: 0.75rem;
}


@media (max-width: 991.98px) {
    .offcanvas {
        width: 90% !important;
    }
}

#offcanvasSidebarMenu .offcanvas-body {
    padding: 0;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-top {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--filtre-input-border);
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-top .mobile-header-icon {
    font-size: 0.8125rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-top .mobile-header-icon .icon-style {
    margin-right: 0.75rem;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle {
    text-align: center;
    border-bottom: 1px solid var(--filtre-input-border);
    padding: 0.5rem 0 1.25rem;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle ul {
    margin-bottom: 0.5rem;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle ul li {
    margin: 1rem 0;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle ul li a {
    font-size: 0.8125rem;
    display: block;
    text-decoration: none;
    color: var(--filtre-text-dark);
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle ul li a:hover {
    text-decoration: underline;
    color: var(--filtre-text-dark);
}


#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle .mobile-menu-middle-social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.75rem;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle .mobile-menu-middle-social a {
    font-size: 1.5rem;
    color: var(--filtre-gray-light);
    padding: 0 0.75rem;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-middle .mobile-menu-middle-social a:hover {
    color: var(--filtre-text-dark);
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-bottom {
    text-align: center;
    font-size: 0.8125rem;
    padding: 1.5rem 0;
}

#offcanvasSidebarMenu .offcanvas-body .mobile-menu-bottom strong {
    display: block;
}


#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu {
    padding: 1rem 3rem 1.5rem;
    position: initial;
    top: 0;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    #offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu {
        padding: 1rem 1rem 1rem 1rem;
        border-bottom: 1px solid  var(--filtre-input-border);
    }
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main.active {
    margin-top: -2.75rem;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main .mobile-menu-main-item {
    position: relative;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main .mobile-menu-main-item.active {
    font-size: 1.125rem;
    padding-left: 4rem;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main .mobile-menu-main-item.active strong {
    font-weight: 600;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main .mobile-menu-main-item.active .icon-arrow-right {
    opacity: 0;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main .mobile-menu-main-item.active .products-sidebar-menu-icon {
    position: absolute;
    margin-right: 0;
    right: 0;
    background-color: transparent;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-main .mobile-menu-main-item.active .products-sidebar-menu-icon .icon-style:before {
    width: 1.75rem;
    height: 1.75rem;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu #mobile-menu-prev {
    position: relative;
    z-index: 1;
    display: none;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu #mobile-menu-prev .icon-style {
    transform: rotate(180deg);
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu #mobile-menu-prev.active {
    display: flex;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-submenu {
    display: none;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-submenu.active {
    display: block;
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-submenu li a {
    text-decoration: none;
    padding: 1rem 0;
    border-bottom: 1px solid var(--filtre-input-border);
}

#offcanvasSidebarMenu .offcanvas-body .products-sidebar-menu .mobile-menu-submenu li:last-child a {
    border-bottom: 0;
}

#catalog-filter-toggler {
    position: relative;
    width: 100%;
    font-size: 0.8125rem;
    justify-content: center;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    #catalog-filter-toggler {
        display: none;
    }
}

#catalog-filter-toggler i {
    margin-left: 0.5rem;
    font-size: 1.25rem;
}

#addToCartModal a { 
    text-decoration: none;
}
#addToCartModal a:hover .product-added-title {
    text-decoration: underline;
}
#addToCartModal .product-added .col-auto {
    text-align: center;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 991.98px) {
    #addToCartModal {
        min-width: 750px;
    }
}
#addToCartModal .product-added .col .product-added-stock {
    color: #14B766;
    font-size: 0.6875rem;
    margin-bottom: 0.5rem;
}

#addToCartModal .product-added .col .product-added-title {
    font-weight: 600;
    margin-bottom: 0.9375rem;
}

@media (max-width: 991.98px) {
    #addToCartModal .product-added .col .product-added-title {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }
}

#addToCartModal .product-added .col .product-added-price {
    font-size: 1.25rem;
    font-weight: 600;
}
#addToCartModal .product-added-price .price-discount {
    color: var(--filtre-red);
}
#addToCartModal .product-added-price .price-old {
    text-decoration: line-through;
    font-size: 0.875rem;
}

@media (max-width: 991.98px) {
    #addToCartModal .product-added .col .product-added-price {
        font-size: 1rem;
    }
}

#addToCartModal .silver-bg {
    padding: 1rem 4rem;
}

.products-sidebar-menu {
    position: relative;
    box-shadow: 0px 12px 20px #00000014;
    padding: 1rem;
}

.products-sidebar-menu ul li a {
    padding: 0.25rem 0;
    text-decoration: none;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
}

.products-sidebar-menu ul li a .products-sidebar-menu-icon {
    margin-right: 0.75rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    background-color: #F4F6FB; /*look here later, dont forget to check icons*/
}

.products-sidebar-menu ul li a .products-sidebar-menu-icon span {
    margin: auto;
}

.products-sidebar-menu ul li a .products-sidebar-menu-icon span:before {
    width: 1.25rem;
    height: 1.25rem;
}

.products-sidebar-menu ul li a strong {
    font-weight: 400;
}

.products-sidebar-menu ul li a .icon-arrow-right {
    margin-left: auto;
}

.products-sidebar-menu ul li a:hover {
    color: var(--filtre-red);
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

@media (max-width: 575.98px) {
    .mt-6 {
        margin-top: 3rem !important;
    }
}

.help-banner {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 20px #00000012;
    padding: 2.5rem 3rem;
}

@media (max-width: 991.98px) {
    .help-banner {
        display: none;
    }
}

.help-banner:before {
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 360px 310px 0 0;
    border-color: var(--filtre-blue) transparent transparent transparent;
}

.help-banner .section-block-title {
    padding-bottom: 1rem;
}

.help-banner .section-block-title h2,
.help-banner .section-block-title .h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.help-banner .section-block-title .small {
    font-weight: 600;
    color: var(--filtre-text-dark);
}

.help-banner .section-block-title .small a {
    color: var(--filtre-red);
    text-decoration: none;
}

.help-banner ul {
    columns: 2;
}

.list-circle li {
    margin-bottom: 1.5rem;
    break-inside: avoid;
}

.list-circle li a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 1.125rem;
}

.list-circle li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--filtre-red);
}

.list-circle li a:hover {
    color: var(--filtre-text-dark);
    text-decoration: underline;
}

.list-circle li:last-child {
    margin-bottom: 0;
}

.list-ok li {
    margin-bottom: 1.5rem;
    padding-left: 1.125rem;
    position: relative;
}

.list-ok li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: var(--filtre-red);
}

.list-ok li:last-child {
    margin-bottom: 0;
}

.products-spring .product-category-items {
    box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.05); /* same as #0000000D */
    border-radius: 0.25rem;
    background-color: var(--bs-body-bg);
}
[data-theme="dark"] .products-spring .product-category-items {
    box-shadow: 0 0.375rem 1.125rem rgba(255, 255, 255, 0.02);
}

.products-spring .product-category-items .product-category-items-img {
    margin-bottom: 1.875rem;
}

.products-spring .product-category-items .product-category-items-content {
    padding: 0 2rem 1.5rem;
}

.products-spring .product-category-items .product-category-items-content h3,
.products-spring .product-category-items .product-category-items-content .h3 {
    text-align: center;
    color: var(--filtre-red);
    font-size: 1.4375rem;
    margin-bottom: 1rem;
}

.products-spring .product-category-items .product-category-items-content ul li a {
    text-decoration: none;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
    display: block;
    border-bottom: 1px solid var(--filtre-input-border);
    color: var(--filtre-text-dark)!important;
    transition: color 0.2s ease-in-out;
}

.products-spring .product-category-items .product-category-items-content ul li a:hover {
    color: var(--filtre-text-dark);
    /*text-decoration: underline;*/
}

.products-spring .product-category-items .product-category-items-content ul li:last-child a {
    border-bottom: 0;
}

.styled-carousel-nav .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0; 
    transform: translateY(-50%); 
}

.styled-carousel-nav .owl-nav [class*=owl-] {
    position: absolute;
    top: -2.5rem;
    margin: 0;
    padding: 0;
    background-color: var(--filtre-red) !important;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.styled-carousel-nav .owl-nav [class*=owl-] span {
    color: #ffffff;
    font-size: 6rem;
    position: relative;
    top: -0.25rem;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
}

.styled-carousel-nav .owl-nav .owl-prev {
    left: 0;
}

.styled-carousel-nav .owl-nav .owl-next {
    right: 0;
}

.reviews-owl {
    padding: 0 100px;
}

@media (max-width: 767.98px) {
    .reviews-owl {
        padding: 0 20px;
    }
}

.popular-articles .container {
    position: relative;
}

.popular-articles .popular-maskot {
    left: -7rem;
    top: 10rem;
    position: absolute;
}

@media (max-width: 991.98px) {
    .popular-articles .popular-maskot {
        display: none;
    }
}

.popular-articles .popular-article {
    margin-bottom: 2.25rem;
}

@media (max-width: 767.98px) {
    .popular-articles .popular-article {
        margin-bottom: 1.5rem;
    }
}

.popular-articles .popular-article.big .popular-article-title {
    margin-bottom: 0.875rem;
}

@media (max-width: 1199.98px) {
    .popular-articles .popular-article.big .popular-article-title {
        margin-bottom: 0.5rem;
    }
}

.popular-articles .popular-article.big .popular-article-title a {
    font-size: 1.4375rem;
    line-height: 155%;
}

@media (max-width: 1199.98px) {
    .popular-articles .popular-article.big .popular-article-title a {
        font-size: 1.125rem;
        line-height: 150%;
    }
}

.popular-articles .popular-article.big p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 170%;
    color: var(--filtre-text-dark);
}

@media (max-width: 1199.98px) {
    .popular-articles .popular-article.big p {
        font-size: 0.8125rem;
        line-height: 145%;
    }
}

.popular-articles .popular-article .popular-article-title {
    margin-bottom: 0.5rem;
}

.popular-articles .popular-article .popular-article-title a {
    text-decoration: none;
    font-size: 1.125rem;
    color: var(--filtre-red);
    line-height: 160%;
}

@media (max-width: 1199.98px) {
    .popular-articles .popular-article .popular-article-title a {
        line-height: 150%;
    }
}

@media (max-width: 991.98px) {
    .popular-articles .popular-article .popular-article-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.popular-articles .popular-article .popular-article-title a:hover {
    text-decoration: underline;
}

.popular-articles .popular-article p {
    font-size: 0.8125rem;
    line-height: 145%;
}

@media (max-width: 991.98px) {
    .popular-articles .popular-article p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    .popular-articles .popular-article p {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767.98px) {
    .popular-articles .popular-article .btn-more-link {
        display: none;
    }
}

.btn-more-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

.btn-more-link span {
    transition: all 0.2s ease-in-out;
    right: 0;
    position: relative;
    margin-left: 0.875rem;
}

.btn-more-link:hover {
    color: var(--filtre-red);
}

.btn-more-link:hover span {
    right: -0.25rem;
}

.more-info-text {
    color: var(--filtre-text-dark);
}

.more-link-small {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
}

.more-link-small span {
    transition: all 0.2s ease-in-out;
    right: 0;
    position: relative;
    margin-left: 0.875rem;
}

.more-link-small:hover {
    color: var(--filtre-red);
}

.more-link-small:hover span {
    right: -0.25rem;
}

.pagination {
    align-items: center;
}

.pagination .page-item .page-link {
    background-color: transparent !important;
    padding: 0.375rem 0.625rem;
    color: var(--filtre-text-dark);
    border: 0;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.pagination .page-item.active .page-link {
    font-weight: 600;
    color: var(--filtre-red);
    background-color: #ffffff;
}

.pagination .page-item.page-prev {
    /* display: none; */
}

.pagination .page-item.page-prev .page-link span {
    transform: rotate(180deg);
}

.btn-up {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .btn-up {
        justify-content: center;
    }
}

.btn-up span {
    transition: all 0.2s ease-in-out;
    top: 0;
    position: relative;
    margin-left: 1rem;
    transform: rotate(-90deg);
}

.btn-up:hover {
    color: var(--filtre-red);
}

.btn-up:hover span {
    top: -0.25rem;
}

#show-more span {
    top: 0;
    transition: all 0.2s ease-in-out;
    margin-left: 1rem;
    transform: rotate(90deg);
}

#show-more:hover span {
    top: 0.25rem;
}

.reviews-section .container {
    padding-top: 5rem;
    border-top: 1px solid var(--filtre-input-border);
}

@media (max-width: 767.98px) {
    .reviews-section .container {
        padding-top: 3rem;
    }
}

.reviews-section h2,
.reviews-section .h2 {
    display: block;
    margin-bottom: 3rem;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 2.5rem;
    text-align: center;
}

@media (max-width: 767.98px) {

    .reviews-section h2,
    .reviews-section .h2 {
        font-size: 1.4375rem;
        line-height: 145%;
    }
}

.reviews-section h2 span,
.reviews-section .h2 span {
    color: var(--filtre-red);
}

@media (max-width: 767.98px) {

    .reviews-section h2 span,
    .reviews-section .h2 span {
        display: block;
    }
}

.reviews-section .reviews-section-grid {
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .reviews-section .reviews-section-grid {
        margin-bottom: 1rem;
    }
}

@media (max-width: 991.98px) {
    .review-item {
        margin-bottom: 2rem;
    }
}

.review-item .review-item-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    border: 2px solid #14B766;
}

.review-item .review-item-icon img {
    margin: auto;
}

.review-item .review-item-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.review-item p {
    font-size: 0.8125rem;
    margin-bottom: 0.875rem;
    line-height: 160%;
}

.review-item .review-item-rating strong {
    font-size: 1.1875rem;
    font-weight: 600;
}

.review-item .review-item-rating .review-item-rating-stars {
    margin-bottom: 1.125rem;
    position: relative;
    top: 0.25rem;
}

.review-item ul li {
    margin-bottom: 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

.review-item ul li span {
    color: #14B766;
}

.review-item ul li:last-child {
    margin-bottom: 0;
}

.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .9em;
    margin-right: .9em;
    margin-bottom: 1.2em;
    border-right: .3em solid transparent;
    border-bottom: .7em solid #14B766;
    border-left: .3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 0.5rem;
}

.star-blank {
    border-bottom: .7em solid var(--filtre-input-border) !important;
}

.star:before,
.star:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: .6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: .7em solid #14B766;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

.star-blank:before,
.star-blank:after {
    border-bottom: .7em solid var(--filtre-input-border) !important;
}

.page-wrapper {
    padding-bottom: 4rem;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 1.5rem 0 2rem;
}

@media (max-width: 991.98px) {
    .breadcrumb {
        border-bottom: 1px solid var(--filtre-input-border);
        padding: 1.5rem 0 1.5rem;
        margin-bottom: 1.5rem;
    }
}

.breadcrumb .breadcrumb-item {
    color: var(--filtre-menu-text);
    font-size: 0.8125rem;
}

.breadcrumb-item a::first-letter {
    text-transform: capitalize;
}

.breadcrumb .breadcrumb-item i {
    color: var(--filtre-menu-text);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
}

.bottom-space {
    padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .bottom-space {
        padding-bottom: 2rem;
    }
}

.sidebar-menu {
    /* position: sticky;
   top: 16rem;*/
    border: 1px solid var(--filtre-input-border);
}

.sidebar-menu .sidebar-menu-item {
    padding: 1.25rem 1.75rem;
    border-bottom: 1px solid var(--filtre-input-border);
}

.sidebar-menu .sidebar-menu-item h5,
.sidebar-menu .sidebar-menu-item .h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.sidebar-menu .sidebar-menu-item ul li {
    margin-bottom: 0.5rem;
}

.sidebar-menu .sidebar-menu-item ul li a {
    font-size: 0.8125rem;
    display: block;
    text-decoration: none;
}

.sidebar-menu .sidebar-menu-item ul li a:hover,
.sidebar-menu .sidebar-menu-item ul li a.active {
    color: var(--filtre-red);
}

.sidebar-menu .sidebar-menu-item ul li:last-child {
    margin-bottom: 0;
}

.sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: 0;
}

.sidebar-menu .sidebar-menu-item.accordion-item {
    color: var(--filtre-text-dark);
    background-color: var(--bs-body-bg);
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button {
    padding: 0;
    color: var(--filtre-text-dark);
    font-weight: 600;
    background-color: var(--bs-body-bg);
    box-shadow: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0aab8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[data-theme="dark"] .sidebar-menu .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d5db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sidebar-menu .sidebar-menu-item.accordion-item {
    color: var(--filtre-text-dark);
    background-color: var(--bs-body-bg);
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    box-shadow: none;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header {
    display: block;
    border-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button {
    padding: 0;
    color: var(--filtre-text-dark);
    font-weight: 600;
    background-color: var(--bs-body-bg);
    box-shadow: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0aab8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

[data-theme="dark"] .sidebar-menu .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d5db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--filtre-text-dark);
    background-color: var(--bs-body-bg);
    box-shadow: none;
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-header .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d1d5db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.sidebar-menu .sidebar-menu-item.accordion-item .accordion-body {
    padding: 1rem 0 0 0;
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}
.accordion-label {
    color: var(--filtre-text-dark);
    box-shadow: none;
    background-color: var(--bs-body-bg);
    padding: 0;
    font-weight: 600;
    margin: 0;
    font-size: 1rem;
}


.contact-grid>div:nth-child(1) {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2.5rem;
    border-right: 1px solid var(--filtre-input-border);
    border-bottom: 1px solid var(--filtre-input-border);
}

@media (max-width: 991.98px) {
    .contact-grid>div:nth-child(1) {
        padding-top: 0;
        padding-bottom: 0.5rem;
        padding-right: 0.75rem;
        border-right: 0;
    }
}

.contact-grid>div:nth-child(2) {
    border-right: 1px solid var(--filtre-input-border);
    border-bottom: 1px solid var(--filtre-input-border);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
}

@media (max-width: 991.98px) {
    .contact-grid>div:nth-child(2) {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 0.75rem;
        padding-left: 0.75rem;
        border-right: 0;
    }
}

.contact-grid>div:nth-child(3) {
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--filtre-input-border);
}

@media (max-width: 991.98px) {
    .contact-grid>div:nth-child(3) {
        padding-top: 2rem;
        padding-left: 0.75rem;
        padding-bottom: 2rem;
    }
}

.contact-maskot {
    position: absolute;
    bottom: -3rem;
    left: -10rem;
}

@media (max-width: 991.98px) {
    .contact-maskot {
        display: none;
    }
}

.silver-bg {
    padding-top: 6rem;
    background-color: var(--filtre-silver-bg);
}

@media (max-width: 991.98px) {
    .silver-bg.blog-bg {
        padding: 0;
        background-color: transparent;
    }
}

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
}

@media (max-width: 767.98px) {
    .blog-categories {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -1.5rem;
        padding-bottom: 1.5rem;
    }
}

.blog-categories li {
    border-right: 1px solid var(--filtre-input-border);
    padding: 0.25rem 1.5rem;
}

@media (max-width: 767.98px) {
    .blog-categories li {
        flex: 0 0 auto;
        width: auto;
        padding: 0 1.5rem 0 1.5rem;
        max-width: 100%;
    }
}

.blog-categories li:last-child {
    border-right: 0;
}

.blog-categories li a {
    font-size: 0.8125rem;
    text-decoration: none;
    display: block;
    color: var(--filtre-text-dark);
}

.blog-categories li a:hover {
    color: var(--filtre-text-dark);
    text-decoration: underline;
}

.no-border-top .reviews-section .container {
    border-top: 0;
    padding-top: 1rem;
}

.blog-list {
    border-bottom: 1px solid var(--filtre-input-border);
}

.blog-list .blog-article-item {
    margin-bottom: 4rem;
}

@media (max-width: 991.98px) {
    .blog-list .blog-article-item {
        margin-bottom: 3rem;
    }
}

.blog-list .blog-maskot {
    position: absolute;
    top: -3.5rem;
    left: -12rem;
}

@media (max-width: 991.98px) {
    .blog-list .blog-maskot {
        display: none;
    }
}

.blog-article-item {
    margin-bottom: 2.25rem;
}

@media (max-width: 991.98px) {
    .blog-article-item {
        margin-bottom: 1.5rem;
    }
}

.blog-article-item .blog-article-title {
    margin-bottom: 0.25rem;
}

.blog-article-item .blog-article-title a {
    text-decoration: none;
    font-size: 1.75rem;
    color: var(--filtre-red);
    line-height: 150%;
}

@media (max-width: 991.98px) {
    .blog-article-item .blog-article-title a {
        font-size: 1.125rem;
        line-height: 150%;
    }
}

.blog-article-item .blog-article-title a:hover {
    text-decoration: underline;
}

.blog-article-item .blog-article-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    color: var(--filtre-gray-light);
    font-size: 0.8125rem;
}

.blog-article-date {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 1.5rem;
    color: var(--filtre-gray-light);
    font-size: 0.8125rem;
}

.blog-article-item .blog-article-category a {
    text-decoration: underline;
    color: var(--filtre-text-dark);
}

.blog-article-item p {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    line-height: 170%;
    color: var(--filtre-text-dark);
}


@media (max-width: 991.98px) {
    .blog-article-item p {
        font-size: 0.8125rem;
        line-height: 145%;
    }
}

.check-filter {
    margin-bottom: 0.5rem;
}

.filter-search {
    position: sticky;
    top: 0;
    z-index: 99;
}

.filter-search button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    position: absolute;
    align-items: center;
    display: flex;
}

.cars-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
    overflow: hidden;
    justify-content: center;
}

.sticky-filtering-section {
    position: sticky;
    top: 100px;
    height: 100%;
    z-index: 1000;
}

@media (max-width: 991.98px) {
    .cars-categories {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin: 0 -0.25rem;
        padding-bottom: 0.75rem;
        justify-content: flex-start;
    }
}

.cars-categories h2 {
    margin-bottom: 0.5rem;
    padding: 0 0.25rem;
    border: none;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    .cars-categories h2 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        padding: 0 0.25rem 0 0.25rem;
        max-width: 100%;
    }
}

.cars-categories h2 a {
    display: block;
    background-color: var(--filtre-hover-grey);
    text-decoration: none;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-radius: 30px;
    color: var(--filtre-text-dark);
}

@media (max-width: 991.98px) {
    .cars-categories h2 a {
        padding: 0.75rem 1rem;
    }
}

.cars-categories h2 a:hover {
    background-color: var(--filtre-light-bg);
    color: var(--filtre-text-dark);
}

.big-search-toggler-wrap {
    background-color: var(--filtre-hover-grey);
    padding: 0.75rem 0;
    text-align: center;
}

.big-search-toggler-wrap .big-search-toggler {
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    font-size: 0.8125rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: var(--filtre-text-dark);
}

.big-search-toggler-wrap .big-search-toggler:hover {
    color: var(--filtre-red);
}

.big-search-toggler-wrap .big-search-toggler span {
    margin-right: 0.5rem;
}

#catalog-search-block {
    display: none;
}

.thumbs-container #thumbs .owl-item .item {
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--filtre-input-border);
}

.thumbs-container #thumbs .owl-item.current .item {
    border: 1px solid var(--filtre-red);
}

.product-detail-top h1,
.product-detail-top .h1 {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {

    .product-detail-top h1,
    .product-detail-top .h1 {
        font-size: 1.4375rem;
    }
}

.product-detail-top .product-detail-top-right-infos {
    margin-bottom: 0.75rem;
}

@media (max-width: 991.98px) {
    .product-detail-top .product-detail-top-right-infos {
        margin-bottom: 12px;
    }
}

.product-detail-top .product-detail-top-right-infos .product-stock {
    color: #14B766;
    font-size: 0.6875rem;
}

.product-detail-top .product-detail-top-right-infos .product-badge {
    font-weight: 600;
    padding: 0.125rem 0.75rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    color: #ffffff;
}

.product-detail-top .product-detail-top-right-infos .product-badge.red {
    background-color: var(--filtre-red);
}
.product-detail-top .product-detail-top-right-infos .product-badge.recommended {
    background-color: #fbf554;
}
.product-detail-top .product-detail-top-right-infos .product-add-garage {
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
}

.product-detail-top .product-detail-top-right-infos .product-add-garage span {
    margin-right: 1rem;
}

.product-detail-top .product-detail-top-right-infos .product-add-garage span:before {
    width: 1rem;
    height: 1rem;
}

.product-detail-top .product-detail-top-right-infos .product-add-garage a:hover {
    color: #062338;
}

@media (max-width: 991.98px) {
    .product-detail-top .product-detail-top-left {
        margin-bottom: 2rem;
    }

    .product-detail-top .product-detail-top-left #big {
        margin-bottom: 2rem;
    }
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand {
    margin-bottom: 1.5rem;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block {
    border: 1px solid var(--filtre-input-border);
    font-size: 0.8125rem;
}

@media (max-width: 991.98px) {
    .product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block {
        border: 0;
        margin-bottom: 1rem;
    }
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block .row>div .d-flex {
    padding: 0.5rem 1rem;
}

@media (max-width: 991.98px) {
    .product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block .row>div .d-flex {
        border: 1px solid var(--filtre-input-border);
    }
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block .row>div:last-child .d-flex {
    background-color: var(--filtre-hover-grey);
    border-left: 1px solid var(--filtre-input-border);
}

@media (max-width: 991.98px) {
    .product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block .row>div:last-child .d-flex {
        border: 0;
    }
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand .brand-block i {
    color: #14B766;
}

.brand-block span {
    color: var(--filtre-text-dark);
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand .product-detail-top-right-brand-left strong {
    font-weight: 600;
    text-transform: uppercase;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-brand .product-code {
    font-size: 0.8125rem;
    color: var(--filtre-menu-text);
}

.product-detail-top .product-quantity-step-info {
    font-size: 0.8125rem;
    color: var(--filtre-menu-text);
    text-align: end;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle {
    margin-bottom: 2rem;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle label {
    margin-bottom: 1rem;
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown {
    display: flex;
    width: 100%;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-toggle {
    width: 100%;
    display: flex;
    padding: 0.25rem 4rem 0.25rem 1rem;
    border: 0;
    font-size: 1rem;
    font-weight: 400;
    position: relative;
    border-radius: 0;
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.09);
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-toggle:after {
    border: 0;
    padding: 5px;
    border-bottom: 2px solid var(--filtre-red);
    border-right: 2px solid var(--filtre-red);
    display: block;
    transition: all .15s ease-in-out;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    top: 32%;
    right: 2rem;
    position: absolute;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-toggle.show:after {
    transform: rotate(-135deg);
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-item .dropdown-content {
    font-size: 0.875rem;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-content img {
    width: 3rem;
    height: 3rem;
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-content strong {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-content strong {
        margin-left: 3.5rem;
    }
}

.product-detail-top .product-detail-top-right .product-detail-top-right-bundle .dropdown .dropdown-menu {
    width: 100%;
    border-radius: 0;
    box-shadow: 0px 6px 12px #00000017;
    border: 0;
}

.product-detail-top .product-detail-top-right .product-right-shipping {
    justify-content: flex-end;
    display: flex;
    margin: 0 -0.5rem 2rem;
}

@media (max-width: 767.98px) {
    .product-detail-top .product-detail-top-right .product-right-shipping {
        display: block;
        margin: 0 0 2.5rem 0;
    }
}

.product-detail-top .product-detail-top-right .product-right-shipping span {
    padding: 0 0.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--filtre-red);
}

@media (max-width: 767.98px) {
    .product-detail-top .product-detail-top-right .product-right-shipping span {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }

    .product-detail-top .product-detail-top-right .product-right-shipping span:last-child {
        margin-bottom: 0;
    }
}

.product-detail-top .product-detail-top-right .product-actions {
    margin-bottom: 2rem;
}

.product-detail-top .product-detail-top-right .product-actions .price {
    line-height: 100%;
    font-size: 2.0625rem;
    font-weight: 600;
    color: var(--filtre-text-dark);
}

.product-detail-top .product-detail-top-right .product-actions .price-without-tax {
    font-size: 0.6875rem;
    color: var(--filtre-text-dark);
}

.product-detail-smaller-add-to-cart {
    padding: 0.75rem 2rem !important;
}


@media (max-width: 767.98px) {
    .product-detail-top .product-detail-top-right .product-vymena {
        padding-left: 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #D4D8E6;
    }
}

.product-detail-content {
    padding-bottom: 3rem;
}

.product-detail-content .product-desc {
    position: relative;
}
.product-detail-content .tab-content{
    color: var(--filtre-text-dark)
}
.product-detail-content .tab-content ul {
    list-style: initial;
    padding: revert;
    margin: revert;
}

#slider-range,
#slider-range_mobile {
    margin: 20px 25px;
}

.price-inputs-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    margin-bottom: 15px;
}

.price-input-group {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.price-input-group label {
    margin: 0;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 14px;
}

.price-input-group input {
    width: 100%;
    min-width: 80px;
    padding: 0.5rem 1rem;
}

/* .product-detail-content .product-desc:after {
    content: '';
    width: 100%;
    height: 15rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent linear-gradient(0, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat;
} */
/*define manually to not overrule other individually styled sections like reviews or contact us tabs*/
.product-detail-content .tab-content [aria-labelledby="popis-tab"] *,
.product-detail-content .tab-content [aria-labelledby="pouzitievovozidlach-tab"] *,
.product-detail-content .tab-content [aria-labelledby="cisla-tab"] *,
.product-detail-content .tab-content [aria-labelledby="ekvivalenty-tab"] *,
.product-detail-content .tab-content [aria-labelledby="rozmery-tab"] *,
.product-detail-content .tab-content [aria-labelledby="specifikacie-tab"] *,
.product-detail-content .tab-content [aria-labelledby="pouzitie-tab"] * {
    background-color: var(--bs-body-bg) !important;
    color: var(--filtre-text-dark) !important;
}
.product-detail-content .tab-content p {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 0.5rem;
    min-height: 1rem;
}

.product-detail-content .nav-tabs {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid var(--filtre-input-border);
}

@media (max-width: 767.98px) {
    .product-detail-content .nav-tabs {
        margin: 0 -1rem 1.5rem;
    }
}

.product-detail-content .nav-tabs .nav-item {
    border: 0;
    padding: 0 2.5rem 0 0;
}

@media (max-width: 767.98px) {
    .product-detail-content .nav-tabs .nav-item {
        padding: 0 1rem 0 1rem;
    }
}

.product-detail-content .nav-tabs .nav-item:last-child {
    border-right: 0;
}

.product-detail-content .nav-tabs .nav-item .nav-link {
    padding: 0.75rem 0;
    font-weight: 600;
    margin: 0;
    border: 0;
    border-radius: 0;
    font-size: 1rem;
    color: var(--filtre-text-dark);
}

.product-detail-content .nav-tabs .nav-item .nav-link.active {
    background: none;
    font-weight: 600;
    color: var(--filtre-text-dark);
    border-bottom: 3px solid var(--filtre-red);
}
.product-detail-top-left{
    position: relative;
}
.product-detail-top-left .bubble {
    width: 100px;
    height: 100px;
    font-size: 30px;
    border-radius: 200px;
    line-height: 100px;
    font-weight: 800;
    color: #000000;
    background: #fbf554;
    position: absolute;
    margin: auto;
    top: 0;
    right: 1.75rem;
    bottom: 0;
    text-align: center;
    z-index: 10;
    pointer-events: none;
}


.cart-page-top {
    padding: 2rem 0 0;
}

@media (max-width: 991.98px) {
    .cart-page-top {
        padding: 0 0 2rem;
    }
}

.cart-page-top .w-6 {
    width: 6rem;
    flex: 0 0 6rem;
}

.cart-page-top h1,
.cart-page-top .h1 {
    color: var(--filtre-red);
    margin-bottom: 0;
    margin-left: 1.5rem;
}

@media (max-width: 991.98px) {

    .cart-page-top h1,
    .cart-page-top .h1 {
        margin-left: 0;
    }
}

.order-page-table {
    margin-bottom: 1.5rem;
}

.order-page-table tbody {
    border: 0 !important;
}

.order-page-table tbody tr {
    border: 0 !important;
}

.order-page-table tbody tr td {
    box-shadow: none;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    border-top: 1px solid var(--filtre-input-border);
    border-bottom: 1px solid var(--filtre-input-border);
}

.order-page-table tbody tr td.order-table-title {
    font-size: 0.8125rem;
    border-left: 1px solid var(--filtre-input-border);
}

.order-page-table tbody tr td.order-table-price-with-tax {
    font-size: 1rem;
    border-right: 1px solid var(--filtre-input-border);
}

.order-options-list {
    margin-bottom: 2.5rem;
}

.order-options-list .order-option-item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--filtre-input-border);
}

.order-options-list .order-option-item-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.order-options-list .order-option-item .form-check .form-check-label {
    font-size: 1rem;
    font-weight: 600;
    color: var(--filtre-text-dark);
}

.order-options-list .order-option-item strong {
    font-size: 1.1875rem;
    font-weight: 600;
}

.order-options-list .order-option-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.mb-45 {
    margin-bottom: 2.5rem !important;
}

.mb-lg-45 {
    margin-bottom: 2.5rem !important;
}

.order-page {
    padding: 3rem 0 0;
}

.order-review-page {
    box-shadow: 0px 6px 12px #00000029;
    padding: 2.5rem 6.5rem;
    margin-top: 3rem;
}

@media (max-width: 991.98px) {
    .order-review-page {
        padding: 1.5rem 0 0;
        margin-top: 3rem;
        box-shadow: none;
        border-top: 1px solid var(--filtre-input-border);
    }
}

@media (min-width: 992px) {
    .order-page-left {
        padding-right: 3rem;
    }
}

@media (max-width: 991.98px) {
    .order-page-left {
        margin-bottom: 4rem;
    }
}

.order-page-left .order-page-left-block {
    box-shadow: var(--filtre-box-shadow-block);
    padding: 2.5rem 2.5rem;
}

@media (max-width: 991.98px) {
    .order-page-left .order-page-left-block {
        padding: 1.5rem 0 0;
        box-shadow: none;
        border-top: 1px solid var(--filtre-input-border);
    }
}

.order-page-left .order-page-left-block .form-group {
    margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
    .order-page-right {
        padding-left: 3rem;
    }
}

.cart-page-table {
    margin-bottom: 1.5rem;
}

.cart-page-table thead {
    border: 0 !important;
}

@media (max-width: 767.98px) {
    .cart-page-table thead {
        display: none;
    }
}

.cart-page-table thead tr {
    border: 0 !important;
}

.cart-page-table thead tr th {
    border-bottom: 0;
    padding: 1.25rem 1.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

/*@media (max-width: 991.98px) {*/
/*    .cart-page-table thead tr th {*/
/*        font-size: 0.625rem;*/
/*    }*/
/*}*/

.cart-page-table tbody {
    border: 0 !important;
}

.cart-page-table tbody tr {
    border: 0 !important;
}

/*@media (max-width: 767.98px) {*/
/*    .cart-page-table tbody tr {*/
/*        position: relative;*/
/*        display: block;*/
/*        margin-bottom: 0.75rem;*/
/*    }*/
/*}*/

.cart-page-table tbody tr td {
    box-shadow: none;
    vertical-align: middle;
    padding: 1.9rem 1.5rem 1.9rem 1.5rem;
    border-top: 1px solid var(--filtre-input-border);
    border-bottom: 1px solid var(--filtre-input-border);
    border-left: 0;
    border-right: 0;
}

/*@media (max-width: 767.98px) {*/
/*    .cart-page-table tbody tr td {*/
/*        padding: 0.875rem 0.875rem;*/
/*    }*/
/*}*/

.order-page-table tbody tr td.cart-table-img,
.cart-page-table tbody tr td.cart-table-img {
    padding: 0;
    width: 6rem;
    border-left: 1px solid var(--filtre-input-border);
    border-right: 1px solid var(--filtre-input-border);
}

@media (max-width: 767.98px) {
    .cart-page-table tbody tr td.cart-table-img {
        width: 4rem;
    }

    .mb-15 {
        margin-bottom: 1.5rem !important;
    }
}
td.order-table-title a,
td.cart-table-title a {
    text-decoration: none;
}
td.order-table-title:hover a,
td.cart-table-title:hover a {
    text-decoration: underline;
}
.cart-page-table tbody tr td.cart-table-title {
    font-size: 0.8125rem;
}

.order-table-quantity {
    font-weight: 500;
    text-wrap: nowrap;
}

@media (max-width: 767.98px) {
    .cart-page-table tbody tr td.cart-table-title {
        padding: 0.875rem 0 0.875rem 0.875rem;
        font-size: 0.75rem;
    }

    .cart-page-table tbody tr td.cart-table-title strong {
        display: block;
        margin-bottom: 0.25rem;
    }
}

.cart-page-table tbody tr td.cart-table-price-with-tax {
    font-size: 1rem;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .cart-page-table tbody tr td.cart-table-price-with-tax {
        font-size: 0.75rem;
        padding: 0.875rem 2rem 0.875rem 0;
    }
}

.cart-page-table tbody tr td.cart-table-price-without-tax {
    font-size: 0.8125rem;
}

@media (max-width: 767.98px) {
    .cart-page-table tbody tr td.cart-table-price-without-tax {
        display: none;
    }
}

.cart-page-table tbody tr td.cart-table-remove {
    text-align: right !important;
    padding-right: 1.25rem;
    font-size: 0.8125rem;
    text-align: center;
    border-right: 1px solid var(--filtre-input-border);
}

@media (max-width: 767.98px) {
    .cart-page-table tbody tr td.cart-table-remove {
        padding: 0;
    }
}

.cart-page-table tbody tr td.cart-table-remove .cart-table-item-remove {
    color: var(--filtre-text-dark);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .cart-page-table tbody tr td.cart-table-remove {
        position: relative;
    }

    .cart-page-table tbody tr td.cart-table-remove .cart-table-item-remove {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
    }
}

.cart-page-table tbody tr td.cart-table-remove .cart-table-item-remove:hover {
    color: var(--filtre-text-dark);
}

.cart-right-block {
    padding: 1.5rem 1.75rem;
    border-radius: 0.125rem;
}

@media (max-width: 991.98px) {
    .cart-right-block {
        padding: 1.5rem 1.25rem;
    }
}

.cart-right-block.gift {
    background-color: var(--filtre-transparent-green);
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    border-radius: 4px;
}

.cart-right-block.gift span {
    font-size: 1rem;
    font-weight: 400;
}

.cart-right-block.gift strong i {
    color: var(--filtre-red);
    font-size: 1.25rem;
    margin-right: 0.375rem;
}

.cart-right-block.review {
    background-color: var(--filtre-hover-grey);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: var(--filtre-text-dark);
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .cart-right-block.review {
        margin-bottom: 1rem;
    }
}

.cart-right-block.review strong {
    font-size: 1.12rem;
    font-weight: 600;
    color: var(--filtre-text-dark);
}

.cart-page-content {
    position: relative;
}

.cart-container {
    display: flex;
    margin: auto;
}

.cart-maskot {
    margin-left: 1rem;
    margin-top: 3.5rem;
    margin-right: 2rem;
    width: 249px;
    height: 281px;
}

@media (max-width: 576px) {
    .cart-container {
        width: calc(100% - 2rem) !important;
    }

    .cart-maskot {
        display: none;
    }
}

@media (max-width: 1100px) {
    .cart-maskot {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 1600px) {
    .cart-container {
        margin: 0 2rem;
        width: calc(100% - 4rem) !important; /* Correctly calculates the width as 100% of the parent container minus 4rem */
    }

    .cart-maskot {
        width: 200px;
        height: 220px;
    }
}

@media (min-width: 1600px) {
    .cart-container {
        margin: auto;
        max-width: 1600px;
        width: 90%;
    }
}

.cart-page-content-left .cart-page-content-left-services {
    margin-bottom: 2.5rem;
}

.cart-page-content-left .cart-page-content-left-services .cart-services-title {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    color: var(--filtre-red);
    font-size: 0.8125rem;
    font-weight: 600;
}

.cart-page-content-left .cart-page-content-left-services .cart-services-title i {
    margin-right: 0.5rem;
}

.cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item {
    padding: 1rem 2.25rem;
    border: 1px solid var(--filtre-input-border);
}

@media (max-width: 991.98px) {
    .cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item {
        padding: 1rem 1rem 1.5rem;
    }

    .cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item strong {
        font-size: 0.875rem !important;
    }

    .cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item .smaller {
        font-size: 0.75rem !important;
    }
}

.cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item .row>div:first-child {
    width: 5.25rem;
    flex: 0 0 5.25rem;
}

@media (max-width: 991.98px) {
    .cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item .row>div:first-child {
        flex: 0 0 auto;
        width: 25%;
    }

    .cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item .row>div:first-child .form-check {
        margin: 0 auto;
        padding: 0;
        justify-content: center;
    }

    .cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item .row>div:first-child .form-check .form-check-input {
        margin: 0;
    }
}

.cart-page-content-left .cart-page-content-left-services .cart-services-list .cart-services-item .cart-services-item-select {
    padding: 0.25rem 0.875rem;
    border: 1px solid var(--filtre-input-border);
    border-radius: 0.125rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--filtre-red);
}

.cart-page-content-left .cart-page-content-left-coupon {
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    .cart-page-content-left .cart-page-content-left-coupon {
        display: block;
    }
}

.cart-page-content-left .cart-page-content-left-coupon label {
    margin-right: 1rem;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .cart-page-content-left .cart-page-content-left-coupon label {
        display: block;
        margin: 0 0 0.75rem 0;
    }
}

.cart-page-content-left .cart-page-content-left-coupon .form-group {
    position: relative;
    margin-bottom: 0;
}

.cart-page-content-left .cart-page-content-left-coupon .form-group .form-control {
    padding-right: 4.5rem;
}

.cart-page-content-left .cart-page-content-left-coupon .form-group button {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 1.25rem;
    font-size: 0.8125rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--filtre-red);
}

.cart-page-content-left .cart-page-content-left-coupon .form-group button:hover {
    color: #062338;
}

.cart-page-content-right {
    padding-top: 2.2rem;
}

@media (max-width: 991.98px) {
    .cart-page-content-right {
        padding-top: 2.5rem;
    }
}

.progress {
    margin: 0 10%;
    height: 0.75rem;
    background-color: #ffffff;
    border-radius: 0.4375rem;
}

.progress .progress-bar {
    background-color: #55B46E;
    border-radius: 0.4375rem;
}

.order-review-items-list .order-review-item {
    padding: 1.375rem 0;
    border-bottom: 1px solid var(--filtre-input-border);
}

.order-review-items-list .order-review-item p {
    line-height: 200%;
    margin-bottom: 0;
}

.order-review-items-list .order-review-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.cart-nav {
    z-index: 10;
    position: fixed;
    left: 0;
    right: 0;
    top: 7.375rem;
    display: flex;
    align-items: center;
    margin: 0 -2rem;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .cart-nav {
        position: initial;
        margin: 0 -0.5rem;
        justify-content: space-between;
    }
}

.cart-nav .cart-nav-item {
    padding: 0 2rem;
}

@media (max-width: 991.98px) {
    .cart-nav .cart-nav-item {
        padding: 0 0.5rem;
    }
}

.cart-nav .cart-nav-item a {
    display: block;
    text-decoration: none;
    font-size: 0.8125rem;
    color: var(--filtre-text-dark);
    font-weight: 600;
    position: relative;
}

@media (max-width: 991.98px) {
    .cart-nav .cart-nav-item a {
        text-align: center;
    }

    .cart-nav .cart-nav-item a span {
        display: block;
        font-size: 1.25rem;
    }
}

.cart-nav .cart-nav-item a:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--filtre-text-dark);
}

.cart-nav .cart-nav-item.done a {
    color: #14B766;
    font-weight: 400;
}

.cart-nav .cart-nav-item.done a:after {
    box-shadow: 0px 5px 10px #00E573;
    background-color: #14B766;
}

.cart-nav .cart-nav-item.active a {
    font-size: 1rem;
    color: var(--filtre-red);
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .cart-nav .cart-nav-item.active a {
        font-size: 0.8125rem;
    }
}

.cart-nav .cart-nav-item.active a:after {
    box-shadow: 0px 5px 10px var(--filtre-red);
    background-color: var(--filtre-red);
    bottom: -0.875rem;
}

.order-thanks-page {
    padding: 4rem 0 6rem;
    position: relative;
}

.shipping-icon {
    width: 50px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}

.payment-icon {
    width: 50px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
}

[data-theme="dark"] .shipping-icon,
[data-theme="dark"] .payment-icon {
    filter: invert(1) brightness(1.2) contrast(0.95);
}

[data-theme="dark"] #div_post .shipping-icon ,
[data-theme="dark"] #payment-method-gpwebpay .payment-icon {
    filter: none;
}

@media (max-width: 1399.98px) {
    .order-thanks-page {
        padding: 3rem 0 5rem;
    }
}

@media (max-width: 767.98px) {
    .order-thanks-page {
        padding: 4rem 0 3rem;
    }
}

.order-thanks-page:before {
    content: '';
    height: 100%;
    width: 41.66666667%;
    z-index: -1;
    background-color: var(--filtre-red);
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 991.98px) {
    .order-thanks-page:before {
        display: none;
    }
}

.order-thanks-page .thanks-maskot {
    display: block;
    margin-left: auto;
    height: auto;
}

@media (max-width: 991.98px) {
    .order-thanks-page .thanks-maskot {
        margin: 0 auto;
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .order-thanks-page .order-thanks-page-left {
        display: none;
    }
}

.order-thanks-page .order-thanks-page-right {
    padding-left: 6rem;
}

@media (max-width: 1399.98px) {
    .order-thanks-page .order-thanks-page-right {
        padding-left: 4rem;
        padding-top: 2rem;
    }
}

@media (max-width: 991.98px) {
    .order-thanks-page .order-thanks-page-right {
        padding-left: 0.75rem;
        padding-top: 1.5rem;
    }
}

.order-thanks-page .order-thanks-page-right h1,
.order-thanks-page .order-thanks-page-right .h1 {
    margin-bottom: 2rem;
    font-size: 2.0625rem;
}

@media (max-width: 767.98px) {

    .order-thanks-page .order-thanks-page-right h1,
    .order-thanks-page .order-thanks-page-right .h1 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        margin-top: 0.5rem;
    }
}

.order-thanks-page .order-thanks-page-right h1 span,
.order-thanks-page .order-thanks-page-right .h1 span {
    margin-bottom: 1rem;
    color: var(--filtre-red);
    display: block;
    font-size: 2.5rem;
}

@media (max-width: 767.98px) {

    .order-thanks-page .order-thanks-page-right h1 span,
    .order-thanks-page .order-thanks-page-right .h1 span {
        font-size: 2rem;
    }
}
/*not the buttons and their contents*/
.blog-detail *:not(button):not(button *):not(a):not(a *):not(.fa-regular):not(.icon-style) {
    color: var(--filtre-text-dark)!important;
    background-color: var(--filtre-blog-bg)!important;
}

.blog-detail h1,
.blog-detail .h1 {
    margin-bottom: 0;
    line-height: 150%;
}

.blog-detail img {
    height: auto;
    padding: 0 16px;
}

.blog-info{
    color: var(--filtre-red);
    font-size: 0.9rem;
    font-weight: 600;
}
.blog-info i {
    color: black
}

@media (max-width: 991.98px) {

    .blog-detail h1,
    .blog-detail .h1 {
        line-height: 135%;
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

.blog-detail h2,
.blog-detail .h2 {
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
}

@media (max-width: 991.98px) {

    .blog-detail h2,
    .blog-detail .h2 {
        font-size: 1.5rem;
        line-height: 140%;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
}

.blog-detail .blog-detail-img {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
    position: relative;
}

@media (max-width: 991.98px) {
    .blog-detail .blog-detail-img {
        margin-bottom: 2.5rem;
    }
}

.blog-detail .blog-detail-img .blog-detail-maskot {
    position: absolute;
    left: -13.5rem;
    bottom: -1.25rem;
}

@media (max-width: 991.98px) {
    .blog-detail .blog-detail-img .blog-detail-maskot {
        display: none;
    }
}

.blog-detail .blog-detail-back-link {
    margin-top: -4.5rem;
    display: flex;
    align-items: center;
    font-size: 0.8125rem;
}

.blog-detail .blog-detail-back-link .header-middle-icon {
    margin-right: 0.75rem;
}

.blog-detail .blog-detail-back-link .header-middle-icon .icon-style {
    transform: rotate(180deg);
}

.blog-detail .blog-detail-back-link:hover .header-middle-icon {
    background-color: #062338;
}

.blog-detail .blog-detail-back-link:hover .header-middle-icon .icon-style:before {
    background-color: #ffffff;
}

#catalogMobileFilterdModal .offcanvas-header {
    padding: 0;
}

#catalogMobileFilterdModal .offcanvas-header .btn-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
    z-index: 1;
}

#catalogMobileFilterdModal .offcanvas-body {
    padding-top: 0;
}

#catalogMobileFilterdModal .sidebar-menu {
    border: 0;
}

#catalogMobileFilterdModal .sidebar-menu .sidebar-menu-item {
    padding: 1.5rem 0;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: var(--bs-body-bg);
}

header .header-cart-middle {
    padding: 2.5rem 0 3.5rem !important;
}

@media (max-width: 991.98px) {
    header .header-cart-middle {
        padding: 1rem 0 2rem !important;
    }
}

header .header-top {
    font-size: 0.8125rem;
    border-bottom: 1px solid var(--filtre-input-border);
    padding: 1rem 0;
}

@media (max-width: 991.98px) {
    header .header-top {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

header .header-top .header-top-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.75rem;
}

header .header-top .header-top-social a {
    font-size: 1.125rem;
    color: var(--filtre-text-dark);
    padding: 0 0.75rem;
}

header .header-top .header-top-social a:hover {
    color: var(--filtre-gray-light);
}

header .header-top .header-top-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.75rem;
}

header .header-top .item-left {
    color: var(--filtre-text-dark)
}

header .header-top .header-top-links li {
    padding: 0 0.75rem;
}

header .header-top .header-top-links li a {
    display: block;
    text-decoration: none;
}

header .header-top .header-top-links li a:hover {
    text-decoration: underline;
    color: var(--filtre-text-dark);
}

header .header-middle {
    padding: 1.5rem 0;
    border-bottom: 1px solid var(--filtre-input-border);
}

@media (max-width: 991.98px) {
    header .header-middle {
        padding: 1rem 0;
        border-bottom: 0;
    }
}

header .header-middle .header-middle-cart-sum {
    text-decoration: none;
    display: flex;
    align-items: center;
}

header .header-middle .header-middle-cart-sum strong {
    margin-right: 1rem;
    font-size: 1.1875rem;
}

header .header-middle .header-middle-cart-sum strong span {
    font-size: 0.8125rem;
}

header .header-middle .dropdown .dropdown-toggle {
    border: 0;
    height: 3rem;
    font-weight: 600;
    padding: 0.75rem 3rem 0.75rem 1.125rem;
    border-radius: 0;
    font-size: 1rem;
    color: var(--filtre-text-dark);
    background-color: var(--filtre-light-bg);
}

header .header-middle .dropdown .dropdown-toggle:after {
    border: 0;
    padding: 5px;
    border-bottom: 2px solid var(--filtre-red);
    border-right: 2px solid var(--filtre-red);
    display: block;
    top: 32%;
    right: 1.125rem;
    position: absolute;
    transition: all .15s ease-in-out;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
}

header .header-middle .dropdown .dropdown-toggle.show:after {
    transform: rotate(-135deg);
}

header .header-middle .dropdown .dropdown-menu .dropdown-item {
    font-size: 0.875rem;
}

header .header-middle .dropdown .dropdown-menu .dropdown-item:hover {
    color: var(--filtre-red);
}

header .header-middle h3.h2 i,
header .header-middle .h2.h3 i {
    font-size: 1rem;
}

header .header-bottom {
    font-size: 0.8125rem;
    border-bottom: 1px solid var(--filtre-input-border);
}

header .header-bottom .col-auto {
    border-left: 1px solid var(--filtre-input-border);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
header .header-bottom .text p {
    margin: 0;
    font-size: 12px;
    color: var(--filtre-text-dark);
}


.header-middle-icon {
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    background-color: #ffffff;
    box-shadow: 0px 6px 6px #0000000D;
    text-decoration: none;
    
}
.header-middle-icon .icon-arrow-right ,
.header-middle-icon .icon-menu {
    margin: auto;
}
#minicart .icon-style {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.order-page-right .icon-cart ,
.cart-container .icon-cart {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.header-middle-icon .count {
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 0.875rem;
    background-color: var(--filtre-red);
}

.header-bottom-search {
    position: relative;
}

.header-bottom-search .form-control {
    width: 100%;
    background-color: var(--filtre-input-bg);
    border: 1px solid var(--filtre-input-border);
    transition: all 0.2s ease-in-out;
    border-radius: 0;
    position: relative;
    z-index: 3;
    height: 3rem;
    color: var(--filtre-text-dark);
}

.header-bottom-search .form-control.active {
    border: 1px solid var(--filtre-red);
    background-color: var(--filtre-input-bg);
}

.header-bottom-search .form-control::placeholder {
    color: var(--filtre-text-dark);
}

@media (max-width: 991.98px) {
    .header-bottom-search .form-control::placeholder {
        font-size: 0.625rem !important;
    }
}

.header-bottom-search #header-bottom-search-btn {
    position: absolute;
    right: 0;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    width: 3rem;
    height: 3rem;
    background-color: var(--filtre-red);
}

.header-bottom-popup {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    padding-top: 70px;
    top: 0;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(55, 51, 74, 0.1);
}

.header-bottom-popup .header-bottom-popup-content {
    padding: 0 1.5rem;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item {
    margin-bottom: 1rem;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item .img-wrap {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    overflow: hidden;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item .header-search-title {
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item .header-search-qty {
    line-height: 21px;
    color: #737373;
    font-size: 0.875rem;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item .header-search-stock {
    font-size: 1rem;
    line-height: 24px;
    color: #33AE42;
}

.header-bottom-popup .header-bottom-popup-content .header-search-item .header-search-price {
    font-weight: bold;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0;
}

.header-bottom-popup .header-bottom-popup-actions {
    text-align: center;
    padding: 1.5rem 0;
}

.header-bottom-popup.active {
    opacity: 1;
    visibility: visible;
}

footer {
    position: relative;
    background-color: var(--filtre-blue-dark);
    z-index: 1;
}

footer .footer-list-big {
    columns: 2;
}

footer .footer-top {
    padding: 3.5rem 0 1rem;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    footer .footer-top {
        padding: 2rem 0 1rem;
    }
}

footer .footer-top h4,
footer .footer-top .h4 {
    font-size: 3.75rem;
    color: #ffffff;
    margin-bottom: 0.75rem;
    text-align: center;
}

@media (max-width: 991.98px) {

    footer .footer-top h4,
    footer .footer-top .h4 {
        font-size: 2.5rem;
    }
}

footer .footer-top p {
    margin-bottom: 2.5rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    footer .footer-top p {
        font-size: 0.875rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter {
        padding: 0 1rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div {
    border: 2px solid rgba(229, 0, 71, 0.5);
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div {
        border-top: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

footer .footer-top .footer-top-newsletter .row>div .form-control {
    border: 0;
    border-radius: 0;
    padding: 1.75rem 0.75rem;
    background-color: transparent;
    height: 100%;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div .form-control {
        padding: 1rem 0;
    }
}

footer .footer-top .footer-top-newsletter .row>div:nth-child(1) {
    border-right: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

footer .footer-top .footer-top-newsletter .row>div:nth-child(2) {
    border-right: 0;
    border-radius: 0;
}

footer .footer-top .footer-top-newsletter .row>div:nth-child(3) {
    border-radius: 0 0.25rem 0.25rem 0;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div:nth-child(3) {
        display: block;
        padding: 1rem 0;
        border-bottom: 0;
    }
}

footer .footer-top .footer-top-newsletter .row>div:nth-child(3) .btn {
    height: 100%;
    padding: 1rem 1.5rem;
    border-radius: 0.25rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div:nth-child(3) .btn {
        height: auto;
        width: 100%;
        justify-content: center;
    }
}

footer .footer-top .footer-top-newsletter .row>div ::-webkit-input-placeholder {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div ::-webkit-input-placeholder {
        font-size: 0.875rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div :-moz-placeholder {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div :-moz-placeholder {
        font-size: 0.875rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div ::-moz-placeholder {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div ::-moz-placeholder {
        font-size: 0.875rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div :-ms-input-placeholder {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div :-ms-input-placeholder {
        font-size: 0.875rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div ::-ms-input-placeholder {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div ::-ms-input-placeholder {
        font-size: 0.875rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div ::placeholder {
    color: #ffffff !important;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div ::placeholder {
        font-size: 0.875rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div .form-check {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    footer .footer-top .footer-top-newsletter .row>div .form-check {
        margin-bottom: 1rem;
    }
}

footer .footer-top .footer-top-newsletter .row>div .form-check .form-check-input {
    border: 2px solid #ffffff;
    box-shadow: none;
    background-color: transparent;
    width: 1.25em;
    height: 1.25em;
    border-radius: 0.375rem;
}

footer .footer-top .footer-top-newsletter .row>div .form-check .form-check-input:checked[type=checkbox] {
    background-color: transparent;
    border-color: #ffffff;
    background-size: 0.875rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

footer .footer-top .footer-top-newsletter .row>div .form-check .form-check-label a {
    color: #ffffff;
}

footer .footer-middle {
    padding: 4.5rem 0 1rem;
}

@media (max-width: 991.98px) {
    footer .footer-middle {
        padding: 2rem 0 1rem;
    }
}

footer .footer-middle .footer-social {
    display: flex;
    align-items: center;
    margin: 2.5rem -1.25rem 2.5rem;
}

footer .footer-middle .footer-social li {
    padding: 0 1.25rem;
}

footer .footer-middle .footer-social li a {
    display: block;
    font-size: 1.5rem;
}

footer .footer-middle .footer-social li a:hover {
    color: var(--filtre-red);
}

footer .footer-middle p {
    line-height: 200%;
    color: #F4F6FB;
    margin-bottom: 2rem;
    font-size: 1rem;
}

footer .footer-middle p a {
    color: #F4F6FB;
    text-decoration: none;
    font-size: 1.1875rem;
}

footer .footer-middle h5,
footer .footer-middle .h5 {
    font-size: 1.1875rem;
    margin-bottom: 1.875rem;
    color: var(--filtre-red);
    font-weight: 600;
    letter-spacing: 0;
}

@media (max-width: 991.98px) {

    footer .footer-middle h5,
    footer .footer-middle .h5 {
        margin-bottom: 1.5rem;
    }
}

footer .footer-middle ul {
    margin-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
    footer .footer-middle ul {
        margin-bottom: 1.5rem;
    }
}

footer .footer-middle ul li {
    margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
    footer .footer-middle ul li:last-of-type {
        margin-bottom: 0;
    }
}

footer .footer-middle ul li a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: #F4F6FB;
}

footer .footer-middle ul li a:hover {
    text-decoration: underline;
}

footer .footer-middle .footer-middle-payments {
    color: #ffffff;
    position: relative;
}

@media (max-width: 991.98px) {
    footer .footer-middle .footer-middle-payments {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 2.5rem;
    }

    footer .footer-middle .footer-middle-payments .fw-bolder {
        display: none;
    }
}

footer .footer-middle .footer-middle-payments:before {
    content: '';
    height: 0.25rem;
    width: 9.375rem;
    background-color: var(--filtre-red);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media (max-width: 1399.98px) {
    footer .footer-middle .footer-middle-payments:before {
        width: 7.375rem;
    }
}

@media (max-width: 991.98px) {
    footer .footer-middle .footer-middle-payments:before {
        display: none;
    }
}

footer .footer-middle .footer-middle-payments:after {
    content: '';
    height: 0.25rem;
    width: 9.375rem;
    background-color: var(--filtre-red);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media (max-width: 1399.98px) {
    footer .footer-middle .footer-middle-payments:after {
        width: 7.375rem;
    }
}

@media (max-width: 991.98px) {
    footer .footer-middle .footer-middle-payments:after {
        display: none;
    }
}

footer .footer-middle .footer-middle-payments .footer-middle-payments-list a {
    display: inline-block;
    margin-right: 1rem;
}

footer .footer-middle .footer-middle-payments .footer-middle-payments-list a:last-child {
    margin-right: 0;
}

@media (max-width: 991.98px) {
    footer .footer-middle .footer-middle-payments .footer-middle-payments-list a {
        margin-bottom: 1rem;
    }
}

footer .footer-bottom {
    padding: 2.5rem 0;
    font-size: 0.8125rem;
    color: #ffffff;
}

@media (max-width: 991.98px) {
    footer .footer-bottom {
        text-align: center;
        padding: 1rem 0 2.5rem;
    }
}

footer .footer-bottom .footer-bottom-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.75rem;
}

@media (max-width: 991.98px) {
    footer .footer-bottom .footer-bottom-menu {
        justify-content: center;
    }
}

footer .footer-bottom .footer-bottom-menu li {
    padding: 0 0.75rem;
}

footer .footer-bottom .footer-bottom-menu li a {
    font-size: 0.6875rem;
    display: block;
    color: #ffffff;
    text-decoration: none;
}

footer .footer-copyright {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 62px;
    color: var(--filtre-menu-text);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 18px;
    background: var(--bs-tertiary-bg);
}


footer .footer-copyright a {
    color: var(--filtre-red);
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

footer .footer-copyright a:hover {
    color: #062338;
    text-decoration: underline;
}

.footer-cart .footer-middle {
    padding: 2.5rem 0 0;
    border-bottom: 0;
}

.footer-cart .footer-middle .footer-middle-payments {
    color: #ffffff;
    position: relative;
}

.footer-cart .footer-middle .footer-middle-payments:before {
    display: none;
}

.footer-cart .footer-middle .footer-middle-payments:after {
    display: none;
}

.footer-cart .footer-middle .footer-middle-payments .fw-bolder {
    border-bottom: 0.25rem solid var(--filtre-red);
    padding-bottom: 0.5rem;
}

.footer-cart .footer-bottom {
    padding: 0 0 2.5rem;
}
/*LUIGI*/
.luigi-ac-hero-color,
.luigi-ac-hero-color-clickable {
    background-color: var(--filtre-red) !important;
}

.luigi-ac-header {
    color: var(--filtre-red) !important;
    font-weight: bold !important;
}

.luigi-ac-footer {
    display: none !important;
}

.luigi-ac-highlight {
    background-color: var(--filtre-hover-grey) !important;
}

.luigi-ac-others {
    background-color: var(--luigi-highlight) !important;
}

.luigi-ac-no-result,
.luigi-ac-other-content {
    color: var(--filtre-text-dark) !important;
}

.luigi-ac-query {
    border-radius: 16px;
}

.luigi-ac-query .luigi-ac-other-content {
    color: white !important;
}

.luigi-ac-heromobile .luigi-ac-other-content {
    text-overflow: unset !important;
    white-space: normal !important;
    line-height: 18px;
}

.luigi-ac-price-discount .luigi-ac-price-new {
    color: var(--filtre-red) !important;
}

.luigi-ac-name, .luigi-ac-price {
    color: var(--filtre-text-dark)!important;
}
[data-theme="dark"] .luigi-ac-heromobile .luigi-ac-image img {
    mix-blend-mode: normal !important;
    background: var(--bs-body-bg)!important;

}
[data-theme="dark"] .luigi-ac-heromobile .luigi-ac-item:hover {
    background: var(--filtre-hover-grey)!important;
}

[data-theme="dark"] .luigi-ac-heromobile--right .luigi-ac-main {
    background: var(--bs-body-bg)!important;
}
.luigi-ac {
    color: var(--filtre-text-dark);
}
/*--*/
.luigi-ac-result {
    background: var(--bs-body-bg);
}
.luigi-ac-heromobile-switch {
    color: var(--filtre-text-dark)!important;
    border-bottom: 3px solid var(--filtre-text-dark)!important;
}

.luigi-ac-heromobile-input-bg {
    color: var(--filtre-text-dark)!important;
    background: var(--filtre-input-bg)!important;
}

.luigi-ac-heromobile-input::placeholder {
    color: var(--filtre-placeholder) !important;
    opacity: 0.7;
}

input.luigi-ac-heromobile-input[type="search"] {
    color: var(--filtre-text-dark) !important;
    -webkit-text-fill-color: var(--filtre-text-dark) !important;
    background-color: var(--filtre-input-bg) !important;
    caret-color: var(--filtre-text-dark) !important;
}
@media screen and (max-width: 1020px) {
    .luigi-ac-heromobile .luigi-ac-others {
        border-left:
            1px solid var(--filtre-border-light)!important;
        border-right:
            1px solid var(--filtre-border-light)!important;
    }


    .luigi-ac-heromobile div:not(.luigi-ac-query) > .luigi-ac-item,
    .luigi-ac-rest-main .luigi-ac-item,
    .luigi-ac-first-main .luigi-ac-item {
        background: var(--bs-body-bg) !important;
        color: var(--filtre-text-dark) !important;
    }
}
.luigi-ac-heromobile-switch--active {
    color: var(--luigi-active)!important;
    border-bottom: 3px solid var(--luigi-active)!important;
}

.custom-selector {
    position: relative;
    background-color: var(--bs-body-bg);
    border: solid 1px var(--filtre-input-border);
    border-radius: 5px;
    cursor: pointer;
    height: 42px;
    width: auto;
    white-space: wrap;
    padding-left: 18px;
    padding-right: 30px;
    font-size: 14px;
    min-width: 60%;
    color: var(--filtre-text-dark);
}
.custom-selector input {
    background: var(--bs-body-bg);
    color: var(--filtre-text-dark);

}
.cart-table-qty .custom-selector {
    height: 32px;
    padding-left: 4px;
    width: fit-content;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .custom-selector {
        min-width: 90%;
    }
}

.cart-table-qty .dropdown-menu {
    width: 95px;
    min-width: auto;
}

.qty-input {
    height: 100%;
    width: 60px;
    border: none;
    padding-left: 10px;
}

@media (max-width: 767.98px) {
    .cart-table-qty .custom-selector {
        height: 22px;
    }

    .cart-table-qty .dropdown-menu {
        width: 75px;
    }

    .qty-input {
        width: 40px;
        padding-left: 6px;
    }
}

.cart-table-qty .dropdown-toggle:after,
.product-detail-top-right .dropdown-toggle:after,
#limitSelector .dropdown-toggle:after,
#sortBySelector .dropdown-toggle:after {
    position: absolute;
    top: 35%;
    right: 20px;
    border: 0;
    padding: 4px;
    border-bottom: 2px solid var(--filtre-red);
    border-right: 2px solid var(--filtre-red);
    transition: all .15s ease-in-out;
    transform: rotate(45deg);
}

#limitSelector .dropdown-menu,
#sortBySelector .dropdown-menu {
    width: max-content;
}

@media (max-width: 767.98px) {
    #limitSelector .dropdown-menu,
    #sortBySelector .dropdown-menu {
        width: calc(100% - 1.5rem);
    }
}

#limitSelector .dropdown-toggle,
#sortBySelector .dropdown-toggle {
    padding-right: 50px;
    width: 100%;
}

#limitSelector .custom-selector-item,
#sortBySelector .custom-selector-item {
    align-items: center;
}

.cart-table-qty .dropdown-toggle:after {
    top: 25% !important;
}


@media (max-width: 767.98px) {
    .cart-table-qty .dropdown-toggle:after {
        top: 15% !important;
    }
}

.product-detail-top-right .dropdown-toggle.show:after {
    transform: rotate(225deg);
    top: 45%;
}

.cart-table-qty .dropdown-toggle.show:after {
    transform: rotate(225deg);
    top: 40% !important;
}

.cart-table-qty .dropdown-toggle.show,
.product-detail-top-right .dropdown-toggle.show {
    border: 1px solid var(--filtre-input-border);
}

.custom-selector-item {
    min-height: 40px;
    padding: 0 10px;
    display: flex;
    outline: none;
    cursor: pointer;
}

.custom-selector-item:hover {
    background-color: var(--filtre-hover-grey);
}

.custom-selector-item a {
    display: flex;
    text-decoration: none;
    font-size: 14px;
    color: var(--filtre-text-dark);
    align-items: center;
}

.featured-category-pill {
    display: block;
    border: 1px solid var(--filtre-input-border);
    text-decoration: none;
    font-size: 16px;
    color: var(--filtre-red);
    padding: 0.5rem 1.25rem;
    border-radius: 30px;
    width: fit-content;
    text-wrap: nowrap;
    background: var(--bs-body-bg);
}

.featured-category-pill.active {
    background-color: var(--filtre-red);
    color: #ffffff;
}

#featured-categories-wrapper .nav-item {
    padding: 0 !important;
}

.product-reviews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-reviews .rating {
    font-size: 48px;
    line-height: 1.4em;
}
#reviewModal .star,
.product-reviews .star {
    font-size: 1rem;
    border-bottom: gold .7em solid;
}
.customer-rating .star {
    font-size: 0.5rem
}
#reviewModal .star {
    font-size: 1.5rem
}
.product-detail-rating .star {
    font-size: 0.5rem;
    border-bottom: gold .7em solid;
}
.product-detail-rating .star::before,
.product-detail-rating .star::after,
#reviewModal .star::before,
#reviewModal .star::after,
.product-reviews .star::before,
.product-reviews .star::after {
    border-bottom: gold .7em solid;
}
.product-reviews .review-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #D4D8E6;
}
.product-reviews .review-item-icon {
    border: 2px solid var(--filtre-red);
}

.product-item-discount .product-item-title{
    font-weight: bold;
}

.product-item-discount .product-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-item-discount {
    background: var(--filtre-red);
    position: relative;
}

.product-item-discount:hover {
    background: var(--filtre-red);
}

.product-item-discount-inner {
    background: var(--bs-body-bg);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.product-item-image-wrapper {
    width: 104%; /*:)*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    overflow: hidden;
    padding: 30px;
}

.product-item-image-wrapper a {
    width: 100%;
    display: block;
}

.product-item-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.product-item-discount .discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 1rem;
    padding: 2rem 0.5rem;
    background-color: var(--filtre-red);
    color: #ffffff;
    z-index: 10;
    border-radius: 0 0 0 5px;
    max-width: 70px;
}

.product-item-discount-inner .discount-title {
    color: var(--filtre-red);
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    z-index: 10;
    top: 8px;
    left: 24px;
}

/* Ensure images display consistently in both light and dark modes */
[data-theme="dark"] .product-item-image-wrapper,
.product-item-image-wrapper {
    background: #fff;
}

.image-overview-container {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.image-overview-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge, Opera */
}

/* Due to ACI migration */
h4 + br {
    display: none;
}

ul br {
    display: none;
}

/* Description, usage and specification tabs have really wild content, so base on some investigation we come to this conclusion. May be wrong, needs to be removed then. */
.tab-pane:not(#specifikacie) ul + br,
.tab-pane:not(#specifikacie) ul + br + br,
.tab-pane:not(#specifikacie) p + br,
.tab-pane:not(#specifikacie) p + br + br {
  display: none;
}

.vehicle-search {
    display: flex;
    border: 2px solid var(--filtre-red);
    padding: 16px;

}
.vehicle-search h3 {
    color: black;
    font-weight: bold;
}
.vehicle-search .step {
    color: var(--filtre-red);
    font-weight: bold;
    border: 2px solid var(--filtre-red);
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0.5rem auto 0;
    padding: 10px 8px;
    background: var(--bs-body-bg);
    user-select: none;
}

.vehicle-search .vscomp-ele {
    max-width: 90vw !important;
    max-width: -webkit-fill-available;
}
.vehicle-search .vselect {
    position: relative;
}
.vehicle-search .vselect .step {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;

}

.vehicle-search .vscomp-option {
    height: auto !important;
    margin: 8px 0;
    min-height: 30px;
}

.vehicle-search .vscomp-option:first-child {
    /*this fixes dark mode, there was big white gap caused by margn top*/
    margin-top: 0;
}
.product-accessories-item {
    border: 1px solid var(--filtre-red);
}

#userContactNLField, #userContactCRField {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

 .video-item-thumbnail {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%;
     overflow: hidden;
 }

.video-item-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



[data-theme="dark"] img.invert {
    filter: invert(1) brightness(1.2) contrast(0.95);
}
.modal-content {
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
    border: 1px solid var(--filtre-input-border);
    border-radius: 0.5rem;
}

.modal-header {
    border-bottom: 1px solid var(--filtre-input-border);
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}

.modal-title {
    color: var(--filtre-text-dark);
}

.modal-body {
    background-color: var(--bs-body-bg);
    color: var(--filtre-text-dark);
}

.modal-footer {
    border-top: 1px solid var(--filtre-input-border);
    background-color: var(--bs-body-bg);
}

.cart-action-buttons-wrapper {
    display: flex;
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .cart-action-buttons-wrapper {
        flex-direction: column;
        gap: 15px;
    }
}

/* Product Parameters Table */
.product-parameters-table {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 650px;
}

.product-parameters-table .table {
    margin-bottom: 0;
}

.product-parameters-table th {
    font-size: 14px;
    border-top: none;
}

.product-parameters-table td {
    font-size: 14px;
}