*:focus {
	outline: none !important;
}
body {
	color:#000;
	font-size: 12px;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	-webkit-backface-visibility: hidden;
	background-color:#fff;
}
a, a:hover, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
.no_selection {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}
.wrapper {
	width:100%;
	display:inline-block;
}
.full-width {
	width:100%;
}
.inline {
	display: inline-block;
}
.disable_select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
img.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	margin-bottom:3px;
}
p img.pull-left {
	margin: 0 20px 20px 0;
}
p img.pull-right {
	margin: 0 0 20px 20px;
}
@media (max-width: 360px) {
 p img.pull-left, p img.pull-right {
margin: 0 0 20px;
float:none;
}
}
.margin-2 {
	margin: 20px 0;
}
.text-uppercase {
	text-transform:uppercase;
}
ul, ul li {
	list-style:none;
	padding:0;
	margin:0;
}
ul li {
	padding: 3px 0;
}
input[type="checkbox"], input[type="radio"] {
	border: none;
	margin:1px 0 0;
	vertical-align:middle;
}
input, input.form-control {
	border:1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-control:focus {
	border-color: #ccc;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}
.btn:active, .btn.active, .btn:focus, .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	padding: 7px 10px;
	color: #fff;
	background-color: #4b4b4b;
	border: none;
	border-radius: 0;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	line-height:18px;
	margin-bottom:15px;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.btn-default i.typcn {
	font-size:18px;
	line-height:18px;
	margin:-1px 5px 0 0;
	float:left;
}
.btn-default i.typcn.typcn-mail {
	margin-top:-3px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #000;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #727272;
}
.btn-default.btn-light {
	color: #949494;
	background-color: #f6f6f6;
	border: 0;
	text-transform:uppercase;
	font-size:10px;
	line-height:16px;
}
.btn-default.btn-light:hover, .btn-default.btn-light:focus, .btn-default.btn-light:active, .btn-default.btn-light.active {
	background-color: #ebebeb;
}
.btn-default.btn-lg {
	font-size:12px;
	line-height:20px;
	padding: 12px 15px;
}
.btn-default.btn-lg i.typcn {
	font-size:20px;
	line-height:20px;
	margin:-3px 5px 0 0;
}
.btn-default.btn-xl {
	font-size:13px;
	line-height:25px;
	padding: 15px 15px;
}
.btn-default.btn-xl i.typcn {
	font-size:25px;
	line-height:25px;
	margin:-2px 5px 0 0;
}
.dropdown-menu {
	border: none;
	border-radius:0;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size:12px;
	font-weight: normal;
	line-height: 2;
	color: #575757;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #575757;
}
h1, h2 {
	font-size:34px;
	font-weight:normal;
	line-height: 38px;
	margin: 10px 0 25px;
	color:#000;
}
h3 {
	font-size:27px;
	font-weight:normal;
	line-height: 30px;
	margin: 15px 0 25px;
	color:#000;
}
h3 i {
	font-size:30px;
	color:#a3a3a3;
	padding-right:5px;
}
h4 {
	font-size:22px;
	font-weight:normal;
	line-height: 28px;
	margin: 15px 0 20px;
	color:#000;
}
h4 i {
	font-size:27px;
	color:#a3a3a3;
	padding-right:5px;
}
h5 {
	font-size:20px;
	font-weight:normal;
	line-height: 26px;
	margin: 15px 0 15px;
	color:#000;
}
h6 {
	font-size:16px;
	font-weight:normal;
	line-height: 22px;
	margin: 15px 0 15px;
	color:#000;
}
.font1, .btn-default {
	font-family: Verdana, Geneva, sans-serif;
}
.font2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bigfont {
	font-size:230px;
	line-height:230px;
}
@media (max-width: 767px) {
.bigfont {
font-size:120px;
line-height:120px;
}
}
label {
	font-weight: normal;
}
.divider {
	height:20px;
	border-bottom: 1px solid #eee;
	margin-bottom:20px;
	clear: both;
}
@media (max-width: 767px) {
.divider {
 height:8px;
margin-bottom:8px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.divider {
 height:12px;
margin-bottom:12px;
}
}
.divider.divider-sm {
	height:8px;
	margin-bottom:8px;
}
.divider-clear {
	height:25px;
}
.price {
	font-size: 24px;
	line-height:24px;
	margin: 10px 0 15px;
}
.price .old {
	font-size:16px;
	text-decoration:line-through;
	display: block;
}
.price .new {
	color:#c40000;
}
.container-full {
	width:100%;
	margin: 0 auto;
}
.container-full-inside {
	margin-left:70px;
	margin-right: 0;
	padding-left:15px;
	padding-right: 15px;
}
@media (max-width: 767px) {
.container-full-inside {
 margin: 0;
}
}
.product {
	float: left;
	padding: 25px 15px 35px;
}
.products_scroll .product {
	float: left;
	padding:0;
}
.products .product .inside {
	position:relative;
	/*	display:inline-block;
*/	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.products_scroll .product .inside {
	-webkit-box-shadow: none;
	box-shadow:none;
}
.products_scroll .product .inside {
	margin-right: 30px;
}
.products_scroll .product:last-child .inside {
	margin-right: 0;
}
.touchdevice .products_scroll .product .inside, .touchdevice .products_scroll .product:last-child .inside {
	margin-right: 15px !important;
	margin-left: 15px !important;
}
.product .image {
	position:relative;
	overflow:hidden;
}
.product .image img {
	width:100%;
	position:relative;
	z-index:2;
	opacity:1;
}
.product .image img.first {
	opacity:1;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
.product .image img.second {
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.product .image:hover img.first {
	opacity:0;
}
.touchdevice .product .image:hover img.first {
	opacity:1 !important;
}
.product .text_wrapper {
	background:#f9f9f9;
	padding: 10px 8px;
	width:100%;
	display:inline-block;
	margin-bottom: -4px;
}
.product .price {
	float:left;
	font-size: 20px;
	line-height:20px;
	width:35%;
	margin:0;
}
@media (min-width: 1200px) {
.product .price {
 font-size: 18px;
}
}
.product .price .old {
	font-size:14px;
	line-height:14px;
	text-decoration:line-through;
	display: block;
}
.product .price .new {
	color:#c40000;
	margin-top:-5px;
}
.product .info {
	float:right;
	font-size: 14px;
	line-height:18px;
	width:62%;
}
.product .info, .product .info a {
	color:#000;
}
 @media (min-width: 1200px) {
 .product .info {
 font-size: 12px;
}
}
.products .image_wrapper {
	position:relative;
	overflow: hidden;
}
.product .buttons {
	position:  absolute;
	width:100%;
	z-index: 3;
	bottom:-32px;
	height: 32px;
	-webkit-transition: bottom 0.3s ease-out;
	-moz-transition: bottom 0.3s ease-out;
	-o-transition: bottom 0.3s ease-out;
	transition: bottom 0.3s ease-out;
	background: #c8c8c8;
}
.product:hover .buttons {
	bottom:0;
}
.product .buttons a {
	color: #fff;
	background: #c8c8c8;
	display: inline-block;
	float: left;
	height: 32px;
	line-height: 32px;
	position: relative;
	text-align: center;
	white-space: nowrap;
	border-right: 1px solid #bbbbbb;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product .buttons a:last-child {
	border: none;
	float:right;
}
.product .buttons a:first-child, .product .buttons.one-half a:first-child, .product .buttons.one-third a:first-child, .product .buttons.one-fourth a:first-child, .product.one-fifth .buttons a:first-child, .product.one-sixth .buttons a:first-child {
	background-color: #d44444;
	width: 50%;
}
.product .buttons a:first-child span {
	display: inline-block;
}
.product .buttons a span {
	display: none;
	font-size: 11px;
	white-space: nowrap;
}
.product .buttons a i.typcn {
	font-size: 22px;
	height:22px;
	vertical-align:middle;
	display:inline-block;
	margin:-4px 2px 0 0;
}
.product .buttons a:hover {
	background: #d44444 !important;
	color: #fff !important;
	width: 50% !important;
}
.product .buttons.full a {
	background: #c8c8c8 !important;
	width:100% !important;
}
.product .buttons.full a:hover {
	background: #d44444 !important;
	width:100% !important;
}
.product .buttons a:hover span {
	display: inline-block !important;
}
.product .buttons:hover a:first-child {
	background-color: #c8c8c8;
	text-align: center;
}
.product .buttons a, .product .buttons:hover a:first-child {
	width: 16.65%;
}
.product .buttons.full a, .product .buttons.full:hover a:first-child {
	width: 100%;
}
.product .buttons.one-half a, .product .buttons.one-half:hover a:first-child {
	width: 50%;
}
.product .buttons.one-third a, .product .buttons.one-third:hover a:first-child {
	width: 25%;
}
.product .buttons.one-fourth a, .product .buttons.one-fourth:hover a:first-child {
	width: 16.65%;
}
.product .buttons.one-fifth a, .product .buttons.one-fifth:hover a:first-child {
	width: 12.5%;
}
.product .buttons.one-sixth a, .product .buttons.one-sixth:hover a:first-child {
	width: 10%;
}
.product .buttons:hover a:first-child span {
	display: none;
}
@media (max-width: 767px) {
.product .buttons {
 bottom:0;
}
.product .buttons a, .product .buttons a:hover, .product .buttons a:last-child {
width:25% !important;
float:left;
}
.product .buttons.full a, .product .buttons.full a:hover, .product .buttons.full a:last-child {
width:100% !important;
}
.product .buttons.one-half a, .product .buttons.one-half a:hover, .product .buttons.one-half a:last-child {
width:50% !important;
}
.product .buttons.one-third a, .product .buttons.one-third a:hover, .product .buttons.one-third a:last-child {
width:33.3% !important;
}
.product .buttons.one-fouth a, .product .buttons.one-fouth a:hover, .product .buttons.one-fouth a:last-child {
width:25% !important;
}
.product .buttons.one-fifth a, .product .buttons.one-fifth a:hover, .product .buttons.one-fifth a:last-child {
width:20% !important;
}
.product .buttons.one-sixth a, .product .buttons.one-sixth a:hover, .product .buttons.one-sixth a:last-child {
width:16.66% !important;
}
.product .buttons a span {
display: none !important;
}
}
.touchdevice .product .buttons {
	bottom:0;
}
.touchdevice .product .buttons a, .touchdevice .product .buttons a:hover, .touchdevice .product .buttons a:last-child {
	width:25% !important;
	float:left;
}
.touchdevice .product .buttons a span {
	display: none !important;
}
.product .label_sale {
	position:absolute;
	top:0;
	left: 0;
	line-height:23px;
	font-size:16px;
	color:#fff;
	z-index: 3;
}
.product .label_sale .pull-left {
	padding: 0 5px;
	background-color:#d44444;
	min-width: 49px;
	text-align:center;
}
.product .label_sale .pull-left.percent {
	background-color:#c8c8c8;
}
.product .label_new {
	position:absolute;
	top:0;
	right: 0;
	line-height:23px;
	font-size:16px;
	color:#fff;
	z-index: 3;
	background-color:#a4b3b5;
	padding: 0 5px;
	min-width: 49px;
	text-align:center;
}
.product_small {
	margin: 5px 0 25px 0;
}
.product_small .inside {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	position:relative;
	z-index:1;
}
.product_small .inside_bg {
	background:#000;
	width:75%;
	margin: 0 auto;
	position:relative;
}
.product_small.active .inside {
	opacity: 0.7;
}
.product_small .text_wrapper {
	background:#f9f9f9;
	padding: 10px;
}
.product_small .text_wrapper .price {
	font-size:18px;
	margin: 0;
}
.product_small .hover_icon {
	display:none;
	font-size:50px;
	width:50px;
	position:absolute;
	top:35%;
	left:50%;
	margin-left:-25px;
	color:#fff;
	z-index:2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
.product_small.active .hover_icon {
	display:block;
}
.product_small img {
	width:100%;
	max-width:100%;
}
.products_scroll {
	margin: 0 0 25px;
	overflow: hidden;
}
#GalleryThumb {
	margin: 5px -15px 25px 0;
}
#GalleryThumb .product_gallery {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	width:70%;
	margin: 0 0 20px 10%;
}
#GalleryThumb .product_video {
	width:70%;
	margin: 0 0 20px 10%;
	padding: 15px 0;
}
#GalleryThumb .product_video i.typcn {
	display:block;
	margin:0 auto;
	width: 80px;
	height:80px;
	font-size: 56px;
	line-height: 64px;
	vertical-align:middle;
	color:#d8d8d8;
	border: 5px solid #d8d8d8;
	text-align:center;
	border-radius: 40px;
	padding-left:5px
}
#GalleryThumb .product_video a:hover i.typcn {
	color:#BCBCBC;
	border-color:#BCBCBC;
}
#GalleryThumb .product_gallery img {
	width:100%;
	max-width:100%;
}
#GalleryImageWrap {
	margin-top:25px;
}
#GalleryImageWrap img {
	width:100%;
	max-width:100%;
}
.sidebar_menu_outer {
	width: 100%;
}
.sidebar_menu {
	position: relative;
	padding-top:15px;
}
#CenterColumn {
	border-left: 1px solid #eeeeee;
	margin-top:0;
	padding-top:20px;
	position:relative;
}
#SideColumn {
	z-index:2001;
	padding:15px 15px 0;
	margin:0 -15px 0;
	position:relative;
}
#SideColumn.fix {
	background:#fff;
	position: fixed;
}
@media (max-width: 767px) {
 #SideColumn {
 z-index:2;
 padding: 0;
 margin:0;
}
#SideColumn.fix {
 top:0;
 background:#fff;
 position: relative;
}
}
#PageLogo {
	overflow: auto;
}
@media (max-width: 767px) {
#PageLogo {
 display: none !important;
}
}
#test_row {
	height:0;
	overflow: hidden;
}
#SpyPanel {
	position:  relative;
	width: 100%;
	display: inline-block;
	background:#fff;
	z-index:2000;
	height: auto;
}
#SpyPanel.upper {
	z-index:2002
}
#IndexPage #SpyPanel {
	top: 0;
}
 @media (max-width: 767px) {
#SpyPanel {
 -webkit-box-shadow: none;
 box-shadow: none;
 position: relative;
 top: 0 !important;
 height: auto;
}
}
#SpyPanel.fix {
	top: 0;
	position:fixed;
	border-bottom: none;
	box-shadow:         0px 3px 2px rgba(0, 0, 0, 0.27);
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.27);
}
#LogoSmall img {
	max-width: 100%;
}
#LogoSmall {
	margin: 0 -16px 0 -15px;
	padding: 0 15px;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 991px) {
#LogoSmall {
 margin: 25px -16px 0 -15px;
 padding: 0 15px;
}
}
#IndexPage #LogoSmall {
	display:none;
}
#OptionsButtons {
	padding: 4px 0;
	position:relative;
	text-align:center;
	border-left: 1px solid #fff;
}
#SpyPanel.fix #OptionsButtons {
	border-left: 1px solid #eee;
}
@media (max-width: 767px) {
#OptionsButtons, #SpyPanel.fix #OptionsButtons {
border-left: 0
}
}
@media (min-width: 768px) and (max-width: 991px) {
#OptionsButtons, #SpyPanel.fix #OptionsButtons {
text-align:left;
padding-left:15px;
}
}
#LogoXs {
	margin: 10px 0;
}
#LogoXs img {
	width:100%;
	max-width: 100%;
}
.navigation_panel.closed {
	position:absolute;
	opacity:0;
	display: none !important;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.navigation_panel {
	position:relative;
	opacity:1;
	display:block;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.navigation_panel a {
	color:#000
}
@media (max-width: 767px) {
.navigation_panel .mCustomScrollBox, .navigation_panel .mCSB_container.mCS_no_scrollbar {
 overflow: visible !important;
 margin:0 !important;
}
}
.collapsed-menu {
	margin:0 0 20px;
	padding: 0;
	position: relative;
}
 @media (max-width: 767px) {
.collapsed-menu {
 margin:0 -15px 5px;
 box-shadow:         0px 1px 2px rgba(0, 0, 0, 0.1);
 -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
}
.collapsed-menu .nav-header {
	position:relative;
	margin:0;
}
.collapsed-menu .nav-header a, .collapsed-menu a {
	display: block;
	text-align:center;
	position:relative;
	padding: 15px 15px;
	margin: 0;
	color: #000;
	background: none;
	text-transform:none;
	text-decoration:none;
	font: 16px/16px Arial, Helvetica, sans-serif;
}
.collapsed-menu .nav-header span.collapse_button {
	position:absolute;
	top: 50%;
	right:0;
	margin-top:-11px;
	width:22px;
	height:22px;
	text-align:center;
	line-height:22px;
	font-size:22px;
	color:#c4c4c4;
	font-weight: normal;
	cursor:pointer;
}
.collapsed-menu .nav-header span.collapse_button.collapsed {
	margin-top:-13px;
}
 @media (max-width: 767px) {
.collapsed-menu .nav-header span.collapse_button {
right:15px;
}
}
.collapsed-menu .nav-list {
	padding: 0;
	margin: 0;
	position: relative;
}
.collapsed-menu .nav-list > li > a, .collapsed-menu .nav-list .nav-header {
	margin: 0;
}
.collapsed-menu .nav-list {
	display: none;
	position: relative;
	top:0;
	padding:0;
	border-top:1px solid #eeeeee;
}
.collapsed-menu li {
	padding:0;
	line-height:16px;
	position:relative;
	width:100%;
	border: none;
	border-bottom:1px solid #eee;
	cursor:default;
	list-style:none;
}
.collapsed-menu .nav-header {
	padding: 0;
	cursor:default;
}
.collapsed-menu .nav-list li:last-child {
	border: none;
}
.collapsed-menu .nav-list li a, .collapsed-menu .nav-list li .nav-header a {
	color: #575757;
	text-transform:none;
}
.collapsed-menu .nav-list li li a, .collapsed-menu .nav-list li li .nav-header a {
	color: #959595;
}
.collapsed-menu .nav-list li li li li a, .collapsed-menu .nav-list li li li li .nav-header a {
	padding-left:64px;
}
.collapsed-menu li.active > label > a, .collapsed-menu .nav-list li.active > a {
	font-weight:bold;
	text-shadow: none;
}
.collapsed-menu label {
	display:block;
	text-align:center;
}
#LeftNavigation {
	position:fixed;
	width:70px;
	-webkit-box-shadow: inset -12px 0 8px -4px rgba(0, 0, 0, 0.27);
	box-shadow: inset -12px 0 8px -4px rgba(0, 0, 0, 0.27);
	background: #4b4b4b;
	height: 1500px;
}
#LeftNavigation ul {
	padding:55px 0 0;
	list-style: none;
	text-align:center;
	margin:0;
}
#LeftNavigation ul li.navigation_button {
	font-size:12px;
	color:#a3a3a3;
	margin:5px 0 25px;
	padding:0 5px 0 5px;
	cursor:pointer;
	background:url(../images/menu_active_arrow.png) no-repeat 150% 5px;
}
#LeftNavigation ul li.navigation_button, #LeftNavigation ul li.navigation_button i {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#LeftNavigation ul li.navigation_button:hover, #LeftNavigation ul li.navigation_button:hover i {
	color:#eee;
}
#LeftNavigation ul li.navigation_button.active, #LeftNavigation ul li.navigation_button.active i {
	color:#fff;
}
#LeftNavigation ul li.navigation_button:hover, #LeftNavigation ul li.navigation_button.active {
	background:url(../images/menu_active_arrow.png) no-repeat right 5px;
}
#LeftNavigation ul li.navigation_button i {
	font-size:22px;
	display:block;
	margin: 0 auto;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}
