@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@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;
	overflow-x: hidden;
}
body {
	color: #312f3c;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.7px;
	font-size: 14px;
	color: #666666;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	background: #333;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	padding: 30px;
}
h2 {
	color: #312f3c;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 23px;
}

/* p span{
	font-family: 'Poppins', sans-serif;
} */
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;
	height:35px;
}
label {
	cursor: pointer;
}
ol {
	line-height: 23px;
	padding-left:20px;
}
#content ul {
	padding-left:20px;
	margin-top: 0px;
	line-height: 23px;
}

/* 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 !important;
	margin-top:0px;
}
#container {
	width: 1322px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #fff;
	margin-top: 0;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
}
#content {
	/* min-height: 400px; */
	margin-bottom: 11px;
}
#content h1{
	text-transform: uppercase;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 300px;
}
#column-right + #content {
	margin-right: 300px;
}

/* header */
#header {
	margin-left: auto;
	margin-right: auto;
	min-height: 36px;
	z-index: 100;
	position: relative;
	padding-top: 20px;
}

#header #logo {
    width: 280px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-right: 10px;
}
#header #logo  img{
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	max-width: 280px;
}
#header #logo img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
#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: #312f3c;
	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: -2px !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: 10px !important;}
#header_bar #cart .heading a span { color: #fff !important; margin-top: -9px !important; padding-bottom: 9px !important;}
#header_bar #cart.active .heading {margin-top:10px !important; margin-right:0px !important;}
#header_bar #cart .heading { border: none !important;}
#header_bar { background: #333 !important; border-bottom: 1px solid #FFF !important; height: auto !important;}
#header_bar2{width: 1040px !important; padding: 8px !important; height: 16px!important; }
#header_bar #sg_drpdwn_currency .switcher span.s_selected {
	height: 16px !important;
	font-size: 11px !important;
	line-height: 16px !important;
	color: #fff !important;
}
#header_bar2 #sg_drpdwn_currency .switcher span.s_selected:first-child, #header_bar2 #sg_drpdwn_currency:last-child {
	border: 0 !important;
}
#header_bar #sg_drpdwn_currency .switcher {background: url("../image/arrow-cart-1.png") no-repeat scroll 88% 7px !important; padding: 2px 19px 2px 5px !important; margin-top: -4px !important; margin-left: 0px;}
#header_bar .button-search {
	background: url('../image/search.png') center center no-repeat !important;
	border-right: none !important;
	cursor: pointer;
	width: 20px !important;
	height: 18px !important;
}
#header_bar #search input { height: 20px !important;}
#header_img { text-align: center; }
#header #cart {
	position: relative;
	z-index: 9;
	min-width: 171px;
	right: 0;
	margin-top: 0px;
}
#header #cart .heading {
	position: relative;
	z-index: 1;
	float: right;
}
#header #cart .heading h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
	background: url('../image/cart-white.png') left center no-repeat;
	padding-left: 37px;
	padding-right: 1px;
	padding-top: 9px;
	margin-top: 1px;
	padding-bottom: 6px;
	float: left;
}
#header #cart .heading a {
	text-decoration: none;
	margin-right: 31px;
	text-transform: uppercase;
	color: #312f3c;
}
#header #cart .heading a span {
	padding-right: 15px;
	line-height: 34px;
	-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: 35px;
	right: 217px;
	min-width:300px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #312F3C;
	background: #FFF;
}
#header #cart.active .heading {
	border: none;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	white-space:normal;
	color: #312f3c;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #e5e5e5;
}
.mini-cart-info td a{
	color: #312f3c;
}
.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: #312f3c;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header_bar2 #search {
	margin-top: -2px !important;
	margin-left: 0px !important;
	border: 0 !important;
}
#header #search input {
	width: 100%;
}
#header #search {
	display: table-cell;
	width: 170px;
	z-index: 1;
	vertical-align: middle;
	padding-right: 30px;
}
#header #search:before {
    content: '';
    display: block;
	position: relative;
	float: right;
    top: 40px;
    height: 3px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}

#header #search:hover:before {
    width: 100%;
    background: #c5c5c5;
}

