@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');

:root {
    --global-font: "Exo", sans-serif;
    --global-font-color: #232538;
    --global-font-size: 14px;
    --global-line-height: 18px;
    --global-font-weight: 400;
    --color-primary: #7385de;
    --color-soft-gray: #f3f4f6;
}

html[dir="rtl"] .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

html[dir="rtl"] .form-check-input {
    margin-left: 0.5rem;
    margin-right: 0;
}

html[dir="rtl"] .text-end {
    text-align: left !important;
}

body {
    color: var(--global-font-color);
    font-family: var(--global-font) !important;
    font-size: var(--global-font-size);
    line-height: var(--global-line-height);
    font-weight: var(--global-font-weight);
}

.font-global {
    font-family: var(--global-font);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--global-font);
    font-weight: 600;
}

.font-md-bold, .font-md, .font-sm-bold, .font-sm, .font-lg-bold, .font-lg {
    font-family: var(--global-font);
}

input, select, button, textarea {
    font-family: var(--global-font);
}

.lv-soft-shadow {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

main {
    background-color: #fcfcfc !important;
}

.form-control{
    border-radius: 8px !important;
}

.box-category-swiper {
    max-width: 680px;
    margin: auto;
}

.section-box .container {
    max-width: 1200px;
}

.lv-radius {
    border-radius: 16px !important;
}

.banner-home10 .banner-big-home10 .box-img-banner img {
    border-radius: 16px;
}

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

.bg-soft-gray {
    background-color: var(--color-soft-gray)
}

.slider-shop-2 .card-grid-style-2 {
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
    background: #fff;
    border: none;
    margin-left: 1px;
}

.card-grid-style-2 .image-box {
    width: 140px;
    height: 140px;
    border: 1px solid #f8f9fd;
    border-radius: 16px;
    padding-right: 0;
    margin-right: 15px;
    overflow: hidden;
}

.card-grid-style-2 .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-shop-2 .card-grid-style-2:hover {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 20px;
}

.slider-shop-2 .swiper-button-next {
    right: -15px;
    top: 50%;
    margin-top: -30px;
}

.slider-shop-2 .swiper-button-prev {
    left: -15px;
    right: auto;
    top: 50%;
    margin-top: -30px;
}

.swiper-button-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
}

.swiper-button-next:hover {
    background: #fff;
}

.swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
}

.swiper-button-next img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.swiper-button-prev img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.swiper-button-prev:hover {
    background: #fff;
}

.btn.btn-wishlist {
    border: 1px solid #eaeaeb;
}

.btn.btn-card {
    border: 1px solid #eaeaeb;
}


.card-grid-style-3 .card-grid-inner {
    max-width: 220px;
    border-radius: 16px;
    background-color: #ffffff;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 3px 12px;
    padding: 15px;
    position: relative;
    transition-duration: 0.2s;
}

.card-grid-style-3 .card-grid-inner .image-box {
    position: relative;
    width: 100%;
    border: 1px solid #f8f9fd;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.card-grid-style-3 .card-grid-inner .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-grid-style-3 .card-grid-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
}

#scrollUp {
    bottom: 80px;
}

#whatsapp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 42px;
    height: 42px;
    color: #ffffff;
    right: 30px;
    bottom: 30px;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
    z-index: 999 !important;
    border: 0;
    background-color: #fff;
    transition-duration: 0.2s;
    background-color: var(--color-primary);;
}

#whatsapp-btn:hover {
    transform: translateY(-3px);
    transition-duration: 0.2s;
}

.btn.btn-lv-outline-primary {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 16px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    background-color: #fff;
}

.btn.btn-lv-outline-primary:hover {
    color: #fff;
    background-color: var(--color-primary);
}

.btn.btn-lv-primary {
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 16px;
    width: 100%;
    text-align: center;
    padding: 7px 22px;
    background-color: var(--color-primary);
}

.btn.btn-lv-primary:hover {
    color: var(--color-primary);
    background-color: #fff;
}

.btn.btn-lv-primary:hover svg path {
    stroke: var(--color-primary);
    transition: stroke 0.3s;
}


.list-products-5 {
    display: flex;
    flex-wrap: wrap;
}

.list-products-5 .card-grid-style-3 {
    padding: 10px;
    margin-bottom: 0px;
    flex: 0 0 20%;
    position: relative !important;
}

.label {
    top: 20px;
    left: 20px;
}

.product-image-slider.slick-slider .slick-track figure {
    height: 500px;
}

.box-quantity .input-quantity {
    background-color: var(--color-soft-gray);
    min-width: 120px;
    max-width: 150px;
    padding: 0 10px;
    border-radius: 16px;
}

.box-quantity .input-quantity input {
    border: 0px;
    background-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 36px;
    text-align: center;
}

.box-quantity .input-quantity .minus-cart {
    position: absolute;
    top: 0px;
    left: 10px;
    height: 36px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/minus.svg) no-repeat 0px 7px;
}

