﻿@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;700&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

html {
    -webkit-font-smoothing: antialiased
}

html,
body {
    background: var(--bodyBg)
}

*:focus {
    outline: none
}

body {
    font-family: 'Tajawal', sans-serif;
    line-height: 1.7;
    font-size: 16px;
    color: var(--bodyBgColor)
}

img {
    max-width: 100%;
    height: auto
}

*:focus,
.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}

.share-btn:focus {
    border: none !important;
    background: #ffffffd1 !important;
}

.share-card {
    bottom: 40px;
    background: #667c819e;
    backdrop-filter: blur(5px);
    width: 41px;
    height: 124px;
    border-radius: 7px;
    padding-top: 1rem;
}

button.share-btn {
    z-index: 1;
    background: #ffffffd1;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    padding: 7px 9px 7px 8px;
    align-content: center;
    flex-wrap: wrap;
}

button.share-btn:hover {
    color: var(--bs-info);
}

.rtl button.share-btn {
    left: 5%;

}

.ltr button.share-btn {
    right: 5%;
}

button.share-btn:hover {
    background: #ffffffd1;
}

.rtl .share-card {
    left: 5%;
    top: 75px;
    z-index: 1;
}

.ltr .share-card {
    right: 5%;
    top: 75px;
    z-index: 1;
}

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important
}

button {
    cursor: pointer
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
    color: var(--gray)
}

a:hover,
a:active,
a:focus {
    outline: none
}

a,
button,
input {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

a span {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

.line-title {
    line-height: 1.2;
    margin-bottom: .5rem;
}

.h3,
h3 {
    font-size: calc(1rem + .6vw)
}

ul,
ol {
    list-style-position: inside
}

input {
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

:-moz-placeholder {
    color: inherit
}

::selection {
    color: #fff;
    background: #000
}

.app-content {
    width: 2000px;
    max-width: 100%;
    margin: auto;
    position: relative;
    overflow-x: hidden
}

.announcement-bar {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: var(--primaryColor) !important;
    color: #fff;
    margin: 0;
    text-align: center
}

.announcement-bar a {
    color: #fff
}

.announcement-bar .btn-close {
    background: 0 0;
    color: #fff;
    border: 1px #fff solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 25px;
    padding: 0;
    opacity: 1
}

.announcement-bar .btn-close:hover {
    opacity: .6
}

.announcement-bar .container-fluid {
    position: relative
}

.block-cart {
    position: relative;
    text-align: center;
    display: block
}

.block-cart .number {
    text-align: center;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 19px;
    font-family: Tahoma, sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff !important;
    font-size: 12px;
    right: -7px;
    top: -13px;
}

.drop-header button:after {
    display: none
}

.drop-header .dropdown-menu {
    background: #fff;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding: 0;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, .05);
    border-top: 2px solid var(--primaryColor);
    position: relative;
    margin-top: 20px !important
}

.drop-header .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-color: transparent transparent var(--primaryColor) transparent;
    border-style: solid;
    top: -11px;
    right: 10px
}

.drop-header .dropdown-menu li a {
    color: #000 !important
}

.drop-header .dropdown-menu li a:hover {
    background: var(--primaryColor);
    color: #fff !important
}

.navbar-menu {
    list-style: none;
    text-transform: capitalize
}

.navbar-menu>li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.navbar-menu>li>a,
.navbar-menu>li button {
    background: 0 0;
    border: 0;
    display: block;
    padding: 0 5px;
    position: relative;
}

.navbar-menu>li>a.active {
    color: var(--primary-color);
}


.navbar-menu>li .sub-menu {
    position: absolute;
    left: 0;
    display: none;
    z-index: 999;
    background: #fff;
    list-style: none;
    min-width: 350px
}

.navbar-menu>li .sub-menu li {
    position: relative
}

.navbar-menu>li .sub-menu li a {
    white-space: nowrap;
    color: #000 !important;
    padding: 10px 20px;
    display: block
}

.navbar-menu>li .sub-menu li ul {
    list-style: none;
    position: absolute;
    left: 100%;
    min-width: 250px;
    top: 0;
    display: none
}

.navbar-menu>li .sub-menu li ul li a {
    background-color: #fff;
    white-space: nowrap
}

.navbar-menu>li:hover>a:after {
    opacity: 1
}

.navbar-menu>li:hover>ul {
    display: block
}

.navbar-menu>li:hover>ul li:hover>ul {
    display: block
}

.navbar-menu>li:hover {
    color: #000
}

.navbar-menu>li.has-submenu:hover:after {
    display: block
}

.navbar-menu .sub-menu-down {
    font-size: 12px
}

.navbar-menu .has-sub .fa-solid {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 5px
}

.hc-offcanvas-nav .nav-container,
.hc-offcanvas-nav .nav-wrapper,
.hc-offcanvas-nav ul {
    background: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color);
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-item-link,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    border-color: #e3e3e3 !important;
    color: #000
}

.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li.active>.nav-item-wrapper>.nav-item-link,
.hc-offcanvas-nav .nav-item-link a {
    background: var(--primary-color);
    color: white !important;
}

.hc-offcanvas-nav .nav-next span::before,
.hc-offcanvas-nav .nav-back span::before {
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label,
.hc-offcanvas-nav li.nav-close a,
.hc-offcanvas-nav .nav-back a {
    background: var(--primaryColor);
    border-top: 1px solid var(--primaryColor);
    border-bottom: 1px solid var(--primaryColor)
}

.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
    background: var(--primaryColor)
}

.hc-offcanvas-nav .nav-close-button span::before,
.hc-offcanvas-nav .nav-close-button span::after {
    border-top-color: #000;
    border-left-color: #000
}

.hc-offcanvas-nav.nav-close-button-empty .nav-title {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    color: #000
}

.hc-offcanvas-nav a.nav-next {
    border-color: #e3e3e3 !important
}

.section {
    padding: 20px 0
}

.section .section-title {
    font-size: 28px;
    margin-bottom: 35px
}

.section.section-partners {
    background: #fff
}

.section.section-partners .section-title {
    color: var(--primary-color)
}

.btn {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important
}

.btn.btn-primary {
    color: #fff !important;
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primaryColor);
    --bs-btn-border-color: var(--primaryColor);
    --bs-btn-hover-color: var(--primaryColor);
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: var(--primaryColor);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: var(--primaryColor);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--grayDark);
    --bs-btn-disabled-border-color: var(--grayDark)
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    color: var(--primaryColor) !important
}

