/* ===================================================================
	:: 1.0 Style Guide
====================================================================== */


/* :1.1 Basic Html
................................*/

html {
	background:url(/files/images/bg-footer.jpg) repeat;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	background: url(/files/images/bg-main-2.jpg) center top no-repeat;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Roboto', Arial, sans-serif;
	line-height: 1.4;
	margin: 0 auto;
	position: relative;
	background-attachment: fixed;
}
body::after {
	content: '';
	display:block;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzEzMTMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(19,19,19,1) 0%, rgba(19,19,19,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(19,19,19,1)), color-stop(100%,rgba(19,19,19,0)));
	background: -webkit-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(19,19,19,0) 100%);
	background: -o-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(19,19,19,0) 100%);
	background: -ms-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(19,19,19,0) 100%);
	background: linear-gradient(to bottom,  rgba(19,19,19,1) 0%,rgba(19,19,19,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#00131313',GradientType=0 );
	position:absolute;
	left: 0;
	right: 0;
	top:450px;
	height:200px;
	width:100%;
}
.page_news::after {
	content: none;
}
.homepage .nine.columns,
.nine.columns,
.six.columns {
	background: #fff;
	/* margin-bottom: -46px; */
	position: relative;
}
.homepage .nine.columns,
.nine.columns,
.homepage + #sidebar-main .three.columns,
#sidebar-main .three.columns,
#sidebar-left .three.columns {
	padding-top: 15px;
	padding-bottom: 15px;
}
.homepage + #sidebar-main .three.columns,
#sidebar-main .three.columns,
#sidebar-left .three.columns {
	background: #000;
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width:940px) {
.homepage .nine.columns,
.nine.columns {
	margin-bottom: 0;
}
}
/* :1.2 Colors
................................*/

.colors div {
	display: inline-block;
	margin: 15px 1%;
	text-align: center;
	width: 14.3%;
}
.colors span {
	box-shadow: 1px 1px 3px 1px rgba(000, 000, 000, .2);
	border: 3px solid #FFF;
	border-radius: 5px;
	display: block;
	height: 120px;
	width: 100%;
	margin-bottom: 15px;
}
.color1 {
	background: #EEE;
}
.color2 {
	background: #DDD;
}
.color3 {
	background: #CCC;
}
.color4 {
	background: #AAA;
}
.color5 {
	background: #999;
}
.color6 {
	background: #666;
}
.color7 {
	background: #333;
}
.color8 {
	background: #222;
}
.color9 {
	background: #000;
}
/* :1.3 Typography
................................*/

body {
	font-weight: 400;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
/* :1.4 Headings
................................*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: 'Exo', helvetica, arial, sans-serif;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h1 {
	font-size: 36px;
	font-size: 3.6rem;
}
h2 {
	font-size: 30px;
	font-size: 3.0rem;
}
h1 span,
h2 span {
	color: #b70000;
	font-weight: 900;
}
h3 {
	font-size: 24px;
	font-size: 2.4rem;
}
h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	line-height: 1;
}
/* :1.5 Links
................................*/

a,
a:link {
	color: #f93636;
	text-decoration: none;
}
a:hover {
	color: #9C0000;
	text-decoration: underline;
}
a:visited {
	color: #f93636;
}
a:active {
	color: #9C0000;
}
/*For the sake of presentation of the pseudo class links, i've created the classes below*/

a.visi {
	color: #003366;
}
a.hove {
	text-decoration: underline;
}
a.acti {
	color: #336699;
}
/* :1.6 Paragraphs
................................*/

p {
	margin: 0 0 20px 0;
}
.callout {
	border-left: 3px solid #CCC;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 0 20px;
}
/* :1.7 Lists
................................*/

ol,
ul,
dl {
	margin: 0 0 15px 15px;
	padding: 0 0 0 20px;
}
ol ol,
ul ul {
	margin: 0 0 0 15px;
	margin-left: 0px;
	padding: 0 0 0 20px;
}
ol li,
ul li,
dd {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 15px;
}
dt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
dd {
	font-style: italic;
	margin: 0 0 0 20px;
}
.long_list {
	background: #EEE;
	border-radius: 5px;
	clear: both;
	padding: 20px;
	margin-bottom: 20px;
	-moz-column-count: 3;
	/* Firefox */
	-webkit-column-count: 3;
	/* Safari and Chrome */
	column-count: 3;
}
/* IE fix for CSS3 columns */

.long_list li {
	float: left\9;
	width: 28%\9;
}
.long_list li {
	list-style: circle;
	margin-left: 20px;
}
/* :1.8 Blockquotes
................................*/

blockquote {
	background: #EEE;
	border-left: #CCC 3px solid;
	border-radius: 0px 5px 5px 0px;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.4;
	margin: 20px 50px;
	padding: 10px 20px;
}
/* :1.9 Horizontal Rules
................................*/

hr {
	border: 0px;
	border-bottom: 1px solid #CCC;
	clear: both;
	padding: 0;
}
.hrule1 {
	border-bottom: 2px solid #CCC;
}
.hrule2 {
	border-bottom: 5px double #CCC;
}
.hrule3 {
	border-bottom: 5px ridge #CCC;
}
/* :1.10 Select Fields
................................*/

select {
	border: 1px solid #CCC;
	border-radius: 5px;
	color: #333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
	width: auto;
}
/* :1.11 Inputs/ Text area
................................*/

input,
textarea {
	border: 1px solid #CCC;
	border-radius: 5px;
	display: block;
	font-family: arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px;
}
input,
input.wsm-prod-qty-field,
input[type="button"] {
	display: inline-block;
}
label {
	cursor: default;
	display: inline;
}
textarea {
	min-height: 100px;
}
input[type=number] {
	display: inline-block;
}
/* :1.12 WSM Inquiry Form
................................*/

.wsm_inquiry_form form {
	background: #EEE;
	border: 1px solid #CCC;
	overflow: hidden;
	width: 100%;
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.wsm_inquiry_form form .wsm_inquiry_row_1 {
	background: none;
	clear: both;
	width: 100%;
}
.wsm_inquiry_form form label {
	color: #999;
	display: inline-block;
	font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	width: 30%;
	vertical-align: text-top;
}
.wsm_inquiry_form form > div > label {
	padding-top: 5px;
}
.wsm_inquiry_form_field.wsm_inquiry_form_input,
.wsm_inquiry_form_field.wsm_inquiry_form_state {
	display: inline-block;
	width: 65%;
}
.wsm_inquiry_form_cbox_row .wsm_inquiry_form_rlabel.wsm_inquiry_form_cbox_label {
	clear: none;
	display: inline-block;
	line-height: 1;
	width: auto;
}
.wsm_inquiry_form form .wsm_inquiry_form_cbox_row {
	margin-bottom: 0px;
}
input.hasDatePicker.hasDatepicker {
	display: inline-block;
	width: auto !important;
}
.wsm_inquiry_form_input img {
	margin-bottom: 0;
}
.wsm_inquiry_form form input[type=text],
.wsm_inquiry_form form textarea,
.wsm_inquiry_form form select {
	width: 100%;
}
/* Newsletter */

form[action*="/newsletter.html"] .wsm_framework {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
}
form[action*="/newsletter.html"] .wsm_header {
	background: none;
	color: #333;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 15px;
}
form[action*="/newsletter.html"] .wsm_framework table {
	border: 1px solid #AAA;
	background: #EEE;
}
form[action*="/newsletter.html"] .wsm_framework tr {
}
form[action*="/newsletter.html"] .wsm_framework td {
	padding: 5px;
}
form[action*="/newsletter.html"] .wsm_framework .wsm_entry input {
	border: 1px solid #AAA;
}
/* :1.13 Buttons
................................*/


/*Default Button Style -- 
	----------------------------------------------------------------------*/

.widget_featured_add_cart_btn,
.wsm-registries-button,
.wsm_interface_registry_options a,
.view_cart_btn,
.wsm-prod-button,
.continue_shopping_btn,
.wsm-cat-button,
.wsm-cat-button.wsm-addtocart-button,
.wsm-prod-option-set-file button,
.prod-info-right-wrap .wsm-inquiry-button,
.prod-info-right-wrap .wsm-tellafriend-button,
.prod-info-right-wrap .wsm-addwishlist-button,
.wsm_interface_cart_btn,
.wsm_cart_btn,
.wsm_cart_anchors.wsm_cart_anchors_cart a,
.wsm-cat-button.wsm-addtocartprice-button,
.wsm_checkout_next a,
.wsm_interface_btn,
.shop-ymm .wsm-attribute-buttons button,
.shop-ymm .wsm-attribute-buttons input,
.body_product .reveal-modal .close-reveal-modal.done_btn,
input[type=submit],
.showLess,
.showMore,
#wsm_ajax_add_cart_cart_link a,
#wsm_ajax_add_cart_close_link a,
.ags-narrow-search-go,
input[value=Clear],
input.button[type="submit"],
.button,
button,
input[type="button"] {
	border-radius: 2px;
	box-shadow: none;
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	height: auto;
	line-height: 1;
	padding: 5px;
	text-transform: capitalize;
	width: auto;
	-webkit-appearance: none;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	-ms-transition: .2s ease;
	transition: .2s ease;
}
/*--------------------------------------------------------------------*/


/* Primary Button Style -- 
	--------------------------------------------------------------------- */

input[type=submit],
.button,
a.button,
.primary,
.button.primary,
.wsm_checkout_next a.scroll-link,
.showLess,
.showMore,
.wsm-registries-button-add-new,
.wsm-registries-button-add-new-empty,
.wsmjs-attribute-search-shop,
.body_product .reveal-modal .close-reveal-modal.done_btn,
.wsm_cart_anchors.wsm_cart_anchors_cart a,
.wsm_cart_btn.wsm_interface_cart_shipping_tool_button {
	background: #b70000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
	background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
	color: #FFF;
	border: 1px solid #990000;
}
input[type=submit]:hover,
.button:hover,
.button.primary:hover,
.wsm_checkout_next a:hover,
.showLess:hover,
.showMore:hover,
.wsm-registries-button-add-new:hover,
.wsm-registries-button-add-new-empty:hover,
.wsmjs-attribute-search-shop:hover,
.body_product .reveal-modal .close-reveal-modal.done_btn:hover,
.wsm_cart_anchors.wsm_cart_anchors_cart a:hover,
.wsm_cart_btn.wsm_interface_cart_shipping_tool_button:hover {
	background: #990000;
	cursor: pointer;
	text-decoration: none;
}
/*--------------------------------------------------------------------*/


/* Secondary Button Style -- 
	----------------------------------------------------------------------*/

.view_cart_btn,
input[type=submit].secondary,
.button.secondary,
.wsm-cat-button.wsm-addtocart-button,
.wsm_interface_cart_btn.wsm_interface_cart_checkout_btn,
.wsm-cat-button.wsm-addtocartprice-button,
.wsm_interface_btn.wsm_interface_btn_checkout_submit,
.wsm-prod-button.wsm-addtocart-button,
#wsm_ajax_add_cart_cart_link a,
.widget_featured_add_cart_btn {
	background: #222583;
	border: 1px solid #2e32a9;
	color: #FFF ;
}
.view_cart_btn:hover,
input[type=submit].secondary:hover,
.button.secondary:hover,
.wsm-cat-button.wsm-addtocart-button:hover,
.wsm_interface_cart_btn.wsm_interface_cart_checkout_btn:hover,
.wsm-cat-button.wsm-addtocartprice-button:hover,
.wsm_interface_btn.wsm_interface_btn_checkout_submit:hover,
.wsm-prod-button:hover.wsm-addtocart-button:hover,
#wsm_ajax_add_cart_cart_link a:hover,
.widget_featured_add_cart_btn:hover {
	background: #2e32a9;
	cursor: pointer;
	text-decoration: none;
	border-color: transparent;
}
/*--------------------------------------------------------------------*/


/* Alternate Button Style -- 
	----------------------------------------------------------------------*/

.wsm_interface_cart_update_btn {
	color: #fff !important;
}
.continue_shopping_btn,
.wsm-cat-button,
.wsm-prod-button,
.prod-info-left .wsm-inquiry-button,
.prod-info-left .wsm-tellafriend-button,
.prod-info-right-wrap .wsm-inquiry-button,
.prod-info-right-wrap .wsm-tellafriend-button,
.prod-info-right-wrap .wsm-addwishlist-button,
#wsm_ajax_add_cart_close_link a,
.wsm_interface_cart_btn,
.wsm_cart_btn,
.wsm-registries-cancel,
.wsm-registries-button-edit-this,
.wsm_interface_registry_options a,
.wsmjs-attribute-search-clear,
.ags-narrow-search-go,
input[value=Clear],
input[type=submit].alt1,
.button.alt1 {
	background: #888;
	border: 1px solid #666;
	color: #333;
}
.continue_shopping_btn:hover,
.wsm-cat-button:hover,
.wsm-prod-button:hover,
.prod-info-left .wsm-inquiry-button:hover,
.prod-info-left .wsm-tellafriend-button:hover,
.prod-info-right-wrap .wsm-inquiry-button:hover,
.prod-info-right-wrap .wsm-tellafriend-button:hover,
.prod-info-right-wrap .wsm-addwishlist-button:hover,
#wsm_ajax_add_cart_close_link a:hover,
.wsm_interface_cart_btn:hover,
.wsm_cart_btn:hover,
.wsm-registries-cancel:hover,
.wsm-registries-button-edit-this:hover,
.wsm_interface_registry_options a:hover,
.wsmjs-attribute-search-clear:hover,
.ags-narrow-search-go:hover,
input[value=Clear]:hover,
input[type=submit].alt1:hover,
.button.alt1:hover {
	background: #666;
	cursor: pointer;
	text-decoration: none;
}
/*--------------------------------------------------------------------*/


/* Alternate Button Style 2 -- 
	 -------------------------------------------------------------------- */

input[type=submit].alt2,
.button.alt2,
.wsm-cat-button.wsm-config-button {
	background: #222583;
	border: 1px solid green;
	color: #FFF;
}
input[type=submit].alt2:hover,
.button.alt2:hover,
.wsm-cat-button.wsm-config-button:hover {
	background: #2e32a9;
	cursor: pointer;
	text-decoration: none;
}
/*--------------------------------------------------------------------*/


/* :1.15 Images
................................*/

img {
	border: 0px;
	margin: 0 0 15px 0;
}
.img1 {
	box-shadow: 0 10px 6px -6px #777;
}
.img2 {
	border: 3px solid #FFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.img3 {
	box-shadow: -3px 0 0 0 #006699;
	border-radius: 5px;
}
img.flt_rt {
	float: right;
	margin: 10px 0 10px 10px;
}
img.flt_lft {
	float: left;
	margin: 10px 10px 10px 0px;
}

/* :1.16 Media Queries
................................*/

@media only screen and (max-width: 940px) {
/*Images*/
.img1,
.img2,
.img3 {
	max-width: 200px;
	width: auto;
}
/*Lists*/
ul.long_list {
	-moz-column-count: 2;
	/* Firefox */
	-webkit-column-count: 2;
	/* Safari and Chrome */
	column-count: 2;
}
/*WSM Inquiry Forms*/
.wsm_inquiry_form_field.wsm_inquiry_form_input,
.wsm_inquiry_form_field.wsm_inquiry_form_state {
	display: block;
	float: none;
	width: 100%;
}
.wsm_inquiry_form form label {
	display: block;
	font-size: 18px;
	margin: 10px 0;
	width: 100%;
}
.wsm_inquiry_form_cbox_row .wsm_inquiry_form_cbox_label {
	font-size: 12px;
	font-size: 1.2rem;
}
.wsm_inquiry_form form .wsm_inquiry_form_cbox_row {
	margin-bottom: 0;
}
.wsm_inquiry_form form .wsm_inquiry_form_input_cbox {
	float: left !important;
	margin-top: 10px !important;
}
}

@media only screen and (max-width: 767px) {
.row.master {
	overflow-x: hidden;
	padding-top:0 !important;
	margin-top:0;
}
.menu-action {
	border: none;
	margin-bottom: 0;
}
/*Typography*/
body,
p {
	font-size: 13px;
	font-size: 1.3rem;
}
.callout {
	font-size: 14px;
	font-size: 1.4rem;
}
/*Headings*/
h1 {
	font-size: 28px;
	font-size: 2.8rem;
}
h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
h3 {
	font-size: 20px;
	font-size: 2.0rem;
}
h4 {
	font-size: 18px;
	font-size: 1.8rem;
}
h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
/*Lists*/
ol li,
ul li,
dd,
ul.long_list li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
ul.long_list {
	-moz-column-count: 1;
	/* Firefox */
	-webkit-column-count: 1;
	/* Safari and Chrome */
	column-count: 1;
}
/*Labels*/
label {
	float: none;
	width: 100%;
}
/*Blockquotes*/
blockquote {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 15px auto;
	padding: 10px;
	width: 92%;
}
/*Images*/
img.flt_rt,
img.flt_lft {
	display: block;
	float: none;
	margin: 10px auto;
}
}

@media only screen and (max-width: 480px) {
/*Headings*/
h1 {
	font-size: 24px;
	font-size: 2.4rem;
}
h2 {
	font-size: 20px;
	font-size: 2.0rem;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 15px;
	font-size: 1.5rem;
}
h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
/*Images*/
.img3,
.img2,
.img1 {
	max-width: 100% !important;
}
}
/* ==================================================================
	:: 2.0 Modules // Helpers
===================================================================== */


/* :2.1 WSM Overrides
................................*/

.body_product .row.master,
.body_cart .row.master,
.body_checkout .row.master {
	background: #fff;
}
.row.master {
	padding: 15px 0;
}
.clearfix {
	display: block;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}
iframe {
	max-width: 100%;
}
.flt_rt {
	float: right;
}
.flt_lft {
	float: left;
}
.clr_both {
	clear: both;
}
.wsm_hidden {
	display: none;
	visibility: hidden;
}
/*Requested by Mike 04-25-13*/

.wsm_interface_error {
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #cc0000;
	font-size: 12px;
	font-weight: 700;
}
.wsm_interface_info {
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #333;
	font-size: 12px;
}
.wsm_interface_header {
	background: none;
	padding: 0;
	margin: 0 0 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 20px;
	font-size: 2.0rem;
}
#wsm_message {
	max-width: 1170px;
	margin: 15px auto;
}
.wsm-search-form {
	background: none;
	border: none;
}
.wsm-search-form .wsm-search-form-text {
	float: left;
	width: 75%;
	margin-right: 2%;
}
.wsm-search-form .wsm-search-form-button {
	width: 20%;
	float: left;
}
/* :2.2 Reveal Modals
..................................*/

.reveal-modal {
	border-radius: 0px;
}
.reveal-modal hr {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #AAA;
	padding: 0;
}
.reveal-modal .close-reveal-modal:not(.button) {
	border: 3px solid #FFF;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: #000;
	color: #FFF;
	height: 30px;
	line-height: 1;
	width: 30px;
	text-align: center;
	text-decoration: none;
	top: -10px;
	right: -10px;
}
.lt-ie9 .reveal-modal .close-reveal-modal {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
	font-weight: bold;
	cursor: pointer
}
/*My Account*/

.reveal-modal .widget_login_header {
	border-bottom: 1px solid #FFF;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
	text-align: center;
}
.reveal-modal .widget_login_header:after {
	bottom: 0;
	border-bottom: 1px solid #AAA;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}
.reveal-modal .widget_login_header a {
	font-weight: bold;
	font-weight: 700;
}
.widget_login_loginbar,
.widget_recent_orders ul {
	margin: 0;
	padding: 0;
}
.widget_login_loginbar li,
.widget_recent_orders li {
	list-style: none;
	line-height: 1.2;
	margin: 0 0 10px;
	padding: 0;
}
/*Logged in Modal*/

.widget_login_loginbar {
	text-align: center;
}
.widget_login_loginbar > li {
	display: inline-block;
	margin: 2%;
}
.widget_login_loginbar > li a {
	opacity: 0.5;
	text-decoration: none;
}
.widget_login_loginbar > li a:hover {
	opacity: 1;
}
.widget_login_loginbar .view_account,
.widget_login_loginbar .view_cart,
.widget_login_loginbar .logout .widget_login_loginbar .wishlist {
	text-align: center;
}
.widget_login_loginbar .view_account a:before,
.widget_login_loginbar .view_cart a:before,
.widget_login_loginbar .logout a:before,
.widget_login_loginbar .wishlist a:before {
	content: "\f007";
	color: #999;
	display: block;
	margin-bottom: 5px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.widget_login_loginbar .view_cart a:before {
	content: "\f07a";
}
.widget_login_loginbar .logout a:before {
	content: '\f08b';
}
.widget_login_loginbar .wishlist a:before {
	content: "\f040";
}
/*Need Help*/

.widget_login_helpcenter_content {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.widget_login_helpcenter_content li {
	position: relative;
	padding-left: 30px;
}
.widget_login_helpcenter_content li span {
	display: block;
	font-weight: 700;
}
.widget_login_helpcenter_content i {
	font-size: 30px;
	font-size: 3rem;
	left: 0;
	margin-right: 15px;
	position: absolute;
}
.reveal-modal .widget_login_help_phone,
.reveal-modal .widget_login_help_title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: left;
}
.reveal-modal .widget_login_help_phone {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}
/*Cart*/

.reveal-modal .continue_shopping_btn,
.reveal-modal .view_cart_btn,
.reveal-modal .checkout_btn {
	color: #FFF;
	height: auto !important;
	background: #666 !important;
	text-transform: capitalize;
	border: 1px solid #333;
	border-radius: 2px !important;
	box-shadow: none !important;
}
.reveal-modal .continue_shopping_btn:hover,
.reveal-modal .view_cart_btn:hover,
.reveal-modal .checkout_btn:hover {
	background: #3035b3 !important;
/* 	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzViMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzE5NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3035b3), color-stop(100%, #17195e));
	background: -webkit-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: -o-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: -ms-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: linear-gradient(to bottom, #3035b3 0%, #17195e 100%);
 	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3035b3', endColorstr='#17195e', GradientType=0);
 	border-radius: 0px !important;
 	border-color: #333; */
 	color: #FFF;
 	text-transform: capitalize;
}
.reveal-modal .continue_shopping_btn:hover {
	background: #000;
}
.reveal-modal .continue_shopping_btn:hover,
.reveal-modal .view_cart_btn {
	color: #FFF !important;
	text-decoration: none !important;
}
.reveal-modal .view_cart_btn:hover {
	background: #000;
}
/*Ajax add to cart*/

#wsm_ajax_modal_atc h3 {
	text-align: center;
}
#wsm_ajax_add_cart_message {
	text-align: center;
}
.wsm_ajax_modal_link_actions > div#wsm_ajax_add_cart_cart_link,
.wsm_ajax_modal_link_actions > div#wsm_ajax_add_cart_close_link {
	display: inline-block;
	float: none;
}
.wsm_ajax_modal_link_actions > div#wsm_ajax_add_cart_cart_link a,
.wsm_ajax_modal_link_actions > div#wsm_ajax_add_cart_close_link a {
	margin-bottom: 5px;
	min-width: 80%;
}

