:root {
    --title: 28px;
    --title_sm: 24px;
    --styling-sub-text-color: rgba(103, 103, 103, 1);
    --B-h3: 18px;
    --B-h4: 16px;
    --B-h5: 14px;
    --R-h6: 12px;
    --R-h7: 10px;
    --main: rgba(0, 0, 0, 1);
    --error-heavy: rgba(195, 0, 0, 1);
    --bg-grey: rgba(245, 245, 245, 1);
    --success: rgba(37, 148, 45, 1);
    --border-light-color: #EAEAEA;
    --main-color: #B58E40;
    --bg-biege-light: #FCFAF6;
    --bg-grey-f5: #F3F3F3;
    --bg-default: rgb(228 228 228);
}

@font-face {
    font-family: 'IBM Plex Riyal';
    src: url('../fonts/IBMPlexSansArabic-Regular-Riyal.woff2') format('woff2'),
        url('../fonts/IBMPlexSansArabic-Regular-Riyal.woff') format('woff'),
        url('../fonts/IBMPlexSansArabic-Regular-Riyal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.riyal-symbol {
    font-family: 'IBM Plex Riyal', sans-serif !important;
    direction: rtl;
    unicode-bidi: embed;
    display: inline-block;
    margin-right: -6px;
}

.soliman-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 83px;
    background-color: rgba(18, 140, 126, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 12px;
    z-index: 999;
}

html[lang=ar] .soliman-whatsapp {
    right: initial;
    left: 83px;
}

.d-flex.price-wrapper .riyal-symbol,
.align-items-center.price-wrapper .riyal-symbol,
.align-items-start.price-wrapper .riyal-symbol,
.align-items-end.price-wrapper .riyal-symbol,
.align-items-between.price-wrapper .riyal-symbol,
.price .new .riyal-symbol {
    margin-right: -4px;
}

.price-wrapper .value {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rtl {
    direction: rtl;
}

.price-wrapper {
    direction: rtl !important;
    text-align: left;
    justify-content: end;
}

.paywithwallet-price-wrapper {
    justify-content: start;
}

html[lang=ar] .price-wrapper {
    direction: ltr;
    text-align: right;
}

/* Backgrounds */
.bg-grey {
    background-color: var(--bg-grey) !important;
}

.bg-danger {
    background-color: var(--error-heavy) !important
}

.bg-light-gold {
    background-color: #E2D0AA33 !important;
}

.bg-biege-light {
    background-color: var(--bg-biege-light) !important;
}

.bg-grey-f5 {
    background-color: var(--bg-grey-f5) !important;
}

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

/* borders */
.border-light {
    border-color: var(--border-light-color) !important;
}

.border-golden {
    border-color: var(--main-color) !important;
}

/* Font Colors */
.text-gray-700 {
    color: var(--styling-sub-text-color) !important
}

.main_title, h2 {
    font-size: var(--title) !important;
}

.text-danger {
    color: var(--error-heavy) !important
}

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

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

/* Font Sizes */
.fs-24 {
    font-size: var(--title_sm) !important
}

.fs-4 {
    font-size: var(--B-h3) !important
}

.fs-5 {
    font-size: var(--B-h4) !important
}

.fs-6 {
    font-size: var(--B-h5) !important
}

.fs-7 {
    font-size: var(--R-h6) !important
}

.fs-8 {
    font-size: var(--R-h7) !important
}

/* Font Weights */
.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.line-throw {
    text-decoration: line-through;
}

.pointer {
    cursor: pointer
}

.rounded-12 {
    border-radius: 12px;
}

.danger-list::marker {
    color: var(--error-heavy) !important;
}

.fixed-section-shadow {
    box-shadow: 0px 4px 14px 10px rgba(0, 0, 0, 0.05);
}

/* paddings */
.py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.pb-15 {
    padding-bottom: 3.75rem;
}

/* heights */
.h-380px {
    height: 380px !important
}

.h-32px {
    height: 32px !important
}

.w-32px {
    width: 32px !important
}

/* Page loading */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    display: grid;
    place-items: center;
    z-index: 999999999;
    transition: 0.25s ease;
}

/* .preloader.loaded {
  visibility: hidden;
  opacity: 0;
} */

.preloader .circle {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50%;
    border-block-start-color: transparent;
    animation: rotate360 1s ease infinite;
}

.preloader .loading {
    background: transparent;
    backdrop-filter: unset;
}

.preloader .loading:after,
.preloader .loading:before {
    content: '';
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 50%;
    position: absolute;
    left: 0;
}


.preloader .loading:before {
    top: 0;
}

.preloader .loading:after {
    bottom: 0;
    height: 51%;
}

.preloader .loading div {
    width: 80px !important;
    height: 80px !important;
    background-color: transparent;
    border-radius: 50%;
    padding: 0rem;
    z-index: 9999;
}

.preloader .loading img {
    max-width: 90px;
    max-height: 90px;
}

.preloader.loaded .loading div {
    opacity: 0;
    transition: 0.2s all linear;
}

.preloader.loaded .loading:before,
.preloader.loaded .loading:after {
    transition: 0.6s all ease-in-out;
}

.preloader.loaded .loading:before {
    animation: loadedBefore 0.5s cubic-bezier(0.42, 0, 1, 0.6);
}

.preloader.loaded .loading:after {
    animation: loadedAfter 0.5s cubic-bezier(0.42, 0, 1, 0.6);
}

.g-recaptcha {
    margin-right: auto;
}

.login-title {
    font-size: 18px;
    color: black;
}

.auth-v2 .btn-guest {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

@keyframes loadedBefore {
    99% {
        top: -100%;
        /* transform: rotate(-15deg); */
    }

    100% {
        display: none;
    }
}

@keyframes loadedAfter {
    99% {
        bottom: -100%;
        /* transform: rotate(15deg); */
    }

    100% {
        display: none;
    }
}

.btn-light-gold, .bg-light-gold {
    border: 1px solid rgba(245, 245, 245, 1) !important;
    background: rgba(253, 251, 247, 1);
}

.blog.home-blogs .item img, .hr, .popup .modal-body .banner, .table-condensed, header {
    width: 100%
}

.blog .item .link a, .download-apps, .popup .modal-dialog, .price, .price .new, .profile .content .item .item-row .name {
    display: flex;
    align-items: center
}

.popup .modal-content {
    background: url("../images/popup_bg.png") 0 0/cover no-repeat !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding-top: 150px;
    font-size: 1.25rem;
    overflow: initial
}

.popup .modal-body {
    top: 14%
}

.popup .modal-body .title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px
}

.popup .modal-body .description {
    color: rgba(255, 255, 255, .5607843137)
}

.popup .modal-body .download-text {
    margin: 10px 0;
    font-size: 1.425rem
}

.blog .item img, .gallery img, .other-services .item img {
    max-width: 100%;
    object-fit: cover
}

.center-card, .form-wrapper {
    box-shadow: 0 3px 36px rgba(0, 0, 0, .062745098)
}

.ltr {
    text-align: left;
    direction: ltr;
}

.number, .text-left {
    text-align: left
}

header {
    height: 72px;
    color: #fff
}

.section-title {
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1.5em
}

.categories .item, footer {
    flex-direction: column;
    display: flex
}

.cart, .cover, .cover-x, .inputPasswordWrapper, .other-service-item, .section-title, .services .item, section.offers {
    position: relative
}

.cart .count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f12f30;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1607843137)
}

.address {
    height: 40px;
    border: 1px solid #5d5d5d;
    border-radius: 6px
}

.gift-c1 {
    object-fit: cover
}

.categories img {
    margin-bottom: 1em;
    height: 165px !important;
    object-fit: cover;
    border-radius: 4px
}

.blog .item, .tags {
    border: 1px solid #e0e0e0
}

.categories .item {
    align-items: center;
    margin: 0 5px;
    flex: 1
}

.categories .item .title {
    color: #fff;
    font-size: 14px
}

.about {
    padding: 6em 0;
    background: #f2f5f0
}

.about .section-title {
    color: #393939
}

.about .text {
    font-size: 16px;
    color: #393939;
    margin-bottom: 1em
}

.about-us-details-section, .gallery {
    padding: 4em 0;
    background: #fff
}

.blog {
    background: #fff;
}

#map, .cover {
    background-repeat: no-repeat;
    background-size: cover
}

.blog .item, .breadcrumb-links, .fav, .hr-section, .mission, .offer-details, .other-services, .profile, .tags {
    background: #fff
}

.services, .orders, .profile {
    background: #F3F3F3;
}

.blog .item .hr {
    width: 100%;
    height: 1px;
    background: #e2e2e2
}

.blog .item .link {
    display: flex;
    justify-content: center;
    align-items: center
}


.counter, footer {
    align-items: center
}

.download-apps .text {
    max-width: 458px
}

.download-apps .barcode {
    width: 215px;
    height: 215px
}

.gallery img {
    margin-bottom: 1.3em
}

footer {
    padding-top: 4em;
    padding-bottom: 1em;
    background: #121212
}

.cover {
    height: 140px
}

.service-desc {
    padding: 32px 0;
}

.services .item {
    background: #f8f6f5;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    margin: 8px 0;
}

.other-services {
    padding: 4em 0
}

.hr {
    height: 1px;
    background: rgba(0, 0, 0, .1)
}

.other-services .item {
    width: 141px;
    height: 165px;
    position: relative;
    margin: 0 5px
}

.other-services .item .title {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.other-services .item img {
    height: 100%;
    border-radius: 5px
}

.calender-wrapper {
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    padding: 1.5em
}

.calender-wrapper .hr {
    margin: 1em 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 10px
}

.cart-address {
    border: 1px solid #5d5d5d;
    border-radius: 6px;
    padding: .5em 1em;
    display: flex;
    justify-content: space-between;
}

.cart-address .text {
    max-width: 90%;
    font-size: 12px;
    color: #393939;
    opacity: .7
}

#map {
    width: 100%;
    height: 100%
}


#addToCartThanksModal .title {
    width: 171px;
    text-align: center
}

#addToCartThanksModal img {
    width: 218px;
    height: 108px;
    object-fit: cover
}

.cart-header {
    padding-top: 44px;
}

.receiver-details {
    width: 100%;
    padding: 1em;
    background: #f7f7f7;
    border-radius: 8px
}

.receipt-details {
    min-height: 474px;
    width: 100%;
    border: 1px solid #9a9a9a;
    border-radius: 8px
}

.receiver-details .cart-address {
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-bottom: 0
}

.cart-page-services {
    padding: 1em;
    border: 1px solid #9a9a9a;
    border-radius: 8px
}

.cart-page-services .item {
    width: 100%;
    background: #f8f6f5;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    min-height: 84px;
    padding: 1em;
    margin-bottom: 1em
}

.counter {
    background: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 10px;
    height: 32px;
    padding: 2px
}

.counter .dec, .counter .dec-gift, .counter .decrease, .counter .inc, .counter .inc-gift, .counter .increase {
    background: #fff;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter .inc, .counter .inc-gift, .counter .increase {
    border-radius: 6px;
}

.counter .dec, .counter .dec-gift, .counter .decrease {
    border-radius: 6px;
}

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

.price .old {
    font-weight: 700;
    color: #F23D3D;
    text-decoration: line-through;
    font-size: 12px
}

.price .new {
    font-weight: 700;
    color: #000
}

.service-date {
    height: 60px;
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 14px
}

.service-date img, .terms-custom-checkbox, .wallet-pay-icon {
    margin-left: 10px
}

#shareModal .share-box, .receipt-details {
    padding: 1em
}

.coupon-payment {
    border-radius: 8px;
    height: 49px;
    padding: 1em
}