#SpyPanel .btn-group {
	text-align:left;
}
#SpyPanel .btn-group > .btn {
	border: none;
	background: none;
	border-right: 1px solid #ebebeb;
	border-radius:0;
	color:#5a5a5a;
	text-align:left;
	line-height:12px;
	padding:10px 45px 10px 5px;
	margin:0 10px 0 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
 #SpyPanel .btn-group > .btn {
 padding:10px 30px 10px 5px;
 margin-right:5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#SpyPanel .btn-group > .btn {
 padding:6px 30px 6px 5px;
 margin-right:5px;
}
}
@media (max-width: 767px) {
#SpyPanel .btn-group > .btn {
 padding:5px 14px 5px 5px;
 margin-right:0;
}
}
#SpyPanel .btn-group > .btn:active, #SpyPanel .btn-group > .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#SpyPanel .btn-group:last-child > .btn {
	border: none;
}
#SpyPanel .btn-group span.title {
	display: block;
	font-size:11px;
	line-height:11px;
	font-style:italic;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
#SpyPanel .btn-group span.title {
 font-size:10px;
 line-height:11px;
 font-style:italic;
}
}
#SpyPanel .btn-group:hover .dropdown-menu {
	display: block;
	padding: 10px 20px;
	margin: 0 0 0 -10px;
	font-size: 14px;
	background-color: #fff;
	z-index: 1000;
}
#SpyPanel .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
#SpyPanel .btn-group:hover .dropdown-menu li img {
	display:inline-block;
	margin-right:7px;
	margin-top:-2px;
}
#SpyPanel .open > .dropdown-menu {
	display: none;
}
#SpyPanel .btn-group .caret {
	display:  block;
	position:absolute;
	padding: 0;
	vertical-align:top;
	border: 0;
	width: auto;
	height:auto;
	line-height:10px;
	top: 50%;
	margin-top:-5px;
	right: 15px;
	width:5px;
	height:3px;
	background:url(../images/caret.png) no-repeat 0 0;
}
@media (max-width: 767px) {
#SpyPanel .btn-group .caret {
 right: 5px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#SpyPanel .btn-group .caret {
 right: 10px;
}
}
#SpyPanel .dropdown-menu > li {
	padding: 3px 0;
}
#SpyPanel .dropdown-menu > li > a {
	padding: 0 20px;
	margin: 0 -20px;
	text-decoration:none;
}
 @media (max-width: 767px) {
#SpyPanel .btn-group:hover .dropdown-menu {
 padding: 3px 5px;
 margin: 0 0 0 -10px;
 font-size: 12px;
 min-width: 120px;
}
#SpyPanel .dropdown-menu > li > a {
 padding: 0 5px;
 margin: 0 -5px;
}
}
#SpyPanel .btn-group#shopping_cart .dropdown-menu {
	min-width: 335px;
}
@media (max-width: 767px) {
 #SpyPanel .btn-group#shopping_cart .dropdown-menu {
 display: none !important;
}
#SpyPanel .btn-group#shopping_cart {
 margin: 0 auto;
 width:160px;
 float:none;
 display: block;
}
}
#SpyPanel .btn-group#shopping_cart > .btn i.typcn {
	font-size: 42px;
	color: #898989;
	position:absolute;
	top:14px;
	left:0;
}
@media (max-width: 767px) {
#SpyPanel .btn-group#shopping_cart > .btn i.typcn {
 top:6px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#SpyPanel .btn-group#shopping_cart > .btn i.typcn {
 top:6px;
}
#SpyPanel .btn-group#shopping_cart {
margin-top:5px;
padding-top:5px;
float:left;
}
}
#SpyPanel .btn-group#shopping_cart > .btn {
	padding-left:50px;
	padding-right:0;
	border: none;
}
#SpyPanel .btn-group#shopping_cart .item {
	position:relative;
	overflow:hidden;
	padding: 0 0 10px;
	margin-bottom:10px
}
#SpyPanel .btn-group#shopping_cart .divider {
	border-bottom: 1px solid #e5e5e5;
	background: none;
	overflow:hidden;
	height:5px;
}
#SpyPanel .btn-group#shopping_cart .product-image {
	border: 1px solid #f3f3f3;
	position: absolute;
	top: 2px;
	left: 0px;
}
#SpyPanel .btn-group#shopping_cart .product-options {
	position: absolute;
	top: 2px;
	right: 0px;
}
#SpyPanel .btn-group#shopping_cart .product-detailes {
	padding: 0 65px;
}
#SpyPanel .btn-group#shopping_cart .product-detailes .product-name {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	line-height:12px;
}
#SpyPanel .btn-group#shopping_cart .product-detailes .product-price {
	color: #000;
	font-weight: bold;
}
#SpyPanel .btn-group#shopping_cart .item .typcn {
	color:#757575;
	font-size:20px;
	margin: 0 7px 0 0;
	-webkit-transition: color 0.25s 0s ease;
	-moz-transition: color 0.25s 0s ease;
	-o-transition: color 0.25s 0s ease;
	transition: color 0.25s 0s ease;
}
#SpyPanel .btn-group#shopping_cart .item a.typcn:hover {
	color:#000;
}
.subscribe_box {
	margin:30px 0 15px;
	position:relative;
}
.subscribe_box, .subscribe_box a {
	text-align:center;
	color: #5a5a5a;
	line-height:19px;
}
.subscribe_box .imageContainer {
	padding: 10px 0 0;
	overflow-y: hidden;
	position: relative;
	height: 93px;
	display: block;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
	text-align:center;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.subscribe_box .imageContainer:hover {
	padding-top: 15px;
}
.subscribe_box .imageContainer img {
	-webkit-box-shadow: 0px 0px 5px 1px rgba(6, 6, 6, 0.2);
	box-shadow: 0px 0px 5px 1px rgba(6, 6, 6, 0.2);
}
.subscribe_box .imageContainer:hover img {
}
.subscribe_box .imageContainer .shadow_bottom {
	bottom: -25px;
	height: 25px;
	left: 30px;
	position: absolute;
	right: 30px;
	display: block;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.subscribe_box h5 {
	padding: 10px 3px 2px 3px;
	color: #b01414;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	text-decoration: none;
}
#SpyPanel .searchBoxContainer {
	position:relative;
	right: 0;
	float:  right;
	height: 25px;
	margin:15px 10px 0;
	border: 1px solid #dfdddd;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 20px 0 30px;
	width: 0;
	overflow:hidden;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
#SpyPanel .searchBoxContainer.focus, #SpyPanel .searchBoxContainer:hover {
	width: 225px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
#SpyPanel .searchBoxContainer input.searchBoxInput {
	border: 0;
	background-color: transparent;
	color: transparent;
	font-size: 14px;
	height: 23px;
	line-height:14px;
	padding: 4px 0;
	width: 0;
	overflow:hidden;
	outline: 0;
	float:left;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
#SpyPanel .searchBoxContainer .searchBoxInput::-ms-clear {
 display: none;
}
#SpyPanel .searchBoxContainer:hover .searchBoxInput, #SpyPanel .searchBoxContainer.focus .searchBoxInput {
	width: 170px;
	padding:  4px 5px;
	color: #999;
}
 @media (min-width: 992px) and (max-width: 1199px) {
 #SpyPanel .searchBoxContainer.focus, #SpyPanel .searchBoxContainer:hover {
width:170px;
}
#SpyPanel .searchBoxContainer.focus .searchBoxInput {
 width: 100px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 #SpyPanel .searchBoxContainer {
 margin:60px 0 0;
}
}
 @media (max-width: 767px) {
#SpyPanel .searchBoxContainer, #SpyPanel .searchBoxContainer:hover {
 position:relative;
 width:240px !important;
 float: none;
 margin: 20px auto 10px;
 -webkit-transition: none;
 -moz-transition: none;
 transition: none;
}
#SpyPanel .searchBoxContainer .searchBoxInput {
 opacity:1 !important;
 width: 200px !important;
 padding: 0 5px !important;
 -webkit-transition: none;
 -moz-transition: none;
 transition: none;
}
}
#SpyPanel .searchBoxContainer .searchButton, #SpyPanel .searchBoxContainer .searchButtonClose {
	height: 22px;
	font-size: 22px;
	color:#999999;
	border: 0;
	background: none;
	padding:0;
	margin:0;
	width:25px;
	text-align:center;
	cursor: pointer;
	z-index:2;
	position:absolute;
	top:0;
	left:4px;
 -webkit-transition: width .3s ease-in-out;
 -moz-transition: width .3s ease-in-out;
 transition: width .3s ease-in-out;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
