/***********************
* font
***********************/
@font-face {
    font-family: 'Clash Grotesk';
    src: url('../font/ClashGrotesk-Bold.woff2') format('woff2'),
        url('../font/ClashGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../font/ClashGrotesk-Extralight.woff2') format('woff2'),
        url('../font/ClashGrotesk-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../font/ClashGrotesk-Light.woff2') format('woff2'),
        url('../font/ClashGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../font/ClashGrotesk-Medium.woff2') format('woff2'),
        url('../font/ClashGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../font/ClashGrotesk-Regular.woff2') format('woff2'),
        url('../font/ClashGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('../font/ClashGrotesk-Semibold.woff2') format('woff2'),
        url('../font/ClashGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/***********************
* Common
***********************/
html {
    scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} 
body {
    font-family: 'Clash Grotesk';
    font-size: 16px;
    font-weight: 400;
    line-height:1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    font-style: normal;
    margin:0px !important;
    padding:0px;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    transition: all 500ms ease;  
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   position: relative;
}
h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    
}
h2 {
    font-size: 38px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 24px;
}
h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}
h5 {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}
h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}
p {
    margin: 0 0 16px;
}
p.lead{
    font-size: 22px;
    font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
   box-shadow: none !important;
}
textarea:focus-visible {
    outline: 0;
}
input:-webkit-autofill {
   -webkit-background-clip: text;
}
[type=search]{
    outline-offset: 0;
}
input:focus-visible, 
button:focus-visible{
    outline: 0;
}
.gutter-y-10 {
    --bs-gutter-y: 10px;
}
.gutter-y-15 {
    --bs-gutter-y: 15px;
}
.gutter-y-20 {
    --bs-gutter-y: 20px;
}
.gutter-y-30 {
    --bs-gutter-y: 30px;
}
.gutter-y-40 {
    --bs-gutter-y: 40px;
}
.gutter-y-60 {
    --bs-gutter-y: 60px;
}
.gutter-x-15{
    --bs-gutter-x: 30px;
}
.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible{
    box-shadow: none;
}
ul ,ol{
    padding: 0;
    margin: 0;
    list-style: none;
}
/***********************
* header
***********************/
.top-bar {
    padding: 7px 0;
    background-color: #1A141F;
    color: #fff;
    text-align: center;
}
.top-bar p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
}
.top-bar p a {
    color: #fff;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    column-gap: 4px;
    
}
.top-bar p a img, .header-lower a img{
transition: all 0.5s;
}
.header-lower a {
    color: #fff;
}
.top-bar p a:hover img, .header-lower a:hover img{
    transform: translateX(5px);
}
.main-header-inner {
    display: flex;
    align-items: center;
    position: relative;
}
.header-search {
    display: none;
}
.header-left {
    display: flex;
    align-items: center;
    flex: 1;
}
.header-right ul {
    display: flex;
    align-items: center;
}
.header-lower {
    background-color: #475F5D;
    padding: 6px 0;
    text-align: center;
    color: #fff;
}
.header-lower p {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-menu ul {
    display: flex;
    align-items: center;
}
.main-menu ul li a {
    color: #1A141F;
    font-size: 18px;
    line-height: 16px;
    padding-bottom: 0px !important;
    font-weight: 500;
}
.main-menu ul li {
    padding: 25px 12px;
    position: relative;
}
.main-menu ul li.current-menu-item::after , .main-menu ul li:hover::after{
    width: 100%;
}
.main-menu ul li.current-menu-item a , .main-menu ul li:hover a{
    color: #203738;
}
.header-left.current-menu-item .main-menu {
    display: none;
}
.header-left.current-menu-item .logo {
    left: 0;
    transform: translate(0, -50%);
}
.header-left.current-menu-item .header-search {
    display: block;
    flex: 1;
    padding: 17px 0;
}
.header-left.active .main-menu {
    display: none;
}
.header-left.active .logo {
    left: 0;
    transform: translate(0, -50%);
}
.header-left.active .header-search {
    display: block;
    flex: 1;
    padding: 17px 0;
}
.header-search .search-form {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
}
.header-search .search-form form {
    position: relative;
}
button.search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    height: auto;
}
.header-search .search-form form .form-control {
    border-color: #F9FAFA;
    border-radius: 0;
    background-color: #E9E9EB;
    color: #1A141F;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 9px 16px;
    width: 500px;
}
.header-search .search-form p {
    margin-bottom: 0;
    font-weight: 500;
}
.header-menu-collaps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    display: none;
}
.header-menu-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #000;
}
.header-menu-collaps span:nth-child(2){
    width: 32px;
}
.header-menu-collaps span:nth-child(3){
    width: 16px;
}
.current-menu-item  a{
    border-bottom:2px solid #203738;
}
/***********************
* banner section
***********************/
.banner-content {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
    overflow: hidden;
    max-width: 759px;
    margin-left: auto;
}
.banner-content-outer {
    height: 100%;
    background-color: #E3DACC;
    margin-right: 16px;
}
.banner-shape {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.banner-content span {
    margin-bottom: 4px;
    color: #3B4E4C;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -0.02em;
}
.banner-content h1 {
    margin-bottom: 4px;
}
.banner-btn {
    margin-top: 12px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.primary-btn {
    background: linear-gradient(90deg, #203738 0%, #368A8E 100%);
    border: 2px solid #fff;
    padding: 8px 32px;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    color: #fff;
}
.secondary-btn {
    line-height: 20px;
    padding: 11px 45px;
    color: #090909;
    background-color: #fff;
    border: 1px solid #090909;
}
.secondary-btn:hover {
    background-color: #203738;
    color: #fff;
}
.banner-right {
    position: relative;
}
.banner-right-content {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
}
.banner-right-content>span {
    color: #58B458;
}
.banner-right-content h4 {
    margin-bottom: 0;
}
.banner-right-content span.devider {
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #D9D9D9 51.92%, rgba(115, 115, 115, 0) 100%);
    height: 1px;
    display: flex;
}
.banner-right-content p {
    margin-bottom: 0;
    color: #8F8E8A;
    font-weight: 500;
}
.banner-image {
    overflow: hidden;
}
.banner-image img{
    transition:  all 0.5s;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.banner-image:hover img{
    transform: scale(1.1);
}
.banner-shape img {
    height: 100% !important;
}
/***********************
* category section
***********************/
.category-outer {
    display: flex;
    gap: 15px;
}
.category-section {
    padding-top: 18px;
}
.category-box {position: relative;     flex: auto;}
.category-content {
    position: absolute;
    top: 20px;
    left: 20px;
}
.category-content span{
    color: #58B458;
}
.category-content h4{
    margin-bottom: 0;
    color: #1A141F;
}
.category-content p{
    margin-bottom: 0;
    color: #8F8E8A;
    font-weight: 500;
}
.category-content span.devider {
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #D9D9D9 51.92%, rgba(115, 115, 115, 0) 100%);
    height: 1px;
    display: flex;
}
/***********************
* category section
***********************/
.process-outer {
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 24px 150px 0px #16193240;
    margin-top: -40px;
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}
.process-box {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: center;
}
.process-box span {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #3B4E4C;
    border-radius: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #3B4E4C;
}
.process-box h4 {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
    color: #272343;
}
.process-box p {
    margin-bottom: 0;
    color: #9A9CAA;
}
/***********************
* arrival section
***********************/
.arrival-section {
    padding: 40px 0 84px;
}
.heading-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.heading-outer h2 {
    margin-bottom: 0;
    color: #3B4E4C;
}
.light-btn {
    font-weight: 500;
    color: #090909;
    padding: 8px 30px;
    border: 1px solid #1A141F;
}
.product-image {
    background-color: #E4E4E4;
    position: relative;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}

.wishlist-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #818181;
    font-size: 26px;
    cursor: pointer;
    z-index: 1;
}
.product-image img {
    transition: all 0.5s;
}
.product-image:hover img {
    transform: scale(1.1);
}
.product-content h5 {
    font-size: 16px;
    margin-bottom: 6px;
}
.product-content p.price {
    margin-bottom: 0;
    font-size: 18px;
    color: #3B4E4C;
    font-weight: 500;
}
.heading-box h2{
    color: #3B4E4C;
}
/***********************
* best-bid section
***********************/
.best-bid-section {
    padding: 80px 0;
    background-color: #203738;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.best-bid-content h3 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 500;
}
.best-bid-content ul li {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 8px;
}
.best-bid-content ul {
    margin-bottom: 50px;
}
.light-btn-two {
    background-color: #fff;
    color: #090909;
    font-weight: 500;
    padding: 10px 30px;
        display: inline-flex
;
    column-gap: 6px;
}
.best-bid-section .image {
        position: absolute;
    top: 0;
    right: 0;
    width: 54%;
    height: 100%;
}
.best-bid-section .image img {
    height: 550px !important;
    width: 100%;
    object-fit: cover;
}
.brand-box-inner a{
   color: #000;
}
/***********************
* barnd section
***********************/
.barnd-section {
    padding: 80px 0;
    overflow: hidden;
}
.heading-box {
    margin-bottom: 26px;
}
.brand-box {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin: 0 12px;
    margin-left: 0px;
}
.brand-box-inner {
    background-color: #E3DACC;
    border-radius: 8px;
    padding: 14px 0;
    text-align: center;
}
.brand-box-inner h4 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
}
ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 22px;
        margin-left: 40px;
}
ul.slick-dots li button {
    font-size: 0;
    height: 3px;
    width: 25px;
    background-color: #CCCCCC;
    border: none;
    border-radius: 2px;
    transition: all 0.5s;
}
ul.slick-dots li {
    line-height: 0;
    margin-top: 10px;
}
ul.slick-dots li.slick-active button{
    width: 50px;
    background-color: #191919;
}
button.slick-arrow {
    position: absolute;
    top: calc(50% - 8px);
    right: -20px;
    transform: translateY(-50%);
    border: none;
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.brand-slider {
    position: relative;
}
button.slick-prev.slick-arrow {
    right: auto;
    left: -20px;
    z-index: 1;
    transform: rotate(180deg)translateY(50%);
}
/***********************
* product section
***********************/
.product-section {
    padding-bottom: 90px;
}
.product-image-two {
    position: relative;
        height: 100%;
    overflow: hidden;
}
.product-content-two {
    position: absolute;
    text-align: center;
    width: 76%;
    bottom: 35px;
    color: #fff;
    left: 12%;
}
.product-content-two h4 {
    margin-bottom: 0;
    font-size: 28px;
}
.product-content-two span.devider {
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #D9D9D9 51.92%, rgba(115, 115, 115, 0) 100%);
    height: 1px;
    display: flex;
}
.product-box-two {
    height: 100%;
}
.product-image-two img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product-image-two:hover img {
    transform: scale(1.1);
}
/***********************
* offer section
***********************/
.offer-box {
    background-color: #1A141F;
    position: relative;
    padding-left: 28px;
    display: flex;
    width: 460px;
    color: #C8DCDB;
    margin: 0 7px;
}
.offer-details {
    padding: 14px 0;
}
.offer-details img {
    margin-bottom: 10px;
}
.offer-details h5 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
}
.offer-details p {
    margin-bottom: 12px;
    color: #8F8E8A;
    font-weight: 500;
}
.offer-details span {
    color: #8F8E8A;
    font-size: 12px;
    font-weight: 500;
}
.offer-discount {
    background-color: #9C3B32;
    padding-left: 18px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    max-width: 166px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 18px;
}
.offer-discount img {
    position: absolute;
    top: -5px;
    right: -15px;
    transform: rotate(45deg);
    height: 240px;
}
.offer-discount h4 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
}
.offer-discount h4 strong {
    font-size: 42px;
    line-height: 50px;
}
.offer-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 22px solid transparent;
    border-top: 22px solid white;
}
.offer-box::before {
    content: "";
    position: absolute;
    bottom: 30px;
    right: -8px;
    background-color: #fff;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    z-index: 1;
}
.offer-discount::before{
    content: "";
    position: absolute;
    top: 30px;
    right: -8px;
    background-color: #fff;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    z-index: 1;
}
.category {
    position: absolute;
    top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #1A141F;
    left: 20px;
}
.product-content ul {
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-bottom: 6px;
}
.product-content ul li {
    padding: 4px;
    line-height: 0;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.5s;
}
.product-content ul li.active {
    border: 2px solid #C1C5CD;
}
.product-content ul li img {
    border-radius: 4px;
}
.category-section-two {
    padding: 90px 0;
}
/***********************
* cta section
***********************/
.cta-section {
    background-color: #203738;
    overflow: hidden;
}
.cta-content-outer {
    height: 100%;
    margin-right: 0;
    background-color: #203738;
    padding: 180px  0;
    position: relative;
}
.cta-content {
    color: #fff;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 15px;
    margin-left: auto;
}
.cta-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.cta-content h2 {
    font-size: 44px;
    margin-bottom: 8px;
}
.cta-content p {
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: -0.02em;
}
.cta-image {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
    padding-left: 16px;
    margin-left: 16px;
}
.cta-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
/***********************
* watches section
***********************/
.watches-section {
    padding: 90px 0;
}
.watches-box {
    overflow: hidden;
    position: relative;
}
.watches-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.watches-box:hover img {
    transform: scale(1.1);
}
.watches-box .image {
    overflow: hidden;
}
.watches-content {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    width: 65%;
    margin: auto;
    margin-top: -70px;
    position: relative;
}
.watches-content h4 {
    margin-bottom: 4px;
    font-size: 32px;
    letter-spacing: 0;
}
.watches-content p {
    margin-bottom: 20px;
    font-size: 18px;
}
/***********************
* cta section two
***********************/
.cta-content-two {
    background-color: #E3DACC;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 260px;
    padding-right: 40px;
}
.cta-shape-two {
    position: absolute;
    left: -50px;
}
.cta-content-two span {
    font-size: 28px;
    margin-bottom: 12px;
    color: #3B4E4C;
    letter-spacing: -0.02em;
}
.cta-content-two h2 {
    font-size: 36px;
    margin-bottom: 16px;
    color: #1A141F;
    letter-spacing: 0;
}
.cta-content-two p {
    font-size: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}
