/*  font weight*/
.main-menu a{
    font-weight:500 !important ;
}
/*image product*/

.dropdown-menu--static > li
{
    -webkit-padding-start: 0rem;
    padding-inline-start: 0rem;
    z-index: 2;
    font-weight: 700;
}
/* للجوال */
@media only screen and (max-width: 767px) {
    .prod-imag1 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 150px !important;
    }

    .prod-imag2 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 260px !important;
    }

    .prod-imag3 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 140px !important;
    }

    .prod-imag4 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 170px !important;
    }
}

/* للدسكتوب */
@media only screen and (min-width: 768px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px!important;
}

    .search-bar {
        background-color: var(--bs-white) !important;

    }

    .prod-imag1 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 200px !important;
    }

    .prod-imag2 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 360px !important;
    }

    .prod-imag3 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 220px !important;
    }

    .prod-imag4 {
        inline-size: 106% !important;
        block-size: 105% !important;
        width: 100% !important;
        height: 229px !important;
    }

}
.rounded-circle-cat {
    border-radius: 50% !important;
    /* border-color: #0000ff5c; */
    border-width: 2px;
    /* border-style: solid; */
}



.avatar-cat {
    --size: 9.1875rem;
    block-size: var(--size);
    inline-size: var(--size);
    min-inline-size: var(--size);
    display: grid;
    place-items: center;
    background-color: var(--input-bg);
}

.custom-border-radius {
    box-shadow: 0px -1px 4px #0000000f, -1px 1px 4px #0000000f !important;
    border-radius: 0.80rem !important;
}

.custom-box-shadow {
    box-shadow: 0px -1px 4px #0000000f, -1px 1px 4px #0000000f !important;
}

.cool-gray-bg {
    background: #eeececc9 !important;
}

.store-card-bg-color {
    background: #9f9f9f21;
}

.outlined-bordered-btn {
    border: 1px solid #ed8327;
    color: #ed8327;
    font-weight: 700;
    padding: 5px 12px;
    border-radius: 7px;
}

.outlined-bordered-btn:hover {
    background: #ed8327;
    color: white;
}
.outlined-bordered-btn:hover i {
    color: white;
}

/* ستايل الكاتيكوري */
.cat-title {
    border-style: solid;
    border-radius: 206px;
    border-color: antiquewhite;
    margin: 25px;
    padding: 15px;
}

.cat-card {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-direction: row;
    flex-wrap: wrap;
}


.cat-box {
    border-style: solid;
    border-radius: 206px;

    border-color: antiquewhite;

    margin: 13px;
}

.cat-box:hover {
    box-shadow: 0px 2px 11px #ed832729;
}


/* ستايل الدسكتوب */
@media (min-width: 768px) {
    .cat-image {
        object-fit: cover;
        height: 111px;
        width: auto;
        border-radius: 70px;
        margin: 10px 10px 10px 10px;
    }

    .cat-title-size
    {
        font-size: 11px;
    }

}

/* ستايل الجوال */
@media (max-width: 767px) {
    .avatar-cat {
        --size: 6.1875rem;
        block-size: var(--size);
        inline-size: var(--size);
        min-inline-size: var(--size);
        display: grid;
        place-items: center;
        background-color: var(--input-bg);
    }
    .cat-image {
    object-fit: cover;
    height: 100px;
    width: auto;
    border-radius: 70px;
    margin: 10px 30px 10px 30px;
    }

    .cat-title-size
    {
        font-size: 10px;
    }




}

 /* ستايل الهيدر */
 .popup {
    position: fixed;



    width: max-content;
    height: max-content+100px;

    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 300px;
}


[theme="dark"]  .popup-content {
    background: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    width: 300px;
}
.close {
    position: relative;
    float: right;
    font-size: 1.2em;
    cursor: pointer;

    bottom: 15px;
}

