html,body {
	padding:0;
	margin:0;
}

body {
	padding:0;
	margin:0;
	background:#0075B7 url(img/shadow_edge.png) top repeat-y;
}

body, td {
	font-family:Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:135%;
	color:#000000;
}

.restrictwidth {
	text-align:center;
	margin:0 auto 0 auto;
	width:996px;
	min-width:996px;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display:table;
	clear:both;
}


#formAddressCity {
	text-transform: uppercase;	
}


/* Header Div
---------------------------------------------------------------------------------------------
*/

div#header {
	height:100px;
	text-align:left;
	padding:0 18px 0 18px;
	position:relative;
}

#logo {
	padding-top:15px;
	text-align:left;
	float:left;
}

div#contact_phone {
	padding:0;
	margin:0;
	text-align:right;
	float:right;
	clear:right;
	font-weight:bold;
	font-size:12pt;
	color:#333333;
	width:294px
}

div#contact_phone p {
	padding:0;
	margin:0;
}

img.COMAC_paymenticons {
	float:right;
	padding:5px 5px 0 0;
}

div#search {
	padding-top:10px;
	text-align:right;
	float:right;
	clear:right;
	margin-bottom:20px;
}

img.shadowdivider {
	width:100%;
	height:10px;
	position:absolute;
	left:0;
	z-index:100;
}


/* Nav
---------------------------------------------------------------------------------------------
*/

div#nav_container {
	height:40px;
	text-align:center;
	margin:0 auto 0 auto;
	background:#CCC url(img/shadow_edge_transparent.png) top repeat-y;
}

div#nav {
	max-width:996px;
	text-align:left;
	margin:0 auto 0 auto;
}

#main-nav-menu {
	float:left;
	margin:0 10px;
	position:relative;
	z-index:9998;
}

#main-nav-menu ul,
#main-nav-menu ul li{
	margin: 0;
	padding:0;
	list-style:none;
}

#main-nav-menu > ul  > li{
	position: relative;
	float:left;
}

#main-nav-menu > ul > li > a{
	display: inline-block;
	padding: 0 10px;
	text-decoration:none;
}

#main-nav-menu > ul li ul.sub-menu li{
	display: block;
	position: relative;
	float: none;
}

#main-nav-menu > ul li ul.sub-menu li a{
	display: block;
	color:#FFFFFF;
}

#main-nav-menu > ul li ul.sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background:#0075B7 url(img/shadow_top.png) top left repeat-x;

	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

#main-nav-menu > ul li:hover > ul.sub-menu{
	display: block;
}

#main-nav-menu > ul li ul.sub-menu li ul.sub-menu{
	top: 0;
	left: 100%;
}

#main-nav-menu ul li a{
	padding: 0 10px;
	height:40px;
	line-height:40px;
	font-size:11pt;
	color:#000000;
	text-align:center;
	text-shadow: 0 1px 0px #FFFFFF;
}

#main-nav-menu > ul > li:hover > a,
#main-nav-menu > ul > li.current > a,
#main-nav-menu > ul > li.current > a:hover {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzViNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwNzViNyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc1YjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,117,183,0) 0%, rgba(0,117,183,0) 50%, rgba(0,117,183,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,117,183,0)), color-stop(50%,rgba(0,117,183,0)), color-stop(100%,rgba(0,117,183,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,117,183,0) 0%,rgba(0,117,183,0) 50%,rgba(0,117,183,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,117,183,0) 0%,rgba(0,117,183,0) 50%,rgba(0,117,183,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,117,183,0) 0%,rgba(0,117,183,0) 50%,rgba(0,117,183,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,117,183,0) 0%,rgba(0,117,183,0) 50%,rgba(0,117,183,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000075b7', endColorstr='#0075b7',GradientType=0 ); /* IE6-8 */
}

#main-nav-menu > ul li ul.sub-menu li a{
	padding:10px 10px 5px 10px;
	line-height:100%;
	height:auto;
	text-decoration:none;
	border: none;
	white-space:nowrap;
	text-align:left;
	color:#FFFFFF;
	text-shadow: 0 1px 0px rgba(0,0,0,0.50);
}