#header .button-search {
	position: absolute;
	right: 0px;
	background: url('../image/search.png') center center no-repeat;
	width: 35px;
	height: 39px;
	cursor: pointer;
	margin-right: 20px;
}
#header #search input {
	background: #FFF;
	padding: 0px 35px 0px 10px;
	height: 39px;
	border: 0px;
	font-size: 12px;
	color: #312f3c;
	text-align: right;
	outline: none;
	width: 100% !important;
}
#header #search input::placeholder {
  color: white;
}
#header #search input:focus:after {
	border-bottom: 3px solid #c5c5c5;
	color: white;
}

#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;
	width: 1170px;
}
#container-header .links div {
	z-index: 10000;
	position: relative;
}
#container-header .link {
	float:right;
}
#container-header .links div {
	position: relative;
}
#container-header .top-menu a {
	float: left;
	display: block;
	padding: 8px 14px 8px;
	text-decoration: none;
	font-size: 12px;
}

/* menu */
#menu {
	vertical-align: middle;
	display: table-cell;
}
#menu .container {
	width: auto !important;
}
#menu ul {
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
}
#menu > ul > li > a {
	font-size: 16px;
	line-height: 17px;
	text-decoration: none;
	display: block;
	padding: 16px 19px 17px 20px;
	color: #312f3c;
	z-index: 6;
	position: relative;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
#menu > ul > li:hover > a {
	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: #312f3c;
	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: #312f3c;
}
.breadcrumb {
	color: #f5f5f5;
	margin-bottom: 15px;
	line-height: 18px;
	float:right;
}
.breadcrumb a{
	color: #f5f5f5 !important;
}
.breadcrumb a:first-of-type:before{
	font-family: FontAwesome;
	content: "\f015\00a0";
	font-size: 15px;
	display: inline-block;
	visibility: visible;
}
.breadcrumb a:last-of-type {
	color: #ffffff !important;
	font-weight: bold !important;
}

.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: #312f3c;
}
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: #312f3c;
}
.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 {
	color: #212121 !important;
	background-color: #fff;
	transition-duration: 0.3s;
	cursor: pointer;
	font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
	padding: 7px 14px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	transition-duration: 0.3s;
		cursor: pointer;
}
input.button {
	margin: 0;
	border: 0;
	height: 27px;
	padding: 7px 14px;
	transition-duration: 0.3s;
	cursor: pointer;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .left a {
	color: #000;
}
.buttons .right a {
	color: #000;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 37px;
	line-height: 23px;
	margin-left: auto !important;
	margin-right: auto !important;
}
.htabs a {
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: none;
	margin-right: 10px;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    letter-spacing: 5px;
}

.htabs a:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.htabs a.selected {
	padding-bottom: 7px;

}
.tab-content {
	padding: 10px;
	margin-bottom: 45px;
	z-index: 2;
	overflow: auto;
}
#tab-related .box-product div{
	text-align:center;
}

.image .small-db.top_right, .image .big-db.top_right {
	right: 0px; 
}

.product-info .small-db.top_right, .product-info .big-db.top_right {
	right: 0px; 
}

/* box */
.box {
	margin-bottom: 30px;
}

.box .box-heading {
	text-align: center;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 8px;
	margin: 0px 0px 0px;
	text-transform: uppercase;
	background: url('../image/divider.png') no-repeat scroll center bottom;
}

.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%;
	text-align: center;
}
.box-product > div {
	width: 177px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 10px;
}
.box-product > div.left1 {
	width: 138px;
}
#column-left + #column-right + #content .box-product > div {
}
.box-product .image {
	display: block;
	margin-bottom: 5px;
	text-align:center;
}
.box-product .name a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin-bottom: 1px;
	text-align:center;
	color: #312f3c;
}
.box-product .cart{
	text-align:center;
}
.box-product .price {
	font-size: 16px;
	display: block;
	font-weight: 600;
	color: #312f3c;
	text-align:center;
	margin-bottom: 12px;
	margin-top: 12px;
}

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

.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.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 0px 10px;
}

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

.box-content > ul > li + li {
	border-top: none;

}
.box-content > ul > li > a {
	text-decoration: none;
	color: #312f3c;
}
.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 category */
.box-category ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	padding: 9px 0px 10px;
}

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

.box-category > ul > li + li {
	border-top: none;

}
.box-category > ul > li > a {
	text-decoration: none;
	color: #312f3c;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a{
	font-size: 14px
}
.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: #312f3c;
	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%;
}

.banner-left {
	float: left;
	padding-right: 30px;
	padding-bottom: 40px;
	width: 50%;
}

