.chosen-container-single .chosen-single span,.chosen-container .chosen-results li.active-result{
    font-family: font02;
}
/* .chosen-container-single .chosen-drop {
    max-height: 145px;
    overflow: auto;
} */
.chosen-container-single .chosen-search {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.partnerlist {
    background: #f7f7f7;
    transition: all .3s;
    padding: 0 0px 28px 45px;
    height: 230px !important;
    margin-top: 20px;
}
.partnerlist:hover {
    z-index: 2;
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,.3);
    box-shadow: 0 2px 20px rgba(0,0,0,.3);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.partnerlist .partnertitle {
    overflow: hidden;
    text-overflow:ellipsis; white-space: nowrap;
}
.partnerbutton .slide-more {
    float: left;
}
.partnercontent {
    height: 80px;
    overflow-x: hidden;
    overflow-y: auto;
}
.nopartner{
    display: none;
}
.nopartner.active{    
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}
.wheretobuytips{
    display: none;
}
.wheretobuytips.active{    
    display: flex;
    height: 500px;
    justify-content: center;
    align-items: center;
}
body ::-webkit-scrollbar {
    width: 3px !important;
}
body ::-webkit-scrollbar-track {
    background-color: #FFFFFF !important;
}
.slide-more.sm a{
    font-size: 18px;
    line-height: 36px;
}
@media (max-width: 1800px) {
    .partnercontent {
        height: 80px;
    }
}
@media (max-width: 1168px) {
    .partnerlist {
        height: 185px !important;
    }
}
@media (max-width: 991px) {
    .partnerbutton {
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .partnerlist {
        padding: 0 0px 8px 15px;
        margin-top: 10px;
    }
    .slide-more.sm a{
        font-size: 12px;
        line-height: 28px;
    }
    .product_design_font42 {
        font-size: 22px;
        line-height: 22px;
    }
    
    .partnerbutton {
        margin-top: 20px;
    }
}
