@font-face {
    font-family: 'raleway';
    src: url('../font/Raleway-Thin.otf');
    src: url('../font/Raleway-Regular.otf'),
         url('../font/Raleway-Medium.otf'),
         url('../font/Raleway-Bold.otf');
    font-weight: bold;
    font-style: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color: #6d6e71;
	font-family: 'Merriweather', sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #6d6e71;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Kaushan Script', sans-serif;
}
h2 {
	color: #6d6e71;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-family: 'Kaushan Script', sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 23px;
	letter-spacing: 0.5px;
}
a, a:visited, a b {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#87ccf3;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a:focus {
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 1px 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 0px;
}
label {
	cursor: pointer;
}
ol {
	line-height: 23px;
	padding-left:20px;
}
#content ul {
	padding-left:20px;
	margin-top: 0px;
	line-height: 23px;
	/* list-style-type: square; */
}

/* style chooser */
#stylechooser{ padding:4px;text-align:center; background:#000; position:fixed; z-index:10001; top:0; width:100%; }
#stylechooser1{width:1000px; margin:0 auto;}
#stylechooser2{ float:left; color:#fff; font-size:10px; margin-right:30px; margin-top:5px;}
#stylechooser2 .st-icon img{ padding-left:3px; width:13px; height:13px;}
#sc_img{float:left;}
#disclaimer{ color:#fff; font-size:10px; display:block; text-align:left; margin-left:30px;}

/* layout */
#container-header {
	text-align: left;
	background:#fff;
	margin-top:0px;
	/*height: 238px;*/
}
#container {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:#fff;
	margin-top:0px;
	padding: 31px 30px;
	overflow: auto;
}

#column-left {
	float: left;
	width: 280px;
}
#column-right {
	float: right;
	width: 280px;
}
#content {
	/*min-height: 400px;*/
	margin-bottom: 11px;
	/*margin-left: 30px;*/
}
#content h1{
	text-align: center;
}

#column-left + #column-right + #content h1, #column-left + #content h1{
	text-align: left;
}

#column-left + #column-right + #content, #column-left + #content {
	margin-left: 300px;
}
#column-right + #content {
	margin-right: 300px;
}

/* header */
#header {
	/*width: 1040px;*/
	margin-left: auto;
	margin-right: auto;
	/*margin-bottom: 7px;	
	padding-bottom: 4px;*/
	position: relative;
	z-index: 99;
	/*margin-left: -10px;*/
}
#header #logo {
	margin-bottom: 20px;
	position: relative;
	float: left;
	text-align: left;
	width: auto;
	padding-top: 5px;
    padding-bottom: 1px;
}
#language {
	position: absolute;
	top: 15px;
	left: 320px;
	width: 80px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
}
#sg_drpdwn_currency #currency_switcher_language {
	position: relative;
	float: right;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #6d6e71;
	text-decoration: none;
}
#header_bar span a {
	color: #fff !important;
}
#header_bar #cart {
	margin-top: 0px !important;
}
#header_bar #cart .content {
	margin-left:0 !important;
	margin-top: 29px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-khtml-border-radius: 0px !important; 
	border-radius: 0px !important;
}
#header_bar #cart .empty {float: initial;}
#header_bar2 #cart .heading a span {background: url('../image/arrow-cart-1.png') 100% 30% no-repeat !important;}
#header_bar #cart .heading { background: none !important; margin-top: -1px !important;}
#header_bar #cart .heading a span { color: #fff !important; margin-top: 0px !important; padding-bottom: 20px !important;}
#header_bar #cart.active .heading {margin-top:2px !important; margin-right:0px !important;}
#header_bar #cart .heading { border: none !important;}
#header_bar {height: auto !important; }
#header_bar2{width: 1180px !important; padding: 13px 0px !important; height: 44px!important; }
#header_bar #sg_drpdwn_currency .switcher span.s_selected {
	height: 16px !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color: #fff !important;
}
#header_bar #sg_drpdwn_currency .switcher {background: url("../image/arrow-cart-1.png") no-repeat scroll 100% 13px !important; padding: 2px 19px 2px 5px !important; margin-top: -4px !important; margin-left: 0px;}
#header_bar .button-search {
	background: url('../image/search-2.png') center center no-repeat !important;
	border-right: none !important;
	cursor: pointer;
	height: 24px !important;
}
#header_bar #search input { height: 23px !important;/*line-height: 12px;*/;}
#header_img { margin-top: -1px !important; }
#header #cart {
	position: relative;
	z-index: 9;
	min-width: 171px;
	right: 0;
	margin-top: 0px;
	float: right;
	margin-right: 30px;
	background-color: #f1f2f2;
}
#header #cart .heading {
	position: relative;
	z-index: 1;
	float: right;
}
#header #cart .heading h4 {
	color: #2a2a2a;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Merriweather';
    margin-top: 0px;
    text-transform: uppercase;
    padding-left: 49px;
    padding-right: 7px;
    padding-top: 3px;
	margin-bottom: 0px;
	text-align: left;
}
#header #cart .heading a {
	text-decoration: none;
    /* margin-right: 15px; */
    top: -3px;
    position: relative;
    padding-left: 49px;
}
#header #cart .heading a span {
	font-weight: 300;
    padding-right: 12px;
    line-height: 12px;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