.banner-right {
	float: left;
	max-width: 540px;
}

.sub-left {
    padding-top: 26px;
	padding-right: 30px;
	float: left;
	padding-bottom: 40px;
	width: 52%;
}

.sub-right {
	float: left;
	padding-top: 26px;
	padding-bottom: 40px;
	width: 47%;
}

/* 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;
	min-height: 90px;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width: 100%;
	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-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0px 5px;
	overflow: auto;
	margin-top: -11px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 10px;
}
.product-filter .display a {
	font-weight: normal;
}
.product-filter .sort {
	float: right;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
}
.product-filter .product-compare {
	float:right;
	font-weight: normal;
	border-right: 1px solid #c5c5c5;
    line-height: 20px;
    margin-top: 8px;
	margin-right: 8px;
	padding-right: 8px;
}
.product-filter .product-compare a {
	text-decoration: none;
	font-weight: normal;
}
.product-list {
	border: none;
}

.product-list > div {
	overflow: hidden;
	padding: 20px;
}
.product-list .right {
	float: left;
	min-width: 200px;
	width: 200px\0;
}
.product-list > div + div {
	border-top: none;
	padding-top: 23px;
}
.product-list .image {
	float: left;
	margin-right: 20px;
}
.product-list .name {
	margin-bottom: 20px;
}
.product-list .name a {
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	color: #312f3c;
}
.product-list .description {
	line-height: 23px;
	margin-bottom: 5px;
	color: #312f3c;
	word-wrap: break-word;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	margin-left: 15px;
	text-align: right;
	color: #312f3c;
	font-size: 16px;
	text-align: left;
	width: 100%;
    font-weight: 500;
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
	text-align: center;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist{
	float: left;
	margin-right: 4px;
}
.product-list .compare {
	float: right;
	margin-left: 4px;
}
.product-list .wishlist a {
	text-decoration: none;
	display: block;
	color: #312f3c;
	border: 2px solid;
	padding: 5px;
}
.product-list .wishlist a:hover i {
	animation: heartbeat 1s infinite;
}
.product-list .compare a {
	text-decoration: none;
	display: block;
	color: #312f3c;
	border: 2px solid;
	padding: 5px;
}

.product-list .compare a:hover i {
	animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.product-list .label {
	position: absolute;
	display: block;
}
.product-list .countdown {
	margin-top: 5px;
    display: block !important;
}

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

.product-list .image > a > div , .product-grid .image > a > div  {
	bottom: 0; 
}

.product-grid {
	width: 100%;
	overflow: auto;
	border: none;
	padding-top: 25px;
}
.product-grid > div {
	width: 160px;
	display: inline-block;
	vertical-align: top;
	margin-left: 9px;
	margin-right: 9px;
	margin-bottom: 40px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 260px;
}
.product-grid .image {
	display: block;
	margin-bottom: 5px;
}
.product-grid .name a {
    font-weight: normal;
    text-decoration: none;
    display: block;
    font-size: 13px;
    margin-bottom: 1px;
    text-align: center;
    color: #312f3c;
}
.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: 600;
    color: #312f3c;
    text-align: center;
    margin-bottom: 12px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 8px;
	text-align:center;
	opacity:0;
	transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}
.product-grid div:hover .cart {
	opacity:1;
	transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 5px;

}
.product-grid .wishlist a {
	display: block;
	font-size:12px;
	text-align:center;
	color: #312f3c;
	float: left;
	border: 2px solid;
	padding: 5px;
}
.product-grid .wishlist a:hover i {
	animation: heartbeat 1s infinite;
}
.product-grid .compare a {
	display: block;
	font-size:12px;
	text-align:center;
	color: #312f3c;
	float: right;
	border: 2px solid;
	padding: 5px;
}

.product-grid .compare a:hover i {
	animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.product-grid .countdown {
	margin-top: 5px;
}
/* product info */
.product-info {
	overflow: auto;
	margin-bottom: 60px;
}
.product-info > .left {
	float: left;
	margin-right: 16px;
}
.product-info > .left + .right {
	margin-left: 330px;
	overflow: auto;
}
.product-info .image {
	border: 1px solid #e1e1e1;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	display: grid;
	grid-gap: 4px;
	grid-template-columns: repeat(auto-fill,minmax(64px, 1fr));
}
.product-info .image-additional img {
	border: 1px solid #e1e1e1;
	width: auto;
	height: 64px;
}
.product-info .image-additional a {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.product-info .description {
	margin-bottom: 15px;
	line-height: 23px;
	color: #312f3c;
}
.product-info .description span {
	color: #312f3c;
}
.product-info .description a {
	color: #312f3c;
	text-decoration: none;
}
.product-info .price {
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #312f3c;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.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 {
	margin-bottom: 15px;
	color: #312f3c;
}
.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 {
	margin-bottom: 20px;
	color: #312f3c;
	overflow: hidden;
	min-height: 55px;
	padding-left: 10px;
	background-color: #f5f5f5;
}
.product-info .cart div {
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 10px;
	display: block;
	color: #999;
	float: left;
}
.product-info .cart div > span a{
	color: #312f3c;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	margin-bottom: 20px;
}

.product-info .review img {
	vertical-align: middle;
}

.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #e1e1e1;
	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: #312f3c;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #312f3c;
	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: #312f3c;
	font-size: 14px;
	font-weight: normal;
	background: #fff;
	text-align: center;
}
.compare-info tr td:first-child {
	color: #312f3c;
	font-weight: normal;
	text-align: right;
}
.compare-info td {
	padding: 10px;
	width: 20%;
	color: #312f3c;
	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;
}

