html {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
}
body {
	color: #333;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	background:#ffffff;
	font-size:13px;
	line-height:20px;
	font-weight:300;
	min-width:260px;
}
#body{
	background:#fff;
}
td, 
th,
input, 
textarea, 
select,
a {
	font-size: 13px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
iframe {
	border: 1px solid #ccc;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #ccc;
}
img {
	max-width:100%
}
legend small {
	font-size: 15px;
	color: #999999;
}
label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {
	font-family: Arial, sans-serif;
}

label {
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	vertical-align: middle;
	height:34px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input,
textarea,
.uneditable-input {
	width: 280px;
	max-width:100%
}

textarea {
	height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #ffffff;
	border: 1px solid rgb(246,167,222);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	border: 2px solid #A75795;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}

select,
input[type="file"] {
	height: 30px;
	/* In IE7, the height of the select element cannot be changed by height, only font-size */

	*margin-top: 4px;
	/* For IE7, add top margin to align select with labels */
	line-height: 30px;
}

select {
	width: 280px;
	max-width:100%;
	background-color: #ffffff;
	border: 1px solid F6A7DE;
}

select[multiple],
select[size] {
	height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

p {
	margin-top: 0;
	margin-bottom: 20px;
}
a, 
a:visited, 
a:focus {
	cursor: pointer;
	text-decoration:none;
	outline:none
}
a{
	color: #00aa9e;
	font-weight: 400;
}
a img {
	border: none;
}
form {
	margin-bottom:0;
}
#homePageHeading {
	color: #A75795;
	font-size: 22px;
	line-height: 24px;
}
/*======================= TYPOGRAPHY =======================*/

.p0 {
	padding:0 !important
}
.m0 {
	margin:0 !important
}
.mt0 {
	margin-top:0 !important
}
/***********************/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.tcenter {
	text-align:center !important;
}
.fancybox {
	text-decoration:none;
}
.fancybox:hover {
	text-decoration:underline;
}
.account-success #content p {
	margin-bottom:5px;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.extra-wrap {
	overflow:hidden;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a#hidden {
	display:none;
	visibility:hidden
}
/*======================= SWIPE MENU =======================*/
.swipe-left {
	width:20px;
	left:0;
	top:0;
	position:fixed;
	height:100%;
	z-index:98
}
body.ind .swipe-left {
	display:none !important;
	visibility:hidden
}
.swipe {
	display:none;
	
}
.swipe-control {
	display:none;
}
.swipe-menu .box-currency, .swipe-menu .box-language{
	float:none;
}
.swipe-menu .box-currency form {margin:0;}
.swipe-menu .box-currency .ul, .swipe-menu .box-language .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	border:0;
	border-bottom:1px solid #fff;
	padding:0;
}
.swipe-menu .box-currency .ul a:first-child, .swipe-menu .box-language .ul a:first-child {
	margin-left:30px;
}
.swipe-menu .box-currency .ul a, .swipe-menu .box-language .ul a {
	display:inline-block;
	padding:20px;
	text-transform:capitalize;
	line-height:20px;
	color:#777;
}
.swipe-menu .box-currency .ul a:hover,
.swipe-menu .box-language .ul a:hover,
.swipe-menu .box-currency .ul a span.act {
	color:#000;
	text-decoration:none;
}
#body .swipe .swipe-menu .box-currency .heading, #body .swipe .swipe-menu .box-language .heading {
	display:none;
}
#body .swipe .swipe-menu .box-currency>div {
	display:block;
}
#body .swipe .swipe-menu .box-currency .heading-1, #body .swipe .swipe-menu .box-language .heading1 {
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #fff;
	font-size:13px;
	font-weight:normal;
}
#body .swipe .swipe-menu .box-currency .heading-1 i, #body .swipe .swipe-menu .box-language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0;
	color:#1c1c1c;
	padding-left:0;
	margin-right:9px;
}
#body .swipe .swipe-menu .box-currency .heading-1 i.fa.fa-caret-down, #body .swipe .swipe-menu .box-language .heading1 i.fa.fa-caret-down {
	font-size:13px;
	text-align:center;
	float:right;
}
.swipe-menu .block-language  {
	float:none;
}
.swipe-menu .block-language .ul {
	position:relative;
}
.swipe-menu .block-language .heading {
	display:none;
}
.swipe-menu .block-language {
	float:none;
}
.swipe-menu .block-language .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#2b2b2b;
	border:0;
	border-bottom:1px solid #000000;
	padding:0
}
.swipe-menu .block-language .ul a:hover {
	color:#040404;
}
.swipe-menu .block-language .ul a:first-child {
	margin-left:30px;
}
.swipe-menu .block-language .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#fff;
}
.swipe-menu .block-language .ul a.act {
	color:#040404
}
#body .swipe .swipe-menu .block-language .heading {
	display:none;
}
#body .swipe .swipe-menu .block-language>div {
	display:block;
}
#body .swipe .swipe-menu .block-language .heading1 {
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #000;
	font-size:13px;
	font-weight:bold;
	color:#fff
}
#body .swipe .swipe-menu .block-language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0;
	color:#7e7e7e;
	text-align:center;
	margin-right:9px;
}
#body .swipe .swipe-menu .block-language .heading1 i.fa.fa-angle-down {
	font-size:21px;
	float:right;
}
/*.swipe-menu-title {
	padding: 3px 15px 3px;
	font-size: 15px;
	font-weight: 500;
	background-color: #D3D3D3;
	color: rgb(51,51,51);
}*/
/* Swipe Control */
body div.shadow {
	display:none;
}
#body .swipe .swipe-menu li a:hover {
	color:#000;
	text-decoration:none;
}
#body .swipe .swipe-menu li a i {
	margin: 0 8px 0 0;
	padding: 0;
	width: 25px;
	text-align: center;
	vertical-align:middle;
}
.swipe-menu ul li .fa{
	font-size: 26px;
	color: rgb(0,170,158);
}
.swipe-menu ul li .fa-user{
	font-size: 24px;
	color: rgb(0,170,158);
}
.swipe-menu ul li .fa-lock,
.swipe-menu ul li .fa-unlock {
	color: rgb(167,87,149);
	font-size: 30px;
}
.swipe-menu ul li .fa-home{
	font-size: 29px;
	color: rgb(10,148,214);
}
.swipe-menu ul li .fa-heart{
	font-size: 25px;
	color: rgb(191,130,203);
}
.swipe-menu ul li .fa-info-circle{
	font-size: 28px;
	color: rgb(28,208,203);
}
.swipe-menu ul li .fa-envelope{
	font-size: 23px;
	color: rgb(248,108,186);
}
.swipe-menu ul li .fa-newspaper-o{
	font-size: 21px;
	color: rgb();
}
.swipe-menu ul li .fa-exclamation-circle{
	font-size: 28px;
	color: rgb(191,130,203);
}
.swipe-menu ul li .fa-file-text{
	font-size: 23px;
	color: rgb(10,148,214);
}
.swipe-menu ul li .fa-smile-o{
	font-size: 28px;
	color: rgb(167,87,149);
}
.swipe-menu ul li .fa-credit-card{
	font-size: 21px;
	color: rgb(246,167,222);
}
.swipe-menu ul li .fa-star{
	font-size: 26px;
	color: rgb(106,219,215);
}
.swipe-menu ul li .fa-reply{
	font-size: 23px;
	color: rgb(191,130,203);
}
.swipe-menu ul li .fa-question-circle{
	font-size: 28px;
	color: rgb(158,201,227);
}
#body .swipe .swipe-menu > ul li a {
	font-weight: 600;
	display:block;
	font-size:13px;
	line-height:26px;
	color:#777;
	padding:11px 20px 7px;
	/*border-bottom:1px solid #fff;*/
	position:relative;
}
#swipe-menu-top {
	border-top: 1px solid rgb(179,179,179);
}
#swipe-menu-bottom {
	border-bottom: 1px solid rgb(179,179,179);
}
#body .swipe .swipe-menu .foot li a:before {
	content:"\f05a";
	background-image: none;
	background-position: 0 0;
	background-repeat: repeat;
	display: inline;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	height: auto;
	line-height: normal;
	margin-top: 0;
	text-decoration: inherit;
	vertical-align: baseline;
	width: auto;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-size:26px;
	color:#1c1c1c;
	margin-right:9px;
	vertical-align:middle;
}
#body .swipe .swipe-menu .foot li+li a:before {
	content:"\f0d1"
}
#body .swipe .swipe-menu .foot li+li+li a:before {
	content:"\f06a"
}
#body .swipe .swipe-menu .foot li+li+li+li a:before {
	content:"\f085"
}
#body .swipe .swipe-menu .foot.foot-1 li a:before {
	content:"\f0ac"
}
#body .swipe .swipe-menu .foot.foot-1 li+li a:before {
	content:"\f079"
}
#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {
	content:"\f0e8"
}
#body .swipe .swipe-menu .foot.foot-2 li a:before {
	content:"\f02c"
}
#body .swipe .swipe-menu .foot.foot-2 li+li a:before {
	content:"\f06b"
}
#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {
	content:"\f0c0"
}
#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {
	content:"\f0a3"
}
#body .swipe .swipe-menu .foot.foot-3 li a:before {
	content:"\f0cb"
}
#body .swipe .swipe-menu .foot.foot-3 li+li a:before {
	content:"\f003"
}


