@import url(helper.css);

@font-face {
    font-family: "Kaff-light";
    src: url(../fonts/lt-kaff/29LT-Light.ttf);
}

@font-face {
    font-family: "Kaff";
    src: url(../fonts/lt-kaff/29LT-Kaff.ttf);
}

@font-face {
    font-family: "Kaff-bold";
    src: url(../fonts/lt-kaff/29LT-Bold.ttf);
}

@font-face {
    font-family: "stc-light";
    src: url(../fonts/stc/light.otf );
}

@font-face {
    font-family: "stc";
    src: url(../fonts/stc/regular.ttf);
}

@font-face {
    font-family: "stc-bold";
    src: url(../fonts/stc/bold.ttf);
}


*,
* button:focus {
    outline: 0;
}

:root {
    --main-color: #0069EF;
    --sub-color: #001C46;
    /* --subColor2: #77643d; */
}

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

.main-bg {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
    color: #fff;
}

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

.sub-color {
    color: var(--sub-color) !important;
}

.sub-bg {
    background-color: var(--sub-color) !important;
    border-color: var(--sub-color) !important;
    color: #fff;
}

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

html::-webkit-scrollbar {
    height: 20px;
    width: 5px;
    background: #f1f1f1;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

html::-webkit-scrollbar-corner {
    background: #999;
    border-radius: 10px;
}

body {
    /*font-family: "Kaff";*/
    /*font-family: "Readex Pro", sans-serif;*/
    font-family: "stc";
    text-decoration: none;
    font-size: 0.9em;
    overflow-x: hidden;
    position: relative;
    font-weight: 400;
    direction: rtl;
}

main {
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: "Kaff-bold";*/
    /*font-family: "Readex Pro", sans-serif;*/
    font-family: "stc-bold";
    margin: 0;
    line-height: 1.6;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: 0;
}

body ul {
    list-style-type: none;
    margin: 0;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

[type=email],
[type=number],
[type=tel],
[type=url] {
    direction: inherit;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    transition: all 0.6s ease;
    outline: 0;
}

/* ==================== global style ============================== */
a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

ul {
    padding: 0;
}

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

.img_cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img_contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.dnf-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.df-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.text,
.text * {
    font-size: 14px;
    line-height: 1.8;
}

small.text {
    font-size: 12px;
}

.section-padding {
    padding: 80px 0;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

/* --------------- to_top button --------------- */
.progress-wrap {
    position: fixed;
    left: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transform: translateX(-100px);
    z-index: 99;
    transition: all 200ms linear;
}

.progress-wrap::after {
    background: url(../images/top-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #000;
    left: 13px;
    top: 13px;
    height: 25px;
    width: 25px;
    display: block;
}

.progress-wrap svg path {
    fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 5;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* --------------- butn --------------- */
.butn {
    padding: 13px 25px;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    border: 0;
    background: var(--main-color);
    color: #fff;
}

.butn:hover {
    color: #fff;
    box-shadow: 7px 10px 15px rgba(24, 25, 27, 0.1333333333);
    transform: translateY(-2px);
}

.butn.butn-white {
    background: #fff;
    color: var(--main-color);
}

.butn.butn-white:hover {
    background-color: var(--main-color);
    color: #fff;
}

.butn.butn-border {
    background-color: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.butn.butn-border:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.butn.md-butn {
    padding: 12px 25px;
    font-size: 13px;
}

.butn.blur-wh-butn {
    background-color: rgba(255, 255, 255, 0.0666666667);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.butn.hvr-scale:hover {
    transform: scale(1.1);
}

.butn.hvr-txt-trans {
    position: relative;
    overflow: hidden;
}

.butn.hvr-txt-trans .txt {
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
}

.butn.hvr-txt-trans .txt::after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, 100%);
    transition: opacity 0.3s, transform 0.3s;
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    white-space: nowrap;
}

.butn.hvr-txt-trans .txt span {
    transition: all 0.4s ease;
}

.butn.hvr-txt-trans:hover .txt span {
    transform: translateY(-150%);
    opacity: 0;
}

.butn.hvr-txt-trans:hover .txt::after {
    transform: translate(-50%, -50%);
    opacity: 1;
}

/* --------------- navbar --------------- */
.nav-section {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 99;
}

.nav-section .top-nav {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.nav-section .top-nav .top-links {
    position: relative;
}

.nav-section .lnk {
    font-size: 12px;
    margin-inline-end: 10px;
    padding-inline-end: 10px;
    border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}

.nav-section .lnk:last-child {
    border: 0;
    padding: 0;
    margin: 0;
}

.nav-section .lnk:hover {
    color: var(--main-color);
}

.nav-section .lnk.dropdown-toggle {
    border: 0;
    background: transparent;
}

.nav-section .search-nav {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    background: var(--main-color);
}

.nav-section .cats-dropdown {
    position: relative;
    /*min-width: 33%;*/
}

.nav-section .cats-dropdown .toggle-link {
    position: relative;
    font-size: 16px;
    background-color: var(--sub-color);
    color: #fff;
    border-radius: 8px;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
}

.nav-section .cats-dropdown .toggle-link:hover {
    background-color: var(--main-color);
}

.nav-section .cats-dropdown .lg_dropdown {
    position: absolute;
    top: 45px;
    inset-inline-start: 0;
    width: 220px;
    box-shadow: 3px 6px 15px 0 rgba(0, 0, 17, 0.072);
}

.nav-section .cats-dropdown .lg_dropdown .item {
    width: 100%;
}

.nav-section .cats-dropdown .lg_dropdown .item .mainCategLink {
    background-color: #fff;
    padding: 0.8rem 1rem;
    color: #001C46;
    display: block;
    border-bottom: 1px solid #eee;
    transition: all 0.3s linear;
}

.nav-section .cats-dropdown .lg_dropdown .item .mainCategLink .icon {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-inline-end: 10px;
    filter: invert(8%) sepia(50%) saturate(3892%) hue-rotate(206deg) brightness(92%) contrast(102%);
}

.nav-section .cats-dropdown .lg_dropdown .item .mainCategLink:hover {
    background-color: #f9f9f9;
    color: var(--main-color);
}

.nav-section .search-group {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 105, 239, 0.3333333333);
    border-radius: 10px;
    overflow: hidden;
    padding: 8px;
    background: #fff;
}

.nav-section .search-group select {
    width: 100px;
    min-width: -moz-max-content;
    min-width: max-content;
    border: 0;
    border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}

.nav-section .search-group input {
    border: 0;
    box-shadow: none;
    font-size: 13px;
    padding: 0 10px;
    width: 100%;
}

.nav-section .search-nav .butn.hvr-txt-trans {
  border-color: #fff !important;
    color: #fff !important;  
}

.nav-section .navbar {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.nav-section .navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    font-size: 17px;
    padding: 20px 0;
    margin: 0 12px;
    color: #000;
    border-bottom: 2px solid transparent;
    margin-inline-end: 2.5vw;
}

.nav-section .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--main-color);
    border-color: var(--main-color);
}

.dropdown:not(.bootstrap-select) .dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dropdown:not(.bootstrap-select) .dropdown-menu {
    border-radius: 10px;
    padding: 10px;
    border: 0;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}

.dropdown:not(.bootstrap-select) .dropdown-menu .dropdown-item {
    font-size: 12px;
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.dropdown:not(.bootstrap-select) .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 105, 239, 0.0823529412);
}

.dropdown:not(.bootstrap-select) .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    border: 0;
    font-size: 10px;
    margin-top: 2px;
    margin-inline-start: 10px;
}

.dropdown:not(.bootstrap-select) .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 150%;
    left: 0;
    transition: all 0.3s ease !important;
}

