/*
Theme Name: My Bazar Ecommerce HTML5 Template
Theme URI: https://maantheme.com/my-bazar
Author: Maan Theme
Author URI: https://maantheme.com
Desing by: Maan Theme
Developed by: Abdullah Al Numan
Version: 2.0
License:
Tags:
*/


/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Top Bar

    3 Mid Bar

    4 Manu Bar

    5 Banner

    6 Service

    7  Discount

    8  Categories

    9  Ad Poster

    10  Shop List

    11 Shop Details

    12 Product Tab

    13 Product Card

    14 Similar Product

    15 Offer Count

    16 Brand Logo

    17 Login

    18 Billing Details

    19 Footer


======================================
[ End table content ]
======================================*/


/*=====================
    1 Theme Default
=======================*/


/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
 :root {
    --burgundy: #4A0E1A;
    --charcoal-dark: #fff;
    --dark-gray: #1a1a1a;
    --darker-gray: #0a0a0a;
    --bg-dark: #121212;
    --light-maroon: #eee0e1;
    --ivory: #F7F4EF;
    --gold: #f7bf46;
    --gold-hover: #B8923D;
    --burgundy-light: #2a0a10;
    --border-color: 1px solid rgba(201, 162, 77, 0.15);
    --border-card-radius: 16px;
    --banner-bg-color: #111111;
    --btn-bg-top: #3a0d1c;
    --btn-bg-mid: #2a0812;
    --btn-bg-bottom: #1a0610;
    --btn-border-color: #7a2030;
    --btn-border-width: 1.5px;
    --btn-border-radius: 5px;
    --btn-padding-y: 10px;
    --btn-padding-x: 18px;
    --btn-shadow-color: rgb(113 20 13 / 94%);
    --btn-shadow: inset 0 -6px 7px var(--btn-shadow-color);
    --btn-icon-color: #cc8090;
    --btn-font-size: 11.5px;
    --btn-letter-spacing: 1.4px;
    --line: #e9e9e9;
    --colo-white: #fff;
    --green: #1E7D3A;
    --light-green: #E6F5EC;
    --gray-color: #d5d5d5;
    --dark-gray-color: #a5a5a5;
    /* INPUT COLORS */
    --input-text: #1e293b;
    --input-placeholder: #7e7f81;
    --input-bg: #ffffff;
    --input-bg-focus: #fafcff;
    /* BORDER */
    --input-border: #e2e6ef;
    --input-border-hover: #782c3233;
    --input-border-focus: #7b1e2b;
    /* SHADOW */
    --input-shadow-focus: 0 0 0 0.15rem rgba(123, 30, 43, 0.15);
    /* DISABLED */
    --input-bg-disabled: #f5f6f8;
    --input-text-disabled: #aab2bd;
    /* SIZE */
    --input-height: 44px;
    --input-padding-x: 14px;
    --input-radius: 8px;
    /* FONT */
    --input-font-size: 16px;
    --label-size: 16px;
    --label-weight: 600;
    --label-color: #1e293b;
    --label-spacing: 0.05px;
    --label-line: 1.4;
    --label-gap: 6px;
}

html {
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
}


/* Slim scrollbar */


/* Firefox ke liye */

* {
    scrollbar-width: thin;
    /* thin scrollbar */
    scrollbar-color: var(--btn-border-color);
}

 ::-webkit-scrollbar {
    width: 5px;
}


/* Track (background) */

 ::-webkit-scrollbar-track {
    background: #1a1a1a;
}


/* Thumb (gradient: gold + wine) */

 ::-webkit-scrollbar-thumb {
    background: var(--btn-border-color);
    /* wine color */
    border-radius: 10px;
}


/* Hover effect (thoda shine feel) */

.theme-btn {
    background: #ff8400 !important;
    color: #fff !important;
}

body {
    margin: 0;
    padding: 0 !important;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    word-spacing: 0px;
    word-wrap: break-word;
    background-color: var(--charcoal-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: var(--ivory);
}

h1 {
    font-size: 54px;
    line-height: 66px;
}

h2 {
    font-size: 48px;
    line-height: 58px;
}

h3 {
    font-size: 32px;
    line-height: 42px;
}

h4 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 28px;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 27px;
    color: var(--bg-dark);
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
    letter-spacing: 0;
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--ivory);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 600;
}

a:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
    outline: none !important;
    text-decoration: none;
    color: var(--darker-gray);
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
    box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

svg {
    fill: var(--ivory);
    --svg-font-size: 14px;
    width: var(--svg-font-size);
    height: var(--svg-font-size);
    /* margin-top: -4px; */
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

span.orange {
    color: var(--btn-border-color);
}

.main-wrapper {
    overflow: hidden;
}


/* section {
        padding: 40px 0px;
    } */

section .main-title,
.maan-mybazar-filter {
    margin-bottom: 15px !important;
}

section .main-title h4,
.title h4 {
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
    font-size: 24px;
    text-align: center;
    color: var(--btn-border-color);
    position: relative;
}

.faq .title {
    margin-bottom: 10px;
}

.faq .sub_content p {
    color: var(--bg-dark);
}

section .main-title .right-link {
    text-align: right;
}

section .main-title .right-link a {
    display: inline-block;
    color: var(--bg-dark);
    font-size: 15px;
    text-transform: capitalize;
    /* background: var(--gold); */
    /* padding: 2px 10px; */
    /* border-radius: var(--btn-border-radius); */
    /* border-bottom: 1px solid var(--bg-dark); */
}

section .main-title .right-link a .icon svg {
    fill: var(--bg-dark);
    margin-left: 10px;
}

section .main-title .right-link a:hover .icon svg path {
    fill: var(--btn-border-color);
}

section .main-title .right-link a:hover {
    color: var(--btn-border-color);
    border-color: var(--btn-border-color);
}

section .main-title .right-link a:hover .icon svg path {
    fill: var(--btn-border-color) !important;
    transform: translateX(3px);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
}

section .auto-margin-3>.col-lg-3:nth-last-child(1)>div,
section .auto-margin-3>.col-lg-3:nth-last-child(2)>div,
section .auto-margin-3>.col-lg-3:nth-last-child(3)>div,
section .auto-margin-3>.col-lg-3:nth-last-child(4)>div,
section .auto-margin-3>.col-md-3:nth-last-child(1)>div,
section .auto-margin-3>.col-md-3:nth-last-child(2)>div,
section .auto-margin-3>.col-md-3:nth-last-child(3)>div,
section .auto-margin-3>.col-md-3:nth-last-child(4)>div,
section .auto-margin-4>.col-lg-4:nth-last-child(1)>div,
section .auto-margin-4>.col-lg-4:nth-last-child(2)>div,
section .auto-margin-4>.col-lg-4:nth-last-child(3)>div,
section .auto-margin-4>.col-md-4:nth-last-child(1)>div,
section .auto-margin-4>.col-md-4:nth-last-child(2)>div,
section .auto-margin-4>.col-md-4:nth-last-child(3)>div {
    margin-bottom: 0px;
}


/* section .table {
    color: var(--darker-gray);
} */


/* section .table thead {
    border: 0;
    background: var(--color-white2);
} */


/* section .table thead th {
    padding: 20px 25px;
    font-weight: 500;
    color: var(--darker-gray);
    border: 0;
} */


/* section .table tbody th,
section .table tbody td {
    border: 0;
    border-bottom: 1px solid var(--color-white2);
}

section .table tbody th img {
    width: 80px;
    margin-right: 20px;
}

section .table tbody td {
    padding: 0px 25px;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid var(--color-white3);
}

section .table tbody td.total-amount {
    padding: 40px 25px;
}

section .table tbody td.total-amount span {
    font-weight: 500;
}

section .table tbody td.red {
    color: var(--color-red);
}

section .table tbody td a.link-anime {
    padding: 8px 30px;
    border: 1px solid var(--color-black);
}

section .table tbody td a.link-anime::before,
section .table tbody td a.link-anime::after {
    background: var(--color-black);
}

section .table tbody td a.link-anime:hover {
    color: var(--color-white);
    border: 1px solid var(--btn-border-color);
    background: var(--burgundy);
}

section .table tbody td a.link-anime.block {
    border: 1px solid var(--color-gBlack);
}

section .table tbody td a.link-anime.block::before,
section .table tbody td a.link-anime.block::after {
    background: var(--color-gBlack);
}

section .table tbody td a.link-anime.block:hover {
    border: 1px solid var(--btn-border-color);
}

section .table tbody .item-name {
    padding-left: 0;
}

section .table tbody .table-close-btn {
    text-align: right;
}

section .table tbody .table-close-btn button {
    padding: 0;
    border: none;
}

section .table tbody .table-close-btn button svg {
    --svg-font-size: 18px;
    fill: var(--color-gBlack);
}

section .table tbody .table-close-btn button:hover svg {
    fill: var(--btn-border-color);
} */

.table .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-white3);
    border-radius: 5px;
}

.table .quantity input {
    padding: 0;
    width: 50px;
    height: 40px;
    border: 0;
    color: var(--darker-gray);
    text-align: center;
    cursor: pointer;
    background: var(--color-tr);
}

.table .quantity input.input-number {
    width: 100% !important;
    border: 0px !important;
    border-left: 1px solid var(--color-white3) !important;
    border-right: 1px solid var(--color-white3) !important;
}


/*     
    .buy-more-check {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
    } */

section .title,
section .title-left,
section .title-center,
section .title-right {
    margin-bottom: 50px;
}

section .title h4~p,
section .title-left h4~p,
section .title-center h4~p,
section .title-right h4~p {
    margin-top: 10px;
}

section .title-center {
    text-align: center;
}

section .title-center h4 {
    line-height: 20px;
    color: var(--btn-border-color);
}

section .title-right {
    text-align: right;
}

.card {
    background: var(--color-tr);
    border: 0px;
    border-radius: 0px;
}

.card:has(.table_title_wrapper) {
    padding: 0;
    height: 100%;
}

.card .card-body {
    padding: 15px;
}


/* a.link-anime,
button.btn-anime {
    position: relative;
    display: inline-block;
    padding: 15px 35px;
    color: var(--color-white);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid var(--btn-border-color);
    overflow: hidden;
    background: var(--charcoal-dark);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-property: color;
    transition-property: color;
    z-index: 1;
} */


/* a.link-anime::before,
a.link-anime::after,
button.btn-anime::before,
button.btn-anime::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 104%;
    background: var(--burgundy);
    z-index: -3;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
} */


/* a.link-anime::before,
button.btn-anime::before {
    top: 0;
    left: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

a.link-anime::after,
button.btn-anime::after {
    bottom: -1px;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
} */


/* a.link-anime:hover,
button.btn-anime:hover {
    color: var(--btn-border-color);
} */


/* a.link-anime:hover::before,
button.btn-anime:hover::before {
    opacity: 0;
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
}

a.link-anime:hover::after,
button.btn-anime:hover::after {
    opacity: 0;
    -webkit-transform: translate(50%, 30%);
    transform: translate(50%, 30%);
} */

.modal-backdrop {
    z-index: 4;
}

.banner {
    padding: 0px;
    background-color: var(--charcoal-dark);
}

.banner-bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-center,
.content-left,
.content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-top-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.content-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}


/*=====================
    2 Top Bar
=======================*/

.top-bar {
    border-bottom: 1px solid var(--color-border);
}

.top-bar.sticky {
    margin-bottom: 170px;
}

.top-bar .top-bar-left li {
    display: inline-block;
    padding: 0px 20px;
    border-left: 1px solid var(--color-border);
}

.top-bar .top-bar-left li a {
    color: var(--darker-gray);
}

.top-bar .top-bar-left li a span.text {
    text-transform: capitalize;
}

.top-bar .top-bar-left li a span.icon svg {
    fill: var(--color-gBlack);
    --svg-font-size: 16px;
    margin-right: 8px;
}

.top-bar .top-bar-left li a:hover {
    color: var(--btn-border-color);
}

.top-bar .top-bar-left li a:hover span.icon svg {
    fill: var(--btn-border-color);
}

.top-bar .top-bar-right {
    text-align: right;
}

.top-bar .top-bar-right>ul>li {
    padding: 0px 20px;
    display: inline-block;
    border-right: 1px solid var(--color-border);
}

.top-bar .top-bar-right li button {
    border: none;
    color: var(--darker-gray);
    text-transform: capitalize;
    background: var(--color-tr);
}

.top-bar .top-bar-right li button::after {
    border-top: 5px solid;
    border-right: 5px solid var(--color-tr);
    border-left: 5px solid var(--color-tr);
    margin-left: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-bar .top-bar-right li button.show {
    color: var(--btn-border-color);
}

.top-bar .top-bar-right li button.show::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.top-bar .top-bar-right li button:hover {
    color: var(--btn-border-color);
}

.top-bar .top-bar-right .dropdown-menu {
    inset: unset !important;
    display: block !important;
    padding: 10px 0px;
    top: calc(100% + 60px) !important;
    right: -20px !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    border: none;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-bar .top-bar-right .dropdown-menu li a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    color: var(--darker-gray);
    background: var(--color-tr);
}

.top-bar .top-bar-right .dropdown-menu li a:hover,
.top-bar .top-bar-right .dropdown-menu li.active>a {
    color: var(--btn-border-color);
    background: var(--color-white2);
}

.top-bar .top-bar-right .dropdown-menu.show {
    top: calc(100% + 16px) !important;
    opacity: 1;
    visibility: visible;
}

.top-bar .top-bar-right .currency-manu button {
    position: relative;
    padding-left: 25px;
}

.top-bar .top-bar-right .currency-manu .flag {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0px;
    left: 0px;
    border-radius: 30px;
    overflow: hidden;
}

.top-bar .top-bar-right .currency-manu .flag img {
    width: 100%;
    height: 100%;
}

.top-bar .top-bar-right .currency-manu li a {
    position: relative;
    text-align: unset;
    /*padding-left: 50px;*/
}

.top-bar .top-bar-right .currency-manu li a .flag {
    top: 8px;
    left: 15px;
    line-height: 0;
}

header .main-header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: var(--charcoal-dark);
}

header .main-header.sticky {
    position: fixed;
}


/*=====================
    3 Mid Bar
=======================*/

.mid-bar {
    padding: 10px 0px;
    background-color: var(--bg-dark);
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transition: background-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

.mid-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: smoothSticky 0.35s ease-in-out;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    animation: smoothSticky 0.35s ease-in-out;
}

.mybazar-login-section {
    height: auto !important;
    min-height: unset !important;
    padding: 40px 0 !important;
}

body,
#main-wrapper,
main {
    height: auto !important;
    min-height: unset !important;
}

@keyframes smoothSticky {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.mid-bar .logo a {
    display: block;
}

.mid-bar .logo a img {
    max-width: 150px;
    min-height: 50px;
}

.mid-bar .pill-search-form {
    position: relative;
}

.mid-bar .pill-search-form input {
    background: #232323 !important;
    border-radius: 50px !important;
    border: 1px solid #322c2b !important;
    color: var(--colo-white) !important;
}

.mid-bar .pill-search-form input::placeholder {
    color: var(--colo-white) !important;
}

.pill-search-form {
    position: relative;
}

.pill-search-form button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    padding: 5px 10px;
    cursor: pointer;
}

.mid-bar .pill-search-form input {
    caret-color: var(--colo-white);
    padding-right: 36px !important;
}

.mid-bar .mid-search .input-group {
    width: 100%;
    height: 50px;
    border-radius: var(--btn-border-radius);
    border: 1.5px solid var(--gold);
    background: var(--charcoal-dark);
    /* box-shadow: inset 0 4px 300px rgba(0, 0, 0, 0.75), inset 0 37px 3px rgba(0, 0, 0, 0.45); */
}

.main-header .mid-bar .main-nav-links li a:hover,
.main-header .mid-bar .main-nav-links li a.active {
    color: var(--gold);
}

.main-header .mid-bar .main-nav-links li a.dropdown-toggle::after {
    display: none;
}

.mid-bar .main-nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#main-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.card-table.Wishlist_card_table {
    margin-bottom: 20px;
}

.title_main_wrapper {
    border-bottom: 1px solid var(--line);
}

.title_main_wrapper .title_sub_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
}

.title_main_wrapper .title_sub_wrapper .sub_wrapper h5 {
    color: var(--bg-dark);
}

.order_list_table_wrapper {
    margin-top: 10px;
}

.order_list_table_wrapper .customer-dashboard-table {
    margin-bottom: 10px;
}

.title_main_wrapper .title_sub_wrapper .sub_wrapper:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.maan-content-wrapper {
    border: 1px solid var(--line);
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
    margin-top: 16px;
    padding-bottom: 16px;
}


/* BUTTON HOVER */


/* .mid-bar .mid-search .input-group .btn:hover {
    background: linear-gradient(135deg, var(--wine-light), var(--wine-dark)) !important;
} */


/* FOCUS EFFECT (SOFT GLOW) */

.mid-bar .mid-search .input-group:focus-within {
    border-color: var(--btn-border-color) !important;
    box-shadow: 0 !important;
}

.mid-bar .mid-search .input-group input {
    padding: 0px 25px;
    width: calc(100% - 10%);
    height: 100%;
    border-radius: 50px;
    background-color: transparent;
    border: 0 !important;
}

.mid-bar .mid-search .input-group input::placeholder {
    color: var(--darker-gray);
}

.mid-bar .mid-search .input-group button {
    width: calc(100% - 90%);
    height: 100%;
    border: none;
    border-radius: 0 50px 50px 0;
    background: transparent;
    background: var(--gold) !important;
    color: var(--ivory) !important;
    padding: 12px 18px !important;
    border-radius: 0 50px 50px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: -1px;
}

.mid-bar .mid-search .input-group button svg {
    fill: var(--darker-gray);
    --svg-font-size: 18px;
}

.mid-bar .mair-right {
    position: relative;
    text-align: right;
}

.mid-bar .mair-right ul {
    display: inline-block;
}

.mid-bar .mair-right .dropdown a.dropdown-toggle:hover {
    color: var(--colo-white);
}

.main-nav-links li.dropdown:hover .dropdown-menu {
    display: block;
}

.main-nav-links li.dropdown:hover .dropdown-menu.category-list ul div.mega-manu li a {
    color: var(--bg-dark);
}

.main-nav-links li.dropdown:hover .dropdown-menu.category-list ul div.mega-manu li {
    border: 0;
}

.main-nav-links .dropdown-menu {
    background-color: var(--bg-dark);
    margin-top: 0;
    border-radius: var(--btn-border-radius);
    border: 1px solid #434343;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-nav-links .dropdown-menu.category-list {
    min-width: 17rem !important;
}

.main-nav-links .dropdown-menu.category-list a {
    text-wrap: nowrap;
}

.main-header .mid-bar .main-nav-links li a {
    font-size: 15px;
}

.main-nav-links .dropdown-menu li {
    border-bottom: 1px solid #434343;
    padding: 0 10px;
}

.shop-list.vinora-success-wrap .table tbody tr td {
    padding: 0 !important;
}


/* ONLY normal menu links */

.main-header .mid-bar .main-nav-links>li:not(.dropdown)>a,
.multivendors-filter .page-tabs li a {
    position: relative;
    display: inline-block;
    /* padding-bottom: 5px; */
}


/* underline */

.main-header .mid-bar .main-nav-links>li:not(.dropdown)>a::after,
.multivendors-filter .page-tabs li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.3s ease;
}


/* hover */

.main-header .mid-bar .main-nav-links>li:not(.dropdown)>a:hover::after,
.multivendors-filter .page-tabs li a:hover::after {
    width: 100%;
}


/* active */

.main-header .mid-bar .main-nav-links>li:not(.dropdown)>a.active::after,
.multivendors-filter .page-tabs li a.active::after {
    width: 100%;
}

.main-nav-links .dropdown-menu a {
    padding: 10px 20px;
    color: var(--colo-white);
}

.main-nav-links .dropdown-menu a:hover {
    /* background-color: var(--colo-white); */
    color: var(--gold);
}

.mid-bar .mair-right>ul>li {
    display: inline-block;
    margin-right: 20px;
}

.mid-bar .mair-right>ul>li:last-child {
    margin-right: 0px;
}

.mid-bar .mair-right li a .icon svg,
.mid-bar .mair-right li button .icon svg {
    --svg-font-size: 22px;
    fill: var(--colo-white);
}

.mid-bar .mair-right li a:hover .icon svg,
.mid-bar .mair-right li button:hover .icon svg {
    fill: var(--colo-white);
}

.mid-bar .mair-right li>a {
    position: relative;
    padding: 8px 0px 0px 0px;
}

.mid-bar .mair-right li>a .number {
    position: absolute;
    font-size: 11px;
    font-weight: 500;
    right: -5px;
    top: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    color: var(--darker-gray);
    text-align: center;
    line-height: 15px;
    background: var(--gold);
}

.mid-bar .mair-right li button {
    border: none;
    color: var(--colo-white);
    text-transform: capitalize;
    background: var(--color-tr);
}