/*======================= BACK TO TOP =======================*/
#back-top {
	position: fixed;
	bottom: 30px;
	z-index:9999;
	left:50%;
	margin-left:640px;
}
#back-top a:hover {
	color:#79ec3e;
}
#back-top span {
	width:42px;
	height:26px;
	display: block;
	margin-bottom: 7px;
	background:url(../image/up-arrow.png) no-repeat left 0;
}
#back-top a:hover span {
	background-position:left bottom;
}
/*======================= TOPROW =======================*/
header .toprow {
	width:100%;
	/*background:url(../image/bg-header.png) repeat center top;*/
	margin-bottom:20px;
	position:relative;
	z-index:99;
	background-color: #A75795;
}
.common-home header .toprow {
	/*background-image:url(../image/bg-header-home.png);*/
	background-color: #A75795;
}
header .toprow-1 {
	z-index:100;
	position:fixed;
	display:none;
	background-color:#A75795;
	width:100%;
	left:0; 
	top:0;
}
/* header links */
header .links {
	display:inline-block;
	line-height:0;
	font-size:12px;
}
header .links li a i {
	display:none;
}
header .links li:first-child {
	background:none;
	padding-left:0;
}
header .links li {
	float:left;
	padding:10px 8px 5px;
}
header .links a:hover {
	color:rgb(214,163,219);
	text-decoration:none;
}
header .links a {
	display:inline-block;
	font-size:13px;
	color:#fff;
	line-height:20px;
	vertical-align:top;
}
header .col-sm-12{
	min-height:0;
}
.toprow .links .login_h a {
	max-height:25px;
	max-width:104px;
	overflow:hidden;
	white-space:nowrap;
}
/*======================= CONTAINER =======================*/
#container {
	text-align: left;
}
/*======================= HEADER BUTTON =======================*/
header .header-button {
	position:relative;
	z-index:28;
	margin-left:17px;
}
.header-button>ul {
	display:none;
	position:absolute;
	background-color:grey;
	width:200px;
}
.header-button>div:hover {
	cursor:pointer;
}
.toprow .header-button>div i{
	font-size:12px;
	line-height:18px;
	color:#888;
	margin-left:3px;
}
.toprow .header-button.active>div i, .toprow .header-button>div:hover i{
	color:#fff
}
.toprow .header-button.active>div, .toprow .header-button>div:hover {
	color:#fff;
}
.toprow .header-button>div {
	display:inline-block;
	font-size:12px;
	line-height:18px;
	color:#888;
	text-transform:capitalize;
	margin:9px 0 12px;
}
.toprow .header-button .ul {
	display:none;
	position:absolute;
	background-color:#fff;
	border:1px solid #ccc;
	width:40px;
	top:100%; left:auto;
	right:0;
	}
.toprow .header-button .ul a {
	text-align:center;
	line-height:14px;
	color:#777;
}
.toprow .header-button .ul a span {
	padding:5px 0;
	display:block;
	
	font-weight:normal;
	text-transform:capitalize;
	cursor:pointer;
	}
.toprow .header-button .ul a:hover {
	text-decoration:none;
	color:#000;
	}	
/*======================= HEADER =======================*/
#header {
	height: 41px;
	position: relative;
}
.common-home header {
/*	margin-bottom:79px;*/
}
/*======================= LOGO =======================*/
header #logo a img {
	vertical-align:top;
	max-width:100%;
	width:100%;
}
header #logo {
	text-align:center;
}
header #logoimg {
    text-align: center;
}
header #logoimg a {
    display: inline-block;
    margin: 120px 0 80px;
}
header #logo a{
	display:inline-block;
	font-size:33px;
	line-height:35px;
	color:#040404;
	text-transform:uppercase;
	letter-spacing:6px;
	padding:32px 40px 27px 48px;
	border:4px solid #040404;
	margin:120px 0 80px;
	text-align:left;
}
header #logo a:hover{
	color:#4e4e4e;
	border-color:#4e4e4e;
	text-decoration:none;
}
header #logo a span{
	font-size:59px;
	font-weight:300;
	letter-spacing:0;
	margin-left:-2px;
}
.common-home  header #logo {
	text-align:left;
}
.common-home header #logo a{
	display:block;
	font-size:43px;
	line-height:45px;
	font-weight:300;
	color:#fff;
	letter-spacing:9px;
	padding:44px 55px 36px 63px;
	border:5px solid #fff;
	margin:0;
}
.common-home header #logo a:hover{
	color:#ededed;
	border-color:#ededed;
	text-decoration:none;
}
.common-home header #logo a span{
	font-size:79px;
	letter-spacing:0;
	margin-left:-2px;
}
.common-home header .toprow {
	margin-bottom:0;
}
.common-home header #logo {
display:none;
visibility:hidden;
	position:absolute;
	z-index:2;
	top:50%; left:50%;
	margin-top:-158px;
	margin-left:-185px;
	display:inline-block;
}
.common-home header #logoimg {
	position:absolute;
	z-index:2;
	top:50%; left:50%;
	display:inline-block;
}
.common-home header #logoimg a{
	display:inline-block;
	margin:0;
	margin-top:-50%;
	margin-left:-100%;
}
.common-home header #logo img{
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
}
#bump-picture {
	margin-left: -15px;
}

/*======================= HEADER CART =======================*/

#cart .heading span.link_a i {
	font-size:18px;
	line-height:18px;
	color:#fff;
	margin-right:6px;
	vertical-align:top;
	margin-top:1px;
}
#cart .heading span.link_a {
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	padding:0 0 8px;
	cursor:pointer;
}
#cart.active .content {
	display:block;
}
.cart-position #cart .heading span.link_a #cart-total2 {
	display:none;
}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:100%;
	background:#fff;
	width:257px;
	padding:20px;
	float:right;
	right:0;
	border:1px solid #ccc;
	max-height: 350px;
	width: 300px;
	overflow: auto;
}
.name {
	width: 100%;
}
header #cart.active .content {
	display: block;
}
header #cart.active .content .mini-cart-info{
	display: block;
}
header #cart .cart {
	width: 100%;
	margin-bottom: 5px;
}
header #cart .cart td.price {
	font-size:12px;
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
}
header #cart .cart td.name a i {
	text-decoration:none;
}
header #cart .cart td.name a {
	margin-top:0;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	font-weight:bold;
	color:#000;
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #000;
	vertical-align: top;
}
header #cart .cart .image {
	padding-right:15px;
}
.cart tr {
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	border-bottom:1px solid #ccc;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
	max-width:inherit;
	background:#f2f2f2;
}
header #cart .cart .name small {
	color: #777;
}
header #cart .cart .quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#777;
	text-transform:uppercase;
}
.fa-trash {
	float:right;
	margin: 0 8px 0 0;
	font-size: 18px !important;
	color: rgb(241,42,170);
	cursor: pointer;
	cursor: hand;
}
.cart-info .fa-trash {
	float: none;
	margin: 0;
}
.fa-trash:hover {;
	cursor: hand;
}
.fa-trash-2 {
	margin: 0 25px 0 0;
}
header #cart .cart td.total {
	font-size:12px;
	color:#c81908;
	text-align: right;
}
.cart-module .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
.cart-module .cart .remove img {
	float:left;
}
.remove span:hover i {
	color:#040404
}
.cart-module .cart .remove span {
	width:11px;
	height:11px;
	overflow:hidden;
	display: inline-block;
}
.cart-module .cart .remove {
	width:20px;
	text-align:center!important;
	padding-top:8px;
}
.cart-module .cart .remove img {
	cursor: pointer;
}
header #cart .cart .remove i:hover {
	cursor:pointer
}
header #cart .cart .remove i {
	font-size:14px;
	line-height:normal;
	margin-right:3px;
}
header #cart .cart .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
header #cart .cart .remove img {
	float:left;
}
header #cart .cart .remove {
	padding:10px 0;
}
header #cart .cart .remove>span:hover {
	color:#000;
	text-decoration:underline;
}
header #cart .cart .remove>span:hover i{
	color:#777;
}
header #cart .cart .remove>span{
	font-size:14px;
	cursor:pointer
}
header #cart .cart .remove img {
	cursor: pointer;
}
header #cart table.total {
	font-size:11px;
	padding: 5px 10px 5px 10px;
	margin-top:5px;
	float: right;
	clear: left;
	margin-bottom: 5px;
}
table.total {
	margin: 0 30px 0 0;
}
header #cart table.total tr {
	padding:0 10px 0 10px;
}
header #cart table.total td b {
	color:#777;
	font-size:13px;
	font-weight:normal;
}
header #cart table.total td {
	color: #000;
	padding-left:5px;
	padding-right:10px;
}
header #cart table.total td .t-price {
	font-size:13px;
	font-weight:bold
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
}
header #cart .content {
	text-align: left;
	clear: both;
}
.checkout {
	text-align: left;
	clear: both;
	padding-right:8px;
	padding-bottom:0;
	padding-top:5px;
}
#cart-checkout-buttons {
	height: 130px; 
	margin-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #00AA9E;
}
#cart-checkout-buttons .checkout {
	text-align: center;
}
.latest-added {
	float: left;
}
html[lang="es"] header #cart .content .checkout {
    padding-right: 0px;
}
html[lang="es"] header #cart .content .checkout a.button span{
    padding-left:10px;
	padding-right:10px;
}
header #cart .empty {
	padding-top:20px;
	text-align: center;
	padding-bottom:20px;
}
/*======================= TOP SEARCH =======================*/
.top-search  {
	line-height:50px;
	border-right:1px solid #404040;
	display:inline-block;
	padding:0 20px;
}
.top-search:hover {
	cursor:pointer
}
.top-search i {
	font-size:26px;
	color:#fff;
}
.top-search #search {display:none;}
#search {
	position:relative;
	float:right;
	z-index:2;
	margin:10px 0 0 10px;
	line-height:0;
}
#search .button-search i {
	color:#fff;
	font-size:16px;
	line-height:18px;
}
#search .button-search {
	float:right;	
}
#search .button-search:hover {
	cursor:pointer;
}
#search .button-search:hover i{
	color:#888;
}
#search input::-moz-placeholder {
	color: #888; 
	opacity:1;
	}