#header #header_bar2 #cart .heading a span {
	line-height: inherit !important;
}
#header_bar2 div div {
	float: none !important;
}
#header_bar2 #cart .content {
	right: 0 !important;
}
#header_bar2>span #cart #cart-total {
    background: url('../image/arrow-cart-1.png') 100% 30% no-repeat !important;
}
#header #cart .content {
	clear: both;
	display: none;
	position: absolute;
	margin-top: 37px;
	right: 0px;
	min-width:300px;
	padding: 10px;
	min-height: 150px;
	border: 1px solid #e5e5e5;
	background: #FFF;
}
#header #cart.active .heading {
	border: none;
	/*padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;*/
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	white-space:nowrap;
	color: #6d6e71;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.mini-cart-info td a{
	color: #6d6e71;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #e5e5e5;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #6d6e71;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header_bar2 #search {
	margin-top: -3px !important;
	margin-left: 0px !important;
	border: 0 !important;
}
#header #search {
	position: relative;
	float: right;
	width: 193px;
	z-index: 15;
	margin-top: 0px;
}
#header .button-search {
	position: absolute;
	background: url('../image/search.png') center center no-repeat;
	width: 37px;
	height: 37px;
	/* border-right: 1px solid #CCCCCC; */
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 0px 10px 0px 52px;
	width: 131px;
	height: 37px;
	border: 0px;
	font-size: 12px;
	color: #6d6e71;
	font-family: 'Merriweather';
    font-weight: 300;
	background-color: #f1f2f2;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
}
#container-header .links {
	margin: 0 auto;
	padding: 0;
	height: 39px;
	width: 1180px;
}

#container-header .links-header {
    border-bottom: 1px solid #e6e7e8;
}

#container-header .links div {
	z-index: 10000;
	position: relative;
}
#container-header .links div {
	position: relative;
	/*height: 17px;
	float:right;*/
	text-align: left;
	/*display: inline-block;*/	
}

#container-header .link{
	float: right;
}

#container-header .top-menu a {
	float: left;
	display: block;
	padding: 11px 0px 12px 30px;
	text-decoration: none;
	font-size: 12px;
	color: #6d6e71;
	font-family: 'Merriweather';
	font-weight: 300;
}

#container-header .links a:first-child{
	/*padding-left: 0px;*/
}
#container-header .links a + a {
	/*margin-left: 8px;
	border-left: 1px solid #CCC;*/
}

/* menu */
#menu {
	clear: both;
	height: 49px;
	/*margin-bottom: 21px;
	padding: 0px 5px;*/
	position: relative;
	/*min-width: 1150px;*/
}
#menu ul {
	margin-left: auto;
	margin-right: auto;
	/*width: 1150px;*/
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	/*padding: 6px 5px 5px 0px;*/
}
#menu > ul > li:hover {
}
#menu > ul > li:first-child {
	/*border-left: 1px solid #e5e5e5;*/
}
#menu > ul > li > a {
	font-size: 16px;
	line-height: 17px;
	text-decoration: none;
	display: block;
	padding: 16px 19px 17px 20px;
	/*margin-bottom: 5px;*/
	color: #6d6e71;
	z-index: 6;
	position: relative;
	/*border-right: 1px solid #e5e5e5;*/
	font-family: 'Merriweather', sans-serif;
	font-weight: normal;
}
#menu > ul > li:hover > a {
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	line-height: 24px;
	margin-top: -5px;*/
	margin-bottom: 0px;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	top: 47px;
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 15px;
	color: #6d6e71;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	font-size: 13px;
}
#menu > ul > li ul > li :hover > a {
	padding: 4px;
}
#menu > ul > li > div > ul > li > a {
	color: #6d6e71;
}
.breadcrumb {
	color: #6d6e71;
	margin-bottom: 15px;
	line-height: 18px;
}
.breadcrumb a{
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #6d6e71;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	padding: 4px 10px;
	text-decoration: none;
	color: #6d6e71;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

/* button */
a.button, input.button {
	transition-duration: 0.3s;
	cursor: pointer;
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	padding: 14px 25px;
}
a.button {
	display: inline-block;
	text-decoration: none;	
	transition-duration: 0.3s;
		cursor: pointer;
}
input.button {
	margin: 0;
	border: 0;
	height: 27px;
	padding: 14px 25px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	overflow: auto;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .left a {
	color: #fff;
}
.buttons .right a {
	color: #fff;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 51px;
	line-height: 23px;
	border-bottom: 1px solid #e5e5e5;
}
.htabs a {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	/*background: #FFFFFF url('../image/tab.png') repeat-x;*/
	padding: 14px 25px;
	float: left;
	font-family: 'Merriweather', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	margin-right: -1px;
	display: none;
	color: #6d6e71;
}
.htabs a.selected {
	padding-bottom: 14px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px;
	margin-bottom: 45px;
	z-index: 2;
	overflow: auto;
}
#tab-related .box-product div{ 
	text-align:center; 
}

/* box */
.box {
	margin-bottom: 30px;
}
.box .box-heading {
	padding: 0px;
	font-family: 'Kaushan Script', sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 36px;
	margin: 0px 0px 11px;
	text-align: center;
}
.box .box-content {
	/*border: 1px solid #e5e5e5;
	padding: 10px;*/
}
.box #list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.box #list > ul > li { padding: 5px 8px 5px 12px; list-style-type: square; list-style-position: inside;}
.box #list > ul > li  + li{ border-top: 1px solid #e5e5e5; }
.box #list > ul > li  > a{ text-decoration: none; color: #333; }

/* box products */
.box-product {
	width: 100%;
}
.box-product > div {
	width: 177px;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom:  30px;
}
.box-product > div.left1 {
	width: 138px;
}
#column-left + #column-right + #content .box-product > div {
}
.box-product .image {
	display: block;
	margin-bottom: 22px;
	text-align:center;
}
.box-product .image img {
	/*padding: 3px;
	border: 1px solid #E7E7E7;*/
}
.box-product .name a {
	font-weight: 300;
	font-family: 'Merriweather';
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
	text-align:center;
	color: #6d6e71;
}
.box-product .cart{ 
	text-align:center; 
}
.box-product .price {
	font-size: 14px;
	display: block;
	font-weight: bold;
	font-family: 'Merriweather';
	color: #000;
	text-align:center;
	margin-bottom: 13px;
}

