
.nav-item:hover{
    background-color:#cd9810;
    border-radius: 5px;
}

#content{
    min-height: 470px;
}

#menu .navbar-nav {
    gap:45px;
}

#menu .nav-link{
    font-family:cursive;
}
@media (min-width: 355px) and (max-width: 768.98px) {
    #menu .navbar-nav {
    gap:10px;
}
    
}


#menu #category {
    padding-right: 10px;
}

#product-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}

#product-list .col {
  padding: 0.5rem;
  flex: 0 0 auto;
  display: flex;           
}

#product-list .col > form {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;            
}

#product-list .product-thumb {
  flex-grow: 1;            
  display: flex;
  flex-direction: column;
}

#product-list .content {
  flex-grow: 1;           
}
.container > .mb-5{
    margin-bottom: 1rem !important;
}
.product-thumb {
    border: 1px solid #cd9810;
    border-radius: 8px;
    padding: 1rem;
}
.allseller .caption {
    
    border-top: 1px solid #cd9810;

}
.btn-success{
    
    background-image: linear-gradient(to bottom, #cd9810, #cd9810);
    
}

.caption>h4>a{
    color: #cd9810;
}

@media (min-width: 630px) {
    .row-cols-xl-3 > * {
        flex: 1 0 auto;
        width: 33.3333333333%;
    }
}
@media (max-width: 615px) {
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 100%;
    }
}

/* Responsive */

@media (max-width: 575.98px) {
  #product-list .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #product-list .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #product-list .col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 1200px) {
  #product-list .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 767px) {
    .vendor_profile .profile {
        display: none;
    }
}
.allseller .image .smalimage{
    display: none;
}

.vendor_profile .profile{
    display: none;
}

/*.disabled-vendor {*/
/*  pointer-events: none;*/
/*  cursor: not-allowed;*/
/*  opacity: 0.5;*/
/*  text-decoration: none;*/
/*}*/