/*!
Theme Name: Print My Custom Box
Theme URI: https://printmycustombox.com/
Author: RRdevs
Author URI: https://printmycustombox.com
Description: Printing Services Company USA
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Printmycustombox.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* Developer Custom CSS */
/* Mobile View */
@media only screen and (max-width: 767px) {
  .sidebar__toggle{
		display:block !important;
	}
}

/* Tablet View */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sidebar__toggle{
		display:block !important;
	}
}

/* Desktop View */
@media only screen and (min-width: 1025px) {
  .sidebar__toggle{
		display:none !important;
	}
}



.breadcrumb__area{
	display:none !important;
}
.header-bottom{
	border-bottom:1px solid lightgray;
}
.product__result, .product__filter-wrapper{
	display:none !important;
}
.main-menu ul li > a{
	font-weight:bold;
}
.product__price{
	display:none !important;
}
.product__item:hover .product__icon{
	display:none !important;
}
.wpsf-product-price{
	display:none !important;
}
.wpsf-cart-button{
	display:none !important;
}
.tp-single-content-info select{
	width:auto !important;
}
.tp-single-content-info select{
	border:none !important;
}
 label{
	font-weight:bold;
	font-size:18px;
}