/*=================== Consumer V-Shop custom Css ============================*/
/* =============== scroll css ==================== */
body::-webkit-scrollbar {
    /*display: none;*/
}

@media (min-width: 991px) {
    body::-webkit-scrollbar {
        /*display: none;*/
        width: 10px;
        height: 10px;
    }

    body::-webkit-scrollbar-thumb {
        background: #dadce0;
        background-clip: padding-box;
        border: 2px solid transparent;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body::-webkit-scrollbar-track {
        background: inherit;
        border: none;
    }

    body *::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    body *::-webkit-scrollbar-thumb {
        background: #dadce0;
        background-clip: padding-box;
        border: 2px solid transparent;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body *::-webkit-scrollbar-track {
        background: inherit;
        border: none;
    }
}

[href='javascript:void(0)'] {
    cursor: default !important;
}

[onclick],
[data-toggle],
.widget-header {
    cursor: pointer !important;
}

.hidden-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.section-content {
    max-width: 1600px;
    margin: auto;
}

.brand-cat-text-slot p {
    font-size: 12px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

/* =============== scroll css  ends==================== */

/* ====================== variable css ================= */
:root {
    /* colors */
    --c1: #000000;
    --c2: #ffffff;

    --c3: #1d1d1d;
    /*// Primary action button background and hyperlink text.// */
    --c3-Text: #ffffff;
    /*// Primary action button text.// */
    --c3-80: #1d1d1dcc;
    --c3-50: #1d1d1d80;
    --c4: #cc5d5d;
    --c4-20: #1d1d1d33;
    --c4-50: #1d1d1d80;

    --c5: #2B2B2B;
    --c6: #6C757D;
    --ca6: #b4b4b4;

    --c7: #f7f7f7;
    --c8: #E1E1E1;
    --c9: #ffffff;

    --c10: #01973D;
    --body-color: #f7f7f7;

    /* //template-header-footer-productListFilter-carsouleIcon-background-color// */

    /* //this color is use for the header,footer and filter background// */
    --bg1: #ffffff;
    /* Header background, footer background and filter background.*/
    --bgText1: #000000;
    /* Header text, footer text and filter text.*/
    --bgText1-45: #00000018;
    /* for border-bottom only those sections where bg1 colour is using.*/
    --bgText1-90: #00000091;
    /* this color is using with 90% transprancy (using as sub headign like: in the productlist filter.).*/

    /* this color is use in the menu background*/
    --bg2: #ffffff;
    /* Menu background.*/
    --bgText2-0: #00000000;
    /* Menu background.*/
    --bgText2-07: #00000010;
    /* Menu background.*/
    --bgText2: #000000;
    /* Menu text.*/
    --bgText2-80: #000000b4;
    /* Menu text.*/
    --menuBarBg: #ffffff;

    /* //==============================End=======================================// */

    /* font size */
    --fs0: .75rem;
    --fs1: 1rem;
    --fs1-1: 1.1rem;
    --fs2: 1.25rem;
    --fs3: 1.5rem;
    --fs4: 1.75rem;
    --fs5: 2rem;
    --fs6: 2.25rem;
    --fs7: 2.5rem;
    --fs8: 2.75rem;
    --fs9: 3rem;

    --carouselfs1: 4rem;
    --carouselfs2: 1.25rem;
    --carouselfs3: 1.1rem;

    --swiper-navigation-size: 15px;

    /* font family */
    --ff1: Charpentier-Sans-Pro, sans serif;
    --ff2: Just-Lovely-Slanted-Wide, sans serif;
}

/* ==================== color variable css Ends ================= */
/* ==================back-to-top-button-css-start================== */
.back_to_top {
    position: fixed;
    bottom: 97px;
    right: 34px;
    background-color: var(--c3);
    padding: 13px;
    border-radius: 30px;
    line-height: 0;
    cursor: pointer;
    scale: 1;
    transition: all ease-in-out .5s;
    z-index: 999;
}

.back_to_top a {
    color: var(--c3-Text);
}

.back_to_top:hover {
    scale: 1.2;
    transition: all ease-in-out .5s;
}

.back_to_top:hover a {
    color: var(--c3-Text);
}

/* ==================back-to-top-button-css-end================== */
/* ==================== General css Ends ================= */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

iframe {
    max-width: 100%;
}

.form-control {
    font-size: var(--fs2);
}

.card {
    margin: 0;
    box-shadow: none;
    font-size: var(--fs2);
}

.title {
    font-size: var(--fs3);
}

.sub-title {
    font-size: var(--fs2);
}

.c1 {
    color: var(--c1);
}

.c2 {
    color: var(--c2);
}

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

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

.c5 {
    color: var(--c5);
}

.c6 {
    color: var(--c6);
}

.c7 {
    color: var(--c7);
}

.c8 {
    color: var(--c8);
}

.ca6 {
    color: var(--ca6)
}

/* //=================End========================// */
.fs0 {
    font-size: var(--fs0) !important;
}

.fs1 {
    font-size: var(--fs1) !important;
}

.fs2 {
    font-size: var(--fs2) !important;
}

.fs3 {
    font-size: var(--fs3) !important;
}

.fs4 {
    font-size: var(--fs4) !important;
}

.fs5 {
    font-size: var(--fs5) !important;
}

.fs6 {
    font-size: var(--fs6) !important;
}

.fs7 {
    font-size: var(--fs7) !important;
}

.ff1 {
    font-family: var(--ff1) !important;
}

.ff2 {
    font-family: var(--ff2) !important;
}

main {
    min-height: 300px;
}

@media (max-width: 991px) {
    .content-body {
        padding: 1rem !important;
    }
}

/* ==================== General css Ends ================= */

/* ======================== Font css  ========================= */
@font-face {
    font-family: Charpentier-Sans-Pro;
    src: url(../fonts/CharpentierSansPro-Normal.ttf);
}

@font-face {
    font-family: Charpentier-Sans-Pro;
    src: url(../fonts/CharpentierSansPro-Demi.ttf);
    font-weight: 600;
}

@font-face {
    font-family: Charpentier-Sans-Pro;
    src: url(../fonts/CharpentierSansPro-Gros.ttf);
    font-weight: 800;
}

@font-face {
    font-family: Just-Lovely-Slanted-Wide;
    src: url(../fonts/JustLovelySlantedWide.ttf);
}

@font-face {
    font-family: 'Charpentier Sans Pro';
    src: url(../fonts/CharpentierSansPro-Normal.ttf);
}

@font-face {
    font-family: 'Charpentier Sans Pro';
    src: url(../fonts/CharpentierSansPro-Demi.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Charpentier Sans Pro';
    src: url(../fonts/CharpentierSansPro-Gros.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Just Lovely Slanted Wide';
    src: url(../fonts/JustLovelySlantedWide.ttf);
}

@font-face {
    font-family: 'Arolse Belmonteria Script';
    src: url('../fonts/solly/Arolse Belmonteria Script.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Arolse Belmonteria Script';
    src: url('../fonts/solly/Arolse Belmonteria Script Italic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_thin.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_thin_it.otf');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_light_it.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_reg.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_reg_it.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_med.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_med_it.otf');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_bld.otf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_bld_it.otf');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_blk.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Brandon';
    src: url('../fonts/solly/Brandon_blk_it.otf');
    font-weight: 900;
    font-style: italic;
}

/* ==================== Font  css Ends ================= */

/*===================== Overwritten Css ==================== */
html body {
    background-color: var(--body-color);
}

body * {
    border-color: var(--c8) !important;
    font-family: var(--ff1);
    font-weight: normal;
}

b,
strong {
    font-weight: 600;
}

body.position-fixed {
    width: 100%;
}

button:focus {
    outline: none;
}

::placeholder {
    color: var(--c6) !important;
}

.form-control:focus {
    color: var(--c1);
}

.dropdown-toggle::after {
    content: "" !important;
    display: none;
}

.navbar {
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--c4);
}

.navbar-main .dropdown-item {
    white-space: pre-wrap;
}

.navbar-main li {
    line-height: 1.4;
}

a,
a:hover {
    color: var(--c4);
}

.sidenav-overlay {
    z-index: 9991;
}

.avatar img {
    height: 100%;
}

/*input[type='radio']:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    border: solid 2px var(--c6);
}
input[type='radio']:checked:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: var(--c3);
    border-radius: 50%;
    border: solid 2px var(--c6);
}*/

/* ================== Overwritten css Ends ================ */

/* ================== header css ================ */

.sticky_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    /* Add any additional styles you want for the sticky navigation */
    transition: top 0.3s ease-in-out;
}

.scrolled {
    /* Add the styles you want when scrolled */
    background-color: var(--bg1) !important;
    /* Example animation properties */
    transition: background-color 0.3s ease-in-out;
}

.form-control.search-input {
    color: var(--bgText1) !important;
    ;
}

.header_search_box.center {
    margin-left: auto;
    margin-right: auto;
}

.header_search_box.border-bottom.center {
    padding-left: 0px;
    padding-right: 0px;
}

.header_search_box.left {
    margin-right: auto;
    max-width: 250px !important;
}

.section_background .border-bottom {
    border-bottom: 1px solid var(--bgText1-45) !important;
}

.section_background.border-bottom {
    border-bottom: 1px solid var(--bgText1-45) !important;
}

.search-input-type .input-group {
    background-color: #ffffff1a;
}

.search-input-type .input-group input {
    background: none;
    border: none;
}

.section-header {
    position: relative;
    background: var(--c2);
}

.section_background {
    background: var(--bg1);
}

.bg_Text_1 {
    color: var(--bgText1);
}

.bg_Text_1_90 {
    color: var(--bgText1-90);
}

.header-top-light {
    background-color: var(--c4-20);
    color: var(--c5);
    font-size: var(--fs2);
}

.header-top-light a {
    color: var(--c5);
}

.header-main {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: var(--c2);
}

.header-main a {
    color: var(--c1);
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px;
}

.icon img {
    width: 24px;
    height: 24px;
}

.icon i {
    font-size: var(--fs4);
}

header .search input {
    border: none;
    border-radius: 0;
    padding-left: 1px;
    font-size: var(--fs2);
    border-bottom: 1px solid;
    color: var(--c5);
}

header .search button {
    background: none;
    border: none;
    /* border-bottom: 1px solid; */
    font-size: var(--fs2);
    color: var(--bgText1);
}

.search button .feather.icon-search:before {
    opacity: 0.5 !important;
}

button#ClearSearch {
    color: var(--bgText1);
}

.logo {
    min-height: 100%;
    max-height: 55px;
    max-width: 450px
}

.blog-logo {
    height: 70px;
}

.icon-xs,
.icon-sm,
.icon-md,
.icon-lg {
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

.icon-sm {
    width: 44px;
    height: 44px;
    line-height: 48px !important;
    font-size: 24px;
}

.notify {
    position: absolute;
    top: 2px;
    right: 2px;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: var(--c9);
    background-color: var(--c4);
}

::placeholder {
    color: #C9CDD4 !important;
    opacity: 1;
    /* Firefox */
}

/*.navbar-main .container {
    overflow-x: auto;
}*/
.navbar-main .navbar-nav {
    width: max-content;
}

#main-nav-wrapper .navbar-nav {
    display: block;
}

#main-nav-wrapper .navbar-nav>li {
    width: max-content;
    display: inline-block;
}

.navbar-main .nav-item {
    padding: 0.25rem 1.25rem !important;
}

.navbar-main .nav-link {
    font-size: var(--fs2);
    color: var(--bgText1);
    padding: 0.25rem 0 !important;
    border-bottom: solid;
    border-color: transparent !important;
}

.navbar-main .nav-link:hover {
    border-color: var(--c4) !important;
    color: var(--c4);
}

.widget-header form {
    min-width: 280px;
}

.widgets-wrap [aria-expanded='true'] {
    border-color: var(--c4) !important;
    border-bottom: solid;
}

.dropdown-on-header-icon {
    top: .25rem;
    min-width: 25rem;
    padding: 1rem 0;
    border: none;
    border-radius: 0.25rem;
    box-shadow: 0 0 6px #00000010;
}

.dropdown-item {
    padding: 1rem 2rem;
    font-size: var(--fs2);
}

.dropdown-logo {
    text-align: center;
    padding: 10px 20%;
}

.header-main .icon-menu {
    font-size: 30px;
}

.desktop-icon {
    display: inline-block;
}

.mobile-icon {
    display: none;
}

.mobile-section {
    display: none;
}
.navbar-main {
    background: var(--menuBarBg);
}
.navbar-main .mega-dropdown-menu {
    width: 100% !important;
    margin: 0;
    padding: 0;
    min-width: 700px;
    transform: translateX(-50%);
    left: 50%;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
    background-color: var(--bg2);
}

.small-menu .mega-dropdown {
    position: relative !important;
}

.small-menu .mega-dropdown .mega-dropdown-menu {
    transform: translateX(0);
    left: unset;
}

.small-menu .open-left .dropdown-menu {
    left: auto;
    right: 0;
}

.mega-dropdown-img {
    padding: 1rem;
    border-bottom: 1px solid;
}

.mega-dropdown-menu .dropdown-item,
.mega-dropdown-menu a {
    color: var(--bgText2-80) !important;
}

.mega-dropdown-menu .mega-heading {
    color: var(--bgText2) !important;
    font-weight: 600;
}

.dropdown-menu .dropdown-submenu>.dropdown-menu {
    margin-top: 0;
    margin-left: 0;
}

.mega-dropdown-menu>li:nth-child(2n+1):not(:first-child) {
    background: var(--bgText2-07) !important;
}

.mega-dropdown-menu>li:nth-child(2n) {
    background: var(--bgText2-0) !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: var(--c4) !important;
    background-color: transparent;
}

.mobile-nav {
    padding: 0 1rem;
}

.m-nav-item {
    display: block;
    padding: 1rem 0;
    font-size: var(--fs2);
    color: var(--c5);
}

.m-nav-item img {
    height: var(--fs2);
    width: var(--fs2);
}

.widgets-wrap {
    width: 100%;
    display: flex;
}

.widget-header {
    margin: 0 auto;
}

.widget-header:first-child,
.widget-header:last-of-type {
    margin: 0;
}

#beauty-diaries-menu {
    background: var(--c7);
    margin: 0 -1rem;
    width: calc(100% + 2rem) !important;
}

