/*
Theme Name: Tikie Child
Theme URI: http://www.wpbingosite.com/tikie
Author: wpbingo
Description: This is a child theme for Tikie
Version: 1.0
Author URI: http://wpbingosite.com
Template: tikie
Text Domain: tikie-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Desktop styles */
.elementor-container.elementor-column-gap-default, .bwp-header.header-v10 .header-wrapper .container, .bwp-header.header-v10 .topbar-inner .container {
  max-width: 1260px;
}
.main-single-product {
    width: 1260px;
    margin: 50px auto;
}

/* Tablet styles */
@media screen and (max-width: 1024px) {
  .elementor-container.elementor-column-gap-default, .bwp-header.header-v10 .header-wrapper .container, .bwp-header.header-v10 .topbar-inner .container,.main-single-product {
    max-width: 768px;
  }
}

/* Mobile styles */
@media screen and (max-width: 480px) {
  .elementor-container.elementor-column-gap-default, .bwp-header.header-v10 .header-wrapper .container, .bwp-header.header-v10 .topbar-inner .container,.main-single-product {
    max-width: 360px;
  }
}