/* :2.9 Media Queries
..................................*/

@media only screen and (min-width: 940px) {
/*Framework*/
.row.homepage {
	padding: 0;
}
.row.master {
	padding-top: 10px;
	background: #FFF;
}
/*Reveal Modals*/
  /*My Account*/
.reveal-modal .widget_login_email label,
.reveal-modal .widget_login_password label {
	display: inline-block;
	font-size: 22px;
	margin: 20px 0;
	width: 25%;
}
.reveal-modal .widget_login_email input,
.reveal-modal .widget_login_password input {
	display: inline-block;
	height: 50px;
	width: 70%;
}
.reveal-modal .widget_login_email {
	margin: 10px 0;
}
.reveal-modal .widget_login_submit,
.reveal-modal .widget_login_login_forgotpassword {
	float: right;
}
.reveal-modal .widget_login_submit {
	clear: both;
	margin: 10px 0 0 0;
}
.reveal-modal .widget_login_submit #wsm_form_submit {
	display: block;
	font-size: 20px;
}
}

@media only screen and (max-width: 940px) {
/*Colorbox*/
#colorbox {
	background: none !important;
	height: auto !important;
	left: auto !important;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 100% !important;
}
#cboxWrapper {
	background: none !important;
	height: auto !important;
	width: 100% !important;
}
#cboxContent {
	background: none !important;
	float: none !important;
	height: auto !important;
	width: 100% !important;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
	display: none;
}
#cboxLoadedContent {
	background: #FFF;
	border-radius: 15px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	height: auto !important;
	margin: 0 auto !important;
	overflow-y: hidden !important;
	padding: 4% 2%;
	width: 90% !important;
}
/*Colorbox Navigation Controls*/
#cboxPrevious {
	left: 25px
}
#cboxNext {
	left: 52px;
}
#cboxCurrent {
	left: 83px;
}
#cboxPrevious,
#cboxNext,
#cboxCurrent {
	bottom: 5px;
}
/*Timer*/
#wsm_ajax_add_cart_message,
#wsm_ajax_add_cart_title {
	text-align: center;
}
#cboxLoadedContent {
	padding-bottom: 55px !important;
}
#cboxContent #cboxTitle {
	float: none !important;
	margin: 0 auto 0;
	overflow: hidden;
	position: relative;
	top: -40px !important;
	width: 80% !important;
}
#cboxCloseTimerBar {
	max-width: 100% !important;
}
}

@media only screen and (max-width: 767px) {
/*General*/
img.fl_left,
img.fl_right {
	display: block;
	float: none;
	margin: 0 auto;
}
/*Reveal Modals*/
.reveal-modal,
.reveal-modal.small,
.reveal-modal.medium,
.reveal-modal.large,
.reveal-modal.xlarge {
	top: 60px !important;
}
.reveal-modal .widget_login_email label,
.reveal-modal .widget_login_password label {
	display: block;
	font-size: 22px;
	margin: 20px 0;
	width: 100%;
}
.reveal-modal .widget_login_email input,
.reveal-modal .widget_login_password input {
	display: block;
	height: 50px;
	width: 100%;
}
.reveal-modal .widget_login_email {
	margin: 10px 0;
}
.reveal-modal .widget_login_submit,
.reveal-modal .widget_login_login_forgotpassword {
	float: right;
}
.reveal-modal .widget_login_submit {
	clear: both;
	margin: 10px 0 0 0;
}
.reveal-modal .widget_login_submit #wsm_form_submit {
	display: block;
	font-size: 20px;
}
.reveal-modal {
	margin-left: -45%;
	width: 90%;
}
.reveal-modal-bg {
	position: fixed;
}
/*Fixes the modal bg so that the bg stays dark*/
.widget_login_loginbar > li {
	display: inline-block;
	width: 47%;
	margin: 1%;
}
.widget_login_loginbar {
	margin-bottom: 15px;
}
}

@media only screen and (max-width: 480px) {
}
/* =======================================================================
	:: 3.0 Header
========================================================================== */

.header-wrap {
	background: transparent;
	padding: 0;
	position: relative;
	z-index: 30;
}
.header-wrap:before {
	content: '';
	background: rgba(255,255,255, .1);
	background: rgba(0,0,0,0.2);
	border-bottom: rgba(255,255,255,0.4) 1px solid;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 30px;
}
header {
	position: relative;
}
/* :3.1 Logo 
................................*/

.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.logo img {
	margin: 0;
	max-height: 64px;
	margin-bottom: 0;
}
/* TOP MENU
................................*/

.top-menu,
.top-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-menu > li,
.top-menu > li > a {
	display: block;
	float: left;
}
.top-menu > li > a {
	color: rgba(255,255,255,0.85);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
	line-height: 3.0rem;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.top-menu > li > a:hover {
	color: #fff;
}
/* :3.2 Call to Actions 
................................*/

.calls-to-action {
	position: absolute;
	text-align: right;
	z-index: 20;
}
.calls-to-action,
.widget_login_header_welcome {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	line-height: 3.0rem;
}
.calls-to-action > a {
	margin: 0 0 0 10px;
}
.calls-to-action .my-account {
	text-align: right;
}
.calls-to-action .widget_login_header_welcome {
	color: rgba(255,255,255,0.8);
	text-shadow: -1px 1px 1px rgba(0,0,0,0.3);
	font-size: 11px; font-size: 1.1rem;
	display: inline;
	font-style: italic;
}
header .phone-link {
	cursor: default;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	position: absolute;
	z-index: 2;
}
/* :3.4 Navigation
................................*/

.top-bar {
	background: none;
	margin: 0;
	padding: 0;
}
.top-bar .main-nav ul {
	line-height: 1;
}
.top-bar .main-nav > ul > li {
	background: none;
	margin-bottom: 0;
}
.top-bar .main-nav > ul > li:hover {
	background: #222583 !important;
}
.top-bar .main-nav > ul > li > a {
	color: #FFF;
	font-family: 'Exo';
	font-style: italic;
	text-transform: uppercase;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.top-bar .main-nav > ul > li > a:hover {
	text-decoration: underline;
}
.top-bar .main-nav > ul > li.has-dropdown a:after {
	/*width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	right: 50%;
	margin-right: -2px;
	bottom: 7px;
	top: auto;
	opacity: 0.6;
	transition: 0.3s ease all;*/
	content: none;
}
.top-bar .main-nav > ul > li.has-dropdown:hover a:after {
/* 	border-bottom-color: #000 !important; */
}
/*Dropdown Arrow*/

.top-bar .main-nav > ul > li.has-dropdown > .dropdown {
	background: #FFF;

}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li {
	background: none;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li a {
	color: #666;
}
.top-bar .main-nav li.has-dropdown > .dropdown .parent_title {
	display: none;
}

/*IE Fixes*/

.lt-ie9 .top-bar ul.left > li {
	display: block;
	height: 45px;
	line-height: 45px;
	padding-left: 5px;
	padding-right: 5px;
}
/* :3.5 Mega Dropdown
................................*/

#megaDrop {
	background: #fff;
}
#megaDrop form {
	overflow: auto;
	margin: 0;
}
/* :3.6 eCommerce
................................*/


/*2.6a Cart */


/* Cart Widget Reset */

.cart_widget_wrapper:hover .empty_cart_drop_down_wrapper,
.cart_widget_wrapper:hover .cart_drop_down_wrapper_1_item,
.cart_widget_wrapper:hover .cart_drop_down_wrapper_2_item,
.cart_widget_wrapper:hover .cart_drop_down_wrapper_3_item,
.cart_widget_wrapper:hover .cart_drop_down_wrapper_4_item,
.cart_drop_down_wrapper_1_item:hover .cart_w_1item,
.cart_drop_down_wrapper_2_item:hover .cart_w_2item,
.cart_drop_down_wrapper_3_item:hover .cart_w_3item,
.cart_drop_down_wrapper_4_item:hover .cart_w_4item {
	width: auto;
}
.cart_drop_down_wrapper_1_item:hover .cart_items_wrapper,
.cart_drop_down_wrapper_2_item:hover .cart_items_wrapper,
.cart_drop_down_wrapper_3_item:hover .cart_items_wrapper,
.cart_drop_down_wrapper_4_item:hover .cart_items_wrapper {
	height: auto !important;
	opacity: 1;
	z-index: 20000;
}
.cart_items_wrapper {
	background: #FFF;
	border-width: 0;
	float: none;
	height: auto;
	margin: 0;
	position: static;
	right: 0px;
	top: 0px;
	width: 100%;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: all .0s ease-in;
	-moz-transition: all .0s ease-in;
	-ie-transition: all .0s ease-in;
	-o-transition: all .0s ease-in;
	opacity: 1;
}
.cart_info_actions_wrapper {
	background: #fff;
	border-width: 0;
	height: auto;
	position: static;
	width: 100%;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-transition: height .0s ease-in;
	-moz-transition: height .0s ease-in;
	-o-transition: height .0s ease-in;
	-ms-transition: height .0s ease-in;
}
.cart_items_wrapper > div {
	float: none;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}
.cart_drop_down_wrapper .prod_image_price span.prod_price {
	display: none;
}
.empty_cart_drop_down_wrapper,
.cart_drop_down_wrapper_1_item,
.cart_drop_down_wrapper_2_item,
.cart_drop_down_wrapper_3_item,
.cart_drop_down_wrapper_4_item {
	background: #FFF;
	height: auto;
	padding: 0;
	position: static;
	-webkit-transition: 0s linear;
	min-height: 0;
	min-width: 0;
}
.cart_icon_counter_wrapper:hover .empty_cart_drop_down_wrapper,
.cart_icon_counter_wrapper:hover .cart_drop_down_wrapper_1_item,
.cart_icon_counter_wrapper:hover .cart_drop_down_wrapper_2_item,
.cart_icon_counter_wrapper:hover .cart_drop_down_wrapper_3_item,
.cart_icon_counter_wrapper:hover .cart_drop_down_wrapper_4_item {
	top: 0px;
}
.cart_drop_down_wrapper_1_item .cart_w_1item,
.cart_drop_down_wrapper_1_item:hover .cart_w_1item {
	opacity: 1;
	width: auto;
}
.prod_info {
	min-height: 0;
	min-width: 0;
	position: static;
	top: auto;
}
.cart_widget_wrapper:hover .cart_info_actions_wrapper {
	height: auto !important;
}
.cart_item:hover .prod_info {
	background: none;
	height: auto;
	left: 0;
	position: static;
	top: 0;
	z-index: 100;
}
.cart_icon_counter_wrapper .cart_counter,
.cart_icon_counter_wrapper {
	background: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}
/* /End Cart Reset */


/* Counter & Icon */
#cart-content {
	margin-bottom: 25px;
}
.cart_icon_counter_wrapper {
	color: #FFF;
	height: 32px;
	width: auto;
	padding: 0 15px;
	border-radius: 0 0 5px 5px;
}
.cart_icon_counter_wrapper .cart_icon_counter_wrapper {
	height: 32px;
	width: 70px;
}
.cart_icon_counter_wrapper .cart_icon,
 .cart_icon_counter_wrapper .cart_counter {
	display: inline-block;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: normal !important;
	float: left;
	height: 100%;
	line-height: 32px;
	position: static;
	width: auto;
}
.cart_icon_counter_wrapper .cart_icon {
	color: #FFF;
	margin-right: 10px;
}
.cart_icon_counter_wrapper .cart_counter {
	color: #FFF;
	font-size: 18px;
	font-size: 1.8rem;
}
.cart_icon_counter_wrapper:hover {
	color: #FFF;
}
/*Cart Widget Header*/

.cart_drop_down_wrapper .cart_info_actions_wrapper {
	background: #d92d1e;
	color: #FFF;
	margin-bottom: 0px !important;
	text-align: center;
}
.cart_drop_down_wrapper .items_in_cart {
	border-bottom: 0px dotted #FFF;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 0;
	line-height: 1;
}
.cart_drop_down_wrapper .items_text {
	font-weight: normal;
}
.cart_drop_down_wrapper .items_subtotal {
	padding: 0;
}
.cart_drop_down_wrapper .items_subtotal .subtotal {
	color: #fff;
	font-weight: 700;
}
.cart_actions br {
	display: none;
}
.cart_drop_down_wrapper .continue_shopping_btn,
.cart_drop_down_wrapper .view_cart_checkout_wrapper {
	display: inline-block;
}
.cart_widget_wrapper {
	position: static;
}
/*Cart items*/

.cart_drop_down_wrapper .cart_item {
	margin: 15px;
	min-height: 0;
	min-width: 0px;
	max-width: 100%;
	margin-bottom: 15px !important;
	overflow: hidden;
	padding: 5px !important;
	border-bottom: 1px dotted #CCC;
}
.cart_drop_down_wrapper .cart_item .prod_image_price {
	float: left;
	margin: 0 2% 2% 0;
	width: 20%;
}
.cart_drop_down_wrapper .cart_item .prod_image_price img {
	max-width: 100%;
}
.cart_drop_down_wrapper .cart_item .prod_info {
	float: left;
	padding: 0;
	width: 78%;
}
.cart_drop_down_wrapper .prod_quantity {
	font-size: 10px;
	font-size: 1.0rem;
}
.cart_drop_down_wrapper .prod_sale {
	border-radius: 0px 5px 5px 0;
	background: #b70000;
	display: block;
	float: left;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 700;
	line-height: 1;
	margin: 7px 2px 0 0;
	padding: 2px;
}
.cart_drop_down_wrapper .prod_title {
	font-size: 12px;
	font-size: 1.2rem;
}
.cart_drop_down_wrapper .cart_item .prod_image_price img[src=""] {
	background: url(/files/images/no-image-avail-large.jpg);
	text-indent: -999em;
	background-size: cover;
	width: 90px;
	height: 90px;
	display: block;
}
/*Misc*/

.wsm_checkout_accordion_head input,
.wsm_payment_accordion_head input {
	display: none;
}
.wsm_cart_coupons input.wsm_cart_coupon_text,
.wsm_interface_cart_btn.wsm_cart_coupon_submit,
.wsm-cart-checkout-button.paypal-express input {
	display: inline-block !important;
}
.wsm_cart_actions .wsm-cart-checkout-buttons {
	width: 46%;
	overflow: hidden;
	text-align: right;
}
.wsm_cart_actions div {
	display: inline;
}
.wsm_cart_actions div input {
	vertical-align: top;
}
/* 2.6b SOLR -- Search Keywords*/

.searchQuery .removeQuery {
	font-size: 10px;
	font-size: 1.0rem;
}
.current_query .searchQuery {
	display: inline;
	margin-left: 10px;
}
.ui-autocomplete.ui-menu {
	background: #EEE;
	border: none;
	list-style: none;
	padding: 10px;
	width: 96% !important;
	z-index: 99 !important;
}
.ui-autocomplete.ui-menu li {
	color: #666;
	margin: 0;
	padding: 0;
}
.ui-autocomplete.ui-menu li a {
	color: #666;
	display: block;
	font-weight: 400;
	padding: 3px;
}
.ui-autocomplete.ui-menu li a:hover,
.ui-autocomplete.ui-menu li a.ui-state-hover {
	background: #333;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.ui-autocomplete.ui-menu li.ui-autocomplete-category {
	color: #333;
	font-style: italic;
	font-weight: 700;
	padding: 3px;
}

/* :3.9 Media Queries
................................*/

@media only screen and (min-width: 940px) {
/*Header*/
body {margin-top: 160px;}
.header-wrap {
	/* background: #000; */
	background: rgba(0,0,0,0.6);
	background: #b70000;
	position: fixed;
	width: 100%;
	top: 0;
}
.header-wrap:after {
	display: none;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	background: #b70000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
	background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
}
header {
	height: 125px;
}
header .logo {
	top: 42px;
	/* 	left: 50%;
	margin-left: -150px; */
	z-index: 99;
}
header .logo:after {
	content:'';
	width: 373px;
	height: 21px;
	position: absolute;
	top: 10px; 
	left: 245px;
	background: url(/files/images/tre-slogan.png) no-repeat;
	background-size: 75%;
}
/*Calls to action*/
.calls-to-action {
	padding: 0 10px;
	position: absolute;
	right: 80px;
	top: 0;
}
.calls-to-action a.my-account,
.calls-to-action a.need-help {
	color: rgba(255,255,255,0.6);
	text-shadow: -1px 1px 1px rgba(0,0,0,0.3);
	font-size: 11px; font-size: 1.1rem;
	text-transform: uppercase;
	transition: color .2s ease-in-out;
}
.calls-to-action a.my-account:hover,
.calls-to-action a.need-help:hover {
	color:#fff;
	text-decoration: underline;
}
.calls-to-action span.need-help-icon,
.calls-to-action span.my-account-icon {
	display: none;
}
header .phone-link {
	color: #fff;
	cursor: default;
	font-size: 20px;
	font-size: 2.0rem;
	position: absolute;
	right: 0;
	top: 35px;
	width: auto;
}
header a[ref="nofollow"] {
	color:#fff; 
	font-family: 'Roboto';
	font-size: 14px;
	font-size: 1.4rem;
	overflow: auto;
	position: absolute; 
	top: 67px;
	left: 246px;
	text-transform: uppercase;
	font-weight: 600;
	z-index:700;
}
.top-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.top-menu > li {
	position: relative;
	margin: 0 5px 0 0;
}
.top-menu ul {
	margin: 0; padding: 0;
	position: absolute;
	top: 30px;
	left: 0;
	min-width: 200px;
	background: #333;
	display: none;
}
.top-menu ul li {
	display: block;
	border-bottom: dotted 1px #444;
}
.top-menu ul li a {
	padding: 5px;
	display: block;
	color: #FFF;

}
.top-menu > li > a {
	font-size: 11px;
}
.top-menu ul li a:hover {
	background: #444;
	text-decoration: none;
}
.top-menu li:hover ul {
	display: block;
}
.top-menu > li.wsm_site_link_parent > a {
	padding-right: 15px;
	position: relative;
	display: block;
}
.top-menu >li.wsm_site_link_parent > a::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: rgba(255,255,255,0.2) transparent transparent transparent;
	position: absolute; top: 50%; right: 0px; margin-top: -2px;
	content:'';
}

