/* malls */
.malls{
    width: calc(100% - 330px);
}

.malls .malls-content{
    padding: 66px 0 0 64px;
}

.malls .malls-content .malls-content-header{
    opacity: 0.44;
    font-size: 26px;
    color: #4A4A4A;
    font-weight: bold;
    margin-bottom: 11px;
}

.malls .malls-content .malls-desc-title{
    font-size: 24px;
    color: #754EBE;
    font-weight: bold;
    margin-bottom: 11px;
}

.malls .malls-content .malls-desc{
    font-size: 20px;
    color: #4A4A4A;
    margin-bottom: 11px;
    padding: 0 60 0 0;
}

.malls .malls-content .malls-content-item{
    margin-bottom: 59px;
    position: relative;
}

.malls .malls-content .malls-content-item .malls-content-item-title{
    font-size: 35px;
    color: #754EBE;
    letter-spacing: 0.7px;
    font-weight: bold;
    margin-bottom: 17px;
}
.malls .malls-content .malls-content-item .malls-content-item-card-list::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.malls .malls-content .malls-content-item .malls-content-item-card-list{
    display: flex;
    padding-bottom: 15px;
    overflow-x: auto;
    /* max-width: calc(100% - 640px); */
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    padding: 15px 15px;
}

.malls .malls-content .malls-content-item .malls-content-item-card{
    background: #FFFFFF;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.20);
    margin-right: 19px;
    width: 463px;
    height: 315px;
    cursor: pointer;
}
.malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-img{
    width: 463px;
    height: 190px;
    box-shadow: 0 2px 4px 0 rgba(108,105,105,0.15);
    text-align: center;
}

.malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-img >img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-title{
    font-size: 23px;
    color: #754EBE ;
    letter-spacing: 0.46px;
    font-weight: bold;
    padding: 8px 0 0 19px;
    margin-top: 20px;
}
.malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-subtitle{
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0.32px;
    padding: 8px 0 16px 19px;
}

.malls .mall-right{
    position: absolute;
    right: 0;
    top: 67px;
    background-image: linear-gradient(to right, rgba(255,255,255,0.00) 0%, #FFFFFF 87%);
    height: 323px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
}
.malls .mall-right .mall-right-img{
    height: 36px;
    cursor: pointer;
}


.malls .mall-left{
    position: absolute;
    left: 0px;
    top: 67px;
    background-image: linear-gradient(to left, rgba(255,255,255,0.00) 0%, #FFFFFF 87%);
    height: 323px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98px;
}
.malls .mall-left .mall-left-img{
    height: 36px;
    cursor: pointer;
}

/*selection*/
.malls .malls-selection-tool{
    display: none;
 }

@media only screen and (max-width: 650px) {
    .malls {
      width: 100%;
    }

    .malls .malls-content {
        padding: 0 0 0 10%;
    }

    .malls .malls-content .malls-desc-title{
        font-size: 22px;
        margin-bottom: 11px;
    }
    
    .malls .malls-content .malls-desc{
        font-size: 18px;
        margin-bottom: 11px;
        padding: 0 10% 0 0;
    }

    .malls  .malls-selection-tool{
        display: flex;
        flex-direction: column;
        align-items: top;
        width: 100%;
        margin-top: 20px;
        align-items: center;
        margin-bottom: 20px;
        margin-left: -5%;
    }

    .malls .malls-selection-tool .select{
        width: 90%;
        border-radius: 20px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
        color: #754EBE;
        background: #FFFFFF;
        border: 1px solid #858383;
        box-shadow: 0 2px 4px 0 rgba(108,105,105,0.15);
        padding-left: 20px;
        padding-right: 30px;
        outline: none;
        background: url("./../image/select-bar-icon.png") right center no-repeat;
        background-size: 16px auto;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .malls .malls-selection-tool .select option:hover{
        font-weight:normal;
        color: #754EBE;
        background: #754ebe50;

    }

    .malls .malls-selection-tool .select option:focus,
    option:active,
    option:checked {
        font-weight:normal;
        color: #754ebe;
    }

    .malls .malls-content .malls-content-item .malls-content-item-title {
        font-size: 24px;
        margin-bottom: 36px;
    }
    .malls .malls-content .malls-content-item .malls-content-item-card{
        height: auto;
        width: 300px;
    }

    .malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-img {
        width: 300px;
        height: 123px;
    }
    .malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-title {
        font-size: 18px;
        padding: 8px 0 0 8px;
    }
    .malls .malls-content .malls-content-item .malls-content-item-card .malls-content-item-card-subtitle {
        font-size: 16px;
        padding: 8px 0 16px 8px;
    }

    .malls .mall-right {
        height: 236px;
        width: 60px;
    }

    .malls .mall-left {
        height: 236px;
        width: 60px;
        left: -40px;
    }

    .malls .malls-content .malls-content-item .malls-content-item-card-list{
        margin-left: -30px;
    }
}