#main-nav-menu > ul li ul.sub-menu li a .indicator{
	margin-top: -7px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 15px;
	height: 15px;
	background: url(../images/main_nav_indicator.png) center center no-repeat;
}

#main-nav-menu > ul li ul.sub-menu li:last-child > a{
	padding:10px;
}

#main-nav-menu > ul li ul.sub-menu li:hover > a{
	color:  #75BD37;
}

#main-nav-menu > ul > li > ul.sub-menu{
	border-top: none;
}

#main-nav-menu > ul li ul.sub-menu li ul.sub-menu{
	top: -1px;
}

.mobile-menu-button.button {
	display:none;
}


/* Main
---------------------------------------------------------------------------------------------
*/

#main {
	height:auto;
	max-width:996px;
	position:relative;
	text-align:left;
	background:#FFF;
	}

div#content {
	padding:18px 18px 0 18px;
}

div.sompadding {
	padding:20px 0 20px 0;
}

div.shoppadding {
	padding:20px;
}


/* Home Div
---------------------------------------------------------------------------------------------
*/

#home_main {
	height:auto;
	text-align:left;
	max-width:996px;
	position:relative;
	background:#FFF;
}

#image-map {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	overflow:hidden;
}

#home_content {
	padding:55px 18px 0 18px;
	position:relative;
	height:500px;
}

.home-content {
    position: relative;
    background-color: #ccc;
	color: #333;
	padding: 20px 10px 0;
	margin-left: -18px;
	margin-right: -18px;
	margin-top: -18px;
    margin-bottom: 20px;
}

.home-content ul {
    list-style: none;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(50% - 40px);
    float: left;
    box-sizing: border-box;
}

.home-content li {
    padding-top: 8px;
    padding-bottom: 4px;
    padding-left: 40px;
    background-image: url(/themes/comac_template/img/star.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 20px;
}

.home-content p {
    margin: 0;
}

.home-content img {
    position: absolute;
    top: -40px;
    right: -40px;
    z-index: 98;
}

@media (max-width: 1076px) {
    .home-content ul {
        width: calc(50% - 100px);
    }

    .home-content img {
        top: -13px;
        right: 20px;
    }
}

@media (max-width: 650px) {
    .home-content ul {
        width: 50%;
    }

    .home-content img {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        margin: 20px auto 0;
    }
}


/* Shop Div
---------------------------------------------------------------------------------------------
*/

div#shop {
	padding:0;
	position:relative;
}

div#fadeout {
	position:absolute;
	width:80px;
	height:30px;
	left:0;
	bottom:16px;
	background:transparent url(img/catfadeout.png) bottom left no-repeat;
}

div.hidder {
	height:65px;
	/*display:none;*/
}

button.pf_showfilter {
	height:25px;
	*width:150px;
	color:#FFFFFF;
	background:#0075B7 url(img/bg_btn.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0 10px 0 10px;
	margin:-1px 0 0 0;
	font-size:9pt;
	line-height:100%;
	cursor:pointer;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;
	position:absolute;
	right:20px;
	top:10px;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}


/* Product Filter Div
---------------------------------------------------------------------------------------------
*/

#productfilter {
	background:transparent url(img/bg_productfilter_top.png) top center no-repeat;
	padding:0;
	position:relative;
	z-index:99;
}

.home-selector #productfilter {
	position:absolute;
}

.pf_menublock {
	width:200px;
	float:left;
	box-shadow: 0px 5px 10px #333;
	border-radius: 0px 0px 8px 8px;
	position:relative;
	z-index:99;
	cursor:pointer;
}
#pf_menublock3{
	height: 50px;
	text-align: center;
}
#pf_menublock3 table{
	width: 189px;
	margin: auto;
}


#pf_menublock1{
	width: inherit;
}
div.pf_menucontent {
	margin:10px;
	padding:0 0 10px 0;
	border-bottom:1px solid rgba(255,255,255,.2);
	color:#fff;
	display:none;
}

.pf_menuButton,
.pf_menuButton_link {
	display: block;
	padding:10px 0 10px 0;
	position:relative;
}

img.pf_btn {
	display:block;
	cursor:pointer;
}

img#pf_btn_eol {
	width:170px;
	display:block;
	cursor:pointer;
}

img#pf_btn_np {
	width:196px;
	display:block;
	cursor:pointer;
}