.closemob {
    position: relative;
    float: right;
    font-size: 1.2em;
    cursor: pointer;

    bottom: 15px;
}
#currencySearchInput
{
     width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#currencySearchInputmob
{
     width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
#searchInput {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


#currencyListmob {
    list-style: none;
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
}

#currencyListmob {
    list-style: none;
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
}
#searchInputmob {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.custom-select
{
    display: none;
}

#countryList {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
}
.custom-select-currency{
    display:none;
}
.custom-select-currency,.custom-select-currency-list
{

    list-style: none;
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
}
.custom-select-mob{
    display: none;
}
.custom-select-mob-currency
{
    display: none;
}

.custom-selectmob{
    display: none;
}
#countryList li {
    padding: 5px;
    cursor: pointer;
}

#countryList li:hover {
    background-color: #f0f0f0;
}

#countryList img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}




#countryListmob {
    list-style: none;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
}

#countryListmob li {
    padding: 5px;
    cursor: pointer;
}

#countryListmob li:hover {
    background-color: #f0f0f0;
}

#countryListmob img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


.tnh-current-country {
    display: flex;
    align-items: center;
}

.shipping-to {

    margin-right: 4px;
}

.tnh-country-flag {
    height: 17px;
}

.card-currency {
    background-color: #fbfbfb;
    border-color: #6565651a;
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 10px 20px -3px rgba(145, 158, 171, 0.05);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 10px 20px -3px rgb(145 158 171 / 0%);
    border-radius: 0.25rem;
    padding: 11px;
    margin: 0 0 20px 0;
}


[theme="dark"]  .card-currency {
    background-color: #000;
    border-color: #6565651a;
    -webkit-box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 10px 20px -3px rgba(145, 158, 171, 0.05);
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 10px 20px -3px rgb(145 158 171 / 0%);
    border-radius: 0.25rem;
    padding: 11px;
    margin: 20px 0 20px 0;
}
 
.currency_box {
    padding: 0 9px;
    background-color: #ffffff;
    border-radius: 8px;
    /* margin: 4px; */
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 10px 20px -3px rgb(145 158 171 / 11%);
}

[theme="dark"] .currency_box {
    padding: 9px;
    background-color: #000!important;
    border-radius: 8px;
    /* margin: 4px; */
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 10px 20px -3px rgb(145 158 171 / 11%);
}



.product__power-badge svg {

    color: var(--bs-primary) !important;
}

.back-to-top {

    background-color: #8d4100;
}

.list-group {
    --bs-list-group-bg: var(--bs-white) !important;
}

.header-middle {
    background: rgb(15 64 125);
}

.cat_img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    border-radius: 10px !important;
}

.cat_img img{
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    border-radius: 10px !important;
}

.cat_img a {
    cursor: pointer;
    display: block;
    box-shadow: 0px -1px 4px #0000000f, -1px 1px 4px #0000000f !important;
    border-radius: 10px !important;
}

