/*

SmartShop - CSS File

*/

@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family:"Montserrat", sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:14px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:35px 0px 35px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2, h3{margin-bottom:18px;}
h4, h5, h6{margin-bottom:10px;}
h1	{font-size:36px;}
h2	{font-size:20px;}
h3	{font-size:16px;}
h4	{font-size:14px;}
h5	{font-size:12px;}
h6	{font-size:11px;}
/*h1, h2, h3, h4, h5, h6{ font-weight:400; font-family: 'Droid Sans', Arial, Helvetica, sans-serif;  }*/
.pagetitle{ font-weight:700; margin-top: 30px;}
.title{ padding-bottom:10px;}
.sectiontitle{font-weight:700; margin-bottom:10px;}
.valignmiddle {padding-top:8px;	margin-bottom:15px;}

.overview h3 {
  margin-bottom: 7px;
}

/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
	margin-bottom: 5px;
}

/* Images */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ padding-bottom:10px;}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}

blockquote {
    background-image: url("../images/quote.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    clear: both;
    font-size: 16px;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 20px 0;
    padding: 0 10px 0 50px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}


blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}

blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild{
	/*width:1020px;*/
	margin:0px auto;
    padding-top:0px;
    position: relative;
    z-index: 10;
}
#outercontainer{width:100%;}

#toppanel, #outerheader, #outerafterheader, #outerslider, #outerbeforecontent, #outermain,  #outerfootertop, #outerfooter{width:100%; margin:0 auto}

/* HEADER */
/*#outerheader{
	padding-bottom: 0px;
	position: static;
	z-index: 20;
}*/

#beforecontent{ padding-bottom:20px;}

/* CONTENT */
#outermain{padding: 0px 0 50px 0;}
#maincontent{}
#maincontent .six.columns.omega img{max-width:100%;}
#content{float:left;}
#content.positionright{float:right;}
#content.positionleft{ float:left;}
#content.positionright .padcontent{ padding:0px 0px 0px 20px}

/* SIDEBAR */
#sidebar{float:left; }
#sidebar.positionleft{float:left;}
#sidebar.positionright{float:right;}

/* FOOTER SIDEBAR */
#aftercontentcontainer{padding:40px 0 0 0;}

/*** END CONTAINER ***/

/*** HEADER ***/
/*#top{background-color: #FD4F03;}*/
#top {
    background-color: #fff;
    width: 100%;
    z-index: 9999;
}
#headernav {
    background-color: #FFF;
}
#user-nav-box {overflow: hidden; text-align: right;}
#logo{margin-top: 30px; margin-bottom: 30px;}

#headerleft {
    float: left;
    padding-top: 45px;
}

#headerright {
    float: right;
    padding-top: 45px;
}
#headerright ul {
    list-style-type: none;
    margin: 0px;
}
#headerright li {
    display: inline-block;
    margin-left: 5px;
}

.icons-wrapper span {
    height: 20px;
	display: inline-block;
	margin-left: 10px;
}
.icons-wrapper span.search {
    background: url(../images/search.svg) no-repeat;
    width: 20px;
}
.icons-wrapper span.open {
    background: url(../images/open-inactive.svg) no-repeat;
    width: 30px;
}
.icons-wrapper span.open:hover {
    background: url(../images/open.svg) no-repeat;
}
.icons-wrapper span.favorite-unsaved {
    background: url(../images/fav_inactive.svg) no-repeat;
    width: 25px;
}
.icons-wrapper span.favorite-saved {
    background: url(../images/fav_active.svg) no-repeat;
    width: 25px;
}
.icons-wrapper span.add-to-cart {
    background: url(../images/add-to-cart.svg) no-repeat;
    width: 24px;
}
.icons-wrapper span.cart {
    background: url(../images/cart.svg) no-repeat;
    width: 24px;
}

#good-offers div.icons-hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    display: none;
    padding-top: 70px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
#random_offers div.icons-hover,
#featured div.icons-hover {
    background-color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    margin: 0px;
    display: none;
    padding: 0px;
}