#profile-image-preview, .cart-address *, .cursor, .custom-checkbox, .pointer, .rate-stars-wrapper svg {
    cursor: pointer
}

.receipt-details .hr {
    height: 1px;
    width: 100%;
    background: #e8e8e8
}

.service-details {
    padding-top: 32px;
    padding-bottom: 36px;
    background: #fff
}

.service-details .cover {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.service-details .counter {
    width: 120px;
    height: 35px;
    background: #f7f7f7;
    border: 1px solid #dedede;
    border-radius: 8px;
    padding: 2px;
}

.counter a:hover, .gift-copy-box .copy-btn:hover, .profile .edit-address-btn:hover, .profile .remove-address-btn:hover, .select-gift-box .cards img:hover, .select-gift-box .default:hover {
    opacity: .5
}

.max-width-90 {
    max-width: 85%
}

.line-height-x,
.service-description {
    line-height: 3;
}

.other-service-item {
    padding: .5em 1em;
    width: 100%;
    min-height: 196px;
    background: #f8f6f5;
    border: 1px solid #96a7ae;
    border-radius: 8px;
    margin-bottom: 1em
}

.cover-x img.cover {
    width: 100%;
    height: 358px;
    object-fit: cover
}

img.about-us-cover.cover {
    height: 480px;
}

.our_mission_over_img {
    max-width: 50%;
    border-radius: 12px;
}

.about-content {
    max-width: 680px;
    padding: 70px 2rem;
}

.about-content-wrapper {
    border-radius: 12px;
}

.terms {
    background: #fff;
    height: 500px;
    position: relative
}

.form-wrapper {
    background: #fff;
    margin: 0 auto
}

.center-card, .terms .wrapper {
    background: #f8f8f8;
    margin: 0 auto
}

.center-card, .contact-us-form-wrapper {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0
}

.terms .text {
    left: 0;
    right: 0;
    bottom: 10%
}

.terms .wrapper {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 2em;
    width: 55%
}

.cover-2x img.cover {
    height: 798px
}

.form-wrapper {
    padding: 2em 4em;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    max-width: 792px
}

.center-card {
    padding: 2em 1em;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    max-width: 594px
}

.mission, section.mission .wrapper {
    height: 103px
}

.owl-dots {
    display: flex;
    justify-content: center;
    width: 173px;
    height: 36px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, .1607843137);
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    align-items: center;
    padding: 1em
}

.owl-dots button {
    width: 9px;
    height: 9px;
    background: #000 !important;
    border-radius: 5px;
    opacity: .2;
    margin: 0 5px
}

.profile .menu, section.mission {
    background: #f2f4f5
}

.owl-dots button.active {
    opacity: 1;
    width: 14px
}

.owl-nav {
    position: initial
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    margin: 0 auto;
    right: 0;
    width: 50px;
    height: 36px;
    z-index: 2;
    bottom: -19px
}

.dropdown-menu {
    background: #151515;
    left: -100px;
    padding: 0;
    width: 228px;
    border-radius: 4px
}

.dropdown-menu a {
    color: #fff;
    padding: 1em
}

.dropdown-item-hr {
    padding: 0 1em;
    width: 100%
}

.dropdown-item-hr .hr {
    width: 100%;
    height: 1px;
    padding: 0
}

.dropdown-toggle::after, .n-d-none {
    display: none
}

#inputConfirmPassword, #inputPassword {
    letter-spacing: 5px
}

label.form-label {
    font-size: 12px;
    color: #000;
    margin-bottom: .5em
}

.show-password-icon {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 26px !important;
    height: 26px !important
}

.forget-password-link {
    font-size: 14px;
    font-weight: 700;
    color: #848484;
    display: flex;
    justify-content: flex-end;
    margin: 2em 0
}

.gifts .price, .price, .profile .content .item .item-row:last-child {
    margin-bottom: 0
}

.social-links {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cart:hover, .social-links a:hover {
    opacity: .7
}

.guest-login {
    height: 56px;
    background: #efefef;
    border-radius: 0 0 12px 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700
}

.auth-form {
    border-radius: 12px 12px 0 0
}

.tag, .tags {
    border-radius: 4px
}

.forget-password-wrapper img {
    width: 90px;
    height: 127px;
    object-fit: contain
}

.blog .cover {
    height: 362px
}

.tag {
    min-width: 110px;
    height: 28px;
    background: #f5f5f5;
    padding: 0 1em
}

.tags {
    width: 100%;
    min-height: 93px;
    padding: 1em
}

.add-comment, .other-article-item {
    background: #fff;
    border: 1px solid #e0e0e0
}

.other-article-item {
    width: 100%;
    min-height: 123px;
    border-radius: 4px
}

.other-article-item img {
    width: 140px;
    height: 123px;
    object-fit: cover
}

.add-comment {
    min-height: 64px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px
}

.add-comment input {
    width: 65%;
    border: none
}

.add-comment input:focus {
    box-shadow: none;
    border-color: transparent
}

.comment {
    min-height: 94px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1em
}

.user-letter {
    width: 58px;
    height: 58px;
    background: #e2e2e2;
    font-weight: 700;
    font-size: 25px;
    color: #b5b5b5;
    text-transform: uppercase;
    border-radius: 50%
}

.box-shadow-0, .box-shadow-0:focus {
    box-shadow: unset !important;
}

.wallet-user-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    height: initial;
}

.wallet-user-info-hr {
    width: 100%;
    border: 0;
    background: #EAEAEA;
    height: 1px !important;
    margin-top: 16px;
    margin-bottom: 16px;
}

.profile .menu {
    /* height: 526px; */
    height: auto;
    border-radius: 8px;
    padding: 2em 1em;
    position: relative;
    top: -100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
}

.profile .menu .user-letter {
    width: 100px;
    height: 100px
}

.profile .contact-item {
    height: 30px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 15px;
    padding: 0 1em;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.profile .contact-item {
    width: auto;
    min-width: 187px;
    width: 100%;
    text-align: justify;
    justify-content: center;
    gap: 8px;
}

.collapse .phone, .collapse .email, .collapsing .phone, .collapsing .email {
    background-color: #e4e4e470;
    font-size: 13px;
    border: 0 !important;
    color: #252525;
}

.wallet-user-name img {
    transition: 0.5s transform ease-in-out;
}

.menu .wallet-user-name[aria-expanded=false] img, .service-details-accordion .accordion-button[aria-expanded=false]::after {
    transform: rotate(0);
}

.menu .wallet-user-name[aria-expanded=true] img, .service-details-accordion .accordion-button[aria-expanded=true]::after {
    transform: rotate(180deg);
}

.wallet-side-menu-item img {
    filter: grayscale(1);
}

.wallet-side-menu-item.active {
    border: 1px solid #B58E40 !important;
    background-color: #f8f4ec;

}

.wallet-side-menu-item {
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
}

.wallet-side-menu-item span {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    display: block;
}

.wallet-side-menu-item.active img {
    filter: grayscale(0);
}

.gift-receiver-wrapper, .item-row .status {
    height: 28px;
    font-size: 12px;
    display: flex;
    background: #fff
}

.profile .menu .btn img {
    width: 22px;
    height: 25px;
    object-fit: contain
}

#addToCartModal .btns, .profile .links {
    display: flex
}

#addToCartModal .modal-content {
    border: none;
}

.profile .links a {
    font-size: 16px;
    font-weight: 400;
    border: 0;
    opacity: 1;
    color: #000;
    margin: 0 !important;
    padding-bottom: 8px;
}

.profile .links {
    gap: 24px !important
}

.profile .content {
    min-height: 603px;
    background: transparent;
    border: 0;
    padding: 2em 0;
    overflow: hidden
}

.order-item, .profile .content .item {
    border: 1px solid #e4e4e4;
    background: #f8f8f8;
    margin-bottom: 1em
}

.profile .links a.active {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #B58E40;
}

.profile .content .item {
    min-height: 95px;
    border-radius: 8px;
    padding: 1em;
    cursor: pointer
}

.profile .content .item .item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 14px;
    margin-bottom: 1em
}

.profile .content .item .item-row .count {
    color: #848484;
    display: flex;
    align-items: center;
    direction: ltr
}

.item-row.total-row, .profile .content .item .item-row .price, .profile .content .item .item-row.header-row {
    font-weight: 700
}

.profile .content .item .item-row.header-row .count {
    font-weight: 400
}

.profile .content .item .hr {
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    margin: 1em 0
}

.profile .content .item .item-row.header-row .dot {
    width: 4px;
    height: 4px;
    background: #b7b7b7;
    border-radius: 50%
}

.gifts .price, .item-row.total-row .price .value {
    font-size: 18px
}

.gift-receiver-wrapper {
    /* border: 1px solid #000; */
    border-radius: 14px;
    padding: .5em 1em;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 400
}

.item-row .status {
    border: 1px solid #000;
    min-width: auto;
    color: #000;
    font-weight: 700;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
}

.item-row .status.success {
    background: rgba(11, 198, 69, .08);
    color: #000
}

.gifts .name {
    font-size: 16px;
    font-weight: 700
}

.gifts .duration {
    font-size: 12px;
    color: #848484
}

.gifts .price .currency, .gifts .price .old {
    font-size: 12px
}

.appointments .type-order .gift-receiver-wrapper {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    justify-content: space-between;
    align-items: center
}

.appointments .gift-type .status {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    min-width: initial
}

.order-item {
    border-radius: 8px;
    padding: 1em
}

.price .value {
    font-family: sans-serif
}

.order-item .total {
    padding-right: 2em;
    border-right: 1px solid #e4e4e4
}

.ml-h1 {
    margin-left: .5em
}

.content .address {
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 1em;
    height: 110px
}

.profile .content .address {
    height: initial;
    max-height: 110px
}

.profile .edit-address-btn, .profile .remove-address-btn {
    font-size: 14px;
    font-weight: 400
}

.remove-fav {
    height: 40px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 8px
}

.item.success {
    border: 1px solid #329f47 !important;
}

.item.success .status {
    color: #329f47;

}

