.header-logo,
.header-cart {
    width: 100%;
}



.dark .slide-menu-static .language-button-area svg {
    filter: invert(1);
}

colgroup {
    width: 100%;
    display: block;
}


.modal .modal-body {
    background-color: #fff;
    color: #000;
    border-radius: 10px !important;
    border: 1px solid #fff !important;
}



.d .dark .content_product .added .btned {
    color: #FDD02D !important;
    border: 1px solid #FDD02D !important;
}

.dark .totals_details svg {
    filter: invert(1);
}

.dark .Buy_now button:first-child svg {
    filter: invert(1);
}

.dark .star_icon svg {
    filter: invert(1);
}

.dark .Livraison-content h2,
.dark .paiements h2 {
    color: #000 !important;
}

.products-section {
    background: var(--background-bg1) !important;
}

.app {
    background: var(--background-bg1) !important;
}

.dark .slide-menu-static .account-area svg {
    filter: invert(1);
}

.dark .slide-menu-static .a-shopping-cart svg {
    filter: invert(1);
}

.dark .added svg {
    filter: invert(1);
}

.dark .cart-badge {
    color: #000 !important;
}

.dark .tickerd {
    background-color: #000 !important;
}

.search-header-bar>* {
    height: 100%;
}

.search-input>div {
    width: 100%;
}

.search-input-icon {
    position: absolute;
    font-size: 22px;
    top: 8px;
    left: 4px;
}


.rtl .search-input-icon {
    left: unset;
    right: 4px;
    top: 9px;
}

.search-input-input {
    padding-left: 30px;
    min-height: 40px;
    max-height: 40px;
    width: 400px;
    max-width: 100%;
}

.rtl .search-input-input {
    padding-left: inherit;
    padding-right: 30px;
}


.icon-shopping_cart_black_36dp-1-1,
.sm-search-icon>span {
    font-size: 32px;
}

.icon-shopping_cart_black_36dp-1-1 .path1:before {
    color: unset;
}

.icon-shopping_cart_black_36dp-1-1 .path2:before {
    color: unset;
    display: none !important;
}

.icon-language_black_24dp .path1:before {
    color: unset;
}

.cart-badge {
    position: absolute;
    right: 20px;
    top: -12px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: var(--background-bg2);
}

.autocomplete {
    width: 100%;
    margin-top: 15px;
}

.rtl .cart-badge {
    right: unset;
    left: -12px;
}

.ic.menu {
    text-align: left;
    position: relative;
    right: -12px;
}

.rtl .ic.menu {
    text-align: right;
    right: unset;
    left: 0px;
}

.ic.menu,
.sm-search-icon {
    margin-right: 0px;
    cursor: pointer;
}

.icon-menu-top {
    margin-right: 0px !important;
}

.rtl .ic.menu,
.sm-search-icon {
    margin-right: unset;
    margin-left: 0px;
}

.rtl .icon-menu-top {
    margin-right: unset !important;
    margin-left: 0px !important;
}

.icon-menu-top>span {
    font-size: 32px;
}

.icon-menu_open_black_24dp-1:before {
    color: unset;
}

body[data-template="home"] {
    .dark .top-level-link:nth-child(1) {
        border-bottom: 1px solid #FDD02D !important;
    }

    .top-level-link:nth-child(1) {
        padding-bottom: 5px !important;
        border-bottom: 1px solid var(--text-color-text2) !important;
    }


}

body[data-template="list_products"] {
    .dark .top-level-link:nth-child(2) {
        border-bottom: 1px solid #FDD02D !important;
    }

    .top-level-link:nth-child(2) {
        padding-bottom: 5px !important;
        border-bottom: 1px solid var(--text-color-text2) !important;
    }


}

body.dark[data-template="home"] {
    .top-level-link:nth-child(1) {
        border-bottom: 1px solid #FDD02D !important;
    }
}

body.dark[data-template="list_products"] {
    .top-level-link:nth-child(2) {
        border-bottom: 1px solid #FDD02D !important;
    }
}

body.dark[data-category-id="1424641"] {
    .top-level-link:nth-child(3) {
        border-bottom: 1px solid #FDD02D !important;
    }
}

body.dark[data-category-id="1425418"] {
    .top-level-link:nth-child(4) {
        border-bottom: 1px solid #FDD02D !important;
    }
}

body.dark[data-category-id="1427519"] {
    .top-level-link:nth-child(5) {
        border-bottom: 1px solid #FDD02D !important;
    }
}

.icon-times2 {
    color: #fff;
}

body[ data-category-id="1424641"] {
    .dark .top-level-link:nth-child(3) {
        border-bottom: 1px solid #FDD02D !important;
    }

    .top-level-link:nth-child(3) {
        padding-bottom: 5px !important;
        border-bottom: 1px solid var(--text-color-text2) !important;
    }


}

body[ data-category-id="1425418"] {

    .dark .top-level-link:nth-child(4) {
        border-bottom: 1px solid #FDD02D !important;
    }

    .top-level-link:nth-child(4) {
        padding-bottom: 5px !important;
        border-bottom: 1px solid var(--text-color-text2) !important;
    }

}


.sm-search-div {
    display: none;
    visibility: hidden;
    position: absolute;
    left: 0;
    padding: 0px 15px 20px 15px;
    width: 100%;
    background-color: var(--background-bg2);
    transform: translateY(-100%);
    transition: all .3s ease;
    z-index: 1;
    max-width: max-content;
}

.sm-search-div.show {
    visibility: visible;
    transform: translateY(0%);
    -webkit-transform: translate3d(0, 0, 0);

}

.footer {
    overflow: hidden !important;
}

.footer .apps-social-icons:nth-child(2) {
    padding-left: 0px;
}

.rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 0px;
    padding-left: 15px;
}

.footer .google-app-stores {
    margin-left: -4px;
    margin-right: -4px;
}

.footer .icons-wrapper {
    padding: 0px;
}

.footer-about-us-links-div {}


.footer-about-us-div {
    padding-right: 20%;
}

