/*
	Theme Name: VanDessel
*/
* {
	margin: 0;
	padding: 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 14px;
}
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	background: none;
}
body {
	color: #2a2a2a;
	font: 11px/14px 'Open Sans', sans-serif;
	background: #fff;
	margin:0;
	min-width:950px;
}
a {
	text-decoration: none;
	color: #2a2a2a;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select {
	font: 100% arial, sans-serif;
	vertical-align: middle;
	color: #000;
	overflow: auto;
}
label {
	vertical-align: middle;
}
button, input {
	width: auto;
	overflow: visible;
}
button::-moz-focus-inner {
 padding:0;
 border:0;
}
h1, h2, h3, h4, h5, h6, b, strong, th {
	font-weight: bold;
}
h1 {
	font-size:20px;
	line-height:23px;
	font-weight:600;
	margin:0 0 15px;
}
.h2Section {
	font-size:20px !important;
	line-height:23px !important;
	font-weight:600 !important;
	margin:35px 0 15px 0px !important;
}
.box h3 {margin-top:15px !important;margin-bottom:5px !important;}
h2 {
	margin:0 0 5px;
	font-weight:600;
	font-size:16px;
	line-height:19px;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
i, cite, em, var, dfn, address {
	font-style: italic;
}
u, ins {
	text-decoration: underline;
}
s, strike, del {
	text-decoration: line-through;
}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}
cite {
	display: block;
	text-align: right;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}
