/*
Theme Name: Top Store Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: top-store

This is the child theme for Top Store theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/* Import the parent theme stylesheet */
@import url("../top-store/style.css");

/* Custom styles for the child theme */
.container {
    /* Set the maximum width to 2000 pixels on desktops */
    max-width: 2000px;
}
