h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
ul {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: color-mix(in srgb, var(--primary-color) 10%, transparent) !important;
    border-radius: 50px !important;
    border-bottom: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    border-color: unset !important;
    outline: unset !important;
}

.image-head {
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
}

.header-cart {
    flex-grow: unset;
    cursor: pointer;
}

.slide-menu-static {
    display: none !important;
}

.mega-menu {
    display: none !important;
}

.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;
}

.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;
}

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

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

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

.top-main-menu-wrapper {
    margin-right: -22px;
    margin-left: -22px;
}

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

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

.ic.menu,
.sm-search-icon {
    margin-right: 20px;
}

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

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

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

.icon-menu-top>span {
    font-size: 32px;
    color: var(--text-color-primary-bg);
}

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


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

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

.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;
}

.prod-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.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: -15px;
    margin-left: -15px;
}

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

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

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

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



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

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

.select-dropdown .dropdown-item {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

#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: 24px;
}

.slide-menu__slider {
    height: 100%;
}

.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;
}

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


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

.box-1-1:before {
    content: "";
    display: block;
}


/* 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%;
}

.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;
}



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

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

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

@media (max-width: 768px) {


    .blog-title h1 {
        font-size: 2rem !important;
    }

    .header-cart {
        flex-grow: 1;
        width: 30%;
    }

    .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: 130px;
    }

    .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;
    }

    .product-crd-spec small {
        white-space: break-spaces;
    }

    .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;
    max-width: 100%;
}

.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;
}


/** start all fixed styles are unified in all sections and glopal**/
.user-review-text {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.card-review .review-images-container img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}

.badge-name {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
    border: 1px solid var(--primary-color) !important;
}

.products-details-page .lg-thumbs .col-3 {
    max-width: 15% !important;
}

.user-review-date {
    color: #000 !important;
}

.subTitle-detail .d-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    background: #0000002e;
}

.bread-title {
    color: var(--text-color-primary-bg) !important;
    font-size: 25px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600 !important;
}

.bread-text {
    color: var(--text-color-primary-bg) !important;
}

#modal-select-destination-city .modal-select-destination-city-content {
    border-radius: 10px;
}

.app-content {
    min-height: 650px;
}

.container-fluid {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.social-icons a {
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons a span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #fff;
}

.icon-footers .social-icons .icon-facebook-f {
    background-color: blue;
    color: #fff;
}

.icon-footers .social-icons .icon-instagram {
    color: #fff !important;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) !important;

}

.icon-footers .social-icons .icon-tiktok {
    color: #fff;
    background-color: #000;
}

.icon-footers .social-icons .x-icon-twitter {
    color: #fff;
    fill: #fff !important;
    background-color: #000;
}

.icon-footers .social-icons .icon-instagram {
    color: #fff !important;
}

.icon-footers .social-icons .icon-snapchat-ghost {
    color: #fff;
    background-color: #fffb00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00000047;
}

.icon-footers {
    margin-top: 10px;
    font-family: inherit !important;
}

.icon-footers .social-icons {
    margin: 0 !important;
}

.all-footers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse !important;
    padding: 2px;
}

.footer-store-section-bars {
    min-height: unset !important;
    justify-content: right !important;
    border: 0;
    gap: 5px;
}

.footer-theme-bg-primary {
    border-top: 1px solid var(--primary-color);
    background: color-mix(in srgb, var(--footer-primary-color, (--primary-color)) 10%, transparent) !important;
}

.product-crd-spec {
    min-height: 54px !important;
}

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

.lg-search-div {
    display: none !important;
}

.sticky {
    background-color: var(--primary-color) !important;
    animation: salah 0.8s ease-in-out;
}

@keyframes salah {
    0% {
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
        transition: 0.6s;
    }

}

.theme-text-for-primary-bg {
    background-color: color-mix(in srgb, var(--primary-color) 95%, transparent) !important;
}

.search-header,
.header-theme-bg-primary,
.menu-header-theme-bg-primary {
    background-color: transparent;
}

.slide-menu ul a {
    font-size: 20px !important;
    color: var(--header-text-color-primary-bg);
}

.slide-menu {
    width: 50% !important;
    z-index: 99999999999999;
    background-color: var(--header-primary-color, var(--primary-color)) !important;

}

.search-header {
    background-color: var(--header-primary-color, var(--primary-color)) !important;
}

.fixed-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent !important;
}

.fixed-header .search-header {
    background-color: transparent !important;
}

.badge-name {
    z-index: 1 !important;
}

.search-header .image-logo {
    padding: 0;
    width: 100px !important;
    max-height: 60px !important;
    object-fit: contain;
}

.slide-menu ul {
    height: 100vh;
}

ul.main-nav>li:hover {
    background-color: unset !important;
}

.top-level-link.dropdown .dropdown-menu {
    border-radius: 8px !important;
    padding: 5px !important;
}

.border-product {
    margin-top: 0px !important;
}

.top-level-link.dropdown .dropdown-menu li {
    border-bottom: 1px solid #ffffff2a;
}

.top-level-link .dropdown .dropdown-menu li:last-child {
    border-bottom: 0;
}

ul.main-nav>li:hover>a {
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg)) !important;
}

.top-level-link a span,
ul.main-nav>li>a {
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg)) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 25px !important;
}

.top-level-link .dropdown-menu.show {
    background-color: var(--primary-color) !important;
}

.icon-shopping_cart_black_36dp-1-1 {
    display: inline-table;
}

.content-account-area {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.icon-language_white,
.icon-account_circle_black_24dp {
    font-size: 32px !important;
}

.vertical-line {
    display: none;
}

.currency-button-area,
.language-button-area {
    max-height: unset !important;
    min-width: unset !important;
    padding: 0 !important;
}

.language-currency {
    border: 0 !important;
    border-radius: 0 !important;
    max-height: unset !important;
    outline: 0 !important;
    min-width: unset !important;
    padding: 0 !important;
    overflow: unset !important;
}

.language-btn {
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent;
}

.account-area .account-btn span:nth-child(2),
.currency-btn,
.language-button-area span:nth-child(1) {
    display: none !important;
}

.account-lang-currency .account-btn {
    border: 0 !important;
    outline: unset !important;
    border-radius: 0 !important;
    min-width: unset !important;
    padding: 0 !important;
}

.upper-bar {
    border: 0 !important;
    padding: 0 !important;
}

.haeder-account-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card-bundle-offer {
    right: unset !important;
    left: 10px !important;
    border-radius: 25px !important;
}

.image-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.prod-col:hover .product-item .content-pro .product-title {
    margin-top: 5px !important;
}

.prod-col:hover .product-item .content-pro {
    transform: translateY(-125px);
    background-color: #ffffffdc;
    transition: 0.8s;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tab-product {
    justify-content: center;
}

.btn-cart {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #A05F43;
    background: #A05F43 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none !important;
}

.content-pro {
    transition: 0.8s;
    background-color: #ffffffdc;
    padding: 10px;
    max-height: 140px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.product-title span {
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    height: unset !important;
    white-space: break-spaces;
}

.all-opyions {
    padding: 4px 0px;
    overflow: hidden;
}

.badge-name {
    right: 5px !important;
    top: 15px !important;
}

.all-opyions:not(:has(small)) {
    display: none;
}

.btn-filter {
    background-color: #efe4df !important;
    border: .5px solid #efe4df !important;
    border-radius: 15px !important;
    padding: 10px !important;
}

.rtl .dropdown-menu {
    border: 2px solid #efe4df;
    border-radius: 30px;
    overflow: hidden;
}

.dropdown-item.active {
    background-color: #efe4df;
}

.small-opyions .small {
    color: var(--text-color-primary-bg) !important;
}

.small-opyions {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin: auto;
}


.product-prev-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.product-item .product-price .section-product-price .price-original span,
.price,
.product-price span {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 120%;
    color: #000000dc;
}

.all-bton {
    margin-top: 20px;
}

.product-item .product-title {
    white-space: unset !important;
    min-height: 50px !important;
}

.section-product-price .price-older {
    color: #A5A5A5;
    font-size: 17px;
    font-weight: 400;
    line-height: 147%;
}

.section-product-price .price-discount {
    font-size: 15px;
    font-weight: 600;
    margin: 0 !important;
}


.img-perfium {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.product-item .box-1-1 {
    transition: 0.8s;
    border-radius: 12px !important;
    background: linear-gradient(180deg, rgba(160, 95, 67, 0.00) 0%, var(--primary-color) 100%) !important;
}

.prod-col:hover .product-item .imog {
    transform: scale(1.1);
}

.col-product-image-wrapper {
    padding: 15px !important;
}

.product-item .imog {
    position: relative;
    width: 275px;
    object-fit: contain;
    height: 300px;
    border-radius: 10px;
    transition: 0.5s;
}

.subTitle-detail {
    position: relative;
    font-weight: 700 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent !important;
    padding: 75px !important;
    background-position: center;
}

.category-item a img {
    border-radius: 50%;
}

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

.breadcrumb .container-fluid {
    gap: 5px;
}

.prod-col:hover .product-item .box-1-1 {
    transition: 0.8s;
    background: linear-gradient(360deg, rgba(160, 95, 67, 0.00) 0%, var(--primary-color) 100%) !important;
}

.section-product-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-item {
    transition: 0.8s ease;
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px;
    position: relative;
    border-radius: 24px;
    background: #FFF;
    overflow: hidden;
    max-height: 455px;
    min-height: 455px;
}

.text-title {
    color: #333;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 40px !important;
    margin: auto;
    text-align: center;
}

.btn-link {
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background: var(--primary-color) !important;
    color: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 50px;
    max-width: max-content;
    text-decoration: none !important;
}

.ss {
    margin-top: 90px;
    margin-bottom: 40px;
}

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

.footer-about-us-links-div h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
}

.footer-about-us-div p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}


.footer-about-us-links-div a span {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.categories-image {
    border: 4px solid #dfc690;
    border-radius: 15px;
}

.gift-card {
    border-radius: 50px !important;
    padding: 10px;
}

.cart-totals-row-wrapper:nth-child(3) .flex-shrink-0 {
    font-weight: bold !important;
    color: var(--primary-color) !important;
    font-size: 17px !important;
}

.sticky-wrapper {
    position: sticky;
    top: 50px;
    height: 100%;
    z-index: 1;
}

.gift-card__body textarea {
    border-radius: 15px !important;
}

.gift-card__body .form-control {
    border-radius: 50px !important;
}

.gift-card__button.btn-outline-primarym,
.gift-card__button {
    width: 100% !important;
    border-radius: 40px;
    font-size: 17px;
}

.gift-card__actions {
    flex-direction: column;
}

.cart-gift-card span {
    font-weight: 600;
}

.popover {
    left: -1630px !important;
    border-radius: 10px;
}

.all-opyions .section-product-price {
    margin-bottom: 0 !important;
}

.all-opyions {
    position: absolute;
    transform: translateY(-38px);
    transition: 0.8s;
    max-width: 95% !important;
    min-width: 95% !important;
    background-color: #ffffffb3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    right: 0;
    left: 0;
    margin: auto;
}

.product-item small {
    font-weight: 600 !important;
}

.sub-menu-head {
    margin: 5px 0;
}

.sub-menu-block {
    border-radius: 10px;
    border: 0 !important;
    top: 62px !important;
}

.search-input-input {
    border-radius: 50px;
}

.sub-menu-head a {
    font-size: 18px;
    font-weight: 500;
}

.grouped-product-col img {
    width: 100px;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px !important;
}

.grouped-product-row {
    display: flex;
    gap: 36px !important;
    flex-wrap: wrap;
    justify-content: right;
    margin-bottom: 10px;
    margin-top: 10px;
}

#product-grouped-details {
    padding: 15px;
}

.attribute-group {
    border: 3px solid #efe4df !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
    padding: 10px;
}

.attribute-header {
    padding: unset !important;
    margin-bottom: 0;
    background-color: unset !important;
    border-radius: 10px;
    display: flex;
    gap: 15px;
}

.theme-text-primary {
    color: #000 !important;
}

.attribute-footer {
    justify-content: center !important;
    background: var(--primary-color) !important;
    border-radius: 32px !important;
    padding: 2px !important;
}

.text-right {
    text-align: right !important;
}

.attribute-price-body .form-control {
    border-radius: 50px;
    padding: 3px !important;
    border: 1px solid #e1c0b2 !important;
}

.badge-name svg {
    fill: white;
}

.attribute-body.attribute-price-body {
    padding: 0px !important;
}

.highlight-button {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #fff !important;
}

.countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.counter-of-product {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-115px);
    left: 0;
    right: 0;
    transition: 0.8s;
}

.time-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: color-mix(in srgb, var(--primary-color) 100%, transparent);
    border-radius: 12px;
    width: 50px;
    height: 50px;
    padding: 5px 5px !important;
}

