.shopping{
    width: 100%;
}

.shopping .shopping-content{
    padding: 41px 0 0 91px;
    min-width: 1100px;
    width: 100%;
}

.shopping .shopping-content  .search-tool{
    display: flex;
    align-items: top;
    min-width: 600px;
    max-width: cal(100% - 318);
    padding-right: 90px;
}

.shopping .shopping-content  .search-tool .shopping-malls-selection{
    display: none;
}

.shopping .shopping-content .search-tool .select{
    border-radius: 20px;
    height: 40px;
    font-size: 14px;
    margin-left: 19px;
    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;
}


.shopping .shopping-content .search-tool .select-dropdown-menu{
    top: auto;
    left: 18px;
}
.shopping .shopping-content .search-tool .select-dropdown-menu li > a{
    color: #754ebe;
    line-height: 2;
}


.shopping .shopping-content .search-tool >.dropdown>.dropdown-menu > li > a:hover,
.shopping .shopping-content .search-tool >.dropdown>.dropdown-menu > li > a:focus{
    background-color: #754ebe50 !important;
}
.shopping .shopping-content .search-tool >.dropdown>.dropdown-menu{
    border-radius: 20px;
}

.shopping .shopping-content .search-tool .select option:hover{
    font-weight:normal;
    color: #754EBE;
    background: #754ebe50;

}

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


.shopping .shopping-content  .search-tool .search-bar{
    /* min-width: 500px; */
    border-radius: 40px;
    height: 40px;
    border: 1px solid #754EBE;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}



.shopping .shopping-content  .search-tool .search-bar input{
    padding: 10px;
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0.28px;
    border: none;
    /* min-width: 840px; */
    background-color: transparent;
    outline: none;
    margin-left: 20px;
    margin-right: 20px;
    flex-grow: 1;
}

.shopping .shopping-content  .search-tool .search-bar input ::placeholder {
    opacity: 0.29;
    color: #4a4a4a;

  }

.shopping .shopping-content  .search-tool .search-bar img{
    margin-right: 20px;
    height: 20px;
    min-width: 20px;
    cursor: pointer;
}

.shopping .shopping-content .shopping-content-header{
    font-size: 32px;
    color: #754EBE;
    font-weight: bold;
    margin-bottom: 21px;
}
.shopping .shopping-content .shopping-content-sub-title{
    font-size: 20px;
    color: #1B1B1B;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 18px;
    font-weight: bold;
}

.shopping .shopping-content .shop-row{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(463px, 480px));
    grid-column-gap: 20px;
    grid-row-gap: 20px;

}
.shopping .shopping-content .shop-row:before{
    display: none;
}


.shopping .shopping-content .shop{
    /* min-width: 463px;
    max-width: 480px; */
    width: 100%;
    height: 100%;
    min-height: 314px;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.20);
    position: relative;
    /* display: inline-block; */
    overflow: hidden;
    padding: 0 0 15px 0;
    vertical-align:top;
    cursor: pointer;
}

.shopping .shopping-content .shop .shop-banner{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.shopping .shopping-content .shop .shop-logo{
    width: 97px;
    height: 97px;
    position: absolute;
    right: 36px;
    top: 150px;
    border-radius: 8px;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.40);
    background-color: #FFFFFF;
}

.shopping .shopping-content .shop .shop-name{
    font-size: 18px;
    color: #754EBE;
    letter-spacing: 0.36px;
    margin-left: 20px;
    max-width: calc(100% - 150px);
    margin-top: 14px;
    font-weight: bold;
}

.shopping .shopping-content .shop .shop-info-container{
    width: 320px;
    margin-left: 20px;
    margin-top: 12px;
}

.shopping .shopping-content .shop .shop-info-container .shop-info{
   display: inline-flex;
   margin-right: 10px;
   margin-bottom: 10px;
}

.shopping .shopping-content .shop .shop-info-container .shop-info .info-icon{
    height: 16px;
    margin-right: 10px;
}

.shopping .shopping-content .shop .shop-info-container div{
    font-size: 14px;
    color: #4A4A4A;
    letter-spacing: 0.28px;
}

.shopping .shopping-content .shop .buttons{
    position: absolute;
    bottom: 16px;
    right: 18px;
}

.shopping .shopping-content .shop .buttons img{
    width: 34px;
    height: 34px;
    margin-left: 8px;
    cursor: pointer;
}

/*popup window*/
.popup-container{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    display: none;
    text-align: left;
    overflow: auto;
}

.popup-container-active{
    display: flex;
}

.popup-container .popup-sub-container{
    background-color: #FFF;
    width: 40%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    position: relative;
    max-height: 80%;
    margin-top: 5%;
    overflow-y: auto;
    min-width: 400px;

}
.popup-container .popup-sub-container .shop-lower-container{
    display: flex;
    padding: 40px;
    position: relative;
    flex-grow: 1;
}


.popup-container .popup-sub-container .shop-banner{
    width: 100%;
    height: auto;
    /* max-height: 400px; */
    object-fit: contain;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.3);
}

.popup-container .popup-sub-container .default-height{
    height: 300px;
    background-color: #D8D8D8;
    width: auto;
}

.popup-container .popup-sub-container .shop-lower-container .shop-logo-container .shop-logo{
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.3);
    height: 100px;
    width: 100px;
    min-width: 100px;
    object-fit: contain;
    border-radius: 8px;
}
.popup-container .popup-sub-container .shop-lower-container .shop-logo-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    margin: 0 0 20px 0;
}

