.welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01)
}
a img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
form {
	padding: 0;
	margin: 0;
	display: inline
}
input[type='text'], input[type='password'] {
	height: 22px;
	line-height: 22px
}

input[type='text'], input[type='password'], textarea {
	box-shadow: none !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:90%
}
input[type="radio"], input[type="checkbox"] {
	margin: 0 5px 0 0
}
input[name='quantity'] {
	border: 1px solid #D0D0D0;
	height: 30px;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	width: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
input[name='captcha'] {
	width: 40%;
	margin-bottom: 10px
}
select {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DCDCDC;
	padding: 4px;
	width: auto;
	margin-bottom: 0
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	margin-left: 0px
}
#content {margin-bottom: 30px}

.container-inner {overflow: hidden}

#off-canvas-nav .megamenu li.home a {
	 height: auto;
	 width: auto;
	 text-indent: inherit;
	 background: none
}
#breadcrumb .container { position: relative }
.breadcrumb {
	background: none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding: 15px 0;
	font-size: 0.85em;
	margin: 0
}
.breadcrumb > a {
	font-weight: 500
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: #d22753
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	margin-top: 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: #000000
}
table.form td {
	padding: 4px
}
input.large-field, select.large-field {
	width: 93%
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD
}
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 {
	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
}
table.radio td label {
	display: block
}

table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer
}
.pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	zoom: 1;
	*display: inline
}
.pagination .links { float: left }
.pagination .links a {
	border: 1px solid #dcdcdc;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	color: #A3A3A3;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	border-radius: 3px
}
.pagination .links b {
	border: 1px solid #abd6d6;
	color: #d22753;
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 20px;
	border-radius: 3px
}
.pagination .results {
	float: right
}
/* button */
.checkout > a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 15px
}
.checkout > a,
a.button, input.button,
button.btn-submit {
	cursor: pointer;
	background: #d22753;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 13px;
	border: none;
	text-shadow: none
}

input.button {
	margin: 0;
	border: 0;
	padding: 0px 18px 0px 18px
}
.checkout > a:hover,
a.button:hover, input.button:hover,
button.btn-submit:hover {
	background: #ea9d97;
	color: #fff
}
.buttons {
	overflow: hidden;
	margin-bottom:15px;
	margin-top: 15px
}
.buttons .left {
	float: left;
	text-align: left
}
.buttons .right {
	float: right;
	text-align: right
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
/*custom*/
.highlight-image {
	position: relative
}
.highlight-image h3 {
	bottom: 0px;
	position: absolute;
	text-align: right;
	width: 100%

}
.highlight-image h3 a{
	background: url(../image/default/shopnow.png) repeat;
	display: block;
	border-radius: 0 0 3px 3px
}

.highlight-image h3 a span {
	background: url(../image/default/shopnow-bg.png) no-repeat right center ;
	display: block;
	color: #FFFFFF;
	display: inline-block;
	font-size: 20px;
	line-height: 25px;
	margin: 10px 15px;
	padding-right: 25px
}
.address{padding-top: 18px}

#headertop [class^="icon-"],
#headertop [class*=" icon-"] {
	color: #989898
}

.product-block .rating {
	display: block;
	margin-bottom: 10px
}
.sidebar .product-block .product-inner{
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #eaebef;
	overflow: hidden
}
.sidebar .product-block .product-inner:last{
	border-bottom: none
}

/* box category */
ul.box-category > li ul { display: none}
ul.box-category li.haschild .subcat {float: right}
ul.box-category > li a.active {color: #E2315E}
ul.box-category > li a.active + ul {display: block}
ul.box-category > li ul > li > a {text-decoration: none}

/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px
}
ul.box-filter > li ul {
	padding-bottom: 10px
}
/* content */
#content .content div.left {
	float: left;
	width: 49%
}
#content .content div.right {
	float: right;
	width: 49%
}
/* category */
.category-info p {
	margin: 0
}
.category-info .image {margin-bottom: 15px}

h1.title-category {
	position: absolute;
	right: 0;
	top: 25px;
	color: #fff
}
.category-list {
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: hidden
}