img.pf_indicator {
	position:absolute;
	bottom:15px;
	right:10px;
}

/*div#pf_menublock5 {
	width:170px;
	background:transparent url(img/bg_productfilter_ef_btn.png) bottom right no-repeat;
}*/

div#pf_menublock1 {
	background-color: #006DB1;
}
div.pf_menu2 {
	background-color: #E86437;
}

div.pf_menu3 {
    background-color: #6FB138;
}

div.pf_menu4 {
    background-color: #CF1E24;
}

div#pf_menublock5 div.pf_menucontent {
	border-bottom:1px solid #666;
}

#pf_menuButton4 .pf_btn {
    width: auto;
}

#pf_menublock4 {
	background:transparent url(img/btn_bg_red.png) bottom right no-repeat;
}

#pf_menublock5 {
	width:196px;
	background-color: #FFDE20;
}


/* Mascot Div
---------------------------------------------------------------------------------------------
*/

#mascot {
	width:190px;
	height:300px;
	background:transparent url(img/mascot_body.png) bottom center no-repeat;
	position:absolute;
	z-index:1;
	bottom:15px;
	left:18px;
}

img.mascot_head {
	padding:0 0 0 35px;
}


/* How to Order Div
---------------------------------------------------------------------------------------------
*/

#howtoorder {
	width:785px;
	height:auto;
	background:transparent url(img/bg_hto_bubble_top.png) top right no-repeat;
	position:absolute;
	z-index:1;
	bottom:5px;
	right:18px;
}

#howtoorder_padding {
	padding:15px 30px 0 50px;
}

img.hto_bubblebottom {
	position:absolute;
}

#howtoorder_padding p {
	margin:3px 0;
}

#howtoorder_padding hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.3);
    height: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background: none;
}


/* Footer Div
---------------------------------------------------------------------------------------------
*/

div#footer {
	margin:0 18px 0 18px;
	background-color:#FFF;
	color:#666;
	font-size:9pt;
	border-top:1px solid #CCC;
	padding:10px;
	text-align:center;
}


/* Text styles
---------------------------------------------------------------------------------------------
*/

h1 {
	font-weight:bold;
	font-size:20pt;
	line-height:100%;
	color:#2C2C2C;

	margin-top:0px;
	padding:0px 0px 4px 0px;
	background-color:transparent;
	}

h2 {
	font-weight:bold;
	font-size:16pt;
	line-height:100%;
	color:#2C2C2C;

	margin-top:0px;
	padding:0px 0px 4px 0px;
	background-color:transparent;
	}

h3, h4, h5 {
	font-weight:bold;
	font-size:12pt;
	line-height:100%;
	color:#2C2C2C;

	margin-top:0px;
	padding:0px 0px 4px 0px;
	background-color:transparent;
	}


/* main navigation menu
/*-------------------------------------------*/




/* Link Styles
---------------------------------------------------------------------------------------------
*/

#footer a:link, #footer a:visited {
	color:#666;
	text-decoration: underline;
	}

#footer a:hover, #footer a:active {
	color:#0075B7;
	text-decoration: underline;
	}

div.pf_menublock a:link, div.pf_menublock a:visited {
	color:#f1f1f1;
	text-decoration: none;
}

div.pf_menublock a:hover, div.pf_menublock a:active {
	color:#f1f1f1;
	text-decoration: underline;
}

img {
	border: none;
}

a img {
	border: none;
}

a {
	color: #0075B7;
	text-decoration:underline;
}

a:hover, a:active {
	color: #005398;
	text-decoration:underline;
}


/*
e017 styles  =e107
---------------------------------------------------------------------------------------------
*/

.fborder, .forumborder {
	border:1px solid #D4D2D2;
	border-collapse: collapse;
	background-color:transparent;
}

.fcaption, .caption2 {
	background-color:#F9F7F7;
	padding:8px;
	font-weight:bold;
	border:1px solid #D4D2D2;
}

.forumheader, .forumheader2, .forumheader3, .finfobar {
	padding: 8px;
	border: none;
	border:1px solid #D4D2D2;
	background-color:transparent;
}