.popup-container .popup-sub-container .shop-lower-container .shop-logo-container .buttons img{
    width: 40px;
    height: 40px;
    margin: 20px 5px 5px 5px;
    cursor: pointer;
}

.popup-container .popup-sub-container .shop-lower-container .shop-info-container{
    flex-grow: 1;
}

.popup-container .popup-sub-container .shop-lower-container .shop-info-container .shop-name{
    color: #754EBE;
    font-size: 26px;
    letter-spacing: 0.52px;
    font-weight: bold;
}

.popup-container .popup-sub-container .shop-lower-container .shop-info-container .shop-info{
    font-size: 18px;
    color: #4A4A4A;
    letter-spacing: 0.28px;
    display: flex;
    margin-top: 16px;
    align-items: center;
}

.popup-container .popup-sub-container .shop-lower-container .shop-info-container .shop-info .info-icon{
    height: 16px;
    margin-right: 10px;
}

/* .popup-container .popup-sub-container .shop-lower-container .shop-info-container .shop-info div{
} */

.popup-container .popup-sub-container .shop-desc{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.28px;
    line-height: 24px;
    margin: 0px 40px 20px 40px;
}

.hide{
    display: none;
}

.shopping .shopping-content .search-tool .dropdown  .dropdown-menu{
    padding: 0px 0;
}
.shopping .shopping-content .search-tool .dropdown .checked{
    background-color: #754ebe50;
}

.shopping .shopping-content .search-tool .dropdown .select-dropdown-menu li:first-child{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}


.shopping .shopping-content .search-tool .dropdown .select-dropdown-menu li:last-child{
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
@media only screen and (max-width: 650px){
    .shopping {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
    }
    .shopping .shopping-content{
        min-width: auto;
        width: 100%;
        padding: 0;
    }

    .shopping .shopping-content .shopping-content-header {
        font-size: 26px;
        margin-top: 20px;
    }
    .shopping .shopping-content .shop-row{
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 300px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
   
    .shopping .shopping-content .shop-row{
        margin: 10px 0;
    }
    .shopping .shopping-content  .search-tool{
        display: flex;
        min-width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .shopping .shopping-content .shopping-content-sub-title{
       margin-top: 20px;
    }
    

    .shopping .shopping-content  .search-tool .shopping-malls-selection{
        display: inline;
    }

    .popup-container .popup-sub-container{
        min-width: 90%;
    }

    .shopping .shopping-content  .search-tool .search-bar{
        width: 80%;
        margin: 10px 20px;
    }

    .shopping .shopping-content .search-tool .select{
        margin: 10px 20px;
        width: 80%;
    }


    .shopping .shopping-content .shop{
        width: 80%;
        height: auto;
        min-width: auto;
        margin-right: 0;
        padding: 0;
        min-height: 240px;
        margin: 10px 0;
    }

    .shopping .shopping-content  .search-tool .search-bar input{
        margin-left: 5px;
        margin-right: 5px;
    }

    .shopping .shopping-content .shop .shop-logo{
        width: 60px;
        height: 60px;
        right: 16px;
        bottom: 0;
        top: 110px;
    }

    .shopping .shopping-content .shop .shop-banner{
        width: 100%;
        height: 150px;
        object-fit: contain;
    }

    .shopping .shopping-content .shop .shop-name{
        font-size: 16px;
        max-width: calc(100% - 110px);
        text-align: left;
    }

    .shopping .shopping-content .shop .shop-info-container{
        width: calc(100% - 110px);
        text-align: left;
    }


    .shopping .shopping-content .shop .buttons{
        bottom: 10px;
        right: 18px;
    }

    .shopping .shopping-content .shop .buttons img{
        width: 28px;
        height: 28px;
        margin-left: 8px;
    }

    .popup-container .popup-sub-container .shop-lower-container{
        padding: 20px;
    }

    .popup-container .popup-sub-container .shop-lower-container .shop-logo-container{
        min-width: 80px;
        margin: 0 0 10px 0;
        justify-content: flex-start;
  }

    .popup-container .popup-sub-container .shop-lower-container .shop-logo-container .shop-logo{
        height: 60px;
        width: 60px;
        min-width: 60px;
        border-radius: 4px;
    }

    .popup-container .popup-sub-container .shop-lower-container .shop-logo-container .buttons img{
        width: 28px;
        height: 28px;
        margin: 10px 2px 2px 2px;
    }

    .popup-container .popup-sub-container .shop-lower-container .shop-info-container .shop-name{
        color: #754EBE;
        font-size: 20px;
    }

    .popup-container .popup-sub-container .shop-lower-container .shop-info-container .shop-info{
        font-size: 16px;
    }

    .popup-container .popup-sub-container .default-height{
        height: 240px;
        background-color: #D8D8D8;
        width: auto;
    }
    .popup-container .popup-sub-container .shop-desc{
        margin: 0px 25px 20px 25px;
    }

    .shopping .shopping-content .search-tool .dropdown{
        width: 100%;
    }

    .shopping .shopping-content .search-tool .select-dropdown-menu{

        text-align: left;
        margin: 10px 20px;
        width: 80%;
        top: 70%;
    }
    .shopping .shopping-content .search-tool .select{
        text-align: left;
    }



  }