.box-product .notify {
	display: block;
	text-align:center;
	margin-bottom: 13px;
}

.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
	display: block;
}
.box-product .price-new {
	font-weight: bold;
	display: block;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
	text-align:center;
}
.box-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.box-content > ul > li {
	padding: 9px 14px 10px 0px;
}

.box-content > ul > li:first-child{
	padding-top: 8px;
}

.box-content > ul > li + li {
	
}
.box-content > ul > li > a {
	text-decoration: none;
	color: #6d6e71;
	font-family: 'Merriweather';
    font-weight: 300;
	font-size: 14px;
}
.box-content > ul > li ul {
	display: none;
}
.box-content > ul > li a.active {
	/*font-weight: bold;*/
}
.box-content > ul > li a.active + ul {
	display: block;
	list-style: none;
}
.box-content > ul > li ul > li {
	padding: 5px 5px 0px 10px;
	list-style-type: none !important;
}
.box-content > ul > li ul > li > a {
	text-decoration: none;
	display: block;
}
.box-content > ul > li ul > li > a.active {
	font-weight: bold;
}
.box-content > ul > li  {
	/*list-style-type: none;
	list-style-position: inside;
	color: #a5a4a4;*/
}

/* box category */
.box-category {
	/*margin-top: -5px;*/
}
.box-category ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 9px 14px 10px 0px;
}

.box-category > ul > li:first-child {
	padding-top: 8px;
}

.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	text-decoration: none;
	color: #6d6e71;
	font-family: 'Merriweather';
	font-weight: 300;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a{
	font-size: 14px
}
.box-category > ul > li a.active {
	/*font-weight: bold;*/
}
.box-category > ul > li a.active + ul {
	display: block;
	list-style: none;
}
.box-category > ul > li ul > li {
	padding: 10px 0px 0px;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #6d6e71;
	white-space: normal;
}
.box-category > ul > li ul > li > a.active {
	font-weight: bold;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}

/* SiteGiant */
#content>p, #content>ol ,#content>ul , #content>form>.contact-info, #content>form>.content, #content>form>.buttons   {
	margin-right:0px;
}
/* End SiteGiant */

/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	/*padding: 5px;
	border: 1px solid #E7E7E7;*/
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 18%;
	margin-top: 5px;
	line-height: 23px;
	list-style-type: square;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #e5e5e5;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 10px 8px;
	margin-bottom: 10px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none !important;
	margin-bottom: 10px;
}

/* product */
.product-filter {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0px 12px;
	overflow: auto;
	margin-top: -11px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 1px;
}
.product-filter .display a {
	font-weight: normal;
}
.product-filter .sort {
	float: right;
	/*margin-top: -4px;*/
}
.product-filter .limit {
	/*margin-top: -4px;*/
	margin-left: 15px;
	float: right;
}
.product-compare {
	padding-top: 10px;
	margin-bottom: 15px;
	font-weight: normal;
}
.product-compare a {
	text-decoration: none;
	font-weight: normal;
}

.product-list {
	/*border: 1px solid #e5e5e5;*/
}

