
.aiz-carousel.product-gallery-thumb .slick-list .slick-track {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transform: translate3d(0px, 0px, 0px);
}

.aiz-carousel.product-gallery-thumb .slick-list .slick-track .slick-slide{
    width: 60px !important;
}




.rfq-store{
    background-image: url('https://s.globalsources.com/IMAGES/website/image/home/rfq_home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    width: 100%;
    border-radius: 5px;
    padding: 20px;
    max-width: 1433px;
}
.list-custom {
    list-style-type: disc; /* Default solid circle */
    padding-left: 16px; /* Add spacing */
}
.quote{
    padding-top: 29px; /* Prevent margin collapse */
}
.qtn-btn{
    margin-top: 5px;
    margin-bottom: 5px;
}
.rfq-content{
    width: 100% !important;
}
.li-item{
    font-weight: bold;
    margin-top: 5px;
    font-size: 0.98rem;
    padding-bottom: 8px;
}
.rounded{
    border-radius: 15px !important;
}
.btn-danger{
    background: linear-gradient(90deg, #ff0000, #ff6347, #ff4500);
}
@media (max-width: 768px) {
    .rfq-store {
        padding: 15px; /* Adjust padding for smaller screens */
        height: auto;
    }
    .quote {
        margin-bottom: 20px; /* Add space between stacked elements */
    }
    .qtn-btn{
        margin-left: 5px !important;
    }
}
@media (max-width: 425px){
    .category{
        margin-bottom: 10px !important;
    }
}
@media (max-width: 1440px) {
    .rfq-store{
        max-width: 1208px;
    }
}
@media (max-width: 320px){
    .bag-select{
        width: 110% !important;
    }
}
@media (max-width: 425px){
    .get-quote{
        margin-left: 0px !important;
    }
}
@media (max-width: 768px){
    .quote-head{
        font-size: 25px !important;
    }
    .quote p{
        font-size: 12px !important;
        color:black !important;
    }
    .quote button{
        margin-top: 2px !important;
        margin-bottom: 12px !important;
    }
    .li-item{
        padding-bottom: 2px !important;
    }
}
@media (max-width: 768px) {
    .btn-quote{
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
}
@media (max-width: 425px) {
    .qtn-input{
        margin-bottom: 15px !important;
    }
}
/* rfq store old codes */

/* .rfq-store{
    background-image: url('https://s.globalsources.com/IMAGES/website/image/home/rfq_home.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    width:100%;
    border-radius: 5px;
    padding: 20px;
    max-width: 1433px;
}
.list-custom {
    list-style-type: disc;
    padding-left: 16px;
  }
  .quote{
    padding-top: 29px;
} 
.qtn-btn{
    margin-top: 5px;
    margin-bottom:5px
}
.rfq-content{
    width:100% !important;
}

.li-item{
    font-weight: bold;
    margin-top: 5px;
    font-size:0.98rem;
    padding-bottom: 8px;
}
.rounded{
    border-radius: 15px !important;
}
.btn-danger{
    background:linear-gradient(90deg, #ff0000, #ff6347, #ff4500);;
}
@media (max-width: 768px) {
    .rfq-store {
        padding: 15px;
        height: auto;
    }
    .quote {
        margin-bottom: 20px;
    }
    .qtn-btn{
        margin-left: 5px !important;
    }
}
@media (max-width :425px){
    .category{
          margin-bottom: 10px !important;
    }
}
@media (width:1440px) {
    .rfq-store{
        max-width: 1111px;
    }
}
@media (width:320px){
    .bag-select{
        width:110% !important
    }
}
@media (max-width:425px){
    .get-quote{
      margin-left:0px !important;
    }
}
@media (width:768px){
    .quote-head{
        font-size:25px !important;
    }
    .quote P{
        font-size: 12px !important;
    }
    .quote button{
        margin-top: 2px !important;
        margin-bottom: 12px !important;
    }
    .li-item{
        padding-bottom: 2px !important;

    }
}
@media (max-width:768px) {
    .btn-quote{
        padding-left:12px !important;
        padding-right: 12px !important;
    }
}
@media (max-width:425px) {
    .qtn-input{
        margin-bottom: 15px !important;
    }
} */
