html {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
}
body {
	color: #777;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	background:#fff;
	font-size:13px;
	line-height:16px;
	min-width:260px;	
	}
td, th, input, textarea, select, a {
	font-size: 13px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
iframe {border: 1px solid #c3c3c3;}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #c3c3c3;
}
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: #9A9DA1;
  vertical-align: middle;
  
	height:34px
}

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 #c3c3c3;
  -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,
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 */

}

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;
}

header >.container .col-sm-12.top-header{
	z-index:999;
}
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: #fff;
  border: 1px solid #c3c3c3;
}
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: 0px;
	margin-bottom: 20px;
}
a, a:visited, a:focus {
	cursor: pointer;
	text-decoration:none;
	outline:none
}
a{
	color:#f03d64
}
a:hover {
	text-decoration:none;
	color:#333;
}
a img {
	border: none;
}
form {
	margin-bottom:0;
	}
/***********************/
.p0 {
	padding:0px !important
	}
.m0 {
	margin:0px !important
	}
.mt0 {
	margin-top:0px !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
	}
/********************************************************************************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 0px;
}
#back-top a:hover span {
	background-position:left bottom;
}
/***********************************************************************************header-style**********************************************************************************/
.header-modules {
	position:relative;
	z-index:1;
	}
header .col-sm-12{
	min-height:0;
}
/* layout */

#container {
	text-align: left;
	}
.check-button {
	display:inline-block;
	float:left;
	margin-top:5px;
	margin-left:14px;
}
.check-button a{
	font-size:13px;
	line-height:16px;
	height:39px;
	display:inline-block;
	font-weight:500;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.35);
	padding:10px 20px 10px 21px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/**grad--**/
	background-color: #f03d64;
	background-image: -moz-linear-gradient(top, #f03d64, #e13d61);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f03d64), to(#e13d61));
	background-image: -webkit-linear-gradient(top, #f03d64, #e13d61);
	background-image: -o-linear-gradient(top, #f03d64, #e13d61);
	background-image: linear-gradient(to bottom, #f03d64, #e13d61);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff03d64', endColorstr='#ffe13d61', GradientType=0);
	/**--grad**/
	border-bottom:1px solid #90273e;
}
.check-button a:hover{	
	/**grad--**/
	background-color: #515151;
	background-image: -moz-linear-gradient(top, #515151, #2e2e2e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#2e2e2e));
	background-image: -webkit-linear-gradient(top, #515151, #2e2e2e);
	background-image: -o-linear-gradient(top, #515151, #2e2e2e);
	background-image: linear-gradient(to bottom, #515151, #2e2e2e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff2e2e2e', GradientType=0);
	/**--grad**/
	border-bottom-color:#050505;
}
.check-button i{
	display:none;
}
.category-info {
	overflow:hidden;
	margin-bottom:20px;
}
/* header */
header {
	position: relative;
	padding-top:7px;
	padding-bottom:10px;
	text-align:center;
	}
header .phone{
	float:right;
	color:#1b1a18;
	font-size:30px;
	line-height:30px;
	font-family: 'Roboto',sans-serif;
	font-weight:300;
	margin-top:9px;
}
header .phone i{
	font-size:40px;
	line-height:40px;
	color:#f03d64;
	vertical-align:middle;
	margin-right:8px;
}
header #logo a img {
	vertical-align:top;
	max-width:100%;
	width:100%;
	}
header #logo {
	float:left;
	margin:0 0 0px 0;
	}
#language {
	color: #999;
	line-height: 17px;
}
header #language {
	margin-left:10px;
}
#language img {
	cursor: pointer;
}
.header-top1 {
	float:right;
	}
	
/************************************************************************************currency******************************************************/
.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;}
#currency {
	float:right;
}
#currency >div .heading-1 {display:none;}
.swipe-menu #currency {
	float:none;
	}
.swipe-menu #currency > ul form {margin:0;}
.swipe-menu #currency > ul {
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#f5f6f6;
	border:0;
	border-bottom:1px solid #c3c3c3;
	padding:0
	}
.swipe-menu #currency > ul li:first-child {padding-left:30px;}
.swipe-menu #currency > ul li {
	display:inline-block;
	padding:0px 0 0px 10px;
	line-height:20px;
	}
.swipe-menu #currency > ul li a {
	padding:14px;
	display:block;
	}
.swipe-menu #currency > ul li span.act {color:#f03d64}
#body .swipe .swipe-menu #currency .heading {display:none;}
#body .swipe .swipe-menu #currency>div {display:block;}
#body .swipe .swipe-menu #currency .heading-1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #c3c3c3;
	font-size:13px;
	}
#body .swipe .swipe-menu #currency .heading-1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#333;
	padding-left:0;
	margin-right:9px;
	}
#body .swipe .swipe-menu #currency .heading-1 i.fa.fa-angle-down {
	font-size:14px;
	text-align:center;
	float:right;
	}
/*********************************************************************************************language*******************************************************************************************/
#language {
	float:right;
	}
#language .heading{
	
	}
#language .heading1 {display:none;}
.swipe-menu #language  {
	float:none;
	}
.swipe-menu #language> ul {
	position:relative;
	}
.swipe-menu #language .heading {
	display:none;
	}
.swipe-menu #language {
	float:none;
	}
.swipe-menu #language > ul {
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#f5f6f6;
	border:0;
	border-bottom:1px solid #c3c3c3;
	padding:0
	}
.swipe-menu #language > ul li>span{
	display:block;
	padding:14px;
	font-size:12px;
	color:#333;
	cursor:pointer;
	text-transform:capitalize;
	}
.swipe-menu #language > ul li>span:hover{
	color:#f03d64;
	}
.swipe-menu #language > ul li {
	display:inline-block;
	padding:0px 0 0px 5px;
	line-height:20px;
	}
.swipe-menu #language > ul li span.act {color:#f03d64;}
#body .swipe .swipe-menu #language .heading {display:none;}
#body .swipe .swipe-menu #language>div {display:block;}
#body .swipe .swipe-menu #language{	
	color:#333;
	}
#body .swipe .swipe-menu #language .heading1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #c3c3c3;
	font-size:13px;
	}
#body .swipe .swipe-menu #language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#333;
	text-align:center;
	margin-right:9px;
	}
#body .swipe .swipe-menu #currency:hover, #body .swipe .swipe-menu #language:hover, #body .swipe .swipe-menu #currency:hover i, #body .swipe .swipe-menu #language:hover i  {	
	color:#f03d64;
	}
#body .swipe .swipe-menu #language .heading1 i.fa.fa-angle-down {
	font-size:14px;
	float:right;
	}
/*********************************************************************************************header button*******************************************************************************************/
header .header-button {
	margin-left:15px;
	position:relative;
	line-height:17px;
	z-index:10;
}
.header-button>ul {
	display:none;
	position:absolute;
	background-color:grey;
	width:200px;
	}
.header-button>div:hover {cursor:pointer;}
.button-top .header-button>div i{
	font-size:13px;
	color:#333;
	margin-left:5px;
	vertical-align:top;
	line-height:16px;
	}
.button-top .header-button.active>div, .button-top .header-button>div:hover,
.button-top .header-button.active>div i, .button-top .header-button>div:hover i {
	color:#f03d64;
	}
.button-top .header-button>div {
	display:inline-block;
	font-size:13px;
	line-height:16px;
	font-weight:500;
	color:#777;	
	text-transform:capitalize;
	padding:0 0px 6px;
	}
.button-top .header-button>ul {
	background-color:#464646;
	width:45px;
	left:auto;
	right:0;
	top:100%;
	}
.button-top #currency>ul {
	right:-10px;
	}
.button-top .header-button>ul li {
	text-align:center;
	border-top:1px solid #000;
	}
.button-top .header-button>ul li:first-child {
	border-top:none;
	}
.button-top .header-button>ul li >a, .button-top .header-button>ul li >span{	
	display:block;
	padding:5px 0;
	}
.button-top .header-button>ul li span {	
	font-size:12px;
	line-height:18px;
	color:#fff;
	text-transform:capitalize;
	cursor:pointer;
	}
.button-top .header-button>ul li >a:hover, .button-top .header-button>ul li >span:hover{	
	background-color:#f03d64;
	}
.logg {
	float:right;
}
/*********************************************************************************************Swipe Control*******************************************************************************************/
body div.shadow{display:none;}
#body .swipe .swipe-menu li a:hover {color:#f03d64;}
#body .swipe .swipe-menu li a {color:#333;}
#body .swipe .swipe-menu li a i {
	color:#333;
	font-size:26px;
	margin-right:9px;
	vertical-align:middle;
	}