/*Navigation*/
.toggle-topbar {
	display: none;
}
.top-bar {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,333333+51,111111+100 */
	background: #111111;/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: 
	
	
	
	
	
	
	
	
	
	-moz-linear-gradient(top, #111111 0%, #333333 51%, #111111 100%);/* FF3.6+ */
	background: 
	
	
	
	
	
	
	
	
	
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(51%,#333333), color-stop(100%,#111111));/* Chrome,Safari4+ */
	background: 
	
	
	
	
	
	
	
	
	
	-webkit-linear-gradient(top, #111111 0%,#333333 51%,#111111 100%);/* Chrome10+,Safari5.1+ */
	background: 
	
	
	
	
	
	
	
	
	
	-o-linear-gradient(top, #111111 0%,#333333 51%,#111111 100%);/* Opera 11.10+ */
	background: 
	
	
	
	
	
	
	
	
	
	-ms-linear-gradient(top, #111111 0%,#333333 51%,#111111 100%);/* IE10+ */
	background: linear-gradient(to bottom, #111111 0%,#333333 51%,#111111 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#111111',GradientType=0 );/* IE6-8 */
	border-radius: 2px;
	position: absolute;
	top: 115px;
	width: 100%;
	z-index: 2;
	border-bottom: 5px solid #b70000;
}
.top-bar .main-nav ul.left {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center !important;
}
.top-bar .main-nav > ul > li {
	position: relative;
	width: 14.25%;
	text-align: center;
	display: table;
	/* float:  right; */
}
.pcat_id_65876 > ul {
	left: auto !important;
	right: 0 !important;
}
.top-bar .main-nav .about-links {
	display: none;
}
.top-bar .main-nav > ul > li > a {
	font-size: 16px;
	font-size: 1.4rem;
	transition: 0.3s ease all;
	height: 45px;
	line-height: 1;
	position: relative;
	padding:  0 10px !important;
	display: table-cell;
	vertical-align: middle;
}
.top-bar .main-nav > ul > li:hover > a {
	background: rgba(0,0,0,0.1) !important;
	height: 45px;
	line-height: 1;
	color: #FFF !important;
	text-decoration: none;
}
.top-bar .main-nav > ul > li.active > a,
.top-bar .main-nav > ul > li:focus > a {
	color: #fff;
}
.top-bar .main-nav > ul > li ul {
	height: auto;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown {
	opacity: 0;
	margin-top: 0px;
	padding: 15px;
	box-sizing: border-box;
	left: 0;
	right: auto;
	min-width: 400px;
	top: 45px;
	text-align: left;
}
.top-bar .main-nav > ul > li.has-dropdown:last-child > .dropdown {
	left: auto;
	right:0;
}
.top-bar .main-nav > ul > li.has-dropdown:hover > .dropdown {
	margin-top: 0;
	opacity: 1;
	transition: 0.3s ease-in-out all;
}
.top-bar:hover .main-nav > ul > li.has-dropdown a {
	opacity: 0.5 !important;
	transition: 0.3s ease all;
}
.top-bar:hover .main-nav > ul > li.has-dropdown:hover a {
	opacity: 1 !important;
}
.top-bar .main-nav > ul > li.has-dropdown:hover a:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #FFFFFF transparent;
	position: absolute;
	right: 50%;
	margin-right: -2px;
	bottom: 0px;
	top: auto;
	opacity: 1;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown {
	padding: 0;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li {
	line-height: 1;
	margin-bottom: 0;
	min-width: 300px;
	padding: 0;
	width: 100% !important;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li a {
	font-size: 14px;
	padding: 10px;
	white-space: normal;
	border-bottom: 1px solid #EEE;
	transition: 0.2s ease all;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li a:hover,
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li a:focus {
	background: #b70000;
	color: #FFF;
	text-decoration: none;
	transition: all .2s ease-in-out;
	text-indent: 15px;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li.active a {
	color: #fff;
}
.top-bar .main-nav > ul > li.has-dropdown > .dropdown li {
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
}
.dropdown.two-col {
	-webkit-column-count: 2;	/* Chrome, Safari, Opera */
	-moz-column-count: 2;		/* Firefox */
	column-count: 2;
}
.dropdown.three-col {
	-webkit-column-count: 3;	/* Chrome, Safari, Opera */
	-moz-column-count: 3;		/* Firefox */
	column-count: 3;
	position: absolute;
	left: 0;
	right: 0;
}
.three-col-parent {
	position: static !important;
}
/*Cart*/
.cart_icon_counter_wrapper {
	position: absolute;
	right: 0px;
	top: -12px;
	z-index: 30;
	background: #b70000;
	transition: 0.3s ease all;
	height: 45px;
	padding-top: 10px;
}
.cart_icon_counter_wrapper:hover {
	top: -5px;
}
/*WSM Searchbar*/
#megaDrop {
	background-color: transparent;
	display: block !important;
	overflow: visible !important;
	margin: 0;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 63px;
	width: 407px;
	z-index: 20;
	box-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	background: rgba(0,0,0,0.2);
	border-radius: 5px;
}
#megaDrop .widget_search_button {
	border-radius: 5px;
}
.toggle-nav {
	display: none;
}
#megaDrop #widget_search_form {
	border-radius: 5px;
	margin: 0;
	overflow: hidden;
}
#megaDrop .widget_search_button {
	background: #222583 !important;
	float: right;
	height: auto;
	line-height: 32px;
	margin: 0;

	padding: 0 !important;
	width: 15%;
	position: relative;
}
#megaDrop .widget_search_button:hover {
	background: #222583 !important;
	border-color: #222583;
}
#megaDrop .widget_search_field {
	float: left;
	height: 34px;
	line-height: 32px;
	margin: 0;
	padding: 0 2%;
	width: 84%;
}
.ui-autocomplete.ui-menu {
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.6);
	max-width: 480px !important;
}
}

@media only screen and (max-width: 1170px) {
.top-bar .main-nav > ul > li > a {
	font-size: 14px;
	font-size: 1.4rem;
	padding-left: 5px;
	padding-right: 25px !important;
}
}

@media only screen and (max-width: 940px) {
/*Header*/
.logo {
	margin-top: 5px;
	z-index: 3;
}
.logo img {
	max-height: 50px;
}
/*Top Bar */
.top-menu {
	display: none;
}
.header-wrap:before {
	content: none !important;
}
/*Calls to Action // Mobile Nav Icons */
.calls-to-action {
	height: 40px;
	line-height: normal;
	right: 190px;
	top: 20px;
	width: 50px;
}
.calls-to-action .my-account {
	bottom: 0px;
	color: #CCC;
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
	right: 40px;
	text-align: center;
}
.calls-to-action span.my-account-icon {
	color: #FFF;
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.calls-to-action .widget_login_header_welcome,
.calls-to-action .need-help,
.calls-to-action span {
	display: none;
}
/*Color & Size of Nav Buttons*/
.top-bar .toggle-topbar,
.toggle-nav,
.calls-to-action .my-account,
header .phone-link {
	background: #b70000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
	background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
 	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
	border-radius: 5px 5px 0 0;
	display: block;
	height: 40px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 50px;
	z-index: 30;
}
.top-bar .toggle-topbar:hover,
.toggle-nav:hover,
.calls-to-action .my-account:hover,
header .phone-link:hover {
	/* background: #666; */
	text-decoration: none;
}
.toggle-nav i,
header .phone-link i {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
}
/*Megadrop Searchbar*/
.toggle-nav {
	line-height: 40px;
	right: 135px;
	top: 20px;
}
/*Navigation Bars*/
.top-bar .toggle-topbar {
	right: 80px;
	top: 20px;
	font-size: 18px;
	font-size: 1.8rem;
}
.top-bar.expanded .toggle-topbar {
	background-color: #fff;
	border: none;
	height: 40px;
}
.top-bar.expanded .toggle-topbar i {
	color: #000;
}
.top-bar .toggle-topbar i {
	color: #FFF;
}
/*Phone*/
header .phone-link {
	top: 20px;
	right: 245px;
	padding: 5px;
}
header .phone-link span {
	display: none;
}
/*Cart icon*/

/*Cart icon*/
.cart_icon_counter_wrapper {
	background: #b70000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
	background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
 	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
	height: 40px; padding: 3px 10px 0; 
	position: absolute; 
	right: 5px; 
	top: 20px; 
	z-index: 30; 
	border-radius: 5px 5px 0 0;
}
.cart_widget_wrapper .cart_icon {
	margin: 0 0 0 5px;
}
.cart_widget_wrapper .cart_counter {
	font-size: 20px; 
	margin: 0 0 0 10px;
}
.cart_icon_counter_wrapper i,
.cart_widget_wrapper .cart_counter {
	color: #fff;
}

/*Searchbar*/
#megaDrop {
	overflow: hidden;
	padding: 15px;
	/* display: block !important; */
}
#megaDrop input.widget_search_field {
	float: left;
	width: 85%
}
#megaDrop .widget_search_button {
	float: left;
	margin: 0 0 0 1%;
	width: 12%;
	height: 35px !important;;
}
.ui-autocomplete.ui-menu {
	max-width: 96% !important;
	left: 0;
}
/*Navigation*/
header,
.top-bar {
	min-height: 60px;
}
header a[ref="nofollow"] {
	display: none;
}
.top-bar {
	background: #000;
}
.top-bar .main-nav {
	margin-top: 60px;
}
.top-bar .main-nav > ul {
	background-color: #000;
	margin: 0;
	padding: 0;
}
.top-bar .main-nav > ul li {
	border-bottom: 1px solid #333;
}
.top-bar .main-nav > ul li a {
	color: #FFF;
}
.top-bar .main-nav > ul > li.has-dropdown a:after {
	content: "";
	border: solid 5px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
	display: block;
	height: 0;
	margin-right: 15px;
	margin-top: -4.5px;
	position: absolute;
	top: 50%;
	width: 0;
}
.top-bar .main-nav > ul > li.has-dropdown .dropdown {
	padding-top: 0;
}
.top-bar .main-nav > ul > li.has-dropdown.moved > .dropdown li {
	border-bottom: 1px solid #CCC;
	margin-bottom: 0;
}
.top-bar .main-nav > ul > li.has-dropdown.moved > .dropdown li a {
	color: #999;
	background: none;
}
.top-bar .main-nav > ul > li.has-dropdown.moved .back.title h5 {
	padding: 0;
}
.top-bar .main-nav > ul > li.has-dropdown.moved .back.title h5 a {
	padding-left: 40px !important;
}
.top-bar .main-nav > ul>li.has-dropdown.moved .back.title a:before {
	border-color: transparent #CCC transparent transparent;
}
}

@media only screen and (max-width: 767px) {
/*Searchbar*/
#megaDrop form .widget_search_button {
	float: left;
	height: auto;
	margin: 0 0 0 1%;
	padding: 1px;
	width: 12%;
}
}

@media only screen and (max-width: 480px) {
/*Header*/
.logo {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 2px;
}
.header-wrap {
	min-height: 100px;
}
.top-bar {
	min-height: 100px;
}
/*Call To Actions*/
header .phone-link,
.cart_icon_counter_wrapper,
.toggle-nav,
.calls-to-action,
.top-bar .toggle-topbar {
	left: 50%;
	right: auto;
	top: 60px;
}
.cart_icon_counter_wrapper {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.toggle-nav {
	-webkit-transform: translateX(220%);
	transform: translateX(220%);
}
.top-bar .toggle-topbar {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
header .phone-link {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}
.calls-to-action {
	-webkit-transform: translateX(-320%);
	transform: translateX(-320%);
}
/*Navigation */
.top-bar section.main-nav {
	margin-top: 100px;
}
/*Searchbar*/
#megaDrop form input.widget_search_field {
	float: left;
	width: 70%;
	margin-bottom: 0;
}
#megaDrop form .widget_search_button {
	float: left;
	margin-left: 1%;
	width: 25%;
	padding: 8px;
}
/*Cart*/
#cart-content.reveal-modal {
	top: 100px !important;
}
.cart_items_wrapper img.prod_image {
	float: left;
	max-height: 50px;
	max-width: 50px;
}
.cart_items_wrapper .prod_image_price {
	float: left;
	max-height: 70px;
	max-width: 70px;
	overflow: hidden;
}
.cart_items_wrapper .prod_info {
	float: left;
	max-height: 100%;
	min-height: 0;
 height;
	max-width: 100%;
}
.cart_items_wrapper .prod_price {
	font-size: 15px;
	font-size: 1.5rem;
}
.cart_items_wrapper .prod_sale {
	font-size: 12px;
	font-size: 1.2rem;
}
.cart_items_wrapper .prod_title {
	max-height: 100%;
	line-height: 1.2;
	overflow: hidden;
}
.cart_drop_down_wrapper .cart_item {
	min-width: 0;
}
}
/* ========================================================================
	:: 4.0 Inner Page Styles
=========================================================================== */


/* :4.1 Sidebars
................................*/

.home #sidebar-main h4,
#sidebar-main h4,
#sidebar-left h4,
.side-nav h4 {
	margin-bottom: 0 !important;
}
#sidebar-main .subheader,
#sidebar-main h4,
#sidebar-left h4 {
	background: #b70000;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
	background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
	background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
	box-shadow: inset 0 0 1px 1px #db3232;
	border: 1px solid #a03638;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	font-style: italic;
	font-family: 'Exo', Helvetica, arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
}
#sidebar-main .side-nav,
#sidebar-left .side-nav {
	margin-bottom: 5px;
	padding: 0 10px 15px 10px;
}
#sidebar-main .side-nav ul,
#sidebar-left .side-nav ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#sidebar-main .widget_news_menu {
	margin:10px !important;
}
#sidebar-main .widget_news_menu a {
	font-weight: bold;
	padding-bottom:10px;
}
#sidebar-main .widget_cat_menu,
.widget_cat_menu_cchild,
#sidebar-left .widget_cat_menu {
	list-style: none;
}
#sidebar-main .widget_cat_menu li,
#sidebar-left .three.columns li,
.widget_cat_menu_cchild {
	padding: 0;
	margin: 0;
	position: relative;
}
#sidebar-main .widget_cat_menu li ul,
#sidebar-left .widget_cat_menu li ul {
	background: #111;
	border: 1px solid #000;
	display: none;
	position: absolute;
	left: 100%;
	min-width: 44em;
	padding: 10px;
	top: 0;
	-webkit-column-count: 2;/* Chrome, Safari, Opera */
	-moz-column-count: 2;/* Firefox */
	column-count: 2;
	list-style: none;
}
#sidebar-main .widget_cat_menu li ul li a,
#sidebar-left .widget_cat_menu li ul li a {
	color: #ccc;
	display: block;
	padding: 4px;
	transition: 0.3s ease all;
}
#sidebar-main .widget_cat_menu li ul li a:hover,
#sidebar-left .widget_cat_menu li ul li a:hover {
	background: #b70000;
	text-decoration: none;
}
#sidebar-main .widget_cat_menu li:hover ul,
#sidebar-left .widget_cat_menu li:hover ul {
	display: block;
	position: absolute;
}
#sidebar-main .widget_cat_menu .widget_cat_menu_title,
#sidebar-left .widget_cat_menu .widget_cat_menu_title {
	display: none;
}
#sidebar-main .widget_cat_menu:hover > li > a,
#sidebar-left .widget_cat_menu:hover > li > a,
.widget_cat_menu_cchild > a {
	color: #666;
}
#sidebar-main .widget_cat_menu > li > a,
#sidebar-left .widget_cat_menu > li > a,
.widget_cat_menu_cchild > a {
	display: block;
	background: #1a1a1a;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #1a1a1a 0%, #000000 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1a1a), color-stop(99%, #000000));
	background: -webkit-linear-gradient(top, #1a1a1a 0%, #000000 99%);
	background: -o-linear-gradient(top, #1a1a1a 0%, #000000 99%);
	background: -ms-linear-gradient(top, #1a1a1a 0%, #000000 99%);
	background: linear-gradient(to bottom, #1a1a1a 0%, #000000 99%);
 	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a1a1a', endColorstr='#000000', GradientType=0);
	border-bottom: 1px solid #262626;
	border-top: 1px solid #000;
	padding: 10px 0 10px 20px;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'Exo', Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
.widget_cat_menu_cchild > a {
	font-size: 12px;
	font-size: 1.2rem;
}
#sidebar-main .widget_cat_menu > li > a:after,
#sidebar-left .widget_cat_menu > li > a:after,
.widget_cat_menu_cchild > a:after {
	/*content: '';
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-left: 8px solid #666;
	border-bottom: 7px solid transparent;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: all .2s ease-in-out;*/
}
#sidebar-main .widget_cat_menu > li > a:hover:after,
#sidebar-main .widget_cat_menu > li:hover > a:after,
#sidebar-left .widget_cat_menu > li > a:hover:after,
#sidebar-left .widget_cat_menu > li:hover > a:after,
.widget_cat_menu_cchild > a:hover:after {
	border-left: 8px solid #fff;
}
#sidebar-main .widget_cat_menu > li > a:hover,
#sidebar-main .widget_cat_menu > li:hover > a,
#sidebar-left .widget_cat_menu > li > a:hover,
#sidebar-left .widget_cat_menu > li:hover > a,
.widget_cat_menu_cchild > a:hover {
	background: #646464;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #646464 0%, #000000 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(99%, #000000));
	background: -webkit-linear-gradient(top, #646464 0%, #000000 99%);
	background: -o-linear-gradient(top, #646464 0%, #000000 99%);
	background: -ms-linear-gradient(top, #646464 0%, #000000 99%);
	background: linear-gradient(to bottom, #646464 0%, #000000 99%);
 filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#000000', GradientType=0);
	color: #fff !important;
	text-decoration: none;
}
#sidebar-main a:hover {
	color: #888;
}
/*YMM*/

#sidebar-main .wsm_widget_attribute_selector select {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}
#sidebar-main .wsm_widget_attribute_selector {
	width: 100%;
	padding: 10px;
	background: #111;
}
#sidebar-main .wsm_widget_attribute_selector .wsm-attribute-buttons button {
	background: #3035b3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMwMzViMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzE5NWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3035b3), color-stop(100%, #17195e));
	background: -webkit-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: -o-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: -ms-linear-gradient(top, #3035b3 0%, #17195e 100%);
	background: linear-gradient(to bottom, #3035b3 0%, #17195e 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3035b3', endColorstr='#17195e', GradientType=0);
	border: none;
	box-shadow: inset 0 0 1px 0 #5d62c5;
	margin-right: 5px;
	margin-top: 0;
	font-size: 14px;
	font-family: 'Exo', Helvetica, Arial, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	padding: 10px 15px;
	width: 100%;
	margin-bottom: 5px;
}
#sidebar-main .wsm_widget_attribute_selector .wsm-attribute-buttons button:hover {
	background: #c00;
}
#sidebar-main .wsm_widget_attribute_selector_clear {color: #fff;background: #222 !important;padding: 10px 10px !important;width:100%}
#sidebar-main .wsm_widget_attribute_selector_clear:hover {float: right;color: #fff;background: #464646 !important;}
/*Consumer Confidence*/

.zmf-diff li:not(.subheader) span,
.have-a-question li:not(.subheader) span {
	display: block;
	font-weight: 700;
}
.zmf-diff-prod,
.have-a-question-prod {
	margin: 0 15px !important;
}
.zmf-diff-prod li.subheader,
.have-a-question-prod li.subheader {
	border-bottom: 1px solid #CCC;
	font-family: 'Exo', helvetica, arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px;
	font-style: italic;
	text-transform: uppercase;
	color: #a90000;
}
.zmf-diff-prod li.subheader span,
.have-a-question-prod li.subheader span {
	color: #000;
	font-weight: 700 !important;
}
.zmf-diff-prod li:not(.subheader),
.zmf-diff li:not(.subheader),
.have-a-question-prod li:not(.subheader),
.have-a-question li:not(.subheader) {
	padding-left: 40px;
	position: relative;
}
.zmf-diff-prod li:not(.subheader) i,
.zmf-diff li:not(.subheader) i,
.have-a-question-prod li:not(.subheader) i,
.have-a-question li:not(.subheader) i {
	color: #fff;
	font-size: 28px;
	font-size: 2.8rem;
	position: absolute;
	left: 0px;
	top: 5px;
}
.body_product .row.master i {
	color: #000 !important;
}
.body_product .row.master ul.side-nav li:not(.subheader) {
	margin: 0;
	color: #666;
}
.body_product .row.master ul.side-nav li a {
	font-weight: 700;
}
ul.side-nav li:not(.subheader) {
	margin: 0 10px 10px 10px;
	color: #FFF;
}
ul.side-nav li a:hover {
	color: #ccc;
}
.have-a-question-prod li:not(.subheader) i.fa-mobile,
.have-a-question li:not(.subheader) i.fa-mobile {
	font-size: 5rem !important;
	margin-top: -12px;
}
#sidebar-main .social-wrap li {
	display: inline-block;
	list-style: none;
	margin: 1%;
}

#sidebar-main .social-wrap li a {
	font-size: 28px;
	font-size: 2.8rem;
}
/*Recent Topics*/

#recent_articles #widget_news_menu_id_recent li,
#topics #widget_news_menu_id_topics li {
	list-style: none;
	margin: 0 0 15px;
}
#recent_articles #widget_news_menu_id_recent li a,
#topics #widget_news_menu_id_topics li a {
	color: #FFF;
}


/* :4.2 Resource Topics
................................*/

.wsm_resource_image {
	display: block;
	float: left;
	max-width: 200px;
	margin-right: 2%;
	width: 20%;
}
.wsm_resource_image img {
	width: 100%;
}
.wsm_resource_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
}
.wsm_resource_title a.wsm_resource_file {
	display: block;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.wsm_resource > li {
	border-bottom: 1px solid #CCC;
	clear: both;
	padding: 15px 0;
}
.wsm_resource > li > img {
	float: left;
	width: 20%;
}
.wsm_resource > li > img ~ span {
	margin-left: 22%;
}
/* :4.3 Events
................................*/

.widget_event_wrapper .widget_event_flyer {
	width: 200px
}
.widget_event_wrapper .widget_event_flyer a img {
	width: 100%;
	max-width: 200px;
}
.widget_event_wrapper .widget_event_row_2 {
	background: none;
}
.widget_event_wrapper .widget_event_day {
	border-bottom: 1px solid #EEE;
	margin: 10px 0;
}
.widget_event_wrapper .widget_event_date_3 {
	margin: 0;
}
.widget_event_wrapper p.widget_event_title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
}
/*Calendar*/

.wsm_calendar_search_form #calendar_search_from,
.wsm_calendar_search_form #calendar_search_to {
	width: 200px;
}
#wsm_calendar td {
	background: #CCC;
	text-align: center;
}
#wsm_calendar_month_view tbody {
	background: #CCC;
}
#wsm_calendar_month_view tbody tr:first-child {
	background: #AAA;
	border: 0;
	color: #FFF;
}
#wsm_calendar_month_view {
	border: 1px solid #CCC;
}
#wsm_calendar_month_view th {
	border: 0;
}
#wsm_calendar_month_view tbody tr:nth-child(even) {
	background: #EEE;
}
.wsm_calendar_search_form #calendar_search {
	width: 200px;
}
.wsm_calendar_search_form label,
.wsm_calendar_search_form input {
	display: inline-block;
}
.wsm_calendar_search_form input[type=(submit)] {
 margin: 0;
}
/*Events widget*/

