/*
Theme Name: RiskMa
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation:portrait) {
 .shop_table .product-name {
    width: 100% !important;
}
.shop_table tbody tr {
    height: auto !important;
}
.shop_table .product-thumbnail {
    float: left !important;
}
    }