.category-list ul li{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px
}
.category-list ul li a {
	background-color: #d22753;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding:10px;
	text-indent: 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	 font-size: 14px;
	font-weight: bold
}
.category-list ul li a:hover {background-color: #999}
/* manufacturer */

.manufacturer-list {
	background: #fff;
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: hidden;
	margin-bottom: 20px
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px
}
.manufacturer-content {	padding: 8px}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px
}
/* product */
.product-filter {
	line-height: 31px;
	margin-top: 25px
}
.product-filter .display {
	margin-right: 15px;
	float: left
}
.product-filter .display > span {
	color: #D32F58;
	font-size: 18px;
	font-weight: 500;
	line-height: 35px;
	text-transform: uppercase
}
.product-filter .display a{
	background-color: #FFFFFF;
	background-image: url("../image/default/list-grid.png");
	background-repeat: no-repeat;
	border: 1px solid #DDDDDD;
	display: inline-block;
	height: 32px;
	margin-left: 5px;
	margin-right: 5px;
	overflow: hidden;
	text-indent: -9999em;
	width: 35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.product-filter .display a.list {background-position: -27px 10px}
.product-filter .display a.list:hover,
.product-filter .display a.list.active {
	background-position: -27px -23px
}
.product-filter .display a.grid {
	background-position: 10px 10px
}
.product-filter .display a.grid:hover,
.product-filter .display a.grid.active {
	background-position: 10px -23px
}
.product-filter .limit,
.product-filter .sort{
	background-color: #fff;
	border: 1px solid #ddd;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	color: #808080;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.product-filter .limit {
	margin-left: 15px;
	float: left
}
.product-filter select {
	border: 1px solid #DDDDDD;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color: #6E6F70;
	height: 20px;
	margin-bottom: 4px;
	padding: 0
}

.product-compare { float: right }

.product-compare a {
	background-color: #393B40;
	color: #FFFFFF;
	display: inline-block;
	font-size: 14px;
	line-height: 22px;
	padding: 5px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.product-compare a:hover {
	background-color:#d32f58 ;
	color: #FFFFFF
}

.product-grid .description { display: none }
.product-list div.product-block {
	margin-bottom: 15px;
	clear: both;
	display: inline-block
}
.product-list .right {
	float: right;
	margin-left: 15px
}

.product-list .product-block .image {
	float: left;
	margin-right: 15px;
	width: 30%
}
.product-list .product-block .name a {
	color: #686868;
	font-size: 14px
}
.product-list .product-block .name a:hover{color: #d63c64}
.product-list .product-block{position: relative}

.product-list .product-block .price-old {
	text-decoration: line-through;
	display: inline-block;
	zoom: 1;
	*display: inline
}
.product-list .product-block .price-new {
	color: #d22753;
	display: inline
}
.product-list .product-block .price .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
	display: block
}
.product-grid,.product-list { margin-bottom: 10px}

.product-grid > div {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top
}

 .product-list .row-fluid [class*="span"] {
	width:100%;
	margin-left:0
}
.product-action {
	position: absolute;
	top: -77px
}
.addition-actions .wishlist-compare { display: inline-block }

/*wishlist and compare*/
.group-action .cart,
.wishlist,
.compare{
	text-align: center;
	position: relative
}
.group-action .cart .button,
.wishlist a,
.compare a {
	 background-color: #fff;
	background-image: url("../image/default/icon-action.png");
	background-position: 10px 7px;
	background-repeat: no-repeat;
	display: block;
	color: #75777d;
	
	overflow: hidden;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 32px;
	text-transform: uppercase;
	webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	display: inline-block
}

.group-action .cart .button{
	padding-right: 40px;
	padding-left: 27px
}
.wishlist a{
	background-position: 10px -35px;
	margin-top: 5px
}
.compare a{ background-position: 10px -77px }
.group-action .cart .button:hover,
.wishlist a:hover,
.compare a:hover{
	background-color: #393B40;
	color: #FFFFFF
}
.group-action .cart .button:hover{
	background-position: -124px 7px
}
.wishlist a:hover{ background-position: -124px -35px }
.compare a:hover{ background-position: -124px -77px }

.product-inner:hover .group-action {
	width: 100%;
	opacity: 1
}

.product-inner .image:hover .mask {
	background-color: rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s
}
.product-inner .group-action {
	background-color: rgba(0, 0, 0, 0.15);
	height: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	width: 0;
	border-radius: 3px;
	z-index: 6;
	display: block;
	left: 0%;
	position: absolute;
	top: 50%
}

.product-inner .image .btn-overlay.cart {
	margin-left: -275px;
	margin-top: -65px
}
.product-inner .image .btn-overlay.wishlist {
	margin-left:150px;
	margin-top: -22px
}
.product-inner .image .btn-overlay.compare {
	margin-left: -275px;
	margin-top: 32px
}
.product-inner:hover .image .btn-overlay { margin-left:-50% }
.product-inner .image .btn-overlay {
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	width: 100%
}
.image .group-action .btn-overlay{
	left: 50%;
	position: absolute;
	top: 50%
}

.product-list .product-block .product-block-inner{ border: none }

/*end*/

/* Product */
.product-info {
	overflow: hidden;
	margin-bottom: 20px
}
.product-info > .left {
	float: left;
	margin-right: 15px
}
.product-info > .left + .right {margin-left: 265px}

.product-info .image {position: relative}

.product-info .image img#image{
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin:0 auto
}

.product-info .image-additional .carousel-control,
.product-info .image-additional .carousel-control:hover{
	position: absolute;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 35px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 33px;
	border-radius: 50px;
	background: rgba(255,255,255,0.5);
	color: #444;
}

.product-info .image-additional a {
	float: left;
	display: block;
}
.product-info .description {
	line-height: 20px;
	margin-bottom: 10px
}
.product-info .description span {
	font-weight: bold;
	margin-right: 10px
}
.product-info .description a {
	text-decoration: none
}
.product-info .price-info {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding: 15px 0;
	overflow: hidden
}
.product-info .addition-actions {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	clear: both
}
.product-info .price {
	color: #e93a67;
	font-size: 24px;
	margin: 4px 10px 4px 0

}
.product-info .price-old {
	color: #6E6F70;
	margin-right: 8px;
	text-decoration: line-through
}
.product-info .price-other {clear: both}
.product-info .price-tax {
	font-style: italic
}
.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: 10px;
	color: #000000
}
.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 div > span {color: #999}
.product-info .cart .links {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999
}
.product-info .review {
	color: #4D4D4D;
	padding-bottom: 10px
}
.product-info .review > div {
	padding: 8px 0;
	line-height: 20px
}
.product-info .review > div > span { color: #38B0E3 }
.product-info .review .share {
	overflow: hidden;
	line-height: normal
}
.product-info .review .share a {
	text-decoration: none
}

.product-info-item .group-action .cart,
.product-info-item .group-action .wishlist,
.product-info-item .group-action .compare{
	float: left;
	margin-right: 10px
}
.product-info-item .wishlist a{ margin-top: 0}

.review-list {
	padding: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE
}
.review-list .author {
	float: left;
	margin-bottom: 20px
}
.review-list .rating {
	float: right;
	margin-bottom: 20px
}
.review-list .text {
	clear: both
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 20px
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right
}
.compare-info td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD
}
.compare-info .name a {
	font-weight: bold
}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px
}
.wishlist-info td { padding: 7px }
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD
}
.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 #DDDDDD
}
.wishlist-info tbody .image img { border: 1px solid #DDDDDD}
.wishlist-info tbody .image { text-align: center}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock { text-align: left }
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action { text-align: right }
.wishlist-info tbody .price s { color: #F00 }
.wishlist-info tbody .action img { cursor: pointer }

/* 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;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE
}
.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;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE
}
.return-list .return-content div {
	float: left;
	width: 33.3%
}
.return-list .return-info {
	text-align: right
}
.return-product {
	overflow: hidden;
	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: hidden;
	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: 90%;
	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;
	zoom: 1;
	*display: inline;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE
}
.download-list .download-content div {
	float: left;
	width: 33.3%
}
.download-list .download-info {
	text-align: right
}
/* cart */
.cart-info {
	font-size: 16px;
	font-weight: 500
}
.cart-info .quantity-adder .add-action {
	background: #393B40;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 10px;
	padding: 3px 6px;
	margin-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.cart-info .quantity-adder .add-action:hover{
	background: #d32f58
}
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD
}
.cart-info td { padding: 7px }
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD
}
.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: middle;
	border-bottom: 1px solid #DDDDDD
}
.cart-info tbody .image { text-align: center}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity { text-align: left }
.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 {
	background: #fff;
	border: 1px solid #efefef;
	overflow: hidden;
	padding-top: 8px
}
.cart-total table { float: right }
.cart-total td {
	padding: 3px;
	text-align: left
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	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: hidden
}
.checkout-content .checkout-product { background: #fff}
.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 #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px
}
.checkout-product td {padding: 7px }
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD
}
.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 #DDDDDD
}
.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 #DDDDDD
}
#content .content{
	padding-right: 20px;
	overflow: hidden
}
.gm-style img { max-width: none }
#contact-map { margin-bottom: 25px }
.contact-address { margin-bottom: 25px}
.contact-address ul li {
	border-bottom: 1px dashed #CCCCCC;
	padding: 10px 0;
	list-style: none;
	line-height: 20px
}
.contact-address ul li i {
	color: #888888;
	float: left;
	font-size: 25px;
	line-height: 40px;
	text-align: center
}
.contact-address ul li span {
	display: inline-block;
	padding-left: 15px
}
.contact-customhtml ul li {
	padding: 7px 0;
	list-style: none;
	line-height: 20px
}
.contact-customhtml ul li i {
	float: left;
	font-size: 20px;
	padding: 8px 5px 6px 10px
}
.contact-customhtml ul li span {
	display: inline-block;
	padding-left: 5px
}
.sitemap-info {
	overflow: hidden;
	margin-bottom: 40px
}
.sitemap-info .left {
	float: left;
	width: 48%
}
.sitemap-info .right {
	float: left;
	width: 48%
}
/* footer */

	#footer .box-heading h3 {
	padding-right: 0;
	padding-left: 0;
	background: none
	}
	#footer .footer-top .container{ background: #d22753 }
	.footer-top-inner {
	padding-top: 10px;
	padding-bottom: 10px
	}
	
	.footer-center .container-inner {padding-top: 20px}
	#footer .box .box-content{
	background:none;
	border:none;
	padding:0;
	margin:0
	}

