/*
 Theme Name:   GP Child Theme
 Theme URI:    https://derosgeneralstore.com
 Description: Deros child the for custom code
 Author:       Chris dero
 Author URI:   https://www.digidero.com
 Template:     generatepress
 Version:      2.0.1
 Text Domain: gp-child-theme
*/

.woocommerce-products-header {
   display: none !important;
}

.type-product{
    border: 1px solid #A90000;
    box-sizing: border-box;
	padding-bottom: 10px !important;

}
.single-product .type-product{
    border: 0px;
}

.flex-video-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
  }