.btn.btn-outline-secondary {
    --bs-btn-color: #535353;
    --bs-btn-border-color: #E5E5E5;
    --bs-btn-hover-color: #535353;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    box-shadow: none !important;
    background: #fff
}

.btn.btn-outline-primary {
    color: var(--primaryColor);
    --bs-btn-color: var(--primaryColor);
    --bs-btn-border-color: var(--primaryColor);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primaryColor);
    --bs-btn-hover-border-color: var(--primaryColor);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--primaryColor);
    --bs-btn-active-bg: var(--primaryColor);
    --bs-btn-active-border-color: var(--primaryColor);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primaryColor);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primaryColor);
    --bs-gradient: none
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    color: #fff !important
}

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

.swiper-pagination-bullet {
    background: rgba(var(--primaryColor-rgb), .5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 7.56px;
    height: 7.56px;
    opacity: 1
}

.bg-primary-default {
    background-color: var(--primary-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primaryColor);
    height: 12px;
    width: 12px
}

.list-home-tabs {
    text-align: center
}

.list-home-tabs li button,
.list-home-tabs li a {
    padding: 5px 15px;
    background: #f2f4fb;
    border: 0;
    border-radius: 99px;
    color: #6f6970
}

.list-home-tabs li button.active,
.list-home-tabs li button:hover,
.list-home-tabs li a.active,
.list-home-tabs li a:hover {
    background: var(--primary-color);
    color: #fff
}

.dropdown-menu {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.dropdown-toggle.none-arrow:after {
    display: none
}

.pagination {
    --bs-pagination-color: #636363;
    --bs-pagination-bg: #F9F9F9;
    --bs-pagination-border-width: 0;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: #000;
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--primaryColor);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--primaryColor);
    --bs-pagination-active-border-color: var(--primaryColor);
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    box-shadow: none !important
}