.mid-bar .mair-right li button::after {
    border-top: 5px solid;
    /* border-right: 5px solid var(--colo-white); */
    /* border-left: 5px solid var(--colo-white); */
    margin-left: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mid-bar .mair-right li button.show {
    color: var(--btn-border-color);
}

.mid-bar .mair-right li button.show svg {
    fill: var(--btn-border-color);
}

.mid-bar .mair-right li button.show::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* .mid-bar .mair-right li button:hover {
    color: var(--gold);
} */

.mid-bar .mair-right li .popup-search>button svg {
    --svg-font-size: 18px;
    fill: var(--color-gBlack);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog {
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .modal-content {
    border: none;
    background: var(--color-tr);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group {
    width: 100%;
    height: 50px;
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group input {
    padding: 0px 25px;
    width: calc(100% - 50px);
    height: 50px;
    border-radius: 50px 0 0 50px;
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    border-radius: 0 50px 50px 0;
    background: var(--burgundy);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group button svg {
    fill: var(--color-white);
}

.mid-bar .mair-right .dropdown-menu {
    inset: unset !important;
    display: block !important;
    padding: 10px 0px;
    top: calc(100% + 60px) !important;
    right: -20px !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    border: none;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mid-bar .mair-right .dropdown-menu li a {
    display: block;
    padding: 5px 10px;
    /* text-align: center; */
    font-size: 14px;
    color: var(--colo-white);
    background: var(--color-tr);
}

.mid-bar .mair-right .dropdown-menu li {
    border-bottom: 1px solid #434343;
}

.mid-bar .mair-right .dropdown-menu li:hover a,
.mid-bar .mair-right .dropdown-menu li.active>a,
.mid-bar .mair-right .dropdown-menu li:hover i,
.mid-bar .mair-right .dropdown-menu li.active>i {
    color: var(--gold);
}

.mid-bar .mair-right .dropdown-menu.show li:hover i {
    color: var(--gold);
}

.mid-bar .mair-right .dropdown-menu.show {
    top: calc(100% + 16px) !important;
    opacity: 1;
    visibility: visible;
    background-color: var(--bg-dark);
    margin-top: 0;
    border-radius: var(--btn-border-radius);
    min-width: 200px;
    border: 1px solid #434343;
    padding: 0;
}

.mid-bar .mair-right .dropdown-menu.show li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
}

.mid-bar .mair-right .dropdown-menu.show li i {
    color: var(--colo-white);
}

.mid-bar .mair-right .menu-btn {
    display: none;
    top: 1px;
    right: 0px;
    width: 30px;
    height: 20px;
    border: none;
    background: var(--color-tr);
}

.mid-bar .mair-right .menu-btn span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border-radius: 5px;
    background: var(--color-border);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mid-bar .mair-right .menu-btn span:nth-child(1) {
    top: 0px;
}

.mid-bar .mair-right .menu-btn span:nth-child(2) {
    top: 9px;
}

.mid-bar .mair-right .menu-btn span:nth-child(3) {
    top: 18px;
}

.mid-bar .mair-right .menu-btn.active span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.mid-bar .mair-right .menu-btn.active span:nth-child(2) {
    width: 0px;
    opacity: 0;
}

.mid-bar .mair-right .menu-btn.active span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*=====================
    4 Manu Bar
=======================*/

.manu-bar {
    /* margin: 10px 0; */
    background-color: var(--btn-border-color);
    /* box-shadow: 0px 0px 3px 0px rgb(96 53 62); */
    padding: 10px;
}


/* .manu-bar .category-manu,
.manu-bar .col-lg-9:has(.main-manu) {
    padding: 0;
} */


/* .manu-bar .container {
    background-color: var(--gold);
    box-shadow: 0px 0px 3px 0px rgb(96 53 62);
} */

.manu-bar .close-btn {
    display: none;
    position: absolute;
    top: -44px;
    right: 0;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50px;
    background: #7a2037;
    padding: 18px;
    z-index: 9;
}

.manu-bar .close-btn span {
    position: absolute;
    width: 50%;
    height: 5px;
    z-index: 99999;
    top: 42%;
    left: 27%;
    background: var(--ivory);
}

.manu-bar .close-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.manu-bar .close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.manu-bar .category-manu button {
    background: var(--gold);
    border: var(--gold);
    border-radius: var(--btn-border-radius);
    padding: var(--btn-padding-y) var(--btn-padding-x);
    cursor: pointer;
    /* box-shadow: var(--btn-shadow); */
    color: var(--bg-dark);
    font-size: var(--btn-font-size);
    letter-spacing: var(--btn-letter-spacing);
    font-weight: 700;
    text-transform: uppercase;
}

.manu-bar .pl-0 {
    padding-left: 0 !important;
}


/* .manu-bar .category-manu {
    padding: 0 12px;
} */

.manu-bar .category-manu button:hover {
    background: var(--gold-hover);
}

.manu-bar .category-manu button .icon svg {
    --svg-font-size: 13px;
    fill: var(--bg-dark);
    margin-right: 8px;
}

.manu-bar .category-manu button::after {
    content: none;
}

.manu-bar .category-manu button:hover,
.manu-bar .category-manu button.active {
    color: var(--bg-dark);
}

.manu-bar .category-manu button:hover .icon svg,
.manu-bar .category-manu button.active .icon svg {
    fill: var(--bg-dark);
}

.manu-bar .category-manu .category-list {
    display: block !important;
    width: 100%;
    padding: 0;
    top: calc(100% + 60px) !important;
    left: 0px !important;
    right: inherit !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    border: none;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    background: var(--charcoal-dark);
    z-index: 4;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.manu-bar .category-manu .category-list.show {
    top: 100% !important;
    opacity: 1;
    visibility: visible;
}

.manu-bar .main-manu ul {
    text-align: right;
}

.manu-bar .main-manu li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

.manu-bar .main-manu li:last-child {
    margin-right: 0px;
}

.manu-bar .main-manu li a {
    background: var(--gold);
    border: var(--gold);
    border-radius: var(--btn-border-radius);
    padding: var(--btn-padding-y) var(--btn-padding-x);
    cursor: pointer;
    color: var(--bg-dark);
    font-size: var(--btn-font-size);
    letter-spacing: var(--btn-letter-spacing);
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}


/* .manu-bar .col-lg-9{
    padding: 0 !important;
} */

.manu-bar .main-manu li a:hover {
    background-color: var(--gold-hover);
    color: var(--bg-dark) !important;
}

.manu-bar .main-manu li a .icon svg {
    fill: var(--color-white);
    --svg-font-size: 10px;
    margin-left: 8px;
}

.manu-bar .main-manu li ul {
    position: absolute;
    top: calc(100% + 50px);
    right: 0;
    padding: 0 15px;
    text-align: left;
    min-width: 230px;
    opacity: 0;
    visibility: hidden;
    background: var(--charcoal-dark);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.manu-bar .main-manu li ul li {
    display: block;
    border-bottom: 1px solid var(--color-white3);
    margin: 0px;
}

.manu-bar .main-manu li ul li:last-child {
    border-bottom: none;
}

.manu-bar .main-manu li ul li a {
    position: relative;
    display: block;
    padding: 10px 0px;
    color: var(--darker-gray);
}

.manu-bar .main-manu li ul li a::before {
    position: absolute;
    content: "";
    top: 22px;
    left: 0;
    width: 15px;
    height: 2px;
    opacity: 0;
    background: var(--burgundy);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.manu-bar .main-manu li ul li a::after {
    position: absolute;
    content: "";
    top: 19px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--btn-border-color);
    border-right: 2px solid var(--btn-border-color);
    left: 8px;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.manu-bar .main-manu li ul li:hover>a {
    color: var(--btn-border-color);
    padding: 10px 0px 10px 30px;
}

.manu-bar .main-manu li ul li:hover>a::before,
.manu-bar .main-manu li ul li:hover>a::after {
    opacity: 1;
}

.manu-bar .main-manu li ul li ul {
    left: inherit;
    right: calc(100% + 15px);
}

.manu-bar .main-manu li ul li:hover>ul {
    top: 0;
}

.manu-bar .main-manu li:hover>a {
    color: var(--darker-gray);
}

.manu-bar .main-manu li:hover>a .icon svg {
    fill: var(--color-black);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.manu-bar .main-manu li:hover>ul {
    top: calc(100% + 18px);
    opacity: 1;
    visibility: visible;
}

.manu-bar .overlay {
    display: none;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 8;
    opacity: 0;
    background: var(--color-black);
}

.side-mega-manu {
    background: var(--bg-dark);
    padding: 10px;
    border-radius: var(--btn-border-radius);
}

.side-mega-manu.mahroon_bg_sidebar {
    background: var(--btn-border-color);
    /* height: 100%; */
    position: sticky;
    top: 0;
    height: auto;
}

body:has(.accordion-item .collapse.show) {
    overflow: hidden;
    padding-right: 0 !important;
}

.row.user-dashbord:has(.side-mega-manu.mahroon_bg_sidebar) {
    align-items: flex-start !important;
}

.side-mega-manu.mahroon_bg_sidebar ul li.active,
.side-mega-manu.mahroon_bg_sidebar ul li:hover,
.side-mega-manu.mahroon_bg_sidebar ul li.focus {
    background: var(--light-maroon);
    border-radius: var(--btn-border-radius);
}

.side-mega-manu.mahroon_bg_sidebar ul li {
    margin-bottom: 5px;
}

.side-mega-manu.mahroon_bg_sidebar ul li.active a,
.side-mega-manu.mahroon_bg_sidebar ul li.active a span svg,
.side-mega-manu.mahroon_bg_sidebar ul li:active a,
.side-mega-manu.mahroon_bg_sidebar ul li:focus a,
.side-mega-manu.mahroon_bg_sidebar ul li:hover a,
.side-mega-manu.mahroon_bg_sidebar ul li:hover a span svg {
    color: var(--btn-border-color);
    fill: var(--btn-border-color);
}

.category-list a,
.side-mega-manu a {
    position: relative;
    display: block;
    padding: 18px 12px;
    font-size: 13px;
    font-weight: 400;
    color: var(--heading-color);
    font-weight: 600;
}

.category-list a .icon svg,
.side-mega-manu a .icon svg {
    fill: var(--btn-border-color);
    --svg-font-size: 25px;
    margin-right: 20px;
}

.category-list a .arrow,
.side-mega-manu a .arrow {
    position: absolute;
    top: 20px;
    right: 12px;
}

.category-list a .arrow svg,
.side-mega-manu a .arrow svg {
    --svg-font-size: 12px;
}

.category-list a:hover svg,
.side-mega-manu a:hover svg {
    fill: var(--gold);
}

.category-list>ul,
.side-mega-manu>ul {
    position: relative;
}

.category-list li:hover>.mega-manu,
.side-mega-manu li:hover>.mega-manu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

.category-list .mega-manu,
.side-mega-manu .mega-manu {
    position: absolute;
    min-width: 500px;
    min-height: auto;
    padding: 0px 10px;
    top: 0px !important;
    left: 145px !important;
    border-radius: var(--btn-border-radius);
    opacity: 0;
    visibility: hidden;
    background: var(--charcoal-dark);
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 2;
}

.side-mega-manu .mega-manu {
    min-width: 500px;
    min-height: auto;
    padding: 0px 10px;
    top: 0px !important;
    left: 145px !important;
    border-radius: 5px;
}

.category-list .mega-manu a,
.side-mega-manu .mega-manu a {
    padding: 8px 0px;
}

.category-list .mega-manu li h6.title,
.side-mega-manu .mega-manu li h6.title {
    text-transform: capitalize;
    margin: 15px 0px;
}

.category-list .mega-manu li:last-child a,
.side-mega-manu .mega-manu li:last-child a {
    border-bottom: none;
}

.category-list .mega-manu .row>.col-lg-4:nth-child(1) h6.title,
.category-list .mega-manu .row>.col-lg-4:nth-child(2) h6.title,
.category-list .mega-manu .row>.col-lg-4:nth-child(3) h6.title,
.category-list .mega-manu .row>.col-lg-6:nth-child(1) h6.title,
.category-list .mega-manu .row>.col-lg-6:nth-child(2) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-4:nth-child(1) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-4:nth-child(2) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-4:nth-child(3) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-6:nth-child(1) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-6:nth-child(2) h6.title {
    margin-top: 0px;
}

.breadcrumb-manu {
    padding: 20px 0px;
    border-bottom: 1px solid var(--color-border);
    background: var(--btn-border-color);
}

.breadcrumb-manu .breadcrumb {
    margin-bottom: 0px;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item {
    padding-left: 0px;
    font-size: 14px;
    color: var(--colo-white);
    text-transform: capitalize;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item::before {
    content: ">";
    color: var(--ivory);
    padding: 0px 10px;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item:first-child::before {
    content: none;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item a:hover {
    color: var(--gold);
}


/*=====================
    5 Banner
=======================*/

.banner {
    padding: 15px 0px;
    margin-bottom: 100px;
}

.banner .banner-wrapper {
    padding: 16px 0px;
}


/* .banner-wrapper .col-lg-2{
    padding: 0 !important;
} */

.banner .swiper-slide {
    width: 100%;
    padding: 24px 24px 50px 24px;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
}

.banner .swiper-slide h2 {
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    max-width: 420px;
}

.banner .swiper-slide p {
    color: #fff;
    margin: 12px 0px;
}

.banner .swiper-slide a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.banner .swiper-slide a svg {
    margin-left: 8px;
}

.banner .swiper-slide a:hover {
    color: var(--color-white);
}

.banner .swiper-slide a:hover svg {
    fill: var(--color-white);
}

.banner .swiper-slide .discount-tag {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
}

.banner .swiper-slide .discount-tag::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    border-radius: 40px;
    background: #ff2e4240;
    z-index: -1;
}

.banner .banner-slider .swiper-pagination {
    width: 100%;
    height: 50px;
    line-height: 50px;
    left: 0;
    bottom: 0;
    background-color: var(--dark-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    border-radius: 0;
    opacity: 1;
    color: var(--ivory);
    background: var(--color-tr);
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    background: var(--gold);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: var(--gold);
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    opacity: 1;
}

.banner .banner-add li {
    overflow: hidden;
    margin-bottom: 24px;
}

.banner .banner-add li:last-child {
    margin-bottom: 0px;
}

.banner .banner-add li img {
    width: 100%;
}


/*=====================
    6 Service
=======================*/

.service {
    /* padding: 0; */
    background: var(--btn-border-color);
    margin-top: 16px;
    padding-bottom: 16px;
}

section.brand-logo {
    padding-bottom: 16px;
}


/* 
.service>.container {
    background: var(--color-white5);
} */

.service_card_row {
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-bg-top);
}

.service .service-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    /* background: linear-gradient(135deg, var(--bg-dark) 0%, var(--banner-bg-color) 100%); */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.service .service-card {
    padding: 28px;
    position: relative;
    height: 100%;
    /* border-radius: var(--btn-border-radius); */
    /* background-color: var(--btn-bg-top); */
    padding: 40px 35px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    flex: 1;
    /* border: 1px solid var(--btn-bg-mid); */
    flex-wrap: wrap;
}

.service .service-card:hover .service-icon {
    transform: rotateY(180deg);
}

.service .service-card .service-icon svg {
    fill: var(--gold);
    /* -webkit-transform: scale(0.9);
    transform: scale(0.9); */
    --svg-font-size: 50px;
}


/* .service .service-card:hover {
    border-color: var(--btn-border-color);
} */

.service .service_card_row .service_card_inner {
    display: flex;
    align-items: center;
}

.service .service-card .service-details p {
    line-height: 14px;
    margin-top: 5px;
    color: var(--colo-white);
}

.service .service-card:hover .service-icon svg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.service-card>.type {
    position: relative;
}

.service-card:first-child:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    height: 80%;
    background: #c9a24d33;
    left: auto;
    right: 0;
    top: 10%;
    bottom: 0;
}


/*=====================
    7  Discount
=======================*/

.discount {
    padding-bottom: 0px;
}

.discount .dis-card {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.discount .dis-card .profile-img img {
    width: 100%;
    height: 100%;
}

.discount .dis-card .profile-img {
    position: relative;
    overflow: hidden;
}

.discount .dis-card .profile-img img {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.discount .dis-card .discount-content {
    position: absolute;
    padding: 24px;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.discount .dis-card .discount-content::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
    background: var(--color-black);
    z-index: -2;
}

.discount .dis-card .discount-content .discount-tag {
    position: relative;
    display: inline-block;
    padding: 8px 14px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--color-white);
    z-index: 1;
    margin-bottom: 24px;
}

.discount .dis-card .discount-content .discount-tag::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
    border-radius: 40px;
    background: var(--charcoal-dark);
    z-index: -1;
}

.discount .dis-card .discount-content h4 {
    color: var(--color-white);
    margin-bottom: 24px;
}

.discount .dis-card .discount-content a {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white);
}

.discount .dis-card .discount-content a svg {
    fill: var(--btn-border-color);
    margin-left: 8px;
}

.discount .dis-card:hover .profile-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*=====================
    8  Categories
=======================*/

.categories .cat-items .item.slick-slide img {
    display: block;
    width: 100% !important;
    height: 377px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin: 0 auto;
    /* padding: 10px; */
}


/* .brand-logo .slick-list .slick-track .slick-slide {
    width: auto !important;
} */

.brand-logo .logo p {
    font-weight: 600 !important;
    text-transform: capitalize;
    margin-left: 10px;
    margin-right: 10px;
}

.brand-logo .logo {
    border-radius: 50%;
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

.categories .cat-items .item {
    cursor: pointer;
    position: relative;
    margin: 0 !important;
    background: var(--color-white);
    position: relative;
    border-radius: 0;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    margin-bottom: 15px;
    margin-right: 20px;
    /* overflow: hidden; */
    /* border: 1px solid #e2e2e2; */
}


/* ===== CATEGORY CARD DESIGN ===== */


/* GRID FIX (SLICK SUPPORT) */

.categori-grid.cat-items,
.categori-grid.cat-items .slick-track {
    display: flex;
    /* gap: 20px; */
}


/* EACH ITEM */

.categori-grid.cat-items .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    position: relative;
    border-radius: var(--btn-border-radius);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
    border: 1px solid var(--line);
    transition: all 0.3s ease;
    border: 1px solid var(--line);
    padding: 15px;
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
    margin: 0;
    min-height: 240px;
}

.categori-grid.cat-items .item,
.categori-grid.cat-items .slick-slide .item {
    position: relative;
    border-radius: var(--btn-border-radius);
    overflow: hidden;
    /* background: #f3f3f3; */
    cursor: pointer;
    transition: all 0.4s ease;
    margin: 0 10px;
}


/* IMAGE BOX */

.categori-grid.cat-items .item .item_img {
    height: 130px;
    max-width: 130px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--line);
    margin: 0 auto;
}

.categori-grid.cat-items .item img {
    width: 100%;
}


/* .categori-grid.cat-items .item:hover .item_img {
    border-color: var(--btn-border-color);
} */


/* IMAGE FIX */

.categori-grid.cat-items .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.categori-grid.cat-items .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/* DARK GRADIENT OVERLAY */


/* .categori-grid.cat-items .item::before,.brand-logo .slick-list .slick-track .slick-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%) !important;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 1;
} */

.categori-grid.cat-items .item .item-link {
    text-align: center;
}

.categori-grid.cat-items .item .item-link:hover a {
    color: var(--btn-border-color);
}

.categori-grid.cat-items .item:hover::before {
    opacity: 1;
}


/* LABEL BOX */


/* .brand-logo .slick-list .slick-track .slick-slide .logo p {
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 50%;
    background: var(--ivory);
    padding: 12px 15px;
    border-radius: var(--btn-border-radius);
    z-index: 2;
    transition: 0.3s ease;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 94%;
    display: block;
    text-align: center;
}
 .brand-logo .slick-list .slick-track .slick-slide .logo p{
    cursor: default;
 } */


/* TEXT STYLE */

.categori-grid.cat-items .item .item-link a {
    color: var(--bg-dark);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}


/* IMAGE CONTAINER SAME SIZE */

.categori-grid.cat-items .item .item_img {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* IMAGE CENTER CROP (IMPORTANT FIX) */

.categori-grid.cat-items .item .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: translate(-50%, -50%); */
}

.categori-grid.cat-items .item .item_img::after::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.5) 50%, transparent 100%);
    transform: skewX(-20deg);
    pointer-events: none;
}

.categori-grid.cat-items .item:hover .item_img::after {
    animation: shimmerMove 0.9s ease;
}

@keyframes shimmerMove {
    0% {
        left: -120%;
    }
    100% {
        left: 140%;
    }
}


/* wrapper */

.categori-grid.cat-items .item .item_img {
    overflow: hidden;
}


/* image default */

.categori-grid.cat-items .item .item_img img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transform-origin: center center;
    /* zoom center se */
    transition: transform 0.6s ease;
}


/* hover par zoom */

.categori-grid.cat-items .item:hover .item_img img {
    transform: scale(1.1);
}

.categori-grid.cat-items .item {
    margin-right: 20px !important;
}

.categori-grid.cat-items .item:last-child {
    margin-right: 0 !important;
}


/*=====================
    9  Ad Poster
=======================*/

.ad-poster {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ad-poster .ad-post-text h4,
.ad-poster .ad-post-text h2 {
    color: var(--color-white);
}

.ad-poster .ad-post-text h4 {
    font-weight: 600;
    margin-bottom: 24px;
}

.ad-poster .ad-post-text h2 {
    font-size: 70px;
    font-weight: 700;
}

.ad-poster .ad-post-text h2 sup {
    font-size: 35px;
    line-height: 65px;
    font-weight: 400;
    top: -35px;
}

.ad-poster a.link-anime {
    color: var(--btn-border-color);
    background: var(--color-black);
}

.ad-poster a.link-anime::before,
.ad-poster a.link-anime::after {
    background: var(--charcoal-dark);
}

.ad-poster a.link-anime .arrow {
    margin-left: 8px;
}

.ad-poster a.link-anime .arrow svg {
    fill: var(--btn-border-color);
}

.ad-poster a.link-anime:hover {
    color: var(--color-white);
}

.ad-poster a.link-anime:hover .arrow svg {
    fill: var(--color-white);
}


/*=====================
    10  Shop List
=======================*/

.shop-list.support_view_wrapper>.container>h2:first-of-type {
    background: transparent !important;
}

.shop-list.support_view_wrapper .search-bar {
    margin-bottom: 50px;
}

.shop-list.support_view_wrapper h2.title {
    padding: 0;
}

.shop-list.support_view_wrapper .main-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}

.shop-list.support_view_wrapper .main-search input {
    width: calc(100% - 300px);
    height: 100%;
    padding: 0 25px;
    line-height: 50px;
    border-radius: 50px 0 0 50px;
    outline: 0;
    border: 1px solid var(--color-border) !important;
}

.shop-list.support_view_wrapper .main-search .nice-select {
    display: inline-block;
    width: 180px;
    height: 100%;
    line-height: 50px;
    float: none;
    border: 1px solid var(--color-border);
    border-left: none;
    border-right: none;
    border-radius: 0px;
}

.shop-list.support_view_wrapper .main-search button {
    width: 120px;
    height: 100%;
    padding: 0 30px 0 26px;
    border-radius: 0 50px 50px 0;
    font-size: 18px;
    border: none;
    color: var(--color-white);
    background: var(--burgundy);
}

.shop-list.support_view_wrapper .country .nice-select {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    line-height: 50px;
    border: 1px solid var(--color-border);
    border-radius: 50px;
}

.shop-list.support_view_wrapper .country .nice-select::after {
    right: 20px !important;
}

.mybazar-product-with-sidebar .sidebar {
    border: 1px solid var(--color-white2);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid var(--line);
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget h6 {
    font-weight: 600;
    font-size: 16px;
    color: var(--btn-border-color);
}

.sidebar.shop_categories_sidebar.accordion .accordion-item {
    border-bottom: 1px solid var(--line);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .accordion-collapse {
    border: 0;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget ul {
    padding: 20px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget ul li {
    margin-bottom: 12px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget ul li:last-child {
    margin-bottom: 0px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget ul li a {
    display: inline-block;
    text-transform: capitalize;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget ul li a:hover {
    color: var(--btn-border-color);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular ul,
.sidebar.shop_categories_sidebar .sidebar-widget .price-range-wraper .price-wrap .price-input-wrapper1 {
    padding: 10px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--charcoal-dark);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    padding: 15px;
    height: 90px;
    width: 124px;
    min-width: 124px;
    border: var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-right: var(--btn-border-radius);
    border-radius: var(--border-border-radius);
    background-color: var(--charcoal-dark);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    border: 1px solid #e2e2e2;
    border-radius: var(--btn-border-radius);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-img:hover {
    box-shadow: 0 0 20px #ddd;
}

section.shop-list.mybazar-product-with-sidebar {
    padding-bottom: 16px;
}

.mybazar-product-with-sidebar .sidebar {
    scrollbar-width: thin;
    scrollbar-color: var(--btn-border-color) transparent;
}

.mybazar-product-with-sidebar .sidebar::-webkit-scrollbar {
    width: 5px;
}

.mybazar-product-with-sidebar .sidebar::-webkit-scrollbar-thumb {
    background: var(--btn-border-color);
    border-radius: 10px;
}

.popular-today-main h4 {
    color: var(--btn-border-color);
}

.popular-today-main.mb-5 {
    margin-bottom: 20px !important;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    inset: 0px;
    padding: 10px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text h6 {
    padding: 0px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    border: none;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating ul {
    padding: 0;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li {
    padding: 0;
    display: inline-block;
    margin: 2px 5px 2px 0px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li button {
    padding: 0;
    border: none;
    background: var(--color-tr);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li button svg {
    --svg-font-size: 12px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li.active svg {
    fill: var(--btn-border-color);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-text p {
    font-size: 14px;
    font-weight: 600;
    color: var(--btn-border-color);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li:hover {
    -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li:hover .pro-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.page-navigation .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap;
    gap: 8px 0; */
}


/* .page-navigation .pagination .page-item.active {
    margin-right: 16px;
} */

.page-navigation .pagination .page-item.active .page-link {
    color: var(--color-white);
    border: 1px solid var(--btn-border-color);
    background: var(--btn-border-color);
}

.page-navigation .pagination .page-item:last-child {
    margin-right: 0px;
}

.page-navigation .pagination .page-link {
    color: var(--darker-gray);
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    border-radius: 50px;
    border: 1px solid var(--color-border);
    background: var(--color-tr);
}

.page-navigation .pagination .page-link:focus {
    outline: 0px;
    -webkit-box-shadow: 0 0 0 0px transparent;
    box-shadow: 0 0 0 0px transparent;
}

.page-navigation .pagination .page-link:hover,
.page-navigation .pagination .page-link.active {
    color: var(--color-white);
    border: 1px solid var(--btn-border-color);
    background: var(--btn-border-color);
    z-index: 1;
}


/* ══════════════════════════════════════════════════════
   VINORA — ORDER SUCCESS PAGE
   All styles scoped under .shop-list.vinora-success-wrap
══════════════════════════════════════════════════════ */

.shop-list.vinora-success-wrap {
    background: var(--colo-white);
    padding: 52px 0 72px;
    min-height: 60vh;
    position: relative;
}


/* ── HERO ── */

.shop-list.vinora-success-wrap .vs-hero {
    text-align: center;
    margin-bottom: 36px;
}

.shop-list.vinora-success-wrap .vs-check-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid var(--green);
    background: var(--colo-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 10px rgba(201, 162, 77, 0.07);
}

.shop-list.vinora-success-wrap .vs-check-ring {
    margin-bottom: 20px;
    margin-top: 20px;
}

.shop-list.vinora-success-wrap .vs-check-ring svg {
    width: 26px;
    height: 26px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-list.vinora-success-wrap .vs-hero h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--bg-dark);
    margin: 0 0 20px;
    letter-spacing: 0.2px;
    line-height: normal;
}

.shop-list.vinora-success-wrap .vs-confirmed {
    font-size: 13.5px;
    color: var(--bg-dark);
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.shop-list.vinora-success-wrap .vs-confirmed::before,
.shop-list.vinora-success-wrap .vs-confirmed::after {
    content: '——';
    color: var(--btn-border-color);
    margin: 0 10px;
    opacity: 0.6;
    content: '——';
}

.shop-list.vinora-success-wrap .vs-order-pill {
    display: inline-block;
    border: 1.5px solid var(--line);
    border-radius: 50px;
    padding: 7px 22px;
    font-size: 13px;
    color: var(--bg-dark);
    margin-bottom: 20px;
    background: var(--colo-white);
    font-weight: 400;
}

.shop-list.vinora-success-wrap .vs-order-pill b {
    color: var(--btn-border-color);
    font-size: 16px;
    font-weight: 600;
}

.shop-list.vinora-success-wrap .vs-total {
    font-size: 44px;
    font-weight: 600;
    color: var(--btn-border-color);
    display: block;
    line-height: 1;
    margin-bottom: 0;
}


/* ── TABLE ── */

.shop-list.vinora-success-wrap .table {
    margin: 0;
    width: 100%;
}

.shop-list.vinora-success-wrap .table>tbody>tr>td {
    border: none;
    border-bottom: 1px solid var(--line);
    padding: 22px 20px;
    vertical-align: middle;
    background: var(--colo-white);
}

.shop-list.vinora-success-wrap .table>tbody>tr:last-child>td {
    border-bottom: none;
}


/* ── PRODUCT CELL ── */

.shop-list.vinora-success-wrap .vs-product {
    display: flex;
    align-items: center;
    gap: 14px;
}

.shop-list.vinora-success-wrap .vs-img-box {
    width: 68px;
    height: 82px;
    border-radius: 10px;
    border: 1px solid rgba(201, 162, 77, 0.18);
    background: linear-gradient(135deg, #faf7f0 0%, #f2ead8 100%);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.shop-list.vinora-success-wrap .vs-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 6px;
}

.shop-list.vinora-success-wrap .vs-prod-name {
    font-size: 14px;
    color: var(--bg-dark);
    font-weight: 400;
    display: block;
}

.shop-list.vinora-success-wrap .vs-prod-qty {
    font-size: 12px;
    color: var(--bg-dark);
    font-weight: 600;
    margin: 0;
}


/* .shop-list.vinora-success-wrap .vs-ship-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(201, 162, 77, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
} */


/* .shop-list.vinora-success-wrap .vs-ship-icon svg {
    width: 26px;
    height: 26px;
    stroke: var(--btn-border-color);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
} */

.shop-list.vinora-success-wrap .vs-ship-days {
    font-size: 16px;
    font-weight: 500;
    color: var(--btn-border-color);
    display: block;
    padding-top: 6px;
}

.shop-list.vinora-success-wrap .star:hover,
.shop-list.vinora-success-wrap .star.selected {
    color: var(--gold);
    cursor: pointer;
}

.shop-list.vinora-success-wrap .star:hover {
    transform: scale(1.12);
}


/* ── REVIEW SUCCESS MSG ── */

.shop-list.vinora-success-wrap .review-success {
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--green);
    margin-top: 6px;
    text-align: right;
    position: absolute;
    top: 0;
    right: 15px;
    background: var(--green);
    padding: 10px 15px;
    border-radius: var(--btn-border-radius);
    color: var(--light-green) !important;
}

.shop-list.vinora-success-wrap .review-success svg {
    fill: var(--light-green);
}


/* ── TRACK ORDER NOTICE ── */


/* .shop-list.vinora-success-wrap .vs-notice {
    border: 1px solid rgba(201, 162, 77, 0.2);
    border-radius: 10px;
    padding: 15px 22px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04);
} */

.track_order_card_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 20px;
    flex-wrap: wrap;
}

.shop-list.vinora-success-wrap .vs-notice-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shop-list.vinora-success-wrap .vs-notice-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(201, 162, 77, 0.09);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.shop-list.vinora-success-wrap .vs-notice-icon svg {
    width: 16px;
    height: 16px;
    stroke: #C9A24D;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.shop-list.vinora-success-wrap .vs-notice p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

.shop-list.vinora-success-wrap .vs-notice p strong {
    font-weight: 600;
    color: #1a1a1a;
}

.shop-list.vinora-success-wrap .vs-view-btn {
    display: inline-block;
    border: 1.5px solid #C9A24D;
    border-radius: 6px;
    padding: 7px 18px;
    font-size: 12px;
    font-weight: 500;
    color: #B8923D;
    letter-spacing: 0.5px;
    text-decoration: none;
    background: #fff;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.2s;
}

.shop-list.vinora-success-wrap .vs-view-btn:hover {
    background: rgba(201, 162, 77, 0.06);
    color: #B8923D;
    text-decoration: none;
}


/* ── EMAIL NOTICE ── */

.shop-list.vinora-success-wrap .vs-email-notice {
    border: 1px solid var(--light-green);
    border-radius: 5px;
    padding: 6px 26px;
    background: var(--light-green);
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-list.vinora-success-wrap .vs-email-notice svg {
    width: 15px;
    height: 15px;
    stroke: var(--green);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    flex-shrink: 0;
}

.shop-list.vinora-success-wrap .vs-email-notice p {
    margin: 0;
    font-size: 13px;
    color: var(--green);
}

.shop-list.vinora-success-wrap .gold_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submit_review_btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
}

.shop-list.vinora-success-wrap .gold_btn.submit-review {
    margin-top: 10px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-left: auto;
}


/*=====================
    11 Shop Details
=======================*/

.shop-details {
    background: var(--color-white4);
}

.shop-details .product-slider .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.shop-details .product-slider .product-small-img .main-img {
    border: 1px solid var(--color-tr);
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 22px;
}

.shop-details .product-slider .product-small-img .main-img:hover,
.shop-details .product-slider .product-small-img .main-img.slick-center {
    border-color: var(--btn-border-color);
}

.shop-details .product-item-details .product-title {
    margin-bottom: 10px;
}

.shop-details .product-item-details .product-title h4 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.shop-details .product-item-details .stock-id {
    font-weight: 700;
    margin-bottom: 10px;
}

.shop-details .product-item-details .stock-id span {
    font-weight: 400;
    color: var(--darker-gray);
}

.shop-details .product-item-details .star-rating ul,
.shop-details .product-item-details ul>li,
.shop-details .product-item-details .product-size ul {
    display: inline-block;
}

.shop-details .product-item-details .star-rating {
    margin-bottom: 20px;
}

.shop-details .product-item-details .star-rating li {
    margin-right: 5px;
}

.shop-details .product-item-details .star-rating li:last-child {
    margin: 0px 10px 0px 0px;
}

.shop-details .product-item-details .star-rating li button {
    padding: 0;
    border: none;
    background: var(--color-tr);
}

.shop-details .product-item-details .star-rating li.active svg {
    fill: var(--btn-border-color);
}

.shop-details .product-item-details .star-rating a {
    display: inline-block;
    color: var(--darker-gray);
}

.shop-details .product-item-details .price {
    margin-bottom: 20px;
}

.shop-details .product-item-details .price h4 {
    font-size: 30px;
    font-weight: 500;
}

.shop-details .product-item-details .price h4 del {
    color: var(--darker-gray);
    font-size: 16px;
    font-weight: 400;
    margin-left: 10px;
}

.shop-details .product-item-details .product-stock {
    margin-bottom: 20px;
}

.shop-details .product-item-details .product-stock .icon {
    position: relative;
    margin-right: 5px;
}

.shop-details .product-item-details .product-stock .icon svg {
    --svg-font-size: 16px;
}

.shop-details .product-item-details .product-stock .icon .close-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    fill: var(--color-red);
    opacity: 0;
}

.shop-details .product-item-details .product-stock .icon .check-mark {
    fill: var(--btn-border-color);
}

.shop-details .product-item-details .product-stock.out-stock .check-mark {
    opacity: 0;
}

.shop-details .product-item-details .product-stock.out-stock .close-mark {
    opacity: 1;
}

.shop-details .product-item-details .product-stock .text {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.shop-details .product-item-details .product-stock,
.shop-details .product-item-details .product-quantity,
.shop-details .product-item-details .product-size {
    margin-bottom: 20px;
}

.shop-details .product-item-details .product-quantity .quantity {
    display: inline-block;
    border: 1px solid var(--color-white3);
    border-radius: 5px;
}

.shop-details .product-item-details .product-quantity .quantity input {
    padding: 0;
    width: 50px;
    height: 40px;
    border: 0;
    color: var(--darker-gray);
    text-align: center;
    cursor: pointer;
    background: var(--color-tr);
}

.shop-details .product-item-details .product-quantity .quantity input.input-number {
    width: 200px;
    padding: 0px 5px;
    border: 0px !important;
    border-left: 1px solid var(--color-white3) !important;
    border-right: 1px solid var(--color-white3) !important;
}

.shop-details .product-item-details .product-size .title {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.shop-details .product-item-details .product-size li::before {
    content: "/ ";
    color: var(--darker-gray);
}

.shop-details .product-item-details .product-size li:first-child {
    margin-left: 5px;
}

.shop-details .product-item-details .product-size li:first-child::before {
    content: none;
}

.shop-details .product-item-details .product-size li button {
    padding: 0px;
    border: none;
    color: var(--darker-gray);
    text-transform: capitalize;
    background: var(--color-tr);
}

.shop-details .product-item-details .product-size li button:hover {
    color: var(--btn-border-color);
}

.shop-details .product-item-details .product-color li {
    margin: 20px 15px 0px 0px;
}

.shop-details .product-item-details .product-color li:last-child {
    margin-right: 0px;
}

.shop-details .product-item-details .product-color li button {
    display: block;
    height: 30px;
    width: 30px;
    border: 5px solid var(--color-white3);
    border-radius: 40px;
}

.shop-details .product-item-details .product-color li button.color-1 {
    background: #999999;
}

.shop-details .product-item-details .product-color li button.color-2 {
    background: #A260A6;
}

.shop-details .product-item-details .product-color li button.color-3 {
    background: #4FA1AD;
}

.shop-details .product-item-details .product-color li button.color-4 {
    background: #6A779D;
}

.shop-details .product-item-details .product-color li button.color-5 {
    background: #CAA447;
}

.shop-details .product-item-details .product-link li {
    margin: 25px 10px 0px 0px;
}

.shop-details .product-item-details .product-link li:last-child {
    margin-right: 0px;
}

.shop-details .product-item-details .product-link li a {
    padding: 8px 25px;
    font-weight: 400;
}

.shop-details .product-item-details .product-link li a.add-to-card {
    border-color: var(--ivory);
}

.shop-details .product-item-details .product-link li a.add-to-card::before,
.shop-details .product-item-details .product-link li a.add-to-card::after {
    background: var(--color-black);
}

.shop-details .product-item-details .product-link li a.add-to-card:hover {
    color: var(--darker-gray);
}

.shop-details .product-item-details .product-share li {
    margin: 25px 10px 0px 0px;
}

.shop-details .product-item-details .product-share li a {
    display: block;
    font-size: 18px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid var(--color-gBlack);
}

.shop-details .product-item-details .product-share li a svg {
    fill: var(--color-gBlack);
}

.shop-details .product-item-details .product-share li a:hover {
    border: 1px solid var(--btn-border-color);
    background: var(--burgundy);
}

.shop-details .product-item-details .product-share li a:hover svg {
    fill: var(--color-white);
}

.shop-details .tab-info {
    margin-top: 20px;
}

.shop-details .tab-info .nav-tabs {
    padding: 0px 0px 10px 0px;
    border: 1px solid var(--color-white3);
    border-bottom: none;
    background: var(--charcoal-dark);
}

.shop-details .tab-info .nav-tabs .nav-link {
    padding: 10px 30px;
    border: 0;
    color: var(--darker-gray);
    border-right: 1px solid var(--color-white3);
    border-bottom: 1px solid var(--color-white3);
    border-radius: 0;
    background: var(--charcoal-dark);
}

.shop-details .tab-info .nav-tabs .nav-link.active {
    color: var(--color-white);
    background: var(--burgundy);
    /* border-top-left-radius: var(--btn-border-radius); */
}

.no_description {
    text-align: center;
}

.woocommerce-noreviews {
    margin: 0 !important;
    text-align: center;
}

.shop-details.multivendor-shop-details-section .tab-content .reviews_tab_wrapper,
.shop-details.multivendor-shop-details-section .tab-content .product-description {
    padding: 0px 10px;
}

.shop-details .tab-info .tab-content {
    padding: 0;
    border: 1px solid var(--color-white3);
    border-top: 0px;
    background: var(--charcoal-dark);
}

.shop-details .tab-info .tab-content .table-bordered {
    margin-bottom: 0px;
}

.shop-details .tab-info .tab-content .table-bordered th,
.shop-details .tab-info .tab-content .table-bordered td {
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
    color: var(--darker-gray);
    border: 1px solid var(--color-white3);
}

.shop-details .tab-info .tab-content .table-bordered th {
    border-left: 0;
}

.shop-details .tab-info .tab-content .table-bordered td {
    border-right: 0;
}

.shop-details .tab-info .tab-content .table-bordered tr:last-child th,
.shop-details .tab-info .tab-content .table-bordered tr:last-child td {
    border-bottom: 0px;
}

.shop-details .tab-info .tab-content .tab-pane#Specifications,
.shop-details .tab-info .tab-content .tab-pane {
    padding: 0px;
}

.shop-details .tab-info .tab-content h5,
.shop-details .tab-info .tab-content p {
    margin-bottom: 6px;
}

.shop-details .tab-info .tab-content .quick-view p {
    margin-bottom: 0px;
}

.shop-details .tab-info .tab-content .quick-view ul {
    margin-bottom: 20px;
}

.shop-details .tab-info .tab-content .quick-view li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.shop-details .tab-info .tab-content .quick-view li:last-child {
    margin-bottom: 0px;
}

.shop-details .tab-info .tab-content .quick-view li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 10px;
    left: 0;
    border-radius: 10px;
    border: 1px solid var(--color-border);
}

.shop-details .tab-info .tab-content .star-rating {
    margin-bottom: 20px;
}

.shop-details .tab-info .tab-content .star-rating li {
    display: inline-block;
    margin-right: 5px;
}

.shop-details .tab-info .tab-content .star-rating li:last-child {
    margin-right: 0px;
}

.shop-details .tab-info .tab-content .star-rating li button {
    padding: 0;
    border: none;
    background: var(--color-tr);
}

.shop-details .tab-info .tab-content .star-rating li.active svg {
    fill: var(--btn-border-color);
}

.shop-details .tab-info .tab-content .star-rating a {
    display: inline-block;
    color: var(--darker-gray);
}

.shop-details .tab-info .contact-form .input-group {
    position: relative;
    margin-bottom: 30px;
}

.shop-details .tab-info .contact-form .input-group span.label {
    position: absolute;
    top: 12px;
    left: 20px;
    pointer-events: none;
    color: var(--color-border);
    font-size: 14px;
    font-weight: 500;
    z-index: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.shop-details .tab-info .contact-form .input-group span.label.valu-push {
    padding: 0px 8px;
    top: -13px;
    left: 11px;
    color: var(--darker-gray);
    font-size: 12px;
    background: var(--charcoal-dark);
}

.shop-details .tab-info .contact-form .input-group input,
.shop-details .tab-info .contact-form .input-group textarea {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    font-weight: 500;
    font-size: 14px;
    color: var(--darker-gray);
    letter-spacing: 0px !important;
    border-radius: 5px !important;
    border: 1px solid var(--color-border) !important;
}

.shop-details .tab-info .contact-form .input-group input:focus~span.label,
.shop-details .tab-info .contact-form .input-group textarea:focus~span.label {
    padding: 0px 8px;
    top: -13px;
    left: 11px;
    color: var(--darker-gray);
    font-size: 12px;
    background: var(--charcoal-dark);
}

.shop-details .tab-info .contact-form .input-group textarea {
    padding: 13px 20px !important;
    height: 150px;
}


/*=====================
    12 Product Tab
=======================*/


/* .product-tab {
    background: linear-gradient(to bottom, var(--charcoal-dark), var(--dark-gray));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.product-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.15;
    z-index: -1;
} */


/* .product-tab::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 2px 2px, var(--btn-border-color) 1px, transparent 0);
    background-size: 40px 40px;
    opacity: 0.05;
    pointer-events: none;
} */

.product-tab .tab-title {
    text-align: center;
    margin-bottom: 0px;
}

.product-tab .tab-title h4 {
    color: var(--btn-border-color);
    text-transform: uppercase;
}

.product-tab .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-tab .nav-tabs .nav-item {
    /* border-bottom: 2px solid var(--color-white3); */
    margin-bottom: 2px;
}

.product-tab .nav-tabs .nav-link {
    position: relative;
    padding: 7px 23px;
    font-weight: 600;
    font-size: 18px;
    color: var(--bg-dark);
    text-transform: capitalize;
    background: none;
    border-radius: 68px;
    border: 1px solid var(--line);
    text-wrap: nowrap;
    line-height: 20px;
}

.product-tab .nav-tabs .nav-link.active {
    border-color: var(--btn-border-color);
}


/* .product-tab .nav-tabs .nav-link::before {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transition: all 0.4s ease;
        opacity: 0;
        background: var(--btn-border-color);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        bottom: 0;
        height: 2px;
        width: 120px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: var(--btn-border-color);
        transition: all 0.4s ease;
}

.product-tab .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        left: 50%;
        -webkit-transition: all 0.4s ease;
        opacity: 0;
        transform: translateX(-50%);
        bottom: -18px;
        border-top: 12px solid var(--btn-border-color);
        border-bottom: 8px solid transparent;
        border-right: 14px solid transparent;
        border-left: 14px solid transparent;
        transition: all 0.4s ease;
}

.product-tab .nav-tabs .nav-link.active {
    color: var(--btn-border-color);
}

.product-tab .nav-tabs .nav-link.active::before,
.product-tab .nav-tabs .nav-link.active::after {
    opacity: 1;
}
.product-tab .nav-tabs .nav-link:hover::before,
.product-tab .nav-tabs .nav-link:hover::after,
.product-tab .nav-tabs .nav-link.active::before,
.product-tab .nav-tabs .nav-link.active::after {
    opacity: 1;
} */


/* Optional: hover text color */

.product-tab .nav-tabs .nav-link:hover,
.product-tab .nav-tabs .nav-link:active,
.product-tab .nav-tabs .nav-link:hover,
.product-tab .nav-tabs .nav-link:focus,
.product-tab .nav-tabs .nav-link:hover,
.product-tab .nav-tabs .nav-link:focus-visible,
.product-tab .nav-tabs .nav-link:hover,
.product-tab .nav-tabs .nav-link:focus-within {
    /* color: var(--btn-border-color); */
    border-color: var(--btn-border-color);
}


/*=====================
    13 Product Card
=======================*/


/* .product-card {
    margin-bottom: 30px;
} */


/* .product-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(122 32 48 / 39%);
    z-index: 0;
    pointer-events: none;
}

.product-tab {
    background: linear-gradient(to bottom, var(--charcoal-dark), var(--dark-gray));
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed !important;
} */


/* .product-tab::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.8;
    z-index: -1;
} */


/* .product-tab .tab-content .tab-pane {
        padding-top: 20px;
    } */

.tab-content .tab-pane>.row,
.similar-product .row {
    gap: 16px 0;
}

.product-card .product-img .offer-percent {
    position: absolute;
    left: 10px;
    top: 8px;
    z-index: 1;
    background: var(--btn-border-color) !important;
    color: var(--colo-white) !important;
    margin: 0 !important;
    line-height: 20px !important;
    font-size: 10px !important;
    padding: 0 5px !important;
}

.product-card .product-img {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    /* background-color: var(--charcoal-dark); */
    border-radius: var(--btn-border-radius);
}

.rateit .rateit-range {
    margin-bottom: 6px !important;
}

.product-card .product-img a {
    display: block;
}

.product-card .product-img a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    height: 100%;
    inset: 0px;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
}

.product-card .product-img .tag {
    position: absolute;
    padding: 0;
    height: 55px;
    width: 55px;
    top: 20px;
    right: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background: var(--burgundy);
    text-transform: uppercase;
    color: var(--color-white);
    background: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-light) 100%);
}

.product-card .product-img .tag.card_tag {
    height: 30px;
    width: 30px;
    top: 5px;
    right: 5px;
    left: auto;
    line-height: normal;
    background: var(--btn-border-color);
}

.home_product_title h5 {
    color: var(--btn-border-color);
}

.product-card .product-img .tag.card_tag i {
    font-size: 12px;
    line-height: 30px;
}

.product-card .product-img .product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: -100%;
    opacity: 0;
    background: var(--burgundy);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
}

.card_price_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-card .product-img .product-cart li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: var(--color-white);
    border-left: 1px solid var(--color-white2);
}

.product-card .product-img .product-cart a {
    color: var(--color-white);
}

.product-card .product-img .product-cart svg {
    fill: var(--color-white);
}

.product-card .product-img .product-cart a:hover {
    color: var(--btn-border-color);
    background: var(--charcoal-dark);
}

.product-card .product-img .product-cart a:hover svg {
    fill: var(--btn-border-color);
}

.product-card .product-card-details {
    padding-top: 20px;
    /* background: var(--charcoal-dark); */
}

.product-card .product-card-details .price {
    font-size: 15px;
    font-weight: 700;
    color: var(--darker-gray);
}

.product-card .product-card-details a {
    color: var(--btn-border-color);
    font-size: 18px;
}

.product-card .product-card-details .star-rating {
    float: right;
}

.product-card .product-card-details .star-rating li {
    display: inline-block;
}

.product-card .product-card-details .star-rating li.active button svg {
    fill: var(--btn-border-color);
}

.product-card .product-card-details .star-rating button {
    padding: 0;
    border: none;
    background: var(--color-tr);
}

.product-card:hover img {
    /* -webkit-filter: grayscale(0.4) blur(0.4px); */
    /* filter: grayscale(0.4) blur(0.4px); */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-card:hover .product-cart {
    opacity: 1;
    bottom: 0;
}

.product-card.v2 {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product-card.v2 .tag {
    padding: 2px 14px;
    width: inherit;
    height: inherit;
    font-size: 12px;
    line-height: 22px;
    border-radius: 8px 0px 8px 0px;
}

.product-card.v2 .product-card-details {
    padding: 20px;
}

.product-card.v2 h5 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.product-card.v2 .star-rating {
    float: inherit;
    margin-bottom: 10px;
}

.product-card.v2 .price del {
    font-weight: 400;
    font-size: 14px;
    color: var(--darker-gray);
    margin-left: 10px;
}

.product-card.v2:hover {
    -webkit-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.08);
    box-shadow: 0 3px 10px rgba(33, 33, 33, 0.08);
}

.product-card .product-img .stock-out {
    position: absolute;
    width: 550px;
    padding: 3px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-25deg);
    background: var(--burgundy);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.product-card .product-img .stock-out p {
    color: var(--color-white);
    font-size: 15px;
    letter-spacing: 2px;
}

.seller_product_grid_list_wrapper .card .product-img {
    background: var(--card-img-bg);
    max-width: 300px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}


/* .seller_product_grid_list_wrapper .card .product-img img {
    object-fit: cover;
} */

.seller_product_grid_list_wrapper .product-card-details {
    padding-top: 0 !important;
}

.seller_product_grid_list_wrapper.product-card:hover {
    border: 1px solid var(--line);
}

.seller_product_grid_list_wrapper .product-card .product-card-details .price {
    font-size: 25px;
}

.seller_product_grid_list_wrapper .product-card .product-card-details span del {
    font-size: 20px;
}

.seller_product_grid_list_wrapper .product-card .product-card-details .title a {
    font-size: 25px;
    line-height: normal;
}


/*=====================
    14 Similar Product
=======================*/

.similar-product {
    padding-top: 0;
    /* background: var(--color-white4); */
}


/*=====================
    15 Offer Count
=======================*/

.offer-count {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0;
}

.offer-count .offer-text h5 {
    font-weight: 600;
    color: #fff;
}

.offer-count .offer-text h2 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    color: #fff;
}

.offer-count .offer-text h2 span.price {
    font-weight: 600;
}

.offer-count .offer-text .offer-wrap .countdown>div {
    display: inline-block;
}

.offer-count .offer-text .offer-wrap .countdown>div h2.countdown-number {
    line-height: 60px;
}

.offer-count .offer-text .offer-wrap .countdown>div:last-child .countdown-item {
    margin-right: 0px;
}

.offer-count .offer-text .offer-wrap .countdown-item {
    position: relative;
    width: 90px;
    height: 90px;
    border: 2px solid var(--color-white);
    border-radius: 50%;
    text-align: center;
    margin: 10px 15px 40px 0px;
}

.offer-count .offer-text .offer-wrap .countdown-item h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--color-white);
}

.offer-count .offer-text .offer-wrap .countdown-item span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--color-white);
    margin: 0;
}

.offer-count .offer-text .offer-link a.link-anime {
    border: none;
    color: var(--btn-border-color);
}

.offer-count .offer-text .offer-link a.link-anime::before,
.offer-count .offer-text .offer-link a.link-anime::after {
    background: var(--color-black);
}

.offer-count .offer-text .offer-link a.link-anime:hover {
    color: var(--btn-border-color);
}


/*=====================
    16 Brand Logo
=======================*/

.brand-logo .logo a {
    display: block;
    text-align: center;
    /* padding: 30px; */
    max-width: 70px !important;
    height: 70px;
    /* margin-left: 10px; */
    margin-right: 10px;
}

.brand-logo .slick-cloned .logo a {
    margin-left: 0 !important;
}

.brand-logo .logo a img {
    max-width: 70px !important;
    border-radius: 50%;
    object-fit: cover !important;
    height: 70px;
}


/* 
.brand-logo .logo a:hover img {
    -webkit-filter: grayscale(0) opacity(1);
    filter: grayscale(0) opacity(1);
}

.brand-logo .slick-center .logo a img {
    -webkit-filter: grayscale(0) opacity(1);
    filter: grayscale(0) opacity(1);
} */


/* section.brand-logo {
    padding-top: 0 !important;
} */

.card-table .checkout-btn {
    margin-top: 50px;
}

.card-table .checkout-btn a {
    border: 1px solid var(--btn-border-color);
}


/*=====================
    17 Login
=======================*/


/*     
    .login,
    .login-user,
    .create-account,
    .create-user,
    .forget-password,
    .user-password-reset,
    .billing-details {
        background: var(--color-white4);
    }
    
    .login-form {
        padding: 50px;
        border-radius: 10px;
        -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
        background: var(--charcoal-dark);
    }
    
    .login-form h4,
    .login-form .input-group {
        margin-bottom: 30px;
        line-height: 20px;
    }
    
    .login-form .btn-anime,
    .login-form .link-anime {
        text-transform: capitalize;
    }
    
    .login-form .input-group span.label {
        position: absolute;
        top: 12px;
        left: 20px;
        color: var(--color-border);
        pointer-events: none;
        font-size: 14px;
        font-weight: 500;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .login-form .input-group span.label.valu-push {
        padding: 0px 8px;
        top: -13px;
        left: 11px;
        opacity: 1 !important;
        font-size: 12px;
        color: var(--darker-gray);
        background: var(--charcoal-dark);
    }
    
    .login-form .input-group input[type=date]~span.label {
        opacity: 0;
    }
    
    .login-form .input-group input,
    .login-form .input-group textarea {
        width: 100%;
        height: 50px;
        padding: 0px 20px;
        font-weight: 500;
        font-size: 14px;
        color: var(--darker-gray);
        letter-spacing: 0px !important;
        border-radius: 5px !important;
        background: var(--color-tr);
        border: 1px solid var(--color-border) !important;
    }
    
    .login-form .input-group input:focus~span.label,
    .login-form .input-group textarea:focus~span.label {
        padding: 0px 8px;
        top: -13px;
        left: 11px;
        font-size: 12px;
        color: var(--darker-gray);
        background: var(--charcoal-dark);
    }
    
    .login-form .input-group input[type=date]:focus~span.label,
    .login-form .input-group textarea[type=date]:focus~span.label {
        opacity: 1;
    }
    
    .login-form .input-group textarea {
        padding: 13px 20px !important;
        height: 150px;
    }
    
    .login-form .input-group.con-check {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
    }
    
    .login-form .input-group.con-check input[type=checkbox] {
        width: 20px;
        height: 20px;
        opacity: 0;
    }
    
    .login-form .input-group.con-check input[type=checkbox]~label {
        position: relative;
        cursor: pointer;
        color: var(--darker-gray);
        font-weight: 500;
        margin-left: 10px !important;
    }
    
    .login-form .input-group.con-check input[type=checkbox]~label::before {
        position: absolute;
        content: "";
        width: 21px;
        height: 21px;
        top: 2px;
        left: -30px;
        border: 1px solid var(--color-gBlack);
        border-radius: 2px;
        background: var(--charcoal-dark);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .login-form .input-group.con-check input[type=checkbox]~label::after {
        position: absolute;
        content: "";
        top: 6px;
        left: -22px;
        width: 5px;
        height: 10px;
        opacity: 0;
        border: solid var(--color-white);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: var(--color-tr);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .login-form .input-group.con-check input[type=checkbox]:checked~ ::before {
        border: 1px solid var(--btn-border-color);
        background: var(--burgundy);
    }
    
    .login-form .input-group.con-check input[type=checkbox]:checked~ ::after {
        opacity: 1;
    }
    
    .login-form .input-group.payment-option {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .login-form .input-group.payment-option input {
        width: 18px;
        height: 18px;
        opacity: 0;
        margin-left: 2px;
    }
    
    .login-form .input-group.payment-option input~label {
        position: relative;
        cursor: pointer;
        color: var(--darker-gray);
        font-weight: 500;
        margin-left: 15px !important;
    }
    
    .login-form .input-group.payment-option input~label::before {
        position: absolute;
        content: "";
        width: 21px;
        height: 21px;
        top: 3px;
        left: -34px;
        border: 5px solid var(--color-white3);
        border-radius: 30px;
        background: var(--charcoal-dark);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .login-form .input-group.payment-option input:checked~ ::before {
        border: 5px solid var(--btn-border-color);
    }
    
    .login-form .input-group.payment-option label {
        position: relative;
        margin-left: 10px !important;
    }
    
    .login-form .input-group.payment-option label img {
        width: 80px;
    }
    
    .login-form .input-group.payment-option>ul {
        width: 100%;
    }
    
    .login-form .input-group.payment-option>ul li {
        display: inline-block;
        border: 1px solid var(--color-border);
        border-radius: 5px;
        margin: 20px 10px 0px 0px;
    }
    
    .login-form .input-group.payment-option>ul li:last-child {
        margin-right: 0px;
    }
    
    .login-form .mypass,
    .login-form .newpass,
    .login-form .conpass {
        position: relative;
    }
    
    .login-form .mypass input,
    .login-form .newpass input,
    .login-form .conpass input {
        width: calc(100% - 48px);
        border-right: none !important;
        border-radius: 5px 0px 0px 5px !important;
    }
    
    .login-form .mypass .show-pass,
    .login-form .newpass .show-pass,
    .login-form .conpass .show-pass {
        position: absolute;
        width: 50px;
        height: 50px;
        right: 0;
        bottom: 0;
        line-height: 50px;
        border: none;
        border: 1px solid var(--color-border) !important;
        border-radius: 0px 5px 5px 0px;
        background: var(--color-tr);
    }
    
    .login-form .mypass .show-pass svg,
    .login-form .newpass .show-pass svg,
    .login-form .conpass .show-pass svg {
        fill: var(--color-border);
        --svg-font-size: 20px;
    }
    
    .login-form .mypass .show-pass .eye-close,
    .login-form .newpass .show-pass .eye-close,
    .login-form .conpass .show-pass .eye-close {
        position: absolute;
        top: 20px;
        right: 14px;
        opacity: 0;
    }
    
    .login-form .mypass .show-pass.eye-open .eye-open,
    .login-form .newpass .show-pass.eye-open .eye-open,
    .login-form .conpass .show-pass.eye-open .eye-open {
        opacity: 0;
    }
    
    .login-form .mypass .show-pass.eye-open .eye-close,
    .login-form .newpass .show-pass.eye-open .eye-close,
    .login-form .conpass .show-pass.eye-open .eye-close {
        opacity: 1;
    }
    
    .login-form .btn-anime,
    .login-form .link-anime {
        width: 100%;
        text-align: center;
        margin-bottom: -8px;
    }
    
    .login-form p {
        text-align: center;
        text-transform: capitalize;
        margin-top: 15px;
    }
    
    .login-form p a {
        color: var(--btn-border-color);
        padding-bottom: 2px;
        border-bottom: 1px solid var(--btn-border-color);
    }
    
    .login-form p a:hover {
        border-bottom: 0px solid var(--color-tr);
    } */


/*========================
    18 Billing Details
==========================*/


/* .billing-details .login-form {
        padding: 0;
        border-radius: 0px;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        background: var(--color-tr);
    } */


/* .billing-details .login-form .input-group input:focus~span.label,
    .billing-details .login-form .input-group textarea:focus~span.label,
    .billing-details .login-form .input-group span.label.valu-push,
    .billing-details .login-form .input-group span.label.valu-push {
        color: var(--color-border);
        background: var(--color-white4);
    }
    
    .billing-details .right-search,
    .billing-details .order-cart {
        margin-bottom: 30px;
    }
    
    .billing-details .right-form p {
        font-weight: 500;
        margin-bottom: 4px;
    }
    
    .billing-details .right-form h4 {
        line-height: 20px;
    }
    
    .billing-details .right-form .right-search input {
        width: calc(100% - 167px);
        height: 50px;
        border-radius: 5px 0px 0px 5px;
        border: 1px solid var(--color-border) !important;
        background: var(--color-tr);
    }
    
    .billing-details .right-form .right-search button {
        padding: 15px 30px;
    } */


/* .billing-details .right-form .order-cart {
    padding: 20px 30px;
    border-radius: 5px;
    border: 1px solid var(--color-border);
} */


/* .billing-details .right-form .order-cart h4 {
        padding-bottom: 20px;
        font-weight: 700;
        text-align: center;
        border-bottom: 1px solid var(--color-border);
    }
    
    .billing-details .right-form .order-cart li {
        padding: 12px 0px;
        font-size: 18px;
        font-weight: 500;
        border-bottom: 1px solid var(--color-border);
    }
    
    .billing-details .right-form .order-cart li:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }
    
    .billing-details .right-form .order-cart li span {
        float: right;
    }
    
    .billing-details .right-form .order-cart li .total {
        color: var(--darker-gray);
        font-size: 18px;
        font-weight: 600;
    }
    
    .billing-details .right-form .payment-cart {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .billing-details .right-form .payment-cart input {
        width: 18px;
        height: 18px;
        opacity: 0;
        margin-left: 2px;
    }
    
    .billing-details .right-form .payment-cart input~label {
        position: relative;
        cursor: pointer;
        color: var(--darker-gray);
        font-weight: 500;
        margin-left: 15px !important;
    }
    
    .billing-details .right-form .payment-cart input~label::before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        top: 5px;
        left: -28px;
        border: 1px solid var(--color-gBlack);
        border-radius: 2px;
        background: var(--charcoal-dark);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .billing-details .right-form .payment-cart input~label::after {
        position: absolute;
        content: "";
        top: 6px;
        left: -23px;
        width: 5px;
        height: 10px;
        opacity: 0;
        border: solid var(--color-white);
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: var(--color-tr);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    
    .billing-details .right-form .payment-cart input:checked~ ::before {
        border: 1px solid var(--btn-border-color);
        background: var(--burgundy);
    }
    
    .billing-details .right-form .payment-cart input:checked~ ::after {
        opacity: 1;
    }
    
    .billing-details .right-form .payment-cart input:checked~p {
        display: block;
    }
    
    .billing-details .right-form .payment-cart p {
        position: relative;
        display: none;
        padding: 18px;
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
        border-radius: 5px !important;
        border: 1px solid var(--color-border);
        margin-top: 20px;
    }
    
    .billing-details .right-form .payment-cart p::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 8px;
        top: -15px;
        left: 30px;
        border-bottom: solid 15px var(--color-border);
        border-left: solid 15px var(--color-tr);
        border-right: solid 15px var(--color-tr);
    }
    
    .billing-details .right-form .payment-cart .payment-option {
        margin-bottom: 20px;
    }
    
    .billing-details .right-form a.link-anime,
    .billing-details .right-form button.btn-anime {
        padding: 15px 30px;
        text-transform: capitalize;
        background: var(--color-tr);
    } */

.card {
    border: 1px solid var(--line);
    padding: 15px;
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
}


/* ================================================================
   FORM-CONTROL  (input, select, textarea)
   ================================================================ */


/* APPLY ON ALL INPUTS */

.form-control,
.form-select,
textarea,
.input-ui,
input[type="text"],
input[type="tel"],
input[type="email"] {
    font-size: var(--input-font-size) !important;
    font-weight: 400 !important;
    color: var(--input-text) !important;
    background-color: var(--input-bg) !important;
    border: 1.5px solid var(--input-border) !important;
    border-radius: var(--input-radius) !important;
    padding: 8px var(--input-padding-x) !important;
    min-height: var(--input-height) !important;
    line-height: 1.5 !important;
    box-shadow: none !important;
    transition: all 0.18s ease !important;
}

.form-control::placeholder,
textarea::placeholder {
    color: var(--input-placeholder) !important;
    font-size: var(--input-font-size);
}

.form-control:hover:not(:focus):not(:disabled),
.form-select:hover:not(:focus) {
    border-color: var(--input-border-hover) !important;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
    border-color: var(--input-border-focus) !important;
    box-shadow: var(--input-shadow-focus) !important;
    background-color: var(--input-bg-focus) !important;
    outline: none !important;
}

.form-control:disabled,
.form-select:disabled,
textarea:disabled {
    background-color: var(--input-bg-disabled) !important;
    color: var(--input-text-disabled) !important;
    border-color: var(--input-border) !important;
    cursor: not-allowed !important;
}

form label {
    font-size: var(--label-size) !important;
    font-weight: var(--label-weight) !important;
    color: var(--label-color) !important;
    margin-bottom: var(--label-gap) !important;
    display: block !important;
    letter-spacing: var(--label-spacing) !important;
    line-height: var(--label-line) !important;
}

form label .text-danger {
    color: #dc3545 !important;
    font-size: 12px;
    margin-left: 2px;
}

.check_title h4 {
    color: var(--bg-dark);
    font-size: 24px;
}

.check_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.check_title.table_title_wrapper,
.form_wrapper {
    padding: 10px;
    margin: 0;
}

.billing-details {
    margin-bottom: 16px;
}


/* MAIN CARD */

.payment-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border: 2px dashed #b77;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
}


/* LEFT SIDE FIX */

.payment-left {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
}


/* ICON FIX */

.payment-icon,
.payment-check {
    width: 33px;
    height: 33px;
    min-width: 33px;
    background: linear-gradient(135deg, #7a0019, #b3002d);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* TEXT ALIGN FIX */

.payment-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.payment-text .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.payment-text .desc {
    font-size: 13px;
    color: #777;
    margin-top: 3px;
}

.payment-check i,
.payment-icon i {
    color: var(--colo-white);
    font-size: 16px;
}


/* ACTIVE STATE */

.payment-radio:checked+.payment-title {
    border-color: #7a0019;
    background: #fff8f8;
}

.payment-radio:checked+.payment-title .payment-check {
    opacity: 1;
    transform: scale(1.05);
}


/* TABLE CSS  */

table thead tr th {
    background: linear-gradient(135deg, var(--burgundy), var(--btn-border-color)) !important;
    font-weight: 600;
    font-size: 13px;
    color: var(--colo-white);
    padding: 13px 22px;
    border-top: none;
    border-left: none;
    border-right: 1px solid var(--line);
    border-bottom: 2px solid var(--line);
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.4;
    letter-spacing: 0.1px;
    width: auto !important;
}

table tbody tr td {
    padding: 6px 10px !important;
    color: var(--bg-dark);
    font-size: 14px;
    line-height: normal;
    border-top: none;
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    vertical-align: middle;
    text-wrap: nowrap;
}

table tbody tr td button,
table tbody tr td a {
    background-color: var(--gold);
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: var(--btn-border-radius);
    font-size: 14px;
    line-height: 1;
    transition: background-color 0.15s ease;
    transition-duration: .3s;
    transition-timing-function: linear;
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 8px 9px;
    font-size: 14px;
}

table tbody tr td a svg {
    fill: var(--bg-dark);
}

table tbody tr td a.link-anime {
    display: inline;
}

table tbody tr td button svg {
    fill: var(--bg-dark);
}

table tbody tr td button:hover,
table tbody tr td a:hover {
    background: var(--gold-hover);
}


/* Product wrapper */

.product-item-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


/* Image wrapper */

.product_item_wrapper_img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--colo-white);
    border: 2px solid var(--line);
    flex-shrink: 0;
}


/* Product image */

.product_item_wrapper_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 50%;
    display: block;
    padding: 6px;
}


/* Product title */

.product_name_wrap p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    word-break: break-word;
    overflow-wrap: break-word;
    text-wrap: wrap;
}

.order_summary_wrapper {
    padding: 10px;
}

.order_summary_wrapper .coupon-infos .align-items-center.d-lg-flex.form-control.justify-content-between {
    display: flex !important;
}

.order_summary_wrapper h5 {
    color: var(--bg-dark);
}

.order_details_wtapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    margin-bottom: 10px;
}

.order_details_wtapper div {
    margin-bottom: 5px;
}

.order_details_wrapper {
    margin-top: 10px;
}

.display_flex {
    position: relative;
}

.display_flex button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.modal-title {
    color: var(--bg-dark);
}

.modal-header .btn-close {
    position: relative;
}

.modal-header .btn-close {
    background-color: var(--gold) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") !important;
    background-size: 1em;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 10px;
}

.modal-header .btn-close:hover {
    background-color: var(--gold-hover) !important;
}

.modal-footer .btn.theme-btn {
    background: var(--gold) !important;
    color: var(--bg-dark) !important;
}

.modal-footer .btn.theme-btn:hover {
    background-color: var(--gold-hover) !important;
}


/* Required * */


/*=====================
    19 Footer
=======================*/

.main-footer .copyright-text {
    display: flex;
    align-items: center;
    height: 100%;
}

footer .info-footer {
    overflow: hidden;
    background-color: var(--bg-dark);
    border-top: 1px solid rgba(201, 162, 77, 0.2);
    padding: 30px 0 0px;
    border-bottom: 1px solid rgba(201, 162, 77, 0.2);
}

footer .info-footer h6 {
    position: relative;
    color: var(--gold);
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 16px;
}

footer .info-footer .footer-left p {
    color: var(--dark-gray);
    margin-bottom: 30px;
}

footer .info-footer .footer-left .footer-logo a {
    display: inline-block;
    max-width: 140px;
}

footer .info-footer .footer-left .footer-logo a img {
    width: 100%;
}

footer .info-footer .footer-left li {
    display: inline-block;
    margin: 15px 10px 0px 0px;
}

footer .info-footer .footer-left li:last-child {
    margin-right: 0px;
}

footer .social_icon li a {
    padding: 0 !important;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    color: var(--ivory);
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid var(--ivory);
}

footer .social_icon li a svg {
    fill: var(--ivory);
    --svg-font-size: 15px;
    margin: 0;
}

footer .social_icon li a i.fab {
    font-size: 17px;
}

footer .social_icon li a::before,
footer.social_icon li a::after {
    content: none;
}

footer .social_icon li a:hover {
    border-color: var(--ivory);
    background: var(--ivory);
}

footer .social_icon li a:hover svg,
footer .social_icon li a:hover i {
    color: var(--bg-dark);
    fill: var(--bg-dark);
}

footer .info-footer h6~ul li {
    margin-bottom: 6px;
}

footer .info-footer h6~ul li:last-child {
    margin-bottom: 0px;
}

footer .info-footer h6~ul li a {
    position: relative;
    display: inline-block;
    color: var(--ivory);
    text-transform: capitalize;
    font-weight: 600 !important;
}

footer .info-footer h6~ul li a::before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 15px;
    height: 2px;
    opacity: 0;
    background: var(--gold);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .info-footer h6~ul li a::after {
    position: absolute;
    content: "";
    top: 9px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    left: 8px;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .info-footer h6~ul li a:hover {
    color: var(--gold);
    padding-left: 30px;
}

.footer-left ul li a:hover {
    color: #fff !important;
}

footer .info-footer h6~ul li a:hover::before,
footer .info-footer h6~ul li a:hover::after {
    opacity: 1;
}

footer .info-footer .footer-right p {
    color: var(--color-border);
    margin-bottom: 30px;
}

footer .info-footer .footer-right a {
    max-width: 150px;
    display: inline-block;
}

footer .info-footer .footer-right .payment-gateway .row {
    padding: 0px calc(var(--bs-gutter-x)/ 2);
}

footer .info-footer .footer-right .payment-gateway .row>div {
    padding: 5px;
}


/* 
footer .info-footer .footer-right .payment-gateway img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

footer .info-footer .footer-right .payment-gateway a:hover img {
    -webkit-filter: opacity(0.8);
    filter: opacity(0.8);
} */

.payment-gateway .payment_gateway_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .main-footer {
    padding: 20px 0px;
    border-top: 1px solid var(--bg-dark);
    background: var(--bg-dark);
}

footer .main-footer .left-link li {
    display: inline-block;
    margin-right: 15px;
}

footer .main-footer .left-link li:last-child {
    margin-right: 0px;
}

footer .main-footer .left-link li a {
    color: var(--darker-gray);
}

footer .main-footer .left-link li a:hover {
    color: var(--btn-border-color);
}

footer .main-footer .right-text {
    text-align: right;
}

footer .main-footer .back-to-top {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 45px;
    text-align: center;
    cursor: pointer;
    line-height: 50px;
    border-radius: 50%;
    z-index: 5;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: var(--gold);
}

footer .main-footer .back-to-top svg {
    fill: var(--darker-gray);
}

footer .main-footer .back-to-top:hover {
    background: var(--gold-hover);
}

footer .main-footer .back-to-top:hover svg {
    fill: var(--bg-dark);
}

.maan-coming-soon-section {
    background: #FCCE33;
    overflow: hidden;
}

.maan-coming-soon-wrapper {
    padding: 150px 0;
    background: url(../img/additional-page/round-shape.png) no-repeat right center;
    background-size: contain;
}

.coming-soon-content {
    text-align: center;
}

.coming-soon-content h4 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    letter-spacing: 15px;
}

.coming-soon-content .coming-soong {
    max-width: 100%;
    margin-bottom: 30px;
}

.coming-soon-content .flipTimer {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.coming-soon-content .flipTimer .text-wrp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
}

.coming-soon-content .flipTimer .text-wrp .digit-set {
    margin: 5px;
}

.coming-soon-content .flipTimer .text {
    font-size: 10px;
    color: #000;
    font-weight: 300;
    position: absolute;
    bottom: -25px;
    right: 10px;
    line-height: 10px;
}

.coming-soon-content h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 8px;
}

.maan-error-wrapper {
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.maan-error-wrapper img {
    max-width: 100%;
}

.maan-error-wrapper .error-content {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.maan-error-wrapper .error-content h2 {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FF5E69;
    margin-bottom: 10px;
}

.maan-error-wrapper .error-content p {
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    color: #277FD9;
    letter-spacing: 5px;
}

.maan-error-wrapper .link-anime {
    margin-top: 70px;
}

.maan-maintenance-wrapper {
    text-align: center;
}

.maan-maintenance-wrapper img {
    max-width: 100%;
}

.maan-maintenance-wrapper .maintenance-content {
    margin-top: 30px;
}

.maan-maintenance-wrapper h4 {
    font-size: 35px;
    font-weight: 600;
    color: #2B2B2B;
    margin-bottom: 20px;
}

.maan-maintenance-wrapper p {
    font-size: 20px;
    font-weight: 400;
    color: #2B2B2B;
}

.maan-maintenance-wrapper .link-anime {
    margin-top: 60px;
}

.maan-maintenance-wrapper small {
    font-size: 16px;
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

.banner .swiper-slide .discount-tag-two {
    top: 100px;
    left: 100px;
    color: #fff;
}


/* .banner .col-lg-3{
    padding-left: 0 !important;
} */

.banner .swiper-slide .discount-tag-two::before {
    background: rgba(251, 216, 87, 0.24);
}

.modal-xl {
    max-width: 1500px;
    margin: 0 auto;
}


/* .maan-modal-content {
    position: relative;
} */

.maan-modal-content .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--gold) !important;
    background-size: 1em;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 10px;
    border-color: var(--gold);
    width: 8px;
    height: 8px;
    background-size: 12px !important;
}

.maan-input-group label {
    display: block !important;
}


/* Close Button Hover */

.maan-modal-section .btn-close:hover {
    background-color: var(--gold-hover) !important;
    border-color: var(--gold-hover) !important;
    opacity: 1 !important;
}


/* Modal Open => Disable Body Scroll */

html:has(.maan-modal-section.modal.show),
body:has(.maan-modal-section.modal.show) {
    overflow: hidden !important;
    height: 100% !important;
}


/* .maan-modal-content .modal-body {
    padding: 130px 30px;
} */


/* .maan-modal-content .modal-body.faild-body {
    padding: 50px 30px;
} */

.maan-modal-content .maan-modal-wrapper {
    text-align: center;
}

.maan-modal-content .maan-modal-wrapper .thumb {
    margin-bottom: 10px;
}

.maan-modal-content .maan-modal-wrapper .thumb img {
    max-width: 100%;
}

.maan-modal-content .maan-modal-wrapper h2 {
    font-size: 44px;
    font-weight: 300;
    margin-bottom: 20px;
}

.maan-modal-content .maan-modal-wrapper h2.success {
    color: #73C21A;
}

.maan-modal-content .maan-modal-wrapper h3 {
    font-size: 35px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 30px;
}

.maan-modal-content .maan-modal-wrapper p {
    color: #292929;
    margin-bottom: 50px;
}


/* .maan-author-profile {
    padding: 60px 20px;
    background: #F6F6F6;
} */

.maan-user-dashboard {
    margin-bottom: 16px;
}

.maan-user-dashboard .card {
    height: 100%;
}


/* .maan-author-profile .user-info .maan-user-thumb {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.maan-author-profile .user-info .maan-user-thumb img {
    width: 100%;
    height: 120px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.maan-author-profile .maan-user-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
}

.maan-author-profile .profile-upload {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.maan-author-profile .profile-img,
.maan-author-profile .profile-placeholder {
    /* width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover; */
    /* border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); */
}


/* .maan-author-profile {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    overflow: visible;
}

.maan-author-profile .profile-upload {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    overflow: visible;
}

.maan-author-profile .profile-img,
.maan-author-profile .profile-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.maan-author-profile .profile-placeholder {
    background: linear-gradient(135deg, #E2C97E, #c9a84f);
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 2px;
} */


/* Camera Icon Proper Outside */


/* .maan-author-profile .camera-icon {
    position: absolute;
    right: -6px;
    bottom: 6px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111827;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border: 4px solid #fff;
    z-index: 99;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.maan-author-profile .profile-upload:hover .camera-icon {
    background: #E2C97E;
    transform: scale(1.08);
} */

.maan-author-profile .user-info .maan-user-thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.maan-user-thumb .profile-upload {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maan-user-thumb .profile-img,
.maan-user-thumb .profile-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--line);
}

.maan-user-thumb .profile-placeholder {
    background: var(--btn-border-color);
    color: var(--colo-white);
    font-size: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.maan-user-thumb .camera-icon {
    position: absolute;
    right: 5px;
    bottom: 8px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--colo-white);
    color: var(--btn-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: 3px solid var(--line);
    transition: 0.3s;
}

.maan-user-thumb .profile-upload:hover .camera-icon {
    background: var(--btn-border-color);
    transform: scale(1.03);
}

.maan-user-thumb .profile-upload:hover .camera-icon i {
    color: var(--colo-white);
}

.search_icon_wrapper i {
    position: absolute;
    top: 40%;
    left: auto;
    right: 15px;
    bottom: auto;
    transform: translate(-100%, 100%);
}

.search_icon_wrapper:has(.form-control.is-invalid) i {
    top: 50%;
    right: 21px;
    transform: translate(-100%, -50%);
}

.search_icon_wrapper:has(label.is-invalid[style*="display: none"]) i {
    top: 32%;
}

.search_icon_wrapper .form-control {
    padding-right: 50px !important;
}

.maan-author-profile .user-info .user-title {
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px dashed #9D9D9D;
    position: relative;
    margin-bottom: 30px;
}

.maan-author-profile .user-info .user-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -7px;
    border-bottom: 1px dashed #9D9D9D;
}

.maan-author-profile .user-info .user-title .user-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    color: #0A0B2E;
    margin-bottom: 10px;
    margin-top: 15px;
}

.maan-author-profile .user-info .user-title .user-name:hover,
.maan-author-profile .user-info .user-title .user-name:focus {
    color: #ff8400;
}

.maan-author-profile .user-info .user-title .phone {
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    color: #0A0B2E;
}

.maan-author-profile ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #545454;
    font-weight: 400;
}

.maan-author-profile ul li a:hover,
.maan-author-profile ul li a:focus,
.maan-author-profile ul li a.active {
    color: #ff8400;
}

.maan-author-profile ul li a span {
    display: inline-block;
    margin-right: 15px;
}

.save-btb {
    max-width: 63px;
    width: 100%;
    padding: 0;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
}

.save-btb.edit-btn {
    border: 1px solid #C9C9C9;
    background: #F8F8F8;
    color: #fff;
    padding: 0;
}

.maan-info-header {
    padding: 15px 30px;
    background: #F6F6F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.maan-info-header h4 {
    font-size: 24px;
    line-height: 35px;
    color: #0A0B2E;
    font-weight: 600;
}

.maan-personal-information .maan-user-details {
    padding: 0 30px;
    margin-bottom: 40px;
}

.maan-personal-information .maan-user-details.maan-details-edit ul li {
    padding: 0;
}

.maan-personal-information .maan-user-details.maan-details-edit ul li:last-child span {
    border: none;
}

.maan-personal-information .maan-user-details.maan-details-edit ul li span {
    border-bottom: 1px solid #D5D5D5;
    padding: 10px 0;
    line-height: 23px;
    display: inline-block;
}

.maan-personal-information .maan-user-details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #0A0B2E;
    padding: 10px 0;
}

.maan-personal-information .maan-user-details ul li span {
    width: 75%;
}

.maan-user-address .maan-address h5 {
    font-size: 18px;
    font-weight: 600;
    color: #575BE2;
    line-height: 26px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 16px;
}

.maan-user-address .maan-address h5.blue {
    color: #2DBED5;
}

.maan-user-address .maan-address h5.blue::after {
    background: #2DBED5;
}

.maan-user-address .maan-address h5::after {
    position: absolute;
    content: "";
    display: block;
    width: 77px;
    height: 3px;
    background: #575BE2;
    bottom: 0;
    left: 0;
}

.maan-user-address .maan-address p {
    color: #0A0B2E;
    line-height: 28px;
}

.maan-password-change {
    max-width: 370px;
}

.maan-password-change .maan-input-group {
    margin-bottom: 20px;
}

.maan-password-change .maan-input-group label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #0A0B2E;
    margin-bottom: 10px;
}

.maan-password-change .maan-input-group .input-group {
    position: relative;
}

.maan-password-change .maan-input-group .input-group input {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #DBDBDB;
    border-radius: 0;
    border-radius: 4px !important;
}

.maan-password-change .maan-input-group .input-group input::-webkit-input-placeholder {
    color: #9D9D9D;
}

.maan-password-change .maan-input-group .input-group input::-moz-placeholder {
    color: #9D9D9D;
}

.maan-password-change .maan-input-group .input-group input:-ms-input-placeholder {
    color: #9D9D9D;
}

.maan-password-change .maan-input-group .input-group input::-ms-input-placeholder {
    color: #9D9D9D;
}

.maan-password-change .maan-input-group .input-group input::placeholder {
    color: #9D9D9D;
}

.maan-password-change .maan-input-group .input-group span {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
    color: #9D9D9D;
}

.maan-order-history {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*# sourceMappingURL=style.css.map */


/*new additional css start*/

.maan-shop-breadcrumb {
    padding: 80px 0;
    background: #F2F3F7;
    text-align: center;
    border: none;
    display: none;
}

.maan-shop-breadcrumb h3 {
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
}

.maan-shop-breadcrumb .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.maan-shop-breadcrumb .breadcrumb .breadcrumb-item {
    color: #000;
}

.maan-shop-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #7D7A7A;
}

.maan-shop-breadcrumb .breadcrumb .breadcrumb-item::before {
    content: "/";
    padding: 0 4px;
}


/* .maan-mybazar-filter {
        margin-bottom: 0px;
    } */

.maan-mybazar-filter p {
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}

.maan-mybazar-filter .maan-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding: 10px 20px; */
    background-color: var(--charcoal-dark);
    /* border: 1px solid #e2e2e2;
        border-radius: var(--btn-border-radius); */
}

.maan-mybazar-filter .filter-left .tags-area a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    background: #fff;
    padding: 10px 25px;
    margin-right: 10px;
}

.maan-mybazar-filter .filter-left .tags-area span {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
}

.maan-mybazar-filter .maan-filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
}

.maan-mybazar-filter .maan-filter-right .nice-select {
    width: 170px;
    background: transparent;
}

.maan-mybazar-filter .maan-filter-right .nice-select .list {
    width: 100%;
}

.maan-mybazar-filter .maan-filter-right .filter-grid a,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a {
    margin-left: 0;
    line-height: 14px;
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    border: 1px solid #e2e2e2;
    border-radius: var(--btn-border-radius);
    padding: 6px 8px;
}

.seller_product_wrapper .multivendors-filter.card .content {
    margin-left: 10px;
}

.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a i {
    color: var(--bg-dark);
}

.maan-mybazar-filter .maan-filter-right .nav.filter-grid,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab {
    gap: 20px;
}

.maan-mybazar-filter .maan-filter-right .filter-grid a.active,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a.active,
.maan-mybazar-filter .maan-filter-right .filter-grid a:hover,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a:hover,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a:focus,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a:focus-visible,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a:focus-within,
.maan-mybazar-filter .maan-filter-right .filter-grid a:focus,
.maan-mybazar-filter .maan-filter-right .filter-grid a:focus-visible,
.maan-mybazar-filter .maan-filter-right .filter-grid a:focus-within,
.maan-mybazar-filter .maan-filter-right .filter-grid a.active rect,
.maan-mybazar-filter .maan-filter-right .filter-grid a:hover rect,
.maan-mybazar-filter .maan-filter-right .filter-grid a:focus rect,
.maan-mybazar-filter .maan-filter-right .filter-grid a:focus-visible rect,
.maan-mybazar-filter .maan-filter-right .filter-grid a:focus-within rect {
    border-color: var(--gold);
    background: var(--gold);
    fill: var(--colo-white);
}

.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a:hover i,
.seller_product_wrapper .search-tabs .multi-vendors-shop-tab a.active i {
    color: var(--colo-white);
}

@media (max-width: 991px) {
    .maan-mybazar-filter .maan-filter-right {
        width: 270px;
    }
    .main-nav-links .dropdown-menu {
        height: 376px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .shop-list.vinora-success-wrap .vs-items-card .table,
    .shop-list.vinora-success-wrap .vs-items-card .table tbody,
    .shop-list.vinora-success-wrap .vs-items-card .table tr {
        display: block;
        width: 100%;
    }
    .shop-list.vinora-success-wrap .vs-items-card .table>tbody>tr {
        border-bottom: 1px solid rgba(201, 162, 77, 0.12);
        padding: 18px 16px;
        display: block;
    }
    .shop-list.vinora-success-wrap .vs-items-card .table>tbody>tr:last-child {
        border-bottom: none;
    }
    .shop-list.vinora-success-wrap .vs-items-card .table>tbody>tr>td {
        display: block;
        width: 100% !important;
        padding: 8px 0 !important;
        border-bottom: none !important;
    }
    .shop-list.vinora-success-wrap .vs-notice {
        flex-direction: column;
        align-items: flex-start;
    }
    .shop-list.vinora-success-wrap .vs-view-btn {
        align-self: flex-start;
    }
    .shop-list.vinora-success-wrap .vs-notice-left {
        align-items: flex-start;
    }
    .product-details-layout .layout-items:last-child {
        margin-top: 20px;
    }
    .main-nav-links .dropdown-menu.category-list {
        transform: translate(-50%, 10%) !important;
        top: 0 !important;
        left: 50% !important;
        bottom: auto !important;
    }
    section.shop-list.support_view_wrapper.mybazar-product-with-sidebar>.container>.row {
        display: flex;
        flex-direction: column-reverse;
    }
    /* section.shop-list.support_view_wrapper.mybazar-product-with-sidebar .popular-today-main.mb-5 {
        margin-top: 20px;
    } */
    .popular-today-main.mb-5>.row {
        gap: 20px 0;
    }
}

@media (max-width: 767px) {
    .maan-mybazar-filter .filter-left {
        width: 100%;
    }
    .maan-mybazar-filter .maan-filter-right {
        width: 100%;
    }
    .maan-mybazar-filter .maan-filter-wrapper {
        padding: 10px 15px;
    }
    .maan-shop-breadcrumb h3 {
        font-size: 20px;
    }
    .track_order_card_wrapper {
        flex-direction: column;
    }
    .container.otp_contaner_wrapper .col-md-2 {
        width: auto;
    }
    .container.otp_contaner_wrapper .justify-content-center.row {
        gap: 4px;
    }
    .maan-modal-section.modal.show {
        padding: 15px !important;
    }
    .maan-modal-section .modal-dialog {
        max-width: 100% !important;
        min-height: calc(100vh - 30px) !important;
    }
}


/*home page additional css */

.category-list a,
.side-mega-manu a {
    padding: 7px 12px;
}

.category-list a .arrow,
.side-mega-manu a .arrow {
    position: absolute;
    top: 11px;
    right: 12px;
}

.banner .banner-add li {
    margin-bottom: 33px !important;
}

.banner .banner-add li:last-child {
    margin-bottom: 0 !important;
}

.banner .banner-add li img {
    height: 110px;
}

.discount .dis-card .profile-img img {
    height: 216px;
}


/* .categories .cat-items .item .item-link {
        width: 94%;
    display: block;
    text-align: center;
} */

.categories .cat-items .item .item-link a {
    color: var(--bg-dark);
    font-size: 18px;
    margin-top: 20px;
}


/* .categories .cat-items .item .item-link:hover a{
    color: var(--ivory);
} */


/* .categories .cat-items .item .item-link:hover{
    background: var(--bg-dark);
} */


/* .categories .cat-items .item:hover {
    box-shadow: 0 0 20px #ddd;
} */


/* .product-card .product-img a img {
    height: 200px;
    background: #EEEEEE;
} */

.product-card .product-card-details h5 {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    margin: 0 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card .product-card-details h5 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    max-height: 42px;
    text-decoration: none;
    word-break: break-word;
}


/* .product-card .product-card-details {
    padding-top: 10px;
} */

.product-card .product-card-details .price {
    font-size: 16px;
    font-weight: 400;
}

.product-card .product-card-details .price del {
    font-size: 12px;
}


/* .product-card {
    min-width: 196px;
    max-width: 300px;
} */


/* .mybazar-product-with-sidebar .product-card {
    min-width: unset;
    max-width: 100%;
} */


/* .mybazar-product-with-sidebar #product-area {
        margin-top: 30px;
    } */

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    /* .product-card {
        min-width: 150px;
    } */
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    /* .product-card {
        min-width: 165px;
    } */
}

@media(max-width: 480px) {
    .otp_btn_resend_txt_wrapper {
        display: block !important;
    }
    .otp_btn_resend_txt_wrapper .gold_btn {
        margin-bottom: 10px;
        width: 100%;
    }
}

.side-mega-manu a {
    font-size: 12px;
}

.side-mega-manu a .text {
    margin-left: 10px;
}

.side-mega-manu a span svg {
    height: 10px;
}

.side-mega-manu a .arrow {
    right: 0;
}

.banner {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

section.notice-section {
    background-color: var(--bg-dark);
    padding: 6px 0 !important;
    margin-bottom: 0px;
}

.notice-section-wrapper span {
    color: var(--ivory);
}

.notice-section-wrapper {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

section .main-title {
    margin-bottom: 20px;
}

.product-card .product-card-details {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-card-details p {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-card .product-card-details .star-rating {
    line-height: 0;
}

.product-card {
    position: relative;
}

.product-card .product-card-details .product-cart {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

.product-card .product-card-details ul.product-cart li a span .addToWishlist_icon:hover {
    background: var(--btn-border-color);
}

.product-card .product-card-details ul.product-cart li a span .addToWishlist_icon:hover svg {
    fill: var(--colo-white);
}

.product-card .product-card-details ul.product-cart li a.add_cart_butn_wrapper,
.gold_btn,
a.link-anime,
.post-btns button {
    background: var(--gold);
    padding: 6px 14px;
    font-size: 15px;
    border-radius: 5px;
    color: var(--bg-dark);
    display: block;
    position: relative;
}

.product-card .product-card-details ul.product-cart li a.add_cart_butn_wrapper:hover,
.gold_btn:hover {
    background: var(--gold-hover);
}

.product-card .product-card-details ul.product-cart li a span {
    fill: var(--colo-white);
}

.product-card .product-card-details p {
    color: var(--bg-dark);
    margin-bottom: 8px;
}

.product-card .product-card-details ul.product-cart li a span svg#shopping-cart path {
    fill: var(--bg-dark);
}

.categories .cat-items>div {
    padding: 5px;
}

.categories .cat-items {
    margin-bottom: -5px;
    position: relative;
}

.categories .cat-items button.custom-arrow {
    background: var(--bg-dark);
    position: absolute;
    top: 44% !important;
    left: -45px;
    right: auto;
    transform: translate(50%, -50%);
    bottom: auto;
    border: 0;
    padding: 10px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
}

.categories .cat-items button.custom-arrow.slick-next {
    right: -10px;
    left: auto;
}

.categories .cat-items button.custom-arrow:hover {
    background: var(--bg-dark);
}

.categories .cat-items button.custom-arrow:hover svg {
    fill: var(--ivory);
}

section {
    padding-top: 16px !important;
}

section.similar-product {
    padding-bottom: 16px;
    padding-top: 30px !important;
}

main {
    background: var(--charcoal-dark);
}

.main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

section.categories .main-title {
    margin-bottom: 40px;
}

.shop-details .product-item-details .product-quantity .quantity .minus {
    font-size: 30px;
    position: relative;
    top: 3px;
}

.shop-details .product-item-details .product-quantity .quantity .plus {
    font-size: 20px;
}

.shop-details .product-item-details .product-quantity .quantity .input-number {
    font-size: 18px;
}

.product-card.tab-pcard .product-card-details .star-rating {
    float: none;
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    /* .product-card {
        min-width: 150px;
    } */
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    /* .product-card {
        min-width: 165px;
    } */
}

@media(max-width: 991px) {
    /* .product-card {
        min-width: unset !important;
        max-width: 100% !important;
    } */
}

.product-color-wraper {
    /* The container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}

.product-color-wraper ul li {
    display: inline-block;
}

.product-color-wraper .porduct-color {
    display: block;
    position: relative;
    padding-left: 28px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-color-wraper .porduct-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product-color-wraper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #ff8400;
}

.product-color-wraper .checkmark.color-one {
    background-color: #8A5FE2;
}

.product-color-wraper .checkmark.color-two {
    background-color: #E25FD1;
}

.product-color-wraper .checkmark.color-three {
    background-color: #FFDEFB;
}

.product-color-wraper .checkmark.color-four {
    background-color: #8B8B8B;
}

.product-color-wraper .checkmark.color-five {
    background-color: #20CF88;
}

.product-color-wraper .checkmark.color-six {
    background-color: #EFC418;
}

.product-color-wraper .checkmark.color-seven {
    background-color: #0CE629;
}

.product-color-wraper .checkmark.color-eight {
    background-color: #144DE9;
}

.product-color-wraper .checkmark.color-nine {
    background-color: #E80000;
}

.product-color-wraper .checkmark.color-ten {
    background-color: #00C1C1;
}

.product-color-wraper .checkmark.color-eleven {
    background-color: #FF8000;
}

.product-color-wraper .checkmark.color-pink {
    background-color: #CF37CF;
}

.product-color-wraper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.porduct-color input:checked~.checkmark:after {
    display: block !important;
}

.porduct-color .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-size-wrap {
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* When the radio button is checked, add a blue background */
}

.product-size-wrap ul li {
    display: inline-block;
    margin-right: 8px;
}

.product-size-wrap .product-size {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
}

.product-size-wrap .product-size input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.product-size-wrap .checkmark {
    height: 32px;
    width: 32px;
    background-color: #D5D5D5;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    line-height: 32px;
    text-align: center;
    display: block;
}

.product-size-wrap .product-size input:checked~.checkmark {
    background-color: #ff8400;
    color: #fff;
}


/* .shop-list.support_view_wrapper .sidebar .sidebar-widget {
    margin-top: 20px;
} */

.sidebar-widget h6 {
    color: var(--btn-border-color);
}

.shop-list h2 {
    color: var(--btn-border-color);
}


/* .shop-list img {
    width: 100% !important;
    max-width: 200px;
} */


/* .shop-list ul.lzd-contact-us-with-livechat-button {
    background-color: var(--light-maroon);
} */


/* .shop-list ul li p span {
    display: block;
} */


/* ===== Support SECTION BACKGROUND ===== */

.support_view_wrapper.shop-list {
    background: var(--colo-white);
    padding: 60px 0;
}

.support_view_wrapper.shop-list a {
    color: var(--btn-border-color);
}

.support_view_wrapper.shop-list span {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif !important;
}

.support_view_wrapper h2:first-child {
    color: var(--btn-border-color);
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    text-align: center !important;
    text-align: center !important;
    border: 0;
    margin: 0;
    padding: 0px 0px 0px 50px;
}

.support_view_wrapper h2:first-child:hover {
    background: transparent;
    color: var(--btn-border-color);
}

.shop-list.support_view_wrapper ul li a {
    color: var(--btn-border-color);
}

.shop-list.support_view_wrapper ul li a.heart span,
.product-card .product-card-details ul.product-cart li a.heart span {
    padding: 4px;
    border-radius: 50px;
    display: block;
    background: var(--light-maroon);
    display: block;
    width: 30px;
    height: 30px;
    transition: all ease-in-out;
}

.shop-list.support_view_wrapper ul li a.heart span:hover,
.product-card .product-card-details a.heart span:hover {
    background: var(--btn-border-color) !important;
}

.shop-list.support_view_wrapper ul li a.heart span:hover svg,
.product-card .product-card-details a.heart span:hover svg {
    fill: var(--colo-white);
}

.shop-list.support_view_wrapper ul li a.heart svg,
.product-card .product-card-details a.heart svg {
    fill: var(--btn-border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
}

.shop-list.support_view_wrapper ul li br {
    display: none;
}


/* ===== MAIN CARD ===== */

.shop-list.support_view_wrapper .lzd-contact-us-with-livechat-button._content-list {
    background: var(--colo-white);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0 2px 1px #e9e9e9;
    list-style: none;
}


/* ===== REMOVE INLINE IMAGE FLOAT ISSUE ===== */

.shop-list img.note-float-left {
    float: none !important;
    display: block;
    margin: 0 auto 25px !important;
    width: 140px !important;
}


/* ===== LIST ITEM ===== */

.shop-list.support_view_wrapper ._content-item {
    /* border-top: 1px solid #eee; */
    padding: 0;
}

.shop-list.support_view_wrapper h2+p {
    color: var(--bg-dark);
    font-size: 16px !important;
}

.shop-list.support_view_wrapper h2+p a span {
    color: var(--btn-border-color) !important;
}

.shop-list.support_view_wrapper h2+p a {
    color: pink;
    font-size: 16px;
}


/* first item no border */

.shop-list.support_view_wrapper ._content-item:first-child {
    border-top: none;
    margin: 0;
}


/* ===== TEXT CLEANUP ===== */

.shop-list.support_view_wrapper ._content-item p {
    margin-bottom: 10px;
    font-size: 15px !important;
    color: #2b2b2b !important;
    line-height: 1.6;
    padding: 0;
}


/* ===== LINKS ===== */

.shop-list.support_view_wrapper ._content-item span[style*="color: rgb(44,130,201)"],
.shop-list.support_view_wrapper ._content-item span[style*="color: rgb(25,156,183)"] {
    color: #7a2030 !important;
    font-weight: 600;
    cursor: pointer;
}


/* ._content-item span:hover {
    text-decoration: underline;
} */


/* ===== LIVE CHAT BOX (AUTO DETECT LAST BLOCK) ===== */

.shop-list.support_view_wrapper ._content-item p:last-of-type {
    margin-bottom: 0;
}


/* target LIVE CHAT text */

.shop-list.support_view_wrapper ._content-item b {
    display: block;
    margin-top: 20px;
    color: var(--btn-border-color);
    font-size: 16px;
}


/* ===== LIVE CHAT BUTTON STYLE (FAKE BUTTON LOOK) ===== */

.shop-list.support_view_wrapper ._content-item b+br+br {
    display: none;
}


/* style "Still need help" */

.shop-list.support_view_wrapper ._content-item {
    position: relative;
    margin-top: 10px;
}


/* bottom CTA */

.shop-list.support_view_wrapper ._content-item:after {
    content: "Still need help? Click here →";
    display: block;
    margin-top: 10px;
    background: var(--gold);
    padding: 14px;
    border-radius: 10px;
    text-align: center;
    color: var(--bg-dark);
    font-weight: 600;
}

.shop-list.support_view_wrapper ._content-item:hover::after {
    background: var(--gold-hover);
}


/* ===== PRIVACY POLITY PAGE ===== */


/* ===== SECTION BACKGROUND ===== */

.support_view_wrapper {
    background: #f8f6f4;
    padding: 60px 0;
}


/* ===== MAIN CONTAINER CARD ===== */


/* 
.support_view_wrapper .container {
    max-width: 1000px;
    background: #fff;
    padding: 50px 60px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
} */


/* ===== PAGE TITLE ===== */

.support_view_wrapper .title {
    font-size: 38px;
    color: #4A0E1A;
    font-weight: 700;
    margin-bottom: 35px;
}


/* ===== SECTION HEADINGS ===== */


/* ===== PARAGRAPH ===== */


/* .support_view_wrapper p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 10px;
    padding-left: 40px;
} */


/* ===== SECTION SPACING ===== */

.support_view_wrapper h2+p {
    margin-bottom: 10px;
    padding: 0;
}


/* ===== HOVER EFFECT (SUBTLE BLOCK FEEL) ===== */

.support_view_wrapper h2:hover {
    color: #4A0E1A;
}


/* ===== DIVIDER LINE ===== */

.support_view_wrapper h2:not(:first-of-type) {
    border-top: 1px solid #eee;
    /* padding-top: 20px; */
}


/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {}

.support_view_wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    color: #7a2030;
    margin: 25px 0 10px;
    padding-left: 15px;
    border-left: 4px solid #D4AF37;
    background: rgba(122, 32, 48, 0.03);
    padding-top: 6px;
    padding-bottom: 6px;
    transition: 0.3s;
    border-radius: var(--btn-border-radius);
}

.support_view_wrapper h2:hover {
    background: rgba(122, 32, 48, 0.08);
    border-left-color: #7a2030;
}


/*new additional css end*/


/*home page additional css */

.category-list a,
.side-mega-manu a {
    padding: 7px 12px;
}

.category-list a .arrow,
.side-mega-manu a .arrow {
    position: absolute;
    top: 11px;
    right: 12px;
}

.banner .banner-add li:last-child {
    margin-bottom: 0 !important;
}

.banner .banner-add li img {
    height: 110px;
}

.discount .dis-card .profile-img img {
    height: 216px;
}

.product-card .product-card-details {
    padding-top: 10px;
}

.product-card .product-card-details .price {
    font-size: 16px;
    font-weight: 400;
}

.product-card .product-card-details .price del {
    font-size: 12px;
}

.side-mega-manu a {
    font-size: 12px;
}

.side-mega-manu a .text {
    margin-left: 10px;
}

.side-mega-manu a span svg {
    height: 10px;
}

.side-mega-manu a .arrow {
    right: 0;
}

.banner {
    margin-bottom: 0px;
}

section .main-title {
    margin-bottom: 20px;
}

.product-card .product-card-details {
    margin: 0;
    margin-bottom: 0;
}

.product-card .product-card-details .star-rating {
    line-height: 0;
}

.categories .cat-items>div {
    padding: 5px;
}

.categories .cat-items {
    margin-bottom: -5px;
}

section {
    overflow-y: hidden;
}

section.categories .main-title {
    margin-bottom: 40px;
}

.shop-details .product-item-details .product-quantity .quantity .minus {
    font-size: 30px;
    position: relative;
    top: 3px;
}

.shop-details .product-item-details .product-quantity .quantity .plus {
    font-size: 20px;
}

.shop-details .product-item-details .product-quantity .quantity .input-number {
    font-size: 18px;
}

.product-card.tab-pcard .product-card-details .star-rating {
    float: none;
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
    /* .product-card {
        min-width: 150px;
    } */
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    /* .product-card {
        min-width: 165px;
    } */
}

.product-color-wraper ul li {
    display: inline-block;
}

.product-color-wraper .porduct-color {
    display: block;
    position: relative;
    padding-left: 28px;
    padding-bottom: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-color-wraper .porduct-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product-color-wraper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #E60C5E;
}

.product-color-wraper .checkmark.color-one {
    background-color: #8A5FE2;
}

.product-color-wraper .checkmark.color-two {
    background-color: #E25FD1;
}

.product-color-wraper .checkmark.color-three {
    background-color: #FFDEFB;
}

.product-color-wraper .checkmark.color-four {
    background-color: #8B8B8B;
}

.product-color-wraper .checkmark.color-five {
    background-color: #20CF88;
}

.product-color-wraper .checkmark.color-six {
    background-color: #EFC418;
}

.product-color-wraper .checkmark.color-seven {
    background-color: #0CE629;
}

.product-color-wraper .checkmark.color-eight {
    background-color: #144DE9;
}

.product-color-wraper .checkmark.color-nine {
    background-color: #E80000;
}

.product-color-wraper .checkmark.color-ten {
    background-color: #00C1C1;
}

.product-color-wraper .checkmark.color-eleven {
    background-color: #FF8000;
}

.product-color-wraper .checkmark.color-pink {
    background-color: #CF37CF;
}

.product-color-wraper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.product-color-wraper .porduct-color input:checked~.checkmark:after {
    display: block;
}

.product-color-wraper .porduct-color .checkmark:after {
    left: 9px;
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product-size-wrap {
    /* Hide the browser's default radio button */
    /* Create a custom radio button */
    /* When the radio button is checked, add a blue background */
}

.product-size-wrap ul li {
    display: inline-block;
    margin-right: 8px;
}

.product-size-wrap .product-size {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
}

.product-size-wrap .product-size input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.product-size-wrap .checkmark {
    height: 32px;
    width: 32px;
    background-color: #D5D5D5;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    line-height: 32px;
    text-align: center;
    display: block;
}

.product-size-wrap .product-size input:checked~.checkmark {
    background-color: #E60C5E;
    color: #fff;
}


/* .shop-list.support_view_wrapper .sidebar .sidebar-widget {
        margin-top: 30px;
    } */


/* .mybazar-product-with-sidebar #product-area {
        margin-top: 0 !important;
    } */

.side-mega-manu a {
    display: flex;
    align-items: center;
}

.side-mega-manu a .text,
.side-mega-manu ul li a {
    margin-left: 10px;
    /* max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: var(--ivory);
}

.user-dashbord .side-mega-manu ul li a .icon svg {
    fill: var(--colo-white);
    margin: 0;
}

.user-dashbord .side-mega-manu ul li a .icon svg path {
    stroke: var(--colo-white);
}

.user-dashbord .side-mega-manu ul li a {
    margin: 0;
    width: auto !important;
}

.side-mega-manu .mega-manu a {
    display: block;
}

.mybazar-customer-dashboard {
    padding-top: 16px;
    background: var(--colo-white);
}

.product-card .product-card-details .price del {
    display: inline-block;
    margin-left: 20px;
}

.product-card .product-card-details .star-rating {
    float: unset;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget:first-child {
    margin-top: 0;
}

.product-card .product-card-details .price {
    font-weight: 700;
}

.product-card .product-card-details .price del {
    font-weight: 400;
}

.product-size-wrap,
.product-color-wraper {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.product-size-wrap h6,
.product-color-wraper h6 {
    margin-right: 15px;
}

.product-color-wraper .porduct-color {
    margin-bottom: 0;
}

.product-size-wrap .product-size {
    margin-bottom: 0;
}

.shop-details .product-item-details .product-stock,
.shop-details .product-item-details .product-quantity,
.shop-details .product-item-details .product-size {
    margin-bottom: 0;
}

.product-size-wrap .product-size input:checked~.checkmark {
    background: #ff8400;
}


/*new additional css end*/


/*animation css start */


/* Heartbeat frame*/

@-webkit-keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes heartbeat {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}


/* Rotation frame*/

@-webkit-keyframes rotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Bottom to Top key frame*/

@-webkit-keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes BottomToTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}


/* DoublePulse */

@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes slideTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
        -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes moveleftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftRight {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(-73px, 1px) rotate(-36deg);
        transform: translate(-73px, 1px) rotate(-36deg);
    }
    40% {
        -webkit-transform: translate(-141px, -72px) rotate(-72deg);
        transform: translate(-141px, -72px) rotate(-72deg);
    }
    60% {
        -webkit-transform: translate(-83px, -122px) rotate(-108deg);
        transform: translate(-83px, -122px) rotate(-108deg);
    }
    80% {
        -webkit-transform: translate(40px, -72px) rotate(-144deg);
        transform: translate(40px, -72px) rotate(-144deg);
    }
    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

@-webkit-keyframes pulseanim2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
        box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
        box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
        box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
    }
}

@keyframes pulseanim2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
        box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
        box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
        box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
    }
}

.ad-poster {
    position: relative;
    overflow: hidden;
    background-color: #ff8400;
}

.ad-poster .animation-one {
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 2;
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.ad-poster .animation-two {
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 2;
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
}

.ad-poster .animation-three {
    position: absolute;
    left: 20%;
    top: 80%;
    z-index: 2;
    -webkit-animation: moveleftbounce 3s linear infinite;
    animation: moveleftbounce 3s linear infinite;
}

.ad-poster .animation-four {
    position: absolute;
    left: 35%;
    top: 80%;
    z-index: 2;
    -webkit-animation: moveleftbounce 10s linear infinite;
    animation: moveleftbounce 10s linear infinite;
}

.ad-poster .animation-five {
    position: absolute;
    left: 30%;
    top: 10%;
    z-index: 2;
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
}

.ad-poster .animation-six {
    position: absolute;
    left: 2%;
    top: 10%;
    z-index: 1;
}

.ad-poster .animation-eight {
    position: absolute;
    left: 45%;
    top: 80%;
    z-index: 1;
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.ad-poster .animation-nine {
    position: absolute;
    left: 55%;
    top: 5%;
    z-index: 1;
    -webkit-animation: moveleftbounce 10s linear infinite;
    animation: moveleftbounce 10s linear infinite;
}

.ad-poster .animation-ten {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ad-poster .ad-post-text {
    z-index: 3;
    position: relative;
}

.ad-poster .addposter-wrapper {
    padding: 0 100px;
}

.ad-poster .addposter-btn-wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    .ad-poster .addposter-wrapper {
        padding: 0;
    }
}


/*animation css end */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ff8400;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*product shop list css start */

.product-shop-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    max-width: 100%;
}

.product-shop-list-items:last-child {
    margin-bottom: 0;
    margin: 0;
    border: none;
}

.product-shop-list-items .product-card-details .star-rating {
    float: right;
}

.product-shop-list-items .product-img {
    min-width: 280px;
    max-width: 280px;
    margin-right: 25px;
}

.product-shop-list-items .product-img a img {
    height: 260px;
    border-radius: 5px;
}

.product-shop-list-items .product-card-details .price {
    font-size: 20px;
    margin: 10px 0;
    display: inline-block;
}

.product-shop-list-items .product-card-details .price del {
    font-size: 14px;
}

.product-shop-list-items .product-card-details p {
    font-size: 16px;
}

.product-shop-list-items .product-card-details .product-cart {
    margin-top: 20px;
}

.product-shop-list-items .product-card-details .product-cart li {
    display: inline-block;
}

.product-shop-list-items .product-card-details .product-cart li a {
    display: inline-block;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    background: #ddd;
}

.product-shop-list-items .product-card-details .product-cart li a svg {
    height: 20px;
    width: 20px;
}

.product-shop-list-items .product-card-details .product-cart li a:hover,
.product-shop-list-items .product-card-details .product-cart li a:focus {
    color: #fff;
    background: #ff8400;
}

.product-shop-list-items .product-card-details .product-cart li a:hover svg,
.product-shop-list-items .product-card-details .product-cart li a:focus svg {
    fill: #fff;
}

@media (max-width: 1200px) {
    .product-shop-list-items .product-card-details p {
        font-size: 14px;
    }
    .shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-img {
        min-width: 60px !important;
        width: 60px;
    }
    .product-shop-list-items .product-card-details h5 {
        font-size: 18px;
    }
    .product-shop-list-items .product-card-details .price {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .product-shop-list-items {
        display: block;
    }
    .product-shop-list-items .product-img {
        max-width: 100%;
        min-width: unset;
        margin-right: 0;
    }
}


/*product shop list css end */


/* banner add start */

.banner-add-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.banner-add-wrapper .banner-add-thumb {
    display: block;
    padding: 15px;
    height: 90px;
    width: 124px;
    min-width: 124px;
    border: var(--border-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    /* margin-right: var(--btn-border-radius); */
    border-radius: var(--border-border-radius);
    background-color: var(--charcoal-dark);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    border: 1px solid #e2e2e2;
    border-radius: var(--btn-border-radius);
}

.banner-add-wrapper .banner-add-thumb:hover {
    box-shadow: 0 0 20px #ddd;
}

.banner-add-wrapper .banner-add-thumb img {
    width: 100%;
    height: 80px;
    width: 90px;
}

.banner-add-wrapper .banner-add-content span {
    font-size: 14px;
    color: var(--darker-gray);
    font-weight: 400;
    /* max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: block;
}

.banner-add-wrapper .banner-add-content h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    color: var(--bg-dark);
}

.banner-add-wrapper .banner-add-content h5 a {
    color: var(--bg-dark);
}

.banner-add-wrapper .banner-add-content .star-rating li {
    display: inline-block;
    margin: 0;
}

.banner-add-wrapper .banner-add-content .star-rating li svg {
    height: 10px;
    fill: darkorange;
}

.banner-add-wrapper .banner-add-content .star-rating li:last-child svg {
    fill: #B9B9B9;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    /* .banner-add-wrapper .banner-add-thumb {
        width: 60px;
        min-width: 88px;
        height: 70px;
        padding: 5px;
    } */
    .banner .banner-add li {
        margin-bottom: 10px;
    }
    .banner .banner-add li:last-child {
        margin-bottom: 0;
    }
    .category-list a,
    .side-mega-manu a {
        padding: 5px !important;
    }
    .side-mega-manu a .text {
        max-width: 80px;
    }
    .category-list a .arrow,
    .side-mega-manu a .arrow {
        top: 12px;
    }
    .banner .banner-add li img {
        height: 80px;
    }
}

.product-shop-list-items .product-card-details .product-cart li a svg path {
    fill: #ff8400;
}

.product-shop-list-items .product-card-details .product-cart li a:hover svg path {
    fill: #fff;
}

.product-shop-list-items .product-card-details .product-cart li a:focus svg path {
    fill: #fff;
}


/* banner add end */

.ad-poster .animation-seven {
    left: 35%;
    top: 60%;
}


/* product details start */

.shop-details .product-slider .main-img img {
    width: 100% !important;
}

.shop-details .product-item-details .product-title h4 {
    font-weight: 600;
    max-width: 460px;
    overflow: hidden;
    white-space: normal !important;
    -webkit-line-clamp: 1 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    white-space: normal !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shop-details .product-item-details .price h4 del {
    font-size: 20px;
    font-weight: 500;
    color: #9D9D9D;
}

.shop-details .product-item-details .stock-id {
    margin: 0;
    margin-right: 15px;
}

.skustock {
    margin-bottom: 25px;
}

.shop-details .product-item-details .product-quantity .quantity input.input-number {
    width: 100px;
    height: 57px;
    position: relative;
    top: -4px;
}

.shop-details .product-item-details .product-quantity .quantity {
    height: 50px;
    overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.shop-details .tab-info {
    margin-top: 40px;
}


/* .similar-product .product-card .product-card-details {
        padding: 10px;
    } */

@media(max-width: 991px) {
    .skustock {
        justify-content: center;
    }
    .shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-img {
        min-width: 100px;
        width: 100px;
    }
}

.mybazar-paymentstatus-wrp .text-warning {
    color: #ff8400 !important;
    margin-bottom: 20px;
}

.mybazar-paymentstatus-wrp .text-warning svg {
    fill: #ff8400 !important;
    height: 25px;
    width: 25px;
}

.mybazar-payment-delivery-date-link span {
    font-weight: 500;
    color: #000;
}

.mybazar-payment-delivery-date-link a {
    display: inline-block;
    padding: 3px 15px;
    font-weight: 600;
    margin-left: 20px;
}

.shop-details .product-slider .product-big-img .main-img {
    max-height: 515px !important;
}

.shop-details .product-slider .product-small-img .main-img {
    height: 155px !important;
}

.banner-add-wrapper .banner-add-thumb img {
    height: 70px !important;
    object-fit: contain;
}

.shop-details .product-slider .main-img img {
    object-position: top center !important;
}

.shop-details .product-slider .product-small-img .main-img {
    margin-right: 2px !important;
}


/* product details end */

.billing-details .right-form .payment-cart input~label::before {
    top: 2px;
    left: -7px;
}

.billing-details .right-form .payment-cart input~label::after {
    left: -2px;
    top: 3px;
}


/* modal start */

.maan-modal-section {
    padding: 0;
}

.maan-modal-section .modal-dialog {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 850px !important;
    /* remove bootstrap default */
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: none !important;
    /* vertical + horizontal center */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: calc(100vh - 40px) !important;
}


/* Bootstrap 5 Modal Perfect Center */

.maan-modal-section.modal.show {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    overflow-y: auto !important;
}


/* Modal Content */

.maan-modal-section .modal-content {
    width: 100% !important;
    overflow: hidden !important;
    border: 0 !important;
}

.maan-modal-section .modal-dialog .modal-content .modal-body {
    position: static !important;
    flex: auto !important;
    padding: 0 !important;
}

.maan-modal-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    /* height: 700px; */
    overflow: hidden;
    background: #fff;
}

.maan-modal-wraper .modal-thumb {
    max-width: 40%;
    max-height: 360px;
}

.maan-modal-wraper .modal-thumb img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.maan-modal-content {
    padding: 20px;
    width: auto;
}

.maan-modal-content .logo {
    margin-bottom: 6px;
    max-width: 150px;
}

.maan-modal-content .logo img {
    max-width: 100%;
    width: 100%;
}

.maan-modal-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: var(--bg-dark);
    margin-bottom: 10px;
}

.maan-news-letter-form h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: var(--bg-dark);
    margin-bottom: 4px;
}

.maan-news-letter-form form {
    margin-bottom: 10px;
}

.maan-news-letter-form form .maan-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.maan-news-letter-form form .maan-input-group input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.maan-news-letter-form form .maan-input-group input::-webkit-input-placeholder {
    color: #9D9D9D;
}

.maan-news-letter-form form .maan-input-group input::-moz-placeholder {
    color: #9D9D9D;
}

.maan-news-letter-form form .maan-input-group input:-ms-input-placeholder {
    color: #9D9D9D;
}

.maan-news-letter-form form .maan-input-group input::-ms-input-placeholder {
    color: #9D9D9D;
}

.maan-news-letter-form form .maan-input-group input::placeholder {
    color: #9D9D9D;
}

.maan-news-letter-form form .maan-input-group .modal-btn {
    display: block;
    width: 60px;
    background: var(--gold);
    text-align: center;
    height: 45px;
    color: #020101;
    line-height: normal;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-left: -10px;
    border-radius: var(--btn-border-radius);
}

.maan-news-letter-form form .maan-input-group .modal-btn svg,
.maan-modal-section .modal-btn svg path,
.maan-modal-section .modal-btn svg g {
    height: 15px;
    width: 15px;
    fill: var(--bg-dark);
    stroke: var(--bg-dark) !important;
    color: var(--bg-dark) !important;
}

.maan-right-side-nav {
    max-width: 620px;
    padding: 30px;
    background: var(--colo-white);
    position: fixed;
    width: 100%;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
}

.maan-right-side-nav .nav-close-btn {
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #707070;
    text-align: right;
}

.maan-right-side-nav .maan-news-letter-form h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.maan-right-side-nav .maan-nav-wraper .maan-modal-content p {
    margin-bottom: 10px;
}

.right-overlaly {
    background: rgba(10, 11, 46, 0.5);
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    display: block;
    height: 100vh;
    z-index: 9998;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.right-side-nav-activee {
    overflow: hidden;
}

.right-side-nav-activee .maan-right-side-nav {
    right: 0;
}

.right-side-nav-activee .right-overlaly {
    right: 0;
}


/* .maan-nav-wraper .maan-modal-content {
    width: 100%;
} */

.maan-nav-wraper .maan-modal-content p {
    margin-bottom: 30px;
}

.maan-new-arrivals {
    margin-bottom: 10px;
}

.maan-new-arrivals h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0A0B2E;
    line-height: 35px;
    margin-bottom: 20px;
}

.maan-new-arrivals .images-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 5px;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 5;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb img {
    width: 100%;
    -webkit-transition: all 500ms linear 0s;
    transition: all 500ms linear 0s;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb:hover::before,
.maan-new-arrivals .images-thumb .maan-arrival-thumb:focus::before {
    -webkit-animation: circle 0.75s;
    animation: circle 0.75s;
    height: 0;
    width: 0;
    opacity: 1;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb:hover img,
.maan-new-arrivals .images-thumb .maan-arrival-thumb:focus img {
    -webkit-transform: scale3D(1.2, 1.2, 1);
    transform: scale3D(1.2, 1.2, 1);
}

.maan-new-arrivals ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #545454;
}

.follow-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.follow-us h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--bg-dark);
}

.follow-us ul li {
    display: inline-block;
}

.follow-us ul li a {
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    background: var(--btn-border-color);
    line-height: inherit;
    text-align: center;
    color: var(--colo-white);
    margin-left: 10px;
    border: 1px solid var(--btn-border-color);
}

.follow-us ul li a:hover,
.follow-us ul li a:focus {
    color: var(--colo-white);
    background: var(--colo-white);
    border: 1px solid var(--btn-border-color);
}

.follow-us ul li a:hover svg,
.follow-us ul li a:focus svg {
    fill: var(--btn-border-color);
}

@media (max-width: 991px) {
    .maan-modal-wraper .modal-thumb {
        display: none;
    }
    .maan-modal-content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .maan-modal-content {
        /* padding: 30px 10px; */
        width: 100%;
    }
    .maan-news-letter-form h3 {
        font-size: 30px;
        margin: 0;
    }
    .maan-modal-content p {
        margin: 0;
    }
    .follow-us h4 {
        font-size: 14px;
    }
    .shop-list.vinora-success-wrap {
        padding: 32px 0 56px;
    }
    .shop-list.vinora-success-wrap .vs-hero h2 {
        font-size: 26px;
        line-height: normal;
    }
    .shop-list.vinora-success-wrap .vs-total {
        font-size: 34px;
    }
    .shop-list.vinora-success-wrap .vs-confirmed::before,
    .shop-list.vinora-success-wrap .vs-confirmed::after {
        display: none;
    }
    .chatbot-input {
        padding: 8px !important;
    }
    .chatbot-header {
        padding: 15px 8px !important;
    }
    .chatbot-messages {
        padding: 8px !important;
    }
    .mid-bar .mair-right .dropdown-menu.show {
        min-width: 170px;
    }
}


/* modal end */

.ad-poster .animation-seven {
    position: absolute;
    left: 26%;
    top: 20%;
    z-index: 1;
    animation: moveleftbounce 10s linear infinite;
}

.dropdown.category-manu .dropdown-menu.category-list {
    padding-left: 10px !important;
}

.sidebar-widget .widget-popular li .pro-text h6 a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--bg-dark);
    /* font-size: 14px; */
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget .widget-popular li .pro-img {
    min-width: 100px;
}

.sidebar.shop_categories_sidebar .sidebar-widget .price-range-wraper .price-wrap .price-input-wrapper1 {
    margin: 10px 0;
}

.shop_categories_sidebar .accordion-item .accordion-header .accordion-button:not(.collapsed),
.shop_categories_sidebar .accordion-item .accordion-header .accordion-button {
    border: 0;
    background: transparent;
    color: inherit;
    border-bottom: 1px solid var(--line);
}

.shop_categories_sidebar .accordion-item .accordion-header .accordion-button.collapsed {
    border-bottom: 0;
}

.shop_categories_sidebar .accordion-item .accordion-header .accordion-button:not(.collapsed)::after,
.shop_categories_sidebar .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.shop_categories_sidebar .accordion-item .accordion-header .accordion-button:not(.collapsed):focus,
.shop_categories_sidebar .accordion-item .accordion-header .accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
}

.filter-toggle-btn.chatbot-fab {
    display: none !important;
}


/* .shop-list.mybazar-product-with-sidebar .sidebar .sidebar-widget h6 {
    background: var(--btn-border-color);
} */


/* .sidebar-widget .price-range-wraper {
    padding: 20px;
} */

.sidebar-widget .price-range-wraper .ui-widget-content {
    height: 2px;
    background: #D2D2D2;
    border: none;
}

.sidebar-widget .price-range-wraper .ui-widget-header {
    background: #ff8400;
}

.sidebar-widget .price-range-wraper .ui-slider-handle {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ff8400;
    outline: none;
    border: none;
    top: -7px;
}

.sidebar-widget .price-range-wraper .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 20px; */
}