#body .swipe .swipe-menu > ul li a {
	display:block;
	font-size:13px;
	line-height:26px;
	color:#333;
	padding:10px 20px 11px;
	border-bottom:1px solid #c3c3c3;
	position:relative;
	}
#body .swipe .swipe-menu > ul li a:hover i{	
	color:#f03d64;
	}
/*****************************************************/
#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: middle;
    width: auto;
	display: inline-block;
    text-decoration: inherit;
	text-align: center;
    font-size:26px;
	color:#333;
	margin-right:9px;
	}
#body .swipe .swipe-menu .foot li a:hover:before {
	color:#f03d64;
	}	
#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"}

/******************************************header-cart***************************************************/
.cart-position {
	float:right;
	position:relative;
	margin:5px 0 5px 11px;
	}
#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;
	z-index:99999;
	width:275px;
	padding:20px;
	float:right;
	box-shadow:0px 5px 13px rgba(0,0,0,0.1);
	right:0px;
	border:1px solid #c3c3c3;
	font-weight:500;
	text-align:left;
	}
.logo-block{
	position:relative;
}
.toprow .link_a{
	/**grad--**/
		background-color: #fff;
		background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
		background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
		background-image: -o-linear-gradient(top, #fff, #f2f2f2);
		background-image: linear-gradient(to bottom, #fff, #f2f2f2);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	/**--grad**/
	cursor: pointer;
    font-size: 13px;
	line-height: 36px;
    height: 39px;
	border:1px solid #c3c3c3;
    color:#f03d64;
    padding: 0 10px 0 8px;	
	display:block;
	font-weight:500;
	text-align:left;
    text-decoration: none;
	min-width:164px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
.toprow .link_a i{
    font-size: 19px;
	line-height: 37px;
	color:#333;
	margin-right:4px;
	vertical-align:top;
	}
.toprow .link_a i.fa-angle-down{
    font-size: 13px;
	margin:0 0 0 5px;
	display:inline-block;
	float:right;
	}
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:hover {
	
}
header #cart .cart td.name a i {text-decoration:none;}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:11px;
	font-weight:bold;
	color:#333;
}
header #cart .cart td .total .quantity {
}
header #cart .cart td.name {
	
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #777;
	vertical-align: top;
	}
header #cart .cart .image {
	padding-right:15px;
	}
.cart tr {
	padding-bottom:20px;
	margin-bottom:20px;
	display:block;
	border-bottom:1px solid #c3c3c3;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
}
header #cart .cart .name small {
	color: #666;
}
header #cart .cart .quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a6a4a4;
	text-transform:uppercase;
}
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:#f03d64}
.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:13px;
	line-height:14px;
	color:#f03d64;
	line-height:normal;
	margin-right:5px;
	vertical-align:middle;
	}
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;
	line-height:0;
	}
header #cart .cart .remove>span:hover {
	color:#333;
	}
header #cart .cart .remove>span:hover i{
	color:#333;
	}
header #cart .cart .remove>span{
	font-size:11px;	
	line-height:14px;
	color:#f03d64;
	text-transform:uppercase;	
	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;
}
header #cart table.total tr {
	padding:0px 10px 0px 10px;
}
header #cart table.total td b {
	color:#777;
	font-size:12px;
}
header #cart table.total td {
	color: #1B1A18;
	padding-left:5px;
	padding-right:10px;
	text-align:left;
	
}
header #cart table.total td .t-price {
	font-size:12px;
	font-weight:bold;
	color:#333;
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
	margin-left:5px;
	}
header #cart .content .checkout {
	text-align: right;
	clear: both;
	padding-right:8px;
	padding-bottom:0px;
	padding-top:5px;
}
header #cart .empty {
	padding-top:0px;
	text-align: center;
	padding-bottom:20px;
}
/****************************************************************************************************************************************************************************************/
/* menu */
/****************************************************************************************************************************************************************************************/
header .toprow {
	width:100%;
	}
header .toprow-1 {
	z-index:100;
	position:fixed;
	display:none;
	/**grad--**/
	background-color: #6b6b6b;
	background-image: -moz-linear-gradient(top, #6b6b6b, #3d3d3d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b6b6b), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #6b6b6b, #3d3d3d);
	background-image: -o-linear-gradient(top, #6b6b6b, #3d3d3d);
	background-image: linear-gradient(to bottom, #6b6b6b, #3d3d3d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6b6b6b', endColorstr='#ff3d3d3d', GradientType=0);
	/**--grad**/
	width:100%;
	left:0; 
	top:0;
	}
/**************************************************************************************/
header .links{
	float:left;
}
header .links li a i {
	font-size:13px;
	line-height:16px;
	color:#333;
	margin-right:4px;
	}
header .right{
	z-index:99;
}
.button-top {
	float:right;
	display:inline-block;
	margin-bottom:2px;
}
header .links li:first-child {
	background:none;
	padding-left:0;
	}
.logg{
	float:right;
	list-style: none;
	margin-bottom:2px;
}
.logg li{
	margin-left:25px;
}
.logg li.mklli{
	margin-left:0px;
}
.logg i
{
	font-style:normal;
	font-size:14px;
	line-height:16px;
	color:#fff;
}
header .links li, .logg li  {
	float:left;
	line-height:0;
	}
header .links li{
	margin-right:24px;
}
header .links a.active, header .links a:hover, .logg li a:hover{
	color:#f03d64;
	text-decoration:none;
	}
header .links a , .logg li a{
	display:inline-block;
	color:#777;
	font-size:13px;	
	line-height:16px;
	font-weight:500;
	vertical-align:top;
	}
.logg li a{
	color:#fff;
	}	
.logg .login_h a {
	max-height:16px;
	overflow:hidden;
	white-space:nowrap;
	}
/*********************************************menu-gadget***********************************************/
#menu-gadget {display:none;}
/******************************************search****************************************************/
.top-search  {
	line-height:35px;
	border-right:1px solid #343434;
	display:inline-block;
	padding:0 5px;
	}
.top-search:hover {
	cursor:pointer
	}
.top-search i {
	font-size:26px;
	color:#fff;
	}
.top-search #search {display:none;}
#search
{
    position: relative;
	display:inline-block;
    z-index: 3;	
	margin-top:11px;		
}
#search .inner{background-color:#fff;
	padding:0 40px 0 10px;
	border:1px solid #c3c3c3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
}
#search1{
    position: relative;
	display:inline-block;
    z-index: 3;	
	margin-top:11px;		
}
#search1 .inner1{background-color:#009641;color:#fff;
	font-size:26px;
	padding:10px 15px 10px 15px;
	border:1px solid #c3c3c3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display:inline-block;
}

#search .button-search i {
	color:#333;
	font-size:13px;
	line-height:36px;
	vertical-align:top;
}
#search .button-search {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	display:inline-block;
	line-height:39px;
	height:39px;
	color:#333;	
	/**grad--**/
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	/**--grad**/
	border:1px solid #c3c3c3;
	overflow:hidden;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	padding:0 14px 0 15px;
	}
#search .button-search:hover{
	cursor:pointer;
	/**grad--**/
	background-color: #f03d64;
	background-image: -moz-linear-gradient(top, #f03d64, #9a2934);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f03d64), to(#9a2934));
	background-image: -webkit-linear-gradient(top, #f03d64, #9a2934);
	background-image: -o-linear-gradient(top, #f03d64, #9a2934);
	background-image: linear-gradient(to bottom, #f03d64, #9a2934);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff03d64', endColorstr='#ff9a2934', GradientType=0);
	/**--grad**/
	}
#search .button-search:hover i{
	color:#fff;
	}
#search input {
	float:left;
	line-height:37px;
	height:37px;
	max-width:208px;
	margin:0;
	padding:10px 0;
	}
header #search input {
	background-color:#fff;
	border:none;
	}
/*******************************************************************************************************************************************************************************/
.name a {
	text-decoration:none;
	font-size:14px;
	line-height:16px;
	color:#333;
	font-weight:500;
	}
.name a:hover {
	color:#f03d64;
	}
.price.price-min {display:none;}
.price {
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:#333;	
	}
.price .price-old {
	text-decoration:line-through;
	color:#f03d64;
	font-size:16px;
	font-weight:500;
	}
/*****************************************************************************box price *************************************************************************/
.box-product .price, .product-list .price, .product-grid .price {
	display:inline-block;
	}