.header-back-button {
    position: absolute;
    display: flex;
    left: 20px;
    color: var(--c3);
}

.header-back-button:hover {
    color: var(--c3);
}

/*.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}*/
.header-main .logo-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 1400px) {

    .container,
    .container-fluid {
        max-width: 1600px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    /* .header-main .container-fluid {
        padding: 0;
    } */
}

.header_search_box .product_scanner {
    display: none;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 3px;
    border-radius: 7px;
}

@media (max-width: 991px) {
    #SearchByValue {
        border: 1px solid var(--bgText1-45) !important;
        border-radius: 4px;
    }

    .header-main .logo-center {
        position: unset;
        left: unset;
        transform: unset;
    }

    .menu_icon_mobile {
        color: var(--bgText1);
    }

    .menu_icons_group_sm {
        margin-left: auto;
    }

    .header-top {
        /*display: none;*/
    }

    .desktop-icon {
        display: none;
    }

    .desktop-section {
        display: none;
    }

    .mobile-section {
        display: block;
    }

    .mobile-icon {
        display: inline-block;
    }

    .header-main .logo {
        height: 25px;
        max-width: 100%;
    }

    .header-main .blog-logo {
        height: 36px;
    }

    .widget-header {
        padding: 6px;
    }

    .widget-header .icon {
        width: 20px;
    }

    .navbar-main {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 85vw;
        bottom: 0;
        max-width: 500px;
        transform: translateX(-100%);
        transition: all ease-in-out 0.5s;
        background: var(--c2);
        z-index: 999999;
        overflow: auto;
    }

    .navbar-main.open {
        transform: translateX(0);
    }

    .navbar-main .navbar-nav {
        width: 100%;
    }

    #main-nav-wrapper .navbar-nav li {
        width: auto;
        display: block;
    }

    .mega-dropdown-img {
        display: none !important;
    }

    .navbar-main .dropdown>a {
        position: relative !important;
    }

    .navbar-main .dropdown .dropdown-menu {
        border: none;
        border-radius: 0;
        box-shadow: none;
        /* background: transparent; */
    }

    .navbar-main .dropdown>a:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-family: 'feather';
        content: "\e8b1";
        transition: all 300ms linear 0s;
    }

    .navbar-main .dropdown.show>a:before {
        transform: translateY(-50%) rotate(180deg);
        opacity: 0;
    }

    .navbar-main .dropdown>a:after {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        margin: 0;
        font-family: 'feather';
        content: "\e897" !important;
        transition: all 300ms linear 0s;
        transform: translateY(-50%) rotate(-180deg);
        opacity: 0;
    }

    .navbar-main .dropdown.show>a:after {
        opacity: 1;
        transform: translateY(-50%);
    }

    .mobile-nav-close {
        position: absolute;
        top: 12px;
        right: 13px;
        font-size: var(--fs2);
        color: var(--bgText1);
        background-color: var(--bgText1-45);
        padding: 4px;
        border-radius: 30px;
    }

    .header_search_box .product_scanner {
        display: block;
        position: absolute;
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
        background: #fff;
        padding: 3px;
        border-radius: 7px;
    }

    #main-nav-wrapper {
        background: var(--bg1);
    }

    #main-nav-wrapper.collapse:not(.show) {
        display: none !important;
    }

    .navbar-main {
        align-items: initial;
    }

    .navbar-main .mega-dropdown-menu {
        min-width: 100%;
        transform: translateX(0);
        max-height: max-content;
    }

    .mega-dropdown-menu>li {
        background: transparent !important;
    }

    .dropdown-menu>li {
        max-width: 100% !important;
        flex: 100% !important;
    }

    #header-serch {
        padding-right: 50px;
        padding-left: 15px;
        padding-top: 15px;
    }

    .widgets-wrap {
        width: auto;
    }

    .widget-header {
        margin: 0;
    }
}

/* ================== header css Ends ================ */

/*============== Home Page Banner Carousel css ============*/
.carousel-indicators li {
    border-color: transparent !important;
}

.carousel-type-1 .carousel-inner .carousel-item {
    position: relative;
    /*height: 32vw;*/
}

.carousel-type-1 .article-img,
.carousel-type-1 .offer-banner {
    position: relative;
}

.carousel-type-1.mobile-section .carousel-inner .carousel-item {
    /*height: 71vw;*/
}