@-moz-document url-prefix() {
#SpyPanel .searchBoxContainer .searchButton, #SpyPanel .searchBoxContainer .searchButtonClose {
 top:-1px;
}
#SpyPanel .searchBoxContainer:hover .searchBoxInput, #SpyPanel .searchBoxContainer.focus .searchBoxInput {
 padding:  3px 5px;
}
}
#SpyPanel .searchBoxContainer .searchButtonClose {
	opacity:0;
	right:0;
	left: auto;
	background:#fff;
}
#SpyPanel .searchBoxContainer:hover .searchButtonClose, #SpyPanel .searchBoxContainer.focus .searchButtonClose {
	opacity:1;
}
.form-mail {
	margin-bottom:15px;
}
.form-mail .form-control, .form-mail .form-control:first-child, .form-mail .input-group-btn > .btn {
	border-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color:#999;
}
.form-mail .input-group-btn > .btn {
	background: none;
	padding: 0 5px;
	left: -45px;
	top: -3px;
}
.form-mail .input-group-btn > .btn i {
	display:block;
	color:#999;
	font-size:32px;
	line-height:32px;
	margin-top:1px;
	-webkit-transition: color 0.25s 0s ease;
	-moz-transition: color 0.25s 0s ease;
	-o-transition: color 0.25s 0s ease;
	transition: color 0.25s 0s ease;
}
@-moz-document url-prefix() {
.form-mail .input-group-btn > .btn i {
margin-top:0;
}
}
.form-mail .input-group-btn > .btn:hover i {
	color:#000;
}
.social_icons {
	margin-top: -15px;
}
.social_icons i {
	float:left;
	color:#c5c5c5;
	font-size:53px;
	margin-right: 5px;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 transition: all .5s ease;
}
#BottomLinks {
	display:none;
	overflow:hidden;
}
#BottomLinksButton {
	text-align:center;
	margin: -10px 0 0;
}
#BottomLinksButton i.typcn {
	font-size:24px;
	line-height:1em;
	cursor: pointer;
}
#BottomLinksButton.closed i.typcn.closed, #BottomLinksButton i.typcn.opened {
	display: inline-block;
}
#BottomLinksButton i.typcn.closed, #BottomLinksButton.closed i.typcn.opened {
	display:none;
}
 @media (max-width: 767px) {
.social_icons i {
 margin-right: 2px;
}
}
.social_icons a:hover i.typcn-social-facebook-circular {
	color:#3b5998;
}
.social_icons a:hover i.typcn-social-twitter-circular {
	color:#49c8f5
}
.social_icons a:hover i.typcn-social-linkedin-circular {
	color:#006699
}
.social_icons a:hover i.typcn-social-pinterest-circular {
	color:#cb2027
}
.social_icons a:hover i.typcn-social-vimeo-circular {
	color:#1ca7cc
}
#BottomLinks {
	padding: 15px 0 40px 0;
}
@media (max-width: 767px) {
#BottomLinks {
 padding: 5px 0 20px;
 border-bottom: 1px solid #dbdbdb;
}
#BottomLinksButton {
 margin: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#BottomLinks {
 padding: 5px 0 20px;
}
#BottomLinksButton {
 margin: 0;
}
}
#BottomLinks ul li {
	color:#5a5a5a;
	font-size:14px;
	padding: 0 0 6px;
}
#BottomLinks ul li a {
	color:#5a5a5a;
	font-size:14px;
	text-decoration: none;
}
#BottomLinks ul li a:hover {
	text-decoration: underline;
}
#footer {
	padding:10px 0 25px;
}
#footer, #footer a {
	color:#5a5a5a;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