/* 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: #312f3c;
	font-size: 14px;
	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: #312f3c;
	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 {
	overflow: auto;
}
.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: #312f3c;
	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: #312f3c;
}
.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: #312f3c;
	margin-bottom: 15px;
	text-align: left;
}
.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: #312f3c;
	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:15px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
}
#footer .horizontal_foot a {
	font-weight:bold;
}
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding-bottom: 23px;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
#footer h3 {
	color: #fff;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size:15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
	margin-top: 26px;
}
#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: #9e9e9e;
}
#powered {
	text-align: right;
	clear: both;
	height: 70px;
}
#powered center {
	display: none;
}
.copyright{
	float:left;
	font-size:12px;
	margin-top: 25px;
}
.powered, .powered a {
	font-size:12px;
	margin-top: 25px;
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	width: 100%;
}
.slide {
	width: 1322px;
	height: auto;
	margin:0 auto;
}
/* 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: -5px !important;
	margin-top: 8px !important;
	background-color: #333333 !important;
	border: 0px !important;
}
#sg_drpdwn_currency .switcher .option {
	white-space: nowrap;
	display: none;
	float: left;
	padding: 5px 19px 5px 9px !important;
	z-index: 16px;
	margin-left: 1px;
	border: none !important;
}
#sg_drpdwn_currency #currency_switcher_language {
	position: relative;
	float: right;
	right:auto !important;
	top: 0px !important;
	left: 0px;
	margin-top: 0px;
	margin-right: 19px;
	z-index: 10001;
	height: 30px;
}
#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: #312f3c;
	text-decoration: none;
}

/* miscelleneous */
.slideshow {
	margin-bottom: 30px;
}
#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: -10px !important;
	text-align: center !important;
}

#column-left .box-heading, #column-right .box-heading {
	position: relative;
}

#column-left .fp-more, #column-right .fp-more {
	top: -2px !important;
	width: auto !important;
	position: absolute;
	right: 0;
}

.product-product .box-heading .fp-more {
	top: 0px !important; 
}
#column-right .box-heading {
	padding-bottom: 0px;
	border-bottom: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	background: none;
	text-align: left;
	/* height: 25px;
	height: 100%; */
}
#column-left .box-heading {
	padding-bottom: 0px;
	border-bottom: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: -3px 0px 10px -1px;
	background: none;
	text-align: left;
}

#column-right .box-content {
	border-top: 0px;
    font-size: 12px;
    border: none;
}

#content .box-heading .fp-more a:before {
	content: '<< Browse ';
}

.box-heading .fp-more a {
	text-transform: uppercase;
	font-size: 12px !important;
	color: #312f3c;
	font-family: 'Poppins', sans-serif;
}

#column-left .box-content {
	border-top: 0px;
	font-size: 12px;
	border: none;
}
#sg_drpdwn_currency .switcher span.s_selected {
	text-indent: 0px !important;
	height: 30px !important;
	line-height: 30px !important;
    padding-left: 19px;
	border: none !important;
}

#sg_drpdwn_currency .switcher {
	border: none !important;
	padding-right: 18px !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;

}