.pagination .page-item .page-link {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.accordion-button {
    background: #fbfbfb;
    border: 0 !important;
    color: #000;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

.accordion-button:not(.collapsed) {
    background: var(--primaryColor);
    color: #fff !important
}

.accordion-button:after {
    font: var(--fa-font-solid);
    content: "";
    background: 0 0 !important
}

.accordion-item {
    border: 0 !important;
    margin-bottom: 10px;
    background: #fbfbfb;
    border-radius: 8px;
    overflow: hidden
}

.accordion-item:last-child {
    margin-bottom: 0
}

.form-control {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    background: #fff;
    border: 1px solid #f1eff1;
    color: #000;
    height: 42px;
    box-shadow: none !important
}

.form-control:focus {
    border-color: #dcdbdb
}

.jq-toast-single {
    font-size: 18px;
    font-family: ibm plex sans arabic, Helvetica, Arial, lucida grande, sans-serif, times new roman, Times, serif !important
}

.jq-toast-single .jq-toast-loader,
.jq-toast-single .close-jq-toast-single {
    display: none
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    text-align: center !important
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: #bbb9b9;
    font-size: 30px
}

.b-colored {
    color: #fff
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-with-padding {
    padding: 0 35px;
    position: relative
}

.swiper-slide {
    height: auto
}

.block-sub-category {
    background: #fff;
    padding: 10px;
    font-size: .8rem
}

.product-card-bundle-offer {
    display: none
}

.product-card-bundle-offer.bundle-offer-product-tag {
    display: block
}

.image-link {
    cursor: pointer
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat
}

.icon-svg.icon-addcart {
    mask-image: url(icon-addcart.svg);
    -webkit-mask-image: url(icon-addcart.svg)
}

.icon-svg.icon-gift {
    mask-image: url(icon-gift.svg);
    -webkit-mask-image: url(icon-gift.svg)
}

.icon-svg.icon-share {
    mask-image: url(icon-share.svg);
    -webkit-mask-image: url(icon-share.svg)
}


/* .icon-svg.icon-home {
    mask-image: url(icon-home.svg);
    -webkit-mask-image: url(icon-home.svg)
} */

.header {
    background: var(--headerBg);
    padding: 10px 0;
    z-index: 999;
    margin-bottom: 20px
}

.header img {
    width: 30%
}

.header img.logo-img {
    min-width: 110px;
    max-width: 115px;
}

.nav-item .nav-item-link.prob {
    background-color: var(--bs-white) !important;
    color: var(--bs-black) !important;
}

.nav-item:hover .nav-item-link.prob,
.nav-item.active .nav-item-link.prob {
    background-color: var(--primary-color) !important;
    color: var(--bs-white) !important;
}

.badge-primary,
.badge-primary:hover .badge-primary:active {
    background-color: var(--primary-color) !important;
    font-size: 12px;
    z-index: 1;
}

.min-w-auto-cs {
    min-width: 68px;
}

.header a,
.header button {
    color: var(--gray)
}

.header a:hover,
.header button:hover {
    color: var(--headerHoverColor)
}

.block-search-form {
    top: -6px;
    position: absolute;
    background: #fff;
    border: var(--primary-color) solid 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 0;
    z-index: -99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ltr .block-search-form {
    left: auto;
    right: 0;
}

.block-search-form input,
.block-search-form button {
    border: 0
}

@media screen and (min-width:993px) {
    .block-slider.desktop-image img {
        display: block !important;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        object-fit: cover;
        min-height: 230px
    }

    .block-slider.mobile-image img {
        display: none !important;
    }
}

.block-slider.mobile-image img {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 230px;
    max-height: 1080px;
}

.block-slider.desktop-image img {
    display: none;
}

.block-search-form input {
    padding: 0 10px;
    height: 37px;
    background: transparent !important;
    width: 100%;
    text-align: start;
}

.block-search-form button {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    color: var(--primary-color) !important;
    background: 0 0 !important
}

.block-search-form.active {
    width: 250px;
    z-index: 99;
    border-width: 1px
}

form.block-search-form.active button ,
.block-search-form.active input {
    opacity: 1;
}

form.block-search-form button ,
.block-search-form input {
    opacity: 0;
}

@media screen and (min-width:993px) {
    .block-slider.desktop-image img {
        display: block !important;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        min-height: 230px
    }

    .block-slider.mobile-image img {
        display: none !important;
    }
}

.block-slider.mobile-image img {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-height: 230px;
    max-height: 1080px;
}

.block-slider.desktop-image img {
    display: none;
}

.footer {
    color: #2d3142;
    margin-top: 20px
}

.footer .footer-title {
    font-size: 16px;
    margin-bottom: 15px
}

.footer-card {
    background: #f8f7f8;
}

html[dir='ltr'] .footer-card .row div:first-child {
    padding: 10px 30px
}

html[dir='rtl'] .footer-card .row div:first-child {
    border-left: #6c757d solid 1px;
}

html[dir='ltr'] .footer-card .row div:first-child {
    border-right: #6c757d solid 1px;
}

.footer .footer-menu {
    list-style: none
}

.footer .footer-menu li a {
    display: inline-block;
    padding: 2px 0
}

.footer .footer-menu li a:hover {
    color: var(--primary-color)
}

.footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer .footer-menu li {
    justify-content: space-between;
    display: flex;
    width: 32%;
}

.copyrights {
    color: #2d3142;
    padding: 20px 0
}

.social-media a {
    display: inline-block;
    padding: 7px;
    background: #fbfbfb
}

.social-media i {
    font-size: 25px
}

.slider-arrow {
    background: #fbfbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 20px
}

.partner-container {
    position: relative;
    padding: 0 50px;
    width: 900px;
    max-width: 100%;
    margin: auto
}

.block-product {
    height: 100%;
    color: var(--primaryColor);
    background: #fff;
    box-shadow: 0 12px 6px -10px rgba(0, 0, 0, .03), 0 4px 48px -16px rgba(0, 0, 0, .12);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    margin: auto;
    max-width: 410px;
    min-width: 222px;
    overflow: hidden;
    padding: 24px 16px;
    position: relative;
}

.block-product .thumb {
    height: 300px;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.block-product .thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .block-product .thumb {
        height: 250px;
    }
}

.block-product .thumb:after {
    background: linear-gradient(360deg, rgba(5, 5, 5, 0.6) 21.22%, rgba(0, 0, 0, 0) 50.23%);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%
}

.block-product .thumb .content-thumb {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    z-index: 99
}

.block-product .thumb .content-thumb p {
    font-size: 14px
}

.block-product .thumb .label {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    color: var(--primaryColor);
    font-size: 14px;
    padding: 3px 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    z-index: 100;
    display: none
}

.block-product .thumb .label.show {
    display: block
}

.block-product .thumb .label.donation-product-message-tag-ended {
    background: #000;
    color: #fbfbfb
}

.block-product .progress-product {
    color: var(--bs-info);
    background: #f8f7f8;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px
}

.block-product .progress-product .large {
    font-weight: 700
}

.block-product .progress-product .progress {
    margin-top: 10px
}

.block-product .price-product {
    padding: 6px 10px;
    background: #f8f7f8;
    border-radius: 8px;
    color: var(--bs-info)
}

.block-product .c-title {
    color: var(--bs-info);
    font-size: 14px
}

.block-product.card-css .btn.btn-primary.btn-primary-default,
.block-product.card-css .btn.btn-primary.btn-primary-default:focus,
.block-product.card-css .btn.btn-primary.btn-primary-default:active {
    --bs-btn-bg: var(--bs-info);
    --bs-btn-border-color: var(--bs-info);
    --bs-btn-hover-border-color: var(--bs-info);
    --bs-btn-active-border-color: var(--bs-info);
    --bs-btn-hover-color: var(--bs-info);
}

.block-product.card-css .btn.btn-primary.btn-primary-default:hover,
.block-product.card-css .btn.btn-primary.btn-primary-default:active {
    color: var(--bs-info) !important;
}

/* .block-product .actions {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15px
} */


/* .block-product .actions .icon-svg {
height: 35px;
width: 35px;
background-color: #4e4a4f
} */

.block-product .actions .btn-link {
    padding: 0
}

.block-product .actions .btn-link:hover .icon-svg {
    background-color: var(--primaryColor)
}

.block-product .actions .btn-link.view-det {
    color: var(--primaryColor)
}

.block-product .actions .btn-link.view-det:hover {
    text-decoration: underline
}

.block-product .gift-product {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 101;
    padding: 0 10px;
    margin-top: -10px;
    color: var(--primary-color);
    font-size: 14px;
    transform: translate(-120%, 0);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.block-product .gift-product .head {
    margin-bottom: 10px
}

.block-product .gift-product .head .back-button {
    background: 0 0;
    border: 0
}

.block-product .gift-product .head .title {
    font-size: 22px;
    color: #373438
}

.block-product .gift-product .block-gift-form {
    padding: 12px;
    background: #f8f7f8;
    border-radius: 16px
}

.block-product .gift-product .block-gift-form .form-label {
    color: var(--primary-color)
}

.block-product.show-gift .gift-product {
    transform: translate(0, 0)
}

.block-product .norma-product.without-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    flex-direction: column;
    height: 100%
}

.block-product .norma-product.without-details>* {
    width: 100%
}

.block-product .norma-product.without-details .actions {
    margin-top: auto !important
}

.progress {
    background: #f1eff1;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.progress .progress-bar {
    background: var(--primaryColor)
}

.donation-amount button {
    background: #fff;
    padding: 3px 12px;
    width: 100%;
    color: #9d959f;
    border: 1px solid #f1eff1;
    border-radius: 8px
}

.donation-amount button.active {
    border-color: var(--primaryColor);
    color: var(--primaryColor)
}

.donation-amount .input-amount {
    background: #fff;
    border: 1px solid #f1eff1;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px
}

.donation-amount .input-amount input {
    padding: 8px 12px;
    border: 0;
    flex: 1 1 0;
    color: #000;
    width: 20px
}

.donation-amount .input-amount span {
    color: #000
}

.page-content {
    margin: 20px 0;
    background: #fff;
    border-radius: 25px;
    padding: 32px 40px
}

.single-title {
    font-size: 28px;
    line-height: 42px;
    color: var(--primary-color);
    margin-bottom: 20px
}

.breadcrumb {
    color: #b0a7b2
}

.breadcrumb .icon-svg {
    height: 14px;
    width: 14px;
    background-color: var(--primaryColor)
}
.text-description {
    font-size:16px;
}

.breadcrumb a {
    color: var(--primary-color)
}

.breadcrumb a:hover {
    color: #000
}

.breadcrumb a:hover .icon-svg {
    background-color: #000
}

.breadcrumb .active {
    color: #000
}

.bg-inside {
    background: #fbfbfb;
    border-radius: 24px;
    padding: 40px
}

.product-badge {
    background: #f2f4fb;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 12px
}

.product-badge [class*=fa-] {
    color: #a2b7e8
}

.product-title {
    margin: 10px 0;
    color: #000
}

.sub-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--bs-info);
    margin-bottom: 20px
}

.content-options {
    margin: 20px 0
}

.content-options select {
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #e2dfe3;
    border-radius: 6px
}

.card {
    background: #fff;
    box-shadow: 0 12px 6px -10px rgba(0, 0, 0, .03), 0 4px 48px -16px rgba(0, 0, 0, .12);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 0;
    overflow: hidden
}

.card .card-header {
    background: 0 0;
    padding: 10px var(--bs-card-spacer-x) 0;
    border: 0
}

.card .card-header .card-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    color: #373438
}

.category-cover {
    margin-bottom: 30px
}

.category-cover img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: center
}