#headerright-admin {
    float: right;
}

#chart{margin: 40px 10px 0px 0px; float:right; position:relative;}
#chart h6{color: #FFF; font-size: 12px; font-weight:700; margin-bottom:3px; text-transform:uppercase;}
#chart p{ line-height:16px; font-size:12px;}

/*#shop-bag{ background:url(../images/btn_top_cart.png) no-repeat 0 5px; width:56px; height:48px; display:block; float:left; margin-right:20px;}*/
.shop-box {
	display:none;
	/*width: 237px;*/
	clear: both;
	position:absolute;
	right:8px;
	/*top:70px;*/
	z-index:250;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.shop-box li{padding:20px 13px 30px;}
/*.shop-box li:last-child{ padding:10px 13px 20px 13px;}*/
.shop-box h4{ font-weight: bold; text-transform: uppercase;}
.shop-box .total {
    box-sizing: border-box;
}
.shop-box .total.items {
    margin-bottom:10px;
}
#user-nav {
    margin: 10px 0px;
    padding:0px;
    list-style-type:none;
}
#user-nav li{ padding:0px 5px 0px 10px; background:url(../images/stick.gif) repeat-y 0px 0px; display:inline; }
#user-nav li:last-child{ padding-right:0px;}
#user-nav li:first-child{ background:none; padding-left:0px;}
#user-nav li a {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
#user-nav li a:hover, #user-nav li.current a{ text-decoration: underline; }

/* TOP MENU */
#navigation{background-color: #333; position:relative; z-index:200; margin:0; padding:0px; background:url(../images/bg-nav-menu.gif) repeat-x; height:58px; width:100%}
#navigation-admin{
    background-color: #ededed;
    position:relative;
    z-index:200;
    margin:0;
    padding:0px;
    /*background:url(../images/bg-nav-menu.gif) repeat-x;*/
    height:58px;
    width:100%;
    height: auto;
}

/* Nav Menu */
#topnav, #topnav-admin, #subnav, .subnav{
	margin:0;
	list-style-type:none;
	/*overflow:visible;*/
	position:relative;
	padding:0 0 0 0px;
}

#subnav, .subnav {
  width: 100%;
}

.sf-menu a {
	text-decoration:none;
    text-transform: uppercase;
	display:		block;
	position:		relative;
	padding: 		7px 12px;
}

#subnav.sf-menu a, .subnav.sf-menu a { padding: 7px 19px; }

.sf-menu > li { position: relative; z-index: 10; }

.sf-menu > li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size: 13px;

}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;

}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			4.3em; /* match top ul list item height */
	z-index:		99;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;

}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px;

}
.sf-menu ul li a{
	padding:7px 25px!important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.sf-menu li ul {
	padding:0px 0px;
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}



.sf-menu ul{border:0px;}
.sf-menu li li {}
.sf-menu > li li:before{
	content: "";
	display: block;
}

.sf-menu > li li:first-child:before{ border:0;}


/* dropdown mobile */
.tinynav { display: none }


/* search */
#searchform{position:relative; float:left; margin-left:118px; margin-top: 30px;}
#searchform .bgsearch{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width:700px;
-webkit-box-shadow:  0px 6px 10px 0px #999;
box-shadow:  0px 6px 10px 0px #999;
	}
#searchform input{ margin:0px;}
/*#searchform #s{ width:80%; padding:10px 5px !important; border:0; font-size: 14px; }*/
.searchbutton{background:url(../images/search-icon.png) no-repeat right center !important; border:0 !important;
position:absolute; right:10px; top:0px; filter:none!important;}

#search-box {
    padding-top: 80px;
	padding-bottom: 40px;
    overflow: hidden;
}
#search-box p {margin-bottom: 10px; }
#s {
    box-sizing: border-box;
    font-size: 20px;
    width: 100%;
}
#s::-webkit-input-placeholder {color:#bebebe;}
#s::-moz-placeholder          {color:#bebebe; text-overflow:ellipsis;}/* Firefox 19+ */
#s:-moz-placeholder           {color:#bebebe; text-overflow:ellipsis;}/* Firefox 18- */
#s:-ms-input-placeholder      {color:#bebebe; text-overflow:ellipsis;}
#s[placeholder]          {text-overflow:ellipsis;}