.link-container {
	z-index: 10000;
	position: relative;
	margin-top: 0px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.logo-menu {
	display: table;
	width: 100%;
	padding: 0px 30px;
} 
.tags {
	margin-bottom: 20px;
}
#cart {
	position: relative;
	z-index: 9999;
	right: 0;
	top: 6px;
	float: left;
}
#cart .heading {
	position: relative;
	z-index: 1;
	padding-bottom: 0px;
}
#cart .heading h4 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
	background: url('../image/cart-white.png') left center no-repeat;
	padding-left: 13px;
	padding-right: 11px;
	float: left;
}
#cart .heading a {
	text-decoration: none;
}
#cart .heading a span {
	color: #fff;
	padding-right: 15px;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}
#cart .content {
	clear: both;
	display: none;
	position: absolute;
	right: 0px;
	min-width:300px;
	padding: 8px;
	min-height: 150px;
	border: 1px solid #e3e3e3;
	background: #FFF;
}
#cart.active .heading {
	border: none;
}
#cart.active .content {
	display: block;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 360px;
}
#cart .empty {
	padding-top: 50px;
	text-align: center;
}
#mce-EMAIL {
	border: 1px solid #e6e7e8;
	margin-bottom: 3px;
}
#column-left .box {
	margin-bottom: 60px;
}
#column-right .box {
	margin-bottom: 60px;
}
.ui-datepicker .ui-datepicker-header {
	color: #000;
}

/* responsive */
img {
	vertical-align: inherit;
}
#header #cart {
	margin-top: auto;
	top: -2px;
	min-width: auto;
}
#sg_drpdwn_currency #currency_switcher_language {
	margin-top: 0px !important;
}
#container {
	width: 100%;
}
.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: #312f3c;
}

.nav {
	padding-left : 0px;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar {
	border: 0;
    border-radius: 0;
}
.navbar-default .navbar-brand {
	color: #fff !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #FFF;
	text-align: left;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #FFF;
	text-align: left;

}

.dropdown-menu>li>a:hover {
	color: #FFF !important;
}

.navbar-default .navbar-nav>li>a {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #000;
	background-color: transparent !important;
	-webkit-box-shadow:inset 0px 0px 0px 2px #c5c5c5;
    -moz-box-shadow:inset 0px 0px 0px 2px #c5c5c5;
    box-shadow:inset 0px 0px 0px 2px #c5c5c5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
input.button {
	height: initial;
	height: 30px\0;
}
.breadcrumb {
	margin-right: 15px;
	border-radius: 0;
	float: left;
    margin: 0;
	padding: 10px 15px;
    background-color: #333;
    width: 100%;
}
.breadcrumb+ h1 {
	padding: 55px 15px 15px 15px;
}

.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) {
	#column-left {
		float: right;
	}
}


/* responsive - desktop */
@media (min-width: 1024px) {
	.container {
		width: 1024px !important;
		padding-left: 0;
		padding-right: 0;
	}
	#footer {
		width: 1024px;
	}
	#navbar {
		padding: 0px;
		background-color: transparent;
	}
	#container {
		width: 1024px !important;
		padding: 20px;
	}
	#container-header, #footer-holder {
		min-width: 1024px;
	}
	#container-header .links {
		width: 1024px !important;
	}
	.sidebar-left #content {
		float: right;
		margin: 0 0 0 15px;
		width: 748px;
	}
	.sidebar-right #content {
		float: left;
		margin: 0 15px 0 0;
		width: 725px;
	}
	.sidebar-both {
		float: none;
	}
	.sidebar-both #content {
		float: left;
		width: 725px;
		margin-right: 15px;
	}
	.sidebar-none #content {
		float: none;
		margin: auto;
	}
	.account-login #content {
		float: left;
		margin: 0 15px 0 0;
	}
	#column-left + #column-right + #content, #column-left + #content {
		margin-left: 15px;
	}
	#column-right + #content {
		margin: 0 15px 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: 10px;
		text-decoration: none;
		display: block;
		padding: 15px 12px;
		z-index: 6;
		position: relative;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.dropdown-menu {
		min-width: 207px !important;
		border: 1px solid #e5e5e5;
		border-radius: 0;
		margin-left: -1px;
		padding: 0;
	}
	.dropdown-menu>li>a {
		text-decoration: none;
		padding: 10px 20px;
		color: #fff;
		display: block;
		white-space: nowrap;
		min-width: 150px;
		font-size: 13px;
		font-weight: 500;
	}

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

	#sg_drpdwn_currency{
		margin-top: 5px;
	}
	#sg_drpdwn_currency .switcher span.s_selected, .switcher li, .switcher li a {
		color: #eee !important;
	}

	.slide {
		width: 1024px;
	}
	.links {
		height: 40px !important;
	}
	.links-header {
		line-height: 25px;
	}
}

