/*
Theme Name: Meat store
Theme URI: http://meat
Author: Ilya
Author URI: http://example.com/
Description: Meat store site
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, theme, etc
Text Domain: my-custom-theme
*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .card-front-page {
        padding: 0;
        height: 450px;
        width: 23%;
    }
    .product-top-section {
        width: 55%
    };
    .my-account-sidebar {
        width: 30%;
    }
}
@media (min-width: 1367px) and (max-width: 1650px) {
    .product-top-section {
        width: 50%
    };
}