.product-list > div {
	overflow: hidden;
	padding: 20px 0px;
}
.product-list .right {
	float: right;
	margin-left: 30px;
}
.product-list > div + div {
	/*border-top: 1px solid #e5e5e5;*/
	padding-top: 23px;
}
.product-list .image {
	float: left;
	margin-right: 30px;
}
.product-list .image img {
	/*padding: 3px;
	border: 1px solid #E7E7E7;*/
}
.product-list .name {
	margin-bottom: 20px;
}
.product-list .name a {
	/*color: #38B0E3;*/
	/*font-weight: bold;*/
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #6d6e71;
    font-family: 'Merriweather';
}
.product-list .description {
	line-height: 23px;
	margin-bottom: 5px;
	color: #6d6e71;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 50px;
	margin-left: 15px;
	text-align: right;
	color: #6d6e71;
	font-size: 14px;
    font-weight: bold;
    font-family: 'Merriweather';
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	/*font-weight: bold;*/
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 20px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 5px;
	text-align: center;
}
.product-list .wishlist a {
	text-decoration: none;
	/*padding-left: 18px;*/
	display: block;
	/*background: url('../image/add.png') left center no-repeat;*/
	color: #6d6e71;
}
.product-list .compare a {
	text-decoration: none;
	/*padding-left: 18px;*/
	display: block;
	/*background: url('../image/add.png') left 60% no-repeat;*/
	color: #6d6e71;
}
.product-grid {
	width: 102%;
	overflow: auto;
	padding-top: 25px;
	margin-left: -8px;
    margin-right: -8px;
}
.product-grid > div {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 60px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 260px;
}
.product-grid .image {
	display: block;
	margin-bottom: 22px;
	
}
.product-grid .image img {
	/*padding: 3px;
	border: 1px solid #E7E7E7;*/
}
.product-grid .name a {
    font-weight: 300;
    font-family: 'Merriweather';
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
    color: #6d6e71;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	text-align: center;
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
    font-size: 14px;
    display: block;
    font-weight: bold;
    font-family: 'Merriweather';
    color: #000;
    text-align: center;
    margin-bottom: 13px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	/*font-weight: bold;*/
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 15px;
	text-align:center;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 5px;

}
.product-grid .wishlist a {
	display: block;
	font-size:12px;
	text-align:center;
	color: #6d6e71;
}
.product-grid .compare a {
	display: block;
	font-size:12px;
	text-align:center;
	color: #6d6e71;
}

/* product info */
.product-info {
	overflow: auto;
	margin-bottom: 60px;
}
.product-info > .left {
	float: left;
	margin-right: 30px;
}
.product-info > .left + .right {
	margin-left: 382px;
	overflow: auto;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
/* .product-info .image-additional {
	width: 356px;
	margin-left: -4px; Edited according cloud zoom
	clear: both;
	overflow: hidden;
	margin-top: 3px;
} */
.product-info .image-additional {
    margin-bottom: 5px;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(76px, 1fr));
}

.product-info .image-additional img {
	border: 1px solid #E7E7E7;
	width: 76px !important;
    height: 76px !important;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-right: 4px; /*Edited according cloud zoom*/
	margin-top: 5px
}
.product-info .description {
	/*border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;*/
	margin-bottom: 15px;
	line-height: 23px;
	color: #6d6e71;
}
.product-info .description span {
	color: #6d6e71;
}
.product-info .description a {
	color: #6d6e71;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
/* border-bottom: 1px solid #E7E7E7; */
/* padding: 0px 5px 10px 5px; */
	margin-bottom: 15px;
	font-size: 18px;
	color: #6d6e71;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	/* border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px; */
	margin-bottom: 15px;
	color: #6d6e71;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	/* border-bottom: 1px solid #E7E7E7; */
	/* padding: 0px 5px 10px 5px; */
	margin-bottom: 20px;
	color: #6d6e71;
	overflow: auto;
}
.product-info .cart div {
	/* float: left; */
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 10px;
	display: block;
	color: #999;
}
.product-info .cart div > span a{
	line-height: 20px;
	color: #6d6e71;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 20px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #999;
}
.product-info .review > div a{
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	text-align: center;
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #6d6e71;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #6d6e71;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #6d6e71;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	text-align: center;
}
.compare-info tr td:first-child {
	color: #6d6e71;
	font-weight: normal;
	text-align: right;
}
.compare-info td {
	padding: 10px;
	width: 20%;
	color: #6d6e71;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	font-size: 12px;
	line-height: 20px;
}
.compare-info .name a {
	font-weight: normal;
	font-size: 14px;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	/*font-weight: bold;*/
}

/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 10px;
}
.wishlist-info thead td {
	color: #6d6e71;
	font-size: 14px;
	/*font-weight: bold;*/
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}
.wishlist-info tbody .image img {
	border: 1px solid #e5e5e5;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
	font-size: 14px;
}
.wishlist-info tbody .name a {
	color: #6d6e71;
	font-size: 14px;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
	font-size: 14px;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}

/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}

/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}

/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 25px;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
.cart-info td {
	padding: 10px;
}
.cart-info thead td {
	color: #6d6e71;
	font-weight: normal;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}
.cart-info tbody .image img {
	border: 1px solid #e5e5e5;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
	font-size: 14px;
}
.cart-info tbody .name a{
	font-size: 14px;
	color: #6d6e71;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #e5e5e5;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}

/* checkout */
.checkout-heading {
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 10px;
	font-weight: normal;
	font-size: 14px;
	color: #6d6e71;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #6d6e71;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}

/* footer */ 
#footer .column h3 a {
font-size:14px;
font-family: 'Merriweather', sans-serif;
font-weight: bold;
}
#footer .horizontal_foot a {
	font-weight:bold;
}
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding-bottom: 22px;
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}
#footer h3 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 28px;
	font-size:14px;
	font-family: 'Merriweather', sans-serif;
	font-weight: bold;
}
#footer .column {
	float: left;
	width: 16.3%;
	min-height: 100px;
	margin-top: 41px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 7px;
}
#footer .column a {
	text-decoration: none;
	transition-duration: 0.3s;
	color: #fff;
	font-size: 12px;
}
#powered {
	text-align: right;
	clear: both;
	height: 49px;
}
.copyright{ 
	float:left; font-size:12px; margin-top: 16px; color: #fff; font-family: 'Merriweather'; font-weight: 300;
}
.powered, .powered a { 
	font-size:12px; margin-top: 16px; color: #fff !important; font-family: 'Merriweather'; font-weight: 300;
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	width: 100%;
}