/* responsive - resize */
@media (min-width: 1170px) {
	#footer {
		width: 1170px;
	}
	.home #container, .common-home #container{
		width: auto !important;
	}
	#container {
		width: 1170px !important;
	}
	#container-header, #footer-holder {
		min-width: 1170px;
	}
	#container-header .links {
		width: auto !important;
		padding: 0px 30px;
	}
	.sidebar-left #content {
		width: 890px;
	}
	.sidebar-right #content {
		width: 875px;
	}
	.sidebar-none #content {
	}
	.sidebar-both {
		float: right;
	}
	.sidebar-both #content {
		width: 665px;
	}
	#powered > div {
		width: 1170px;
	}
	.slide {
		width: 1170px;
	}
}

/* responsive - resize */
@media (min-width: 1322px) {
	.slide {
		width: 1322px;
	}
}

/* responsive - mobile phone */
@media (max-width: 1023px) {
	body {
		background-color: #fff !important;
	}
	#header {
		height:auto !important;
	}
	#header_bar span {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#container-header #cart {
		padding-left: 10px;
	}
	#container-header #cart .content {
		display: none;
	}
	#container-header #cart.active .content{
		display: block !important;
		top: 40px;
		left: 10px;
		width: 100%;
	}

	#cart .heading h4 {
		color: #000;
		font-size: 12px;
		font-weight: bold;
		margin-top: 0px;
		text-transform: uppercase;
		background: url('../image/cart-black.png') left center no-repeat;
		padding-left: 8px;
		padding-right: 11px;
		padding-top: 7px;
		float: left;
	}
	#header_img img {
		padding: 10px 0px;
	}
	#header > div:nth-child(2) {
		margin: 10px auto;
		width: 100%;
	}
	#header_bar2 {
		width: 100% !important;
	}
	#header_bar2 #cart .content {
		left: 0 !important;
		min-width: 280px !important;
		max-width: 280px !important;
	}
	#container-header .links div {
		text-align: center;
		display: inline-block;
	}
	
	#container-header .links, #container-header .top-menu, #container-header .link {
		width: 100%;
	}
	#container-header .links a {
		float: none;
		display: inline-block;
		padding: 5px 8px 8px;
		border: 0;
	}
	#container-header .links a:first-child {
		padding-left: 8px;
	}
	#container-header .top-menu a {
		border: 0 !important;
	}
	#header #logo {
		text-align: center;
		left: 0;
		float: none;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-right: 0px;
	}
	#header #search {
		width: 95%;
		float: none;
		margin: 0px auto;
		margin-bottom: 25px;
		position: relative !important;
		right: 0px !important;
	}
	#container-header #cart .heading a {
		float: left;
	}
	#container-header #cart .heading a span {
		padding-right: 0px;
		color: #272727 !important;
	}
	#sg_drpdwn_currency .switcher {
	padding-right: 10px !important;
	margin-right: 0px !important;
	height: 30px;
	background: url("../image/arrow-black.png") no-repeat scroll 75% 14px !important;
	}
	#sg_drpdwn_currency #currency_switcher_language {
	margin-top: 8px !important;
	}
	#sg_drpdwn_currency .switcher span.s_selected {
	    border: 1px solid #e5e5e5 !important;
		color: #312f3c !important;
		padding-right: 20px;
		padding-left: 14px;
		height: 30px !important;
		line-height: 30px !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-top: none !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 15px !important;
	margin-top: -1px !important;
	}
	#sg_drpdwn_currency #language_form  > div{
	float: left;
	padding-left: 10px !important;
	top: -40px !important;
	}
	#sg_drpdwn_currency:last-child{border-right: none;}
	#sg_drpdwn_currency #language_form  > div.switcher {z-index: 99999;}
	#sg_drpdwn_currency #currency_switcher_language > div {z-index: 100000; display: block;}

	.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;
	}
	#menu {
		height:60px;
		position: relative;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	#content {
		width: auto;
		float: none;
		padding: 10px !important;
	}
	#content-slide {
		top:0px !important;
		margin-bottom: 20px !important;
	}
	.home .box-content, #content .box-content, .home .tab-content {
		text-align: center;
	}
	#column-left, #column-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	#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-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;
		padding-top: 18px !important;
	}
	#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-update select[name="country_id"] {
		width: 90%;
	}

	.notification-notification input[name="proveimage"] {
		width: 110%;
	}

	.mini-cart-info td {
		white-space: normal;
	}

	#sg_drpdwn_currency {
		float: right !important;
	}

	#cart {
		display: inline-block;
	}

	.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: 13px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		color: #FFF !important;
		white-space: normal;
	}

	.slide {
		width: 100%;
	}

	.banner-left {
		padding-right: 0px;
		padding-bottom: 20px;
	}

	.sub-left {
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		width: 50%;
	}

	.sub-right {
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
		width: 50%;
	}

	#footer h3 {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.box-category > ul > li, .box-content > ul > li {
		border: 1px solid #ddd;
	}

	#filter_box .box-content {
		border: 1px solid #ddd;
	}

	ul.box-filter > li {
		border: 0;
	}

	#content #tab-description img {
		max-width: 100%;
		height: auto !important;
	}

	.checkout, .mini-cart-total {
		text-align: right !important;
	}

	.htabs {
		width: 100% !important;
	}

	.htabs a{
		width: 100% !important;
	}

	#content h1{
		display: inline-block;
		width: 100%;
	}

	.breadcrumb{
		float:left;
		margin: 0;
		padding: 10px;
		background-color: #333;
		width: 100%;
	}

	.product-filter .display {
		padding-top: 8px;
	}

	#column-left .box-heading {
		text-align: center
	}

	#column-right .box-heading {
		text-align: center
	}

	.product-grid .cart {
		opacity:1;
	}

	.product-filter .limit {
		margin-left: 50px;
		position: absolute;
	}

	.name, .price, .cart {
		width: 100%;
	}

	.dropdown-menu>li>a {
		color: #fff !important;
	}

	#pagecontent_box img, .pagecontent_box img{
		width: 100% !important;
		height: auto !important;
	}


	@-moz-document url-prefix() {

		.limit select {
			width: 40px;
		}

		.sort select {
			width: 130px;
		}
	}
}