/***********************
* watch section two
***********************/
.watch-section-two {
    padding: 30px 0;
}
.watch-box-two {
    position: relative;
}
.watch-content-two {
    position: absolute;
    bottom: 24px;
    left: 24px;
    color: #fff;
    z-index: 1;
}
.watch-image {
    overflow: hidden;
}
.watch-image img{
    height: 580px !important;
    width: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.watch-box-two:hover .watch-image img{
    transform: scale(1.3);
}
.watch-content-two span {
    font-size: 14px;
    color: #58B458;
}
.watch-content-two h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.watch-content-two p {
    margin-bottom: 0;
    color: #8F8E8A;
}
.watch-content-two span.devider {
    display: flex;
    height: 1px;
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #D9D9D9 51.92%, rgba(115, 115, 115, 0) 100%);
}
.watch-box-two::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 235px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, rgba(34, 34, 34, 0.54142) 46.15%, rgba(24, 24, 24, 0.879808) 75%, #141414 100%);
}
/***********************
* look section 
***********************/
.look-section{
    padding-bottom: 90px;
        overflow: hidden;
}
.look-box img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.look-image-two {
    margin-bottom: 20px;
    display: flex
;
    justify-content: center;
}
.look-box-two {
    text-align: center;
}
.look-box-two h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}
p.price {
    font-size: 18px;
    font-weight: 500;
    color: #3B4E4C;
    margin-bottom: 0;
}
.look-box {
    height: 510px;
}
.look-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.look-slider-two {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/***********************
* category section 
***********************/
.category-section-three {
    padding-bottom: 90px;
}
.category-block {
        position: sticky;
    top: 0;
}
.category-content-three {
    position: absolute;
    bottom: 30px;
    left: 130px;
    color: #fff;
}
.category-content-three h4 {
    font-size: 32px;
    margin-bottom: 6px;
}
.category-content-three p {
    font-size: 20px;
    margin-bottom: 20px;
}
/***********************
* footer  
***********************/
footer {
    background-color: #203738;
    color: #fff;
    padding-top: 70px;
    position: relative;
}
.footer-shape-1 {
    position: absolute;
    top: 0;
}
.footer-shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer-top {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-top-left p {
    margin-bottom: 0;
    color: #C8DCDB;
}
ul.social-media {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: end;
    margin-top: 5px;
}
ul.social-media li a {
    background-color: #fff;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top-right {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
footer span.devider {
    display: flex;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 43.27%, rgba(255, 255, 255, 0) 100%);
    margin: 30px 0;
}
.footer-menu h4 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.footer-menu ul li {
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #fff;
}
.footer-menu-outer {
    display: flex;
    justify-content: space-between;
}
.footer-contact {
    margin-left: auto;
    width: 170px;
}
.footer-contact a, .footer-contact p {
    color: #fff;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
}
.footer-contact p {
    margin-bottom: 14px;
}
.footer-contact span {
    font-size: 12px;
    color: #8F8E8A;
}
.footer-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-top: 50px;
}
.footer-lower p, .footer-lower a {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
.footer-left h4 {
    font-size: 32px;
    margin-bottom: 0;
}
.neasletter p {
    font-size: 14px;
    margin-bottom: 4px;
}
.neasletter form {
    position: relative;
}
.neasletter label {
    font-size: 14px;
    margin-bottom: 6px;
}
.neasletter .form-control {
    background-color: transparent;
    border-radius: 0;
    border-color: #E9E9EB99;
    padding: 8px 16px;
    color: #fff !important;
}
.neasletter .form-control::placeholder {
    color: #89898A;
}
button.news-letter-btn {
    position: absolute;
    bottom: 2px;
    right: 20px;
    border: none;
    background-color: transparent;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.top-to-bottom {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99999;
}
.top-to-bottom .icon {
    background-color: #203738;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid #F9FAFA;
    box-shadow: 0px 0px 40px 0px #4A777A;
}
.category-image img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.offer-section {
    overflow: hidden;
}
.mobile-nav-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
 }
 .mobile-nav-wrapper.expanded {
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
 }
 .mobile-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #56736c49;
    opacity: 0.9;
 }
 .mobile-nav-content {
    width: 100%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
    background-color: #E3DACC;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
 }
 .mobile-nav-wrapper.expanded .mobile-nav-content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
 }
 .mobile-nav-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 42px;
    right: 15px;
 }
 .mobile-nav-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
 }
 .mobile-nav-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
 }
 ul.mobile-menu-list {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
 }
 ul.mobile-menu-list li {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
 }
 ul.mobile-menu-list li:last-child {
    border: none;
 }
 .locked {
    position: fixed;
    width: 100%;
    top: 0;
 }
 ul.mobile-menu-list li a {
    font-size: 16px;
    line-height: 50px;
    font-weight: 400;
    color: #000;
    transition: all 0.5s;
    padding: 0 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 ul.mobile-menu-list .dropdown ul {
    margin: 0;
    padding: 0;
    display: none;
    border-top: 1px solid #d5cdcd;
 }
 ul.mobile-menu-list .dropdown ul li a {
    padding-left: 35px;
 }
 .mobile-menu-list .menu-item-has-children button.expanded {
    transform: translateY(-50%)rotate(90deg);
 }
 .mobile-menu-list .menu-item-has-children button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)rotate(-0deg);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    float: right;
    transition: all 0.3s;
    line-height: 0px;
 }
 .image img {
    height: 100vh !important;
    width: 100%;
    object-fit: cover;
}
.container {
    max-width: 1280px;
}
.menu-line {
  position: absolute;
  bottom: 25.5px !important;
  background: #203738;
  transition: all 0.3s ease;
  border-bottom: 2px solid #203738;
}
.main-menu {
  position: relative;
}

.menu-line {
  position: absolute;
  bottom: 7px;
  height: 2px;
  background: #203738;
  transition: all 0.3s ease;
}

.main-nav {
    position: relative;
}
.secondary-btn-two {
    line-height: 20px;
    padding: 11px 25px;
    color: #090909;
    background-color: #fff;
    border: none;
    font-weight: 500;
    font-size: 16px;
    position: revert;
}
.secondary-btn-two:hover{
    color: #fff;
    background-color:#203738 ;
}
.product-content-two.two {
    width: 40%;
    left: 30%;
}
.footer-container {
    max-width: 1060px;
}
.product-category a{
    color:#fff;
}
.banner-right pre{
    margin-bottom: 0;
    color: #8F8E8A;
    font-weight: 500;
    background: transparent;
    padding: 0;
    font-family: 'Clash Grotesk';
    font-size: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
}
.product-content a{
    color: var(--bs-heading-color);
}
/* Banner Product */
.banner-slider-box {
    height: calc(100vh - 110px);
    position: relative;
    
}
.banner-slider-image {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-slider-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.banner-slider-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.band-logo {
    margin-top: 30px;
}
.band-logo {
    margin-top: 30px;
}
.banner-slider-lower {
    margin-top: auto;
    margin-bottom: 77px;
}
.banner-slider-lower-inner {
    display: flex;
    align-items: center;
    justify-content: end;
}
.banner-slider-lower h2{
    padding-left: 0px;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.banner-section-two ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    bottom: 77px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-section-two ul.slick-dots li button{
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #8F8E8A;
}
.banner-section-two ul.slick-dots li.slick-active button{
    background-color: #fff;
}
.banner-slider-box .custom-dot {
    display: flex;
    align-items: center;
    column-gap: 15px;
    position: absolute;
    bottom: 77px;
    margin: auto !important;
    left: calc(50% - 350px);
    transform: translateX(-50%);
    max-width: calc(1280px - 700px);
}
.banner-slider-box .custom-dot button  {
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 24px;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: transparent;
    padding-left: 0px;
}
.banner-slider-box .custom-dot button::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #D9D9D9 51.92%, rgba(115, 115, 115, 0) 100%);
    height: 1px;
    transition: all 0.5s;
}
.banner-slider-box .custom-dot button.active {
    font-weight: 500;
}
.banner-slider-box .custom-dot button.active::after{
    width: 100%;
}
.watch-slider-item .watch-box-two {
    margin: 0 9px;
    margin-left: 0px;
}
.watch-slider button.slick-arrow{
  right: 20px;
}
.watch-slider button.slick-prev.slick-arrow {
    left: 20px;
}
.brand-section-two {
    background-color: #E3DACC;
    position: relative;
}
.brand-right {
    position: absolute;
    height: 100% !important;
    width: 53%;
    right: 0;
    z-index: 1;
}
.brand-right ul {
    height: 100% !important;
    width: 100%;
}
.brand-right ul li {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all 1s;
    opacity: 0;
}
.brand-right ul li img {
    height: 100%;
    width: 100%;
    object-fit: inherit;
}
.brand-right ul li.active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.brand-left ul {
    display: flex;
    flex-wrap: wrap;
    padding:30px 0px;
    padding-left: 15px;
}
.brand-left ul li {
    width: 50%;
    height: 120px;
    display: flex;
    align-items: center;
}
.trending-section {
    padding: 20px 0;
}
.trending-box {
    position: relative;
}
.trending-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}
.trending-content h4{
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.trending-content .secondary-btn-two{
    display: inline-block;
}
.trending-image{
    overflow: hidden;
    height:550px;
}
.trending-image img{
    transition: all 0.5s;
    height: 550px !important;
    width: 100%;
    object-fit: cover;
}
.trending-image:hover img{
    transform: scale(1.1);
}
/***********************
* mobile banner slider  
***********************/
.banner-slider-box-three {
    height: calc(100vh - 134px);
    position: relative;
}
.banner-three-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-three-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-three-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner-three-lower {
    margin-top: auto;
    margin-bottom: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-three-lower h2 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 60px;
    color: #1A141F;
}
.secondary-btn-three{
    border: 1px solid #203738;
    padding: 8px 32px;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    color: #203738;
    font-weight: 400;
    background-color: #E2D9CB;
}
.banner-three-lower h2.light {
    color: #fff;
} 
.banner-slider-three ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-slider-three ul.slick-dots li button{
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #8F8E8A;
}
.banner-slider-three ul.slick-dots li.slick-active button{
    background-color: #fff;
}
.watch-content-two a{
    color:#fff;
}
.luxury-section{
    background-color: #E3DACC;
}
.cta-shape-two img{
    height: 100% !important;
}
.luxury-section .cta-shape-two{
    height: 100%;
}
.luxury-section .cta-image{
    padding: 50px 70px;
    padding-right: 0px;
}
.luxury-section .cta-content-two {
    padding-left: 250px;
}
.luxury-two-section .cta-content-two {
   padding-left: 15px;
}
.luxury-two-section  .cta-shape-two{
    right:-9px;
    left: auto;
}
.luxury-two-section .cta-image{
    padding: 50px 70px;
    padding-left: 0px;
}
.luxury-two-section , .luxury-two-section  .cta-content-two{
    background-color: #203738;
}
.luxury-two-section .cta-content-two h2 , .luxury-two-section .cta-content-two span , .luxury-two-section .cta-content-two p{
    color:#fff;
}
.luxury-two-section .cta-content-two p{
   font-size: 22px;
}
.brand-left img{
    width: 80%;
}
.cta-shape img , .cta-shape-two{
    height: 100% !important;
}
.cta-shape , .cta-shape-two img{
    height: 100% !important;
}
.shop-look-section {
    overflow: hidden;
}
.cta-image-two {
    margin-right:-2px;
    height: 100% !important;
}
.cta-section-two{
    background-color: #E3DACC;
}
.cta-image-two img {
    width: 100%;
    height: 100% !important;
    object-fit:cover;
}
.luxury-two-section .cta-two-image{
    padding:50px;
    background-color: #203738;
    padding-left: 0px;
    padding-right: 0px;

}
.luxury-section .cta-two-image{
    padding:50px;
    background-color: #E3DACC;
    padding-right: 0px;
}
.luxury-two-section{
    background-color: #203738;
}
/* sign up / login popup  */
.sign-up-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.sign-up-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.sign-up-popup .sign-up-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}
.vendor-sign-up-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.vendor-sign-up-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.vendor-sign-up-popup .sign-up-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}
.sign-up-content {
    width: 1280px;
    margin: auto;
    background-color: #fff;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 90vh;
}
.sign-up-left {
    width: 712px;
    flex: 1;
    padding: 50px 60px;
        height: auto;
    overflow-y: scroll;
}
.sign-up-right {
    width: 547px;
    flex: 1;
}
.sign-up-slider-box {
    position: relative;
    height: 90vh;
}
.sign-up-slider-box .logo-box {
    position: absolute;
    top: 30px;
    left: 30px;
}
.sign-up-slider-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.tab-button button {
    border: 1px solid #1A141F;
    color: #1A141F;
    background-color: #fff;
    padding: 10px 75px;
    font-weight: 500;
    transition: all 0.5s;
}
.tab-button button.active, .tab-button button:hover{
    background-color: #475F5D;
    border-color: #475F5D;
    color: #fff;
}
.vendor-tab-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.vendor-tab-button button {
    border: 1px solid #1A141F;
    color: #1A141F;
    background-color: #fff;
    padding: 10px 75px;
    font-weight: 500;
    transition: all 0.5s;
}
.vendor-tab-button button.active, .vendor-tab-button button:hover{
    background-color: #475F5D;
    border-color: #475F5D;
    color: #fff;
}
.tab-content h4{
    font-size: 18px;
    color: #3D3D3D;
    font-weight: 400;
    margin-bottom: 30px;
}
.form-group-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    margin-bottom: 12px;
}
.from-group {
    width: 100%;
}
.form-group-outer .form-control {
    padding: 12px 16px;
    color: #1A141F;
    border-color: #E9E9EB;
    border-radius: 0;
}
.form-group-outer .form-control::placeholder{
    color: #8F8E8A;
}
.form-group-outer label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #1A141F;
}
.otp-input-wrapper {
    display: flex;
    align-items: center;
    column-gap: 29px;
    margin-bottom: 8px;
}
.otp-input-wrapper .otp-input {
    height: 44px;
    width: 42px;
    border: 1px solid #E9E9EB;
    border-radius: 0;
    padding: 14px;
}
#editProfileModal .otp-input-wrapper {
    justify-content: center;
}

