img{
	max-width: 100%;
}
	#header{
		position: relative;
		z-index: 50;
	}
	#logo{
		margin: 10px 0;
	}
/* SOCIAL ICONS */
	#social{
		float: right;
		margin-top: 10px;
	}
	#social img{
		height: 32px;
		width: 32px;
		margin: 5px;
	}
	#social img.fb{
		background: url('/img/sprite.png') no-repeat -168px 0;
	}
	#social img.go{
		background: url('/img/sprite.png') no-repeat -168px -32px;
	}
	#social img.tw{
		background: url('/img/sprite.png') no-repeat -168px -65px;
	}
	#social img.yt{
		background: url('/img/sprite.png') no-repeat -168px -99px;
	}
	#social img.li{
		background: url('/img/sprite.png') no-repeat -168px -131px;
	}
	#social img.fb:hover{
		background: url('/img/sprite.png') no-repeat -202px 0;
	}
	#social img.go:hover{
		background: url('/img/sprite.png') no-repeat -202px -32px;
	}
	#social img.tw:hover{
		background: url('/img/sprite.png') no-repeat -202px -65px;
	}
	#social img.yt:hover{
		background: url('/img/sprite.png') no-repeat -202px -99px;
	}
	#social img.li:hover{
		background: url('/img/sprite.png') no-repeat -202px -131px;
	}

/* SOCIAL BUTTONS */
	#fb, #gplus {
		float: left;
		margin-right: 10px;
	}
	#twitter {
		float: left;
	}
	.social {
		position: relative;
		top: 10px;
	}

/* MENU - MAIN */
	#menu{
		float:right;
	}
	#menu > ul > li > a{
		display: block;
		padding: 5px 20px;
		color: #888;
		text-decoration: none;
		font-weight: bold;
	}
	#menu > ul > li > a.active{
		color: #444;
		border-bottom: 5px solid #444;
	}
	#menu > ul > li> a:hover{
		color: #444;
		border-bottom: 5px solid #80c242;
	}
	#menu >ul{
		position: relative;
	}
	#menu >ul >li:hover .submenu{
		display: block;
	}

/* MENU - SUB */
	.submenu{
		position: absolute;
		top: 30px;
		left: 0;
		background: #fff;
		border: 1px solid #ddd;
		border-top: 5px solid #80c242;
		list-style: none;
		width: 190px;
		display: none;
	}
	#menu > ul > li:last-child .submenu{
		right: 0;
		left: inherit;
	}
	.submenu li{
		margin-left: 0;
	}
	.submenu li:first-child{
		border-top: 0;
	}
	.submenu li a{
		border-top: 1px solid #ddd;
		display: block;
		padding: 5px 10px;
		margin: 0 10px;
		font-weight: normal;
		color: #888;
		text-decoration: none;
	}
	.submenu li a:hover{
		color: #80c242;
	}
/* MENU - PAGE SUB */
	.sub{
		list-style: none;
		margin: 0 20px 0 0;
	}
	.sub li{
		margin-left: 0;
	}
	.sub li:first-child a{
		border-top: 0;
	}
	.sub li a{
		border-top: 1px solid #ddd;
		display: block;
		padding: 5px 10px;
		margin: 0 10px;
		font-weight: normal;
		color: #606060;
		text-decoration: none;
	}
	.sub li a:hover{
		color: #80c242;
	}
	.sub a.act{
		font-weight: bold;
	}

/* GALLERY */

#gallery{
	position: relative;
	border-top: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	margin-top: -3px;
	min-height: 300px;
}
#gallery .overlay{
	position: absolute;
	top: 50px;
	right: 50%;
	margin-right: -425px;
	z-index: 15;
	width: 217px;
}
#gallery .text{

	background: url('/img/bg_w70.png') repeat;
	padding: 15px 30px;
}
/*#gallery .controls{
	position: absolute;
	top:50%;
	margin-top:-51px;
	width: 100%;
	z-index: 100
}*/
#gallery .prev{
	height: 100px;
	width: 45px;
	background: #fff;
	left: 0;
	border-radius: 0 100px 100px 0;
	cursor: pointer;
	z-index: 100;
	position: absolute;
	top:50%;
	margin-top:-51px;
}
#gallery .prev img{
	height: 19px;
	width: 13px;
	background: url('/img/sprite.png') no-repeat -207px -187px;
	margin: 40px 10px;
}
#gallery .next{
	height: 100px;
	width: 45px;
	background: #fff;
	right: 0;
	border-radius: 100px 0 0 100px;
	cursor: pointer;
	z-index: 100;
	position: absolute;
	top:50%;
	margin-top:-51px;
}
#gallery .next img{
	height: 19px;
	width: 13px;
	background: url('/img/sprite.png') no-repeat -221px -187px;
	margin: 40px 10px 40px 20px;
}
#gallery .img img{
	width: 100%;
	min-height: 300px;
	position: absolute;
	z-index: 1
}
#gallery .img img.on{
	z-index: 5
}
#gallery .caption {
	font-size: 14px;
	line-height: 1.4;
}
/* BLURB */

