:root {
    --black: #000;
    --menu-hover: #7801fb;
    --darkBlack: #131313;
    --white: #fff;
    --heading: "Poppins";
    --textColor: #767676;
    --darkTextColor: #121212;
    --BorderColor: #dee2e6;
    --bgGrayColor: #f2f2f2;
    --subTextColor: #4b4d4d;
    --titleColor: #4b4d4d;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    overflow-x: none;
    color: var(--black);
    background-color: #fafafa !important;
}
.inner-main-content {
    padding-top: 128px;
}
.inner-main-content {
    background-color: #fafafa !important;
}
.inner-main-content,
.main-header-section {
    padding-left: 94px;
}
.main-header-section {
    background-color: #fafafa !important;
}
a {
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
}
a:hover {
    color: var(--menu-hover);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading);
    font-weight: bold;
}
.flex-1 {
    flex: 1;
}
.container {
    /* max-width: 1680px; */
    max-width: 100%;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .container {
        padding: 0 30px;
    }
}
@media (max-width: 600px) {
    .container {
        padding: 0 20px;
    }
}
.ct-btn,
.ct-btn-2 {
    padding: 16px;
    border-radius: 10px;
    transition: all 0.5s ease;
    border: 1px solid #7801fb;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.4px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ct-btn {
    color: var(--white);
    background-color: var(--menu-hover);
}
.ct-btn-2 {
    color: var(--menu-hover);
}
.ct-btn:hover,
.ct-btn-2:hover {
    background-color: #293142;
    color: var(--white);
    border-color: #293142;
}

.pt-60 {
    padding-top: 70px;
}
@media (max-width: 767px) {
    .pt-60 {
        padding-top: 60px;
    }
}
.ct-btn:focus,
button:focus {
    outline: none;
    box-shadow: inherit;
}
.text-20 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    text-transform: capitalize;
}
.text-24 {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-transform: capitalize;
}
.text-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.text-16 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.text-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
.text-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.text-ellipsis-1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dark-text-color {
    color: #4b4d4d !important;
}
.text-color {
    color: #293142 !important;
}
.text-light-color {
    color: #838896 !important;
}
.text-gray-color {
    color: #888 !important;
}
.text-dark-gray-color {
    color: #4b4d4d !important;
}
.text-color-primary {
    color: var(--menu-hover) !important;
}
.text-color-primary-hover:hover {
    color: #293142 !important;
}
.gap-20 {
    gap: 20px;
}
.gap-16 {
    gap: 16px;
}
.gap-24 {
    gap: 24px;
}
.gap-1 {
    gap: 4px;
}
.p-20 {
    padding: 20px;
}
.p-16 {
    padding: 16px;
}
.font-300 {
    font-weight: 300 !important;
}
.font-400 {
    font-weight: 400 !important;
}
.font-500 {
    font-weight: 500 !important;
}
.form-control-ct {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    padding: 16px 20px;
    color: #1e2127;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    resize: none;
}
.form-control-ct:focus {
    box-shadow: inherit;
    outline: none;
}
.form-control-ct::placeholder {
    color: #838896;
}
/* custom select */

/* Header section */
header {
    min-height: 60px;
    width: 100%;
}
.main-header-section {
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.5s ease;
    padding-top: 20px;
}

.main-header-section .logo img {
    height: 36px;
    width: fit-content;
    object-fit: contain;
}
.main-header-section .main-head-link {
    gap: 40px;
}
.main-header-section .head-data-content {
    padding-bottom: 20px;
}
.main-header-section .main-head-link .head-link {
    color: #293142;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 2px solid transparent;
}
.main-header-section .main-head-link .head-link:hover,
.main-header-section .main-head-link .head-link.head-active-link {
    color: var(--menu-hover);
    border-color: rgba(120, 1, 251, 0.5);
}
.main-header-section .head-sub-menu-content {
    padding: 30px;
    border-radius: 0 0 20px 20px;
    background: #fff;
    position: absolute;
    top: 30px;
    height: 0;
    height: auto;
    box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
}
.main-header-section .head-data-content:hover .head-sub-menu-content {
    opacity: 1 !important;
    visibility: visible !important;
}
.head-sub-menu-content .nav {
    gap: 40px;
}
.head-sub-menu-content .nav .nav-link {
    padding: 0;
    color: #293142;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.head-sub-menu-content .nav-pills .nav-link.active,
.head-sub-menu-content .nav-pills .show > .nav-link {
    color: var(--menu-hover);
    background-color: transparent;
}
.head-sub-menu-content .head-tabs-content {
    gap: 30px;
}
.head-sub-menu-content .head-tabs-content .head-tabs-content-left {
    width: 80px;
}
.head-sub-menu-content .head-tabs-content .head-tabs-content-left a {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    text-align: center;
    height: 100px;
}
.head-tabs-content-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: flex-start;
}
.head-tabs-content-grid .sub-menu-items-img {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    padding: 6px;
    border: 1px solid #f4f4f4;
    overflow: hidden;
    margin: 0 auto;
}

.head-tabs-content-grid .sub-menu-items-img .inner-card-sub {
    width: 117px;
    height: 117px;
    border-radius: 117px;
    overflow: hidden;
}
/* Header End Section */

.cart-number {
    position: absolute;
    background: var(--menu-hover);
    color: #fff;
    border: 1px solid none;
    font-weight: 500;
    height: 16px;
    min-width: 16px;
    top: 0;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 10px;
    -webkit-letter-spacing: 0;
    -moz-letter-spacing: 0;
    -ms-letter-spacing: 0;
    letter-spacing: 0;
    left: -8px;
}

.inputSearch input {
    border-radius: 13px;
    border: 1px solid #ebeaf0;
    background: #fff;
    width: 100%;
    padding: 10px 15px 10px 50px;
    color: #838896;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}
.search-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    border-radius: 40px;
    left: 16px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.inputSearch {
    width: 100%;
    max-width: 100%;
}
.accountLink {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
}
.notification-bar-header {
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: #fff;
    width: 46px;
    height: 46px;
    cursor: pointer;
}
.notification-bar-header img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.subNavigation {
    font-size: 13px;
    padding: 10px 50px;
    margin: 0;
    display: flex;
    gap: 20px;
    width: 100%;
    background-color: #e1bc80;
}
.subNavigation ul {
    display: flex;
    padding: 0;
    align-items: center;
    list-style: none;
    gap: 20px;
    margin: 0;
}
.subNavigation ul li i {
    padding-left: 3px;
}
.subNavigation ul li {
    cursor: pointer;
}
.sub-navigatin-nav ul li {
    position: relative;
}
.sub-navigatin-nav {
    position: absolute;
    background-color: white;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.03);
    border: 0.1px solid #ebebeb;
    /* display: flex; */
    gap: 10px;
    width: auto;
    display: none;
}
.sub-navigatin-nav-Image {
    display: flex;
    flex-direction: column;
}
.sub-navigatin-nav p {
    font-weight: 500;
}
.sub-navigatin-nav-Image img {
    max-width: 120px;
}
.sub-navigatin-nav .imageWrap {
    gap: 20px;
}

/* Sub menu Design */

/* main-side-bar-section */
.main-side-bar-section {
    width: 94px;
    background: #fafafa;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100dvh;
    overflow: auto;
    z-index: 999;
    padding: 28px 0;
    border-right: 1px solid #ebeaf0;
}
.main-side-bar-section .sidebar-ul {
    list-style: none;
    gap: 45px;
}
.main-side-bar-section .sidebar-ul .side-bar-icons {
    width: 24px;
    height: 24px;
    display: block;
}
.main-side-bar-section .sidebar-ul li a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.main-side-bar-section .sidebar-ul li a .active-icon {
    display: none;
}
.main-side-bar-section .sidebar-ul li .active-side-bar-icons .active-icon,
.main-side-bar-section .sidebar-ul li a:hover .active-icon {
    display: block;
}
.main-side-bar-section .sidebar-ul li .active-side-bar-icons .default-icon,
.main-side-bar-section .sidebar-ul li a:hover .default-icon {
    display: none;
}
.main-side-bar-section .app-brand-logo {
    width: 25px;
    height: auto;
    margin: 0 auto 40px auto;
}
/* full-product-card */
.main-nav-bar .full-product-card {
    background-color: #ddd;
    height: 200px;
}

.parent-menu-content.active {
    display: block;
}
.parent-menu-content {
    position: relative;
}
.parent-menu-content .sub-menu {
    width: 100%;
    margin: 0;
    display: flex;
    list-style: none;
    font-size: 14px;
    padding-left: 0;
    margin: 0;
}
.parent-menu-content .sub-menu .main-link {
    color: #293142;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid transparent;
    padding: 2px 0;
}
.parent-menu-content .sub-menu .show-sub-menu-items {
    padding-bottom: 15px;
}
.parent-menu-content .sub-menu > li:hover .main-link,
.parent-menu-content .sub-menu .show-sub-menu-items-active .main-link {
    color: var(--menu-hover);
    border-bottom-color: var(--menu-hover);
}