#search input::-webkit-input-placeholder {
	color: #888;
	}
.product-search .box-container .buttons {
	margin-bottom:20px;
}
/*======================= HEADER MODULES =======================*/
.header-modules {
	position:relative;
	z-index:1;
}
/*======================= NAVIGATION =======================*/
#menu-gadget {display:none;}
/*======================= NAME STYLE =======================*/
.name a {
	text-decoration:none;
	font-size:14px;
	line-height:19px;
	color:#000;
}
.name a:hover {
	text-decoration:underline;
}
/*======================= PRICE STYLE =======================*/
.price.price-min {
	display:none;
}
.price {
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:bold;
}
.price .price-new {
	margin-right:10px;
}
.price .price-old {
	text-decoration:line-through;
	font-size:16px;
	font-weight:300;
	color:#777;
}
/*======================= BOX =======================*/
.box.featured {
	margin-bottom:30px;
}
.box {
	margin-bottom:40px;
}
.box .box-heading {
	font-size:24px;
	line-height:29px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;	
	margin-bottom:44px;
	text-align:center;
}
.box li .padding,
.box li {
	position:relative;
}
.box .box-product .cart {
	float:left;
}
.box .box-product .image2 a, .box-product .image a, .product-grid .image a, .product-list .image a{
	display:block;
	background:;
	padding:16px;
	overflow:hidden;
}

.image-border {
	padding: 10px;
	display: inline-block;
	border: 1px solid rgb(218,218,218);
	background-color: rgb(253,253,253);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
}
.image-border img {
	border: 2px solid rgb(179,179,179);
}
#default_gallery .image-border {
	padding: 26px;
}
.product-grid .left, .product-grid .cart-button, .results  {
	padding-left: 32px;
}
.related .box-product .image a, .subcat .box-product .image a{
	padding:12px;
}
.product-list .image a{
	margin-bottom:0;
}
.box .box-product .image2 a:hover, .box-product .image a:hover, .product-grid .image a:hover, .product-list .image a:hover{
	background:;	
}
.box .box-content .box-product ul li .quick-view-button:hover {
	color:#040404
}
.box .box-content .box-product ul li .quick-view-button i {
	width:30px
}
.box .box-content .box-product ul li .quick-view-button {
	opacity:0;
	visibility:hidden;
	right:0; top: 0;
	position: absolute;
	font-size:22px;
	color:#fff;
	line-height:30px;
	width:30px;
	text-align:center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#B3B2AE;
}
.box .box-content .box-product ul li:hover .quick-view-button {
	opacity:1;
	visibility:visible
}
/*======================= BOX FEATURED =======================*/
/* COLORBOX*/
#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
	padding:15px;	
}
.preview .product_image a{
	background:#f2f2f2;	
	display:block;
	padding:10px;
}
.preview .product_image a:hover{
	background:#e4e4e4;	
}
.preview .marg {
	margin-bottom:25px;
}
.preview .price {
	width:100%; overflow:hidden;
}
.preview .price span {
	float:left; 
	margin-right:6px;
}
.preview .right .inf span {
	display:block;
	margin-bottom:10px;
}
.preview .right .inf span.prod-stock-2 {
	display:inline-block;
	margin-right:5px;
	float:left;
}
.preview .right .inf span.text-price { 
	margin-left:0;
	font-size:12px;
	color:#333;
	font-weight:300;
}
.preview .right h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top:0;
}
.preview .inf .prod-stock {
	margin-bottom: 10px;
}
.preview .description {
	height:160px;
	padding:15px;
	overflow:auto;
	border:1px solid #ccc;
}
.preview .cart { 
	float:left;
}
.preview .extra-button {
	float:left; 
	width:150px;
	margin-top:3px;
	margin-left:15px;
}
#cboxContent #cboxTitle {
	width:60%;
	padding:0 20%;
}
#colorbox {
	z-index:100  !important;
}
#cboxOverlay {
	z-index:100 !important;
}
/*======================= BOX SPECIALS =======================*/
#content .box.specials {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
}

/*======================= BOX LANGUAGE =======================*/
.box-language {
	color: #888;
	line-height: 17px;
	float:right;
}
.box-language img {
	cursor: pointer;
}
.toprow .box-language>div.heading1 {
	display:none;
}
/*======================= BOX CURRENCY =======================*/
.box-currency {
	float:right;
}
.box-currency >div .heading-1 {
	display:none;
}
/*======================= BOX PRICE =======================*/
.box-product .price, .product-grid .price, .product-list .price{
	line-height:normal;
	margin-bottom:10px;
}
.box.box-filter input[type="checkbox"] {
	float: left;
	margin-top:7px;
}
/*======================= BOX PRODUCT =======================*/
.box-product {
	width:100%;
	margin:0;
	padding:0;
}
.box .box-product ul li, .product-grid ul li{
	margin-bottom:36px;
}
.box .box-content .box-product ul li.first-in-line {
	clear:left
}
.box-product > li {
	width:176px;
	display: inline-block;
	vertical-align: top;
	margin-right:42px;
	margin-bottom:28px;
}
.box-product .image {
	display: block;
	text-align:center;
}
.box-product .inner {
	position:relative;
}
.product_name.name, .product-grid .name, .related .name{
	margin-bottom:2px;
}
.box-product .name a {
	display: inline;
}
.box-product .rating, .product-grid .rating, .product-list .rating{
	display: block;
	margin-left:7px;
	margin-bottom:10px;
}
.box-product .rating img, .product-grid .rating img, .product-list .rating img{
	vertical-align:top;
}
.product_button.cart-button, .product-grid .cart-button {
	padding-bottom:5px;
	line-height:0;
	}