.item .status {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.item.fail {
    color: #ba9b9b;
    border: 1px solid #ba9b9b !important
}

.success-img {
    width: 85px;
    height: 85px;
    object-fit: contain
}

.gift-c1, .gift-c2 {
    height: 160px;
    object-fit: contain;
    max-width: 100%
}

.offers .empty-slider {
    height: 595px;
    width: 100%
}

.categories .empty-slider {
    margin-bottom: 1em;
    height: 165px !important;
    border-radius: 4px
}

.nav-item.address {
    transition: .2s ease-in-out
}

.nav-item.address:hover {
    background: rgba(255, 255, 255, .5);
    cursor: pointer
}

.categories-menu {
    right: 0 !important
}

.profile-menu {
    left: 0
}

.categories-menu img {
    width: 30px;
    height: 30px
}

.profile-menu img {
    width: 12px;
    height: 16px;
    object-fit: contain
}

.dropdown-item-hr .hr {
    background: rgba(150, 167, 174, .3) !important
}

.price .number {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.price .currency {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.wallet-add-balance {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    background-color: transparent !important;
    border: 0 !important;
    color: rgba(181, 142, 64, 1);
}

.note {
    border-radius: 8px;
    background: rgba(243, 243, 243, 1);
}

.note p {
    color: rgba(103, 103, 103, 1);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.wallet-modal-balance-input-group {
    border-radius: 8px;
    border: 1px solid rgba(221, 221, 221, 1);
    background: rgba(227, 208, 168, 0.1);
    overflow: hidden;
}

.wallet-modal-balance-input-group input {
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    box-shadow: unset !important;
}

.wallet-modal-balance-input-group input:focus {
    box-shadow: unset !important;
}

.add-balance-btn {
    background-color: #000 !important;
}

.wallet-input-currancy {
    top: 14px;
    left: 12.56px;
}

.wallet-modal-balance-input-group .wallet-input-currancy, .wallet-modal-balance-input-group input {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: rgba(103, 103, 103, 1);
}

.datepicker td.day.disabled {
    color: #C0C0C0 !important;
    cursor: not-allowed;
}

.datepicker td.day.disabled:after {
    background: #E4E4E4 !important;
    color: #C0C0C0 !important;
    cursor: not-allowed
}

.datepicker td.day.disabled:hover:after {
    background: #E4E4E4;
    cursor: not-allowed;
    border-color: #E4E4E4 !important;
}

.calender-wrapper .select2-container--default .select2-selection--single {
    background-color: #FCFAF6;
    border: 1px solid #EAEAEA;
    border-radius: 8px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    height: initial !important;
}

.calender-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    transform: translate(0, 46%);
}

.modal-footer {
    border-top-color: #E8E8E8 !important;
}

.payment-status-wrapper {
    max-width: 400px;
    padding: 24px;
    gap: 16px;
    border-radius: 12px;
    background-color: #fff;
}

.payment-status-wrapper .payment-status {
    gap: 24px;
}

.payment-status-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.gold-txt {
    color: rgba(181, 142, 64, 1);
}

.payment-status-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
    opacity: 0.5;
}

.select-district-id-wrapper {
    border: 1px solid #b2b2b2;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    padding: 1.5em;
    margin-bottom: 2em
}

.profile .contact-item {
    width: auto;
    min-width: 187px
}

.owl-nav .owl-next {
    left: -150px
}

.owl-nav .owl-prev {
    left: 150px
}

.service-date {
    width: 220px;
    padding: 1em
}

.cover img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: contain
}

.cover.no-image {
    border: 1px solid #96a7ae
}

.cover .title {
    position: relative;
    z-index: 2
}

.categories {
    padding: 3em 0
}

.categories img {
    object-fit: cover !important
}

.mlf-2 {
    margin-right: 0 !important;
    margin-left: 2em !important
}

.about img, .logo img, label {
    max-width: 100%
}

.download-apps {
    min-height: 467px;
    height: auto;
    position: relative;
    background: #fff
}

.download-apps .container {
    z-index: 2
}

.download-apps .bg {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: .7;
    z-index: 1
}

.download-apps .mobile-img-ar {
    left: 18%
}

.download-apps .mobile-img-en {
    right: 18%
}

.remove-fav {
    min-width: 100px;
    max-width: 120px
}

.number {
    direction: ltr;
    display: inline-block
}

.counter {
    width: 110px
}

.offer-details .empty-slider {
    border-radius: 4px;
    min-height: 300px;
    margin-bottom: 1em
}

#verifyForm input {
    background: rgba(0, 0, 0, 0);
    text-align: center;
    border: none;
    font-size: 2em;
    border-bottom: 2px solid #707070;
    border-radius: 0
}

#verifyForm input:focus {
    outline: 0;
    box-shadow: none
}

.categories .empty-slider, .categories img {
    width: 130px !important
}

#loyaltyModal .step, #shareModal .share-box {
    border: 1px solid #f8f8f8;
    border-radius: 17px;
    background: 20px 25px no-repeat #f8f8f8;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1607843137)
}

#loyaltyModal .step {
    padding: .85em 1em .85em 5em
}

#loyaltyModal .btn.btn-invite-friend {
    background: #98a884
}

#loyaltyModal .btn.btn-request-points {
    background: #96a7ae
}

#loyaltyModal .how-to-use .btn.btn-request-points {
    color: #000;
    background: #fff
}

#loyaltyModal .how-to-use {
    background: #a8adc3;
    padding: 2em;
    position: absolute;
    left: 0
}

.white-color2 {
    color: rgba(255, 255, 255, .7)
}

#shareModal input {
    height: 50px;
    padding-right: 90px
}

#shareModal .copy-btn {
    height: 50px;
    width: 65px;
    border-radius: 0 8px 8px 0;
    background: #000;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#useWalletModal input, .auth-form input {
    letter-spacing: 2px;
    height: 50px;
    font-size: 1.25em
}

.balance {
    min-width: 400px;
    max-width: 100%;
    padding: 1em;
    border-radius: 10px;
    border: 1px solid #f8f8f8;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .1607843137);
    display: flex;
    justify-content: space-between;
    align-items: center
}

header .links {
    height: 100%
}

header .links a {
    color: #a1a1a1
}

.color-white, header .links a.active {
    color: #fff
}

.open-invoice-details, .terms_and_services_link, .underline {
    text-decoration: underline
}

.services.offer-other-services .item {
    height: initial;
    min-height: 185px
}

.nav-item:not(:last-child) {
    margin-left: 1em
}

.links-v2 .nav-item:not(:last-child) {
    margin-left: 1.5em;
}

.nav-item.address {
    word-break: break-word;
    margin-left: 2em
}

.dropdown-menu {
    top: 20px !important;
    overflow: hidden;
    min-width: 228px;
    width: initial
}

#profile-image-preview img, .userImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.blog .summary {
    overflow: hidden
}

.terms {
    height: initial;
    padding: 2em 0
}

.terms .text {
    margin-top: -15%;
    position: initial
}

.currency {
    font-size: 10px;
    font-weight: 400
}

.max-width-75 {
    max-width: 75%
}

.category-image {
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    object-fit: cover
}

.gallery img {
    width: 227px;
    height: 227px;
    border-radius: 4px;
    margin-left: 4px;
}

.gallery .d-flex.flex-wrap {
    justify-content: space-between;
}

.fancy-underline img {
    position: absolute;
    bottom: -5px;
    width: 112px !important;
    height: 3px !important;
    left: 0;
    right: 0;
    margin: 0 auto
}

.breadcrumb-links {
    padding-top: 3em
}

.profile-menu a:focus, header .links a:focus {
    background-color: inherit !important
}

.categories-menu img {
    border-radius: 50%
}

.cover-category-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .4)
}

.cover-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px
}

.cover-category-title.fancy-underline img {
    bottom: 35%
}

.cover-category-title-transparent-wrapper .cover-category-title {
    background: transparent !important;
    font-size: 28px;
    font-weight: 600;
    line-height: 32.5px;
    z-index: 9;
}

.cover-category-title-transparent-wrapper .cover-category-title {
    background-color: transparent !important;
}

.service-details-cover {
    object-fit: cover;
    max-height: 300px;
    width: 100%;
    border-radius: 15px
}

.service-details-default-image {
    padding: 2em 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee
}

.select2-container.error {
    border: 1px solid #d80000;
    border-radius: 6px
}

.share-wrapper {
    background: #000;
    padding: 1em;
    border-radius: 4px
}

.rate-stars-wrapper {
    display: flex;
    justify-content: space-between
}

.rate-stars-wrapper svg.active path, .rate-stars-wrapper svg:hover path {
    fill: #F9B62C;
    stroke: #F9B62C;
}

.bg-light-green {
    background-color: #DBF0C7 !important;
}

.bg-light-orange {
    background-color: #F0D2C7 !important;
}

.order-details-services-item {
    padding: .5em 1em;
    width: 100%;
    background: #f8f6f5;
    border: 1px solid #96a7ae;
    border-radius: 8px;
    margin-bottom: 1em
}

.order-details-services-item .service-date {
    height: initial;
    padding: .5em 1em;
    margin-bottom: .5em
}

.item-row .status {
    padding: 0 1em
}

.cart-page-services .item.offer-item {
    min-height: initial
}

.text-wrap {
    height: 20px;
    overflow: hidden
}

.blog .item {
    margin-bottom: 1em;
    border-top: none
}

.blog .item .text {
    line-height: 26px;
    word-break: break-word;
    overflow: hidden
}

.blog .item, .blog .item img {
    border-radius: 8px
}

.blog-list .item img {
    border-radius: 8px 8px 0 0
}

.blog-list img.blog-cover-image {
    height: 276px;
    width: 100%
}

.service-details .cover {
    object-fit: cover;
    border-radius: 8px
}

.address {
    width: 200px
}

.blog .item img.main-blog-image {
    width: 100%;
    height: 140px;
    border-radius: 8px 8px 0 0 !important
}

.cards .owl-dots {
    top: 20px
}

.owl-dots {
    box-shadow: 0 3px 16px rgba(0, 0, 0, .05);
    background: rgba(255, 255, 255, .5);
    top: -60px
}

.cards .owl-item:hover {
    cursor: pointer;
    opacity: .5
}


.popup .download {
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup .download img {
    width: 100%;
    height: 55px
}

.popup .logo-whatsapp {
    margin-left: 15px
}

.close {
    color: #000;
    opacity: 1;
    position: absolute;
    top: 7px;
    right: 9px
}

.comments {
    max-height: 410px;
    overflow: auto
}


.blog .arrow {
    width: initial !important
}

footer .logo {
    width: 140px;
    height: 110px;
    object-fit: contain
}

.service-details.offer-details .cover {
    object-fit: initial !important
}

.offer-default {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.home-offer-default {
    background-color: #000 !important;
}

.home-offer-default img {
    object-fit: contain !important;
}

.offers {
    background: #000
}

#top-btn, .intercom-icon {
    width: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    background: #404040;
    display: flex;
    cursor: pointer;
    z-index: 9;
}

.intercom-icon img, footer #top-btn img {
    height: initial;
    width: initial
}

#top-btn {
    height: 50px;
    right: 20px;
    justify-content: center;
    align-items: center
}

.intercom-icon {
    height: 50px;
    left: 20px;
    justify-content: center;
    align-items: center
}

.shareGiftModal .gift-cover {
    width: 100%;
    height: 180px;
    object-fit: cover
}

#shareGiftModal .copy-box {
    height: 50px;
    width: 100%
}

.select-gift-box .default {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    cursor: pointer
}

.gift-copy-box, .gift-copy-box .copy-btn {
    padding: 10px;
    align-items: center;
    display: flex
}

.select-gift-box .cards {
    max-height: 300px;
    overflow: auto
}

.select-gift-box .cards img {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer
}

.gift-copy-box {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    min-height: 50px;
    font-size: 12px
}

.gift-copy-box .copy-btn {
    width: 100%;
    background: #000;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #000;
    cursor: pointer
}

.gift-copy-box .copied {
    color: green
}

.tags .tag {
    margin-left: .5em;
    margin-top: .5em;
    margin-bottom: .5em;
    min-width: 105px;
    white-space: nowrap
}

.top-sale-badge {
    font-size: 12px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: right;
    font-feature-settings: 'clig'off, 'liga'off;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 1px 8px;
}

.gift-item-row .services-name {
    max-width: 70%
}

footer .hr {
    background: #4a4a4a;
    height: 1px;
    width: 250px
}

footer .underline-links {
    width: 50%;
    justify-content: space-around
}

.content-wrapper {
    min-height: 20vh;
}

.item .desc {
    max-height: 55px;
    overflow: hidden
}

.service-details .actions .btn, .services .item .btn {
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-open-add-to-cart {
    min-width: 150px;
    padding: 0 16px !important;
    height: 40px;
}

.btn-open-add-to-cart svg {
    margin-left: 8px;
}

.add-to-fav-btn, .book-now-btn {
    height: 35px;
    width: 35px;
    max-width: 100%;
    padding: 5px
}

.mobile-add-gift {
    height: 50px
}

.service-details .book-now-btn {
    width: initial;
    min-width: 130px
}

.service-details .book-now-btn:hover svg path {
    fill: #000;
}

.h-35 {
    height: 35px
}

.about-us-cover-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 2em
}

.add-comment-btn {
    max-width: 130px;
    margin: 0 10px
}

.page-no-data {
    background: #fff;
    min-height: 50vh
}

