.elementor-15 .elementor-element.elementor-element-c3d4644{--display:flex;}/* Start custom CSS */@media (max-width:768px){

/* Kill Merto table layout */
.merto-theme .shop_table_responsive tr,
.woocommerce table.shop_table_responsive tr{
display:block !important;
border:1px solid #ddd;
padding:15px;
margin-bottom:20px;
}

.merto-theme .shop_table_responsive td,
.woocommerce table.shop_table_responsive td{
display:block !important;
width:100%!important;
text-align:left!important;
padding:10px 0!important;
}

/* Fix distorted labels */
.woocommerce table.shop_table_responsive td::before{
float:none!important;
display:block!important;
width:auto!important;
margin-bottom:5px;
font-weight:700;
}

/* Remove left offset causing "Details" issue */
.woocommerce table.shop_table_responsive td[data-title]{
padding-left:0!important;
}

/* Product thumbnail alignment */
.product-thumbnail{
text-align:center!important;
}

}/* End custom CSS */