.best_sell_box_container{
    margin-top: 1vh;
    height: fit-content;
    width: 72vw;
    background: #FFF;
    margin-bottom: 1vh;}
    
    .price_best_price_box_container {
        margin-left: 0.15vw;
        display: inline-flex;
        margin-top: 0.35vh;
        margin-bottom: 0.5vh;
        width: 9.5vw;
        height: 2.5vh;
    }
    .price_best_sell_unit {
        color: #000;
    }
    .price_best_sell_dot {
        color: #000;
    }

    .price_best_sell_cts {
        font-size: 12px;
        color: #000;
    }

    .price_best_sell_currency {
        font-size: 12px;
        color: #000;
    }

    .product_item_best_sell img {
        height: 11vh;
        width: 6vw;
    }
    product_main_product_best_sell {
        grid-area: product_main_product_best_sell;
        height: 36vh;
        background: #FFF;
        display: inline-grid;
        margin-bottom: 1vh;
        margin-left: 0.15vw;
    }

    product_item_best_sell_item_box_container {
        grid-area: product_item_best_sell_item_box_container;
        margin-left: 0.15vw;
        display: inline-flex;
        overflow: hidden;
        margin-right: 0.15vw;
    }

    .product_item_best_sell_box_container:first-child {
        height: fit-content;
        width: 9.5vw;
        margin-right: 0.25vw;
        margin-left: 0.15vw;
    }

    .product_item_best_sell_box_container {
        height: fit-content;
        width: 9.5vw;
        margin-right: 0.25vw;
        margin-left: 0.25vw;
    }


    .product_item_best_sell_empty_box_container {
        height: 76.3vh;
        width: 9.5vw;
        margin-right: 0.25vw;
        margin-left: 0.25vw;
        background:#EEE;
    }

    .product_item_best_sell_empty_img_box_container{
        height: 13vh;
        background: #FFF;
        margin-left: 0.15vw;
        margin-right: 0.15vw;
        margin-top: 0.45vh;}

    .product_item_best_sell_empty_description_box_container{height:13.75vh;background:#FFF;
        margin-left: 0.15vw;
        margin-right: 0.15vw;
        margin-top: 0.45vh;}

        .product_item_best_sell_empty_description_detail_box_container{height:18vh;background:#FFF;
            margin-left: 0.15vw;
            margin-right: 0.15vw;
            margin-top: 0.45vh;}

        .product_item_best_sell_empty_rank_box_container{height:2.5vh;background:#FFF;
            margin-left: 0.15vw;
            margin-right: 0.15vw;
            margin-top: 0.45vh;}

            .product_item_best_sell_empty_info_detail_box_container{
                height:2.5vh;background:#FFF;
            margin-left: 0.15vw;
            margin-right: 0.15vw;
            margin-top: 0.45vh;
            }
        .product_item_best_sell_empty_price_box_container{height:2.5vh;background:#FFF;
            margin-left: 0.15vw;
            margin-right: 0.15vw;
            margin-top: 0.45vh;}


    .product_item_best_sell {
        background: #FFF;
        height: inherit;
        width: inherit;
        padding: 1.5vh;
    }

    .product_item_rank{height:2.5vh;}
    .product_item_best_sell_short_description {
        width: 9vw;
        font-size: 0.65vw;
        height: 13vh;
        margin-bottom: 0.65vh;
        margin-left: 0.25vw;
        margin-right: 0.25vw;
        margin-top: 0.25vh;
    }

    .product_item_best_sell_box_container {
        height: fit-content;
        width: 9.5vw;
        margin-right: 0.25vw;
        margin-left: 0.25vw;
    }

    category_item_suggest_item_box_container{
        grid-area: category_item_suggest_item_box_container;
        margin-left: 1.65vw; /**/
        display: inline-flex;
        width: 45vw;
        overflow: hidden;
        margin-right: 0.15vw;
            }

       
            
    category_item_order_renew_item_box_container{
        grid-area: category_item_order_renew_item_box_container;
        margin-left: .35vw; /**/
        display: inline-flex;
        width: 43vw;
        overflow: hidden;
        margin-right: 0.35vw;
            }

            


    .suggest_best_next {
        margin-left: 46.85vw; /*58.50vw*/
        margin-top: 1vh;
        position: relative;
        top: -58.8vh;
        background: #EEE;
        padding: 0.75vh;
        width: .5vw;
        border: 1px solid #000;
        text-align: center;
    }
    .suggest_best_next:hover{cursor:pointer;background:#CCC}

    .suggest_best_next_padding {
        margin-left: 0vw;
        margin-top: 14vh;
        position: relative;
    }

    .suggest_best_previous_padding {
        margin-left: 0vw;
        margin-top: 14vh;
        position: relative;
    }
    .suggest_best_previous {
        margin-left: 0vw;
        margin-top: 1vh;
        position: relative;
        top: -40vh;
        background: #EEE;
        padding: 0.75vh;
        width: .5vw;
        border: 1px solid #000;
    }


    .suggest_best_previous:hover{cursor:pointer;background:#CCC}
    