.bg-gray {
    padding: 24px;
    background: #fbfbfb;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 30px;
    right: 30px
}

.fab-container:hover {
    height: 100%
}

.fab-container:hover .sub-button:nth-child(2) {
    transform: translateY(-80px)
}

.fab-container:hover .sub-button:nth-child(3) {
    transform: translateY(-140px)
}

.fab-container:hover .sub-button:nth-child(4) {
    transform: translateY(-200px)
}

.fab-container:hover .sub-button:nth-child(5) {
    transform: translateY(-260px)
}

.fab-container:hover .sub-button:nth-child(6) {
    transform: translateY(-320px)
}

.fab-container .fab::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: inherit;
    border-radius: 0 0 10px 0;
    z-index: -1
}

.fab-container .fab .fab-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 50%
}

.fab-container .fab .fab-content .material-icons {
    color: #fff;
    font-size: 48px
}

.fab-container .sub-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
    right: 10px;
    height: 35px;
    width: 35px;
    background-color: var(--primaryColor);
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease
}

.fab-container .sub-button:hover {
    cursor: pointer
}

.fab-container .sub-button .material-icons {
    color: #fff;
    padding-top: 6px
}

.floating-action-button {
    position: relative
}

.floating-action-button .dropdown-toggle::after {
    display: none
}

.floating-action-button .dropdown-menu {
    background: 0 0;
    padding: 0;
    border: 0;
    min-width: 38px
}

.floating-action-button .dropdown-menu li {
    margin-bottom: 10px
}

.floating-action-button .dropdown-menu li a,
.floating-action-button .dropdown-menu li button {
    border: 0;
    padding: 0;
    font-size: 18px;
    text-align: center;
    margin: auto;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: var(--primaryColor);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.floating-action-button .dropdown-menu li:last-child {
    margin-bottom: 0
}

.block-category {
    background: #f8f7f8 no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 192px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    overflow: hidden
}

.block-category span {
    position: relative;
    z-index: 2;
    color: #fff
}

.block-category:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(360deg, rgba(5, 5, 5, 0.6) 21.22%, rgba(0, 0, 0, 0) 100%)
}