#widget_event_wrapper_id_events .widget_event_label {
	display: none;
}
#widget_event_wrapper_id_events .widget_event_date_wrapper,
#widget_event_wrapper_id_events .widget_event_info_wrapper {
	margin: 0
}
#widget_event_wrapper_id_events p.widget_event_date {
	margin-bottom: 0;
	font-size: 18px;
	font-size: 1.8rem;
}
#widget_event_wrapper_id_events .widget_event_title {
	font-size: 24px;
	font-size: 2.4rem;
	text-transform: capitalize;
}
/* :4.4 News
................................*/

#wsm_news_list_wrapper .wsm_news_list_date {
	background: none;
	background-image: none;
	border: none;
	color: #333;
	float: none;
	text-align: left;
	width: auto;
}
#wsm_news_list_wrapper .wsm_news_list_month,
#wsm_news_list_wrapper .wsm_news_list_day,
#wsm_news_list_wrapper .wsm_news_list_year {
	color: #666;
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}
#wsm_news_list_wrapper .wsm_news_list_day:after {
	content: ',';
}
#wsm_news_list_wrapper .wsm_news_list {
	margin: 0;
}
.wsm_catalog_pages img {
	margin-bottom: 0;
}
/*individual news article*/

.wsm_news_entry {
	border-bottom: 1px solid #CCC;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.wsm_news_post img {
	margin: 0;
}
.wsm_news_posted_comments,
.wsm_news_post_comment {
	border: 1px solid #CCC;
	padding: 15px;
	width: 100%;
}
.wsm_news_post_comment #wsm_customer_login_form {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 15px;
}
.wsm_news_post_comment .wsm_interface_header {
	background: none;
	padding-top: 10px;
}
.wsm_interface_helper_link {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 5px 0;
	text-align: right;
	width: auto;
}
.wsm_news_post_comment form {
	margin-bottom: 0;
}
.wsm_news_post_comment form label {
	width: 25% !important;
}
.wsm_news_post_comment form input#wsm_form_password,
.wsm_news_post_comment form input#wsm_form_email {
	margin: 0 0 5px;
	width: 75% !important;
}
.wsm_news_post_comment form hr {
	display: none;
}
.wsm_news_post_comment form .wsm_interface_btn_account_login {
	line-height: 1;
	margin: 0;
	padding: 5px;
	float: right;
}
/* :4.5 My Account
................................*/


/*Form when not logged in*/

.wsm_interface_wrapper_account_login .wsm_interface_form {
	text-align: right;
}
.wsm_interface_wrapper_account_login .wsm_interface_form label {
	font-size: 12px;
	font-size: 1.2rem;
	width: 20%;
}
.wsm_interface_wrapper_account_login .wsm_interface_form input {
	margin: 0% 0 0% 2%;
	width: 78%;
}
.wsm_interface_wrapper_account_login .wsm_interface_helper_link {
	clear: both;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0;
	padding: 0;
	text-align: right;
	width: auto;
}
.wsm_interface_wrapper_account_login .wsm_interface_form input[type="submit"] {
	padding: 5px;
	width: auto;
}
.wsm_interface_wrapper_account_login .wsm_interface_bool {
	text-align: left;
}
/*Logged In*/

.wsm_interface_address_section {
	float: none;
	margin: 0;
	width: 100%;
}
#customer-account-tabs {
	background: #FFF;
	border-bottom: 0px solid #CCC;
}
#customer-account-tabs li {
	border: 1px solid #CCC;
}
#customer-account-tabs #my-account a:before,
#customer-account-tabs #my-orders a:before {
	content: ' \2193 \00A0';
}
#customer-account-tabs.wsm_interface_tabs li a {
	background: #CCC;
}
#customer-account-tabs.wsm_interface_tabs li a:after {
	content: ' \2192 \00A0';
}
#customer-account-tabs.wsm_interface_tabs li#my-account a,
#customer-account-tabs.wsm_interface_tabs li#my-orders a {
	background: #EEE;
}
#customer-account-tabs.wsm_interface_tabs li#my-account a:after,
#customer-account-tabs.wsm_interface_tabs li#my-orders a:after {
	content: '';
}
#customer-account-tabs.wsm_interface_tabs li.wsm_interface_tab_active a {
	background: #E95C03 !important;
	color: #FFF;
}
/* :4.6 FAQ
................................*/

.faq_contents_qs {
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.faq_contents_category > a:first-child {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 15px;
}
.wsm-cat-trail-pt.wsm-cat-trail-active.wsm-cat-trail-pt-:before {
	content: '\00BB '
}
/* 4.7 Sitemap
................................*/

.sitemap ul {
	line-height: 1;
	list-style: none;
}
.sitemap li {
	margin-bottom: 0;
}
.sitemap li a {
	font-size: 12px;
	font-size: 1.2rem;
}
.sitemap .eight > ul {
	-moz-column-count: 2;
	-moz-column-gap: 15px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15px;
	column-count: 2;
	column-gap: 15px;
}
.sitemap .eight > ul > li.widget_cat_menu_pcat > a {
	font-weight: 700;
}
/* 4.8 Galleries
................................*/


/* Album View */

.wsm_gallery_album_wrap .wsm_gallery_album_image {
	margin-right: 2%;
	width: 25%;
}
.wsm_gallery_album_wrap .wsm_gallery_album_about {
	float: left;
	margin-left: 0 !important;
	width: 70%;
}
/* Images Thumbnail View */

.wsm_gallery_album_pages {
	line-height: 1;
}
.wsm_photo_thumb {
	height: 150px;
	width: 23%;
	margin: 1%;
	margin-bottom: 15px;
}
.wsm_photo_thumb img {
	max-height: 100%;
}

/* :4.9 Media Queries
................................*/

@media only screen and (min-width: 940px) {
}

@media only screen and (max-width: 940px) {
	#sidebar-main .widget_cat_menu li ul,
	#sidebar-left .widget_cat_menu li ul {
		display: none !important;
	}
	#sidebar-main .subheader, #sidebar-main h4 {
		font-size: 18px; font-size: 1.8rem;
	}
}

@media only screen and (max-width: 767px) {
/*FAQs*/
.wsm-tree-indent,
.faq_contents_qs {
	margin-left: 0;
}
/*Calendar*/
.wsm_calendar_search_form label {
	display: inline-block;
	width: 18%;
}
.wsm_calendar_search_form #calendar_search,
.wsm_calendar_search_form #calendar_search_to,
.wsm_calendar_search_form #calendar_search_from {
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px 1px rgba(000, 000, 000, 0.1) !important;
	display: inline-block;
	width: 80% !important;
}
.wsm_calendar_search_form input[type=submit] {
	float: right;
}
/*Galleries*/
.wsm_photo_thumb {
	height: 150px;
	width: 31%;
	margin: 1%;
}
#sidebar-main .widget_cat_menu li a,
.widget_cat_menu_cchild a {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
}
}

@media only screen and (max-width: 480px) {
/*Sidebar*/
.have-a-question-prod.side-nav li.subheader,
.zmf-diff-prod.side-nav li.subheader,
.have-a-question-prod.side-nav li.subheader span,
.zmf-diff-prod.side-nav li.subheader span {
	font-size: 18px;
	font-size: 1.8rem;
}
/*Resource Topics*/
.wsm_resource_image {
	float: none;
	max-width: none;
	margin-right: 0%;
	text-align: center;
	width: 100%;
}
.wsm_resource_image img {
	display: block;
	margin: 0 auto;
	width: auto;
}
span.wsm_resource_title {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	float: none;
	width: 100%;
}
.wsm_resource_description {
	float: none;
}
.wsm_resource_description,
.wsm_resource_description p {
	font-size: 12px;
	font-size: 1.0rem;
	line-height: 1.4;
}
/*My Account*/
  /*Form when not logged in*/
.wsm_interface_wrapper_account_login .wsm_interface_form label {
	font-size: 14px;
	font-size: 1.4rem;
	width: auto !important;
}
.wsm_interface_wrapper_account_login .wsm_interface_form input {
	margin: 0;
	width: 100%;
}
#customer-account-tabs #my-account a:before,
#customer-account-tabs #my-orders a:before,
#customer-account-tabs.wsm_interface_tabs li a:after {
	display: none;
}
/*Logged In*/
#customer-account-tabs {
	background: #FFF;
}
#customer-account-tabs li {
	border: 1px solid #CCC;
	display: inline-block;
	margin: 1%;
	padding: 0;
	width: 48%;
}
#customer-account-tabs li a {
	display: inline-block;
	width: 100%;
}
/*Calendar*/
#wsm_calendar,
.wsm_calendar_search_form,
#wsm_calendar_month_view {
	display: none;
}
#widget_event_wrapper_id_events {
	margin-bottom: 15px;
}
#widget_event_wrapper_id_events .widget_event_title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
}
#widget_event_wrapper_id_events .widget_event_date_standard {
	font-size: 12px;
	font-size: 1.2rem;
}
/*Colorbox*/
#cboxLoadedContent #wsm-prod-info-container {
	min-width: 0 !important;
}
#cboxContent .product_form button {
	width: 50% !important;
}
#cboxContent #wsm-prod-rotate-image img {
	max-height: 150px !important;
}
#cboxContent #wsm-prod-rotate-image {
	height: auto !important;
	margin: 0 auto;
	max-height: 150px !important;
	width: auto !important;
}
/*Reviews*/
.wsm_interface_wrapper_account_login .wsm_interface_form label,
.wsm_interface_wrapper_account_login .wsm_interface_form input {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
}
.wsm_news_post_comment form input#wsm_form_password,
.wsm_news_post_comment form input#wsm_form_email {
	width: 100% !important
}
.wsm_interface_wrapper_account_login .wsm_interface_form input[type='radio'],
.wsm_interface_wrapper_account_login .wsm_interface_form input[type='checkbox'] {
	display: inline-block;
	width: auto !important;
}
.wsm_interface_wrapper_account_login .wsm_interface_form input[type='radio'] + label,
.wsm_interface_wrapper_account_login .wsm_interface_form input[type='checkbox'] + label {
	display: inline;
	width: auto;
}
/*Events*/
.widget_event_wrapper .widget_event_flyer {
	float: none;
	width: 100%;
}
.widget_event_wrapper .widget_event_flyer a img {
	display: block;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}
.widget_event_wrapper .widget_event_info_wrapper,
.widget_event_wrapper .widget_event_date_wrapper {
	margin: 0;
}
.widget_event_wrapper .widget_event_details {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.wsm_calender_event_wrapper .wsm_calendar_event_flyer {
	float: none;
	max-width: none;
	width: 100%;
}
.wsm_calender_event_wrapper .wsm_calendar_event_flyer img {
	display: block;
	margin: 0 auto !important;
}
.wsm_calendar_event_info.event_info_margin,
.wsm_calendar_event_description.event_description_margin {
	margin: 0 0 25px;
}
.wsm_calendar_event_info.event_info_margin p {
	margin: 0 0 10px;
}
.wsm_calendar_event_description.event_description_margin {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
/*Galleries*/
.wsm_gallery_album_wrap .wsm_gallery_album_image {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 15px;
}
.wsm_gallery_album_wrap .wsm_gallery_album_image img {
	margin-bottom: 0;
	width: 100%;
}
.wsm_gallery_album_wrap .wsm_gallery_album_about {
	float: none;
	width: 100%;
}
.wsm_photo_thumb {
	height: 150px;
	width: 48%;
	margin: 1%;
	margin-bottom: 15px;
}
#sidebar-main .widget_cat_menu li a,
.widget_cat_menu_cchild a {
	font-size: 12px;
 font-size: 1.2rem line-height: 14px;
}
}
/* ========================================================================
	:: 5.0 Footer Styles
=========================================================================== */

.footer-wrap {
	/*background:#000 url(/files/images/bg-footer.jpg) repeat;
	border-top: 2px solid #000;*/
	clear: both;
	margin-top: 15px;
	padding-top: 35px;
}
/* :5.1 Section Styles
................................*/

footer a:link,
footer a:visited {
	color: #aaa;
}
footer .store-info li a {
	display: inline;
}
footer ul.side-nav {
	padding: 15px 0 0 0;
}
footer ul.side-nav ul {
	padding: 0;
}
footer ul.side-nav li.subheader {
	color: #FFF;
	font-family: 'Exo', Helvetica, arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin-left: 0;
	margin-bottom: 25px;
	font-style: italic;
	text-transform: uppercase;
}
footer ul.side-nav li {
	color: #aaa;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 17px;
	line-height: 1.7rem;
	margin-left: 10px;
}
footer .phone-hours,
footer .facebook {
	margin-top: 30px !important;
}
footer .facebook a {
	display: block !important;
	margin-top: 10px;
	font-size: 45px;
}
/*Social Media*/

footer ul.social-wrap {
	overflow: hidden;
}
footer ul.social-wrap a {
	color: #FFF;
}
footer ul.social-wrap a:hover {
	color: #ffc455;
	text-decoration: none;
}
footer ul.social-wrap li.subheader {
	float: none;
	height: auto;
	text-align: left;
	width: 100%;
}
footer ul.social-wrap li {
	display: inline-block;
	font-size: 30px;
	height: 30px;
	margin: 0 5px;
	width: 30px;
}
/* :5.2 Sitemap // Copyright
................................*/

footer hr {
	border: none;
	clear: both;
	height: 2px;
	padding: 0;
	overflow: hidden;
}
footer #wsm_copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}
footer #wsm_copyright {
	color: #666;
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: right;
}
footer #wsm_copyright a {
	color: #aaa;
}
/* :5.3 Footer Credit Cards / Seals
................................*/

footer .credit_cards {
	margin: 0;
	padding: 10px 5px;
	padding-right: 20px !important;
	text-align: left;
}
footer .credit_cards li {
	background: url(/files/images/sprite-ccards.png) no-repeat;
	display: inline-block;
	height: 38px;
	margin: 0 1px 1px 0 !important;
	text-indent: -1000em;
	width: 61px;
	text-align: left;
}
footer .credit_cards li.subheader {
	background: none;
	display: block;
	float: none;
	height: 0;
	margin: 0 0 50px 0 !important;
	padding: 0;
	text-indent: 0;
	width: 100%;
	text-align: left;
}
footer .credit_cards li.cc_visa {
	background-position: 0 -110px;
}
footer .credit_cards li.cc_mastercard {
	background-position: -62px -110px;
}
footer .credit_cards li.cc_amex {
	background-position: -125px -110px;
}
footer .credit_cards li.cc_discover {
	background-position: -187px -110px;
}
footer .credit_cards li.cc_paypal {
	background-position: -249px -110px;
}
footer .credit_cards li.wsm-ssl {
	clear: both;
	background: none;
	display: block !important;
	text-indent: 0 !important;
}
/*Full Site // View Mobile CSS*/

footer ul.side-nav li.view_mobile_wrap,
footer ul.side-nav li.view_desktop_wrap,
.is_desktop.viewMobile footer ul.side-nav li.view_desktop_wrap {
	display: none;
}
.viewDesktop.is_mobile footer ul.side-nav li.view_mobile_wrap,
.viewMobile footer ul.side-nav li.view_desktop_wrap {
	display: block;
}

/* :5.9 Media Queries
................................*/

@media only screen and (min-width: 940px) {

#sidebar-main .wsm_widget_attribute_selector_clear {float:right;width:auto;}
#sidebar-main .wsm_widget_attribute_selector .wsm-attribute-buttons button {
    width: auto;
}
}

@media only screen and (max-width: 940px) {
}

@media only screen and (max-width: 767px) {
/*Footer*/
footer #wsm_copyright {
	text-align: left;
}
footer .footer-columns > div {
	border-bottom: 1px solid #222;
	overflow: hidden;
	position: relative;
}
footer .footer-columns > div:after {
	border-bottom: 1px solid #000;
	bottom: 0px;
	content: '';
	height: 1px;
	position: absolute;
	width: 100%;
}
footer .side-nav {
	margin: 0 0 20px 0;
	text-align: center;
}
footer .store-info .side-nav li {
	width: 100%;
}
footer .facebook a {
	background: transparent !important;
	;
}
footer .side-nav li {
	width: 47%;
	display: inline-block;
	margin: 0 0 5px 0 !important;
}
footer .credit_cards li:not(.subheader) {
	display: inline-block;
	width: 62px !important
}
footer .side-nav li a {
	background: rgba(0, 0, 0, .7);
	display: block;
	margin: 0 !important;
	padding: 10px;
	position: relative;
	text-align: center;
}
footer li.subheader {
	display: block;
	margin: 20px 0px !important;
	width: 100%;
}
footer ul.social-wrap li.subheader {
	margin-bottom: 15px !important;
	text-align: center !important;
}
footer ul.social-wrap li {
	float: none;
	display: inline-block;
	height: auto;
	margin: 0 20px 0 0 !important;
}
footer ul.social-wrap li a {
	background: none;
}
footer .credit_cards li.subheader {
	text-align: center;
}
footer .credit_cards li.wsm-ssl {
	margin: 0 auto !important;
}
}

@media only screen and (max-width: 480px) {
footer .button {
	width: auto !important;
}
footer .side-nav li {
	width: 100%;
	display: block;
	margin: 1% 0;
}
}
/* ==============================================================================
	:: 6.0 Gradients
================================================================================= */

.light-gray,
.reveal-modal,
h3.wsm_cart_table_headers,
.wsm_cart_total_wrapper {
	background: #fff;/* Old browsers */
}
.dark-blue,
.wsm_checkout_accordion h3.ui-state-focus,
.wsm_checkout_accordion h3.ui-state-active,
.prod-info-right-wrap {
	background: #3e74b9;
	/* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzNlNzRiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNTY0YjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #3e74b9 1%, #2564b2 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #3e74b9), color-stop(100%, #2564b2));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e74b9 1%, #2564b2 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e74b9 1%, #2564b2 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e74b9 1%, #2564b2 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #3e74b9 1%, #2564b2 100%);/* W3C *//*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e74b9', endColorstr='#2564b2',GradientType=0 );*/
  /* IE6-8 */
}

/* ==============================================================================
	:: Final -  Print Styles
================================================================================= */

@media print {
/* Removes URLS that are displayed after every link when printing */
a:link:after,
a:visited:after {
	content: "";
}
/* Hides specific elements from being printed. Add and remove accordingly. */
  /*General Sections*/
header #megaDrop,
header .top-bar,
.footer-wrap,
.cart_widget_wrapper,
.toggle-nav,
.calls-to-action,
.zmf-diff,
.have-a-question, /*Catalog Page*/
 .wsm-cat-image-descrip-wrapper,
#wsm-prod-adminbar,
.wsm-cat-pagination,
.wsm-cat-list-item .wsm-cat-form, /*Cart*/
 .wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_links,
.wsm_interface_cart_btn.wsm_interface_cart_update_btn,
.wsm_cart_actions.wsm_cart_actions_bottom,
.wsm_cart_shipping_tool_container .wsm_cart_shipping_tool_disclaimer_top,
.wsm_cart_ship_ups_disclaimer_bottom.wsm_cart_ship_ups_disclaimer {
	display: none !important;
}
/*Custom Styling for printer for correct presentation*/
  /*General Sections*/
header {
	height: 70px;
	position: relative;
}
header .logo img {
	max-height: 70px;
	position: relative;
}
header .phone-link {
	position: absolute;
	right: 0;
}
/*Catalog Page*/
  /*Grid View*/
.wsm-prod-gallery-view .wsm-cat-list-item {
	height: 400px !important;
	width: 33% !important;
	float: left !important;
	margin: 0 !important;
	padding: 1% !important;
}
.wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-images-wrap {
	height: 150px !important;
}
.wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-images-wrap img {
	max-height: 150px !important;
}
.wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-image {
	position: static !important;
}
/*List View*/
.wsm-cat-list-view .wsm-cat-list-item .wsm-cat-images-wrap {
	float: left !important;
	width: 24% !important;
	margin-right: 1% !important;
}
.wsm-cat-list-view .wsm-cat-list-item .wsm-cat-info-wrap {
	margin-right: 1%;
	width: 48% !important;
}
.wsm-cat-list-view .wsm-cat-list-item .wsm-cat-actions-wrap {
	float: left;
	width: 23% !important;
}
/*Cart Page*/
  /*Cart Items*/
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_info_wrapper {
	width: 78% !important;
	float: left !important;
}
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_image {
	float: left;
	width: 20%;
	margin-right: 1%;
}
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_info {
	width: 50% !important;
	float: left;
	border: 0 !important;
}
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price {
	width: 50% !important;
	float: left;
}
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price > div {
	float: left !important;
	width: 45% !important;
	margin: 1%;
}
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty {
	float: left;
}
.wsm_cart_items_wrapper .wsm_cart_item .wsm_cart_item_qty_price {
	border: 0 !important;
}
.wsm_cart_items_wrapper {
	margin-bottom: 0;
}
/*May We Suggest*/
.wsm_cart_rd_wrapper #wsm_cart_cross_sell .cross_sell {
	float: left;
	margin-bottom: 30px;
	margin-left: 2%;
	width: 30%;
}
/*Shipping Calculator*/
.wsm_cart_zip_code {
	width: 100% !important;
}
#wsm_cart_estimate_shipping .wsm_cart_zip_code input.wsm_cart_shipping_tool_input,
#wsm_cart_estimate_shipping .wsm_cart_btn.wsm_interface_cart_shipping_tool_button {
	display: block !important;
	float: none !important;
	width: 100% !important;
}
}
/*************************************************
!!!COMPILE INTO STYLE.CSS ONCE STYLES ARE FINALIZED!!!!
***************************************************/