.rtl .footer-about-us-div {
    padding-right: unset;
    padding-left: 20%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.main-slider .slick-dots {
    bottom: 12px;
}

.main-slider .slick-dots li button:before {
    font-size: 14px;
}

.features-section-img {
    max-height: 90px;
    max-width: 90px;
}

.slick-next.slick-arrow>span,
.slick-prev.slick-arrow>span {
    color: var(--primary-color);
    font-size: 3.3rem;
}

.category-item a,
.category-item img {
    display: block;
    text-align: center;
    width: 100%;
}

.category-item img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.category-item h3 {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    color: var(--primary-color);
    white-space: break-spaces;
}

.category-page-slider .category-item h3 {
    font-size: 1.2rem;
}

.categories-slider .category-item {
    width: 100%;
    max-width: 200px;
}

.slider-container {
    padding-left: 15px;
    padding-right: 15px;
}

.main-slider .slider-item {}

.section-title {
    padding-left: 0px;
    padding-right: 0px;
}

.products-slider .prod-col,
.categories-slider .cat-col {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: auto;
}

.category-page-slider .categories-slider.s-slider {
    margin-right: 0;
    margin-left: 0;
}

.category-page-slider .home-categories-section .section-title {
    margin-right: 0;
    margin-left: 0;
}

.category-page-slider .products-slider .prod-col,
.categories-slider .cat-col {
    padding-left: 0;
    padding-right: 0;
}

.special.top-level-link {
    width: 100%;
    border: 1px solid var(--text-color-text2);

}

.categories-slider-wrapper,
.products-slider-wrapper,
.testimonials-slider-wrapper,
.partners-slider-wrapper {
    margin-right: 0;
    margin-left: 0;
}

.products-slider-wrapper {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.bundle-offer-products .prod-col {
    width: 20%;
    padding: 15px;
}

.products-list .prod-col {
    width: 100% !important;
    margin: 0 !important;
}

.products-list .prod-col-attr {
    width: 25%;
}

.products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
    justify-content: stretch;
    gap: 20px;
}

.sort-block-width {
    margin-left: 30px;
}

.rtl .sort-block-width {
    margin-left: 0px;
    margin-right: 10px;
}

.select-dropdown .dropdown-item {
    padding: 5px;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.select-dropdown{
    text-align: start;
    border-radius: 6px;
    min-width: 130px;
}
#products-list-filter-form-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl #products-list-filter-form-close {
    right: unset;
    left: 0;
}

.products-pagination {
    margin-bottom: 24px;
    padding: 0 15px;
}

.products-pagination ul {
    padding: 0px;
}

.products-pagination .page-link {
    color: var(--primary-color);
    font-size: 1.2rem;
}

.products-pagination .page-link.active {
    color: #ffffff;
    background-color: var(--primary-color);
}

.rtl .products-pagination .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.rtl .products-pagination .page-item:last-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.products-container .products-list {
    margin-bottom: 64px;
}

.cart-header-total {
    margin-right: 10px;
    font-size: 1.6rem;
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

.rtl .cart-header-total {
    margin-right: unset;
    margin-left: 10px;
}

.form-control {
    border-radius: 3px;
}


.box-1-1 {
    position: relative;
    width: 100%;
}

.box-1-1:before {
    content: "";
    display: block;
    padding-top: 100%;
    /* initial ratio of 1:1*/
}

.box-1-1 .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Other ratios - just apply the desired class to the "box" element */
.box-1-1.ratio2_1:before {
    padding-top: 50%;
}

.box-1-1.ratio1_2:before {
    padding-top: 200%;
}

.box-1-1.ratio4_3:before {
    padding-top: 75%;
}

.box-1-1.ratio16_9:before {
    padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
    padding-top: 42.85%;
}

.product-item-out-of-stock {
    filter: grayscale(1);
}


.sm-search-div .autocomplete-items,
.lg-search-div .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.sm-search-div .autocomplete-items div,
.lg-search-div .autocomplete-items div {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.sm-search-div .autocomplete-items div:hover,
.lg-search-div .autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.sm-search-div .autocomplete-items div a,
.lg-search-div .autocomplete-items div a {
    padding: 10px;
    cursor: pointer;
    color: inherit;
    display: block;
}

.product-crd-spec {
    display: flex;
    align-items: center;
    gap: 3px;
}

.section-product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.products-section {
    margin-bottom: 48px;
}
.sub-menu-head a{
    font-size: 16px !important;
    color: inherit !important;
}
.product-item {
    max-width: 100% !important;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 12px;
    border: 1px solid #C7C7C766;
    height: 100%;
}

.image_mained{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.image_mained .d-flflex {
    height: auto   ;
    display: block;
}

.image_mained .d-flflex .box-1-1 {
    height: 100%;
}

.riyal-svg {
    width: 16px !important;
    height: 16px !important;
}

.product-item img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    padding-bottom: 10px;
    border-radius: 12px;
}

.section_prod {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: var(--text-color-text3);
    margin-top: 0 !important;
    margin-bottom: 24px !important;
    text-align: center;

}

.product-item .product-price {
    font-size: 20px !important;
    line-height: 100% !important;
    font-style: normal !important;
    font-weight: 400;
    margin: 0 !important;
    color: var(--text-color-text3) !important;
}

.product-item .product-prev-price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
}

.gallery-section+.gallery-section {
    padding-top: 0px;
}

.ic-menu-back {
    font-size: 22px;
    margin-right: 0;
    font-weight: bold;
}

.rtl .ic-menu-back {
    margin-right: unset;
    margin-left: 0;
}

@media (max-width: 768px) {


    .sm-search-div {
        max-width: 100% !important;
    }

    .abbslot {
        display: none;
        position: absolute;
    }

    .search-header-bar .header-cart .account-area {
        display: none;
    }

    .footer .apps-social-icons:nth-child(2) {
        padding-left: 15px;
    }

    .rtl .footer .apps-social-icons:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .icons-wrapper {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-about-us-div {
        padding-right: 0;
    }

    .rtl .footer-about-us-div {
        padding-right: unset;
        padding-left: 0;
    }

    .category-page-slider .categories-slider {
        height: 225px;
    }

    .categories-slider .category-item {
        width: 190px;
    }

    .category-page-slider .categories-slider .category-item {
        width: 165px;
    }

    .category-page-slider .categories-slider.s-slider {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .category-page-slider .products-slider .prod-col,
    .categories-slider .cat-col {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .products-slider .prod-col,
    .categories-slider .cat-col,
    .testimonials-slider .testimonials-customer-card,
    .partners-slider .partners-item {
        display: inline-block;
        vertical-align: top;
    }

    .partners-slider .partners-item {
        vertical-align: middle;
    }

    .categories-slider,
    .products-slider,
    .testimonials-slider,
    .partners-slider {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }


    .testimonials-slider::-webkit-scrollbar {
        width: 0 !important
    }


    .categories-slider-wrapper,
    .products-slider-wrapper,
    .testimonials-slider-wrapper,
    .partners-slider-wrapper {
        overflow-x: hidden;
        margin-right: 0px;
        margin-left: 0px;
    }

    .slider-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-slider,
    .main-slider .slider-item {}

    .main-slider .slick-dots li button:before {
        font-size: 10px;
    }


    .main-slider .slick-dots {
        bottom: 4px;
    }

    .section-title {
        padding-right: 15px;
        padding-left: 15px;
    }

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        margin: 0 auto;
        width: auto;
    }

    .products-list .prod-col,
    .products-list .prod-col-attr {
        width: 50%;
    }


    .products-list .prod-col .product-item {
        width: 100%;
    }

    .sm-search-div {
        display: block;
    }

    .icon-shopping_cart_black_36dp-1-1,
    .sm-search-icon>span {
        font-size: 28px;
    }

    .icon-menu-top {
        width: 32px;
    }

}


.btn:focus,
.btn:active,
.page-link:focus,
.page-link:active {
    outline: none !important;
    box-shadow: none;
}

.gift-popover-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 115px;
    height: 140px;
    background-color: var(--background-bg2);
    color: #fff;

    max-width: 100%;
}

.gift-popover-body .round {
    width: 90%;
}

.no-border {
    background-color: var(--background-bg1);
    color: var(--text-color-text3);
}

.popover {
    top: 40px;
}

.popover .arrow {
    top: -0.5rem;
    left: 5px;
}

.popover .arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.popover .arrow ::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.btn-product-card-out-of-stock {
    width: max-content;
}

.add-to-wishlist {
    position: absolute;
    right: 0;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 40px;
    height: 35px;
    cursor: pointer;
    border-radius: 5px;
    background-color: #fff;
}

.rtl .add-to-wishlist {
    right: 8px;
    left: unset;
}

.descriptiontitle {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--text-color-text3);
}

.payment_widgets:empty {
    display: none;
    position: absolute;
}

.payment_widgets:has(:not(*)) {
    display: none;
}

.card-faq_h2 {
    text-align: center;
}

.icon-heart-mask {
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: var(--heart-outlined-icon);
    background-color: #000 !important;
}

.dark .icon-heart-mask {

    background-color: #fff !important;
}

.icon-heart-mask.filled {
    mask-image: var(--heart-filled-icon);
    background-color: var(--primary_color, #D86F6F);
}

.mb {
    margin-bottom: 48px;
}

.content_video {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    bottom: 32px !important;
    padding: 10px;
}

.icon_heart {
    cursor: pointer;
}

.video-image {
    position: relative;
    overflow: hidden;
    max-height: 90vh;
}

.content_video h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    color: var(--bg-color-text3);
    text-align: center;
    margin: 0 !important;
}

.content_video p {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    color: var(--bg-color-text3);
    text-align: center;
    margin: 0 !important;
}

.btoned {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    background: var(--background-bg1) !important;
    color: var(--text-color-text3) !important;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    border: 0 !important;
    cursor: pointer;
    margin: 0 !important;
}

.topics h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    color: var(--text-color-text3);
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
}

.main-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-images {
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.content_image {
    position: absolute;
    height: auto;
    width: auto;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: start;
    gap: 12px;
    bottom: 24px !important;
    right: 32px;
    padding: 10px;
    color: #fff;

}

.content_image h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    color: var(--bg-color-text3);
    text-align: start;
    margin: 0 !important;
}

.content_image p {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    color: var(--bg-color-text3);
    text-align: start;
    margin: 0 !important;
}

.main-banar {
    position: relative;
    overflow: hidden;
    margin-bottom: 52px;
}

.main-banar img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content_banar {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    position: absolute;
    right: 32px;
    gap: 12px;
    padding: 10px;
    bottom: 24px;
    width: auto;
    height: auto;
}

.main-banar a {
    display: block;
}

.main-banar h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    font-style: normal;
    margin: 0 !important;
    color: var(--bg-color-text3);
    text-align: start;
}