.sidebar-widget .price-range-wraper .price-wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8B8B8B;
}

.sidebar-widget .price-range-wraper .price-wrap .b {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8B8B8B;
    border: none !important;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid var(--light-maroon);
    border-radius: 4px;
    background-color: var(--colo-white);
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
    top: 4px;
}


/* Hover effect */

input[type="checkbox"]:hover {
    border-color: var(--btn-border-color);
}


/* Checked state with gradient */

input[type="checkbox"]:checked {
    background: linear-gradient(135deg, var(--btn-border-color), var(--btn-bg-top)) !important;
    border-color: var(--btn-bg-mid);
}


/* White tick mark for checked checkbox */

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid var(--colo-white);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sidebar-widget .product-size-wrap,
.sidebar-widget .product-color-wraper {
    margin-top: 0;
}

.sidebar-widget .product-color-wraper ul li {
    margin-bottom: 15px !important;
}

@media (min-width: 992px) {
    .col-lg {
        flex: 0 0 0%;
    }
}


/* update css start */

.price-input-wrapper {
    display: flex;
    align-items: center;
}

.price-input-wrapper span {
    display: inline-block;
    margin: 0 2px;
    font-size: 15px;
    font-weight: 400;
    color: #8B8B8B;
}

.price-input-wrapper .first {
    position: relative;
    left: 10px;
}

