body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-notification {
    padding: 10px 0;
}

.top-notification .container {
    overflow: hidden;
}

.top-notification__sliding-text {
    display: inline-block;
    white-space: nowrap;
    animation: slide-left 25s linear infinite;
}

@keyframes slide-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.wishlist-top {
    margin-right: 20px;
}

.wishlist-top > .wishlist-top__toggle > a > i {
    font-size: 28px;
    color: #d71637;
}

.wishlist-top .wishlist-top__toggle {
    cursor: pointer;
    position: relative;
}

#errorModal .errorModalMessage {
    display: flex;
    align-items: center;
    gap: 10px;
}

#errorModal .errorModalMessage i.bi-exclamation-circle {
    font-size: 23px;
    color: red;
}

.wishlist-top > .wishlist-top__toggle > .wishlist-top__toggle__counter {
    position: absolute;
    top: 0;
    left: 20px;
    width: 16px;
    height: 16px;
    background-color: #d71637;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-top > .wishlist-top__toggle > .wishlist-top__toggle__counter > span {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    line-height: 11px;
    position: relative;
    bottom: 1px;
}

#companies-dropdown {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#companies-dropdown:not(.active) {
    display: none;
}


@media (min-width: 1600px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1530px;
    }
}

.signeda-header {
    background-color: #3b3b3b;
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.signeda-header.fixed {
    position: fixed;
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow effect */
}

.signeda-header.hide {
    transform: translateY(-100%);
}

.signeda-header__top-line {
    background-color: #323232;
    width: 100%;
}

.signeda-header__top-line__content {
    height: 40px;
}

.signeda-header__top-line__content__left__navigation {
    margin-right: 35px;
}

.signeda-header__top-line__content__left__navigation, .signeda-header__top-line__content__left__social {
    margin-bottom: 0px;
}

.signeda-header__top-line__content__left__navigation li {
    position: relative;
}

.signeda-header__top-line__content__left__navigation li:not(:last-child) {
    margin-right: 30px;
}

.signeda-header__top-line__content__left__navigation li a {
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 400;
    text-decoration: none;
}

.signeda-header__top-line__content__left__navigation li:after {
    content: '';
    position: absolute;
    top: 3px;
    right: -19px;
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, .1);
}

.signeda-header__top-line__content__left__social {
    position: relative;
    top: 1px;
}

.signeda-header__top-line__content__left__social li:not(:last-child) {
    margin-right: 10px;
}

.signeda-header__top-line__content__left__social li a {
    font-size: 14px;
    color: #a1a1a1;
    text-decoration: none;
}

.signeda-header__top-line__content__right__navigation {
    margin-bottom: 0px;
}

.signeda-header__top-line__content__right__navigation li a {
    font-size: 13px;
    line-height: 13px;
    color: #a1a1a1;
    text-decoration: none;
}

.signeda-header__top-line__content__right__navigation li a.shop-locations i {
    margin-right: 5px;
    font-size: 16px;
}

.signeda-header__middle {
    padding: 30px 0px;
    background-color: #3b3b3b;
}

.signeda-header__middle__content__logo a img {
    width: 260px;
    /*height: 45px;*/
    height: auto;
}

.signeda-header__middle__content__search {
    position: relative;
    margin-left: 130px;
}

.signeda-header__middle__content__search__input {
    position: relative;
}

.signeda-header__middle__content__search__input input {
    height: 45px;
    width: 560px;
    background-color: #fff;
    border-radius: 0px;
    border: 0px;
    outline: none;
    padding: 0px 20px;
    font-size: 14px;
    color: #7d7d7d;
}

.signeda-header__middle__content__search__input button {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 21px;
    color: #a90d29;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: none;
}



.signeda-header__middle__content__search__input .loader {
    position: absolute;
    top: 10px;
    right: 50px;
}

.signeda-header__middle__content__search__dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 101;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 20px;
}

.signeda-header__middle__content__search__dropdown > p {
    margin: 0;
}

.signeda-header__middle__content__search__dropdown:not(.active) {
    display: none;
}

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

.signeda-header__middle__content__search__dropdown ul:not(:last-child) {
    margin-bottom: 15px;
}



.signeda-header__middle__content__search__dropdown ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid #ebebeb;
}