@media (max-width: 960px) {
	@-moz-document url-prefix() {
		#sg_drpdwn_currency {
			top:75px;
		}
	}
}


@media (max-width: 992px) {
	.dropdown-menu>li>a {
		padding: 0px;
	}

	.box-category > ul > li ul > li {
		border-left: 1px solid #ddd;
	}

	.box-category > ul > li ul > li > a {
		text-align: center;
	}

	.dropdown-submenu>a:after {
		margin-right: 5px !important;
	}

	.logo-menu, #menu, #header #search, #header #logo{
		display: block;
	}

	.logo-menu {
		padding: 0px;
	}

	#header #search {
		padding-right: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		z-index: 0;
	}

	#header #search:hover:before {
		width: 100%;
	}

	#header .button-search{
		margin-right: 0px;
	}

	#header #logo {
		width: 100%;
	}

	#menu {
		z-index: 1;
		padding-left: 0px;
	}

	.navbar-nav>li {
		display: block;
	}
}

@media (max-width: 548px) {

	@-moz-document url-prefix() {
		#sg_drpdwn_currency {
			top:60px;
		}
	}

	.product-filter .display {
		padding-bottom: 20px;
	}

	.product-filter .limit {
		position: relative;
		margin: 0;
	}

	.product-filter .sort {
		float: left;
	}

	.product-filter .product-compare {
		margin: 10px 0px 5px 0px !important;
		border:none;
		margin-right:0px;
		padding-right:0px;
	}

	#header_bar #header_bar2 #sg_drpdwn_currency {
		position: relative !important;
		margin-top: 0px !important;
		top: 0 !important;
		width: auto !important;
	}

	#header_bar #header_bar2 .header2_cart {
		height: 36px;
	}

	.header2_leftgroup {
		border-bottom: 1px solid #585858;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}

	.header2_leftgroup span {
		padding-bottom: 6px !important;
	}

}


#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: 19px 15px;
}