.product-list .price {
	margin-bottom:5px;
	}
.box-product .price, .product-grid .price {
	max-width:95px;
	}
.box-product .price-block,
.product-list .price-block,
.product-grid .price-block {
	height:39px;
	line-height:39px;
	float:left;
	margin-bottom:8px;
	}
.product-list .compare {
    margin-right:0;
}
.box-product .price .price-new { 
	margin-right:0;	
	}
.box.box-filter input[type="checkbox"] {
    float: left;
	margin-top:6px;
}
/*************************** tooltip ************************************/
.related-info .tooltip-inner {max-width:120px !important; white-space:normal !important}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #e13d61;
  
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-color: rgba(252,39,60,0);
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #e13d61;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #e13d61;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #e13d61;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #e13d61;
  border-width: 0 5px 5px;
}
.related .wishlist div.tooltip{
	max-width:120px;
}
.wishlist-product .name{
	text-align:left;
}
/*******************************************************************************Icon: wishlist and Comapare************************************************************************************/
.tooltip-1 {
	white-space:nowrap;
}
.wishlist, .compare{
	float:left;
	margin:0 0 0 10px;
}
.wishlist a, .compare a{
	display:inline-block;
	float:left;	
	white-space: nowrap;
	text-align:center;
	}
.wishlist a span, .compare a span{
	line-height:19px;
	white-space: nowrap;
	}
.wishlist a:hover i, .compare a:hover i{
	color:#f03d64;
	}
.wishlist a i, .compare a i {
	font-size:13px;
	line-height:16px;
	color:#777;
	vertical-align:middle;
	}
.buttons-cart .wishlist, .buttons-cart .compare{
	line-height:16px;
}

/*********************************************************************leftinfo***************************************************************************************************/

.afine li a i, .acount li a i {
	font-size:13px;
	margin-right:10px;
	}
aside .info li a, .afine li a, .acount li a {
	line-height:16px;
	font-size:13px;
	color:#333;	
	font-weight:500;
	}
aside.info li {
	padding:4px 0;
	}
.afine li, .acount li {
	padding:6px 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 {
	color:#f03d64;
}
/********************************************************************************************************************************************************************************/
.box-filter .box-content .button {margin-top:10px}
/********************************************************************************specials*****************************************************************************************/
.breadcrumb a.last, .breadcrumb a:hover {
	color:#f03d64;
	}
.breadcrumb {
	border-radius:0;
	padding:16px 18px;
	text-transform:uppercase;
	font-weight:600;
	/**grad--**/
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	/**--grad**/
	border:1px solid #c3c3c3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
.breadcrumb a{
	color:#1B1A18;
	vertical-align:middle;
	}
html[lang="de"] .breadcrumb a{
	padding-left:3px;
}
.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 #c3c3c3;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px!important;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: #ff7409;
	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%;
	margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
	text-align:center!important;
}
.checkout-content .buttons #button-payment {
	margin-top:10px;
}
.checkout-content tfoot tr .price{
	color:#777;
}
.checkout-product td.price {
	font-size:12px;
	}
.checkout-product thead  td.total {
	text-align:left!important;
	font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 600;
	}
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;
}
.pagination .links {
	float: left;
	margin-right:10px;
}
.pagination .links a {
	display: inline-block;
	padding: 5px 11px;
	text-decoration: none;
	color:#777;
	/**grad--**/
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
	background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
	background-image: -o-linear-gradient(top, #fff, #f6f6f6);
	background-image: linear-gradient(to bottom, #fff, #f6f6f6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff6f6f6', GradientType=0);
	/**--grad**/
	border:1px solid #c3c3c3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	}
.pagination .links a:hover {
	color:#fff;
	/**grad--**/
	background-color: #3c3c3c;
	background-image: -moz-linear-gradient(top, #3c3c3c, #030303);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c3c3c), to(#030303));
	background-image: -webkit-linear-gradient(top, #3c3c3c, #030303);
	background-image: -o-linear-gradient(top, #3c3c3c, #030303);
	background-image: linear-gradient(to bottom, #3c3c3c, #030303);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff030303', GradientType=0);
	/**--grad**/
	}
.pagination .links b:hover {
	cursor:default;
	}
.pagination .links b {
	color:#fff;
	/**grad--**/
	background-color: #3c3c3c;
	background-image: -moz-linear-gradient(top, #3c3c3c, #030303);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3c3c3c), to(#030303));
	background-image: -webkit-linear-gradient(top, #3c3c3c, #030303);
	background-image: -o-linear-gradient(top, #3c3c3c, #030303);
	background-image: linear-gradient(to bottom, #3c3c3c, #030303);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff030303', GradientType=0);
	/**--grad**/
	border:1px solid #c4c3c3;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	display: inline-block;
	padding: 5px 11px;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
	}
.pagination .results {
	float:left;
	margin:5px 0px;
}
/* button */
a.button.details {margin-left:10px;}
a.button, a.button-prod {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	font-size:13px;
	line-height:36px;
	height:39px;
	font-weight:500;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0,0,0,.35);
	padding:0 12px 0 11px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	/**grad--**/
	background-color: #f03d64;
	background-image: -moz-linear-gradient(top, #f03d64, #e13d61);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f03d64), to(#e13d61));
	background-image: -webkit-linear-gradient(top, #f03d64, #e13d61);
	background-image: -o-linear-gradient(top, #f03d64, #e13d61);
	background-image: linear-gradient(to bottom, #f03d64, #e13d61);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff03d64', endColorstr='#ffe13d61', GradientType=0);
	/**--grad**/
	border-bottom:1px solid #90273e;
	}
a.button-prod {
	margin-right:10px;
	margin-bottom:10px;
	}
a.button span , a.button-prod span {
	display: inline-block;
	white-space:nowrap;	
	line-height:20px;
	}
.product-grid .buttons-cart .cart .tooltip, .product-list .buttons-cart .cart .tooltip, .wishlist a .tooltip, .compare a .tooltip{
	display:none !important;
	}
.product-info  #review {
	margin-bottom:10px;
}
#tab-review .form-inline .radio {
    display: inline-block;
    padding-left: 0;
}
#tab-review .form-inline span.radio {
	vertical-align:top;
   margin-top:2px;
}
.buttons-cart a.button span , .product-info .wishlist span, .product-info .compare span{
	line-height:19px;
	}
a.button i , a.button-prod i{
	text-align:center;
	font-size:19px;
	line-height:37px;
	color:#fff;	
	margin-right:9px;
	float:left;
	}
a.button:hover, a.button-prod:hover{
	/**grad--**/
	background-color: #515151;
	background-image: -moz-linear-gradient(top, #515151, #2e2e2e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#515151), to(#2e2e2e));
	background-image: -webkit-linear-gradient(top, #515151, #2e2e2e);
	background-image: -o-linear-gradient(top, #515151, #2e2e2e);
	background-image: linear-gradient(to bottom, #515151, #2e2e2e);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff515151', endColorstr='#ff2e2e2e', GradientType=0);
	/**--grad**/
	border-bottom-color:#050505;
	}
a.button:hover i, a.button-prod:hover i {
	color:#fff;
	}
a.button-i {
	display:inline-block;
	padding:5px;
	}
a.button-i i {
	font-size:26px;
	color:#f03d64;
	}
a.button-i i:hover {
	color:#7E7E7E;
	}
.product-info .cart-top-padd label{
	margin:2px 10px 10px 0;
	float:left;
}
.box-product .image2>.cart span, .box-product .image>.cart span, .product-grid .imag>.cart span, .product-list .imag>.cart span{
    display:none;
}
/*******************************************background image ***********************************************************/
.image2 {position:relative;}
.image img, .image2 img, .image3 img {
	vertical-align:top;
	}
.box-product .image, .product-grid .image, .box-product .image2{
	text-align:center;
	}
.box-product .image a, .product-grid .image a, .box-product .image2 a{
	margin:32px 0 12px;
	}
.related .box-product .image{
	margin-top:20px;
	}
.product-list .image{
	text-align:center;
	border: 1px solid #C3C3C3;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding:5%;
	}
.product-list .image a{
	text-align:center;
	}
.product-grid .image a, 
.box-product .image2 a,
.box-product .image a{
	display:inline-block;
	overflow:hidden;
	max-width:90%;
	padding:0 5%;
	}
.related .box-product .image a{
	max-width:100%;
	margin:0;
	}
.box-product .image2 a.button, .box-product .image a.button, .product-grid .image a.button{
	padding:0 !important;
	}
.box-product.box-subcat .image a, .product-list .image a{
	display:inline-block;
	overflow:hidden;
	text-align:center;
	max-width:100%;
	}
.box-product.box-subcat .image a{
	padding-top:15px;
	padding-bottom:15px;
	margin:0;
	}
.related .box-product .image a{
	display:block;
	overflow:hidden;
	text-align:center;
	}
/*****************************************************************************************************************/
.buttons {
	overflow: auto;
	}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right .mt {
	margin-top:10px
	}
.buttons .right a.button {
	margin-top:10px;
	}
.buttons .right {
	float: right;
	text-align: right;
	}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#module_cart .content {
	background: none repeat scroll 0 0 #FFFFFF;
	border-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 2px #DDDDDD;
	clear: both;
	display: none;
	
	padding: 8px;
	position: relative;
	top: -1px;
}
#module_cart.active .heading {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-top: 1px solid #c3c3c3;
	margin-top: 5px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#module_cart.active .content {
	display: block;
}
#module_cart .cart .name {
	padding-top:5px;
	padding-bottom:10px;
	padding-top:10px;
}
#module_cart .cart {
	margin-bottom:10px;
	width: 100%;
}
#module_cart .cart td .quantity {
	font-weight:bold;
	}
#module_cart .cart td {
	border-bottom: 1px solid #c3c3c3;
	padding: 2px 3px;
	vertical-align: top;
	}
#module_cart .cart td a {
	font-weight:normal;
	}
#module_cart .cart .image {
	display: none;
}
#module_cart .cart .image img {
	border: 1px solid #c3c3c3;
	text-align: left;
}
#module_cart .cart .name small {
	line-height: 14px;
}
#module_cart .cart td.quantity {
	font-family: Arial, Helvetica, sans-serif;
	padding-top:0px;
	vertical-align:middle;
	}
#module_cart .cart td.total {
	text-align: center;
	vertical-align: middle;
	}
#module_cart .cart .remove {
	text-align: right;
	padding:2px 2px;
	vertical-align: middle;
}
#module_cart .cart .remove img {
	cursor: pointer;
}
#module_cart table.total {
	clear: left;
	float: right;
	margin-bottom:10px;
	padding: 5px;
}
.total-right {
	text-align:right!important;
}
#module_cart .total-left {
	padding-right:18px;
}
#module_cart table.total td b {
	
	}
