/*
Theme Name: Hayes Bootstrap
Theme URI: http://www.preflight.com.au
Description: Preflight theme for WordPress.
Author: Preflight
Author URI: http://www.preflight.com.au
Version: 0.1.0
Tags: Preflight
*/

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700');
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(bootstrap.min.css);

body {
	font-family: 'Open Sans', Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 13px;
	line-height: 20px;
	background: #cccccc;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: 500;
	color: #444444;
	text-transform: uppercase;
}
h1 {
	font-size: 32px;
	margin-top: 0px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
	text-transform: uppercase;
}
h6 {
	font-size: 10.2px;
}
a {color: #68B066;}
a:hover {color: #333333; text-decoration: none;}
a.phone:hover, a.email:hover {color: #f7b500 !important;}

	
.elementor-heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: -0.8px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

.telephone:before {font-family: FontAwesome; content: "\f095";}
.email-info:before {font-family: FontAwesome; content: "\f0e0";}
.telephone:before, .email-info:before {padding-right: 10px;}
.telephone, .email-info {font-size:16px;}

img.hayes-logo {width:156px;}

label {
	font-size: 12px;
	font-weight: normal;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #bd9777;
}
.wrapper {
	background: #ffffff;
}
header {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0px;
	height: auto;
/*	background-color: #eeede9;*/
	background: linear-gradient(#eeede9, #fff);
	border-bottom: 3px #6d523d solid;
}
#header-contact {
	float: right;
	margin: 4px 12px 0 0; /*width: 45%;*/
}
#header-contact ul {
	list-style: none;
	padding-left: 0
}
#header-contact ul li {
	float: left;
}
#header-contact ul li a {
	float: right;
	font-size: 18px;
	font-weight: 600;
	color: #6d523d;
}
#header-contact ul li a.phone {
	font-size: 40px;
	margin-right: 12px;
	vertical-align: middle;
}
#header-contact ul li a.email {
	font-size: 40px;
	vertical-align: middle;
}
.navbar-brand {
    padding: 4px 15px;
    height: auto;
}
.navbar-toggle {
    border: 1px solid #6d523d;
}
.navbar-toggle .icon-bar {
    background-color: #6d523d;
}
/* menu */
#menu .nav > li > a {
	color: #6d523d;
	padding: 10px 12px 10px 12px;
	min-height: 15px;
/*	background-color: #eeede9;*/
	font-size: 17px;
	font-weight: 600;
}
#menu .nav > li > a:hover {
	color: #bd9777;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;padding: 0;
}
#menu .dropdown-inner li { list-style:none;
}

#menu .dropdown-inner a {
	min-width: 227px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 15px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #3e312a;
	background-image: linear-gradient(to bottom, #3e312a, #584b45);
	background-repeat: repeat-x;
	border-color: #524741 #524741 #524741;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #3e312a;
	background-image: linear-gradient(to bottom, #584b45, #3e312a);
}
.container-fluid {
	padding: 0;
}
#sidebar-toggle {
	color: #ffffff;
	background-color:#bd9777;
	margin-top: -20px;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
}
.main-content {
	padding: 0 0 25px 0;
}
#content a:hover, #content a:hover h3 {
	color: #f7b500; 
}

.woocommerce-pdf-catalog.link-wrapper {margin-bottom: 20px;}

/* footer */
footer {

	padding-top: 15px;
	background-color:#f5f6f6;
	color: #6d523d;
	border-top: solid 3px #bd9777;
}
footer a {
	color: #6d523d;
}
footer a:hover {
	color: #bd9777;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
#footer-logo {
	margin-top: 6px;
}
/* breadcrumb */
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.admin-bar .navbar-fixed-top {
  top: 46px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}
/* list group */
.list-group {
	margin-bottom: 20px;
	padding-left: 0;
	list-style: none;
}

.list-group ul {
	list-style:none;    margin: 0; padding: 0;

}
.list-group li {
	list-style:none;

}
span.toggle-btn {
    display: none;
}
.level2 li{ text-indent:25px;}
.level3 { display: none;}


.list-group li a {
	display: block;
	border: 1px solid #DDDDDD;
	color: #6d523d;
	padding: 8px 12px;
	margin-bottom: -1px; font-size:14px;
}

.list-group li a.active, ul.list-group li a.active:hover, ul.list-group li a:hover {
	color: #ffffff;
	background: #366735;
	border: 1px solid #DDDDDD;
}

#sidebar .level1 li a:hover, #sidebar .level1 li.current-menu-item a {color:#ffffff;background:#bd9777;border: 1px solid #DDDDDD;}