th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}
ul {
	margin-left: 1px;
}
ul ul, ul ol, ol ul, ol ol {
	padding-left: 18px;
	margin: 0;
}
ul li, ol li {
	list-style-position: inside;
}
ul>li {
	list-style-type: disc;
}
dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}
.comment-form textarea, .comment-form input[type="text"], .searchform input[type="text"] {
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 4px 0 0;
	padding: 3px 4px;
	width: 300px;
}
.searchform input[type="text"] {
	width: 200px;
}
.commentlist {
	margin: 0 0 14px;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist-item .commentlist-item {
	padding: 0 0 0 24px;
}
.comment, .commentlist-holder {
	overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 14px;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	padding: 3px 4px;
	overflow: auto;
	margin: 0;
	height: 120px;
}
.navigation {
	overflow: hidden;
}
.navigation .next {
	float: left;
}
.navigation .prev {
	float: right;
}
.aligncenter {
	text-align: center;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
#wrapper{
	overflow:hidden;
	padding:0 0 38px;
	width:100%;
	height:100%;
}
#header{
	/*overflow:hidden;*/
	background:#2a2a2a;
	padding:10px 0 11px;
	position:relative;
	z-index:10;
}
#header .header-holder{
	margin:0 auto;
	overflow:hidden;
	width:898px;
	padding:11px 0 5px;
}
#header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/logo.png) no-repeat;
	width:381px;
	height:68px;
	margin:20px 16px 0;
}
.logo a{
	display:block;
	height:100%;
}
#nav{
	float:right;
	width:300px;
}
#nav ul{
	float:right;
	text-transform:uppercase;
	font-size:10px;
	line-height:13px;
	font-weight:300;
	margin:0;
}
#nav ul li{
	list-style:none;
	margin:0 0 6px;
}
#nav ul li a{ color:#fff;}
#nav ul li a:hover,
#nav ul li.active a{
	color:#c1bebe;
	text-decoration:none;
}
.visual{
	overflow:hidden;
	position:fixed;
	width:100%;
	height:100%;
	bottom:0;
}
.visual .img-holder{
	position:relative;
}
.visual .img-holder .caption{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.visual .caption .caption-holder{
	display:table;
	width:388px;
	margin:0 auto;
	height:100%;
}
.visual .caption .caption-frame{
	display:table-cell;
	vertical-align:middle;
	color:#2a2a2a;
	font-size:11px;
	line-height:14px;
}
.visual .caption h1{
	text-align:center;
	margin:0 0 15px;
	text-transform:uppercase;
}
.visual .img-holder img{
	margin-top:0 !important;
	position:absolute;
}
.carousel2{ height:100%;}
.carousel2 .bg-stretch,
.visual .bg-stretch{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
}
.carousel2 .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height:100%;
}
.carousel2 .mask .slideset {
	width: 100%;
	float: left;
}
.carousel2 .mask .slide {
	width: 100%;
	/*float: left;*/
	overflow:hidden;
	position: absolute;
	height: 500px;
	margin-top:130px;
}
.carousel2 .slide img{
	width:100%;
	margin-top:0 !important;
	position:absolute;
}
.carousel2 .pagination{
	position:absolute;
	bottom:60px;
	left:47%;
}
.carousel2 .pagination ul{
	margin:0;
	overflow:hidden;
	text-align:center;
	padding:0;
}
.carousel2 .pagination ul li{
	display:inline-block;
	vertical-align:top;
	margin:0 2px 0 3px;
}
.carousel2 .pagination ul li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url(../img/sprite.png) no-repeat -18px -34px;
	width:14px;
	height:15px;
}
.carousel2 .pagination ul li a:hover,
.carousel2 .pagination ul li.active a{ background-position:0 -34px;}
#main{
	overflow:hidden;
	background:#fff;
}
#main .holder{
	width:898px;
	margin:0 auto;
	overflow:hidden;
	padding:37px 0 31px;
}
#main .bike-section{
	overflow:hidden;
}
.bike-section .head{
	overflow:hidden;
	background:url(../img/sep1.png) no-repeat 50% 50%;
	text-align:center;
	margin:0 0 36px 28px;
}
.bike-section h1{
	margin:0;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:0 8px;
}
.bike-section .category-area{
	margin:0 0 0 -17px;
	padding:0;
	overflow:hidden;
}
.category-area > li{
	list-style:none;
	width:134px;
	float:left;
	margin:0 0 0 49px;
}
.category-area > li > h2{
	text-align:center;
	margin:0 0 34px;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:700;
}
.category-area > li > ul{
	overflow:hidden;
	padding:0;
	margin:0;
}
.category-area > li > ul > li{
	list-style:none;
	overflow:hidden;
	margin:0 0 42px;
}
.category-area > li > ul > li > img{ display:block;}
.arrow-down,
.arrow-up{
	text-indent:-9999px;
	display:block;
	background:url(../img/sprite.png) no-repeat -25px -57px;
	width:23px;
	height:11px;
	margin:-9px auto 0;
}
.arrow-up{
	background-position:0 -57px;
	margin:0 auto;
}
.bike-detail{
	overflow:hidden;
	padding:29px 0 0;
}
.bike-detail .bike-info{
	overflow:hidden;
	border:solid #2a2a2a;
	border-width:1px 0;
	padding:23px 0 27px;
}
.bike-detail .bike-info:last-child{ border-width:1px 0 0;}
.bike-info .block{
	overflow:hidden;
	padding:33px 0 42px;
}
.bike-info .block .textarea{
	float:left;
	width:300px;
	padding:72px 0 0 30px;
	line-height:16px;
}
.bike-info.add .block .textarea{ float:right;}
.bike-info .textarea h2{
	text-transform:uppercase;
}
.bike-info .textarea p{ margin:0 0 20px;}
.bike-info .textarea .links{
	margin:0;
	padding:0;
	overflow:hidden;
	font-weight:600;
	font-size:10px;
	line-height:13px;
	text-transform:uppercase;
}
.bike-info .textarea .links li{
	list-style:none;
	margin:0 0 11px;
}
.bike-info .textarea .links li a:hover{
	text-decoration:none;
	color:#666;
}
.bike-info .textarea .social-networks{
	margin:0;
	padding:0;
	overflow:hidden;
}
.bike-info .social-networks .sub-title{
	float:left;
	margin:0 5px 0 0;
	text-transform:uppercase;
	font-size:10px;
	line-height:13px;
	font-weight:600;
}
.bike-info .social-networks .icon-holder{
	float:left;
}
.icon-holder .stButton{
	margin:0 !important;
}
.icon-holder .stButton .stLarge{
	width:15px !important;
	height:14px !important;
}
.icon-holder .st_facebook_large .stButton .stLarge,
.icon-holder .st_twitter_large .stButton .stLarge,
.icon-holder .st_pinterest_large.stButton .stLarge{
	background:url(../img/sprite.png) no-repeat 0 -79px !important;
}
.icon-holder .st_twitter_large .stButton .stLarge{background:url(../img/sprite.png) no-repeat -16px -79px !important;}
.icon-holder .st_pinterest_large .stButton .stLarge{ background:url(../img/sprite.png) no-repeat -31px -79px !important;}
.bike-info .slideshow {
	position: relative;
	height: 372px;
	float:right;
	width:543px;
}
.bike-info.add .slideshow{ float:left;}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.slideshow .slide img{ display:block;}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow.not-enough-slides a.btn-prev,
.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}
.slideshow .pagination{
	margin:0 0 0 7px;
	padding:0;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}
