/* BASIC css start */
.tool-wrap {padding:5px 10px;}
.tool-wrap select {width:100%;}
.list_array {border-top:0px none;}
.plan .list_array .list_arrayRight img {width: 23px; height: auto;}
.list_shoppingInfo figure {position:relative;}
.list_shoppingInfo figure .soldout {position:absolute;top:0;left:0;width:100%;}
.list_shoppingInfo figure .soldout img {width:100%;opacity: 0.7;}

.prd-benefit a {
    padding: 0 !important;
}

.prd-benefit, .prd-basket {
    display: inline-block;
    text-align: left;
}

.prd-benefit .icon {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    border: 1px solid #ccc;
    padding: 4px !important;
    font-size: 10px;
    font-weight: bold;
    margin-top: 4px;
    box-sizing: border-box;
}

.prd-benefit .icon::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('/design/greenstore/icon_benefit.png') no-repeat center;
    background-size: 83%;
}

#MS_product .prd-basket a {
    display: inline-flex;
    gap: 4px;
    align-items: center;
    border: 1px solid #ccc;
    padding: 4px !important;
    font-size: 10px;
    font-weight: bold;
    margin-top: 4px;
    box-sizing: border-box;
}

#MS_product .prd-basket a::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url('/design/greenstore/mo_icon_basket.png') no-repeat center;
    background-size: cover;
}

.list_shopping1x li {
    padding-bottom: 18px;
}

.list_shopping1x li a {
    padding-bottom: 0 !important;
}

.list_shopping1x .prd-benefit {
    margin-left: 4px;
    margin-right: 4px;
}
/* BASIC css end */