.blurb{
	font-size: 18px;
	font-style: italic;
	width: 650px;
	margin: 20px auto;
	text-align: center;
}

/* SCROLLER */

#scroll{
	width: 627px;
	margin: 20px auto;
	height: 88px;
	overflow: hidden;
}
#scroll .contain {
	width: 1900px;
}
#scroll .panel{
	border: 1px solid #d0d0d0;
/*	float: left;*/
	padding: 20px;

	display: inline-block;
	width: 167px;
	position: relative;
}
.logo_saw{
	height: 46px;
	width: 167px;
	background: url('/img/sprite.png') no-repeat 0 0
}
.logo_fac{
	height: 46px;
	width: 167px;
	background: url('/img/sprite.png') no-repeat 0 -47px
}
.logo_skw{
	height: 46px;
	width: 167px;
	background: url('/img/sprite.png') no-repeat 0 -140px
}
.logo_sww{
	height: 46px;
	width: 167px;
	background: url('/img/sprite.png') no-repeat 0 -93px
}
.logo_ag{
	height: 46px;
	width: 167px;
	background: url('/img/sprite.png') no-repeat 0 -186px
}

/* HOTSPOTS */

.hs{
	padding-left:40px;
	margin-top: 30px;
	width: 250px !important;
	background: url('/img/bg_clear.png') no-repeat top left;
}
#brands{
	margin: 5px 0 40px;
}

#brands img{
	float:left;
	margin-right: 5px;
}
#brands h1 {
	font-weight: bold;
	font-size: 20px;
	width: 130px;
	float: left;
	margin-right: 45px;
	color:#8cae3c;
	line-height: 1.2em;
	margin-top: 5px;
}

#brands p{
	margin: 5px 0;
	min-height: 175px;
	font-size: 13px;
}

/* LEARN MORE */

.lmore{
	width: 285px !important;
	padding: 0 5px;
}
.lmore img{
	border: 2px solid #bbb;
}
.lmore a, a.grey{
	text-decoration: none;
	color: #606060;
}
.lmore a:hover, a.grey:hover{
	text-decoration: underline;
}
.button.center {
	margin: 0 auto;
	display: block;
	width: 65px;
	text-align: center;
}

/* FOOTER */

#footer{
	background: #383838;
	margin-top: 20px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #bbb;
	height: 280px;
    position: relative;
    z-index: 999;
}

#footer ul{
	list-style-image: url('/img/bullet.png');
}
#footer ul li:first-child{
	border-top: none;
	margin-top: -10px;
}
#footer ul li{
	padding: 5px 0;
	border-top: 1px solid #444;
}
#footer .fb{
	width: 338px;
	margin-left: 50px;
}
#footbase{
	width: 100%;
	background: #2c2c2c;
	padding: 10px 0;
	color: #bbb;
}
#cmlogo{
	width: 22px;
	height: 20px;
	background: url('/img/sprite.png') no-repeat -206px -165px;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
.fcenter {
	text-align: center;
}
.bullet{
	background: url('/img/sprite.png') no-repeat -205px -207px;
	height: 6px;
	width: 6px;
	margin: 0 5px;
}
/* INTERIOR PAGE */

	.titlebar{
		background: #fbfbfb;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #bbb;
	}
	.titlebar .container_12 {
		position: relative;
		top: 7px;
	}

	.titlebar h1 {
		margin-left: 0;
	}

	#cm_content {
		width: 600px;
		border-right: 1px solid #ccc;
		margin-top: 40px;
		padding-right: 19px;
		margin-bottom: 60px;
	}
	#cm_content.ord {
		padding-right: 9px;
		width: 610px;
	}
	.block p {
		margin-right: 20px;
		margin-left: 0;
	}
	.block.last p {
		margin-left: 10px;
	}
	.sidemenu p {
		margin-left: 20px;
	}

/* FORM */
	form{
		margin-bottom: 10px
	}
	.input{
		border: 1px solid #d0d0d0;
		border-radius: 2px;
		width: 100%;
		padding: 7px 3px;
		margin-bottom: 15px;
	}
	textarea.input{
		height: 100px;
	}

	.input.error{
		border: 1px solid #ad0000;
	}
	label.error{
		color: #ad0000;
	}

	.msg.error, .alert.error{
		color: #ad0000;
		font-weight: bold
	}
        .alert.success{
            color: #155724;
        }
	.msg, .alert{
		color: #444;
		font-weight: bold;
		display: none;
	}

/* PRO */
	form.pro, form.order {
		margin: 0 30px 10px 0;
	}

/* ORDER */
	form.order{
		width: 249px !important;
		padding-right: 20px;
		border-right: 1px solid #ccc;
		margin-right: 0px;
	}
	form.order input.input{
		width: 97%;
	}
	#order_det{
		width: 318px !important;
		position: relative;
		background: #F5F5F5;
		padding: 10px 4px;
	}
	#payments{