.product-list .rating{
	margin-left:0;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
aside .box .box-content .box-product ul  {
	width:auto;
	margin:0;
}
aside .box .box-content .box-product ul>li {
	width:100%;
	margin:0;
	max-width:270px;
	padding:0
}
/*======================= BOX SUBCUT =======================*/
.box.subcat {
	border-bottom:0;
	padding-bottom:0;
}
.box-product.box-subcat {
	margin-top:0 !important
}
.box-product.box-subcat .name.subcatname {
	overflow:hidden;
}
.box-product.box-subcat .name.subcatname a {
	margin-bottom:0;
	color:#040404;
	font-style:normal
}
.box-product ul li.cat-height  {
}
/*======================= BOX CATEGORY =======================*/
.fa.fa-angle-up:before {
	content: "\f106" !important; 
}
li.parent> i:hover {
	cursor:pointer
}
li.parent> i {
	float:right;
	font-size:21px;
	position:absolute;
	right:0;
	top:4px;
}
.box.category li{
	position:relative
}
.box.category .box-content {
	padding-bottom:20px;
}
.box-category > ul > li.active>a i,
.box-category > ul > li > a:hover i {
	color:#7e7e7e
}
.box-category > ul > li > a i {
	font-size:21px;
	color:#040404
}
.box-category > ul > li > a {
	display:inline-block;
	font-weight:bold;
	color:#323232;
	
}
.box-category > ul > li.active>a, 
.box-category > ul > li>a:hover {
	color:#040404
}
.box-category > ul > li:first-child {
	border:0
}
.box-category > ul > li {
	position:relative;
	padding:5px 0
}
.box-category > ul > li strong {
	display:none;
}
.box-category > ul > li.last {
	border:none;
}
.box-category > ul > li ul {
	display:none;
	margin:10px 0 10px 25px;
}
.box-category > ul > li span.close:hover {
	cursor:pointer;
}
.box-category > ul > li li.parent> i {
	line-height:20px;
	vertical-align:middle;;
}
.box-category > ul > li ul > li.active > a,
.box-category > ul > li ul > li > a:hover {
	color: #040404;
}
.box-category > ul > li ul > li {
	padding:3px 0;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: inline-block;
	color:#323232;
}
.box-category > ul > li ul > li > a.active {
	color:#040404
}
.box-category > ul > li:first-child {
	border-top:0
}
.act-cat {
	position:absolute;
	top:9px;
	right:6px;
}
.info-about2, .info-about3, .info-about4 {
	display:none;
}
/*======================= BOX FILTER =======================*/
.box-filter li {
	line-height:25px;
}
.box-filter label {
	cursor:pointer;
	display:inline;
	padding-left:5px;
}
.box-filter label:hover {
	color:#444;
}
.box-filter .box-content .button {
	margin-top:10px
}
/*======================= BOX AFFILATE =======================*/
.afine {
	list-style:none;
	margin:0;
	padding:0;
}
.afine li:first-child, .acount li:first-child {
	border:0
}
.afine li, .acount li {

}
.afine li a + a {
	background:none;
	padding-left:0;
}
.acount {
	list-style:none;
}
/*======================= BLOCK COMPARE =======================*/
.compare-block {
	margin-bottom:20px;
}
.compare-block .image a{
	display:inline-block;
	max-width:100%;
	background-color:#f2f2f2;
}
.compare-block .image a:hover{
	background-color:#e4e4e4;
}
.compare-block .image{
	margin-right:10px;
}
.remove a{
	color:#1c1c1c;
}
.remove a:hover{
	color:#777;
}
.compare-block .remove a{
	font-size:19px;
	line-height:normla;
}
.compare-info {
	width: 100%;
}
.block-compare {
	position:relative;
	overflow:hidden;
}
/*======================= BOX ASIDE LIST =======================*/
aside .info li {
	position: relative;
	clear:both;
}
aside .info li a i, .afine li a i, .acount li a i, .sitemap-info ul li a i, .manufacturer-list ul li a i, .content ul li a i{
	font-size:13px;
	color: rgb(246, 167, 222);
	margin: 0 5px;
}
aside .info li a, .afine li a, .acount li a, .sitemap-info ul li a, .manufacturer-list ul li a, .content ul li a{
	display:inline-block;
	font-size:12px;
	line-height:14px;
}
aside .info li, .afine li, .acount li , .sitemap-info ul li, .content ul li {
	padding:4px 0;
}
aside .info li a + a i, .afine li a + a i, .acount li a + a i{
	display:none;
}
aside .info li a + a, .afine li a + a, .acount li a + a {
	padding-left:0;
	background:none;
}
aside .info li a:hover, .afine li a:hover, .acount li a:hover, .sitemap-info ul li a:hover, .manufacturer-list ul li a:hover{
	color: #006EC7;
}
/*======================= BANNERS =======================*/
.banner {
	margin-bottom:35px;
}
.bannerssimple {
	margin-bottom:44px;
}
.banner>div {
	position:relative;
}
.banner.row {
	margin-left: -26px;
    margin-right: -26px;
}
.banner>div {
	padding-left: 26px;
    padding-right: 26px;
	margin-bottom:40px;
}
.banner .col-sm-4 >div {
	position:relative;
	margin-bottom:105px;
}
.banner .col-sm-4.last-in-line {
}
.banner a {
	display:block;
    position: absolute;
	background:url(../image/alpha.png) repeat 0 0;
    width: 100%;
	top:0; left:0;
	height: 561px;
    z-index: 10;	
}
.banner.bannerssimple a {
	display:inline-block;
    position: relative;
	background:none;
    width: 100%;
	height: auto;
    z-index: 10;
	border-top:1px solid #ccc;	
	border-bottom:1px solid #ccc;
}
.banner img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.banner .s-desc {
	display:block;
	position:absolute;
	top:51.3%;
	text-align:center;
	width:100%;
	color:#333;
	font-size:12px;
}
.banner.bannerssimple .s-desc {
	display:inline-block;
	position:absolute;
	top:0; left:0;
	text-align:center;
	width:100%;
	color:#040404;
	font-size:139px;
	line-height:162px;
	font-weight:100;
	padding-right:6.3%;
	height:auto;
}
.banner.bannerssimple img {
	opacity:0.25;
	filter: alpha(opacity = 25);
}
.banner.bannerssimple a:hover img{
	opacity:1;
	filter: alpha(opacity = 100);
	}
.banner.bannerssimple a:hover .s-desc {
	color:#000;
}
.banner .s-desc h1 {
    color: #fff;
    font-size: 34px;
	line-height:38px;
	padding:0 10%;
	text-transform:uppercase;
	margin:0;
	display:inline-block;
	vertical-align:middle;
}
.banner .s-desc .h1-bg {
	position:absolute;	
	top:0; left:0;
	width:100%; height:139px;
	background: #000;
	opacity:.75;
	filter: alpha ( opacity = 75 );
}
.banner .s-desc .h1-block {
    position:relative;
	z-index:2;
	display:inline-block;
	line-height:134px;
	height:134px;	
    margin: 0 0 61px;	
}
.banner .s-desc span {
    color: #fff;
	display:block;
    font-size: 14px;
	line-height:16px;
    margin: 0 0 87px;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:underline;
}
.banner .s-desc p {
    margin-bottom:0;
}
/*======================= BUTTON =======================*/
a.button.details {
	margin-left:10px;
}
a.button, a.button-prod {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background:rgb(0,170,158);
	font-size:14px;
	line-height:16px;
	text-align:center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.button span, a.button-prod span {
	color: #fff;
	display: inline-block;
	padding:10px;
	white-space:nowrap;
	font-size:14px;	
	line-height:16px;
	text-transform:uppercase;
	font-weight:normal;
}
.buttons__cart-button{
	display:inline-block;
}
.cart-button .cart a.button, a.button-prod {	
	min-width:158px;
}
.cart-button .cart a.button span, a.button-prod span {	
	padding-left:6px;
	padding-right:6px;
}
a.button:hover, a.button-prod:hover {
	background:#444;
	background: #33B4B0;
}
a.button:hover span, a.button-prod span {
/* 	color:#fff; */
}
a.button-i {
	display:inline-block;
	padding:5px;
}
a.button-i i {
	font-size:26px;
	color:#040404
}
a.button-i i:hover {
	color:#7E7E7E
}
.buttons {
	overflow:hidden;
	margin-top: 20px;
}
.checkout-content .buttons {
	overflow:hidden;
}
.checkout-cart .cart-bottom{
	margin-top:-1px;
}
#order-info-buttons .buttons .left a.button {
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right .mt {
	margin-top:10px;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.buttons .center a.button {
	margin-top:10px;
}
.cart-button .cart {
	float:left;
}
.related .cart-button .cart {
	float:none;
	vertical-align:top;
	margin-right:0;
}
.product_button.cart-button .cart, .product-grid .cart, .product-grid .wishlist, .product-grid .compare, .product-list .cart, .product-list .wishlist, .product-list .compare, .extra-button .wishlist, .extra-button .compare, .product-info .cart-top-padd, .preview .cart, .preview .wishlist, .preview .compare{
	display:inline-block;
	margin-bottom:15px;
	float:left;
}
.related .cart, .related .wishlist, .related .compare{
	display:inline-block;
	margin-bottom:10px;
}
.button-return-right-i:hover,
.button-return-right:hover {
	color:#040404;
	cursor:pointer;
}
.button-return-right{
	border:0;
	background:none;
	font-weight:bold;
	color:#757475;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
}
#return-product .button-return-right-i {
	position:relative;
}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
	position:absolute;
	right:0;
	z-index:4;
	top:3px
}
#return-product input.button-return-right{
	padding-right:31px;
	position:relative;
	z-index:5;
	color: #040404;
	font-family: 'Roboto',sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
}
#return-product .button-return-right-i:hover input.button-return-right{
	color: #444;
}
#return-product .button-return-right-i:hover i{
	color: #777;
}
a.button-return-left:hover,
a.button-return-right:hover, 
a.button-order-right:hover, 
a.button-cont-right:hover, 
a.button-back-left:hover, 
a.button-inf-left:hover {
	color:#444;
}
a.button-return-left:hover i,
a.button-return-right:hover i, 
a.button-order-right:hover i, 
a.button-cont-right:hover i, 
a.button-back-left:hover i, 
a.button-inf-left:hover i{
	color:#777;
}
a.button-return-left, 
a.button-return-right, 
a.button-order-right, 
a.button-cont-right, 
a.button-back-left, 
a.button-inf-left {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	padding-right:0;
	font-size:14px;
	color:#040404;
	/*color:#fff;*/
	text-transform:uppercase;
	vertical-align:top;
}
a.button-back-left i,
.button-back-left i, 
.button-return-right-i i,
a.button-return-left i, 
a.button-cont-right i {
	font-size:26px;
	/*color:#fff;*/
	text-align:center;
	vertical-align:middle;
	margin:0 9px
}
i.fa.fa-arrow-circle-right {margin-right:0 !important;}
a.button-order-right {
	padding:0;
}
a.button-return-left span,
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span,
a.button-back-left span,
.wishlist-product a.button-wislish-left span,
a.button-inf-left span {
	line-height:1.2em;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
}
a.button-return-left span,
a.button-back-left span, 
a.button-wislish-left span {
	padding:5px 0 5px 14px;
	background: url('../image/marker-button-left.png') left 8px no-repeat;
}
a.button-return-right span,
a.button-order-right span,
a.button-cont-right span, 
a.button-inf-left span {
	padding:5px 14px 5px 0;
	background: url('../image/marker-button-right.png') right 8px no-repeat;
}
.cart-bottom a i.fa.fa-check {
	margin-right:0;
}
.cart-bottom a.button-cont-right {
	margin-right:20px;
}
a {
	outline:none;
}
a:hover i.fa.fa-trash-o-o {
	color:#777;
}
a i.fa.fa-trash-o-o {
	color:#1c1c1c;
}
i.fa.fa-trash-o-o {
	font-size:26px;
}

/*======================= PAGINATIONS =======================*/
.pagination .links {
	float: left;
	margin-right:10px;
}
.pagination .links a {
	display: inline-block;
	padding: 5px 11px;
	text-decoration: none;
	color:#fff;
	background: rgb(0, 170, 158);
}
.pagination .links a:hover {
	background:#33B4B0;
}
.pagination .links b:hover {
	cursor:default
}
.pagination .links b {
	color:#fff;
	background: rgb(0, 170, 158);
	display: inline-block;
	padding: 5px 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}