.account-profile-sec h2,
.account-profile-sec hr {
    display: none
}

.account-profile-sec .col-md-6 {
    width: 100%
}

.product-selection {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #fff;
    overflow: hidden
}

.product-selection a {
    color: var(--primaryColor)
}

.product-selection a:hover {
    text-decoration: underline
}

.product-selection .block-o {
    padding: 10px
}

.header-orders {
    background: #f8f7f8;
    padding: 10px
}

.tab-arrow {
    color: var(--primaryColor);
    font-size: 23px
}

.tab-arrow.swiper-button-disabled {
    display: none
}

.btn-home-t {
    color: #c2bbc3;
    font-weight: 700;
    border-bottom: 1px transparent solid;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    white-space: nowrap
}

.btn-home-t.active {
    border-bottom-color: var(--primaryColor)
}

.wrapper-slider-home-tab {
    position: relative;
    margin-bottom: 20px;
    padding: 0 28px
}

.wrapper-slider-home-tab .swiper-button-next {
    right: 0;
    left: auto
}

.wrapper-slider-home-tab .swiper-button-prev {
    left: 0;
    right: auto
}

.payment-method-list img {
    width: 240px
}

.image-link img {
    min-height: 220px
}

.moyasar-payment-container {
    margin:0
}
@media screen and (min-width:768px) {
    .card.periodic-donation {
        max-width:510px;
        width:100%;
    }
    .moyasar-payment-container {
        max-width:350px;
        width:100%;
        margin: auto !important;
    }
}
[x-cloak] {
    display: none !important;
}

@media(min-width:200px) {
    .animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }

    100% {
        transform: translateY(-3rem);
        opacity: 1
    }

    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }

    100% {
        -webkit-transform: translateY(-3rem);
        -webkit-opacity: 1
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

.not-has-images .slider-arrow {
    display: none !important
}

.text-ended {
    color: var(--primary-color) !important
}

.single-product-swiper {
    position: relative;
    overflow: hidden
}

.single-product-swiper .single-product-image {
    width: 800px
}

.single-product-swiper .single-product-swiper-pagination {
    position: absolute;
    z-index: 2;
    width: 35px;
    bottom: 40px;
    text-align: center
}

.single-product-swiper .single-product-swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: transparent;
    display: block;
    margin-bottom: 7px;
    position: relative;
    opacity: 1
}

.single-product-swiper .single-product-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .5)
}

.single-product-swiper .single-product-swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 12px;
    height: 12px;
    background: rgba(var(--primary-color-rgb), .5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.current-product-price .price {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color)
}

.current-product-price .current {
    font-size: 20px;
    color: var(--primary-color)
}

.single--product-name {
    font-size: 25px
}

.single--product .box-title--form .up--label {
    padding: 15px;
    background-color: var(--primary-color);
    display: inline-block;
    color: #fff;
    font-weight: 700
}

.single--product .box-title--form .form--add-to-cart .submit-add-to-cart {
    display: block;
    width: 100%
}

@media(max-width:992px) {
    .single--product .box-title--form .form--add-to-cart {
        text-align: center
    }

    .single--product .box-title--form .wrapper-up--label {
        text-align: center;
        padding: 15px 0
    }

    .single--product .box-title--form .single--product-name {
        text-align: center
    }

    .single--product .box-title--form .current-product-rating {
        text-align: center;
        justify-content: center
    }

    .single--product .box-title--form .current-product-price {
        text-align: center;
        justify-content: center
    }
}

.single--product .box--categories--and-shear {
    width: 70%
}

.single--product .box--categories--and-shear .box--shear-social {
    padding: 15px
}

.single--product .box--categories--and-shear .box--shear-social a {
    color: #737373
}

@media(max-width:992px) {
    .single--product .box--categories--and-shear {
        width: 100%
    }

    .single--product .box--categories--and-shear .box--shear-social {
        padding: 50px 15px;
        justify-content: center;
        flex-direction: column
    }
}

.handle-counter {
    overflow: hidden;
    border: 1px solid #eee
}

.handle-counter input {
    text-align: center;
    border-radius: 0;
    box-shadow: none !important;
    border: 0;
    font-weight: 700;
    color: #4f4f50
}

.handle-counter .btn-quantity {
    border-radius: 0;
    background-color: #fff;
    border: 0
}

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

.tabs-full-desc--reviews {
    position: relative;
    overflow: hidden;
    border: 0 !important
}

.tabs-full-desc--reviews .nav-link {
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
    color: #9f9f9f;
    min-width: 70px;
    background: rgba(227, 227, 227, .3)
}

.tabs-full-desc--reviews .nav-link.active {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 700
}

.box-reviews--result {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background: rgba(227, 227, 227, .1);
    padding: 20px 0
}

.box-reviews--result .progress-bar-and-btn-add-new {
    width: 55%
}

.box-reviews--result .progress-bar-and-btn-add-new .stars-count {
    width: 27px;
    font-weight: 700
}

.box-reviews--result .box--review-total-stars {
    width: 45%;
    padding: 20px 15px
}

.box-reviews--result .box--review-total-stars .bg-number {
    font-size: 80px
}