/* currency */
#header_bar #sg_drpdwn_currency .switcher .option {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	border-radius: 0 !important;
	margin-left: -17px !important;
	margin-top: 20px !important;
	background-color: #000 !important;
	border: 0px !important;
}
#sg_drpdwn_currency .switcher .option {
	white-space: nowrap;
	display: none;
	float: left;
	padding: 5px 19px 5px 9px !important;
	background-color: #fff !important;
	z-index: 16px;
	border: 1px solid #e5e5e5 !important;
}
#sg_drpdwn_currency #currency_switcher_language {
	/*margin-right: 3px;*/
	position: relative;
	float: left;
	right:auto !important;
	top: 0px !important; /*jnk*/
	left: 0px;
	margin-top: 0px;
	margin-right: 34px;
	z-index: 10001;
	height: 40px;
	margin-left: 10px;
}
#currency {
	width: 75px;
	position: absolute;
	top: 15px;
	left: 425px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	border: 1px solid #CCC;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #6d6e71;
	text-decoration: none;
}

/* miscelleneous */
.slideshow {
	/*border: 1px solid #DBDEE1;*/
	margin-bottom: 30px;
}
body {
	/*background-color: #f2f2f2;*/
}
#column-right .box-product > div {
	width: 158px;
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 17px;
}

#column-left .box-product > div {
	width: 158px;
	margin-right: 16px;
	margin-left: 16px;
	margin-top: 12px;
	margin-bottom: 17px;
}

.goog-te-gadget-simple {
	width: 156px;
}

.box-heading .fp-more {
	top: -32px !important;
}
#column-right .box-heading {
	padding-bottom: 0px;
	border-bottom: none;
	background-color: #fff;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Kaushan Script', sans-serif;
	margin: 0px 0px 20px 0px;
	text-align: left;
}
#column-right #s1 .box-content{margin-left: 0px; margin-right: 0px;}
#column-right .box-content {
	border-top: 0px;
    font-size: 12px;

    /*border: 1px solid #e5e5e5;*/
}
#column-left .box-heading {
	padding-bottom: 0px;
	border-bottom: none;
	background-color: #fff;
	font-size: 36px;
	font-weight: normal;
	font-family: 'Kaushan Script', sans-serif !important;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.box-heading .fp-more a {
	text-transform: none;
	font-size: 12px !important;
	color: #6d6e71;
	font-family: 'Merriweather', sans-serif !important;
	font-weight: 300;
}
#column-left #s1 .box-content{margin-left: 0px; margin-right: 0px;}
#column-left .box-content {
	/*padding: 7px 0px 7px 0px;*/
	border-top: 0px;
	font-size: 12px;
	/*border: 1px solid #e5e5e5;*/
}
#sg_drpdwn_currency .switcher span.s_selected {
	color: #6d6e71 !important;
	text-indent: 0px !important;
	height: 39px !important;
	line-height: 38px !important; 
	font-family: Merriweather;
    font-weight: 300;
}
#sg_drpdwn_currency .switcher {
	background: url("../image/arrow.png") no-repeat scroll 100% 17px !important;
	border: none !important;
	padding-right: 13px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-khtml-border-radius: 0px !important;
	border-radius: 0px !important;
}
.remove a.button {
	color:#fff;
} 
.center a.button {
	color:#fff;
} 
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	visibility: visible;
	margin-top: 0px;  
	
}
@-moz-document url-prefix() {
	.cart .button, #mc-embedded-subscribe  {
		padding-bottom: 6px !important;
	}
	input.button {
		padding: 3px 12px !important;
	}
}
.link-container {
	z-index: 10000;
	position: relative;
	margin-top: 0px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.logo-menu {
	/*width: 1150px;*/
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.tags {
	margin-bottom: 20px;
}
#cart {
	position: relative;
	z-index: 9999;
	right: 0;
	top: 18px;
}
#cart .heading {
	position: relative;
	z-index: 1;
}

#cart .heading a {
	text-decoration: none;
}
#cart .heading a span {
	color: #fff;
	background: url('../image/arrow-cart-1.png') 100% 50% no-repeat;
	padding-right: 15px;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
#cart .content {
	clear: both;
	display: none;
	position: absolute;
	/*margin-top: 70px;*/
	right: 0px;
	min-width:300px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #e3e3e3;
	background: #FFF;
}
#cart.active .heading {
	border: none;
	/*	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;*/
}
#cart.active .content {
	display: block;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
#mce-EMAIL {
	border: 0px;
	margin-bottom: 3px;
}
#column-left .box {
	margin-bottom: 88px;
}
#column-right .box {
	margin-bottom: 88px;
}
.ui-datepicker .ui-datepicker-header {
	color: #000;
}