/* ===================================================================
	:: 7.0 Homepage Styles
====================================================================== */


/* 7.1 Homepage Slideshow // Orbit
................................*/
/*Helps fix vertical stacking to make the loading of orbit more clean*/
.homepage .nine.columns,
.homepage + #sidebar-main .three.columns  {
	padding-top:15px;
}
.homepage .nine.columns {
	background:#fff;
	/* margin-bottom: -46px; */
	position: relative;
}
.homepage + #sidebar-main .three.columns {
	background:#fff;
	padding-left:0;
	padding-right:0;
}
.homepage h2 {
	font-size: 36px;
	font-size: 3.6rem;
}
#featured_slideshow {
	position: relative;
}

#featured_slideshow img {
	margin-bottom: 0;
}
.owl-nav {
	display:none;
}
#widget_gallery_id_static_banners,
#widget_gallery_id_static_banners li,
#widget_gallery_id_static_banners li img {
	margin:0;
}

/* 7.2 Year Make Model
................................*/
.ymm-wrap form {
	margin-bottom: 0;
}
.ymm-wrap #sidebar_year,
.ymm-wrap #sidebar_make,
.ymm-wrap #sidebar_model,
.ymm-wrap #sidebar_submodel {
	display: inline-block;
	margin-right: 1%;
	width: 18%;
}
.ymm-wrap #sidebar_submodel {
	margin-right: 0;
}
.ymm-wrap select {
	width: 100%;
}
.ymm-wrap .wsm-attribute-buttons {
	display: inline-block;
	width: 15%;
}
.ymm-wrap hr {
	display: none;
}
.ymm-wrap .wsm_widget_attribute_selector_label span {
	color: #FFF;
	font-weight: 700;
	text-align: left;
}
#sidebar_year_text,
#sidebar_make_text,
#sidebar_model_text,
#sidebar_submodel_text {
	display: inline-block;
	margin-right: 10px;
}
.ymm-wrap .wsm_widget_attribute_selector_label .wsm_widget_attribute_selector_tag {
	font-weight: 400;
	margin-right: 5px;
}
/* 7.3 Featured Products
................................*/
#widget_featured_prods_feat_prods .widget_featured_prod {
	float:left;
	line-height: 1;
	padding-bottom: 5px;
	position: relative;
	width: 31%;
	margin: 0 5px 50px 5px;
	background: #EEE;
	border: 1px solid #CCC;
}
#widget_featured_prods_feat_prods .widget_featured_prod .widget_featured_image {
	max-height: 165px;
	background: #FFF;
	padding: 5px;
}
#widget_featured_prods_feat_prods .widget_featured_prod img {
	margin-bottom: 0;
}
#widget_featured_prods_feat_prods hr {
	display: none;
}
#widget_featured_prods_feat_prods .wsm_product_sale_tag {
	background: #ec7e37;
}
#widget_featured_prods_feat_prods .widget_featured_new_icon {
	background: #3A71B8;
}
#widget_featured_prods_feat_prods .wsm_product_sale_tag,
#widget_featured_prods_feat_prods .widget_featured_new_icon {
	color: #FFF;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 400;
	left: 20px;
	line-height: 1.5;
	padding: 0 5px;
	position: absolute;
	top: -3px;
	text-transform: uppercase;
}

#widget_featured_prods_feat_prods .widget_featured_new_icon {
	left: 65px;
}
#widget_featured_prods_feat_prods .wsm_product_saleprice_sale {
	background: #ec7e37;
	border-radius: 0 5px 5px 0;
	color: #FFF;
	font-style: normal;
	margin: 0 5px 0 0;
	padding: 0 5px;
}
#widget_featured_prods_feat_prods .widget_featured_image a {
	display: block;
}
#widget_featured_prods_feat_prods .widget_featured_image img {
	margin-bottom: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#widget_featured_prods_feat_prods .widget_featured_image:hover {
	
}
#widget_featured_prods_feat_prods .widget_featured_title {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3;
	min-height: 45px;
	max-height: 45px;
	overflow: hidden;
	background: #666;
	color: #FFF;
	padding: 5px;
	text-align: center;
	transition: 0.3s ease all;
}
#widget_featured_prods_feat_prods .widget_featured_prod:hover .widget_featured_title  {
	background: #b70000;
}
#widget_featured_prods_feat_prods .widget_featured_title a {
	color:#000;
	font-weight:700;
	font-family: 'Exo', Helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
#widget_featured_prods_feat_prods .wsm_product_option_tag {
	bottom: 0;
	color: #AAA;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	left: 15px;
	margin: 0;
	padding: 0;
	position: absolute;
}
#widget_featured_prods_feat_prods .widget_pricebox {
	margin: 0;
	text-align: center;
	padding: 5px;
}
#widget_featured_prods_feat_prods .wsm_product_oldprice {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
}
#widget_featured_prods_feat_prods .wsm_product_oldprice:before {
	content:'List: ';
	text-transform: uppercase;
}
#widget_featured_prods_feat_prods .widget_sale {
	font-weight: 700;
	margin: 5px 0;
}
#widget_featured_prods_feat_prods .wsm_product_saleprice em,
#widget_featured_prods_feat_prods .wsm_product_oldprice em,
#widget_featured_prods_feat_prods .wsm_product_price em {
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
}
#widget_featured_prods_feat_prods .wsm_product_price {
	font-size: 18px;
	font-size: 1.8rem;
}
#widget_featured_prods_feat_prods .wsm_product_saleprice {
	color: #000;
	font-size: 18px;
	position: relative;
}
#widget_featured_prods_feat_prods .wsm_product_saleprice:before {
	border-radius: 0px 5px 5px 0;
	color: #f93636;
	content: 'sale: ';
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	text-transform: uppercase;
	padding-right:5px;
}
#widget_featured_prods_feat_prods .widget_featured_add_cart_btn {
	padding: 5px 10px;
}

@media only screen and (min-width: 940px) {
#featured_slideshow .wsm_caption {
	background: rgba(0,0,0,0.5);
	color: #FFF;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	padding: 15px;
}
#featured_slideshow .featured_title {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 700;
	text-transform: uppercase;
}
#featured_slideshow .featured_description {
	font-size: 14px;
	font-size: 1.4rem;
}
#featured_slideshow .owl-nav {
	background: rgba(0,0,0,0.5);
	color: #FFF;
	line-height: 1;
	padding: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
}
#featured_slideshow .owl-nav > div {
	display: inline-block;
	margin: 0 5px;
}
#featured_slideshow .owl-dots {
	position: absolute;
	bottom: 5px;
	width: 100%;
}
#featured_slideshow .owl-dots span {
	background: rgba(255,255,255, 0.5);
	width: 15px;
	height: 15px;
}
#featured_slideshow .owl-dots .active span {
	background: red;
}
#widget_featured_prods_feat_prods .widget_featured_prod .widget_featured_image {
	height: 165px;
}
#widget_featured_prods_feat_prods .widget_featured_image img {
	max-height: 125px;
}
}
@media only screen and (min-width: 1170px) {
#widget_featured_prods_feat_prods .widget_featured_image img {
	max-height:155px;
}
}
@media only screen and (max-width: 940px) {
.homepage .nine.columns {
	margin-bottom:0;
}
#featured_slideshow .featured_title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
}
#featured_slideshow .featured_description {
	font-size: 12px;
	font-size: 1.2rem;
}
#featured_slideshow .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
#widget_featured_prods_feat_prods .widget_featured_prod .widget_featured_image {
	height: 125px; max-height: 125px; background: #FFF !important; max-width: 100% !important;
}
#widget_featured_prods_feat_prods .widget_featured_prod .widget_featured_image img {
	max-height: 105px;
}
#widget_featured_prods_feat_prods .widget_featured_image img {
	max-height:100px;
}
}

@media only screen and (max-width: 767px) {
/*Homepage*/

#featured_slideshow {margin-bottom: 15px;}
.homepage h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
	
		/*Featured Products*/
#widget_featured_prods_feat_prods  .widget_featured_prod {
	border-bottom: 1px solid #CCC;
	padding: 0px 0 15px 0;
	margin: 0 15px 25px !important;
	width:42%;
	min-height: 185px;
}
#widget_featured_prods_feat_prods .widget_featured_image {
	float: none;
	margin: 0 auto;
	max-width: 150px;
	min-width: 150px;
	width: 100%;
}
#widget_featured_prods_feat_prods .widget_featured_title {
	font-size: 14px;
	font-size: 1.4rem;
	max-height: none;
	min-height: 14px;
}
#widget_featured_prods_feat_prods .wsm_product_sale_tag {
	display: none;
}
#widget_featured_prods_feat_prods .widget_featured_new_icon {
	left: 10px;
	font-size: 12px;
	font-size: 1.2rem;
}
#widget_featured_prods_feat_prods .wsm_product_option_tag {
	display: block;
	margin-bottom: 10px;
	position: static;
}
#widget_featured_prods_feat_prods .product_form {
	float: right;
	position: static;
	width: auto;
}
/*Homepage Slideshow*/
#featured_slideshow .owl-dots,
 #featured_slideshow .owl-nav {
	display: none !important;
}
}

@media only screen and (max-width: 480px) {
/*Homepage*/
.home .main-content .widget_featured_prod {
	margin-top: 10px;
}
.home .main-content .widget_featured_title {
	font-size: 12px;
}
.home .main-content h2 {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.home .main-content h2 a {
	display: block;
	text-align: right;
	width: 100%;
}
.home .main-content .widget_featured_title {
	width: auto;
}
.home .main-content .widget_pricebox {/*width: 72%;*/
	width: auto;
}
/*Featured Products*/
#widget_featured_prods_feat_prods .widget_featured_image {
	float: none;
	max-width: 230px;
	/* min-width: 100px; */
}
#widget_featured_prods_feat_prods .product_form {
	width: 130px;
}
#widget_featured_prods_feat_prods .wsm_product_sale_tag,
#widget_featured_prods_feat_prods .widget_featured_new_icon {
	font-size: 10px;
	font-size: 1.0rem;
	left: 5px;
}
#widget_featured_prods_feat_prods .wsm_product_sale_tag {
	display: none;
}
#widget_featured_prods_feat_prods .widget_featured_title {
	font-size: 12px;
	font-size: 1.2rem;
	max-height: 37px;
	overflow: hidden;
}
#widget_featured_prods_feat_prods .widget_featured_add_cart_btn {
	font-size: 13px;
	font-size: 1.3rem;
}
#widget_featured_prods_feat_prods .wsm_product_saleprice:before {
}
#widget_featured_prods_feat_prods .wsm_product_saleprice_value {
	display: block;
}
#widget_featured_prods_feat_prods .widget_featured_prod {
	width: 90%;
	min-height: 208px;
}
}

/*************************************************
!!!COMPILE INTO STYLE.CSS ONCE STYLES ARE FINALIZED!!!
***************************************************/

/* ======================================
	:: 8.0 eCommerce
========================================= */

/* :8.1 Catalog View
................................*/

    /*General Hiding*/
.wsm-store-header-store-title,
 .wsm-cat-description .wsm-cat-label,
 .wsm-cat-actions-wrap br,
 .wsm-cat-list-item .wsm-cat-condition,
 .wsm-cat-list-item .wsm-cat-rating,
 .wsm-cat-wrapper .wsm_interface_error,
 .wsm-brand-config-title,
 .wsm-cat-title-sep,
 .wsm-cat-clear-all,
 #wsm-cat-brands-catid-,
 .wsm-cat-price-save-amount .wsm-cat-label,
 .wsm-cat-button.wsm-cat-mbtm.wsm-details-button,
 .wsm-catalog-hr.wsm-brand-hr.wsm-brand-cats-hr,
 .wsm-brand-wrapper > .wsm-cat-pagination-top,
 .wsm_horz_menu.wsm-catalog-product-nav,
 #cboxContent .wsm-prod-head-images  #cboxContent .wsm-prod-image-brand-image,
 #cboxContent .wsm-cat-price-save-amount,
 .wsm_cat_trail #ags-breadcrumbs .ags-breadcrumb-label-count,
 .wsm-store-header.wsm-pcat-header,
 .wsm-store-header.wsm-cat-header,
 .wsm-cat-brands-wrapper {
	display: none;
}
form br+.wsm-details-button {
	display: none !important;
}
/*Colors*/
.wsm-cat-avail-remarks,
.wsm-cat-price-sale-value,
.wsm-cat-ship-remarks,
 .wsm-cat-ship-remarks,
.wsm-avail-inventory,
.wsm-avail-limited-supply,
 .wsm-avail-please-call,
.wsm-avail-unique {
	color: red;
}
/*Font Resizing*/
.wsm-cat-gallery-view .wsm-cat-image-nobrand,
.wsm-prod-gallery-view .wsm-cat-image-nobrand {
	margin-top: 0;
}
.wsm-cat-gallery-view .wsm-cat-avail-2,
.wsm-prod-gallery-view .wsm-cat-avail-2,
 .wsm_product_price_label_yourprice .wsm-cat-label,
 .wsm_product_tiered_qty,
 .wsm-cat-tag,
 .wsm-cat-avail-2 span,
 .wsm-cat-ship-remarks span,
 .wsm-cat-avail-remarks,
.wsm-cat-label,
.wsm-cat-ship-remarks-value,
 .wsm-cat-description li,
 .wsm-cat-button.add-to-cart-price,
 .wsm_cat_trail a,
 .wsm_cat_trail li,
 .wsm-cat-pagination-nav li,
 .wsm-cat-item-id.wsm-cat-dealer-id {
	font-size: 12px;
	font-size: 1.2rem !important;
	line-height: 1;
}
.wsm-cat-description,
 .wsm-cat-description p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}
.wsm-cat-list-view .wsm-cat-title a,
 .wsm-cat-avail-2,
.wsm-cat-price-sale-value,
.wsm-cat-price-price-value {
	font-size: 14px;
	font-size: 1.4rem;
}
/*Pagination*/
.wsm-cat-pagination {
	background: #CCC;
	border-color: #AAA;
	line-height: 1;
}
.wsm-cat-admin-bar-view-pagination {
	margin-right: 10px;
}
.wsm-cat-admin-bar-sort-wrapper select,
 .wsm-cat-adminbar-view,
 .wsm-cat-admin-bar-view-pagination select,
 .wsm-cat-pagination-nav {
	width: auto;
}
.wsm-cat-pagination-nav,
 .wsm-cat-pagination-nav li {
	cursor: pointer;
	line-height: 1;
}
.wsm-cat-pagination-nav span {
	font-family: arial, sans-serif;
}
.wsm-cat-pagination-nav span:hover {
	text-decoration: underline;
}
.wsm-cat-pagination-items,
 .ext-descrip-anchor:after {
	content: ' \25BC';
	font-size: 10px;
}
/*Colorbox*/
#cboxContent .wsm-details-button {
	display: inline;
}
#cboxContent .wsm-cat-price-save-percent,
 #cboxContent .wsm-cat-price-sale-value {
	color: #333;
}
#cboxContent form {
	margin-bottom: 0;
}
#cboxContent .wsm-tiered-pricing .row_1 {
	background: none;
}
#cboxContent .wsm-tiered-purchase {
	border: 0;
	width: 30%;
}
#cboxContent #wsm-prod-options-box {
	background: none;
}
/*Buttons*/
.wsm-cat-actions-wrap button {
	float: none;
}
/*Quick View*/
.wsm-qview-hover {
	display: none !important;
	background: #333 url(none);
	box-shadow: 0 0 10px #AAA;
	color: #FFF;
	font-family: Arial, sans-serif;
	height: auto;
	line-height: 1;
	left: 50%;
	margin-left: -65px;
	margin-top: -15px;
	opacity: 0.9;
	padding: 5px 15px;
	text-transform: uppercase;
	width: 130px;
	bottom: auto;
	top: 50%;
}
.wsm-qview-hover:after {
	content: 'Quick View [+]';
}
/*Cart Modal*/
#wsm_ajax_add_cart_message > a {
	display: block !important;
}
.wsm_ajax_modal_link_actions {
	text-align: center;
}
.wsm_ajax_modal_link_actions > div {
	margin: 2%;
	width: 45%;
}
.wsm_ajax_modal_link_actions > div a {
	width: 100% !important;
}
/*Gallery View Styles*/
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-images-wrap,
 .wsm-cat-gallery-view .wsm-cat-images-wrap {
	position: relative;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-list-item,
 .wsm-cat-gallery-view .wsm-cat-list-item {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0;
	position: relative;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-images-wrap,
 .wsm-cat-gallery-view .wsm-cat-images-wrap {
	float: none;
	margin: 0 auto 10px;
	width: auto !important;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-images-wrap a,
 .wsm-cat-gallery-view .wsm-cat-images-wrap a {
	display: block;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-images-wrap img,
 .wsm-cat-gallery-view .wsm-cat-images-wrap img {
	margin-bottom: 0;
	max-width: 100%;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-image,
 .wsm-cat-gallery-view .wsm-cat-image {
	height: auto !important;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-title a,
 .wsm-cat-gallery-view .wsm-cat-title a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	height: 50px;
	overflow: hidden;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand.wsm-cat-brand-image {
	background: #FFF;
	position: relative;
	top: -10px;
	z-index: 3;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand.wsm-cat-brand-image img {
	max-height: 40px;
	max-width: 120px;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-price-price .wsm-cat-price-price-value {
	font-size: 24px;
	font-weight: 700;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-list-item .wsm-cat-form {
	bottom: 0;
	margin-bottom: 0;
	position: absolute;
	width: 100%;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-price-sale span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
}

.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-price-sale-value {
	color: #000;
}

/*List View Styles*/
.wsm-cat-prod-innerwrapper .wsm-cat-list-view .wsm-cat-description .wsm-cat-truncate {
	display: none;
}
.wsm-cat-prod-innerwrapper .wsm-cat-list-view .wsm-cat-list-item,
 .wsm-cat-gallery-view .wsm-cat-list-item {
	padding: 15px 0;
	/* height: 270px !important; */
}
.wsm-cat-price-save-percent,
.wsm-cat-price-save-amount {
	display: inline-block;
}
/*No Image Avail*/
.wsm-cat-wrapper .wsm-cat-no-image,
 .wsm-brand-wrapper .wsm-cat-no-image,
 .wsm-cat-no-image,
 .wsm-cat-list-view .wsm-cat-no-image,
 .wsm-cat-gallery-view .wsm-cat-no-image,
 .wsm-cat-no-image.wsm_cart_no_image {
	background: #FFF;
	height: 100% !important;
	line-height: 1 !important;
	min-height: 110px;
	text-indent: -999em;
	width: 100% !important;
	background-image: url(/files/images/no-image-avail-large.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.wsm-cat-list .wsm-cat-info-wrap-noimage {
	width: 70%;
}
/*Misc Formatting*/
.wsm-cat-mbtm {
	margin: 0 0 10px 0;
}
.wsm-prod-list .wsm-cat-info-wrap {
	margin-bottom: 10px;
}
#wsm-prod-list-view .wsm-cat-price-save-percent .wsm-cat-price-save-percent-value:after {
	content: ',';
}
.wsm-prod-gallery-view .wsm_product_price_label_yourprice .wsm-cat-price-group-value {
	display: block;
	margin: 5px 0;
}
.wsm-cat-price-sale .wsm-cat-label {
	color: red;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	margin-right: 5px;
}
input.wsm-prod-qty-field {
	display: inline-block;
}
/* :8.2 SOLR // Catalog (SOLR Shares some styles with our default Catalog)
................................*/

	/*Sidebar*/
	
		/*General Styles*/
#sidebar-main #ymm_selects,
 #sidebar-main .secondary_solr_box .filters > .ags_department_list,
 #sidebar-main .attribute_sidebar .filters > .data {
	padding: 5px;
	border: 1px solid #EEE;
	margin-bottom: 15px;
}
#sidebar-main .side_attributes h2 {
	background: #EEE;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	margin: 0;
	padding: 5px;
}
#sidebar-main .side_attributes ul {
	margin: 0;
	padding: 0;
}
#sidebar-main .side_attributes ul li {
	margin: 0 0 5px;
	line-height: 1.2;
}
#sidebar-main .side_attributes ul li a {
	font-size: 13px;
	font-size: 1.3rem;
	word-break: break-all;
}
#sidebar-main .attribute_sidebar,
 #sidebar-main .secondary_solr_box {
	margin: 0 0 15px 0;
}
/*Breadcrumb*/
.wsm_cat_trail #ags-breadcrumbs .ags-breadcrumbs-list {
	margin: 0;
	padding: 0;
}
.wsm_cat_trail #ags-breadcrumbs .ags-breadcrumbs-list > .ags_cat_trail_split:first-child {
	display: none;
}
.wsm_cat_trail .ags_sticky_link.ags-sticky-remove {
	margin-left: 5px;
	font-weight: 400;
}
/*Year Make Model Search*/
#sidebar-main #ymm_selects {
	overflow: hidden;
}
#sidebar-main #ymm_selects .wsmjs-attribute-search-group > div {
	margin-bottom: 5px;
}
#sidebar-main #ymm_selects select {
	width: 100%;
}
#sidebar-main #ymm_selects .wsmjs-attribute-search-buttons {
	margin-top: 5px;
	text-align: right;
}
/*Departments*/
#sidebar-main .ags_department_children ul {
	margin: 0 0 0 10px;
}
/*Brand*/
#sidebar-main .data > div {
	clear: both !important;
	line-height: 1;
	margin: 0 0 10px 0;
	position: relative;
}
#sidebar-main .data input[type="checkbox"] {
	float: none;
	display: inline-block;
	margin: 0;
	width: 10%;
	vertical-align: top;
}
#sidebar-main .data .label {
	background: none;
	color: #666;
	font-weight: 400;
}
#sidebar-main .data a {
	display: inline-block;
	width: 88%;
	margin: 0;
}
#sidebar-main .data a span.label {
	display: block;
	padding: 0 1.5em 0 0;
	text-align: left;
	white-space: normal;
	width: 100%;
}
#sidebar-main .data a span.counter {
	opacity: 0.5;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
