/*your custom css goes here*/

@font-face {
    font-family: 'DINNextLTArabic';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/DINNEXTLTARABIC/DINNEXTLTARABIC-LIGHT.ttf") format("truetype");
}

@font-face {
    font-family: 'DINNextLTArabic';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/DINNEXTLTARABIC/DINNextLTArabic-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'DINNextLTArabic';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/DINNEXTLTARABIC/DINNextLTArabic-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'DINNextLTArabic';
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/DINNEXTLTARABIC/DINNextLTArabic-Bold.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DINNextLTArabic' !important;
    font-size: 16px !important;
}

.aiz-main-wrapper {
    background-color: #FFFFFF;
}

/* fotter-sec */
.fotter-sec {
    padding: 62px 0 53px;
    background-color: #252525 !important;
}

.fotter-sec .logo-footer {
    width: auto;
    height: auto;
}
.resident-img {
    width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .fotter-sec .logo-footer {
        margin: 0 auto;
    }
}

.fotter-sec .logo-footer img {
    width: 120px;
    height: auto;
    max-width: 250px !important;

}

.fotter-sec .footer-main-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.fotter-sec .footer-main-text * {
    font-size: 13px !important;
    line-height: 30px;
}

.fotter-sec h4 {
    border-color: #565656 !important;
}

.fotter-sec li a:hover {
    color: var(--primary) !important;
}

ul.social a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-bar-area .logo-box img {
    max-width: 116.66px !important;
}

.copyright-footer {
    background-color: #252525 !important;
    border-top: 1px solid #565656;
    padding: 0 40px;
}

@media (max-width: 1199px) {
    .copyright-footer {
        padding-bottom: 25px;
    }
}

.tooltip-inner {
    font-family: 'DINNextLTArabic' !important;
}

.aiz-category-menu .category-nav-element:hover > a {
    background: #f9f9f9;
    box-shadow: none;
}

[dir="rtl"] .aiz-category-menu .all-category a {
    position: absolute;
    left: 15px;
    right: auto;
}


.aiz-category-menu .all-category a {
    position: absolute;
    right: 15px;
}


.aiz-category-menu .all-category a:hover {
    color: var(--hov-primary) !important;
}

.aiz-category-menu .bg-soft-primary {
    background: #fbfbfb !important;
}

.category-nav-element a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: 1 !important;
}

.category-nav-element a span {
    font-weight: 500;
    font-size: 15px;
}

.today-deal-box .bg-soft-primary {
    background: #ffffff !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.today-deal-box .today-deal-body {
    background-color: #f2f3f8 !important;
}

.today-deal-box .today-deal-body a {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.aiz-card-box {
    box-shadow: none !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 8px !important;
    transition: 0.3s;
    position: relative;
    padding: 10px;
}

.aiz-card-box:hover {
    box-shadow: -1px 5px 39px rgba(233, 233, 233, 0.68) !important;
    border-color: #FFF !important;
}

.aiz-card-box .badge-custom {
    position: relative;
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 5%) !important;
}

.badge-custom {
    padding: 2px 6px;
    width: 66.55px !important;
    font-size: 10px;
    height: 25.23px;
    border-radius: 0 8px 8px 0;
    color: var(--white) !important;
    font-weight: 600;
    position: absolute;
    background: #DB242C;
    z-index: 1;
    top: 13px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

html[dir="rtl"] .badge-custom {
    border-radius: 8px 0 0 8px;
    right: 0;
    left: unset;
}

.badge-custom::before {
    position: absolute;
    left: -4px;
    top: 0;
    content: '';
    transform: scale(-1, 1);
    width: 4px;
    height: 100%;
    background-image: url(../img/badge-border.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

html[dir="rtl"] .badge-custom::before {
    right: -4px;
    left: unset;
    transform: scale(1, 1);

}

.top10_categories .category-box {
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 8%);
    border-radius: 8px !important;
    border: none !important;
}

.top10_categories .category-box img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.top10_categories .category-box:hover {
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 8%) !important;
}

.top10_brands .brands-box {
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 8%);
    border-radius: 8px !important;
    border: none !important;
}

.top10_brands .brands-box:hover {
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 8%) !important;
}

.footer-cards-links {
    margin-bottom: 30px;
    border-radius: 10px;
    border: none !important;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.footer-cards-links a {
    border-color: #f6f6f6 !important;
}

.footer-cards-links .col-lg-3:first-child a {
    border-right: none !important;
}

.footer-cards-links .col-lg-3:last-child a {
    border-left: none !important;
}

.footer-cards-links a:hover {
    background: #fdfdfd;
}

/* noUi-txt plugin style */
.noUi-target {
    background: #e0e2e3;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    height: 5px;
}

.noUi-connect {
    background: #232F3E;
}

.noUi-ltr.noUi-horizontal .noUi-handle {
    right: auto;
    left: 21px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--primary);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    outline: none;
    border: 2px solid #fff;
    cursor: pointer;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: 21px;
    left: auto;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: var(--primary);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    outline: none;
    border: 2px solid #fff;
    cursor: pointer;
}

.noUi-ltr.noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

@media (max-width: 991px) {
    .price-slider-wrapper {
        margin: 15px !important;
    }
}

.breadcrumb .breadcrumb-item {
    transition: 0.3s;
}

.breadcrumb .breadcrumb-item:not(:last-child):hover {
    opacity: 1 !important;
}

.breadcrumb .breadcrumb-item:not(:last-child) a:hover {
    color: var(--primary) !important;
    opacity: 1;
}