@media(max-width:992px) {
    .box-reviews--result .box--review-total-stars .bg-number {
        font-size: 10rem;
        line-height: 143px
    }

    .box-reviews--result .box--review-total-stars {
        padding: 36px 15px
    }

    .block-cart .number {
        top: -22px;
    }

    .box-reviews--result .box--review-total-stars .bg-number {
        font-size: 10rem;
        line-height: 143px
    }

    .box-reviews--result .box--review-total-stars {
        padding: 36px 15px
    }

    .block-cart .number {
        top: -22px;
    }
}

.modal {
    --bs-modal-border-color: var(--app-border-color);
    --bs-modal-header-border-color: var(--app-border-color);
    --bs-modal-footer-border-color: var(--app-border-color)
}

.addRatingW li {
    display: inline-block
}

.addRatingW li a {
    color: #eee
}

.addRatingW li.on a {
    color: var(--primary-color)
}

.box-avatar .customer--avatar {
    width: 80px;
    height: 80px;
    background: #313131;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    position: relative;
    overflow: hidden;
    color: #919191
}

.options-table .card {
    border: 0 !important;
    background: rgba(227, 227, 227, .1);
    color: #9f9f9f
}

.options-table:nth-child(even) .card {
    border: 0 !important;
    background: rgba(227, 227, 227, .3)
}

.customer-product--reviews {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:992px) {
    .customer-product--reviews {
        height: 390px
    }
}

.customer-product--reviews p {
    margin-bottom: 0
}

@media(min-width:992px) {
    .customer-product--reviews .swiper-slide {
        height: calc((100% - 30px)/2) !important
    }
}

.block-price .new {
    font-size: 40px;
    font-weight: 700;
    color: var(--primary-color)
}

.block-price .old {
    color: #616161
}

.controller-slider-related-roducts .slider-related-roducts--button-prev,
.controller-slider-related-roducts .slider-related-roducts--button-next {
    cursor: pointer
}

.short-desc {
    color: #373438
}

.product-sold {
    color: #707070;
    font-size: 12px
}

.label-p-title {
    color: #8b8b8b;
    font-weight: 700
}

.block-qty {
    background: #fff;
    border: 1px solid #f1eff1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 8px;
    overflow: hidden
}

.block-qty button {
    background: 0 0;
    border: 0;
    padding: 9px 10px;
    color: #000;
    font-size: 12px
}

.block-qty button:hover {
    background-color: #000;
    color: #fff
}

.block-qty input {
    text-align: center;
    color: var(--bs-info);
    border: 0;
    background: 0 0;
    width: 60px;
    position: relative
}

#product-variants-options .form-group>div {
    display: flex;
    flex-direction: row
}

#product-variants-options .form-group>div label {
    display: inline-block;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    flex: 0 0 auto;
    width: 25%
}

.box--slider-related-roducts {
    position: relative;
    overflow: hidden
}

@media(max-width:768px) {
    .box--slider-related-roducts {
        overflow: visible
    }
}

.box--slider-related-roducts .related-roducts-swiper {
    padding-bottom: 15px
}

.product-social a {
    display: inline-block;
    color: #737373
}

.product-social a:hover {
    color: var(--primaryColor) !important
}

.progress {
    --bs-progress-bg: #fff;
    --bs-progress-border-radius: 0;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: var(--primary-color)
}

.block-side-menu {
    list-style: none
}

.block-side-menu li {
    margin-bottom: 7px
}

.block-side-menu li a,
.block-side-menu li button {
    background: #f2f4fb;
    text-align: center;
    border: 0;
    display: block;
    padding: 12px 20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    color: #6f6970 !important
}

.block-side-menu li a i,
.block-side-menu li button i {
    margin: 0 5px
}

.block-side-menu li:hover a,
.block-side-menu li:hover button,
.block-side-menu li.active a,
.block-side-menu li.active button {
    background: var(--primaryColor);
    color: #fff !important
}

.block-side-menu li:last-child {
    margin-bottom: 0
}

.address-card {
    border: none;
    margin-bottom: 30px
}

.address-card .card-body {
    background: #f5f5f5;
    padding: 10px 44px 10px 10px
}

.address-card .card-title {
    margin-bottom: 0
}

.address-card .card-delete {
    position: absolute;
    top: 28px;
    right: 20px;
    cursor: pointer;
    color: #818286
}

.address-card .card-delete:hover {
    color: red
}

.address-card .card-text {
    margin-bottom: 10px;
    color: #818286
}

.address-card .card-text p {
    margin-bottom: 0;
    line-height: 24px
}

.address-card .card-link {
    text-decoration: underline
}

.address-card .card-link:hover {
    text-decoration: none
}

.block-order .head {
    background: #f5f5f5;
    padding: 20px 15px;
    font-size: 18px
}

.block-order .head a {
    color: var(--primary-color);
    text-decoration: underline
}

.block-order .head a:hover {
    text-decoration: none
}

.block-order .body {
    padding: 15px;
    border: 1px solid #ededed;
    line-height: 1.5
}

.address-card {
    height: 100%
}

.cart-product-row-wrapper {
    border: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    padding: 15px;
    background: #fbfbfb
}

.cart-product-row-wrapper .cart-product-row {
    align-items: center;
    border: 0
}

.cart-product-row-wrapper .cart-product-row>* {
    padding: 0
}

.cart-product-row-wrapper .cart-product-row .cart-product-delete {
    order: 1;
    padding: 10px 0
}

.cart-product-row-wrapper .cart-product-row .cart-product-col-img img {
    border: 1px solid #eee
}