.dropdown:not(.bootstrap-select):hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-levels {
    position: relative;
}

.dropdown-levels .nav-link {
    padding-inline-end: 30px !important;
}

.dropdown-levels .nav-link::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    left: 5px;
    top: calc(50% - 10px);
    font-size: 12px;
}

.dropdown-levels:hover .drop-down {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-levels .drop-down {
    position: absolute;
    top: 100%;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1333333333);
    border-radius: 15px;
    width: 220px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.dropdown-levels .drop-down .drop-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    /*font-weight: bold;*/
    font-size: 13px;
}

.dropdown-levels .drop-down .drop-link img.th-20 {
    width: 40px;
    object-fit: contain;
}

.dropdown-levels .drop-down .drop-link:hover {
    color: var(--main-color);
    background-color: rgba(0, 105, 239, 0.062745098);
}

.dropdown-levels .drop-down .drop-li {
    position: relative;
}

.dropdown-levels .drop-down .drop-li:hover .sub-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.dropdown-levels .drop-down .sub-dropdown {
    position: absolute;
    right: 100%;
    top: 0;
    width: 220px;
    background-color: #fff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1333333333);
    border-radius: 15px;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.dropdown-levels .drop-down .sub-dropdown a {
    position: relative;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
}

.dropdown-levels .drop-down .sub-dropdown a:hover {
    color: var(--main-color);
}


/* Start new_dropdown_levels */
.new_dropdown_levels .drop-down {
    border-radius: 0;
}
.new_dropdown_levels .drop-down .drop-link {
    font-size: 15px;
    padding-inline-start: 10px;
}
.new_dropdown_levels .drop-down .drop-link::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    inset-inline-end: 10px;
    top: 15px;
    font-size: 10px;
    color: #888;
    transform: rotate(90deg);
}

/* panel layout (unchanged) */
.new_dropdown_levels .dropdown_second_level {
    position: absolute;
    top: 0;
    inset-inline-start: 100%;
    width: 600px;
    background: #fff;
    height: 485px;
    padding: 15px;
    overflow: hidden;
    overflow-y: auto;

    /* real visibility control */
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateX(10px);
    transition:.25s ease;
}

/* open only when JS adds class */
.new_dropdown_levels.panel-open .dropdown_second_level{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
}

.new_dropdown_levels .dropdown_second_level .title {
    font-size: 24px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px 5px;
}
.new_dropdown_levels .dropdown_second_level .item {
    display: block;
    margin-bottom: 15px;
    padding: 7px 0;
    font-size: 16px;
    position:relative ;
}
.new_dropdown_levels .dropdown_second_level .item.has_another_level::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 500;
    inset-inline-end: 0px;
    top: 15px;
    font-size: 9px;
    color: #888;
    transform: rotate(90deg);
}
.new_dropdown_levels .dropdown_second_level .item:hover {
    color: var(--main-color);
}

/* keep hover dropdown working */
.new_dropdown_levels:hover .drop-down {
    opacity: unset;
    visibility: unset;
    transform: unset;
}
.new_dropdown_levels.open .drop-down{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.new_dropdown_levels .back_butn {
    color: var(--main-color);
    text-decoration: underline;
    font-weight: bold;
    position: absolute;
    top: 17px;
    inset-inline-start: 25px;
    font-size: 12px;
}


/* custom scrollbar for dropdown_second_level only */
.new_dropdown_levels .dropdown_second_level::-webkit-scrollbar {
    width:4px;
}

.new_dropdown_levels .dropdown_second_level::-webkit-scrollbar-track {
    background:transparent;
}

.new_dropdown_levels .dropdown_second_level::-webkit-scrollbar-thumb {
    background:var(--main-color);
    border-radius:10px;
}

.new_dropdown_levels .dropdown_second_level::-webkit-scrollbar-thumb:hover {
    background:var(--main-color);
}

/* ================= MOBILE MEGA MENU ================= */
@media (max-width:991px){

    /* make dropdown normal block */
    .new_dropdown_levels .drop-down{
        width: 100% !important;
        box-shadow: none;
        padding: 0;
    }
    .new_dropdown_levels:hover .drop-down {
        position: relative !important;

    }
    
    /* remove side panel behaviour */
    .new_dropdown_levels .dropdown_second_level{
        position: relative;
        inset: unset;
        width: 100%;
        height: auto;
        max-height: none;
        overflow: hidden;
        padding: 10px 15px;
        background: #f8f8f8;
        border-top: 1px solid #eee;
    
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:none;
        display:none;
    }
    
    /* opened */
    .new_dropdown_levels.panel-open .dropdown_second_level{
        display:block;
        animation:accordionDown .25s ease;
    }
    
    /* level switching */
    .new_dropdown_levels .level_2{
        display:none;
    }
    
    /* links full width */
    .new_dropdown_levels .dropdown_second_level .item{
        padding:12px 5px;
        border-bottom:1px solid #e9e9e9;
        font-size:14px;
    }
    
    /* title */
    .new_dropdown_levels .dropdown_second_level .title{
        background:transparent;
        font-size:18px;
        padding:10px 0;
    }
    
    /* back button */
    .new_dropdown_levels .back_butn{
        position:relative;
        inset:unset;
        display:block;
        margin-bottom:10px;
    }
    
    /* animation */
    @keyframes accordionDown{
        from{opacity:0; transform:translateY(-8px)}
        to{opacity:1; transform:none}
    }

}

/* --------------- header --------------- */
.header {
    position: relative;
    padding: 150px 0;
    z-index: 20;
}

.header h1 {
    position: relative;
    font-size: 95px;
    line-height: 1.3;
}

.header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
}

/* --------------- line-title --------------- */
.line-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    z-index: 5;
}

.line-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 4px);
    width: 100%;
    height: 8px;
    background-color: #777;
    opacity: 0.12;
    z-index: -1;
}

.line-title.line-1::before {
    height: 1px;
}

.line-title.line-2::before {
    height: 2px;
}

.line-title-st2 {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--main-color);
}

.line-title-st2::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: var(--main-color);
}

.slider-arrows {
    position: relative;
    height: 30px;
    width: 70px;
    flex-shrink: 0;
}

.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(0, 105, 239, 0.0823529412);
    transition: all 0.3s ease;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 13px;
    transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: var(--sub-color);
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: #fff;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

/* --------------- categories --------------- */
.categories {
    position: relative;
}

.categories .swiper-button-next, 
.categories .swiper-button-prev {
    top: 59%;
    margin: 0 1.5vw;
}