/*Search Within*/
#wsm-prod-narrowbar {
	background: #EEE;
	border-bottom: 1px solid #FFF;
	padding: 10px;
}
#wsm-prod-narrowbar form {
	margin: 0;
}
#wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper {
	float: none;
	width: 100%;
}
#wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper:before {
	content: 'Search Within:';
	display: inline-block !important;
	margin: 0 1% 0 0;
	width: 15%;
}
#wsm-prod-narrowbar input#ags-search-narrow {
	display: inline-block !important;
	height: auto;
	margin: 0 1% 0 0;
	padding: 5px;
	width: 65%;
}
#wsm-prod-narrowbar input.ags-narrow-search-go {
	cursor: pointer;
	display: inline-block !important;
	margin: 0;
	width: 15% !important;
}
#wsm-prod-adminbar {
	background: #DDD;
	border-bottom: 1px solid #FFF;
	clear: both;
	padding: 10px;
}
#wsm-prod-adminbar select {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 3px;
}
.wsm-cat-switch-view,
.wsm-prod-switch-view {
	cursor: pointer;
	margin-top: 4px;
}

/* 8.3 SOLR / Catalog View
This contains shared styles between SOLR and catalog views for specific media queries.
................................*/

@media only screen and (min-width: 940px) {
/*General Styles*/

		/*Colorbox*/
#cboxContent .wsm-cat-no-image.wsm-prod-view-no-image {
	width: 100% !important;
}
#cboxContent #wsm-prod-info-container {
	margin-bottom: 0;
}
#cboxContent #wsm-product-wrapper {
	padding-top: 0;
}
#cboxContent .wsm-prod-buttons .product_form > button {
	float: left;
	margin: 5px 0 !important;
}
/*Gallery View*/
		
			/*General*/
.wsm-prod-gallery-view .wsm-cat-list-item:nth-child(3n+1),
 .wsm-cat-gallery-view .wsm-cat-list-item:nth-child(3n+1) {
	border-left: 1px solid #CCC;
}
.wsm-prod-gallery-view .wsm-cat-list-item,
 .wsm-cat-gallery-view .wsm-cat-list-item {
	height: 415px !important;
	width: 33.33% !important;
}
.wsm-prod-gallery-view .wsm-cat-images-wrap,
 .wsm-cat-gallery-view .wsm-cat-images-wrap {
	height: 150px;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-images-wrap img,
 .wsm-cat-gallery-view .wsm-cat-images-wrap img {
	max-height: 150px;
}
/*Products*/
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-form {
	bottom: 10px;
	left: 0;
	margin: 0;
	padding: 0 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}
/*Categories*/
.wsm-cat-gallery-view .wsm-cat-list-item {
	height: 220px !important;
}
/*List View*/
			
			/*Products*/
.wsm-cat-list-view .wsm-cat-images-wrap {
	margin-right: 1%;
	width: 25% !important;
}
.wsm-cat-list-view .wsm-cat-info-wrap {
	margin-right: 1%;
	width: 48% !important;
}
.wsm-cat-list-view .wsm-cat-actions-wrap {
	width: 25%;
}
}

@media only screen and (max-width: 940px) {
/*Colorbox*/
#cboxContent .wsm-prod-buttons .product_form > button {
	float: none !important;
	display: block !important;
	margin: 0 !important;
	margin-bottom: 5px !important;
	width: 50%;
}
/*Gallery View*/
		
			/*General*/
.wsm-prod-gallery-view .wsm-cat-list-item:nth-child(3n+1),
 .wsm-cat-gallery-view .wsm-cat-list-item:nth-child(3n+1) {
	border-left: 1px solid #CCC;
}
.wsm-prod-gallery-view .wsm-cat-list-item,
 .wsm-cat-gallery-view .wsm-cat-list-item {
	height: 395px !important;
	width: 33.3% !important;
}
.wsm-prod-gallery-view .wsm-cat-images-wrap,
 .wsm-cat-gallery-view .wsm-cat-images-wrap {
	height: 120px;
}
.wsm-prod-gallery-view .wsm-cat-images-wrap img,
 .wsm-cat-gallery-view .wsm-cat-images-wrap img {
	max-height: 120px;
}
/*Products*/
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand-image-solr {
	margin: 0 auto;
	width: 100%;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand-image-solr img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100% !important;
	max-height: 120px;
	width: auto;
}
/*Categories*/
.wsm-cat-gallery-view .wsm-cat-list-item {
	height: 180px !important;
}
/*List View*/
		
			/*Products*/
.wsm-cat-list-view .wsm-cat-images-wrap {
	margin-right: 1%;
	width: 25% !important;
}
.wsm-cat-list-view .wsm-cat-info-wrap {
	margin-right: 1%;
	width: 48% !important;
}
.wsm-cat-list-view .wsm-cat-actions-wrap {
	width: 25%;
}
}

@media only screen and (max-width: 767px) {
/*	General */
.wsm-cat-image-descrip-wrapper {
	margin-bottom: 15px;
}
.wsm-cat-image-descrip-wrapper .wsm-cat-cat-image {
	float: none;
}
.wsm-cat-image-descrip-wrapper .wsm-cat-cat-image img {
	display: block;
	margin: 0 auto 15px;
}
/*Gallery View*/
		
			/*Products*/
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-tag {
	display: none;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-info-wrap {
	margin-bottom: 0;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-pricebox {
	padding: 0;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand.wsm-cat-brand-image {
	left: 0px;
	top: 0;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand.wsm-cat-brand-image img {
	max-height: 30px;
}
.wsm-prod-gallery-view .wsm-cat-images-wrap img,
 .wsm-cat-gallery-view .wsm-cat-images-wrap img {
	max-height: 110px;
}
/*List View*/
		
			/*Products*/
			
			
		/*Cart Modal*/
#wsm_ajax_add_cart_message > a {
	display: block !important;
}
.wsm_ajax_modal_link_actions {
	text-align: center;
}
.wsm_ajax_modal_link_actions > div {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.wsm_ajax_modal_link_actions > div a {
	margin-bottom: 5px;
	width: 75% !important;
}
#wsm_ajax_add_cart_message,
 #wsm_ajax_add_cart_title {
	text-align: center;
}
}

@media only screen and (max-width: 480px) {
/*General Hiding*/
.wsm-cat-prod-innerwrapper .wsm-cat-description,
 .wsm-cat-prod-innerwrapper .wsm-cat-condition,
 .wsm-cat-prod-innerwrapper .wsm-cat-ship-remarks,
 .wsm-cat-prod-innerwrapper .wsm-cat-price-save-percent,
 .wsm-cat-prod-innerwrapper .wsm-cat-price-save-amount {
	display: none;
}
/*Search Within*/
#wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper {
	width: 100%;
}
#wsm-prod-narrowbar .wsm-cat-admin-bar-sort-wrapper:before {
	display: block !important;
	margin: 0 1% 0 0;
	text-align: center;
	width: 100%;
}
#wsm-prod-narrowbar input#ags-search-narrow {
	display: block !important;
	height: auto;
	margin: 0 1% 0 0;
	padding: 5px;
	width: 100%;
}
#wsm-prod-narrowbar input.ags-narrow-search-go {
	display: block !important;
	margin: 10px auto 0;
	width: 50% !important;
}
.wsm-cat-admin-bar-view-pagination {
	clear: both;
	float: left;
	display: inline;
	width: auto;
}
.wsm-cat-admin-bar-view-wrapper {
	float: none;
	width: auto;
}
.wsm-prod-admin-bar {
	text-align: center;
}
.wsm-cat-admin-bar-sort-wrapper {
	display: inline-block;
	float: none;
	margin: 5px auto;
}
.wsm-cat-admin-bar-view-pagination,
 .wsm-prod-switch-view {
	display: inline-block;
	float: none;
}
.wsm-cat-admin-bar-view-pagination {
	top: -5px;
	position: relative;
}
.wsm-prod-admin-bar form {
	margin: 0 !important;
}
/*General Styling*/
.wsm-cat-prod-innerwrapper .wsm-cat-title a {
	font-size: 14px;
	font-size: 1.4rem;
}
.wsm-cat-prod-innerwrapper .wsm-cat-brand,
.wsm-cat-prod-innerwrapper .wsm-cat-brand img {
	max-width: 60px !important;
}
.wsm-cat-info-wrap-noimage,
.wsm-cat-info-wrap {
	width: 100%;
}
/*admin bar*/
.wsm-cat-pagination .wsm-cat-pagination-items,
 .wsm-cat-pagination .wsm-cat-pagination-nav {
	float: none;
	text-align: left;
	display: inline-block;
	margin-bottom: 5px !important;
}
.wsm-cat-pagination {
	text-align: center;
}
#wsm-prod-adminbar > form {
	margin-bottom: 0;
}
/*Gallery View*/
		
			/*General*/
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-list-item,
 .wsm-cat-gallery-view .wsm-cat-list-item {
	border: 1px solid #CCC;
	border-top: 0px;
	float: left !important;
	height: 315px !important;
	width: 50% !important;
}
.wsm-prod-gallery-view .wsm-cat-title a,
 .wsm-cat-gallery-view .wsm-cat-title a {
	font-size: 12px;
	font-size: 1.2rem;
	height: 48px;
}
.wsm-prod-gallery-view .wsm-cat-images-wrap,
 .wsm-cat-gallery-view .wsm-cat-images-wrap {
	height: 110px !important;
}
.wsm-prod-gallery-view .wsm-cat-list-item:nth-child(even),
 .wsm-cat-gallery-view .wsm-cat-list-item:nth-child(even) {
	border-left: 0px solid #AAA;
	margin: 0 !important;
}
.wsm-cat-prod-innerwrapper .wsm-prod-gallery-view .wsm-cat-brand-image-solr img {
	max-height: 110px;
}
/*Catalog*/
.wsm-cat-gallery-view .wsm-cat-list-item {
	height: 170px !important;
}
/*List View*/
    
        	/*Products*/
.wsm-cat-list-view .wsm-cat-images-wrap .wsm-cat-no-image {
	font-size: 12px;
	height: auto !important;
	line-height: 1.5 !important;
	margin: 0;
	overflow: hidden;
	padding: 5%;
	text-align: center;
	width: 100% !important;
}
.wsm-cat-list-view .wsm-cat-actions-wrap,
 .wsm-cat-list-view .wsm-cat-info-wrap {
	float: none !important;
	margin-left: 26%;
	text-align: left;
	width: auto !important;
}
.wsm-cat-list .wsm-cat-actions-wrap button {
	float: none;
}
.wsm-cat-no-image-link {
	position: static !important;
	width: auto !important;
	height: auto !important;
}
}
/*************************************************
!!!COMPILE INTO STYLE.CSS ONCE STYLES ARE FINALIZED!!!
***************************************************/

/* ======================================
	:: 9.0 Product Detail Page
========================================= */

    /*General Hiding*/
#wsm-product-wrapper .product_form br,
.hide_atc,
 .wsm_horz_menu.wsm-catalog-product-nav,
 .prod-info-right-wrap .body_product #cboxTitle,
 .prod-info-right-wrap .wsm-cat-price-save-amount .wsm-cat-label,
 .prod-info-right-wrap .wsm-cat-price-price .wsm-cat-label,
.wsm-prod-image-brand-image img[src*="invisible"] {
	display: none !important;
}
/*Left Image*/
#wsm-prod-rotate {
	display: block;
	/* max-width: 98%; */
}
/*Share This*/
.sharethis_wrap::before {content:'Share: '; display: inline-block; top: -10px; margin-right: 5px; position: relative; text-transform: uppercase; font-size: 12px;}
.sharethis_wrap {text-align: center;}

#wsm-prod-images-container #wrap {
	max-height: 400px;
	margin: 0 auto !important;
}
#wsm-prod-images-container a {
	display: block;
	width: auto;
}
#wsm-prod-images-container a img {
	margin: 0 auto;
	max-width: 100%;
}
.wsm-prod-addtnl-images {
	padding-top: 15px;
}
.cloud-zoom-big {
	border: none;
}
.wsm-prod-addtnl-images ul li a {
	display: block;
	max-width: 100%;
}
/*No Image Avail*/
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image,
 .wsm-cat-no-image.wsm-cat-image-nobrand {
	background: #FFF url(/files/images/no-image-avail-large.jpg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	line-height: 1 !important;
	text-indent: -999em;
}
/*Availability Messages*/
.prod-info-left-wrap .wsm-cat-avail-remarks,
 .prod-info-left-wrap .wsm-cat-ship-remarks,
 .prod-info-left-wrap .wsm-avail-limited-supply,
 .prod-info-left-wrap .wsm-avail-sold,
 .prod-info-left-wrap .wsm-avail-inventory {
	color: red;
}
.prod-info-left-wrap .wsm-avail-inventory em,
 .prod-info-left-wrap .wsm-avail-sold,
 .prod-info-left-wrap .wsm-avail-please-call-number {
	font-weight: 700;
}
.prod-info-left-wrap .wsm-cat-avail-2.wsm-avail-please-call {
	color: #c60f13;
	font-style: italic;
	margin: 0 0 5px 0;
}
.prod-info-left-wrap .wsm-avail-inventory span {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
/*Description / Content */
.prod-info-left-wrap .wsm_product_info_itemid label {
	width: auto;
}
.prod-info-left-wrap .wsm-prod-summary,
 .prod-info-left-wrap .wsm-prod-summary p {
	font-size: 13px;
	font-size: 1.3rem;
}
.prod-info-left-wrap .wsm-prod-summary ul {
	margin: 10px 0 0 0px;
	padding: 0;
}
.prod-info-left-wrap .wsm-prod-summary ul li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	list-style: none;
	margin-bottom: 14px;
	padding-left: 20px;
	position: relative;
}
/*Right Price Box*/
		
/*General*/
.prod-info-right-wrap {
	background: #EEE;
	padding: 15px;
}
.prod-info-right-wrap h2 {
	display:none;
	background: green;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	top: -15px;
	padding: 5px;
	position: relative;
	text-align: center;
}
/*Remarks*/
.prod-info-right-wrap .wsm-cat-ship-remarks {
	color: red;
	text-align: center;
}