.from-group p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8F8E8A;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.from-group p a {
    text-decoration: underline;
    color: #203738;
}
.sign-up-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #203738;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
}
.remainder-box {
    display: flex;
    align-items: flex-start;
    column-gap: 5px;
    margin-top: 15px;
    margin-bottom:15px;
}
.remainder-box p {
    margin-bottom: 0;
    color: #8F8E8A;
    font-size: 14px;
}
.remainder-box input[type="checkbox"] {
    height: 18px;
    width: 18px;
    flex-shrink: 0;
    margin-top:5px;
}
.remainder-box p a {
    color: #203738;
    text-decoration: underline;
}
.other-login-option {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}
.other-login-option a {
    padding: 12px;
    width: 230px;
    border-radius: 6px;
    border: 1px solid #DAE4F1;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    color: #000C1F;
}
.form-devider {
    text-align: center;
    position: relative;
    margin-top: auto;
    margin-bottom: 20px;
}
.form-devider::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #E9E9EB;
}
.form-devider span{
    display: inline-block;
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.sign-up-left::-webkit-scrollbar {
  width: 6px;
}
.sign-up-left::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.sign-up-left::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.sign-up-left::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.sign-up-outer {
    display: flex;
    flex-direction: column;
}
.sign-up-slider ul.slick-dots {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.sign-up-slider ul.slick-dots li button{
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: #1A141F;
}
.sign-up-slider ul.slick-dots li.slick-active button{
    background-color: #fff;
}
.opt-verify {
    margin-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.opt-verify h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.opt-verify p {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    column-gap: 8px;
}
button.Verify-btn {
    margin-top: 40px;
    margin-bottom: 17px;
    width: 60%;
    border: none;
    padding: 12px;
    border-radius: 8px;
    background-color: #203738;
    color: #fff;
}
.opt-verify p a {
    color: #203738;
    text-decoration: underline;
}
.opt-verify p:last-child {
    margin-bottom: 0;
}
.opt-verify{
    display: none;
}

.phone-opt-verify {
    margin-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phone-opt-verify h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.phone-opt-verify p {
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    column-gap: 8px;
}
button.Verify-btn {
    margin-top: 40px;
    margin-bottom: 17px;
    width: 60%;
    border: none;
    padding: 12px;
    border-radius: 8px;
    background-color: #203738;
    color: #fff;
}
.phone-opt-verify p a {
    color: #203738;
    text-decoration: underline;
}
.phone-opt-verifyp:last-child {
    margin-bottom: 0;
}
.phone-opt-verify{
    display: none;
}
/***********************
* product details page  
***********************/
.product-details-section {
    padding: 50px 0;
}
.product-details-image {
    background-color: #D9D9D9;
    margin-bottom: 13px;
    height: 528px;
}
.product-details-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.product-details-slider-box {
    margin: 0 5px;
}
.product-details-slider .active .product-details-slider-box img{
    border: 6px solid #E3DACC;
}
.product-details-slider .product-details-slider-box img{
    opacity: 0.5;
    transition: all 0.5s;
    border: 6px solid transparent;
    width:108px;
    height: 108px;
}
.product-details-slider button.slick-arrow {
    right: 0;
    box-shadow: 0 0 9px 0px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-slider button.slick-prev.slick-arrow {
    left: 0px;
}
.product-details-slider-box.active img{
    opacity: 1;
    border-color: #E3DACC;
}
.product-title h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #1A141F;
}
.product-title p{
    font-size: 24px;
    margin-bottom: 0;
    color: #1A141F;
}
.product-title {
    /* border-bottom: 1px solid #C0AF9F; */
    margin-bottom: 20px;
}
.product-sku-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid #E9E9EB;
}
.product-sku-box >p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.product-sku-box >p strong{
    font-weight: 500;
}
.product-review ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.product-review ul li p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    color: #3B4E4C;
}
.product-review ul li strong{
    font-size: 12px;
    font-weight: 700;
    color: #3B4E4C;
}
.product-review ul li{
    position: relative;
}
.product-review ul li:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    height: 30px;
    width: 1.5px;
    background-color: #000;
    transform: translateY(-50%);
}
.price-box-outer {
    margin-top: 5px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
        flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}
.price-box h4{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 4px;
}
.price-box h4 strong{
    font-weight: 600;
    font-size: 36px;
    color: #1A141F;
}
p.out-of-stock {
    color: #B60B0E;
    margin-bottom: 0;
    margin-top: 5px;
}
.price-offer-box p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.price-box-two p {
    margin-bottom: 8px;
    color: #3B4E4C;
}
.price-box-two {
    width: 260px;
}
.price-box-two  form {
    position: relative;
}
.price-box-two form .price-box-input {
    padding: 10px 16px;
    font-size: 14px;
    border: 1px solid #E9E9EB;
    border-radius: 0;
    padding-right: 35px;
    width: 100% ;
}
.price-box-dropdown {
    position: absolute;
    top: 53px;
    right: 13px;
    transform: translateY(-50%);
    padding-left: 10px;
    border-left: 1px solid #E9E9EB;
}
.price-offer-box span{
    font-size: 12px;
    font-weight: 500;
    margin-top: 3px;
    display: inline-block;
}
span.price-offer-box-inner {
    width: 245px;
    display: block;
    border-radius: 6px;
    background-color: #EEEEEE;
    height: 20px;
    margin: 0;
}
span.price-offer-box_inner {
    margin: 0;
    height: 100%;
    display: block;
    border-radius: 6px;
    background: linear-gradient(to right, #FF4A4A 0%, #F8C300 50%, #00DB0B 100%);
    width: 10%; /* Example: dynamic percentage */
    max-width: 100%;
    transition: width 0.3s ease;
}
.price-offer-box_inner {
  border-radius: 6px;
  height: 100%;
  transition: width 0.4s ease, background 0.8s ease;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.product-details-button {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 20px;
}
.product-details-button .whishlist-btn{
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E3DACC;
}
.product-details-btn {
    flex: 1;
    background-color: #203738;
    color: #fff;
    height: 60px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-details-button .share-btn {
    width: 56px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3B4E4C;
}
.delivery-box {
    display: flex;
    align-items: center;
    column-gap: 6px;
    padding-bottom: 7px;
    border-bottom: 1px solid #C0AF9F;
        flex-wrap: wrap;
    row-gap: 8px;
}
.delivery-box p{
    margin-bottom: 0;
    font-weight: 400;
}
.delivery-box a{
    text-decoration: underline;
    color: #415B57;
}
.delivery-box ul{
    margin-left: auto;
    display: flex;
    align-items: center;
    column-gap: 22px;
}
.delivery-box ul li{
    position: relative;
}
.delivery-box ul li:first-child::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translateY(-50%);
    height: 23px;
    width: 1px;
    background-color: #000;
}
.delivery-box-two {
    padding: 13px 0;
    border-bottom: 1px solid #C0AF9F;
    margin-top: 15px;
} 
.delivery-box-two ul{
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: space-between;
}
.delivery-box-two ul li{
    text-align: center;
}
.delivery-box-two ul li img{
    margin-bottom: 15px;
}
.delivery-box-two ul li p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #8F8E8A;
    text-transform: uppercase;
}
.product-lower {
    padding: 10px 16px;
    background-color: #FAFAFA;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    margin-top: 48px;
}
.product-lower .product-lower-box{
    text-align: center;
    position: relative;
    flex: 1;
}
.product-lower .product-lower-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    height: 100%;
    width: 1px;
    background: linear-gradient(360deg, rgba(18, 18, 18, 0) 0%, #203738 52.4%, rgba(18, 18, 18, 0) 100%);
}
.product-lower .product-lower-box:last-child:after{
    display: none;
}
.product-lower .product-lower-box span{
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #3B4E4C;
    font-size: 12px;
    margin: auto;
    margin-bottom: 8px;
}
.product-lower .product-lower-box p{
    margin-bottom: 0;
    font-size: 14px;
    color: #212121;
}
.product-details-right {
    padding-left: 20px;
}
.product-Description-section {
    padding: 40px 0;
}
.product-Description-section h4{
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 500;
    color: #3B4E4C;
}
.product-Description {
    padding: 15px 28px;
    border: 1px solid #E9E9EB;
    margin-bottom: 50px;
}
.product-Description p{
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.product_details-box-inner {
    padding: 30px;
    padding-top: 16px;
    border: 1px solid #E9E9EB;
}
.product_details-box-inner ul{
    display: flex;
    row-gap: 18px;
    column-gap: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.product_details-box-inner ul::after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #E9E9EB;
}
.product_details-box-inner ul li{
    width: 44%;
    display: flex;
}
.product_details-box-inner ul li span{
    font-size: 18px;
    display: inline-block;
    color: #475F5D;
    flex: 1;
}
.product_details-box-inner ul li p{
    margin-bottom: 0;
    font-size: 18px;
    color: #1A141F;
    flex: 1;
}
.product_details-box.two{
    height: 100%;
        display: flex
;
    flex-direction: column;
}
.product_details-box.two .product_details-box-inner{
    height: 100%;
}
.product_details-box.two ul {
    justify-content: flex-start;
}
.product_details-box.two ul::after{
    display: none;
}
.product_details-box.two ul li{
    width: 100%;
    column-gap: 5px ;
}
.product_details-box.two ul li span, .product_details-box.two ul li p{
    flex: none;
}
.product_details-box.two ul li:last-child{
    flex-wrap: wrap;
    row-gap: 4px;
}
.product_details-box.two ul li:last-child p{
    flex: auto;
}
.featured-section {
    padding: 50px 0 90px;
}
.bid-popup-content {
    width: 563px;
    margin: auto;
    padding: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.bid-popup-left {
    padding: 0 27px;
}
.bid-popup-right {
    padding: 50px;
    background-color: #203738;
    color: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.bid-popup-right .icon{
    margin-bottom: 10px;
}
.bid-popup-right h4{
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bid-popup-right p{
    margin-bottom: 0;
    font-size: 24px;
    color: #C8DCDB;
}
.bid-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.bid-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}
.bid-popup .toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
}
.product-details-image {
    width: 100%;
    max-width: 600px; /* You can customize this */
    aspect-ratio: 4 / 3.73; /* Or use fixed height if needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    height:150%
}
.product-details-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.stock-status.in-stock {
    color: green;
    font-weight: 500;
}
.stock-status.out-of-stock {
    color: red;
    font-weight: 500; 
}
 /* user deshbord  */
 .user-dashbord-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.dashbord-shape {
    position: absolute;
    top: -120px;
    left: 0;
    z-index: -1;
}
.dashbord-heading {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    justify-content: space-between;
    padding-bottom: 23px;
    border-bottom: 1px solid #8F8E8A;
}
.dashbord-heading h2 {
    margin-bottom: 0;
    font-size: 44px;
}
.user-name h5 {
    margin-bottom: 0;
    font-size: 24px;
    color: #000000;
    font-weight: 500;
}
.user-dashbord-inner {
    display: flex;
    column-gap: 24px;
}
.profile-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #203738;
    color: white;
    padding: 12px;
    margin-bottom: 24px;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.user-dashbord-inner {
    display: flex;
    column-gap: 24px;
}
.user-dashbord-left {
    width: 200px;
    flex-shrink: 0;
}
.user-dashbord-left ul li{
    padding: 20px 0;
    border-bottom: 1px solid #E9E9EB;
}
.user-dashbord-left ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #203738;
}
.user-dashbord-left ul li a.active{
    font-weight: 500;
}
.user-dashbord-left ul li:last-child{
    border-bottom: none;
}
.user-dashbord-left ul {
    padding: 14px 0;
    padding-right: 9px;
    border-right: 1px solid #E9E9EB;
}
.user-dashbord-right {
    flex: 1;
    padding-top: 24px;
}
.user-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.user-info h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 500;
}
.user-info p{
    font-size: 18px;
}
.edit-btn {
    background: transparent;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.edit-btn:hover {
  background: transparent;
  color: #fff;
}
.personal-details h4 {
    margin-bottom: 12px;
    font-size: 20px;
    color: #8F8E8A;
}
.details-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    border: 1px solid #E9E9EB;
}
.details-grid-item {
    padding: 20px;
}
.details-grid-item strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #475F5D;
}
.details-grid-item p {
  font-size: 18px;
  color: #1A141F;
  margin-bottom: 0;
}
/* wishlist page  */
.whishlist-tab-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 26px;
}
.nav-pills {
    column-gap: 40px;
}
.nav-pills button {
    background-color: transparent !important;
    color: #8F8E8A !important;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 0 !important;
    position: relative;
}
.nav-pills button::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #203738;
    transition: all 0.5s;
}
.nav-pills button:hover::after, .nav-pills button.active::after{
    width: 100%;
}
.nav-pills button.active, .nav-pills button:hover{
    color: #203738 !important;
}
.nav-pills button.active{
    font-weight: 500;
}
.whishlist-tab-btn{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.whishlist-tab-btn .secondary-btn-two {
    border: 1px solid #1A141F;
}
.whishlist-tab .product-box .product-image {
    height: 300px;
    padding: 50px;
}
.whishlist-btn-outer {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 14px;
        column-gap: 10px;
}
.whishlist-btn-outer .secondary-btn-two {
    padding: 10px 20px;
    border: 1px solid #090909;
}
.whishlist-btn-outer .secondary-btn-two:first-child{
    background-color: #203738;
    color: #fff;
}
.whishlist-btn-outer .secondary-btn-two:first-child:hover{
    background-color: #fff;
    color: #090909;
}
.user-dashbord-collaps {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    cursor: pointer;
    align-self: center;
    display: none;
}
.user-dashbord-collaps span {
    width: 38px;
    display: inline-block;
    height: 2px;
    background-color: #000;
}
.dashbord-heading .page-title {
    flex: 1;
}
.add-card-heading {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
        flex-wrap: wrap;
    row-gap: 10px;
}
.add-card-heading h4 {
    margin-bottom: 0;
    font-size: 20px;
}
.add-card-heading .secondary-btn-two {
    border: 1px solid #090909;
}
.card-details-outer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 30px;
}
.card-details .title {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 5px;
}
.card-details .title h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.card-details p {
    margin-bottom: 0;
    font-size: 14px;
    color: #3F3F46;
}
.card-option {
    position: relative;
}
.card-option-open {
    text-align: end;
}
.card-option ul {
    position: absolute;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px #00000040;
    display: flex;
    padding: 10px;
    padding-right: 24px;
    row-gap: 20px;
    flex-direction: column;
    width: 160px;
    transition: all 0.5s;
    opacity: 0;
    display: none;
    z-index: 9999;
}
.card-option ul li a {
    font-weight: 500;
    color: #1A141F;
}
.card-option{
    cursor: pointer;
}
.card-option.active ul {
    display: flex;
    opacity: 1;
}
.card-details-outer:last-child {
    padding-bottom: 78px;
}
.support-details ul {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}
.support-details ul li a {
    color: #203738;
    font-weight: 500;
}
.order-serch-box {
    position: relative;
}
.order-serch-box input[type="search"] {
    border: 1px solid #E9E9EB;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 9px 0;
    padding-left: 38px;
    padding-right: 10px;
    width: 230px;
}
.order-serch-box  button {
    position: absolute;
    left: 9px;
    top: 48%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    transition: all 0.5s;
}
.order-serch-box input[type="search"]:focus {
    padding: 9px;
    padding-right: 38px;
}
.order-serch-box:focus-within button{
    right: 9px;
    left: auto;
}
.order-item {
    margin-bottom: 29px;
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.order-item:last-child {
    margin-bottom: 0;
}
.order-left {
    display: flex;
    column-gap: 20px;
}
.order-details {
    display: flex;
    flex-direction: column;
}
.order-details h4 {
    font-size: 18px;
    margin-bottom: 6px;
}
.order-details  span {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: auto;
}
.order-retting ul {
    display: inline-flex;
    column-gap: 14px;
    cursor: pointer;
}
.order-right {
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    text-align: right;
    min-height: 140px;
}
.order-right p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8F8E8A;
}
.user-address-box {
    padding: 20px;
    background-color: #F9FAFA;
}
.user-address-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    margin-bottom: 10px;
}
.user-address-box-inner h4{
    font-size: 20px;
    font-weight: 600;
    color: #203738;
    margin-bottom: 0;
}
.user-address-box-inner .user-address-edit-btn{
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.user-address-box-inner .user-address-edit-btn a{
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #203738;
    font-size: 18px;
}
.user-address-box p{
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
}
.add-card-form .form-group-outer {
    justify-content: flex-start;
    margin-bottom: 12px;
    row-gap: 12px;
        flex-wrap: wrap;
}
.add-card-form .form-group-outer .form-group {
    display: flex;
    flex-direction: column;
}
.add-card-form .form-group-outer .form-group label {
    margin-bottom: 6px;
}
input#card-number {
    width: 365px;
}
input#Expiry-Month, input#Expiry-Year {
    width: 160px;
}
.card-tab-btn {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.card-tab-btn .secondary-btn-two:last-child{
    background-color: #203738;
    color: #fff;
}
.card-tab-btn .secondary-btn-two:last-child:hover{
    background-color: #fff;
    color: #090909;
}
.user-dashbord-left ul li ul {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 14px;
}
.user-dashbord-left ul li ul li{
    padding: 0;
    border: none;
}
.user-dashbord-left ul li ul li a {
    color: #8F8E8A;
    font-size: 16px;
}
.user-dashbord-left ul li ul li a.active{
    color: #203738;
}
button.accordion-button {
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    background-color: transparent !important;
    font-size: 18px;
    padding: 12px 0 !important;
}
.accordion-item {
    border-bottom: 1px solid #E9E9EB !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}
.accordion-body {
    padding: 0 !important;
}
.accordion-button::after{
    background-image: url(../images/assets/accodin-plus.png);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/assets/accodin-mines.png);
}

.product-image .remove-wishlist i , .watch-box-two .remove-wishlist i{
    color: #3B4E4C;
}
.dashboard-heart-uncheck i{
    color: #3B4E4C !important;

}
.wishlist-icon i{
    color:#818181;
}
.edit-mode{
    border: none !important;
    border-bottom: 1px solid !important;
    border-radius: 0px !important;
}
#saveProfileBtn{
    margin-top: 25px;
}
.details-wishlist-tab-btn{
    display: flex;
    align-items: baseline;
    column-gap: 12px;
    justify-content: end;
}
.details-wishlist-tab-btn .dashboard-add-category-to-cart{
    margin-top: -70px;
    position: absolute;
    margin-right: 175px;
}
.details-wishlist-tab-btn .dashboard-clear-category{
    margin-top: -70px;
    position: absolute;
    margin-right: 0px;
}