.categories .cat-item {
    position: relative;
    display: block;
    text-align: center;
}

.categories .cat-item .img {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.swiper-pagination.banner-pagination {
    bottom: 30px;
}

/* --------------- products --------------- */
.products .slider-content {
    position: relative;
}

.products .slider-content .swiper-button-prev {
    left: -50px;
    top: 43%;
}

.products .slider-content .swiper-button-next {
    right: -50px;
    top: 43%;
}

.products-slider {
    padding-bottom: 150px;
    margin-bottom: -80px;
}

.grid-list-btns {
    position: relative;
    display: flex;
    gap: 0 5px;
}

.grid-list-btns a {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
}

.grid-list-btns a.active {
    background-color: var(--main-color);
    color: #fff;
}

.products-slider .swiper-slide {
    height: auto;
}

.product-card.mt-4 {
    height: calc(100% - 24px);
}

.product-card {
    position: relative;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding-top: 20px;
}

.product-card.un-refreshed .img,
.product-card.un-refreshed .info {
    opacity: 0.5;
}

.product-card.un-refreshed .refreshed-btn {
    position: absolute;
    top: 180px;
    left: 10px;
    width: calc(100% - 20px);
    font-size: 12px;
    text-align: center;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: var(--sub-color);
    color: #fff;
}

.product-card.un-refreshed .refreshed-btn:hover {
    background-color: var(--main-color);
}

.product-card .img {
    position: relative;
    display: block;
    height: 210px;
    border-radius: 10px;
}

.product-card .img .float-icons {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    text-align: center;
}

.product-card .img .float-icons a {
    position: relative;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--sub-color);
    color: #fff;
    width: 35px;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.product-card .img .float-icons a:nth-of-type(2) {
    transition: all 0.8s ease;
}

.product-card .img .float-icons a:nth-of-type(3) {
    transition: all 1.3s ease;
}

.product-card .prc {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 10px;
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 12px;
    border-radius: 15px 0 15px 0;
}

.product-card .dots-drop {
    position: absolute;
    left: 15px;
    top: 15px;
}

.product-card .dots-drop .dropdown-toggle {
    border: 0;
    background-color: rgba(0, 105, 239, 0.0823529412);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.product-card .dots-drop .dropdown-toggle::after {
    display: none;
}

.product-card .dots-drop .dropdown-menu .dropdown-item {
    font-size: 10px;
    padding: 0.4rem 1rem;
    border-radius: 8px;
}

.product-card .call-drop .title {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    margin: 5px auto;
    padding: 0 30px;
}

.product-card .call-drop .title::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 2px;
    width: 20px;
    background-color: #000;
}

.product-card .call-drop .title::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 2px;
    width: 20px;
    background-color: #000;
}

.product-card .call-drop .dropdown-toggle {
    border: 0;
    background-color: rgba(0, 105, 239, 0.0823529412);
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
}

.product-card .call-drop .dropdown-menu .dropdown-item {
    font-size: 10px;
    padding: 0.4rem 1rem;
    border-radius: 8px;
}

.product-card:hover .img .float-icons a {
    opacity: 1;
    visibility: visible;
}

.list-products {
    position: relative;
}