.z-index-2 {
    z-index: 2;
}
.mega-menu-container {
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: var(--white);
    width: 100%;
    background: #fff;
    border-radius: 0 0 20px 20px;
    /* display: none; */
    overflow: hidden;
    top: 40px;
}
.parent-menu-content .sub-menu > li:hover .mega-menu-container {
    display: block;
}
.parent-menu-content .sub-menu {
    gap: 40px;
}
.categorySection {
    width: fit-content;
    margin: auto;
    margin-top: 20px;
}

.imageFull img {
    width: 100%;
}
.slideCategory {
    padding: 20px;
    position: relative;
}

.mobile-menu-l {
    width: 40px;
    height: 40px;
}
.store-location-bar .store-location-inner {
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: #fff;
    padding: 9px 18px;
}
.store-location-bar .location-text {
    color: #4b4d4d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin: 0 10px;
}
.store-location-bar img {
    width: auto;
    height: 16px;
    object-fit: contain;
}
/* Header End */

/*---footer css -----*/
.footer-web-section {
    padding: 80px 0 0 0;
    margin-top: 80px;
    border-top: 1px solid #838896;
}
.footer-web-section .container {
    max-width: 1440px;
}
.footer-web-section .footer-inner-content .link-block {
    padding: 0 10px;
}
.footer-web-section .link-title {
    color: #293142;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}
.footer-web-section .footer-ul {
    gap: 10px;
}
.footer-web-section .footer-link {
    color: #838896;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all 0.5s ease;
}
.footer-web-section .footer-link:hover {
    color: var(--menu-hover);
}
.footer-web-section .social-link {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background-color: #293142;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-web-section .social-link:hover {
    background-color: var(--menu-hover);
}
.footer-web-section .social-link img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.footer-web-section .btn-link-group-l {
    margin-top: 20px;
}
.footer-web-section .store-btn {
    width: 140px;
    height: 42px;
}
.footer-web-section .store-btn .store-img {
    object-fit: contain;
}
.footer-web-section .glitzy-copy-right {
    border-top: 1px solid #838896;
    margin-top: 80px;
    padding: 36px 0;
    text-align: center;
    color: #838896;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/*---footer css End -----*/
/* banner-slider-section */
.banner-slider-section {
    width: 100%;
    margin: 0 auto;
}
.banner-slider-section {
    overflow: hidden;
}
.banner-slider-section .bg-image .slider-video {
    height: 95dvh;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}

.banner-slider-section .bg-image .slider-video img,
.banner-slider-section .bg-image .slider-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.inner-banner-con {
    padding: 50px 30px;
}

.banner-slider-section .owl-item {
    padding: 0 !important;
}
.slider-heading-block {
    padding-right: 164px;
    margin-bottom: 36px;
}
.mb-36 {
    margin-bottom: 36px;
}
.slider-view-link {
    color: #838896;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    white-space: nowrap;
}
.title-hero-top {
    color: #293142;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-transform: capitalize;
}
.title-hero-top b {
    font-weight: 600;
}
/* owl Slider Arrow */
.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}
.owl-carousel .owl-nav {
    position: absolute;
    right: 40px;
    top: -74px;
    z-index: 88;
}
.recently-viewed-carousel .owl-nav {
    right: 0px !important;
}
.owl-carousel .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white) !important;
    background-color: #adb0b6 !important;
    border-radius: 100%;
    border: 1px solid #adb0b6 !important;
    transition: all 0.5s ease;
}
.owl-carousel .owl-nav button:hover {
    background-color: transparent !important;
    color: #adb0b6 !important;
}
.owl-carousel .owl-nav button .owl-arrow-a {
    display: flex;
}
.owl-carousel .owl-nav button:focus {
    outline: none;
    box-shadow: inset;
}

.right-owl-arrow {
    transform: scaleX(-1);
}
.object-cover {
    object-fit: cover !important;
}
.object-contain {
    object-fit: contain !important;
}
/* box-slider-section */

.border-slider-items {
    transition: all 0.2s ease;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.border-slider-items .top-slider-picks {
    height: 515px;
}

.border-slider-items .slider-main-img-box {
    background-color: var(--bgGrayColor);
    height: 470px;
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}
.border-slider-items .slider-main-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    margin: auto;
}

.border-slider-items .slider-main-img-box.brand-slide-img img {
    object-position: center;
    height: 150px;
}
.slider-main-img-box:hover .hover-div {
    opacity: 1;
}
.slider-main-img-box .hover-div {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.5s ease;
    opacity: 0;
}
.slider-main-img-box .hover-div h2 {
    font-size: 30px;
    color: var(--white);
}
.border-slider-items .slider-data-s {
    padding: 12px 20px 0 20px;
}
.border-slider-items .slider-data-s .slider-heading {
    color: #293142;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.border-slider-items .slider-data-s .slide-name {
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    color: #838896;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.border-slider-items .amount {
    color: #293142;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.del-span {
    font-size: 12px;
    font-weight: 400;
    color: #979797;
}
.border-slider-items .amount {
    font-weight: 500;
}
/* top-categories-grid */
.top-categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 70px;
}
/* .categories-items {
    border: 1px solid var(--BorderColor);
    padding: 8px;
    border-radius: 10px;
} */
.categories-items .cate-img {
    height: 845px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.categories-items .cate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.categories-items .cate-img img:hover {
    transform: scale(1.05);
}
.categories-items h3 {
    text-align: center;
    padding: 32px 16px 0 16px;
    color: #293142;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.brand-banner-section .ct-btn-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.brand-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    line-height: normal;
    margin: 15px 0 0 0;
}

.brand-card .brand-slide-img {
    border: 1px solid #ebeaf0;
    border-radius: 10px;
    background-color: var(--white);
    height: 160px;
}
.brand-card .brand-slide-img img {
    width: 80%;
    height: 120px;
    object-fit: contain;
    object-position: center;
    padding: 16px;
}
/* main-login-section  */
.main-login-section {
    max-width: 500px;
    width: 100%;
    margin: 40px auto 20px auto;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #fafafa;
}
.skip-link {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 10px;
    background: #b9b9b9;
    padding: 9px 18px;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 60px;
}
.main-login-section .login-title {
    color: var(--subTextColor);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 50px;
}
.main-login-section .login-logo {
    width: 65px;
    height: 65px;
    margin-bottom: 24px;
    object-fit: contain;
}
.main-login-section .log-or-sign span {
    color: var(--subTextColor);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0 16px;
    width: fit-content;
    position: relative;
    z-index: 1;
    background-color: #fafafa;
}
.main-login-section .log-or-sign::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ebeaf0;
    z-index: 0;
}
.main-login-section .filed-content {
    gap: 16px;
    margin: 24px 0;
}
input:focus {
    outline: none;
    box-shadow: inherit !important;
}
.main-login-section .input-filed {
    padding: 0 14px;
}
.login-card {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: var(--white);
    box-shadow: 0px 4px 4px 0px rgba(235, 234, 240, 0.5);
}
.main-login-section .form-control {
    padding: 16px;
    height: 56px;
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.16px;
}
.main-login-section .form-control::placeholder {
    color: var(--subTextColor);
}
.main-login-section .country-number {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
}
.login-from-content .ct-btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 24px;
}
.main-login-section .or-span-text span {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}
.other-login-card {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: var(--white);
    box-shadow: 4px 4px 10px 0px rgba(235, 234, 240, 0.25);
    width: 56px;
    height: 56px;
    transition: all 0.5s ease;
}
.other-login-card:hover {
    box-shadow: none;
    transform: translateY(-5px);
}
.other-login-card .logo-l {
    width: 28px;
    height: 28px;
    object-fit: contain;
    object-position: center;
}
.main-other-login {
    max-width: 300px;
}
.continuing-span {
    color: var(--subTextColor);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}