.cat_img:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.bg-primary-light,
.header-top {
    /* background-color: var(--primary-light); */
    background: linear-gradient(45deg, #0051AE, #0051AE);
}

.z-9999 {
    z-index: 9999;
}

.z-999 {
    z-index: 999;
}

.z-99 {
    z-index: 99;
}

.__opacity-half {
    --opacity: 0.5;
}

.opacity-half {
    opacity: 0.5;
}

.cursor-auto {
    cursor: auto;
}

.page-paragraph p {
    text-align: justify !important;
    margin: 1rem 0 30px 0 !important;
}

.__h-14rem {
    height: 14rem;
}

.__h-30rem {
    height: 30rem;
}

.d--none {
    display: none;
}

.toggle-shipping-saved-addresses.arrow-up span {
    transform: rotate(180deg);
    display: inline-block;
}

/* Product Details Page CSS || Start */
.option-select-btn.custom_01_option label input:checked~* {
    border: 2px solid #fff;
    outline: 1px solid var(--bs-primary);
}

.wishlist_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.compare_list_icon_active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.color_variants {
    width: 20px;
    height: 20px;
}

.color_variant_active {
    border: 3px solid #fff;
    outline: 2px solid var(--bs-primary);
}

/* Product Details Page CSS || End */

/* Product  */
.temporary-closed {
    min-width: 100%;
    min-height: 100%;
    block-size: var(--size);
    inline-size: var(--size);
    display: grid;
    place-items: center;
    top: 0;
    background: #000000bf;
    color: #ffffff;
    font-weight: 700;
}

/* Seller Search Box || Start */
.custom_search {
    width: -webkit-fill-available;
}

.custom_search .select-wrap {
    width: -webkit-fill-available;
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
}

.custom_search input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.custom_search button {
    border-radius: 0.25rem;
    border-start-start-radius: 0rem;
    border-end-start-radius: 0rem;
}

.--mt-15 {
    margin-top: 15px;
}

/* Seller Search Box || End */

/* Product View Page || Start */

.products_aside_brands::-webkit-scrollbar,
.products_aside_categories::-webkit-scrollbar {
    width: 3px;
}

.products_aside_brands::-webkit-scrollbar:hover,
.products_aside_categories::-webkit-scrollbar:hover {
    opacity: 1;
}

.products_aside_brands::-webkit-scrollbar-track,
.products_aside_categories::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.products_aside_brands::-webkit-scrollbar-thumb,
.products_aside_categories::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 10px;
}

.products_aside_categories,
.products_aside_brands {
    max-height: 22.5rem;
    overflow: hidden;
}

.custom_common_nav li.has-sub-item:after {
    content: "";
}

.custom_common_nav li.has-sub-item span {
    transition: all 300ms ease-in-out;
    padding: 0 10px;
    cursor: pointer;
}

.custom_common_nav li.has-sub-item.sub-menu-opened span.rotateicon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Product View Page || End */

.__vertical-middle {
    vertical-align: middle;
}

