.cs-dropdown-filter {
    margin: 30px 0 0 0;
}

.cs-dropdown-filter select {
    margin: 0 40px 0 8px;
}

.cs-alphabets-filter {
    display: flex;
    flex-wrap: wrap;
}

.cs-alphabets-filter span {
    flex: 1%;
    /*flex-grow: 0;     /* do not grow   - initial value: 0 */
    /*flex-shrink: 0;   /* do not shrink - initial value: 1 */
    padding: 0 1%;
    font-size: 2em;
    text-align: center;
}

.cs-alphabets-filter span a{
    color:#484848;
}

.cs_char {
    scroll-margin-top:100px;
}
/*#cs_feature_prod{
    border-bottom: 3px solid #E0E0E0;
    padding-bottom: 75px;
}*/
#cs_feature_prod:after{
    margin-bottom: 83px
}
.cs-brand:after{
    margin-bottom: 97px;
}
.cs-brand:after,
#cs_feature_prod:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #E0E0E0;
    border-radius: 20px;
    margin-top: 75px;
}
/*.cs-brand{
    border-bottom: 3px solid #E0E0E0;
    padding: 0 0 75px 0;
    margin-bottom: 96px;
}*/
.cs-brand, .cs-brand-products {
    line-height: 1.2;
    /*margin: 40px 0 40px 0;*/
}
#cs_feature_prod.cs-brand-products{
    margin-top: 0px;
}
.cs-brand-products {
    margin: 15px 20px 0 20px;
}

.cs-brand-products .cs-brand-product {
    /*flex: 1 0 25%;*/
    /*flex-grow: 0;     /* do not grow   - initial value: 0 */
    /*flex-shrink: 0;   /* do not shrink - initial value: 1 */
    margin: 10px;
}

.cs-brand-products .cs-brand-product strong{
    padding: 10px;
    width: 100%;
    color: #484848;
    display: block;
    line-height: 22px;
}
#cs_feature_prod.cs-brand-product img{
    height: 250px;
}
.cs-brand-product img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
}

/* <select> styles */
.cs-dropdown-filter select {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 20em;
    height: 3em;
    padding: 0 4em 0 1em;
    background: url(../img/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, rgb(95 95 95 / 30%) 3em, rgba(255, 255, 255, 0.2) 3em);
    border-radius: 0.7em;
    cursor: pointer;
    margin: 5px;
    max-width: 100%;
    border: 2px solid #707070;
    /* <option> colors */
}
.cs-dropdown-filter select option {
    color: inherit;
    background-color: #320a28;
    /* Remove focus outline */
}
.cs-dropdown-filter select:focus {
    outline: none;
    /* Remove IE arrow */
}
.cs-dropdown-filter select::-ms-expand {
    display: none;
}

.cs-brand-list{
    margin-top: 50px;
}
.cs-brand-products .slick-arrow{
    font-size: 0;
    padding: 8px 21px 24px 11px;
    line-height: 14px;
    border-radius: 30px;
    display: block;
    background-color: #8f8f8f;
    z-index: 9;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
}
.cs-brand-products .slick-arrow:hover,
.cs-brand-products .slick-arrow:focus,
.cs-brand-products .slick-next:focus,
.cs-brand-products .slick-next:hover,
.cs-brand-products .slick-prev:focus,
.cs-brand-products .slick-prev:hover{
    background-color: #000!important;
    border-radius: 30px!important;
}
.cs-brand-products .slick-prev{
    padding: 7px 10px 5px 7px;
}
.cs-brand-products .slick-next{
    padding: 7px 10px 5px 11px;
}
.cs-brand-products .slick-prev:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 12px solid #ffffff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    opacity: 1;
}
  
.cs-brand-products .slick-next:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 12px solid #ffffff;
    border-top: 7px solid transparent;
    border-bottom: 9px solid transparent;
    opacity: 1;
}

.slick-dots li button {
    width:10px;
    height:10px;
    background-color:#333; 
    border-radius:50%;
    font-size: 0px; /* This step is very important to hide the numbers */
    border:0;
}

.cs-brand-products.slick-slider .slick-dots li.slick-active {
    background-color: #fff !important;
}
.cs-brand-products.slick-slider .slick-dots li.slick-active button{
    background-color:#1915e8;
}

.cs-brand-products .slick-dots li button::before {
    content: '';
}

.cs-brand-products .slick-dots {
    bottom: -50px;
}

.cs-brand-products .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.cs-dropship-catalog .cs-ajax-overlay.active {
    width: 100%;
    margin: 20px auto !important;
    text-align: center;
  }

@media only screen and (min-width: 1024px) {
    .desktop-hide{
        display: none!important;
    }
}
@media only screen and (max-width: 767px) {
    /*.cs-brand:after,
    #cs_feature_prod:after{
        margin: 25px 0 33px 0;
    }*/
    .cs-brand-products .slick-next.slick-arrow,
    .cs-dropship-catalog .slick-next{
        right: 10px;
    }
    .cs-brand-products .slick-prev.slick-arrow,
    .cs-dropship-catalog .slick-prev{
        left: 10px;
    }
    .cs-brand-products{
        margin: 15px 0px 0 0px;
    }
}
@media only screen and (max-width: 600px) {
    .cs-alphabets-filter{
        display: none;
    }
    .cs-dropdown-filter{
        text-align: center;
        margin-top: 0px;
    }
    .cs-dropdown-filter select{
        font-size: 12px;
        width: 14em;
        padding: 0 0.5em 0 0.5em;
    }
}