.slideshow .pagination li{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	border:1px solid #b3b3b3;
	margin:0;
}
.slideshow .pagination li img{ display:block;}
#footer{
	overflow:hidden;
	background:#2a2a2a;
	padding:5px 0 7px;
	position:fixed;
	width:100%;
	left:0;
	bottom:0;
	z-index:10;
}
#footer .footer-holder{
	width:898px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
#footer .footer-text{
	display:inline-block;
	vertical-align:middle;
	text-transform:uppercase;
	font-weight:600;
	font-size:17px;
	line-height:20px;
	color:#fff;
	margin:3px 0 0 224px;
}
.footer-text sup{
	font-weight:normal;
	font-size:7px;
	line-height:10px;
}
#footer .social-networks{
	float:right;
	margin:0;
	padding:0;
}
.social-networks li{
	list-style:none;
	float:left;
	margin:0 1px;
}
.social-networks li a{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:27px;
	height:27px;
	background:url(../img/sprite.png) no-repeat -30px 0;
}
.social-networks li:first-child a{ background-position: 0 0;}
.social-networks li.instagram a{background-position: -60px 0;}
.social-networks li.pinterest a{background-position: -90px 0;}
.social-networks li.twitter a{background-position: -120px 0;}
.social-networks li.youtube a{background-position: -149px 0;}
.social-networks li.googleplus a{background-position: -178px 0;}
.commentlist li{ list-style:none;}
.container{
	max-width: 905px;
	margin: 0 auto;
	padding: 36px 0 0;
}
.product-wrapper{
	overflow: hidden;
	padding: 7px 3px 0 0;
	margin: 0 0 0px;
}
.product-wrapper img{
	float: left;
	margin: 8px 0 0 12px;
}
.product-wrapper .product-info{
	float: right;
	width:228px;
	border: 1px solid #242425;
	text-align: center;
	color: #000;
	padding:13px 22px 21px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.product-wrapper .price{
	font-size: 32px;
	line-height: 40px;
	display: block;
	font-weight: 700;
	margin:0 0 7px;
}
.info-list{
	margin: 0 0 8px;
	padding:0 10px 11px;
	font-size: 11px;
	line-height: 17px;
	border-bottom: 1px solid #242425;
}
.info-list li{
	list-style: none;
	margin: 0 0 4px;
}
.info-list + .price{
	font-size: 39px;
	line-height: 47px;
	margin: 0 0 14px;
}
.mybutton{
	display: block;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	padding:7px 10px 8px;
	background: #cb171e;
	color: #fff;
}
input[type="submit"]{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	padding:5px 10px;
	background: #cb171e;
	color: #fff;
	cursor: pointer;
	border: 0;
}
.mybutton:hover,
input[type="submit"]:hover{
	background: #ca4f54;
	text-decoration: none;
}
.customize-box{padding:0 0 0 11px;}
.customize-box h1{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin:0 0 29px;
	padding: 14px 10px 12px;
	font-weight: 600;
	color: #cb171e;
	text-align: center;
	border:solid #2a2a2a;
	border-width: 1px 0;
}
.slide-list{
	margin: 0 0 46px;
	padding: 0;
	text-align: center;
	color: #2a2a2a;
	font-size: 11px;
	line-height: 13px;
}
.slide-list > li{
	display: inline-block;
	vertical-align: top;
	width:280px;
	border: 1px solid #2a2a2a;
	list-style: none;
	margin: 0 5px 8px 0;
}
.slide-list .opener{
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #2a2a2a;
	text-decoration: none;
	font-weight: 700;
	padding:16px 40px 14px;
	position: relative;
}
.slide-list .opener:after{
	content:"";
	position: absolute;
	right: 17px;
	top: 17px;
	width:15px;
	height: 15px;
	background: url(../img/sprite.png) no-repeat 0 -95px;
}
.slide-list .slide{
	padding: 0 0 29px;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}
.slide-list ul{
	margin: 0;
	padding:0;
}
.slide-list ul li{
	list-style: none;
	padding:0 0 6px;
	text-align: left;
}
.slide-list ul a{
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding:0 0 0 23px;
}
.slide-list ul a:after{
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	width:15px;
	height: 15px;
	background: url(../img/sprite.png) no-repeat -18px -95px;
	display: none;
}
.slide-list ul a:hover{text-decoration: none;}
.slide-list ul li.active a:after,
.slide-list ul a:hover:after{display: block;}
.slide-list .price{display: block;}
/*
.customize-box.focus .slide-list + h1{
	border-color:#b4b4b5;
	color: #b4b4b5;
}
.customize-box.focus .slide-list li{border-color:#b4b4b5;}
.customize-box.focus .slide-list .opener{color: #b4b4b5;}
.customize-box.focus .open-close.active{border-color: #2a2a2a;}
.customize-box.focus .open-close.active .opener{color: #2a2a2a;}
.customize-box.focus .open-close .opener:after{background-position: 0 -112px;}
.customize-box.focus .open-close.active .opener:after{background-position: 0 -95px;}
*/
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
/* custom scrollbars styles */
.scrollable-area{
	height: auto !important;
	max-height: 285px;
	overflow: auto;
}
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100% !important;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	height: auto !important;
}
.scrollable-area-wrapper .hscrollbar,
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .hscroll-right,
.scrollable-area-wrapper .vscroll-down {
	background: #e9e9e9;
	width: 14px;
	height: 14px;
	float: left;
	display: none;
}
.scrollable-area-wrapper .hscroll-line,
.scrollable-area-wrapper .vscroll-line {
	background: #fff;
	width: 14px;
	float: left;
}
.scrollable-area-wrapper .hscroll-slider,
.scrollable-area-wrapper .vscroll-slider {
	background: #e9e9e9;
	width: 14px;
	height: 20px;
}
.scrollable-area-wrapper .hscrollbar {
	position: static;
	height: 20px;
	top: auto;
}
.scrollable-area-wrapper .hscroll-line {
	height: 20px;
	width: auto;
}
.scrollable-area{width: 100% !important;}
.vscrollbar{right: 17px !important;}
.scrollable-area.vscrollbar{
	right: 0 !important;
	padding: 0 40px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.cats .bike-name {
	text-align:center;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:700;
}
/* MS Added for collection page */
.category-area > li .bike-name {margin-top:10px;text-align:center;}
.bike-detail .desc-list {margin-left:20px;margin-bottom:20px;}
.bike-detail .desc-list li {list-style-position:outside;margin-bottom:3px;}
.category-area > li{
	width:145px;
	margin:0 0 0 38px;
}
.bike-info .slideshow {height:404px;}
.bike-info .textarea h2 {margin-bottom:12px;}
.bike-info .block .textarea {padding-top:10px;}
/* MS Added for collection page */
/* MS Added for Athletes page */
#main .athletes-section{
	overflow:hidden;
}
.athletes-section .head, .events-section .head {
	overflow:hidden;
	background:url(../img/sep1.png) no-repeat 50% 50%;
	text-align:center;
	margin:0 0 26px 0px;
}
.athletes-section h3, .events-section h3 {
	font-size:20px;
	line-height:23px;
	font-weight:600;
	margin:0;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	padding:0 8px;
}
.athletes-section .block .textarea, .events-section .block .textarea {line-height:16px;}
.athletes-section .block {margin-left:110px;margin-right:110px;}