#footer h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	background: none
}

#footer .column ul li {margin-bottom: 5px }

#powered { background-color: #1e1e20 }

#powered .container-inner { padding: 20px 0 20px }

.copyright a { color:#d22753 }
.copyright a:hover{ text-decoration:underline }
.about-us .image{
	float: left;
	margin-right: 15px
}
s
/*newsletter-submit*/
.block_content {
	float: left;
	padding-top: 5px
}
.footer-top-inner h4{
	float: left;
	margin-right: 10px;
	color: #FFFFFF;
	line-height: 40px
}
.block_content .inputNew{
	background: #AA2044;
	border-color: #A11E41;
	color: #FFFFFF;
	height: 28px;
	line-height: 25px;
	padding: 0 6px;
	width: 140px;
	margin: 0
}
.block_content .btn{
	background: #32353B;
	border-color: #32353B;
	box-shadow: none;
	color: #E2B7C2;
	font-size: 16px;
	
	height: 30px;
	line-height: 25px;
	padding: 0 7px;
	text-shadow: inherit;
	margin-left: -4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
/*Social*/
.social {
	display: block;
	margin-top: 20px;
	overflow: hidden
}
.social li{
	float: left;
	margin-right: 10px;
	position: relative;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	-ms-border-radius: 5%;
	-o-border-radius: 5%;
	-khtml-border-radius: 5%;
	border-radius: 5%;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
.social li.pinterest{
	background: #f13838
}
.social li.facebook{
	background: #395c8c
}
.social li.google{
	background: #f2532f
}
.social li.twitter{
	background: #5aceef
}
.social [class^="icon-"],
.social [class*=" icon-"] {
	color: #fff;
	font-size: 18px;
	line-height: 37px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s
}
.social li .stack {
	display: block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 20px;

	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s
}
.social li:hover{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.social li:hover [class^="icon-"]{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
.social li span > span{
	display: none
}
/*Payment*/
.payment li {
	float: left;
	margin-right: 5px
}
.payment {
	padding-top: 9px;
	overflow: hidden
}
/*product-related*/
.product-related {
	position: relative
}
.product-related .title-related {
	background: #d22753;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	text-transform: uppercase;
	width: auto;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

/*column-left + column-right = .sidebar */
.sidebar .product-inner .group-action {
	left: -99999em;
	position: absolute;
	top: -99999em
}
.sidebar .nopadding .box-content{ padding: 0 }
.sidebar .box-content {
	background: none repeat scroll 0 0 #E3E4E9;
	border-radius: 0 0 3px 3px;
	padding: 20px
}
.sidebar .box-product .product-block {
	width: 100%!important;
	margin-left: 0
}
.sidebar .product-block .product-block-inner {
	border-bottom: 1px solid #EAEBEF;
	box-shadow: none;
	overflow: hidden;
	padding: 0 15px 15px
}
.sidebar .product-block .product-action { margin: 0 }
.sidebar .product-block .rating.pull-right > img { width: 60px }

.sidebar .product-block .image {
	border: none;
	float: left;
	margin-right: 10px;
	width: 30%
}

.sidebar .product-block .name a {
	font-weight: 400;
	padding: 5px 0 10px
}
.sidebar .product-block .name a:hover{ color: #d63c64 }

.sidebar ul li a,ul.list li {text-decoration: none}
.sidebar ul li a.active,
.sidebar ul li a:hover{
	background-position: 0px -61px
}
.sidebar .carousel-inner .item { padding: 0}

.quantity input[type="text"] {
	text-align: center;
	width: 24px
}
/*no-border*/
.no-border .box-content	{
	border: none!important
}
/*list-menu*/
.list-menu li {display: inline-block}
.list-menu li a {
	color: #b9bcbd;
	padding-left: 10px;
	padding-right: 10px
}
.list-menu li a:hover {
	color: #d22753
}
.list-menu li:first-child a { padding-left: 0 }

/*slide*/
.carousel-controls{
	position:absolute;
	top:-23px;
	right:10px;
	z-index:11;
	width:32px;
	height: 17px
}
.carousel-controls a.carousel-control{
	height: 22px;
	margin: 0;
	width: 22px;
	background-image:url(../image/default/carousel-button.png) ;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	border-radius:0;
	opacity: 1;
	display: block;
	top: -10px;
	overflow:hidden;
	text-indent: -9999em
	}
.carousel-controls a.left{
	background-position: left top;
	left: -5px
}
.carousel-controls a.left:hover{ background-position: 0 -22px }
.carousel-controls a.right{
	background-position: -25px top;
	right: -10px
}
.carousel-controls a.right:hover{ background-position: -25px -22px	}
.product-related .carousel-controls { top: 18px}

/*position bg-promotion*/
.pav-static h3 {
	line-height: 20px;
	margin-top: 17px
}
.static-text { color: #FFFFFF }
.pav-promotion .pav-static li{
	background: #3f4249;
	margin-top: 30px;
	float: left;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px
}
.pav-promotion .pav-static li:hover .pv-icon:after {
	opacity: 0.5;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	-ms-transform: scale(0.85)
}
.pav-promotion .pav-static li:hover {
	background: #D32F58;
	 transition: all 1s ease 0s;
	 -webkit-transform: all 1s ease 0s;
	-moz-transform: all 1s ease 0s;
	-o-transform: all 1s ease 0s;
	-ms-transform: all 1s ease 0s
}

.pav-promotion .pav-static .pv-icon {
	color: #FFFFFF;
	float: left;
	width: 50px;
	height: 50px;
	display: block;
	text-indent: -99em
}
.pv-icon:before {
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 90px;
	text-transform: none
}

.pv-icon:after {
	-moz-box-sizing: content-box;
	border-radius: 50% 50% 50% 50%;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%
}
.pav-promotion .pav-static li:hover .pv-icon{
	box-shadow: 0 0 0 4px #FFFFFF;
	color: #FFFFFF
}
.pav-promotion .pav-static .pv-icon {
	transition: box-shadow 0.2s ease 0s;
	-webkit-transition:box-shadow 0.2s ease 0s;
	-moz-transition:box-shadow 0.2s ease 0s;
	-o-transition:box-shadow 0.2s ease 0s;
	-ms-transition:box-shadow 0.2s ease 0s
}
.pv-icon {
	border-radius: 50% 50% 50% 50%;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 90px;
	margin: 15px 20px;
	position: relative;
	text-align: center;
	width: 90px;
	z-index: 1
}

.pattern1{background:url(../image/pattern/pattern1.png)}
.pattern2{background:url(../image/pattern/pattern2.png)}
.pattern3{background:url(../image/pattern/pattern3.png)}
.pattern4{background:url(../image/pattern/pattern4.png)}
.pattern5{background:url(../image/pattern/pattern5.png)}
.pattern6{background:url(../image/pattern/pattern6.png)}
.pattern7{background:url(../image/pattern/pattern7.png)}
.pattern8{background:url(../image/pattern/pattern8.png)}
.pattern9{background:url(../image/pattern/pattern9.png)}
.pattern10{background:url(../image/pattern/pattern10.png)}
.pattern11{background:url(../image/pattern/pattern11.png)}
.pattern12{background:url(../image/pattern/pattern12.png)}
.pattern13{background:url(../image/pattern/pattern13.png)}
.pattern14{background:url(../image/pattern/pattern14.png)}
.pattern15{background:url(../image/pattern/pattern15.png)}
.pattern16{background:url(../image/pattern/pattern16.png)}