.cart-product-row-wrapper .cart-product-row .cart-product-col-details {
    padding: 0 10px
}

.cart-product-row-wrapper .cart-product-row .cart-product-col-details h1 {
    font-size: 18px
}

.cart-product-row-wrapper .cart-product-row .cart-products-action {
    padding: 0 10px
}

.cart-product-row-wrapper .cart-product-row .cart-products-action .cart-product-quantity-dropdown select {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    background: #fff;
    border: 1px solid #f1eff1;
    color: #c2bbc3;
    height: 42px;
    box-shadow: none !important;
    padding: .375rem .75rem;
    width: 100%
}

.cart-product-row-wrapper .cart-product-row .cart-product-prices {
    display: none !important
}

.cart-product-quantity-dropdown label {
    display: none
}

.ak-cart-totals {
    margin-top: 40px
}

.ak-cart-totals h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000
}

.ak-cart-totals h3 small {
    font-size: 14px;
    color: #8a8a8a
}

.list-cart-totals {
    list-style: none
}

.list-cart-totals li {
    padding: 10px 0
}

.list-cart-totals li .title {
    color: #000
}

.list-cart-totals li .value {
    color: #8a8a8a
}

.list-cart-totals li:last-child {
    border-top: 1px solid #eee
}

.list-cart-totals li:last-child span {
    color: #000;
    font-weight: 700
}

.btn-back-store {
    color: #000 !important
}

.btn-back-store:hover,
.btn-back-store:focus {
    color: var(--primaryColor)
}

.header-wrapper {
    border-bottom: #eee 1px solid;
    padding: 7px 0
}

.title-section-summery {
    background: var(--primary-color);
    padding: 20px 0;
    margin-bottom: 0 !important;
    color: #fff;
    text-align: center
}

.inside-cart-bg {
    background: #fbfbfb;
    padding: 10px
}

@media screen and (max-width:767px) {
    .cart-product-row {
        display: block !important;
        position: relative;
        overflow: hidden
    }

    .cart-product-row .cart-products-action,
    .cart-product-row .cart-product-col-details,
    .cart-product-row .cart-product-prices {
        width: calc(100% - 100px)
    }

    .cart-product-col-img,
    .cart-products-action,
    .cart-product-col-details {
        float: right
    }

    .cart-product-row .cart-product-delete {
        left: 10px
    }

    .ltr .cart-product-col-img,
    .ltr .cart-products-action,
    .ltr .cart-product-col-details {
        float: left
    }

    .ltr .cart-product-row .cart-product-delete {
        right: 10px
    }

    .cart-product-quantity-dropdown label {
        display: none
    }

    .cart-product-row-wrapper .cart-product-row .cart-product-col-details {
        padding: 20px 10px 10px
    }

    .cart-product-row-wrapper .cart-product-row .cart-product-delete {
        position: absolute;
        top: 10px;
        padding: 0
    }

    .cart-product-row-wrapper .cart-product-row .cart-products-action .cart-product-quantity-dropdown select {
        width: 100%
    }

    .cart-product-row-wrapper .cart-product-row .cart-product-prices {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding-top: 10px
    }

    .cart-product-row-wrapper .cart-product-row .cart-product-prices>div {
        padding: 0 5px
    }
}

@media(pointer:coarse) {
    .block-partner {
        filter: none;
        -webkit-filter: grayscale(0);
        filter: grayscale(0)
    }
}

@media screen and (min-width:1200px) {
    .container-fluid {
        --bs-gutter-x: 70px
    }

    .h3,
    h3 {
        font-size: 1.15rem
    }

    .shadow-none-lg {
        box-shadow: none;
    }
}

@media screen and (max-width:992px) {
    body {
        line-height: 1.4;
        font-size: 14px
    }

    .block-slider {
        padding-bottom: 30px
    }

    .row-scroll-product .row {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }

    .row-scroll-product .row::-webkit-scrollbar {
        visibility: hidden
    }

    .row-scroll-product .row>* {
        display: inline-block;
        float: none
    }

    .section,
    .header {
        padding: 20px 0
    }

    .block-breadcrumb {
        padding: 20px 0
    }

    .block-breadcrumb h1 {
        font-size: 18px
    }

    .block-breadcrumb p {
        text-align: justify
    }

    .btn {
        --bs-btn-font-size: 14px
    }

    .block-product .title {
        height: 49px;
        overflow: hidden
    }

    .block-feature h3 {
        margin-bottom: 0;
        font-size: 16px
    }

    .block-feature img {
        width: 30px;
        height: 30px
    }

    .bg-inside,
    .page-content {
        padding: 10px
    }

    .custom-res-bottom {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none
    }

    .custom-top-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none
    }
}