.tbox {
	color:#000;
	background:#FFF;
	border:1px solid #CCC;
	padding:6px 10px 6px 10px;
	*padding:3px;
	margin:-1px 0 0 0;
	*margin:0px;
	font-size:9pt;
	line-height:100%;
	cursor:pointer;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow:inset 0 0 5px #666;
	-webkit-box-shadow:inset 0 0 5px #666;
	box-shadow:inset 0 0 5px #666;

	font-family:Helvetica, Arial, sans-serif;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.button {
    display: inline-block;
	color:#FFFFFF;
	background:#0075B7 url(img/bg_btn.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding: 6px 10px;
	margin:0;
	font-size:9pt;
	line-height:100%;
	cursor:pointer;
    text-decoration: none;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.button:hover,
.button:active {
    color: #fff;
    text-decoration: none;
}

.button-grey.button-grey {
	display: inline-block;
	text-decoration: none;
	color:#333;
	background-color: #eee;
	border:0px solid #FFF;
	border-radius: 13px;
	box-shadow: 0 0 3px 0px #666;
	font-size:9pt;
	line-height:100%;
	padding: 6px 12px;
}

div.pf_menucontent .button {
	height:25px;
	color:#FFFFFF;
	background:#434343;
	border:0px solid #FFF;
	padding:0 10px 0 10px;
	margin:-1px 0 0 0;
	font-size:9pt;
	line-height:100%;
	cursor:pointer;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

div#pf_menucontent5 .button {
	height:25px;
	color:#FFFFFF;
	background:#0075B7 url(img/bg_btn.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0 10px 0 10px;
	margin:-1px 0 0 0;
	font-size:9pt;
	line-height:100%;
	cursor:pointer;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

.smallblacktext, .smalltext, .nextprev, .helpbox {
	font-size:85%;
	color:#555;
}


/*
Buttons
---------------------------------------------------------------------------------------------
*/

#SC_cartbutton {
	height:25px;
	color:#FFFFFF;
	background:#C1262B url(img/bg_btn_red.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0 10px 0 10px;
	margin:8px 20px 0 0;
	font-size:9pt;
	line-height:25px;
	cursor:pointer;

	/*text-shadow: 0 1px 0px #000;*/

	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;

	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;

	float:right;
}

.search-red-text {
	color:#F00;
	font-size:16px;
}

.SPWS_nextprev a:link,
.SPWS_nextprev a:visited {
	text-decoration:none;
}

Buttons
---------------------------------------------------------------------------------------------
*/

.SPWS_navbtn-red.SPWS_navbtn-red,
.SPWS_navbtn-red.SPWS_navbtn-red.highlight {
	background-color: #db2922;
	background-image: none;
}

.SPWS_navbtn-yellow.SPWS_navbtn-yellow,
.SPWS_navbtn-yellow.SPWS_navbtn-yellow.highlight {
	color: #000;
	background-color: #ffde20;
	background-image: none;
	text-shadow: none;
}

.SPWS_navbtn-yellow.SPWS_navbtn-yellow:hover,
.SPWS_navbtn-yellow.SPWS_navbtn-yellow.highlight:hover {
	color: #fff;
}

@-webkit-keyframes pulse {
      0% { background-color: #000 }
    100% { background-color: #c1262b }
}

@keyframes pulse {
      0% { background-color: #000 }
    100% { background-color: #c1262b }
}

.play-video {
    position: relative;
    display: inline-block;
}

.play-video::before,
.play-video::after {
    content: " ";
    display: block;
}

.play-video::before {
    /*width: 24px;*/
    width: 16px;
    height: 16px;
    margin-right: 5px;
    /*border-radius: 4px / 7px;*/
    border-radius: 100px;
    background-color: #000;
    -webkit-animation: pulse 0.3s linear 0s infinite alternate;
    animation: pulse 0.3s linear 0s infinite alternate;
}

.play-video::after {
    position: absolute;
    top: 4px;
    left: 6px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
}

.download-cad {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-image: url('/themes/comac_template/img/cad-icon.png');
}

.customer-feedback {
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
    table-layout: fixed;
}

.customer-feedback td {
    padding-right: 20px;
    padding-left: 20px;
	vertical-align: top;
}

.customer-feedback p {
    padding: 10px;
    margin: 0;
    background-color: #effafe;
}

.customer-feedback p + p {
    margin-top: 20px;
}

.cboxElement {
    cursor: zoom-in;
}

#cboxOverlay {
    cursor: zoom-out !important
}

#cboxLoadedContent img {
    max-width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {

	/* Nav */

	.COMAC_paymenticons {
		display:none;
	}

	#main-nav-menu ul li a {
		padding:0 9px;
		font-size:13px;
	}
}

@media (max-width: 991px) {
	.restrictwidth {
		width:auto;
		min-width:0;
	}

	.SPAS_contenttext {
		width:600px;
	}

	/* Home */

	#howtoorder table thead,
	#howtoorder table tbody,
	#howtoorder table th,
	#howtoorder table td,
	#howtoorder table tr {
		display: block !important;
		clear:both;
	}

	#howtoorder tr:first-child td {
		margin-bottom:20px;
	}

	#howtoorder tr:first-child td:last-child {
		margin-bottom:0;
	}

	#howtoorder {
		width:320px;
		right:auto;
		left:230px;
		background:transparent url(img/bg_hto_bubble_top.png) top left no-repeat;
		border-radius:0 10px 10px 10px;
        bottom: 20px;
	}

	#howtoorder_padding {
		padding-right:25px;
	}

	.hto_bubblebottom {
		display:none;
	}

	/* Shop */

	/*#shop table tr:last-child td:last-child,
	#shop table tr:last-child {
		display: block !important;
		clear:both;
		width:auto;
	}*/

	#SPWS_category_page table tr td,
	#SPWS_category_page table tr,
	#SPWS_category_page table tr:last-child td:last-child,
	#SPWS_category_page table tr:last-child {
		display: block !important;
		clear:none !important;
		width:auto;
	}

	#SPWS_category_page table tr,
	#SPWS_category_page table tr td {
		float:left;
	}

	#SPWS_category_page table tr {
		max-width:400px;
	}

}