.bottom-login-block {
    margin-top: 100px;
}
.bottom-login-block .bottom-link-login {
    max-width: 253px;
    gap: 8px;
}
.bottom-login-block .bottom-link-login a {
    color: var(--subTextColor);
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: 16%;
}
/* Country Select */
.lang-dropdown {
    position: relative;
    display: inline-block;
}
.lang-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 88;
    list-style: none;
    max-height: 200px;
    overflow: auto;
}
.lang-menu::-webkit-scrollbar {
    width: 4px;
}
.lang-menu::-webkit-scrollbar-thumb {
    background-color: #c4c2c2;
    border-radius: 6px;
}
.show-flag-img {
    width: 90px;
    height: 56px;
    padding: 5px 14px;
    gap: 10px;
    cursor: pointer;
}
.lang-menu li {
    gap: 10px;
    margin-bottom: 8px;
    cursor: pointer;
}
.show-flag-img .show-img,
.lang-menu .lang-dro-img {
    width: 32px;
    height: 20px;
    object-fit: cover;
    border-radius: 5px;
}
.show-flag-img .lang-arrow {
    width: 17.34px;
    height: 17px;
    object-fit: contain;
}
.lang-menu .co-span {
    color: var(--subTextColor);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
/* main-login-section  End*/
/* product-list-section */
.product-list-section {
    padding-top: 45px;
}
.product-main-title {
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    color: var(--black);
    text-transform: uppercase;
}
.text-product {
    font-size: 14px;
    line-height: normal;
    color: var(--textColor);
    font-weight: 300;
}
.product-select-input {
    width: 100%;
    gap: 12px;
    margin-left: auto;
}
.select-app-none {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select-arrow {
    /* position: absolute; */
    /* right: 10px; */
    width: 16px;
    height: 16px;
    object-fit: contain;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}
.product-blog-list {
    display: grid;
    column-gap: 16px;
    row-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 15px;
}
.like-div .inner-like {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
    background-color: #fff;
    border-radius: 36px;
}
.like-div img {
    width: 17px !important;
    height: 16px;
    object-fit: contain;
}
.like-div .fill {
    display: none !important;
}
.like-div .inner-like.active-fill-like .fill {
    display: block !important;
}
.like-div .inner-like.active-fill-like .unfill {
    display: none !important;
}
.product-items-img {
    height: 400px !important;
}
.filter-content {
    width: 227px;
}
@media (min-width: 991px) {
    .filter-content {
        position: sticky;
        top: 0px;
    }
}
.filter-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    color: var(--black);
}
.main-product-page-list {
    gap: 30px;
}
.filter-content .clear-all-link {
    font-size: 12px;
    line-height: normal;
    background-color: var(--menu-hover);
    transition: all 0.5s ease;
    color: var(--white);
    padding: 4px 6px;
    border-radius: 6px;
}

.filter-content .filter-option-content {
    margin-top: 50px;
}
.filter-div .cate-arrow {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.filter-btn {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.gap-3 {
    gap: 12px;
}
.gap-2 {
    gap: 8px;
}
.gap-5 {
    gap: 20px;
}
.items-grid-col .brand-title {
    color: var(--textClor);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}
.filter-option-content .label-text {
    font-size: 14px;
}
.filter-option-content .size-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.filter-icons-btn {
    width: fit-content;
    cursor: pointer;
    font-size: 16px;
    color: var(--black);
    gap: 12px;
    font-weight: 500;
}
.filter-icons-btn .filter {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.overflow-hidden {
    overflow: hidden;
}
/* Selector */
.custom-sort-dropdown {
    position: relative;
    display: inline-block;
    width: fit-content;
}

.custom-sort-dropdown .selected-option {
    cursor: pointer;
    font-weight: 500;
}

.custom-sort-dropdown .sort-options {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    margin-top: 1px;
    width: 240px;
    list-style: none;
    padding: 0;
    display: none;
    z-index: 100;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}

.custom-sort-dropdown .sort-options li {
    padding: 2px 14px;
    cursor: pointer;
    font-size: 13px;
}

.custom-sort-dropdown .sort-options li:hover {
    background-color: #f0f0f0;
}

.custom-sort-dropdown .sort-options li.active {
    font-weight: bold;
    background-color: #eee;
}
.underline-text {
    text-decoration: underline;
}
.active-dropdown-select .select-arrow {
    transform: scaleY(-1);
}
/* new-arr-img-box */
.new-arr-img-box {
    height: 750px;
    overflow: hidden;
    border-radius: 10px;
}
.new-arr-img-box img,
.new-arr-img-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
}
.new-arr-img-box img:hover,
.new-arr-img-box video:hover {
    filter: saturate(0.2);
    transform: scale(1.1);
}
/* category section */
.pt-30 {
    padding-top: 30px;
}
.category-grid-section .category-grid {
    gap: 18px;
}
.category-grid-section .category-items {
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: var(--white);
    box-shadow: 0 4px 10px 0 rgba(235, 234, 240, 0.5);
    min-height: 92px;
    transition: all 0.5s ease;
}
.category-grid-section .category-items:hover {
    box-shadow: inherit;
    background-color: rgba(0, 0, 0, 0.05);
}
.category-grid-section .category-items .category-items-name {
    color: #4b4d4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 24px;
    margin: 0;
}
.category-grid-section .category-items-img {
    width: fit-content;
    height: 90px;
    margin-top: auto;
}
.category-grid-section .category-brands-items-img {
    width: 68px;
    height: 68px;
    margin-right: 40px;
}
/* Bag Section */
.bag-grid-content {
    display: grid;
    grid-template-columns: auto 546px;
    gap: 40px;
}
.bag-grid-content .title-hero-top {
    margin-bottom: 36px;
}
.bag-grid-content .send-gift {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
}
.bag-grid-content .gift-box {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.bag-grid-content .send-head {
    padding: 20px;
    border-bottom: 1px solid #ebeaf0;
}
.bag-grid-content .arrow-right {
    width: 20px;
    height: 20px;
}

.summary-content .order-line {
    margin: 36px 0;
}
.summary-content .order-line span {
    color: #3082ff;
}
.order-btn {
    gap: 36px;
    margin: 0 auto;
}
.bag-grid-card {
    gap: 36px;
}
.bag-grid-card .bag-card {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
}
.bag-grid-card .bag-img-box {
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    width: 250px;
}
.bag-grid-card .bad-img {
    height: 329px;
}
.quick-p {
    padding: 13px;
}
.bag-brand-content {
    gap: 13px;
}
.bag-ct-select-box .sort-options {
    width: fit-content !important;
    margin-bottom: 0 !important;
    max-height: 120px;
    overflow: auto;
    min-width: 70px;
}
.quick-p:hover {
    color: #293142 !important;
}
.wishlist-owl-slider .bag-grid-card .bag-img-box {
    width: 205px;
}
.wishlist-owl-slider .bag-grid-card .bad-img {
    height: 271px;
}
.bag-qty-box {
    width: 100px;
    padding: 8px;
}
.bag-qty-box button {
    cursor: pointer;
    font-size: 20px;
}
.bag-qty-box .bag-qty-input {
    width: 40px;
    padding: 0;
    border: 0;
    text-align: center;
    font-size: 14px;
}
.drawer-section {
    border-radius: 30px 0 0 30px;
    border: 1px solid #ebeaf0;
    background: #fff;
    box-shadow: -10px 0 10px 0 rgba(131, 136, 150, 0.25);
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    transform: translateX(140%);
    transition: all 0.5s ease;
}
.drawer-section.show-drawer-section,
.drawer-section.show-location-drawer {
    transform: translateX(0);
}
.drawer-section .inner-height-scroll {
    height: 100dvh;
}
.drawer-section .drawer-padding {
    padding: 30px 30px 0px 30px;
    overflow: auto;
}
.bag-quick-view-img-items {
    width: 100%;
    height: 570px;
    overflow: hidden;
    border-radius: 30px;
}
.bag-quick-view-slider.owl-carousel .owl-nav {
    top: 50% !important;
    transform: translate(-52%, -50%);
    left: 50%;
    right: inherit;
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bag-quick-slider-data {
    margin-top: 18px;
}
.bag-quick-slider-data .bag-head {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.select-size .select-div {
    width: 78px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: #fff;
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
.uppercase {
    text-transform: uppercase;
}
.select-size .se-size-input {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 88;
    opacity: 0;
}
.select-size .active-label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--menu-hover);
    border-radius: 10px;
    opacity: 0;
}
.select-size .se-size-input:checked ~ .active-label {
    opacity: 1;
}
.drawer-section .drawer-footer-div {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 22;
    border-top: 1px solid #ebeaf0;
    padding: 20px;
    background-color: var(--white);

    border-radius: 0 0 30px 30px;
}
.drawer-footer-div .ct-btn {
    padding: 13px;
}
.drawer-section .drawer-close {
    width: 40px;
    height: 40px;
    background-color: #adb0b6;
    border-radius: 40px;
    z-index: 8;
    position: absolute;
    top: 54px;
    right: 60px;
}
.drawer-section .drawer-close img {
    filter: brightness(0) invert(1);
}
.click-quick-btn {
    cursor: pointer;
}
.border-y-ct {
    border-top: 1px solid #ebeaf0;
    border-bottom: 1px solid #ebeaf0;
    padding: 36px 20px;
}
/* categories-nav-ul */
.categories-nav-ul .nav-pills {
    gap: 40px;
}
.categories-nav-ul .nav-pills .nav-link.active {
    color: var(--menu-hover) !important;
    background-color: transparent;
}
.view-filter-btn {
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: #fff;
}
/* .filters-by-content {
    margin-left: 144px;
} */
 .left-empty-div{
    width: 268px;
 }
.view-main-grid-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 36px;
    column-gap: 20px;
}
.overflow-auto {
    overflow: auto;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    width: 100%;
    max-width: 330px;
}

.select-radio {
    width: 20px;
    height: 20px;
    accent-color: var(--menu-hover);
}
.select-radio:checked ~ label {
    color: #293142 !important;
    font-weight: 500 !important;
}
.dropdown-toggle[aria-expanded="true"] .arrow-x-scale {
    transform: scaleY(-1);
}
.filter-drawer-section {
    max-width: 630px;
}
.filter-drawer-footer-div {
    max-width: 500px;
    margin: 0 auto;
}
.filter-content-d .col-nav-fil {
    max-width: 252px;
    background-color: rgba(235, 234, 240, 0.25) !important;
}
.filter-content-d .col-nav-fil .nav-link {
    color: #293142;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    padding: 18px 20px;
    border-bottom: 1px solid #ebeaf0;
    position: relative;
}
.filter-content-d .col-nav-fil .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 2px 2px 0;
    background: var(--menu-hover);
    width: 5px;
    height: 28px;
    opacity: 0;
}
.filter-content-d .col-nav-fil .nav-item:last-child .nav-link {
    border-bottom: 0;
}

.filter-content-d .col-nav-fil .nav-link.active,
.filter-content-d .col-nav-fil .show > .nav-link {
    color: var(--menu-hover);
    background-color: transparent;
    font-weight: 500;
}
.filter-content-d .col-nav-fil .nav-link.active::before,
.filter-content-d .col-nav-fil .show > .nav-link:before {
    opacity: 1;
}
.filter-content-d .filter-check-box-d {
    padding: 22px 20px;
}
/*  .custom-checkbox*/
.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    z-index: 99;
    right: 0;
}
.custom-checkbox {
    position: relative;
}
.custom-checkbox label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    user-select: none;
}

.custom-checkbox label::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid var(--menu-hover);
    border-radius: 5px;
    background-color: #fff;
    transition: all 0.2s ease;
}