.product-right-first{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C0AF9F;
    margin-bottom:20px;
    align-items: self-end;
}
.price-offer-box{
    width:245px
}
.product-bottom-filed{
    background-color: #FAFAFA;
    padding:19px 18px 19px 18px;
}
.product-button{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
}
.offer-button{
    width: 100%;
    padding: 12px;
}
.buy-now-btn{
   border: 1px solid #090909;
   background-color: #fff;
   text-align: center;
   color: #090909;
   font-weight: 500;
   font-size: 16px;
}
.product-item-lower{
    padding:0px;
}
.password-field {
  position: relative;
  width: 100%;
}
.password-field input {
  width: 100%;
  padding-right: 40px; /* space for eye icon */
}
.toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  color: #666;
}
.toggle-password:hover {
  color: #111;
}
.forget-password{
    display: flex;
    justify-content: space-between;
    margin-top:10px;
}
/* vendor dashbord  */
.vendor-dashbord-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100vh;
    transition: all 0.5s;
    z-index: 999999;
    background-color: #fff;
    border-right: 1px solid #D1D5DB;
    padding: 30px;
}
.vendor-dashbord-right {
    margin-left: 270px;
    padding: 40px 30px 50px 30px;
}
.vendor-dashbord {
    background-color: #FAFAFA;
    position: relative;
}
.vendor-dashbord-menu {
    height: 100%;
}
.vendor-dashbord-logo {
    margin-bottom: 36px;
    text-align: center;
}
.vendor-dashbord-menu-content {
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}
.vendor-dashbord-menu-content ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    height: -webkit-fill-available;
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}
.vendor-dashbord-menu-content ul li a img {
    filter: brightness(0);
    transition: all 0.5s;
}
.vendor-dashbord-menu-content ul li.active {
    background-color: #203738;
}
.vendor-dashbord-menu-content ul li a {
    padding: 9px 0 9px  16px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #1A141F;
    line-height: 23px;
}
.vendor-dashbord-menu-content ul li.active a {
    color: #fff;
}
.vendor-dashbord-menu-content ul li.active a img {
    filter: brightness(50);
}
.vendor-dashbord-menu-content ul li:last-child {
    margin-top: auto;
}
.vendor-heading {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: space-between;
    margin-bottom: 40px;
    position: relative;
}
.vendor-heading .title h2 {
    margin-bottom: 0;
    font-size: 32px;
}
.vendor-heading .title p {
    margin-bottom: 0;
}
.vendor-heding-end {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.vendor-author {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.vendor-author h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.vendor-notification {
    position: relative;
}
.vendor-notification span {
    height: 14px;
    width: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
}
.vendor-search {
    position: relative;
    width: 520px;
}
.vendor-search input[type="search"] {
    padding: 9px 16px;
    font-size: 14px;
    color: #1A141F;
    background-color: #E9E9EB;
    border: none;
    width: 100%;
}
.vendor-search input[type="search"]::placeholder {
    color: #1A141F;
}
.vendor-search button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}
.vendor-dashbord-box {
    background-color: #E3DACC;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    justify-content: space-between;
    flex: 1;
    position: relative;
}
.vendor-dashbord-box h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.vendor-dashbord-box h3 {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 500;
}
.vendor-dashbord-box a {
    padding-left: 15px;
    padding-right: 10px;
}
.vendor-dashbord-box-outer {
    display: flex;
    column-gap: 20px;
    margin-bottom: 30px;
}
.pasentage-box {
    position: absolute;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    column-gap: 3px;
    background-color: #EAFDEE;
    border-radius: 200px;
    padding: 4px 8px;
}
.pasentage-box p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #08631C;
}
.chart-tooltip {
    position: absolute;
    background: white;
    padding: 8px 12px;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    pointer-events: none;
    opacity: 0;
    transition: all 0.2s ease;
    font-size: 13px;
}
.tooltip-value {
    font-weight: bold;
}
.tooltip-change {
    color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    font-size: 12px;
}
.vendor-darhbord-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}
.vendor-darhbord-grid-item {
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    grid-column: span 7;
    border: 1px solid #EAEAEA;
    position: relative;
}
.vendor-darhbord-grid-item h4{
    font-size: 20px;
    margin-bottom: 12px;
}
.vendor-darhbord-grid-item:nth-child(2) {
    grid-column: span 5;
}
.chart-value {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -0%);
    font-size: 28px;
    font-weight: 500;
    color: #111;
    text-align: center;
    margin-top: -41px;
    margin-bottom: 30px;
}
.status-bar {
    margin-top: 30px;
    font-size: 14px;
}
.status-bar > div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.status-bar > div:last-child{
    border-bottom: 0;
}
.dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}
.accepted { background: #203738; }
.pending { background: #CDDFDE; }
.rejected { background: #64817F; }
span#acceptedVal ,span#pendingVal, span#rejectedVal{
    color: #475F5D;
    font-weight: 500;
}
.status-chart-top {
    width: 200px;
    margin: auto;
    margin-top: -30px;
    position: relative;
}
.vendor-darhbord-grid-item:nth-child(3), .vendor-darhbord-grid-item:nth-child(4){
     grid-column: span 6;
}
.best-product-table table {
    width: 100%;
}
.best-product-table table tr {
    border-bottom: 1px solid #F0F1F3;
}
.best-product-table table tbody tr:last-child{
    border-bottom: 0;
}
.best-product-table table tr th{
    font-size: 16px;
    color: #3F3F46;
    font-weight: 500;
}
.best-product-table table tr th, .best-product-table table tr td {
    padding: 12px 0;
    text-align: center;
}
.best-product-table table tr th:first-child, .best-product-table table tr td:first-child{
    text-align: left;
}
.best-product-table table tr td:nth-child(2){
    font-size: 14px;
    color: #203738;
    font-weight: 500;
}
.best-product-table table tr td:nth-child(3){
    color: #006736;
}
.vendor-product-list{
    width: 100%;
}
.vendor-product-list .vendor-search{
    width: 650px;
    margin-right: auto;
}
.vendor-heading-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 18px;
}
.vendor-heading-two h4 {
    margin-bottom: 0;
}
.vendor-heading-two p {
    margin-bottom: 0;
}
.vendor-heading-two .secondary-btn-two {
   background-color: #203738;
   color: #fff;
  border: 1px solid #203738;
}
.vendor-heading-two .secondary-btn-two:hover{
    color: #203738;
    background-color: #fff;
}
.vendor-fillter-outer {
    border-top: 1px solid #D1D5DB;
    padding-top: 18px;
}
.vendor-filter-bar form {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.search-product-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background-color: #fff;
    box-shadow: 0px 0.71px 1.43px 0px #0000000D;
    border: 1px solid #D1D5DB;
    padding: 5px 10px;
    width: 470px;
}
.search-product-box select#sku_id {
    border: none;
    border-radius: 0;
    font-size: 12px;
    padding: 7px 0;
}
.search-product-box select#sku_id:focus-visible{
    outline: 0;
}
.search-product-box .search-box {
    position: relative;
        width: 100%;
}
.search-product-box .search-box input[type="text"] {
    border: none;
    padding: 7px 15px;
    font-size: 12px;
    border-left: 1px solid #D1D5DB;
}
.search-product-box .search-box button {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}
.vendor-filter-bar form select#vendor_status_filter {
    font-size: 12px;
    border: 1px solid #D1D5DB;
    padding: 13px 10px;
    width: 200px;
}
.vendor-filter-bar form select#vendor_status_filter:focus-visible{
    outline: 0;
}
.vendor-filter-bar {
    margin-bottom: 18px;
}
.vendor-darhbord-table {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 0.71px 1.43px 0px #0000000D;
    overflow-x: scroll;
    scrollbar-width: thin;
}
table.table-wrapper{
width: 100%;
}
table.table-wrapper thead tr th{
    padding: 20px 17px;
    font-size: 15px;
    font-weight: 500;
    background-color: #F2F4F6;
}
table.table-wrapper thead tr{
    border-bottom: 1px solid #E5E7EB;
}
table.table-wrapper tbody tr td{
    padding: 11px 17px;
    font-size: 14px;
    color: #8F8E8A;
    background-color: #fff;
}
table.table-wrapper tbody tr td p{
    margin-bottom: 0;
}
table.table-wrapper tbody tr td.product{
    display: flex;
    align-items: center;
    column-gap: 6px;
}
table.table-wrapper tbody tr td.product p{
    font-weight: 500;
}
table.table-wrapper tbody tr td.Status p{
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
}
table.table-wrapper tbody tr{
    border-bottom: 1px solid #E5E7EB;
}
table.table-wrapper tbody tr td.Status p.In-stock{
    background-color: #D1FAE5;
    border: 1px solid #6EE7B7;
    color: #005D32;
}
table.table-wrapper tbody tr td.Action .Action-box{
    display: inline-flex;
    align-items: center;
    column-gap: 16px;
}
table.table-wrapper tbody tr td.Status p.Draft{
    background-color: #FEF3C7;
    border: 1px solid #FCD34D;
    color: #7D4300;
}
table.table-wrapper tbody tr td.Status p.Out-stock{
    background-color: #FEE2E2;
    border: 1px solid #FCA5A5;
    color: #991309;
}
.add-product-details-form {
    background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 8px;
    padding: 24px;
}
.add-product-details-form h4 {
    font-size: 22px;
    margin-bottom: 16px;
}
.add-product-details-form .form-group-outer {
    margin-bottom: 20px;
    column-gap: 15px;
    row-gap: 20px;
}
.add-product-details-form .form-group-outer .form-group {
    width: 100%;
}
.add-product-details-form .form-group-outer label {
    font-size: 16px;
}
.add-product-details-form .form-group-outer .form-control {
    padding: 10px 16px;
    font-size: 14px;
    appearance: auto;
}
.add-product-details-form .form-group-outer:last-child{
    margin-bottom: 0;
}
.add-product-details-form-radio {
    display: flex;
    column-gap: 10px;
}
.add-product-details-form-radio label{
    display: flex;
    align-items: center;
    column-gap: 12px;
        flex: auto;
}
.add-product-details-form .form-group-outer label .add-product-radio{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ABA7AF;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff;
}
.add-product-details-form .form-group-outer label .add-product-radio:checked{
    border-color:#203738 ;
}
.add-product-details-form .form-group-outer label .add-product-radio:checked::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #203738;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
table.table-wrapper tbody tr td.product.order p{
    font-size: 12px;
    font-weight: 400;
}
table.table-wrapper tbody tr td.product.order p:last-child{
    font-weight: 500;
}
.vendor-order-details-left {
    width: 66%;
}
.summery-box {
    margin-top: 30px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    padding: 24px;
    background-color: #fff;
}
.summery-box h4 {
    font-size: 22px;
    margin-bottom: 16px;
}
.summery-box li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
}
.summery-box li p {
    margin-bottom: 0;
    color: #203738;
}
.summery-box li p strong {
    font-weight: 500;
}
.summery-box li:last-child {
    border-top: 1px solid #000;
}
.vendor-order-details-right {
    width: 34%;
}
.vendor-order-details-block{
    margin-bottom: 30px;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    padding: 24px;
}
.vendor-order-details-block h4{
    font-size: 20px;
    margin-bottom: 16px;
}
.vendor-order-details-block ul.customer-details li, .vendor-order-details-block ul.shipping-details li{
    display: flex;
    margin-bottom: 4px;
    column-gap: 8px;
    align-items: flex-start;
}
.vendor-order-details-block ul.customer-details li:last-child{
    margin-bottom: 0;
}
.vendor-order-details-block ul.customer-details li p, .vendor-order-details-block ul.shipping-details li p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
}
.vendor-order-details-block ul.shipping-details li p{
    flex: 1;
}
.vendor-order-details-block ul.shipping-details li p:first-child{
    color: #8F8E8A;
}
.vendor-tab .nav-pills{
    border-radius: 4px;
    margin-bottom: 15px;
    border: 1px solid #DBDBDB;
    padding: 8px 12px;
    background-color: #fff;
}
.vendor-tab .nav-pills button {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 4px !important;
    border-radius: 4px;
    transition: all 0.5s;
}
.vendor-tab .nav-pills li {
    flex: 1;
}
.vendor-tab .nav-pills button::after {
    display: none;
}
.vendor-tab .nav-pills button.active , .vendor-tab .nav-pills button:hover{
    color: #203738;
    background-color: #E3DACC !important;
}
.negotiations-status {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 40px;
}
ul.negotiations-dropdown {
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px #00000040;
    display: flex;
    padding: 10px;
    padding-right: 24px;
    row-gap: 12px;
    flex-direction: column;
    width: 160px;
    transition: all 0.5s;
    opacity: 0;
    display: none;
    z-index: 9999;
    left: -50%;
    bottom: -8px;
    font-size: 12px;
}
ul.negotiations-dropdown.open{
    opacity: 1;
    display: flex;
}
ul.negotiations-dropdown a{
        font-weight: 500;
    color: #1A141F;
}
.negotiations-status p{
    font-size: 13px;
    font-weight: 500;
    padding: 5px 10px;
    background-color: #DBEAFE;
    border: 1px solid #93C5FD;
    border-radius: 2px;
    color: #1E40AF;
    line-height: 16px;
}
.negotiations-status p.ongoing{
       background-color: #FEF3C7;
    border: 1px solid #FCD34D;
    color: #7D4300;
}
.negotiations-status p.accepted{
    background-color: #D1FAE5;
    border: 1px solid #6EE7B7;
    color: #005D32;
}
.negotiations-status p.rejected{
    background-color: #FEE2E2;
    border: 1px solid #FCA5A5;
    color: #991309;
}
.vendor-dashbord-right .pagination {
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    border-top: 1px solid #E5E7EB;
    margin-top: 30px;
}
.vendor-dashbord-right .pagination p {
    margin-bottom: 0;
}
.vendor-dashbord-right .pagination p strong {
    font-weight: 500;
}
.vendor-dashbord-right .pagination ul {
    margin-top: 0;
    width: auto;
}
.pagination ul li:first-child a{
    transform: rotate(180deg);
}
.profile-form-inner label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #1A141F;
}
.profile-form-inner .form-control {
    padding: 10px 16px;
    font-size: 14px;
    appearance: auto;
    color: #1A141F;
    border-color: #E9E9EB;
    border-radius: 0;
}
.profile-block {
    padding: 24px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    margin-bottom: 30px;
}
.profile-block h4{
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 500;
}
.profile-block-form .profile-form-outer {
    display: flex;
    column-gap: 30px;
    row-gap: 24px;
    margin-bottom: 24px;
}
.profile-block-form .profile-form-outer .profile-form-inner {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 24px;
}
.profile-block-form .profile-form-outer .profile-form-inner .form-group {
    width: 100%;
}
.profile-block-form .secondary-btn-two {
    background-color: #203738;
    color: #fff;
}
.text-block {
    padding: 9px 0;
    border-bottom: 1px solid #E9E9EB;
}
.text-block p {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
}
.text-block:nth-child(2) {
    border-top: 1px solid #E9E9EB;
}
.password-verify {
    margin-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.password-verify h3 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.password-verify p {
    font-size: 18px;
    margin-bottom: 37px;
    display: flex;
    column-gap: 8px;
}
.password-verify p a {
    color: #203738;
    text-decoration: underline;
}
.password-verify p:last-child {
    margin-bottom: 0;
}
.password-verify{
    display: none;
}
.password-verify .form-group-outer{
    width:100%;
}
.reset-password-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    background-color: #203738;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    width:100%;
}
.reset-password-button{
    width:100%
}
.product-details-button .wishlist-icon{
    background-color: #E3DACC;
    width: 56px;
    height: 60px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    position: initial;
}
.product-details-button .remove-wishlist i{
    color:#203738;
}
.dash-caret-icon{
    transition: transform 0.3s ease;
    transform: rotate(270deg); /* rotates right arrow down */

}
.dash-caret-icon.open {
    transform: rotate(0deg); /* rotates right arrow down */
}
.user-address-box + .user-address-box{
    margin-top:15px;
}
.reset-password{
    text-align:center; 
    margin-top:230px;
}
.reset-password-button button{
    background:#1e3a3a;
    color:#fff; 
    border:none; 
    padding:12px 25px; 
    border-radius:8px; 
    font-size:15px; 
    width:100%; 
    cursor:pointer;
}
#payment-message , #profile-message{
    margin-top: 20px;
}
.vendor-author img{
    border-radius: 50%;
}
.pagination ul{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
}
.pagination ul li a{
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
}
.pagination ul li.active a, .pagination ul li a:hover{
    background-color: #222222;
    color: #fff;
}
.fillter-header{
    display: none;
}
.user-add-btn{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    border: none;
    background-color: #203738;
    color: #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 500;
    margin-top: 30px;
}
.address-card[data-default="1"] {
    border: 2px solid green;
}