/* whatsapp chat css start */
.social-chat-icons {
    position: fixed;
    inset-inline-end: 2%;
    inset-block-end: 80px;
    z-index: 9;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.social-chat-icons.active {
    inset-block-end: 9.375rem;
}

.chat-image-shadow {
    filter: drop-shadow(0 0 0.35rem rgba(var(--bs-primary-rgb), 0.3));
}

.lightbox-image {
    max-height: 80vh;
    vertical-align: middle;
}

.img-w-h-100 {
    height: 6.25rem;
    width: 6.25rem;
}

/* whatsapp chat css end */

.shop-bg-card {
    --bg-color: 255, 255, 255
}

[theme="dark"] .shop-bg-card {
    --bg-color: 20, 20, 20
}

/* Product List Page Mobile CSS */
@media (max-width: 767px) {
    .mobile_two_items {
        --minWidth: 9rem !important;
        --maxWidth: 1fr !important;
    }
}

/* Product List Page Mobile CSS */

@media (max-width: 479px) {

    h1,
    .h1 {
        --h1_fs: 1.5rem;
    }

    h2,
    .h2 {
        font-size: 1.2rem;
    }

    h3,
    .h3 {
        font-size: 1rem;
    }

    h4,
    .h4 {
        font-size: 0.9rem;
    }
}

.product-details-content .option-select-btn.weight-style--two label>span {
    padding: 0.25rem 0.5rem;
    line-height: 1;
    border-radius: 0.25rem;
}

.products-comments-img a {
    display: block;
    width: 50px;
}

.products-comments-img a img {
    width: 100%;
    border-radius: 4px;
}


/* refer and earn section css Start */

.refer_and_earn_section .primary-heading {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.refer_and_earn_section .secondary-heading {
    color: #262d34;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
}

.refer_and_earn_section .text-secondary-color {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.refer_and_earn_section .refer_code_box {
    border: 1px dashed #A1CEFF;
    border-radius: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.refer_and_earn_section .refer_code_box .refer_code {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.refer_and_earn_section .refer_code_box .refer_code_copy {
    cursor: pointer;
}

.refer_and_earn_section .share-icons-heading {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.refer_and_earn_section .share-on-social {
    flex-wrap: wrap;
}

.refer_and_earn_section .share-on-social a {
    margin: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    overflow: hidden;
}

.refer_and_earn_section .share-on-social img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
}

.refer_and_earn_section .information-section {
    border-radius: 20px;
    padding: 25px;
    margin: 25px 0;
}

.refer_and_earn_section .information-section h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    margin-bottom: 15px;
}

.refer_and_earn_section .information-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.refer_and_earn_section .information-section li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    display: flex;
    margin-bottom: 10px;
}

.refer_and_earn_section .information-section li .item-custom-index {
    box-shadow: 0px 3px 6px 0px rgba(27, 127, 237, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 10px;
}

.refer_and_earn_section .information-section .custom-info-icon {
    font-size: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(75, 86, 107, 1);
    color: rgba(75, 86, 107, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

/* refer and earn section css end */

/* Coupons Page CSS - Start */
.ticket-box {
    background-color: #F7F7F7;
    display: flex;
    border-radius: 0.25rem;
}

[theme="dark"] .ticket-box {
    background-color: #323232;
}

.ticket-box p {
    color: #999;
    font-size: 0.75rem;
}

.ticket-border {
    -webkit-border-start: 2px dashed #fff;
    border-inline-start: 2px dashed #fff;
    position: relative;
}

[theme="dark"] .ticket-border {
    -webkit-border-start: 2px dashed var(--bs-white);
    border-inline-start: 2px dashed var(--bs-white);
}

.ticket-border::after,
.ticket-border::before {
    --size: 1rem;
    inline-size: var(--size);
    block-size: var(--size);
    inset-inline-start: -1px;
    inset-block-start: calc(var(--size) / -2);
    transform: translateX(-50%);
    background-color: #fff;
    content: "";
    position: absolute;
    border-radius: var(--size);
}

[theme="dark"] .ticket-border::after,
[theme="dark"] .ticket-border::before {
    background-color: var(--bs-white);
}

.ticket-border::before {
    inset-block-start: auto;
    inset-block-end: calc(var(--size) / -2);
}

.ticket-amount {
    font-weight: 700;
    font-size: 1.3rem;
    white-space: nowrap;
    -webkit-margin-after: 0.3rem;
    margin-block-end: 0.3rem;
}

.ticket-start {
    padding: 1.5rem;
    text-align: center;
}

.ticket-start img {
    margin-bottom: 0.5rem;
}

.ticket-end {
    padding: 2rem 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 0.5rem;
}

.ticket-end button {
    outline: 1px dashed var(--bs-primary);
    color: var(--bs-primary);
    border: none;
    font-weight: 700;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    -webkit-margin-after: 0.5rem;
    margin-block-end: 0.5rem;
}

.ticket-end button:focus {
    outline: 1px dashed var(--bs-primary) !important;
}

.ticket-end h6 {
    font-size: 0.85rem;
}

/* Coupons Page CSS - End */

/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;
    display: block;
    direction: ltr;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    background: #fff;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--overlay .easyzoom-flyout img {
    width: unset !important;
    max-width: unset !important;
    inline-size: unset !important;
    max-inline-size: unset !important;
    max-block-size: unset !important;
    block-size: unset !important;
    min-width: 120% !important;
    min-inline-size: 120% !important;

}

.newsletter-form {
    width: 100%;
    max-width: 32.6428571429rem;
}

.newsletter-form .envelop-icon {
    position: absolute;
    inset-inline-start: 0.8571428571rem;
    top: 1rem;
}

.newsletter-form .form-control {
    height: 3.4285714286rem;
    padding-inline-start: 2.5rem;
    border: none;
    background: var(--bs-white) !important;
    color: var(--bs-dark);
}

.newsletter-form .btn {
    position: absolute;
    height: 2.5714285714rem;
    inset-inline-end: 0.4285714286rem;
    top: 0.4285714286rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    padding-inline-start: 1.5rem;
    padding-inline-end: 1.5rem;
}

.blur-section {
    filter: blur(1px);
}

/*
*  Add fund to wallet modal start
*/
.form--check {
    position: relative;
    padding: 0;
    margin: 0;
}

.form--check .check-icon {
    border: 1px solid rgba(75, 86, 107, 1);
    display: inline-flex;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 16px;
    aspect-ratio: 1;
    display: inline-flex;
}

.form--check .check-icon svg {
    display: none;
}

.form--check .form-check-input:checked {
    opacity: 0;
}

.form--check .form-check-input:checked~.check-icon {
    border: none;
}

.form--check .form-check-input:checked~.check-icon svg {
    display: flex;
}

.form--check input:checked~.form-check-label {
    background: var(--bs-light);
}

.form--check .form-check-label {
    padding: 14px;
    border-radius: 8px;
    padding: 16px 16px 16px 48px;
    transition: all ease 0.3s;
    font-size: 16px;

}

.text-24 {
    font-size: 24px;
    font-weight: 500;
}

.h-70 {
    height: 70px;
}

.gatways_list {
    max-height: 45vh;
    overflow-y: auto;
}

.gatways_list::-webkit-scrollbar {
    width: 5px;
}

.gatways_list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.gatways_list::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.gatways_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.add-fund-swiper .slider-card-bg-img {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: -1;
    opacity: .5;
    inline-size: 80px;
    block-size: auto;
}

.z-1 {
    z-index: 1;
}

.add-fund-swiper-card {
    background-color: rgba(var(--bs-primary-rgb), 0.03);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

/*
*  Add fund to wallet modal end
 */

.free-delivery-area {
    max-width: 400px;
}

.free-delivery-progress {
    height: 4px;
    background: #DFEDFF;
    border-radius: 5px;
    overflow: hidden;
}

.free-delivery-progress .progress-bar {
    border-radius: 5px;
    background: #1455AC;
}

.fs-16 {
    font-size: 16px;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.pulse-button {
    display: block;
    font-size: 1.2rem;
    cursor: pointer;
    -webkit-animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(.8);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(.8);
    }
}

.digital-payment-card {
    height: 50px;
    min-width: 186px;
}

.payment-list-area {
    margin-top: 20px;
    max-height: 45vh;
    overflow: auto;
    padding: 20px;
}

.payment-list-area::-webkit-scrollbar {
    width: 5px;
}

.payment-list-area::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.payment-list-area::-webkit-scrollbar-thumb {
    background: #b3b3b3;
}

.payment-list-area::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.background-custom-fit {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-table-wrap {
    max-height: 500px;
    overflow-y: auto;
}

.min-w-300 {
    min-width: 300px;
}

[dir="rtl"] .modal-header .btn-close {
    margin: calc(var(--bs-modal-header-padding-y) * -.5) auto calc(var(--bs-modal-header-padding-y) * -.5) calc(var(--bs-modal-header-padding-x) * -.5);
}

.sticky-top-80 {
    position: sticky;
    top: 80px;
}

.height-100 {
    height: 100px;
}

.min-h-30px {
    min-height: 30px;
}

.aspect-1 {
    aspect-ratio: 1 !important;
}

.toast-bottom-left {
    top: 12px;
    right: 12px;
    left: auto;
}

.dropdown-left-auto {
    left: auto !important;
    right: 0 !important;
}

[dir="rtl"] .dropdown-left-auto {
    right: auto !important;
    left: 0 !important;
}

.mobile-logo-cs {
    height: 40px !important;
    width: auto !important;
}

/*
euromarket
*/
.flex-fullwidth {
    --width: 100%;
}

.main-text-color {
    color: #0f407d;
}

.exit-btn {
    font-size: 18px;
}

.font-size-15 {
    font-size: 15px;
}