/*		position: absolute;
		top: 10px;
		right: 10px;
*/	}
	#order_det th{
		font-weight: bold;
		padding: 2px 4px;
	}
	#order_det tr:hover td{
		background: #ccc;
	}
	#order_det td{
		padding: 2px 5px;
	}
	#order_det td.del img{
		width: 10px;
		height:10px;
		background-repeat: no-repeat;
		background-image: url('/img/cross.png');
		cursor: pointer;
	}
	.order-total-pg p{
		font-weight: bold;
		font-size:16px;
	}
	#promo{
		cursor: pointer;
	}
	.promocode{
		color: #7fc243;
		font-weight: bold;
	}
	.alert.order.error {
		background: #FFE3E4;
		padding: 3px 0 3px 6px;
		margin-bottom: 10px;
	}



/* NEWSLETTER */
	.sidemenu form.newsletter.pro {
		margin-left: 20px;
	}
	form.pro.newsletter {
		width: 261px;
		margin-left: 10px;
	}
	.newsletter .input, .promo .input{
		font-style: italic;
		color: #afafaf;
	}
	.msg {
		margin-left: 10px;
	}

#locator{
	width: 615px;
	height: 1000px;
	overflow: auto
}

.addr_label {
	width: 167px;
	display: inline-block;
	font-weight: bold;
}
.cat_label {
	width: 229px;
	display: inline-block;
	font-weight: bold;
}
.dist_label {
	width: 100px;
	display: inline-block;
	font-weight: bold;
}
#order_img img {
    max-width: 100%;
}

.shop-item {
    margin-bottom:  20px;
    position: relative;
    text-align: center;
}

.shop-item h3 {
    margin-bottom: 0;
    font-size: .95rem;
}

.shop-item h3 a {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #353535;
    font-weight: bold;
}
.shop-item h4 {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.2rem;

}
.shop-item img{
	height: 220px;
    width: 100%;
    object-fit: contain;
    transition: opacity 0.6s;
}
.shop-item img:first-child{
	position: absolute;
	top: 0;
    left: 0;
}

.shop-item:hover img:first-child {
    opacity: 0;
}

.shop-item:hover .hover-hidden {
	opacity: 100%;

	bottom: 10px;
}

.shop-item .hover-hidden {
	opacity: 0;
    position: absolute;
    bottom: -120px;
    background: #fff;
    display: block;
	padding: 27px 5px;
    width: calc(100% - 10px);
    transition: 400ms;
}

.shop-item h5 span {
    display: inline-block;
    padding: 0 5px;
    color: #80c142;
}

.shop-item h5 {
    font-size: .75rem;
    text-align: center;
    font-style: italic;
    margin-bottom: 0;
}

.product img {
    margin: 5px 0;
    width: 100%;
}
svg.svg-inline--fa.fa-star.fa-w-18 {
    color: #f1cc0d;
    font-size: 14px;
}

.breadcrumb a, .breadcrumb span {
    line-height: 44px;
    display: inline-block;
    /* margin-bottom: 15px; */
    height: 52px;
    vertical-align: middle;
}



.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Landing page */
.landing-page{
    color: #000;
}
.landing-page .head-box{
    position: relative;
}
.landing-page .head-box .title{
    clip-path: polygon(0 0, 80% 0, 64% 100%, 0 100%);
    background-color: #f8a523;
    padding: 20px 100px 20px 30px;
}
.landing-page .head-box .title h1{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
}
.landing-page .head-box .title h1 span{
    color: #fff;
}
.landing-page .head-box img{
    position: absolute;
    right: 0;
    top: 45px;
    min-width: 210px;
}
.landing-page .form-sec{
    margin: 40px 0 30px;
}
.landing-page .form-sec p{
    font-size: 18px;
}
.landing-page .form-sec .table{
    width: 100%;
}
.landing-page .form-sec .table td{
    border: 1px solid;
    padding: 0px 21px 0px 1px;
}
.landing-page .form-sec .table td:first-child{
    font-size: 18px;
    font-weight: 300;
    text-align: right;
    max-width: 200px;
    padding: 3px 10px;
}
.landing-page .form-sec .table input, .landing-page .form-sec .table textarea{
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    border: 0;
    resize: unset;
    padding: 0 10px;
}
.landing-page .form-sec .table input{
    height: 36px;
}
.landing-page .form-sec .table textarea{
    margin-bottom: -3px;
    font-weight: 600;
}
.landing-page .form-sec .submit-btn{
    text-align: right;
}
.landing-page .form-sec .submit-btn button{
    background: #e7e9e8;
    border: 1px solid #bbb;
    padding: 10px;
    min-width: 160px;
    font-size: 18px;
    color: #000;
    border-radius: 0;
}
.landing-page .product-desc h1{
    font-size: 24px;
    margin-bottom: 10px;
}
.landing-page .product-desc p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 25px;
}
.landing-page .product-desc .features{
    background: #f5e5c3;
    padding: 20px 30px 10px 0;
    position: relative;
}
.landing-page .product-desc .features .btm-img{
    position: absolute;
    left: -75px;
    bottom: 20px;
    max-width: 460px;
}
.landing-page .product-desc .features ul{
    list-style: disc;
}
.landing-page .product-desc .features ul li{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}