.pagination .results {
	float:left;
	margin:5px 0;
}
.pagination .links a, .pagination .links b {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
/*======================= HOME PAGE =======================*/
#block-image {
	width: 230px;
	margin-left: 5px;
}
#home-page-icons {
	text-align: center;
	padding-top: 10px;
}
#home-page-icons ul {

}
#home-page-icons ul li {
	display: block;
	text-align: center;
	margin-left: 20px;
	width: 320px;
	padding: 2% 0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
#home-page-icons ul li i {
	vertical-align: middle;
	text-align: center;
	width: 50px;
}
#home-page-icons  .fa-camera {
	font-size: 23px;
	color: rgb(28,208,203);
}
#home-page-icons  .fa-star {
	font-size: 29px;
	color: #A75795;
}
#home-page-icons  .fa-mobile {
	font-size: 33px;
	color: rgb(248,108,186);
}
#home-page-icons  .fa-twitter {
	font-size: 31px;
	color: rgb(10,148,214);
}
/*======================= REGISTER PAGE =======================*/
.register-button {
	margin: 10px 220px 20px 0;
}
.register-button .checkbox {
	float: left;
}
.register-button .button {
	float: left;
	margin: 0 0 0 30px;
}
/*======================= LOGIN PAGE =======================*/
.login-content .right, .login-content .left {

	/*background-color:#CCEEEC;*/
	
	padding:30px;
	margin-bottom:30px;
	min-height:300px;
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.login-content .heading {
	overflow:hidden;
	margin-bottom:20px;
}
.login-content .content>p{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.login-content .heading i{
	font-size:56px;
	color:#040404;
	color:#00AA9E;
	float:left;
	margin:0 14px 0 2px;
}
.login-content .heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:23px;
	font-weight:400;
	color:#A75795;
		 
}
.login-content .heading b {
	padding-left: 2px;
	font-size:14px;
	color: #00AA9E;
	font-weight:normal;
}
.login-content .form-horizontal .controls input {
	width:94%;
	max-width:100%;
}
.login-buttons {
	text-align: center;
}
.buttons .right label {
	text-align:left;
}
.login-content {
	overflow:hidden;
}
.login-content .left p + p {
	margin-bottom:16px;
}
.link-login {
	text-decoration:underline;
	display:inline-block;
	color:#777;
	font-style:italic;
	margin-left:15px;
	margin-top:3px;
}
.link-login:hover {
	color:#000;
	text-decoration:none;
}
.padd-form {
	display:block;
	padding-bottom:5px;
}

.login-content .right .content p {
	margin-bottom:15px;
}
.login-content .right .content b {
	display:block;
}
#register .content {
	border:none!important;
	padding:0!important;
}

.validate-error {
	border: 1px solid red !important;
}
.validate-no-error {
	border: border: 1px solid #CCC !important;
}
#dobErrorText, #surnameErrorText, #codeErrorText, #codeOErrorText {
	width: 100%;
	padding: 0 0 14px 5px;
	color: red;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	display: none;
}
#codeOErrorText {
	margin-top: -15px;
}
.content-a {
	padding: 20px 0 0;
	border-top: 1px solid #00AA9E;
}
.login-register {
	margin-top: 20px;
}
/*======================= FORGOTTEN PAGE =======================*/
.password-reset-success {
	margin: 10px 0 0;
	font-weight: 400;
	color: rgb(241, 42, 170);
	
}
/*======================= ACCOUNT PAGE =======================*/
.account-buttons {

}
.account-button-heading{
	font-size: 18px;
	font-weight: 400;
	color: #00AA9E;
}
#account-buttons-container {
	width: 100%;
	text-align: center;
}
#account-buttons-container ul li{
	display: inline-block;
	margin: 10px 10px 5px 0;
}
#account-buttons-container ul li span {
	
}
.account-buttons-container-left-inner,
.account-buttons-container-right-inner {
	float: left;
	position: relative;
	display: inline;
	text-align: left;
	width: 45%;
	height: 150px;
	margin: 2.5%;
	padding: 10px;
	background-color: #EDFCFB;
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.account-buttons-container-left-inner:hover,
.account-buttons-container-right-inner:hover {
	background-color: #D5E3E2;
}
.account-buttons-container-left-inner i,
.account-buttons-container-right-inner i {
	float: right;
	font-size: 26px;
	color: #A75795;
	position: absolute;
    right: 12px;
    top: 10px;
		
}
.account-buttons-container-left-inner p,
.account-buttons-container-right-inner p{
	margin-top: 15px;
}
.account-buttons-container-left-inner {

}
#account-buttons-container-right {
	
}
#account-buttons-container i.fa-pencil-square-o {
	font-size: 32px;
}
#account-buttons-container i.fa-map-marker {
	font-size: 37px;
}
#account-buttons-container i.fa-key {
	font-size: 32px;
}
#account-buttons-container i.fa-credit-card {
	font-size: 30px;
}
#account-buttons-container i.fa-cloud-download {
	font-size: 32px;
}
#account-buttons-container i.fa-picture-o {
	font-size: 30px;
}
.account-button-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/*======================= ORDER PAGE =======================*/
.order-list, .return-list {
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:30px;
}
.order-content span, .heading-order-list span{
	font-weight:normal;
}
.order-content b {
	color: #A75795;
}
.heading-order-list {
	background-color:#EDFCFB;
	overflow:hidden;
	border-bottom: 1px solid rgb(218,218,218);
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	color: #A75795;
	padding:8px 20px;
}
.heading-order-list span {
	color: #000000;
	font-weight: 300;
}
.order-list .order-id, .return-list .return-id {
	width: 49%;
	float: left;
}
.order-list .order-status, .return-list .return-status {
	font-weight:bold;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
}
.order-list .order-content, .return-list .return-content {
	padding:20px;
}
.order-list .order-content div .button {
	margin-top:3px;
}
.order-list .order-info {
	text-align: right;
}
.order-info {
	padding: 10px 50px; 0 0;
	float: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
.order-titles {
	color: #A75795;
	font-weight: bold;	
}
/*======================= CHECKOUT PAGE =======================*/
table.form {
	width: 100%;
	margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
	text-align:center!important;
}
.checkout-content .buttons #button-payment {
	margin-top:10px;
}
.checkout-product td.price {
	font-size:12px;
}
.checkout-product td.total {
	text-align:center!important;
}
table.list thead td a, .list thead td {
	text-decoration: none;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
}
table.list .left {
	text-align: left;
}
table.list .right {
	text-align: right;
}
table.list .center {
	text-align: center;
}
.pagination {
	display: inline-block;
	width: 100%;
}
.account-order .button-order-right {
	float:right;
	margin-top:-3px;
}
.account-order .pagination {
	margin-bottom:25px;
}
.checkout-heading {
	background-color:#EDFCFB;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 10px 10px;
	color:#A75795;
	text-transform:uppercase;
	border-top: 1px solid #00AA9E;
	border-left: 1px solid #00AA9E;
	border-right: 1px solid #00AA9E;
	border-bottom: 1px solid #00AA9E;
	font-weight:normal;
	padding:15px 100px 15px 15px;
	margin-top:10px;
	margin-bottom:0;
}
.checkout-content {
	display:none;
}
.checkout-content {
	margin-top:-1px;
	padding:20px 40px;
	border-top: 1px solid #00AA9E;
	border-left: 1px solid #00AA9E;
	border-right: 1px solid #00AA9E;
	border-bottom: 1px solid #00AA9E;
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	border-radius: 10px;
}
.checkout-content .login-content .heading h2 {
	font-size:20px;
}
.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}
.checkout-heading {
	position:relative;
}
.checkout-heading>a{
	position:absolute;
	right:20px;
	top:15px
}
.checkout-content label a:hover {
	text-decoration:none;
	color:#006EC7;
}
.checkout-content label a {

}
#cboxLoadingGraphic {
    background-image: url(../image/bxslider/bx_loader.gif) !important;
}
.agree-alert table{
	border: 1px solid rgb(241,42,170) !important;
	
}
.agree-alert table tr td{
	border: 0;
}
#agree-alert-icon{
	text-align: center;
	width:10px;
}
#agree-alert-text {

}
.fa-info-circle {
	margin: 3px 0 0 8px;
	color: rgb(241,42,170);
	font-size: 30px !important;
}