@media (max-width: 767px) {

	/* Nav */

	.mobile-menu-button.button {
		margin-top:9px;
		color:#ffffff !important;
		text-decoration:none !important;
		padding:6px 10px;
		height:auto;
	}

	#main-nav-menu {

	}

	#main-nav-menu > ul {
		background:#0075B7 url(img/shadow_top.png) top left repeat-x;
		border-radius:0 0 4px 4px;
		position:absolute;
		top:40px;
	}

	#main-nav-menu > ul > li {
		float:none;
	}

	#main-nav-menu > ul > li > a {
		display:block;
		text-align:left;
		white-space:nowrap;
		color:#ffffff;
		text-shadow:0 1px 0px rgba(0,0,0,0.50);
	}

	#main-nav-menu > ul li ul.sub-menu {
		position:static;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		background:none;
		border-left:1px solid #cccccc;
		margin-left:10px;
		margin-bottom:10px;
		-moz-border-radius:0;
		-webkit-border-radius:0;
		border-radius:0;
	}

	#main-nav-menu > ul li:hover > ul.sub-menu {
		display:none;
	}

	#main-nav-menu > ul li.open > ul.sub-menu {
		display:block;
	}

	/* Home */

	#howtoorder {
		left:200px;
	}

	#footer_right table thead,
	#footer_right table tbody,
	#footer_right table th,
	#footer_right table td,
	#footer_right table tr {
		display: block !important;
		clear:both;
	}

	.cpage_body table thead,
	.cpage_body table tbody,
	.cpage_body table th,
	.cpage_body table td,
	.cpage_body table tr {
		display: block !important;
		clear:both;
	}

	ul.SPWS_navmaincats li a,
	ul.SPWS_navsubcats li a {
		height:25px !important;
		width:30px !important;
		padding-top:5px !important;
		margin-bottom:5px !important;
	}

	ul.SPWS_navmaincats li:nth-last-child(2) a,
	ul.SPWS_navmaincats li:last-child a {
		width: auto !important;
	}

	.SPWS_menu_catindexitem {
		padding-top:10px !Important;
		padding-bottom:10px !important;
	}

	/* Shop */

	#shop table > tr:last-child > td,
	#shop table > tr:last-child {
		display: block !important;
		clear:both;
		width:auto;
	}

	.SPWS_navmaincats,
	.SPWS_navsubcats {
		margin-left:10px !important;
	}

	.SPWS_navtitle {
		display:block;
		float:none !important;
		text-align:left !important;
	}

	#SPWS_home + div {
		width:auto !important;
	}

	#SPWS_category_page table tr {
		max-width:200px;
	}

}