@media screen and (max-width:767px) {

    .row-scroll-product>.row>div:first-child {
        width: 80%
    }

    .announcement-bar .btn-close {
        right: -25px
    }

    .header [class*=fa-] {
        font-size: 18px
    }

    .header img {
        width: 100%
    }

    .block-search-form {
        top: -11px
    }
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

/* input direction to ar */
body.rtl input {
    direction: rtl;
}

/* input direction to ar end */

/* page gift style start */

.position-center-checkbox {
    bottom: -3px;
}

.position-center-eye {
    bottom: -1px;
}

.border-lg-left {
    border-inline-end: 2px dotted #d9d9d9;
}

.border-primary {
    border-color:var(--primary-color) !important;
}
.min-h-600px {
    min-height: 600px;
}

.card-gift-item {
    max-width: 170px;
    min-width: 170px;
    border-radius: 30px;
    box-shadow: 0 0 0 4px #ccc;
    cursor: pointer;
    transition: all ease-in-out .3s;
    margin-block-end: 30px;
    margin-inline-end: 30px;
}

.card-gift-item.active {
    box-shadow: 0 0 0 4px var(--primary-color);
}

.card-gift-item img {
    border-radius: 30px;
}

.information-form {
    border-radius: 10px;
    background: var(--bs-gray-200);

}

.nav-pills .nav-link.btn-tap-modal {
    color: var(--bs-black);
}

.nav-pills .nav-link.btn-tap-modal.active,
.nav-pills .show>.nav-link.btn-tap-modal.active {
    background: var(--primary-color);
    color: var(--bs-white);
    border: 0 !important;
}

/* page gift style end */

/* page award start */
.show-award .award-image {
    min-height:250px;
    max-height: 450px;
}
.object-cover {
    object-position: center center;
    object-fit: cover;
}
/* page award end */
/* Saudi Riyal Symbol Styling */
.sar-symbol.black {
    background-image: url('../images/Saudi_Riyal_Symbol_black.svg') !important;
}
.sar-symbol.green {
    background-image: url('../images/Saudi_Riyal_Symbol_Green.svg') !important;
}
.sar-symbol {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url('../images/Saudi_Riyal_Symbol.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; /* Alignment with text */
    position: relative;
}

/* Ensure proper spacing around the symbol */
.sar-symbol::before {
    content: "";
    display: block;
    padding-top: 33.33%; /* One-third of symbol's height for spacing */
}

/* For LTR layouts (English), move the symbol to the left */
html:not([dir="rtl"]) .sar-symbol {
    float: left;
    margin-right: 0.3em;
    margin-left: 0;
    order: -1; /* For flex containers */
}
html:not([dir="ltr"]) .sar-symbol {
    float: right;
    margin-right: 0.3em;
    margin-left: 0;
    order: 1; /* For flex containers */
}

/* Override for flex containers */
html .price-product span,
html .large {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

html:not([dir="rtl"]) .order-0-ltr {
    order:0 !important;
}

/* quantity-control  start */

.input-group.quantity-control {
 border: 1px solid var(--primaryColor);
 border-radius:10px;
 max-width: 115px !important;

}
.input-group.quantity-control button {
    padding: 3px 11px;
}
.input-group.quantity-control input {
    padding: 0;
    max-width: 40px;
}
.input-group.quantity-control  * {
    border: 0px;
    /* border-radius:10px; */
   }
.z-index-1 {
 z-index:1;
}
.object-fit-cover {
    object-fit: cover;
    object-position: center center;
}
.overflow-x-auto {
    overflow-x: auto;
}
/* quantity-control  end */

/* skrolll cstome START */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color:rgba(169,86,88,.08) ;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(var(--primaryColor-rgb));
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(var(--primaryColor-rgb) , 0.7);
}

/* skrolll cstome END */

/* periodic-donation start  */
#periodic-donation {
    background: linear-gradient(360deg, rgb(var(--primary-color-rgb),0.1) 6.51%, rgb(var(--primary-color-rgb),0) 93.49%);
}
#periodic-donation .icons .icon {
    position: absolute;
}
#periodic-donation .icons .icon-1 {
    top: 0;
    left: 0;
}
#periodic-donation .icons .icon-2 {
    bottom: 0;
    left: 0;
}
#periodic-donation .icons .icon-3 {
    top: 0;
    right: 0;
}
#periodic-donation .icons .icon-4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#periodic-donation .icons .icon-4 svg {
    stroke:var(--primaryColor);
}
.btn.btn-success.radio {
    font-weight: 500;
    color: black;
    background-color: rgba(237, 247, 237, 1);
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.btn.btn-success.radio i {
    opacity: 0;
    position: absolute;
    color: var(--bs-success) !important;
}

.btn.btn-success.radio.active i {
    position: static;
    opacity: 1;
}

.btn.btn-success.radio.active {
    background-color: rgb(var(--bs-success-rgb), 0.3);
    border: 1.5px solid rgb(var(--bs-success-rgb));
}

#periodic-donation {
    min-height: 900px;
}
#periodic-donation .text-content p{
    background: rgba(237, 247, 237, 0.30);
    backdrop-filter: blur(10px);
}
/* periodic-donation end */
/* wizard start */
.wizard-step.completed  .wizard-step-circle::before {
    content:'';
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    z-index: 9;
    top:0;
    left:0;
    background: var(--bs-success) !important;
}
.wizard-step.completed  .wizard-step-circle::after {
    content:'';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M5 12l5 5l10 -10" /></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
}
.wizard-container .wizard-steps-wrapper {
    max-width:300px;
    width:100%;
}
@media screen and (max-width:768px) {
    .wizard-container .wizard-steps-wrapper {
        max-width:100%;
        width:100%;
    }
}

/* wizard end */
/* icon-action start */
.icon-action {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: auto;
    width: 50px;
    padding: 10px;
    border-radius: 50%;
    --color-rgb:var(--bs-danger-rgb);
}
.icon-action.delete {
    background: rgb(var(--color-rgb), 0.2);
    color: rgb(var(--color-rgb));
}
/* icon-action end */

/* poup up (modal bootstrap) start */
    body:not(.modal-open) {
        overflow:visable;
    }
 
    body:not(.modal-open) .modal-backdrop {
        z-index: -1 !important;
    }

/* poup up (modal bootstrap) end */