.time-item span {
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
    color: #fff;
}

.time-item p {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
}

.item-name,
.item-content {
    display: none !important;
}
.metafields .item-name,
.metafields .item-content {
    display: unset !important;
}


/** end all fixed styles are unified in all sections and glopal**/

/** start style for main-slice section-1**/
.main-slice .main-slider {
    max-height: 100% !important;
}

.main-slice .slick-dots li.slick-active button {
    background-color: #fff !important;
    width: 40px;
    height: 16px;
    border-radius: 10px;
}

.main-slice .slick-dots li {
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    width: auto !important;
}

.main-slice .slick-dots li button {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
}

.main-slice .slick-dots li button:before {
    display: none;
}

.main-slice .main-slider .slick-dots {
    bottom: 90px !important;
    text-align: right;
    right: 40px;
    display: flex;
    gap: 10px;
    transition: 0.5s;
}

.main-slice .slick-dots li.slick-active button:before {
    display: none;
}

.slice-item .slice-slide {
    position: absolute;
    top: 25%;
    right: 40px;
    align-items: flex-start !important;
    gap: 40px;
    max-width: 30%;
    max-height: 75vh;
}

.slice-item .slice-slide h2 {
    color: #fff;
    text-align: right;
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
}

.slice-item .slice-slide p {
    color: #fff;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.products-details-page #product-images-slick .image-link img {
    max-height: 300px;
}

/** end  style for main-slice section-1**/

/** start  style for ticker section-2**/
.ticker-wrap {
    background-color: transparent;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 1rem;
    direction: ltr
}

@keyframes scroll {
    0% {
        transform: translateX(100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

.ticker-wrap:hover .ticker {
    animation-play-state: paused;
}

.ticker-wrap .ticker a.ticker-item {
    color: #fff;
    padding: 8px;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    line-height: 20px
}

.ticker-wrap .ticker a.ticker-item img {
    width: 20px;
    height: 20px
}

.ticker-wrap .ticker {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: 7rem;
    animation-duration: 50s;
    min-width: 100%;
    animation: scroll 50s linear infinite;
    -webkit-animation: scroll 50s linear infinite;
    animation-direction: reverse
}

.ticker-slider {
    padding: 0;
    background-color: var(--primary-color) !important;
    margin-top: 0 !important;
}

.ticker-wrap .ticker a.ticker-item img {
    width: 20px;
    height: 20px;
}

/** end  style for ticker section-2**/

/** start  style for gallery-image section-3**/
.gallery-images .all-images {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    grid-template-areas:
        "item1 item2 item3"
        "item4 item5 item3"
}

.gallery-images a:first-child {
    grid-area: item1;
}

.gallery-images a:nth-child(2) {
    grid-area: item2;
}

.gallery-images a:nth-child(3) {
    grid-area: item3;
}

.gallery-images a:nth-child(4) {
    grid-area: item4;

}

.gallery-images a:nth-child(5) {
    grid-area: item5;

}

.controlss .card-img {
    max-height: 450px;
}

.gallery-images a:nth-child(6) {
    grid-area: item6;
    display: none;
}

.gallery-images .controlss {
    grid-template-areas:
        "item1 item2 item3"
        "item4 item5 item6";
}

.gallery-images .controlss a:nth-child(6) {
    display: block;
}

.card-img:hover img {
    transform: scale(1.1);
}

.card-img {
    overflow: hidden;
    transition: 0.8s;
    border-radius: 32px;
}

.gallery-images .all-images .card-img .galle-image {
    width: 100%;
    height: 100%;
    border-radius: 32px;
    transition: 0.8s;
}

.galla-mobi {
    display: none;
}

/** end  style for gallery-image section-3**/

/** start style for offer section-4 **/
.offers .offer-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    min-height: 927px;
    position: relative;
}

.offers .offer-main .content-offer {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(4px);
    position: absolute;
    top: 25%;
    right: 40px;
    max-width: 25%;
}

.offers .offer-main .content-offer h1 {
    color: var(--Primary-Color);
    text-align: right;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
}

.offers .offer-main .content-offer h2 {
    color: #333;
    text-align: right;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 124%;
}

.offers .offer-main .content-offer p {
    color: #666;
    text-align: right;
    font-style: normal;
    line-height: 124%;
}

/** end style for offer section-4 **/

/** start style for shop-category section-5 **/
.title-svg {
    font-size: 22px;
    margin: 0;
    margin-top: 12px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
    color: #000;

}

.category-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 228px;
    position: relative;
    gap: 15px;
}

.hexagons-svg {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.category-box .img-box {
    width: 100%;
    display: inline-block;
    color: var(--primary-color);
    filter: url(#goo);
}

.category-box .img-box::before,
.category-box .img-box .shape-hexagons::before {
    content: "";
    display: block;
    background: currentColor;
    padding-top: 195px;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
}

.category-box .img-box .shape-hexagons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: url(#goo);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.category-box .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(50% -50%, 100% 50%, 50% 150%, 0 50%);
    -o-object-fit: cover;
    object-fit: cover;
}

.category-box:hover .img-box .shape-hexagons {
    transform: scale(0.8);
}

.main-shops .allll {
    display: flex;
    justify-content: center;
    align-items: center;
}

/** end style for shop-category section-5 **/

/** start style for video section-6 **/
.video2-col .product-item {
    direction: rtl !important;
}

.Video {
    position: relative;
}

.Video .video-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(160, 95, 67, 0.25) 0%, rgba(160, 95, 67, 0.25) 100%);
}

.Video .main-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 142px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.Video .main-video h3 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.Video .main-video p {
    color: #F8F8F8;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/** end style for video section-6 **/

/** start style for video-category section-7 **/
.video-category .row {
    align-items: center !important;
}

.video-category .image-svg {
    direction: rtl;
}

.video-category .main-video .video-container {
    height: 600px;
}

.video-category .main-video .video-container video {
    object-fit: cover !important;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--primary-color);
}

/** end style for video-category section-7 **/

/** start style for banner-section section-8 **/
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.banner-section .content-banner {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}

.banar-mobile {
    display: none;
}

.banner-section .content-banner .banner-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin-top: -60px;
}