#add-address-form input, #add-address-form select{
    background: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    width: 80%;
    padding: 12px 16px;
    color: #1A141F;
    border-color: #E9E9EB;
    border-radius: 0;
}
#address-list select{
  background: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    width: 80%;
    padding: 12px 16px;
    color: #1A141F;
    border-color: #E9E9EB;
    border-radius: 0;  
}
#add-address-form p{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.remove-address , .edit-address{
    border: none;
    background-color: transparent;
}
.remove-address img , .edit-address img{
    margin-right:10px;
}
#no-address{
    background: rgb(71, 95, 93);
    border: 1px solid #fff;
    padding: 12px 15px;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;;
}
#address-list input {
    background: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    width: 80%;
    padding: 12px 16px;
    color: #1A141F;
    border-color: #E9E9EB;
    border-radius: 0;
}
.save-edit , .cancel-edit{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    border: none;
    background-color: #203738;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
    font-weight: 500;
    margin-top: 20px;
}
.user-address-edit-btn{
    display: flex;
    column-gap: 15px;
}


/* Hide arrows in number input (Chrome, Safari, Edge, Opera) */
.price-box-input::-webkit-inner-spin-button,
.price-box-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows in Firefox */
.price-box-input {
    -moz-appearance: textfield;
}



.price-offer-box-inner {
  display: block;
  width: 100%;
  height: 14px;
  background: #eee;
  border-radius: 6px;
  overflow: hidden;
}
.price-offer-box_inner {
  height: 100%;
  display: block;
  width: 0%;
  border-radius: 6px;
  background: linear-gradient(to right, #FF4A4A, #F8C300, #00DB0B);
  transition: width 0.4s ease;
}
.offer-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.offer-button-login{
  pointer-events: none;
  opacity: 0.5;
  width:100%;
  padding: 12px;
}
.offer-message {
  margin-top: 10px;
  font-size: 18px;
      font-weight: 500;
}
.product-details-right .offer-message {
   color: green;
}
.error a{
    color: #1A141F;
    border-bottom: 1px solid #1A141F;
        font-weight: 500;
}
.offer-message.success { color: green; }
.offer-message.error { color: red; }

.offerr-button {
    width: 100%;
    padding: 12px;
}
/* Bid popuop */
#bid-success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#bid-success-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

#bid-success-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 12px;
  text-align: center;
}
/* Bid Accept popuop */
#bid-accept-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#bid-accept-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

#bid-accept-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 12px;
  text-align: center;
}
/* Bid Negotiate popuop */
#bid-negotiate-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#bid-negotiate-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

#bid-negotiate-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 59%;
  transform: translate(-50%, -50%);
      background-color: #fff;
    padding: 50px 120px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
  border-radius: 12px;
  text-align: center;
  width: 120vh;
}
#bid-negotiate-popup .close-popup{
    position: absolute;
    right: 30px;
    top:5px;
    cursor:pointer; 
    font-size:60px; 
}
/* Bid Reject popuop */
#bid-reject-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#bid-reject-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

#bid-reject-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border-radius: 12px;
  text-align: center;
}
 /* ---==== ongoing popup === ---  */
 .ongoing-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
    opacity: 0;
    display: flex;
}
.ongoing-popup.expanded {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.ongoing-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
}
.ongoing-content {
    position: relative;
    width: 1280px;
    margin: auto;
    background-color: #E3DACC;
     height: 90vh;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 50px 120px;
}
.ongoing-content-inner{
    margin-left: 60px;
}
.ongoing-content-inner p {
    font-size: 18px;
    z-index: 1;
}
.ongoing-content-inner .ongoing-login{
    border-bottom: 1px solid;
    color: #000;
}
.ongoing-shape {
    position: absolute;
    top: -10px;
    left: -20px;
}
.ongoing-close {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    left: auto;
    background-color: transparent;
    z-index: 1;
}
.ongoing-close span {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    background-color: #000;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ongoing-close span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.product-box.two .product-image {
    background-color: #fff;
}
.current-bid-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.current-bid-box p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.user-dashbord-right .product-box.two .product-image {
    background-color: #E3DACC;
}
.bid-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bid-left h2{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 36px;   
    color: #fff;
}
.bid-left .title p{
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}
.bid-left p{
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
}
.bid-left > p:last-child {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
}
.bid-left p strong{
    font-weight: 500;
}
.bid-left .product-review ul li:first-child::after, .bid-title-box .product-review ul li:first-child::after {
    height: 20px;
    width: 1px;
}
.bid-left .product-review {
    margin-bottom: 5px;
}
.bid-item {
    padding: 30px;
    border: 1px solid #AFAFAF;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 24px;
    border-top: none;
}
.bid-item:nth-child(2){
    border-top: 1px solid;
}
.bid-title-box h4{
    font-size: 26px;
    margin-bottom: 5px;
}
.bid-title-box p{
    color: #313131;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}
.bid-title-box span{
    font-size: 18px;
    color: #5E3A03;
    margin-top: 5px;
    display: inline-block;
}
.bid-vendor-box h6{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
span.vendor-price {
    font-size: 20px;
    font-weight: 500;
    padding: 6px 12px;
    display: inline-block;
    border: 1px solid #000;
    line-height: 20px;
    background-color: #fff;
}
#vendor-detail-container span.vendor-price {
    padding: 10px !important;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    
}
#vendor-detail-container h3{
     font-weight: 500;
}
span.vendor-price.disable {
    text-decoration: line-through;
    border-color: #707070;
    color:#818181 ;
}
.bid-vendor-btn{
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 30px;
}
.bid-vendor-btn a{
    padding: 6px 8px;
    border: 1px solid #1A141F;
    display: flex;
    align-items: center;
    column-gap: 4px;
    background-color: #fff;
    font-weight: 500;
    color: #090909;
}
.bid-vendor-btn a img{
    transition: all 0.5s;
}
.bid-vendor-btn a:hover{
    background-color: #203738;
    border-color: #203738;
    color: #fff;
}
.bid-vendor-btn a:hover img{
    filter: brightness(50);
}
.bid-vendor-btn a:nth-child(2):hover img{
     filter: brightness(50) invert(1);
}
.bid-item.active{
    background-color: #E3DACC;
    border-color: #C0AF9F;
    box-shadow: 0px 7px 60px -20px #00000026;
}
.bid-title-box{
    margin-right: auto;
}
.bid-message{
  font-size: 20px;
}
.bid-message a{
    color:black;
    border-bottom: black;
}
.bid-image .wishlist-icon{
    top:8px;
    right: 6px;
}
.bid-right{
    /* width: 60%; */
}
.bid-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:30px;
}
.bid-main-image{
    /* width: 60%; */
}
.vendor-product-btn{
    display: flex;
    gap:20px;
}
.add-vendor-product {
    background-color: #203738;
    color: #fff;
    border: 1px solid #203738;
    margin-top: 30px;
}
.add-vendor-new-product {
    background-color: #203738;
    color: #fff;
    border: 1px solid #203738;
    margin-top: 30px;
}
.vendor-search-box input{
    padding: 9px 16px;
    font-size: 14px;
    color: #1A141F;
    background-color: #E9E9EB;
    border: none;
    width: 100%;

}
/* Autocomplete Dropdown Styles */
#product-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 40px; /* leave space for search icon */
    z-index: 1000;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-bottom: none;
}