.nav-cart-box .dropdown-menu {
    border: none;
    top: 90%;
    box-shadow: 0 0 20px 0 rgb(82 63 105 / 15%);
}

.nav-cart-box .dropdown-menu h3 {
    font-size: 14px;
    color: #787878;
}

.product-quantity-box .btn {
    width: 25px;
    height: 25px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


.jssocials-share:last-child {
    margin-right: .6em;
}

.jssocials-share-link {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 0;
}

/* slick right position */
.slick-track {
    margin-right: 0 !important;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: auto !important;
}

[dir="rtl"] .slick-track {
    margin-left: auto !important;
    margin-right: 0 !important;
}


.btn.out-of-stock {
    background: #fff3cd !important;
    color: #856404 !important;
    border: none !important;
}

.user-dashboard .aiz-user-sidenav .user-aside-head {
    background: #FFF !important;
}

.user-dashboard .aiz-user-sidenav .user-aside-head h4 {
    color: #525252;
}

.user-dashboard .aiz-user-sidenav .user-aside-head .text-truncate {
    color: #000;
}

.user-dashboard .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    color: #303030;
}

.user-dashboard .aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-icon {
    color: #303030;
}

.user-dashboard .aiz-user-sidenav .aiz-side-nav-link.active,
.user-dashboard aiz-user-sidenav .aiz-side-nav-link:hover {
    background-color: var(--primary);
    color: #FFF;
}

.user-dashboard .aiz-user-sidenav .active .aiz-side-nav-icon {
    color: #FFF;
}

.aiz-user-sidenav .aiz-side-nav-link:hover {
    background-color: var(--primary);
}

.aiz-user-sidenav .aiz-side-nav-link:hover span {
    color: #FFF;
}

.aiz-user-sidenav .aiz-side-nav-link:hover .aiz-side-nav-icon {
    color: #FFF;
}


.compare-table td img {
    width: 150px;
    height: auto;
    object-fit: contain;
    padding: 0 !important;
}

.compare-table thead {
    background: #f3f3f3;
}

.compare-table thead tr th {
    border-bottom: 0;
}

/*#addToCart .slick-list {*/
/*    height: auto !important;*/
/*}*/

.aiz-table .footable-toggle {
    margin-right: 10px;
    margin-left: 10px;
}

.notification-dropdown {
    margin-inline-start: 15px;
}

.notification-dropdown .dropdown-menu {
    top: 20px !important;
    box-shadow: 0 0 20px 0 rgb(82 63 105 / 15%);
}

.copyright-footer .made-w-apex a {
    color: #FFF;
    font-weight: 500 !important;
}

.copyright-footer .copyright-p-text {
    margin-bottom: 0 !important;
}

.fotter-sec .social {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 767px) {
    .fotter-sec .social {
        justify-content: center;
    }

    .copyright-footer .copyright-p-text {
        text-align: center;
        font-size: 12px;
        margin-bottom: 8px !important;
    }

}

.loveapex {
    -webkit-animation: loveapex 1s ease-in-out alternate forwards infinite;
    animation: loveapex 1s ease-in-out alternate forwards infinite;
    padding: 0 3px
}

@-webkit-keyframes loveapex {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes loveapex {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.search-product img {
    width: 50px !important;
    height: 50px !important;
}

.nav-cart-box .list-group-item span a img {
    width: 60px !important;
    height: 60px !important;
}

.add-to-cart-alert {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart-alert i {
    font-size: 20px;
}

.add-to-cart-alert h3 {
    font-size: 18px;
    padding: 0 5px;
}

[dir="rtl"] .aiz-card-box:hover .aiz-p-hov-icon a {
    transform: translateX(12px);
    -webkit-transform: translateX(12px);
}

.aiz-card-box:hover .aiz-p-hov-icon a {
    transform: translateX(-12px);
    -webkit-transform: translateX(-12px);
}

.aiz-card-box .absolute-top-right {
    top: 10px;
}

.aiz-card-box .sale-badge {
    color: #333;
}

.aiz-card-box .sale-badge .box {
    background: #25c582;
}

/* banner 1 */
.home_banner_images_box {
    height: 300px;
}

@media (max-width: 1199px) {
    .home_banner_images_box {
        height: 100%;
    }
}

.home_banner_images_box a {
    height: 100%;
}

.home_banner_images_box img {
    height: 100% !important;
}

.blog-card-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.blog-card-columns .card img {
    width: 100%;
    max-height: 200px;
}

.blog-card-columns .card .btn {
    background: #DDD;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-card-columns .card .btn:hover {
    background: #2b2a28;
    color: #FFF;
    border-color: #2b2a28;
}

@media (max-width: 1199px) {
    .blog-card-columns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .blog-card-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blog-card-columns {
        grid-template-columns: 100%;
    }
}

.blog-details .blog-img img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1199px) {
    .blog-details .blog-img img {
        height: 300px;
    }
}

#blog_details * {
    font-family: 'DINNextLTArabic' !important;
}

.header-menu li a:hover {
    color: var(--hov-primary) !important;
}

.header-menu li.active a {
    color: var(--hov-primary) !important;
    opacity: 1 !important;
}

@media (min-width: 1200px) {
    #addToCart .modal-dialog {
        max-width: 800px;
    }
}

.dropdown-address {
    position: absolute;
    right: 0;
    top: 0;
    left: unset;
}

[dir="rtl"] .dropdown-address {
    position: absolute;
    left: 0;
    top: 0;
    right: unset;
}