.text-banner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content-banner .banner-image {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.banner-section .content-banner .text-banner h2 {
    color: #333;
    text-align: right;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}

.banner-section .content-banner .text-banner p {
    color: #444;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

/** end style for banner-section section-8 **/

/** start style for banner-section-2 section-9 **/
.banner-categry {
    display: flex;
    gap: 20px;
}

.banner-categry .banner-image {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.banner-categry .banner-image:hover img {
    transform: scale(1.1);
}

.banner-categry .banner-image img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
    transition: 0.8s;
    overflow: hidden;
}

/** end style for banner-section-2 section-9 **/

.options-cards {
    overflow: auto;
    display: flex;
    padding: 40px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-radius: 24px;
    border: 1px solid var(--02---Dark-Color---White, #FFF);
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--primary-color) 65.05%);
}

.options-cards .option-main {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;

}

.options-cards .option-main .option-image img {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
}

.options-cards .option-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}

.options-cards .option-content p {
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
}

/** start style for banner-section-2 section-9 **/

/** start style for articles section-10 **/

.articles-main a {
    color: #A05F43;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.articles-image {
    border-radius: 12px;
}

.articles-main:hover .articles-image img {
    transform: scale(1.1);


}

.articles-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.articles-section a {
    margin-right: auto;
    color: #A05F43;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 10px;
}

