body {
	font-family: 'eurostile', Arial, Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.4;
	min-width: 320px;
}
a { color: #1894d4; }
a:hover { text-decoration: none; }
a:hover, a:focus { color: #18beff; }

.red {color: #d32e2e;}
.blue {color: #4aa2c6 !important;}
.orange {color: #f18a21;}
.price {color: #dc3923;}
.more {color: #f47922 !important;}
.reduced {
	text-decoration: line-through;
	color: #f18a21 !important;
}
.date {
	font-weight: normal;
	color: #383838;
	font-size: 12px;
}

.error {
	color: #d32e2e;
}
label.error { padding: 0 20px 0 0 }

.clearBoth {clear:both}
.floatLeft {float:left;}
.floatRight {float:right;}
.padL {padding-left:10px;}
.padR {padding-right:10px;}
.pad10 {padding: 10px}
.pad20 {padding: 20px}

#scroll-top {
	background-color: #d0d0d0;
	position: fixed;
	top: 100%;
	right: 10px;
	color: #383838;
	border-radius: 3px 3px 0 0;
	width: 35px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#scroll-top:hover {
	color: #1894d4;
}
#scroll-top:before {
	content: '\f062';
	font-family: FontAwesome;
}

/* headerBar */
#header .header-bar {
	background-color: #97979c;
	border-top: 4px solid #e6a211;
	border-bottom: 1px solid #ccc;
	color: #fff;
	text-align: right;
}

#header > .container {
	position: relative;
	overflow: hidden;
}

#header .logo {
	display: block;
	padding: 13px 10px;
}
#header .logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 120px;
}

#header .tagline {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	color: #2c2c2c;
	padding: 5px 0 10px 0;
	letter-spacing: -0.5px;
	position: relative;
}
#header .tagline span {
	font-size: 110%;
}
#header .tagline b {
	color: #f47922;
	font-size: 110%;
}

#header .basket-col {
	position: static;
}
#header .basket {
	background: url(../img/shopping-box.jpg) no-repeat right top;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding: 13px 115px 27px 0;
	color: inherit;
	float: right;
	position: absolute;
	top: 89px;
	right: -10px;
}
#header .basket:hover { text-decoration: none; }
#header .basket > b {
	color: #1894d4;
}

#header .header-controls {text-align: right;margin: 0;padding: 0;}
#header .header-controls > a {background: #efefef;border: 1px solid #ffffff;box-shadow: inset 0 0 2px #d0d0d0;border-radius: 6px;color: #858585;font-weight: normal;font-size: 13px;/* text-transform: uppercase; */letter-spacing: 0;display: inline-block;padding: 3px 10px;}
#header .header-controls > a:hover,
#header .header-controls > a:focus {

box-shadow: none;

background: #97979c;

color: #fff;
}

#header .accountnav {
	margin: 2px 0 2px;
}
#header .accountnav > li {
	padding-left: 0;
	padding-right: 0;
	font-size: 12px;
	line-height: 1;
	word-spacing: -1px;
	letter-spacing: 1px;
}
#header .accountnav > li > a {
	color: inherit;
	padding: 5px 4px 5px 4px;
	display: inline-block;
	vertical-align: middle;
}
#header .accountnav > li > a:hover,
#header .accountnav > li > a:focus {
	text-decoration: underline;
}
#header .accountnav > li + li:before {
	content: '|';
	font-size: 10px;
	vertical-align: middle;
	color: #ccc;
	display: inline-block;
	margin-right: 7px;
	margin-left: 3px;
}

.navbar-default {
	background-color: #E6A211;
	background-image: linear-gradient(#e4a012,#dc7c24);
	min-height: 33px;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	border-radius: 6px 6px 0 0;
	margin: 0;
	position: static;
}
#mainNav ul > li {
	margin: 5px 0;
}
#mainNav ul > li + li:before {
	content: "";
	display: inline-block;
	float: left;
	border-right: 1px solid rgb(228, 132, 0);
	background: #d0d0d0;
	width: 2px;
	height: 10px;
	position: relative;
	right: 0px;
	top: 11px;
	margin: 0 4px 0 5px;
}
#mainNav ul > li > a {
	color: #ffffff;
	font-size: 15px;
	height: 33px;
	line-height: 33px;
	letter-spacing: 0.5px;
	white-space: nowrap;
	padding: 0 7px 0 7px;
	position:relative;
	z-index: 1;
	transition: all .5s;
	display: block;
	float: left;
}
#mainNav ul > li > a:after {
	background: #97979c;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	border-radius: 6px;
	color: transparent;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all .5s;
}
#mainNav ul > li > a:hover,
#mainNav ul > li > a:focus {
	opacity: 0.7;
}
#mainNav ul > li > a:focus {
	opacity: 1
}
#mainNav ul > li > a:focus:after,
#mainNav ul > li.active > a:after{
	opacity: 1;
	visibility: visible;
	height: 100%;
}
#mainNav ul > li.active > a {
	background: none;
}

