.stock-per-location-wrapper{
    padding: 20px 5px;
    border: 1px solid #CEEBF3;
    background-color: #ffffff;
    margin-top:20px;
  /*  display: none;*/
}
.stock-per-location-wrapper .pickup-locations-wrapper {
    overflow: auto;
    max-height: 300px;
}
.stock-per-location-wrapper .pickup-location-info{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #EAEAEA;
    margin-bottom: 10px;
}

.stock-per-location-wrapper .pickup-location-info:hover {
    background: #fff;
}
.stock-per-location-wrapper .pickup-location-info .pickup-location-map-address{
    display: flex;
    box-sizing: border-box;
    width: 50%;

}

.stock-per-location-wrapper .pickup-location-info .pickup-location-map-address .location-address-wrap .location-name {
    display: block;
    font-weight: 600;

}
.stock-per-location-wrapper .pickup-location-info .pickup-location-map-address .location-address-wrap .location-address {
    color: #6d6d6d;
}
.stock-per-location-wrapper .pickup-location-info .stock-info{
    width:48%;
    text-align:right;
}
.stock-per-location-wrapper .pickup-location-info .stock-info .stock-qty{
   display: block;
}
.stock-per-location-wrapper .pickup-location-info .stock-info .stock-unit{
    color: #6d6d6d;
}
.stock-per-location-wrapper .title{
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin: 0 0 15px 15px;
}

.stock-per-location-wrapper .pickup-location-map{
    margin: 2px 10px 0 0;
    min-width: 20px;
    width: 14px;
    height: 20px;
    background-size: contain;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCA3YzAgNS02IDEzLTcgMTNTMCAxMiAwIDdhNyA3IDAgMDExNCAwem0tNyAzYTMgMyAwIDEwMC02IDMgMyAwIDAwMCA2eiIgZmlsbD0iIzAwNkJCNCIvPjwvc3ZnPg==) no-repeat center;
}

.stock-per-location-button {
    position: absolute;
    display: block;
    text-align: right;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    right: 30px;
    bottom: 10px;
}

.location-stock-cmsblock .magezon-builder {
    float: none !important;
    width: 100% !important;
}