.custom-checkbox label::after {
    content: "✓";
    position: absolute;
    right: 4px;
    top: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.custom-checkbox input[type="checkbox"]:checked + label::before {
    background-color: var(--menu-hover);
    border-color: var(--menu-hover);
}
/* color-div */
.color-div {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #838896;
}
.color-div.active-color {
    outline: 1px solid var(--menu-hover);
}
.img-hover {
    transition: all 0.5s ease;
    border-radius: 10px;
}
.img-hover:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.add-bag-btn {
    padding: 12px;
    max-width: 249px;
    margin: 24px auto;
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: #fff;
    transition: all 0.5s ease;
}
.add-bag-btn:hover {
    background-color: var(--menu-hover);
    color: var(--white) !important;
}
/* product-grid-content */
.product-grid-content {
    display: grid;
    grid-template-columns: auto 590px;
    gap: 60px;
}
.product-details-content .select-size .select-div {
    width: 18.9%;
    height: 56px;
}
.product-details-content .inner-details-div {
    position: sticky;
    top: 0;
}
.product-like-main .product-like-btn {
    width: 130px;
    height: 60px;
    position: relative;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ebeaf0;
}
.product-like-main .product-like-btn img {
    width: 26px !important;
    height: 27px;
    object-fit: contain;
}
.option-img-product {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.option-img-product .inner-option-img {
    width: 19%;
    height: 115px;
    border-radius: 10px;
    cursor: pointer;
}
.object-top {
    object-position: top center;
}
.color-div-filter {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #ebeaf0;
}
.filterBrand-search {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    padding: 13px 13px 13px 40px;
}
.filterBrand-search::placeholder {
    color: #838896;
}
.filter-search-brand {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
/* product-information-accordion */
.product-information-accordion {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
}
.product-information-accordion .accordion-arrow-img {
    width: 24px;
    height: 24px;
}
.product-information-accordion button:not(.collapsed) .accordion-arrow-img {
    transform: scaleY(-1);
}
.store-location-div {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
}
.store-location-div .location-logo {
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: #d9d9d9;
    padding: 10px;
}
.ratings-reviews-div .fill-star {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}
.ratings-reviews-div {
    padding: 8px;
}
.ratings-reviews-div div:not(:first-child) {
    border-left: 1px solid #e0e0e0;
    padding-left: 16px;
}
.write-review .fill-letter {
    height: 20px;
    width: 18px;
}
.reviews-slide-it {
    padding: 18px 8px;
}

.reviews-slide-it .slide-div-ra {
    width: 30px;
    height: 30px;
    border-radius: 100px;
}
.reviews-slide-it .check-ring {
    width: 12px !important;
    height: 12px !important;
    margin-left: 8px;
}
.reviews-slide-it .ratings-number {
    border-radius: 5px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    padding: 1px 6px;
}
.reviews-slide-it .ratings-number .number-fill-star {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
.reviews-slide-it .reviews-slide-head {
    margin-bottom: 18px;
}
.paragraph-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.paragraph-text.expanded {
    -webkit-line-clamp: unset;
}
.ratings-grid-img-box {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.ratings-grid-img-box .ratings-grid-div {
    width: 17.6%;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
}
.product-page-all-img {
    border-radius: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-page-all-img .product-grid-span-2 {
    grid-column: span 2;
}
.product-page-all-img .product-grid-2-div img {
    aspect-ratio: 1 / 1.5;
}
/* Custom Price filter */
.price-range-container {
    width: 100%;
    padding: 18px;
}

.price-range-container .inputs input {
    padding: 10px 12px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
}

.price-range-container .slider-container {
    position: relative;
    width: 100%;
    height: 2px;
    background: #838896;
    border-radius: 5px;
}

.price-range-container .progress {
    position: absolute;
    height: 2px;
    background: #8000ff;
    border-radius: 5px;
}

.price-range-container .range-input {
    position: relative;
    width: 100%;
}

.price-range-container .range-input input {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: none;
    pointer-events: none;
    position: absolute;
    top: -7px;
}

.price-range-container .range-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #8000ff;
    cursor: pointer;
    pointer-events: auto;
    margin-top: 10px;
}

.price-range-container .range-input input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #8000ff;
    cursor: pointer;
    pointer-events: auto;
    margin-top: 10px;
}
/* store-nav-section */
.store-nav-section .nav-pills {
    gap: 45px;
}
.store-nav-section .nav-item .nav-link {
    gap: 18px;
    color: #4b4d4d;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0;
    white-space: nowrap;
}
.store-nav-section .nav-item .nav-link img {
    width: fit-content;
    height: 50px;
    object-fit: contain;
    margin: auto;
}
.store-nav-section .nav-link.active,
.store-nav-section .show > .nav-link {
    background-color: transparent;
    border-bottom-color: var(--menu-hover);
}
.main-store-section .store-filter-div {
    gap: 20px;
    margin: 40px 0 70px 0;
}
.store-tag-div {
    border-radius: 12px;
    border: 1px solid #ebeaf0;
    background: #fff;
    padding: 7px 15px;
    gap: 8px;
    cursor: pointer;
}
.store-offer-div,
.store-tag-div:hover {
    border-radius: 12px;
    border: 0.5px solid #7801fb;
    background: rgba(120, 1, 251, 0.05);
}
.store-tag-div img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.store-featured-div-content {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 20px;
    padding: 12px;
}
.store-featured-slider-height {
    height: 360px;
}
.store-slider-card-div {
    border-radius: 10px 10px 20px 20px;
    background: #fff;
    padding: 8px 15px;
}
.store-slider-card-div .store-rating-div {
    border-radius: 8px;
    background: #328648;
    padding: 1px 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 5px;
}
.store-slider-card-div .store-rating-div img {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}
.gender-store-span {
    list-style: none;
}
.gender-store-span li:not(:first-child) {
    list-style: disc !important;
    margin-left: 10px;
}
.dot-toggle-dropdown {
    padding: 6px 10px;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}
.dot-toggle-dropdown .dot {
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.99);
    border-radius: 6px;
    margin: 3px 0;
}
.dropleft .dropdown-toggle::before {
    display: none;
}
/* shopping-centres-slider-items */
.shopping-centres-slider-items {
    height: 442px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 50% 50% 20px 20px;
    padding: 20px;
    position: relative;
}
.shopping-centres-slider-items::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.8) 100%
    );
    z-index: 1;
}
.shopping-centres-slider-items .shopping-title-hover {
    transition: all 0.5s ease;
}
.shopping-centres-slider-items:hover .shopping-title-hover {
    transform: translateY(-10px);
}