.price-input-wrapper input {
    padding: 0 !important;
}

.sidebar-widget .price-range-wraper .price-wrap .b {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8B8B8B;
    border: none !important;
    text-align: right;
    max-width: 60px;
}

.sidebar-widget .price-range-wraper .price-wrap .c {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #8B8B8B;
    border: none !important;
    max-width: 80px;
}


/* my bazar new css */

.banner .banner-add li {
    margin-bottom: 25px !important;
}

.discount .dis-card .shop-link svg {
    fill: #ff8400;
}

.discount .dis-card .shop-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.discount .dis-card {
    display: block;
}

.product-card .product-card-details .price {
    display: flex;
    align-items: center;
}

.product-card .product-card-details .price del {
    margin-left: 10px;
}

.woman-collection,
.man-collection,
.others-collection,
.accessories-collection {
    padding-top: 0px;
}


/* section.woman-collection {
    background: linear-gradient(135deg, rgba(74, 14, 26, 0.2), transparent, rgba(201, 162, 77, 0.1));
} */


/* section.woman-collection+section {
    background: linear-gradient(to bottom, var(--charcoal-dark), var(--dark-gray));
} */


/* section.woman-collection+section.woman-collection {
    position: relative;
    overflow: hidden;
} */


/* BEFORE background */