.search_form, .headerBox{
	background: #f2f2f2;
	border: 1px solid #c3c3c3;
	border-top: none;
	border-radius: 0 0 6px 6px;
	padding: 8px 8px 8px;
	min-height: 34px;
}
.search_form .form-group {
	padding-top: 0;
	padding-bottom: 0;
}


/*------ [SPRITES] ------------------------------------*/
.sprite-suppliers {
	background: url('../img/sprite-suppliers.png') no-repeat;
	display: inline-block;
	text-indent: -9999px;
	text-align: left;
	line-height: 300px;
	overflow: hidden;
}
.sprite-suppliers.inview {
	background-image: none;
}

.spritefenman-logo { background-position: -10px -0px; width: 82px; height: 44px; }
.spritesimpsons-logo {background-position: -20px -54px;width: 75px;height: 37px;}
.spritesalesmaster-logo { background-position: -10px -104px; width: 68px; height: 40px; }
.spriteskillbooster-logo { background-position: -10px -154px; width: 65px; height: 44px; }


/*------ [TYPOGRAPHY] ------------------------------------*/
.heading {
	min-height: 36px;
	line-height: 36px;
	font-size: 23px;
	font-weight:bold;
}
.heading a {
	color: inherit
}

.bar {
	background-color: #E6A211;
	background-image: linear-gradient(#e4a012,#dc7c24);
	color: #ffffff;
	border-top-right-radius: 4px;
	padding: 5px 10px 0 20px;
	margin: 0;
	min-height: 46px;
	position: relative;
}
.cats {
	background-color: #d0d0d0;
	background-image: linear-gradient(#9e9e9e,#8a8a8a);
	color: #e6e6e6;
}
.bar h1, .bar h2 {
	color: inherit;
	font-size: 24px;
	display: inline-block;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-family: 'Eurostile', Arial, Helvetica, sans-serif;
}
.bar h1 a {color: inherit;}
.bar h1 strong, .bar h2 strong {
	letter-spacing: 0px;
	font-weight: normal;
}
.bar h2 a { color: #ffffff; display: inline-block }

.bar .new, .bar .bestSeller {
	position:static;
	width:57px;
	height:57px;
	margin: 2px 10px 0 -5px;
	float: left;
	background:url(../img/best-seller.png) no-repeat;
}
.bar .new {
	background-image:url(../img/new.png);
}

h3 {
	font-size: 16px;
	color:#262626;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 a {color:#262626;}

h2 .small {
	font-size: 14px;
	line-height: 16px;
}

.page-content {
	padding: 0 20px 20px;
}

#page {
	
font-size: 16px;
	
line-height: 1.4;
}

/*------ [SIDEBAR] ------------------------------------*/
.sidebar-col, .content-col {
	padding-top: 20px
}
.sidebar {
	background-color: #E3F3FA;
	border: 1px solid #d7e0e4;
	min-height: 100%;
	border-top-left-radius: 6px;
}

.sidebar .heading {
	background-color: #E6A211;
	background-image: linear-gradient(#e4a012,#dc7c24);
	color:#ffffff;
	padding: 5px 10px 5px 20px;
	margin: 0 -1px;
	font-size: 19px;
	font-weight: normal;
	line-height: 38px;
	height: 46px;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.sidebar > .heading:first-child {
	border-top-left-radius: 4px;
}

.sidebar .nav {
	margin: 0;
}
.sidebar .nav > li > a {
	background-color: #e0e0e0;
	background-image: linear-gradient(#e2f3f9,#ffffff);
	border-bottom: 1px solid #e9f9ff;
	font-size: 15px;
	font-weight: normal;
	color: #262626;
	line-height:23px;
	position: relative;
	padding: 5px 30px 4px 10px;
}
.sidebar .nav > li > a:after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 15px;
	height: 20px;
	line-height: 20px;
	margin-top: -10px;
	font-size: 110%;
	transition: color .5s;
}
.sidebar .nav > li > a:hover,
.sidebar .nav > li > a:focus {
	background: #dce0e2;
}
.sidebar .nav > li > a:hover:after,
.sidebar .nav > li > a:focus:after {
	color: #dc7c24;
}
.sidebar .nav > li.selected > a {
	font-weight: bold;
	background: #ececec;
}
.sidebar .nav > li.selected > a:after {
	color: #1894d4;
	/*content: '\f078';
	top: 6px;*/
}
.sidebar .nav > li.child > a {
	padding-left: 30px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: normal;
	background: #ececec;
}

.sidebar .nav > li.child > a:after{
	right: auto;
	left: 9px;
	font-size: 90%;
	width: 15px;
	text-align: center;
}

.sidebar .brands {
	padding: 10px 15px 10px;
	text-align: center;
}

.sidebar .suppliers .item { text-align: center }
.sidebar .suppliers .item img { margin: 0 auto; height: 60px }

.sidebar .findus-bg {
	padding: 15px;
	line-height:16px;
	color: #858585;
}


/* -- Sidebar Address & News -- */
.address a {
	color: inherit;
}
.address a:hover {
	color: #1894d4;
}
.address .icons {
	font-size: 32px;
	/* text-align: center; */
	padding: 10px 0 15px;
}
.address .icons > a {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.icons > .facebook:hover { color: #3b5998 }
.icons > .twitter:hover  { color: #1dcaff }
.icons > .youtube:hover  { color: #cc181e }
.icons > .linkedin:hover { color: #007bb6 }

.address td {
	font-size: 13px;
	font-weight: normal !important;
	letter-spacing: -0.1px;
	line-height: 18px;
	word-spacing: -0.2px;
	vertical-align: top;
	padding: 8px 2px;
}
.address td:first-child strong {
	font-size: 110%
}
.sidebar .news .heading {
	position: relative;
}
a.rss {
	background-color: #f26522;
	box-shadow: inset 0 0 3px #b94610;
	display:inline-block;
	line-height: 32px;
	border-radius: 8px;
	width: 30px;
	height: 30px;
	text-align: center;
}
.sidebar .news .heading .rss {
	position: absolute;
	right: 10px;
	top: 8px;
	display:block;
}
.sidebar .news h3 a {
	display:block;
}
.sidebar .news p strong {
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
	line-height: 20px;
}
.sidebar .news p {
	padding: 15px 20px 20px;
	margin: 0;
	color: #353535;
	line-height: 1.5;
}
.sidebar .news p a {
	color: inherit;
}
.sidebar .news p .more {
	color: #e49f12;
	font-weight: bold;
	letter-spacing: 0.5px;
}

/* -- END SIDEBAR -- */



#footer {
	padding-bottom: 20px;
}
#footer .footer-creds {
	background-color: #d0d0d0;
	text-align: center;
	font-size: 11px;
	white-space: nowrap;
}
#footer .footer-creds .row > * {
	padding-left: 20px;
	padding-right: 20px;
}
#footer .footer-creds .row > :last-child {
	text-align: right;
}
#footer .footer-creds .well {
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	padding: 3px 9px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#footer .footer-creds img,
#footer .footer-creds .small-block {
	display: inline-block;
	text-align: left;
	line-height: 1;
	font-size: 10px;
	vertical-align: middle;
}
#footer .footer-creds img {
	margin-left: 4px;
	max-height: 22px;
}
#footer .footer-bar {
	background-color: #e4a012;
	border-radius: 0 0 6px 6px;
	color: #fff;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer .footer-bar a {
	color: inherit;
}
#footer .footer-bar ul {
	margin: 0;
}
#footer .footer-bar ul > li {
	padding: 0;
	vertical-align: middle;
	line-height: 25px;
}
#footer .footer-bar ul > li + li:before {
	content: '| ';
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1;
}
#footer .footer-bar li > a,
#footer .footer-bar .siteby {
	font-size: 12px;
	padding: 1px 5px;
	display: inline-block;
	vertical-align: middle;
}
#footer a:hover,
#footer a:focus {
	text-decoration: underline;
}
#footer .footer-bar .siteby {
	margin-top: 4px;
}