.autocomplete-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    transition: background 0.2s ease;
}

.autocomplete-item:last-child {
    border-bottom: none;
}

.autocomplete-item:hover {
    background: #f2f2f2;
}

/* Wrapper for search input and icon */
.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
}

/* Search Icon */
.search-box button {
    position: absolute;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.search-box button img {
    width: 18px;
    height: 18px;
}
.vendor-product img{
    width: 50px !important;
}
.qty-control {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    width: fit-content;
}

.qty-control button {
    padding: 6px 10px;
    border: none;
    background: #f0f0f0;
    font-size: 16px;
    cursor: pointer;
}

.qty-control input {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 14px;
}
.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.custom-modal.show {
  display: flex;
}
.modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
}
.modal-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
.modal-btn {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.modal-btn.confirm {
  background-color: #d9534f;
  color: white;
}
.modal-btn.cancel {
  background-color: #ccc;
}
#confirm-delete{
    background-color: #203738;
    color: #fff;
    border: 1px solid #203738;
}
.qty-box {
  display: flex;
  align-items: center;
  border-radius: 6px;
  /* overflow: hidden; */
  width: 100px;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
}


.qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: #fff;
}

/* Full screen overlay */
/* Full screen overlay for modal */
.custom-modal {
    display: none; /* hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 15px;

    /* Dark semi-transparent background */
    background-color: rgba(0, 0, 0, 0.5);

    /* Blur effect */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.custom-modal {
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease;
}

/* Modal content */
.custom-modal .modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 55px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    text-align: center;
    animation: fadeIn 0.3s ease;
}


/* Modal buttons */
.custom-modal .modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.custom-modal .modal-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
}

.custom-modal .modal-btn.confirm {
    background-color: #28a745;
    color: #fff;
}

.custom-modal .modal-btn.confirm:hover {
    background-color: #218838;
}

.custom-modal .modal-btn.cancel {
    background-color: #dc3545;
    color: #fff;
}

.custom-modal .modal-btn.cancel:hover {
    background-color: #c82333;
}

/* Fade in animation */
@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.8);}
    to {opacity: 1; transform: scale(1);}
}

/* Responsive text for small screens */
@media screen and (max-width: 480px) {
    .custom-modal .modal-content {
        padding: 20px;
        font-size: 14px;
    }

    .custom-modal .modal-btn {
        width: 100%;
    }
}
.side-panel-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 25px;
    font-family: 'Inter', sans-serif;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.close-panel {
    align-self: flex-end;
    font-size: 22px;
    cursor: pointer;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
}

.form-group input[type="text"] {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
}

.qty-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-box .qty-btn {
    width: 30px;
    height: 30px;
    font-size: 18px;
    border: none;
    background-color: #e0e0e0;
    cursor: pointer;
    border-radius: 5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qty-box input {
    width: 60px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

/* Update button */
#update-product-btn {
    padding: 12px;
    background: linear-gradient(to right, #10403B, #2CA8A0);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

#panel-msg {
    font-size: 14px;
    color: green;
    margin-top: 5px;
}
#edit-product-panel {
    display: none; /* hide by default */
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    z-index: 1000;
    overflow-y: auto;
    transition: transform 0.3s ease;
}
.edit-qty-box{
   overflow: visible!important;
}

.checkout-wrapper {
  display: flex;
  gap: 30px;
  margin: 40px 0;
}

.checkout-left {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.checkout-right {
  flex: 1;
}

.checkout-box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 6px;
}

.checkout-box h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.order-summary {
  background: #fff;
}

.woocommerce-checkout-review-order {
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .checkout-wrapper {
    flex-direction: column;
  }
}
/* === Custom Checkout Layout === */
.custom-checkout-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    padding: 30px 15px;
}
.checkout-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.checkout-left {
    flex: 1 1 55%;
    background: transparent;
    padding: 25px;
    padding-left:0px;
    padding-right:0px;
}
.contact-info , .order-details , .shipping-info{
    border: 1px solid #EBEBEB;
    padding: 28px;
}
.checkout-right {
    flex: 1 1 40%;
    background: transparent;
    padding: 25px;
    padding-left:0px;
    padding-right:0px;
}
.checkout-left h2,
.checkout-right h2 {
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.contact-fields .form-row-wide {
    grid-column: 1 / 3;
}
.contact-fields .form-row{
    width:100% !important;

}
.shipping-fields {
    margin-top: 30px;
}
#order_review_heading {
    font-size: 18px;
    margin: 20px 0 10px;
}
.order-review {
    margin-top: 15px;
}
.woocommerce-checkout input{
  padding:7px;
  width: 100%;
  border:1px solid #E9E9EB;
}
.woocommerce-checkout label{
   font-family: Clash Grotesk;
   font-weight: 500;
   font-style: Medium;
   font-size: 16px;
   leading-trim: NONE;
   line-height: 140%;
   letter-spacing: 0%;
   margin-bottom:10px;
}
.shipping-fields #shipping_address_1_field{
    display:flex;
    flex-direction: column;
}
.shipping-fields .select2-selection--single{
    border: 1px solid #E9E9EB;
    padding:2px;

}


