.text-xxxs {
    font-size: 10px;
}

.product {
    cursor: pointer;
}

.text-xxs {
    font-size: 12px;
}

.text-xs {
    font-size: 14px;
}

.text-sm {
    font-size: 16px;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 20px;
}

.text-xl {
    font-size: 22px;
}

.text-xxl {
    font-size: 24px;
}

.text-xxxl {
    font-size: 28px;
}

.font-thin {
    font-weight: 100;
}

.font-extra-light {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extra-bold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}

.facebook:hover {
    color: #1877f2 !important;
}

.twitter:hover {
    color: #1da1f2 !important;
}

.snapchat:hover {
    color: #fffc00 !important;
}

.instagram:hover {
    color: #e1306c !important;
}

.youtube:hover {
    color: #ff0000 !important;
}

.tiktok:hover {
    color: #000000 !important;
}

.input-label {
    font-size: 18px;
    font-weight: 700;
}

.input-box, .input-label-box {
    padding: 1px;
    position: relative;
    background: #DBDDE6;
    z-index: 1;
    border-radius: 10px;
    margin-bottom: 20px;
}

    .input-box .site-input, .input-label-box .site-input {
        color: #747474;
        padding: 15px;
        outline: none;
        border: none;
        border-radius: 10px;
        width: 100%;
        resize: none;
    }

        .input-box .site-input::-moz-placeholder, .input-label-box .site-input::-moz-placeholder {
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

        .input-box .site-input::placeholder, .input-label-box .site-input::placeholder {
            transition: 0.5s;
        }

        .input-box .site-input:focus ~ .input-border, .input-label-box .site-input:focus ~ .input-border {
            width: 100%;
            height: 100%;
        }

        .input-box .site-input:focus::-moz-placeholder, .input-label-box .site-input:focus::-moz-placeholder {
            opacity: 0;
        }

        .input-box .site-input:focus::placeholder, .input-label-box .site-input:focus::placeholder {
            opacity: 0;
        }

    .input-box .input-border, .input-label-box .input-border {
        position: absolute;
        top: 0;
        width: 0%;
        height: 0%;
        background: #8B4825;
        z-index: -1;
        border-radius: 10px;
        transition: height 0.3s, width 0.5s 0.1s;
    }

        .input-box .input-border html[lang=ar], .input-label-box .input-border html[lang=ar], [dir=rtl] .input-box .input-border, [dir=rtl] .input-label-box .input-border {
            right: 0;
        }

        .input-box .input-border html[lang=en], .input-label-box .input-border html[lang=en], [dir=ltr] .input-box .input-border, [dir=ltr] .input-label-box .input-border {
            left: 0;
        }

    .input-box .phone-code {
        position: absolute;
        left: 10px;
        height: 95%;
        border: none;
        cursor: pointer;
        outline: none;
    }

html[lang=en] .input-box .phone-code {
    right: 10px;
    left: unset;
}


.input-label-box .input-label {
    position: absolute;
    top: 15px;
    font-weight: unset;
    background-color: white;
    padding-inline: 5px;
    transition: 0.5s;
    color: #747474;
    font-size: 16px;
}

    .input-label-box .input-label html[lang=ar], [dir=rtl] .input-label-box .input-label {
        right: 10px;
    }

    .input-label-box .input-label html[lang=en], [dir=ltr] .input-label-box .input-label {
        left: 10px;
    }

.input-label-box .site-input:not(:-moz-placeholder-shown) + .input-label {
    color: #8B4825;
    font-size: 14px;
}

.input-label-box .site-input:focus + .input-label, .input-label-box .site-input:not(:placeholder-shown) + .input-label {
    color: #8B4825;
    font-size: 14px;
}

.input-label-box .site-input:not(:-moz-placeholder-shown) + .input-label html[lang=ar], [dir=rtl] .input-label-box .site-input:not(:-moz-placeholder-shown) + .input-label {
    transform: translate(-5px, -25px);
}

.input-label-box .site-input:focus + .input-label html[lang=ar], [dir=rtl] .input-label-box .site-input:focus + .input-label, .input-label-box .site-input:not(:placeholder-shown) + .input-label html[lang=ar], [dir=rtl] .input-label-box .site-input:not(:placeholder-shown) + .input-label {
    transform: translate(-5px, -25px);
}

.input-label-box .site-input:not(:-moz-placeholder-shown) + .input-label html[lang=en], [dir=ltr] .input-label-box .site-input:not(:-moz-placeholder-shown) + .input-label {
    transform: translate(5px, -25px);
}

.input-label-box .site-input:focus + .input-label html[lang=en], [dir=ltr] .input-label-box .site-input:focus + .input-label, .input-label-box .site-input:not(:placeholder-shown) + .input-label html[lang=en], [dir=ltr] .input-label-box .site-input:not(:placeholder-shown) + .input-label {
    transform: translate(5px, -25px);
}

main {
    background-color: #f5f5f5;
}

.third-btn, .third-btn, .watsapp-btn, .call-btn {
    width: 100%;
    position: relative;
    background: none;
    color: white;
    border: 1px solid #8B4825;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.1s ease-in-out;
    overflow: hidden;
    font-size: 16px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .third-btn .btn-content, .third-btn .btn-content, .watsapp-btn .btn-content, .call-btn .btn-content {
        z-index: 5;
    }

    .third-btn:before, .third-btn:before, .watsapp-btn:before, .call-btn:before {
        content: "";
        position: absolute;
        top: -1px;
        width: 100%;
        height: 180%;
        background-color: #8B4825;
        transition: 0.2s ease;
        color: #8B4825;
        border-radius: 0 0 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .third-btn:hover, .third-btn:hover, .watsapp-btn:hover, .call-btn:hover {
        color: #8B4825;
    }

        .third-btn:hover:before, .third-btn:hover:before, .watsapp-btn:hover:before, .call-btn:hover:before {
            height: 0;
        }

    .third-btn:active, .third-btn:active, .watsapp-btn:active, .call-btn:active {
        transform: scale(0.95);
    }

.second-btn {
    width: 100%;
    position: relative;
    background: none;
    color: white;
    border: 1px solid #B2792D;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.1s ease-in-out;
    overflow: hidden;
    font-size: 16px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .second-btn .btn-content {
        z-index: 5;
    }

    .second-btn:before {
        content: "";
        position: absolute;
        top: -1px;
        width: 100%;
        height: 180%;
        background-color: #B2792D;
        transition: 0.5s ease;
        color: #B2792D;
        border-radius: 0 0 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .second-btn:hover {
        color: #B2792D;
    }

        .second-btn:hover:before {
            height: 0;
        }

    .second-btn:active {
        transform: scale(0.95);
    }

.delete-btn {
    width: 100%;
    position: relative;
    background: none;
    color: white;
    border: 1px solid #AD0606;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: 0.1s ease-in-out;
    overflow: hidden;
    font-size: 16px;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .delete-btn .btn-content {
        z-index: 5;
    }

    .delete-btn:before {
        content: "";
        position: absolute;
        top: -1px;
        width: 100%;
        height: 180%;
        background-color: #AD0606;
        transition: 0.5s ease;
        color: #AD0606;
        border-radius: 0 0 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .delete-btn:hover {
        color: #AD0606;
    }

        .delete-btn:hover:before {
            height: 0;
        }

    .delete-btn:active {
        transform: scale(0.95);
    }

.watsapp-btn {
    background-color: white;
    color: #29A71A !important;
}

    .watsapp-btn:before {
        background-color: #29A71A !important;
    }

    .watsapp-btn:hover {
        color: white !important;
    }

.call-btn {
    background-color: white;
    color: #054E83 !important;
}

    .call-btn:before {
        background-color: #054E83 !important;
    }

    .call-btn:hover {
        color: white !important;
    }

.third-btn, .watsapp-btn, .call-btn {
    max-width: 300px;
    color: #8B4825;
    border: 1px solid lightgray;
}

    .third-btn:before, .watsapp-btn:before, .call-btn:before {
        height: 0;
        background-color: #8B4825;
    }

    .third-btn:hover, .watsapp-btn:hover, .call-btn:hover {
        color: white;
    }

        .third-btn:hover:before, .watsapp-btn:hover:before, .call-btn:hover:before {
            height: 180%;
        }

.modal-dialog {
    max-width: 600px;
}

.modal-content {
    padding: 40px 70px;
    text-align: center;
    border-radius: 30px;
}

@media screen and (max-width: 576px) {
    .modal-content {
        padding: 0;
    }
}

.modal-content .modal-header {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 30px;
}

    .modal-content .modal-header .modal-title {
        font-size: 22px;
        font-weight: 700;
    }

.loader-container {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
}

    .loader-container .loader {
        display: flex;
        height: 100vh;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .loader-container .loading-wave {
        width: 300px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .loader-container .loading-bar {
        width: 20px;
        height: 10px;
        margin: 0 5px;
        background-color: #8B4825;
        border-radius: 5px;
        animation: loading-wave-animation 1s ease-in-out infinite;
    }

        .loader-container .loading-bar:nth-child(2) {
            animation-delay: 0.1s;
        }

        .loader-container .loading-bar:nth-child(3) {
            animation-delay: 0.2s;
        }

        .loader-container .loading-bar:nth-child(4) {
            animation-delay: 0.3s;
        }

@keyframes loading-wave-animation {
    0% {
        height: 10px;
    }

    50% {
        height: 50px;
    }

    100% {
        height: 10px;
    }
}

@keyframes bell {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.notification:hover svg {
    animation: bell 0.4s normal forwards ease-in-out infinite;
    transform-origin: top;
}

@keyframes message {
    0% {
        transform: translateY(2px);
    }

    25% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0px);
    }
}

.message:hover svg {
    animation: message 0.5s ease-in-out infinite both normal;
}

@keyframes favorite {
    0% {
        scale: 1.1;
    }

    25% {
        scale: 1;
    }

    75% {
        scale: 1.2;
    }

    100% {
        scale: 1;
    }
}

.favorite:hover svg {
    animation: favorite 0.5s linear infinite;
}

@keyframes follow {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.follow:hover svg {
    animation: follow 0.5s normal forwards ease-in-out infinite;
    transform-origin: bottom left;
}

.select2-container {
    width: 100% !important;
    font-size: 14px !important;
}

.select2-selection--single {
    height: 100% !important;
    padding: 7px;
}

.select2-selection__rendered {
    padding-right: 0px !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #DBDDE6;
    border-radius: 5px;
}

    .select2-container--default .select2-selection--single:active {
        border-color: #8B4825;
    }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #8B4825;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8B4825;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 5px 5px 10px 0 gray;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 25px !important;
    width: 25px !important;
    margin-top: -3px;
}

html [dir = ltr] .select2-selection__arrow b {
    left: unset !important;
    right: 50% !important;
}

@font-face {
    font-family: "main-font";
    src: url("../fonts/ArbFONTS-URW-DIN-Arabic.ttf");
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "main-font";
}

::-webkit-scrollbar {
    height: 3px;
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #8B4825;
}

::-webkit-scrollbar-track {
    background-color: #DBDDE6;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

html[lang=en] .arrow, html[lang=en] .remove-notification, [dir=ltr] .arrow, [dir=ltr] .remove-notification {
    rotate: 180deg;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

::-moz-selection {
    background-color: #B2792D;
    color: white;
}

::selection {
    background-color: #B2792D;
    color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
}

    .top-nav .navbar-nav {
        gap: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
    }

        .top-nav .navbar-nav .nav-link {
            color: #7E7E7E;
            display: flex;
            flex-wrap: nowrap;
            text-wrap: nowrap;
            gap: 3px;
        }

            .top-nav .navbar-nav .nav-link:hover {
                color: #8B4825;
            }

                .top-nav .navbar-nav .nav-link:hover img {
                    filter: invert(34%) sepia(13%) saturate(2172%) hue-rotate(336deg) brightness(93%) contrast(99%);
                }

    .top-nav .top-filter-nav-icon {
        width: 20px;
        height: 20px;
    }

    .top-nav .search {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

        .top-nav .search svg html[lang=ar], [dir=rtl] .top-nav .search svg {
            margin-right: 5px;
        }

        .top-nav .search svg html[lang=en], [dir=ltr] .top-nav .search svg {
            margin-left: 5px;
        }

.main-nav {
    background-color: #8B4825;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 100;
}

@media screen and (max-width: 992px) {
    .main-nav .main-nav-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        padding: 20px;
        width: 100%;
        background-color: #8B4825;
        right: 0;
        top: 80px;
        gap: 20px;
        transition: transform 1s cubic-bezier(0.5, -0.7, 0.15, 1.55);
        transform: translateY(-150%);
        z-index: 10;
    }
}

.main-nav .nav-link {
    color: white;
    position: relative;
}

    .main-nav .nav-link svg {
        font-size: 18px;
    }

        .main-nav .nav-link svg html[lang=ar], [dir=rtl] .main-nav .nav-link svg {
            margin-left: 5px;
        }

        .main-nav .nav-link svg html[lang=en], [dir=ltr] .main-nav .nav-link svg {
            margin-right: 5px;
        }

    .main-nav .nav-link ::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0px;
        width: 50%;
        height: 0px;
        background-color: white;
        transition: 0.2s ease-in-out;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .main-nav .nav-link:hover ::after {
        height: 3px;
    }

    .main-nav .nav-link.active ::after {
        height: 3px;
    }

.main-nav .nav-btn {
    text-decoration: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background-color: #96502C;
    border: none;
    transition: transform 0.1s ease-in-out;
    outline: none;
}

@media screen and (max-width: 576px) {
    .main-nav .nav-btn {
        font-size: 14px;
    }
}

.main-nav .nav-btn svg html[lang=ar], [dir=rtl] .main-nav .nav-btn svg {
    margin-left: 5px;
}

.main-nav .nav-btn svg html[lang=en], [dir=ltr] .main-nav .nav-btn svg {
    margin-right: 5px;
}

.main-nav .nav-btn svg.login-icon {
    rotate: 180deg;
    font-size: 20px;
}

.main-nav .nav-btn:active {
    transform: scale(0.93);
}

.main-nav .profile {
    position: relative;
}

    .main-nav .profile .ddl {
        transition: transform 0.7s cubic-bezier(0.5, -0.7, 0.15, 1.55);
        position: absolute;
        width: 360px;
        background-color: white;
        top: 85px;
        border-radius: 7px;
        padding: 20px 0;
        z-index: 300;
        transform: translateY(-180%);
        cursor: auto;
    }

        .main-nav .profile .ddl html[lang=ar], [dir=rtl] .main-nav .profile .ddl {
            left: 0;
        }

        .main-nav .profile .ddl html[lang=en], [dir=ltr] .main-nav .profile .ddl {
            right: 0;
        }

@media screen and (max-width: 992px) {
    .main-nav .profile .ddl {
        width: 300px;
    }
}

.main-nav .profile .ddl .nav-item .arrow html[lang=ar], [dir=rtl] .main-nav .profile .ddl .nav-item .arrow {
    margin-right: auto;
}

.main-nav .profile .ddl .nav-item .arrow html[lang=en], [dir=ltr] .main-nav .profile .ddl .nav-item .arrow {
    margin-left: auto;
}

.main-nav .profile .ddl .nav-item .nav-link {
    color: black;
    padding: 10px 20px;
    gap: 10px;
}

    .main-nav .profile .ddl .nav-item .nav-link:hover {
        color: #8B4825;
        background-color: whitesmoke;
    }

.main-nav .profile .ddl .nav-item:not(:last-child) {
    border-bottom: 1px solid #DBDDE6;
}

.main-nav .profile .slideDdl {
    transform: translateY(0%);
}

.mask {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: auto;
    z-index: 200;
}

.toggleMask {
    transition: 0.8s;
    opacity: 0.3;
    z-index: 0;
}

.main-nav .nav-btn.menu {
    display: none;
}

@media screen and (max-width: 992px) {
    .main-nav .nav-btn.menu {
        display: block;
    }
}

.open-nav-bar {
    transform: translateY(0) !important;
}

.cat-filter {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
}

    .cat-filter div {
        cursor: pointer;
        color: #747474;
    }

        .cat-filter div:hover {
            color: #8B4825;
            border-color: #8B4825 !important;
        }

            .cat-filter div:hover img {
                filter: invert(34%) sepia(13%) saturate(2172%) hue-rotate(336deg) brightness(93%) contrast(99%);
            }

        .cat-filter div img {
            max-width: 40px;
        }

.filter-nav, .sec-filter-nav {
    margin-bottom: 20px;
}

    .filter-nav .nav, .sec-filter-nav .nav {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 0 20px 10px 20px;
    }

        .filter-nav .nav .nav-item .nav-link, .sec-filter-nav .nav .nav-item .nav-link {
            padding: 10px 20px;
            border-radius: 10px;
            color: #747474;
        }

            .filter-nav .nav .nav-item .nav-link:hover, .sec-filter-nav .nav .nav-item .nav-link:hover {
                color: #8B4825;
                background-color: rgba(139, 72, 37, 0.2);
            }

                .filter-nav .nav .nav-item .nav-link:hover img, .sec-filter-nav .nav .nav-item .nav-link:hover img {
                    filter: invert(34%) sepia(13%) saturate(2172%) hue-rotate(336deg) brightness(93%) contrast(99%);
                }

            .filter-nav .nav .nav-item .nav-link.active, .sec-filter-nav .nav .nav-item .nav-link.active {
                background-color: rgba(139, 72, 37, 0.2);
                color: #8B4825;
            }

                .filter-nav .nav .nav-item .nav-link.active img, .sec-filter-nav .nav .nav-item .nav-link.active img {
                    filter: invert(34%) sepia(13%) saturate(2172%) hue-rotate(336deg) brightness(93%) contrast(99%);
                }

            .filter-nav .nav .nav-item .nav-link img, .sec-filter-nav .nav .nav-item .nav-link img {
                max-width: 30px;
            }

        .sec-filter-nav .nav .nav-item .nav-link {
            border: 1px solid #DBDDE6;
            font-size: 14px;
            text-wrap: nowrap;
        }

.search-bar .input-box, .search-bar .input-label-box {
    width: 550px;
}

@media screen and (max-width: 992px) {
    .search-bar {
        width: 100%;
    }

        .search-bar .input-box, .search-bar .input-label-box {
            width: auto !important;
        }
}

.search-bar .search .input-box, .search-bar .search .input-label-box, .search-bar .search .site-input, .search-bar .search .input-border {
    border-radius: 0 10px 10px 0;
}

.search-bar .search .third-btn, .search-bar .search .third-btn, .search-bar .search .watsapp-btn, .search-bar .search .call-btn {
    border-radius: 10px 0 0 10px;
    width: 70px;
}

.select-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .select-filter .new, .select-filter .map {
        padding: 10px 15px;
        border-radius: 10px;
        cursor: pointer;
        background-color: rgba(139, 72, 37, 0.2);
        color: #8B4825;
    }

        .select-filter .new.active, .select-filter .map.active {
            background-color: #8B4825;
            color: white;
        }

.custom-map-control-button {
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #8B4825;
    color: white;
}

#mapModal .modal-dialog {
    max-width: 1100px;
}

.grid-style {
    background-color: rgba(139, 72, 37, 0.3);
    padding: 5px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    color: black;
    font-size: 24px;
}

    .grid-style svg {
        cursor: pointer;
        background-color: white;
        padding: 5px;
        border-radius: 5px;
    }

        .grid-style svg.active {
            background-color: #B2792D;
            color: white;
        }

.products {
    margin-bottom: 20px;
}

    .products .product {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        margin-bottom: 5px;
        padding-inline: 10px;
        gap: 10px;
        position: relative
    }

        .products .product .product-content {
            padding: 5px;
            width: 100%;
        }

            .products .product .product-content > div {
                flex-grow: 1;
            }

            .products .product .product-content .status {
                color: green;
                font-size: 12px;
                position: absolute;
                left: 25px;
                top: 10px;
                border-radius: 5px;
                background-color: white;
                z-index: 9;
                padding: 2px 5px;
            }

html[lang = en] .products .product .product-content .status {
    right: 25px;
    left: auto;
}


.products .product .product-content .status.unavailable {
    color: red;
}

.products .product .product-content .part-3 {
    display: flex;
    align-self: flex-end;
    align-items: center;
    gap: 3px;
    color: #8B4825;
    font-size: 14px;
}

.products .product .product-content .part-4 svg {
    color: #8B4825;
}

.products .product .product-content .part-4 span {
    color: #747474;
}

.products .product .product-content .part-1 .date, .products .product .product-content .part-1 .user {
    font-size: 14px;
    color: black;
}

.products .product .product-content .part-1, .products .product .product-content .part-4 > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .products .product .product-content .part-1 a {
        min-height: 90px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.products .product .product-content .title {
    font-size: 16px;
    font-weight: 700;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.products .product .product-content .price {
    font-size: 23px;
    font-weight: 700;
    color: #8B4825;
}

    .products .product .product-content .price span {
        font-size: 14px;
    }

.products .product .product-img img {
    width: 90px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
}

.products .product .ad-setting {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 20px;
}

    .products .product .ad-setting html[lang=ar], [dir=rtl] .products .product .ad-setting {
        left: 20px;
    }

    .products .product .ad-setting html[lang=en], [dir=ltr] .products .product .ad-setting {
        right: 20px;
    }

    .products .product .ad-setting a {
        background-color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: #8B4825;
        transition: rotate 0.5s ease-in-out;
    }

        .products .product .ad-setting a:hover {
            rotate: 360deg;
        }

.products .product:nth-child(odd) {
    background-color: white;
}

.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.products.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

    .products.grid .product {
        background-color: white;
        flex-direction: column-reverse;
        padding: 10px;
        position: relative;
        margin-bottom: 0;
    }

        .products.grid .product .part-1 {
            flex-direction: column-reverse;
            min-height: unset;
            border-bottom: 1px solid #DBDDE6;
            padding: 0 0 10px 0;
            width: 100%;
            margin-bottom: 10px;
            flex-grow: 1;
        }

        .products.grid .product .status {
            border-radius: 5px;
            position: absolute;
            top: 30px;
            display: block !important;
            background-color: white;
            padding: 5px 10px;
            color: green;
            font-size: 12px;
            width: fit-content;
        }

            .products.grid .product .status html[lang=ar], [dir=rtl] .products.grid .product .status {
                right: 30px;
            }

            .products.grid .product .status html[lang=en], [dir=ltr] .products.grid .product .status {
                left: 30px;
            }

        .products.grid .product .user {
            display: none;
        }

        .products.grid .product .part-4 {
            display: flex;
            gap: 10px;
            flex-direction: column;
        }

            .products.grid .product .part-4 .avatar {
                display: block !important;
            }

            .products.grid .product .part-4 .product-details {
            }

        .products.grid .product .part-1 .user {
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .products.grid .product .part-1 {
            flex-direction: column;
        }

        .products.grid .product .part-4 .user svg {
            display: none;
        }

        .products.grid .product .part-4 .user span {
            color: black;
        }

        .products.grid .product .product-img img {
            width: 100%;
            height: 240px;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .products.grid .part-4 .grid-profile {
        display: flex !important;
        gap: 10px;
        align-items: center;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
    }

    .products.grid .product .product-content {
        padding: 10px 0;
    }

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-direction: row;
}

.slider {
    padding-bottom: 100px;
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .slider {
        padding-bottom: 0;
    }

    .wrap-btn {
        flex-wrap: wrap;
    }
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: whitesmoke;
    border: none;
    margin: 0 3px;
}

.carousel-indicators .active {
    background-color: #8B4825;
}

.carousel-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .carousel-caption .title {
        margin-bottom: 20px;
        font-weight: bold;
    }

    .carousel-caption .disc {
        max-width: 350px;
        line-height: 30px;
        margin: auto;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .carousel-caption button {
        max-width: 200px;
        margin: auto;
    }

        .carousel-caption button :hover {
            color: white;
        }

@media screen and (max-width: 768px) {
    .carousel-caption {
        display: none;
    }
}

.footer {
    background-color: white;
    width: 100%;
}

    .footer .nav-link {
        color: black;
    }

        .footer .nav-link svg {
            color: #747474;
        }

        .footer .nav-link:hover {
            color: #8B4825;
        }

            .footer .nav-link:hover img {
                filter: invert(12%) sepia(89%) saturate(7495%) hue-rotate(0deg) brightness(100%) contrast(110%);
            }

            .footer .nav-link:hover svg {
                color: #8B4825;
            }

    .footer .social {
        border-top: 1px solid #DBDDE6;
        display: flex;
        gap: 20px;
        margin-top: 15px;
    }

        .footer .social svg {
            color: #B2792D;
        }

    .footer .info {
        color: #747474;
    }

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgb(253, 252, 253) 0%, rgb(232, 220, 213) 100%);
}

    .login-page .login-container {
        box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
        background-color: white;
        width: 570px;
        min-height: 690px;
        padding: 20px;
        margin: 60px 20px;
    }

@media screen and (max-width: 576px) {
    .login-page .login-container {
        margin: 0;
    }
}

.login-page .login-container .login-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

    .login-page .login-container .login-img .title, .login-page .login-container .login-img .num {
        font-weight: bold;
    }

    .login-page .login-container .login-img .num {
        color: #8B4825;
        margin-top: -10px;
    }

.login-page .login-container .new-acc, .login-page .login-container .contact-us {
    margin: 30px 0;
    color: #747474;
    font-weight: bold;
}

    .login-page .login-container .new-acc a, .login-page .login-container .contact-us a {
        color: black;
        text-decoration: none;
        margin-inline: 5px;
    }

.login-page .login-container .third-btn, .login-page .login-container .watsapp-btn, .login-page .login-container .call-btn {
    max-width: 100%;
    font-weight: bold;
}

.login-page .login-container .contact-us {
    margin-top: 100px;
}

    .login-page .login-container .contact-us a {
        color: #8B4825;
    }

.login-page .login-container .resent {
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin-top: 35px;
    font-size: 18px;
}

.login-page .login-container .select2-container--default .select2-selection--single {
    padding: 13px;
    margin-bottom: 15px;
    border-radius: 10px;
}

    .login-page .login-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 3px;
    }

.login-page .login-container .terms {
    color: #BEBEBE;
    font-weight: unset;
    font-size: 16px;
}

.login-page .login-container #terms {
    accent-color: #8B4825;
    height: 20px;
    width: 20px;
}

.edit-profile-img {
    position: relative;
}

    .edit-profile-img .edit-profile-icon {
        position: absolute;
        left: 5px;
        top: 75px;
        padding: 3px;
        z-index: 2;
        color: #8B4825;
        background-color: white;
        border-radius: 50%;
        padding: 5px;
    }

        .edit-profile-img .edit-profile-icon:hover {
            scale: 1.1;
        }

    .edit-profile-img .up-img {
        border-radius: 50%;
        height: 100px;
        width: 110px;
    }

    .edit-profile-img .upload-preview {
        border-radius: 50%;
    }

        .edit-profile-img .upload-preview .remove {
            display: none;
        }

        .edit-profile-img .upload-preview img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            -o-object-fit: cover;
            object-fit: cover;
        }

.radio-btn {
    position: relative;
    width: 100%;
    border: 1px solid #DBDDE6;
    padding: 13px;
    border-radius: 10px;
    text-align: start;
    font-size: 14px;
    color: #747474;
    margin-bottom: 20px;
}

    .radio-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 25px;
        height: 25px;
        border: 1px solid #DBDDE6;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .radio-btn::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #8B4825;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .radio-btn:hover::after {
        border: 1px solid #8B4825;
    }

input[type=radio]:checked + .radio-btn::before {
    opacity: 1;
}

input[type=radio]:checked + .radio-btn::after {
    border: 1px solid #8B4825;
}

.goback {
    width: 100%;
    background-color: white;
    padding: 5px 10px;
}

    .goback .link {
        display: flex;
        align-items: center;
        gap: 5px;
        color: black;
        text-decoration: none;
        font-size: 22px;
        width: -moz-fit-content;
        width: fit-content;
    }

.notification-section .notification, .follow-container {
    background-color: white;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    transition: box-shadow 0.5s ease;
    cursor: pointer;
}

    .notification-section .notification .notification-text, .follow-container .notification-text {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 10px;
    }

    .notification-section .notification .title, .follow-container .title {
        font-weight: bold;
        margin-bottom: 20px;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: black;
    }

    .notification-section .notification .disc, .notification-section .notification .time, .follow-container .disc, .follow-container .time {
        font-size: 14px;
        color: #747474;
    }

    .notification-section .notification:hover, .follow-container:hover {
        box-shadow: 4px 4px 5px 1px #ccc;
    }

    .notification-section .notification .follow-img img, .follow-container .follow-img img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.notification-img, .report-img {
    background-color: #EEEFF0;
    border-radius: 10px;
    height: 80px;
    width: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .notification-img img, .report-img img {
        max-width: 50px;
        border-radius: inherit;
    }

.favorite-section .products .product {
    background-color: white;
}

    .favorite-section .products .product .heart-icon {
        font-size: 30px;
        color: #A60000;
        cursor: pointer;
        background-color: white;
        padding: 0 5px;
        border-radius: 5px;
    }

        .favorite-section .products .product .heart-icon html[lang=ar], [dir=rtl] .favorite-section .products .product .heart-icon {
            margin-right: 70px;
        }

        .favorite-section .products .product .heart-icon html[lang=en], [dir=ltr] .favorite-section .products .product .heart-icon {
            margin-left: 70px;
        }

        .favorite-section .products .product .heart-icon html[lang=ar], [dir=rtl] .favorite-section .products .product .heart-icon {
            margin-left: 40px;
        }

        .favorite-section .products .product .heart-icon html[lang=en], [dir=ltr] .favorite-section .products .product .heart-icon {
            margin-right: 40px;
        }

    .favorite-section .products .product .unfollow html[lang=ar], [dir=rtl] .favorite-section .products .product .unfollow {
        margin-right: 70px;
    }

    .favorite-section .products .product .unfollow html[lang=en], [dir=ltr] .favorite-section .products .product .unfollow {
        margin-left: 70px;
    }

    .favorite-section .products .product .unfollow html[lang=ar], [dir=rtl] .favorite-section .products .product .unfollow {
        margin-left: 40px;
    }

    .favorite-section .products .product .unfollow html[lang=en], [dir=ltr] .favorite-section .products .product .unfollow {
        margin-right: 40px;
    }

.favorite-section .products.grid .heart-icon {
    position: absolute;
    top: 20px;
}

    .favorite-section .products.grid .heart-icon html[lang=ar], [dir=rtl] .favorite-section .products.grid .heart-icon {
        left: 0;
    }

    .favorite-section .products.grid .heart-icon html[lang=en], [dir=ltr] .favorite-section .products.grid .heart-icon {
        right: 0;
    }

.favorite-section .products.grid .unfollow {
    position: absolute;
    top: 20px;
}

    .favorite-section .products.grid .unfollow html[lang=ar], [dir=rtl] .favorite-section .products.grid .unfollow {
        left: 0;
    }

    .favorite-section .products.grid .unfollow html[lang=en], [dir=ltr] .favorite-section .products.grid .unfollow {
        right: 0;
    }

.nav-tabs {
    gap: 20px;
    margin-bottom: 30px;
}

    .nav-tabs .nav-link {
        border: none;
        color: black;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 20px;
    }

@media screen and (max-width: 550px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }
}

.nav-tabs .nav-link:hover {
    color: #8B4825;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #8B4825;
    border: none;
    border-bottom: 1px solid #8B4825;
}

.nav-tabs.setting {
    flex-direction: column;
    gap: 0;
    border-bottom: none;
}

    .nav-tabs.setting .nav-link {
        border-radius: 10px;
        background-color: white;
        margin-bottom: 10px;
        border: 1px solid transparent;
        color: #383838;
        padding: 13px;
        font-size: 16px;
        display: flex;
        align-items: center;
        gap: 15px;
    }

        .nav-tabs.setting .nav-link .arrow html[lang=ar], [dir=rtl] .nav-tabs.setting .nav-link .arrow {
            margin-right: auto;
        }

        .nav-tabs.setting .nav-link .arrow html[lang=en], [dir=ltr] .nav-tabs.setting .nav-link .arrow {
            margin-left: auto;
        }

        .nav-tabs.setting .nav-link.active {
            background-color: #B2792D;
            color: white;
        }

            .nav-tabs.setting .nav-link.active img {
                filter: brightness(0) invert(1);
            }

        .nav-tabs.setting .nav-link:hover {
            border: 1px solid #8B4825;
        }

        .nav-tabs.setting .nav-link:last-child {
            background-color: rgba(249, 0, 0, 0.2);
            color: #F90000;
        }

            .nav-tabs.setting .nav-link:last-child img {
                filter: invert(11%) sepia(98%) saturate(4446%) hue-rotate(357deg) brightness(108%) contrast(121%);
            }

.content-section {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
}

    .content-section .inputs {
        max-width: 800px;
        margin: auto;
    }

    .content-section .select2-container--default .select2-selection--single {
        padding: 13px;
        margin-bottom: 15px;
        border-radius: 10px;
    }

        .content-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
            margin-top: 3px;
        }

.packages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

    .packages .package {
        border-radius: 10px;
        background-color: white;
        overflow: hidden;
    }

        .packages .package .head {
            background-color: #B2792D;
            padding: 15px 10px;
            color: white;
            text-align: center;
            font-size: 20px;
        }

        .packages .package .body {
            padding: 10px 20px;
        }

            .packages .package .body .title {
                font-weight: bold;
                margin-bottom: 20px;
                font-size: 18px;
            }

            .packages .package .body .time, .packages .package .body .price {
                flex: 1;
            }

                .packages .package .body .time p, .packages .package .body .price p {
                    font-size: 14px;
                }

                .packages .package .body .time span, .packages .package .body .price span {
                    font-weight: bold;
                }

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    object-fit: cover;
}

.rating-box {
    background-color: white;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.chat-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}

    .chat-container .chats {
        height: 70vh;
        overflow-y: auto;
        background-color: white;
    }

        .chat-container .chats .chat-profile .profile-name {
            font-weight: bold;
        }

        .chat-container .chats .chat-profile:hover {
            background-color: whitesmoke;
        }

        .chat-container .chats .chat-profile .chat-avatar {
            height: 60px;
            width: 60px;
            border-radius: 50%;
            border: 1px solid #8B4825;
            margin: 0 5px;
        }

        .chat-container .chats .chat-profile h5 {
            font-size: 16px;
        }

        .chat-container .chats .unread {
            position: relative;
        }

            .chat-container .chats .unread::after {
                content: attr(data-num);
                position: absolute;
                left: 10px;
                width: 25px;
                height: 25px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #8B4825;
                color: white;
                border-radius: 50%;
                font-size: 13px;
            }

            .chat-container .chats .unread .profile-name {
                color: #8B4825 !important;
            }

            .chat-container .chats .unread:hover {
                background-color: rgba(139, 72, 37, 0.1);
            }

        .chat-container .chats .selected {
            background-color: rgba(139, 72, 37, 0.1);
        }

            .chat-container .chats .selected:hover {
                background-color: rgba(139, 72, 37, 0.2);
            }

    .chat-container .chat-content {
        height: 67vh;
        overflow-y: auto;
        padding: 30px 0 0 0;
        position: relative;
    }

        .chat-container .chat-content .text {
            font-size: 35px;
        }

@media (max-width: 576px) {
    .chat-container .chat-content {
        height: 65vh;
    }
}

.chat-container .chat-screen {
    background-color: white;
    transition: 0.3s;
}

@media (max-width: 576px), (max-width: 768px) {
    .chat-container .chat-screen {
        overflow: hidden;
        position: absolute;
        width: 100%;
        transform: translateX(-100%);
        top: 0;
        right: 0;
        z-index: 99;
        background-color: white;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}

.chat-container .open-chat {
    transform: translateX(0);
}

.chat-container .sender, .chat-container .receiver {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
    flex-direction: column;
}

    .chat-container .sender .time, .chat-container .receiver .time {
        font-size: 12px;
    }

    .chat-container .sender .message-content, .chat-container .receiver .message-content {
        padding: 15px;
        border-radius: 0 10px 0 10px;
        max-width: 65%;
        word-wrap: break-word;
        font-size: 14px;
        white-space: break-spaces;
    }

@media (max-width: 576px) {
    .chat-container .sender .message-content, .chat-container .receiver .message-content {
        max-width: 70%;
    }
}

.chat-container .receiver {
    flex-direction: column;
    align-items: end;
}

    .chat-container .receiver html[lang=ar], [dir=rtl] .chat-container .receiver {
        margin-left: 30px;
    }

    .chat-container .receiver html[lang=en], [dir=ltr] .chat-container .receiver {
        margin-right: 30px;
    }

@media screen and (max-width: 576px) {
    .chat-container .sender html[lang=ar], [dir=rtl] .chat-container .receiver {
        margin-left: 12px;
    }
}

@media screen and (max-width: 576px) {
    .chat-container .sender html[lang=en], [dir=ltr] .chat-container .receiver {
        margin-right: 12px;
    }
}

.chat-container .receiver .message-content {
    background-color: #8B4825;
    color: white;
}

.chat-container .sender {
    justify-content: start;
    flex-direction: column;
}

    .chat-container .sender html[lang=ar], [dir=rtl] .chat-container .sender {
        margin-right: 30px;
    }

    .chat-container .sender html[lang=en], [dir=ltr] .chat-container .sender {
        margin-left: 30px;
    }

@media screen and (max-width: 576px) {
    .chat-container .sender html[lang=ar], [dir=rtl] .chat-container .sender {
        margin-right: 12px;
    }
}

@media screen and (max-width: 576px) {
    .chat-container .sender html[lang=en], [dir=ltr] .chat-container .sender {
        margin-left: 12px;
    }
}

.chat-container .sender .message-content {
    background-color: #393939;
    color: white;
}

.chat-container .sent-msg {
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    background-color: #f5f5f5;
}

.chat-container .sent {
    height: 70px;
    width: 70px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #8B4825;
}

.ellipse-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

input[type=checkbox] {
    accent-color: #8B4825;
    width: 20px;
    height: 20px;
}

.frist-step .third-btn, .frist-step .third-btn, .frist-step .watsapp-btn, .frist-step .call-btn, .second-step .third-btn, .second-step .third-btn, .second-step .watsapp-btn, .second-step .call-btn {
    max-width: 500px !important;
}

.upload-preview {
    position: relative;
    border: 2px solid #62B239;
    margin: 8px;
    border-radius: 10px;
}

    .upload-preview .remove {
        background-color: #F90000;
        height: 25px;
        width: 25px;
        z-index: 7;
        position: absolute;
        left: -5px;
        top: -5px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        padding: 13px;
        border: none;
    }

        .upload-preview .remove:hover {
            scale: 1.1;
        }

    .upload-preview a {
        display: block;
    }

    .upload-preview img {
        width: 140px;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
    }

.custom-img-upload {
    border: 1px solid #DBDDE6;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .custom-img-upload .dn-input {
        color: #747474;
    }

.product-detail {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

    .product-detail .title {
        font-size: 20px;
        font-weight: 700;
        color: black;
    }

    .product-detail .price {
        font-size: 22px;
        font-weight: 700;
        color: #8B4825;
    }

    .product-detail .date, .product-detail .location, .product-detail .rate {
        color: #747474;
        font-size: 14px;
    }

        .product-detail .date svg, .product-detail .location svg, .product-detail .rate svg {
            color: #8B4825;
        }

    .product-detail .product-status {
        font-size: 14px;
        font-weight: bold;
        color: black;
    }

        .product-detail .product-status span {
            color: #8B4825;
        }

        .product-detail .product-status :last-child span {
            color: #62B239;
        }

.product-imgs {
    width: 100%;
    overflow: hidden;
    padding-inline: 20px;
}

    .product-imgs img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
        margin-bottom: 20px;
        position: relative;
    }

        .product-imgs img:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 275;
            width: 50px;
            height: 50px;
            background: red;
        }

.phone {
    background-color: #B2792D;
    color: white;
    padding: 8px 30px;
    border-radius: 5px;
}

.watsapp {
    background-color: #25D366;
    padding: 3px 10px;
    border-radius: 5px;
}

    .watsapp a {
        color: white;
        font-size: 24px;
    }

.contact {
    padding: 30px;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .contact a, .contact div {
        color: #666666;
        cursor: pointer;
        text-decoration: none;
    }

    .contact .report:hover {
        color: #A60000;
    }

    .contact .follow:hover svg {
        animation: unset;
    }

    .contact .follow.active svg {
        animation: follow 0.5s linear !important;
        animation-iteration-count: 1;
        color: blue;
    }

    .contact .favorite:hover svg {
        animation: unset;
    }

    .contact .favorite.active svg {
        animation: favorite 0.5s linear !important;
        animation-iteration-count: 1;
        color: #F90000;
    }

    .contact .share:hover {
        color: #1da1f2;
    }

.department-name p {
    padding: 10px;
    margin: 5px;
    background-color: #F5F5F5;
    border-radius: 5px;
    color: #666666;
    cursor: pointer
}

.replay .replay-btn {
    border: 1px solid #DBDDE6;
    padding: 5px 10px;
    border-radius: 5px;
    color: #747474;
    background-color: white;
    font-size: 14px;
}

html[dir=rtl] .addRate {
    flex-direction: row-reverse;
}

.more-ads {
    margin-bottom: 30px;
    position: sticky;
    top: 100px;
}

    .more-ads h4 {
        color: #8B4825;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .more-ads .more-ads-links img {
        width: 80px;
        height: 80px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
    }

        .more-ads .more-ads-links img:hover {
            scale: 1.03;
        }

    .more-ads .more-ads-links .ads-title {
        padding: 10px 30px;
        margin: 10px 10px 20px;
        background-color: #F5F5F5;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
    }

.form-check-input {
    box-shadow: none !important;
    border-color: #62B239;
}

    .form-check-input:checked {
        background-color: #62B239;
        border-color: #62B239;
    }

.reportAdvertiser {
    background-color: #B2792D;
    border-radius: 50%;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advertiser-profile {
    position: relative;
}

    .advertiser-profile .advertiser-cover {
        width: 100%;
        height: 250px;
    }

        .advertiser-profile .advertiser-cover img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .advertiser-profile .advertiser-avatar {
        width: 150px;
        height: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: center;
        position: absolute;
        right: 50%;
        top: 50%;
        transform: translate(50%, 0);
    }

@media screen and (max-width: 576px) {
    .advertiser-profile .advertiser-avatar {
        width: 100px;
        height: 100px;
    }
}

.advertiser-profile .advertiser-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.reports .accordion-item {
    border: none;
    margin-bottom: 20px;
}

    .reports .accordion-item .accordion-header .accordion-button {
        background-color: white;
        box-shadow: none;
    }

        .reports .accordion-item .accordion-header .accordion-button::after {
            content: none !important;
        }

        .reports .accordion-item .accordion-header .accordion-button .report-text {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin: 0 10px 10px 10px;
        }

            .reports .accordion-item .accordion-header .accordion-button .report-text .title {
                color: black;
                font-weight: bold;
                font-size: 18px;
                margin-bottom: 15px;
            }

            .reports .accordion-item .accordion-header .accordion-button .report-text .disc {
                color: #B2792D;
                font-size: 14px;
            }

    .reports .accordion-item .accordion-body {
        background-color: #f5f5f5;
    }
/*# sourceMappingURL=main.css.map */

#resendOtpBtn {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: center;
}

.location-icon {
    position: absolute;
    left: 10px;
    top: 30%;
}

html[dir=ltr] .location-icon {
    left: unset;
    right: 10px;
}


@media screen and (max-width: 1000px) {
    .select-filter .select2-container--default .select2-selection--single {
        width: 100% !important;
    }
}

@media screen and (max-width: 1000px) {
    .wrap-filter {
        flex-wrap: wrap;
    }
}


.codeCountry_ + .select2 {
    position: absolute;
    left: 1px;
    top: 1px;
    background: #faf9f9;
    height: calc(100% - 2px);
    width: 74px !important;
    border: none !important;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
}

[dir=ltr] .codeCountry_ + .select2 {
    left: unset;
    right: 1px;
}

.codeCountry_ + .select2 .select2-selection {
    margin: 0;
    border: none;
}




.fanctTime {
    padding: 11px 5px;
    outline: none !important;
    box-shadow: none !important;
}

.btn-f-date {
    color: #8b4825;
    width: 100px;
    flex-shrink: 0;
    border-radius: 8px;
    border: none;
    background: #e0d2cb;
    height: 47px;
    line-height: 47px;
}

@media screen and (max-width:674px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (max-width: 420px) {
    .products .product .product-content .title {
        width: auto !important;
    }

    .right-section, .left-section {
        padding-inline: 0px !important;
    }
}

@media (max-width: 380px) {
    .products .product .product-content .price {
        font-size: 18px;
    }

    .products .product .product-content .title {
        font-size: 16px;
    }

    .products .product .product-content {
        padding: 5px;
    }
}

.product-slider .slide-img {
    height: 250px !important;
}

.product-slider.list_slide .slide-img {
    height: 120px !important;
    width: 120px !important;
}

.list_slide .carousel-indicators {
    bottom: -5px;
}

    .list_slide .carousel-indicators [data-bs-target] {
        height: 10px !important;
        width: 10px !important;
    }

.products.grid .product .product-img img {
    height: 240px !important;
}

.products.grid .product .product-img {
    width: 100%
}


html[lang=en] .iti__country-container {
    left: unset !important;
    right: 0 !important;
}

@media (max-width: 600px) {
    .full-screen {
        width: 100% !important;
    }
}

/* Currency Icon Styles */
.currency-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 2px;
}

.currency-icon-lg {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 4px;
}

/* Arabic Text Input Fix - Apply to all input fields */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
textarea,
.site-input,
.form-control,
input.form-control,
textarea.form-control,
textarea.site-input {
    font-family: 'Cairo', 'Amiri', 'Scheherazade New', 'Noto Naskh Arabic', 'Arial Unicode MS', 'Tahoma', sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-feature-settings: "liga" 1, "kern" 1 !important;
    font-feature-settings: "liga" 1, "kern" 1 !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em !important;
}