/* responsive */
img {
	vertical-align: inherit;
}
#header #cart {
	margin-top: auto;
	top: 0px;
	min-width: auto;
}
#sg_drpdwn_currency #currency_switcher_language {
	margin-top: 0px !important;
}
#header #cart .heading h4 {
	/*display: none;*/
}
#header #search {
	z-index: 0;
}
#header #search input {
	width: 100%;
}
.logo-menu {
	text-align: center;
	margin-top: 0;
	margin-top: 37px;
    margin-bottom: 37px;
	/* min-height: 37px; */
}
#cart .heading {
	/*padding-bottom: 5px;*/
}
.box-content .row {
	margin-left: auto;
	margin-right: auto;
}
.box-content .row .column {
	display: inline-block;
	margin: 3px;
}
.navbar-default .navbar-nav>li>a {
	color: #6d6e71;
}
.navbar {
	border: 0;
    border-radius: 0;
}
.navbar-default {
	/*background-color: #6d6e71;*/
		/*border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;*/
}
.navbar-default .navbar-brand {
	color: #6d6e71 !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #6d6e71;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #FFF;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
}
input.button {
	height: initial;
}
.breadcrumb {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
}
.box-heading, .htabs, #colorbox {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
.box-product > div {
	width: 260px;
}
.checkbox, .radio {
	display: table;
}
td, th {
	padding: 10px;
}
.information-tellafriend input[name="captcha"] {
	width: 40%;
	margin: 10px 0;
}
.manufacturer-list ul {
	width: inherit;
}
.checkbox label, .radio label {
	padding-left: 0;
	min-height: inherit;
	font-weight: normal;
	margin-bottom: 0;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: inherit;
	margin-left: 0;
}

@media (max-width: 1024px){
	.container, #header, #container, #container-header, #footer-holder, #powered > div, #header_bar2, #footer, #container-header .links {
		width: 100% !important;
	}
	#footer-bg{
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo-menu, #container-header .links-header {
		padding-left :15px;
		padding-right: 15px;
	}

	#column-right, #column-left {
		width: 100%;
	}
}

/* responsive - desktop */
@media (min-width: 1025px) {
	.container {
		width: 1180px !important;
		padding-left: 0;
		padding-right: 0;
	}
	#header {
		width: 1180px;
	}	
	#navbar {
		padding-left: 0;
		padding-right: 0;
	}	
	#container {
		width: 1240px !important;
	}
	#container-header, #footer-holder {
		min-width: 1180px;
	}
	.sidebar-left #content {
		float: right;
		margin: 0 0 0 20px;
		width: 880px;
	}	
	.sidebar-right #content {
		float: left;
		margin: 0 20px 0 0;
		width: 880px;	
	}	
	.sidebar-both {
		float: right;
	}	
	.sidebar-both #content {
		float: left;
		width: 580px;
		margin-right: 20px;
		margin-left: 20px;
	}	
	.sidebar-none #content {
		float: none;
		margin: 0;
		width: 100%;
	}	
	.account-login #content {
		/*float: left;*/
		margin: 0 20px 0 0;
	}	
	#column-left + #column-right + #content, #column-left + #content {
		margin-left: 300px;
	}	
	#column-right + #content {
		margin: 0 300px 0 0;
	}	
	.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
		top: 0;
		visibility: hidden;
		margin-top: -1px;
	}
	.dropdown-menu li:hover .sub-menu {
		visibility: visible;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
	}
	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
		margin-top: 0;
	}
	.navbar .sub-menu:before {
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
		left: -7px;
		top: 10px;
	}
	.navbar .sub-menu:after {
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
		left: 10px;
		top: 11px;
		left: -6px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: transparent;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 14px;
		line-height: 17px;
		text-decoration: none;
		display: block;
		padding: 0px;
		z-index: 6;
		position: relative;
		font-family: 'Merriweather', sans-serif;
		font-weight: normal;
		text-transform: uppercase;
	}	
	
	.navbar-default .navbar-nav>li{
		padding: 16px 25px 16px 25px;

	}	
	.navbar-default .navbar-nav>li:first-child {
		padding-left: 0px;

	}	
	

	.dropdown-menu {
		min-width: 207px !important;
		border: 0px solid #e5e5e5;
		background: #f1f2f2;
		border-radius: 0;
		/*border-top: 1px solid #FFF;*/
		margin-left: -1px;
		padding: 0;
		box-shadow: none;
	}	
	.dropdown-menu>li>a {
		text-decoration: none;
		padding: 15px;
		color: #6d6e71;
		display: block;
		white-space: nowrap;
		min-width: 150px;
		font-size: 14px;
		font-family: 'Merriweather';
		font-weight: 300;		
	}	

	#powered > div {
		width: 1180px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* responsive - mobile phone */