.list-products .list-head {
    display: flex !important;
    align-items: center;
    padding: 20px;
    background-color: var(--sub-color);
    color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.list-products .list-head .name {
    width: 30%;
}

.list-products .list-head .price {
    width: 20%;
}

.list-products .list-head .cat {
    width: 15%;
}

.list-products .list-head .date {
    width: 15%;
}

.list-products .list-head .stn {
    width: 20%;
    text-align: end;
}

.list-products .row>div:not(.col-lg-6) {
    width: 100%;
}

.list-products .product-card {
    display: flex;
    margin-bottom: 10px !important;
}

.list-products .product-card * {
    margin: 0 !important;
}

.list-products .product-card .img {
    display: none;
}

.list-products .product-card .prc {
    display: none;
}

.list-products .product-card .pr-rate {
    display: none;
}

.list-products .product-card .by {
    display: none;
}

.list-products .product-card .dots-drop {
    display: none;
}

.list-products .product-card .info {
    display: flex;
    gap: 0 15px;
    align-items: center;
    width: 100%;
}

.list-products .product-card .info .card-title {
    order: -1;
    font-size: 14px !important;
    width: 30%;
}

.list-products .product-card .info .price-sec {
    width: 20%;
}

.list-products .product-card .info .price-sec .old-price {
    margin-inline-start: 20px !important;
}

.list-products .product-card .info .tag {
    width: 30%;
    justify-content: space-between;
}

.list-products .product-card .info .tag .city {
    width: 50%;
}

.list-products .product-card .info .btm-inf {
    width: 20%;
    justify-content: flex-end !important;
}

.list-products .product-card.un-refreshed .refreshed-btn {
    top: 16px;
    width: -moz-max-content;
    width: max-content;
    left: 90px;
}

/* --------------- title side slider --------------- */
.title-side-slider {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-radius: 30px;
    margin-bottom: 5px;
    border: 1px solid rgba(0, 105, 239, 0.2);
    /*width: max-content;*/
    /*max-width: 100%;*/
    /*min-width: 200px;*/
}

.title-side-slider .cats-slider {
    position: relative;
    overflow: hidden;
}

.title-side-slider .cats-slider .cat-link {
    position: relative;
    font-size: 12px;
}

.title-side-slider .cats-slider .cat-link:hover,
.title-side-slider .cats-slider .cat-link.active {
    color: var(--main-color);
    text-decoration: underline;
}

.title-side-slider .cats-slider .swiper-slide {
    text-align: center;
}

.title-side-slider .swiper-button-next {
    right: 5px;
    top: 28px;
}

.title-side-slider .swiper-button-prev {
    left: 5px;
    top: 28px;
}

/* --------------- branch-card --------------- */
.branch-card {
    position: relative;
}

.branch-card .float-txt {
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 10px;
    padding: 3px 15px;
    border-radius: 20px 0 20px 0;
    opacity: 0;
}

.branch-card.active {
    border: 2px solid var(--main-color) !important;
}

.branch-card.active .float-txt {
    opacity: 1;
}

/* --------------- partners --------------- */
.partners {
    position: relative;
}

.partners .slider-content {
    position: relative;
    padding: 30px 40px;
    border: 1px solid rgba(153, 153, 153, 0.2);
}

.partners .partners-slider {
    position: relative;
    overflow: hidden;
}

.partners .partners-slider .brand {
    position: relative;
    height: 40px;
    display: block;
    text-align: center;
}

.swiper-notification {
    display: none;
}

/* --------------- nav-pills --------------- */
.nav-pills {
    position: relative;
}

.nav-pills .nav-item .nav-link {
    background-color: transparent;
    color: #111;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
    margin-inline-start: 30px;
}

.nav-pills .nav-item .nav-link.active {
    color: var(--main-color);
}

/* --------------- product-card-vr --------------- */
.product-card-vr {
    position: relative;
    display: flex;
    padding: 10px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 10px;
    margin-top: 15px;
}

.product-card-vr .img {
    width: 45%;
    height: 100%;
    flex-shrink: 0;
}

.product-card-vr .info {
    flex-grow: 1;
    padding: 10px;
    border-inline-start: 2px solid rgba(0, 105, 239, 0.0823529412);
}

.product-card-vr .prc {
    position: relative;
    font-size: 10px;
    background-color: var(--main-color);
    color: #fff;
    padding: 3px 5px;
    border-radius: 15px 0 15px 0;
}

.product-card-vr .btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.product-card-vr .btns a {
    position: relative;
    font-size: 8px;
    padding: 7px 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 5px;
}

.product-card-vr .btns a.light-gr {
    background-color: rgba(59, 183, 126, 0.0823529412);
    color: #3BB77E;
}

.product-card-vr .btns a.light-gr:hover {
    background-color: #3BB77E;
    color: #fff;
}

.product-card-vr .btns a.light-bl {
    background-color: rgba(0, 105, 239, 0.0823529412);
    color: #0069EF;
}

.product-card-vr .btns a.light-bl:hover {
    background-color: #0069EF;
    color: #fff;
}

.product-card-vr.lg-card .btns a {
    font-size: 12px;
    padding: 12px 30px;
    width: 45%;
    text-align: center;
}

.product-card-vr .countdown-box {
    position: relative;
    display: flex;
    gap: 10px;
}

.product-card-vr .countdown-box .item {
    position: relative;
    text-align: center;
}

.product-card-vr .countdown-box .item .num {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 10px;
}

.product-card-vr .dots-drop {
    position: relative;
}

.product-card-vr .dots-drop .dropdown-toggle {
    border: 0;
    background-color: rgba(0, 105, 239, 0.0823529412);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.product-card-vr .dots-drop .dropdown-toggle::after {
    display: none;
}

.product-card-vr .dots-drop .dropdown-menu .dropdown-item {
    font-size: 10px;
    padding: 0.4rem 1rem;
    border-radius: 8px;
}

/* --------------- numbers --------------- */
.numbers {
    position: relative;
    padding: 40px 0;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: -1px;
    z-index: 15;
}

/* --------------- footer --------------- */
.footer {
    position: relative;
    background-color: var(--sub-color);
    color: #fff;
    z-index: 5;
    border-top: 1px solid rgba(255, 255, 255, 0.9529411765);
}

.footer::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: calc((100vw - 1300px) / 2);
    height: 100%;
    background-color: #fff;
    z-index: -1;
    pointer-events: none;
}

.footer .links {
    position: relative;
}

.footer .links a {
    font-size: 12px;
    margin: 3px 0;
}

.footer .links a:hover {
    color: var(--main-color);
}

.footer .social-icons {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: var(--main-color);
}

.footer .social-icons a {
    margin: 10px 0;
}

.footer .subscribe-wrapper {
    position: relative;
    padding: 50px;
    height: 100%;
    text-align: center;
    background-color: #fff;
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer .subscribe-wrapper input {
    position: relative;
    margin-top: 15px;
    border: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    text-align: center;
    background-color: transparent;
    width: 100%;
    margin-top: 30px;
}

.footer .subscribe-wrapper input::-moz-placeholder {
    color: #ccc;
}

.footer .subscribe-wrapper input::placeholder {
    color: #ccc;
}

.footer .inspire {
    width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* ------------------------------------------------------------ */
.whatsapp_butn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    box-shadow: 3px 6px 15px 0 rgba(0, 0, 0, 0.0666666667);
    border-radius: 50%;
}

.whatsapp_butn .icon {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
}

/* -------------------- pages style --------------------------- */
/* ------------------------------------------------------------ */
/* --------------- form --------------- */
.icon-group {
    position: relative;
}

.icon-group .riyal {
    position: absolute;
    left: 5px;
    top: 10px;
    height: 25px;
    padding: 0 20px;
    border-inline-start: 1px solid rgba(153, 153, 153, 0.2);
}

.form-control {
    min-height: 45px;
    box-shadow: none !important;
    font-size: 13px;
}

.form-control[readonly],
input[readonly] {
    border: 0;
    background-color: #f5f5f5;
    opacity: 0.6;
    cursor: not-allowed;
}

.form-group label,
.form-group .form-label {
    font-size: 13px !important;
}

.flag-select {
    position: relative;
}

.flag-select .flag-preview {
    position: absolute;
    pointer-events: none;
    height: 45px;
    left: 40px;
    top: 10px;
}

.code-group {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
    direction: ltr;
}

.code-group .item {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 0;
    background-color: #fafafa;
    border: 1px solid #999;
    text-align: center;
    font-size: 20px;
}

.code-group .item.focused {
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1333333333);
    border-color: transparent;
}

.input-file {
    position: relative;
}

.input-file input {
    padding: 12px;
    padding-inline-start: 30px;
}

.input-file .up-btn {
    position: absolute;
    content: "";
    right: 5px;
    top: 5px;
    width: 100px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 6px;
    z-index: 10;
    pointer-events: none;
    font-size: 11px;
}

/* --------------- register page --------------- */
.register {
    position: relative;
}

.register .form-side {
    position: relative;
    padding: 80px 0 80px 5vw;
}

.register .form-side .main-check .form-check {
    margin: 20px 0 0 10px !important;
    padding: 0 !important;
}

.register .form-side .main-check .form-check-input {
    display: none;
}

.register .form-side .main-check {
    position: relative;
}

.register .form-side .main-check .form-check-input:checked ~ .form-check-label {
    border-color: var(--sub-color);
    background-color: var(--sub-color);
    color: #fff;
}

.register .form-side .main-check .form-check-label {
    position: relative;
    padding: 4px 20px 7px;
    border: 1px solid #9993;
    border-radius: 30px;
}

.register .form-side .logo {
    height: 50px;
}

.register .info {
    position: relative;
    height: 100%;
    text-align: center;
    background-color: var(--sub-color);
    color: #fff;
}

.register .progress {
    height: 8px;
}

.register .progress .progress-bar {
    border-radius: 8px;
}

.register .marq-slider {
    position: relative;
    overflow: hidden;
}

.register .marq-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.register .marq-slider .swiper-wrapper .swiper-slide {
    width: -moz-max-content !important;
    width: max-content !important;
}

@media screen and (min-width: 991px) {
    .register .content {
        padding-inline-start: calc((100vw - 1380px) / 2);
    }
}

/* --------------- tab-radios --------------- */
.tab-radios {
    position: relative;
}

.tab-radios .form-check {
    position: relative;
    padding: 0;
}

.tab-radios .form-check .form-check-input {
    display: none;
}

.tab-radios .form-check .form-check-label {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.tab-radios .form-check .form-check-input:checked~.form-check-label {
    border-color: var(--main-color);
    color: var(--main-color);
}

.tab-radios .form-check .form-check-input:checked~.form-check-label .icon img {
    filter: invert(28%) sepia(65%) saturate(5271%) hue-rotate(205deg) brightness(97%) contrast(104%);
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
    box-shadow: none !important;
}

/* --------------- about page --------------- */
.aboutus_thumb {
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.about_us_content {
    position: relative;
}

.about_us_content .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.about_us_content p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.aboutus_mission_vision {
    position: relative;
}

.aboutus_mission_vision .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.aboutus_mission_vision p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.main-title {
    position: relative;
    margin-bottom: 25px;
}

.funfact_one {
    margin-bottom: 30px;
    position: relative;
}

.funfact_one .icon {
    float: left;
    margin-right: 20px;
}

.funfact_one .icon span {
    font-size: 60px;
    line-height: initial;
}

.funfact_one .details .para {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.funfact_one .details ul {
    margin-bottom: 0;
}

.funfact_one .details ul li {
    margin-right: 0;
}

.funfact_one p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.funfact_one .details .timer,
.funfact_one .details ul li span {
    color: #041e42;
    font-size: 50px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: 0em;
}

.funfact_one.home8_style .details .timer,
.funfact_one.home8_style .details ul li span {
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    letter-spacing: 0em;
}

.bdrn {
    border: none;
}

.bdr1 {
    border: 1px solid #ebebeb;
}

.hvr_bdr1 {
    border: 1px solid transparent;
}

.hvr_bdr1:hover {
    border: 1px solid #ebebeb;
}

.bdrt1 {
    border-top: 1px solid #eaeaea;
}

.bdrr1 {
    border-right: 1px solid #eaeaea;
}

.bdrl1 {
    border-left: 1px solid #eaeaea;
}

.bdrtrb1 {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.team_member {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.team_member .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.team_member .thumb .overylay {
    content: "";
    background-color: rgba(0, 105, 239, 0.3333333333);
    bottom: 0;
    opacity: 0;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    visibility: hidden;
    transition: all 0.4s ease-out;
}

.team_member .thumb .overylay .social_icon {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
}

.team_member .thumb .overylay .social_icon li {
    margin-right: 20px;
}

.team_member .thumb .overylay .social_icon li:first-child {
    margin-right: 0;
}

.team_member .thumb .overylay .social_icon li a i {
    color: #041e42;
    font-size: 14px;
}

.team_member:hover .thumb .overylay {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.team_member:hover .thumb .overylay .social_icon {
    bottom: 40%;
    opacity: 1;
    visibility: visible;
}

.team_member .details {
    padding: 25px 0 0;
}

.team_member .details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    margin-bottom: 0;
}

.icon_boxes {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 5px 0 0;
    position: relative;
}

.icon_boxes .icon {
    font-size: 35px;
    line-height: initial;
    margin-right: 20px;
}

.icon_boxes .icon span {
    color: #041e42;
}

.icon_boxes .details .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}

.icon_boxes .details .para {
    color: #626974;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.icon_boxes.about_style .details .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
}

.icon_boxes.about_style .details .para {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.bgc-gmart-gray {
    background-color: #f3f5f6;
}

.zmart_testimonial1 {
    margin: 0 auto;
    max-width: 895px;
    position: relative;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.zmart_testimonial1 .review ul li {
    margin-right: 5px;
}

.zmart_testimonial1 .review ul li:last-child {
    margin-right: 0;
}

.zmart_testimonial1 .review ul li a {
    color: #041e42;
    font-size: 14px;
}

.zmart_testimonial1 .testimonial_contents {
    position: relative;
}

.zmart_testimonial1 .testimonial_contents .main_title {
    color: #041e42;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0em;
    margin-bottom: 30px;
}

.zmart_testimonial1 .testimonial_contents .author {
    color: #041e42;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    margin: 0;
}

.zmart_testimonial1 .testimonial_contents .author_post {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* --------------- single product --------------- */
.single-product {
    position: relative;
}

.single-product .images {
    position: relative;
}

.single-product .images .thumbs-imgs {
    position: relative;
}

.single-product .images .thumbs-imgs .thumb-img {
    position: relative;
    cursor: pointer;
    height: 160px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
}

.single-product .images .thumbs-imgs .thumb-img.active {
    border-color: var(--main-color);
}

.single-product .product-card-vr {
    position: sticky;
    top: 30px;
}

.accordion-item {
    position: relative;
    border: 0;
}

.accordion-item .accordion-button {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    padding: 20px 0;
    box-shadow: none;
}

.accordion-item .accordion-body {
    padding: 15px 0;
}


.accordion-item .accordion-body .info_table_link {
    text-decoration: underline !important ; 
}
.accordion-item .accordion-body .info_table_link:hover {
    color : var(--main-color)  !important ;
}

.table th,
.table td {
    border: 0;
    padding: 15px;
}

/* --------------- footer --------------- */
/* Shop Single Page Style */
.shop_single_natabmenu {
    position: relative;
}

.shop_single_natabmenu .nav-link {
    border: 1px solid #eaeaea;
    background-color: transparent;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}

.shop_single_natabmenu .nav-link.active {
    border: 2px solid #443297;
    background-color: transparent;
}

.shop_single_natabmenu .nav-link img {
    width: 60px;
}

.shop_single_natabmenu .product_popup {
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: 0;
}

.review_average {
    position: relative;
}

.review_average .title {
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0em;
}

.single_line_review {
    position: relative;
}

.single_line_review .progress-bar {
    background-color: transparent;
    height: 6px;
    overflow: hidden;
    position: relative;
}

.single_line_review .progress-bar__bg {
    background-color: #f3f5f6;
    border-radius: 6px;
    height: 6px;
    width: 300px;
}

.single_line_review .progress-bar__bar {
    background-color: #f5c34b;
    border-radius: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 1;
}

.sspd_review {
    margin-bottom: 5px;
}

.sspd_review i {
    color: #f5c34b;
    font-size: 12px;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li:last-child a {
    color: #ebebeb;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li,
.sspd_review ul li,
.shop_item .details .review ul li {
    margin-right: 2px !important;
}

.sspd_review ul li:last-child {
    color: #ebebeb;
    font-size: 12px;
}

.review_post_meta {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    position: relative;
}

.review_content_para {
    position: relative;
}

.review_content_para p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
}

.review_cansel_btns {
    position: relative;
}

.review_cansel_btns a {
    border: 2px solid transparent;
    border-radius: 6px;
    color: #626974;
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    line-height: 27px;
    letter-spacing: 0em;
    transition: all 0.3s ease 0s;
    width: 99px;
}

.review_cansel_btns a:hover {
    color: #041e42;
    border: 2px solid #eaeaea;
}

.all_review_btn {
    position: relative;
}

.all_review_btn .btn {
    height: 52px;
    line-height: 30px;
    width: 169px;
}

/* --------------- drivers-sec --------------- */
.drivers-sec {
    position: relative;
}

/* --------------- driver-card --------------- */
.driver-card {
    position: relative;
    display: flex;
    padding: 10px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 10px;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.driver-card .info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.driver-card .btns {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

.driver-card .btns a {
    position: relative;
    font-size: 13px;
    padding: 12px 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    margin-top: 5px;
    text-align: center;
}

.driver-card .btns a.light-gr {
    background-color: rgba(59, 183, 126, 0.0823529412);
    color: #3BB77E;
}

.driver-card .btns a.light-gr:hover {
    background-color: #3BB77E;
    color: #fff;
}

.driver-card .btns a.light-bl {
    background-color: rgba(0, 105, 239, 0.0823529412);
    color: #0069EF;
}

.driver-card .btns a.light-bl:hover {
    background-color: #0069EF;
    color: #fff;
}

.driver-card .imgs-slider {
    position: relative;
    overflow: hidden;
    height: 150px;
    border-radius: 10px;
    margin-top: 20px;
}

.driver-card .imgs-slider .swiper-slide {
    width: 100% !important;
}

.driver-card .dots-drop {
    position: relative;
}

.driver-card .dots-drop .dropdown-toggle {
    border: 0;
    background-color: rgba(0, 105, 239, 0.0823529412);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.driver-card .dots-drop .dropdown-toggle::after {
    display: none;
}

.driver-card .dots-drop .dropdown-menu .dropdown-item {
    font-size: 10px;
    padding: 0.4rem 1rem;
    border-radius: 8px;
}

.driver-card .cities .city {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.alert {
    padding: 10px 10px 5px !important;
}

/* --------------- profile --------------- */
.chat-tab {
    position: relative;
}

.chat-tab .tabs-filter {
    position: relative;
}

.chat-tab .tabs-filter a {
    position: relative;
    margin-inline-start: 20px;
    margin-top: 5px;
}

.chat-tab .tabs-filter a.active,
.chat-tab .tabs-filter a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

/* --------------- notificatios --------------- */
.notificatios_outer .item {
    border: 1px solid #f5f5f5;
    padding: 35px;
    border-radius: 25px;
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.notificatios_outer .item .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #f8f8f8;
    color: var(--primary);
    margin-inline-end: 25px;
    font-size: 30px;
}

.notificatios_outer .item .txt {
    width: calc(100% - 95px);
}

.notificatios_outer .item .txt .head p {
    color: #888;
}

.notificatios_outer .item .txt .head i {
    color: var(--main-color);
}

.notificatios_outer .item .txt .head * {
    font-size: 10px;
}

.notificatios_outer .item .txt .title {
    margin-top: 10px;
    font-size: 19px !important;
}

.notificatios_outer .item .txt .p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    position: relative;
}

.notificatios_outer .item .txt .p .more_butn {
    background-color: #fff;
    position: absolute;
    inset-inline-end: 0;
    top: 0;
    padding-inline-start: 10px;
    font-weight: bold;
}

.notificatios_outer .item .txt .p.active {
    white-space: normal;
    overflow: unset;
    text-overflow: unset;
}

.notificatios_outer .item .txt .p.active .more_butn {
    display: none;
}

.notificatios_outer .item .txt .more_butn {
    background-color: transparent;
    text-decoration: underline;
    border: none;
    font-weight: bold;
    color: var(--sub-color);
}

.notificatios_outer .item.item_active {
    background-color: #f9f9f9;
}

.notificatios_outer .item.item_active .icon {
    background-color: #fff;
}

.notificatios_outer .item.item_active::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var(--main-color);
    position: absolute;
    top: 38px;
    inset-inline-start: 42px;
}

/* --------------- charts --------------- */
.charts {
    position: relative;
}

.charts .card-item {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 20px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.charts .card-item .card-title {
    position: relative;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.charts .stat-card {
    position: relative;
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 20px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
}

.charts .stat-card .top-cont {
    display: flex;
    justify-content: space-between;
}

.charts .stat-card .top-cont .icon {
    width: 45px;
    height: 45px;
    background-color: rgba(0, 105, 239, 0.0666666667);
    border: 1px solid rgba(0, 105, 239, 0.1333333333);
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--main-color);
    font-size: 18px;
    margin-top: 5px;
}

.charts .stat-card .top-cont h6 {
    font-size: 17px;
    color: #777;
    font-weight: bold;
}

.charts .stat-card .top-cont .num {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}

.charts .stat-card .prog {
    position: relative;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to left, transparent, rgba(0, 105, 239, 0.3333333333), transparent);
    border-radius: 2px;
}

.charts .stat-card .btm-cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
}

.charts .stat-card .btm-cont .arrow {
    height: 30px;
    margin-inline-end: 15px;
}

.table:not(.table-striped) {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.table:not(.table-striped) .dropdown-toggle::after {
    display: none;
}

.table:not(.table-striped) th,
.table:not(.table-striped) td {
    padding: 15px;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    min-width: -moz-max-content;
    min-width: max-content;
    white-space: nowrap;
}

.table:not(.table-striped) thead th {
    background-color: #F5F7FA;
    font-weight: 500;
}

.table:not(.table-striped) thead th:last-of-type {
    border-inline-end: 1px solid #dee2e6;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table:not(.table-striped) thead th:first-of-type {
    border-inline-start: 1px solid #dee2e6;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table:not(.table-striped) tr td:last-of-type {
    border-inline-end: 1px solid #dee2e6;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table:not(.table-striped) tr td:first-of-type {
    border-inline-start: 1px solid #dee2e6;
    text-align: end;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table:not(.table-striped) .search-tr td {
    padding: 0 6px;
    border: 0;
}

.table:not(.table-striped) .search-tr td:first-of-type {
    border-inline-start: 0;
    padding-inline-start: 0;
}

.table:not(.table-striped) .search-tr td:last-of-type {
    border-inline-end: 0;
    padding-inline-end: 0;
}

.table:not(.table-striped) .search-btn {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: var(--blue);
    color: #fff;
    border: 0;
    transition: all 0.3s ease;
}

.table:not(.table-striped) .search-btn:hover {
    background-color: var(--green);
}

.table:not(.table-striped) .form-control {
    padding: 10px 15px;
    font-size: 13px;
    min-height: 40px;
}

.table:not(.table-striped) .form-check {
    margin-bottom: 0;
}

.table:not(.table-striped) .form-check .form-check-input {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    margin-inline-end: 10px;
}

.table:not(.table-striped) .tag {
    position: relative;
    font-size: 11px;
    padding: 5px 15px;
    border: 2px solid #dee2e6;
    background-color: rgba(153, 153, 153, 0.1333333333);
    border-radius: 10px;
}

.table:not(.table-striped) .tag .fa-circle {
    font-size: 4px;
    margin-inline-end: 3px;
    position: relative;
    top: -2px;
}

.table:not(.table-striped) .tag.tag-green {
    color: #4FBE88;
    border-color: #4FBE88;
    background-color: rgba(79, 190, 136, 0.0823529412);
}

.table:not(.table-striped) .tag.tag-red {
    color: #AF0101;
    border-color: #AF0101;
    background-color: rgba(175, 1, 1, 0.0823529412);
}

.collapse_butn {
    background-color: transparent;
    border: none;
    color: var(--sub-color);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding: 0;
    height: 45px;
    display: block;
}

.collapseLinks a {
    padding: 5px 0;
    display: block;
    color: rgba(0, 28, 70, 0.7411764706);
    /*!important;*/
}

/**********************************************
    Start Edit faq Page 
**********************************************/
.faq_pg {
    padding: 70px 0;
    position: relative;
}

.faq_pg .accordion-item {
    border: 0;
    border-radius: 20px !important;
    margin-bottom: 25px;
    background-color: #EEF4FF;
}

.faq_pg .accordion-item .accordion-button {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 30px;
    border: 0;
}

.faq_pg .accordion-item .accordion-button:not(.collapsed) h3 {
    color: var(--secondary);
}

.faq_pg .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(0) !important;
}

.faq_pg .accordion-item .accordion-button h3 {
    font-size: 18px;
    font-weight: bold;
}

.faq_pg .accordion-item .accordion-button .num {
    font-size: 18px;
    color: #999;
    font-weight: 200;
    margin-inline-end: 30px;
    font-family: "Instrument Serif", serif;
}

.faq_pg .accordion-item .accordion-button::after {
    background-image: none;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    transform: rotate(0) !important;
}

.faq_pg .accordion-item .accordion-body {
    padding-inline-start: 85px;
    padding-inline-end: 50px;
    padding-top: 0;
    padding-bottom: 30px;
}

.faq_pg .accordion-item .accordion-body .text {
    font-size: 15px;
    color: #666;
}

/**********************************************
    Start Edit pricing_pg
**********************************************/
.pricing_pg {
    padding: 70px 0;
    position: relative;
}

.pricing_pg .nav {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    background-color: #F3F4F6;
    border-radius: 8px;
    padding: 5px;
}

.pricing_pg .nav .nav-link {
    width: 90px;
    height: 40px;
    border-radius: 8px;
    margin-inline-start: 0;
    font-size: 16px;
}

.pricing_pg .nav .nav-link.active {
    background-color: var(--main-color);
    color: #fff;
}

.pricing_pg .box {
    border-radius: 15px;
    position: relative;
    z-index: 5;
}

.pricing_pg .box .head_box {
    background-color: #EEEEEE;
    border-radius: 15px 15px 0 0;
    position: relative;
    padding: 20px 25px;
    padding-bottom: 35px;
}

.pricing_pg .box .head_box .badge {
    background-color: #041e42;
    color: #fff;
    border-radius: 25px;
    padding: 0.6rem 1rem;
    font-size: 15px;
}

.pricing_pg .box .head_box .price {
    color: #171717;
    /*font-family: "Readex Pro", sans-serif;*/
    font-family: "stc";
}

.pricing_pg .box .card-body {
    border-radius: 15px;
    background-color: #fff;
    margin-top: -15px;
    position: relative;
    z-index: 5;
    padding: 25px;
}

.pricing_pg .box .card-body .ul li {
    position: relative;
    padding-inline-start: 30px;
    font-size: 15px;
    display: block;
    margin-bottom: 18px;
}

.pricing_pg .box .card-body .ul li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    inset-inline-start: 0;
    top: 3px;
    background: url(../images/icons/li.svg) no-repeat center;
    background-size: contain;
}

.pricing_pg .pattern {
    z-index: -1;
    width: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* --------------- profile settings tab --------------- */
.modal-settings .account-card {
    position: relative;
    padding: 30px 15px;
    border-radius: 15px;
    background-color: #f9f9f9;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    height: calc(100% - 20px);
}

.modal-settings .account-card.active {
    background-color: #cfd9e3;
}

.dropdown-select.dropdown:not(.bootstrap-select) .dropdown-toggle::after {
    display: none;
}

.dropdown-select .cat-selects {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
}

.dropdown-select .cat-selects li {
    width: 19%;
    margin: 5px 0;
}

.dropdown-select .cat-txt {
    position: relative;
    margin-inline-start: 5px;
    padding: 5px 15px;
    border-radius: 8px;
    background-color: #f5f5f5;
    font-size: 12px;
}

/*# sourceMappingURL=style.css.map */

.btn-toggle-password {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
}

.search-nav .icon-45 {
    flex-shrink: 0;
}

.inbox_user_list ul li.contact .wrap img {
    height: 50px;
}

.account_details_page .contact_form ul {
    list-style-type: disc;
    padding-inline-start: 15px;
}

.mce-panel {
    border-radius: 15px;
    overflow: hidden;
    margin: 10px !important;
    border: 1px solid #9993 !important;
}

.vendor_single_page_banner .details .vendor_acc_info .d-flex.mb-3.mb-sm-0 {
    backdrop-filter: blur(10px);
    padding: 15px;
    background-color: #fff2;
    border-radius: 15px;
}

.vendor_single_page_banner .details .vendor_acc_info .vendor_avatar {
    border-radius: 50%;
}

.message_container .message_input form input.form-control {
    padding-inline-end: 200px;
}

.message_container .message_input form button.btn {
    top: 25px;
}

.modal-info2-edit .checks .form-check.form-check-inline {
    width: 30%;
}

/*.leftside_navbar_menu.shop_listing_page_style .navbar-nav .nav-item > a.nav-link {*/
/*    font-size: 18px;*/
/*    font-weight: 500;*/
/*}*/

.leftside_navbar_menu.shop_listing_page_style .navbar-nav .nav-item a.nav-link {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    /*line-height: 45px;*/
    margin: 0 24px;
}

.leftside_navbar_menu.shop_listing_page_style .navbar-nav .nav-item a.nav-link::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    opacity: 0;
}

.leftside_navbar_menu.shop_listing_page_style .navbar-nav .nav-item a.active {
    color: var(--main-color);
}

.leftside_navbar_menu.shop_listing_page_style .navbar-nav .nav-item a.active::before {
    opacity: 1;
}

.filter_components .flter_btn.active,
.custom_dropdown_widget .drop_btn.active,
.custom_dropdown_widget .drop_btn2.active,
.custom_dropdown_widget .drop_btn3.active,
.custom_dropdown_widget .drop_btn4.active,
.custom_dropdown_widget .advance_btn.active {
    background-color: var(--main-color);
    color: #fff;
}

.cursor-pointer {
    cursor: pointer;
}


/* ==== ltr direction style === */

html[dir=ltr] {
    /*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");*/
}

html[dir=ltr] body {
    direction: ltr;
    /*font-family: "Poppins", sans-serif;*/
    /*font-family: "Kaff";*/
}

html[dir=ltr] .order_en_1 {
    order: -1 ;
}

html[dir=ltr] .dropdown-levels .nav-link::after {
    left: auto;
    right: 5px;
}

html[dir=ltr] .fa-chevron-left {
    transform: rotate(180deg);
}

html[dir=ltr] .dropdown-levels .drop-down .sub-dropdown {
    right: auto;
    left: 100%;
}

html[dir=ltr] .butn {
    padding: 12px 20px !important;
    font-weight: 500;
}

html[dir=ltr] .search-nav .butn {
    padding: 12px 10px !important;
    font-weight: 500;
    font-size: 10px !important;
}

html[dir=ltr] .header .bg {
    transform: rotateY(180deg);
}

html[dir=ltr] .line-title-st2::before {
    right: auto;
    left: 0;
}

html[dir=ltr] .footer::before {
    left: auto;
    right: 0;
}


html[dir=ltr] .driver-card .btns a {
    font-size: 12px;
    padding: 12px 15px;
}

html[dir=ltr] .register .form-side {
    padding: 80px 5vw 80px 0;
}

html[dir=ltr] .about-pg {
    min-height: 100vh;
}

html[dir=ltr] .flag-select .flag-preview {
    left: auto;
    right: 40px;
}

html[dir=ltr] .btn-toggle-password {
    left: auto;
    right: 10px;
}

html[dir=ltr] .icon-group .riyal {
    right: 5px;
    left: auto;
}

html[dir=ltr] .inbox_user_list ul li.contact .wrap img {
    float: left;
}

html[dir=ltr] .iul_notific small {
    left: auto;
    right: 5px;
}

html[dir=ltr] .leftside_navbar_menu.shop_listing_page_style .navbar-nav .nav-item a.nav-link i {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

html[dir=ltr] .allfilter-hidden-sbar-left .hsidebar-header .sidebar-close-icon {
    left: auto;
    right: 20px;
}

/*html[dir=ltr] .menu-hidden-sbar-left,*/
/*html[dir=ltr] .department-hidden-sbar-left,*/
/*html[dir=ltr] .allfilter-hidden-sbar-left {*/
/*    left: auto !important;*/
/*    right: 0;*/
/*}*/


html[dir=ltr] .nav-section .top-nav .top-links {
    direction: rtl;
    text-align: end;
}

html[dir=ltr] .header h1 {
    font-size: 60px;
}

html[dir=ltr] .message_container .message_input form button.btn {
    left: auto;
    right: 20px;
}

html[dir=ltr] .dropdown:not(.bootstrap-select) .dropdown-menu {
    left: auto;
    right: 0;
}


html[dir=ltr] .butn .fa-arrow-left {
    transform: rotateY(180deg);
}

html[dir=ltr] .butn.hvr-txt-trans .txt {
    font-size: 10px;
}

/* --------------- responsive --------------- */
@media (min-width: 990px) and (max-width: 1020px) {
    .new_dropdown_levels .dropdown_second_level {
        width: 500px;
    }
}
@media screen and (max-width: 991px) {
    .form-control {
        font-size: 15px !important ;
    }
    .nav-section .navbar {
        padding: 15px;
    }

    .nav-section .navbar .navbar-collapse {
        padding-top: 20px;
    }

    .nav-section .navbar .navbar-nav .nav-item .nav-link {
        padding: 8px 0;
    }

    .header {
        padding: 80px 0;
    }

    .header h1 {
        font-size: 40px;
    }

    .swiper-pagination.banner-pagination {
        bottom: 0;
    }

    .product-card {
        margin-top: 15px;
    }

    .product-card-vr.lg-card {
        display: block;
    }

    .numbers .num-card {
        padding: 15px 0;
        align-items: center;
    }

    .numbers .num-card .icon-75 {
        width: 35px;
        height: 35px;
        margin-inline-end: 5px !important;
    }

    .numbers .num-card .fsz-40 {
        font-size: 25px !important;
    }

    .numbers .num-card .fsz-18 {
        font-size: 12px !important;
    }

    .footer {
        overflow: hidden;
    }

    .footer .container {
        padding: 0;
    }

    .footer .social-icons {
        flex-direction: row;
        gap: 20px;
        padding: 10px 15px;
    }

    .footer .links-side {
        padding: 30px 15px 15px;
    }

    .footer .foot {
        padding: 30px 15px;
    }

    .dropdown-levels:hover .drop-down {
        position: relative;
    }

    .dropdown-levels .drop-down {
        width: 100%;
        border-radius: 0;
    }

    .dropdown-levels .drop-down .sub-dropdown {
        width: 100%;
        border-radius: 0;
        right: 0;
    }

    .dropdown-levels .drop-down .drop-li:hover .sub-dropdown {
        position: relative;
        box-shadow: none;
        background-color: #0069ef09;
        margin: 5px;
        width: calc(100% - 10px);
    }

    .register .form-side {
        padding: 80px 15px !important;
    }

    html[dir=ltr] .flag-select .flag-preview {
        right: 35px;
    }

    .inbox_user_list ul {
        height: max-content;
    }

    .message_container .inbox_chatting_box {
        padding-bottom: 100px;
    }

    .products .slider-content .swiper-button-prev {
        left: 5px;
    }

    .products .slider-content .swiper-button-next {
        right: 5px;
    }

    .notificatios_outer .item .txt .p {
        white-space: wrap;
    }

    .drivers-sec {
        overflow: hidden;
    }

    .vendor_single_page_banner .details .vendor_acc_info {
        padding: 15px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        flex-wrap: nowrap;
        display: flex !important;
        align-items: center !important;
    }

    .vendor_single_page_banner .details .vendor_acc_info .d-flex.mb-3.mb-sm-0 {
        margin-bottom: 0 !important;
        padding: 18px;
        width: 100%;
    }

    .vendor_single_page_banner .details .vendor_acc_info .vendor_avatar {
        width: 40px;
        height: 40px;
    }

    .vendor_single_page_banner .flex-grow-1.ms-3.pt-3 {
        padding: 0 !important;
    }

    .vendor_single_page_banner .details .title {
        margin-bottom: 0 !important;
        line-height: 1.1;
        font-size: 15px;
    }

    .vendor_single_page_banner div#qrcode {
        margin-inline-start: 10px;
        width: 80px;
        height: 80px;
        flex-shrink: 0;
        padding: 10px !important;
    }

    .vendor_single_page_banner .list-inline-item:not(:last-child) {
        margin-left: 0;
    }

    .vendor_single_page_banner .sspd_review i {
        font-size: 8px;
    }

    .vendor_single_page_banner .fz14 {
        font-size: 10px;
    }

    .ui_kit_tab .nav.nav-tabs {
        border-bottom: 1px solid #9993;
        padding-bottom: 5px;
    }

    .ui_kit_tab .nav.nav-tabs li.nav-item {
        width: 50%;
    }

    .ui_kit_tab .nav.nav-tabs li.nav-item {
        width: 50%;
    }

    .ui_kit_tab .nav.nav-tabs .nav-link {
        font-size: 13px;
        margin: 3px 0;
        width: 100%;
    }

    .users_account_details {
        margin-bottom: 35px ;
    }
    
    .single_line_review .me-1 {
        flex-shrink: 0;
    }
    
    .single_line_review {
        position: relative;
        padding: 0 !important;
    }

}


/* Toast Notification Styles */
#toast-container {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}

.custom-toast {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.15);
    border-radius: 12px;
    padding: 12px 24px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
    animation: slideUpFade 0.4s ease forwards;
    justify-content: center;
    border-radius: 50px !important;
    overflow: hidden;
}

.custom-toast * {
    color: #000 !important;
}

.custom-toast.hide {
    animation: slideDownFade 0.4s ease forwards;
}

.custom-toast i {
    color: var(--main-color, #28a745); /* Use theme main color or default success green */
    font-size: 18px;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDownFade {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}