.custom-order-summary { border:1px solid #eee; padding:20px; border-radius:10px; background:#fafafa; }
.custom-order-summary h3 { margin-bottom:15px; font-size:18px; }
.order-item { display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #eee; padding:10px 0; }
.item-left { display:flex; align-items:center; gap:15px; }
.item-img img { width:96px; height:96px; object-fit:cover; border-radius:6px; }
.item-img{
    background: #D9D9D9;
}
.item-details { display:flex; flex-direction:column; }
.item-details .name { 
    font-family: Clash Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#262626;
}
.item-details .sku { 
    font-family: Clash Grotesk;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color:#00000;

}
.qty-box { display:flex; align-items:center; gap:5px; }
.qty-box button { 
    width:28px; 
    height:28px; 
    border:none;
    background:transparent;
    cursor:pointer; 
    display:flex;
    align-items: center;
    justify-content: center;
}
.qty-input { width:40px; text-align:center; border:1px solid #ccc; }
.item-right { font-weight:bold; font-size:16px; }
.coupon-box { margin:15px 0; display:flex; gap:10px; }
.coupon-box input { flex:1; padding:8px; border:1px solid #ccc; }
.coupon-box button { padding:8px 15px; background:#000; color:#fff; border:none; cursor:pointer; }
.order-totals { margin:15px 0; font-size:15px; }
.order-totals p { display:flex; justify-content:space-between; margin:5px 0; }
.checkout-btn { text-align:right; }

.checkout-btn button {
    padding: 12px 25px;
    background: #203738;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    font-family: Clash Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 14px 40px 14px 40px;
}
.qty-box input{
    width: 30px !important;
    height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
        font-weight: 500;
    color: #000;
}
.qty-minus i , .qty-plus i{
    font-size:14px;
}
.order-details span{
display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: auto;
    font-family: Clash Grotesk;
    font-weight: 400;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 14.26px;
    letter-spacing: 0%;
}
.order-totals .subtotal{
    font-family: Clash Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 14.26px;
    letter-spacing: 0%;
}
.subtotal span{
   font-weight: 500;
}
.grand-total span{
       font-weight: 500;

}
.add-quantity .qty-box{
    width: 100%;
}
.add-quantity .qty-box input{
    width: 30px !important;
    height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    color: #000;
}
.add-quantity .qty-box .qty-btn {
    width: 27px;
    height: 28px;
    font-size: 18px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-radius: 5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-filter-outer {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.add-filter-outer .add-vendor-new-product{
    margin-top: 0px;
}
.vendor-darhbord-table .order img{
    width: 60px;
}
.action-btns{
    display: flex;
    column-gap: 10px;
}
.action-btns button{
    font-family: Clash Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 11.41px;
    letter-spacing: 0%;
    text-align: center;
    width: 90px;
    height: 35px;
    border-radius: 2.85px;
    border-width: 0.71px;
    angle: 0 deg;
    opacity: 1;
    padding-top: 1.43px;
    padding-right: 10px;
    padding-bottom: 1.43px;
    padding-left: 10px;

}
.action-btns .negotiate-bid{
    font-family: Clash Grotesk;
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 11.41px;
    letter-spacing: 0%;
    text-align: center;
    width: 90px;
    height: 35px;
    border-radius: 2.85px;
    border-width: 0.71px;
    angle: 0 deg;
    opacity: 1;
    padding-top: 1.43px;
    padding-right: 10px;
    padding-bottom: 1.43px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FEF3C7;
    color: #7D4300;
}
.action-btns .accept-bid{
   background: #D1FAE5;
   color: #005D32;
}
.action-btns .negotiate-bid{
   background: #FEF3C7;
   color: #7D4300;

}
.action-btns .reject-bid{
   background: #FEE2E2;
   color: #991309;
}
.bid-message {
    padding: 0px;
   
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 11.41px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 2.85px;
    border-width: 0.71px;
    opacity: 1;
    background: transparent;
}
.bid-message p{
    margin-bottom:0px;
}
.bid-message.accepted {
    color: #2ecc71;
}

.bid-message.rejected {
    color: #991309;
}

.bid-vendor-btn .btn {
    margin-top: 8px;
    background: #D1FAE5;
    color: #005D32;
    border: 1px solid #2ecc71;
    padding: 8px 16px;
    border-radius: 3xpx;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.bid-vendor-btn .btn:hover {
    background: #27ae60;
}
#user-bid-accept-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#user-bid-accept-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#user-bid-accept-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 12px;
    text-align: center;
}
#user-bid-reject-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
#user-bid-reject-popup .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}
#user-bid-reject-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border-radius: 12px;
    text-align: center;
}
/* search page  */
.search-page-section {
    padding: 90px 0 50px;
}
.search-headeing {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    margin-bottom: 20px;
}
.search-headeing h2 {
    margin-bottom: 0;
}
.heading-inner {
    display: flex;
    align-items: center;
    column-gap: 26px;
    cursor: pointer;
}
.heading-inner h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
}
.filter-block {
    margin-bottom: 34px;
}
.filter-block .filter-title {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 24px;
}
.filter-block .filter-title h4 {
    margin-bottom: 0;
}
.filter-block-inner .filter-from-group {
    margin-bottom: 20px;
}
.filter-block-inner .filter-from-group:last-child {
    margin-bottom: 0;
}
.filter-block-inner .filter-from-group label {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.filter-check-box {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #64817F;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
}
.filter-check-box:checked {
  background-color: #64817F; 
}
.filter-check-box:checked::after {
    content: "";
    position: absolute;
    top: 43%;
    left: 33%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}
.filter-display-box {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #64817F;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 0;
    position: relative;
}
.filter-display-box:checked {
  background-color: #64817F; 
}
.filter-display-box:checked::after {
    content: "";
    position: absolute;
    top: 43%;
    left: 33%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}
.filter-radio {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #64817F;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff;
}
.filter-radio:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #64817F;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.price-slider {
    width: 100%;
}
.slider-container {
  position: relative;
  margin-bottom: 20px;
}
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #64817F;
    border-radius: 0;
    outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #222222;
  cursor: pointer;
  margin-top: -0px;
  border: 2px solid #fff;
}
.price-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-box-slider {
    display: flex;
    align-items: center;
    border: 1px solid #EEEEEE;
    padding: 11px 14px;
}
.price-box span {
  font-weight: bold;
  margin-right: 5px;
  color: #4c6c6a;
}
.price-box input {
  width: 50px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #4c6c6a;
  background: transparent;
}
.to-text {
  margin: 0 15px;
  color: #000;
}
.price-box-slider input[type="text"] {
    text-align: end;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0;
}

.filter-title.active img {
    transform: rotate(180deg);
}
.filter-title img{
    transition: all 0.5s;
}
.search-filter {
    position: sticky;
    top: 50px;
}
.pagination ul{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
}
.pagination ul li a{
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
}
.pagination ul li.active a, .pagination ul li a:hover{
    background-color: #222222;
    color: #fff;
}
.fillter-header{
    display: none;
}
.filter-logo {
    margin-bottom: 30px;
}
.pagination ul li.active span, .pagination ul li span:hover {
    background-color: #222222;
    color: #fff;
}
.pagination ul li span {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
}
#priceRangeSlider{
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #E4E4E4;
    border-radius: 0;
    outline: none;
    border:none;
}
.noUi-connect{
    background: #222222!important;
}
.noUi-horizontal .noUi-handle {
    width: 26px !important;
    height: 28px !important;
    right: -8px !important;
    top: -7px !important;
    border-radius: 50% !important;
    height: 16px !important;
    width: 16px !important;
    border: 2px solid #fff !important;
    border-radius: 100% !important;
    background-color: #222222 !important;
    border: none !important;
    box-shadow: none !important;
}
.noUi-handle:after, .noUi-handle:before{
    display: none !important;
}

/* Ensure the track stretches fully and no slide is cropped */
.product-details-slider .slick-track {
    display: flex !important;
}

.product-details-slider .slick-slide {
 /* remove unwanted gaps that can cause clipping */
    margin-right: 0;
    box-sizing: border-box;
}
.offer-details  img{
   width: 105px !important;
       filter: brightness(0) invert(1);
}

/* Optional spacing between slides (adjust as needed) */
.product-details-slider .slick-slide > div {
    padding: 0 5px; /* example spacing */
}
/* When offer is too low */
.product-button .disabled{
    cursor: not-allowed;
    background-color: #E4E4E4;
    color: #000;
}

.offer-button.disabled{
    opacity: 1;
}
.login-type-tabs{
    display:flex;
    justify-content:center;
    margin-bottom:15px;
}
.login-type-btn{
    background:#f5f5f5;
    border:none;
    padding:8px 20px;
    margin:0 5px;
    cursor:pointer;
}
.login-type-btn.active{
    background:#000;
    color:#fff;
}
.sub-tab-button{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.sub-tab{
    background-color: transparent;
    border: none;
    border: 1px solid #e1dfe2;
}
.sub-tab-button .active{
    border: 1px solid #1A141F;;
}
.phoneLogin-form label{
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #1A141F;
}

#phoneLogin-phone{
    padding: 12px 16px;
    color: #1A141F;
    border-color: #E9E9EB;
    border-radius: 0;
    margin-bottom: 20px;
}
.phoneLogin-otp-section{
    margin-top: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.phoneLogin-otp-section h3
 {
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}
.phoneLogin-otp-input-wrapper{
    display: flex;
    align-items: center;
    column-gap: 29px;
    margin-bottom: 8px;
}

.phoneLogin-otp-input-wrapper .phoneLogin-otp-input {
    height: 44px;
    width: 42px;
    border: 1px solid #E9E9EB;
    border-radius: 0;
    padding: 14px;
}
.phoneLogin-verify-otp-btn{
      margin-top: 40px;
    margin-bottom: 17px;
    width: 60%;
    border: none;
    padding: 12px;
    border-radius: 8px;
    background-color: #203738;
    color: #fff;
}
.remainder-box a{
    color:#3D3D3D;
}

/* admin flow  */
.pasentage-box-outer {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.pasentage-box-outer .pasentage-box {
    margin-bottom: 8px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-flex;
}
.pasentage-box-outer span {
    font-size: 12px;
    color: #606060;
}
.admin-flow .vendor-dashbord-box .title{
    margin-bottom: 20px;
}
.admin-button-end {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 12px;
    justify-content: end;
 
}
.add-new-product-outer .admin-button-end {
       flex-direction: column;
}
.admin-button-end .secondary-btn-two{
    border: 1px solid #203738;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;

}
.admin-product-btn .secondary-btn-two{
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.admin-button-end .secondary-btn-two:first-child:hover img{
    filter: brightness(50);
}
.admin-button-end .secondary-btn-two:last-child{
    background-color: #203738;
    color: #fff;
}
.admin-button-end .secondary-btn-two:last-child:hover{
    background-color: #fff;
    color: #203738;
}
.admin-button-end .secondary-btn-two:last-child:hover img{
    filter: brightness(0);
}
.vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item{
    grid-column: span 8;
}
.vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item:nth-child(2){
    grid-column: span 4;
}
.vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item:nth-child(3), .vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item:nth-child(4), .vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item:nth-child(5){
    grid-column: span 4;
}
canvas#offersChart {
    width: 200px !important;
    height: 200px !important;
    margin: auto;
}
.vendor-darhbord-grid.admin-flow .title {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item .title h4{
    margin-bottom: 0;
}
.vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item .title{
    margin-bottom: 12px;
}
.chart-legend {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}
.legend-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    transition: background .12s;
    font-size: 12px;
    color: #3B4E4C;
}
.legend-dot.mobile {
    background: #00979E; 
}     
.legend-dot.watches { 
    background: #00413D; 
}    
.legend-dot.photography { 
    background: #00724C; 
} 
.legend-dot.travel { 
    background: #64817F; 
}  
.legend-item.disabled { 
    opacity: 0.45; 
}
.legend-item.disabled .legend-dot { 
    filter: grayscale(1); 
} 
.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 4px rgba(0,0,0,0.03) inset;
}
select#timeFilter, #fundsFilter {
    padding: 4px 10px;
    border-color: #D1D5DB;
    border-radius: 0;
    color: #767676;
}
.summary-list {
    margin-top: 20px;
    text-align: left;
}
.summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 5px;
}
.summary-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
td.admin-Status p {
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
}
table.table-wrapper tbody tr td.Status p.Active, table.table-wrapper tbody tr td.admin-Status p.Active {
    background-color: #D1FAE5;
    border: 1px solid #6EE7B7;
    color: #005D32;
}
table.table-wrapper tbody tr td.Status p.Inactive, table.table-wrapper tbody tr td.admin-Status p.Inactive, table.table-wrapper tbody tr td.Status p.Restricted {
    background-color: #FEE2E2;
    border: 1px solid #FCA5A5;
    color: #991309;
}
.region-item {
    margin-bottom: 15px;
}
.region-label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 4px;
    color: #1C1C1C;
}
.progress-bar {
    height: 3px;
    background: hsla(0, 0%, 51%, 0.2);
    border-radius: 2px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    background: #64817F;
    border-radius: 2px;
}
.region-item:last-child{
    margin-bottom: 0;
}
.add-product-details-form.admin h4 {
    margin-bottom: 4px;
}
.add-product-details-form.admin p {
    font-size: 12px;
    color: #1A141F;
    margin-bottom: 20px;
}
.add-product-details-form.admin p strong {
    color: #3B4E4C;
    font-weight: 600;
}
.admin-button-end.admin-product-btn {
    justify-content: space-around;
}
.deactive-td{
    PADDING-RIGHT: 27PX !important;
}
.freeze-td{
    padding-right: 50px;
}
td.Performance p {
    display: inline-block;
}
ul.admin-Action-selected {
    padding: 7px 54px;
    border: 1px solid #777672;
    /* padding-right: 28px; */
    cursor: pointer;
    position: relative;
    padding-left: 12px;
    width: fit-content;
}
ul.admin-Action-selected li {
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #777672;
    font-weight: 500;
}
ul.admin-Action-selected::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    height: 7px;
    width: 8px;
    background-image: url(../images/admin-flow/tulip.svg);
    transform: translateY(-50%);
}
ul.Action-box {
    padding: 8px 11px;
    border: 1px solid #777672;
    padding-right: 28px;
    cursor: pointer;
    position: absolute;
    width: fit-content;
    z-index: 3;
    background-color: #fff;
    bottom: 46px;
    transition: all 1s;
    max-height: 0px;
    overflow: hidden;
    opacity: 0;
}
ul.Action-box.open{
    max-height: 1000px;
    opacity: 1;
}
td.admin-Action {
    position: relative;
}
ul.Action-box li {
    display: flex;
    align-items: center;
    column-gap: 3px;
    color: #777672;
    font-weight: 500;
    cursor: pointer;
}
span.legend-dot.released {
    background-color: #C8DCDB;
}
span.legend-dot.escrow {
    background-color: #64817F;
}
.drop-slot {
    width: 95px;
    height: 95px;
    border-radius: 8px;
    border: 1px dashed #3B4E4C;
    background-color: #C8DCDB;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    cursor: pointer;
}
.drop-slot input[type="file"] {
    display: none;
}
.drop-slot p{
    margin-bottom: 0px !important;
}
.product-upload-outer {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.main-product{
   flex-direction: column;
   align-items: self-start;
}
.search-product-box.sku-none .search-box input[type="text"] {
    border-left: 0;
}
td.Buyer-Name p {
    font-weight: 500;
}
.search-product-box.sku-none {
    max-width: 300px;
}
.vendor-filter-bar form select#Filter_date {
    font-size: 12px;
    border: 1px solid #D1D5DB;
    padding: 13px 10px;
    width: auto;
}
.vendor-filter-bar {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vendor-filter-bar .secondary-btn-two {
    border: 1px solid #1A141F;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.vendor-filter-bar .secondary-btn-two img {
    transition: all 0.5s;
    filter: brightness(0);
}
.vendor-filter-bar .secondary-btn-two:hover img{
    filter: brightness(50);
}
td.Buyer p {
    font-weight: 500;
}
td.Status p.Delivered {
    background-color: #D1FAE5;
    border: 1px solid #6EE7B7;
    color: #005D32;
}
td.Status p.Paid {
    background-color: #FAE6D1;
    border: 1px solid #A75100;
    color: #A75100;
}
td.Status p.Returned, td.Status p.Failed {
    background-color: #FEE2E2;
    border: 1px solid #FCA5A5;
    color: #991309;
}
td.Status p.Shipped {
    background-color: #FEF3C7;
    border: 1px solid #FCD34D;
    color: #7D4300;
}
td.Status p.Offer {
    background-color: #F0D1FA;
    border: 1px solid #870795;
    color: #870795;
}
.order-details-wrapper {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transform-origin: left center;
    transition: all 0.5s;
    visibility: hidden;
    z-index: 999999;
}
.order-details-wrapper.expanded{
    opacity: 1;
    transform: translateX(0%);
    visibility: visible;
    transition: all 0.5s;
}
.order-details-overlay.order-details-toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000090;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}
.order-details-content {
    width: 100%;
    max-width: 575px;
    background-color: #fff;
    padding: 30px 50px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all 0.5s;
    height: 100%;
    margin-left: auto;
    overflow-y: scroll;
}
.order-details-wrapper.expanded .order-details-content{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.5s;
}
.order-details-toggler {
    position: absolute;
    right: 20px;
    height: 30px;
    width: 30px;
    top: 20px;
}
.order-details-toggler span {
    height: 3px;
    display: inline-block;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}
.order-details-toggler span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}
.order-details-box {
    margin-bottom: 24px;
}
.order-details-box h4 {
    margin-bottom: 15px;
    display: inline-block;
}
.order-details-box ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.order-details-box ul li:last-child {
    margin-bottom: 0;
}
.order-details-box ul li strong {
    font-weight: 500;
    color: #475F5D;
}
.order-details-box ul li p {
    margin-bottom: 0;
}
.admin-Action {
    position: relative;
}
.product-order-details {
    padding: 12px 0;
    border: 1px solid #DADADA;
    border-left: 0;
    border-right: 0;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.product-order-details img {
    height: 70px;
    width: 70px;
    flex-shrink: 0;
}
.product-order-details p {
    margin-bottom: 0;
    font-weight: 500;
    color: #777672;
}
.product-order-details p strong {
    font-weight: 500;
}
.product-order-details .title p:last-child {
    color: #000;
    font-weight: 400;
}
.order-details-container .order-details-box ul li strong {
    width: 90px;
}
.order-details-container .order-details-box:nth-child(3) ul li strong, .order-details-container .order-details-box:nth-child(4) ul li strong , .order-details-container .order-details-box:nth-child(5) ul li strong {
    width: 170px;
}
td.Status p.Released, td.Status p.Generated {
    background-color: #D1FAE5;
    border: 1px solid #6EE7B7;
    color: #005D32;
}
td.Status p.Escrow {
    background-color: #DBEAFE;
    border: 1px solid #93C5FD;
    color: #1E40AF;
}
td.Status p.Pending {
    background-color: #FAE6D1;
    border: 1px solid #A75100;
    color: #A75100;
}
.Action-box.two {
    column-gap: 8px !important;
    position: relative;
}
.Action-box-outer {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.Action-box-outer .Action-box.two:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    border-right: 1px solid #818181;
}
.admin-button-end ul.admin-Action-selected {
    border: 1px solid #203738;
}
.admin-button-end ul li {
    color: #000;
}
td.mw-120 {
    min-width: 120px;
}
table.table-wrapper.admin td {
    white-space: nowrap;
}
table.table-wrapper tbody tr td.Action .Action-box {
    width: max-content;
}
.admin-signup-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(1);
    transition: all 0.5s;
    visibility: visible;
    z-index: 999999;
    opacity: 1;
    display: flex;
}
.admin-outer{
    margin-top:40px;
    margin-bottom: 40px;
}
.admin-otp-outer{
    margin-top:90px;
    margin-bottom: 90px; 
    text-align: center;
    display: flex;
}
.vendor-darhbord-table .contact-info{
    border: none !important;
    padding: 0px !important;
}
#vendorForm .secondary-btn-two{
    background-color: #203738;
    color: #fff;
}
.error-message{
    color: red;
}
.vendor-row {
    cursor: pointer;
}
.vendor-row:hover {
    background-color: #f1f1f1;
}

.field-error {
border-color: red !important;
background: #ffecec;
}