/*======================= RETURN PAGE =======================*/
.return-box-2 {
	padding:15px 20px 19px 20px;
	margin-bottom:10px;
}
.return-box-2 .buttons .right {
	float:left;
}
.return-box-2 .buttons {
	padding-left:0;
	padding-top:12px;
	padding-bottom:0;
	margin-bottom:0;
}
.return-p {
	padding-left:17px;
}
.return-p p {
	margin-bottom:13px;
}
.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-info {
	text-align: right;
}
.return-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
/*======================= DOWNLOAD PAGE =======================*/
.download-list {
	margin-bottom: 20px;
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.download-list b {
	color: #A75795;
}
.download-list .download-id, .download-list .download-status {
	padding: 7px 10px;
	background-color: #EDFCFB;
}
.download-list .download-id {
	width: 50%;
	float: left;
	
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}
.download-list .download-status {
	width: 50%;
	float: right;
	text-align: right;
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0x;
	border-radius: 0 10px 0 0;
}
.download-list .download-content {
	padding: 10px 10px 5px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #DADADA;
}
.download-list .download-content div {
	float: left;
	width: 50%;
}
.download-list .download-info {
	text-align: right;
	padding: 4px 10px 0 0;
}

/*======================= CART PAGE =======================*/
.shop-cart {
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
.cart-info2 .table td+td {
	text-align:center;
}
.shop-cart .table td.quantity,
.shop-cart .table td.image {
	text-align:center;
}
.shop-cart .table td {
	vertical-align:middle;
}
.cart-module .cart-content {
	padding:18px 0 19px 18px;
	display: none;
	overflow: auto;
	border-top:none;
	
}
.cart-info2 {display:none;}
.cart-info {
	overflow:hidden;
	margin:20px 0;
}
.cart-info td.name a:hover {
}
.cart-info td.name a {	
}
.content.shop-cart-content>p{
	border-bottom:0;
	margin:0 0 10px 0;
	padding:20px;
	border: 1px solid #00AA9E;
  	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.mt5 {
	margin-top:5px;
}
a.input-update i{
	color: #1c1c1c;
	font-size:26px;
}
a.input-update:hover i{
	color: #777;
}
#cboxLoadedContent td>input[type="radio"]{
	margin:0;
	float:none
}
#cboxContent h1{
	margin-top:10px;
	margin-left:15px;
}
td.quantity>input[type="text"] {
	width:40px
}
table#total  td {
	padding:8px;
	text-transform:uppercase;
	vertical-align:middle;
	width:80%
}
table#total  td+td {
	color:#000;
	text-align:left;
	font-size:20px;
	font-weight:bold;
}
td.price {
	font-weight:bold;
	font-size:17px;
}
table.radio {
	padding:0
}
.cart-module>div{
	padding:20px 20px;
	display:none;
	border:1px solid #ccc;
	border-top:0;
	border-bottom:0;
}
table.radio tbody td {
	width:100%
}
/*======================= SITEMAP PAGE =======================*/
.sitemap-info ul {
	margin-top:10px;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
#newsletter .content {
	margin:0;
	padding:0;
	border:none;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
#newsletter .form tr td:first-child {
	width:58px;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/*======================= CONTACT PAGE =======================*/
.contact-info {
	padding:40px;
	color;#777;
	margin:20px 0;
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact-info .contact-box i {
	color:#040404;
	font-size:26px;
	width:1.3em;
	vertical-align:middle;
}
.contact-info .contact-box {
	margin-bottom:20px;
	line-height:26px;
}
.contact-info .contact-box b{
	color:#000;
	text-transform:uppercase;
}
.contact-info iframe {
	min-height:200px;
	max-height:300px
}
.contact-info figure{
	margin:0;
}
.content.contact-f textarea {
	max-width:100%;
}
.content.contact-f {
	padding:40px 40px 20px;
	margin-bottom:20px;
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content.contact-f div.buttons,
.content.contact-f div.captcha {
	margin-top:20px;
}
.control-label {
	color: #00AA9E;
}
/*======================= WISHLIST PAGE =======================*/
.wishlist-product2 {
	display:none;
}
.wishlist-product {
	margin-bottom:25px;	
}
.wishlist-product tbody .model {
	text-align: center;
}
.wishlist-product tbody .stock {
	text-align: center;
}
.wishlist-product tbody .quantity {
	text-align: right;
}
.checkout-product .table td.price {
	text-align:left;
	font-size:20px;
	color:#040404;
}
.price-heading {
	color:#A75795;
}
.checkout-product .table tfoot td.price {
	font-size:14px;
}
.table .total, .table .price {
	text-align: center;
	font-size:20px;
	color:#040404;
	font-weight:bold;
}
.table thead td {
	font-size:12px !important;
}
.table .price s {
	font-size:16px;
	color:#777;
	font-weight:300;
	display:block;
}
input#sub_category {
	background:none;
	float: left;
	margin-left: -20px;
}
/*======================= INFORMATION PAGES =======================*/
.about-page i:before {
	text-indent:0
}
.about-page i{
	display:block;
	color:rgb(0,170,158);
	font-size:56px;
	float:left;
	width:65px;
	height:56px;
	margin-right:15px;
	padding-left:5px;
	overflow:hidden;
}
#touch-screen-image {
	float: left;
	width: 80px;
	border: 3px solid rgb(241,42,170);
}
#product-info-list {
	float: left;
	margin: 0 0 20px 40px;
	list-style-type: disc;
	font-weight: normal;
	font-size:14px
}
#about-page img {
    margin: 0 30px 5px 5px;
}
#about-multi-devices {
	float:left;
	width: 300px;
}
#about-social-icons {
	float:right;
	width: 150px;
}
#about-tablet {
	float:left;
	width: 200px;
}
/*======================= FAQS, TERMS AND CONDITIONS & SECURITY AND PRIVACY PAGES =======================*/
.drop-down-wrapper {
	margin-top: 5px;
	margin-top: 10px;
}
.drop-down-wrapper dt {
	padding: 10px 40px 10px 30px
}
.drop-down-wrapper dt {
 	font-size: 14px;
 	font-weight: 400;
 	color: black;
 	cursor: pointer;
 	line-height: 17px;
 	margin: 0 0 15px 0;
}
.drop-down-wrapper dd {
 	font-size: 1em;
 	margin: 0 0 30px 0px;
 	padding: 0 40px 0 40px;
}
.drop-down-wrapper dt {
 	background: url(../image/plus-circle.png) no-repeat right;
 	background-size: 40px;
 	background-color: rgb(243,227,244);
 	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.drop-down-wrapper .expanded {
 	background: url(../image/minus-circle.png) no-repeat right;
 	background-size: 40px;
}
#all-container, #expand-all, #collapse-all, #all-container #seperator {
    float: right;
}
#all-container {
	line-height: 25px;
}
/*======================= HOW IT WORKS PAGE =======================*/
.steps-pc img {
	width: 500px;
}
.steps-mobile img {
   	width: 200px;
}
.steps {
	margin-bottom: 40px;
	padding: 30px 20px;
	background-color: rgb(229,243,255);
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.steps img {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.75);
	margin: 5px;
}
.steps .fa-search-plus {
	margin-top: 10px;
}
.zoom-text {
	font-family: "Roboto",sans-serif;
	margin-left: 3px;
}
.sheet {
	font-size: 12px;
}
.sheet:hover {
	color: rgb(10,148,214);
}
.howItWorksUl {
	margin: 0 0 0 40px;
	list-style: disc;
}
/*======================= COMPARE PAGE =======================*/
.td-price {
	font-weight:bold;
	font-size:16px;
}
.compare-info .prod-stock {
	margin:0 auto;
	float:none;
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	 background-color: #6BA239;
	color: #FFFFFF;
	display: inline-block;
	font-style: normal;
	margin: 0 9px;
	padding: 0 7px;
}
.compare-info td.name a:hover {
	color:#7e7e7e
}
.compare-info td.name a {
	text-decoration:none;
	font-size:12px;
	color:#040404
}
.compare-info td.last {
	border-right:0;
}
.compare-info thead td:first-child {
	text-align:left;
}
.compare-info td:first-child {
	background-color:#F9F9F9;
	color:#323232;
	font-weight:bold;
	text-align:right;
}
.compare-info td.image2 {
	text-align:center;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	text-align: left;
	vertical-align: top;
}
.compare-info .price-old {
	font-weight: normal;
	text-decoration: line-through;
	display:block;
	font-size:15px;
}
.compare-info td.td-price .price-old {
	color:#7E7E7E
}
.compare-info td.td-price {
	font-weight: bold;
	font-size:17px;
	line-height:normal;
	color:#040404
}
/*======================= IMAGES PRODUCT =======================*/
.image2 {
	position:relative;
}
.image img, .image2 img, .image3 img {
	vertical-align:top;
}
.product-grid .image, .box-product .image2 {
	text-align:center;
}
/*======================= MANUFACTURE PAGE =======================*/
.manufacturer-list {
	overflow: auto;
	margin-bottom:-1px;
	border:1px solid #ccc;
}
.manufacturer-heading span {
	background:#1c1c1c;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	padding:10px 0;
	width:50px;
	text-align:center;
}
.manufacturer-heading {
	background:#f2f2f2;
	font-size: 15px;
	font-weight: bold;
	padding:5px;
	margin-bottom: 6px;
	border-bottom:1px solid #ccc;
}
.manufacturer-content {
	padding:30px 40px;
	overflow:hidden;
}
.manufacturer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box.manufacturers li {
	padding:5px 0;
}
.box.manufacturers li a {
	display: inline-block;
	text-decoration: none;
}
/*======================= PRODUCT PAGE =======================*/
.total-right {
	text-align:right!important;
}
.product-list #image {
	float: left;
	margin-top:0;
	z-index: 0;
}
.product-grid #image {
	float: left;
	margin-top:0;
	z-index: 0;
}
.product-grid .left {
	position:relative;
}
.home-block #image {
	float: left;
	margin-top:0;
	z-index: 0;
}
.prod-stock {
	font-style:italic;
	color:#6ba239;
	font-size:13px;
	font-weight:normal;
}
.content ul {
	list-style:none;
	margin:0 0 20px;
	padding:0;
}
.content ul li:first-child {
	border:none;
}
.wishlist-product td a {
	text-decoration:none;
}
.wishlist-product td {
	vertical-align: middle!important;
	text-align:center;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
h1.style-1 {
	line-height: 29px;
	margin-bottom: 20px;
	text-align:left;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	float: left;
	width:25%;
	list-style:none;
	padding:0;
}
.capcha {
	width:143px;
}
.sitemap-info ul li {
	padding-left: 14px;
}
.sitemap-info ul li a {
	text-transform:capitalize;
}
.category-list .div a {
	text-decoration: underline;
}
.product-filter .product-compare {
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.product-filter select {
	margin-bottom:0;
}
.product-filter {
	overflow:hidden;
	line-height:32px;
}
.product-filter .display {
	float:right;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort b {
	padding-right:7px;
	color:#323232;
	text-transform:uppercase;
}
.product-filter .sort select {
	width:140px;
}
.product-filter .sort {
	float:left;
	font-weight:bold;
}
.product-filter .limit select {
	width:72px;
}
.product-filter .limit b {
	padding-right:5px;
	color:#323232;
	text-transform:uppercase;
}
.product-filter .limit {
	margin-left: 13px;
	float:left;
}
.product-list ul li:first-child {
	border-top:0;
	padding-top:0;
	margin-top:0;
}
.product-list ul li {
	padding-top:30px;
	margin-top:30px;
	border-top:1px solid #ccc;
}
.product-list .left {
	position:relative;
}
.product-list .right {
	text-align:left;
}
.product-list .name {
	margin-bottom:10px;
}
#grid_a,
#list_a,
#grid_b,
#list_b {
	vertical-align:top;
	font-size:28px;
	float:left;
	display:block;
	width:32px;
	height:32px;
	font-weight:normal;
	font-size:28px;
}
#list_a,
#list_b {
	margin-right:6px;
}
#grid_a, #list_a{
	color:#d8d8d8;
}
#list_b, #grid_b, #grid_a:hover, #list_a:hover {
	color:#1c1c1c;
}
#list_b i,
#grid_b i {
	cursor:default
}
.product-filter .display {
	position:relative;
}
.product-filter .display b {
	float:left;
	color:#323232;
	text-transform:uppercase;
	display:none;
}
.product-list .description {
	overflow:hidden;
	margin-bottom: 10px;
}
.product-grid ul li {
	text-align:left;
	position:relative;
	margin-bottom:80px;
}
.product-grid .cart, .product-grid .wishlist, .product-list .cart, .product-list .wishlist, .product-info .button-prod, .extra-button .wishlist, .related .wishlist, .preview .cart, .preview .wishlist{
	margin-right:5px;
}
.extra-prod input {
	padding-bottom:4px;
}
.extra-prod {
	padding-top:6px;
}
.or {
	padding-top:3px;
}
.product-grid .image {
	display: block;
	margin:0 0 15px 0;
	text-align:center;
}
.product-grid .description {
	overflow:hidden;
	display:none;
}
.product-grid .rating {
	display: block;
	height:13px;
	margin-bottom:10px;
}
.product-list .price-tax {
	padding-top:5px;
	font-size:12px;
	color:#040404;
	display:block;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .price-old {
	font-weight:normal;
}
.content-border h2{
	margin-bottom:30px;
}
.content-border {
	border: 1px solid #00AA9E;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:30px 40px;
	margin-bottom:30px;
}
#compare {
	display:none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#full_gallery {
	display:none;
	max-width:270px;
	position:relative;
}
#full_gallery .prev {
	left:0
}
#full_gallery .next {
	right:0
}
#full_gallery .prev:hover,
#full_gallery .next:hover {
	color:#040404
}
#full_gallery .prev, #full_gallery .next {
	color:#7e7e7e;
	font-size:19px;
	position:absolute;
	top:50%;
	margin-top:-23px;
}
.bx-controls-direction a.bx-prev {
	margin-left:-10px;
}
.bx-controls-direction a.bx-next {
	margin-right:-10px;
}
.bx-controls-direction a {
	padding:10px;
}
.product-info {
	margin:20px 0;
	padding-bottom: 20px;
	border-bottom: solid 1px #00AA9E;
}
.product-info h1.view {
	display:none;
}
.product-info h1 {
	color:#a75795;
	margin-bottom:15px;
}
.product-info .left {
	position:relative;
	z-index:5;
	margin-bottom:20px;
}
.product-info .image {
	float: left;
	width:100%;
	max-width:270px;
	max-height:424px;
	height:100%;
	margin-bottom:7px;
}
.product-info .image-additional {
	overflow:hidden;
	max-width:270px;
	position:relative;
	clear: both;
	padding:0 20px;
	display:none;
}
.product-info .image-additional li {
	float:left;
	max-width:70px;
}
.product-info .image-additional li.last {
	margin-right:0;	
}
.product-info .image-additional img {
	background:#f2f2f2;
}
.product-info .image-additional a:hover img {
	background:#e4e4e4;
}
.product-info .image-additional a {
	display: block;
}
.product-image-container {
	
}
.image-additional .next:hover,
.image-additional .prev:hover  {
	color:#040404
}
.image-additional .prev  {
	position:absolute;
	width:15px;
	height:15px;
	left:0;
	top:40%;
	margin:0;
	font-size:19px;
	color:#7e7e7e
}
.image-additional .next  {
	color:#7e7e7e;
	position:absolute;
	width:15px;
	height:15px;
	right:0;
	top:40%;
	margin:0;
	font-size:19px;
}
.product-info .share >span{
	margin-bottom:20px;
	display:inline-block;
}
.product-info .description .product-section {
	color:#777;
	text-transform:uppercase;
	line-height:24px;
}
.product-info .description .product-section a{
	color:#040404
}
.product-info .description .product-section a:hover{
	color:#323232
}
.product-info .description .product-section span {
	color:#000;
	font-weight:bold;
}
.product-info .description .product-section .prod-stock{
	display:inline-block;
	background-color:#6ba239;
	color:#fff;
	font-style:italic;
	text-transform:none;
	padding:0 7px;
	margin:0 9px;
}
.product-info .price {
	text-transform:uppercase;
	color:#323232;
	font-size:13px;
	font-weight:bold;
	padding:10px 0;
	margin-bottom:20px;
}
.product-info .price .text-price {
	color:#000;
	font-size:12px;
	font-weight:bold;
}
.product-info .price .price-new{
	color:#000;
	font-size:26px;
}
.product-info .price .price-old{
	color:#777;
	margin-right:10px;
}
.product-info .price .price-tax{
	color:#040404;
	display:inline-block;
	text-transform:none;
	font-weight:bold;
	margin-right:10px;
}
.product-info .price .discount{
	text-transform:none;
	font-weight:normal;
}
.product-info .price .reward{
	padding-top:10px;
	display:block;
}
.tab-content ul{
	margin-left:25px;
	margin-bottom:20px;
	list-style-type:disc
}
.product-info .minimum { 
	margin-top:5px;
}
.product-info .cart-top-padd { 
	float:left;
}
.product-info .cart-top-padd input{ 
	margin-right:5px;
}
.product-info .extra-button {
	display:inline-block;
	float:left;
} 
.product-info .options {
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
	padding-bottom:10px;
} 
.product-info .option {
	padding-bottom:10px;
}
.product-info .cart-top {

} 
.q-mini {
	width:30px;
}
img#captcha {
	vertical-align:top;
	margin-bottom:20px;
}
#tab-review input[name="captcha"] {
	margin-right:20px;
	margin-bottom:10px;
}
#tab-review #review .content b{
	font-size:16px;
	vertical-align:middle;
	font-weight:normal;
}
.border {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
}
.product-info .gallery li {
	max-width:270px;
	float:left;
	height:424px
}
.ps-carousel-item img {
	background-color:#EFEEEE;
}
.ps-zoom-pan-rotate img {
	background-color:#EFEEEE;
}
.product-info .gallery li img{
	background-color:#EFEEEE;
}