.home .woocommerce ul.product_list_widget li {
	margin-bottom: 20px;
	overflow: auto;
	width: 33.33333333333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.home .woocommerce ul.product_list_widget li a {
	display: block;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 20px;
	min-height: 340px;
}
.home .woocommerce ul.product_list_widget li a img {
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
.home .woocommerce ul.product_list_widget li span.woocommerce-Price-amount {
	display: block;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	padding: 20px;
}

/* woocommerce in page content */

h1.page-header {margin:0;border:0}
h1.page-header a {color:#444;}

h2.wc-nested-category-layout-category-title > a {color:#444;}

footer a:hover {color: #f7b500;}
.woocommerce-page #container div.product div.summary {
    float: none !important;
    width: 100% !important;
}
.images {clear: both; width: 100% !important;}
.woocommerce-main-image {float: left; width: 48%;}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 100%;
}
body.woocommerce div.product div.images div.thumbnails {
	padding-top: 0;
    padding-left: 20px;
    float: left;
    width: 48%;
}

body.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img {width: 150px;}

/* Product Page Revised Layout Sept 2018 
body.single-product .woocommerce-main-image {float: left; width: 59%;}
body.woocommerce div.product div.images div.thumbnails {width:40%;float:right;padding-left:0;}
body.single-product #content div.product div.thumbnails a {width:48%;margin:0 !important;padding:0 0 7px 10px !important;display:inline-block;float:none;}
*/

/* ------------------------------------- */

.woocommerce span.onsale {
    min-height: 3em !important;
    min-width: 3em !important;
    line-height: 3 !important;
    top: -1.8em !important;
    left: -2.7em !important;
    font-size: .8em !important;
}
.woocommerce ul.products li.product .onsale {
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
}
.sku_wrapper {
	display: block;
}
.col-footer {
	padding-bottom: 30px;
}
.screen-reader-text{
	display: none;
}
/* =Blog-Navigation - Pagination
----------------------------------------------- */
 
nav.pagination {
position: relative;
display: block;
}
 
.nav-links {
position: relative;
}
 
.nav-links ul {
margin: 0;
padding: 0,
}
 
.nav-links ul li {
list-style: none;
margin:0 10px 0 0;
padding:0;
float: left;
}
 
.nav-links ul li span.current {
padding: 10px 12px;
background: #777;
border: 1px solid #777;
display: block;
line-height: 1;
border-radius: 4px;
color: #fff;
}
 
.nav-links ul li a {
padding: 10px 12px;
background: #ddd;
color: #666;
text-decoration: none;
border: 1px solid #ccc;
border-radius: 3px;
display: block;
line-height: 1;
}
 
.nav-links ul li a:hover {
background: #999;
border-color: #888;
color: #fff;
}
#sidebar {z-index: 99;}


span.posted_in {background-color: #366735; padding: 10px 15px; color: #fff; display: block; margin-top: 5px; max-width: 407px;}
span.posted_in a {color:#f7b500;}
#content span.posted_in a:hover {color:#B1D7B0;}

#container .woocommerce-pdf-catalog a.woocommerce_pdf_catalog_button {background:#366735;margin-bottom: 15px;}

/* June 2021 Woocommerce update tweaks */
li.product a.button.product_type_simple {display: none;}
body.woocommerce #content div.product div.summary,
body.woocommerce div.product div.summary, 
body.woocommerce-page #content div.product div.summary,
body.woocommerce-page div.product div.summary {float:none;width: auto;}

body.woocommerce div.product div.images .flex-control-thumbs li {width: auto;margin:8px 12px 4px 0;}
body.woocommerce div.product div.images .flex-control-thumbs li img {opacity: 1}
body.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {clear: none;}
/*
.woocommerce-product-gallery .flex-viewport {max-width:512px;float: left}
body.woocommerce div.product div.images .woocommerce-product-gallery__trigger {right: inherit;left:463px;}
body.woocommerce div.product div.images .flex-control-thumbs {margin-left: 15px;max-width: 320px;float: left}
body.woocommerce div.product div.images .flex-control-thumbs li {margin:0 15px 15px 0;width: 145px;}
body.woocommerce div.product div.images .flex-control-thumbs li:nth-child(2n) {margin-right:0}
*/

body.tax-product_cat .footer-row {width: 1170px;margin:0 auto;}
body .optional-accessories.products.container,
body .mandatory-accessories.products.container {max-width: 100%;padding:0}

.product img {image-rendering: -webkit-optimize-contrast;}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {display: none;}

/* ################################# MEDIA QUERIES ################################# */

@media (min-width: 1260px){
	body .container,body.tax-product_cat .footer-row {width: 100%;}
/*	body .container,body.tax-product_cat .footer-row {width: 1222px;}*/
	#main #content > .col-sm-3 {width: 286px}
	#main #content > .col-md-9 {width: 930px;}

}

@media (max-width: 1199px) {
	body.tax-product_cat .footer-row {width: 970px;}
	/*
	.woocommerce-product-gallery .flex-viewport {float: none;}
	body.woocommerce #content div.product div.images .flex-control-thumbs {margin:15px 0 0;max-width: none;float: none;clear: both}
	body.woocommerce #content div.product div.images .flex-control-thumbs li {margin:0 15px 15px 0}
	*/
}

@media (max-width: 992px) {
	body.tax-product_cat .footer-row {width: 750px;
	}.price { width: 100%;}
}

@media (max-width: 768px) {
	body.tax-product_cat .footer-row {width: auto;}
	/*.woocommerce-product-gallery .flex-viewport {max-width: none}*/
	.price { width: 100%;}}


@media (max-width: 359px) {
	.navbar-brand img {
		width: 110px;
		margin-top: 5px;
	}
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
@media all and (max-width: 767px) {
	#site-nav-primary {
		background-color: #ccc !important;
	}
	#site-nav-primary a:hover {
		color: #f7b500 !important;
	}
	#menu-item-1350 {
		display: none;
	}
	header {border-bottom: none; padding: 4px 0;}
	
}
@media all and (max-width: 460px) {
	
}
@media (min-width: 768px) {
	.navbar-header {
		float: none;
	}
	#header-contact {
		margin-top: 11px;
		margin-right: 15px;
	}
	#header-contact ul li {
		float: none;
	}
	#header-contact ul li a.phone {
		font-size: 22px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	#header-contact ul li a.email {
		font-size: 18px;
	}
	.navbar-brand {
		padding: 14px 15px;
	}
	.navbar-collapse.collapse {
		position: relative;
		padding-left: 0;
		padding-right: 0px;
	}
	#nav-search input {
		height: 28px;
		width: 120px;
		padding: 6px;
		border-radius:4px;
	}
	#nav-search button {display:none;}
	#sidebar-toggle {
		display: none;
	}
	#sidebar-content {
		display: block;
	}
	.col-md-9 {
    width: 75%;
	float: right;
}
}
@media (min-width: 992px) {
	#header-contact ul li a.phone {
		margin-bottom: 15px;
	}
	img.hayes-logo.hayes-logo-top {width:300px;}
}
@media (max-width: 992px){
	#content .woocommerce-Tabs-panel--description {padding-top:1px}
}
@media (min-width: 1200px) {
	.navbar-collapse.collapse {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	img.hayes-logo.hayes-logo-top {width:380px;}

}
@media (max-width: 992px) and (min-width: 769px){
	img.hayes-logo.hayes-logo-top {width:280px;}
	body.woocommerce div.product div.images div.thumbnails {
		float: none; 
		width: 100%; 
		padding-left: 0; 
		padding-top: 1em;
	}
	.woocommerce-tabs.wc-tabs-wrapper {clear: none !important;}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    	float: left;
    	width: 100% !important;
	}
	.images {
   		clear: none;
		width: 100%;
	}
	.woocommerce-main-image, body.single-product .woocommerce-main-image {
    	float: none;
    	width: 100%;
	}
	body.single-product #content div.product div.thumbnails a {
		width: 30.75%;
	    margin-right: 2.5% !important;
	    margin-bottom: 1em !important;
	    padding: 0 !important;
	}
}