.navbar-toggle {
	margin-right: 15px;
    margin-top: 13px;
	margin-bottom: 13px;
}

#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 {
	background-color: #f5f5f5;
}

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

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

.jcarousel-wrapper {
	padding: 11px 30px !important;
	border: none !important;
	margin: 0px auto !important;
}

.jcarousel-control-prev {
    color: #b0b0b0;
	left: 0 !important;
}

.jcarousel-control-next {
    color: #b0b0b0;
	right: 0 !important;
}

#content-slide {
    background-color: #fff;
	position: relative;
}

.rslides {
	width: auto;
}

.atm-f {
    height: 30px;
    padding: 7px 8px;
}
.checkout{
	text-align: right;
}

#multitab_box {
	border: none !important;
}

html .product-compare {
    margin: 0px;
    padding: 0px ;
    border: none ;
    float: none ;
    line-height: initial ;
}

.product-heart, .product-refresh{
	float: right !important;
	border: 2px solid;
	padding: 5px;
	margin-top: 2px;
    margin-left: 5px;
	background-color: #fff;
}

@-moz-document url-prefix() {
    .product-heart, .product-refresh{
		float: right !important;
		border: 2px solid;
		padding: 3.5px;
	}
}

.product-heart:hover i {
	animation: heartbeat 1s infinite;
}

.product-refresh:hover i {
	animation: spin 1s infinite;
}

.accordion{
	cursor: pointer;
}

.product-grid .wishlist a, .product-grid .compare a{
	color: #212121 !important;
}

.newoptiontable input {
	margin: 0px;
}

.newoptiontable label{
	margin-bottom: 0px;
}
.at-icon-wrapper {
	margin-right: 4px;
}

.product-grid .label {
	font-size: 70% !important;
}

.man_filt_head {
	width: auto;
}

.order-information-history, .order-information-address {
	overflow: auto;
}

/*Heartbeat Animation*/
@keyframes heartbeat
{
  0%
  {transform: scale( .75 );}
  20%
  {transform: scale( 1 );}
  40%
  {transform: scale( .75 );}
  60%
  {transform: scale( 1 );}
  80%
  {transform: scale( .75 );}
  100%
  {transform: scale( .75 );}
}

/*Spinning Animation*/
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@media (max-width:480px) {
	#header_img img {
		width: 100% !important;
		height: auto !important;
	}

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

	.product-info .image-additional > .cboxElement img {
		width: auto;
	}

	.product-grid input.button {
		width: 100% !important;
		margin-top: 5px !important;
	}

	.product-grid .wishlist a, .product-grid .compare a {
		width: 48% !important;
	}
	
}

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

.product-categories .m002_page_tp_div > div{
	margin: 14px !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 {
		padding-top: 10px;
	}
	
	/* Home Page */
	.box-product > div{
		width: 40% !important; 
		margin: 15px;
	}
	
	.name , .price, .cart {
		font-size: 12px !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;
	}
}

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

	.product-info .image-additional {
		width: auto;
	}
}

/* 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;
	}

	.box .box-heading {
		font-size: 28px;
	}

	.breadcrumb+ h1 {
		padding: 15px;
	}

	#header {
		padding-top: 15px;
		padding-bottom: 0px;
	}
}

@media (max-width:480px) {
	.cut_rotated > span{
		width: 45% !important;
	}

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

	.product-info > .left > #wrap img, .product-info > .left .label-wrap 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;
	}

	/* MOBILE FIX - CAROUSEL PRODUCT WIDTH OVERRIDE */
	#jcarousel_box {
		margin: 0px !important;
	}
	.jcarousel-wrapper div ul li div {
		width: 100% !important;
	}
}

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

/* BOTTOM RIGHT LABEL*/
.percent_dialog {
	margin-right: 0px !important;
}

/* FOR DATEPICKER DATE COLOR */
.datepicker.datepicker-dropdown {
	color: inherit;
}

/* Jun */
.responsive-table, .wishlist-info {
    overflow: auto;
    width: 100%;
    padding-top: 10px;
}

.module-blog-info h1 {
	font-size: 36px;	
}
.module-blog-info h2 {
	font-size: 30px;	
}
.module-blog-info h3 {
	font-size: 24px;
}
.module-blog-info h4 {
	font-size: 18px;
}
.module-blog-info h5 {
	font-size: 14px;
}
.module-blog-info h6 {
	font-size: 12px;
}
/* Jun */