#footer a {
	color:#000;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .payment_icons {
	margin-right:15px;
	display:inline-block;
}
#footer .payment_icons img {
	margin-right:4px;
	vertical-align:top;
}
#footer span.text {
	display:inline-block;
}
@media (max-width: 767px) {
#footer {
padding:35px 0 25px;
}
#footer .payment_icons, #footer span.text {
 margin:0 0 10px;
 display:block;
 text-align:center;
}
}
#test_row {
	height:0;
	overflow: hidden;
	margin-top: -4px;
}
.btn-catalog {
	background:#f3f3f3;
	padding: 10px 15px;
	text-align:center;
	font-size:18px;
	line-height:25px;
	margin: 0 -15px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.125);
	cursor:pointer;
}
.btn-catalog, .btn-catalog a {
	color:#000;
	text-decoration:none;
}
.btn-catalog i {
	font-size:22px;
	color:#707070;
}
.twitter_block {
	margin-bottom:25px;
}
.twit, .blog {
	margin-bottom:15px;
}
.blog_text, .twit_text {
	font-size: 12px;
	line-height:16px;
	color:#575757;
	margin-bottom: 15px;
}
.twit_text {
	margin-bottom: 5px;
}
.public_meta, .twit_meta, .blog_meta {
	font-size:10px;
	line-height:12px;
	color:#909090;
}
.public_meta a, .twit_meta a, .blog_meta a, .twit_text a {
	color:#d44444 !important;
}
#CenterColumn .public_meta {
	margin-top:-15px;
	margin-bottom:25px;
}
#CenterColumn .comments {
	border-bottom: 1px solid #eee;
	margin-bottom:15px;
}
#CenterColumn .comment {
	border-top: 1px solid #eee;
	padding:15px 0;
}
#CenterColumn .comments .comment:first-child {
	border: none;
}
#CenterColumn .comment .public_meta {
	margin:0 0 10px;
}
#CenterColumn .comment .media-heading, #CenterColumn .comment .media-heading a {
	font-size: 13px;
	line-height:20px;
	color:#000;
	text-decoration:none;
}
#CenterColumn .comment .media-heading a:hover {
	text-decoration: underline;
}
#CenterColumn .comment .media-heading i.typcn {
	font-size: 20px;
	color: #d5d5d5;
}
.blog_image {
	margin: 10px 0 15px;
}
.blog_image img {
	max-width:100%;
}
#SideColumn .list-group, #CenterColumn .list-group {
	padding-left: 0;
	margin: 20px 0;
}
#CenterColumn .list-group {
	margin: 0;
}
#SideColumn .list-group-item, #CenterColumn .list-group-item {
	border-radius: 0;
	position: relative;
	display: block;
	padding: 5px 8px 5px 30px;
	margin:0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #eee;
}
#CenterColumn .list-group-item {
	padding: 10px 8px 10px 30px;
}
#CenterColumn #ShoppingCart .list-group-item {
	padding: 5px 5px 5px 0;
}
#SideColumn .list-group-item:last-child, #CenterColumn .list-group-item:last-child {
	border: 0;
}
#SideColumn .list-group-item, #SideColumn .list-group-item a, #CenterColumn .list-group-item, #CenterColumn .list-group-item a {
	font-size:12px;
	line-height:18px;
	color:#575757;
}
#CenterColumn .list-group-item, #CenterColumn .list-group-item a {
	line-height:22px;
	color:#000;
}
#SideColumn .list-group-item i.typcn, #CenterColumn .list-group-item i.typcn {
	font-size:18px;
	display: block;
	float:left;
	width:30px;
	margin-left: -30px;
	color:#a3a3a3;
}
#CenterColumn .list-group-item i {
	font-size:22px;
	display: block;
	float:left;
	width:30px;
	margin-left: -30px;
	color:#a3a3a3;
}
.box {
	border-bottom:1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom:15px;
}
#MoveFromNav h4 {
	font-size:34px;
	font-weight:normal;
	line-height: 38px;
	margin: 20px 0 25px;
	color:#000;
}
#MoveFromNav h4 i {
	display:none;
}
.listing_header {
	line-height:24px;
	margin: 25px 0 0;
}
.listing_header > div.first {
	margin-left: -15px;
}
.listing_header a.typcn {
	color:#727272;
	display:inline-block;
	vertical-align: middle;
	margin: 0 2px;
}
.listing_header a.typcn:hover {
	color:#000;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.listing_header .num a {
	color:#000;
	display: inline-block;
	padding-right:5px;
	text-decoration: none;
}
.listing_header .num a.active {
	text-decoration:underline;
}
.listing_header .num a.typcn.typcn-sm {
	margin-top:-4px;
}
@media (max-width: 767px) {
.listing_header .text-right {
text-align: left;
}
.listing_header .text-right .btn-group.bootstrap-select, .listing_header .text-right .form-inline {
float:right;
}
}
form#pollForm {
	margin-bottom: 15px;
}
.custom_product {
	display:inline-block;
	width:100%;
	margin-bottom:15px;
}
@media (max-width: 767px) {
.compared_products {
width:100%;
overflow: hidden;
padding: 5px 0 25px;
}
.compared_products .custom_product {
 width: 100px;
 display: block;
 float:left;
 margin: 0 15px;
}
.custom_product .image {
float:none;
}
}
.custom_product .image {
	float:left;
	margin-right: 12px;
	padding:3px 0 3px 3px;
	position:relative;
}
.custom_product .image img {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.custom_product .image .delete {
	position:absolute;
	top:-7px;
	right:-9px;
	color:#757575;
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
}
.custom_product .image .delete:hover {
	cursor:pointer;
	color:#000;
}
.tags_cloud a {
	background: #ededed;
	display:inline-block;
	padding: 3px 5px;
	margin:0 3px 3px 0;
	text-decoration:none;
	color:#000;
}
.tags_cloud a:hover {
	background: #757575;
	color:#fff;
}
.qty {
	margin: 14px 0;
}
.qty .qty_plus, .qty .qty_minus {
	height:20px;
	width:20px;
	border:1px solid #f3f3f3;
	text-align:center;
	line-height:20px;
	display: inline-block;
	cursor:pointer;
}
.qty input {
	line-height:16px;
	height:38px;
	width: 50px;
	text-align: center;
}
#ProductBox {
	margin: 20px 0;
}
#ProductBox .qty {
	float:left;
	margin:10px 15px 0 0;
}
#ProductBox .price {
	margin-top: -10px;
}
#ProductBox .image {
	text-align:center;
}
#ProductBox .image img {
	margin: 0 auto;
}
#ProductBox #accordion {
	margin-bottom:35px;
}
#ProductBox #accordion .panel-default {
	border: none;
	border-radius:0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ProductBox #accordion .panel-default a {
	color:#000;
}
#ProductBox #accordion .panel-default > .panel-heading {
	background-color: transparent;
	border: none;
	border-top: 1px solid #dbdbdb;
	border-radius:0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ProductBox #accordion .panel-default:first-child > .panel-heading {
	border: none;
}
#ProductBox #accordion .panel-default > .panel-heading.active {
	background-color: transparent;
}
#ProductBox #accordion .panel-default > .panel-heading:hover {
	background-color: transparent;
}
#ProductBox #accordion .panel-default > .panel-heading a {
	font-size:14px;
	padding: 10px 0;
	display:block;
	color: #000;
	text-decoration:none;
	outline: none;
	position:relative;
	font-weight: bold;
}
#ProductBox #accordion .panel-default > .panel-heading.active a, #ShoppingCart #accordion .panel-default > .panel-heading:hover a {
}
#ProductBox #accordion .panel-default > .panel-heading a span {
	position:absolute;
	right:5px;
	top:20px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #000000;
	border-right: 5px solid transparent;
	border-bottom: 0 dotted;
	border-left: 5px solid transparent;
	content: "";
}
#ProductBox #accordion .panel-default > .panel-heading.active a span.arrowdown {
	display: block;
}
#ProductBox #accordion .panel-default > .panel-heading.active a span.arrowup {
	display: none;
}
#ProductBox #accordion .panel-default > .panel-heading a span.arrowdown {
	display: none;
	border-bottom: 5px solid #000000;
	border-top: 0 dotted;
}
#ProductBox #accordion .panel-default .panel-body {
	padding: 15px 0;
	border: none;
}
.socialsplugins_wrapper {
	display:inline-block;
	margin-bottom: 15px;
	margin-top: 5px;
}
.socialsplugins_wrapper > div {
	float:left;
}
.socialsplugins_wrapper .facebook_button {
	margin-right:5px;
}
.socialsplugins_wrapper .twitter_button {
	margin-right:-15px;
}
.promo_box {
	display:table;
	width:100%;
	padding: 18px 0;
	border-top: 1px solid #d9d9d9;
}
.custom_block .promo_box:first-child {
	border: none;
}
.promo_box i.typcn {
	-webkit-transition: background-color 0.25s 0s ease;
	-moz-transition: background-color 0.25s 0s ease;
	-o-transition: background-color 0.25s 0s ease;
	margin-right:10px;
	display:block;
	background-color:#d9d9d9;
	height:36px;
	line-height: 16px;
	padding:10px 0;
	overflow:hidden;
	width:36px;
	font-size:22px;
	color:#fff;
	text-align:center;
	float: none;
}
.promo_box:hover i.typcn {
	background-color:#000;
}
.promo_box span {
	display:block;
	vertical-align: middle;
	display:  table-cell;
	width: 100%;
}
.blog_post {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 1px solid #eee;
}
.blog_post .image {
	margin-bottom: 25px;
}
.blog_post .image img {
	width:100%;
	max-width:100%;
}
ul.list-categories {
	margin:0 0 25px;
	padding:0
}
ul.list-categories li {
	padding: 15px 0 15px 20px;
	border-top:1px solid #eee;
}
ul.list-categories li:first-child {
	border: none;
}
ul.list-categories li, ul.list-categories li a {
	font-size: 14px;
	line-height:12px;
	color:#000;
	text-decoration:none;
}
ul.list-categories li a:hover {
	text-decoration: underline;
}
ul.list-categories li i.typcn {
	font-size:12px;
	display: block;
	float:left;
	width:20px;
	margin-left: -20px;
	color:#a3a3a3;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	margin:0 5px 0 0;
	background-color:#efefef;
	color:#585858;
	border: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	color: #fff;
	background-color: #4b4b4b;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff;
	background-color: #4b4b4b;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #fff;
	cursor: not-allowed;
	background-color: #fff;
}
.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 9px 14px;
	font-size: 12px;
}
#ShoppingSteps {
	overflow:hidden;
	margin-bottom: 25px;
}
#ShoppingSteps .step {
	background: #fff;
	border:1px solid #eee;
	color:#999;
	display: block;
	float:left;
	line-height: 15px;
	font-size:15px;
	padding:19px 20px;
	margin-bottom: 15px;
}
#ShoppingSteps .step.active {
	color:#000;
}
#ShoppingSteps .arrow {
	color:#eee;
	height:55px;
	margin-bottom: 15px;
	padding: 0 8px;
	display: block;
	float:left;
}
#ShoppingSteps .arrow .typcn {
	color:#999;
	font-size:16px;
	line-height:55px;
}
#ShoppingSteps .arrow .typcn:before {
	display:block;
}
#ShoppingCart {
	margin: 25px 0;
}
@media (max-width: 767px) {
#ShoppingCart {
min-height: auto;
}
#ShoppingSteps .step {
 line-height: 14px;
 font-size:14px;
 padding:10px 12px;
 margin-bottom: 10px;
}
#ShoppingSteps .arrow {
margin-bottom: 10px;
height:36px;
padding: 0 5px;
}
#ShoppingSteps .arrow .typcn {
 line-height:36px;
}
}
#ShoppingCart #accordion .panel-default {
	border-color: #f1f1f1;
	border-radius:0;
}
#ShoppingCart #accordion .panel-default a {
	color:#000;
}
#ShoppingCart #accordion .panel-default > .panel-heading {
	background-color: #fdfdfd;
	border-color: #f1f1f1;
	border-radius:0;
	padding: 0;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
}
#ShoppingCart #accordion .panel-default > .panel-heading.active {
	background-color: #4b4b4b;
	color:#fff;
}
#ShoppingCart #accordion .panel-default > .panel-heading:hover {
	background-color: #747474;
	color:#fff;
	-webkit-transition: all 0.5s 0s ease;
	-moz-transition: all 0.5s 0s ease;
	-o-transition: all 0.5s 0s ease;
}
#ShoppingCart #accordion .panel-default > .panel-heading a {
	padding: 10px 15px;
	display:block;
	color: #4c4c4c;
	text-decoration:none;
	text-transform:uppercase;
	outline: none;
}
#ShoppingCart #accordion .panel-default > .panel-heading.active a, #ShoppingCart #accordion .panel-default > .panel-heading:hover a {
	color: #fff;
}
#ShoppingCart #accordion .panel-default > .panel-heading a span {
	padding-right:25px;
	font-size:15px;
}
#ShoppingCart #accordion .btn-default.btn-xl i.typcn {
	font-size:18px;
	line-height:20px;
	margin:0 5px 0 0;
	float:left;
}
.thumbnail {
	border-radius:0;
	margin-bottom:25px;
}
.thumbnail .inside {
	padding: 10px 15px;
}
.thumbnail-equal {
	margin-bottom:25px;
}
.thumbnail-equal a {
	color:#000;
}
.thumbnail-equal .inside {
	padding: 10px 20px 70px;
	min-height: 340px;
	position:relative;
}
@media (max-width: 991px) {
.thumbnail-equal .inside {
min-height: 0;
}
}
.but_right_bot {
	position:absolute;
	bottom:0;
	right: 20px;
}
#ShoppingCart .table.table-bordered a, #ShoppingCart .table.table-bordered {
	color:#000;
	text-decoration:none;
}
#ShoppingCart .table.table-bordered a:hover {
	text-decoration: underline;
}
#ShoppingCart .table.table-bordered thead > tr > th, #ShoppingCart .table.table-bordered tbody > tr > th, #ShoppingCart .table.table-bordered tfoot > tr > th, #ShoppingCart .table.table-bordered thead > tr > td, #ShoppingCart .table.table-bordered tbody > tr > td, #ShoppingCart .table.table-bordered tfoot > tr > td {
	padding: 15px;
	vertical-align: top;
	font-size:16px;
	line-height:18px;
}
#ShoppingCart .table.table-bordered input.qty {
	width:30px;
	margin:0;
	padding:0;
	text-align:center;
}
#ShoppingCart .table.table-bordered i.typcn {
	color:#3f3f3f;
	font-size:24px;
	line-height:24px;
}
#ShoppingCart .table.table-total {
	border: none;
	text-align:left;
}
#ShoppingCart .table.table-total tr > th, #ShoppingCart .table.table-total tr > td {
	border: none;
	padding: 0 10px;
}
@media (max-width: 767px) {
 #ShoppingCart .table.table-bordered, #ShoppingCart .table.table-bordered tbody, #ShoppingCart .table.table-bordered thead, #ShoppingCart .table.table-bordered th, #ShoppingCart .table.table-bordered td, #ShoppingCart .table.table-bordered tr {
 display: block;
border:0;
width:100%
}
 #ShoppingCart .table.table-bordered tr {