.headerBox {
	border-radius: 0 0 5px 5px;
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 14px;
}
.headerBox p {
	margin: 8px 0 0 5px;
	font-size: 90%;
}

.medPod {
	background: #fcf4e2;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	height: 139px;
	width: 22%;
	overflow: hidden;
	margin: 15px 1.5%;
	float: left;
	text-align: center;
}

.medPod h3 {
	font-size: 15px;
	font-weight: bold;
	text-align:center;
	display: block;
	margin: 13px 10px;
}
.medPod h3 a {
	color: #272727;
	display: block;
}
.medPod .image {
	margin:0 auto;
	display: inline-block;
	overflow: hidden;
	/* border-radius: 10px; */
	background: #ccc;
	border: 1px solid #ccc;
}
.medPod .image img {
	margin: 0 auto;
}
.medPod p {
	padding-right: 5px;
	color: #262626;
	font-size: 12px;
	font-weight: bold;
}

.tinyPod {
	/* width: 33.333%; */
	margin: 10px 0;
	float: left;
	position:relative;
}
.tinyPod .heading, .tinyPod h4 {
	min-height: 23px;
	overflow:hidden;
	color: #272626;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align:center;
	word-spacing: 1px;
}
.tinyPod h4 > a, .tinyPod .heading > a {
	color: inherit;
	display: block;
	padding: 2px 0 5px;
}