/* section.woman-collection+section.woman-collection::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("/img/wine_bg.webp") no-repeat center/cover;
    opacity: 0.3;
    z-index: 1;
} */

section.woman-collection+section.woman-collection>* {
    position: relative;
    z-index: 2;
}


/* content upar rahe */

section.woman-collection+section.woman-collection>* {
    position: relative;
    z-index: 2;
}


/* content ko upar lao */

.woman-collection:nth-of-type(2)>* {
    position: relative;
    z-index: 2;
}


/* content upar rahe */

section.woman-collection:nth-child(2)>* {
    position: relative;
    z-index: 1;
}


/* section.service.mt-5 {
    margin: 0 !important;
    padding-top: 0 !important;
} */

.nav.filter-grid {
    align-items: center !important;
}

.manu-bar .main-manu li .active {
    padding: 8px 10px !important;
    display: inherit;
}


/* .maan-mybazar-filter {
        margin-bottom: 30px;
    } */

.shop-details .product-item-details .star-rating a {
    line-height: 15px;
}

.shop-details .product-item-details .star-rating {
    display: flex;
}

.swal-icon--success__line {
    background-color: var(--green);
}

.swal-button {
    background-color: var(--gold) !important;
    color: var(--bg-dark) !important;
}

.swal-button:not([disabled]):hover {
    background-color: var(--gold-hover) !important;
    box-shadow: none !important;
}