.p-desc{
display: flex;
    justify-content: space-between;
    align-items: flex-start;
}   
.add-gallery-image-btn{
    background-color: #203738;
    color: #fff;
}
.remove-image{
    position: absolute;
    bottom: -32px;
    left: 40px;
    font-size:26px;
}
.form-message {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 8px;
}
.success-message {
  /* background: #e8f9ef; */
  color: #0a7b3e;
  /* border: 1px solid #bde8c9; */
}
.error-message {
  /* background: #fdeaea; */
  color: #b71c1c;
  /* border: 1px solid #f4b5b5; */
}
.admin-edit-button-end .secondary-btn-two:last-child {
    background-color: #203738;
    color: #fff;
}
.admin-edit-sproduct-btn .secondary-btn-two {
    display: flex;
    width: 40%;
    justify-content: center;
    align-items: center;
}
.Status p.Active , .admin-Status .Active {
  padding:7px 24px !important;
}
.Status p.Freeze , .admin-Status .Freeze {
  padding:7px 24px !important;
}

.Status p.Deactivate , .admin-Status .Deactivate {
    background-color: red;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
    color: white;
}

.Status p.Freeze , .admin-Status .freeze { 
    background-color: orange; font-weight: 600; border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
    color: white; }
.Status p.Reactive , .admin-Status .reactive { 
    background-color: #008cff; font-weight: 600; border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
    color: white;
}
/* ===== Custom Confirmation Popup ===== */
/* ===== Confirmation Popup ===== */
.confirm-popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.confirm-popup {
  background: #fff;
  border-radius: 12px;
  padding: 50px 25px;
  text-align: center;
  width: 400px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

.confirm-popup h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.confirm-popup p {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
}

.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.confirm-btn {
  background: #d93636;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
}

.cancel-btn {
  background: #ccc;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
}

.confirm-btn:hover { background: #b82f2f; }
.cancel-btn:hover { background: #999; }

/* ===== Success message state ===== */
.success-message {
  display: none;
  margin-top: 15px;
}

.success-icon {
  font-size: 28px;
  margin-bottom: 5px;
  animation: pop 0.3s ease;
}

#successText {
  color: #1a7f37;
  font-weight: 600;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes pop {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.login-popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.login-popup-content {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  max-width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.login-popup-content p {
  font-size: 16px;
  margin-bottom: 15px;
}

.login-popup-content button {
  background: #000;
  color: #fff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  cursor: pointer;
}
.waiting-approval{
background-color: #FEE2E2;
    border: 1px solid #FCA5A5;
    color: #991309;
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
}

.price-offer-box {
    margin-top: 10px;
}

.price-offer-box-inner {
    display: block;
    background: #eaeaea;
    border-radius: 8px;
    height: 14px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.price-offer-box_inner {
    height: 100%;
    width: 0%;
    border-radius: 8px;
    background-color: #ff4a4a;
    transition: width 0.4s ease, background-color 0.3s ease;
}

.probability-text {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}
/* --- Greyed-out (inactive) product styling --- */
.product-bottom-filed.deactive-offer {
  opacity: 0.6;                    /* Subtle grey filter */
  pointer-events: none;            /* Disable interactions */
  filter: grayscale(80%);          /* Desaturate colors */
}

/* Maintain same layout and font */
.product-bottom-filed.deactive-offer * {
  color: #888 !important;          /* Grey text tone */
  font-style: normal;              /* Keep same font style */
  font-weight: 500;                /* Match active layout weight */
}

/* Keep button shapes and spacing consistent */
.product-bottom-filed.deactive-offer .product-button a {
  background-color: #ccc !important;
  border-color: #bbb !important;
  color: #666 !important;
  cursor: not-allowed;
}

/* Maintain consistent input box look but disable typing */
.product-bottom-filed.deactive-offer input.price-box-input {
  background-color: #f0f0f0;
  color: #666;
  border: 1px solid #ccc;
  pointer-events: none;
}

/* Disable hover or active button effects */
.product-bottom-filed.deactive-offer .product-button a:hover {
  background-color: #ccc !important;
  transform: none !important;
}

/* Dim images/icons slightly but keep layout intact */
.product-bottom-filed.deactive-offer img {
  opacity: 0.7;
  filter: grayscale(100%);
}
#editProfileModal{
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
#editProfileModal .modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#editProfileModal .modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 650px;
  max-width: 650px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  animation: fadeIn 0.3s ease;
}

#editProfileModal .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 36px;
  cursor: pointer;
  color: #999;
}

#editProfileModal .form-group {
  margin-bottom: 10px;
}

#editProfileModal .form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

#editProfileModal .form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s;
}

#editProfileModal .form-group input:focus {
  border-color: #0073aa;
  outline: none;
}

#editProfileModal .input-error {
  color: #ff4d4d;
  font-size: 14px;
  margin-top: 4px;
  display: block;
  min-height: 14px;
  font-weight: 500;
}


@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
#editProfileForm{
    margin-top: 35px;
    text-align: start;
}
#editProfileModal input , #editProfileModal label{
    font-size: 16px !important;
}
.otp-digit {
  width: 45px;
  height: 55px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
}
.otp-digit:focus {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0,115,170,0.5);
}
#verifyOtpBtn , #verifyPhoneOtpBtn{
    display: block;
    margin:auto;
}
#email-verification-otp{
    justify-content: center;
}
#phoneOtpBoxes {
    justify-content: center;
}
#phone-verification-otp{
    justify-content: center;
}
.side-panel {
    position: fixed;
    right: -400px; /* Start off-screen */
    top: 0;
    width: 385px;
    height: 100%;
    background-color: #fefefe;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease; /* Smooth transition */
    z-index: 1000;
}
.side-panel.active {
    right: 0; /* Slide in */
}
.side-panel-content {
    padding: 20px;
}
.close-panel {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
/* --- Logout Popup Styles --- */
#logoutOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

#logoutOverlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Popup box */
.logout-popup {
  background: #fff;
  padding: 30px 40px;
  border-radius: 16px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
  animation: popupFadeIn 0.35s ease forwards;
}

@keyframes popupFadeIn {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.logout-popup h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
  font-weight: 600;
}

/* Buttons */
.logout-popup .popup-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.logout-popup button {
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.logout-popup button#confirmLogout {
  background-color: #e74c3c;
  color: white;
}

.logout-popup button#confirmLogout:hover {
  background-color: #c0392b;
}

.logout-popup button#cancelLogout {
  background-color: #6c757d;
  color: white;
}

.logout-popup button#cancelLogout:hover {
  background-color: #5a6268;
}

/* Optional: Prevent body scroll when popup open */
body.no-scroll {
  overflow: hidden;
}
#gallery-upload-outer {
  display: flex;
  flex-wrap: wrap; /* ✅ allows images to wrap to new line */
  gap: 30px; /* spacing between slots */
  justify-content: flex-start;
}

#gallery-upload-outer .drop-slot {
  flex: 0 0 calc(20% - 10px); /* ✅ 5 items per row (100% ÷ 5) - gap */
}

.policy-right h6{
    font-size: 16px;
    color: black;
    font-weight: 500;
}
.policy-right ul{
  list-style: disc;
  margin-left: 25px;
}
.no-orders-btn{
    display: inline;
}
.no-bids-message{
     margin-bottom: 30px;
}
/* ===== Stock Status Styling ===== */
.status-published {
    background-color: #C8FACC;
    color: #0B7A0B;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
}

.status-pending{
    background-color: #FCA5A5;
    color: #991309;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid #FCA5A5;
}
.status-draft {
    background-color: #FCD34D;
    color: #7D4300;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    display: inline-block;
    border:1px solid #FCD34D;
}


.form-message {
  margin-top: 15px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 16px !important;
  text-align: center;
  display: block;
}
#productForm .error-message {
    display: block;
    min-height: 16px;      /* Reserve space so layout doesn't jump */
    margin-top: 3px;
    color: #D32F2F;        /* Red color */
    font-size: 13px;
    line-height: 1.2;
}

/* Remove default spacing on gallery & image errors */
#product-image + .error-message,
#gallery-upload-outer + .error-message {
    margin-top: 20px;
    display: flex;
    font-size: 14px;
}
.add-product-details-form .error-message{
     font-size: 14px;
}
.vendor-row .admin-Status .Freeze{
    background-color: orange;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
    color: white;
    padding: 7px 24px !important;
}
.vendor-row .admin-Status .Suspend{
    background-color: red;
    font-weight: 600;
    border-radius: 3px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 11px;
    display: inline-block;
    font-weight: 500;
    color: white;
}
#vendor-search{
    border-left: none !important;
}
.vendor-fillter-outer select{
    font-size: 12px;
    border: 1px solid #D1D5DB;
    padding: 13px 10px;
    width: 200px;
}
.input-error {
    border: 1px solid red !important;
}
.empty-upload{
    flex-direction: column;
    row-gap: 10px;
    align-items: self-start;
}
#negotiate-form .form-group{
    row-gap: 5px;
}

#negotiate-form .form-group + .form-group{
    margin-top: 15px;
}
#submit-offer-btn{
    margin-top: 20px;
}
#counter-offer-input{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
    font-size: 14px;
    color: #333;
}
.accepted-msg {
    color: #2ca02c;
    font-weight: 600;
}

.rejected-msg {
    color: #d63031;
    font-weight: 600;
}
.user-input-error{
    border: none !important;
    margin-top: 0px;
}
.user-saveProfileBtn{
    margin-top: 0px !important;
}
.vendor-sign-up-popup {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.vendor-sign-up-popup.expanded {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vendor-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.vendor-popup-box {
    position: relative;
    background: #fff;
    padding: 25px;
    width: 360px;
    border-radius: 8px;
    z-index: 2;
}
#vendor-shipping-form button{
    margin-top: 25px;
}
.vendor-popup-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.popup-open {
    overflow: hidden;
}
.bid-message h6 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
/* Wrapper */
.sort-wrapper {
    position: relative;
    display: inline-block;
}

/* Select */
.sort-dropdown {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: transparent;
    border: none;
    outline: none;

    font-size: 22px;
    font-weight: 500;
    color: #222;
    cursor: pointer;

    /* KEY FIX */
    padding-right: 32px;      /* Reserve space for arrow */
    padding-left: 0;
    white-space: nowrap;      /* Prevent wrapping */
}

/* Custom Arrow */
.sort-wrapper::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 50%;

    width: 8px;
    height: 8px;

    border-right: 2px solid #222;
    border-bottom: 2px solid #222;

    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

/* Mobile */
@media (max-width: 768px) {
    .sort-dropdown {
        font-size: 16px;
        font-weight: 400;
        padding-right: 26px;
    }

    .sort-wrapper::after {
        width: 7px;
        height: 7px;
        right: 6px;
    }
}
/* SHIPPING BLOCK */
.vendor-order-details-block {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.vendor-order-details-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1e1e1e;
}



/* FULL WIDTH ELEMENT */
/* =========================================
   SHIPPING CARD
========================================= */
.vendor-order-details-block {
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    /* margin-top: 30px; */
}

.vendor-order-details-block h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #1e1e1e;
}


/* =========================================
   FORM GRID LAYOUT
========================================= */


/* Full width items (button + messages) */
.full-width {
    grid-column: 1 / -1;
}


/* =========================================
   LABEL
========================================= */
#shipping-form-wrapper label,
#shipping-edit-mode label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}
#vendor-shipping-form .form-error , #vendor-shipping-form .form-success{
    margin-top: 15px;
}

/* =========================================
   INPUT & SELECT
========================================= */
#shipping-form-wrapper input,
#shipping-form-wrapper select,
#shipping-edit-mode input,
#shipping-edit-mode select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: #fafafa;
    transition: all 0.3s ease;
}

#shipping-form-wrapper input:focus,
#shipping-form-wrapper select:focus,
#shipping-edit-mode input:focus,
#shipping-edit-mode select:focus {
    border-color: #1e4d45;
    background: #fff;
    outline: none;
}


/* =========================================
   TRACKING FIELD (WITH EYE ICON)
========================================= */
.tracking-field {
    position: relative;
}

.tracking-field input {
    padding-right: 45px;
}

.toggle-track {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    opacity: 0.6;
    transition: 0.2s ease;
}

.toggle-track:hover {
    opacity: 1;
}


/* =========================================
   BUTTON STYLE
========================================= */
.shipping-btn,
#shipping-form-wrapper button,
#shipping-edit-mode button {
    height: 48px;
    padding: 0 26px;
    background: #1e4d45;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shipping-btn:hover,
#shipping-form-wrapper button:hover,
#shipping-edit-mode button:hover {
    background: #163b35;
}

#shipping-edit-mode button {
    width: 220px;
}


/* =========================================
   SUCCESS / ERROR MESSAGE
========================================= */
.form-error,
.form-success {
    font-size: 14px;
    padding: 10px 14px;
    border-radius: 6px;
}

.form-error {
    background: #ffecec;
    color: #d60000;
}

.form-success {
    background: #e9f9f0;
    color: #1e7e34;
}


/* =========================================
   VIEW MODE LIST STYLE
========================================= */
.shipping-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shipping-details li {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
}

.shipping-details li p:first-child {
    color: #777;
    font-weight: 500;
}

.shipping-details li p:last-child {
    font-weight: 600;
    color: #1e1e1e;
}


/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 768px) {
    #shipping-form-wrapper form,
    #shipping-edit-mode form {
        grid-template-columns: 1fr;
    }

    #shipping-edit-mode button {
        width: 100%;
    }
}
.order-list-outer .order-details{
      padding-left: 0px;
      border: none;
}
.track-btn {
    background: #1e4d45;
    color: #fff;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s ease;
}

.track-btn:hover {
    background: #163b35;
}
.track-item{
    display: flex;
    justify-content: space-between;
}
.track-item .secondary-btn-two{
 border: 1px solid #090909;
}