.signeda-header__middle__content__search__dropdown ul li:last-child {
    border-bottom: 0;
}

.signeda-header__middle__content__search__dropdown ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    flex-grow: 1;
}

.signeda-header__middle__content__search__dropdown ul li a i {
    font-size: 16px;
}

.signeda-header__middle__content__search__dropdown ul li a:hover > span {
    text-decoration: underline;
}

.signeda-header__middle__content__search__dropdown ul li a > span > span {
    padding: 0 5px;
    border-radius: 0;
    color: #ffffff;
    background-color: #464646;
    font-size: 12px;
    margin-right: 5px;
    display: inline-flex;
}

.signeda-header__middle__content__search__dropdown h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #363636;
}

.signeda-header__middle__content__account a {
    text-decoration: none;
}

.signeda-header__middle__content__account a > i {
    font-size: 30px;
    color: #d71637;
    position: relative;
    margin-right: 10px;
}

.signeda-header__middle__content__account__display {
    gap: 3px;
    max-width: 120px;
}

.signeda-header__middle__content__account__display span {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}

.signeda-header__middle__content__account__display span.company-name {
    font-size: 12px;
}

.signeda-header__middle__content__account__display span:first-child {
    font-weight: 600;
}

.signeda-header__middle__content__account__display span:not(:first-child) {
    color: #a1a1a1;
}

.signeda-header__bottom {
    height: 66px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    background-color: #ffffff;
}

.signeda-header__bottom__content {
    grid-template-columns: 360px 1fr auto;
    gap: 30px;
}

.signeda-header__bottom__content_menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.signeda-header__bottom__content_menu ul li:not(:last-child) {
    margin-right: 20px !important;
}

.signeda-header__bottom__content_menu ul li a {
    font-size: 15px;
    color: #3b3838;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}

.signeda-header__bottom__content_menu ul li a i {
    color: #acacac;
    margin-right: 10px;
}

.signeda-header__bottom__content_help span {
    font-size: 18px;
    font-weight: 300;
    color: #3b3838;
    margin-right: 15px;
}

.signeda-header__bottom__content_help a {
    font-size: 18px;
    font-weight: 700;
    color: #3b3838;
    text-decoration: none;
}

.signeda-header__bottom__content_help a i {
    color: #a90d29;
    font-size: 21px;
    margin-right: 10px;
}

.signeda-header__middle__content__mobile-toggler {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.signeda-header__middle__content__mobile-toggler #search-toggler i {
    font-size: 24px;
}

.signeda-header__middle__content__mobile-toggler button {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    outline: none;
}

.signeda-header__middle__content__mobile-toggler button i {
    color: #fff;
    font-size: 26px;
}

.signeda-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.signeda-breadcrumb li {
    display: flex;
    align-items: center;
}

.signeda-breadcrumb li:not(:last-child):after {
    content: "\F285";
    font-family: bootstrap-icons !important;
    font-size: 12px;
    position: relative;
    top: 1px;
    margin: 0 5px;
}

.signeda-breadcrumb li, .signeda-breadcrumb li a {
    font-size: 12px;
    color: #464646;
    text-transform: uppercase;
    text-decoration: none;
}

.signeda-pagination {
    margin: 40px 0 20px 0;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.signeda-pagination > li > span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #363636;
}

.signeda-pagination > li > a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #363636;
    text-decoration: none;
}

.signeda-pagination > li.active > span {
    border: 1px solid #a90d29;
}

.signeda-pagination > li.next > a, .signeda-pagination > li.prev > a {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    font-family: 'bootstrap-icons';
}

.modal-body {
    padding: 30px 0;
}

.modal-content {
    border-radius: 0;
    border: 0;
    padding: 0 30px;
}

.modal-dialog {
    max-width: 700px;
}

.modal-header > i.modal-close {
    font-size: 21px;
    line-height: 21px;
    cursor: pointer;
    color: #363636;
}

.modal-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0 20px 0;
}

.modal-header > h4 {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 0;
    text-transform: uppercase;
}

.signeda-header-mobile {
    position: absolute;
    left: 0;
    top: 75px;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
}

body.mobile-menu-active:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .7);
    z-index: 95;
}

body.mobile-menu-active, body.filter-active {
    overflow: hidden;
}