#module_cart table.total td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	text-align:left;
}
#module_cart .checkout .button {
	margin-bottom:10px;
}
#module_cart .checkout {
	clear: both;
	text-align: right;
}
#module_cart .empty {
	text-align:left;
	line-height:17px;
	padding:5px 0;
}
.product-list #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.product-grid #image {
	float: left;
	margin-top:0px;
	z-index: 0;
}
.home-block #image {
	float: left;
	margin-top:0px;
	z-index: 0;
	}
/* box */
.box {
	margin-bottom:30px;
}
.box.featured{
	margin-bottom:0;
}
.box.specials, .box.new-products, .box.bestsellers {
	margin-bottom:20px;
}
.box .box-heading {
	font-size:16px;	
	line-height:19px;
	font-family: 'Roboto',sans-serif;
	font-weight:500;
	color:#333;
	padding:12px 20px 18px 19px;	
	margin-bottom:25px;
	/**grad--**/
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	/**--grad**/
	border:1px solid #c3c3c3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
.box.featured .box-heading {
	margin-bottom:10px;
	}
aside .box .box-heading{
	background-color:#f03d64;
	margin-bottom:10px;
}
aside .box.man .box-heading, aside .box.info .box-heading{
	background-color:#3e454c;
}
aside .box.category .box-heading, aside .box.man .box-heading, aside .box.info .box-heading{
	margin-bottom:10px;	
}
#content .box.specials {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
	}
/* box products */
.box .box-content .box-product ul li.first-in-line {
	clear:left;
	}
.product-list .hr-line{
	display:none;
}
aside .box .box-content .box-product ul  {
	width:auto;
	margin:0;
	}
aside .box .box-content .box-product ul>li{
	width:100%;
	max-width:270px;
	padding:0
	}
.box-filter li {
	line-height:25px;
	color:#1B1A18;
	}
.box-filter li ul{
	padding-top:10px;
}
.box-filter label {
	cursor:pointer;	
	display:inline;
	padding-left:5px;
	}
.prod-stock {
	font-style:italic;
	color:#419433;
	font-size:14px;
}
.box-product {
	width:100%;
	margin:0;
	padding:0;
}
.box.subcat {
	border-bottom:0;
	padding-bottom:0;
	}
.box-product.box-subcat {
	margin-top:0 !important
}
.box-product.box-subcat .name.subcatname {
	overflow:hidden;
	margin:0;
}
.box-product.box-subcat .name.subcatname a {	
	margin-bottom:0;
	font-style:normal;
}
#content .box .box-content .box-product ul li.cat-height  {
	border:0px;
	}
.zoomContainer {
	z-index:10;
}
.zoom-top img {
	opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zoom-top a:hover {
	background-color:#7E7E7E;
	}
.zoom-top a{
	display:block;
	width:30px!important;
	height:30px!important;
	 background-color: #f03d64;
	 color:#fff;
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:25;
	font-size:25px;
	text-align:center;
	line-height:30px;
}
.zoom-top a:before{
	background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
	content: "\f00e";
	width:30px;
	line-height:30px;
}
.box-product > li.tree-div {
	margin-right:0;
}
.box-product > li {
	width:176px;
	display: inline-block;
	vertical-align: top;
	margin-right:42px;
	margin-bottom:28px;
}
#module_cart .cart .name a {
	text-decoration:none;
	line-height:17px;
}
#module_cart .cart .name a:hover {
	text-decoration:underline;
}
.box .box-product .image {
	display: block;
	text-align:center;
	margin-bottom: 15px;
	border: 1px solid #C3C3C3;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.box-product.box-subcat .image {
	margin-top: 0;
}
.box-product .name , .product-grid .name{	
	margin-bottom:5px;
	}
.box-icon {
	padding:15px 18px 16px 20px;
	border-bottom:1px solid #c3c3c3;
	display:inline-block;
	width:100%;
	float:left;
}
.box-text{
	display:inline-block;
	padding:15px 20px 12px 20px;
}
.description, .description1 {
	margin-bottom:7px;
}
.box-product .name a {
	display: inline;
}
.box-product .rating, .preview .rating, .product-grid .rating, .product-list .rating{
	display: inline-block;
}
.box-product .buttons-cart, .product-grid .buttons-cart, .product-list .buttons-cart{
	float:right;
}
.box-product .rating img, .product-grid .rating img, .product-list .rating img{
	height:auto;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.afine {
	list-style:none;
	margin:0;
	padding:0;
}
.afine li:first-child, .acount li:first-child {
	border:0px
}
.afine li, .acount li {

}
.afine li a + a {
	background:none;
	padding-left:0;
}
.acount {
	list-style:none;
	}
.content ul {
	list-style:none;
	margin:0;
	padding:0;
}
.content ul li a {
	text-decoration:none;
	line-height:normal;
	color: #333;
    font-size: 13px;
    line-height: 16px;
}
.content ul li a:hover, .content ul li a:hover i {
	color: #f03d64;
}
.content ul li:first-child {
	border:none;
}
.content ul li {
	padding-bottom:6px;
	padding-top:6px;
}
.account-account .box-container ul {
	margin-bottom:20px;
	margin-left:15px;
}
.content ul li a i{	
	font-size: 13px;
	margin-right:10px;
	color:#333;
}
.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;
}
/***********************************************************************category*************************************************************/
.fa.fa-chevron-up:before   { content: "\f077" !important; }
li.parent> i:hover {
	cursor:pointer;
	color:#f03d64;
	}
li.parent> i {
	float:right;
	font-size:14px;
	line-height:42px;
	width:50px;
	text-align:center;
	color:#ababab;
	position:absolute;
	right:0;
    top: 0;
	height:100%;
	}
#menu-gadget li.parent> i {	
	margin-top: 0;
	}
.box.category li{
	position:relative
	}
.box.category .box-content {
	padding-bottom:20px;
	}
aside .box.category .box-content {
	padding-bottom:0;
	}
.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:#f03d64
	}
.box.man .box-content, .box.info .box-content, .box .box-content li .padding, .product-grid li .padding, .product-list li .padding, .related-slider li .padding, #compare .box-content .image{
	border:1px solid #c3c3c3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.box.specials .box-content, .box.featured .box-content, #compare .box-content{
	border:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.box.man .box-content> ul > li, .box.info .box-content> ul > li {
	border-top:1px solid #c3c3c3;
	}