.page-no-data .btn {
    width: fit-content;
    min-width: 165px;
    max-width: 100%;
    padding: 1em
}

.page-no-data .title {
    font-size: 1.5em;
    font-weight: 700;
    color: #000
}

.page-no-data .text {
    font-size: 1.2em;
    font-weight: 700;
    color: #9f9f9f
}

.btn.btn-open-add-gift {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 40px
}

.btn.btn-open-add-gift.btn-open-add-gift-with-text {
    width: initial;
    padding: 16px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    height: 40px;
}

.btn.btn-open-add-gift.btn-open-add-gift-with-text svg {
    margin-left: 8px;
}

.item .btn.btn-open-add-to-cart {
    width: 200px;
    max-width: 78%
}

.item .btn.btn-open-add-gift {
    max-width: 20%
}

.remove-address-btn {
    padding: 0;
    background: 0 0;
    border: none;
    margin: 0;
    color: #d80000
}

.invoices-success.cover-x img.cover {
    height: 100vh
}

#serviceRateModal .star path {
    fill: #000
}

#serviceRateModal .star svg {
    width: 20px;
    position: relative;
    top: -2px
}

.no-cursor {
    cursor: not-allowed
}

.max-width-590 {
    max-width: 590px
}

.settings-cover-bg {
    background-image: url('../images/settings-cover.webp')
}

.address-form-google-map {
    width: 100%;
    height: 344px;
    border-radius: 8px;
}

.border-radius-12 {
    border-radius: 12px !important
}

#postImage {
    max-height: 40px
}

.selectDateModalBar .order_date {
    margin-left: 25%;
    margin-right: 5%;
    font-size: 1.1rem
}

.appointment-details#google_map {
    height: 450px;
    width: 300px
}

.color-black {
    color: #000
}

#item_appointment_time {
    min-height: unset;
    background-color: #fff
}

#item_appointment_date {
    min-height: unset
}

.user-gift-btn-bg {
    background-color: #99a884
}

.notifications-mt {
    margin-top: 50%
}

section.offers .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: initial
}

section.offers .owl-carousel .owl-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.offers img {
    object-fit: contain;
    max-width: 1920px
}

.adjust-height.collapse {
    height: 150px;
    overflow: hidden
}

.height-toggler {
    text-align: center;
    font-weight: bold;
    color: #000
}

.blog .item .title {
    overflow: hidden
}

.service-details img {
    max-width: 100%
}

.service-details .details * {
    margin: 0 !important;
}

.other-article-item h4 {
    font-size: 14px
}

.agree_on_text .terms_and_services_link {
    line-height: 1.9;
    margin-right: 4px;
}

.social-links a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #404040;
    display: flex;
    cursor: pointer;
    padding: 8px;
}

.social-links a img {
    max-width: 100%;
    object-fit: contain;
}

footer .title {
    color: #fff;
    font-size: 21px;
    margin-bottom: 1em;
}

footer a {
    color: #fff;
    margin-bottom: 1em;
    font-size: 14px;
}

footer .text {
    margin-bottom: 2em;
    font-size: 14px;
}

footer a:hover {
    color: #fff;
    opacity: .7;
}

footer a.powered-by {
    margin-bottom: 0;
}

.not-found-page {
    color: #fff;
    position: relative;
    height: 600px;
    display: flex;
    background-image: url("../images/404bg-min.png");
    background-repeat: no-repeat;
}

.not-found-page a {
    color: #fff;
}

.not-found-page .decor-img {
    width: 50%;
    max-width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    z-index: 1;
}

.not-found-page .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.not-found-page .btn-back-to-home {
    min-width: 150px;
    border-radius: 8px;
    color: #fff;
    background: #404040;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.terms_and_services_link_text {
    max-width: 65%;
}

.categories button:focus {
    outline: none;
}