.ath-entry {margin-bottom:30px;}
.athletes-section .xtrapad {margin-bottom:30px;}
.ath-entry .ath-left {float:left;width:165px;}
.ath-entry .ath-right {float:left;width:500px;}
.ath-entry:after,.link-sep:after, .cats:after {
 content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}
.ath-right ul  li{list-style:none;}

/* MS Added for Athletes page */
/* MS Added for Footer */
#footer .footer-text {margin-left:0px;}
/* MS added for Footer */

/* MS added for events */
.events-section .banner {text-align:center;}
.link-sep {margin-bottom:15px;}
.link-sep .link-left {
	float:left;
	width:449px;
	text-align:center;	
	font-size:16px;
	line-height:23px;
	font-weight:700;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.link-sep .link-right {
	float:left;
	width:449px;
	text-align:center;	
	font-size:16px;
	line-height:23px;
	font-weight:700;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.events-section h2 {text-transform:uppercase;}
.events-section .txt-frame {margin-left:160px;margin-right:160px;margin-top:25px;}
.events-section .txt-frame ul {margin-top:5px;margin-bottom:25px;}
.events-section .txt-frame ul li {list-style:none;margin-bottom:3px;}
.events-section .ath-entry {margin-left:160px;}
.events-section .ath-entry .ath-right {width:375px;}
.events-section h3 a:hover {text-decoration:none;cursor:default;}
/* MS added for events */
/* MS Popups */
.popup-holder{
  display:none; 
  width:500px;
  overflow:hidden;
  margin:0 auto;
  font:14px/17px Arial, Helvetica, sans-serif;
}
.lightbox {
margin:20px;
padding:20px;
  border: #2a2a2a 2px solid !important;
}
.lightbox h2 {text-align:center;margin-bottom:15px;}
.lightbox table tr td {vertical-align:middle;text-align:center;}
.lightbox table tr td p {margin:0;padding:0;padding:3px;}
.lightbox .spec-title {font-weight:bold;font-size:13px;}
.lightbox .spec-hdr {font-weight:bold;}

/* MS Popups */
/*MS contact */
textarea,
 .contact-page input[type="email"],
 .contact-page input[type="text"],
 .contact-page input[type="password"]
{
  background:#fff;
  width:100%;
  margin:0 0 12px;
  padding:7px 4px;
  border:1px solid #2a2a2a;
  width:361px;  
  color:#2a2a2a;
}
.contact-page textarea {height:80px;padding-top:10px;}
.contact-page .contact-left {
	float:left;
	width:210px;
}
.contact-page .contact-right {
	float:left;
	width:412px;
}
.contact-page .contact-left {margin-left:160px;}
.contact-page .contact-right {margin-left:20px;}
.contact-right ul li {list-style:none;}
.contact-page form {margin-top:15px;}



.error {
	color:#ff0000 !important;
}

input.error, textarea.error {
	border:1px solid #ff0000 !important;
}

.success {
	color: #006400 !important;
}

input.success, textarea.success {
	border:1px solid #006400 !important;
}
/* MS Contact */

/* MS Twitter overwrite */
.social-networks li.twitter a{background-position: -30px 0 !important;}
/* MS Twitter overwrite */



.btn {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	padding:7px 10px 7px;
	background: #cb171e;
	color: #fff;
}

.standard-checkout {
	float:right;
}


.aList li.active, .aList li:hover {
	background-image: url(../img/ico-selected.png);
	background-repeat: no-repeat;
	background-position: top left;
}



.continueShopping {
	max-width: 905px;
	margin: 0 auto;	
	padding-bottom: 40px;
}

.continueShopping a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	text-align:center;
	padding:7px 10px 8px;
	background: #ffffff;
	border:#cb171e 2px solid;
	color: #cb171e;
	width:158px;
}


.cats {
	margin-top:10px;
	margin-bottom:35px;
}

.cats div.item {
	float: left;
	text-align: center;
	margin-right: 20px;
}

#cart_summary {
	width: 100%;
}

