.delay_delivery{font-size:0.65vw;}

.result_box_container{
    width: 46.75vw;
    display: inline-block;
    height: 51vh;
    background: beige;
    margin-right: 1vw;
}
.result_show_box_container{
    width: 48vw;
    display: flex;
    flex-wrap: wrap;}


.result_show_box_list_container{
    width: 48vw;
    display: grid;
    flex-wrap: wrap;}

.result_item_box{    height: inherit;
    width: 13vw;
    border: 1px solid #d9d9d9;
    margin-left: 1vw;
    margin-right: 1vw;
    margin-top: 1vh;
    margin-bottom: 1vh;}
    .result_item_box_padding{    
        margin-left: 1vw;
        margin-top: 1vh;
        margin-bottom: 0.5vh;
        margin-right: 1vw;
        width: 10.85vw;}
        
        
.result_item_box:hover{cursor:pointer;border:1px solid #000}  



.result_item_box_2{   
    height: inherit;
    width: 11.5vw;
    border: 1px solid #d9d9d9;
    margin-left: 0.1vw;
    margin-right: 0.1vw;
    margin-top: 1vh;
    margin-bottom: 1vh;}



        
.result_item_box_img{    height: 17vh;
    width: 10vw;
    margin-left: 0.5vw;
    margin-top: 0.75vh;
    margin-right: 0.5vw;
    margin-bottom: 0.75vh;}
.result_item_box_img img{height:inherit;width:inherit;
    object-fit: scale-down;}

.result_item_title{
    height: 4vh;
    font-size: 1vw;
    width: 11vw;
    margin-bottom: 0.15vh;}

.stock_delivery{font-size:0.65vw;}