.categories button.owl-prev, .categories button.owl-next {
    background: linear-gradient(90deg, #000 0%, #000 24.48%, rgba(0, 0, 0, 0.00) 100%) !important;
    top: -15px;
    height: 100%;
    border-radius: 8px;
    width: 133px;
    display: flex;
    align-items: center;

}

.categories button.owl-prev {
    background: linear-gradient(270deg, #000 0%, #000 24.48%, rgba(0, 0, 0, 0.00) 100%) !important;
    right: 0;
    left: initial;
    justify-content: flex-start;
}

.categories button.owl-next {
    justify-content: flex-end;
    right: initial;
    left: 0;
}

.categories button.owl-next img {
    transform: rotate(180deg);
    margin: 0 !important;
}

.categories .owl-nav img {
    width: 25px !important;
    height: initial !important;
}

.owl-nav .disabled {
    display: none !important;
}

.hint .title {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.hint .text {
    font-size: 12px;
    color: #848484;
}

.hint img {
    position: relative;
    top: 7px;
    margin-left: 10px;
}

.hint .btn.btn-white {
    width: 77px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.hint .btn.btn-white:hover {
    background: #000;
}

.service-level {
    background: #F5F5F5;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}

.service-level .description {
    flex: 1;
    padding: 12px 16px 16px;
    height: 100%;
    width: 100%;
    color: #404040;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-level .price {
    margin-top: 8px;
    display: block !important;
}

.service-level .price .number {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.service-level.disabled {
    cursor: not-allowed;
}

.service-level.disabled .service-level-content-wrapper {
    opacity: .5;
    background: #F4F4F4;
}

.service-level.disabled .image-wrapper {
    border-radius: 0 8px 0 0;
}

.service-level .image-wrapper {
    color: #FFF;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    width: 92px;
    height: initial;
    border-radius: 0 8px 8px 0;
    background: #000;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    text-align: center;
}

.service-level .image-wrapper img {
    width: 31px;
    height: 26px;
    margin-bottom: 3px;
}

.service-level .service-level-hint {
    border-radius: 0 0 7px 7px;
    border: 1px solid #C0C0C0;
    background: #F8F4EC;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 16px;
}

.service-level .service-level-hint svg {
    margin-left: 10px;
}

.service-level .service-level-hint .btn {
    border-radius: 6px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    margin-right: 10px;
    width: initial;
    height: initial;
    padding: 8px 16px;
    color: #000;
    text-align: center;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-level .exp-years {
    color: #FFF;
    text-align: right;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 12px;
}

.blog-category-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 0 25px;
}

.blog-category-filter .item {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 8px;
    margin-bottom: 16px;
    margin-left: 16px;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.blog-category-filter .item:hover {
    box-shadow: 0 -3px 16px rgb(0 0 0 / 10%);
}

.blog-category-filter .item.active {
    background: #000000;
    color: #fff;
}

.pagination {
    padding: 0;
}

.pagination .arrow.previous {
    transform: rotate(0) !important;
}

.page-item .page-link {
    border: 1px solid #000;
    border-radius: 8px;
    margin: 0 8px;
    color: #000;
    padding: .35em .75em;
}

.page-item.active .page-link {
    background: #000;
    border-color: #000;
    box-shadow: none;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    border: none;
    margin: 0 !important;
}

.page-item.disabled {
    opacity: .5;
}

.page-item:not(:first-child) .page-link {
    margin: 0 8px;
}

.page-item .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, .1);
}

.nav-item.address {
    line-height: 1.2;
}

.cart-inner-right {
    max-width: 790px;
}

.cart-address label .d-flex.flex-column.flex-grow-1 {
    max-width: 90%;
}

.cart-page-services .service-date {
    min-width: 265px;
    max-height: 36px;
}

.cart-page-services .service-date img {
    width: 16px;
}

.all-numbers, .numbers-handler .show-less {
    display: none;
}

.numbers-handler {
    font-size: 16px;
    color: #000;
    margin: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.price-v2 {
    color: #000;
}

.btn.btn-open-add-gift {
    background: #F3F3F3;
    border: 1px solid #B58E40;
    padding: 0;
}

.item.service-card-v1 {
    background: #fff;
    padding: 16px 12px;
}

.btn.btn-open-add-gift:hover {
    background: #B58E40;
    color: #fff;
    border-color: #B58E40;
}

.btn.btn-open-add-gift:hover svg path {
    fill: #fff;
}

.start-from-text {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
}

.cart-item .service-image {
    width: 65px;
    object-fit: fill;
    height: 100%;
    max-width: 100px;
    border-radius: 6px;
    margin-left: 16px;
}

.login-as-salon {
    margin: 0 auto;
    padding: 1em;
    border-radius: 0 0 12px 12px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-as-salon:hover {
    background: #000;
    color: #fff;
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes joinAsSalonBtn {
    0% {
        background: linear-gradient(272deg, #fff 0%, #fff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    25% {
        background: linear-gradient(272deg, #fff 100%, #fff 0%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    50% {
        background: linear-gradient(272deg, #fff 0%, #fff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    100% {
        background: linear-gradient(272deg, #fff 100%, #fff 0%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

header .links a.joinAsSalon {
    position: relative;
    background: linear-gradient(272deg, #E3B351 0%, #61EE6C 94.35%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .links a.joinAsSalon span.l2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-animation: joinAsSalonBtn 300ms ease infinite;
    -moz-animation: joinAsSalonBtn 300ms ease infinite;
    animation: joinAsSalonBtn 300ms ease infinite;
    background: linear-gradient(272deg, #fff 100%, #fff 0%);

}

.item.service-card-v1 .btn.btn-open-add-to-cart {
    width: 100%;
    max-width: 78%;
}

.joinAsSalonV2 {
    padding: 12px 16px;
    color: #FFF;
    font-size: 12px;
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.10);
    width: initial;
    transition: .2s all ease-in-out;
}

.joinAsSalonV2:hover {
    background: rgba(255, 255, 255, 0.5);
}

.joinAsSalonV2.btn:hover {
    color: rgba(255, 255, 255, 1) !important;
}

.joinAsSalonV2 svg {
    margin-left: 8px;
}

.links-v2 a {
    color: rgba(255, 255, 255, .8);
}

.profile-v2 {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 12px 16px;
    border-radius: 70px;
    border: 1px solid rgba(250, 248, 248, 0.10);
    min-width: 180px;
    justify-content: center;
}

.cart-v2 {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: #343538;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.cart-v2 .dot {
    position: absolute;
    left: 0;
    top: 0;
}

.cart-v2:hover {
    color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, .2);
}

.notif-bell {
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: #343538;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.notif-bell .dot {
    position: absolute;
    left: 0;
    top: 0;
}

.notif-bell:hover {
    color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, .2);
}



header {
    background: #000;
    border-radius: 0;
}

.links-v2 a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.links-v2 .nav-item {
    position: relative;
}

.links-v2 .nav-item.active:after {
    content: '' !important;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: -15px;
    position: absolute !important;
    background: linear-gradient(270deg, #DBB854 4.12%, #92D963 90.67%) !important;
}

.links-v2 .dropdown-toggle:not(:last-child) {
    margin-left: 1.5em;
}

.cart-v2.active svg circle {
    fill: #CF4B2C;
    stroke: #CF4B2C;
}

.notif-bell.active svg circle {
    fill: #CF4B2C;
    stroke: #CF4B2C;
}

.nav-v2 .dropdown-menu {
    border-radius: 10px;
}

.nav-v2 .dropdown-menu.show {
    top: 4px !important;
}

.nav-v2 .categories-menu.dropdown-menu {
    top: 0px !important;
}

.nav-v2 {
    padding: 8px 0;
    background: #1B1B1B;
}

.address-v2 {
    font-size: 12px;
    cursor: pointer
}

.header-v2 {
    padding: 8px 0;
    min-height: initial;
    height: initial;
}

.links-v2 .dropdown-menu a:hover {
    color: #1e2125;
    border-radius: 8px;
}

.categories-menu img {
    margin-left: 16px;
}

.profile-menu {
    min-width: initial
}

.profile-menu svg {
    margin-left: 16px;
}

.profile-menu a:hover svg path {
    fill: #1e2125;
}

.dropdown:hover .dropdown-menu.categories-menu {
    display: block;
    margin-top: 0;
    position: absolute;
    inset: 0 auto auto 0;
    transform: translate(24px, 24px);
}

.dropdown-menu.categories-menu {
    background: transparent;
    padding-top: 15px;
}

.dropdown-menu.categories-menu ul {
    background: #151515;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 0;
}

.switch-language-v2, .links-v2 .nav-item {
    font-size: 14px;
}

.switch-language-v2 svg {
    margin-left: 4px;
}

.profile-v2:hover {
    background: rgba(255, 255, 255, 0.5);
}

.service-card-v1 .btn-open-add-to-cart {
    margin-left: 8px;
}

.service-details .default-service-image {
    max-width: 540px;
    height: 385px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.service-details .price {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.service-details .price-wrapper {
    margin: 16px 0;
}

.service-details .service-name {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}

.service-duration {
    color: #676767;
    font-size: 14px;
    font-weight: 400;
}

.service-details .service-description {
    margin-top: 24px;
}

.service-details .actions .btn:not(.btn.add-to-fav-btn) {
    margin-left: 12px;
}

.category-details.services {
    padding-bottom: 146px;
}

section.relatedServices {
    padding-top: 45px !important;
    padding-bottom: 65px !important;
}

.relatedServices .main-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.1px;
    margin-bottom: 24px;
    width: 100%;
    text-align: center;
}

.home-blogs {
    padding-top: 80px;
}

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

.service-details .service-image {
    max-height: 385px;
    object-fit: contain;
    border-radius: 8px;
}

.offer-other-services {
    background: transparent !important;
}

.add-to-fav-btn {
    border-color: #F5F5F5;
    background: #F5F5F5;
}

.add-to-fav-btn.active {
    background: #B58E40;
    border-color: #B58E40;
}

.add-to-fav-btn.active:not(.remove-fav) path {
    fill: #fff;
}

.service-date .btn-open-add-to-cart {
    height: initial;
    min-width: initial;
    max-height: initial;
    padding: 0 !important;
}

.transaction-header {
    margin-bottom: 4px;
    color: #000;
    text-align: right;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.profile .content .item.wallet-item-v2 .dates {
    color: rgba(0, 0, 0, 0.6);
    text-align: right;
    font-feature-settings: 'clig'off, 'liga'off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.wallet-page {
    background-color: rgba(245, 245, 245, 1) !important;
}

.wallet-content {
    padding: 0px !important;
    gap: 16px;
    border-radius: 12px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    border: 0 !important;
    position: initial !important;
    margin-top: 20px;
    background-color: transparent !important;
}

.wallet-content .item {
    padding: 12px !important;
    border-radius: 12px !important;
    border: initial !important;
    border: 1px solid var(--styling-border-light, rgba(234, 234, 234, 1)) !important;
    min-height: initial !important;
}

.wallet-content .transaction-header {
    margin-bottom: 8px !important;
}

.wallet-container .transaction-header>div {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
}

.dates div {
    font-size: 10px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: rgba(103, 103, 103, 1);
}

.order-item, .profile .content .item {
    background-color: #fff !important;
}

.transaction-header .status {
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    color: rgba(37, 148, 45, 1) !important;

}

.transaction-header .number {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}

.transaction-header .currency {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: rgba(99, 91, 73, 0.9) !important;
}

.wallet-content .item {
    margin-bottom: 0 !important;

}

.profile.fav .add-to-fav-btn.active {
    font-size: 16px;
    color: #fff;
}

.verification-form .title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
    margin-bottom: 16px;
}

.verification-form .sub-title {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.1px;
    margin-bottom: 32px;
}

.verification-form .form-title {
    color: #000;
}

.verification-form .contact-us-form-wrapper {
    padding-top: 32px;
}

.verification-form #verifyForm input {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FCFAF6;
}

.verification-form #verifyForm input:focus {
    outline: 0;
    box-shadow: none
}

.verification-form .verify-tel {
    width: 240px;
    margin: 0 auto 32px;
}

.verification-form #verifyForm .verify-tel input, .verification-form #verifyForm .verify-tel input::placeholder {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.verification-form #verifyForm .verify-tel input::placeholder {
    position: relative;
    top: 6px;
}

.verification-form #verifyForm .verify-tel input {
    width: 48px;
    height: 58px;
    margin: 0 8px;
    display: flex;
    align-items: center;
    color: #000;
}

.verification-form .contact-us-form-wrapper {
    padding: 32px 16px 16px;
}

.verification-form .btn-black {
    border-radius: 8px;
    background: #000;
}

.resend-text {
    color: #676767;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 24px;
    text-decoration: underline;
}

.resend-text .timer {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin: 0 10px;
}

.verification-form .auth-form {
    border-radius: 12px;
    max-width: 590px;
}

.auth-v2 .auth-form .form-group, .verification-form .form-group {
    margin-bottom: 20px;
}

.services .item {
    height: 95%;
}

.menu .btn.btn-white-gray:last-child {
    margin-bottom: 0 !important;
}

.wallet-page .menu {
    padding: 16px !important;
    border-radius: 12px !important;
    border: 1px solid #EAEAEA !important;
}

.btn.btn-white-gray:hover {
    color: #000;
}

.no-data {
    /* margin-top: 100px; */
    text-align: center;
}

.no-data .text {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
    margin-bottom: 12px;
}

.no-data .sub-text {
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 36px;
}

.no-data-svg-wrapper {
    background: #F5F5F5;
    width: 156px;
    height: 156px;
    padding: 30px;
    border-radius: 50%;
    margin: 0 auto 44px;
}

.joinAsSalonSettingsLink svg {
    margin-left: 8px;
}

.no-data .btn {
    border-radius: 8px;
    background: #000;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
    padding: 12px 20px;
    margin: 0 auto;
    width: 157px;
}

#loading-bar-spinner {
    display: none;
}

#loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 45%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 800ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 40px;
    height: 40px;
    border: solid 4px transparent;
    border-top-color: #fff !important;
    border-left-color: #fff !important;
    border-radius: 50%;
}

#loading-bar-spinner.spinner .spinner-icon.dark-spinner {
    border-top-color: #000 !important;
    border-left-color: #000 !important;
}

.cart-page {
    padding: 40px 0;
}

.cart-address-card {
    flex: 1;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FCFAF6;
    padding: 8px 12px;
    margin-left: 12px;
}

.cart-address-card.gift-cart {
    height: initial;
}

.cart-address-card svg {
    margin-left: 12px;
    margin-top: 4px;
}

.cart-address-card .address-name {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */

}

.cart-address-card .address {
    margin-top: 4px;
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    height: initial;
    border: initial;
    border-radius: initial;
    max-width: 200px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-address-card .btn {
    width: initial !important;
    height: initial !important;
    display: flex;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.cart-address-card .address-information {
    padding: 6px 0;
}

.cart-items hr {
    height: 1px;
    opacity: 1;
    background: #EAEAEA;
    margin-top: 12px;
    margin-bottom: 16px;
}

.cart-items textarea {
    height: 80px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FCFAF6;
    max-width: 50%;
}

.cart-page, .cart-header {
    background: #F3F3F3;
}

.cart-items .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 157.143% */
    margin-bottom: 10px;
}

.cart-items .item {
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 16px;

    margin-bottom: 10px;
}

.cart-items .item .service-image {
    width: 80px;
    height: 80px;
    margin-left: 16px;
    border-radius: 8px;
    object-fit: cover;
}

.object-fit-cover {
    object-fit: cover;
}

.cart-items .item .default-service-image .service-image {
    background-color: #F3F3F3;
    padding: 10px;
}

.cart-items .item .duration svg {
    margin: 0 7px;
}

.cart-items .item .service-name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
}

.cart-items .item .price .new .value {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    letter-spacing: 0.1px;
}

.cart-items .item .price .old .value {
    color: #C30000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.price .old.number {
    color: #C30000;
}

.cart-items .item .price .currency {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 200% */
}

.cart-items .item .duration {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.cart-items .item .counter {
    margin-bottom: 18px;
}

.receipt-details .terms {
    padding: 12px;
    border-radius: 8px;
    background: #F5F5F5;
}

.receipt-details {
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background: #FFF;
}

.receipt-details .terms_text {
    width: calc(100% - 28px);
}

.apple-pay-btn {
    border: none !important;
    background: #000000 !important;
}

/*.coupon-payment, .wallet-payment {*/
/*    background: #f7f7f7;*/
/*    border: 1px solid #dbdbdb*/
/*}*/

/*.wallet-payment {*/
/*    border-radius: 8px;*/
/*    width: 100%*/
/*}*/

/*.wallet-payment .font-12 {*/
/*    line-height: 1.7;*/
/*}*/

/*.wallet-payment {*/
/*    height: 80px;*/
/*    padding: 10px*/
/*}*/

/*.wallet-payment .switch, .wallet-payment img {*/
/*    position: relative;*/
/*    top: 2px*/
/*}*/

.wallet-payment, .coupon-payment {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FCFAF6;
    padding: 12px;
    margin-bottom: 12px;
}

.cashback-payment {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #fff7ec;
    padding: 12px;
    margin-bottom: 12px;
}

.wallet-payment svg, .coupon-payment svg, .cashback-payment svg {
    margin-left: 12px;
}

.cashback-payment .cashback-icon {
    margin-left: 12px;
}

.use-wallet .wallet-pay-title {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    margin-bottom: 4px;
}

.wallet-payment .wallet-sub-text, .wallet-sub-paid {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.cashback-payment .wallet-sub-text, .wallet-sub-paid {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}


.wallet-sub-paid .number, .wallet-sub-paid .currency .riyal-symbol {
    color: #676767;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.wallet-payment .switch {
    width: 44px;
    height: 24px;
}

.cashback-payment .switch {
    width: 44px;
    height: 24px;
}

.slider {
    background-color: #F5F5F5;
}

.receipt-details .slider {
    background-color: rgba(214, 214, 214);
}

input:checked+.slider {
    background-color: #B58E40;
}

.slider:before {
    height: 20px;
    width: 20px;
    bottom: 2px;
    left: 2px;
    background: #fff;
}

input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.terms_and_services_link_text {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.terms .custom-checkbox-wrapper {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.receipt-details .terms {
    margin-bottom: 12px;
}

.totals {
    padding: 8px 0;
}

.totals-row {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.totals-row .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.totals-row .value {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.totals-row .value .number, .totals-row .value.price-wrapper .riyal-symbol {
    color: #393939;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.number {
    font-family: inherit !important;
}

.grand-total {
    padding-top: 12px;
    border-top: 1px solid #E8E8E8;
    margin-bottom: 12px;
}

.grand-total .title, .grand-total .value, .grand-total .number, .grand-total .currency {
    color: #393939;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.payment-btns .btn {
    border-radius: 8px;
    background: #000;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.coupon-payment {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
}

.coupon-payment .coupon-name {
    font-size: 12px;
}

.btn-coupon-payment {
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding: 8px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn-remove-coupon {
    display: none;
}

.cart-items .item .remove-from-cart, .cart-items .item .btn-open-add-to-cart.btn-open-add-to-cart {
    min-width: initial;
    height: initial;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    padding: 6px 10px !important;
}

.cart-items .item .btn-open-add-to-cart.btn-open-add-to-cart {
    margin-left: 12px;
}

.cart-items .item .remove-from-cart:hover,
.cart-items .item .btn-open-add-to-cart.btn-open-add-to-cart:hover {
    background: #FDFBF7;
}

.select-address-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.select-address-list .no-data .text {
    margin: 0 0 36px !important;
}

.select-address-list .cart-address {
    background: #f8f8f8;
    min-height: 80px;
    cursor: pointer
}


.select-address-list .btn.newAddress {
    margin-bottom: 10px;
}

.select-address-list .custom-input-radio {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    top: 2px;
}

.custom-input-radio svg {
    display: none;
    width: 100%;
    height: 100%;
}

.select-address-list .custom-input-radio.active {
    border: none;
}

.select-address-list .custom-input-radio.active svg {
    display: block;
}

.select-address-list .custom-input-radio.active:before {
    content: unset;
}

.select-address-list .cart-address {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #fff;
    flex-direction: column;
    padding: 12px;
}

.select-address-list .edit-address-btn {
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding: 8px 12px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    height: initial;
    width: initial;
}

.select-address-list .title {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.select-address-list .text {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.select-address-list .edit-address-btn:hover {
    background: rgb(181, 142, 64);
    color: #fff;
}

.select-address-list .address-not-available-hint {
    color: #C30000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    padding: 10px 12px;
    border: 1px solid #EAEAEA;
    border-radius: 0px 0px 7px 7px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.select-address-list .address-not-available-hint svg {
    margin-left: 12px;
}

.select-address-list .cart-address.disabled {
    border-radius: 7px 7px 0px 0px;
    background: #F5F5F5;
    margin-bottom: 0;
    cursor: initial;
}

.select-address-list .cart-address.disabled .custom-input-radio {
    border-radius: 12px;
    border: 1px solid #E4E4E4;
    background: #FFF;
}

.select-address-list .cart-address.disabled .title {
    color: rgba(0, 0, 0, .3);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.1px;
}

.select-address-list .cart-address.disabled .text {
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

#addressContentDiv .no-data {
    flex-direction: column;
    margin-top: 0 !important;
}

.selected-address svg {
    margin-left: 8px;
}


.selected-address label {
    color: #8B8B8B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.selected-address .address-name {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    margin-top: 4px;
}

.address-form-modal .inputs .form-control {
    min-height: 48px;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: rgba(227, 208, 168, 0.10);
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.address-form-modal .inputs .form-control::placeholder {
    font-size: 14px;
}

.address-form-modal .map-wrapper {
    margin-bottom: 16px;
    border-radius: 8px;
}

.enable-location-msg-alert {
    border-radius: 8px;
    background: #FEE;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    color: #C30000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
}

.enable-location-msg-alert a {
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding: 8px 12px;
    color: #000 !important;
    font-size: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.rateServiceStarsWrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rateModalServiceCard {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #F5F5F5;
    padding: 12px;
}

.rateModalServiceCard .service-name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
}

.rateModalServiceCardDate {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.rateServiceStarsWrapper label.form-label {
    margin-bottom: 0;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
}

.rate-stars-wrapper {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    padding: 12px 25px;
}

.rateServiceStarsWrapper .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rateServiceStarsWrapper textarea {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FCFAF6;
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.mobile-numbers-tags {
    max-height: 300px;
    overflow: auto;
    padding-left: 8px;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-numbers-tags .item {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background: #FCFAF6;
    padding: 8px 12px;
    width: 100%;
    cursor: pointer;
}

.mobile-numbers-tags .item .mobile-number {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-numbers-tags .item .number-of-gifts {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 166.667% */
    border-radius: 6px;
    background: #FFF;
    padding: 5px 12px;
}

.giftCartModal .hint {
    border-radius: 8px;
    background: #F3F3F3;
    margin-top: 16px;
    padding: 8px 12px;
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
}

.mobile-numbers-tags .item.active svg path {
    stroke: none;
    fill: #B58E40;
}

.giftCartModal .action {
    color: #B58E40;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    max-width: 50%;
    word-break: break-all;
}

.blog-text {
    height: 110px;
    overflow: auto;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw {
    top: 0 !important;
    left: 0 !important;
    border: 1px solid #C30000 !important;
    border-radius: 6px !important;
    background-color: #C30000 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    /* 166.667% */
}

.gm-style .gm-style-iw-tc::after {
    background-color: #C30000 !important;
}

.gm-style .gm-style-iw-c {
    padding: 10px 12px !important;
}

.gm-style-iw button {
    display: none !important;
}

.giftCartModal .load-more {
    cursor: pointer;
    text-align: center;
    margin: 20px 0;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.mobile-number-input-group svg {
    position: absolute;
    left: 12px;
    top: 8px;
}

.mobile-number-input-group input {
    padding-left: 45px
}

.rate-groups {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rate-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.rate-group label {
    margin-bottom: 0;
}

.ellipsis-address {
    color: #000;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.login_resend_code:hover {
    cursor: pointer;
}

.btn-coupon-payment {
    border: 1px solid rgba(214, 214, 214);
}

.map-wrapper {
    position: absolute;
    visibility: hidden;
}

.map-wrapper.loaded {
    position: initial;
    visibility: visible;
}

.map-loading {
    background: #FFEEEE;
    color: #676767;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 8px;
    height: 344px;
    margin-bottom: 16px;
}

.map-loading .text {
    max-width: 330px;
    text-align: center;
}

.offer-details-price-v2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

#getLocationBtn {
    position: absolute;
    top: 75px;
    right: 15px;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.modal-remove-address {
    display: flex;
    width: 106px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;

    color: #C30000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1px;
}

.home-categories-v2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    /* Gap between items */
}

.home-categories-v2 .home-categories-item-v2 {
    flex: 0 0 calc(33.33% - 16px);
    /* Each item takes up 33.33% of the container width minus the gap */
    max-width: calc(33.33% - 16px);
    /* Maximum width of each item */
    background-color: #f0f0f0;
    /* Just for visualization */
    padding: 20px;
    /* Adjust padding as needed */
    box-sizing: border-box;
    /* Ensure padding is included in width calculation */
}

.info-title {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 150% */
    margin-bottom: 8px;
}

.info-text {
    color: #676767;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.offer-v2 {
    padding: 24px 0;
    background: #fff;
}

.offer-v2 img {
    width: 100%;
}

.offer-v2 .title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.5px;
    /* 116.071% */
    margin-bottom: 16px;
}

.offer-v2 .price {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.offer-v2 .duration {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.offer-v2 .price .text {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.offer-v2 .price .value {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.offer-v2 .price .currency {
    font-size: 16px;
}

.offer-v2 .price .number {
    margin: 0 !important;
}

.offer-v2 a.btn-send-gift {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #B58E40;
    background: #F5F5F5;
    margin-bottom: 24px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    /* 128.571% */
    height: initial;
    max-width: 150px;
    transition: .3s all ease-in-out;
}

.offer-v2 a.btn-send-gift svg path {
    transition: .3s all ease-in-out;
}

.offer-v2 a.btn-send-gift:hover {
    background: #B58E40;
    color: #fff;
}

.offer-v2 a.btn-send-gift:hover svg path {
    fill: #fff;
}

.offer-v2 .desc {
    color: #676767;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
    letter-spacing: 0.1px;
}

.offer-v2 .price .value {
    margin: 0 !important;
}

#serviceLevelModal .info-icon {
    display: flex;
    align-items: center;
    font-size: 12px;
    gap: 4px;
    transition: .8s all ease-in-out;
    width: 22px;
    overflow: hidden;
}

#serviceLevelModal .info-icon .text {
    white-space: nowrap;
}

#serviceLevelModal .info-icon.opened {
    width: 80px;
}

#serviceLevelModal .info-icon svg {
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
}

.empty-heading-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
}

.no-data {
    /* display: flex;
    flex-direction: column; */
}

.you-can-get-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #676767 !important;
}

.no-data-svg-wrapper {
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #fff !important;
    margin-bottom: 0 !important;
}

.btn-transparent-border, .btn.btn-black.btn-transparent-border {
    background-color: transparent !important;
    border: 1px solid #000;
}

.pay-bg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pay-content-wrapper {
    padding: 40px 50px;
    gap: 16px;
    border-radius: 12px;
    background: #FFFFFF;
    z-index: 2;
}

.bg-pay-page {
    background-image: url('../images/pay-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 91.5vh;
}

.pay-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.pay-link-to {
    padding: 8px 12px;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
}

.pay-link-to-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #4E4E4E;
}

.pay-link-to-phone {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #4E4E4E;
}

.pay-hr {
    background-color: #DBDBDB;
    margin-top: 20px;
    margin-bottom: 15px;
}

.pay-value-btn {
    border-radius: 8px;
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #000;
    background-color: #F8F4EC;
    padding: 12px 2rem;
}

.pay-value-btn:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    translate: 0 -50%;
}

.pay-value-btn:after {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    translate: 0 -50%;
}

.mt-32px {
    margin-top: 32px;
}

.wallet-ticket-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    color: #000000;
    opacity: 0.5;
}

.wallet-ticket-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.wallet-ticket-car {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.pay-value-ticket, .pay-ticket {
    background-color: #F3ECDD;

}

.pay-value-ticket {
    border-radius: 8px;
    position: relative;
    margin-top: 12px;
}

.pay-value-ticket::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 50%;
    translate: 0 -50%;
}

.pay-value-ticket::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 50%;
    translate: 0 -50%;
}

.pay-ticket {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-right: 7px dashed #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pay-didnot-recive-otp {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #676767;
}

.pay-resend-otp {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #000000;
}

.pay-charged-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 31.25px;
}

.pay-order-number-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.39px;
    color: #393939;
}

.pay-order-number {
    font-size: 16px;
    font-weight: 700;
    line-height: 17.86px;
    color: #393939;
}

.pay-ozee-status-bottom-summary-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 15.62px;
    color: #000;
}

.pay-ozee-status-bottom-summary-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.62px;
    color: #000;
}

.pay-ozee-status-bottom-summary-qnty {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.62px;
    color: #767676;
}

.charging-url-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
}

.charging-url-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.5;
    color: #000;
}

.charging-url-wrapper {
    background-color: #F8F4EC;
}

.charging-copy {
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.10000000149011612px;
    color: #000000;
}

.charging-copy-wrapper {
    padding: 8px 12px;
    border-radius: 11px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
}

.copied {
    border: 2px dashed #25942D;
}

.copied .copy-icon {
    display: none !important;
}

.copied .check-icon {
    display: block !important;
}

.favoutie-txt {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
}

.fav-share-wrapper {
    border-radius: 8px;
    border: 1px solid #E2D0AA;
    background-color: #E2D0AA33;
}

.fav-share-wrapper button {
    padding: 8px 12px;
    background-color: #fff;
}

.fav-card-badge {
    padding: 1px 8px;
    border-radius: 6px;
    opacity: 0px;
    background: #F8F4EC;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    color: #000000;
}

.fav-card-time {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #676767;
}

.fav-card-desc a {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    color: #000;
}

.wallet-content .fav-item {
    border: 1px solid #EAEAEA !important;
    border-radius: 12px !important;
    padding: 16px !important;
}

.fav-card-img {
    height: 141px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    width: 100%;
}

.services-card-img {
    height: 125px;
}

.services-card-badge {
    padding: 1px 8px;
    border-radius: 6px;
    background-color: #F5F5F5;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #25942D;
}

.services-card-add-to-cart-btn {
    max-width: initial !important;
}

.services-card-btn-open-add-gift {
    border: 1px solid #E3D0A8 !important;
    background-color: #f9f4ec !important;
}

.services .item {
    border-radius: 12px;
    padding: 12px !important;
}

.fav-card-img-wrapper {
    position: relative;
}

.fav-card-delete-circled {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F5F5F5;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 0 !important;
    z-index: 9;
}

.wallet-pay-values-wrapper {
    overflow-x: auto;
}

.service-details-section {
    padding: 24px 24px;
    gap: 12px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
}

.service-details-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}

.service-details .price-wrapper {
    margin: 0 !important;
}

.service-details-actions-section {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background: #fff;
}

.service-details-gift-btn {
    padding: 10px 16px !important;
    border-radius: 8px !important;
    border: 0 !important;
    background-color: #F8F4EC !important;
}

.service-details-wishlist-btn {
    padding: 12px;
    background: #F5F5F5 !important;
    border: 0 !important;
    width: auto;
}

.services-section-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #676767;
}

.services-section-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000
}

.service-add-section {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
}

.adding-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.adding-curr {
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
}

.additional-product-img {
    width: 100%;
    height: 245px;
    border-radius: 5px;
    object-fit: cover;
    object-position: center;
}

.service-details-accordion .accordion-button::after {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.service-details-accordion .accordion-item:last-of-type .accordion-button.collapsed, .service-details-accordion .accordion-item {
    border: 0 !important;
}

.service-details-accordion .accordion-button {
    box-shadow: unset !important;
    border: 0 !important;
}

.service-details-accordion .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: unset !important;
}

.nowrap {
    white-space: nowrap;
}

.service-check-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.service-check-box::before {
    content: "+";
    display: inline-block;
    font-size: 17px;
    font-weight: 300;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding-bottom: 2px;
}

.service-check-box:checked::before {
    display: none;
}

.badge-charging {
    border-radius: 20px;
    background: #F5F5F5;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #676767;
}

.wallet-sm-charging.wallet-add-balance {
    background-color: #000 !important;
    color: #fff !important;
    padding: 12px !important;
}

.wallet-transactions-sm-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000000;
}

.text-black, .text-black * {
    color: #000 !important;
}

.btn-gift {
    border-radius: 8px;
    width: 40px;
    min-width: 40px;
    background-color: #F8F4EC;
}

.datepicker-months td:has(span.month),
.datepicker-years td:has(span.year),
.datepicker-centuries td:has(span.century),
.datepicker-decades td:has(span.decade) {
    text-align: center;
}

.datepicker-months span.month,
.datepicker-years span.year,
.datepicker-centuries span.century,
.datepicker-decades span.decade {
    background-color: #fff;
    border: 1px solid #EAEAEA !important;
    padding: 2px 3px;
    width: calc(100% / 5);
    display: inline-block;
    text-align: center;
    margin: 2px;
    border-radius: 8px;
}

span.month.active,
.datepicker-years span.year.active,
.datepicker-centuries span.century.active,
.datepicker-decades span.decade.active {
    border: 1px solid #B58E40 !important;
    background-color: #B58E401A;
    color: #000;
}

span.month.old,
.datepicker-years span.year.old,
.datepicker-centuries span.century.old,
.datepicker-decades span.decade.old {
    background: #E4E4E4;
    color: #C0C0C0 !important;
    border-color: #aeaeae;
    cursor: not-allowed;
}

.datepicker td.day.old {
    color: #C0C0C0 !important;
    text-decoration: initial;
}

.datepicker .day {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.datepicker td.day.old:after {
    background: #E4E4E4 !important
}

.datepicker td.day:after {
    border-radius: 50%;
    max-height: 40px;
    max-width: 40px;
    border: 0 !important;
    position: absolute;
    z-index: -1;
    background-color: #fff;
    border: 1px solid #EAEAEA !important;
}

.datepicker td.day.active:after, .datepicker td.day:hover:after {
    border: 1px solid #B58E40 !important;
    background-color: #B58E401A;
}

.datepicker-days .table-condensed {
    width: 100%;
}

.calender-wrapper {
    border: 0;
    padding: 0;
}

.two-lines {
    line-height: 1.5;
    overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.download-app-bg {
    background: url('../images/download-apps-bg.png');
    background-repeat: no-repeat;
    background-size: cover !important;
    border-radius: 12px;
}

.mobile-img {
    transform: rotate(-8deg);
    /* box-shadow: -11.09px 15.52px 48.79px 0px rgba(0, 0, 0, 0.25), 0px 4px 174px 0px rgba(227, 208, 168, 0.4); */
    /* border-radius: 3rem; */
    overflow: hidden;
}

html[lang=en] .download-apps .title {
    font-size: 24px !important;
}

html[lang=en] .download-apps .text {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.download-stores-images {
    max-height: 55px !important;
}

.swal2-title {
    font-size: 14px !important;
}

.profile-side-menu {
    border: 1px solid #EAEAEA;
    border-radius: 12px !important;
}

.profile-menu-line {
    background-color: #EAEAEA;
    width: 100%;
}

html[lang=en] .rtl-icon {
    transform: rotate(180deg);
}

.text-gold {
    color: #B58E40
}

.object-fit-contain {
    object-fit: contain !important;
}

.loading img {
    max-width: 60px;
    max-height: 60px;
}

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

.button-loader {
    width: 1.5rem;
    height: 1.5rem;
}

.transaction_number {
    text-align: left;
}

html[lang=ar] .transaction_number {
    text-align: right;
}

.show_more_description, .show_all {
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.show_more_description:not(.show_all) {
    max-height: 110px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.show_more_description:not(.show_all)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.show_more_less_btn {
    border-top: 1px solid #EAEAEA;
    padding: 12px 12px 0 12px;
    text-align: center;
}

.show_less_wrapper svg {
    transform: rotate(180deg);
}

.profile-data-login {
    min-height: 200px;
}

.bg-ozee-slogan {
    width: 276px;
    height: 276px;
    bottom: -50%;
    left: 0;
    z-index: 0;
}

.app-logo-settings-wrapper {
    z-index: 3;
}

.rounded-4 {
    border-radius: 12px !important;
}

.service-add-to-fav-btn .heart-fill {
    display: none !important;
}

.service-add-to-fav-btn .heart {
    display: block !important;
}

.service-add-to-fav-btn.active {
    background-color: transparent !important;
}

.service-add-to-fav-btn.active .heart-fill {
    display: block !important;
}

.service-add-to-fav-btn.active .heart {
    display: none !important;
}

.service-add-to-fav-btn.active:not(.remove-fav) path {
    fill: #b58e40 !important;
}

.pt-32 {
    padding-top: 32px;
}

.icon-ozee {
    border-radius: 12px;
    width: 48px;
    height: 50px;
}

.icon-ozee svg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
}

.icon-ozee img {
    max-width: 33px;
}

.btn-white.cancel {
    border: 1px solid #000 !important;
}

.grouping-gift-item:last-of-type {
    margin-bottom: 0 !important;
}

.input-group-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.wallet-modal-balance-input-group input {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}

.min-h-auto {
    min-height: auto !important;
}

@media (min-width: 576px) {
    .wishlist-teb-content {
        border-radius: 10px !important;
    }
}

@media (max-width: 768px) {
    .service-details .counter {
        width: 100px !important;
        background: #fff !important;
        border: 0 !important;
    }

    .wallet-page {
        background-color: #fff !important;
    }

    .balance-card {
        border-radius: 8px !important;
        background: #F5F5F5 !important;
        border: 1px solid #EAEAEA !important;
        padding: 1rem !important;
    }

    .wallet-add-balance {
        padding: 8px 12px !important;
        gap: 8px !important;
        border-radius: 8px !important;
        background-color: #fff !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        color: #000 !important;
    }

    .pay-content-wrapper {
        padding: 40px 16px;
    }

    .bg-pay-page {
        background-image: unset;
        padding: 0 !important;
    }

    .pay-value-btn {
        padding: 12px 18px;
    }

    .pay-content {
        min-height: 85vh;
        overflow: hidden;
        justify-content: center !important;
    }

    .pay-content-wrapper {
        min-width: 100vw;
        padding-right: 0 !important;
        padding-left: 0 !important;
        min-height: 100vh;
    }

    .pay-bottombtn {
        box-shadow: 0px 4px 14px 10px #0000000D;
        border-radius: 15px 15px 0 0;
    }

    .wishlist-modal-contnet {
        bottom: initial;
        top: 0;
        max-height: 90% !important;
        overflow: auto;
        translate: 0 5%;
    }

    .wishlist-modal-contnet .modal-body {
        padding: 0 !important;
        max-height: 100% !important;
    }

    .badge-charging {
        padding: 1px 9px 1px 9px;
        border-radius: 8px;
    }
}

@media (max-width: 767px) {
    .wpwl-container.wpwl-container-virtualAccount-APPLEPAY.wpwl-clearfix {
        max-width: 400px;
        margin: auto;
        display: flex;
        align-items: end;
        width: 100%;
    }

    .soliman-whatsapp {
        bottom: 48px;
        right: 85px;
    }

    html[lang=ar] .soliman-whatsapp {
        right: initial;
        left: 20px;
    }

    .wishlist-title {
        font-size: 24px !important;
    }

    .download-app-bg {
        background: url('../images/app-download-bg-sm.webp');
        margin-top: 70px !important;
    }

    .cart-items .item .remove-from-cart-sm {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .about-us-cover-wrapper {
        max-height: 550px !important;
        height: 550px !important;
    }

    .about-us-cover-wrapper img.about-us-cover {
        height: 100% !important;
        width: 100% !important;
    }

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

    .about-us-cover {
        object-position: left;
    }

    .about-content {
        padding: 1rem;
    }

    .mobile-img {
        transform: rotate(-8deg);
        box-shadow: -11.09px 15.52px 48.79px 0px rgba(0, 0, 0, 0.25), 0px 4px 174px 0px rgba(227, 208, 168, 0.4);
        border-radius: 30px;
        overflow: hidden;
        margin-top: -70px;
    }

    .page-no-data {
        background-color: #fff !important;
    }

    .services-owl .owl-item {
        width: 95px !important;
    }

    .ellipsis-address {
        width: 95% !important;
    }

    .service-card-v1 .text {
        min-height: 45px !important;
    }

    .service-card-image {
        height: 95px !important;
    }

    .ellipsis-address {
        color: #676767 !important;
    }

    .location {
        width: 100% !important
    }

    .service-details .service-name {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }

    .three-lines-service-desc.service-description {
        margin-top: 24px;
        white-space: nowrap;
        line-height: 1.5;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        -webkit-line-clamp: 3;
        -moz-line-clamp: 1;
        -ms-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .three-lines-service-desc *, .service-description p span {
        color: #676767 !important;
    }

    .services .item.service-card-v1 .title {
        margin: 8px 0;
        font-size: 14px;
        height: initial;
        max-height: initial;
        overflow: initial;
        line-height: 1.5;
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -o-box;
        -webkit-line-clamp: 2;
        -moz-line-clamp: 1;
        -ms-line-clamp: 1;
        -o-line-clamp: 1;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        min-height: 45px;
    }

    .services .item {
        padding: 8px !important;
    }

    .bottom-service-actions {
        position: fixed;
        bottom: 0 !important;
        left: 0 !important;
        background-color: #fff !important;

    }

    .services-card-img {
        height: 65px;
    }

    .service-details .actions .bottom-service-actions .btn-open-add-gift.service-details-gift-btn.btn-open-add-gift-with-text {
        margin-right: auto !important;
    }

    html[lang=en] .service-details .actions .bottom-service-actions .btn-open-add-gift.service-details-gift-btn.btn-open-add-gift-with-text {
        margin-left: auto !important;
    }

    .bottom-service-actions {
        padding: 16px;
        z-index: 9999;
    }

    .services-sm-price {
        font-size: 20px;
    }

    .additional-product-img {
        height: 215px;
    }

    .cover-category-title-transparent-wrapper .cover-category-title {
        display: none !important
    }

    .cover-category-title-transparent-wrapper .category-image {
        min-height: 160px;
    }

    .cart-items-wrapper {
        max-height: 340px;
        overflow: hidden;
        /* box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06) inset; */
        position: relative;
        transition: 0.2s all ease-in-out;
    }

    .cart-items-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    }

    #show_more {
        z-index: 99;
        cursor: pointer;
    }

    .items-shadow.opened .cart-items-wrapper {
        max-height: initial !important;
        transition: 0.2s all ease-in-out;
    }

    .items-shadow.opened .cart-items-wrapper::after {
        display: none;
    }

    .items-shadow .show_less {
        display: none;
    }

    .items-shadow.opened .show_more {
        display: none;
    }

    .items-shadow.opened .show_less {
        display: block;
    }

    .items-shadow.opened #show_more svg {
        transform: rotate(180deg);
    }

    .top-sale-badge {
        font-size: 10px;
        padding: 1px 6px;
    }

    .service-card-v1 .duration {
        font-size: 10px;
    }

    .cart-items-wrapper {
        max-height: 340px;
        overflow: hidden;
        /* box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.06) inset; */
        position: relative;
        transition: 0.2s all ease-in-out;
    }

    .cart-items-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
    }

    .cart-items-wrapper.opened {
        max-height: initial !important;
        transition: 0.2s all ease-in-out;
    }

    .cart-items-wrapper.opened::after {
        display: none;
    }

    #show_more .show_less_cart {
        display: none;
    }

    #show_more .show_more_cart {
        display: block;
    }

    #show_more.more_items_btn .show_less_cart {
        display: block;
    }

    #show_more.more_items_btn .show_more_cart {
        display: none;
    }

    #show_more.more_items_btn svg {
        transform: rotate(180deg);
    }

    .cart-page .totals {
        position: initial !important;
        box-shadow: unset;
        padding: 0 !important;
        border-radius: 12px !important;
        overflow: hidden;
    }

    .cart-page .totals-rows, .cart-page .open-totals {
        background-color: #F5F5F5 !important;
        box-shadow: unset !important;
    }


    .cart-page .totals-row .title, .cart-page .open-totals .price .value, .cart-page .open-totals .price .currency, .cart-page .grand-total .title, .cart-page .totals-row .value, .cart-page .totals-row *, .cart-page .totals-rows *, .cart-page .open-totals .price .value {
        color: #000 !important;
    }

    .cart-page .totals-row .title, .cart-page .open-totals {
        color: #676767 !important;
    }

    .cart-page .open-totals {
        padding: 12px 12px 5px;
    }
}

@media (max-width: 370px) {
    .col-extra-xs-12 {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .items-shadow {
        box-shadow: 0px 1px 16px 0px #0000000F inset;
    }
}

@media (min-width: 767px) {
    .wpwl-container.wpwl-container-virtualAccount-APPLEPAY.wpwl-clearfix {
        max-width: 400px;
        margin: auto;
        display: flex;
        align-items: center;
        width: 100%;
    }

    .wishlist-page {
        min-height: 80vh;
    }

    .totals.wishlistTotal .totals-rows {
        display: block !important;
    }

    .cover-category-title-transparent-wrapper {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cover-category-title-transparent-wrapper .category-image {
        min-height: 180px;
    }

    .my-md-20 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
}

/* Wishlist */

.wishlist-summary-wrapper {
    border-radius: 12px;
}

.wishlist-page {
    background: #F3F3F3;
}

.wishlist-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 35.71px;
}

.wishlist-summary {
    border-radius: 12px;
    background: #FCFAF6;
    border: 1px solid #EAEAEA
}

.invoice-summary-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: #393939;
}

.wishlist-coupon-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}

.wishlist-coupon-details {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #676767;
}

.wishlist-cancel-btn {
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    background: #fff;
    width: auto;
}

.wishlist-summary-key {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.62px;
    color: #000;
}

.wishlist-summary-val {
    font-size: 10px;
    font-weight: 700;
    line-height: 11.16px;
    color: #000000;
}

.wishlist-hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.wishlist-summary-total {
    font-size: 16px;
    font-weight: 700;
    line-height: 17.86px;
    color: #393939;
}

.wishlist-tabs button {
    padding: 6px 12px !important;
    background: #fff !important;
    border: 1px solid #EAEAEA !important;
    border-radius: 8px !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 23px;
    color: #000000 !important;
}

.wishlist-tabs button.active {
    background: #F8F4EC !important;
    border: 1px solid #B58E40 !important;
}

.wishlist-tabs {
    border-bottom: 0;
}


.wishlist-header {
    padding: 12px;
    gap: 10px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #EAEAEA
}

.wishlist-check {
    display: block;
    min-width: 20px;
    min-height: 20px;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    border: 1.5px solid #1A1A1A !important;
    box-shadow: unset !important;
}

.wishlist-check:checked {
    background-color: #B58E40 !important;
    border: 1px solid #B58E40 !important;
}

.wishlist-page .totals-rows {
    background-color: #fff !important;
}

.wishlist-page .open-totals, .wishlist-page .open-totals-title *, .wishlist-page .price * {
    background-color: #fff !important;
    border-radius: 0 !important;
    color: #000 !important;
}

.wishlist-page .receipt-details {
    min-height: initial !important;
}

.wishlist-page .payment-btns {
    box-shadow: unset !important;
    border: 0;
    border-radius: 0 !important;
}

.wishlist-tabs {
    border-bottom: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.wishlist-page .nav-item {
    white-space: nowrap;
}

.dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #BFBFBF;
}

.wishlist-content-body {
    padding: 12px;
    border-bottom: 1px solid #EAEAEA;
    background-color: #fff;
}

.wishlist-content-body:last-of-type {
    border-bottom: 0 !important;
    border-radius: 0 0 10px 10px !important;
}

.wishlist-content-body img {
    width: 52px;
    height: 52px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
}

.wishlist-content-body-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
}

.wishlist-content-body-desc span {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #676767;
}

.wishlist-b-price {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.10000000149011612px;
    color: #000000;
}

.wishlist-b-curr {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.nowrap {
    white-space: nowrap;
}

input#phone {
    width: 100%;
    min-width: initial !important;
    padding-left: 95px !important;
    height: 48px;
    border-radius: 8px;
}

input#phone {
    border: 1px solid #EAEAEA;
    background-color: #FCFAF6;
}

.iti__selected-flag {
    background-color: #FCFAF6 !important;
    border-right: 1px solid #ACB0BC !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.iti__flag-container {
    padding: 10px 1px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    gap: 7px;
}

.iti__selected-dial-code {
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.btn.btn-white {
    background-color: #fff !important;
    color: #000 !important;
}

.wallet-no-data-svg-wrapper {
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
}

.wallet-sm-charging.wallet-add-balance.wallet-empty-balance {
    width: auto !important;
}

.fav-share-title {
    line-height: 20px;
}

.about-home-ozee-txt {
    position: absolute;
    max-height: 65%;
    transform: translate(5%, 0);
    width: 100%;
    object-fit: contain;
    bottom: 6em;
}

.home-about .btn.btn-black {
    border-radius: 50px;
}

.actions .btn-open-add-to-cart.service-details-add-to-cart-btn:hover, .category-details .btn-open-add-to-cart:hover {
    background: #fff !important;
    border: 1px solid;
}

.btn-open-add-to-cart.service-details-add-to-cart-btn:hover *, .btn-open-add-to-cart.service-details-add-to-cart-btn:hover {
    color: #000 !important;
}

@media (max-width: 768px) {

    select,
    textarea,
    input {
        font-size: 16px !important;
    }

    .charging-url-sm-wrapper {
        position: relative;
    }

    .wallet-sm-charging.wallet-add-balance.wallet-empty-balance {
        width: auto !important;
        padding-right: 32px !important;
        padding-left: 32px !important;
    }

    .totals.wishlistTotal {
        border-top: 0 !important;
        border-radius: 12px 12px 0 0 !important;
        overflow: hidden;
    }

    .paymentbtnblack {
        background-color: #000 !important;
        color: #fff !important;
    }

    .wallet-page {
        background-color: #fff !important;
    }

    .receipt-details {
        background-color: transparent;
        width: 0;
    }

    .wishlist-header-share {
        box-shadow: 0px 1px 16px 0px #ebebeb;
    }

    .wishlist-page {
        /* background-color: #fff; */
        padding-bottom: 0 !important;
    }

    .wishlist-teb-content {
        background-color: #fff;
    }

    .fav-tab-content {
        background-color: transparent !important;
    }

    .wallet-content .fav-item {
        padding: 8px !important
    }

    .balance-card {
        border-radius: 8px !important;
        background: #F5F5F5 !important;
        border: 1px solid #EAEAEA !important;
        padding: 12px !important;
    }


    .wallet-add-balance {
        padding: 8px 12px !important;
        gap: 8px !important;
        border-radius: 8px !important;
        background-color: #fff !important;
        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 20px !important;
        color: #000 !important;
    }

    .pay-content-wrapper {
        padding: 40px 16px;
    }

    .bg-pay-page {
        background-image: unset;
        padding: 0 !important;
    }

    .pay-value-btn {
        padding: 12px 18px;
    }

    .pay-content {
        min-height: 85vh;
        overflow: hidden;
    }

    .pay-content-wrapper {
        min-width: 100vw;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .pay-bottombtn {
        box-shadow: 0px 4px 14px 10px #0000000D;
        border-radius: 15px 15px 0 0;
    }

    .wallet-share-pay-content-wrapper {
        padding-bottom: 110px;
    }

    .wallet-share-pay-content-wrapper .pay-bottombtn,
    .pay-phone-verify-wrapper .pay-bottombtn {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #fff;
    }

    .totals-rows {
        background-color: #000;
        color: #fff;
    }

    .totals-rows * {
        color: #fff !important;
    }

    .totals-row * {
        color: #ffffffb0 !important;
    }

    .totals-rows .total-rows-wishlist {
        color: #000 !important;
    }

    .total-rows-wishlist * {
        color: var(--styling-sub-text-color) !important;
    }

    .grand-total {
        border-top: 1px solid #e8e8e84a;
    }
}

@media (max-width: 575px) {
    .smcartdetailswrapper {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .modal.show .modal-dialog {
        /* translate: 0 50%; */
    }

    input#phone {
        padding-left: 100px !important;
    }

    .pay-content>form {
        min-width: 30vw;
        width: 45vw;
    }

    .auth-form {
        border-radius: 12px 12px 0 0;
        border-radius: 20px;
        background-color: #ffffff52;
        border: 1px solid transparent;
        backdrop-filter: blur(12px);
    }
}

@media (min-width: 1200px) {
    .pay-content>form {
        width: 35vw;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .other-article-item img {
        width: 100%;
    }

    .profile .links a {
        min-width: auto;
    }

    html[lang=en] .download-txt {
        max-width: 30%
    }

    html[lang=en].download-app-bg {
        padding-left: 2rem !important;
    }

    html[lang=ar] .download-app-bg {
        padding-right: 2rem !important;
    }

    .profile-v2 {
        padding: 12px 6px;
        border: 0 !important;
        min-width: initial;
    }
}

@media (min-width: 991px) {
    html[lang=en] .download-txt {
        max-width: 40%
    }

}

.modal.show .translate-none, .translate-none {
    translate: initial !important;
}

.iti__selected-flag {
    flex-direction: row-reverse;
}

.wpwl-clearfix:before, .wpwl-clearfix:after {
    display: none !important
}

.wpwl-group.wpwl-group-button.wpwl-clearfix {
    padding: 0 !important;
}

.wpwl-form.wpwl-form-virtualAccount.wpwl-form-virtualAccount-APPLEPAY.wpwl-clearfix {
    width: 100% !important;
}

.applyPaySpinnerLogo {
    height: 50px;
    width: 50px;
}