.box.man .box-content> ul > li a, .box.info .box-content> ul > li a{
	display:block;
	padding:12px 10px 15px 19px;
	width:100%;
	}
.box.man .box-content> ul > li:first-child, .box.info .box-content> ul > li:first-child {
	border-top:none;
	}
.box.man .box-content> ul > li > a, .box.info .box-content> ul > li > a {
	font-weight:normal;
	color:#777;
	font-family: 'Roboto',sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:500;
	}
	
.box-content> ul > li  ul {padding:0px 0px 0px 0px;margin:0px 0px 0px 10px;}
.box-content> ul > li  ul > li{padding:0px 0px 0px 10px;margin:0px 0px 0px 0px;}
.box-content> ul > li  ul > li > a {content:'\f107'; padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;font-weight:normal;color:#777;font-family: 'Roboto',sans-serif;font-size:14px;line-height:1px;font-weight:500;}
	
.box-category > ul > li.active>a, .box-category > ul > li>a:hover,
.box.man .box-content> ul > li.active>a, .box.man .box-content> ul > li>a:hover,
.box.info .box-content> ul > li.active>a, .box.info .box-content> ul > li>a:hover,
.box.man ul li a.active {
	color:#f03d64;
	}
.box-category > ul > li:first-child {border:0}
.box-category > ul > li {
	position:relative;
	}
.box-category > ul > li strong {
	display:none;
}
.box-category > ul > li.last {
	border:none;
}
.box-category > ul > li ul {
	display:none;
	padding:15px 0 15px 25px;
	background-color:#E7EBED;
	}
.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: #f03d64;
	}
.box-category > ul > li ul > li {
	padding:5px 0;
	}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: inline-block;
	color:#ababab;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	}
.box-category > ul > li ul > li > a.active {
	color:#f03d64
}
.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;
}
/* category */
h1.style-1 {
	border-bottom: 1px solid #c3c3c3;
    margin-bottom: 25px;
    padding-bottom: 20px;
    }
.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-bottom: 6px;
	padding-left: 14px;
	padding-top: 6px;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color: #f03d64;
	}
.sitemap-info ul li a i {
    font-size: 13px;
    margin-right: 10px;
	color:#333;
	}
.sitemap-info ul li a:hover, .sitemap-info ul li a:hover i {
	color:#f03d64;
	}
.sitemap-info ul li a {
	text-decoration: none;
	text-transform:capitalize;
	font-weight:500;
	color: #333;
    font-size: 13px;
    line-height: 16px;
}
.category-list .div a {
	text-decoration: underline;
	
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom:-1px;
	border:1px solid #c3c3c3;
}
.manuf-p a{
	color:#f03d64;
}
.manuf-p a:hover{
	color:#333;
}
.manufacturer-content a{
	color:#333;
	font-weight:500;
}
.manufacturer-content a:hover{
	color:#f03d64;
}
.manufacturer-heading span {
	background:#ee3d64;
	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:#fafbfc;
	font-size: 13px;
	font-weight: bold;
	padding:5px;
	margin-bottom: 6px;
	border-bottom:1px solid #c3c3c3;
}
.manufacturer-content {
	padding:30px 40px;
	overflow:hidden;
}
.manufacturer-list ul li a i{
	color:#333;
	font-size:13px;
	font-weight:normal;
	margin-right:9px;
	}
.manufacturer-list ul li a:hover i{
	color:#f03d64;
	}
.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 */
.product-filter .product-compare {
	float:left;
	margin-left:10px;
	}
.product-filter select {
	margin-bottom:0;
	}
.product-filter {
	overflow:hidden;
	line-height:32px;
	border:1px solid #c3c3c3;
	border-width:1px 0;
	padding:15px 0;
	margin-bottom:30px;
}
.product-filter .display {
	float:right;
	}

.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort b {
	padding-right:7px;
	color:#333;
	font-weight:500;
	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:#333;
	font-weight:500;
	text-transform:uppercase;
}
.product-filter .limit {
	margin-left: 13px;
	float:left;
	font-weight:bold;
	}
.product-list ul li:first-child {
	border-top:0;
	padding-top:0;
	margin-top:0;
	}
.product-list ul li {
	margin-top:25px;
}
.product-list .left {
	position:relative;
	
}
.product-list .right {
	text-align:left;
	}
.product-list .box-icon {
    padding: 0 0 15px;
}
.product-list .box-text{
    padding: 15px 0 0;
}
.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;
	margin-left:6px;
	font-weight:normal;
	font-size:28px;
}
#grid_a  i, #list_a i{
	color:#c3c3c3;
}
#list_b i, #grid_b i {
	cursor:default;
	}
#list_b i, #grid_b i , #list_a:hover i, #grid_a:hover i  {
	color:#f03d64;
	}
.product-filter .display {
	position:relative;
	}
.product-filter .display b {
	float:left;
	color:#1B1A18;
	text-transform:uppercase;
	display:none;
	}
.product-list .description {
	overflow:hidden;
	margin-bottom: 10px;
}
.product-grid ul li {
	text-align:left;
	position:relative;
	margin-bottom:30px;
	}
.product-grid ul li.first-in-line {
	clear:left
	}
.extra-prod input {
	padding-bottom:4px;
}
.extra-prod {
	padding-top:6px;
}
.or {
	padding-top:3px;
}
.product-grid .image {
	display: block;
	text-align:center;
}
.product-grid .description {
	overflow:hidden;
	display:none;
}
.product-list .price-tax {
	font-size:12px;
	line-height:14px;
	margin-bottom:5px;
	font-weight:500;
	color:#333;
	display:block;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.buttons-cart .wishlist, .buttons-cart .compare , .box-product .cart, .product-grid .cart, .product-list .cart,
.product-info .wishlist, .product-info .compare{
	display:inline-block;
}
.product-grid .left{
	position:relative;
}
.product-grid  .imag, .product-list .imag{
	position:relative;
}
.box-product .cart, .product-grid .cart, .product-list .cart  {
   position:relative;
   float:right;
   margin-bottom:8px;
   margin-left:10px;
}
.related .box-product .cart{
    margin-left: 0;
}
.product-list .imag .cart  {
   right:15px; 
}
.related-info .inner{
	position:relative;
}
.box-product .image2> .cart i, .box-product .image> .cart i, .product-grid .imag .cart i, .product-list .imag .cart i{
  width:66px; height:66px;
  font-size:35px;
  line-height:66px;
  color:#fff;
  background:#f03d64;
  margin-right:0;
}
.product-list .imag .cart i{
	font-size: 28px;
    height: 53px;
    line-height: 53px;
    width: 53px;
}
.related .box-product .image> .cart i{
  width:42px; height:42px;
  font-size:22px;
  line-height:42px;
}
.box-product .image2>.cart a:hover i, .box-product .image>.cart a:hover i, .product-grid .imag .cart a:hover i, .product-list .imag .cart a:hover i{
  background:#333;
  color:#fff;
}
.content-border h2{
	margin-bottom:30px;
	}
.content-border {
	background:#fff;
	border:1px solid #c3c3c3;
	padding:30px 40px;
	margin-bottom:30px;
	}
.compare-block .image a{
	display:block;
}
/*************************** Product ***************************************/
#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;
	}
#compare .box-heading{
	margin-bottom:30px;
}
#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:#f03d64
	}
#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 {
	padding-bottom:7px;
	margin-top:20px;
}
.product-info h1.view {display:none;}
.product-info h1 {
	border-bottom:1px solid #c3c3c3;
	margin-bottom:20px;
	padding-bottom:20px;
	}
.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:15px;
}
.product-info .image-additional {
	overflow:hidden;
	max-width:270px;
	position:relative;
	clear: both;
	padding:0 19px;
	}
.product-info .image-additional li {
	float:left;
	max-width:70px;
}
.product-info .image-additional li.last {
	margin-right:0;	
}
#zoom1 img {
	background:#fff;
}
.zoomWindow {
	border-color:#f0f0f0 !important;
}
.product-info .image-additional a {
	display: block;
	border:1px solid #c3c3c3;
	margin-right:1px;
}
.product-info .image-additional a:hover {
	border-color:#f03d64;
}
.product-info .image-additional .bx-controls a {
	border:none;
}
.image-additional .next:hover, .image-additional .prev:hover  {
	color:#f03d64
	}