.main-banar p {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    margin: 0 !important;
    color: var(--bg-color-text3);
    text-align: start;
}

.content_product .added {
    width: 100%;
}

.content_product .added .btned {
    border-radius: 12px;
    font-size: 20px;
    filter: unset !important;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    text-align: center;
    color: var(--text-color-text3) !important;
    background: var(--background-bg1) !important;
    padding: 12px;
    border: 1px solid var(--text-color-text3) !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1905px;
}

.product-item .product-title {
    color: unset !important;
    font-size: unset !important;
    white-space: unset !important;
    min-height: unset !important;
}

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

.product-item .product-title>span {
    height: unset !important;
    color: var(--text-color-text3) !important;
    font-size: 20px !important;
    line-height: 140%;
    font-weight: 400 !important;
    text-align: center;
}

.prod-col {
    margin: 0 32px !important;
    height: auto !important;
}
.slick-track {
    display: flex !important;
    align-items: stretch !important;
    justify-content: stretch !important;
}

.text-title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: var(--text-color-text3);
    margin-bottom: 24px;
    white-space: wrap;
    white-space: pre-wrap
}

.content_footer {
    display: grid;
    grid-template-columns: repeat(4, 17%);
    justify-content: space-between;
    align-items: flex-start;
}

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

.about_ecommerce img {
    width: auto;
    height: 75px;
}

.about_ecommerce p {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    color: var(--text-color-text3);
    text-align: center;
    margin: 0 !important;
    opacity: 0.8;
}
.MuiSvgIcon-root{
    color: #fff !important;
}
.product-images-carousel{
    .slick-dots{
        height: auto !important; 
        bottom: 0 !important;
    }
    .slick-dots li{
        height: 20px !important;
    }
    .slick-dots li button {
        height: 20px !important;
    }
}
.dark .about_ecommerce p {
    color: #fff;
}
.cart-empty{
    min-height: 100vh;
}

.store-section .social-icons {
    margin: 0 !important;
    padding: 0 !important;
    gap: 25px;
    align-items: end;

}

.store-section .social-icons a {
    margin: 0 !important;
    padding: 0 !important;
}

.Quick_links {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 12px;
}

.Quick_links h2 {
    margin: 0 !important;
    margin-bottom: 4px !important;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    color: var(--text-color-text3) !important;
    text-align: start;
}

.dark .Quick_links h2 {
    color: #fff !important;
}

.Quick_links a,
.location h2 {
    display: block;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    color: var(--text-color-text3) !important;
    text-align: start;
    opacity: 0.7;
}

.dark.Quick_links a,
.dark .location h2 {
    color: #fff !important;

}

.location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.footer-theme-text-for-primary-bg {
    color: var(--text-color-text3) !important;
}

.dark .footer-theme-text-for-primary-bg {
    color: #fff !important;
}

.footer-theme-text-for-primary-bg svg {
    filter: invert(1);
}

.dark .footer-theme-text-for-primary-bg svg {
    filter: unset;
}

.dark .footer-theme-bg-primary {
    background-color: var(--background-bg1) !important;
}

.footer-theme-bg-primary {
    background-color: var(--background-bg1) !important;
    padding: 48px 100px;
}

.all_footer {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;

}

.end_footer {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.vat-crn-sections {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.maroof-icon img {
    width: 74px;
    height: 74px;
}

.Quick_links .cont .location:nth-child(3) svg {
    scale: 1.5;
}

.nav-mobile {
    display: none;
}

.sm-search-div {
    display: flex !important;
}

.icon-excit {

    width: auto;
    height: auto;
    z-index: 999999999;
    display: flex;
    justify-content: end;
}

.currency-button-area,
.language-button-area {
    all: unset !important;
}

.ic.menu,
.sm-search-icon {
    margin: 0 !important;
}

.language-currency,
.account-btn {
    background-color: transparent !important;
    border: unset !important;
    box-sizing: border-box;
    border-radius: unset !important;
    color: inherit;
    min-width: unset !important;
    padding: unset !important;
}


.header-theme-bg-primary {
    background-color: var(--background-bg1) !important;
}

.dark .header-theme-bg-primary {
    background-color: var(--background-bg1) !important;
}

.header-cart svg {
    filter: invert(1) !important;
}

.dark .header-cart svg {
    filter: unset !important;
}

ul.main-nav>li>a,
.item-all-categories a {
    color: var(--text-color-text3) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.dark ul.main-nav>li>a,
.dark .item-all-categories a {
    color: #fff !important;
}

.main-nav {
    gap: 20px !important;
    justify-content: flex-start !important;
}

.c-btn.language-btn {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.loged .image_lodd2 {
    display: none;
}

.dark .loged .image_lodd2 {
    display: block;
}

.dark .loged .image_lodd1 {
    display: none;
}

.language-btn img {
    margin-bottom: 0 !important;
}

.search-header-bar .tetx-header {
    width: 100% !important;
}

.search-header-bar .logo-header {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    height: 75px;
}

.search-header-bar .header-cart {
    width: 100% !important;
}

.header-cart {
    gap: 16px;
}

ul.main-nav>li:hover,
.item-all-categories {
    background-color: transparent;
    color: inherit !important;
}

ul.main-nav>li:hover>a,
.item-all-categories>a {
    color: var(--text-color-text3) !important;
}
.products-details-page .lg-thumbs a {
    border-radius: 10px !important;
    overflow: hidden !important;
}

.products-details-page #product-images-slick img {
    object-fit: cover !important;
    border-radius: 10px !important;
}

.category-page-slider .category-item h3 {
    font-size: 15px !important;
    color: #000 !important;
}

.dark .category-page-slider .category-item h3 {
    color: #fff !important;
}

.app-content-padded {
    padding-top: unset !important;
}

.tickers {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    min-width: 100%;
    animation: 50s linear infinite tickerMove;
    animation-direction: reverse;
    user-select: none;
    white-space: nowrap;
    padding: 0;
}

.Quick_links h2 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.content_ticker img {
    width: auto;
    height: 20px;
}

.content_ticker h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
}

.content_ticker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tickerd:hover .tickers {
    animation-play-state: paused;
}


@keyframes tickerMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 10px));
    }
}


.ticker-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 10px;
    overflow: hidden;
    height: 100%;

}

.tickerd {
    background-color: var(--background-bg2);
    position: relative;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
    direction: ltr;
}

.modal-footer-container #save-btn {
    width: 100%;
    color: #fff !important;
    background: var(--text-color-text3);
    font-size: 18px !important;
    height: auto;
    border-radius: 8px;
    padding: 6px 24px;
}















.modal.show .modal-dialog {
    transform: scale(1);
}

.modal-content {
    border-radius: 10px !important;
}

#products-list-filter-form-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    filter: brightness(0.1);
}

