.main-banner-container{
    margin: -20px -40px 0;
}
.position-relative{
    position: relative;
}
.clear-both{
    clear: both;
}
.s-carousel-title{
    width: 100%;
    height: 86px;
    background-color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #4F4B4B;
    line-height: 80px;
    margin: 0 auto;
}
.slide-control{
    position: absolute;
    top: 70px;
    opacity: 0.5;
}
.slide-control:hover{
    opacity: 1;
}
.slide-prev{
    left: 0;
}
.slide-next{
    right: 0;
}
.s-carousel-container {
    height: 250px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 40px;

    white-space: nowrap;

    -ms-overflow-style: none;
    scrollbar-width: none;
}
.s-carousel-container::-webkit-scrollbar {
    display: none;
}
.s-carousel-wrapper {
    min-width: 100%;
    margin-bottom: 5px;
}
.s-carousel-wrapper > div {
    max-width: 240px;
    overflow: hidden;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
  .d-block{
    display: block !important;
}
.toys-banner-container{
    margin: -20px -40px 0;
}
.p-0{
    padding: 0 !important;
}
.pl-2, .px-2 {
    padding-left: .5rem !important;
}
.pr-2, .px-2 {
    padding-right: .5rem !important;
}
.mt-1, .my-1 {
    margin-top: .25rem !important;
}
.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}
.mt-2, .my-2 {
    margin-top: .5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.pop-catgs {
    text-decoration: none;
    text-align: center;
    max-width: 230px;
    display: block;
    margin: 0 0.25rem;
    padding: 0 !important;
}
.pop-catgs > img{
    width: 180px;
    height: 180px;
}
.pop-catgs > span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    max-height: 60px;
    color: #4F4B4B;

    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    width: max(180px, 100px);
}
.text-center {
    text-align: center !important;
}

@media screen and (max-width: 764px){
    .s-carousel-title{
        font-size: max(5vw, 18px);
        line-height: calc(30px + max(5vw, 18px) * 1);
        height: calc(25px + max(5vw, 18px) * 1);
    }
    .s-carousel-sm-stretch {
        margin: 0 -17px;
    }
    .s-carousel-container {
        height: calc(max(min(25vw, 180px), 110px) + calc(max(4vw, 15px) * 2) + 5px ) !important;
        margin: 0 max(min(4vw, 40px), 30px);
    }
    .s-carousel-wrapper-16 {
        width: calc(max(min(25vw, 180px), 110px) * 17) !important;
    }
    .slide-control{
        top: 22%;
    }
    .slide-control > svg {
        height: min(10vw, 58px);
    }
    .pop-catgs {
        max-width: calc(10px + max(min(25vw, 180px), 110px)) !important;
    }
    .pop-catgs > img {
        width: max(min(25vw, 180px), 100px);
        height: max(min(25vw, 180px), 100px);
    }
    .pop-catgs > span {
        font-size: max(2.3vw, 13.8px);
        line-height: calc(8px + max(2.3vw, 10.8px));
        max-height: calc((8px + max(2.3vw, 13.8px)) * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        width: max(min(25vw, 180px), 100px);
    }
}

@media screen and (max-width: 759px){
    .main-banner-container {
        margin: -20px -20px 0;
    }
}