@media only screen and (max-width:1600px){
    .banner-content {
        max-width: 739px;
    }
}
@media only screen and (max-width:1500px){
    /* vendor dashbord  */
    .status-bar {
    margin-top: 0px;
}
}
@media only screen and (max-width:1400px){
    .banner-content {
    max-width: 725px;
    padding-left: 15px;
}
   /* vendor dashbord  */
    .status-bar {
    margin-top: -30px;
}
.vendor-dashbord-box h3 {
    font-size: 30px;
}
table.table-wrapper thead tr th {
    padding: 16px 10px;
}
table.table-wrapper tbody tr td {
    padding: 6.5px 10px;
}
}
@media only screen and (max-width:1300px){
    /* vendor dashbord  */
    .vendor-dashbord-right {
    padding: 40px 20px 50px 20px;
}
.vendor-darhbord-grid {
    gap: 15px;
}
}
@media only screen and (max-width:1199px) {
    .brand-left ul li {
        height: 120px;
    }
    .main-menu ul{
        display: none;
    }
    .header-menu-collaps{
        display: flex;
    }
    .menu-line{
        display: none;
    }
    .header-right {
    padding: 17px 0;
}
    .banner-content {
        padding-right: 20px;
    }
    .process-outer {
        padding: 40px 10px;
    }
    .process-box p {
        font-size: 14px;
    }
    .category-section-two .product-image {
        height: 410px;
    }
    .product-content h5 {
        font-size: 17px;
    }
    .heading-outer {
        margin-bottom: 30px;
    }
    .banner-image {
        height: 450px;
    }
    .category-image {
        height: 330px;
    }
    /* product details page  */
    .product_details-box-inner ul {
        column-gap: 40px;
    }
    .product_details-box-inner {
        padding: 10px;
    }
    .product-details-right {
        padding-left: 0;
    }
    /* login page  */
    .sign-up-content {
        width: 1024px;
    }
    .sign-up-left {
        width: 650px;
        padding: 30px;
    }
    .sign-up-right {
        width: 410px;
    }
    /* search page  */
    .search-page-section .product-image {
        height: 350px;
        padding: 30px;
    }
     /* vendor dashbord  */
     .vendor-dashbord-left {
    transform: translateX(-289px);
}
.vendor-dashbord-right {
    margin-left: 0;
}
.user-dashbord-collaps.vendor {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.vendor-heading>.title {
    margin-left: 70px;
}
.vendor-dashbord-left.expanded {
    transform: translateX(0);
}
.filter-toggler.vendor {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 32px;
    right: 15px;
}
.filter-toggler.vendor 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);
}
.filter-toggler.vendor span:nth-child(2){
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* vendor dashbord  */
.ongoing-content {
    padding: 50px 30px;
    margin: 20px;
}
}
@media only screen and (max-width:991px){
    .brand-left ul li img {
        height: auto;
        width: 130px;
    }
    .brand-left ul li {
        height: 80px;
    }
    .header-search .search-form form .form-control {
        width: 220px;
    }
    .banner-content {
        padding-top: 50px;
        padding-bottom: 50px;
              max-width: 100%;
    }
    .banner-content-outer {
    margin-right: 0;
}
    .banner-image {
        height: auto;
    }
    .category-outer {
        flex-wrap: wrap;
    }
    .category-box:first-child {
        width: 100%;
    }
    .category-box {
        width: 49%;
    }
    .process-outer {
        row-gap: 20px;
        padding: 40px ;
    }
    .process-box {
        justify-content: flex-start;
    }
    .best-bid-section .image {
        width: 40%;
    }
    .cta-content {
        padding-left: 15px;
    }
    .watches-content {
        width: 90%;
    }
   .cta-content-two {
    padding: 50px 0 50px 100px;
}
    .footer-contact {
        margin-left: 0;
    }
    .cta-image {
    height: 100%;
}
/* product details page  */
.product_details-box-inner ul {
    column-gap: 70px;
}
/* login page  */
    .sign-up-content {
        width: 764px;
        height: 100vh;
    }
    .sign-up-left {
        width: 100%;
    }
    .sign-up-right {
        display: none;
    }
    /* search page  */
    .search-page-section .product-image {
        height: 400px;
    }
   .search-filter {
        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;
    }
     .search-filter.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: all 0.5s;
    }
    .search-filter-inner {
        width: 100%;
        max-width: 330px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
        height: 100%;
        background-color: #fff;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 30px 15px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: all 0.5s;
    }
    .search-filter.expanded .search-filter-inner  {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: all 0.5s;
    }
    .fillter-header{
        display: block;
    }
    .filter-block .filter-title h4 {
        font-size: 20px;
    }
    .filter-toggler {
        width: 25px;
        height: 25px;
        display: block;
        position: absolute;
        top: 42px;
        right: 15px;
    }
    .filter-toggler 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);
    }
    .filter-toggler span:nth-child(2) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    /* dashbord page  */
    .user-dashbord-left {
        position: fixed;
        z-index: 991;
        top: 0;
        left: 0;
        width: 300px;
        height: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transform-origin: left center;
        transition: all 0.5s;
        visibility: hidden;
        z-index: 999999;
        background-color: #fff;
        padding: 42px 15px;
    }
    .user-dashbord-left.expanded {
        opacity: 1;
        transform: translateX(0%);
        visibility: visible;
        transition: all 0.5s;
    }
    .user-dashbord-left ul li a {
        padding: 8px 0;
    }
    .user-dashbord-section {
        padding: 50px 0;
    }
    .user-dashbord-collaps{
        display: flex;
    }
    .user-dashbord-left ul {
        border-right: none;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
            scrollbar-width: none;
    }
    /* vendor dashbord  */
    .vendor-dashbord-box-outer {
    flex-wrap: wrap;
    row-gap: 20px;
}
.vendor-dashbord-box {
    flex: none;
    width: 48%;
}
.vendor-darhbord-grid-item {
    grid-column: span 12 !important;
}
.status-chart-top {
    width: 400px;
}
.vendor-heding-end {
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: end;
}
.vendor-search {
    order: 3;
    width: 360px;
}
.vendor-product-list {
    flex-direction: row-reverse;
    padding-left: 100px;
}
.vendor-product-list .vendor-search {
    margin-right: 0;
}
table.order-list thead tr th{
    min-width: 220px;
}
table.order-list thead tr th:nth-child(2){
    min-width: 120px;
}
table.order-list thead tr th:nth-child(3){
    min-width: 160px;
}
table.order-list thead tr th:nth-child(4){
    min-width: 170px;
}
table.order-list thead tr th:nth-child(5){
    min-width: 130px;
}
table.order-list thead tr th:nth-child(6){
    min-width: 140px;
}
table.order-list thead tr th:nth-child(7){
    min-width: 140px;
}
.vendor-order-details-left {
    width: 100%;
}
.vendor-order-details-right {
    width: 100%;
}
}
@media only screen and (max-width:768px){
    .banner-slider-lower {
        margin-top: auto;
        margin-bottom: 160px;
    }
    .brand-left ul {
        padding: 30px 0;
    }
    .header-right ul li:nth-child(2),.header-right ul li:nth-child(3){
        display: none;
    }
    .header-search .search-form p{
        display: none;
    }
    .best-bid-section .image {
        width: 0;
    }
    .arrival-section {
        padding: 40px 0 50px;
    }
    .best-bid-section {
        padding: 40px 0;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px !important;
        line-height: 42px;
    }
    .best-bid-content h3 {
        font-size: 30px;
        line-height: 42px;
        font-weight: 500;
    }
    .barnd-section {
        padding: 50px 0;
    }
    .product-section {
        padding-bottom: 50px;
    }
    .category-section-two {
        padding: 50px 0;
    }
    .cta-image {
        display: none;
    }
    .cta-content {
        padding: 50px 15px;
        margin: 0;
    }
    .watches-section {
    padding: 50px 0;
}
.watches-section {
    padding: 50px 0;
}
.cta-shape-two {
    right: 0;
    left: auto;
}
.watch-section-two {
    padding: 50px 0;
}
.footer-top-right {
    flex-shrink: 0;
}
.image {
    height: 300px;
}

.image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.category-content-three {
    left: 30px;
}
.footer-top {
    column-gap: 15px;
}
.cta-content-two {
    padding: 50px 0 50px 15px;
}
.trending-section {
    padding: 50px 0;
}
/* product details page  */
.product_details-box-inner ul {
    column-gap: 40px;
}
.product-Description-section {
    padding: 0;
}
.featured-section {
    padding: 50px 0 50px;
}
/* search page  */
    .search-page-section {
        padding: 30px 0 50px;
    }
/* dashbord page  */
.details-grid {
    grid-template-columns: repeat(3, 1fr);
}
.user-name h5 {
    font-size: 20px;
}
.whishlist-tab-topbar {
    flex-direction: column-reverse;
}
.nav-pills {
    column-gap: 20px;
}
.order-product {
    flex-shrink: 0;
    width: 80px;
}
.order-left {
    column-gap: 10px;
     flex-shrink: 0;
        width: 300px;
}
.order-details h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.order-details  span {
    font-size: 14px;
    margin-bottom: 0;
}
.order-item {
    column-gap: 10px;      
}
.order-right p {
    font-size: 10px;
}
.add-card-form .form-group-outer .form-group, input#card-number {
    width: 100%;
}
input#Expiry-Month, input#Expiry-Year {
    width: 100%;
}
.add-card-form .form-group-outer:last-child .form-group {
    width: 48%;
}
/* vendor dashbord  */
.vendor-search {
    width: 260px;
}
.status-chart-top {
    width: 310px;
}
.vendor-darhbord-table {
    overflow-x: scroll;
}
table.table-wrapper tbody tr td.product {
    min-width: 260px;
}
table.table-wrapper tbody tr td.sku-id {
    min-width: 180px;
}
table.table-wrapper tbody tr td.Quantity, table.table-wrapper tbody tr td.Status{
    min-width: 150px;
}
table.table-wrapper tbody tr td.Action{
    min-width: 100px;
}
.vendor-filter-bar form {
    flex-wrap: wrap;
    row-gap: 12px;
}
.vendor-order-details-left table.table-wrapper thead tr th{
    min-width: 220px;
}
.vendor-order-details-left table.table-wrapper thead tr th:nth-child(2){
    min-width: 100px;
}
.vendor-order-details-left table.table-wrapper thead tr th:nth-child(3){
    min-width: 100px;
}
.vendor-order-details-left table.table-wrapper thead tr th:nth-child(4){
    min-width: 170px;
}
.vendor-order-details-left table.table-wrapper thead tr th:nth-child(5){
    min-width: 120px;
}
table.negotiations thead tr th:nth-child(2) {
    min-width: 130px;
}
table.negotiations thead tr th:nth-child(3) {
    min-width: 100px;
}
table.negotiations thead tr th:nth-child(4) {
    min-width: 100px;
}
table.negotiations thead tr th:nth-child(5) {
    min-width: 110px;
}
table.negotiations thead tr th:nth-child(6) {
    min-width: 160px;
}
.negotiations-status {
    column-gap: 20px;
}
.vendor-tab .nav-pills {
    flex-wrap: wrap;
    row-gap: 10px;
}
.vendor-tab .nav-pills li {
    flex: none;
}
.vendor-tab .nav-pills button {
    padding: 4px 15px !important;
}
.vendor-heading {
    margin-bottom: 20px;
}
.profile-block-form .profile-form-outer {
    flex-wrap: wrap;
}
/* user dashbord  */
.bid-item {
    padding: 20px
}
.bid-title-box h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.bid-title-box p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.bid-title-box span {
    font-size: 16px;
    margin-top: 0;
}
.bid-vendor-box h6 {
    font-size: 18px;
    margin-bottom: 16px;
}
span.vendor-price {
    font-size: 18px;
    padding: 10px 18px;
}
.user-dashbord-left ul li {
    padding: 3px 0;
}
.user-dashbord-left ul li ul {
    row-gap: 3px;
    padding-top: 0px;
}
.bid-left .title p {
    font-size: 16px;
    margin-bottom: 0;
}
.bid-left p {
    font-size: 16px;
}

}
@media only screen and (max-width:600px){
    /* product details page  */
    .product_details-box-inner ul li {
        width: 100%;
    }
    .product_details-box-inner ul::after{
        display: none;
    }
    .bid-popup-content {
        width: 330px;
    }
    .bid-popup-right {
        padding: 40px;
    }
    .bid-popup-left {
        padding: 0 10px;
    }
    .bid-popup-right h4 {
        font-size: 24px;
    }
    .bid-popup-right p {
        font-size: 22px;
    }
    /* vendor dashbord  */
    .vendor-heading {
    flex-wrap: wrap;
    row-gap: 15px;
}
.vendor-heding-end {
    flex-wrap: wrap;
    order: 3;
    width: 100%;
}
.vendor-search {
    width: 100%;
}
.vendor-dashbord-box {
    padding: 15px;
}
.vendor-dashbord-box-outer {
    gap: 10px;
}
.user-dashbord-collaps.vendor {
    position: relative;
    top: 0;
    transform: translateY(-0%);
    order: 2;
}
.vendor-heading {
    column-gap: 20px;
    justify-content: space-between;
}
.vendor-heading>.title {
    margin-left: 0px;
    order: 1;
}
.vendor-darhbord-grid-item {
    padding: 12px;
}
.vendor-dashbord-right {
    padding: 40px 12px 50px 12px;
}
.vendor-product-list {
    padding-left: 0px;
}
.user-dashbord-collaps.vendor {
    top: 42px;
}
.vendor-heading.no-title {
    margin-top: -40px;
}
.profile-block-form .profile-form-outer .profile-form-inner {
    flex-wrap: wrap;
    row-gap: 16px;
}
.profile-block-form .profile-form-outer {
    row-gap: 16px;
    margin-bottom: 16px;
}
.text-block p {
    font-size: 14px;
}
}
@media only screen and (max-width:576px){
    .banner-content {
    padding-left: 15px;
}
p.lead {
    font-size: 16px;
    font-weight: 400;
}
.process-outer {
    padding: 20px;
}
.process-box span {
    height: 40px;
    width: 40px;
    border: 2px solid #3B4E4C;
    font-size: 26px;
}
.process-box h4 {
    font-size: 16px;
}
.process-box p {
    font-size: 11px;
}
.offer-box {
    padding-left: 18px;
    width: 370px;
}
.banner-slider-lower h2 {
    padding-left: 0;
    font-size: 40px;
}
.banner-slider-box .custom-dot button {
    padding: 5px 13px;
    font-size: 20px;
}
.banner-slider-box .custom-dot {
    bottom: 97px;
}
/* product details page  */
.product-lower {
    flex-wrap: wrap;
}
.product-lower .product-lower-box {
    flex: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    column-gap: 15px;
    width: 100%;
        text-align: start;
}
.product-lower .product-lower-box span{
    margin: 0;
    flex-shrink: 0;
}
.product-lower .product-lower-box::after{
    display: none;
}
.delivery-box-two ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 18px;
}
/* login page  */
.tab-button button {
    padding: 10px 45px;
}
.form-group-outer {
    flex-wrap: wrap;
    row-gap: 12px;
}
.other-login-option {
    flex-wrap: wrap;
    row-gap: 10px;
}
.otp-input-wrapper {
    column-gap: 10px;
}
/* search page  */
.search-page-section .product-image {
    height: 370px;
}
/* dashbord page  */
.details-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.details-grid-item {
    padding: 12px;
}
.user-info img.user-img {
    width: 115px;
    height: 115px;
}
.whishlist-tab .product-box .product-image {
    height: 230px;
    padding: 40px;
}
.whishlist-btn-outer .secondary-btn-two {
    padding: 10px 15px;
    font-size: 14px;
}
/* vendor dashbord  */
.vendor-dashbord-box h3 {
    font-size: 24px;
}
.vendor-dashbord-box h5 {
    font-size: 14px;
}
}
@media only screen and (max-width:479px){
.header-search {
    position: absolute;
}
/* search page  */
.search-page-section .product-image {
    height: 260px;
}
/* user dashbord  */
.bid-top {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
}
}