.rtl #products-list-filter-form-close {
    right: unset;
    left: 0;
}

.form-products-filter .text-color-primary {
    font-size: 15px;
    line-height: 140%;
    text-align: start;
    font-weight: 600 !important;
    padding-bottom: 8px;
    color: var(--text-color-text3) !important;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.filter-block-width .form-control {
    font-size: 15px;
    text-align: start;
    border-radius: 12px;
    border: 1px solid var(--background-bg2);
}

.custom-checkbox-label {
    font-size: 15px !important;
}

#products-list-filter-form-clear {
    color: #fff !important;
    background: #b65047 !important;
}

.filtered {
    font-size: 18px;
    line-height: 100%;
    color: var(--text-color-text3);
    font-weight: 400;
}

#products-list-filter-form-clear,
#products-list-filter-form-save {
    width: 100%;
    background-color: var(--background-bg2) !important;
    border: 0 !important;
    padding: 7px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 13px !important;
}

#products-list-filter-form-save {
    color: #fff !important;
}

svg {
    vertical-align: middle;
}

.btn-filter {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border-radius: 0 !important;
    color: var(--text-color-text3) !important;
}

.products-filter {
    font-size: unset !important;
    margin-bottom: 50px !important;
}

.products-container {
    padding-top: 50px !important;
}

.menu-header-theme-bg-primary-brightness-100 {
    display: none !important;
}

.rowed {
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
    gap: 20px;
}

.details-topic {
    font-size: 23px;
    font-weight: 500;
    margin: 0 !important;
    line-height: 140%;
    color: var(--text-color-text3);
    max-width: 85%;
}

.col-product-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: max-content;
    position: sticky;
    top: 12%;
}

.text-short-description * {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 140%;
    color: var(--text-color-text3);
    margin-bottom: 0 !important;

}

.product-features>div:empty {
    display: none;
}

.product-features {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}

.d-flexed {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0 !important;

}

.d-flexed .product_formatted-price {
    font-size: 25px;
    font-weight: 400;
    line-height: 100%;
    color: var(--text-color-text3);
    margin-bottom: 0 !important;
    letter-spacing: -1px;

}

.d-flexed .offer_price {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 100%;
    text-decoration: line-through !important;
    letter-spacing: -1px;
    color: var(--text-color-text3);
    margin-bottom: 0 !important;
}

.select-quantity-div>div.form-group {
    width: auto !important;
    margin-bottom: 0 !important;
}

.custom-quantity-wrapper button,
.custom-quantity-wrapper input {
    border: 0 !important;
}

.qty-input,
.custom-quantity-wrapper,
.decrease,
.increase {
    display: flex;
    text-align: center;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    border-radius: 0px;
    border: 1px solid var(--text-color-text3);
    padding: 2px;
    font-weight: 500;
    vertical-align: baseline;
    cursor: pointer;
    border-radius: 10px;
    background: var(--background-bg1);
}

#related-products .prod-col {
    margin: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

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

.qty-input>button {
    all: unset;
}

.product-qty {
    position: unset;
    text-size-adjust: unset;
    appearance: unset;
    color: var(--text-color-text3) !important;
    font-kerning: unset;
    font-size: 18px;
    font-weight: 500;
    border: 0 !important;
    max-width: 50px;
    text-align: center;
    background: var(--background-bg1) !important;
}

.products-details .title-name {
    padding: 0 !important;
    margin: 0 !important;
    color: var(--text-color-text3) !important;
    text-align: start;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.select-quantity-div {
    margin-bottom: 12px !important;
}

.select-quantity-div>div.form-group>div:after {
    display: none !important;
}

.totals_details .description_title {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid var(--text-color-text3) !important;
    padding-bottom: 5px !important;
}
.tabs-2 button:empty {
    display: none !important;
}

.totals_details .description_title {
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 5px !important;
    color: var(--text-color-text3) !important;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;

}

.totals_details .description_title .description-title {
    padding: 0 !important;
    margin: 0 !important;
    color: var(--text-color-text3) !important;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 5px !important;

}

.totals_details button {
    width: 100%;
    border: 0 !important;
    color: var(--text-color-text3) !important;
    background-color: var(--background-bg1) !important;
    background: var(--background-bg1) !important;
    font-size: 20px;
    font-weight: 500;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    filter: unset !important;
}

.Buy_now {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.Buy_now .Buy-now {
    color: #fff !important;
    background: var(--background-bg2) !important;
    border: 1px solid var(--background-bg2) !important;
}

#locale-selector-modal .dropdown-btn {
    background-color: #fff !important;
    border: 1px solid #ebebeb !important;
    text-align: start !important;
    color: #000 !important;
}

#locale-selector-modal .modal-content {
    border: unset !important;
}

.Buy_now button,
.Buy_now a {
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
    color: var(--text-color-text3) !important;
    background: var(--background-bg1) !important;
    border: 1px solid var(--text-color-text3) !important;
    border-radius: 12px !important;
    padding: 16px !important;
    outline: unset !important;
    height: unset !important;
    box-shadow: unset !important;
    filter: unset !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row-reverse;
    gap: 8px;
    width: 100%;
}

.content_info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: start;
    flex-direction: column;
    position: relative;
}

.content_info .product-features {
    position: absolute;
    top: 0;
    left: 0;
}

.star_icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
}

.star_icon .product-card-rating-count {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color-text3) !important;
    opacity: 1;
}

.payment_widgets:empty {
    display: none !important;
}

.div-product-weight {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
}

.product-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 100%;
    margin: 0 !important;
    color: var(--text-color-text3) !important;
}

.select-quantity-div .product-title {
    margin-bottom: 12px !important;
}

.product-weight {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.7;
    margin: 0 !important;
    color: var(--text-color-text3) !important;
}

.description_paragrah * {
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 !important;
    padding: 10px;
    opacity: 0.7;
    color: var(--text-color-text3) !important;
}

.totals_details button:has([aria-expanded="true"]) {
    svg {
        display: none;
    }

}

.product-images-carousel {
    height: auto;
}

.product-images-carousel * {
    height: 100% !important;
}


.reviews-break-down-div.description-paragrah {
    margin: 0 !important;
}

.card_card {
    padding: 20px !important;
}

.card-faq button,
.review_details a {
    padding: 10px !important;
    border: 1px solid var(--text-color-text2) !important;
    color: var(--text-color-text3) !important;
    border-radius: 12px !important;
    background-color: transparent !important;
    font-size: 20px;
    margin: 0 !important;
    width: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.average_card-rate {
    display: flex;
    align-items: center;
    gap: 5px;
}

.average_card-rate .card-rate span {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px;
}

.dark .comment-section .card-review {
    border: 1px soldi #fff;
}

.average_card-rate .rating-average {
    font-size: 20px !important;
    min-width: auto;
    margin: 0px;
}

.d-flexalign h6 {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color-text3);
    margin: 0 !important;
    padding: 0 !important;
}

.card-name-customer {
    font-weight: 500;
    font-size: 20px !important;
    color: var(--text-color-text3) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.user-review-text {
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color-text3) !important;
    opacity: 0.7;
    margin: 0 !important;
    padding: 0 !important;
}

.review_details {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
}

.d-flexalign {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px !important;
}

.user-review-date {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--text-color-text3);
    opacity: 0.8;
}

#collapseReviews .card_card .review-details {
    display: grid;
    grid-template-columns: 20% 69%;
    align-items: center;
}

.card-faq {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 5px;
    width: 65%;
}

.card-faq .review-details {
    width: 100%;
}

.card-faq button {
    max-width: max-content;
    margin: unset !important;
}

.rating_count_5,
.rating_count_4,
.rating_count_3,
.rating_count_2,
.rating_count_1 {
    width: auto !important;
}