.swal-button:not([disabled]):focus {
    box-shadow: none !important;
}

.swal-button.swal-button--cancel {
    background: var(--gray-color) !important;
}

.swal-button.swal-button--cancel:hover,
.swal-button.swal-button--cancel:focus {
    background: var(--dark-gray-color) !important;
}

.swal-icon--success__ring {
    border-color: var(--light-green) !important;
}

.billing-details .login-form .nice-select .list {
    width: 100%;
}

.billing-details .login-form .nice-select {
    height: 50px;
    background: none;
    border-radius: 5px !important;
    border-color: #cccccc;
}

.unibox-selectable.active,
.unibox-selectable:hover {
    background-color: #ff8400 !important;
}

.mobile-and-desktop-search {
    position: relative;
}

.suggestion-wrap {
    position: absolute;
    width: 100%;
    background: #ffffff;
    z-index: 6;
}


/* .mid-bar .col-5,.mid-bar .col-7{
    padding: 0 !important;
} */

.mid-bar .mid-search .input-group button {
    border-radius: var(--btn-border-radius) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.mid-bar .mid-search .input-group:hover {
    border-color: var(--gold-hover) !important;
}

.mid-bar .mid-search .input-group button:hover {
    background: var(--gold-hover) !important;
}

.mid-bar .mid-search .input-group input {
    border-radius: 50px !important;
}

.banner .banner-add li {
    margin-bottom: 12px !important;
}

.categories .cat-items .item:hover img {
    filter: none !important;
}

.offer-count .offer-text h2 {
    margin-bottom: 20px;
}

section .main-title .section-title,
section.product-tab .tab-title {
    position: relative;
    text-align: center;
}

section .main-title .section-title h4,
section.product-tab .tab-title h4 {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
}


/* section .main-title .section-title .line, section.product-tab .tab-title .line{
        position: relative;
            width: 80px;
            height: 3px;
            background: var(--btn-border-color);
            margin-right: 15px;
            display: inline-block;
}
section .main-title .section-title .line::after, section.product-tab .tab-title .line::after{
        position: absolute;
            right: 0;
            bottom: -4px;
            content: "";
            width: 10px;
            height: 10px;
            border-radius: 50%;
        background: var(--btn-border-color);
} */


/* section .main-title .section-title::after,
section.product-tab .tab-title::after {
    position: absolute;
    content: "";
    display: block;
    top: 45%;
    left: 30%;
    right: auto;
    bottom: 0;
} */


/* section .main-title .section-title::before,
section.product-tab .tab-title::before {
    position: absolute;
    right: 66%;
    bottom: -4px;
    content: "";
    top: 11px;
    left: auto;
}

section.product-tab .tab-title::after {
    background: var(--btn-border-color);
} */

.product-shop-list-items {
    align-items: center;
}

.maan-mybazar-filter .maan-filter-right .filter-grid a rect {
    fill: var(--bg-dark);
}


/* .maan-mybazar-filter .maan-filter-right .filter-grid a.active rect {
        fill: var(--colo-white);
    } */

.logo .img-thumbnail {
    height: 90px;
    max-width: 120px;
}

.product-card .product-img a .offer-percent {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(139, 26, 43, .4);
    }
    50% {
        box-shadow: 0 0 0 6px rgba(139, 26, 43, 0);
    }
}