.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;
	margin-bottom:20px;
	}
.product-grid .description {
	overflow:hidden;
	display:none;
}
.product-list .description1 {
	overflow:hidden;
	display:none;
}
.product-info .description .product-section a{
	color:#f03d64;
	font-weight:bold;
	}
.product-info .description .product-section a:hover{
	color:#333;
	}
.product-info .description .product-section span {
	color:#333;
	font-family: 'Roboto',sans-serif;
	font-weight:500;
	}
.product-info .description .product-section .prod-stock{
	display:inline-block;
	background-color:#419433;
	font-family: 'Roboto',sans-serif;
	color:#fff;
	font-style:normal;
	padding:0 7px;
	margin:0 9px;
	}
.product-info .price {
	text-transform:uppercase;
	color:#333;
	font-size:13px;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	padding:23px 0;
	margin-bottom:20px;
	}
.product-info .price .price-new {
    float: none;
}
.product-info .price .text-price{
	font-family: 'Roboto',sans-serif;
	margin-right:5px;
	font-weight:500;
	}
.product-info .price .price-new{
	color: #333;
    font-size: 25px;
	margin-right:6px;
	}
.product-info .price .price-old{
	color: #e13d61;
    font-size: 20px;
	margin-right:8px;
	}
.product-info .price .price-tax{
	color:#333;
	text-transform:none;
	font-weight:normal;
	}
.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 .extra-button {
	float:left;
	}
.product-info .options {
	border-bottom:1px solid #c3c3c3;
	margin-bottom:20px;
	padding-bottom:15px;
	} 
.product-info .option {
	margin-bottom:10px;
}
.product-info .cart-top {
	border-bottom:1px solid #c3c3c3;
	padding-bottom:15px;
	margin-bottom:20px;
	line-height:0;
	} 
.product-info .extra-button{
	margin-top:12px;
}
.buttons-cart {
	line-height:0;
	margin-top:2px;	
}
.q-mini {
	width:30px;
	}
img#captcha {
	vertical-align:top;
	margin-bottom:20px;
	}
#tab-review input[name="captcha"] {
	margin-right:20px;
	}
#tab-review #review .content{
	margin-bottom:10px;
}
.border {
	border-bottom:1px solid #c3c3c3;
	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 {
	padding-bottom:23px;
	border-bottom:1px solid #c3c3c3;
	margin-bottom:20px;
	}
.product-info .review a+a {
	margin-left:20px;
	}
.product-info .review img{
	float:left;
	margin-right:20px;
	margin-top:7px;
	}
.tab-content #review .content b{
	font-size:15px;
	line-height:25px;
	vertical-align:middle;
}
.product-info .review .btn-rew {
	float:left;
	}
.product-info .review .btn-rew a i{
	font-size:26px;
	color:#777;
	line-height:16px;
	width:1.1em;
	}
.product-info .review .btn-rew a:hover i{
	color:#333;
	}
.tabs {
	margin-bottom:15px;
	}
#tab-review input[name="captcha"] {
    margin-bottom: 10px;
}
#tab-review{
	margin-bottom:30px;
}
.tabs .tab-heading i{
	font-size:14px;
	line-height:16px;
	color:#333;
	float:right;
	}
.tabs .tab-heading:hover i{
	color:#f03d64;
	}
.tabs .tab-heading {
	font-size:16px;	
	line-height:19px;
	font-family: 'Roboto',sans-serif;
	font-weight:500;
	color:#333;
	padding:15px 20px;	
	margin-bottom:25px;
	/**grad--**/
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	/**--grad**/
	border:1px solid #c3c3c3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
.tabs .tab-content {
	padding:20px 0;
	}
#tab-review.tabs .tab-content {
	padding:20px 0 0;
	}
/**************compare block****************************/
.compare-block {
	margin-bottom:20px;
	}
.compare-block .image {
	margin-right:10px;
	}
.compare-block .remove a{
	font-size:19px;
	line-height:normal;
	}
.compare-block .remove a:hover i{
	color:#333;
	}
/**************************************************/
.compare-info {
	width: 100%;
	}
.block-compare {
	position:relative;
	overflow:hidden;
}
.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: #419433;
    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:#f03d64
}
.compare-info td.name a:hover {
	
	}
.compare-info td.last {
	border-right:0;
}
.compare-info thead td:first-child {
	text-align:left;
	}
.compare-info td:first-child {
	background-color:#fafbfc;
	color:#1B1A18;
	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:#f03d64
}
/* wishlist */
.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 .stock .prod-stock {
	
}
.wishlist-product tbody .quantity {
	text-align: right;
}
.checkout-product .table td.price {
	text-align:left;
	font-size:13px;
	font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 600;
	}
.checkout-product .table tbody td.price {
	font-size:17px;
	}
.table .total, .table .price {
	text-align: center;
	font-size:17px;
	color:#333;
	font-weight:600;
}
.table thead td {font-size:12px !important;}
.table .price s {
	color:#f03d64;	
	font-weight:bold;
	display:block;
}

input#sub_category {
	background:none;
	float: left;
    margin-left: -20px;
	}
/************************** contact page *********************/
.contact-info {
	background-color:#fff;
	border:1px solid #c3c3c3;
	padding:40px;
	margin-bottom:20px;
	}
.contact-info .contact-box i {
	color:#070707;
	font-size:26px;
	width:1.1em;
	vertical-align:middle;
	}
.contact-info .contact-box {
	margin-bottom:20px;
	line-height:26px;
	}
.contact-info .contact-box b{
	color:#333;
	font-family: 'Roboto',sans-serif;
	font-weight:600;
	text-transform:uppercase;
	margin-left:5px;
	}
.contact-info iframe {
	min-height:200px;
	max-height:300px
	}
.contact-info figure{
	margin:0;
	}
.content.contact-f textarea {
	max-width:100%;
	}
.content.contact-f {
	background-color:#fff;
	border:1px solid #c3c3c3;
	padding:40px 40px 20px;
	}
.content.contact-f div.buttons, .content.contact-f div.captcha {
	margin-top:20px;
	}
/************************** checkout page *********************/
.checkout-heading {
	margin-top:10px;	
	font-size:16px;	
	line-height:19px;
	font-family: 'Roboto',sans-serif;
	font-weight:500;
	color:#333;
	padding:15px 100px 15px 20px;
	/**grad--**/
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
	background-image: -o-linear-gradient(top, #fff, #f2f2f2);
	background-image: linear-gradient(to bottom, #fff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	/**--grad**/
	border:1px solid #c3c3c3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	}
.checkout-content {
	display:none;
	}
.checkout-content {
	margin-top:-1px;
	padding:20px 40px;
	border:1px solid #c3c3c3;
	}
.checkout-content .login-content .heading h2 {
	font-size:20px;
	}
.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #c3c3c3;
    padding-bottom: 6px;
	}
.checkout-heading {
	position:relative;
	}
.checkout-heading>a{
	position:absolute;
	font-size:15px;
	line-height:18px;
	color:#333;
	right:20px;
	top:14px;
	}
.checkout-heading>a:hover{
	color:#f03d64;
	}
.checkout-content label a:hover {
	text-decoration:underline;	
	}
.checkout-content label a {
	color:#f03d64;
	}
/************************** login page *********************/

.login-content .right, .login-content .left {
	background-color:#fff;
	border:1px solid #c3c3c3;
	padding:30px;
	margin-bottom:30px;
	}
.login-content .heading {
	overflow:hidden;
	border-bottom:1px solid #c3c3c3;
	padding-bottom:10px;
	margin-bottom:20px;
	}
.login-content .content>p{
	border-bottom:1px solid #c3c3c3;
	padding-bottom:20px;
	}
.login-content .heading i{
	font-size:56px;
	color:#f03d64;
	float:left;
	margin-right:14px;
	}
.login-content .heading h2 {
	margin-top:0;
	margin-bottom:2px;
	font-size:23px;
	color:#1B1A18;
	}
.login-content .heading b {
	font-size:13px;
	color:#737373;
	font-style:italic;
	font-weight:normal;
	}

/*.login-content .form-horizontal .control-label {
	width:110px;
	}
.login-content .form-horizontal .controls {
	margin-left:120px;
	}*/
.login-content .form-horizontal .controls input {
	width:94%;
	max-width:100%
	}
.login-content .login-buttons {
	border-top:1px solid #c3c3c3;
	padding-top:20px;
	}

.buttons .right label {
	text-align:left;
	}
.login-content {
	overflow:hidden;
}
.box-container {
	
}
.login-content .left p + p {
	margin-bottom:16px;
}
.link-login {
	text-decoration:underline;
	display:inline-block;
	color:#f03d64;
	font-style:italic;
	margin-left:15px;
	margin-top:5px;
}
.affiliate-login .login-buttons .link-login , .account-login .login-buttons .link-login{
	margin-top:3px;
}
.link-login:hover {
	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 select {
	
}
#register .q1 {
	
}
#register .content {
	border:none!important;
	padding:0!important;
}
/* orders */
.order-list, .return-list {
	border: 1px solid #c3c3c3;
    margin-bottom:30px;	
}
.order-content span, .heading-order-list span, .account-order .order-list strong{
	color:#333;
	font-weight:500;
	}
.order-content a.button span, .order-content a:hover span, .heading-order-list a:hover span, .account-order .order-list a:hover strong{
	color:#fff;
	}
.order-content  span.or-price{
	color:#f03d64;
	font-weight:bold;
	}
.heading-order-list {
	background-color:#fafbfc;
	overflow:hidden;
	border-bottom: 1px solid #c3c3c3;
	text-transform:uppercase;
	font-weight:600;
	font-size:12px;
	font-family: 'Roboto',sans-serif;
	color:#777;
	padding:20px;
}
.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;
	color:#777;
	}