.product-info .review {
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}
.product-info .review a:hover {
	color:#444;
}
.product-info .review a{
	color:#000;
}
.product-info .review a+a {
	margin-left:20px;
}
.product-info .review img {
	float:left;
	margin-right:20px;
}
.product-info .review .btn-rew {
	float:left;
}
.product-info .review .btn-rew a i{
	font-size:26px;
	color:#1c1c1c;
	line-height:16px;
	width:1.1em
}
.tabs {
	margin-bottom:10px;
}
.tabs .tab-heading i{
	font-size:16px;
	color:#777;
	float:right;
}
.tabs .tab-heading:hover i{
	color:#040404;
}
.tabs .tab-heading {
	padding:20px 20px;
	font-size:14px;
	line-height:16px;
	color:#040404;
	font-weight:normal;
	text-transform:uppercase;
	background-color:#f2f2f2;
}
.tabs .tab-content {
	padding:20px 0;
}
.tabs .tab-content em, .description em{
	font-weight:normal;
}
#tab-review.tabs .tab-content {
	padding:20px 0;
}
#tab-review .form-inline span.radio {
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    vertical-align: top;
}
.return-captcha input img {
	vertical-align:top;
}
.return-captcha input {
	margin-bottom:10px;
	vertical-align:top;
}
.logo-remove, #logo-remove-2 {
	font-size: 12px;
	font-weight: 300;
}
.logo-remove {
	margin: 5px 0;
}
#logo-remove-2 {
	margin: 5px 0 20px;
}
.logo-remove i, #logo-remove-2 i {
	font-size: 10px !important;
	margin: -3px 3px 0 0;
	color:  rgb(28,208,203);
	vertical-align:middle;
}
/*======================= RELATED PRODUCTS =======================*/
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
td.image {
	position:static
}
.image {
	position:relative
}
.related-info .wishlist,
.related-info .compare {
	display:inline-block;
}
.related-info {
	display:inline-block;
	float: left;
	text-align: center;
	position:relative;
	border-bottom:0 !important;
}
.related {
	padding:0 50px;
	position:relative;
}
.related .cart-button{
	font-size:0;
}
.related .prev:hover,
.related .next:hover {
	color:#040404
}
.related .prev, 
.related .next {
	position:absolute;
	top:50%;
	font-size:26px;
	color:#777;
	margin-top:-31px;
}
.related .prev {
	left:0
}
.related .next {
	right:0
}
/*======================= FOOTER =======================*/
footer {
	margin-top:30px;
	padding-top:30px;
	clear: both;
	overflow: hidden;
	background:#00AA9E;
	
}
.common-home footer {
	margin-top:0;
}
.block .block-heading {
	font-size: 14px;
	line-height: 16px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom: 8px;
	color:#fff;
	word-wrap:break-word;
}
.block .block-content li {
	padding:4px 0 3px
}
.block .block-content li a:hover {
	color:rgb(158,201,227);
}
.block .block-content li a {
	color:#fff;
	font-weight:300;
	line-height:14px;
	word-wrap:break-word;
}
footer .social{
	margin:15% 21.2% 0 0;
	float:right;
	display:inline-block;
}
footer .social li{
	margin-left:45px;
	float:right;
}
footer .social li a{
	display:inline-block;
}
footer .social li a i{
	color: #FFF ;
	font-size:45px;
	line-height:45px;
}
footer .social li a:hover i{
	color:#9EC9E3;
}
span.toggle {
	display:none;
}
#footer-social-container {
	width: 25%;
}
footer #copyright {
	text-align: center;
}
/*======================= COPYRIGHT =======================*/
#copyright br {
	display:none;
}
#copyright a {
	font-size:12px;
	color:#ddd;
	text-decoration:none;
}
#copyright a:hover {
	color:#fff;
}
#copyright {
	margin-top:30px;
	margin-bottom:30px;
 	color:#fff; 
	font-weight:normal;
	font-size:12x;
	line-height:12px;
}
/*======================= SHOWCASE =======================*/
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT =======================*/
#heading-roundal-block {
	margin-left: 2px;
	width: 180px;
}
#heading-roundal-block-b {
	margin: 0 0 20px 2px;
	width: 180px;
}
.please-note {
	color: rgb(241,42,170);
	font-weight: 400;
}
.info-pages-ul {
	list-style-type: disc;
	margin: 0 20px 20px 20px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
/*======================= MESSAGES =======================*/
.success,
.warning,
.attention,
.information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #ccc;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px!important;
}
.attention>span {
	float:right;
	font-size:20px;
}
.attention {
	background: #FFF5CC;
	border: 1px solid #F2DD8C;
}
.success .close, 
.warning .close, 
.attention .close, 
.information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: rgb(241,42,170);
	font-size: 14px;
	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;
}
/* AJAX Add to Cart Confirm */
.success,
.warning,
.attention,
.information,
.rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}
.success a,
.warning a,
.attention a,
.information a {
	color: #333;
}
#cart-success {
	position: fixed;
	z-index:9998;
}
.success i.fa.fa-times-circle {
	font-size:26px;
	padding:10px;
}
.success .close i {
	padding:10px;
}
.success>img{
	max-width:70px;
	height:auto;
	float:left;
	background-color:#efeeee;
	margin-right:10px;
	border:1px solid #ccc
}
.success a:hover {
	text-decoration:none;
	color:#040404
}
.success a {
	text-decoration:none;
	color:#252525
}
.success span:hover img {
	margin-top:-11px;
}
.success p {
	margin-bottom:11px;
	font-size:24px;
	color:#1b1b1b;
}
.success span:hover {
	cursor:pointer;
	color:#040404
}
.success span {
	overflow:hidden;
	position:absolute;
	right:8px;
	top:8px;
	opacity:1
}
.success i {
	color:#fff;
}
.success i:hover {
	color:#ccc;
}
.success i.fa.fa-thumbs-up{
	font-size:31px;
	color:#ccc;
	margin-right:10px;
	vertical-align:middle;
	margin-top:-5px;
}
.close {
	color:transparent;
	text-shadow:none
}
.success a {
	color:#fff;
}
.success a:hover {
	text-decoration:underline;
	color:#fff;
}
.success {
	width:100%;
	position:fixed;
	z-index:99999!important;
	top:0;
	left:0;
	padding:20px 20%;
	z-index:9999;
	line-height:18px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:none;
	background:#1CD0CB;
	display:none;
	font-size:13px;
	color:#777;
}
#tab-review .success {
	display:block !important;
	position:static;
	color:#333;
	text-align:left;
	background:none;
	padding:10px 15px 10px 30px;
	background: url("../image/success.png") no-repeat scroll 10px center #EAF7D9;
	border: 1px solid #ccc;
}
#wrap {
	z-index:10!important;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #ccc;
	padding-left:20px;
}
/*======================= BREADCRUMB =======================*/
.breadcrumb a:hover {
	color:#006EC7;
	
}
.breadcrumb a.last {
	font-weight: bold;
}
.breadcrumb {
	background-color: rgb(237, 252, 251);
	color:#00AA9E;
	border-radius:0px 0px 10px 10px;
	padding:15px 20px;
	font-weight:normal;
/* 	text-transform:uppercase; */
}
.breadcrumb a{
	color:color:rgb(0,170,158);
}
/*======================= Icon: wishlist and Comapare =======================*/
.wishlist span, .compare span{
	display:none;
}
.wishlist a, .compare a{
	display:block;
	font-size:32px;
	line-height:53px;
	color:#fff;
	width:50px;
	height:53px;
	text-align:center;
	float:left;
	background:#1c1c1c;
}
.wishlist a:hover, .compare a:hover{
	background-color:#444;
}
.wishlist a i, .compare a i {
	line-height:52px;
	vertical-align:top;
}
/*======================= TOOLTIP =======================*/
.related-info .tooltip-inner {
	max-width:120px !important; 
	white-space:normal !important
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: visible;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	white-space:nowrap;
	max-width: 300px;
	padding:5px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #444;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #444;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #444;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #444;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #444;
	border-width: 0 5px 5px;
}
.tooltip-1 {
	white-space:nowrap
	}