.tinyPod .middleMe {
	background: #f3f3f3;
	border: 1px solid #e6e6e6;
	box-shadow: 0 0 1px #ccc;
	overflow: hidden;
	padding: 10px;
	border-radius: 10px;
	min-height: 100%;
	position: relative;
}

.tinyPod .middleMe.badgePad .heading, .tinyPod .middleMe.badgePad h4 {
	padding-right: 50px
}
.tinyPod .image {
	float: left;
	width: 33%;
	overflow: hidden;
	margin-top:2px;
	position: relative;
	background: none; /* #ccc */
	text-align: center;
	border-radius: 5px;
	height: 110px;
}
.tinyPod .image a {
	height: 110px;
	vertical-align: top; /* middle */
	display: block;
	line-height: 110px;
	border-radius: 5px;
	overflow: hidden;
}
.tinyPod .image a.popme {
	
background-color: rgba(204, 204, 204, 0.85);
	
border-top: 1px solid #c2c2c2;
	
border-right: 1px solid #c2c2c2;
	
height: 28px;
	
line-height: 26px;
	
font-size: 15px;
	
position: absolute;
	
color: #666;
	
box-shadow: inset -3px 2px 3px rgb(193, 193, 193);
	
bottom: 0;
	
left: 0;
	
text-align: center;
	
width: 30px;
	
border-radius: 0 7px 0 4px;
}
.tinyPod .image img {
	display: inline-block;
	max-width: 100%;
}
.tinyPod p {
	color: #262626;
	font-size: 14px;
	line-height: 20px;
	width: 63%;
	float: right;
	margin: 5px 0 0 0;
}
.price {
	color: #dc3923;
	line-height: 14px;
}
.price strong {
	font-size:110%;
	line-height: 16px;
}
.price .reduced {
	text-decoration: line-through;
	color: #A80000;
}

.tinyPod .btn {
	float: right;
	margin: 15px 10px;
	clear: right;
}


.subcategories {
	background: #d0d0d0;
	overflow: hidden;
	padding: 15px 20px;
	border-bottom-right-radius: 6px;
}

.dataset-paging {
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
}


.feature {
	height: 222px;
	overflow:hidden;
	position: relative;
}

.feature .item {
	background-size: contain;
	position: relative;
	height: 222px;
}
.feature .item .bannerLink img {
	height:auto;
	width: 100%;
	display: block;
}