@media (max-width: 480px) {

	/* Header */

	#logo {
		width:200px;
		overflow:hidden;
		margin:auto;
		float:none;
	}

	.contact_phone {
		width:auto;
	}

	#SiteSearch .tbox {
		width:190px;
	}

	/* Nav */

	.COMAC_paymenticons {
		display:none;
	}

	/* Home */

	#home_content {
		height:1050px;
	}

	#mascot {
		display:none !important;
	}

	#howtoorder {
		left:20px;
		background-image:none;
		background-color:#6fba3b;
		border-radius:10px;
		width:295px;
		top:610px;
		bottom:auto;
	}

	#howtoorder_padding {
		padding-left:25px;
	}

	.pf_menublock.pf_menublock {
		width:100% !important;
		background-size:cover;
		padding:7px 0 10px;
	}

	#pf_menublock4,
	#pf_menublock5 {
		width:100%;
		background-size:cover;
	}

	img.pf_btn {
		margin:auto;
	}

	.home-selector #productfilter {
		margin-top:230px;
	}

	/* Shop */

    #shop table thead,
    #shop table tbody,
    #shop table tfoot,
    #shop table th,
    #shop table tr,
	#shop table td {
		display: block !important;
		clear:both;
		width:auto !important;
	}

	#shop .cboxElement img {
		max-width:100%;
	}
}

.new-product-images {
    display: flex;
	display: -ms-flexbox;      /* TWEENER - IE 10 */
    flex-wrap: wrap;
	-ms-flex-pack: start;
	-ms-flex-align: start;
    align-items: stretch;
    justify-content: space-between;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-right: -10px;
	margin-bottom: -20px;
	margin-left: -10px;
}

.new-product-images::after {
    content: '';
    flex: auto;
}

.new-product-image {
    display: flex;
	display: -ms-flexbox;      /* TWEENER - IE 10 */
    flex-direction: column;
    align-items: center;/*
    justify-content: flex-start;
    flex-basis: 0;*/
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    text-align: center;
	/*-ms-flex-order: 1;*/
	width: 80px;
}

/*@media screen and (min-width:0\0) {*/
	.new-product-image p {
		display: block;
		-ms-flex: 0 1 auto;
		width: 80px !important;
		margin: 0px !important;
	}
/*}*/
.new-product-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 3px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}







#shop-search-results {
    display: flex;
	display: -ms-flexbox;      /* TWEENER - IE 10 */
    flex-wrap: wrap;
	-ms-flex-pack: start;
	-ms-flex-align: start;
    align-items: stretch;
    justify-content: space-between;

	   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
}

.shop-search-result{
    width: 150px;
    height: 150px;
    margin: 0px 7px 80px 0px;
    border: 1px solid #ccc;
	-ms-flex-order: 1;
}
.shop-search-result img{
	clear: both;
	max-height: 150px;
	max-width: 150px;
	object-fit: cover;
}
.shop-search-result a.visit{
	position: absolute;
	margin-left: -76px;
	margin-top: 155px;
	width: 150px;
}
@media screen and (min-width:0\0) {
	.shop-search-result a.visit {
		margin-left: 0px !important;
	}
}

.search-image{
	display: flex;
	display: -ms-flexbox;      /* TWEENER - IE 10 */
    align-items: center;
    justify-content: center;
	margin-top: -38px;
	height: 150px;
	width: 150px;
}
.ui-autocomplete { position: absolute; cursor: default;z-index:2147483647 !important;}

#spicf_slider  {
    position: absolute;
    top: 50px;
    left: 0;
    width: 996px;
    height: 128px;
}

@media (max-width: 991px) {
    #spicf_slider {
        display: none;
    }
}


/* promobox */
#sppbContainer {
    position: absolute;
    top: 50px;
    left: 0;
    width: 996px;
    height: 128px;
}

@media (max-width: 991px) {
    #sppbContainer {
        display: none;
    }
}
   