#search-box .tireset {width: 95px; height: 24px; font-size: 12px; font-style: italic;}
#search-box span {font-size: 14px; padding: 0px 10px;}

#search-box input[type="submit"] {
    background: #F35730; /* for non-css3 browsers */
    background-color: #F35730;
    border: 1px solid #F35730;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
	padding: 21px;
    text-transform: uppercase;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.promo {background-color: #969696; overflow: hidden; width: 100%;}
.banner {padding: 0px 15px 15px; text-align: center;}
#text-promo {color: #242424; font-weight: bold; font-size: 38px; padding: 15px; text-align: center; line-height: normal}

#random_parts p {margin-bottom: 10px;}
#tires p {margin-bottom: 10px;}

/*============================================ SLIDER   =================================================*/
#slidercontainer{margin-bottom:32px;}
#slider{position:relative;}
#slider .button{padding:8px 15px 8px 15px;}

ul.slides li img{
  margin-bottom: 10px;
}

ul.slides li h2 a {
  display: block;
  overflow: hidden;
}

/*============================================ CONTENT  =================================================*/

.indentleft{overflow:hidden;}

/* FlexCarousel  */
.maincarousel{ clear:both; overflow:hidden; height:auto;}
.maincarousel h2{ margin-bottom:5px;}
.maincarousel h5{ font-size:13px;}

.ribbon-new{
    background: url("../images/ribbon-new.png") no-repeat;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
	}

/*=== List ===*/
.row-list{list-style-type:none; padding:0; margin:0}
.row-list li{padding:0; margin:0 0 25px 0}

.row-list2{list-style-type:none; padding:0; margin:0}
.row-list2 li{padding:0 0 15px 0 !important; margin:0 0 15px 0 !important; clear:both}
.row-list2 li:last-child{border:0 !important;}

/*=== Circle ===*/
.circle{
	display: block;
	font-size:20px;
	line-height:47px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	text-align: center;
	margin:0 15px 0 0;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;

}


/*=== Form & Button ===*/
form{margin:0; padding:0;}

label{display:block; width:100%; float:left; padding-bottom:5px;}

input[type="text"], input[type="tel"], input[type="search"], input[type="email"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:7px 5px;
	margin-bottom:15px;
	font-family:Arial;
	width:90%;
/*	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
    background:#F35730 !important;
    border:1px solid #F35730 !important;
    color: #fff;
	cursor:pointer;
	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	font-weight: normal;
	margin-right:10px;
	padding:7px 10px 7px 10px;
	text-transform:uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    white-space: nowrap;
}
#cs .button, .button:visited, input[type="submit"], button {
	font-size:18px;
	margin-right:2px;
}
.button.credit {
	background: #fb8b2a !important;
	border: 1px solid #fb8b2a !important;
}
.button:hover, input[type="submit"]:hover{
	text-decoration:none;
    color: #fff;
}

#continueWithoutVerification, .vat-form-button-alert {
	color: white !important;
	background: #fb8b2a !important;
	border: 1px solid #fb8b2a !important;
}
.vat-flash-alert h4 {
	color: #CC0000;
	height: 50px;
}

.bgsearch .searchbutton {
  padding: 22px 10px 7px 10px;
}

/*=== Separator ===*/
.separator {
	display:block;
	height:20px;
	padding:0 0;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	text-align:center;
	width:100%;
	clear:both;
	padding:0;
	height:1px;
	margin-bottom:15px;
	margin-top:5px;
}



/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:35px;
	line-height:35px;
	margin:2px 8px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:35px;
	line-height:45px;
	width: 47px;
	-moz-border-radius: 47px;
	-webkit-border-radius: 47px;
	-khtml-border-radius: 47px;
	border-radius: 47px;
	float:left;
	text-align: center;
	margin:8px 15px 0 0;
	padding-top:3px;

}
.dropcap3{
	display:block;
	float:left;
	font-size:35px;
	line-height:40px;
	width:47px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
	padding:5px 0
}

/*== Highlight ==*/
.highlight1{padding:2px 5px;}
.highlight2{padding:2px 5px;}

/*=== Pullquotes ===*/
.pullquote-right,.pullquote-left{
	padding:0px 10px 0px 50px;
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:right;
	font-style:italic;
	font-size:16px;
	letter-spacing:0px;
	line-height:22px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:-1px;
	padding: 0 0 2px 0;
	list-style: none;
	height: 41px;
	width: 100%;

}

ul.tabs li {
	float: left;
	margin: 0 0;
	padding: 10px 25px;
	overflow: hidden;
	position: relative;
	font-size:13px;
	cursor:pointer;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}

.tab-content {padding: 25px 25px 5px 25px; }

ul.tabs li:hover{}
#tab-body{padding:0 0px;
-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

/*==== jQuery Toggles ====*/
#toggle {
    border: 0px;
    list-style: outside none none;
    margin: 0px;
}
#toggle li {
    border-bottom: 1px solid #ccc;
}
#toggle li:first-child {
    border-top: 1px solid #ccc;
}
h2.trigger {
	padding: 20px 0px 10px;
	margin: 0 0 0 0;
	font-size:16px;
	font-weight: normal;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	height:23px;
	background: url(../images/arrow-left.png) no-repeat 0 0px;
	padding-left:30px;
	cursor:pointer;
	line-height:24px;
}

