/*
Theme Name: Divi-child
Theme URI: https://www.levelfy.com
Version: 1.0
Description: Theme Divi Child
Author: San
Author URI: https://www.levelfy.com
Template: Divi
*/

@import url("../Divi/style.css");

/*
Title -> 535b7c
body -> 959baf
*/

body {
    color: #444;
}

.mfp-title {
    display: none;
}

@media screen and (max-width: 980px) {
    .et_pb_column .et_pb_grid_item .first_in_row,
    .et_pb_column .et_pb_grid_item:nth-child(3n+1),
    .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row,
    .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1) {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .et_pb_column .et_pb_grid_item .first_in_row,
    .et_pb_column .et_pb_grid_item:nth-child(2n+1),
    .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product .first_in_row,
    .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1) {
        clear: none;
    }
}