.wsm-cat-pricebox.wsm-prod-pricebox {
	text-align: center;
}
/*Value presentation*/
.prod-info-right-wrap .wsm-cat-price-price-value {
	font-weight: 700;
}
.prod-info-right-wrap .wsm-cat-price-sale .wsm-cat-label {
	background: #F20606;
	border-radius: 5px 0 0 5px;
	color: #FFF;
	padding:  3px;
	position: relative;
	top: -1px;
}
.prod-info-right-wrap .wsm-cat-price-sale-value {
	color: #333;
	font-weight: 700;
	font-size: 22px;
}
.prod-info-right-wrap .wsm-cat-price-save-amount {
	display: inline;
	font-size: 12px;
}
.prod-info-right-wrap .wsm-cat-price-save-percent {
	color: #666;
	display: inline;
}
.prod-info-right-wrap .wsm-cat-price-was {
	color: #666;
	text-align: center;
}
.prod-info-right-wrap .discount-wrapper {
	text-align: center;
}
.prod-info-right-wrap .wsm-cat-price-save-percent {
	display: inline;
	text-align: center !important;
	font-size: 12px;
	font-size: 1.2rem
}
.prod-info-right-wrap .wsm-cat-price-sale {
	text-align: center;
}
.prod-info-right-wrap .wsm-cat-price-save-amount-value:after {
	content: ' OFF';
}
.prod-info-right-wrap .wsm-cat-price-price {
	color: #d11a15;
	text-align: center;
}
/*Buttons*/
.prod-info-right-wrap .wsm-addtocart-button,
 .prod-info-right-wrap .add-to-cart-price {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 auto 10px;
	width: 100%;
}
.prod-info-right-wrap .wsm-addtocart-button,
.wsm_interface_cart_btn.wsm_interface_cart_checkout_btn {
	background: #a90000;
}
.prod-info-right-wrap .wsm-prod-buttons form {
	margin: 0 0 0px 0;
}
.prod-info-right-wrap .wsm-inquiry-button,
 .prod-info-right-wrap .wsm-tellafriend-button,
 .prod-info-right-wrap .wsm-addwishlist-button {
	border: 0;
	color: #FFF;
	display: block;
	float: none;
	font-weight: normal;
	margin: 0 auto !important;
	padding: 0;
}
.prod-info-right-wrap .wsm-inquiry-button,
 .prod-info-right-wrap .wsm-tellafriend-button {
	display: block;
	margin: 5px auto;
}
.prod-info-right-wrap img {
	margin-bottom: 0;
}
/*Dealers*/
.prod-info-right-wrap .wsm_product_price_label_Dealers {
	color: #FFF;
	text-align: center;
}
.prod-info-right-wrap .wsm_product_price_label_Dealers span {
	color: #FFF;
}
/*Product Option sets*/
.body_product .product_form {
	color: #FFF;
	clear: both;
}
.prod-info-right-wrap .wsm-prod-options-box,
 .prod-info-right-wrap .wsm-tiered-pricing {
	width: 100%;
}
.body_product .wsm-option-group-heading {
	border-bottom: 1px solid #FFF;
	color: #b70000;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
}
.body_product .wsm-option-group-heading:after {
	border-bottom: 1px solid #AAA;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
.body_product .wsm_option_label {
	color: #666;
	font-size: 2px;
	font-size: 1.2rem;
	font-weight: 400 !important;
	width: 100%;
}
.body_product div.product_option_set {
	margin: 0 !important;
	position: relative !important;
}
.body_product div.product_option_set > .selector {
	background-color: #EEE;
}
.body_product .wsmjs-option-selector {
	display: inline-block !important;
	text-align: center;
	width: 100%;
}
.body_product .wsm_color_required {
	color: red;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	margin-top: -10px
}
.body_product #wsm-prod-options-container .dropdown {
	margin: 13px 0 0 1px;
}
.body_product .option {
	height: 30px;
	line-height: 30px;
}
.body_product .option.highlight {
	background: #b70000;
}
.body_product div.product_option_value_extended {
	background: #ddd;
	color: #333;
	;
	margin: 13px 0 0 0;
}
.wsm-prod-options-box .close-reveal-modal:not(.button) {
	background: green;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	color: #FFF !important;
	display: block;
	margin: auto;
	height: auto;
	line-height: 1;
	padding: 5px;
	position: relative;
	width: 90px;
	top: 5px;
}
.wsm-prod-options-box .close-reveal-modal:not(.button):hover:after,
 .wsm-prod-options-box .close-reveal-modal:not(.button):hover {
	color: #fff !important;
	text-decoration: none;
	background: #7c2e3d;
}
.wsm-prod-options-box .close-reveal-modal:not(.button):after {
	content: 'Done';
	color: #FFF;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 0 5px;
	position: relative;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	line-height: 1;
	top: -2px
}
.prod-info-right-wrap .option {
	border-bottom: 1px solid #CCC;
}
div.dropdown div.option {
	white-space: normal;
	height: auto;
	line-height: 1;
	padding: 5px;
}
.body_product .option {
	width: 100% !important;
}
.body_product #wsm-prod-options-container .dropdown {
	width: 100% !important;
	max-width: 100%;
	white-space: normal;
}
div.dropdown div.option span.wsm_product_option_dropdown_name {
	max-width: 100%;
	width: 100%;
	white-space: normal;
	line-height: 1;
}
/*Option sets // Tiered Pricing*/
.prod-info-right-wrap .tiered_pricing,
 .prod-info-right-wrap .view_option_sets {
	width: 100%;
	margin: 0 auto 5px;
}
.prod-info-right-wrap .wsm-prod-quantity {
	clear: both;
	color: #999;
	display: block;
	margin: 5px auto;
	text-align: center;
}
.prod-info-right-wrap .wsm-prod-qty-title {
	font-size: 12px;
	font-size: 1.2rem;
}
.prod-info-right-wrap .wsm-prod-quantity input {
	display: inline;
}
.prod-info-right-wrap .wsm_product_option {
	border-bottom: 1px solid #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	padding-bottom: 10px;
	position: relative;
}
.prod-info-right-wrap .wsm_product_option h6 {
	color: #333;
	margin: 0;
}
.prod-info-right-wrap .wsm_product_option p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}
.prod-info-right-wrap .wsm_product_option:after {
	border-bottom: 1px solid #AAA;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
/*Tiered Pricing*/
.body_product .wsm_product_price_label_yourprice {
	color: #FFF;
	margin-top: -15px;
	text-align: center;
}
.body_product .wsm_product_price_label_yourprice .wsm-cat-price-sale-value {
	color: orange;
}
.body_product .wsm_product_price_label_yourprice br {
	display: none;
}
.body_product .wsm_product_price_label_yourprice span,
 .body_product .wsm_product_tiered_qty {
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	text-align: center;
	line-height: 1;
}
.body_product .wsm_product_tiered_qty:before {
	content: 'for ';
}
.body_product .wsm-tiered-title {
	border-bottom: 1px solid #FFF;
	color: #3e74b9;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
}
.body_product .wsm-tiered-title:after {
	border-bottom: 1px solid #AAA;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
.body_product .wsm-tiered-pricing .wsm-tiered-purchase {
	border: 0;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	width: auto;
}
.body_product .wsm_tiered_pricing_row {
	background: none;
}
.body_product .wsm_tiered_price {
	color: green;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}
.body_product .wsm_tiered_each {
	color: #666;
	font-size: 10px;
	font-size: 1.0rem;
}
.body_product #wsm-prod-options-container {/* position: relative; */
}
.prod-info-right-wrap .wsm-tiered-title {
	border-bottom: 1px solid #FFF;
	color: #3e74b9;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
}
.prod-info-right-wrap .wsm-tiered-title:after {
	border-bottom: 1px solid #AAA;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
.prod-info-right-wrap .wsm-tiered-pricing .wsm-tiered-purchase {
	border: 0;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
	width: auto;
}
.prod-info-right-wrap .wsm_tiered_pricing_row {
	background: none;
}
.prod-info-right-wrap .wsm_tiered_price {
	color: green;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}
.prod-info-right-wrap .wsm_tiered_each {
	color: #666;
	font-size: 10px;
	font-size: 1.0rem;
}
.prod-info-right-wrap #wsm-prod-options-container {
	position: relative;
}
/*Date*/
.prod-info-right-wrap .wsm_product_option_date {
	position: relative;
}
.prod-info-right-wrap .wsm_product_option_date .timestamp-date {
	margin: 10px 0;
	position: relative;
	width: 100%;
}
.prod-info-right-wrap .wsm_product_option_date > a {
	display: none;
}
.prod-info-right-wrap .wsm_color_required {
	clear: both;
}
.timestamp-date.hasDatePicker {
}
/*Image Upload*/
.prod-info-right-wrap .wsm_product_option_image input {
	border: 1px solid #CCC !important;
	color: #666;
	box-shadow: none;
	line-height: 1.5;
	margin: 10px 0;
	width: 100% !important;
}
/*Text Field*/
.prod-info-right-wrap .wsm_product_option_text input {
}
/*Thumbnails*/
.wsm-prod-image-bar .wsm_product_thumb {
	border: 1px solid #CCC;
	margin: 1% !important;
	width: 18%;
	height: 50px;
	overflow: hidden;
}
.wsm-prod-image-bar .wsm_product_thumb a {
	display: block;
	height: 100%;
	width: 100% !important;
}
.wsm-prod-image-bar .wsm_product_thumb a img {
	display: block;
	float: none;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
	max-height: 50px !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto !important;
}
/*Modals*/

		/*Option Sets & Tiered Pricing*/
.prod-info-right-wrap .wsm-prod-options-box.reveal-modal,
 .prod-info-right-wrap .wsm-tiered-pricing.reveal-modal {
	left: auto !important;
	right: auto !important;
	top: 0 !important;
}
.prod-info-right-wrap .wsm-prod-options-box.reveal-modal {
	margin-left: -520px !important;
	width: 520px !important;
}
.prod-info-right-wrap .wsm-tiered-pricing.reveal-modal {
	top: 30% !important;
	width: 90% !important;
}
.body_product .reveal-modal .close-reveal-modal.done_btn {
	top: auto;
	bottom: 15px;
	right: auto;
	left: 50%;
	width: 120px;
	text-align: center;
	margin-left: -60px;
	text-shadow: none;
	height: auto !important;
}
.body_product #wsm-prod-options-box {
	padding-bottom: 45px;
}
/*Tabs*/
ul.wsm-prod-tabs {
	border-bottom: 0;
	margin-top: 15px;
	float: none !important;
}
.wsm-no-tabs-container .wsm-tab-content {
	padding: 10px 0;
}
.wsm-prod-tabs-container .active a {
	color: #FFF !important;
}
.wsm-no-tabs-container .wsm-tab-content {
	padding: 10px 0;
}
.wsm-prod-tabs-container .active a {
	 background: #b70000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
    background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
	color: #FFF !important;
}
ul.wsm-prod-tabs li {
	background: #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-width: 1px 1px 1px 1px;
}
ul.wsm-prod-tabs li a {
	border: 0;
}
ul.wsm-prod-tabs li.active {
	background: #F20606;
	border: 1px solid rgba(0,0,0,.3);
	color: #FFF;
}
ul.wsm-prod-tabs li.active a:hover {
	border: 0;
	background: rgba(0,0,0,.2);
}
#wsm-prod-tab-details .productInfo {
	margin-left: 10px;
}
#wsm-prod-tab-details .productInfo li {
	list-style: none;
}
#wsm-prod-info-container {
	margin-left: 0 !important;
}
#wsm-prod-info h1.wsm-prod-title {
	font-size: 20px;
}
#wsm-prod-info .wsm_product_info_tag {
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: normal;
}
#wsm-prod-info label {
	cursor: default;
	display: inline;
	font-weight: 700;
}
.wsm-prod-tabs-container,
#wsm-prod-cross-sell-container {
	padding: 0 15px;
}
.wsm-prod-tabs-container {
	/* margin-bottom:30px; */
}
.wsm-prod-tabs-container + hr {
	display:none;
}
.wsm-catalog-hr.wsm-prod-hr.wsm-cross-sell-hr,
 .wsm-catalog-hr.wsm-prod-hr.wsm-prnav-hr {
	margin: 20px auto;
	width: 95%;
}
.wsm-prod-tabs-container .wsm-tab-container {
	border: 1px solid #CCC;
	padding: 15px;
}
.wsm-prod-tab-content label {
	float: none;
	display: inline !important;
	width: auto;
}
.wsm-tab-content .ymms-title {
	display: block !important;
	width: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.wsm-tab-content .ymms {
	margin: 0 0;
	padding-top: 25px;
	position: relative;
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}
.wsm-prod-tabs-container .ymms {
	margin: 0;
	padding: 0;
}
.wsm-tab-container .wsm-tab-content {
	padding: 15px;
}
/*Reviews*/
.wsm_news_post img {
	margin: 0;
}
.wsm_news_posted_comments,
.wsm_news_post_comment {
	border: 0;
	clear: both;
	width: 100%;
}
.wsm_news_post_comment {
	background: #EFEFEF;
	border: 1px solid #CCC;
	padding: 15px;
}
.wsm_news_posted_comments p {
	margin: 0;
}
.wsm_news_post_comment.wsm_product_review_form form {
	border: 0;
}
.wsm_news_post_comment.wsm_product_review_form form table {
	border: 1px solid #CCC;
	background: #DDD;
	padding: 15px;
	width: 100%;
}
.wsm_news_post_comment.wsm_product_review_form form table td {
	display: block;
	padding: 0;
	margin: 5px 0;
}
/*Misc Styles*/
.wsm_product_info_tag {
	color: #3e74b9;
}
#wsm-product-wrapper {
	overflow: hidden;
}
.timeEntry_wrap {
	clear: both;
	float: none;
}
/*Cross Sell*/
#wsm-prod-cross-sell-container .cross_sell {
	width: 30%;
}
.cross_sell_image {
	height: 150px !important;
	margin-bottom: 15px;
}
.cross_sell_image img {
	max-height: 150px;
}
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image,
 .wsm-cat-no-image.wsm-cat-image-nobrand {
	height: auto !important;
	width: 100% !important;
	overflow: hidden;
}

/*Media Queries*/
@media only screen and (min-width: 940px) {
h1.wsm-prod-title {
	font-size: 24px;
	font-size: 2.4rem;
}
.prod-info-right-wrap .wsm-inquiry-button,
 .prod-info-right-wrap .wsm-tellafriend-button,
 .prod-info-right-wrap .wsm-addwishlist-button {
	background: none;
	box-shadow: none;
	width: 100%;
	margin: 0 0 5px 0 !important;
}
.prod-info-right-wrap .wsm-inquiry-button:hover,
 .prod-info-right-wrap .wsm-tellafriend-button:hover,
 .prod-info-right-wrap .wsm-addwishlist-button:hover {
	background: none;
	text-decoration: underline;
}
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image,
 .wsm-cat-no-image.wsm-cat-image-nobrand {
	min-height: 150px;
	width: 100% !important;
}
}

@media only screen and (max-width: 940px) {
/*Product Detail Page*/
h1.wsm-prod-title {
	font-size: 24px;
	font-size: 2.4rem;
}
/*No Image Avail*/
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image,
 .wsm-cat-no-image.wsm-cat-image-nobrand {
	min-height: 150px;
}
/*Option Sets*/
.prod-info-right-wrap div.product_option_value_extended {
	display: none;
}
/*Colorbox*/
#cboxLoadedContent #wsm-product-wrapper,
#cboxLoadedContent .wsm-registries-view-wrapper {
	max-width: none !important;
}
#cboxContent #wsm-product-wrapper #wsm-prod-images-container {
	clear: both;
	width: 100% !important;
}
#cboxContent .wsm-prod-head-images.wsm-prod-head-zoom-images {
	display: none;
}
#cboxLoadedContent #wsm-prod-info-container {
	clear: both;
	margin: 0 !important;
}
#cboxLoadedContent #wsm-prod-rotate-image img,
#cboxLoadedContent #wsm-prod-images-container {
	max-width: none !important;
}
#cboxContent #wsm-prod-rotate-image {
	height: auto !important;
	margin: 0 auto;
	max-height: 200px !important;
	width: auto !important;
}
#cboxContent #wsm-prod-rotate-image img {
	max-height: 200px !important;
}
#cboxContent #cboxClose {
	bottom: auto;
	top: 5%;
	right: 5%;
}
#cboxContent .wsm_product_info_itemid,
 #cboxContent .wsm-cat-price-save-percent,
 #cboxContent .wsm-cat-price-save-amount {
	display: none;
}
#cboxContent .wsm-prod-rating {
	font-size: 12px;
	font-size: 1.2rem;
}
#cboxContent .wsm-prod-summary {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
}
#cboxContent .product_form {
	clear: both;
	display: block;
	width: 100% !important;
}
#cboxContent .product_form button {
	display: block;
	margin: 0 auto 5px;
	width: 50%;
}
#cboxContent .wsm-addtocart-button {
	margin: 0 auto;
	float: none !important;
	width: 50% !important;
}
#cboxLoadedContent .wsm-addtocart-button {
	margin-right: auto !important;
}
#cboxContent .wsm-prod-button.wsm-addwishlist-button {
	clear: right !important;
}
#cboxContent .wsm-prod-button.wsm-inquiry-button {
	clear: both !important;
}
#cboxContent .wsm-prod-button.wsm-tellafriend-button,
 #cboxContent .wsm-prod-button.wsm-inquiry-button {
	display: none;
}
#cboxContent .wsm-cat-price-sale,
 #cboxContent .wsm-cat-price-was,
 #cboxContent .wsm-prod-quantity,
 #cboxContent .wsm-cat-ship-remarks,
 #cboxContent .wsm-cat-avail-remarks,
 #cboxContent .wsm_product_price_label_yourprice,
 #cboxContent .wsm_product_tiered_qty {
	text-align: center;
}
#cboxContent #wsm-prod-rotate {
	width: 100%;
}
#cboxContent #wsm-prod-rotate img {
	display: block;
	margin: 0 auto;
}
#cboxContent .wsm-cat-pricebox.wsm-prod-pricebox {
	text-align: center;
}
#cboxContent .wsm-prod-options-box,
 #cboxContent .wsm-tiered-pricing {
	width: 100%;
}
#cboxContent h3.wsm-tiered-title,
 #cboxContent h3.wsm-option-group-heading {
	text-align: center;
}
}

@media only screen and (min-width: 768px) {
.prod-info-right-wrap .wsm-inquiry-button,
 .prod-info-right-wrap .wsm-tellafriend-button,
 .prod-info-right-wrap .wsm-addwishlist-button {
	background: none;
	box-shadow: none !important;
	border: 0 !important;
	color: #666;
	margin-bottom: 10px !important;
	text-shadow: none;
	padding: 0 !important;
}
.prod-info-right-wrap .wsm-inquiry-button:hover,
 .prod-info-right-wrap .wsm-tellafriend-button:hover,
 .prod-info-right-wrap .wsm-addwishlist-button:hover {
	background: none !important;
}
}

@media only screen and (max-width: 767px) {
/*Product Detail Page*/
.prod-info-right-wrap {
	margin: 0 15px 15px;
}
.sharethis_wrap {
	clear: both; text-align: center; margin-top: 15px;
}
h1.wsm-prod-title {
	font-size: 24px;
	font-size: 2.4rem;
}
h4.wsm_product_info_tag {
	font-size: 16px;
	font-size: 1.6rem;
}
#wsm-prod-info-container {
	margin-left: 0 !important;
}
.wsm-prod-head-images {
	display: none;
}
/*Product Image*/
#wsm-prod-images-container #wsm-prod-rotate-image {
	height: 300px !important;
}
#wsm-prod-images-container #wsm-prod-rotate-image img {
	max-height: 300px;
}
#wsm-product-wrapper #wsm-prod-images-container {
	float: none;
	max-height: 100%;
	margin: 0 auto 15px;
	text-align: center;
	width: 100% !important;
}
#wsm-product-wrapper #wsm-prod-rotate-image {
	max-height: 200px;
}
#wsm-product-wrapper #wsm-prod-rotate-image img {
	max-height: 200px;
}
/* 	Brands Logo */
#wsm-product-wrapper .wsm-prod-image-brand-image {
	text-align: left;
	z-index: 20;
}
#wsm-product-wrapper .wsm-prod-image-brand-image img {
	margin: 0;
	max-width: 100px;
}
/* Product Thumbnails */
#wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul {
	border-top: 1px dotted #CCC;
	margin: 15px auto 10px !important;
	padding-top: 15px !important;
	text-align: center;
}
#wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul li {
	box-sizing: border-box;
	border: 1px solid #CCC;
	display: inline-block;
	float: none;
	height: 100%;
	margin: 0 1% !important;
	overflow: hidden;
	width: 100%;
	height: 50px;
	width: 50px;
}
#wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul li a {
	display: block;
	float: none;
	width: 100%;
}
#wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul li a img {
	display: block !important;
	margin: 0 auto !important;
	max-width: 100%;
	max-height: 50px;
	padding: 5px;
}
/*No Image Avail*/
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image {
	max-width: 200px !important;
	max-height: 200px;
}
/*Cross Sell*/
#cross_sell_content .cross_sell {
	border-bottom: 1px solid #CCC;
	float: none;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 0;
	width: 100%;
}
#cross_sell_content .cross_sell_image,
 #cross_sell_content .wsm-cat-no-image.wsm-cat-image-nobrand {
	background-color : #FFF;
	background-size: 100% auto;
	float: left;
	height: auto !important;
	max-height: 100px;
	line-height: 1 !important;
	margin: 0;
	width: 15% !important;
}
#cross_sell_content .wsm-cat-no-image.wsm-cat-image-nobrand {
	min-height: 0;
	height: 60px !important;
}
.cross_sell_image {
	display: block;
	max-width: 100%;
	max-height: 100px;
}
#cross_sell_content .cross_sell_title {
	float: right;
	margin: 20px 0 0 0;
	text-align: left;
	width: 82%;
}
.cross_sell .wsm-cat-no-image.wsm-cat-image-nobrand {
	max-width: 100%;
}
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image,
 #wsm-prod-rotate-image .wsm-cat-no-image.wsm-cat-image-nobrand {
	min-width: 300px;
}
/*Price Box*/
#wsm-product-wrapper .prod-info-right-wrap .wsm-prod-buttons button,
 #wsm-product-wrapper .prod-info-right-wrap .wsm-prod-buttons a {
	display: block;
	margin-bottom: 5px !important;
	padding: 5px 0;
	width: 49%;
}
#wsm-product-wrapper .wsm-addtocart-button {
	background: #a90000;
}
#wsm-product-wrapper .prod-info-right-wrap .wsm-prod-buttons a[onclick*="doc"] {
	width: auto;
	display: inline-block;
}
/*Modal for Tiered Pricing // Option sets*/
.prod-info-right-wrap .wsm-prod-options-box.reveal-modal {
	left: 0 !important;
	margin-left: 3% !important;
	width: 94% !important;
}
.prod-info-right-wrap .wsm-tiered-pricing.reveal-modal {
	left: 0 !important;
	margin: 0 !important;
	right: 0 !important;
	width: 100% !important;
}
/* 	Tabs */
#wsm-prod-cross-sell-container {
	padding: 15px;
}
.wsm-tab-content .ymms {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
}
}

@media only screen and (max-width: 480px) {
/*Product Detail Page*/
#wsm-prod-info {
	padding: 0;
}
.prod-info-left-wrap.seven.columns {
	width: 100% !important;
}
.prod-info-left-wrap.twelve.columns {
	padding: 15px;
	width: 100% !important;
}
.wsm-prod-head-images.wsm-prod-head-add-images {
	display: none;
}
#wsm-product-wrapper {
	padding-top: 0px;
}
.wsm_contact_form td {
	display: block;
}
/*Left Buttons (if not in pricebox) */
.wsm-prod-buttons.prod-info-left {
	margin: 0 auto;
	text-align: center;
}
/*Right Price Box*/
		/*#wsm-product-wrapper #wsm-prod-info {position: relative; width: 100%}
		#wsm-product-wrapper .prod-info-right-wrap {border-bottom: 1px solid #CCC; left: 0;  height: auto; 
			margin: 15px;padding: 0 0 10px 0 !important;  top: 0; width: 100% !important;}*/
#wsm-product-wrapper .wsm-cat-price-sale .wsm-cat-label {
	display: inline-block;
}
#wsm-product-wrapper .wsm-cat-price-sale-value {
	display: inline-block;
}
#wsm-product-wrapper .wsm-cat-price-sale {
	margin: 0 10px 10px 0;
}
#wsm-product-wrapper .wsm-cat-price-sale {
	text-align: center;
}
.prod-info-right-wrap .wsm-cat-price-save-amount,
 .prod-info-right-wrap .wsm-cat-price-save-percent {
	display: none;
	float: none;
	text-align: center;
}
.prod-info-right-wrap .wsm-prod-quantity {
	margin: 0 auto;
	width: 90px;
}
.prod-info-right-wrap .wsm-cat-ship-remarks {
	margin: 0;
}
/*Product Image*/
#wsm-prod-images-container #wsm-prod-rotate-image {
	height: 200px !important;
}
#wsm-prod-images-container #wsm-prod-rotate-image img {
	max-height: 200px;
}
#wsm-product-wrapper #wsm-prod-images-container {
	height: 100%;
	;
	margin: 0 auto 15px;
	text-align: center;
	width: 100% !important;
}
#wsm-product-wrapper #wsm-prod-rotate-image {
	max-height: 150px;
}
#wsm-product-wrapper #wsm-prod-rotate-image img {
	max-height: 150px;
}
#wsm-product-wrapper .wsm-prod-image-brand-image img {
	max-width: 100px;
}
#wsm-product-wrapper .wsm-prod-image-bar {
	overflow: hidden;
}
/*No Image Avail*/
#wsm-prod-images-container .wsm-cat-no-image.wsm-prod-view-no-image {
	max-width: 150px !important;
	max-height: 150px;
}
/*Product Description*/
#wsm-prod-info h1.wsm-prod-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 15px 0 0 0;
}
#wsm-product-wrapper h4.wsm_product_info_tag {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 5px 0;
}
#wsm-product-wrapper .wsm_product_info_itemid,
 .wsm-prod-stock-id,
.wsm-prod-dealer-id {
	clear: both;
	display: block;
	float: none;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}