.carousel-type-1 .carousel-inner .banner1,
.carousel-type-1 .article-img img,
.carousel-type-1 .offer-banner img {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    object-fit: contain;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    width: 10%;
}

.carousel-type-1 .swiper-button-prev {
    left: auto;
    margin-left: 10px;
}

.carousel-type-1 .swiper-button-next {
    right: auto;
    margin-right: 10px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset;
}

/*============== Home Page Banner Carousel css Ends ============*/

/*====================== Carousel css =====================*/
.slot-padding {
    padding: 7.5px 0;
}

.slot-padding+.slot-padding {
    padding-top: 0;
}

.slot-padding-2 {
    padding: 7.5px 0;
    padding-bottom: 0;
}

.slot-padding+.slot-padding-2,
.slot-padding-2+.slot-padding-2 {
    padding-top: 0;
    padding-bottom: 0;
}

main .slot-padding-2:last-child {
    padding-bottom: 7.5px;
}

.my-card1 {
    background-color: var(--c2);
    border-radius: .25rem;
}

.carousel-header {
    position: relative;
    padding: 1rem;
    border-bottom: solid;
    color: var(--c5);
}

.carousel-heading {
    font-size: var(--fs6);
    margin: 0;
}

.text-slot-heading {
    font-size: var(--fs6);
    margin: 0;
}

.text-slot-sub-heading {
    font-size: var(--fs4);
    margin: 0;
}

.text-slot-content {
    font-size: var(--fs2);
    margin: 0;
}

.text-slot-para {
    width: 50%;
    margin: auto;
}

.text-bg-img {
    background: #fff;
    padding: 30px;
    opacity: 0.9;
    margin: 2rem auto !important;
}

.home-page .carousel-heading {
    font-size: var(--carouselfs1);
    font-family: var(--ff2);
    text-align: center;
    color: var(--c3);

}

.carousel-header .btn-view-all {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3%;
}

.carousel-body {
    padding: 10px 20px;
    color: var(--c5);
}

.carousel-img {
    position: relative;
}

.card-product-grid .carousel-img,
.carousel-type-2 .carousel-img {
    padding-top: 100%;
}

.carousel-type-2 .carousel-img {
    /*max-width: 200px;*/
/*    margin: auto;*/
    width: 100%;
}

.add-to-bag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: none;
    padding: 0.55rem 2rem;
    font-size: var(--fs1);
    color: var(--c9);
    background: var(--c3-80);
    border-radius: .25rem;
    width: 116px;
    cursor: pointer;
}

.add-to-bag:hover {
    color: var(--c9);
}

.swiper-container {
    padding: 10px 50px
}

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

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

.swiper-button-next,
.swiper-button-prev {
    border-radius: 50%;
    background: var(--bg1);
    width: 30px;
    height: 30px;
    top: calc(50% - 10px);
    box-shadow: 0 0 6px #0000001f;
    /*transform: translateY(-50%);*/
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-weight: bold;
    color: var(--bgText1);
}

.product-label {
    position: absolute;
    left: 45px;
    top: 10px;
    background-color: var(--c4-50);
    padding: 4px 6px 2px;
    line-height: 1;
    border-radius: 2px;
    z-index: 9;
    font-size: var(--carouselfs2);
    color: var(--c3);
}

.offer-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 6px 2px;
    line-height: 1;
    border-radius: 2px;
    z-index: 9;
    font-size: var(--carouselfs2);
    z-index: 99;
}

.offer-icon img {
    position: initial !important;
    width: 30px !important;
}

.offer-icon-colour {
    color: #BABABA;
}

.offer-tool-tips {
    padding: 6px 8px 2px 8px;
    background-color: var(--c3);
    font-size: var(--carouselfs3);
    color: #ffffff;
    display: none;
    position: absolute;
    right: 37px;
    border-radius: 4px;
    width: max-content;
}


.offer-icon:hover .offer-tool-tips {
    display: inline-block;
}

.offer-icon:hover .offer-icon-colour {
    color: var(--c3);
}

.carousel-type-2 .swiper-slide {
    padding: 10px;
}

.carousel-type-2 .swiper-slide {
    height: auto;
}

.carousel-type-2 .carousel-content {
    position: relative;
    border-radius: .25rem;
    padding: 10px;
    transition: all ease-in-out .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.carousel-type-2 .carousel-content:hover {
    box-shadow: 0 0 12px #00000020;
    transform: scale(1.05);
}

.carousel-type-2 .carousel-content:hover .add-to-bag {
    display: block;
}

.carousel-type-2 .swiper-slide {
    text-align: center;
}

.carousel-type-2 .swiper-slide img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.carousel-type-2 .swiper-slide .t1 {
    font-size: var(--carouselfs3);
    color: var(--c6);
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.carousel-type-2 .swiper-slide .t2 {
    font-size: var(--carouselfs2);
/*    margin-bottom: .75rem;*/
    margin-bottom: auto;
    color: var(--c5);
}

.carousel-type-2 .swiper-slide .t3 {
    font-size: var(--carouselfs3);
    margin-bottom: .5rem;
    margin-top: .5rem;
    color: var(--c5);
}

/*============ carousel type 3 ================== */
.carousel-type-3 .swiper-slide img {
    width: 100%;
    border-radius: 0.25rem;
}

.carousel-type-3 .swiper-container {
    padding: 10px 100px 10px 0;
}

.carousel-type-3 .swiper-button-next,
.carousel-type-4 .swiper-button-next {
    right: 15px;
}

.carousel-type-3 .swiper-button-prev,
.carousel-type-4 .swiper-button-prev {
    left: 15px;
}

/*============ carousel type 4 ================== */
.carousel-type-4 .carousel-heading img {
    height: calc(var(--carouselfs1) * 1.2);
}

.carousel-type-4 .swiper-slide img {
    width: 100%;
    border-radius: 0;
}

.carousel-type-4 .swiper-container {
    padding: 10px 5px;
}

/*============ carousel type 5 ================== */
.carousel-type-5 .carousel-inner {
    height: 18vw;
}

/*============ carousel type 6 ================== */
.carousel-type-6 .swiper-slide {
    text-align: center;
}

.carousel-type-6 .carousel-heading {
    font-size: var(--carouselfs1);
    font-family: var(--ff2);
    text-align: center;

}

.article-list-heading {
    font-size: var(--carouselfs1);
    font-family: var(--ff2);

}

.t4 {
    font-size: var(--fs7);
    font-family: var(--ff2);
    color: var(--c5);
    line-height: 1.2;
}

.t5 {
    margin-top: 1.5rem;
    font-size: var(--fs3);
    color: var(--c4);
    line-height: 1.2;
    margin-bottom: .5rem;
}

.t6 {
    font-size: var(--fs9);
    font-family: var(--ff2);
    color: var(--c5);
    line-height: 1.2;
}

.carousel-type-6 .t1,
.carousel-type-6 .t2,
.card-product-grid2 .t1,
.card-product-grid2 .t2 {
    padding: 0 10px;
}

.carousel-type-6 .swiper-container {
    padding: 10px 0px;
}

.carousel-type-6 .swiper-slide img {
    width: 100%;
}

@media (max-width: 991px) {
    .carousel-heading {
        font-size: var(--fs6);
    }

    .home-page .carousel-heading {
        font-size: var(--fs6);
    }

    .carousel-type-6 .carousel-heading {
        font-size: var(--fs6);
    }

    .carousel-type-4 .carousel-heading img {
        height: calc(var(--fs6) * 1.2);
    }

    .carousel-indicators {
        margin-bottom: 0rem;
    }

    .slot-padding {
        padding: 6px;
    }

    .carousel-body {
        padding: 5px;
        color: var(--c5);
    }

    .carousel-content {
        padding: 8px 0;
    }

    .swiper-slide {
        padding: 0px;
    }

    .swiper-container {
        padding: 10px 20px
    }

    .add-to-bag {
        font-size: var(--fs0);
        padding: .5rem .75rem;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 25px;
        height: 25px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 13px;
    }

    .product-label {
        font-size: var(--fs1);
    }

    .carousel-type-2 .carousel-content:hover {
        box-shadow: none;
        transform: scale(1);
    }

    .carousel-type-2 .carousel-content:hover .add-to-bag {
        display: none;
    }

    .carousel-type-2 .carousel-content {
        padding: 0px;
    }

    .carousel-type-2 .swiper-slide img {
        width: 100%;
    }

    .carousel-type-2 .swiper-slide {
        padding: 0px;
    }

    /*============ carousel type 3 ================== */
    .carousel-type-3 .swiper-button-next {
        right: 5px;
    }

    .carousel-type-3 .swiper-button-prev {
        left: 5px;
    }

    /*============ carousel type 6 ================== */
    .carousel-type-6 .carousel-heading {
        text-align: left;
    }

    .card-product-grid .carousel-img,
    .carousel-type-2 .carousel-img {
        padding-top: 115%;
    }

    .back_to_top {
        position: fixed;
        bottom: 161px;
        right: 17px;
        background-color: var(--c3);
        padding: 13px;
        border-radius: 30px;
        line-height: 0;
        cursor: pointer;
        scale: 1;
        transition: all ease-in-out .5s;
    }
}

/*====================== Carousel css Ends =================*/

/*==================== Btn css ===========================*/
.btn1 {
    padding: 0.5rem 2rem;
    font-size: var(--fs2);
}

.btn2 {
    background: var(--c3);
    padding: .5rem 1rem;
    color: var(--c9);
    font-size: var(--fs2);
}

.btn2:hover {
    color: var(--c9);
}

footer .btn2 {
    background: var(--bgText1);
    padding: .5rem 1rem;
    color: var(--bg1);
    font-size: var(--fs2);
}

footer .btn2:hover {
    color: var(--bg1);
}

#filters-container .btn2 {
    background: var(--bgText1);
    padding: .5rem 1rem;
    color: var(--bg1);
    font-size: var(--fs2);
}

#filters-container .btn2:hover {
    color: var(--bg1);
}