.address-list .address-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.address-list .address-list-item span:nth-child(1) {
    width: 20% !important;
    font-weight: 500 !important;
}

.aiz-table .footable-toggle {
    color: #ffffff;
    background-color: #25c7bf;
    cursor: pointer;
}

.aiz-table .footable-toggle.fooicon-minus {
    background-color: #34b3a7;
}

.btn-coupon {
    padding: 0.5rem;
    font-size: .8rem;
}
[dir="rtl"] .la-arrow-left {
    transform: rotate(180deg);
}
[dir="rtl"] .fa-long-arrow-alt-right {
    transform: rotate(180deg);
}
[dir="rtl"] .la-arrow-right:before {
    transform: rotate(180deg);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    bottom: 13%;
    top: unset;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    width: auto;
    font-size: 1.5rem;
    height: auto;
    margin-top: auto;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

html[dir="rtl"] .swiper-button-next {
    right: unset;
    left: 0;
    bottom: 13%;
    top: unset;
}

.col.done .text-success {
    color: #9a9a9b !important;
}

.cart-summary-box .table {
    margin-bottom: 0;
}

.cart-summary-box .table thead th {
    border: none;
    background-color: #f1f1f1;
}

.cart-summary-box .cart-total span {
    font-size: 17px;
}

.cart-summary-box .cart-total td {
    color: var(--primary);
}

/* notification-dropdown */

.notification-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 0 20px 0 rgb(82 63 105 / 15%);
}


.add-to-cart-btn {
    background: #00A543 !important;
    color: #FFF !important;
}

.add-to-cart-btn:hover {
    background: #00943b !important;
}

.buy-now-btn {
    background: rgba(95, 216, 196, 0.12) !important;
    color: #00A543 !important;
}

.buy-now-btn:hover {
    background: rgba(95, 216, 196, 0.30) !important;
}

/*  our branches page */

.our-branches-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .our-branches-grid {
        -ms-grid-columns: 1fr 25px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 25px;
    }
}

@media (max-width: 991px) {
    .our-branches-grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-gap: 0;
    }
}

.our-branches-grid .our-branche-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 991px) {
    .our-branches-grid .our-branche-box {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ececec;
    }

    .our-branches-grid .our-branche-box:last-child {
        border-bottom: 0;
    }
}

.our-branches-grid .our-branche-box h5 {
    color: #858383;
    margin-bottom: 15px;
    font-size: 16px;
}

@media (max-width: 991px) {
    .our-branches-grid .our-branche-box h5 {
        font-size: 14px;
    }
}

.our-branches-grid .our-branche-box h4 {
    margin-bottom: 20px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .our-branches-grid .our-branche-box h4 {
        font-size: 17px;
    }
}

.our-branches-grid .our-branche-box p {
    margin-top: 15px;
    margin-bottom: 0;
}

.our-branches-grid .our-branche-box a {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

@media (max-width: 991px) {
    .our-branches-grid .our-branche-box a {
        font-size: 13px;
    }
}

.our-branches-grid .our-branche-box .branche-map {
    height: 300px;
    width: 100%;
}

@media (max-width: 991px) {
    .our-branches-grid .our-branche-box .branche-map {
        height: 200px;
    }
}

.our-branches-grid .our-branche-box .branche-map iframe {
    width: 100%;
    height: 100%;
}


.sub-cat-menu {
    max-width: 500px;
    height: auto !important;
    width: auto !important;
}

[dir="rtl"] .aiz-category-menu .sub-cat-menu {
    left: auto;
    right: calc(25.4% - 10px);
}

.aiz-category-menu .sub-cat-menu {
    left: calc(25.4% - 10px);
}

.all-categories-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background-color: #FFF;
    padding: 15px;
}