border: 1px solid #ddd;
}
 #ShoppingCart .table.table-bordered td {
 border: none;
 border-bottom: 1px solid #eee;
 position: relative;
 padding-left: 50% !important;
}
 #ShoppingCart .table.table-bordered td.text-center {
text-align:left;
}
 #ShoppingCart .table.table-bordered td.no_title {
padding-left: 0 !important;
text-align:center;
}
 #ShoppingCart .table.table-bordered td div.th_title {
 position: absolute;
 top: 15px;
 left: 15px;
 width: 45%;
 padding-right: 10px;
 white-space: nowrap;
 text-align:right;
}
}
.size_select {
	margin: 10px 0 20px;
	width:100%;
	display: inline-block;
}
.size_select li {
	display: block;
	float:left;
}
.size_select li a {
	border: 1px solid #b6b6b6;
	border-left: none;
	font-size:13px;
	line-height:12px;
	padding: 5px 14px;
	color:#000;
	text-decoration:none;
}
.size_select li:first-child a {
	border-left: 1px solid #b6b6b6;
}
.size_select li a:hover {
	background:#e7e7e7;
}
#ProductTab .nav-tabs {
	border-bottom: 0;
}
#ProductTab .nav-tabs > li {
	float: left;
	margin-bottom: 0;
	padding: 0;
}
#ProductTab .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 16px;
	padding: 8px 15px;
	border: 1px solid #ededed;
	border-radius: 0;
	text-decoration:none;
	color:#000;
}
@media (max-width: 767px) {
#ProductTab .nav-tabs > li > a {
 padding: 5px 6px;
}
}
#ProductTab .nav-tabs > li > a:hover {
	border-color: #ededed;
}
#ProductTab .nav-tabs > li.active > a, #ProductTab .nav-tabs > li.active > a:hover, #ProductTab .nav-tabs > li.active > a:focus {
	color: #000;
	background-color: #e7e7e7;
	border: 1px solid #ededed;
}
#ProductTab .tab-content > .tab-pane {
	padding:20px;
	border: 1px solid #ededed;
	margin-top:-1px;
}
/*fix prototype conflict*/
.panel-collapse.collapsing {
	display: block !important;
}
.row_product {
	margin-bottom: 30px;
}
.row_product h6 {
	margin-bottom: 0;
	font-size: 14px;
}
.row_product .size_select {
	margin: 5px 0 5px;
}
.row_product .price {
	margin-bottom:20px;
}
#back-top {
	position: fixed;
	right:0px;
	bottom: 15%;
	z-index: 500;
	display:none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
 #back-top {
 right:15px;
}
}
#back-top a {
	display: block;
	width: 72px;
	height:72px;
	text-align:center;
	background:#f4f4f4;
	color:#484848;
	font-size:30px;
	line-height:72px;
	opacity: 0.6;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
}
#back-top a:hover {
	opacity: 1;
}
#ShoppingOptions #accordion {
	margin-bottom:35px;
	margin-top:15px;
	border: 1px solid #e5e5e5;
}
#ShoppingOptions #accordion .panel-default {
	border: none;
	border-radius:0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ShoppingOptions #accordion .panel-default a {
	color:#000;
}
#ShoppingOptions #accordion .panel-default > .panel-heading {
	background-color: transparent;
	border: none;
	border-top: 1px solid #dbdbdb;
	border-radius:0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#ShoppingOptions #accordion .panel-default:first-child > .panel-heading {
	border: none;
}
#ShoppingOptions #accordion .panel-default > .panel-heading.active {
	background-color: transparent;
}
#ShoppingOptions #accordion .panel-default > .panel-heading:hover {
	background-color: transparent;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a {
	font-size:12px;
	padding: 0 5px;
	display:block;
	color: #575757;
	text-decoration:none;
	outline: none;
	position:relative;
	font-weight: bold;
}
#ShoppingOptions .panel-group .panel + .panel {
	margin-top: 0 !important;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a i.typcn {
	color:#575757;
	font-size:14px;
	line-height:14px;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a span {
	position:absolute;
	right:5px;
	top:10px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-top: 5px solid #575757;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
}
#ShoppingOptions #accordion .panel-default > .panel-heading.active a span.arrowdown {
	display: block;
}
#ShoppingOptions #accordion .panel-default > .panel-heading.active a span.arrowup {
	display: none;
}
#ShoppingOptions #accordion .panel-default > .panel-heading a span.arrowdown {
	display: none;
	border-bottom: 5px solid #575757;
	border-top: 0 dotted;
}
#ShoppingOptions #accordion .panel-default .panel-body {
	padding: 5px;
	border: none;
	background: #f8f8f8;
}
#brands {
	white-space: nowrap;
	width:auto;
}

  .bannercontainer {
	padding:0px;
	background-color:#fff;
	width:100%;
	position:relative;
	position:relative;
	margin-left:auto;
	margin-right:auto;


	}

  .banner{
	width:100%;
	height:500px;
	position:relative;
	overflow:hidden;
   }