.btn3 {
    background: var(--c3);
    padding: .75rem 2rem;
    color: var(--c9) !important;
    font-size: var(--fs2);
}

.btn4 {
    background: var(--c2);
    padding: .75rem 2rem;
    color: var(--c6) !important;
    font-size: var(--fs2);
}
.btn5 {
    background: var(--c2);
    padding: .75rem 2rem;
    color: var(--c6) !important;
    font-size: var(--fs2);
    transition: none;
}
.btn5:hover, .btn5:hover *{
    background: var(--c3);
    color: var(--c9) !important;
}
.btn-height-2 {
    height: 36px;
}
.delivery_section .dropdown-item:hover * {
    color: var(--c4) !important;
}
.cart-product-table .save-for-latter {
    position: absolute;
    right: 0px;
    top: 10px;
}
@media (max-width: 992px) {
    .carousel-header .btn {
        padding: 0;
        font-size: var(--fs2);
        border: none;
    }
}

/*==================== Btn css Ends ===========================*/

/*==================== Footer css ===========================*/
/* footer .footer-header .col_1{
    flex: 0 0 25%;
    max-width: 25%;
}
footer .footer-header .col_2 {
    flex: 0 0 50%;
    max-width: 50%;
}
footer .footer-header .col_3 {
    flex: 0 0 25%;
    max-width: 25%;
}
footer .footer-header.hide_news .col_1 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
}
footer .footer-header.hide_news .col_3{
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
footer .footer-header.hide_icons .col_1 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
}
footer .footer-header.hide_icons .col_2 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
footer .footer-header.hide_news .col_2 {
    display: none;
}
footer .footer-header.hide_icons .col_3 {
    display: none;
} */


footer {
    background: var(--c2);
    font-size: var(--fs2);
}

footer p {
    margin: 0;
    color: var(--bgText1);
}

footer .sign-up-text {
    color: var(--c4);
}

.footer-input,
.footer-input:focus {
    background-color: #a3a3a338;
    border: none !important;
}

.social-icons a {
    color: var(--c3);
    font-size: var(--fs4);
    padding: 8px;
}

.footer-bottom {
    padding-top: 20px;
}

footer .title {
    font-size: var(--fs2);
    color: var(--bgText1);
    font-weight: 600;
}

footer .list-unstyled {
    color: var(--c6);
}

footer .list-unstyled a {
    color: var(--bgText1);
}

.footer-bottom a,
.footer-bottom {
    color: var(--c6);
    font-size: var(--fs2);
}

.mobile-bottom-icons {
    width: 100%;
    background: var(--c2);
    padding: .75rem;
    box-shadow: 0 0 6px #00000010;
    position: fixed;
    bottom: 0;
    z-index: 998;
}

.mobile-bottom-icon {
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    font-size: var(--fs1);
    color: var(--c5);
    margin: auto;
    line-height: 1.6;
    position: relative;
}

.mobile-bottom-icon img {
    width: 22px;
    height: 22px;
}

.mobile-bottom-icon .notify {
    right: 6px;
    top: 0px;
}

.mobile-bottom-icon.active {
    color: var(--c4);
}

@media (max-width: 991px) {
    .social-icons a {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .social-icons a {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .sign-up-text {
        font-size: var(--fs2);
    }

    .footer-bottom {
        font-size: 14px;
    }

    .footer-bottom a {
        font-size: 14px;
    }

    .mobile-toggle-collapse {
        position: relative;
    }

    .mobile-toggle-collapse:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        font-family: 'feather';
        content: "\e8b1";
        transition: all 300ms linear 0s;
    }

    .mobile-toggle-collapse.show:before {
        transform: translateY(-50%) rotate(180deg);
        opacity: 0;
    }

    .mobile-toggle-collapse:after {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        margin: 0;
        font-family: 'feather';
        content: "\e897" !important;
        transition: all 300ms linear 0s;
        transform: translateY(-50%) rotate(-180deg);
        opacity: 0;
    }

    .mobile-toggle-collapse.show:after {
        opacity: 1;
        transform: translateY(-50%);
    }

    footer {
        padding-bottom: 80px;
    }
}

/*==================== Footer css Ends ===========================*/

/*====================Left Side Bar Css ===========================*/

.filter-panel {
    flex: 0 0 21%;
    max-width: 21%;
    min-width: 260px;
}

.left-sidebar .title {
    font-size: var(--fs3);
    color: var(--bgText1);
    margin: 0;
}

.left-sidebar .card-title,
.left-sidebar .card-title a {
    font-size: var(--fs2);
    color: var(--c5);
    text-transform: capitalize;
}

[data-toggle='collapse'] {
    cursor: pointer !important;
}

.left-sidebar .list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    max-height: 200px;
    min-height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

.left-sidebar .list-menu li {
    margin-bottom: 5px;
}

.left-sidebar .list-menu li a {
    margin-bottom: 5px;
    font-size: var(--fs2);
    color: var(--bgText1-90);
}

.left-sidebar .list-menu label,
.left-sidebar .form-control {
    font-size: var(--fs2);
    color: var(--c6);
    /* background-color:#a3a3a338;
    border:1px solid var(--bgText1-45) !important; */
}

@media (max-width: 991px) {
    .mobile-drower {
        position: fixed;
        top: 0;
        left: 0;
        width: 85vw;
        max-width: 500px;
        height: 100vh !important;
        transform: translateX(-100%);
        transition: all ease-in-out 0.5s;
        background: var(--bg1);
        z-index: 9999;
        overflow: auto !important;
    }

    .header_search_box.right {
        width: 85vw;
        max-width: 500px !important;
    }

    .mobile-drower.open {
        transform: translateX(0);
    }

    .left-sidebar .list-menu {
        height: auto;
        overflow-y: visible;
    }

    .left-sidebar .list-menu {
        max-height: none;
    }

    .mobile-drower a {
        color: var(--bgText1);
    }
}

/*====================Left Side Bar Css Ends ===========================*/

/*==================== Product Listing Ccs ===========================*/
.section_background .card-header {
    background-color: var(--bg1);
}

.card-product-grid {
    padding: 10px;
    text-align: center;
}

.card-product-grid2 {
    text-align: center;
}
.add-to-bag.notify .show{
    display: none;
    line-height: 20px;
}
.add-to-bag.notify .hide {
    line-height: 20px;
}
.add-to-bag.notify:hover .hide {
    display: none;
    line-height: 20px;
}
.add-to-bag.notify:hover .show {
    display: block;
}
.in_bottom.add-to-bag{
    position: initial;
    display: block;
    transform: translate(0%);
    margin-left:auto;
    margin-right:auto;
}
.in_bottom.add-to-bag.full_width{
    width: 100%;
}
.add-to-bag {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: none;
    padding: 0.55rem 1rem;
    font-size: var(--fs1);
    color: var(--c9);
    background: var(--c3-80);
    border-radius: .25rem;
}

.add-to-bag:hover {
    color: var(--c9);
}

.card-product-grid {
    position: relative;
    border-radius: .25rem;
    padding: 10px;
    transition: all ease-in-out .3s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-product-grid:hover {
    box-shadow: 0 0 12px #00000020;
}

.card-product-grid:hover .add-to-bag {
    display: block;
}

.card-product-grid img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    object-fit: contain;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.card-product-grid {
    padding: 10px;
}

.card-product-grid2 img {
    width: 100%;
    border-radius: 4px;
}

.t1 {
    font-size: var(--carouselfs3);
    color: var(--c6);
    margin-bottom: 0;
    margin-top: 0.25rem;
}

.t2 {
    font-size: var(--carouselfs2);
    margin-bottom: .75rem;
    color: var(--c5);
}

.card-product-grid .t3 {
    font-size: var(--carouselfs3);
    margin-bottom: .5rem;
    color: var(--c5);
}

.products-wrapper {
    margin: 0;
}

.products-wrapper>div {
    padding: .5rem;
}

.products-wrapper2>div {
    padding: 1rem;
}

.scratch-price {
    color: var(--c6);
    text-decoration: line-through;
    /*    margin-right: 10px;*/
}

.breadcrumb .breadcrumb-item,
.breadcrumb a {
    color: var(--c6);
    font-size: var(--fs2);
    text-transform: capitalize;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e844";
    font-family: feather;
    padding: 0 .6rem;
    line-height: 1;
}

.produc-detail-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    font-family: feather;
    padding: 0 1.1rem 0 0.6rem;
    line-height: 1;
}

.left-sidebar [data-toggle='collapse'] {
    display: block;
    position: relative;
    color: var(--bgText1);
}

.left-sidebar [data-toggle='collapse']:after {
    content: "\e844";
    font-family: feather;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
    transition: all ease-in-out .2s;
}

.ApplyFilterCheckboxCollapsed:after {
    right: 0px !important;
}

.left-sidebar [data-toggle='collapse']:not(.collapsed):after {
    transform: translateY(-50%) rotate(90deg);
}

.products-sortby {
    max-width: 200px;
}

#sort-by .sm-t1 {
    color: var(--bgText1) !important;
}