#order-detail-content th {
	margin:0 0 34px;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:700;
}

.carrier_title {
	margin:30px 0 15px;
	font-size:14px;
	line-height:17px;
	text-transform:uppercase;
	font-weight:700;
}

#opc_account_errors {
	margin-left:35px;
	color:red;
}

.button-plus::before {
	content: " + ";
}

.button-minus::before {
	content: "-";
}

.cart_quantity_button {
	margin-top: 5px;
}
.heading-counter {
	display:block;
	margin-top:5px;
	font-size:18px;
}
#opc_account_saved {text-align:center;}
#order-detail-content tr th, #order-detail-content tr td {
	text-align:center !important;
}

.cart_quantity_input {padding-left:3px;}
.cart_quantity_down, .cart_quantity_up {
	line-height:18px !important;
	text-align:center !important;
	font-size: 18px !important;
	text-transform: uppercase;
	font-weight: 700;
	padding:0px !important;
	margin:3px !important;
	background: none !important;
	color: #cb171e;
}
.form-group label {
	display: inline-block;
	width: 150px;
	line-height:27px;
}

.gender-line label {
	display: inline-block;
	width: 150px;	
}

.radio-inline {
	display: inline-block;
}

.gender-line .radio-inline {
	width: 50px;
}

.form-group {
	margin-left:30px;
}

