/**
* Theme Name: Triply Child
* Description: This is a child theme of Triply, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: triply
* Version: 2.5.2
*/
@media(min-width:768px){
	#checkout_form_block td.order_item_row_image {
    width: 15%;
}

#checkout_form_block td.order_item_row_details.order_item_row_main_details {
    width: 60%;
    padding-right: 20px;
}

#checkout_form_block td.order_item_row_price {
    width: 10%;
}
}

@media(max-width:768px){
	
#checkout_form_block td.order_item_row_details.order_item_row_main_details {
    width: 85%;
    padding-right: 20px
}

#checkout_form_block td.order_item_row_price {
    width: 15%;
}
}