#sort-by .border-top {
    border-top: 1px solid var(--bgText1-45) !important;
}

@media (max-width: 991px) {
    .card-product-grid {
        padding: 0;
    }

    .card-product-grid:hover {
        box-shadow: none;
    }

    .card-product-grid:hover .add-to-bag {
        display: none;
    }
    .in_bottom.add-to-bag.notify .hide {
        display: none;
        line-height: 20px;
    }

    .in_bottom.add-to-bag.notify .show {
        display: block;
    }
}

/*==================== Product Listing css Ends ===========================*/

/*==================== Product Detail css ===========================*/
.product-detail,
.product-detail a {
    color: var(--c6);
    font-size: var(--fs2);
}

.product-detail .offers {
    font-weight: 600;
}

.product-detail .title {
    font-size: var(--fs5);
    color: var(--c5);
}

.product-detail .price {
    font-size: var(--fs2);
    font-weight: 600;
    color: var(--c5);
}

.product-detail .scratch-price {
    font-size: var(--fs2);
    font-weight: 600;
    color: var(--c6);
    text-decoration: line-through;
}

.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    clear: both;
}

.rating-stars li.stars-active {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.rating-stars li.stars-active i {
    color: orange;
}

.rating-stars i {
    font-size: var(--fs2);
    color: #ccc;
    display: inline;
    font-weight: bolder;
}

.parameter {
    color: var(--c5);
    padding: 5px 10px;
    border-radius: 4px;
}

.parameter:nth-child(2n-1) {
    background: var(--c7);
}

.parameter .value {
    color: var(--c6);
    margin-left: 5px;
}

.parameter .value.in-stock {
    color: var(--c10);
}

.parameter-img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 5px;
}

.input-spinner {
    width: 100px;
    flex-wrap: nowrap;
    display: inline-flex;
    vertical-align: middle;
}

.input-spinner input.form-control {
    text-align: center;
    max-width: 35px;
    height: 35px;
    padding: 0;
    flex-basis: 35px;
    flex-grow: 0;
    font-size: var(--fs2);
    background: var(--c2);
    color: var(--c4);
}

.input-spinner .btn {
    font-size: var(--fs3);
    padding: 0.25rem .75rem;
}

.input-spinner .button-minus {
    font-size: var(--fs5);
    line-height: 1;
    padding: 0.1rem .75rem;
}

.product-detail .swiper-container,
#productdetail-image-carousel .swiper-container {
    padding: 0px;
}

.product-detail .gallery-thumbs.swiper-container,
.gallery-thumbs2.swiper-container {
    padding: 0px 5px;
}

.product-detail .swiper-slide,
#productdetail-image-carousel .swiper-slide {
    text-align: center;
}

.product-detail .gallery-top .swiper-slide img,
.gallery-top2 .swiper-slide img {
    /*width: 100%;
    max-width: 500px;
    max-height: 500px;*/
    max-height: 100%;
}

.product-detail .gallery-thumbs .swiper-slide img,
.gallery-thumbs2 .swiper-slide img {
    /*width: 100%;
    max-width: 100px;
    max-height: 100px;*/
    max-height: 100%;
}

.product-detail .gallery-thumbs .swiper-slide,
.gallery-thumbs2 .swiper-slide {
    border-radius: .25rem;
    padding: 5px;
}

.product-detail .gallery-thumbs .swiper-slide:hover,
.gallery-thumbs2 .swiper-slide:hover {
    box-shadow: 0 0 6px #00000010;
}

.product-detail .swiper-button-next,
.product-detail .swiper-button-prev {
    background: var(--c8);
}

#product-detail-container {
    /*height: 700px;*/
}

.product-content-scrollable {
    overflow-y: auto;
    height: 530px;
    margin-bottom: 2rem;
}

.text-muted {
    color: var(--c6) !important;
}

.product-more-details {
    font-size: var(--fs2) !important;
    color: var(--c6);
}

.nav-tabs {
    border-radius: 0;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item .nav-link {
    color: var(--c5);
}

.nav.nav-tabs .nav-item .nav-link {
    padding: 0.5rem 0rem;
    line-height: 1.2;
}

.nav-tabs .nav-item {
    padding: 0 1rem;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--c4);
    border-bottom: solid 2px var(--c4) !important;
}

.attributes a span {
    margin: 10px 20px 10px 0;
}

.attributes a.active span {
    color: var(--c4);
    text-decoration: underline;
}

.wishlist-icon-product-detail {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}

.modal .wishlist-icon-product-detail {
    top: 0px;
    right: 0px;
}

.gallery-thumbs .swiper-wrapper,
.gallery-thumbs2 .swiper-wrapper {
    place-content: center;
}

#product-detail-container .swiper-slide {
    height: 150%;
}

.nozoom {
    display: block;
}

.swiper-gallery .zoom,
.swiper-gallery .nozoom {
    padding-top: 82.5%;
}

.swiper-gallery .zoom .main-img,
.swiper-gallery .nozoom img,
.swiper-gallery .nozoom video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    object-fit: contain;
    height: 100%;
}

.active-attribute {
    border: 3px solid var(--c3) !important;
    padding: 3px;
}

@media (max-width: 991px) {
    .product-content-scrollable {
        height: auto;
        margin-bottom: 2rem;
        overflow: visible;
    }

    #product-detail-container {
        height: auto;
    }

    .mobile-overflow-x {
        overflow-x: auto;
        width: 100%;
    }

    .parameter-img-wrapper {
        width: max-content;
    }

    .nav-tabs .nav-item {
        padding: 0 .6rem;
    }

    .swiper-gallery .zoom,
    .swiper-gallery .nozoom {
        padding-top: 100%;
    }
}

/*==================== Product Detail css Ends ===========================*/

/*==================== Shooping cart css ========================== */
.text-right-mobile {
    text-align: right;
}

.repeater-btn {
    background-color: var(--c3);
    ;
    padding: 11px;
    border-radius: 4px;
    color: var(--c2);
}

.text-dark {
    color: var(--c5) !important;
}

.table thead th {
    border-top: none;
    font-size: var(--fs3);
    color: var(--c5);
}

.price-wrap .price {
    font-size: var(--fs2);
    font-weight: 600;
    color: var(--c5);
}

.price-wrap .text-muted {
    font-size: var(--fs2);
}

.info {
    font-size: var(--fs2);
}

.info .text-muted {
    color: var(--c6);
    margin-bottom: 6px;
}

.info .remove {
    color: var(--c5);
    margin-bottom: 6px;
}

.info .text-dark {
    color: var(--c5) !important;
    margin-bottom: 6px;
}

.info .price {
    color: var(--c4);
}

.itemside {
    position: relative;
    display: flex;
    width: 100%;
}

.itemside .aside {
    position: relative;
    flex-shrink: 0;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.img-sm {
    position: relative;
    width: 180px !important;
    height: 180px !important;
}

.img-sm img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

/*.cart-product-table {
    height: 542px;
}*/
.scroll-vertical {
    overflow-y: auto;
}

.scroll-horizontal {
    overflow-x: auto;
}

.price-detail .scroll-vertical {
    height: 271px;
}

.info .minus-margin {
    margin: 0 -0.5rem;
}

tr.sticky-row>th {
    background-color: white;
    border-left: none;
    border-right: none;
    position: sticky;
    top: 0;
    margin-top: -1px;
    z-index: 99;
}

.price-detail .price {
    float: right;
}

.price-detail .price-item {
    padding: 1rem 0;
    color: var(--c6);
    font-size: var(--fs2);
}

.price-detail .price-item .text-dark {
    color: var(--c5);
}

.cart-codes input,
.cart-codes btn,
select {
    padding: .75rem 1rem !important;
    font-size: var(--fs2) !important;
}

.cart-codes input,
.cart-codes btn,
select,
form label {
    color: var(--c6);
}

.address-table tr:first-child td {
    border-top: none;
}

.address-table {
    height: 379.4px;
}

.price-detail [data-toggle='collapse'] {
    display: block;
    position: relative;
    color: var(--c5);
}

.price-detail [data-toggle='collapse']:after {
    content: "\e842";
    font-family: feather;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
}

.table-shopping-cart tr th:last-child {
    width: 340px;
}

.product-breakup {
    height: 414px !important;
}

.price-breakup {
    height: 314px !important;
}

.order-detail-popup {
    height: calc(100vh - 167px);
    overflow-y: auto;
}

@media (max-width: 991px) {
    .order-detail-popup {
        height: calc(100vh - 167px);
        overflow-y: auto;
    }

    .make-purchase-btn-wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--c2);
        padding: 15px;
        z-index: 999;
        box-shadow: 0 0 6px #00000010;
    }

    .table-shopping-cart tr td {
        padding: 0.75rem 0;
    }

    .img-sm {
        width: 100px !important;
        height: 100px !important;
    }

    .scroll-vertical {
        overflow: hidden;
    }

    .cart-product-table {
        height: auto;
    }

    .price-detail .scroll-vertical {
        height: auto;
    }

    .address-table {
        height: auto;
        overflow: hidden;
    }

    .address-table table td {
        padding: .075rem;
    }

    .product-breakup {
        height: auto !important;
    }

    .price-breakup {
        height: auto !important;
    }

    .mobile-css-1 {
        padding-top: 20px;
        margin-left: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .text-right-mobile {
        text-align: left;
        padding-top: 15px;
    }

    .mobile-mx-auto {
        margin: auto;
    }

    .mobile-view {
        width: 100%;
    }

}