.order-list .order-content div > span {
	
}
.order-list .order-content div .button {
	margin-top:3px;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.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-box {
	
	}
.return-p {
	padding-left:17px;
}
.return-p p {
	margin-bottom:13px;
}
.return-list {
	margin-bottom: 10px;
}
#content .content.return-box {
	padding:14px 10px 11px 20px;
	margin-bottom:10px;
}
.content.return-box h2 {
	margin-bottom:14px;
}
#content .content.return-box .left {
	width:320px;
}
#content .content.return-box .right {
	width:320px;
}
.content.return-box label {
	font-size:12px;
	font-weight:bold;
	}
.content.return-box span {
	}
.content.return-box input {
	margin-top:6px;
	margin-bottom:7px;
	width:310px;
}
.content.return-box .error {
	padding-bottom:5px;
	display:block;
}
.return-box-3 {
	margin-bottom:20px;
	padding:14px 10px 10px 20px;
}
.return-box-3 h2 {
	margin-bottom:15px;
}
.return-box-3 textarea {
	width:310px;
	height:188px;
	max-width:310px;
	max-height:188px;
}
.return-box-3 .return-captcha {
	width:320px;
	margin-top:-3px;
}
.return-box-3 .return-captcha b {
	padding-bottom:6px;
	display:block;
}
.return-box-3 .return-captcha input {
	width:170px;
	margin-bottom:10px;
}
.return-box-3 .return-additional {
	margin-bottom:11px;
}
.return-box-3 .buttons {
	padding:0;
	margin-bottom:0;
}
/* button */
.button-return-right-i:hover, .button-return-right:hover {color:#333; cursor:pointer;}
.button-return-right{
	border:0px;
	background:none;
	color:#f03d64;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
	font-family: 'Roboto',sans-serif;
	}
#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
	}
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:#333;
	}
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, .button-return-right-i:hover i{
	color:#333;
	}
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:0px;
	color:#f03d64;
	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:#f03d64;
	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 0px 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 0px;
	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;
	}
/* button */



.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-product {
	
	}
.return-name {
	
}
.return-model {
	
}
.return-quantity {
	
}
.return-detail {
	
}
.return-reason {
	
	}
.return-opened {
	
	}
.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%;
}
.return-captcha {
	
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
a {
	outline:none;
}
a:hover i.fa.fa-trash-o-o {
	color:#333;
	}
a i.fa.fa-trash-o-o {
	color:#f03d64;
	}
i.fa.fa-trash-o-o {
	font-size:26px;
	}
.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 0px 19px 18px;
	display: none;
	overflow: auto;
	border-top:none;
	
}
.cart-info2 {display:none;}
.cart-info {
	overflow:hidden;
	margin:20px 0;
}
.content.shop-cart-content>p{
	border:1px solid #c3c3c3;
	border-bottom:0;
	margin:0;
	padding:20px;
	}
.shop-cart table thead td {
    background: none;
}
a.input-update {
	
	}
.mt5 {margin-top:5px;}
a.input-update i{
	color: #f03d64;
	font-size:26px;
	}
a.input-update:hover i{
	color: #333;
	}
#cboxLoadedContent td>input[type="radio"]{
	margin:0px;
	float:none
	}
td.quantity>input[type="text"] {
	width:40px
	}
table#total  td {
	background-color:#fafbfc;
	padding:20px;
	text-transform:uppercase;
	width:80%
	}
.checkout-cart .cart-total table#total  td ,  .checkout-product .table > tbody > tr > td{
	vertical-align:middle;
	}
table#total  td+td {
	background-color:#fff;
	color:#333;
	text-align:left;
	font-size:16px;
	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 #c3c3c3;
	border-top:0;
	border-bottom:0;
	}
/*********************************************************************/
table.radio tbody td {width:100%}
.sitemap-info ul {
	margin-top:10px;
}
.sitemap-info li a {
	text-decoration:none;
}
.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%;
}

/* footer */
footer {	
	margin-bottom:29px;
	clear: both;
	overflow: hidden;
	margin-top:35px;
	}
.common-home footer {
	margin-top:0;
	}
footer h3 {
	word-wrap:break-word;
	color:#fff;
	}
footer li {
	padding:7px 0;
	}
footer li a {
	font-size:13px;
	line-height:16px;
	color:#fff;
	word-wrap:break-word 
	}
footer li a:hover{
	color:#fff;
	}
footer li a:hover i{
	color:#e13d61;
	}
footer li i{
	font-size:13px;
	line-height:16px;
	color:#8b8888;
	padding-right:7px;
	}
.footer-block.last li i{
	padding-right:10px;
}
.footer-block.last li i.fa-caret-right{
	display:none;
}
.footer-block.last li i{
	padding-right:10px;
}	
footer .foot-phone div {
	color:#fff;
	font-size:13px;
	line-height:22px;
	}
footer .foot-phone div.fleft {
	margin-top:5px;
	}
footer .foot-phone i{
	line-height:normal;
	font-size:40px;
	line-height:40px;
	color:#f03d64;
	width:1.1em;
	}
span.toggle {
	display:none;
}

#powered br {display:none;}
#powered a {
	font-size:12px;
	color:#777;
	text-decoration:none;
	}
#powered a:hover {
	color:#f03d64;
	}
#powered {
	margin-top:12px;
	display:block;
	font-size:12px;
	line-height:14px;
	color:#777;
	}
#powered ul{
	display:inline-block;
	float:right;	
	margin-top:-3px;
	}
#powered ul li{
	display:inline-block;
	float:left;
	margin-left:10px;
	margin-right:1px;
	padding:0;
	}
#powered ul li a{
	display:inline-block;
	}
#powered ul li i{
	font-size:23px;
	line-height:24px;
	color:#3d6aa7;
	}
#powered ul li i.fa-twitter-square{
	color:#09c7f6;
	}
.return-captcha input img {vertical-align:top;}
.return-captcha input {
	margin-bottom:10px;
	vertical-align:top;
	}
/********************************************************************************************************************************************************************************************************/
/* banner */
.banner{
	margin: 0 0 10px;
	border:1px solid #c3c3c3;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	overflow:hidden;
	background:#f2f2f2;
}
.banner>div.col-sm-4 {
	position:relative;
	border-right:1px solid #c3c3c3;
	padding:0;	
	}