h2.active span{ background:url(../images/arrow-down.png) no-repeat 0 0px;}

h2.active { background:transparent; border-bottom:0;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px 0px 0px 30px;
}
.toggle_container .block p {
	padding: 0px;
	margin: 0px;
}

.wide {width: 100%;}

/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
/*	font-size: 13px;
	line-height: 18px;*/
	padding: 10px 15px;
	/*padding: 9px 24px;*/
	/*font-family: 'Droid Sans', Arial, Helvetica, sans-serif;*/
}
tr td {
	padding: 6px 24px;
}
tr.odd td {}

/*admin-order-general-info*/
.table-text-left td {
  text-align: left;
}

/* Alert */
.alert {
    margin: 0 0 25px;
    padding: 13px 15px;
    position: relative;
    z-index: 10;
	font-size:13px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
}
.alert:before {
    bottom: 0px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}


em.date {
  display: block;
  font-size: 11px;
  margin-top: -6px;
  margin-bottom: 10px;
  line-height: 16px;
}

em.date strong {
  font-weight: bold;
}

.rss {
  display: block;
  float: right;
  padding-left: 25px;
  background: url('../images/rss.png') center left no-repeat;
}

.block {
  width: 100%;
  display: block;
  margin: 10px 0 5px 0;
}

.search_top {
  float: left;
  display: block;
  margin-left: 11px;
  margin-bottom: 15px;
}

li.widget-container a {
  display: block;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
}

li.widget-container a:hover {
  color: #ccc;
}

img.payment {
  float: right;
}

.right_float {
  float: right;
  text-align:  right;
}

/*============================================ SIDEBAR  =================================================*/
.widget-title{
	font-size:16px;
	padding:0;
	margin-bottom:15px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;

}
#sidebar .widget-container{margin-bottom:57px; padding:0 0 0 0px;}

#sidebar li li{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0 0 0px 0;
}

#sidebar li li span{ float:right; display:block;}

#sidebar li li a{}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar .textwidget p{ margin-bottom:0px;}

/* latest product widget */
#sidebar .lp-widget li{border:0 !important; margin-bottom:10px}
#sidebar .lp-widget li h3{margin-bottom:0px; font-size:13px; padding-top:10px;}

#sidebar .star img{ float:left; margin-right:5px;}
#sidebar .price{ margin-bottom:5px;}