/*==================== Shooping cart css ends ========================== */

/*==================== Mini Website css ========================== */
.mini-website .brand-logo img {
    max-height: 6vw;
    width: 100%;
}

.mini-website .brand-logo {
    background: white;
    border-radius: 0.25rem;
    overflow: hidden;
    text-align: center;
}

.banner-tittle {
    font-size: var(--fs3);
    margin-bottom: 1rem;
    color: var(--c5);
}

.all-brands-wrapper {
    /*height: calc(100vh - 194px);*/
}

.left-side-alphabets {
    background: var(--c2);
    /*position: absolute;*/
    top: 70px;
    left: 19px;
    padding: 10px;
    z-index: 99;
    overflow-y: auto;
    box-shadow: 0 0 6px #00000010 !important;
    /*height: calc(100% - 110px);*/
    height: max-content;
    width: 100%;
}

.left-side-alphabets .list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0;
    /*height: max-content;*/
    width: max-content;
}

.left-side-alphabets .list-menu li {
    padding: 6px 14px;
    overflow-x: auto;
    display: inline-block;
}

.left-side-alphabets .list-menu a {
    color: var(--c5);
    font-size: var(--f3);
    padding: 6px 2px;
}

.left-side-alphabets .list-menu a:hover,
.left-side-alphabets .list-menu a.active {
    color: var(--c4);
    border-bottom: solid 2px var(--c4) !important;
}

.brand-apbha {
    text-align: center;
    font-size: var(--fs4);
    padding: 10px;
    font-weight: 600;
}

.brands-with-apbha {
    padding: 10px;
}

.brands-list-atoz {
    overflow-y: auto;
    height: calc(100% - 80px);
}

.brands-wrapper {
    padding-left: 120px;
    padding-bottom: 30px;
}

.brands-with-alpha {
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

.brands-with-alpha ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    column-count: 4;
}

.brands-with-alpha ul a {
    color: var(--c5);
}

.mini-page-left-nav * {
    text-transform: uppercase !important;
}

.mini-page-left-nav.left-sidebar .card-title,
.mini-page-left-nav.left-sidebar .card-title a {
    font-size: var(--fs1-1);
}

.mini-page-left-nav.left-sidebar .list-menu li a {
    font-size: var(--fs1-1);
}

.mini-page-left-nav.left-sidebar .list-menu {
    overflow: visible;
    max-height: inherit;
    min-width: inherit;
}

@media (max-width: 991px) {
    .banner-tittle {
        font-size: var(--fs2);
    }

    .brands-wrapper {
        padding-left: 70px;
    }

    .brands-with-alpha ul {
        column-count: 1;
        text-align: center;
    }
}

/*==================== Mini Website css ends ========================== */

/*==================== offers css ========================== */
.offers-img-slot .row {
    margin: 0;
    padding: 0 7.5px;
}

.offers-img-slot .row>div {
    padding: 7.5px;
}

.offers-img-slot:first-child .row {
    padding-top: 7.5px;
}

.offers-img-slot:last-child .row {
    padding-bottom: 7.5px;
}

/*==================== offers css ends ========================== */

/*==================== Accounts css ends ========================== */
.scroll-horizontal .nav-tabs {
    width: max-content;
    min-width: 100%;
}

.fixed-height {
    height: calc(100vh - 197px);
    overflow: hidden;
}

.left-sidebar.fixed-height .fixed-body {
    height: calc(100vh - 283px)
}

.right-content.fixed-height .fixed-body {
    height: calc(100vh - 305px)
}

.h-max-content {
    height: max-content;
}

.w-max-content {
    width: max-content;
    min-width: 100%;
}

.logo2 {
    max-width: 200px;
}

input[type='checkbox'].big {
    width: 20px;
    height: 20px;
}

.left-sidebar .nav-link {
    color: var(--c5);
    padding: 1rem 0;
    position: relative;
    font-size: var(--fs2);
}

.left-sidebar .nav-link:hover,
.left-sidebar .nav-link.active {
    color: var(--c4);
}

.left-sidebar .nav-link img {
    margin-right: 10px;
}

.left-sidebar .nav-link:after {
    content: "\e844";
    font-family: feather;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: inherit;
}

.update-button-wrapper {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    box-shadow: 0px -3px 3px #0000000d;
    left: 0;
}

.orders-table tr td {
    padding-left: 0;
}

.tr-hover tr:hover {
    background: var(--c8);
}

.edit-profile {
    position: absolute;
    top: 30px;
    right: 25px;
}

@media (max-width: 991px) {
    .fixed-height {
        height: auto;
        overflow: hidden;
    }

    .fixed-body {
        height: auto !important;
    }
}

/*==================== Accounts css Ends ===========================*/

/*==================== Store Locator css  ===========================*/
.td-hover td {
    padding: 10px;
}

.td-hover td:hover>div,
.td-hover td>div.active {
    background: var(--c8);
}

.store-locator-table tr:first-child td {
    border-top: none;
}

.store-locator-table {
    /*height: calc(100vh - 270px);*/
}

.store-locator-table table {
    margin-bottom: 0;
}

.store-gmap .overflow-h {
    /*height: calc(100vh - 298px);*/
}

@media (max-width: 991px) {
    .store-locator-table {
        height: auto;
    }
}

/*==================== Store Locator css Ends ===========================*/

/*==================== Modals css ===========================*/
.modal .product-content-scrollable {
    max-height: calc(100vh - 265px);
}

/*==================== Modals css Ends ===========================*/

/*==================== Chat css ===========================*/
.chatbot-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    width: 62px;
    height: 62px;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    font-size: 30px;
    z-index: 99999;
}

.chat-frame-container {
    position: fixed;
    display: block;
    background: transparent;
    z-index: 2147483646;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px 0px;
    width: 380px;
    max-height: 540px;
    right: 10px;
    bottom: 0px;
    height: 100%;
    transition: all .2s, bottom .2s ease-in-out !important;
    top: auto !important;
}

.chat-frame-hidden {
    top: auto !important;
    bottom: -100% !important;
}

.chatbot-top-bar {
    background: var(--c3);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    position: relative;
    flex: 0 0 auto;
    min-height: 40px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0px 4px 8px -3px rgb(0 0 0 / 30%);
    z-index: 3;
}

.chatbot-top-bar-header,
.chatbot-entry-top-header {
    display: flex;
    flex-direction: row;
}

.chatbot-top-bar-text,
.chatbot-entry-top-text {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px;
    flex: 1 1;
    font-family: "Open Sans", sans-serif;
}

.chatbot-top-bar-text,
.chatbot-entry-top-text {
    color: #FFFFFF;
    font-weight: 500;
}

.chatbot-header-top-right {
    display: flex;
    color: #fff;
    align-items: center;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 0px 10px;
    cursor: pointer;
    margin: 0px 10px;
    align-self: center;
    z-index: 10;
}

.chatbot-top-bar-button {
    cursor: pointer;
    margin: 0px 15px 0px 0;
    align-items: center;
    z-index: 10;
}

@media (max-width: 991px) {
    .chatbot-icon {
        bottom: 85px;
        right: 5px;
    }

    .chat-frame-container {
        width: 100%;
        right: 0;
        max-width: 425px;
    }
}

/*==================== Chat css Ends ===========================*/

/*==================== Article css ===========================*/
.slot-8-4 .article-img img {
    height: auto;
}

.right-stories {
    border-left: solid 1px;
}

@media (max-width: 991px) {
    .right-stories {
        border-left: none;
    }

    .slot-8-4 .article-img img {
        height: auto;
    }
}

/*==================== Article css Ends ===========================*/

/* ===================== Register Modal Css =====================*/
.otp {
    padding: 0 !important;
    text-align: center;
}

.otp::-webkit-inner-spin-button,
.otp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* ===================== Register Modal Css Ends =====================*/

/* ========================= Price range Slider Css Start ====================== */
input[type='range'] {

    height: 30px;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}


input[type='range']:nth-child(2)::-webkit-slider-runnable-track {
    background: none;
}