.menu-sub-content-ct {
    padding: 0 40px;
}
/* notification-drawer-close */
.drawer-section .notification-drawer-close {
    right: 0 !important;
    top: 0 !important;
}
.notification-drawer-body .notification-items {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.5s ease;
}
.notification-drawer-body .notification-items:hover {
    background-color: #f6f6f6;
}
.notification-drawer-body .notification-items-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.notification-active-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--menu-hover);
    margin-top: 7px;
}
/*  write-review-body */
.write-review-body .review-product {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
}
.write-review-body .review-product .review-items-img {
    width: 70px;
    height: 92px;
    border-radius: 10px;
}
.write-review-body .product-rating-div {
    margin: 36px 0 48px 0;
}
.write-review-body .product-rating-div .person-name-t {
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background-color: var(--menu-hover);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
/* Rating Start */
.full-stars-example-two .rating-group {
    display: inline-flex;
    flex-direction: row-reverse;
}

.full-stars-example-two .rating__input {
    display: none;
}

.full-stars-example-two .rating__label {
    cursor: pointer;
    margin: 0 5px;
    font-size: 25px;
    position: relative;
}

/* default state: show unfilled */
.un-fill-rating {
    display: block;
}
.fill-rating {
    display: none;
}

/* when a radio is checked → all previous labels (and itself) should show fill */
.full-stars-example-two .rating__input:checked ~ .rating__label .fill-rating {
    display: none; /* reset */
}
.full-stars-example-two .rating__input:checked + .rating__label .fill-rating,
.full-stars-example-two
    .rating__input:checked
    + .rating__label
    ~ .rating__label
    .fill-rating {
    display: block;
}
.full-stars-example-two .rating__input:checked + .rating__label .un-fill-rating,
.full-stars-example-two
    .rating__input:checked
    + .rating__label
    ~ .rating__label
    .un-fill-rating {
    display: none;
}

/* hover effect */
.full-stars-example-two .rating__label:hover ~ .rating__label .fill-rating,
.full-stars-example-two .rating__label:hover .fill-rating {
    display: block;
}
.full-stars-example-two .rating__label:hover ~ .rating__label .un-fill-rating,
.full-stars-example-two .rating__label:hover .un-fill-rating {
    display: none;
}

/* Video & photo upload css */
.add-photos-videos-block .upload-box {
    margin: 20px 0;
    position: relative;
    width: fit-content;
    overflow: hidden;
}
.add-photos-videos-block .vi-po-file {
    position: absolute;
    top: 0;
    left: -56%;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    transform: scaleX(2.5);
}

.add-photos-videos-block .preview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px;
    padding-bottom: 30px;
}

.add-photos-videos-block .preview-item {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    background: #f9f9f9;
}

.add-photos-videos-block .preview-item img,
.add-photos-videos-block .preview-item video {
    width: 100%;
    height: 90px;
    object-fit: cover;
    display: block;
}

.add-photos-videos-block .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: var(--menu-hover);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.store-slider-dro-list {
    width: 222px;
    z-index: 5;
}
.store-slider-dro-list .list-dro-l {
    padding: 12px;
}
.store-slider-dro-list .list-dro-l:hover{
    opacity: 0.8;
}
.store-slider-dro-list .list-dro-l img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain;
}
/* pick-style-grid */
.pick-style-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}
.pick-style-grid .pick-style-content {
    border-radius: 16px;
    border: 0.5px solid #ebeaf0;
    background: #f2f5fc;
    overflow: hidden;
    position: relative;
    min-height: 300px;
    height: 100%;
    padding-bottom: 200px;
}
.pick-style-grid .pick-style-content .pick-style-title {
    padding: 16px 10px;
}
.pick-style-grid .pick-style-content .store-img-pick {
    width: fit-content;
    height: 180px;
    object-fit: contain;
    object-position: bottom;
    position: absolute;
    bottom: 0;
    right: -50px;
}
/* all-store-main-grid */
.all-store-main-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}