.row.card-rate {
    flex-direction: row-reverse !important;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.row.card-rate span:nth-child(3) {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: var(--text-color-text3);
    min-width: 65px !important;


}

.paiement_livraison {
    display: grid;
    gap: 20px;
}

.added img {
    width: 15px !important;
    height: 15px !important;
}

.d-flexED {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    justify-content: start;
}

.Livraison-svg,
.paiemen-svg {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color-text3);
}

.Livraison,
.paiements {
    padding: 8px;
    border-radius: 16px;
    border: 1px solid var(--text-color-text3);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;

}

.Livraison-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.Livraison-content img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.Livraison-content h2,
.paiements h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--text-color-text3);
}



.prefix:empty {
    display: none;

}

.cart-product-delete .icon-delete {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
    padding: 0 !important;
    margin: 0 !important;
    padding: 4px 8px !important;
    border: 1px solid var(--text-color-text3);
    width: auto !important;
    border-radius: 8px;

}

.cart-product-row-wrapper.cart-totals-row-wrapper {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: space-between;
}

.cart-product-row-wrapper.cart-totals-row-wrapper:has(.flex_grow, .flex_shrink) {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.8;
    color: var(--text-color-text3) !important;
}


.icon-shopping_cart_black_36dp-1-1 .path1:before {
    content: url("data:image/svg+xml;utf8,<svg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M66.6666 133.333L139.334 127.278C162.071 125.383 167.176 120.417 169.695 97.7406L175 50' stroke='black' stroke-width='1.5' stroke-linecap='round'/><path d='M50 50L66.6667 50M183.333 50L154.167 50' stroke='black' stroke-width='1.5' stroke-linecap='round'/><path d='M87.5 25L112.5 50M112.5 50L137.5 75M112.5 50L87.5 75M112.5 50L137.5 25' stroke='black' stroke-width='1.5' stroke-linecap='round'/><ellipse cx='50' cy='166.667' rx='16.6667' ry='16.6667' stroke='black' stroke-width='1.5'/><circle cx='141.667' cy='166.667' r='16.6667' stroke='black' stroke-width='1.5'/><path d='M66.6667 166.667L125 166.667' stroke='black' stroke-width='1.5' stroke-linecap='round'/><path d='M16.6666 16.6665H24.7166C32.589 16.6665 39.4511 21.8715 41.3604 29.2909L66.1543 125.637C67.4072 130.506 66.335 135.664 63.2353 139.679L55.2677 150' stroke='black' stroke-width='1.5' stroke-linecap='round'/></svg>");
    display: inline-block;
}


.payments_icons {
    width: 100%;
    height: 100%;
    display: none !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.steps {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.steps h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-text3);
    margin: 0 !important;
    padding: 0 !important;
}

.cart-products-with-totals {
    display: grid;
    grid-template-columns: 70% 25%;
    align-items: flex-start;
    justify-content: space-between;
    gap: 56px;
}

.cart-product-row-wrapper.cart-totals-row-wrapper .flex_grow {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 400;
    font-size: 18px;
    color: var(--text-color-text3);
}

.icon-delete:before,
.icon-delete::after {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color-text3);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 8px !important;
}

.cart-product-row-wrapper {
    border: 0 !important;

}

.cart-product-row {
    display: grid !important;
    grid-template-columns: 70px 1fr auto;
    grid-template-areas:
        "img title delete"
        "img price delete"
        "img qty delete";
    gap: 10px;
    align-items: center;
    padding: 20px !important;
    margin: 0 !important;
    row-gap: 12px !important;
}

.cart-product-col-img {
    grid-area: img !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}

.cart-product-col-details {
    grid-area: title !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.cart-product-prices {
    grid-area: price !important;
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cart-totals-div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-totals-div .flex_shrink,
.cart-totals-div .flex_grow {
    color: var(--text-color-text3) !important;
}

.cart-product-prices .totals {
    font-size: 18px !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--text-color-text3) !important;
}

.cart-product-prices .cart-product-price-each.d-block {
    display: none !important;
}

.cart-products-action {
    grid-area: qty !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.cart-product-delete {
    grid-area: delete !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    width: 100%;
}

.cart-product-col-details h1 {
    font-size: 16px;
    margin: 0;
}

.product-title-row {
    all: unset !important;

}

.product-title-row h1 {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 100%;
    color: var(--text-color-text3);
}

.comment-section {
    height: 100%;
}

.cart-products-action select {
    padding: 0 !important;
    min-width: auto !important;
}

.breadcrumb-item.active {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color-text3);
}

.breadcrumb {
    padding: 20px 0px !important;
    margin-bottom: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.breadcrumb-section {
    background-color: transparent !important;
}

.Total_summary .section-title {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color-text3);
    border-bottom: 1px solid #00000069;
    margin: 0 !important;
    padding-bottom: 12px;
}

.Total_summary .control_send {
    display: grid;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
    grid-template-columns: 72% 25%;
}

.Total_summary .control_send .send-coupon {
    padding: 12px !important;
    border-radius: 8px;
    border: 1px solid var(--text-color-text3);
}

.Total_summary .control_send .btn-primary {
    padding: 12px !important;
    border-radius: 8px;
    color: #fff;
    background-color: var(--background-bg2);
    border: 1px solid var(--background-bg2);
    font-size: 16px;
    font-weight: 400;
    margin: 0 !important;
    min-width: 100%;
    width: 100% !important;
    height: 100%;
    line-height: 50%;
}

.Order_completion a {
    padding: 12px !important;
    border-radius: 8px;
    color: #fff !important;
    background-color: var(--background-bg2) !important;
    border: 1px solid var(--background-bg2) !important;
    font-size: 20px;
    font-weight: 400;
    margin: 0 !important;
}

.gift-card-toggle-btn,
.outline_btn a {
    padding: 12px !important;
    border-radius: 8px;
    color: var(--text-color-text3) !important;
    background-color: transparent !important;
    border: 1px solid var(--background-bg2) !important;
    font-size: 20px;
    font-weight: 400;
    margin: 0 !important;
}

.MuiButtonBase-root {
    width: 100%;
    padding: 12px !important;
    border-radius: 8px;
    color: #fff !important;
    background-color: var(--background-bg2) !important;
    border: 1px solid var(--background-bg2) !important;
    font-size: 20px;
    font-weight: 400;
    margin: 0 !important;
}

.bton-empty a {
    font-size: 24px;
    font-weight: 400;
    padding: 12px !important;
    border-radius: 12px;
    color: #fff !important;
    background-color: var(--background-bg2) !important;
    border: 1px solid var(--background-bg2) !important;

}

.product-metafields-table .meta-key {
    display: none !important;

}

.product-metafields-table tbody {
    border: 0 !important;
    width: 100%;
    vertical-align: unset;
    unicode-bidi: unset;
    border-color: unset !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    row-gap: 12px;

}

.product-metafields-table tbody p {
    display: none !important;
}

.product-metafields-table tr {
    border: 0 !important;
    width: 100%;
    display: flex;
    vertical-align: unset;
    unicode-bidi: unset;
    border-color: unset !important;
    height: 100% !important;
}

.MuiButtonBase-root:has(.css-a1mlyn) {
    width: auto !important;
    height: auto !important;
}

.payment_widgets:empty {
    position: absolute;
    display: none;
}

.product-metafields-table .meta-value table tbody tr td:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color-text3);
    opacity: 1;


}

.product-metafields-table .meta-value table tbody tr td:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color-text3);
    opacity: 0.7;
}

.product-metafields-table table {
    border-collapse: unset !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    min-width: max-content !important;
    border-color: unset !important;
}

.product-metafields-table td {
    border-collapse: unset;
    width: auto !important;
    display: block !important;
    height: 100%;
    border: 0 !important;
    border-color: unset !important;
}