/*======================= FOOTER =======================*/
/* bootstrap reset */

.table thead td {
	text-transform:uppercase;
	font-weight:bold;
	color: #A75795 !important;
	font-family:Arial;
	font-size:13px !important;
}

.table thead tr td {
	background-color:#EDFCFB;
}
.td-top {
	border: 0 !important;
}
.td-right {
	-webkit-border-radius: 0px 10px 0px 0px;
	-moz-border-radius: 0px 10px 0px 0px;
	border-radius: 0px 10px 0px 0px;
}
.td-left {
	-webkit-border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	border-radius: 10px 0px 0px 0px;
}
.td-centre {
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.table th, 
.table td {
	padding:20px;
	border-color:#ccc;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.block-compare .table th, .block-compare .table td {
	padding:7px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"], 
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size:13px;
	border: 1px solid rgb(179, 179, 179);
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	box-shadow:none
}
/*
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-radius:0
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-radius:0;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-radius:0
}
*/
label, 
input,
button,
select,
textarea {
	font-size:13px;
}

textarea {
	resize:none
}
label{
	cursor:default
}
::-webkit-input-placeholder {
   color: rgb(179,179,179);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgb(179,179,179);  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(179,179,179);  
}

:-ms-input-placeholder {  
   color: rgb(179,179,179);  
}
.close:hover,
.close:focus {
	opacity:1
}
.pp_gallery ul a img {
	width:50px;
	height:50px;
	max-width:none
}
.table-bordered > thead > tr > th, 
.table-bordered > thead > tr > td {
	border-bottom-width:1px
}
table.radio {
	margin:0 0 10px 0;
	display:table
}
.table > tbody + tbody {
	border-width:1px;
}
.stButton .stButton_gradient,
.stButton .chicklets,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
	height:22px !important;
}
#fancybox-content>div {
	background-color:#fff;
}
#cboxContent .about-page {
	padding:0 25px
}
#fancybox-content {
	background-color:#fff;
}
.zoomWindow{
	border-color:#e1e1e1 !important;
}
.zoomContainer {
	z-index:8;
}


#frontSearch {
	margin: 20px  auto;
	height: 284px;
	/*background: url('../image/bump.png') left no-repeat;*/
}

.frontsplash{width: 100%}


.frontsplash li {list-style: circle; margin:0 0 0 2em}

#leftSearch {
  height:284px; float:left; width:50%; height:auto;
}
#rightSearch {
  height:284px; float:left;width:50%; height:auto;
}
#rightSearch img {float:right}
#frontSearch img { position:relative;float:right}

.wishlist, .compare {display:none!important}

.csmenu-list li {line-height:14px;  padding:4px 0  }
.csmenu-list li a i {
    color: #F6A7DE;
    font-size: 13px;
    margin: 0 5px;
	}