/* Modal  */
.modal-content {
    border-radius: 20px;
    border: 1px solid #ebeaf0;
    background: #fff;
}
.model-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
}
.model-close img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.soter-filter-modal-section .modal-dialog {
    max-width: 620px;
}
.soter-filter-modal-section
    .drawer-footer-div
    .filter-drawer-footer-div
    .w-fit {
    width: 90px !important;
}
.padding-store-page .inner-main-content {
    padding-top: 80px !important;
}
.addresses-search-div {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(217, 217, 217, 0.25);
}
.addresses-search-div input {
    padding: 12px 12px 12px 0;
}
.add-new-card-div {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    margin: 26px 0;
}
.add-new-card-div .add-new-card-list:first-child {
    border-bottom: 1px solid #ebeaf0;
}
.saved-addresses-div .span-line {
    height: 1px;
    width: 100%;
    background-color: #ebeaf0;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.saved-addresses-div {
    margin: 26px 0;
}
.w-fit {
    width: fit-content;
}
.saved-addresses-card {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
}
.saved-addresses-card img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
/* Store Filter modal-content */
/* store-location-map*/
.store-location-map {
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    position: relative;
}
.store-location-map {
    height: 240px;
}
.location-content-map .form-control {
    border-color: #ebeaf0;
    border-radius: 10px;
    height: 50px;
    padding: 15px;
}
.store-location-map .use-location-tag {
    border-radius: 10px;
    border: 1px solid #ebeaf0;
    background: #fff;
    padding: 4px 8px;
    width: fit-content;
    gap: 4px;
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
}
.location-content-map {
    row-gap: 26px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.location-filed-div {
    border-radius: 10px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    padding: 12px 15px;
}
.colSpan-2 {
    grid-column: span 2;
}
.drop-options-div {
    row-gap: 12px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.location-save-div img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.location-save-div .label-gap-img {
    gap: 8px;
}
.show-current-location-bar .hidden-div-location {
    display: none !important;
}
.show-current-location-bar .drawer-footer-div,
.show-current-location-bar .show-div-current-l {
    display: flex !important;
}
.back-arrow-location {
    width: 30px;
    height: 30px;
    transform: scaleX(-1) translateX(15px);
}
/* user-right-dropDown */
.user-right-dropDown {
    border-radius: 16px;
    border: 0.5px solid #ebeaf0;
    background: #fff;
    position: fixed;
    bottom: 20px;
    left: 120px;
    height: 96dvh;
    overflow: auto;
    z-index: 999;
    width: 100%;
    max-width: 440px;
    box-shadow: 0 4px 10px 0 rgba(131, 136, 150, 1);
    padding: 20px;
}
.user-right-dropDown .user-block {
    width: 92px;
    height: 92px;
    border-radius: 92px;
}
.user-right-dropDown .user-head-div {
    gap: 28px;
}
.border {
    border-color: #ebeaf0;
}
.border-bottom {
    border-bottom-color: #ebeaf0;
}
.border-top {
    border-top-color: #ebeaf0;
}
.border-10 {
    border-radius: 10px;
}
.opacity-5 {
    opacity: 0.5 !important;
}
.hover-div-a:hover {
    background-color: rgb(121, 0, 255, 0.04) !important;
    border-color: var(--menu-hover) !important;
}
.user-right-dropDown .completed-span {
    color: #f4d73b;
    background-color: rgba(244, 215, 59, 0.08);
    padding: 1px 8px;
    border-radius: 10px;
}
.user-right-dropDown .user-title {
    color: #000;
}
.user-right-dropDown .user-title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--menu-hover);
    width: 4px;
    height: 20px;
    border-radius: 0 3px 3px 0;
}
.user-card-content a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.user-wrapper-div {
    background-color: rgb(255, 255, 255, 0);
    position: fixed;
    z-index: 888;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.user-right-dropDown,
.user-wrapper-div {
    display: none;
}
.show-user-right-dropDown,
.show-user-wrapper-div {
    display: block !important;
}
.use-side-logo {
    width: 50px;
    height: auto;
    margin-top: 30px;
}
.page-store-detail .inner-main-content {
    padding-top: 0 !important;
}
.store-detail-section {
    height: 653px;
    border-radius: 0 0 36px 36px;
}
.page-store-detail .main-header-section {
    background-color: transparent !important;
}
.page-store-detail .header-scrolled {
    background-color: #fafafa !important;
}
/* store-detail-content-div */
.store-detail-content-div {
    padding: 30px 0 36px 0;
}
.store-detail-content-div .brand-name {
    font-size: 36px;
    line-height: 44px;
}
.km-dot {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #888888;
    display: block;
}
.brand-location-cont .location-arrow {
    width: 18px;
    height: 18px;
}
.brand-location-cont .location-rat {
    width: 12px;
    height: 12px;
}
.location-delivery-details {
    min-width: 296px;
    width: fit-content;
}
.location-delivery-details .delivery-card {
    padding: 18px 10px;
}
/* payment-width-div */
.payment-width-div {
    max-width: 816px;
}
.payment-width-div .credit-head {
    background: linear-gradient(
        90deg,
        rgba(120, 1, 251, 0.5625) 0%,
        rgba(120, 1, 251, 0.75) 100%
    );
    padding: 28px 30px;
    border-radius: 20px;
}
.payment-width-div .pay-card {
    width: 30px;
    height: auto;
}
.payment-width-div .arrow-pay {
    width: 20px;
    height: 20px;
}
.payment-width-div .card-payment {
    padding: 24px 18px;
    transition: all 0.5s ease;
}
.payment-width-div .card-payment:hover {
    background-color: rgba(120, 1, 251, 0.05) !important;
}
.add-new-card-model .modal-dialog {
    max-width: 568px;
    width: 100%;
}
.add-new-card-model .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.cvc-width {
    width: 120px;
}
.w-28 {
    width: 28px;
    height: 28px;
}
.w-24 {
    width: 24px;
    height: 24px;
}
/* my-order-grid */
.my-order-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.my-order-grid .bag-img-box {
    width: 134px;
    height: 178px;
}
.my-order-grid .order-arrow-img {
    width: 32px;
    height: 32px;
}
.orderFilter-model .modal-dialog {
    max-width: 464px;
}
.orderFilter-model .order-btn {
    width: 90px !important;
}

.orderFilter-model .select-radio:checked ~ label {
    color: var(--menu-hover) !important;
}
.refund-pay-card{
    width: 30px;
    height: auto;
}
/* media
===================
============================= */
@media (min-width: 991px) {
    .filter-content.active-filter-box {
        opacity: 0;
        width: 0;
    }
    .summary-content .summary-sticky {
        position: sticky;
        top: 130px;
    }
    .parent-menu-content .sub-menu-items-title {
        display: none !important;
    }
}
@media (max-width: 1740px) {
    .all-stores-section .store-featured-slider-height {
        height: 332px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 330px;
    }
}
@media (max-width: 1630px) {
    .all-stores-section .store-featured-slider-height {
        height: 298px;
    }
}
@media (max-width: 1550px) {
    .all-stores-section .store-featured-slider-height {
        height: 278px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 287px;
    }
}
@media (max-width: 1500px) {
    .featured-slider-gli-section .store-featured-slider-height {
        height: 406px;
    }
}
@media (max-width: 1450px) {
    .categories-items .cate-img {
        height: 700px;
    }
    .bag-grid-content {
        grid-template-columns: auto 390px;
        gap: 30px;
    }
    .view-main-grid-categories {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-grid-content {
        grid-template-columns: auto 400px;
        gap: 40px;
    }
    .option-img-product .inner-option-img {
        width: 18.8%;
        height: 91px;
    }

    .store-nav-section .nav-pills {
        gap: 30px;
    }
    .store-nav-section .nav-item .nav-link img {
        height: 42px;
    }
    .store-nav-section .nav-item .nav-link {
        gap: 16px;
        font-size: 15px;
    }
    .head-sub-menu-content .head-tabs-content {
        gap: 22px;
    }
    .head-tabs-content-grid .sub-menu-items-img .inner-card-sub {
        width: 100%;
        height: 100%;
    }
    .head-tabs-content-grid .sub-menu-items-img {
        width: 90px;
        height: 90px;
    }
    .pick-style-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 1380px) {
    .store-details-nav-ul {
        flex-wrap: wrap;
    }
    .store-details-nav-ul .addresses-search-div {
        width: 100%;
    }
    .left-empty-div {
   display: none;
}
}
@media (max-width: 1340px) {
    .all-stores-section .store-featured-slider-height {
        height: 245px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 360px;
    }
}
@media (max-width: 1240px) {
    .all-stores-section .store-featured-slider-height {
        height: 215px;
    }
}
@media (max-width: 1200px) {
    .categories-items .cate-img {
        height: 550px;
    }
    .product-items-img {
        height: 297px !important;
    }
    .bag-grid-content {
        grid-template-columns: auto 300px;
    }
    .filters-by-content {
        gap: 10px !important;
        /* margin-left: 0px; */
    }
    .view-data-section .categories-nav-ul {
        justify-content: space-between !important;
    }
    .categories-nav-ul .nav-pills {
        gap: 25px;
        flex: 1;
        width: 100%;
    }
    .xl-none-span {
        display: none;
    }
    .view-filter-btn {
        width: 40px;
        height: 40px;
        padding: 0;
        justify-content: center;
    }
    .main-store-section .store-filter-div {
        gap: 14px;
        margin: 30px 0 49px 0;
    }
    .head-tabs-content .text-16 {
        font-size: 14px;
    }
    .all-store-main-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .all-stores-section .store-featured-slider-height,
    .featured-slider-gli-section .store-featured-slider-height {
        height: 316px;
    }
    .my-order-grid {
        grid-template-columns: auto;
    }
}
@media (max-width: 1100px) {
    .all-stores-section .store-featured-slider-height,
    .featured-slider-gli-section .store-featured-slider-height {
        height: 277px;
    }
}
@media (max-width: 991px) {
    nav.nav.glitzy-menu ul li a.activelink {
        background-color: var(--black);
        color: var(--white);
        border-radius: 0;
    }
    .top-head-section {
        gap: 16px;
    }
    .inner-main-content {
        padding-bottom: 70px;
    }
    .head-sub-menu-content .head-tabs-content {
        flex-direction: column !important;
    }
    .head-sub-menu-content .head-tabs-content .head-tabs-content-left {
        flex-direction: row !important;
        width: 100%;
    }
    .head-sub-menu-content .head-tabs-content .head-tabs-content-left a {
        width: 100%;
    }
    .head-sub-menu-content .head-tabs-content .head-tabs-content-left a {
        height: auto;
        font-size: 14px;
        padding: 8px;
    }
    .head-sub-menu-content .head-tabs-content .head-tabs-content-left a br {
        display: none;
    }
    .head-tabs-content-grid .sub-menu-items-img {
        width: 60px;
        height: 60px;
        padding: 2px;
    }
    .head-sub-menu-content .nav {
        gap: 20px;
    }
    .head-tabs-content-grid {
        gap: 20px;
    }
    .head-sub-menu-content .nav .nav-link {
        font-size: 15px;
    }
    .head-tabs-content-grid span {
        font-size: 14px;
    }
    .main-nav-bar {
        padding: 20px;
    }
    .menu-sub-content-ct {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999;
        transform: translateX(-120%);
        transition: all 0.5s ease;
        background-color: rgba(0, 0, 0, 0.02);
        overflow: hidden;
    }
    .menu-sub-content-ct.show-mobile-menu {
        transform: translateX(0);
    }
    .menu-sub-content-ct .inner-menu-section {
        width: 300px;
        background-color: var(--white);
        overflow: auto;
        height: 100dvh;
    }
    .parent-menu-content {
        background-color: #fff;
    }
    .parent-menu-content .sub-menu {
        padding-left: 0;
    }
    .menu-sub-content-ct .parent-menu-content .sub-menu {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .menu-sub-content-ct .parent-menu-content .sub-menu > li {
        background: #0000000a;
        padding: 9px;
    }
    .menu-sub-content-ct .parent-menu-content .sub-menu > li > a {
        padding: 15px;
        font-size: 16px;
        width: 100%;
        text-transform: uppercase;
        font-weight: 600;
    }
    .mega-menu-container {
        left: 0%;
        width: 300px;
        transform: translateX(120%);
        display: block;
        top: 0;
        height: 100dvh;
        overflow: auto;
        transition: all 0.5s ease;
    }
    .mega-menu-container.show-mobile-mega-menu {
        transform: translateX(0);
    }
    .mega-menu-column h4 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
        border-bottom: 1px solid #bcbdbd;
        padding-bottom: 15px;
        margin-top: 5px;
    }

    .mobile-search-section {
        background-color: var(--bgGrayColor);
        padding: 9px 20px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 888;
        display: none;
        width: 100%;
        border-bottom: 1px solid var(--BorderColor);
    }
    .mobile-search-section input {
        background: var(--white);
        outline: none;
        padding: 10px 50px 10px 20px;
        width: 100%;
        border-radius: 40px;
        border: 1px solid var(--BorderColor);
        font-size: 13px;
        font-weight: 400;
        color: var(--black);
    }
    .mobile-search-section .search-btn {
        position: absolute;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #999999;
        border-radius: 40px;
        right: 4px;
        top: 2px;
        cursor: pointer;
        z-index: 99;
    }

    .main-header-section .top-head-section {
        padding: 0;
    }
    .filter-content {
        background-color: rgba(0, 0, 0, 0.3);
        position: fixed;
        z-index: 999;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(2px);
        transform: translateX(-130%);
        transition: all 0.5s ease;
    }
    .filter-content.active-filter-box {
        transform: translateX(0);
    }
    .inner-filter-content {
        max-width: 300px;
        padding: 20px;
        height: 100dvh;
        overflow: auto;
        background-color: var(--white);
    }
    .product-list-section {
        padding-top: 40px;
    }
    .categories-items .cate-img {
        height: 450px;
    }
    .new-arr-img-box {
        height: 650px;
    }
    .top-categories-grid {
        row-gap: 31px;
    }
    .owl-carousel .owl-nav {
        right: 30px;
    }
    .categories-items h3 {
        padding: 15px 16px 0 16px;
        font-size: 20px;
        line-height: 32px;
    }
    .footer-web-section .footer-inner-content {
        row-gap: 30px;
        justify-content: flex-start !important;
    }
    .footer-web-section .footer-inner-content .link-block {
        width: 33.33%;
    }
    .bag-grid-content {
        grid-template-columns: auto;
    }
    .bag-grid-content .bag-grid-card {
        gap: 20px;
    }
    .bag-grid-content .title-hero-top {
        margin-bottom: 15px;
    }
    .view-main-grid-categories .border-slider-items .slider-main-img-box {
        height: 381px;
    }
    .main-store-section .store-filter-div {
        gap: 10px;
        margin: 30px 0;
    }
    .store-tag-div {
        padding: 6px 11px;
    }
    .store-tag-div span {
        font-size: 16px;
        line-height: 26px;
    }
    /* Side bar */
    .main-side-bar-section {
        width: 100%;
        background: #fafafa;
        top: inherit;
        bottom: 0;
        height: 70px;
        padding: 12px 20px;
        border-right: 0;
        border-top: 1px solid #ebeaf0;
        align-items: center;
        display: flex;
    }
    .main-side-bar-section .sidebar-ul {
        flex-direction: row !important;
        gap: 20px;
        justify-content: space-between !important;
    }
    .main-side-bar-section .app-brand-logo {
        display: none !important;
    }
    .inner-main-content,
    .main-header-section {
        padding-left: 0;
    }
    .user-right-dropDown {
        bottom: 86px;
        left: inherit;
        height: calc(100dvh - 100px);
        max-width: calc(100vw - 60px);
        right: 30px;
    }
    .store-detail-section {
        height: 430px;
    }
}
@media (max-width: 840px) {
    .all-stores-section .store-featured-slider-height {
        height: 242px;
    }
}
@media (max-width: 800px) {
    .top-categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .categories-items .cate-img {
        height: 380px;
    }
    .product-grid-content {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 235px;
    }
}
@media (max-width: 767px) {
    .categories-items .cate-img {
        height: 380px;
    }
    .product-blog-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ratings-grid-img-box .ratings-grid-div {
        height: 116px;
    }
    .product-items-img {
        height: 409px !important;
    }
    .border-slider-items .slider-main-img-box {
        height: 380px;
    }
    .new-arr-img-box {
        height: 500px;
    }
    .border-slider-items .top-slider-picks {
        height: 396px;
    }
    .bag-grid-card .bag-img-box {
        width: 150px !important;
    }

    .bag-grid-card .bad-img {
        height: 205px !important;
    }
    .bag-brand-content {
        gap: 9px;
    }
    .view-main-grid-categories {
        grid-template-columns: repeat(2, 1fr);
    }
    .shopping-centres-slider-items {
        height: 387px;
    }
    .store-location-bar .location-text,
    .store-location-bar .location-arrow {
        display: none !important;
    }
    .store-location-bar .store-location-inner {
        width: 46px;
        height: 46px;
        padding: 0;
    }
    .store-location-bar img {
        width: 20px;
        height: 20px;
    }
    .all-stores-section .store-featured-slider-height {
        height: 226px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 214px;
    }
}
@media (max-width: 680px) {
    .featured-slider-gli-section .store-featured-slider-height {
        height: 333px;
    }
}
@media (max-width: 578px) {
    .pt-30 {
        padding-top: 15px;
    }
    .inner-main-content {
        padding-top: 108px;
    }
    .shopping-centres-slider-items {
        height: 442px;
    }
    .banner-slider-section .bg-image .slider-video {
        height: 500px;
        min-height: auto;
    }

    .title-hero-top {
        font-size: 20px;
        line-height: normal;
    }
    .slider-view-link {
        font-size: 14px;
        line-height: normal;
    }
    .top-categories-grid {
        gap: 15px;
    }

    .box-slider-section,
    .brand-banner-section {
        padding-top: 30px;
    }

    .header-content .left {
        gap: 10px;
    }

    .border-slider-items {
        padding: 0;
    }
    .brand-banner-section .banner-b-img {
        height: 250px;
        object-fit: cover;
    }
    .main-login-section {
        margin: 20px auto 40px auto;
        padding: 20px;
    }
    .page-account .account-h2,
    .page-lostpassword .account-h2 {
        font-size: 24px;
    }
    .product-blog-list {
        gap: 15px;
        margin-top: 25px;
    }
    .product-items-img {
        height: 280px !important;
    }
    .like-div {
        top: 0px;
        right: 4px;
    }
    .product-main-title {
        font-size: 26px;
    }
    .product-select-input .form-control,
    .product-select-input .form-group,
    .product-select-input .first-width-f {
        width: 100%;
    }
    .categories-items .cate-img {
        height: 270px;
    }
    .categories-items h3 {
        font-size: 16px;
        padding: 10px 10px 0 10px;
    }
    .brand-card .brand-slide-img {
        height: 86px;
    }
    .brand-card .brand-slide-img img {
        width: 100%;
        height: 55px;
        padding: 6px;
    }
    .brand-title {
        font-size: 16px;
        margin: 12px 0 0 0;
        line-height: 20px;
    }
    .border-slider-items .slider-data-s .slide-name,
    .border-slider-items .amount {
        font-size: 13px;
    }
    .del-span {
        font-size: 10px;
    }
    .new-arr-img-box {
        height: 400px;
    }
    .slider-heading-block {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .mb-36 {
        margin-bottom: 16px;
    }
    .footer-web-section .container {
        padding: 0 10px;
    }
    .footer-web-section .footer-inner-content {
        row-gap: 20px;
    }
    .footer-web-section .footer-inner-content .link-block {
        width: 50%;
    }
    .footer-web-section .footer-inner-content .link-block:last-child {
        width: 100%;
    }
    .footer-web-section {
        padding: 40px 0 0 0;
        margin-top: 40px;
    }
    .footer-web-section .link-title {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 15px;
    }
    .footer-web-section .footer-link {
        font-size: 14px;
        line-height: normal;
    }
    .footer-web-section .glitzy-copy-right {
        margin-top: 36px;
        padding: 12px 0;
        font-size: 11px;
        line-height: normal;
    }
    /* category section */
    .category-grid-section .category-items .category-items-name {
        font-size: 14px;
        line-height: 24px;
        padding: 13px;
    }
    .category-grid-section .category-items-img {
        height: 44px;
    }
    .category-grid-section .category-items {
        min-height: 62px;
    }
    .category-grid-section .category-brands-items-img {
        width: 42px;
        height: 42px;
        margin-right: 20px;
    }
    .category-grid-section .category-grid {
        gap: 11px;
    }
    .bag-grid-card .bag-img-box {
        width: 100px !important;
    }
    .bag-grid-card .bad-img {
        height: 150px !important;
    }
    .bag-grid-card .bag-card {
        padding: 12px;
        align-items: flex-start;
    }
    .bag-grid-card .quick-p {
        font-size: 13px !important;
        padding: 10px;
    }
    .text-18 {
        font-size: 16px;
        line-height: normal;
    }
    .text-16 {
        line-height: normal;
        font-size: 14px;
    }
    .bag-brand-content {
        gap: 6px;
    }
    .bag-grid-content .text-20 {
        text-align: left !important;
        font-size: 16px;
        line-height: normal;
        margin-top: 15px;
    }
    .summary-content .order-line {
        margin: 20px 0;
    }
    .order-btn {
        gap: 20px;
    }
    .ct-btn,
    .ct-btn-2 {
        padding: 10px;
        font-size: 16px;
        gap: 15px;
    }
    .drawer-section {
        border-radius: 20px 0 0 20px;
        max-width: 320px;
    }
    .drawer-section .drawer-padding {
        padding: 15px 15px 0px 15px;
    }
    .bag-quick-view-img-items {
        height: 400px;
        border-radius: 18px;
    }
    .bag-quick-slider-data .bag-head {
        font-size: 18px;
        line-height: normal;
    }
    .select-size .select-div {
        width: 63px;
        height: 36px;
        border-radius: 8px;
    }
    .location-save-div .select-div {
        width: 74px;
    }
    .drawer-footer-div .ct-btn {
        padding: 10px;
    }
    .drawer-section .drawer-footer-div {
        padding: 10px;
        border-radius: 0 0 20px 20px;
    }
    .drawer-section .drawer-close {
        top: 29px;
        right: 29px;
    }
    .view-main-grid-categories {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
        max-width: 320px;
        margin: 0 auto;
        width: 100%;
    }
    .view-main-grid-categories .border-slider-items .slider-main-img-box {
        height: 200px;
    }
    .slider-main-img-box .hover-div h2 {
        font-size: 16px;
    }
    .view-main-grid-categories .like-div .inner-like {
        width: 30px;
        height: 30px;
        top: 6px;
        right: 6px;
    }
    .categories-nav-ul .nav-pills {
        gap: 13px;
    }
    .categories-nav-ul .nav-pills .nav-pills .nav-link {
        font-size: 14px;
    }
    .dropdown-menu {
        max-width: 250px;
    }
    .dropdown-menu .gap-20 {
        gap: 12px;
    }
    .filter-drawer-section {
        max-width: 400px;
    }
    .filter-content-d .col-nav-fil {
        max-width: 181px;
    }
    .color-div {
        width: 14px;
        height: 14px;
    }
    .border-slider-items .slider-data-s {
        padding: 12px 12px 0 12px;
    }
    .add-bag-btn {
        padding: 7px;
        max-width: 100%;
        margin: 7px auto;
        border-radius: 8px;
        font-size: 13px !important;
    }
    .border-y-ct {
        padding: 15px;
    }
    .option-img-product .inner-option-img {
        width: 23%;
        height: 148px;
    }
    .product-details-content .select-size .select-div {
        width: 17.7%;
        height: 45px;
    }
    .product-like-main .product-like-btn {
        height: 48px;
    }
    .p-20 {
        padding: 16px;
    }
    .store-location-div .location-logo {
        width: 60px;
        height: 60px;
    }
    .gap-20 {
        gap: 14px;
    }
    .text-20 {
        font-size: 16px;
    }
    .store-nav-section .nav-pills {
        gap: 28px;
    }
    .store-nav-section .nav-item .nav-link img {
        height: 28px;
    }
    .store-nav-section .nav-item .nav-link {
        gap: 5px;
        font-size: 12px;
    }
    .main-store-section .store-filter-div {
        gap: 5px;
        margin: 20px 0;
    }
    .main-store-section .store-filter-div .store-tag-div {
        padding: 4px 8px;
    }
    .main-store-section .store-filter-div .store-tag-div span {
        font-size: 12px;
        line-height: 20px;
    }
    .store-featured-slider-height {
        height: 313px;
    }
    .main-side-bar-section .sidebar-ul .side-bar-icons {
        width: 22px;
        height: 22px;
    }
    .main-header-section {
        padding-top: 12px;
    }
    .main-header-section .logo img {
        height: 23px;
    }
    .inputSearch input {
        border-radius: 10px;
        padding: 8px 10px 8px 36px;
        font-size: 14px;
        color: #000;
    }
    .search-btn {
        left: 10px;
    }
    .search-btn svg {
        width: 16px;
        height: 16px;
    }
    .notification-bar-header,
    .store-location-bar {
        width: 40px;
        height: 42px;
    }
    .notification-bar-header img {
        width: 18px;
        height: 18px;
    }
    .main-header-section .main-head-link {
        gap: 22px;
    }
    .main-header-section .head-data-content {
        padding-bottom: 14px;
    }
    .main-header-section .main-head-link .head-link {
        font-size: 14px;
        line-height: normal;
    }
    .notification-drawer-body .notification-items-img {
        width: 50px;
        height: 50px;
    }
    .notification-drawer-body .notification-items {
        align-items: flex-start;
        gap: 14px;
    }
    .drawer-section .drawer-close {
        width: 34px;
        height: 34px;
    }
    .gap-16 {
        gap: 12px;
    }
    .add-photos-videos-block .preview-grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 8px;
    }
    .add-photos-videos-block .preview-item img,
    .add-photos-videos-block .preview-item video {
        height: 70px;
    }
    .pick-style-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pick-style-grid .pick-style-content {
        min-height: 247px;
    }
    .all-store-main-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .soter-filter-modal-section .modal-dialog {
        max-width: 95%;
    }
    .all-stores-section .store-featured-slider-height {
        height: 275px;
        max-width: 400px !important;
        margin: 0 auto;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 301px;
    }
    .location-content-map,
    .drop-options-div {
        gap: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
    .colSpan-2 {
        grid-column: auto;
    }
    .location-content-map label {
        margin-bottom: 8px !important;
    }
    .drop-options-div label {
        margin-bottom: 0 !important;
    }
    .store-location-map {
        height: 215px;
    }
    .store-location-map .use-location-tag {
        white-space: nowrap;
    }
    .add-new-card-model .card-grid {
        grid-template-columns: auto;
    }
    .add-new-card-model .modal-dialog {
        max-width: 96%;
    }
    .my-order-grid .bag-img-box {
        height: 140px;
    }
}
@media (max-width: 500px) {
    .featured-slider-gli-section .store-featured-slider-height {
        height: 247px;
    }
    .user-right-dropDown {
        height: calc(100dvh - 100px);
        max-width: calc(100vw - 30px);
        right: 15px;
        bottom: 80px;
    }
    .store-detail-section {
        height: 290px;
        border-radius: 0 0 20px 20px;
    }
    .store-detail-content-div {
        padding: 20px 0;
    }
    .store-detail-content-div .brand-name {
        font-size: 24px;
        line-height: 34px;
    }
    .payment-width-div .credit-head {
        padding: 12px 20px;
        border-radius: 11px;
    }
    .payment-width-div .card-payment {
        padding: 16px 14px;
    }
    .w-28 {
        width: 24px;
        height: 24px;
    }
    .w-24 {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 400px) {
    .categories-items .cate-img {
        height: 217px;
    }
    .filter-content-d .col-nav-fil {
        max-width: 105px;
    }
    .filter-content-d .col-nav-fil .nav-link {
        font-size: 13px;
        padding: 11px 13px;
        line-height: normal;
    }
    .filter-content-d .filter-check-box-d {
        padding: 15px 14px;
    }
    .p-20 {
        padding: 15px;
    }
    .option-img-product .inner-option-img {
        height: 95px;
    }
    .price-range-container {
        padding: 11px;
    }
    .price-range-container .text-16 {
        font-size: 13px;
    }
    .price-range-container .inputs input {
        padding: 7px 12px;
        font-size: 13px;
    }
    .shopping-centres-slider-items {
        height: 340px;
    }

    .container {
        padding: 0 15px;
    }
    .pick-style-grid .pick-style-content .pick-style-title {
        padding: 10px 10px;
        font-size: 14px;
    }
    .pick-style-grid .pick-style-content .store-img-pick {
        height: 90px;
        right: -22px;
    }
    .pick-style-grid .pick-style-content {
        min-height: 150px;
        padding-bottom: 110px;
    }
    .store-featured-slider-height {
        height: 226px;
    }
    .store-slider-dro-list {
        max-width: 184px;
    }
    .store-slider-dro-list .list-dro-l{
        padding: 7px;
    }
    .store-slider-dro-list .list-dro-l img {
        width: 16px !important;
        height: 16px !important;
    }

    .padding-store-page .inner-main-content {
        padding-top: 65px !important;
    }
    .all-stores-section .store-featured-slider-height {
        height: 275px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 210px;
    }
    .all-stores-section .store-featured-slider-height {
        height: 226px;
        max-width: 350px !important;
    }
}
@media (max-width: 340px) {
    .price-range-container .text-16 {
        font-size: 12px;
    }
    .gap-16 {
        gap: 7px;
    }
    .inputSearch input {
        font-size: 13px;
    }
    .featured-slider-gli-section .store-featured-slider-height {
        height: 189px;
    }
    .all-stores-section .store-featured-slider-height {
        height: 197px;
    }
    .my-order-grid .bag-img-box {
        height: 106px;
        width: 80px !important;
    }
}