/*============================================ FOOTER TOP =================================================*/
#outerfootertop {
    background: #2f2f2f none repeat scroll 0 0;
    color: #ffffff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 30px 0 10px;
}
#outerfootertop ul {
  margin: 0;
}
#outerfootertop ul li {
  list-style-type: none;
}
#outerfootertop ul li::before {
  content: "» ";
}
#outerfootertop a {
  color: #F35730;
  font-weight: bold;
}
#outerfootertop a:hover {
  text-decoration: underline;
}
#outerfootertop strong {
  font-weight: bold;
}

/*============================================ FOOTER  =================================================*/
#footercontainer{padding:10px 0px;}
#footer{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}


.sn{list-style-type:none; margin:0 0 0 0; padding:0; float:right;}
.sn li{list-style-type:none; margin:0; padding:0 0 0 5px; display:inline; background:transparent; border:0px!important;}
.sn span{height:23px; width:23px; display:inline; display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -23px !important;}

/*============================================ BANNERS =================================================*/

.megaboard {
    width: 930px;
    height: 180px;
    margin: 10px 0 0px 35px;
    padding: 0 0 20px 0;
    /*border-bottom: 1px solid #ccc;*/
}
.megaboard img {
    background-color: #fff;
}

h1 {
  font-family: 'Droid Sans', sans-serif;
}


/*============================================ LANGUAGE SELECT =================================================*/

/*.lang_select {
  float: right;
  display: block;
  position: relative;
  height: 16px;
  margin: 22px 10px -3px 0;
  margin: 18px 10px 0px 0px;
}*/

/*.lang_select a img {
  margin-right: 2px;
}*/

/*============================================ CURRENCY SELECT =================================================*/
.lang_select,
.currency_select {
  /*margin: 7px 0px 0px;*/
  float: right;
}

#language_code,
#currency_code {
    margin: 0px;
    border: 1px solid #F35730;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    border: 1px solid #F35730;
    padding: 0px 20px 0px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #F35730 url(/images/tinypic.png) 90% / 7px no-repeat;
    height: 28px;
    line-height: 28px;
}
#currency_code {
    width: 60px;
}
#language_code {
    text-transform: uppercase;
    width: 90px;
}
#language_code option,
#currency_code option {
    padding: 5px;
}
.lang_flag {
    float: right;
    margin: 0px 5px 0px 0px;
    height: 28px;
    line-height: 28px;
}
.lang_flag img {
    vertical-align: sub;
}

/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) {
    select {
        background:none;
        padding: 5px;
    }
}

/*============================================ SHOP =================================================*/

a.wishlink { display: block;}

table.details, table.details tr, table.details td {
  text-align: left;
}

table.details td.label {
  font-weight: bold;
}

table.details_total th {
  text-align: left;
  font-size: 13px;
  font-weight: bold;
}

table.details_total td {
  text-align: right;
}

table.details_total em {
  font-size: 14px;
  font-weight: bold;
}

table.details, table.details_total {
  width: 100%;
}

table.item-details {
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

table.item-details td {
  border: none;
  text-align: left;
  padding: 2px 24px;
}

table.item-details td.label {
  font-size: 11px;
  font-weight: bold;
  width: 25%;
}
div.topborder {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px
}


#sidebar .widget-container.search {
  margin-bottom: 15px;
}

#sidebar .widget-container.search .widget-title {
  margin-bottom: 10px;
}

#sidebar .widget-container.search p, #sidebar .widget-container.search select {
  margin-bottom: 5px;
}

#sidebar .widget-container.search p strong {
  font-weight: bold;
}

/* ADDED */

.catalogues img {
  float: left;
  margin: 0 15px 0 0;
}