.articles-main {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    border-radius: 24px;
    border: 1px solid var(--stroke, #EEE);
    background: var(--02---Dark-Color---White, #FFF);
}

.articles-date {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.articles-content a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

.articles-content h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    color: #666;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 146%;
}

.icon-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-date a {
    color: var(--primary-color);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    border-radius: 16px;
    background: #F6EFEC;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    text-align: center;
}

.articles-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.8s;
}

.icon-date p {
    color: #A5A5A5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    word-spacing: 4px;

}

.articles-image img {
    height: 300px;
    align-self: stretch;
    border-radius: 12px;
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    transition: 0.8s;
}

.articles-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

/** end style for articles section-10 **/

/** start  style for Customer-Reviews section-11 **/
.Customer-reviews .slick-dots {
    bottom: 10px !important;
}

.Customer-reviews .slick-dots li button:before {
    all: unset !important;
}

.Customer-reviews .slick-dots li {
    width: 17px !important;
    height: 17px !important;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
}

.Customer-reviews .slick-dots .slick-active {
    width: 40px !important;
    background-color: var(--primary-color);
    border-radius: 15px;
    height: 15px !important;
}

.background-reviews {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cust-review {
    border-radius: 24px;
    background: #ffffff;
    border: 2px solid var(--primary-color);
    padding: 30px 15px;
    margin: 60px;
    position: relative;
    margin-top: 100px !important;
    min-height: 230px;
}

.cust-review .row {
    min-height: 180px;
}

.review-img img {
    width: 140px;
    height: 185px;
    object-fit: cover;
    border-radius: 72px 72px 8px 8px;
    border: 10px solid #D3B5A9;

}

.review-img {
    position: absolute;
    top: -90px;
    right: -25px;
}

.content-review h2 {
    color: #333;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.content-review p {
    color: #444;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.star-review {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;

}

.star-review i {
    color: #FFAF44;
    font-size: 25px;
}

.svg-review {
    position: absolute;
    top: -51px;
    left: 20px;
}

.key-review {
    padding: 15px;
    margin-top: 30px;
}

.content-review {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Customer-reviews {
    padding: 20px;
}

/** end  style for Customer-Reviews section-11 **/

/** start  style for exclusive section-12 **/

.exclusive-categry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

}

.exclusive-key {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.exclusive-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 24px;
}

.exclusive-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.exclusive-keys {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.titile-exclusive h2 {
    color: #666;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.313px;
    margin-bottom: 3px;
}

.titile-exclusive p {
    color: #333;
    text-align: right;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.exclusive-key h2 {
    color: #444;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.313px;
}

.exclusive-main h2 {
    color: #444;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.exclusive-key img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

/** end  style for exclusive section-12 **/

/** start  style for advantages section-13 **/
.advantages-mobi {
    display: none;
}

.advantage-img {
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}

/** end  style for advantages section-13 **/

/** start  style for features section-14 **/
.content-feature {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.image-feature {
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-feature img {
    width: 100%;
    border-radius: 10px;
}

.feature .feature-section {
    padding: 20px;
}

.feature-section .feat {
    align-items: center !important;
}

.features-section .content-feature {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-section .content-feature h3 {
    color: #A5A5A5;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.feature-section .content-feature h2 {
    color: #333;
    text-align: right;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.feature-section .content-feature p {
    color: #444;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

/** end  style for features section-14 **/

/** start  style for brands-section section-15 **/
@keyframes brand {
    0% {
        transform: translateY(-100px);
    }

    50% {
        transform: translateY(-600px);
    }

    100% {
        transform: translateY(-100px);
    }

}

@keyframes branded {
    0% {
        transform: translateY(-100px);
    }

    20% {
        transform: translateY(-500px);
    }

    100% {
        transform: translateY(-100px);
    }

}

.main-brands,
.main3-brands {
    animation: brand 10s infinite linear;
}

.main2-brands .brands-section .row>.padd {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.main2-brands {
    animation: branded 15s infinite reverse linear;
}

.alls-brands .brands-imge {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    padding: 20px;
    min-height: 185px;
}

.alls-brands .brands-imge p {
    color: #444;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.alls-brands .brands-imge .imge-brand {
    width: 200px;
    height: 90px;
    object-fit: contain;
}

.content-brands {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.brands h2 {
    color: #333;
    text-align: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 124%;
}

.brands h3 {
    color: #666;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 124%;
}

.brands-section .row {
    justify-content: space-between;
    align-items: center;
    max-height: 600px;
    overflow: hidden;
}

.brands {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.alls-brands {
    margin: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 24px;
}

/** end  style for brands-section section-15 **/

/** start  style for all-categris section-16 **/
.all-cat-col {
    all: unset !important;
}

.categories-row {
    all: unset;
    display: flex !important;
    flex-wrap: wrap;
    row-gap: 20px;
    height: 100% !important;

}

.categories-row>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.all-cat-col {
    all: unset !important;
    position: unset !important;
}

.card-categories-wrapper {
    border: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;


}

.card-categories {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    overflow: unset !important;
}

.card-header-category {
    background: antiquewhite;
}

.iamge-case {
    overflow: hidden;
    width: 350px;
    height: 350px;
    border-radius: 4%;
    position: unset !important;
    transition: 0.8s;
    transform: translate3d(62px, 59px, 10px);
}

.card-categories-wrapper:hover .iamge-case {
    transform: translate3d(0, 0, 0);
}

.category-second-card {
    position: relative !important;
}

.card-header-category a {
    justify-content: center !important
}

.category-second-card {
    width: 100%;
}

.card-header-category {
    background-color: transparent !important;
}

.card-header-category a {
    font-size: 20px;
    font-weight: 600;


}

.card-categories-wrapper {
    background: color-mix(in srgb, var(--primary-color) 15%, transparent) !important;
    flex-direction: column-reverse;
    overflow: hidden;
    text-align: center;
    padding: 10px !important;
    border: 4px solid #dfc690 !important;
    border-radius: 7% !important;
}

#products-list-filter-form-clear {
    background: #ff5449;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 35px;
}

#products-list-filter-form-save {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 35px;
    font-weight: 500;
    font-size: 16px;
}

/** end  style for all-categris section-16 **/

/** start  style for Product Details section-17 **/
.btn-send-notify {
    margin: 0 !important;
    border-radius: 50px !important;
}

.form-notify-me {
    border: 0 !important;

}

.form-notify-me .form-control {
    border-radius: 50px;
}

.modal-body .modal-product-title {
    margin: auto;
}

.btn-default {
    padding: 5px 20px;
    background-color: rgb(253, 58, 58);
    color: #fff !important;
    border-radius: 50px;
}

.btn-submit-new-question {
    padding: 7px 30px;
    border-radius: 50px;
}

.modal-body textarea {
    border-radius: 12px !important;
}

.modal-body .form-control {
    border-radius: 50px;
}

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

.bg-transparent {
    max-width: 70%;
    border-radius: 170px;
}

.prod-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

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

.product-pragraf {
    display: inline;
    align-items: center;

}

.product-pragraf p {
    display: inline;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
}

.product-description-a {
    white-space: nowrap;
    font-size: 16px;
}

.product-title {
    color: #666;
    text-align: right;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 25px;
}

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

.soled {
    height: max-content;
    max-height: max-content;
}

.soled,
.col-product-info,
.col-product-image-wrapper {
    border-radius: 24px;
    border: 1px solid #EEE;
    background: #FFF;
}

.soled {
    padding: 10px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select-quantity-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coled {
    gap: 24px;
}

.nav-tabs .nav-link .active {
    overflow: unset !important;
    border-radius: 24px !important;
    border-bottom: unset !important;
    background-color: rgba(159, 86, 70, 0.05) !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link .active:hover {
    border: unset !important;
}

.nav-tabs .nav-item.show .nav-link {
    border: unset !important;
}

.card-name-customer {
    font-size: 20px !important;
    font-weight: 600 !important;
}

.tab-pane .description-paragrah {
    margin-right: unset !important;
}

#myTab {
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    gap: 15px;
    border-bottom: unset !important;
    padding: 0px 0px;
}

.col-product-info-single-image>section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 !important;
    margin-right: 3px !important;
}

.rtl .breadcrumb li:last-child:before {
    display: none !important;
}

.product-social a {
    padding: 0px 2.5px !important;
}

.poster {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-top: 1px;
    margin-top: 0 !important;
    flex-direction: column;
}

.show-more-dts::after {
    content: "";
    position: absolute;
    top: -60px;
    width: 100%;
    background: linear-gradient(0deg, #fff, transparent);
    height: 60px;
}

.sec-product>h1,
.product-social a>i,
.sec-product .pragraph-product,
.description-text-clear p {
    color: #000 !important;
    opacity: 0.7;
}

.col-product-info .nav-tabs {
    border-bottom: unset !important;
}

#product-quantity {
    border-radius: 30px !important;
    font-size: 17px !important;
    text-align: center;
    border: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    appearance: none;
}

.select-quantity-div>div.form-group {
    width: 125px;
}

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

.qty-input {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 10px;
    background: var(--02---Dark-Color---White, #FFF);
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
}

.qty-count {
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 25px;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border: 0;
    background: transparent;
}

#product-custom-user-input-fields .form-control {
    border-radius: 50px !important;
    text-align: left;
}

.rtl .description-paragrah {
    margin: 0 !important;
}

.rtl #product-custom-user-input-fields .file-label>* {
    border-radius: 50px !important;
}

.navs-tabs {
    margin-top: 10px;
}

.nav-tabs .nav-link {
    border-radius: 50px !important;
    border: unset !important;
    padding: 0 !important;
    width: 165px;
    box-shadow: unset !important;
}

.title-similar {
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.back-to-top {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    padding: 7px;
    background:
        color-mix(in srgb, var(--primary-color) 10%, transparent);
    cursor: pointer;
    margin: auto;
    min-width: 150px;
    border: 1px solid var(--primary-color);
    border-bottom: 0 !important;
    -webkit-transition: .3s;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.div-product-weight,
.border-product,
.div-product-sku {
    display: flex;
    gap: 10px;
    align-items: center;
}

#product-form .form-group label {
    border-radius: 50px !important;
}

#product-form .size-box .form-group {
    border-radius: 50px !important;
}

#product-custom-user-dropdown-fields select,
.select-quantity-div select {
    border-radius: 50px !important;
}

#product-custom-user-dropdown-fields .form-control:focus {
    border-radius: 40px !important;
}

.btn-add-to-cart {
    border-radius: 40px;
    background-color: var(--primary-color) !important;
    color: var(--text-color-primary-bg) !important;
}

#product-custom-user-option-fields input+span,
.add-review-form-checkbox input+span {
    border-radius: 50% !important;
}

#product-custom-user-dropdown-fields>div.form-group>div:after {
    height: 42px !important;
    top: 30px !important;
}

.product-custom-user-input-fields .form-control {
    border-radius: 25px !important;
    text-align: end;
}

.bundle-offer-details-section {
    margin-top: 30px;
}

.offer-live {
    margin-bottom: 20px;
}

.questions-card-preview,
.card-review {
    padding: 16px;
    max-width: 69%;
    border-radius: 15px;
    border: 0;
    background: linear-gradient(90deg, rgba(241, 203, 206, 0.00) 0%, #F1CBCE 100%);
}

.tab-content {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    padding-bottom: 50px;
}

.add-review-btn {
    background-color: var(--primary-color);
    color: var(--text-color-primary-bg);
    border-radius: 40px !important;
    padding: 15px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    margin-bottom: 15px;
    margin-right: 0 !important;
}

/** end  style for Product Details section-17 **/

/** start  style for cart-view section-18 **/
.cart-view .header-wrapper {
    display: none;
}

.cart-view .section-title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.cart-product-col-img {
    padding: 0 !important;
    width: 96px !important;
    height: 96px !important;
    border-radius: 12px;
}

.cart-products-action {
    padding: 0 !important;
    width: unset !important;
}

.cart-product-quantity-dropdown select {
    min-width: 60px !important;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.09);
    padding: 5px !important;
    border-radius: 20px;
    outline: 0 !important;
    border: 1px solid #fff !important;
}

.cart-product-col-details,
.cart-product-prices,
.cart-product-delete {
    padding: 0 !important;
    width: unset !important;
}

.cart-product-col-details h1 a {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}

.cart-product-row {
    align-items: center;
    gap: 15px;
    position: relative;
}

.cart-product-row-wrapper {
    margin-top: 10px;
    border-radius: 24px !important;
    border: 1px solid #EEE !important;
    background: #FFF !important;
    padding: 10px;
}

.cart-product-col-details {
    flex: unset !important;
}

.cart-product-delete {
    position: absolute;
    top: 0;
    left: 0;
}

.discount-progress-linear .progress-bar {
    background-color: color-mix(in srgb, var(--primary-color) 17%, transparent) !important;
    padding: 2px 3px;
    border-radius: 44px;
    width: 100% !important;
}

.cart-product-quantity-dropdown {
    position: absolute;
    bottom: 0;
    left: 0;
}

.cart-totals-div {
    border-radius: 24px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 15px;
}

.cart-totals-div>.cart-totals-row-wrapper:last-child {
    border-top: 1px solid var(--primary-color) !important;
    border-radius: 0 !important;
    padding-bottom: 12px;
    font-size: 20px;
    color: var(--primary-color);
}

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

.cart-totals-row-wrapper>div {
    all: unset !important;
}

.coupon-form input,
.coupon-form button {
    border-radius: 50px !important;
    margin-top: 15px !important;
    height: unset !important;
}

.rtl .coupon-form button {
    margin-left: 0;
    margin-right: unset !important;
}

.coupon-form .form-group .d-flex {
    gap: 15px;
}

.modal-content {
    border-radius: 12px;
}

.discount-progress {
    display: none !important;
}

.cart-products-with-totals .btn-block {
    border-radius: 50px;
    font-size: 16px;
}

.all-copon {
    border-radius: 24px;
    border: 1px solid #EEE;
    background: #FFF;
    padding: 15px;
    margin-top: 20px;
}

.cart-discount-rule-wrapper {
    border-radius: 12px !important;
}

.text-muted a small {
    text-decoration: underline;
    color: #4a8af4;
}

.free-shipping-rule-progress span {
    color: var(--Primary-Color);
}

.btn-outline-secondary {
    width: 100% !important;
    color: var(--Primary-Color);
    border: 1px solid var(--Primary-Color) !important;
}

.cities-result {
    font-weight: 500 !important;
}

.all-copon>div:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.total-price {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: var(--Primary-Color) !important;
}

.profile-section {
    padding: 20px !important;
    width: 20% !important;
}

.section-colored {
    all: unset !important;
}

.profile-row.active {
    margin: 0 !important;
    padding: 0 !important;
}

.profile-account {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-checkbox-checkmark {
    border-radius: 50% !important;
}

#col-name .form-control,
#col-mobile .form-control,
#col-email .form-control {
    border-radius: 50px !important;
    font-size: 17px !important;
}


.mazeed-badge {
    max-width: 100% !important;
}

.mazeed-description {
    justify-content: space-between !important;
}

.aaddress-personal-btn .col-lg-6 {
    max-width: 50%;
}

.card-personal {
    background-color: color-mix(in srgb, var(--primary-color) 3%, transparent) !important;
    border: 0 !important;
    border-radius: 12px !important;
    min-height: 150px;
}

.address-title {
    font-size: 20px !important;
}

.address-text {
    font-size: 18px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.address-text:last-child {
    border-bottom: 1px solid #00000013;
    padding-bottom: 6px;
}

.card-body a:nth-child(3) {
    color: #4a89f3 !important;
    display: flex;
    justify-content: end;
    padding-top: 6px;
    text-decoration: none !important;
}

.aaddress-personal-btn {
    font-weight: 600 !important;
    border-radius: 50px !important;
    width: 100%;
    background-color: color-mix(in srgb, var(--primary-color) 50%, transparent) !important;

}

.profile-title {
    background-color: color-mix(in srgb, var(--primary-color) 10%, transparent) !important;

}

#desktop-profile-card .card {
    border-radius: 10px;
}

.card-table-header {
    background-color: color-mix(in srgb, var(--primary-color) 30%, transparent) !important;
}

#desktop-profileCard .card {
    border-radius: 10px !important;
    background-color: color-mix(in srgb, var(--primary-color) 4%, transparent) !important;
    border: 0 !important;
}

.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.form-products-filter .text-color-primary {
    font-size: 20px;
}

.filter-block-width .form-control {
    border-radius: 45px;
}

.btn-filter span,
.btn-filter i {
    font-weight: 500;
    font-size: 16px;
}

#product-custom-user-option-fields input:checked+span:after,
.add-review-form-checkbox input:checked+span:after {
    top: 0 !important;
    background: #508df2 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 50% !important;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

.btn-link-categories {
    font-weight: 600 !important;
}

.store-section p {
    line-height: 30px;
}

.account-content .btn-primary {
    border-radius: 25px !important;
}

.all-bton .btn-primary {
    color: var(--text-color-primary-bg);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
}

.s-row {
    flex-direction: column;
    align-items: flex-start;
}

.payment-method-card {
    border: 1px solid var(--Primary-Color) !important;
    border-radius: 54px !important;
    padding: 12px !important;
}

.shipping-payment-card {
    width: 50% !important;
    min-height: 150px !important;
    border: 1px solid var(--bs-warning-text-emphasis) !important;
    border-radius: 57px !important;
    height: auto;
}

.card-table .card {
    border-radius: 15px !important;
    overflow: hidden;
}

.options-table .card {
    border-radius: 15px !important;

}

.shipping-payment-icon,
.profile-item-title {
    background-color: transparent !important;
}

.align-items-lg-center {
    justify-content: space-between;
}

.card-title-shipping {
    text-align: center;
    margin-bottom: 10px;
}

.blog-text p {
    font-size: 20px !important;
    color: var(--secondary-color-alt11);
    font-weight: var(--font-wieght-sizeOne);
    line-height: 40px !important;
}

.product-item .section-product-price {
    margin-top: 0 !important;
}

/** end  style for cart-view section-18 **/
/** start  style for lodar section-19 **/
body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

body::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}

.loader {
    position: fixed;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999999999;
}

.image-loader {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    width: 250px;
    border-radius: 50px;

}

.btn-empty {
    border-radius: 10px;
    font-size: 20px;

}

.producted-settings {
    font-size: 17px;
    color: #000;
    display: flex;
    gap: 5px;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 15px;
    background:
        color-mix(in srgb, var(--primary-color) 5%, transparent);
}

.settings-descrptions {
    color: #4caf50;
    font-size: 18px;
    max-width: fit-content;
    background: #72af5017;
    padding: 5px;
    border-radius: 25px;
    display: inline;
}

.setting-descrption {
    background: linear-gradient(270deg, rgba(244, 67, 54, 0.1019607843), transparent);
    padding: 8px 12px;
    color: #e14135;
    line-height: 130%;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px
}

/** end  style for lodar section-19 **/
/** start  style for ltr section-20 **/
.ltr .product-card-bundle-offer {
    right: auto !important;
}

.ltr .articles-content h3 {
    text-align: left;
}

.ltr .articles-content {
    width: 100%;
}

.ltr .ad-video {
    direction: ltr !important;
}

.ltr .content-review {
    margin-left: 45px;
}

.ltr .svg-review {
    left: 145%;
}

.ltr .slice-item .slice-slide {
    left: 40px;
    right: unset;
}

.ltr .ticker-wrap .ticker {
    animation-direction: unset
}

.ltr .offers .offer-main .content-offer {
    left: 40px;
}

.ltr .brands h3 {
    text-align: left;
}

.ltr .brands h2 {
    text-align: left;
}

.ltr .video-category {
    direction: rtl;
}

.ltr .banner-section .content-banner .text-banner h2 {
    text-align: left;
}

.ltr .banner-section .content-banner .text-banner p {
    text-align: left;
}

.ltr .titile-exclusive p,
.ltr .titile-exclusive h2 {
    text-align: left;
}

.main-slider .mobile-image {
    display: none;
}

/** end  style for ltr section-20 Add commentMore actions **/
.short_description {
    display: -webkit-box;
    line-height: 30px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.play-icon,
.iframe-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.play-icon {
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
    width: 70px !important;
    max-width: 25%;
    border: none !important;
}

.play-icon:hover {
    opacity: 1;
}

.iframe-video {
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    background-color: black;
}

.col-product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.product-selection {
    max-height: 340px;
    overflow-y: auto;
}

.modal-backdrop.show {
    opacity: 0.5;
    display: none !important;
}

/** start  style for respnsive **/
.size-box #product-variants-options ul li {
    border-radius: 10px !important;
}

#product-custom-user-dropdown-fields>div.form-group>div:after,
.select-quantity-div>div.form-group>div:after {
    display: none !important;
}

.Quality-section-wrapper .nav-tabs {
    border: unset !important;
    text-align: center;
}

.Qualitys-main .nav-item .nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 20px;
    border: unset !important;
    width: 100%;
    text-align: right;
    position: relative;
}

.Qualitys-main .tab-content {
    margin-top: 25px;
}

.quality-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0px;
    row-gap: 0px;
}

.colection-product {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    transform: translateY(250px);
    background: #fff;
    border-top: 5px solid var(--primary-color);
    padding: 10px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: 0.8s;
}

.colection-product.visible {
    transform: translateY(0);
}

.colection-product .cardes-priderd img {
    max-width: 100px !important;
    object-fit: cover;
    border-radius: 15px;
    max-height: 100px !important;
}

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

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

.coled {
    gap: 20px;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: grid;
    grid-template-columns: 23% 50% 25%;
}

.roled {
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: relative;
}

.roled .coledd {
    padding: 10px;
    border-radius: 10px;
}

.add-review-btn {
    width: 100% !important;
    max-width: max-content !important;
    border-radius: 40px !important;
    padding: 15px !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border: 2px solid var(--primary-color) !important;
    background: 0 0 !important;
    color: #000 !important;
}

.details-product-views {
    max-width: 70%;
}

.explain-details-product-views {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 65px;
    overflow: hidden;
    transition: 0.5s;
}

.explain-details-product-views p {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.8;
    overflow: hidden;
}

.show-more-dts {
    color: #697de7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    position: relative;
}

.details-product-views.expanded .more {
    display: none;
}

.details-product-views .less {
    display: none;
}

.details-product-views.expanded .less {
    display: block;
}

.expanded .explain-details-product-views {
    height: auto;
}

.main-3 {
    background: #fff;
    min-width: 100%;
    height: max-content;
    position: sticky;
    top: 95px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 10px;
}

.roled::after {
    content: "";
    width: 3px;
    position: absolute;
    background-color: #0000002c;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 50px;
}

.questions-card-init {
    text-align: right !important;
}

.bg-transparent {
    border-radius: 10px !important;
    border: 0 !important;
}

.description-title {
    line-height: 35px;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.svg-tit {
    padding: 10px;
    color: var(--primary-color) !important;
    border: 2px solid var(--primary-color);
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.questions-card-init {
    padding: 0;
}

.products-details-page .lg-thumbs {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 5px !important;
}

.btn-add-to-cart {
    border: 0 !important;
    outline: unset !important;
}

.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: white;
}

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

.icon-heart-mask {
    display: inline-block;
    width: 25px;
    height: 20px;
    mask-size: 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url('./heart-outlined.svg');
    background-color: var(--secondary, #A1A0A9);
}

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



@media (max-width: 1600px) {
    .category-box {
        width: 200px;
        gap: 10px;
    }

    .profile-item-description {
        margin: auto !important;
    }

    .profile-item-image {
        font-size: 30px !important;
        width: 35px !important;
    }

    .profile-section {
        padding: 12px !important;
    }

    .iamge-case {
        width: 280px;
        height: 280px;
    }

    .categories-row {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }

    .categories-row>div {
        max-width: 300px !important;
    }

    .nav-tabs .nav-link {
        width: 150px;
    }

    .exclusive-main {
        gap: 10px;
    }

    .category-box .img-box::before,
    .category-box .img-box .shape-hexagons::before {
        padding-top: 180px;
    }

    .cust-review {
        margin: 40px;
    }

    .star-review i {
        font-size: 22px;
    }

    .offers .offer-main {
        background-position: bottom;
        min-height: 700px;
    }

    .review-img {
        right: -34px;
    }

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

    .offers .offer-main .content-offer {
        max-width: 40%;
    }

    .countdown {
        gap: 2px;
    }

    .slice-item .slice-slide {
        max-width: 50%;
    }

    .main-slice .main-slider .slick-dots {
        bottom: 30px !important;
    }

    .alls-brands .brands-imge {
        padding: 10px;
    }

}

@media (max-width: 1400px) {

    .col-product-info-single-image,
    .main-3 {
        padding: 10px;
    }

    .coled {
        gap: 10px;
    }

    .quality-products {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .product-item {
        max-height: 447px;
        min-height: 447px;
    }


    .aaddress-personal-btn .col-lg-6 {
        max-width: 50%;
    }

    .text-banner {
        gap: 15px;
    }

    .iamge-case {
        width: 210px;
        height: 210px;
    }

    .categories-row>div {
        max-width: 245px !important;
    }

    ul.main-nav>li>a,
    .item-all-categories a {
        padding: 5px;
    }

    .review-img {
        right: -27px;
    }

    .slice-item .slice-slide h2 {
        font-size: 50px;
    }


    .category-box .img-box::before,
    .category-box .img-box .shape-hexagons::before {
        padding-top: 160px;
    }

    .image-feature {
        justify-content: end;
    }

    .content-feature {
        padding: 15px;
        align-items: start;
    }


    .articles-image img {
        height: 250px;
    }

    .review-img img {
        width: 130px;
        height: 175px;
        border: 8px solid #D3B5A9;
    }

    .cust-review {
        margin: 25px;
    }

    .svg-review {
        top: -53px;
    }

    .alls-brands .brands-imge .imge-brand {
        width: 180px;
        height: 80px;
    }

    .feature-section .content-feature h3 {
        margin-left: auto;
    }
}

@media (max-width: 1200px) {

    .coled {
        grid-template-columns: 49% 50% ;
    }

    .main-3 {
        grid-column: span 2;
    }

    .ss {
        margin-top: 70px;
    }

    .btn-empty {
        font-size: 19px;

    }

    .products-list .prod-col,
    .bundle-offer-products .prod-col {
        width: 100% !important;
    }

    .options-cards .option-content h2 {
        font-weight: 500;
    }

    .options-cards .option-content p {
        font-size: 16px;
    }

    .blog-text p {
        font-size: 18px !important;
        line-height: 40px !important;
    }

    .aaddress-personal-btn .col-lg-6 {
        max-width: 50%;
    }

    .card-body a:nth-child(3) {
        justify-content: center;
    }

    .account-content {
        margin: 30px !important;
    }

    .profile-section {
        width: 30% !important;
    }

    .brands-section .row {
        max-height: 550px;
    }

    .categories-row>div {
        max-width: unset !important;
    }

    .iamge-case {
        width: 250px;
        height: 250px;
        transform: translate3d(20px, 30px, 10px);

    }

    .categories-row {
        display: flex !important;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .nav-tabs .nav-link.active {
        padding: 5px !important;
    }

    .tab-product .description-title {
        font-weight: 600 !important;
        font-size: 17px;
    }

    .nav-tabs .nav-link {
        width: 110px;
    }

    .review-details .description-icon {
        display: none;
    }

    .bg-transparent {
        max-width: 100% !important;
        border-radius: 38px;
    }

    .questions-card-init {
        padding: 0 !important;
    }

    .product-attributes {
        position: sticky;
        top: 25%;
        height: 100%;
    }

    .products-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

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

    .content-banner .banner-image {
        height: 400px;
    }

    .rtl .footer-about-us-div {
        padding-left: 0 !important;
    }

    .btn-link {
        padding: 10px 25px;
    }

    .svg-review {
        top: -45px;
    }

    .review-img {
        right: -25px;
    }

    .cust-review {
        padding: 15px;
    }

    .star-review i {
        font-size: 20px;
    }

    .cart-header-total {
        font-size: 1.4rem;
    }

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

    .ic {
        width: 30px !important;
        height: 30px !important;
    }

    .language-btn {
        padding: 0px !important;
    }

    .content-account-area {
        gap: 5px;
    }

    .options-cards {
        padding: 30px;
    }

    .offers .offer-main {
        min-height: 600px;
        background-position: left;
    }

    .offers .offer-main .content-offer {
        max-width: 35%;
        top: 10%;
        padding: 25px;
    }

    .alls-brands .brands-imge .imge-brand {
        width: 150px;
        height: 50px;
    }

    .alls-brands .brands-imge {
        min-height: 150px;
    }

    .brands h2,
    .offers .offer-main .content-offer h2 {
        font-size: 35px;
        font-weight: 600;
    }

    .articles-content a {
        font-size: 18px;
        line-height: 125%;
    }

    .articles-image img {
        height: 225px;
    }

    .feature-section .content-feature h2 {
        font-size: 40px;
        font-weight: 600;
    }

    .image-feature {
        justify-content: center;
    }

    .image-feature img {
        width: 350px;
    }

    .exclusive-main {
        row-gap: 16px !important;
        gap: 0;
    }

    .titile-exclusive p {
        font-size: 25px;
    }

    .category-box .img-box::before,
    .category-box .img-box .shape-hexagons::before {
        padding-top: 150px;
    }



    .banner-section .content-banner .text-banner h2 {
        font-size: 40px;
        font-weight: 600;
    }

    .video-category .main-video .video-container {
        height: 430px;
    }

    .title-svg {
        font-size: 20px;
        margin-top: 7px;
        font-weight: 500;
    }

    .text-title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px !important;
    }

    .btn-link {
        margin-top: 10px;
        padding: 10px 35px;
    }

    ul.main-nav>li>a,
    .item-all-categories a {
        padding: 10px 12px;
    }

    .slice-item .slice-slide p {
        font-size: 23px;
    }

    .slice-item .slice-slide h2 {
        font-size: 40px;
    }

    .container-fluid {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    ul.main-nav>li>a,
    .item-all-categories a {
        padding: 7px;
    }

    .col-product-info-single-image {
        padding: 6px !important;
    }

    #myTab {
        gap: 10px;
    }

    .tab-product .description-icon {
        display: none;
    }



    .countdown .time-item {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 992px) {
    .col-product-info {
        gap: 0 !important;
    }

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

    .col-product-image-wrapper {
        padding: 10px !important;
    }

    .description-title {
        margin-right: 0 !important;
        font-size: 18px !important;
    }

    .btn-danger,
    .btn-danger,
    .btn-primary {
        font-size: 16px !important;
    }

    .poster {
        gap: 7px;
    }

    .main-3 {
        grid-column: unset !important;
    }

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

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

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

    .advantage-img {
        border-radius: 10px;
    }

    .image-head {
        height: 50vh !important;
    }

    .product-item {
        max-height: 444px;
        min-height: 444px;
    }

    .section-product-price .price-discount {
        font-size: 13px;
        font-weight: 500;
    }

    .product-item small {
        font-weight: 500 !important;
        font-size: 15px !important;
    }

    .ss {
        margin-top: 64px;
        margin-bottom: 25px;
    }

    .section-product-price .price-discount {
        font-size: 13px;
    }

    .section-product-price .price-older {
        font-size: 15px;
    }

    .feature-section .content-feature h2 {
        font-size: 35px;
    }



    .blog-text p {
        font-size: 17px !important;
    }

    .options-table .card {
        border: 1px solid var(--primary-color);
    }

    .tab-content-shipping .options-table .col {
        margin-bottom: 10px;
    }

    .tab-content-shipping .options-table .col {

        display: flex;
        justify-content: space-between;
    }

    .tab-content-shipping .options-table .col {
        flex-basis: auto !important;
    }

    .profile-section-dropdown .dropdown ul.dropdown-menu {
        right: 0 !important;
    }

    .profile-item-title {
        font-weight: 500 !important;
        color: var(--text-color-primary-bg);
    }

    .profile-section-dropdown .dropdown-menu {
        top: 52% !important;
    }

    .profile-section-dropdown .dropdown-menu>li>a {
        padding: 15px !important;
        background: color-mix(in srgb, var(--primary-color) 80%, transparent) !important;
        border-radius: 15px;
    }

    .profile-section-dropdown .nav {
        position: relative;
    }

    .profile-section-dropdown .dropdown {
        background: color-mix(in srgb, var(--primary-color) 60%, transparent) !important;
        border-radius: 52px !important;
    }

    .profile-section-dropdown {
        margin: 10px !important;
    }

    .content-brands {
        margin-bottom: 30px;
    }

    .brands-section .row {
        max-height: 500px;
    }

    .iamge-case {
        width: 190px;
        height: 190px;
    }

    .products-details-page .lg-thumbs .col-3 {
        max-width: 13% !important;
    }

    #product-images .image-link {
        max-height: 250px !important;
        height: 250px !important;
    }

    .questions-card-preview,
    .card-review {
        max-width: 100%;
    }

    .ic-menu-back {
        display: none !important;
    }

    .attribute-price-body .form-row .form-group {
        min-width: 100% !important;
        width: 100% !important;
    }

    .attribute-body .filter-row {
        padding: 0 !important;
    }

    .attribute-price-body .form-row {
        flex-direction: column;
    }

    .rtl .sort-block-width {
        margin-right: 0 !important;
    }

    .attribute-group {
        padding: 5px;
    }

    .footer-about-us-links-div {
        padding-top: 10px;
    }

    .product-attributes {
        min-width: 120px !important;
        width: 120px !important;
        padding-inline-end: 20px !important;
    }

    .footer-store-section-bars {
        flex-direction: row !important;
    }

    .slide-menu ul a {
        font-size: 19px !important;
    }

    .content-banner .banner-image {
        height: 380px;
    }

    .banner-section .content-banner .text-banner h2 {
        font-size: 30px;
    }

    .feature-section .feat {
        flex-direction: column-reverse;
    }

    .articles-section a {
        font-size: 17px;
        font-weight: 400;
    }

    .image-svg svg:nth-child(1) {
        width: 150px;
        height: 50px;
    }

    .image-svg svg:nth-child(3) {
        width: 150px;
        height: 50px;
    }

    .btn-link {
        padding: 10px 30px;
        font-size: 17px;
    }

    .offers .offer-main .content-offer p {
        font-size: 17px;
    }

    .offers .offer-main .content-offer h1 {
        font-size: 17px;
        font-weight: 400;
    }

    .offers .offer-main .content-offer {
        max-width: 45%;
        top: 20%;
        padding: 20px;
    }

    .brands h2,
    .offers .offer-main .content-offer h2 {
        font-size: 30px;
    }

    .content-review p {
        font-size: 17px;
        min-height: 100px;
    }

    .cust-review .row {
        min-height: 230px;
    }

    .clased {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;

    }

    .options-cards {
        padding: 20px;
    }

    .options-cards .option-main .option-image img {
        width: 70px;
        height: 70px;
    }

    .options-cards .option-content p {
        font-size: 16px;
    }

    .options-cards .option-content h2 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 3px;
    }

    .content-review {
        margin-top: 15px;
    }

    .svg-review {
        top: -57px;
    }

    .review-img img {
        width: 100px;
        height: 120px;
        border: 5px solid #d3b5a9;
    }

    .articles-cards {
        grid-template-columns: 1fr 1fr;
    }

    .exclusive-key h2 {
        font-size: 17px;
    }

    .exclusive-key {
        gap: 7px;
    }

    .exclusive-key img {
        width: 35px;
        height: 35px;
    }

    .titile-exclusive p {
        font-size: 22px;
    }



    .video-category .row {
        flex-direction: column-reverse;
    }

    .text-title {
        font-weight: 500;
    }

    .title-svg {
        font-size: 19px;
    }

    .banner-section .content-banner .text-banner p {
        font-size: 18px;
    }

    .banner-section .content-banner .text-banner h2 {
        font-size: 35px;
    }

    .Video .main-video p {
        font-size: 18px;
    }

    .Video .main-video h3 {
        font-size: 40px;
        font-weight: 600;
    }

    .video-category .main-video .video-container {
        height: 250px;
    }

    .slice-item .slice-slide {
        top: 30%;
        right: 40px;
        gap: 10px;
        max-width: 50%;
        max-height: 250px;
    }

    .slice-item .slice-slide p {
        font-size: 20px;
    }

    .slice-item .slice-slide h2 {
        font-size: 30px;
    }

    .product-selection .options-table .col {
        flex-basis: auto !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .rtl .card-table {
        margin-left: unset;
        margin-right: 0;
    }


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

@media (max-width: 768px) {
    .explain-details-product-views p {
        font-size: 16px;

    }

    .roled .coledd {
        padding: 0;
    }

    .details-product-views {
        max-width: 100%;
    }

    .card.mb-5 {
        margin-bottom: 0.5rem !important;
    }

    .product-selection.mt-5 {
        margin-top: 0rem !important;
    }

    #product-custom-user-option-fields .form-group,
    .add-review-form-checkbox .form-group {
        margin-bottom: 0.1rem !important;
    }

    .tab-product {
        justify-content: flex-start;
    }

    .roled {
        grid-template-columns: 1fr;
    }

    .roled::after {
        display: none;
    }

    .Video .main-video {
        bottom: 0;
    }

    .slice-item .slice-slide {
        max-width: 60%;
        max-height: 180px;
        gap: 30px;
    }

    .image-head {
        height: 40vh !important;
    }

    .btn-empty {
        font-size: 18px;

    }

    .section-product-price .price-discount,
    .product-item small {
        font-weight: 400 !important;
    }

    .all-opyions {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .prod-col:hover .product-item .content-pro {
        transform: translateY(-50px);
    }

    .all-bton .btn-primary {
        font-weight: 500;
        font-size: 15px;
    }

    .content-pro {
        min-height: 210px;
        max-height: 210px;
    }

    .product-item {
        max-height: 360px;
        min-height: 360px;
    }

    .countdown .time-item {
        width: 40px;
        height: 40px;
    }

    .brands-section {
        padding: 15px 0px;
    }

    @keyframes brand {
        0% {
            transform: translateY(-100px);
        }

        50% {
            transform: translateY(-500px);
        }

        100% {
            transform: translateY(-100px);
        }

    }

    @keyframes branded {
        0% {
            transform: translateY(-100px);
        }

        20% {
            transform: translateY(-400px);
        }

        100% {
            transform: translateY(-100px);
        }

    }

    .btn-link-categories {
        font-size: 1.2rem;
    }

    .iamge-case {
        width: 125px;
        height: 125px;
    }

    #product-description .countdown .time-item p {
        font-size: 13px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #product-description .countdown .time-item span {
        font-size: 15px !important;
    }

    #product-description .countdown {
        gap: 8px !important;
    }

    #product-description .countdown .time-item {
        width: 50px !important;
        height: 50px !important;
    }


    .filtration-header span {
        color: #fff !important;
        font-size: 16px;
        font-weight: 500;
    }

    .filtration-header {
        border-bottom: 0 !important;
        z-index: 9;
        background-color: var(--primary-color) !important;
    }

    .product-attributes-show-mobile {
        left: 0 !important;
        right: 0 !important;
    }

    .video-category .main-video .video-container {
        height: 200px;
    }

    .badge-name {
        padding: 5px !important;
        font-size: 10px !important;
        gap: 3px !important;
    }

    .footer .icons div {
        padding: 0 !important;
        margin: 0 !important;
    }

    .banner-section .content-banner .banner-image img {
        margin-top: 0;
    }

    .maroof-icon img {
        height: 25px !important;
    }

    .content-banner .banner-image {
        padding: 0;
    }

    .review-img img {
        width: 390px;
        height: 200px;
    }

    .cust-review .row .col-lg-4 {
        padding: 0 !important;
    }

    .articles-main {
        padding: 10px;
    }

    .content-review p {
        min-height: unset;
    }

    .category-box .img-box::before,
    .category-box .img-box .shape-hexagons::before {
        padding-top: 130px;
    }

    .cust-review {
        margin-top: 15px !important;
    }

    .review-img {
        position: unset;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brands-section .row:nth-child(1) {
        gap: 0px;
    }

    .svg-review {
        top: -235px;
    }

    .clased .padd {
        padding: 0 !important;
    }

    .content-review {
        padding: 5px;
    }

    .all-bton {
        margin-top: 0px;
    }

    .section-product-price .price-older {
        font-size: 15px;
    }

    .product-item .imog {
        width: 200px;
        height: 200px;
    }

    .banner-section {
        padding: 15px;
    }

    .articles-content h2 {
        font-size: 17px;
    }

    .options-cards .option-content p {
        font-size: 15px;
    }

    .options-cards {
        padding: 15px;
    }

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

    .alls-brands .brands-imge p {
        font-size: 17px;
        font-weight: 400;
    }

    .alls-brands .brands-imge .imge-brand {
        width: 115px;
    }

    .offers .offer-main .content-offer {
        top: 5%;
        right: 15px;
        padding: 15px;
    }

    .offers .offer-main {
        min-height: 450px;
    }

    .brands h3 {
        font-size: 17px;
    }

    .brands h2,
    .offers .offer-main .content-offer h2 {
        font-size: 28px;
    }

    .options-cards .option-main .option-image img {
        width: 65px;
        height: 65px;
    }

    .options-cards .option-main {
        padding: 0px 10px;
    }

    .articles-main a {
        font-size: 17px;
    }

    .feature-section .content-feature p {
        font-size: 18px;
    }

    .feature-section .content-feature h2 {
        font-size: 35px;
    }

    .title-svg {
        font-size: 17px;
    }

    .exclusive-main .allll {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .exclusive-categry {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .banner-categry {
        flex-direction: column;
    }

    .banner-section .content-banner {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .section-product-price .price-original span,
    .price,
    .product-item .product-price {
        font-size: 19px !important;
        font-weight: 600 !important;
    }

    .image-svg svg:nth-child(1) {
        width: 140px;
        height: 40px;
    }

    .image-svg svg:nth-child(3) {
        width: 140px;
        height: 40px;
    }

    .Video .main-video p {
        font-size: 17px;
        max-width: 79%;
    }

    .Video .main-video h3 {
        font-size: 35px;
    }

    .video-category .col-lg-8,
    .video-category .col-lg-4 {
        padding: 0 !important;
    }

    .time-item {
        border-radius: 10px;
        width: 40px;
        height: 50px;
        padding: 4px 4px !important;
    }

    .time-item span {
        font-size: 10px;
        font-weight: 600;
    }

    .time-item p {
        font-size: 10px;
        font-weight: 400;
    }

    .search-header .image-logo {
        width: 90px !important;
    }

    .upper-bar {
        display: unset !important;
    }

    .gallery-images .all-images {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        grid-template-areas:
            "item3 item1 item1"
            "item3 item2 item2"
            "item4 item5 item5";
    }

    .main-slice .main-slider .slick-dots {
        bottom: 20px !important;
    }

    .slice-item .slice-slide {
        top: 26%;
        right: 40px;
        max-width: 60%;
        max-height: 150px;
    }

    .btn-link {
        padding: 10px 25px;
        font-size: 16px;
    }

    .slice-item .slice-slide p {
        font-size: 19px;
    }

    .slice-item .slice-slide h2 {
        font-size: 25px;
    }

    .container-fluid {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .cust-review .row {
        min-height: unset;
    }

    .product-item .product-title {
        min-height: 40px !important;
    }

    .col-product-image-wrapper {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .quality-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-categry .banner-image {
        border-radius: 10px;
    }

    .gallery-images .all-images {
        gap: 10px;
    }

    .slice-item .slice-slide {
        top: 5%;
        right: 20px;
        gap: 10px;
    }

    .main-slider .linked-images:has(.mobile-image) .desktop-image {
        display: none;
    }

    .main-slider .linked-images:has(.mobile-image) .mobile-image {
        display: block;
    }

    .banar-mobile {
        display: block;
    }

    .banar-disc {
        display: none;
    }

    .advantages-dics {
        display: none;
    }

    .advantages-mobi {
        display: block;
    }

    .galla-mobi {
        display: block;
    }

    .galla-dics {
        display: none;
    }

    .offers .offer-main .content-offer h2 {
        font-size: 24px;
    }

    .icon-shopping_cart_black_36dp-1-1 {
        font-size: 80px;
    }

    .btn-empty {
        font-size: 17px;

    }

    .countdown .time-item {
        width: 50px;
        height: 50px;
    }

    .all-bton .btn-primary {
        padding: 7px;
        font-weight: 500;
        font-size: 16px;
    }

    .ss {
        margin-top: 65px;
        margin-bottom: 30px;
    }

    @keyframes brand {
        0% {
            transform: translateY(-80px);
        }

        50% {
            transform: translateY(-450px);
        }

        100% {
            transform: translateY(-80px);
        }

    }

    @keyframes branded {
        0% {
            transform: translateY(-70px);
        }

        20% {
            transform: translateY(-400px);
        }

        100% {
            transform: translateY(-70px);
        }

    }

    .cust-review {
        margin-top: 15px !important;
    }

    .product-item .product-price .section-product-price .price-original span,
    .price,
    .product-price span {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    .blog-text p {
        font-size: 16px !important;
    }

    .card-img,
    .gallery-images .all-images .card-img .galle-image {
        border-radius: 20px;
    }

    .category-box .img-box::before,
    .category-box .img-box .shape-hexagons::before {
        padding-top: 120px;
    }

    .svg-review {
        top: -186px;
    }

    .review-img img {
        width: 250px;
        height: 150px;
    }

    .offers .offer-main {
        min-height: 400px;
    }

    .offers .offer-main .content-offer {
        top: 10%;
        right: 10px;
        max-width: 60%;
    }

    .iamge-case {
        width: 167px;
        height: 167px;
    }

    .coled {
        padding: 10px;
    }

    .products-list {
        grid-template-columns: 1fr 1fr;
    }

    .rtl .dropdown-menu {
        right: -16px !important;
    }

    .alls-brands .brands-imge {
        min-height: 125px;
    }

    .alls-brands {
        margin: 5px;
        border-radius: 20px;
    }

    .alls-brands .brands-imge .imge-brand {
        width: 100px;
    }

    .alls-brands .brands-imge {
        min-height: 140px;
        padding: 8px;
    }

    .cust-review {
        margin-top: 75px;
    }

    .btn-cart {
        padding: 10px 30px;
    }

    .feature-section .content-feature h2 {
        font-size: 30px;
    }

    .image-svg {
        gap: 0;
    }

    .logistics-pay-icons a {
        padding: 5px !important;
    }

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

    .footer-about-us-links-div h2 {
        font-size: 19px;
        margin-top: 8px;
    }

    .offers .offer-main .content-offer {
        padding: 15px;
    }

    .offers .offer-main .content-offer h1,
    .offers .offer-main .content-offer p {
        font-size: 15px;
    }

    .brands h2,
    .offers .offer-main .content-offer h2 {
        font-size: 25px;
    }

    .options-cards {
        padding: 5px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 15px;
    }

    .articles-cards {
        grid-template-columns: 1fr;
    }

    .feature-section .content-feature p {
        font-size: 17px;
    }

    .content-feature {
        padding: 0;
    }

    .exclusive-main {
        font-size: 30px;
    }

    .exclusive-main {
        grid-template-columns: 1fr 1fr;
    }

    .exclusive-content {
        gap: 20px;
    }



    .text-banner {
        gap: 15px;
    }

    .Video .main-video h3 {
        font-size: 30px;
    }

    .section-product-price .price-original span,
    .price,
    .product-item .product-price {
        font-size: 18px !important;
        font-weight: 500 !important;
    }

    .section-product-price>div:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .text-title {
        font-size: 23px;
    }

    .image-svg svg:nth-child(3) {
        width: 130px;
        height: 30px;
    }

    .image-svg svg:nth-child(1) {
        width: 130px;
        height: 30px;
    }

    .title-svg {
        font-size: 16px;
    }

    .image-head {
        height: auto !important;
    }

    .btn-link {
        padding: 10px;
    }

    .slice-item .slice-slide p {
        font-size: 17px;
    }

    .slice-item .slice-slide h2 {
        font-size: 22px;
    }

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

    .banner-section .content-banner .text-banner h2 {
        font-size: 28px;
    }

    .alls-brands .brands-imge p {
        font-size: 16px;
    }

    .counter-of-product {
        transform: translateY(-113px);
    }

    .prod-col .product-item .content-pro {
        transform: unset !important;
    }

    .product-item {
        max-height: 400px;
        min-height: 404px;
    }

}

@media (max-width: 450px) {
    .all-bton .btn-product-card-out-of-stock {
        border-radius: 5px !important;
    }

    .all-bton .btn-product-card-out-of-stock img {
        display: none !important;

    }

    .category-box {
        width: 150px;
    }

    .category-box .img-box img {
        width: 150px;
        height: 120px;
    }

    .setting-descrption {
        font-size: 15px;
    }

    .producted-settings {
        font-size: 15px;
        padding: 5px 8px;

    }

    .settings-descrptions {
        font-size: 15px;
        margin-right: 0;
    }

    .poster {
        gap: 10px;
    }

    .product-item {
        max-height: 380px;
        min-height: 380px;
    }

    .content-pro {
        min-height: 177px;
        max-height: 177px;
        justify-content: space-between;
        gap: 5px;
    }

    .all-opyions {
        transform: translateY(-31px);
        padding: 0 !important;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .counter-of-product {
        transform: translateY(-71px);
    }

    .countdown .time-item {
        width: 40px;
        height: 40px;
    }

    .section-product-price .price-discount,
    .product-item small {
        font-weight: 300 !important;
    }

    .all-bton .btn-primary {
        padding: 5px;
        border-radius: 25px;
        font-weight: 300;
        font-size: 15px;
    }


    .product-item .product-title {
        min-height: 40px !important;
    }

    .ss {
        margin-top: 45px;
        margin-bottom: 25px;
    }

    @keyframes brand {
        0% {
            transform: translateY(-50px);
        }

        50% {
            transform: translateY(-400px);
        }

        100% {
            transform: translateY(-50px);
        }

    }

    @keyframes branded {
        0% {
            transform: translateY(-60px);
        }

        20% {
            transform: translateY(-350px);
        }

        100% {
            transform: translateY(-60px);
        }

    }

    .badge-name {
        padding: 2px !important;
        font-size: 10px !important;
        gap: 0px !important;
        right: 3px !important;
        top: 3px !important;
    }

    .blog-title h1 {
        font-size: 1.5rem !important;
    }

    .blog-text p {
        font-size: 16px !important;
    }

    .shipping-col-4 span:last-child {
        text-align: end !important;
    }

    .tab-content-shipping .options-table .col {
        flex-direction: column;
    }

    .aaddress-personal-btn .col-lg-6 {
        max-width: 100%;
    }

    #btn_profile_delete_account {
        width: 100% !important;
    }

    #col-save-button .btn-primary {
        width: 100% !important;
    }

    .slide-menu ul a {
        font-size: 18px !important;
    }

    .brands-section .row {
        max-height: 450px;
    }

    .explain-details-product-views p {
        font-size: 15px;

    }

    .slice-item .slice-slide {
        max-width: 100%;
    }

    .small-opyions {
        gap: 2px;
    }

    .review-img img {
        width: 150px;
    }

    .section-product-price {
        max-width: 310px;
    }

    .categories-row {
        justify-content: center;
    }

    .card-categories-wrapper {
        width: 155px;
    }

    .iamge-case {
        width: 130px;
        height: 130px;
        transform: translate3d(0px, 39px, 0px);
    }

    .alls-brands .brands-imge .imge-brand {
        width: 70px;
        height: 25px;
    }

    .alls-brands .brands-imge p {
        font-size: 15px;
    }

    .brands-section .row:nth-child(1) {
        gap: 0;
    }

    .alls-brands .brands-imge {
        min-height: 100px;
    }

    .options-cards {
        padding: 10px;
    }

    .text-banner {
        gap: 10px;
    }

    .content-offer h1,
    .content-offer h2,
    .content-offer p {
        color: #fff !important;
    }

    .sm-search-div {
        transform: translateY(-30%);
    }

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

    .footer-about-us-links-div h2 {
        margin-top: 15px;

    }

    .offers .offer-main .content-offer {
        padding: 10px;
        gap: 7px;
        top: 20%;
        right: 20px;
        max-width: 100%;
        background-color: #0000004d;
        backdrop-filter: unset;
        margin: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

    .offers .offer-main {
        min-height: 300px;
    }

    .brands h3 {
        font-size: 15px;
    }

    .brands h2,
    .offers .offer-main .content-offer h2 {
        font-size: 22px;
    }

    .image-feature img {
        width: 100%;
    }

    .feature-section .content-feature p {
        font-size: 15px;
    }

    .feature-section .content-feature h2 {
        font-size: 22px;
    }

    .exclusive-key img {
        width: 30px;
        height: 30px;
    }

    .exclusive-key h2 {
        font-size: 16px;
    }

    .titile-exclusive p {
        font-size: 20px;
    }

    .banner-categry .banner-image img {
        border-radius: 12px;
    }

    .content-banner .banner-image {
        height: 270px;
    }

    .banner-section .content-banner .text-banner p {
        font-size: 16px;
    }

    .banner-section .content-banner .text-banner h2 {
        font-size: 22px;
    }

    .Video .main-video h3 {
        font-size: 22px;
    }

    .Video .main-video p {
        font-size: 15px;
        max-width: 90%;
    }

    .Video .main-video {
        gap: 1px;
    }

    .product-title span {
        font-size: 17px;
        font-weight: 400;
    }

    .time-item {
        border-radius: 8px;
        width: 37px;
        height: 43px;
        padding: 2px !important;
    }

    .countdown {
        gap: 1px;
    }

    .video-category .main-video .video-container {
        height: 150px;
    }

    .text-title {
        font-size: 20px;
    }

    .card-img {
        border-radius: 12px;
    }

    .gallery-images .all-images .card-img .galle-image {
        border-radius: 12px;
    }


    .cart-badge {
        font-size: 8px;
        border-radius: 4px;
        width: 15px;
        height: 15px;
    }

    .icon-language_white,
    .icon-account_circle_black_24dp {
        font-size: 23px !important;
    }

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


    .btn-link {
        font-size: 15px;
    }

    .slice-item .slice-slide p {
        font-size: 16px;
        font-weight: 500;
    }

    .slice-item .slice-slide h2 {
        font-size: 19px;
    }

    .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .add-review-btn {
        padding: 10px !important;
        font-size: 15px !important;
        font-weight: 400 !important;
    }

}

@media (max-width: 350px) {
    .iamge-case {
        width: 125px;
        height: 125px;
    }

    .card-categories-wrapper {
        width: 145px;
    }

    .nav-tabs .nav-link {
        width: auto !important;
    }

    .rtl .description-title {
        margin-right: 0 !important;
    }

    .nav-tabs .nav-item {
        height: 35px;

    }

    #myTab {
        gap: 10px;
    }

    #product-images .image-link {
        max-height: 200px !important;
        height: 200px !important;
    }

    .nav-tabs .nav-link.active {
        padding: 3px !important;
    }

    .tab-product .description-title {
        font-weight: 400;
        font-size: 16px;
    }

    .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

/** end  style for respnsive **/