.cont {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-toggle-icon {
    display: none;
}

.svged1 {
    display: block;
    transition-delay: 0.1s;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: var(--text-color-text3) !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.svged2 {
    display: none;
}

.totals_details button[aria-expanded="true"] {
    .svged1 {
        display: none;
    }

    .svged2 {
        display: block;
        transition-delay: 0.1s;
    }
}

.slide-menu-static .language-btn .px-2,
.slide-menu-static .ces,
.slide-menu-static .account-area button {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color-text3) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.custom-quantity-wrapper {
    padding: 3px !important;
}

.vat-crn-sections {
    flex-direction: column !important;
}

.dark .cart-empty svg {
    filter: invert(1);
}

.badge-name {
    background: #000 !important;
    border-color: #000 !important;
    left: 10px !important;
    right: unset !important;
    color: #fff !important;
    white-space: pre-wrap !important;
    z-index: 2 !important;
}

.dark .badge-name {
    background: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}

.badge-name svg {
    display: none !important;
}

.dark_svg {
    display: none;
}

.dark .dark_svg {
    display: unset;
}

.dark .dark_svg2 {
    display: none;
}

.buy_2 {
    display: none;
}

.dark .buy_2 {
    display: unset;
}

.dark .buy_1 {
    display: none;
}

.language_area {
    font-size: 20px;
}
/* تصميم القسم العام */
.faq-section {
    padding: 20px 0;
}

.faq-grid {
    display: grid;
    gap: 15px;
}

/* تصميم عنصر السؤال الواحد */
.questions_div {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.questions_div:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* تصميم رأس السؤال (القابل للنقر) */
.question_icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s;
}

.questions_div.active .question_icons {
    background-color: #e0e0e0;
}

/* تصميم رقم السؤال */
.question_icons .question_right span {
    font-size: 1.2em;
    font-weight: bold;
    color: #007bff; /* لون مميز للرقم */
    margin-left: 10px;
}

/* تصميم عنوان السؤال */
.question_icons h1 {
    flex-grow: 1;
    margin: 0 15px;
    font-size: 1.1em;
    font-weight: bold;
}

/* تصميم الأيقونة (سهم Font Awesome) */
.question_icons i {
    transition: transform 0.3s ease-in-out;
    font-size: 1.2em;
    color: #007bff;
}

/* تدوير الأيقونة عند فتح السؤال */
.questions_div.active .question_icons i {
    transform: rotate(180deg);
}

/* تصميم الإجابة (محتوى الأكورديون) */
.answeer_div {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    background-color: #fff;
    line-height: 1.6;
}

/* إظهار الإجابة عند تفعيل حالة active */
.questions_div.active .answeer_div {
    max-height: 500px; /* قيمة كبيرة لضمان ظهور المحتوى */
    padding: 15px 20px;
    border-top: 1px solid #eee;
}
.faqs-title {
    color: #000 !important;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400 !important;
}
.top-level-link {
    position: relative !important;

}
.sub-menu-block {
    padding: 10px !important;
    filter: unset !important;
    background: #fff !important;
    top: 100% !important;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.language-btn, .currency-btn {
    color: var(--text-color-text3) !important;
}
.card-body.text-justify{
    font-size: 15px !important;
    font-weight: 400 !important;
}
.faqsed{
    padding-bottom: 5px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #000;
}
.faqsed:last-child{
    border-bottom: unset !important;
}
    .secon-title {
        font-size: 20px;
        font-weight: 500;
        color: #000;
        padding: 0 !important;
        margin-bottom: 10px !important;
    }
    .slide-menu .logo-header a{
        height: 60px !important;
    }
    .slide-menu__submenu--active{
        width: 100% !important;
        min-width: 150px !important;
    }
    .kit-container{
        .css-d4wslg{
            background-color: #fff !important;
            padding: 5px !important;
        }
        .MuiButtonBase-root.css-d4wslg > svg {
            fill: #000 !important;
        }
        .MuiButtonBase-root.Mui-checked.css-d4wslg > svg{
            fill: green !important;
        }

        .MuiButtonBase-root{
          color: #fff !important;
            border: unset !important;
        }
        .css-1w01job p{
            color: #000 !important;
        }
    }
    .css-17hnuig {
        width: 50px !important;
        height: 50px !important;
        border-radius: 8px !important;
        overflow: hidden !important;
        
    }
    .css-1di3uth.Mui-expanded {
        min-height: 50px !important;
    }
    .css-1di3uth .MuiAccordionSummary-content, .css-1di3uth .MuiAccordionSummary-content.Mui-expanded {
        padding-top: 0 !important;
        padding-bottom: 0 !important    ;
    }
    .css-y9gnk6{
        padding: 5px !important;
        gap: 5px !important;
    }
    
    .MsoNormal *{
        font-size: 15px !important;
        font-weight: 400 !important;
        font-family: inherit !important;
    }
@media (max-width:1600px) {
    .custom-quantity-wrapper svg {
        display: inline-block;
        width: 24px;
        height: 24px;
    }

    .cart-products-with-totals {
        grid-template-columns: 69% 25%;
    }

    .tickers.clone {
        right: 130%;
    }

    .Total_summary .control_send {
        grid-template-columns: 71% 25%;
    }

    .prod-col {
        margin: 0px 15px !important;
    }
}

@media (max-width:1400px) {
    .content_footer {
        grid-template-columns: 27% 15% 16% 27%;
    }

    .rowed {
        grid-template-columns: 54% 44%;
    }

    .Livraison-svg,
    .paiemen-svg {
        font-size: 19px;
    }

    .cart-product-row-wrapper.cart-totals-row-wrapper .flex_grow {
        font-size: 17px;
    }

    .cart-product-row-wrapper.cart-totals-row-wrapper:has(.flex_grow, .flex_shrink) {

        font-size: 17px;
    }

    .gift-card-toggle-btn,
    .outline_btn a {
        padding: 10px !important;
        font-size: 19px;
    }

    .Order_completion a {
        padding: 10px !important;
        font-size: 19px;
    }

    .cart-products-with-totals {
        grid-template-columns: 66% 30%;
        gap: 30px;
    }

    .tickers.clone {
        right: 153%;
    }

    ul.main-nav>li>a,
    .item-all-categories a {
        font-size: 16px !important;
    }

    .main-nav {
        gap: 15px !important;
    }

    .container-fluid {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (max-width:1200px) {
    .products-details-page .lg-thumbs {
        margin-bottom: 5px !important;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 5px !important  ;
    }
    .descriptiontitle{
        font-size: 24px ;
    }
    .col-product-info{
        position: unset !important;
        top: unset !important;
        padding-top: 10px !important;
        height: auto !important;
    }
    .text-title h2 {
        font-size: 21px;
    }

    .main-nav {
        gap: 5px !important;
    }

    .container-fluid {
        padding-left: 65px;
        padding-right: 65px;
    }

    .card-faq {
        width: 100%;
    }

    .card-faq .review-details {
        width: 100%;
    }

    .card_card {
        padding: 15px !important;
    }

    #collapseReviews .card_card .review-details {
        grid-template-columns: 30% 69%;
    }

    .maroof-icon img {
        width: 60px;
        height: 60px;
    }

    .Quick_links a,
    .location h2 {
        font-size: 17px;
    }

    .image_mained .d-flflex {

        margin-bottom: 12px;
    }

    .about_ecommerce p {
        font-size: 17px;
    }

    .Quick_links h2 {
        font-size: 20px;
    }

    .footer-theme-bg-primary {
        padding: 45px 80px;
    }

    .rowed {
        grid-template-columns: 100%;
    }

    .Total_summary .control_send {
        grid-template-columns: 71% 25%;
    }

    .payments_icons {

        justify-content: space-around;
    }

    .icon-delete:before {
        display: none;
    }

    .cart-products-with-totals {
        grid-template-columns: 61% 35%;
        gap: 30px;
    }

    .product-title-row h1 {
        font-size: 17px !important;
    }

    .products-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-item .product-price {
        font-size: 18px !important;
    }

    .tickers.clone {
        right: 185%;
    }

}

@media (max-width:992px) {
    .search-input-input {

        width: 100%;
        max-width: 100%;
    }

    .content_banar {
        gap: 10px;
        bottom: 18px !important;
        right: 12px;
        padding: 2px;
    }

    .content_image {
        gap: 10px;
        bottom: 18px !important;
        right: 12px;
        padding: 2px;
    }

    .content_video h1 {
        font-size: 29px;
    }

    .content_video p {
        font-size: 21px;
        line-height: 140%;
    }

    .topics h2 {
        font-size: 21px;
        line-height: 140%;
    }

    .btoned {
        font-size: 19px;
        line-height: 140%;
    }

    .section_prod {
        font-size: 21px;
    }

    .products-slider .prod-col,
    .categories-slider .cat-col {
        padding-left: 10px;
        padding-right: 10px;
    }

    .content_footer {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .footer-theme-bg-primary {
        padding: 40px 60px;
    }

    .cart-products-with-totals {
        grid-template-columns: 100%;
        gap: 30px;
    }

    .tickers.clone {
        right: 240%;
    }

    .cart-product-delete {
        height: 100%;
        display: flex !important;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cart-product-row {
        display: grid !important;
        grid-template-columns: 60px 1fr auto;

        padding: 15px !important;
        margin: 0 !important;
        row-gap: 0 !important;
    }

    .product-item .product-prev-price {
        font-size: 15px !important;
    }

    .content_product .added .btned {
        font-size: 18px;
    }

    .content_product {
        gap: 15px;
    }

    .product-item .product-title>span {
        font-size: 18px !important;
        line-height: 125%;
    }

    .header-cart {
        gap: 10px;
    }

    .products-section {
        margin-bottom: 24px;
    }

    .main-banar {
        margin-bottom: 24px;
    }

    .product-item {
        padding: 8px;
    }

    .prod-col {
        margin: 0px 10px !important;
    }

    ul.main-nav>li>a,
    .item-all-categories a {
        font-size: 16px !important;
    }

    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (max-width:768px) {
    .add-to-wishlist {
       
        margin: 5px;
        width: 30px;
        height: 30px;
    }
    .select-quantity-div {
        margin-bottom: 7px !important;
    }
    .products-details-page .lg-thumbs .col-3 {
        flex: 0 0 15% !important;
        max-width: 15% !important;
        margin-top: 8px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .breadcrumb-item, .breadcrumb-item a {
        font-size: 14px !important;
        font-weight: 500 !important;
        white-space: nowrap !important;
    }
    .content_info{
        gap: 7px !important;
    }
    .col-product-info{
        padding-top: 5 !important;
        gap: 7px !important;
    }
    .css-w3yvgj:last-child {
        padding-bottom: 15px !important;
    }
    .css-w3yvgj {
        padding: 8px !important;
    }
    .totals_details.mt-5{
        margin-top: 1rem !important;
    }
    .products-details.mb-5{
        margin-bottom: 1rem !important;
    }
    .rowed {
        gap: 8px;
    }
    .css-1hwks6o {
        gap: 10px;
    }
    .css-17hnuig {
        width: 40px !important;
        height: 40px !important;
        border-radius: 4px !important;
    }
    .slide-menu .logo-header a{
        height: 45px !important;
    }
    .question_icons {
        padding: 12px 15px;
    }
    .question_icons h1 {
        font-size: 1em;
    }
    .questions_div.active .answeer_div {
        padding: 10px 15px;
    }
    .language_area {
        font-size: 18px;
    }

    .dark_svg {
        width: 18px !important;
        height: 18px !important;
    }

    .dark_svg2 {
        width: 18px !important;
        height: 18px !important;
    }

    .descriptiontitle {
        font-size: 20px;
    }

    .Buy_now svg,
    .totals_details svg {
        width: 18px !important;
        height: 18px !important;
    }

    .select-quantity-div svg {
        width: 18px !important;
        height: 18px !important;
    }

    .header-cart svg {
        width: 18px !important;
        height: 18px !important;
    }

    .custom-quantity-wrapper svg {
        display: inline-block;
        width: 18px;
        height: 18px;
    }

    .icon-delete::after {
        width: 15px;
        height: 15px;
    }

    .slide-menu__slider .logo-header {
        height: 50px;
    }

    .badge-name {
        font-size: 10px !important;
    }

    .search-header-bar .logo-header {
        height: 50px;
    }

    .icon-excit .svg {
        width: 30px;
        height: 30px;
    }

    .cart-product-delete .icon-delete {
        border: unset !important;
    }

    .search-header .language-button-area svg {
        display: none !important;
    }

    .cart-empty svg {
        width: 80px;
        display: inline-block
    }

    .bton-empty a {
        font-size: 14px !important;
        padding: 10px !important;
    }

    .slide-menu-static {
        margin-top: 20px;
    }

    .header-cart .language-button-area .svg {
        display: none;
    }

    .Quick_links .location h2 {
        font-size: 14px !important;
    }

    .content_ticker h2 {
        font-size: 14px;

    }

    .modal-footer-container #save-btn {
        font-size: 16px;
    }

    .breadcrumb-item.active {
        font-size: 16px;
    }


    .section-cart-products-col-1,
    .cart-product-delete {
        width: max-content !important;
        padding: 0;
    }

    .home-tetx {
        display: none !important;
    }

    .content_image p {
        font-size: 16px;
    }

    .content_image h2 {
        font-size: 18px;
    }

    .topics {
        display: none;
    }

    .main-images {
        margin-bottom: 24px;
    }

    .mb {
        margin-bottom: 24px;
    }

    .dark .btoned {
        background: var(--background-bg2) !important;
        color: var(--text-color-text2) !important;
    }

    .btoned {
        background: var(--background-bg1) !important;
        color: var(--text-color-text3) !important;
        font-size: 16px;
        font-weight: 500;
        padding: 8px;
        border-radius: 12px;
    }

    .section_prod {
        font-size: 16px;
        margin-bottom: 12px !important;
    }

    .content_video {
        bottom: 12px;
        gap: 12px;

    }

    .content_video p {
        font-size: 14px;
        font-weight: 400;
    }

    .content_video h1 {
        font-size: 16px;
        font-weight: 500;
    }

    .slide-menu__slider .logo-header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
    }

    .about_ecommerce img {
        height: 40px;
    }

    .slide-menu-ul-li {
        padding-bottom: 4px !important;
    }

    .container_d-flex {
        display: flex;
        flex-direction: column-reverse;
        gap: 2px;
    }

    .container_d-flex .account-area {
        padding: 0 5px !important;
    }

    .slide-menu,
    .slide-menu a {
        color: var(--text-color-text3);
        font-size: 16px;
        font-weight: 400;
        padding: 05px;
    }

    .slide-menu .account-lang-currency .account-btn {
        color: var(--text-color-text3) !important;

    }

    .menu-header-theme-text-for-primary-bg {
        color: var(--text-color-text3) !important;
    }

    .slide-menu {
        background-color: var(--background-slid) !important;
        right: 0px !important;
    }

    .footer-toggle-icon {
        font-weight: bold;
        transition: transform 0.3s;
        display: unset !important;
    }

    .Quick_links h2 .footer-toggle-icon .footer1 {
        display: block;

    }

    .Quick_links h2 .footer-toggle-icon .footer2 {
        display: none;

    }

    .Quick_links h2.active .footer-toggle-icon .footer1 {
        display: none;

    }

    .Quick_links h2.active .footer-toggle-icon .footer2 {
        display: block;

    }

    .totals_details .description_title .description-title {
        font-size: 16px;


    }

    .totals_details .description_title {
        font-size: 16px;
    }


    .card-name-customer {
        font-size: 14px !important;
    }

    .maroof-icon img {
        width: 45px;
        height: 45px;
    }

    .Quick_links a,
    .location h2 {
        font-size: 14px;
    }

    .Quick_links h2 {
        font-size: 16px;
    }

    .about_ecommerce p {
        font-size: 14px;
    }

    .descriptiontitle {
        font-size: 16px;
        margin-bottom: 16px !important;
    }

    #collapseReviews .card_card .review-details {
        grid-template-columns: 100%;
    }

    .card-faq button,
    .review_details a {
        font-size: 16px;
    }

    .user-review-text {
        font-size: 14px;
    }

    .questions-card-preview {
        padding: 10px !important;
    }

    .questions-card-preview .answer-box .answer {
        font-size: 14px !important;
    }

    .questions-card-preview .question-box .question {
        font-size: 15px !important;
        font-weight: 400 !important;
        margin-bottom: 10px !important;
    }

    .user-review-date {
        font-size: 14px !important;
    }


    .cont.active {
        visibility: visible;
        display: flex;
        opacity: 1;
    }

    .cont {
        visibility: hidden;
        opacity: 0;
        display: none;
    }

    .cart-products-action .form-group {
        margin-right: unset !important;
    }

    .dark .form-products-filter {
        color: #fff;
    }

    .dark .filter-block-width .form-control {
        color: #fff !important;
    }

    .content_ticker {
        gap: 20px;
    }

    .tickers {
        gap: 30px;
    }

    .tickers.clone {
        right: 280%;
    }

    .icon-excit svg {
        width: 30px !important;
        height: 30px !important;
        display: inline-block;
    }

    .added .svg {
        width: 18px !important;
        height: 18px !important;
    }

    .icon-menu-top svg {
        width: 24px !important;
        height: 24px !important;
    }

    .icon-menu-top .sm-search-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .header-cart svg {
        filter: invert(1);
    }

    .cart-product-row {
        padding: 15px 0px !important;
    }

    .search-header-bar .sm-search-icon {
        display: none;
    }

    .search-header {
        padding: 10px 0px !important;
    }

    .search-header-bar .header-cart .sm-search-icon svg {
        filter: brightness(0.1);
    }



    .products-list {
        gap: 12px;
    }

    .content_product .added .btned {
        font-size: 16px;
        font-weight: 500;
    }

    .product-item .product-prev-price svg {

        width: 11px !important;
        height: 11px !important;
    }

    .product-item .product-prev-price {
        font-size: 12px !important;
    }

    .content_footer {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .product-item .product-price {
        font-size: 14px !important;
    }

    .Buy_now {
        gap: 100px;
    }

    .Livraison-content img {
        width: 50px;
        height: 50px;
    }

    .d-flexed .product_formatted-price {
        font-size: 24px;
    }

    .text-short-description * {
        font-size: 14px;
        font-weight: 400;
    }

    .details-topic {
        font-size: 20px;
        font-weight: 500;
    }

    .card_card {
        padding: 10px !important;
    }

    .Livraison-svg,
    .paiemen-svg {
        font-size: 14px;
    }

    .description_paragrah * {
        font-size: 15px;
        padding: 2px;
    }

    .Livraison-content h2,
    .paiements h2 {
        font-size: 14px;
    }

    .Livraison-svg,
    .paiemen-svg {
        font-size: 14px;
    }

    .products-details-page .slick-dots {
        display: none !important;
    }

    .products-details-page .lg-thumbs {
        display: flex !important;
        margin-bottom: 10px;
    }

    .product-title {
        font-size: 16px !important;
    }

    .product-metafields-table .meta-value table tbody tr td:nth-child(2) {
        font-size: 14px;
    }

    .product-metafields-table .meta-value table tbody tr td:nth-child(1) {
        font-size: 16px;
    }

    .reviews-break-down-div {
        display: none;
    }

    .rtl .add-review-btn {
        max-width: max-content;
    }

    .Buy_now button,
    .Buy_now a {
        font-weight: 500;
        font-size: 16px;
        padding: 10px !important;
    }

    .product-item .product-title>span {
        font-size: 16px !important;
        white-space: normal;

    }

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }



    .menu-header-theme-bg-primary-brightness-100 {
        display: unset !important;
    }

    .search-header-bar .header-cart .sm-search-icon .language-button-area .svg {
        display: none !important;
    }

    .nav-mobile {
        display: flex;
        gap: 8px;
    }

    .top-main-menu-wrapper {
        display: none;
    }

    .filtered {
        font-size: 14px;
        font-weight: 400;
        display: flex !important;
    }

    .btn-filter {
        font-size: 14px !important;
        font-weight: 400 !important;

    }

    .products-container {
        padding-top: 35px !important;
    }

    .products-filter {
        margin-bottom: 16px !important;
    }

    .products-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .cart-product-total-before-price {
        font-size: 14px !important;
    }

    .cart-product-prices .totals {
        font-size: 16px !important;
    }

    .cart-product-col-details {
        max-width: 100% !important;
    }

    .Total_summary .control_send {
        grid-template-columns: 71% 25%;
    }

    .main-banar h2 {
        font-size: 18px;
    }

    .main-banar p {
        font-size: 16px;
    }

    .content_banar {
        gap: 8px;
        bottom: 8px !important;
        right: 9px;
        padding: 2px;
    }

    .footer-toggle-icon svg {
        width: 18px !important;
        height: 18px !important;
    }

}

@media (max-width:576px) {
    .product.products-details-page .pb-5{
        padding-bottom: 0.25rem !important;
    }

    .content_product .added .btned {
        font-size: 15px;
        border-radius: 8px !important;
        padding: 5px;
    }

    .Livraison-content {

        gap: 10px;
    }

    .products-container .products-list {
        margin-bottom: 30px;
    }

    .footer-theme-bg-primary {
        padding: 35px;
    }

    .cart-product-delete .icon-delete {
        border: unset !important;
    }

    .cart-product-row-wrapper.cart-totals-row-wrapper .flex_grow {
        font-size: 14px;
    }

    .cart-product-row-wrapper.cart-totals-row-wrapper:has(.flex_grow, .flex_shrink) {
        font-size: 14px;
    }

    .Order_completion a,
    .gift-card-toggle-btn,
    .outline_btn a {
        font-size: 16px !important;
    }

    .Total_summary .control_send .btn-primary {
        padding: 10px !important;
        font-size: 14px;
        line-height: 50%;
    }

    .Total_summary .section-title {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .breadcrumb {
        padding: 10px 0px !important;
        overflow: hidden;
    }

    .cart-product-prices .totals {
        font-size: 14px !important;
    }

    .product-title-row h1 {
        font-size: 14px !important;
        line-height: 130%;
    }

    .tickers.clone {
        right: 360%;
    }
}

@media (max-width:450px) {
    .icon-gift {
        font-size: 20px !important;
    }

    .Order_completion a,
    .gift-card-toggle-btn,
    .outline_btn a {
        font-size: 15px !important;
    }

    .badge-name {
        left: 0 !important;
        max-width: 84px;
    }

    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 12px !important;
    }

    .cart-product-delete .icon-delete {
        padding: 0 !important;
    }

    .filtered {
        font-size: 12px;
    }

    .content_product .added .btned {
        font-size: 14px;
        padding: 5px !important;
    }

    .product-item .product-title>span {
        font-size: 12px !important;
    }

    .products-list {
        gap: 7px;
        grid-template-columns: 49% 49%;
    }

    .store-section .social-icons {
        gap: 7px;
    }

    .Livraison-content {
        gap: 5px;
    }

    .Livraison-content img {
        width: 40px;
        height: 40px;
    }

    .Buy_now {
        gap: 10px;
    }

    .col-product-info {
        padding-top: 15px !important;
        gap: 10px;
    }

    .footer-theme-bg-primary {
        padding: 16px;
    }

    .content_product .added .btned svg {
        scale: 1;
    }


    .product-item {
        padding: 5px;
    }

    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cart-product-row {
        grid-template-columns: 48px 1fr auto;
        gap: 5px;
        padding: 10px !important;
    }

    .tickers.clone {
        right: 540%;
    }

}