@media (max-width: 1023px) {
	#header {
		margin-bottom: 20px;
	}
	#header_bar span {
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	#header #cart {
		top: 15px;
		margin: auto;
		min-width: 180px;
		float: none;
		margin-bottom: 20px;
		left: 0;
	}
	#header #cart .heading {
		float: none;
	}
	#header #logo {
		text-align: center;
	}
	#header_img {
		margin-top: 85px !important;
	}
	#header_img img {
		width: 100% !important;
	}
	#header > div:nth-child(2) {
		margin: 10px auto;
		width: 100%;
	}
	#header #cart .content {
		left: -93px;
		min-width: 376px;
		max-width: 768px;
		margin-top: 0;
	}
	#header_bar2 {
		width: 100% !important;
	}
	#header_bar2 #cart {
		float: right !important;
		margin-bottom: 0 !important;
	}
	#header_bar2 #cart .content {
		left: 0 !important;
		min-width: 280px !important;
		max-width: 280px !important;
	}
	.logo-menu {
		min-height: inherit;
	}
	#container-header .links div {
		/* width: 100%; */
		/*height: inherit;*/
		text-align: center;
	}
	#container-header .links {
		width: 100%;
	}
	#container-header .links a {
		float: none;
		display: inline-block;
		padding: 9px 8px 10px;
		border: 0;
	}
	#container-header .links a:first-child {
		padding-left: 8px;
	}
	#container-header .top-menu a {
		border: 0 !important;
	}
	#header #logo {
		float: none;
	}
	#header #search {
		width: 95%;
		float: none;
		margin: 30px auto 10px;
	}
	#sg_drpdwn_currency .switcher {
		padding-right: 0px !important;
		margin-right: 10px !important;
		height: 30px;
	}
	#sg_drpdwn_currency #currency_switcher_language {
		margin-top: 10px !important;
	}
	#sg_drpdwn_currency .switcher span.s_selected {
	    border: none !important;
		color: #6d6e71 !important;
		padding-right: 14px;
		height: 30px !important; 
		line-height: 30px !important;
	}
	#sg_drpdwn_currency .switcher span.s_selected, .switcher li, .switcher li a {
		text-indent: 1px !important;
	}
	#sg_drpdwn_currency .switcher .option {
		padding: 0px 5px 0px !important;
		margin-top: -1px !important;
	}
	#sg_drpdwn_currency #language_form  > div {
		float: right;
		padding-left: 0px !important;
		top: -50px !important;
		margin-left: 10px;
	}
	.right-menu {float:none!important;}
	.container{
		padding-right: 0px;
		padding-left: 0px;
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-nav>li>a {
		padding: 15px;
	}
	#content {
		width: auto;
		float: none;
		margin: 10px !important;
	}
	.home .box-content, #content .box-content {
		text-align: center;
	}
	#column-left, #column-right {
		float: none;
		width: 100%;
	}
	#column-right .box {
		margin: 10px;
		margin-bottom: 30px;
	}
	#column-left .box {
		margin: 10px;
		margin-bottom: 30px;
	}
	#column-left + #column-right + #content, #column-left + #content {
		margin-left: 0;
	}
	.login-content .left, .login-content .right {
		float: none;
		width: 100%;
	}
	.product-product .htabs a {
		width: 100% !important;
	}
	.product-product .htabs a.selected {
		color: #fff !important;
		background-color: #444 !important;
	}
	.product-grid {
		text-align: center;
	}
	.product-info > .left {
		float: none;
	}
	.product-info > .right {
		float: none;
	}
	.product-info > .left + .right {
		margin-left: 0;
	}
	.box-content .row .column a img {
		width: 90%;
	}
	#footer-bg {
		min-width: 90% !important;
		padding: 0 0px;
	}
	#footer {
		width: 100%;
	}
	#footer .column {
		float: none;
		width: 100% !important;
		min-height: initial;
		text-align: center;
		margin-bottom: 40px;
	}
	#powered {
		min-width: 100% !important;
		text-align: center;
		height: 49px;
		padding-top: 17px;
	}
	#powered div span.copyright {
		float: none;
		margin-right: 10px;
	}
	#powered div span:nth-child(2) {
		float: none !important;
	}
	#cloud-zoom-big, .cloud-zoom-big, .mousetrap {
		display: none !important;
	}
	.information-tellafriend #container form > div {
		width: 310px !important;
	}
	.information-tellafriend input, .information-tellafriend textarea[name="msg"] {
		width: 90%;
	}
	.account-voucher textarea[name="message"] {
		width: 100%;
	}
	.account-address-insert select[name="country_id"] {
		width: 90%;
	}
	.account-address-update select[name="country_id"] {
		width: 90%;
	}
	.account-register select[name="country_id"] {
		width: 50%;
	}
	.account-register select[name="zone_id"] {
		width: 80%;
	}
	.notification-notification input[name="proveimage"] {
		width: 110%;
	}
	.mini-cart-info td {
		white-space: normal;
	}
	#sg_drpdwn_currency {
		display: inline-block;
		float: left;
	}
	#cart {
		display: inline-block;
		right: 20px !important;
	}
	.wishlist-info thead .model, .wishlist-info tbody .model {
		display: none;
	}
	.wishlist-info tbody .image img {
		width: 106%;
	}
	.wishlist-info thead td, .wishlist-info tbody td a, .wishlist-info .name, .wishlist-info .price, .wishlist-info .stock {
		font-size: 11px !important;
	}
	.wishlist-info thead td.action {
		width: 58px;
	}
	.cart-info thead .model, .cart-info tbody .model {
		display: none;
	}
	.cart-info tbody .image img {
		width: 106%;
	}
	.cart-info thead td, .cart-info tbody td a, .cart-info .name, .cart-info .quantity, .cart-info .price, .cart-info .total {
		font-size: 11px !important;
	}
	.cart-info thead td.action {
		width: 58px;
	}
	.cart-info td {
		padding: 7px 5px;
	}
	.cart-module select[name="country_id"] {
		width: 100%;
	}
	.checkout #payment-address input.large-field, .checkout #payment-address select.large-field {
		width: 100%;
	}
	.checkout-product thead td, .checkout-product tbody td a, .checkout-product .name, .checkout-product .model, .checkout-product .quantity, .checkout-product .price, .checkout-product .total {
		font-size: 11px !important;
	}
	.checkout-product td {
		padding: 7px 3px;
	}
	.checkout-product td img {
		width: 35px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 20px;
		color: #FFF;
		white-space: normal;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #000;
		background-color: transparent;
	}
	#footer h3 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}