input[type='range']::-webkit-slider-thumb {
    position: relative;
    height: 15px;
    width: 15px;
    z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb {
    z-index: 2;
}

.rangeslider {
    position: relative;
}

.rangeslider .custom-range {
    position: absolute;
}

.rangeslider span {
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right {
    position: relative;
    float: right;
    margin-right: -5px;
}


/* Proof of concept for Firefox */
@-moz-document url-prefix() {
    .rangeslider::before {
        content: '';
        width: 100%;
        height: 2px;
        background: #003D7C;
        display: block;
        position: relative;
        top: 16px;
    }

    input[type='range']:nth-child(1) {
        position: absolute;
        top: 35px !important;
        overflow: visible !important;
        height: 0;
    }

    input[type='range']:nth-child(2) {
        position: absolute;
        top: 35px !important;
        overflow: visible !important;
        height: 0;
    }

    input[type='range']::-moz-range-thumb {
        position: relative;
        height: 15px;
        width: 15px;
        z-index: 1;
    }

    input[type='range']:nth-child(1)::-moz-range-thumb {
        transform: translateY(-20px);
    }

    input[type='range']:nth-child(2)::-moz-range-thumb {
        transform: translateY(-20px);
    }
}

/* ========================= Price range Slider Css End ====================== */
.mega-dropdown-img a {
    padding: 0 !important;
}

/* =========================== Toaster Css =================================== */
.toast {
    background-color: #00b5b8;
}

.toast-success {
    background-color: var(--c3);
}

.toast-error {
    background-color: var(--c3);
}

.toast-info {
    background-color: var(--c3);
}

.toast-warning {
    background-color: var(--c3);
}

/* ================== Toaster css Ends ================================= */
/* ================== Payment Method css ================================= */
.payment-method-card {
    color: var(--c5);
    border-radius: 4px;
    margin: 5px 0px;
    border: solid thin var(--c8);
}

.payment-method-card .card-container {
    background: var(--c7);
    padding: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    cursor: pointer;
}

.payment-method-card .icon-chevron-down {
    line-height: 1;
}

.card-more-detail>div {
    padding: 10px;
}

/* ================== Payment Method css Ends ================================= */

/* ======================== Article Css Starts ========================*/
.article-slot-wrapper>div:first-child {
    margin-left: auto;
}

.article-slot-wrapper>div:last-child {
    margin-right: auto;
}

/* ======================== Article Css Starts ========================*/

.status-lable {
    position: absolute;
    padding: 5px 4px 6px 4px;
    left: 40px;
    bottom: 40px;
    background-color: var(--c4);
    border-radius: 20px;
    min-width: max-content;
}

.offer-btn {
    border-radius: 4px;
    border: 1px solid var(--c5) !important;
    font-size: 16px;
    padding: 6px 12px;
}

/* right-bar-based-on-header-button */
/* start-right-bar-css */
.right-bar {
    background-color: #fff;
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 475px;
    z-index: 9999;
    float: right !important;
    right: -475px;
    top: 0;
    bottom: 0;
    padding-bottom: 80px;
}

.right-bar .right-bar-toggle {
    background-color: #ffffff;
    height: 24px;
    width: 24px;
    line-height: 22px;
    color: #456dff;
    text-align: center;
    border-radius: 50%;
    margin-top: -4px;
    padding-top: 1px;
}

.customer-right-bar-show .right-bar {
    right: 0;
}

.rightbar-overlay {
    background-color: #37404a;
    opacity: .1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 100%;
}

.customer-right-bar-show .rightbar-overlay {
    display: block;
}

.right-bar-btn {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.web-right-scroll-bar {
    overflow-y: scroll;
    height: calc(100vh - 69px);
}

.landing-page-switcher li {
    padding: 6px 7px;
}

.landing-page-tab ul {
    text-decoration: none;
    list-style-type: none;
    display: inline-block;
}

.switcher-img-sm {
    height: 32px;
}

.active-switch {
    border-bottom: 2px solid var(--c4) !important;
}

/* .tab-hover img:hover{
    -webkit-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.42);
    box-shadow: 0px 6px 12px -4px rgba(0,0,0,0.42);
} */
.rating-box {
    list-style-type: none;
    padding-left: 20px;
}

.no-border {
    border: none;
}

.search-font-1 {
    font-size: 17.5px;
    font-weight: 500;
    color: #4A4A4A;
}

.input-group-bg-1 {
    background-color: var(--c3);
}

.icon-color-1 {
    color: var(--c2);
}

.small-text1 {
    font-size: 14px;
}

.list-s-none {
    list-style-type: none;
    line-height: 14px !important;
}

.list-s-none li {
    line-height: 14px !important;
}

.width-1 {
    display: inline-block;
}

.right-drawer-button {
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: 9;
    /* background-color: #fff; */
    transform: translateY(-50%);
}

.custom-serach1 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
    margin-right: 10px;
    border-radius: 4px;
    padding: 9px 8px;
    margin-left: 10px;
    color: #4a4a4a;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.20);
}

/* ============================ Skeleton-loading-animation-css-start ================================= */
.Skeleton-loading-animation .pre-loading {
    display: none;
}

.Skeleton-loading-animation .banner-slot-1 {
    width: 100%;
    background-color: #fff;
    /*height: 500px;*/
    padding: 20px;
}

.Skeleton-loading-animation .banner-slot-2 {
    width: 100%;
    background-color: #fff;
    /*height: 300px;*/
    padding: 20px;
}

.Skeleton-loading-animation .banner-slot-2 .banner-skeleton {
    background-color: #E2E9F2;
    /*height: 100*/
    padding-top: 12%;
}

.Skeleton-loading-animation .banner-slot-3 {
    width: 100%;
    background-color: #fff;
    height: 100px;
    padding: 20px;
}

.Skeleton-loading-animation .banner-slot-3 .banner-skeleton {
    background-color: #E2E9F2;
    height: 100%;
}

.Skeleton-loading-animation .banner-slot-1 .banner-skeleton {
    background-color: #E2E9F2;
    /*height: 100%;*/
    padding-top: calc(33% - 20px);
}

.Skeleton-loading-animation .banner-skeleton {
    background-image: linear-gradient(120deg, #E2E9F2 50%, #F5FAFF 60%, #F5FAFF 61%, #E2E9F2 70%);
    background-size: 573px;
    background-position: 100% 0;
    animation: waves 3s linear infinite;
}

@keyframes waves {
    100% {
        background-position: -100% 0;
    }
}

.Skeleton-loading-animation .products-slot {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.Skeleton-loading-animation .product-filter {
    width: 100%;
    background-color: #fff;
    height: 700px;
    padding: 20px;
}

.Skeleton-loading-animation .products-slot .products-list {
    height: 100%;
    width: 100%;
}

.Skeleton-loading-animation .products-slot .products {
    background-color: #fff;
    height: 100%;
}

.Skeleton-loading-animation .products-slot .products .product-img {
    background-color: #E2E9F2;
    height: 182px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-slot .products .line {
    background-color: #E2E9F2;
    height: 20px;
    width: 80%;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .product-img,
.line,
.heading-line {
    background-image: linear-gradient(120deg, #E2E9F2 50%, #F5FAFF 60%, #F5FAFF 61%, #E2E9F2 70%);
    background-size: 573px;
    background-position: 100% 0;
    animation: waves 3s linear infinite;
}

.Skeleton-loading-animation .products-slot .products .heading-line {
    background-color: #E2E9F2;
    height: 40px;
    width: 90%;
    margin-bottom: 30px;
    border-radius: 2px;
}

.Skeleton-loading-animation #product-list-card,
.Skeleton-loading-animation #filters {
    display: none;
}

/* Products-details-page */
.Skeleton-loading-animation .products-details {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.Skeleton-loading-animation .products-details .products-details-row {
    height: 100%;
    width: 100%;
}

.Skeleton-loading-animation .products-details .products .product-img {
    background-color: #E2E9F2;
    /*height: 350px;*/
    padding-top: 90%;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-details .products .sm-product-img {
    background-color: #E2E9F2;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 2px;
    margin: 0px 10px 0px 10px;
    width: 100%;
}

.Skeleton-loading-animation .products-details .products .line-2 {
    background-color: #E2E9F2;
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-details .products.desktop-pr {
    padding-right: 12px !important;
}

.Skeleton-loading-animation .products-details .products .line-3 {
    background-color: #E2E9F2;
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
}

/* end */
/* shopping-bag */
.Skeleton-loading-animation .products-details .products .product-img-cart {
    background-color: #E2E9F2;
    height: 175px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .product-img-cart,
.line-2,
.line-article,
.heading-line {
    background-image: linear-gradient(120deg, #E2E9F2 50%, #F5FAFF 60%, #F5FAFF 61%, #E2E9F2 70%);
    background-size: 360px;
    background-position: 100% 0;
    animation: waves 3s linear infinite;
}

/* end */
/* blog-module */
.Skeleton-loading-animation .products-slot .products-list .products .line-blog-1 {
    background-color: #E2E9F2;
    height: 20px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-slot .products-list .products .line-blog-2 {
    background-color: #E2E9F2;
    height: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-slot .products-list .products .line-blog-3 {
    background-color: #E2E9F2;
    height: 20px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-slot .products .product-img-blog {
    background-color: #E2E9F2;
    height: 182px;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .products-slot .products-list .products .line-article {
    background-color: #E2E9F2;
    height: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 2px;
}

.Skeleton-loading-animation .line-article,
.line-blog-1,
.line-blog-2,
.line-blog-3,
.product-img-blog {
    background-image: linear-gradient(120deg, #E2E9F2 50%, #F5FAFF 60%, #F5FAFF 61%, #E2E9F2 70%);
    background-size: 800px;
    background-position: 100% 0;
    animation: waves 3s linear infinite;
}

/* end */
@media (max-width: 991px) {

    .Skeleton-loading-animation .products-slot,
    .Skeleton-loading-animation .banner-slot-1,
    .Skeleton-loading-animation .banner-slot-2,
    .Skeleton-loading-animation .banner-slot-3 {
        padding: 10px;
    }

    .Skeleton-loading-animation .banner-slot-3 {
        height: 80px;
    }

    .Skeleton-loading-animation .banner-slot-1 .banner-skeleton {
        padding-top: calc(50% - 20px);
    }

    .Skeleton-loading-animation .banner-slot-2 .banner-skeleton {
        padding-top: 35%;
    }

    .products-slot>.row {
        margin: 0 !important;
    }

    .products-slot>.row>div {
        padding: 0 7.5px !important;
    }

    .Skeleton-loading-animation .products-slot .products .product-img {
        padding-top: 115%;
        height: auto;
    }

    .Skeleton-loading-animation .products-slot .products .product-img-blog {
        height: auto;
        padding-top: 71%;
    }

    .Skeleton-loading-animation .products-details .products .product-img-cart {
        height: 83px;
    }

    .Skeleton-loading-animation .products-slot .products-list .products .line-blog-1 {
        width: 60%;
    }

    .Skeleton-loading-animation .products-slot .products-list .products .line-blog-2 {
        width: 100%;
    }

    .Skeleton-loading-animation .products-slot .products-list .products .line-blog-3 {
        width: 60%;
    }

    .Skeleton-loading-animation .products-details .products .product-img {
        padding-top: 100%;
    }

    .new_header_app {
        align-items: start !important;
    }
}

/* ============================ Skeleton-loading-animation-css-end ================================= */



/* ============================new-header-css =======================================================*/
.new_header_app .nested_menu .main_menu {
    display: inline-block;
}

.new_header_app .nested_menu .main_menu a {
    font-size: var(--fs2);
    color: var(--bgText1);
}

.new_header_app .nested_menu .main_menu .second_menu a {
    font-size: var(--fs2);
    color: var(--bgText2) !important;
}

.new_header_app .nested_menu .main_menu .second_menu {
    background-color: var(--bg2);
    z-index:9;
}

.new_header_app .nested_menu .main_menu .sub_menu {
    background-color: var(--bg2);
}

.new_header_app .nested_menu .main_menu:hover a {
    color: var(--c4);
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}


.menu li {
    position: relative;
}


.menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}


.menu li:hover>a {
    background-color: #f0f0f0;
}

.menu ul.second_menu {
    border-top: 1px solid #e5e5e5;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    transform: translateX(0px);
    padding: 0;
    margin: 0;
    min-width: 250px;
    width: 100%;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.13));


}

/* .menu ul.second_menu .d-align{
   display: inline-block;
 } */
.menu ul.sub_menu {
    border-left: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(0px);
    display: none;
    background-color: #fff;
    padding: 0;
    margin: 0;
    min-width: max-content;
    min-width: 250px;
    width: 100%;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.13));
    z-index: 9;
}


.menu li:hover>ul {
    display: block;
}

/* .new_header_app .nested_menu .scroll-Y{
   overflow-y: auto;
   height: calc(100vh - 200px);
} */






.second_menu.left {
    left: auto !important;
    right: 0 !important;
    transform: translateX(0px) !important;
}

.sub_menu.left {
    left: auto !important;
    right: 100% !important;
    transform: translateX(0px) !important;
}

.left .sub_menu:not(.right),
.left :not(.right) .sub_menu:not(.right) {
    left: auto !important;
    right: 100% !important;
    transform: translateX(0px) !important;
}


.sub_menu.top,
.second_menu.top {
    top: auto !important;
    bottom: 0 !important;
    transform: translateY(0px) !important;
}

/* .sub_menu.open,
.second_menu.open {
 display: block;
} */





/* ======================new-product-list-design ==========================*/
.product-remark a {
    display: flex;
    width: max-content;
}

.product-card .extra-info,
.option {
    display: flex;
    margin-right: 12px;
}

.product-card .extra-info,
.option span {
    margin: auto;
}

.product-card .extra-info {
    padding: 8px;
    background-color: #f5f6f7;
    margin: 8px;
    border-radius: 4px;
}

.extra-info .option {
    margin: auto;
}

.input-group .form-control.outline {
    border: 1px solid #0000001F;
    border-radius: 30px 0px 0px 30px;
}

.input-group .input-group-text.outline {
    border: 1px solid #0000001F;
    border-radius: 0px 30px 30px 0px;
    padding: 0px 16px;
}

.scroll-container-X {
    width: 100%;
    overflow-x: auto;
}

.scroll-content {
    white-space: nowrap;
    width: fit-content;
    padding-bottom: 0px;
}

.scroll-container-X.custom_width {
    width: 100%;
    overflow-x: auto;
}

.product-card .pricing ul {
    margin: 0;
    padding-left: 8px;
}

.product-card .pricing ul li {
    display: inline-block;
}

.product-card .pricing ul li .chip {
    display: flex;
    background-color: #fff;
    border: 1px solid #DFE2E6;
    border-radius: 30px;
    padding: 4px 12px 4px 12px;
}


.product_img {
    width: max-content;
}

.product_img img {
    max-width: 52px;
    border-radius: 30px;
}

.custom-tuchpin .form-control-3 {
    width: 32px;
    margin-left: 8px;
    margin-right: 8px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #456dff0d;
}

.custom-tuchpin .remove_qty,
.add_qty {
    background-color: #fff;
    border: 1px solid #0000001F;
    border-radius: 30px;
    padding: 6px;
    display: inline-block;
    width: 32px;
    height: 32px;
    /* margin: auto; */
}

.form-control-3 {
    background-color: #fff;
}

.group_btn_1 {
    display: flex;
    position: initial;
    margin-top: auto;
    margin-bottom: auto;
}

.purchases.status-1 {
    border: 1px solid #e5e5e5;
    padding: 6px 18px;
    border-radius: 30px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.cart-icons {
    background-color: #f7f7f7;
    padding: 6px;
    border-radius: 30px;
    margin-right: 12px;
}

/* ================Responsive-and-gird-view-css ====================*/
.product-card {
    position: relative;
}

.product_content {
    padding: 12px;
}

.sm_lg_col {
    display: flex;
}

.custom-row .custom-col .sm_lg_col {
    display: flex;
}

.sub-header .lg_view {
    display: block;
}

.custom-row .custom-col .lg_view {
    display: block;
}

.custom-row .custom-col .sm_lg_col .product_content {
    padding-bottom: 12px;
    padding-top: 12px;
}

.header_search_box.right {
    margin-left: auto;
    max-width: 300px;
    padding: 0px;
}
/* ================Responsive-and-gird-view-css ====================*/



/* ====================== Responsive-Start ==========================*/
@media (max-width: 1440px) {
    .header_search_box.right {
        max-width: 200px;
    }
}

@media (max-width: 1200px) {
    .header_search_box.right {
        max-width: 177px;
    }
}

@media (max-width: 1100px) {
    .scroll-container-X.custom_width {
        width: 280px;
    }
}



@media (max-width: 991px) {
    .group_btn_1 {
        position: absolute;
        top: 79px;
        right: 0;
    }

    .lg_view {
        display: none;
    }

    .sm_lg_col {
        display: block;
    }

    .sm_lg_col {
        display: block;
    }

    .scroll-container-X.custom_width {
        width: 100% !important;
    }

    .group_btn_1 .product-remark .btn-text {
        display: none;
    }

    .group_btn_1 .product-remark .btn-text {
        display: none;
    }

    .new_header_app .nested_menu .main_menu {
        display: inline !important;
    }

    .new_header_app .nested_menu {
        width: 100%;
    }

    .new_header_app {
        height: calc(100vh - 116px);
        overflow-y: auto;
    }

    .nested_menu {
        margin: 10px !important;
    }

    .menu ul.second_menu {
        position: fixed;
        top: 0px;
        left: 0px;
        transform: translateX(-100%);
        transition: all ease-in-out 0.5s;
        z-index: 9;
        width: 360px;
        height: 100vh;
    }
    .nested_menu ul.second_menu {
        width: 100%;
    }

    .menu ul.second_menu.open {
        transform: translateX(0%);
        transition: all ease-in-out 0.5s;
    }

    .menu ul.sub_menu {
        position: fixed;
        top: 0px;
        left: 0px;
        transform: translateX(-100%);
        transition: all ease-in-out 0.5s;
        z-index: 9;
        width: 360px;
        height: 100vh;
    }
    .nested_menu ul.sub_menu {
        width: 100%;
    }

    .menu ul.sub_menu.open {
        transform: translateX(0%);
        transition: all ease-in-out 0.5s;
    }

    /* .menu ul.second_menu.active {
       top: -132px;
       left:-9px;
       z-index: 9;
       width: 360px;
       height: 100vh;
   } */
    .navbar.navbar-main.open {}
}

.text-slot-type-2 table {
    width: 100% !important;
    margin: auto !important;
}

.text-slot-type-2 p {
    margin: 0;
}

.text-slot-type-2 table th,
.text-slot-type-2 table td {
    border: 1px solid;
}
.overflow-ellipsis3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 500px) {
    .group_btn_1 {
        position: initial;
        border-top: 1px solid #e5e5e5;
    }

    .group_btn_1 .custom-tuchpin .remove_qty,
    .add_qty {
        margin: auto;
    }

    .custom-tuchpin .form-control-3 {
        margin: auto;
    }

    .product-card .product-remark {
        border-right: 1px solid #0000001F;
    }

    .product-card .col-md-12 {
        padding-bottom: 0px;
    }

    .icon-group .price-item {
        margin-right: auto;
        margin-left: auto;
    }

}

.offer_tag {
    padding: 3px 10px 0px;
    display: inline-block;
    margin: 1px;
}