@media only screen and (max-width:1199px){
    .vendor-heading.admin .vendor-heding-end {
    margin-left: 100px;
}
}
@media only screen and (max-width:991px){
    .vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item:nth-child(2), .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 6 !important;
    }
    canvas#status_Chart {
    height: 200px !important;
    width: 200px !important;
    margin: auto;
}
.vendor-darhbord-grid.admin-flow .status-chart-top {
    width: auto;
}
.vendor-heading.admin .vendor-heding-end {
    margin-left: 0px;
}
}
@media only screen and (max-width:768px){
    .order-details-content {
    max-width: 375px;
    padding: 20px 20px;
}
.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: 100px;
}
}
@media only screen and (max-width:650px){
    .vendor-darhbord-grid.admin-flow .vendor-darhbord-grid-item:nth-child(2), .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 12 !important;
    }
}
@media only screen and (max-width:600px){
    .vendor-heading>.title {
    margin-left: 0px;
    order: 1;
    width: 100%;
    margin-bottom: -35px;
}
.vendor-heading.admin {
    margin-top: -40px;
}
.vendor-heading.admin .user-dashbord-collaps.vendor {
    top: 47px;
}
}
@media only screen and (max-width:500px){
    .pasentage-box-outer {
    bottom: 10px;
    right: 10px;
}
.search-product-box {
    width: 310px;
}
.admin-flow .vendor-dashbord-box .title {
    margin-bottom: 40px;
}
}
@media (max-width: 992px) {
  #gallery-upload-outer .drop-slot {
    flex: 0 0 calc(25% - 10px); /* 4 per row */
  }
}
@media (max-width: 768px) {
  #gallery-upload-outer .drop-slot {
    flex: 0 0 calc(33.33% - 10px); /* 3 per row */
  }
}
@media (max-width: 576px) {
  #gallery-upload-outer .drop-slot {
    flex: 0 0 calc(50% - 10px); /* 2 per row */
  }
}