/* -- Carousel "Product" -- */
.productSlide h2 { font-size: 28px; color: #fff }

.productSlide .infoBox {
	margin: 10px;
	padding: 20px;
	border-radius: 8px;
	font-size: 14px;
	width: 90%;
}
.productSlide .infoBox h4 { font-size: 18px }
.productSlide .whiteBg { background-color: #fff }


.bannerLink {
	position:relative;
}

.feature h4.bannerTitle {
	position:absolute;
	top:50px;
	left:10px;
	font-weight:bold;
	width:550px;
	font-size:30px;
	text-align:center;
}

/* numeric controls */
.carousel-control { width: 5% }
.carousel-indicators{
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	clear: both;
	width: auto;
	margin: 0;
	text-align: center;
	bottom: -4px;
	left: 0;
	right: 0;
}
.carousel-indicators li{
	margin: 10px;
	padding:0;
	/* float:left; */
	list-style:none;
	height:28px;
	line-height:28px;
	text-indent: 0;
	width: 28px;
	color: #fff;
}
.carousel-indicators li.active{
	/* font-weight: bold; */
	/* font-size:16px; */
	height:28px;
	width: 28px;
	margin: 10px;
	color: #000;
	font-weight: bold;
}
.carousel-indicators li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}




.newsArticle {
	padding: 10px 15px 0 15px;
}
.newsArticle ul { margin-left: 25px }
.newsArticle ul li { list-style: outside disc }

.welcome {padding: 20px 15px 40px;}
.welcome h2 {
	font-size: 19px;
	margin-top: 12px;
}
.highlight, .welcome h1 strong, .welcome h2 strong, .welcome h3 strong {
	color: #f18a21;
}
.welcome strong {
	font-size: 105%;
}
.welcome ul, .increase{
	margin: 5px 0 25px 10px;
}
.welcome li, .increase > li{
	padding: 2px 0px;
	list-style:none;
	margin: 10px  0;
	line-height:20px;
	font-weight: bold;
	letter-spacing: 0.2px;
	font-size: 105%;
	position: relative;
}
.welcome li:before, .increase > li:before {
	background: rgb(53, 137, 173);
	background-image: linear-gradient(to bottom, rgb(179, 220, 237) 0%, rgb(53, 137, 173) 100%);
	content: '\f005';
	font-family: FontAwesome;
	color: #fff;
	border-radius: 50%;
	padding: 0;
	border: 1px solid #3589ad;
	position: absolute;
	top: 0;
	left: -35px;
	width: 25px;
	height: 25px;
	font-size: 14px;
	text-align: center;
	line-height: 23px;
	text-indent: 2px;
	text-shadow: 0 0 1px #bf6e00;
}

.tab-content {
	background-color: #4ba0c7;
	background-image: linear-gradient(to bottom, #4ba0c7 0%, #3589ad 100%);
	padding: 10px 20px;
	/* color: #fff; */
}
.nav-tabs {
	margin-top: 15px;
}
.nav-tabs > li > a {
	background-color: #cbcbcb;
	font-weight: bold;
	font-size: 15px;
	color: #363636;
	letter-spacing: 1px;
	word-spacing: 1px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	background-color: #4ba0c7;
	border-color: #4ba0c7;
	color: #fff;
}

.testimonals {
	/* float: right; */
	overflow: hidden;
	background-color: #4ba0c7;
	background-image: linear-gradient(to bottom, #4ba0c7 0%, #3589ad 100%);
	padding: 8px 11px;
	margin: 20px 0;
	/* min-height: 100%; */
	border-radius: 10px;
}
.testimonals ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.testimonals .item {
	background:#fff;
	background-color: #fff;
	padding: 60px 20px;
	border-radius: 7px;
}
.testimonals .item:before,
.testimonals .item:after {
	content: '\f10d';
	font-family: fontAwesome;
	position: absolute;
	color: #d0d0d0;
	top: 0;
	left: 15px;
	font-size: 40px
}
.testimonals .item:after {
	content: '\f10e';
	top: auto;
	left: auto;
	bottom: 0;
	right: 15px
}
.testimonals .item strong {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.corner-ribbon {
	width: 110px;
	background-color: #1894d4;
	box-shadow: 0 0 1px rgba(0,0,0,0.3), inset 0 0 10px rgba(0,0,0,0.4);
	position: absolute;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
	letter-spacing: 1px;
	color: #f0f0f0;
	top: 13px;
	right: -28px;
	left: auto;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.corner-ribbon.new {
	background-color: #f47922;
}

.productPods {
	display: flex;
	flex-wrap: wrap;
}

.panel-group .panel {
	background-color: transparent;
	color: #666;
	margin-bottom: 15px;
	border-radius: 6px;
	overflow: hidden;
}
.panel-collapse > .panel-body {
	padding: 25px 20px;
}
.panel-title {
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1px;
}
.panel > .panel-heading {
	
background-color: #edf5f9;
	
padding: 15px;
}
.panel-collapse {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 0 0 6px 6px;
}
.accordion-toggle {
	position: relative;
	display: block;
	padding-left: 25px;
}
.accordion-toggle::before {
	content: '\f103';
	font-family: fontAwesome;
	font-weight: normal;
	font-size: 20px;
	display: block;
	position: absolute;
	color: #cbcbcb;
	top: 50%;
	left: 0;
	width: 15px;
	margin-top: -10px;
	text-align: center;
}
.accordion-toggle.collapsed::before {
	content: '\f101';
	color: #368aae;
	margin-top: -11px;
}

.lightBox-preview img {
	width: 100%;
	display: block;
}

.product-review .rating {
	float: left;
	margin-bottom: 8px;
}
.product-review footer {
	font-style: italic;
	letter-spacing: 1px;
	font-size: 12px;
}
.product-review .date {
	font-weight: normal;
	font-size: 14px;
	margin-top: 8px;
}
.rating .fa-star-o {
	color: #dc7d24;
}
.rating .fa-stack .fa-star {
	color: #e49f12;
}

.product-image .caption {
	font-style: italic;
	font-size: 12px;
}
.product-title {
	margin-bottom: 15px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.product-title .title {
font-size: 23px;
font-weight: bold;
}
.product-description {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 10px 0 20px;
	color: #fff;
}
.product-static {
	margin: 5px 0;
	font-size: 16px;
	letter-spacing: 0.5px;
}
.product-label {
	color: #666666;
	margin: 4px 0;
	letter-spacing: 0;
}
.product-rating {
	float: right;
	text-align: center;
	margin: 10px 5px 0 0;
	font-size: 12px;
}

.input-rating {
	cursor: pointer;
	float: left;
	padding: 5px 7px
}
.input-rating input[type=radio] {
	display: none
}
.rating .input-rating .fa-star {
	font-size: 21px
}
.rating .input-rating .fa-star-o {
	font-size: 22px
}
.input-rating .fa-star {
	display: none
}
.input-rating.checked .fa-star {
	display: block
}


.basketTable .table > tbody > tr > td {
	vertical-align: middle;
}

.navbar-toggle-wrap {
	position: absolute;
	top: 20px;
	right: 16px;
}

.navbar-backdrop {
	background: rgba(56, 56, 56, 0.95);
	box-shadow: inset 0 0 100px #636363;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 50;
}

.mobile-navbar-collapse {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mobile-navbar-collapse .navbar-nav {
	background: #363636;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	z-index: 50;
	margin: 0;
}
.mobile-navbar-collapse .navbar-nav > li > a {
	color: #cecece;
	text-align: center;
	padding: 12px 20px;
	font-size: 17px;
	border: 1px solid #464646;
	margin: 7px 5px;
}
.mobile-navbar-collapse .dropdown-menu > li + li > a {
	border-top: 1px solid #464646;
}
.mobile-navbar-collapse .dropdown-menu > li > a,
.navbar-default .mobile-navbar-collapse .navbar-nav .open .dropdown-menu > li > a {

color: #fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	color: #4577a7;
}
.navbar-default .navbar-nav > .divider {
	height: 1px;
	margin: 12px 0;
	overflow: hidden;
}



.navbar-toggle {
	background: rgba(63, 126, 186, 0.8);
	border-radius: 9px;
	padding: 9px 20px 21px;
	margin: 0 8px 0 3px;
	position: relative;
	float: left;
	z-index: 99;
	text-transform: uppercase;
	color: #e2e2e2;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.navbar-toggle:after {
	content: 'Menu';
	position: absolute;
	bottom: 4px;
	left: 2px;
	right: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus,
.navbar-toggle:active,
.navbar-toggle.active,
.navbar-toggle.disabled,
.navbar-toggle[disabled] {
	background: rgba(63, 126, 186, 0.8);
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background: #3F7EBA;
	border-color: rgba(63, 126, 186, 0.5);
}
.navbar-toggle .icon-bar {
	width: 27px;
	height: 4px;
	margin-bottom: 5px;
	border-radius: 2px;
	transition: all 500ms ease-in-out;
}
.navbar-toggle .icon-bar {
	background-color: #e2e2e2;
	position: relative;
	box-shadow: none;
	z-index: 1042;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	background-color: transparent;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	top: -7px;
	transform: rotate(-45deg);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	top: 0;
	transform: rotate(0deg);
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	background-color: #fff;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	top: 0;
	transform: rotate(0deg);
}