/*
Theme Name: Mr. Tailor Child Theme
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.3.1
*/

@import url("../mrtailor/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/



.main-navigation ul ul ul {
	background: white;
}

.woocommerce-error  {
	background: #b81c23 !important;
}


/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
	position: relative!important;
	display: none!important;
}



/****************************************************************/
/****************************************************************/
/****************************************************************/
ul.products li {
  opacity: 1 !important;
}