.catalogues a {
  position: relative;
  width: 195px;
  display: block;
  float: left;
  height: 60px;
  overflow: hidden;
  margin: 0 20px 10px 0;
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.catalogues a strong {
  font-weight: bold;
  display: block;
}

.catalogues select {
  font-size: 14px;
}

.catalogues p.view {
  position: absolute;
  width: 50px;
  height: 20px;
  bottom: -15px;
  left: 55px;
}

input[type="text"].full {
  width: 98%;
  display: block;
}

.center {
  text-align: center;
}

h4.center {
  display: block;
  min-height: 70px;
}

.guide a {
  margin-left: 5px;
  display: block;
  float: left;
  height: 17px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  background: #bbb;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.guide {
  background: url('../images/shopping-cart.png') center left no-repeat;
  float: left;
  padding-left: 40px;
  margin: 15px 0;
}

#shiptobilling.login {
  margin-right: 32px;
}

.bold {
  font-size: 16px;
  font-weight: bold;
}

.s_address {
  font-size:  15px;
  line-height: 23px;
}

.form-checked label {
    display: inline;
    float: none;
    padding-left: 5px;
    font-size: 12px;
}
.form-checked .input-checkbox {
    display: inline;
    vertical-align: middle;
}

#cart thead tr th.total.retailer, #cart thead tr td.total.retailer {
  width: auto;
}

table.my_machines th.ref, table.my_machines th.desc, table.my_machines td.ref, table.my_machines td.desc, table.wishlist th, table.wishlist td {
  text-align: left;
}

table.wishlist td.center {
  text-align: center;
}

span.enhanced {
  font-weight: bold;
  font-size: 14px;
}

.checkout td button {
  margin-right: 0;
}

tr.even {
  background: #f4f4f3;
}
tr.odd {
  background: #fff;
}

td.address {
  font-size:  11px;
  line-height: 14px;
  text-align: left;
}

td.customer {
  font-size: 11px;
}

input.discounts {
  width: 18px;
  margin-bottom: 0;
  font-size: 12px;
}

.video_message {
  font-size:  11px;
  line-height: 14px;
}

.video_message span {
  font-weight: bold;
}

/*============================================ FRONT LISTS =================================================*/

#good-offers ul,
ul.ordered-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#good-offers ul li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 0px;
}
#good-offers .li-wrapper {
    padding: 20px 10px 10px;
    position: relative;
}
ul.ordered-list li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 20px 0 10px;
}

#good-offers ul p,
ul.ordered-list p {
    margin-bottom: 0;
}
#good-offers ul a,
ul.ordered-list a {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

ul.ordered-list a:hover {
  color: #F35730;
}
span.index {
    color: #F35730;
    font-size: 1.75rem;
    margin-left: 20px;
    margin-right: 10px;
}
.retailer0 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 60px;
    }
span.retailer_0 {
    color: #F35730;
    background: #d1d1d1;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 28px;
}
span.retailer_1 {
    color: #F35730;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 0px;
    margin-right: 0px;
}
span.retailer_2 {
    color: #555;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 0px;
}
span.retailer_3 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
}
span.retailer_4 {
    color: #555;
    font-size: 12px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
}
img.responsive {
    width: 100%;
}
.termsoftrade {
    padding-top: 20px;
    padding-bottom: 20px;
}

.overview a {
  display: block;
}

.overview a p {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 17px;
  width: 85%;
}

.overview h3 {
  font-size: 14px;
  width: 100%;
  margin-bottom: -1px;
}

.overview table td  {
  vertical-align: middle;
}

.overview table td.title, .overview table th.title {
  text-align: left;
}

.overview table td.add_to {
  text-align: right;
}

.overview table td.add_to button, #cart table button {
  margin-right: 0;
}

.overview table tr td, .overview table tr th {
  max-width: 6em;
  overflow: hidden;
  padding: 4px 12px;
  white-space: nowrap;
}

.sf-menu li.mega a{
  font-size: 14px;
}

/* STOCK */

tr.stockstatus img {
    margin: 0 20px 0 0px;
}

td.status {
    font-size: 11px;
    text-align: left;
}

/* Loader gif animation block */
#loading-animation {
    text-align: center;
}
#loading-animation>img {
    margin: auto;
}
.bold_txt {
    font-weight: bold;
}

/*============================================ CSS ICONS =================================================*/
/* From: https://cssicon.space/#/ */

