
body .prod_info_quantity{flex: 1;display: flex;flex-direction: row;}
body .detail_qty{gap: 10px;}
body .detail_qty #addtocart_button{width: 80%;flex: 1;line-height: 36px;padding: 3px 10px;border-radius: 4px;min-width: 120px;}
#buttons-container .paypal-button-container{display: flex;}
body .detail_right .detail_qty .detail_favorites{margin-bottom: 0;margin-left: 10px;}
body .products_detail_box .detail_right h5{padding-right: 0;}
body .detail_right .detail_qty .detail_favorites .favorite_btn{padding: 8px;border-radius: 50%;}
body .products_detail_box .detail_right .detail_favorites .favorite_btn .iconfont{font-size: 30px;}
body .prod_info_form li.attr_show{margin-bottom: 12px;}
body .prod_info_form li.attr_show.attr_show_list .attr_title_flex,
body .prod_info_form li.attr_select .attr_title_flex{margin-bottom: 5px;}
@media screen and (max-width: 1250px) {
    body .detail_right .detail_qty{flex-wrap: wrap;}
    body .prod_info_quantity{flex: unset;width: 50%;}
    body .detail_right .detail_qty .detail_favorites{width: 15%;}
    body #shopbox_outer .detail_right .detail_qty{flex-wrap: nowrap;width: 100%;}
    body #shopbox_outer .detail_right .prod_info_quantity{width: max-content;}
}
@media screen and (max-width: 768px){
    body .products_detail_box .detail_right .detail_favorites{margin-top: 0;}
    body .products_detail_box .detail_right .detail_favorites .favorite_btn .iconfont{font-size: 26px;}
}