@media (max-width: 768px){
	body.single-product span.posted_in {max-width: none;}

	.woocommerce-main-image, body.single-product .woocommerce-main-image {
    	float: none;
    	width: 100%;
	}
	body.woocommerce div.product div.images div.thumbnails {
	    width: auto;
	    float: none;
	    margin-top: 15px		
	}

	body.single-product #content div.product div.thumbnails a {
		width: 30.75%;
	    margin-right: 2.5% !important;
	    margin-bottom: 1em !important;
	    padding: 0 !important;
	}	
	
	.elementor-heading-title {
    font-family: "Poppins", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: -0.8px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}
}
.bossgoo-ny-banner1 {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -20px;
    margin-bottom: 20px;
 
}
.kj{
    padding: 43px 30px 55px 30px;background-color: transparent;
    background: linear-gradient(139deg, #bd9777, #f3f2ef);
}

#content div {
    /*margin-bottom: 11px;*/
}
.bq{}
.bq ul{ padding:0;}
.bq ul li{ width:32%;margin-bottom: 30px;float: left; list-style:none;text-align: center;padding: 0 3%;}
.text-column__title {
    color: #d26128;
    font-weight: 600;
}
.text-column__image {
    max-width: 100px;margin-left: auto; margin-right: auto;  margin-bottom: 1em;
}
.text-column__image img {
    width: 100%;
}

#preview { border: 1px solid #eee;}
div.zoomDiv{z-index:999;position:absolute;top:25% !important;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}
@media screen and (max-width: 768px){div.zoomDiv{display:none !important;}}