@media (max-width: 991px) {
    .all-categories-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

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

@media (max-width: 575px) {
    .all-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.all-categories-grid .head a {
    font-weight: bold;
    font-size: 16px;
}

.categories-box {
    padding: 15px;
    border: 1px solid #ececec;
}

.all-categories-grid .categories-box-list ul {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

[dir="rtl"] .all-categories-grid .categories-box-list ul {
    padding-right: 0;
}

.all-categories-grid .categories-box-list ul a {
    font-weight: 500 !important;
}

.all-categories-grid .categories-box-list ul ul {
    padding-left: 15px !important;
}

[dir="rtl"] .all-categories-grid .categories-box-list ul ul {
    padding-right: 15px !important;
}

.all-categories-grid .categories-box-list ul a:hover {
    color: var(--primary) !important;
}

@media (max-width: 767px) {
    .aiz-main-wrapper .top-banner {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .account-footer-col {
        display: none !important;
    }
}

.header-bottom .nav-mobile-lang {
    display: none !important;
}

@media (max-width: 991px) {
    .top-navbar {
        display: none !important;
    }

    .header-bottom .nav-mobile-lang {
        display: flex !important;
        align-items: center;
        margin-bottom: 0;
        margin-left: 10px;
    }

    .nav-mobile-lang .search-mobile {
        padding: 0 !important;
    }

    .nav-mobile-lang .search-mobile i {
        font-size: 22px;
    }

    [dir="rtl"] .nav-mobile-lang .dropdown-menu-left {
        left: 0 !important;
        right: auto !important;
    }

    .nav-mobile-lang .dropdown-menu-left {
        left: auto !important;
        right: 0 !important;
    }

    .logo-bar-area .logo-box img {
        width: 80px;
    }

}


[dir="rtl"] .logo-bar-area i.la-long-arrow-left {
    transform: rotateY(180deg);
}

.aiz-category-menu .categories .category-nav-element a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.custom-inner-page {
    margin-bottom: 50px;
    padding: 0 20px;
    width: 90%;
}

.custom-inner-page * {
    font-family: 'DINNextLTArabic' !important;
}

@media (max-width: 767px) {
    .custom-inner-page {
        padding: 0;
        width: 100%;
    }
}

.custom-inner-page h5 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.5;
}

.custom-inner-page h6 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 1.5;
}

.custom-inner-page p {
    margin-bottom: 5px;
    font-size: 15px;
}

.custom-inner-page ul li {
    margin-bottom: 5px;
    font-size: 15px;
}

.aiz-side-nav-list .aiz-side-nav-link {
    font-size: 15px !important;
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link {
    font-size: 14px !important;
}

.header-menu-list li {
    position: relative;
}

.header-menu-list li .list-child {
    list-style: none !important;
    position: absolute;
    background: #FFF;
    padding: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 150px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
    z-index: 2;
}

.header-menu-list li:hover .list-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-menu-list li .list-child li {
    display: flex;
    align-items: flex-start;
}

.header-menu-list li .list-child li a {
    padding: 5px 0;
    color: #222;
    display: flex;
    width: 100%;
}

@media (max-width: 575px) {

    header .logo-bar-area,
    header .header-menu {
        transition: 0.3s;
    }

    header.sticky .logo-bar-area,
    header.sticky .header-menu {
        transition: 0.3s;
        padding: 5px 0;
    }
}


@supports ((position:-webkit-sticky) or (position:sticky)) {
    header.sticky-top {
        top: -1px;
    }
}

.deal-of-day .price {
    text-align: center;
}


.card-box-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 15px;
    z-index: 2;
}

[dir="rtl"] .card-box-list {
    right: auto;
    left: unset;
}

.card-box-list .list-item .badge-text {
    width: 100%;
    padding-right: 8px;
    padding-left: 10px;
    color: #333;
    min-width: 57px;
}

.card-box-list .list-item .sale-badge {
    min-width: auto;
    padding-left: 8px;
}

[dir="rtl"] .card-box-list .list-item .sale-badge {
    padding-right: 8px;
}

.card-box-list .list-item {
    margin-bottom: 8px;
}

.card-box-list .list-item .badge-custom {
    position: unset;
    top: unset;
    white-space: nowrap;
}
.custom-file-container__custom-file__custom-file-control__button {
    display: none;
}

@media (max-width: 767px) {

    .badge-custom .box {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 22px;
        width: 22px;
    }

    .card-box-list {
        top: 10px;
    }

    .card-box-list .list-item {
        margin-bottom: 4px;
    }

    .card-box-list .badge-custom {
        font-size: 9px;
        line-height: 20px;
    }
}

.product-gallery .slick-list .slick-slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
html[dir="rtl"] .iti__country-list {
    left: 0;
    right: auto;
    max-width: 290px;
    overflow-x: scroll !important;
    z-index: 3;
}


.slick-track {
    margin-left: 0 !important;
    margin-right: auto !important;
}

[dir="rtl"].slick-track {
    margin-left: auto !important;
    margin-right: 0 !important;
}

/*
[dir="rtl"] .logo-box {
    margin-right: 20%;
}
.logo-box {
    margin-left: 20%;
}
@media (max-width: 1366px) {
    [dir="rtl"] .logo-box {
        margin-right: 10%;
    }
    .logo-box {
        margin-left: 10%;
    }
}
@media (max-width: 767px) {
    [dir="rtl"] .logo-box {
        margin-right: 0;
    }
    .logo-box {
        margin-left: 0;
    }
} */


.page-wrapper {
    min-height: 55vh;
}

@media (min-width: 992px) {
    .logo-bar-area {
        padding: 18px 0;
    }
}

.category_menu-wrap .aiz-category-menu {
    min-height: 456px;
}

#checkout-form .aiz-megabox-elem img {
    width: 138px;
    height: 74px;
}


.modal-content .modal-body::-webkit-scrollbar-track {
    background: #FFF;
}

.modal-content .modal-body::-webkit-scrollbar-thumb {
    background: #DDD;
}

.modal-content .modal-body::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.message-seller {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

[dir="rtl"] .message-seller {
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: 0;
}


#tab_default_1 * {
    font-family: 'DINNextLTArabic' !important;
}

@media (max-width: 991px) {
    .category-boxs li:nth-child(n+6) {
        display: none;
    }

    .todays-deal-sec {
        display: none;
    }
}

.aiz-plus-minus .btn-sm {
    width: 27px;
    height: 27px;
}

.aiz-plus-minus .btn-sm i {
    font-size: 15px !important;
}

[dir='rtl'] .aiz-notify {
    left: auto !important;
    right: 20px !important;
}

p, a {
    line-height: 1.3;
}

/*new style*/

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


.top-navbar {
    border: none !important;
    background: rgba(243, 243, 243, 0.47) !important;
    min-height: 45px !important;
    display: flex;
    align-items: center;
}

.top-navbar .lang-change .dropdown-toggle {
    display: flex;
    align-items: center;
}

.top-navbar .dropdown-toggle:after {
    display: none;
}

.top-navbar .dropdown-toggle svg {
    margin-inline-start: 5px;
}

.top-navbar .dropdown-toggle span:not(.badge) {
    font-size: 14px;
    color: #424242;
}

.top-navbar .lang-change .dropdown-toggle .flag {
    width: 19px;
    height: auto;
}

.top-navbar .dropdown-menu {
    min-width: 126px;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    filter: drop-shadow(0 1px 16px rgba(159, 159, 159, 0.22));
    border-radius: 10px;
    overflow: hidden;
}

.top-navbar .dropdown-menu .dropdown-item {
    border-radius: 0;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.top-navbar .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0
}

.top-navbar .dropdown-menu .dropdown-item:hover {
    background: var(--hov-primary) !important;
}

.top-navbar .dropdown-menu .dropdown-item.active {
    background: var(--hov-primary) !important;
}

.top-navbar .lang-change .dropdown-menu .dropdown-item img {
    width: 17px;
    height: auto;
}

.top-navbar .lang-change .dropdown-menu .dropdown-item span {
    color: #3F3F3F;
    font-size: 14px;
    margin-inline-start: 5px;
}

.top-navbar .lang-change .dropdown-menu .dropdown-item:hover span {
    color: #FFF;
}


.top-navbar .currency-change .dropdown-menu {
    min-width: 160px;
}

.top-navbar .link-text {
    color: #424242 !important;
    font-size: 14px;
}

.top-navbar .link-text:hover {
    color: var(--hov-primary) !important;
}

.top-navbar .top-nav-action li {
    padding: 0 15px;
    margin: 0;
    position: relative;
}

.top-navbar .top-nav-action li:last-child {
    padding-inline-end: 0;
}


.top-navbar .top-nav-action li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background: rgba(63, 63, 63, 0.18);
}