.footer-block {
	display:block;
	width:234px;
	height:215px;
	float:left;	
	padding:16px 10px 0px 20px;
	border-right:1px solid #fff;
}
.footer-block.last {
	border-right:none;
}
.footer-content {
	background:#3f3f3f;
	display:block;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.banner>div.col-sm-4.last {
	border-right:none;
	}
.banner-line{
	clear: both;
	display: block !important;
	overflow: hidden;
	width: 100%;
	height: 0;
	border-top:1px solid #c3c3c3;
}
.cont-bottom .banner>div.col-sm-4 {
	width:100%;
	margin-bottom: 11px;
	}
aside .banner > div:hover img{
	opacity:0.8;
	filter:alpha(opacity=80)
	}
aside .banner > div {
	width:auto;
	max-width:270px;
	min-width:none
	}
.banner>div>a{
	display:block;
	position:relative;
	background-color:#fff;
	}
.banner a:hover .s-desc:after{
	background-color:#3e454c;
	}
.banner img {
	width:100%;
	height:auto;
	background-color:#fff;
	}
.banner .s-desc {
	display:inline-block;
	position:absolute;
	top:7.3%;
	left:5%;
	width:80%;
	color:#777;
	font-size:13px;
	line-height:18px;
	font-weight:normal;
	text-align:left;
	}
.banner>div>a:after {
	position:absolute;
	content:'';
	display: block;
	font-weight:normal;
	width:100%;
	height:29px;
	top:100%; left:0;
	}
.banner .s-desc h1{
	font-size:23px;
	line-height:30px;
	color:#e13d61;
	font-weight:800;
	margin:0 0 3px 0;	
	text-transform:uppercase;	
	}
.banner .s-desc p{	
	width:52%;
	font-size:13px;
	margin-bottom:30px;
	margin-left:2px;
	line-height:16px;
	float:none;
	}
.banner .s-desc span{	
	display:inline-block;
	font-size:16px;	
	line-height:15px;
	height:39px;
	color:#fff;
	font-weight:500;
	padding:10px 19px 10px 20px;
	margin-left:2px;
	/**grad--**/
	background-color: #6c6c6c;
	background-image: -moz-linear-gradient(top, #6c6c6c, #3d3d3d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c6c6c), to(#3d3d3d));
	background-image: -webkit-linear-gradient(top, #6c6c6c, #3d3d3d);
	background-image: -o-linear-gradient(top, #6c6c6c, #3d3d3d);
	background-image: linear-gradient(to bottom, #6c6c6c, #3d3d3d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6c6c6c', endColorstr='#ff3d3d3d', GradientType=0);
	/**--grad**/
	text-shadow:0 1px 0 rgba(0,0,0,.33);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-bottom:1px solid #070707;
	}
.banner a:hover .s-desc span{
	/**grad--**/
	background-color: #f03d64;
	background-image: -moz-linear-gradient(top, #f03d64, #e13d61);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f03d64), to(#e13d61));
	background-image: -webkit-linear-gradient(top, #f03d64, #e13d61);
	background-image: -o-linear-gradient(top, #f03d64, #e13d61);
	background-image: linear-gradient(to bottom, #f03d64, #e13d61);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff03d64', endColorstr='#ffe13d61', GradientType=0);
	/**--grad**/
	border-bottom-color: #90273e;
	}
/* AJAX Add to Cart Confirm by Harryo*/
.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 {
	color:#000
}
.success>img{
	max-width:70px;
	height:auto;
	float:left;
	background-color:#efeeee;
	margin-right:10px;
	border:1px solid #c3c3c3
}
.success a:hover {
	text-decoration:none;
	color:#f03d64
}
.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:#f03d64}
.success span {
	overflow:hidden;
	position:absolute;
	right:8px;
	top:8px;
	opacity:1
}
.success i {color:#6d6d6d}
.success i:hover {color:#f03d64;}
.success i.fa.fa-thumbs-up{
	font-size:31px;
	color:#f03d64;
	margin-right:10px;
	vertical-align:middle;
	}
.close {color:transparent; text-shadow:none}
.success a {color:#f03d64;}
.success a:hover {text-decoration:underline;}
.success {
	width:100%;
	position:fixed;
	z-index:99999!important;
	/*box-shadow:0 0 20px rgba(0,0,0,0.13);*/
	top:0;
	left:0;
	padding:18px 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:#1B1A18;
	display:none;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	}
#wrap {
	z-index:10!important;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #c3c3c3;
	padding-left:20px;
}
/**************************************************************related****************************************************************/
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
/***/
.image {position:relative; overflow:hidden;}
.related-info .wishlist, .related-info .compare {
	display:inline-block;
	}
.related-info {
	display:inline-block;
    float: left;
	position:relative;	
	border-bottom:0 !important;
	}
.related {
	padding:0 50px;
	position:relative;
	}
.related .name {
	overflow:hidden;
	}
.related .prev:hover, .related .next:hover {
	color:#f03d64
	}
.related .prev, .related .next {
	position:absolute;
	top:50%;
	font-size:26px;
	color:#7e7e7e;
	margin-top:-31px;
	}
.related .prev {
	left:0
	}
.related .next {
	right:0
	}
/***********************************************************about-page**************************************************************************/
.about-page i:before {text-indent:0}
.about-page i{
	display:block;
	color:#333;
	font-size:56px;
	float:left;
	width:56px;
	height:56px;
	margin-right:15px;
	overflow:hidden;
	}
#cboxContent .about-page {
    padding-left:15px;
	padding-right:15px;
}
#cboxContent h1 {
	padding-top:10px;
    padding-left:15px;
	padding-right:15px;
}
/******************************************************************************************************************************************/
#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
	padding:15px;
}
.preview .left.col-sm-4{
	min-height:0;
}
.preview .marg { margin-bottom:25px;}
.preview .price { width:100%; overflow:hidden;}
.preview .price span { float:left; margin-right:10px;}

.preview .right .inf span { 
	display:block;
	margin-bottom:10px;
}
.preview .price .text-price { 
	font-size:12px;
	color:#777;
}
.preview .image3 a{
	display:block;
}
.preview .right .inf span.text-price { margin-left:0;}
.preview .right h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.preview .inf .prod-stock {
    margin-bottom: 10px;
}
.preview .description {
	height:auto;
	padding:15px;
	overflow:auto;
	border:1px solid #c3c3c3;
}
.preview .cart { 
	float:left;
	margin-bottom: 10px;
    margin-right: 12px;
	}
.cart-button .wishlist, .cart-button .compare {
    margin-top:10px
}
.preview  .cart-button .wishlist, .preview  .cart-button .compare {
    margin-bottom:10px
}
.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;}
.rating img{
	 display:inline-block;
	 height:auto;
 }
.box li .padding, .box li {
	position:relative;
	}
.box li .inner{
	position:relative;	
}
.box.featured li{
	margin-bottom:30px;
}
.box .box-filter {
	padding-bottom:15px;
}
.box.box-filter .box-heading {
	background-color:#3E454C;
}
.box .box-product.box-subcat ul li {
	margin-bottom:30px;
	}
.box .box-content .box-product ul li .quick-view-button {
	float:left;
	}
.box .box-content .box-product ul li .quick-view-button:hover {
	color:#f03d64
	}
.box .box-content .box-product ul li .quick-view-button {
    opacity:0;
	visibility:hidden;
    right:-1px;
    position: absolute;
    top: 0;
	font-size:19px;
	color:#fff;
	line-height:40px;
	width:40px;
	height:40px;
	text-align:center;	
	color:#9b9b9b;
	}
.box .box-content .box-product ul li:hover .quick-view-button {
    opacity:1;
	visibility:visible
}
/********************* bootstrap reset *********************************************/
.table-bordered {
	border-radius:0
	}
.table thead td {
	text-transform:uppercase;
	color:#1B1A18 !important;
	font-family: 'Roboto',sans-serif;
	font-size:13px;
	font-weight:600;
	background-color:#fafbfc;
	}
.table th, .table td {
	padding:20px;
	border-color:#c3c3c3;
	-moz-box-sizing: border-box; /* Для Firefox */  
    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:12px;
	}
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 {
	border-radius:0;
	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;
	}
.table-bordered {
	border-color:#c3c3c3;
	}
.checkout-cart .cart-total .table-bordered {
	margin-top:-1px;
	}
label, input, button, select, textarea {
	font-size:12px;
	color:#777;
	}
label {
	color:#333;
	font-weight:bold;
}
textarea {
	resize:none
	}
label{
	cursor:default
	}
.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; 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;}
#fancybox-content .about-page{
	padding-left:20px;
	padding-right:20px;
}
#fancybox-content h1{
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
p{text-align:justify;}
#cboxContent .about-page {padding:0 25px}
#fancybox-content {background-color:#fff;}

/****lang------------------*****/
html[lang="de"] .box-product .buttons-cart .cart{
	margin-right:0;
	float:none;
	width:100%;
}
html[lang="de"] a.button, html[lang="de"] a.button-prod {
    padding: 0 8px;
	}
html[lang="de"] a.button i, html[lang="de"] a.button-prod i{
    margin-right: 5px;
	}
html[lang="de"] .related a.button i{
    display:none;
	}
html[lang="es"] .product-compare a.button span  {
	line-height:16px;
	vertical-align:middle;
	}
/****------------------lang*****/
.ulfoot li{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;line-height:21px;}