@media (min-width: 992px) {
    .banner .col-lg-3 {
        flex: 0 0 auto;
        width: 21%;
    }
    .banner .col-lg-7 {
        flex: 0 0 auto;
        width: 62%;
    }
    /* .mybazar-product-with-sidebar .product-card .product-img a img{
        height: 200px;
    } */
    /* section.product-tab .product-card .product-img a img {
        height: 200px;
    } */
}


/* new fixing css */

.category-list a img,
.side-mega-manu a img {
    height: 22px;
    margin-right: 5px;
    width: 22px;
    border-radius: var(--btn-border-radius);
}

.categories .cat-items {
    padding: 0 6px;
}

.similar-product .title-center {
    margin-bottom: 10px !important;
}

.woman-collection .main-title {
    margin-bottom: 10px !important;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
    text-transform: capitalize;
}

.banner .swiper-slide {
    min-height: 331px;
    border-radius: var(--btn-border-radius);
}


/* news fixing css start 30/01/ 2022 */

.banner-content h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.banner-content a {
    display: block;
}

.banner-content {
    position: relative;
    margin-bottom: 25px;
}

.banner-content .discount-tag {
    position: absolute !important;
    padding: 4px 20px !important;
    right: 60px;
    top: 52px;
}

.side-mega-manu li:hover>.mega-manu {
    display: block;
}

.side-mega-manu .mega-manu {
    transition: all 0.0s ease !important;
    top: -25px;
    display: none;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-left li a:hover {
    border-color: #ff8400 !important;
    background: #ff8400 !important;
}

.footer-left li a {
    border-color: #fff !important;
    background: transparent !important;
}

.footer-left .footer-brand {
    margin-bottom: 16px;
}

.footer-left .footer-brand a {
    max-width: 150px;
}

.footer-left .footer-brand img {
    width: 100%;
}


/* news fixing css end 30/01/ 2022 */

.banner .swiper-slide a:hover {
    color: #000 !important;
}

footer p {
    color: #eee;
}

.main-footer ul li {
    display: inline-block;
    margin-left: 16px;
}

.main-footer ul li:nth-last-child(-n+2) a {
    width: 34px;
    height: 34px;
}

.main-footer ul li:nth-child(-n+4) a {
    width: 35px;
    height: 35px;
}

.main-footer ul {
    text-align: right;
}

.copyright-text p {
    color: var(--ivory);
}

footer .info-footer h6 {
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.payment_gateway_wrapper {
    display: flex;
    align-items: center;
}

.info-footer {
    background: var(--bg-dark);
    border: 1px solid #2a2a2a;
}

.payment-gateway {
    position: relative;
}

.payment-gateway button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.info-footer input {
    background: #232323;
    border: none !important;
    color: var(--ivory);
    border: 1px solid var(--gold) !important;
    border-radius: var(--btn-border-radius);
    margin-bottom: 20px;
}

.info-footer input::placeholder {
    color: #777;
}

.info-footer input:focus {
    box-shadow: none;
    background: transparent;
    color: var(--ivory);
}

.info-footer button {
    background: var(--gold);
    border: none;
    color: var(--bg-dark);
    line-height: 22.9px;
    display: flex;
    align-items: flex-start;
    font-size: 20px;
}

.info-footer button:hover {
    background: var(--gold-hover);
}

.info-footer input:focus-within {
    border-color: var(--btn-border-color);
}


/* footer .info-footer h6::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 60px;
    background: var(--gold);
} */


/* footer .info-footer h6~ul li a {
    color: var(--dark-gray);
} */

footer .main-footer {
    padding: 10px;
    padding-top: 10px;
}


/* footer .info-footer {
    padding: 90px 0px 80px 0px;
    background-color: var(--darker-gray);
} */


/* Important: parent columns */

.info-footer .row>div {
    position: relative;
}


/* FIRST COLUMN → right side border */

.info-footer .row>div:first-child::after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    width: 1px;
    background: #c9a24d33;
}


/* LAST COLUMN → left side border */

.info-footer .row>div:last-child::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background: #c9a24d33;
}

footer .info-footer .footer-left p {
    color: var(--ivory);
    max-width: 440px;
}

.shop-list.support_view_wrapper .sidebar .sidebar-widget h6 {
    font-weight: 500;
    font-size: 18px;
}


/* .shop-list.support_view_wrapper .sidebar .sidebar-widget h6:not(:has(a)) {
    background-color: var(--btn-border-color);
    color: var(--colo-white);
    border-top-left-radius: var(--btn-border-radius);
    border-top-right-radius: var(--btn-border-radius);
} */

.nice-select {
    width: 100%;
}

.modal-content {
    border: none;
}

.modal-header {
    justify-content: space-between;
}

.offer-count a.link-anime:before {
    background: #fff !important;
}

.offer-count a.link-anime:after {
    background: #fff !important;
}

.offer-count a.link-anime:hover {
    background: #000;
    color: #fff !important;
}

.offer-count a.link-anime:hover:before {
    background: #000 !important;
}

.offer-count a.link-anime:hover:after {
    background: #000 !important;
}

.maan-order-history .table tbody td {
    padding: 20px;
}

.maan-order-history .table tbody td img {
    height: 80px;
}

input,
textarea {
    text-transform: unset !important;
}

.billing-details .login-form .nice-select .list {
    height: 190px;
    overflow: auto;
}

.shop-list.support_view_wrapper .all-logos {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    grid-gap: 10px;
    margin: 0;
}

.shop-list.support_view_wrapper .all-logos div {
    padding: 0;
    width: 100%
}

.modal-btn-close {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 1;
}


/* multi vendors css start*/

.multivendor-shop-details-section {
    background: #fff;
}


/* .multivendor-shop-details-section .tab-info {
        margin-top: 60px;
    } */

.product-details-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 32% 2% 36% 2% 28%;
    grid-template-columns: 32% 36% 28%;
    gap: 2%;
    border: 1px solid var(--line);
    padding: 15px;
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
}

.product-details-layout .layout-items:last-child {
    border: 1px solid var(--line);
    padding: 15px;
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
}

.product-details-slider-wrapper img {
    width: 100%;
}

.product-details-slider-wrapper .product-big-img {
    margin-bottom: 15px;
}

.product-details-slider-wrapper .product-big-img img {
    height: 425px !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-details-slider-wrapper .main-img {
    padding: 0 6px;
}

.multiventors-details-middle .title-area h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    color: #0C1928;
    margin-bottom: 5px;
}

.multiventors-details-middle .title-area .review-rating-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.multiventors-details-middle .title-area .review-rating-wrp p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #0C1928;
    opacity: 0.7;
    padding-left: 10px;
    border-left: 1px solid rgba(12, 25, 40, 0.2);
}

.multiventors-details-middle .title-area .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.multiventors-details-middle .title-area .rating li {
    display: inline-block;
}

.multiventors-details-middle .title-area .rating li svg {
    fill: #ff8400;
}

.multiventors-details-middle .title-area .rating small {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #0C1928;
    opacity: 0.7;
    display: block;
    margin: 0 10px;
}

.multiventors-details-middle .title-area span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: rgba(12, 25, 40, 0.3);
    display: inline-block;
    margin-right: 10px;
}

.multiventors-details-middle .title-area span a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #0A66C2;
    opacity: 1;
}

.multivendor-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.multivendor-price .green {
    background: var(--light-green);
    color: var(--green);
    font-size: .75rem;
    font-weight: 500;
    padding: 1px 8px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin: 0 !important;
}

.multivendor-price span {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 58px;
    color: #0C1928;
    display: block;
    margin-right: 140px;
}

.multivendor-price span del {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #0C1928;
    opacity: 0.3;
    display: inline-block;
    margin-left: 10px;
}

.multivendor-color {
    display: flex;
    align-items: center;
}

.multivendor-color .color-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: rgba(12, 25, 40, 0.5);
    display: inline-block;
    margin-right: 10px;
}

.multivendor-color .color-title b {
    font-weight: 500;
    font-size: 16px;
    color: #0C1928;
}

.multivendor-color li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
}

.checkbox-product img {
    height: 45px;
    width: 40px;
    border: 1px solid rgba(12, 25, 40, 0.1);
    border-radius: 3px;
}

.checkbox-product {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 25px;
    width: 25px;
}


/* Hide the browser's default checkbox */

.checkbox-product input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkbox-product .checkmark {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-radius: 50%;
}


/* When the checkbox is checked, add a blue background */

.checkbox-product input:checked~img {
    border-color: #ff8400;
}

.checkbox-product input:checked~.checkmark {
    background-color: #ff8400;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkbox-product .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkbox-product input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkbox-product .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.multivendor-size {
    display: flex;
    align-items: center;
}

.multivendor-size .color-title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: rgba(12, 25, 40, 0.5);
    display: inline-block;
    margin-right: 10px;
}

.multivendor-size .color-title b {
    font-weight: 500;
    font-size: 16px;
    color: #0C1928;
}

.multivendor-size li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
    height: 31px;
    width: 31px;
}

.radio-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio-custom .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 31px;
    width: 31px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(12, 25, 40, 0.2);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #0C1928;
    opacity: 0.5;
    line-height: 28px;
    text-align: center;
}


/* When the radio button is checked, add a blue background */

.radio-custom input:checked~.checkmark {
    background-color: #ff8400;
    opacity: 1;
    border-color: #ff8400;
    color: #fff;
}

.multivents-number {
    min-width: 130px;
    height: 30px;
    max-width: 180px;
}

.multivents-number .quantity {
    position: relative;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: var(--btn-border-radius);
}

.multivents-number .quantity .plus,
.multivents-number .quantity .minus {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: none;
    outline: none;
    border: none;
    transition: all ease-in background .2s;
    display: block;
}

.multivents-number .quantity .plus:hover,
.multivents-number .quantity .minus:hover,
.multivents-number .quantity .plus:focus,
.multivents-number .quantity .minus:focus,
.multivents-number .quantity .plus:focus-visible,
.multivents-number .quantity .minus:focus-visible,
.multivents-number .quantity .plus:active,
.multivents-number .quantity .minus:active {
    background: var(--btn-border-color);
    color: var(--colo-white);
}

.multivents-number .quantity .plus:focus,
.multivents-number .quantity .minus:focus {
    outline: none;
}

.multivents-number .quantity .minus,
.multivents-number .quantity .plus {
    left: -18px;
    right: auto;
    top: 15px;
    width: 35px;
    color: var(--bg-dark);
    opacity: 1;
    background: var(--line);
    border-radius: 0;
    padding: 5px;
    font-size: 16px;
    border-radius: var(--btn-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transform: translate(50%, -50%);
    display: block;
}

.multivents-number .quantity .plus {
    left: auto;
    right: 16px;
    bottom: auto;
    padding-left: 0;
    border-radius: var(--btn-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.multivents-number .quantity i {
    line-height: 23px;
    display: block;
    margin-left: 3px;
}

.multivents-number .quantity input {
    width: 180px;
    text-align: center;
    margin: 0 auto;
    height: 30px;
}

.cart-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.maan-cartbtn {
    /* height: 50px; */
    text-align: center;
    /* padding: 0 30px; */
    /* background: #0C1928; */
    /* border-radius: 0 !important; */
    /* color: #fff; */
    /* line-height: 50px; */
    /* margin: 0 10px; */
}

.maan-cartbtn:hover {
    background: #ff8400;
}

.maan-wishlist-btn {
    /* height: 50px;
        width: 50px;
        line-height: 50px; */
    /* border: 1px solid rgba(12, 25, 40, 0.2); */
    text-align: center;
}

.multivendors-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.multivendors-social span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #00071B;
    opacity: 0.5;
    text-decoration: underline;
}

.socialsharea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.socialsharea small {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #00071B;
    opacity: 0.5;
    display: inline-block;
    margin-right: 15px;
}

.socialsharea li {
    display: inline-block;
}

.socialsharea li a {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
}

.socialsharea li a:hover {
    background: #ff8400;
    color: #fff;
}

.socialsharea li a:hover svg path {
    fill: #fff;
}

.product-details-wedget {
    /* background: rgba(12, 25, 40, 0.03); */
    padding: 15px 0px;
    margin-bottom: 10px;
}


/* .wedget-items {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(12, 25, 40, 0.1);
    } */

.wedget-items:last-child {
    border: none;
    padding-bottom: 0;
}

.wedget-items .wedgettitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.wedget-items .wedgettitle h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #0C1928;
    opacity: 0.7;
}

.wedget-items .details-meta-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.wedget-items .details-meta-items .wrapper i {
    margin-right: 7px;
}

.wedget-items .details-meta-items .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wedget-items .details-meta-items .wrapper p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0C1928;
    opacity: 0.8;
}

.wedget-items .details-meta-items .wrapper p small {
    display: block;
}

.wedget-items .details-meta-items .wrapper svg {
    display: inline-block;
    margin-right: 10px;
    height: 25px;
    width: 25px;
}