[dir="rtl"] .top-navbar .top-nav-action li:after {
    left: 0;
    right: auto;
}

.top-navbar .top-nav-action li:last-child:after {
    display: none;
}

.top-navbar .top-nav-action .notification-dropdown .dropdown-menu {
    min-width: 250px !important;
}

/*header-bottom*/

.header-bottom {
    background: #FFF;
    /*padding-bottom: 18px;*/
    box-shadow: 0 1px 8px rgba(17, 17, 17, .08);
}

.header-bottom .front-header-search {
    position: relative;
    min-width: 687px;
}


.header-bottom .front-header-search .form-control {
    border-radius: 23px;
    height: 45px;
    border-color: #F0F0F0 !important;
    padding-inline-end: 50px;
}

.header-bottom .front-header-search .btn-primary {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 6.4px;
    top: 50%;
    z-index: 33;
    transform: translateY(-50%);
    background: var(--hov-primary);
    border: none !important;
}

[dir="rtl"] .header-bottom .front-header-search .btn-primary {
    left: 6.4px;
    right: auto;
}


.header-bottom .nav-bottom-action > a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
    background: rgba(245, 241, 232, 0.59);
    position: relative;
}

.header-bottom .nav-bottom-action a .badge {
    background: var(--hov-primary);
    padding: 0;
    font-size: 8px;
    font-weight: 500;
    margin: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -7px;
    top: -2px;
}

[dir="rtl"] .header-bottom .nav-bottom-action a .badge {
    left: -7px;
}

.header-bottom .nav-bottom-end {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: flex-end;
}

.header-bottom .header-menu {
    border-top: 1px solid rgba(112, 112, 112, 0.09);
}

.header-bottom .header-menu .header-menu-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

[dir="rtl"] .header-bottom .header-menu .header-menu-list {
    gap: 35px;
}

.header-bottom .header-menu .header-menu-list .list-inline-item {
    margin: 0;
}

.header-bottom .header-menu .header-menu-list .list-inline-item a {
    padding: 18px 0;
    font-size: 15px;
    font-weight: 500;
    color: #424242 !important;
    margin: 0;
    display: inline-flex;
}

.header-bottom .header-menu .header-menu-list .list-inline-item.active a {
    color: var(--hov-primary) !important;
}

.header-bottom .header-menu .header-menu-list .list-inline-item a:hover {
    color: var(--hov-primary) !important;
}

.home-banner-area {
    padding-top: 12px;
    margin-bottom: 34px;
}

.home-banner-area .slick-slider {
    height: 508px;
    border-radius: 20px;
    overflow: hidden;
}

.home-banner-area .slick-slide * {
    height: 508px !important;
}

.home-banner-area .slick-slide img {
    height: 100%;
    border-radius: 20px !important;
    object-fit: cover !important;
}

.home-banner-area .slick-dots {
    display: none !important;
}

.home-banner-area .aiz-carousel .slick-arrow {
    display: none !important;
}


/*banners*/
.banner-boxs {
    margin-bottom: 40px;
}

.banner-boxs .banner-boxs-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 29px;
}

.banner-boxs .banner-box {
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.banner-boxs .banner-box .img {
    transform: translateY(-21px);
}

.banner-boxs .banner-box .text {
    transform: translateX(-30px);
}

[dir="rtl"] .banner-boxs .banner-box .text {
    transform: translateX(30px);
}

.banner-boxs .banner-box h5 {
    font-size: 20px;
    font-weight: bold;
    color: #3F3F3F;
    margin-bottom: 31px;
}

.banner-boxs .banner-box p {
    margin-bottom: 33px;
}

.banner-boxs .banner-box .btn-primary {
    min-width: 129px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
}

.banner-boxs .banner-box .btn-primary span {
    position: relative;
    top: -4px;
}

.banner-boxs .banner-box:nth-child(1) {
    background: rgba(174, 141, 64, 0.06);
}

.banner-boxs .banner-box:nth-child(2) {
    background: rgba(230, 245, 246, 1);
}

.banner-boxs .banner-box:nth-child(2) .btn-primary {
    background: var(--hov-primary);
    border-color: var(--hov-primary) !important;
}

.banner-boxs .banner-box:nth-child(2) .btn-primary:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 33px;
}