#sg_drpdwn_currency {
float: left;
position: relative;
}

.right-menu {
	float:right;
}

.navbar {
	min-height: 38px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 line-height: inherit;
}

.navbar-brand {
	height: 38px;
    padding: 10px 15px;
}

.navbar-toggle {
	margin-right: 11px;
    margin-top: 2px;
	margin-bottom: 2px;
}

#carousel0 {
	border: 1px solid #e5e5e5;
}

.jcarousel-skin-opencart .jcarousel-container {
	margin-top: 22px;
    margin-bottom: 14px !important;
}

.jcarousel-skin-opencart .jcarousel-next-horizontal {
	right: 6px !important;
}

.jcarousel-skin-opencart .jcarousel-prev-horizontal {
	left: 6px !important;
}

#footer-bg {
	/*border-top: 1px solid #e2e2e2;*/
}

.mc-field-group label {
	color: #fff;
	font-weight: normal;
}

#button-filter {
    margin-left: 14px;
    margin-bottom: 14px;
}

.jcarousel-wrapper {
	padding: 19px 30px !important;
}

/* responsive - mobile phone 400px */
@media (max-width: 400px) {
	.buttons .right {
		float: none;
		text-align: center;
	}
	
	.buttons .right a {
		width: 100%;
		margin: 1px 0px;
	}
	
	.center a.button {
		width: 100%;
		margin: 1px 0px;
	}
}

@media (max-width:320px) {
	input.button {
		white-space: normal;
		padding: 8px;
	}
}


/* DUAL IMAGE CSS */
.product-categories .m002_page_tp_div div img{
	width: 100%;
}

.product-categories .m002_page_tp_div > div{
	margin: 12px !important;
}

.product-grid .image img, .box-product .image img {
	width: 100% !important;
	max-width: 100% !important;
}

.product-list .image img {
	max-width: 200px;
}

@media (max-width:480px) {
	#header #logo img {
		max-width: 300px;
	}

	/* HOME PAGE */
	.box-product > div{
		width: 40% !important; 
		margin: 15px;
	}
	
	.name , .price, .cart {
		font-size: 14px !important;
		width: 100% !important;
	}
	
	.tab-content {
		padding: 5px !important; 
	} 
	
	/* BOX GRID */
	.product-grid > div {
		width: 40% !important; 
		margin-left: 15px;
		margin-right: 15px;
	}
		
	.product-grid .name a{
		width: 100% !important;
	}
	
	.product-list .image img {
		width: 115px;
	}
	
	.countdown {
		width: 150px;
	}

	.product-categories .m002_page_tp_div > div{
		width: 40% !important;
	}
}

/* DUAL IMAGE CSS - SMALL SCREEN */
@media (max-width:320px) {
	.box-product > div{
		margin: 12px !important;
	}

	.product-grid > div {
		margin-left: 12px;
		margin-right: 12px;
	}
}



/* MOBILE - PRODUCT IMAGE + LABEL */
.product-info #wrap, .product-info .label-wrap  {
	position: relative;
	display: inline-table !important;
}

.m001_label.product-label {
	padding: 0;
}

.product-percentage .percent_arrow {
	display: none;
}

.product-percentage .percent_dialog:after{
	content: " ";
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid red; 
	left: -5px;
    top: 2.5px;
}

.cut_rotated {
    height: auto;
    overflow: auto;
    padding-left: 0;
    padding-top: 0;
    position: inherit;
    top: 0%;
    width: auto;
}

.product-info .left #wrap > a, .product-info .left .label-wrap > a {
	display: inline-table !important;
}

.product-list .image, .product-grid .image, .box-product .image {
	position: relative;
}

@media (max-width: 768px){
	.product-info .image-additional {
		width: auto;
	}
}

@media (max-width:480px) {
	.product-info .left #wrap > a, .product-info .left .label-wrap > a {
		display: block !important;
	}

	.product-info > .left img {
		width: 100%;
		max-width: 100% !important;
	}

	.product-info > .left {
		margin-right: 0px;
	}

	.product-info .left .m001_label{
		width: 100% !important;
		top: 0;
	}

	.product-info .left #wrap a  > div, .product-info .left .label-wrap a  > div {
		right: 0;
		bottom: 0;
	}
}

@media (max-width:380px) {
	.product-info #wrap, .product-info .label-wrap{
		width: 100%;
	}
}
/* END MOBILE - PRODUCT IMAGE  + LABEL */

/* ALIGN TOP RIGHT LABEL AND BOTTOM RIGHT LABEL*/
.small-db.top_right, .big-db.top_right {
	right: 0;
}

.percent_dialog {
	margin-right: 0px !important;
	margin-bottom: 0px !important;
}