.icon {
	/*white-space: pre;*/
}
.mobile-solid.icon {
	color: #F35730;
	position: absolute;
	margin-left: 4px;
	margin-top: 0px;
	width: 12px;
	height: 14px;
	border-radius: 2px;
	border-left: solid 1px currentColor;
	border-right: solid 1px currentColor;
	border-top: solid 3px currentColor;
	border-bottom: solid 4px currentColor;
}

.moon-solid.icon:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 3px;
	width: 8px;
	height: 10px;
	color: #fff;
	background-color: currentColor;
	border-radius: 5px 0 0 5px;
}

.mobile-solid.icon:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 5px;
	height: 2px;
	width: 2px;
	border-radius: 50%;
	color: white;
	background-color: currentColor;
}
.icon-label-common {
	margin-left: 40px;
	width: 200px;
}

.chat.icon {
	color: #F35730;
	position: absolute;
	margin-left: 2px;
	margin-top: 4px;
	width: 15px;
	height: 10px;
	border: solid 1px currentColor;
	border-radius: 2px;
}

.chat.icon:before {
	content: '';
	position: absolute;
	left: 3px;
	top: 8px;
	width: 4px;
	height: 4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: white;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
}


/*============================================ VAT VERIFICATION =================================================*/
form.verify-vat-form {
	/*width: 580px;*/
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}

div.vat-form-container {
	height: 32px;
}

div.vat-form-input-container {
	width: 280px;
	margin-left: 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}

div.vat-form-country {
	padding: 0 10px;
	height: 28px;
	background: #ededed;
	border: 2px solid #cccccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-right: none;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

div.vat-form-input-container input[type="text"] {
	border: 2px solid #CCCCCC;
	color: #666;
	font-size: 12px;
	padding: 7px 5px;
	font-family: Arial;
	margin-bottom: 0;
}

/*============================================ CONSENT =================================================*/
.consent-bg {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(210, 86, 67, 0.9);
}

#consent-wrapper {
	position: absolute;
	z-index: 9999;
	width: 100%;
}

#consent {
	width: 650px;
	background-color: #fff;
	padding: 20px;
	margin: auto;
	margin-top: 30px;
}

#consent h1 {
	text-align: center;
	font-size: 34px;
}

#consent embed {
	width: 100%;
	height: 500px;
}

#terms-language {
	text-align: center;
	padding: 10px;
}

#terms-language img {
	width: 30px;
	padding: 10px;
}

.embeds {
	display: none;
}

.embed-selected {
	display: block;
}

#consent-accept {
	margin-top: 10px;
}

#consent-accept button {
	display: block;
	margin-top: 10px;
}

#consent-accept label {
	display: inline;
	width: inherit;
	float: none;
}

.consent-required {
	background: #F35730;
	color: white;
}

#consents-section {
	clear: both;
	padding-top: 25px;
}

#consent-modal {
	border: 1px solid #d6d6d6;
	width: 600px;
	background: white;
	padding: 20px;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}

#consent-modal ul {
	text-align: left;
}

#consent-cancel {
	display: none;
}

.flash-deleted {
	position: fixed;
	top: 0;
	left: 0;
	background: #f00001;
	width: 100%;
	color: white;
	z-index: 7777;
	padding: 15px;
	text-align: center;
}

.of-y {
	overflow-y: scroll;
	height: 90%;
}

@media (max-width: 650px) {
	#consent {
		width: 85%;
	}
	#consent embed {
		width: 100%;
	}
	#consent-modal {
		width: 75%;
		top: 20px;
		left: 0;
		overflow-y: scroll;
		height: 85%;
	}
	#consent-modal button {
		margin-bottom: 25px;
	}   
}

/*JPK*/

    .landing_page {
		columns: 2;
        color: #fff;
        background: #F35730;
        padding: 10px;
	}
    .landing_page h2{
        color: #fff;
	}

/** mark pallet in admin views **/
.pallet {
	background-color: yellow !important;
}