.section-header .section-name {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-header .section-name h3 {
    padding-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    color: #424242;
}

.section-header .section-header-arrow {
    display: flex;
    align-items: center;
    gap: 16px;
}

.section-header .section-header-arrow button {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FAF8F4;
    border: 0;
    border-radius: 50%;
    transform: rotate(180deg);
}

[dir='rtl'] .section-header .section-header-arrow button {
    transform: none;
}

.section-header .section-header-arrow button:hover {
    background: #FAF8F4;
}

.featured-products .aiz-card-box {
    margin: 0 10px !important;
}

.aiz-card-box .slick-slide img {
    height: 176px !important;
}

.aiz-card-box .product-desc {
    text-align: start;
    padding: 24px 10px 21px;
}

.aiz-card-box .product-desc .product-cat {
    font-size: 16px;
    margin-bottom: 16px;
    color: #8D8D8D;
}

.aiz-card-box .product-desc h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3F3F3F;
}

.aiz-card-box .product-desc h3 a {
    color: #3F3F3F !important;
}


.aiz-card-box .product-desc .price {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-direction: row-reverse;
}

.aiz-card-box .product-desc .price span {
    font-size: 18px;
    font-weight: bold;
    color: var(--hov-primary);
}

.featured-products {
    margin-bottom: 30px;
}

/*.featured-products .slick-track:after {*/
/*    display: none; !important;*/
/*}*/

.home_banner_images_box {
    height: 257px;
    border-radius: 20px;
    overflow: hidden;
}

.home_banner_images_box {
    border-radius: 20px;
}

.random_products-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

@media (max-width: 1199px) {
    .random_products-wrap {
        grid-gap: 16px;
    }
}