#wsm-product-wrapper .wsm-prod-summary {
	clear: both;
	display: block;
}
#wsm-product-wrapper .wsm-prod-summary p {
	line-height: 1.8;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	padding-top: 10px;
}
/*Tabs*/
#wsm-product-wrapper .wsm-tab-container {
	border: 0px solid #CCC;
	background: #FFF;
	margin: 0 0 15px 0;
	padding:0;
}
#wsm-product-wrapper ul.wsm-prod-tabs {
	border: 0;
	height: auto;
}
#wsm-product-wrapper ul.wsm-prod-tabs li {
	width: 100%;
}
#wsm-product-wrapper ul.wsm-prod-tabs li a {
	font-size: 16px;
	font-size: 1.6rem;
}
 #wsm-product-wrapper .wsm-prod-tab-content {
	font-size: 12px;
	font-size: 1.2rem;
}
#wsm-product-wrapper ul.wsm-prod-tabs li a:before {
	color: #666;
	content: '\25BC \00A0 ';
	font-size: 8px;
	font-size: 0.8rem;
}
#wsm-product-wrapper ul.wsm-prod-tabs li.active {
	border: 1px solid #CCC;
}
#wsm-product-wrapper ul.wsm-prod-tabs li.active a:before {
	color: #FFF;
}
#wsm-product-wrapper ul.wsm-prod-tabs li a,
ul.wsm-prod-tabs li.active a:hover {
	border: 0;
	padding: 0 10px;
}
#wsm-product-wrapper ul.wsm-prod-tabs li a:hover,
ul.wsm-prod-tabs li.active a:hover {
	background: #b70000;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3MDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70000), color-stop(100%, #9b0000));
    background: -webkit-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: -o-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: -ms-linear-gradient(top, #b70000 0%, #9b0000 100%);
    background: linear-gradient(to bottom, #b70000 0%, #9b0000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b70000', endColorstr='#9b0000', GradientType=0);
	color: #FFF;
}
#wsm-product-wrapper h2.wsm-tab-content-header {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}
#wsm-product-wrapper .wsm-tab-content {
	background: #FFF;
	border: 1px solid #CCC;
	line-height: 1.5;
	padding: 1em;
}
/*Availability Messages*/
.prod-info-left-wrap .wsm-avail-inventory,
 .prod-info-left-wrap .wsm-avail-limited-supply,
 .prod-info-left-wrap .wsm-cat-ship-remarks,
 .prod-info-left-wrap .wsm-avail-please-call-number,
 .prod-info-left-wrap .wsm-cat-avail-2.wsm-avail-please-call,
 .prod-info-left-wrap .wsm-cat-avail-remarks {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	margin: 0;
	text-align: center;
}
.prod-info-left-wrap .wsm-avail-please-call-number {
	font-size: 20px;
	font-size: 2.0rem;
	margin: 5px 0;
}
.prod-info-left-wrap .wsm-avail-sold,
 .prod-info-left-wrap .wsm-avail-out-stock,
 #wsm-prod-info .wsm-cat-price-price span {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
#wsm-prod-info .wsm-cat-price-price {
	text-align: center;
}
/*Buttons*/
#wsm-product-wrapper .wsm-addtocart-button,
#wsm-product-wrapper .wsm-addwishlist-button,
 .prod-info-right-wrap .add-to-cart-price,
 .prod-info-right-wrap .button.view_option_sets,
 .prod-info-right-wrap .tiered_pricing {
	margin: 0 5px;
	width: 100% !important;
}
#wsm-product-wrapper .prod-info-right-wrap .wsm-prod-button,
 .prod-info-right-wrap .button.view_option_sets,
 .prod-info-right-wrap .tiered_pricing {
	display: inline-block;
	margin: 0px 0 5px;
	padding: 5px;
	float: left;
}
.prod-info-right {
	padding: 15px;
}
.wsm-cat-pricebox {
	padding: 15px 0 0 0;
}
.wsm-prod-buttons.prod-info-right {
	padding-top: 0;
}
.prod-info-right-wrap .wsm-inquiry-button,
 .prod-info-right-wrap .wsm-tellafriend-button,
 .prod-info-right-wrap .wsm-addwishlist-button {
	display: inline;
	margin: 0 0 5px !important;
	width: 100%;
}
.prod-info-right-wrap .wsm-tellafriend-button,
 .prod-info-right-wrap .wsm-inquiry-button {
	width: 49%;
}
.prod-info-right-wrap .wsm-addwishlist-button {
	margin-top: 0px !important;
}
.prod-info-right-wrap .wsm-prod-button.wsm-tellafriend-button {
	float: right !important;
}
#cross_sell_content .cross_sell_image {
	float:none;
	max-height: 127px;
	width:90% !important;
}
#cross_sell_content .cross_sell_image img {
	display:block;
	width: auto;
	margin:0 auto;
}
#cross_sell_content .cross_sell_title {
	float:none;
	width:100%;
}
}
/* :9.1 Product Series Overrides
................................*/

/*Breadcrumb*/
.ps-breadcrumb {
	font-size: 11px;
	list-style: none;
	line-height: 1;
	margin: 0;
}
.ps-breadcrumb li {
	margin-bottom: 0;
}
.ps-breadcrumb a {
	font-size: 11px;
	font-size: 1.1rem;
}
/*label formatting*/
.product_form > div {
	clear: both;
/* 	overflow: hidden; */
	margin-bottom: 15px;
}
.product_form > div > span.wsm-cat-label {
	float: left;
	width: 95px;
}
.product_form > div > span:last-child {
	float: left;
	width: 70%;
}

/* ======================================
	:: 10.0 Cart & Checkout
========================================= */

/*General Hiding*/
.wsm_cart_anchors.wsm_cart_anchors_cart,
.wsm_cart_actions.wsm_cart_actions_top {
	display: none;
}
/*Cart*/

	/*Headers*/
.wsm_cart_section h2 {
	background: none;
	border: 0px;
}
h3.wsm_cart_table_headers {
	background: #EEE;
	color: #666;
	font-size: 18px;
	font-size: 1.8rem;
}
.wsm_cart_section h2 {
	background: none;
	border: none;
	color: #666;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: .75em;
}
h3.wsm_cart_table_headers {
	background: #EEE;
	color: #666;
	font-size: 18px;
	font-size: 1.8rem;
	border-color: #EEE;
}
h3.wsm_cart_table_headers span,
.wsm_cart_item {
	border-color: #EEE;
}
.wsm_cart_section h3#wsm_checkout_address_billing_header,
 #wsm_checkout_address_shipping h3,
 .wsm_checkout_shipping_carriers h3,
 .wsm_interface_cart_shipping h3 {
	color: #999;
	font-size: 18px;
}
/*Items*/
.wsm_cart_items_wrapper {
	margin-bottom: 50px;
}
.wsm_cart_items_wrapper,
 .wsm_interface_cart_heading_product.wsm_cart_table_left {
	border: 0;
}
.wsm_cart_total_wrapper .wsm_cart_total_row {
	border-top: 0;
	padding: 9px 0 0;
}
.wsm_checkout_accordion_head input,
.wsm_payment_accordion_head input {
	display: none;
}
.wsm_cart_coupons input.wsm_cart_coupon_text,
 .wsm_interface_cart_btn.wsm_cart_coupon_submit,
 .wsm-cart-checkout-button.paypal-express input {
	display: inline-block !important;
}
.wsm_cart_actions .wsm-cart-checkout-buttons {
	width: 46%;
	overflow: hidden;
	text-align: right;
}
.wsm_cart_actions div {
	display: inline;
}
.wsm_cart_actions div input {
	vertical-align: top;
}
.wsm-cat-no-image {
	background: url(/files/images/no-image-avail-large.jpg) no-repeat;
	background-size: 100%;
	text-indent: -999em;
	max-width: 100%;
	height: auto;
}
.wsm_cart_item_qty_info input[type=number] {
	float: left;
	margin-right: 5px;
}
.wsm_cart_rd_wrapper button.wsm_interface_cart_update_btn {
	padding: .5em !important;
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: .25em;
}
.wsm_cart_item_links {
	clear: left;
	margin: 1.25em 0;
}
.wsm_cart_item_price_info .wsm_cart_item_total {
	text-decoration: none;
}
.wsm_cart_total_wrapper .wsm_cart_total_row,
 .wsm_cart_total_wrapper span.wsm_cart_total_col1 {
	border: none;
}
.wsm_cart_total_row:not(.checkout-total) span {
	font-size: 14px;
}
.wsm_cart_item_price_info .wsm_cart_item_sale,
.wsm_cart_total_wrapper span.wsm_cart_total_col2 {
	color: #A41612;
}
.wsm_cart_actions .wsm_interface_cart_catalog_btn {
	background: #EEE;
	font-size: 12px;
	font-size: 1.2rem;
}
/*Shipping Estimate*/
.wsm_cart_zip_code input.wsm_cart_shipping_tool_input {
	margin-bottom: 15px !important;
	width: 35% !important;
	float: left;
}
#wsm_cart_shipping_tool_rates {
	float: none !important;
	margin-top: 15px !important;
	padding: 5px 15px;
	width: auto;
}
#wsm_cart_shipping_tool_rates h3 {
	margin-bottom: 15px !important;
}
#wsm_cart_shipping_tool_rate_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wsm_cart_shipping_tool_rate_list li {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 5px;
}
#wsm_cart_estimate_shipping {
	float: left;
	width: 30%;
	padding: 0 7px;
}
#wsm_cart_estimate_shipping h3 {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}
#wsm_cart_estimate_shipping p {
	font-size: 10px;
	font-size: 1rem;
	opacity: 0.5;
}
#wsm_cart_estimate_shipping .wsm_cart_section_inner_wrap {
	padding: 0;
}
.wsm_cart_shipping_tool_container {
	background: #EEE;
	border: none;
	padding: 15px;
}
.wsm_cart_zip_code {
	float: none !important;
	margin-top: 15px;
	text-align: left;
	width: auto !important;
	overflow: hidden;
}
.wsm_cart_btn.wsm_interface_cart_shipping_tool_button {
	width: 60%;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	padding: .75em .5em;
}
.wsm_responsive_shipping_carriers.wsm_cart_shipping_carriers {
	margin: 0px auto;
	text-align: center;
	width: 100%;
}
.wsm_responsive_shipping_carriers ul {
	margin-top: 10px;
	text-align: center;
}
.wsm_responsive_shipping_carriers ul li {
	display: inline-block;
	float: none;
}
.wsm_cart_zip_code input.wsm_cart_shipping_tool_input {
	margin-bottom: 10px;
}
.wsm_cart_shipping_carriers_bottom img {
	max-width: 100px;
	margin: 0;
}
/*Cross Sell*/
#wsm_cart_cross_sell {
	float: right;
	margin: 0;
	width: 68%;
}
#wsm_cart_cross_sell img,
 #wsm_cart_cross_sell .wsm-cat-no-image {
	max-height: 120px; /*max-width: 120px;*/
}
#cross_sell_content .cross_sell_title {
	line-height: 1.2;
	height: auto;
}
#cross_sell_content .cross_sell {
	margin: 1%;
}
#cross_sell_content .cross_sell img {
	max-height: 140px;
}
#cross_sell_content .wsm-cat-no-image {
	background: #f0f0f0 url(/files/images/no-image-avail-large.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 140px !important;
	height: 140px !important;
}
#cross_sell_content .cross_sell_image {
	height: 120px !important;
	margin-bottom: 15px;
}
#cross_sell_content .cross_sell_image img {
	max-height: 120px;
	width: auto !important;
	max-width: 100%;
}
.wsm_cart_table .wsm_cart_item_image img,
 .wsm_cart_item_image a img {
	width: auto !important;
	display: block;
	margin: 0 auto 15px;
	max-width: 100% !important;
	max-height: 200px;
}
/*Checkout*/

/*General*/
#wsm_checkout_master_wrapper h2 {
	margin-bottom: 0;
	text-transform: uppercase;
	padding: 0 .5em;
	vertical-align: top;
	overflow: hidden;
}
#wsm_checkout_master_wrapper h2 span {
	display: inline-block;
	line-height: 40px;
}
#wsm_checkout_master_wrapper h2 .checkout_step {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
	margin-right: .25em;
}
.wsm_checkout_accordion h3.ui-state-active {
	background: #3f4694;
}
.wsm_checkout_field_required label:after {
	font-size: 12px !important;
}
.wsm_cart_rd_wrapper input.wsm_interface_required + span {
	opacity: 1;
	font-weight: 700;
	font-style: italic;
	top: 37%;
}
.wsm_cart_rd_wrapper input.wsm_interface_required + span {
	opacity: 1;
}
.wsm_interface_validation.wsm_interface_error.wsm_interface_active,
 #wsm_form_terms_error.wsm_interface_error {
	background: none;
	border: 0;
	line-height: 1;
	padding: 0;
	width: 100%;
	font-size: 11px;
	font-size: 1.1rem;
	font-style: italic;
	position: absolute;
	bottom: auto;
	right: auto;
	top: 102%;
	z-index: 10;
}
.wsm_checkout_same_address .wsm_interface_success {
	border: none;
	background: none;
	padding: 0;
}
.wsm_checkout_same_address .wsm_interface_success:after {
	content: '.';
}
#wsm_checkout_master_wrapper .wsm_cart_section {
	border-bottom: 1px solid #CCC;  padding-bottom: 30px;
}
/*Step 1: Customer Information*/
.wsm_cart_section_inner_wrap #wsm_account_accordion_content_guest,
 .wsm_cart_section_inner_wrap #wsm_account_accordion_content_login,
 .wsm_cart_section_inner_wrap #wsm_account_accordion_content_register {
	height: auto !important;
	max-height: none !important;
}
/*Step 2: Address Info*/
.wsm_checkout_same_address label {
	line-height: 1;
	color: #A41612;
}
.wsm_checkout_field label {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}
.wsm_checkout_phone_info {
	color: #ccc;
	font-size: 12px;
	font-size: 1.2rem;
}
.wsm_cof_ba_fname,
.wsm_cof_sa_fname,
 .wsm_cof_ba_lname,
.wsm_cof_sa_lname {
	display: inline-block;
	width: 49%;
}
.wsm_cof_ba_city,
.wsm_cof_sa_city,
 .wsm_cof_ba_state,
.wsm_cof_sa_state,
 .wsm_cof_ba_zip,
.wsm_cof_sa_zip {
	display: inline-block;
	width: 29.2%;
	vertical-align: bottom;
}
.wsm_cof_ba_state select,
.wsm_cof_sa_state select {
	width: 88%;
	height: 32px !important;
}
/*Step 3: Payment Info*/
	/*#wsm_payment_accordion_content_credit.ui-accordion-content {display: block !important;}*/
#wsm_form_credit_cid {
	width: 100px;
}
.wsm_checkout_pm_credit_instructions .wsm_customer_accordion_instructions {
	color: #999;
}
#wsm_checkout_payment_info .ui-accordion-content-active {
	height: auto !important;
}
/*Step 4: My Order*/
.wsm_cart_item_price {
	font-weight: 400;
}
.wsm_cart_total_wrapper .checkout-total span {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px 7px 10px;
}
.wsm_cart_total_wrapper span,
.wsm_cart_total_wrapper {
	background: none;
	border: none;
	background: #EEE;
}
#wsm_checkout_order_info .wsm_cart_ship_ups_disclaimer p {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
}
#wsm_checkout_order_info ul {
	text-align: left;
}
#wsm_checkout_order_info .wsm_checkout_totals.wsm_cart_total_wrapper {
	border-bottom: 0;
}
#wsm_checkout_order_info .wsm_interface_checkout_button {
	margin-top: 30px;
}
/*Order Confirmation*/
#wsm_order_master_wrapper h2 {
	background: none !important;
	border: 0;
	padding: 0;
}
#wsm_order_master_wrapper > section {
	border-bottom: 1px solid #CCC;
}
 .wsm_cart_actions .wsm_interface_cart_checkout_btn {
 	padding: 15px; font-size: 18px; fot-size: 1.8rem;
 }
/*Media Queries*/
@media only screen and (min-width: 940px) {
.wsm_checkout_next {
	display: none;
}
}

@media only screen and (max-width: 940px) {
#wsm_cart_cross_sell,
 #wsm_cart_estimate_shipping {
	float: none;
	width: 100%;
}
}

@media only screen and (max-width: 767px) {
.wsm_cart_rd_wrapper #wsm_cart_cross_sell .cross_sell {
	width: 100%;
}
.wsm-cross-list-cols-3 .cross_sell {
	clear: both;
	overflow: hidden;
	text-align: left;
}
#cross_sell_content .cross_sell_image,
 #wsm_cart_cross_sell .cross_sell .wsm-cat-no-image {
	float: left;
	width: 25% !important;
	height: auto !important;
}
#cross_sell_content .cross_sell_title {
	float: left;
	height: auto;
	width: 70%;
	margin-left: 2%;
}
.wsm_cart_rd_wrapper input[type=email],
.wsm_cart_rd_wrapper input[type=number],
.wsm_cart_rd_wrapper input[type=password],
 .wsm_cart_rd_wrapper input[type=tel],
.wsm_cart_rd_wrapper input[type=text],
.wsm_cart_rd_wrapper select {
	margin-bottom: 0;
}
.wsm_checkout_address > div {
	margin-bottom: 15px;
}
}

@media only screen and (max-width: 480px) {
/*Cart*/
.wsm_cart_actions .wsm_interface_cart_catalog_btn,
 .wsm_cart_actions .wsm_interface_cart_checkout_btn {
	margin: 0;
	width: 100%;
}
 .wsm_cart_actions .wsm_interface_cart_checkout_btn {
 	padding: 15px; font-size: 18px; fot-size: 1.8rem;
 }
.wsm_cart_anchors_cart li a {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.wsm_cart_anchors ul li {
	display: block;
	margin: 5px;
}
.wsm_cart_rd_wrapper #wsm_cart_cross_sell .cross_sell {
	clear: both;
	float: none;
	margin: 0 0 10px;
	overflow: hidden;
	text-align: left;
	width: 100%;
}
#wsm_cart_cross_sell img,
 #wsm_cart_cross_sell .wsm-cat-no-image,
 #wsm_cart_cross_sell .cross_sell_image {
	max-height: auto;
	max-width: 70px;
}
#wsm_cart_cross_sell .cross_sell_image,
 #wsm_cart_cross_sell .wsm-cat-no-image {
	float: left;
}
#wsm_cart_cross_sell .cross_sell_title {
	float: left;
	height: auto;
	margin-top: 20px;
}
}

/* Project Cars */

	/* General Styles */
	.project_car .row.master,
	.project_car #wsm-prod-images-container {
		padding: 0;
	}
	.project_car .wsm-tab-content-header,
	.project_car .wsm-prod-tabs,
	.project_car .wsm-prod-head-images.wsm-prod-head-add-images,
	.project_car .wsm-prod-head-images.wsm-prod-head-zoom-images {
		display: none;
	}

	/* Main Image*/
	.project_car #wsm-prod-rotate {
		display: block;
	}
	.project_car #wsm-prod-images-container a {
		line-height: 0;
	}

	/* Thumbnails*/
	.project_car .wsm-prod-addtnl-images {
		padding-top: 0;
		background: #000;
	}
	.project_car .wsm-prod-image-bar .wsm_product_thumb {
		margin: 1% !important;
		width: 18%;
		height: 120px;
		overflow: hidden;
		border: 0;
	}
	.project_car .wsm-prod-image-bar .wsm_product_thumb a {
		display: block;
		height: 100%;
		width: 100% !important;
	}
	.project_car .wsm-prod-image-bar .wsm_product_thumb a img {
		display: block;
		float: none;
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
		max-height: none !important;
		position: relative;
		top: auto ;
		left: auto ;
		right: auto ;
		bottom: auto ;
		margin: auto !important;
		padding: 0px;
		border: 0px solid #CCC;
		box-sizing: border-box;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	/*Title / Description */
	.project_car #wsm-prod-info h1.wsm-prod-title {
		font-size: 28px;
		font-size: 2.8rem;
	}
	.project_car #wsm-prod-info {
		padding: 15px;
	}
	.project_car .wsm-prod-summary p {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	/*Tabs*/
	.project_car .wsm-prod-tabs-container {
		clear: none;
	}






/* Media Queries */
@media only screen and (min-width: 940px) {
	/* General */
	.body_product #colorbox {
		top: 0 !important;
	}
	.project_car .wsm-prod-tab-content {
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		column-count: 2;
		column-gap: 15px

	}
	.project_car .wsm-prod-tab-content ul {
		display: inline-block;
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {

	/*Reset*/
	.project_car #wsm-product-wrapper #wsm-prod-rotate-image,
	.project_car #wsm-product-wrapper #wsm-prod-rotate-image img,
	.project_car #wsm-prod-images-container #wsm-prod-rotate-image {
		max-height: none;
		height: auto !important;
	}

	/*Thumbnails*/
	.project_car #wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul {
		margin: 0 !important;
	}
	.project_car #wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul li {
		border: 0;
	}
	.project_car #wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul li {
		height: 100px;
		width: 22%;
	}
	.project_car #wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul li img {
		border: 0;
	}
	.project_car #wsm-product-wrapper #wsm-prod-images-container .wsm-prod-addtnl-images ul {
		padding: 5px !important;
	}
}

.wsm_search_tips li:nth-child(2) strong{
	color: #b71100;
}

.wsm_specificity_tip{
	text-transform: none;
	padding: 15px;
	background: #DDD;
	color: #900;
	font-size: 16px;
	line-height: 1.7;
}


#wsm-prod-adminbar,
#wsm-cat-adminbar {
  background: #EEE;
  border-bottom: 1px solid White;
  padding: 5px;
  font-size: 12px;
  height:40px !important;
  clear:both;
}


#wsm-cat-list-view .wsm-cat-list-item  {
	min-height:150px !important;
}


#wsm-cat-list-view .wsm-cat-list-item .wsm-cat-image img {
	max-width:175px;
}