.form-group .selector {
	display: inline-block;
	width: 157px !important;
}

.form-group .selector select {
	min-width: 157px;
}

.form-group .selector span {
	width:117px !important;
}
.delivery_options table {
	width:100%;
}

.delivery_option_radio {
	width:40px;
}
.delivery_option_logo {
	width: 10px;
}
.delivery_option_price {
	width: 30px;
}


.order_carrier_content, .opc-add-save {
	margin-left:30px;
}


.cart_navigation .button-exclusive {
	float:left;
}

.cart_navigation .button {
	float:right;
}

.module-cashondelivery-validation #cart_summary tfoot {
	display: none;
}

.module-cashondelivery-validation #cart_title {
	display: none;
}

.module-cashondelivery-validation .cart_navigation.clearfix {
	display: none;
}

.module-cashondelivery-validation .cart_quantity_button {
	display: none;
}

.module-cashondelivery-validation .cart_quantity_input {
	border: 0px;
}

.sortPagiBar {
	display: none;
}

.left-block {
	/*float: left;*/
}

.right-block {
	/*float: right;*/
}

.clearfix {
	clear:both;
}

.content_scene_cat_bg {
	display: none;
}

.category .button-container {
	display: none;
}
.content_sortPagiBar, ul.product_list {margin-left:50px !important;}

.product-price {font-size:12px;}



/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

  /*
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }
*/
.icon-trash:before {
  content: "\f014"; }
/*
.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }
  
  */
/*
.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }
*/
/*
.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }
  */
  #header .shopping_cart {
  position: absolute !important;
  float: none !important;
 top:150px !important;
 right:0px !important;
 padding:0px !important;
 }
  .shopping_cart > a:first-child {
	padding-bottom:10px !important;
	/*background:#2a2a2a !important;*/
	background-color: rgba(41,  42,  40,  0.6) !important;
	background: rgba(41,  42,  40,  0.6) !important;
}

 #header .shopping_cart > a:first-child:after {
    content: "" !Important;
}
.shopping_cart {
  width: 110px !important; }
#header .shopping_cart > a:first-child:hover:after {
    content: "" !Important;
}

.shop-products ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}

.shop-products ul li {
	float: left;
	list-style-type: none;
	padding: 10px;
}

.shop-products ul li b {
	display: block;
	text-align: center;
}

.cat-header {
	margin-top:40px;
}
.payment_module .cash.btn {
	margin-left:75px;
}
#HOOK_PAYMENT .warning {font-size:14px;text-align:center;}

.delivery-option {
	margin-left:30px;
}

div.checker {
	display: inline-block;
}


.news-tags {
	float: left;
}

.news-tags ul {
	padding: 0px;
	margin: 0px;
	list-style: none !important;
}

.news-tags ul li {
	list-style-type: none;
}