.wedget-items .details-meta-items .change {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    margin-left: 40px;
    color: #0A66C2;
    opacity: 0.8;
}

.wedget-items li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #0C1928;
    opacity: 0.8;
}


/* .store-visite-btn {
        height: 45px;
        width: 100%;
        display: block;
        line-height: 45px;
        text-align: center;
        background: var(--gold);
        color: var(--bg-dark);
        border-radius: var(--btn-border-radius);
    } */


/* .store-visite-btn:hover {
        background: var(--gold-hover);
    } */

@media (max-width: 991px) {
    .product-details-layout {
        display: block;
    }
    .multiventors-details-middle .title-area h2 {
        margin-top: 20px;
    }
    .product-zoom-thumb img {
        position: static !important;
    }
    .product-zoom-thumb {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .multiventors-details-middle .title-area h2 {
        font-size: 20px;
        line-height: 25px;
        margin-top: 20px;
    }
    .multiventors-details-middle .title-area .review-rating-wrp {
        display: block;
    }
    .multiventors-details-middle .title-area .review-rating-wrp p {
        padding-left: 0;
        border: none;
    }
    .multivendor-price span {
        font-size: 20px;
        margin-right: 30px;
    }
    .multivendor-price span del {
        font-size: 15px;
    }
}


/* multi vendors shop page*/

.multivendor-shop-bg .img-wrapper {
    padding-top: 20px;
    max-width: 1740px;
    margin: 0px auto;
}

.multivendor-shop-bg .img-wrapper img {
    width: 100%;
    height: auto;
}

.multivendors-filter {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(12, 25, 40, 0.1);
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.multivendors-filter .follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.multivendors-filter .follow img {
    height: 70px;
    min-width: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 15px;
}

.multivendors-filter .follow h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    color: #0C1928;
}

.multivendors-filter .follow a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    background: #ff8400;
    padding: 0px 15px;
    display: inline-block;
    margin-top: 5px;
}

.multivendors-filter .page-tabs li {
    display: inline-block;
    margin: 0 15px;
}

.multivendors-filter .page-tabs li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: var(--bg-dark);
}

.multivendors-filter .page-tabs li a:active::after,
.multivendors-filter .page-tabs li a.active::after {
    background: var(--btn-border-color);
}

.multivendors-filter .page-tabs li a:after {
    background: var(--btn-border-color);
}

.multivendors-filter .search-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.multivendors-filter .search-tabs form {
    margin-right: 20px;
}

.multivendors-filter .search-tabs input {
    min-width: 250px;
}

.seller_product_wrapper {
    margin-bottom: 20px;
}

.seller_product_wrapper .multivendors-filter.card {
    padding: 10px;
    flex-direction: row;
    margin-bottom: 20px;
}

.seller_product_wrapper .multivendors-filter.card .page-tabs ul li {
    display: block;
    margin: 0;
}

.seller_product_wrapper .multivendors-filter.card .page-tabs ul {
    display: flex;
    align-items: center;
    gap: 26px;
}

.seller_product_wrapper .multivendors-filter.card .follow .img {
    border: 1px solid var(--line);
    border-radius: 50px;
    max-width: 50px;
    height: 50px;
    padding: 4px;
}

.seller_product_wrapper .multivendors-filter.card .follow img {
    height: 100%;
    min-width: 100%;
    width: 100%;
    border-radius: 50%;
    border-radius: 50%;
}

.multivendors-filter .follow img .multi-vendors-shop-tab a {
    margin-left: 10px;
}

.multi-vendors-shop-tab a svg {
    height: 20px;
    width: 20px;
}

.multi-vendors-shop-tab a svg rect {
    fill: #00071B;
}

.multi-vendors-shop-tab a.active svg rect {
    fill: #ff8400;
}

.multivendor-profile-wrapper {
    background: var(--colo-white);
    margin-bottom: 20px;
}

.seller-progress-wrapper {
    margin-top: 15px;
}

.sellar-rating {
    padding-bottom: 15px;
    /* border-bottom: 1px solid #9e9e9e; */
}

.sellar-rating h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.sellar-rating h4,
.review-list-right h4 {
    color: var(--btn-border-color);
    font-size: 20px;
}

.review-summary-wrapper {
    margin-bottom: 20px;
}

.review-summary-wrapper .review-list-right .contact-form .input-group {
    margin-bottom: 20px;
}

.seller-review-title h5 {
    text-align: center;
    margin: 0;
}

.sellar-rating h3 {
    font-size: 48px;
    color: var(--btn-border-color);
    margin-bottom: 9px;
}

.sellar-rating h3 sup {
    font-size: 20px;
    color: var(--btn-bg-top);
}

.sellar-rating p {
    color: #757575;
    font-size: 14px;
}

.sellar-rating .seller-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.sellar-rating .seller-progress span {
    display: inline-block;
    font-size: 12px;
    color: #212121;
    width: 80px;
}

.sellar-rating .seller-progress small {
    color: #9e9e9e;
    font-size: 14px;
    display: inline-block;
    /* margin-left: 10px; */
}

.sellar-rating .seller-progress .progress {
    min-width: 130px;
    height: 12px;
    /* border-radius: 0; */
}

.sellar-rating .seller-progress .progress .progress-bar {
    background: var(--gold);
}

.join-date {
    padding-top: 15px;
    border-top: 1px solid var(--line);
}

.join-date h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.join-date h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 0;
}

.join-date .join-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.join-date p {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    margin-left: 15px;
}

.join-date p span {
    display: block;
}

.seller-review-title h5 {
    font-size: 16px;
    color: var(--bg-dark);
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
}


/* .seller-review-title h5 {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
} */

.profile-left-sidebar .join-date h6 {
    color: var(--btn-border-color);
}

.profile-left-sidebar.reviews_tab_wrapper .sellar-rating {
    padding-bottom: 0;
}

.seller-review-items {
    margin-bottom: 30px;
}

.seller-review-items .rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.seller-review-items .rate img {
    height: 24px;
    width: 24px;
}

.seller-review-items .rate span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
    color: #424242;
    padding-left: 8px;
}

.reviewer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviewer img {
    height: 16px;
    width: 16px;
}

.reviewer label {
    color: #9e9e9e;
    font-size: 12px;
}

.reviewer span {
    color: #4caf50;
    margin-left: 6px;
    font-size: 12px;
}

.review-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.review-like img {
    height: 18px;
    width: 18px;
    opacity: 0.5;
}

.review-like span {
    font-size: 12px;
    color: #6a6a6a;
}

.review-like .dropdown img {
    height: 16px;
    width: 16px;
}

.review-like .dropdown button {
    cursor: pointer;
    background: none;
    border: none;
}

.product-rating-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.product-rating-items .seller-img {
    margin-right: 15px;
}

.product-rating-items .seller-img img {
    height: 50px;
    width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-ratign-discription-wrapper .meta-info a {
    display: block;
    font-weight: 500;
    color: #212121;
}

.product-ratign-discription-wrapper .meta-info p {
    font-size: 12px;
    color: #757575;
    line-height: 19px;
}

.product-ratign-discription-wrapper .meta-info .star-rating {
    margin-top: 5px;
}

.product-ratign-discription-wrapper .meta-info .star-rating li {
    display: inline-block;
}

.product-ratign-discription-wrapper .meta-info .star-rating li svg {
    fill: #ff8400;
}

.product-ratign-discription-wrapper .content p {
    color: #212121;
    font-size: 14px;
}

.product-ratign-discription-wrapper .content .img {
    padding: 10px 0;
}

.product-ratign-discription-wrapper .content .img img {
    height: 90px;
    width: 90px;
    -o-object-fit: cover;
    object-fit: cover;
}

.review-list-right {
    flex: 1;
    min-width: 300px;
}

.single-review-item {
    display: flex;
    gap: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
    line-height: normal;
}

.user-avatar-circle {
    width: 45px;
    height: 45px;
    background-color: var(--line);
    color: var(--btn-border-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 5px; */
}

.review-user-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.review-date {
    font-size: 12px;
    color: #999;
}

.review-text {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 0 !important;
}


/* .login-to-review-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px;
    border: 1px solid var(--btn-border-color);
    color: var(--btn-border-color);
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
    transition: all 0.3s;
} */

.btn.gold_btn.login-to-review-btn {
    display: inline-block;
}

.vinora-auth-card .alert {
    border-radius: var(--btn-border-radius) !important;
    margin-bottom: 20px !important;
    padding: 10px !important;
}

.vinora-auth-card .alert-success {
    background: var(--light-green) !important;
    color: var(--green) !important;
    border: 1px solid var(--light-green) !important;
}

.vinora-auth-card .alert-danger {
    background: var(--light-maroon) !important;
    color: var(--cancle-bg-hover) !important;
    border: 1px solid var(--light-maroon) !important;
}


/* .login-to-review-btn:hover {
    background-color: #7b1e2b;
    color: #fff;
} */

.review-content-info {
    flex: 1;
}

.produtct-rating-wrapper {
    padding: 20px 0;
    /* border-top: 1px solid #e9e9e9; */
}

.maan-mybazar-filter p {
    font-size: 14px;
    margin-top: 20px;
}

.maan-mybazar-filter .filter-left .tags-area a {
    display: inline-block;
    font-size: 15px;
    color: #666666;
    background: #fff;
    padding: 10px 25px;
    margin-right: 10px;
}

.maan-mybazar-filter .filter-left .tags-area span {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
}

.maan-mybazar-filter .maan-filter-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 330px;
}

.maan-mybazar-filter .maan-filter-right .filter-grid h5 {
    color: var(--bg-dark);
}

.maan-mybazar-filter .maan-filter-right .nice-select {
    width: 170px;
    background: transparent;
}

.maan-mybazar-filter .maan-filter-right .nice-select .list {
    width: 100%;
}

@media (max-width: 991px) {
    .maan-mybazar-filter .maan-filter-right {
        width: 270px;
    }
    .mybazar-customer-dashboard .maan-mybazar-order-details h3 {
        margin-top: 20px !important;
    }
    .card.seller-review-card {
        margin-top: 20px;
    }
    .seller_product_wrapper {
        margin-bottom: 0px;
    }
    .main-footer .copyright-text p {
        margin-bottom: 15px;
    }
    .main-footer ul {
        text-align: left;
    }
    .main-footer ul li:first-child {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    /* .maan-mybazar-filter .filter-left {
        display: none;
    } */
    .maan-mybazar-filter .maan-filter-right {
        width: 100%;
    }
    .maan-mybazar-filter .maan-filter-wrapper {
        padding: 10px 15px;
    }
    .maan-mybazar-order-details .product-card {
        margin-bottom: 20px;
    }
    .maan-order-heading.maan_order_detail_amot_wrapper {
        display: block;
        margin-top: 0;
    }
    .maan-order-heading.maan_order_detail_amot_wrapper .price-side {
        justify-content: space-between;
    }
    .maan-mybazar-order-details .processing-timeline {
        margin-top: 0;
    }
    .multivendors-filter {
        display: block;
        text-align: center;
    }
    .multivendors-filter .search-tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 15px;
    }
    .multivendors-filter .page-tabs li a {
        font-size: 12px;
    }
}


/* multi vendors shop page*/


/* multi vendors css end*/


/* multi chat css start*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chat-container {
    margin: 0 auto;
    width: 750px;
    background: #444753;
    border-radius: 5px;
}

.people-list {
    width: 260px;
    float: left;
}

.people-list .name {
    color: #fff;
}

.people-list .search {
    padding: 20px;
}

.people-list input {
    border-radius: 3px;
    border: none;
    padding: 14px;
    color: white;
    background: #6A6C75;
    width: 90%;
    font-size: 14px;
}

.people-list input::-webkit-input-placeholder {
    color: #fff;
}

.people-list input::-moz-placeholder {
    color: #fff;
}

.people-list input:-ms-input-placeholder {
    color: #fff;
}

.people-list input::-ms-input-placeholder {
    color: #fff;
}

.people-list input::placeholder {
    color: #fff;
}

.people-list .fa-search {
    position: relative;
    left: -25px;
}

.people-list ul {
    padding: 20px;
    height: auto;
}

.people-list ul li {
    padding-bottom: 20px;
}

.people-list img {
    float: left;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.people-list .about {
    float: left;
    margin-top: 8px;
}

.people-list .about {
    padding-left: 8px;
}

.people-list .status {
    color: #92959E;
}

.chat {
    width: 490px;
    float: left;
    background: #F2F5F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
}

.chat .chat-header {
    padding: 20px;
    border-bottom: 2px solid white;
}

.chat .chat-header img {
    float: left;
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.chat .chat-header .chat-about {
    float: left;
    padding-left: 10px;
    margin-top: 6px;
}

.chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 16px;
}

.chat .chat-header .chat-num-messages {
    color: #92959E;
}

.chat .chat-header .fa-star {
    float: right;
    color: #D8DADF;
    font-size: 20px;
    margin-top: 12px;
}

.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 320px;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
    color: #a8aab1;
    padding-left: 6px;
}

.chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #86BB71;
    border-width: 10px;
    margin-left: -10px;
}

.chat .chat-history .my-message {
    background: #86BB71;
}

.chat .chat-history .other-message {
    background: #94C2ED;
}

.chat .chat-history .other-message:after {
    border-bottom-color: #94C2ED;
    left: 93%;
}

.chat .chat-message {
    padding: 10px;
}

.chat .chat-message textarea {
    width: 100%;
    border: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    resize: none;
    height: 80px;
}

.chat .chat-message .fa-file-o,
.chat .chat-message .fa-file-image-o {
    font-size: 16px;
    color: gray;
    cursor: pointer;
}

.chat .chat-message button {
    float: right;
    color: #94C2ED;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
    background: #F2F5F8;
}

.chat .chat-message button:hover {
    color: #75b1e8;
}

.online,
.offline,
.me {
    margin-right: 3px;
    font-size: 10px;
}

.online {
    color: #86BB71;
}

.offline {
    color: #E38968;
}

.me {
    color: #94C2ED;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-right {
    float: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.webchat-section-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 22;
    display: none;
}

.webchat-section-wrapper.active {
    display: block;
}

.webchat-section-wrapper .chat-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    cursor: pointer;
}

.chat-sms-btn-open {
    position: fixed;
    bottom: 0;
    right: 100px;
    z-index: 22;
    font-size: 18px;
    color: #044254;
    padding: 5px 15px;
    background: #fff;
    width: 160px;
    height: 40px;
    border-radius: 2px 2px 0 0;
    -webkit-box-shadow: 0 2px 4px 0;
    box-shadow: 0 2px 4px 0;
    color: #003e52;
    cursor: pointer;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.chat-sms-btn-open svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-top: 2px;
}


/* multi chat css end*/


/* new product details css start*/

.product-qty-btn {
    border: 1px solid transparent;
    padding: 6px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
    /* margin: 0 7px 7px -2px; */
    margin: 10px 0;
    background: var(--gold);
    color: var(--bg-dark);
}

.multiventors-details-middle .new-quantity-area {
    margin: 10px 0;
}

.product-qty-btn:focus {
    border: 1px solid blue;
}

.new-product-details-button-group {
    max-width: 450px;
}

.new-quantity-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 15px; */
    border-radius: 10px;
}

.new-quantity-item input {
    text-align: left;
    max-width: 200px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 10px;
    padding: 0;
    padding-left: 0px;
    line-height: 0;
    height: 30px;
    border: 0 !important;
}

.new-quantity-item h5 {
    font-size: 16px;
    margin-right: 10px;
    font-weight: 400;
    line-height: normal;
    color: var(--bg-dark);
}

.new-quantity-item small {
    line-height: normal;
}

.new-product-detais .cart-button-wrapper {
    margin-top: 15px;
    gap: 10px;
}

.new-product-detais .cart-button-wrapper .maan-cartbtn {
    margin: 0 !important;
}

.new-product-detais .cart-button-wrapper .btn,
.store-visite-btn.btn {
    background: var(--gold);
    border-radius: var(--btn-border-radius) !important;
    color: var(--bg-dark);
    margin: 0 !important;
    display: block;
}

.new-product-detais .maan-wishlist-btn.btn {
    background: var(--colo-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--btn-border-color);
    font-size: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid var(--line);
    width: 38px;
    height: 38px;
}

.store-visite-btn.btn:hover {
    background: var(--gold-hover);
}

.new-product-detais .maan-wishlist-btn.btn:hover {
    background-color: var(--btn-border-color);
}

.new-product-detais .maan-wishlist-btn.btn:hover i {
    color: var(--colo-white);
}

.new-product-detais .cart-button-wrapper .link-anime {
    line-height: 1;
    color: #fff !important;
}

.new-price-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 75% 25%;
    grid-template-columns: 75% 25%;
    display: block;
}

.new-price-wrapper .price {
    /* margin-top: 10px; */
    margin-left: auto;
    /* margin-bottom: 20px; */
}

.new-price-wrapper .price span {
    font-size: 20px;
    font-weight: 500;
    color: var(--btn-border-color);
    display: flex;
    line-height: normal;
}

.new-price-wrapper .price span del {
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    color: #6d6d73;
    display: block;
}

.shop-details.multivendor-shop-details-section .product-details-layout .new-product-detais .price span del {
    font-size: 20px;
}

.new-price-wrapper .price {
    display: flex;
    align-items: center;
    gap: 15px;
}

.offer-percent {
    background: rgba(190, 30, 45, 0.2);
    color: #ff8400;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px !important;
    padding: 0px 10px;
    border-radius: 4px;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.new-price-wrapper .price small {
    font-size: 20px;
    line-height: normal;
}


/* .product-details-layout .layout-items .product-zoom-thumb img {
        height: auto !important;
    } */

.product-details-layout .layout-items .product-zoom-thumb {
    border: 1px solid var(--line);
    padding: 15px;
    border-radius: var(--btn-border-radius);
    box-shadow: 0 0 2px 1px #e9e9e9;
    /* height: 100%; */
}


/* new product details css end*/

.rating .rateit {
    line-height: 0 !important;
}

.buynow-btn {
    /* height: 50px; */
    background: #ff8400;
    border-radius: 0;
    /* line-height: 40px; */
    /* min-width: 80px; */
    display: block;
    /* width: 150px; */
    color: #fff;
}

.multivendors-social .socialsharea li a {
    border: 1px solid #ddd;
}

.product-size-v2 .checkmark {
    height: auto;
    width: auto;
    background-color: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 15px;
    border: 1px solid #dadada;
    border-radius: 2px;
}

.product-size-v2 h6 {
    font-size: 16px;
    font-weight: 400;
}

.product-size-v2 .product-size input:checked~.checkmark {
    background: #fff;
    border-color: #ff8400;
    color: #ff8400;
}

.product-color {
    width: 43px !important;
    height: 27px !important;
}

.billing-details .login-form .nice-select {
    line-height: 50px;
}

.payment-title {
    display: block !important;
    text-align: center;
    padding: 8px 25px !important;
    border-radius: 5px;
    font-size: 16px;
    border: 1px dashed #ccc;
}

.payment-title::after {
    display: none;
}

.payment-title::before {
    display: none;
}

input:checked~.payment-title {
    border-color: #ff8400;
}

.modal-header .btn-close {
    margin-right: 0 !important;
}

.product-size .checkmark.product-color::after {
    content: "";
    position: absolute;
    display: block !important;
    left: 18px;
    top: 3px;
    width: 8px;
    height: 17px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none !important;
}

.product-size input:checked~.checkmark.product-color::after {
    display: block !important;
}


/* review css start */

.review-pages-section h2 {
    font-size: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.product-info {
    display: flex;
    gap: 15px;
}

.product-info-img {
    min-width: 30px;
    max-width: 30px;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.review-rating ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.review-rating ul li {
    cursor: pointer;
    color: #ccc;
}

.review-rating ul li.hover {
    color: #FFCC36;
}

.review-rating ul li.selected {
    color: #FF912C;
}

.seller-review ul li {
    color: #c4c6cf;
}

.seller-review ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.seller-review ul li.active {
    color: #FF912C;
}

.seller-review {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-section-wrapper .right-side {
    border-left: 1px solid #eee;
    padding-left: 30px;
}

.review-section-wrapper {
    display: grid;
    grid-template-columns: 60% 30%;
    gap: 10%;
}

.product-info-dis h6 {
    font-size: 16px;
    font-weight: 500;
}

small {
    font-size: 12px;
}

.product-info {
    margin: 15px 0;
}

.pl-30 {
    padding-left: 35px;
}

.review-section-wrapper textarea {
    height: 80px;
    margin-top: 10px;
}


/* Product */

.shop-list.vinora-success-wrap .vs-product {
    display: flex;
    align-items: center;
    gap: 12px;
}

.shop-list.vinora-success-wrap .vs-img-box {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    flex-shrink: 0;
    background: #f8f9fa;
}

.shop-list.vinora-success-wrap .vs-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Shipping */

.shop-list.vinora-success-wrap .vs-shipping {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* .shop-list.vinora-success-wrap .vs-ship-icon {
    width: 34px;
    height: 34px;
    background: #f1f3f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
} */

.shop-list.vinora-success-wrap .vs-ship-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: var(--btn-border-color);
    stroke-width: 1.5;
}

.shop-list.vinora-success-wrap.rating {
    display: flex;
    gap: 2px;
    cursor: pointer;
    margin-bottom: 6px;
}

.shop-list.vinora-success-wrap .rating.disabled {
    cursor: default;
    pointer-events: none;
}

.shop-list.vinora-success-wrap .star {
    font-size: 22px;
    color: #dee2e6;
    line-height: 1;
    transition: color 0.12s;
}

.shop-list.vinora-success-wrap .submit-review:hover:not(:disabled) {
    opacity: 0.88;
}

.shop-list.vinora-success-wrap .submit-review:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.review-img i {
    font-size: 25px;
    color: #c4c6cf;
}

.review-img {
    height: 100px;
    width: 100px;
    border: 1px dashed #c4c6cf;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    color: #c4c6cf;
    margin-top: 15px;
    cursor: pointer;
}

.sold-by span {
    color: #049cb9;
}

.iti {
    width: 100%;
}

.iti input {
    padding-left: 110px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    width: 90px !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    display: inline-block !important;
}

.chatbot-container .chatbot-fab {
    background: var(--gold) !important;
}

.chatbot-container .chatbot-fab i {
    color: var(--darker-gray);
    font-size: 20px;
    line-height: 51px;
}

.chatbot-container .chatbot-fab:hover i {
    color: var(--bg-dark);
}


/* ===== RESPONSIVE ===== */

@media (max-width: 1199px) {
    .new-price-wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
    .new-product-details-button-group {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .new-price-wrapper .price span del {
        display: inline-block;
        font-size: 14px;
    }
    .new-price-wrapper .price span {
        font-size: 20px;
    }
    .new-price-wrapper .price {
        margin-bottom: 10px;
    }
    .multivendors-filter .follow h5 {
        font-size: 20px;
    }
    .multivendors-filter .search-tabs input {
        min-width: 180px;
    }
    .banner-add-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }
    .home_product_title h5 {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .order-review-table tbody textarea.form-control {
        width: auto;
    }
}

@media (max-width: 768px) {
    .shop-list {
        padding: 40px 15px;
    }
    .shop-list.support_view_wrapper .title {
        padding: 0;
    }
    .shop-list.support_view_wrapper .lzd-contact-us-with-livechat-button {
        padding: 10px !important;
    }
    .lzd-contact-us-with-livechat-button._content-list {
        padding: 10px !important;
    }
    .shop-list.support_view_wrapper ._content-item p {
        font-size: 14px !important;
        padding: 0;
    }
    .support_view_wrapper .title {
        font-size: 28px;
    }
    .support_view_wrapper h2 {
        font-size: 20px;
        padding-left: 30px;
        line-height: normal;
    }
    .support_view_wrapper p {
        font-size: 14px;
    }
    .side-mega-manu.mahroon_bg_sidebar ul {
        flex-wrap: wrap;
        justify-content: left !important;
        gap: 5px 10px;
    }
    .product-zoom-thumb img {
        position: static !important;
    }
}