@media (max-width: 991px) {
    .random_products-wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 767px) {
    .random_products-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

.load-more-btn {
    min-width: 128px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFF !important;
    background: var(--hov-primary);
    box-shadow: 0 3px 13px rgba(0, 154, 129, 0.28);
    border-radius: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.load-more-btn span {
    position: relative;
    top: -3px;
}

[dir="rtl"] .load-more-btn span {
    position: relative;
    top: -5px;
}

.featured-products-wrap {
    display: flex;
    flex-direction: column;

}

.featured-products-wrap .carousel-box:first-child {
    margin-bottom: 40px;
}


.aiz-card-box .backimg {
    display: none;
}

.aiz-card-box:hover .backimg {
    display: block;
}

.aiz-card-box:hover .frontimg {
    display: none;
}

.aiz-card-box .offer {
    min-width: 43px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
    position: absolute;
    left: 20px;
    top: 15px;
    background: #E85546;
    border-radius: 4px;
    z-index: 1;
}

[dir="rtl"] .aiz-card-box .offer {
    right: 20px;
    left: auto;
}

.aiz-card-box .offer span {
    direction: ltr;
}

.fotter-sec {
    position: relative;
}

.go-top {
    position: absolute;
    right: 30px;
    top: -100px;
}


@media (max-width: 1199px) {
    .header-bottom .header-bottom-inner {
        gap: 40px;
    }

    .header-bottom .front-header-search {
        min-width: auto;
        flex: 1;
    }

    .featured-products .aiz-card-box {
        margin: 0 8px !important;
    }

    .home-banner-area .slick-slider {
        height: 300px !important;
    }

    .home-banner-area .slick-slide * {
        height: 300px !important;
    }

    .section-header .section-name h3 {
        font-size: 18px;
    }

    .section-header {
        margin-bottom: 20px;
    }

    .aiz-card-box .product-desc {
        padding: 10px !important;
    }

    .aiz-card-box .product-desc .product-cat {
        font-size: 14px;
        margin-bottom: 10px
    }

    .aiz-card-box .product-desc h3 {
        font-size: 14px;
    }

    .aiz-card-box .product-desc .price {
        font-size: 14px;
        margin-top: 10px;
    }

    .home_banner_images_box {
        height: 200px;
    }
}

@media (max-width: 991px) {
    .header-bottom .nav-bottom-end {
        display: none;
    }

    .header-bottom .front-header-search {
        position: absolute;
    }

    .header-bottom .nav-mobile-lang .lang-dropdown {
        margin-bottom: 0;
    }

    .header-bottom .header-bottom-inner {
        padding: 10px 0;
    }

    .header-bottom .nav-mobile-lang .lang-dropdown {
        display: flex;
        align-items: center;
    }

    .home-banner-area .slick-slider {
        height: 200px !important;
    }

    .home-banner-area .slick-slide * {
        height: 200px !important;
    }

    .banner-boxs .banner-boxs-inner {
        grid-template-columns: 100%;
        gap: 15px;
    }

    .banner-boxs .banner-boxs-inner .banner-box img {
        width: 70%;
    }

    .home_banner_images_box {
        height: auto !important;
    }

    .featured-products {
        margin-bottom: 15px;
    }

}

@media (max-width: 767px) {
    .header-bottom .header-menu .header-menu-list .list-inline-item a {
        padding: 10px 0;
    }

    .home-banner-area .slick-slider {
        height: auto !important;
    }

    .home-banner-area .slick-slide * {
        height: auto !important;
    }

    .banner-boxs .banner-box {
        padding: 15px;
    }

    .banner-boxs .banner-box h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .banner-boxs .banner-box p {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .banner-boxs .banner-box .btn-primary {
        font-size: 12px;
        height: 31px;
        min-width: 94px;
    }

    .section-header .section-header-arrow button {
        width: 30px;
        height: 30px;
    }

    .home_banner_images_box {
        height: 80px;
        border-radius: 8px;
    }

    .fotter-sec {
        padding: 30px 0;
    }

    .go-top {
        right: 10px;
        top: -30px;
    }
}

.no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.no-data p {
    color: #9f9f9f;
    margin-top: 15px;
}


/*product-details-wrap*/

.product-details-wrap .product-details-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-details-wrap .product-details-img .main-img {

}

.product-details-wrap .product-details-img .img-zoom-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}

[dir="rtl"] .product-details-wrap .product-details-img .img-zoom-box {
    left: 0;
    right: auto;
}

.product-details-wrap .product-details-img .img-zoom-box:hover {
    background-color: #3d3d3d;
}

.product-details-wrap .product-details-img .img-zoom-box img {
    filter: invert(1) brightness(10);
}

.product-details-wrap .product-details-img .img-zoom-box:hover img {
    filter: none;
}

.product-details-wrap .product-details-info {

}

.product-details-wrap .product-details-info .product-name {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-details-wrap .product-details-info .product-price-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;

}

.product-details-wrap .product-details-info .product-price-inner .discount-price {

}

.product-details-wrap .product-details-info .product-price-inner .discount-price del {
    color: #C2C2C2 !important;
    font-size: 16px;
    font-weight: 400;
}

.product-details-wrap .product-details-info .product-price-inner .price h4 {
    color: var(--hov-primary) !important;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0;
}

.product-details-wrap .product-details-info .product-descrition {

}

.product-details-wrap .product-details-info .product-descrition p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
}

.product-details-wrap .product-details-info .addcart-quantity-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.quantity-bx {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    border: 1px solid #D9E5E5;
    border-radius: 30px;
    width: 131px;
    height: 60px;
    padding: 0 25px 2px 25px;
    line-height: 1.75;
    display: flex;
    justify-content: center;
    align-items: center;

}

.quantity-bx .btn-circle.btn-sm.btn-icon {
    background: transparent;
    border: none;
}

.quantity-bx .btn-circle.btn-sm.btn-icon svg {
    width: 20px;
}

.quantity-bx .btn-circle.btn-sm.btn-icon svg path {
    fill: var(--hov-primary);
}

.quantity-bx input[type="number"] {
    font-weight: bold;
    font-size: 18px !important;
}


.product-details-wrap .product-details-info .addcart-quantity-row .add_to_cart .add-to-cart-btn {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 17px 42px 18px 42px;
    border-radius: 30px;
    background-color: var(--hov-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.product-details-wrap .product-details-info .addcart-quantity-row .add_to_cart .add-to-cart-btn:hover {
    background-color: #006252 !important;
}

.product-details-wrap .product-details-info .product-head-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-details-wrap .product-details-info .product-head-info .add-to-wish-list .btnAddToWishList {
    transition: 0.3s !important;
    padding: 0;
}

.product-details-wrap .product-details-info .product-head-info .add-to-wish-list .btnAddToWishList svg {
    width: 25px;
}

.product-details-wrap .product-details-info .product-head-info .add-to-wish-list .btnAddToWishList svg path {
    fill: #c1c1c1;
    transition: 0.3s !important;
}

.product-details-wrap .product-details-info .product-head-info .add-to-wish-list .btnAddToWishList:hover svg path {
    fill: #ff0000;
}


.product-desc .product-desc-wrap .nav {
    border: none;
    background: var(--hov-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
}

.product-desc .product-desc-wrap .nav a {
    padding: 20px 25px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    opacity: 0.8;
}

.product-desc .product-desc-wrap .nav a.active {
    border-bottom: 2px solid #FFF;
    opacity: 1;
}

.product-desc .product-desc-wrap .tab-content {
    background-color: #F3F3F3;
    border-radius: 0 0 20px 20px;

    border: 1px solid #D9E5E5 !important;
}

.product-desc .related-products {
    margin-top: 25px;
}

.product-desc .related-products h3 {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-weight: 700;
}

.product-desc .related-products .slick-arrow {
    display: none !important;
}

@media (max-width: 767px) {
    .product-details-wrap .product-details-info .product-name {
        font-size: 25px;
    }

    .product-details-wrap .product-details-info .product-price-inner .price h4 {
        font-size: 20px;
    }

    .product-details-wrap .product-details-info .product-price-inner .discount-price del {
        font-size: 14px;
    }

    .quantity-bx {
        height: 50px;
    }

    .product-details-wrap .product-details-info .addcart-quantity-row .add_to_cart .add-to-cart-btn {
        padding: 13px 42px 13px 42px;
    }

    .product-details-wrap .product-details-info .product-foot-action .btnAddToWishList {
        height: 45px;
        padding: 10px 15px;
    }

    .product-details-wrap .product-details-info .product-foot-action .btnAddToWishList span {
        margin-inline-end: 10px;
    }

    .product-desc .related-products h3 {
        font-size: 20px;
    }
}

.new-boxShadow {
    box-shadow: 0 0 8px 2px rgb(0 0 0 / 8%) !important;
}

.profile-wrap {
    background-color: #f9f9f9 !important;
}

.shadow-sm {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 5%) !important;
}

.fotter-sec .social .list-inline-item {
    margin-right: .5rem;
}

[dir="rtl"] .fotter-sec .social .list-inline-item {
    margin-left: .5rem;
    margin-right: 0;
}


.product-modal .add_to_cart .add-to-cart-btn {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 13px 30px 13px 30px;
    border-radius: 30px;
    background-color: var(--hov-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.product-modal .add_to_cart .add-to-cart-btn:hover {
    background-color: #006252 !important;
}

.product-modal #chosen_price_div #chosen_price {
    font-size: 23px;
    color: var(--hov-primary);
}

.product-modal .add-to-cart-btn {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 13px 30px 13px 30px;
    border-radius: 30px;
    background-color: var(--hov-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 10px;
}

.product-modal .add-to-cart-btn:hover {
    background-color: #006252 !important;
}

.product-modal .buy-now-btn {
    border-radius: 30px;
    padding: 13px 30px 13px 30px;
}

.profile-wrap .btn-primary {
    background-color: var(--hov-primary);
    border-color: var(--hov-primary) !important;
}

.profile-wrap .btn-primary:hover {
    background-color: #006252 !important;
}

.badge-primary {
    background-color: var(--hov-primary);
}

.flash-deal-page .flash-deal-box img {
    width: 100%;
    height: 508px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
}

.flash-deal-page h1 {
    font-size: 25px;
    margin-bottom: 25px;
}

.flash-deal-page .aiz-count-down .countdown-item {
    background: var(--hov-primary);
}

.aiz-card-box .aiz-card-box-foot {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 8px;
}

@media (max-width: 575px) {
    .aiz-card-box .aiz-card-box-foot {
        flex-direction: column-reverse;
        justify-content: center;

    }
}

.aiz-card-box .aiz-card-box-foot .la-trash {
    font-size: 20px;
}

.aiz-card-box .aiz-card-box-foot .add-to-cart-btn {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400 !important;
    text-transform: capitalize;
    padding: 8px;
    border-radius: 30px;
    background-color: var(--hov-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
}

.aiz-card-box .aiz-card-box-foot .add-to-cart-btn img {
    width: 17px;
}

.aiz-card-box .aiz-card-box-foot .add-to-cart-btn:hover {
    background: #006252 !important;
}

@media (max-width: 767px) {
    .flash-deal-page .flash-deal-box img {
        height: auto !important;
    }

    .flash-deal-page h1 {
        font-size: 16px;
    }

    .aiz-card-box .aiz-card-box-foot .add-to-cart-btn img {
        width: 15px;
    }

}

html[dir="rtl"] .data-range-order .col-6:first-child {
    order: 1;
    text-align: left;
}

html[dir="rtl"] .data-range-order .col-6:last-child {
    order: 0;
    text-align: right !important;
}


#dropzone-external {
    width: 100%;
    height: auto;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

.custom-uploader {
    border-width: 1px !important;
    border-style: dashed;
    border-color: var(--color-dark) !important;
    border-radius: .5rem;
    padding: 2rem !important;
}

#dropzone-external > * {
    pointer-events: none;
}

#dropzone-external.dropzone-active {
    border-style: solid;
}

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.5;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

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

.file-item .file-item-content {
    display: grid;
    grid-template-columns: .3fr 2fr 0fr;
}

/* For Chrome or Safari */
progress::-webkit-progress-bar {
    background-color: #eeeeee;
}

progress::-webkit-progress-value {
    background-color: var(--color-primary) !important;
}


/* For Firefox */
progress {
    background-color: #eee;
}

progress::-moz-progress-bar {
    background-color: var(--color-primary) !important;
}

/* For IE10 */
progress {
    background-color: #eee;
}

progress {
    background-color: var(--color-primary);
}

.item-download-file {
    display: grid;
    grid-template-columns: .15fr .2fr 3fr .8fr;
    margin-top: 3rem;
}

.item-download-file .h5 {
    margin-bottom: 0;
    line-height: 130%;
}

.count {
    background: var(--color-primary);
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white);
}
.cursor-pointer {
    cursor: pointer!important;
}


.item-blog {
    display: grid;
    grid-template-columns: .3fr 1fr;
    align-items: center;
}

.item-blog + .item-blog {
    margin-top: .8rem;
}

.item-blog > a {
    width: 3.75rem;
}

.item-blog h2 {
    margin-bottom: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: .5rem;
}

.item-blog h2 a {
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 130%;
    color: var(--color-white);
    opacity: 0.8;
}

.item-blog h2 > span {
    font-weight: 400;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 130%;
    color: var(--color-white);
    opacity: 0.8;
    display: block;
}


.custom-alert {
    background-color: #EAEAEA;
    padding: .75rem 1rem;
    border-radius: 25px !important;
}
.custom-alert.alert-info {
    color: #1861F0;
}

.custom-alert.alert-success {
    color: #0DCB43;
}

.custom-alert.alert-danger {
    color: #E2131B;
}

.category-title {
    position: absolute;
    top: 26%;
    left: 1rem;
    font-size: 3rem;
    max-width: 30rem;
    font-weight: 600;
    transform: translate(0, -50%);
    line-height: 130%;
}
.dz-preview {
    margin-top: 1rem;
}
.dz-size, .dz-error-mark, .dz-success-mark {
    display: none;
}
#file-uploader {
    width: 100%;
}