.box-quantity .input-quantity .plus-cart {
    position: absolute;
    top: 0px;
    right: 10px;
    height: 36px;
    width: 18px;
    cursor: pointer;
    background: url(../imgs/page/product/plus.svg) no-repeat 0px 7px;
}

.delete-cart {
    background: url(../imgs/page/wishlist/delete.svg) no-repeat 0px 7px;
}
/* Position the delete button at the top right corner */

#scrollUp {
    display: flex;
    justify-content: center;
    align-items: center;
}



/*******************Shopping Cart*******************/

.product-wishlist .product-image {
    max-width: 80px;
    min-width: 80px;
    margin-right: 15px;
}

html[dir="rtl"] .product-wishlist .product-image {
    margin-right: 0;
    margin-left: 15px;
}

.product-wishlist .product-info {
    display: inline-block;
}


.item-wishlist {
    width: 100%;
    background: #fff;
    border: none !important;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 5px;
    border-radius: 16px !important;
    margin-bottom: 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.coupon-container {
    border: 2px dashed var(--color-primary);
    border-radius: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 1rem;
}

.coupon-input {
    border: none;
    flex: 1;
    padding: 8px 16px;
    outline: none;
    background: transparent;
}

.coupon-input::placeholder {
    color: #666;
}

.coupon-button {
    background: var(--color-primary);
    color: white;
    border: none;
    padding: 8px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    transition: background-color 0.3s;
}

.coupon-button:hover {
    background: #5b4bc4;
}

.coupon-icon {
    margin-left: 4px;
    margin-right: 4px;
    color: #666;
}

.form-check-input:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}


.item-wishlist .wishlist-product {
    width: 100%;
}


.box-quantity {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    flex-wrap: nowrap;
}

.btn {
    font-family: var(--global-font) !important;
}

.btn-sm {
    border-radius: 16px;
    padding: .25rem .75rem !important;
    font-family: var(--global-font) !important;
}


/******************* Header *******************/

.header .main-header .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 5px 0px;
}

.header .main-header .header-left .header-nav {
    display: inline-block;
    width: auto;
    flex: 1;
}


.header .main-header .header-left .header-search {
    width: auto;
    max-width: 500px;
    flex: 2;
}

.header .main-header .header-left .header-shop {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    width: auto;
    flex: 1;
}

.burger-icon {
    top: 18px !important;
}
html[dir="rtl"] .burger-icon {
    text-align: left !important;
    right: unset;
    left: 5px;
}

html[dir="rtl"] .header .main-header .header-left .header-shop {
    padding-right: 0;
    padding-left: 35px;
}

.search-container {
    display: flex;
    justify-content: center;
}

.search-form {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fbfbfe;
    border: 1px solid #f5f6fc;
    border-radius: 20px;
    padding: 5px 10px;
}

.search-input {
    border: none;
    background-color: transparent;
    font-size: 16px;
    padding: 8px 12px;
    width: 100%;
}

.search-input::placeholder {
    color: #999;
}

.search-button {
    width: 38px;
    height: 38px;
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 13px;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
}


.search-button:hover {
    background-color: var(--color-soft-gray);
}

.mobile-search-container {
    display: none;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
}

.mobile-search-icon {
    display: none;
}



.categories-section {
    order: 2;
}
.banner-section {
    order: 1;
}


/******************* Responsive Tablet *******************/

@media (max-width: 991.98px) {
    .item-wishlist .wishlist-product {
        width: 100%;
    }

    .header-nav ul.main-menu{
        display: none;
    }

    .header-shop .coupon-btn{
        display: none !important;
    }

    .header-search {
        display: none !important;
    }

    .mobile-search-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        cursor: pointer;
        border-radius: 50%;
        background: var(--color-soft-gray);
        padding: 10px;
        color: var(--color-primary);
    }

    .mobile-search-icon i{
        font-size: 13px;
        color: var(--color-primary);
    }

    .mobile-search-container.active {
        display: block;
    }

    .categories-section {
        margin-top: 20px;
        order: 1;
    }
    .banner-section {
        order: 2;
    }

    .list-products-5 .card-grid-style-3 {
        flex: 0 0 33.333%;
    }

    .item-wishlist {
        flex-wrap: wrap;
    }
}

/******************* Responsive Mobile *******************/

@media (max-width: 520px) {
    .content-wishlist .item-wishlist {
        flex-wrap: wrap !important;
    }

    .list-products-5 .card-grid-style-3 {
        flex: 0 0 50%;
    }
}

/********************Toastr JS***************/
#toast-container {
    position: fixed !important;
    bottom: 20px !important;
    left: 20px !important;
    top: auto !important;
    right: auto !important;
}

.toast {
    color: white;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.toast-error {
    background-color: #f44336 !important; /* Red color for error messages */
}

.toast-warning {
    background-color: #debb11 !important; /* Red color for error messages */
}

.dropdown-account {
    left: -83px;
    width: 150px;
}

.cursor-pointer{
    cursor: pointer;
}