body.filter-active:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, .7);
    z-index: 1000;
}


.signeda-header-mobile__inner > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.signeda-header-mobile__inner > ul > li {
    border-bottom: 1px solid #ebebeb;
    padding: 15px 10px;
}

.signeda-header-mobile__inner > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
    color: #363636;
    text-decoration: none;
    font-weight: 500;
}

.signeda-header-mobile__inner__footer {
    background-color: #f2f2f2;
    padding: 20px;
}

.signeda-header-mobile__inner__footer > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}

.signeda-header-mobile__inner__footer > ul > li > a {
    color: #999999;
    font-size: 18px;
}

.signeda-header-mobile__inner__footer > a {
    color: #363636;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

.signeda-header-mobile__inner__footer > a > i {
    color: #d71637;
    font-size: 21px;
    margin-right: 10px;
}

.signeda-header-mobile:not(.active) {
    display: none;
}

.cartPopupModalProducts {
    padding: 20px 0 0 0;
}

.cartPopupModalProducts__productsCarousel:not(.owl-loaded) {
    opacity: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.cartPopupModalAddedProduct {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
    gap: 20px;
}

.cartPopupModalAddedProduct__productInfo {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cartPopupModalAddedProduct__productInfo > .product-name {
    font-weight: 500;
    color: #363636;
    font-size: 13px;
    line-height: 13px;
}

.cartPopupModalAddedProduct__productInfo > .product-code {
    font-weight: 700;
    color: #a90e29;
    font-size: 15px;
    line-height: 15px;
}

.cartPopupModalAddedProduct__productPrice {
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
    color: #363636;
    line-height: 18px;
}

.cartPopupModalProductsFreeShipping {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #d8f7dc;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.cartPopupModalProductsFreeShipping > i {
    color: #2ecc71;
    font-size: 26px;
    line-height: 26px;
}

.cartPopupModalProductsFreeShipping > span {
    font-size: 14px;
    font-weight: 500;
}

.cartPopupModalProductsFreeShipping > span > span {
    font-weight: 700;
}

.cartPopupModalAddedProduct__productImage {
    width: 100px;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.cartPopupModalAddedProduct__productImage > img {
    max-width: 100%;
}

.cartPopupModalActions {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    border-bottom: 1px solid #ebebeb;
}

.cartPopupModalActions > a.close {
    background-color: #fff;
    border: 2px solid #363636;
    color: #363636;
    font-weight: 600;
    text-decoration: none;
    height: 35px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartPopupModalActions > a.checkout {
    background-color: #a90e29;
    border: 2px solid #a90e29;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    height: 35px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartPopupModalActions > a.checkout:hover {
    background-color: #d71637;
    border: 2px solid #d71637;
}

.cartPopupModalActions > a.close:hover {
    background-color: #363636;
    color: #ffffff;
}

.cartPopupModalProducts__productsCarousel__productItem {
    padding: 20px;
    border: 1px solid #ebebeb;
}

.cartPopupModalProducts__productsCarousel__productItem__productDetails {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.cartPopupModalProducts__productsCarousel__productItem__productDetails > span.product-code {
    font-size: 13px;
    line-height: 16px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cartPopupModalProducts__productsCarousel__productItem__productDetails > span.product-name {
    font-size: 13px;
    color: #363636;
    line-height: 16px;
    margin-bottom: 10px;
}

.cartPopupModalProducts__productsCarousel__productItem__productDetails__productPrice {
    display: flex;
    flex-direction: column;
}

.cartPopupModalProducts__productsCarousel__productItem__productDetails > span.product-price > span {
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    line-height: 20px;
}

.cartPopupModalProducts__productsCarousel__productItem__productDetails > span.product-retail-price {
    font-size: 12px;
    color: #363636;
    font-weight: 700;
    text-decoration: line-through;
    line-height: 12px;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a90e29;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > a > i {
    color: #a90e29;
    font-size: 14px;
    line-height: 14px;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > a:hover {
    background-color: #a90e29;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > a:hover > i {
    color: #fff;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > button {
    height: 30px;
    background-color: #a90e29;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    border: 0;
}

.cartPopupModalProducts > h4 {
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 20px;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > button:hover {
    background-color: #d71637;
}

.cartPopupModalProducts__productsCarousel__productItem__productActions > button > i {
    font-size: 13px;
    line-height: 13px;
    margin-right: 5px;
}

#productWarehousesModal .modal-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    position: relative;
}

#productWarehousesModal .modal-body ul.content-overflow:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

#productWarehousesModal .modal-body ul li {
    font-size: 13px;
}

#productWarehousesModal .modal-body ul li > span {
    font-weight: 700;
}

#productWarehousesModal .modal-body ul li:before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #2ecc71;
    display: inline-flex;
    content: "";
    margin-right: 5px;
}

.sgn-checkbox {
    position: relative;
}

.sgn-checkbox > input[type='checkbox'] {
    display: none;
}

.sgn-checkbox > input[type='checkbox']:checked + label:after {
    content: "\F26E";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 2px;
    top: 2px;
    color: #fff;
}

.sgn-checkbox > label:before {
    width: 18px;
    height: 18px;
    border-radius: 0;
    border: 1px solid #ebebeb;
    content: "";
    background-color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.sgn-checkbox > input[type='checkbox']:checked + label:before {
    background-color: #d71637;
    border-color: #d71637;
}


.signeda-header__middle__content__account {
    margin-left: auto;
    margin-right: 30px;
}

.signeda-header-mobile__inner__user_n_language {
    padding: 15px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f2f2f2;
}

.signeda-header-mobile__inner__user_n_language__user > a {
    font-size: 14px;
    color: #363636;
    text-decoration: none;
}

.signeda-header-mobile__inner__user_n_language__user > a > i {
    font-size: 18px;
    color: #d71637;
    margin-right: 5px;
}

.car-selector-toggle {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 20px;
}

.car-selector-toggle > i {
    font-size: 30px;
    color: #d71637;
    position: relative;
    margin-right: 10px;
}

.car-selector-toggle > span {
    color: #fff;
    font-weight: 500;
}


@media(max-width: 767.5px) {
    .signeda-breadcrumb li:not(:last-child):not(:first-child) {
        display: none;
    }

    .signeda-header__middle__content__search:not(.active) {
        display: none;
    }

    .wishlist-top {
        display: none;
    }
}


@media(min-width: 768px) {
    .signeda-header__middle__content__mobile-toggler {
        display: none !important;
    }
}

@media(min-width: 1200px) {
    .signeda-header__middle__content .signeda-header__bottom__content__categories_tree {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container-sm, .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media(min-width: 1200px) and (max-width: 1399px) {
    .signeda-header__middle__content__search__input input {
        width: 360px;
    }

    .signeda-header__bottom__content_menu ul li a {
        font-size: 13px;
    }

    .signeda-header__bottom__content_help a {
        font-size: 16px;
    }

    .signeda-header__bottom__content_help a i {
        font-size: 18px;
    }
}

@media(max-width: 1399.5px) {
    .signeda-header__bottom__content_help span {
        display: none;
    }
}

@media(max-width: 1199.5px) {
    .wishlist-top {
        order: 3;
    }

    .signeda-header__middle__content__logo {
        order: 1;
    }

    .signeda-header__middle__content__search {
        order: 6;
    }

    .signeda-header__middle__content__garage {
        order: 2;
    }

    .signeda-header__middle__content__account {
        order: 3;
    }

    .signeda-header__middle__content__cart {
        order: 4;
    }

    .signeda-header__middle__content {
        gap: 25px;
    }

    .signeda-header__middle__content__search__input input {
        width: 460px;
    }

    .signeda-header__middle__content .signeda-header__bottom__content__categories_tree {
        order: 5;
        flex-basis: 100%;
    }

    .signeda-header__middle__content .signeda-header__bottom__content__categories_tree button {
        width: 100%;
    }

    .signeda-header__middle__content__search__input input {
        width: 100%;
    }

    .signeda-header__middle__content__search {
        flex-basis: 100%;
        margin-left: 0;
    }

    .signeda-header__middle__content__logo a img {
        max-width: 210px;
    }

    .signeda-header__middle {
        padding: 20px 0;
    }

    .signeda-header__bottom {
        display: none !important;
    }
}

@media(max-width: 991.5px) {
    .signeda-homepage__slider-section__content {
        grid-template-columns: 1fr;
    }

    .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media(max-width: 767.5px) {
    .signeda-header__middle__content__garage {
        display: none !important;
    }

    .signeda-header__middle__content__account {
        display: none !important;
    }

    /*
    .signeda-header__middle__content .signeda-header__bottom__content__categories_tree {
        display: none !important;
    }
     */

    .signeda-header__middle__content .signeda-header__bottom__content__categories_tree {
        flex-basis: 100%;
    }

    .signeda-header__middle__content__logo a img {
        width: 140px;
        height: auto;
    }

    .signeda-header__top-line {
        display: none;
    }

    .signeda-header__bottom {
        display: none !important;
    }

    .signeda-header__middle__content__logo {
        order: 1;
    }

    .signeda-header__middle__content__cart {
        order: 2;
    }

    .signeda-header__middle__content__search {
        order: 3;
        width: 100%;
        flex: auto;
    }

    .signeda-header__middle__content__search__input input {
        width: 100%;
    }

    .signeda-header__middle {
        padding: 20px 0;
    }

    .signeda-header__middle__content {
        gap: 15px;
    }
}

@media(max-width: 575.5px) {
    .cartPopupModalActions {
        flex-direction: column;
    }

    .cartPopupModalActions > a {
        width: 100%;
    }

    .cartPopupModalActions > button {
        width: 100%;
    }

    .cartPopupModalProductsFreeShipping > span {
        line-height: 16px;
    }
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 25px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #929292;
    --_m: conic-gradient(#0000 10%, #000000), linear-gradient(#000000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

#searchOptionModal .modal-body {
    padding: 20px 0;
}

#searchOptionModal .modal-dialog {
    max-width: 320px;
}

.search-option-choose {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.search-option-choose a {
    height: 45px;
    width: 100%;
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    line-height: 45px;
    text-transform: uppercase;
    background: #d71637;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    text-decoration: none;
}

.search-option-choose a:hover {
    color: #fff;
    background: #000000;
}

.search-option-choose a.disabled {
    opacity: .3;
}

#searchOptionModal .modal-body button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
}

#searchOptionModal .modal-close-btn {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
}

.saveCartPopupModal__product {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.saveCartPopupModal__product__image {
    width: 80px;
    height: 80px;
    border: 1px solid #dedede;
    padding: 5px;
}

.saveCartPopupModal__product__image > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.saveCartPopupModal__product__info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.saveCartPopupModal__product__info__product-code, .saveCartPopupModal__product__info__product-quantity {
    color: #6e6e6e;
}

.saveCartPopupModal__product__info__product-code > span {
    font-weight: 600;
    color: #3b3b3b;
}

.saveCartPopupModal__product__info__product-quantity > span {
    font-weight: 600;
    color: #3b3b3b;
}

.saveCartPopupModal__product__info > a {
    color: #3b3b3b;
    text-decoration: underline;
}

.saveCartPopupModal__save-cart-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.saveCartPopupModal__save-cart-form label {
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
}

.saveCartPopupModal__save-cart-form input[type='text'] {
    height: 40px;
    border: 1px solid #dedede;
    border-radius: 0;
    padding: 0 15px;
    line-height: 40px;
    color: #3b3b3b;
    font-size: 14px;
    outline: none;
}

.saveCartPopupModal__subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #3b3b3b;
}

.saveCartPopupModalActions {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #dedede;
}

.saveCartPopupModalActions > a {
    background-color: #a90e29;
    border: 2px solid #a90e29;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    height: 35px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.saveCartSuccessPopupModal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.saveCartSuccessPopupModal__content > i {
    font-size: 60px;
    color: #69d747;
}

.saveCartSuccessPopupModal__content > p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #3b3b3b;
}

.view-saved-cart {
    border: 1px solid #3b3b3b;
    color: #3b3b3b;
    background-color: transparent;
}

.view-saved-cart:hover {
    background-color: #3b3b3b;
    color: #ffffff;
}

.delete-saved-cart {
    border: 1px solid #d71637;
    color: #3b3b3b;
    background-color: transparent;
    margin-left: 10px;
}

.delete-saved-cart:hover {
    color: #ffffff;
    background-color: #d71637;
}

@media(max-width: 767px) {
    #searchOptionModal .modal-body {
        padding: 35px;
    }
}