@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic|Open+Sans+Condensed:300,700,300italic);
@font-face {
  font-family: 'Helvetica Condensed';
  src: url(catalog/view/theme/theme420/fonts/Helvetica-Condensed.otf);
}
@font-face {
  font-family: 'OpenSans-SemiBoldItalic';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-SemiboldItalic.ttf);
}
@font-face {
  font-family: 'OpenSans-BoldItalic';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-BoldItalic.ttf);
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family: 'OpenSans-LightItalic';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-LightItalic.ttf);
}
@font-face {
  font-family: 'OpenSans-ExtraBoldItalic';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-ExtraBoldItalic.ttf);
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-Semibold.ttf);
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url(../../../../../admin/view/javascript/ckeditor/fonts/OpenSans-ExtraBold.ttf);
}
html {
	margin: 0;
	padding: 0;
}
html, body {
	margin:0;
}
body {
	color: #8d8c8c;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	background:#fff;
	font-size:14px;
	/*line-height:18px;*/
	min-width:260px;
}
#body {
	background-color:#fff;
max-width:1140px;
margin:0 auto;
}
td, 
th,
input, 
textarea, 
select {
	font-size: 12px;
}
.account-order .order-content .order-info a{
	font-size:20px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
iframe {
	border: 1px solid #e3e3e3;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
}
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: #5e5f60;
	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: 2px solid #e3e3e3;
	-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;
	height:38px;
}

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

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 #D7D7D7;
}

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: #3399cc;
}
a:hover {
	text-decoration:none;
	color:#000;
}
a img {
	border: none;
}
form {
	margin-bottom:0;
}
.p0 {
	padding:0px !important
}
.m0 {
	margin:0px !important
}
.mt0 {
	margin-top:0px !important
}

h1,
h2,
h3,
h4,
h5 {
	color:#000;
}

/***********************/
@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:615px;
}
#back-top a:hover span {
	background: #e2e0df;
	border-color:#fff;
}
#back-top a:hover span:after {
	color:#000;
}
#back-top span {
	background: #eceae9;
	border:1px solid #fefefe;
    display: block;
    height: 32px;
    width: 32px;
}
#back-top span:after {
    color: #393939;
    content: "\f077";
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}
#back-top a:hover span {
	background-position:left bottom;
}
/* header-style */
.header-modules {
	position:relative;
	z-index:1;
	overflow:hidden;
	margin-bottom:20px;
}
/* layout */
#container {
	text-align: left;
}
/* header */
header {
	position: relative;
	color:#9d9d9d;
	margin-bottom:0px;
}
.common-home header {
	margin-bottom:0;
}
header #logo a img {
	vertical-align:top;
	max-width:100%;
	width:100%;
}
header #logo {
	display:inline-block;
	max-width:100%;
}
.header-block{
	display:inline-block;
	float:right;
}
header .phone{
	display:inline-block;
	float:right;
	color:#000;
	font-size:32px;
	line-height:38px;	
	margin-bottom:3px;
}
header .phone span{
	color:#393939;
	font-size:22px;
	margin-right:-3px;
}
.block-language {
	color: #999;
	line-height: 17px;
}
.block-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;
}
.box-currency {
	float:right;
}
.box-currency >div .heading-1 {
	display:none;
}
.swipe-menu .box-currency {
	float:none;
}
.swipe-menu .box-currency form {margin:0;}
.swipe-menu .box-currency .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#ededed;
	border:0;
	border-bottom:1px solid #f2f2f2;
	padding:0;
}
.swipe-menu .box-currency .ul a:first-child {
	margin-left:30px;
}
.swipe-menu .box-currency .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#777;
}
.swipe-menu .box-currency .ul a:hover,
.swipe-menu .box-currency .ul a span.act {
	color:#000;
}
#body .swipe .swipe-menu .box-currency .heading {
	display:none;
}
#body .swipe .swipe-menu .box-currency>div {
	display:block;
}
#body .swipe .swipe-menu .box-currency .heading-1{
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #e3e3e3;
	font-size:14px;
	
}
#body .swipe .swipe-menu .box-currency .heading-1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#000;
	padding-left:0;
	margin-right:9px;
}
#body .swipe .swipe-menu .box-currency .heading-1 i.fa.fa-angle-down {
	font-size:13px;
	text-align:center;
	float:right;
}
/* language */
.block-language {
	float:right;
}
.toprow .block-language>div.heading1 {
	display:none;
}
.swipe-menu .block-language  {
	float:none;
}
.swipe-menu .block-language .ul {
	position:relative;
}
.swipe-menu .block-language .heading {
	display:none;
}
.swipe-menu .block-language {
	float:none;
}
.swipe-menu .block-language .ul {
	display:none;
	top:0;
	left:0;
	right:auto;
	position:relative;
	width:100%;
	background:#f2f2f2;
	border:0;
	border-bottom:1px solid #e3e3e3;
	padding:0
}
.swipe-menu .block-language .ul a:hover {
	color:#000;
}
.swipe-menu .block-language .ul a:first-child {
	margin-left:30px;
}
.swipe-menu .block-language .ul a {
	display:inline-block;
	padding:20px;
	line-height:20px;
	color:#777;
	text-transform:uppercase;
}
.swipe-menu .block-language .ul a.act {
	color:#000;
}
#body .swipe .swipe-menu .block-language .heading {
	display:none;
}
#body .swipe .swipe-menu .block-language>div {
	display:block;
}
#body .swipe .swipe-menu .block-language .heading1 {
	display:block;
	padding:11px 20px;
	float:none;
	border-bottom:1px solid #e3e3e3;
	font-size:14px;
	
	color:#777;
}
#body .swipe .swipe-menu .block-language .heading1:hover, #body .swipe .swipe-menu .box-currency .heading-1:hover{	
	color:#000;
}
#body .swipe .swipe-menu .block-language .heading1 i {
	display:inline-block;
	font-size:26px;
	line-height:26px;
	vertical-align:middle;
	margin-top:0px;
	color:#000;
	text-align:center;
	margin-right:9px;
}
#body .swipe .swipe-menu .block-language .heading1 i.fa.fa-angle-down {
	font-size:13px;
	float:right;
}
/*======================header button=========================*/
.header-button {
	position:relative;
	z-index:28;
}
header .header-button {
	margin-left:8px;
}
.header-button>ul {
	display:none;
	position:absolute;
	background-color:grey;
	width:200px;
}
.header-button>div:hover {
	cursor:pointer;
}
.toprow .header-button>div i{
	font-size:14px;
	line-height:20px;
	vertical-align:top;
	color:#fff;
	margin-left:8px;
}
.toprow .header-button.active>div, .toprow .header-button>div:hover , .toprow .header-button.active>div i, .toprow .header-button>div:hover i{
	color:#fff;
}
.toprow .header-button>div {
	display:inline-block;
	font-size:11px;
	line-height:18px;
	height:20px;
	color:#fff;
	text-transform:uppercase;
	padding:0 7px;
	width:46px;
	text-align:right;
	margin:7px 0 8px;
	background:#000;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.toprow .block-language>div{ 
	background:#4e9bce;
}
.toprow .header-button .ul {
	display:none;
	position:absolute;
	background:#fff;
	border:1px solid #ebebeb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:46px;
	right:0; top:27px;
	}
.toprow .header-button .ul a:first-child {
	border-top:none;
}
.toprow .header-button .ul a {
	color:#8d8c8c;
	display:inline-block;
	width:100%;
	border-top:1px solid #ebebeb;
	font-size:14px;
	line-height:16px;
	text-align:center;
}
.toprow .header-button .ul a:hover {
	color:#000;
}
.toprow .header-button .ul a span {
	padding:5px 0;	
	display:block;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	cursor:pointer;
	}
/* Swipe Control */
body div.shadow {
	display:none;
}
#body .swipe .swipe-menu li a:hover {
	color:#000;
}
#body .swipe .swipe-menu li a {
	color:#777;
}
#body .swipe .swipe-menu li a i {
	color:#393939;
	font-size:26px;
	vertical-align:middle;
	margin-right:9px;
}
#body .swipe .swipe-menu > ul li a {
	display:block;
	font-size:13px;
	line-height:26px;
	color:#777;
	padding:10px 20px 11px;
	border-bottom:1px solid #e3e3e3;
	position:relative;
}
#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:#393939;
	margin-right:9px;
}
#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:0 0 0 15px;
}
#cart .heading span.link_a i {
	vertical-align:top;
	display:inline-block;
	width:17px;
	height:18px;
	margin-right:2px;
	
}
#cart .heading span.link_a strong, #cart .heading span.link_a b {
	font-size:22px;
	
}
#cart .heading span.link_a {
    color: #474747;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 13px;
    margin: 0;
    padding-right: 10px;
}
#cart.active .content {
	display:block;
}
.cart-position #cart .heading span.link_a #cart-total2 {
	display:none;
}
.cart-inner{
	position:relative;
	z-index:26;
}
#cart {
	z-index:25;
	position:relative;
}
#cart .content {
	clear: both;
	display:none;
	position: absolute;
	top:100%;
	line-height:18px;
	text-align:left;
	background:#fff;
	border:1px solid #ebebeb;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:257px;
	padding:20px;
	float:right;
	right:0px;
}
header #cart.active .content {
	display: block;
}
header #cart.active .content .mini-cart-info{
	display: block;
}
header #cart .cart {
	width: 100%;
	margin-bottom: 0;
}
header #cart .cart td.price {
	font-size:12px;
	line-height:12px;
}
header #cart .cart td.total {
	font-size:12px;
}
header #cart .cart td.name a i {
	text-decoration:none;
}
header #cart .cart td.name a {
	margin-top:0px;
	display:inline-block;
}
header #cart .cart td .total {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
header #cart .cart .item-cart-1 td {
	padding-top:0;
}
header #cart .cart td {
	color: #393939;
	vertical-align: top;
}
header #cart .cart .image {
	padding-right:15px;
}
.cart tr {
	padding-bottom:5px;
	margin-bottom:15px;
	display:block;
	border-bottom:1px solid #e3e3e3;
}
.cart-module .cart tr {
	background:none;
}
header #cart .cart .image img {
	text-align: left;
	max-width:inherit
}
header #cart .cart .name small {
	color: #777;
}
header #cart .cart .quantity {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#777;
	text-transform:uppercase;
	vertical-align:top;
}
header #cart .cart td.total {
	font-size:12px;
	color:#777;
	text-align: right;
}
.cart-module .remove img:hover {
	overflow:hidden;
	margin-top:-11px;
}
.cart-module .cart .remove img {
	float:left;
}
.remove span:hover i, .remove a:hover i{
	color:#000;
}
.remove a i{
	color:#4e9bce;
}
.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;
	color:#4e9bce;
}
.cart-module .cart .remove img {
	cursor: pointer;
}
header #cart .cart .remove i:hover {
	cursor:pointer;
}
header #cart .cart .remove i {
	font-size:14px;
	line-height:normal;
	margin-right:3px;
	color:#4e9bce;
}
header #cart .cart .remove span:hover i {
	color:#000;
}
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;
	color:#4e9bce;
}
header #cart .cart .remove>span:hover {
	color:#000;
}
header #cart .cart .remove>span{
	font-size:13px;	
	color:#4e9bce;
	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:13px;
	font-weight:normal;
}
header #cart table.total td {
	color: #000;
	padding-left:5px;
	padding-right:10px;
}
header #cart table.total td .t-price {
	font-size:13px;
	font-weight:bold
}
header #cart .content .checkout a.button {
	margin-bottom:5px;
}
header #cart .content .checkout {
	text-align: right;
	clear: both;
	padding-right:8px;
	padding-bottom:0px;
	padding-top:5px;
}
header #cart .empty {
	padding-top:20px;
	text-align: center;
	padding-bottom:20px;
}
/* menu 
============================================================================================== */
header .toprow {
	width:100%;
	margin-bottom:26px;
	line-height:0;
	position:relative;
	z-index:999;
	background:#fff;
	border-bottom:1px solid #e3e3e3;
}
header .toprow-1 {
	z-index:100;
	position:fixed;
	display:none;
	background-color:#3d9acc;
	width:100%;
	left:0; 
	top:0;
}
/* header links 
============================================================================================== */
header{
}
header .links {
	display:inline-block;
}
header .links li a i {
	display:none;
}
header .links li:first-child {
	background:none;
	padding-left:0;
}
header .links li {
	float:left;
	padding:11px 10px 12px;
}
header .links a.active, header .links a:hover {
	color:#000;
	text-decoration:none;
}
header .links a {
	display:inline-block;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
	color:#6a6a6a;	
	vertical-align:top;
}
.toprow .links .login_h a {
	max-width:120px;
	white-space:nowrap;
}
/* menu-gadget 
==================================================================== */
#menu-gadget {display:none;}
/* search 
==================================================================== */
.top-search  {
	line-height:50px;
	display:inline-block;
	padding:0 20px;
	height:50px;
	float:left;
}
.top-search:hover {
	cursor:pointer
}
.top-search i {
	font-size:26px;
	line-height:46px;	
	color:#fff;
}
.top-search #search {display:none;}
#search {
	position:relative;
}
#search .inner{

}
#search .button-search i {

}
#search .button-search {

}
#search .button-search:hover {
	
}
#search input {
	
	}
/* name 
============================================================================================== */
.name a {
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#000;
}
.name a:hover {
	color:#000;
	text-decoration:underline;
}
/* price 
============================================================================================== */
.price.price-min {
	display:none;
}
.price {
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	color:#3399cc;
}
.total {
	color:#3399cc !important;
}
.price .price-new {
	margin-right:7px;
	color:#4e9bce;
}
.price .price-old {
	text-decoration:line-through;
	color:#393939;
	font-size:18px;
}
/* box price 
============================================================================================== */
.box-product .price-block, .product-grid .price-block {
	margin-bottom:5px;
	line-height:48px;
	display:block;
	float:left;
	max-width:45%;
	margin-top:-11px;
}
.box-product .price, .product-grid .price, .product-list .price {
	line-height:23px;
	vertical-align:middle;
	display:inline-block;
	letter-spacing:-1px;
}
	html[lang="de"] .box-product .price-block, html[lang="de"] .product-grid .price-block{
		width:100%;
		max-width:100%;
		height:auto;
		margin-top:0;
		line-height: 23px;
		margin-bottom:15px;
	}
	html[lang="de"] .box-product .cart, html[lang="de"] .product-grid .cart{
		float:left;
	}
	html[lang="de"] aside .product-grid .cart-button .wishlist{
		padding-right:0;
		border-right:none;
		margin-right:0;
		margin-bottom:5px;
		width:100%;
	}
.product-list .price {
	margin-bottom:15px;
}
.box-product .price .price-new { 
	margin-right:7px;
	display:inline-block;
}
.box.box-filter input[type="checkbox"] {
	float: left;
	margin-top:7px;
}
/* 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: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #000;
	border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-right-color: #000;
	border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-left-color: #000;
	border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-bottom-color: #000;
	border-width: 0 5px 5px;
}
.tooltip-1 {
	white-space:nowrap
	}
/* Icon: wishlist and Comapare
========================================================*/
.cart-button .wishlist , .cart-button .compare {
	display:inline-block;
	line-height:16px;
	margin-bottom:10px;
}
.preview .cart-button .wishlist , .preview .cart-button .compare {
	display:inline-block;
}
.preview .cart-button .wishlist, .product-grid .cart-button .wishlist {
	padding-right:8px;
	border-right:1px solid #d9d9d9;
	margin-right:7px;
}
.wishlist a, .compare a{
}
.wishlist a:hover, .compare a:hover{
	text-decoration:underline;
}
/* aside link style
========================================================*/
aside .info li {
	position: relative;
	clear:both;
}
aside .info li a i, .afine li a i, .acount li a i, .sitemap-info ul li a i, .manufacturer-content li a i, .content ul li a i{
	font-size:13px;
	margin-right:8px;
	color:#000;
}
aside .info li a, .afine li a, .acount li a, .sitemap-info ul li a, .manufacturer-content li a, .content ul li a, .box-category li a, .box-content > div.box-product a {
	color: #3399cc;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-shadow: 0 0 3px #ccc;
    text-transform: none;
}
.info li, .afine li, .acount li, .sitemap-info ul li, .manufacturer-content li, .content ul li{
	padding:5px 20px;
}
aside .info li a + a i, .afine li a + a i, .acount li a + a i{
	display:none;
}
aside .info li a + a, .afine li a + a, .acount li a + a {
	padding-left:0;
	background:none;
}
aside .info li a:hover, .afine li a:hover, .acount li a:hover, .sitemap-info ul li a:hover, .manufacturer-content li a:hover, .content ul li a:hover{
	color:#000;
	text-decoration:underline;
}
/* box-filter button
========================================================*/
.box-filter .box-content .button {
	margin-top:10px
}
/* warning
========================================================*/
.breadcrumb a {
    color: #bbbcc2;
    font-size: 14px;
    font-weight: bold;
}
.breadcrumb a.last, .breadcrumb a:hover {
	color:#bbbcc2;
}
.breadcrumb {
	border-radius:0;
	font-size:14px;
	line-height:16px;
	/*margin-bottom:10px;*/
}
.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 #e3e3e3;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	padding-left:30px!important;
}
.attention>span {
	float:right;
	font-size:20px;
}
.attention {
	background: #FFF5CC;
	border: 1px solid #F2DD8C;
}
.success .close, 
.warning .close, 
.attention .close, 
.information .close {
	float: right;
	cursor: pointer;
}
.required {
	color: #ff0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	margin-bottom: 20px;
}
.checkout-product thead td .checkout-product thead td {
	text-align:center!important;
}
.checkout-content .buttons #button-payment {
	margin-top:10px;
}
.checkout-product td.price {
	font-size:12px;
}
.checkout-product td.total {
	text-align:center!important;
}
table.list thead td a, .list thead td {
	text-decoration: none;
}
table.list tbody td a {
	text-decoration: underline;
}
table.list tbody td {
	vertical-align: top;
}
table.list .left {
	text-align: left;
}
table.list .right {
	text-align: right;
}
table.list .center {
	text-align: center;
}
.pagination {
	display: inline-block;
	width: 100%;
	text-align:center;
	margin:0;
}
.account-order .button-order-right {
	float:right;
	margin-top:-3px;
}
.account-order .pagination {
	margin-bottom:25px;
}
.pagination .links {
	display:inline;
	margin-right:10px;
}
.pagination .links a {
	display: inline-block;
	padding: 10px 14px;
	line-height:16px;
	text-decoration: none;
	color:#fff;
	font-weight:600;
	font-size:15px;
	background:#4e9bce;
	margin-left:5px;
	border:1px solid #e3e3e3;
}
.pagination .links a:hover {
	color:#fff;
	background:#000;
}
.pagination .links b:hover {
	cursor:default
}
.pagination .links b {
	color:#fff;
	background:#000;
	line-height:16px;
	font-weight:bold;
	display: inline-block;
	padding:10px 14px;
	text-decoration: none;
	vertical-align:top;
	font-size:15px;
	margin-left:5px;
	border:1px solid #e3e3e3;
}
.pagination .results {
	display:inline;
	margin:5px 0px;
}
/* button
========================================================*/
a.button , a.button-prod{
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	background:#3399cc;
	font-size:12px;
	line-height:18px;
	text-align:center;
	font-size:18px;
}
a.button span , a.button-prod span{
	color: #fff;
	display: inline-block;
	padding:10px 12px;
	white-space:nowrap;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
}
a.button:hover, a.button-prod:hover {
	background: #EC7406;
}
a.button:hover span, a.button-prod:hover span {
	color:#fff;
}
a.button-i {
	display:inline-block;
	padding:5px;
}
a.button-i i {
	font-size:26px;
	color:#000
}
a.button-i i:hover {
	color:#7E7E7E;
}
/* image products
========================================================*/
.image2 {
	position:relative;
}
.image img, .image2 img, .image3 img {
	vertical-align:top;
}
.product-grid .image a, .product-list .image a, .box-product .image2 a, .box-product .image a{
	display:block;
	margin-bottom:28px;
	overflow:hidden;
}
.product-list .image a{
	margin-bottom:0;
}
.box-product .image {
	overflow:hidden;
}
.box-product .image > a {
    display: block;
}
.cart-button {
	display:block;
	position:relative;
}
.buttons {
	overflow:hidden;
}
.checkout-content .buttons {
	overflow:hidden;
}
.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;
}
.product-search  .box-container .buttons .right {
	margin-bottom:10px;
}
.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 #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	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 #e3e3e3;
	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 #e3e3e3;
	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:0px;
	background:#eaf4f9;
	border-bottom:1px solid #d1d9dd !important;
	padding:18px 0 20px 0;
	/*word-wrap: break-word;*/
	overflow:hidden;
}
.box:last-child {
	border-bottom:none;
}
.box.featured, .box.specials, .box.bestsellers, .box.new-products{
	margin-bottom:0px;
}
.box .box-heading {
	color: #3399cc;
	text-transform:none;
	font-size: 22px;	
	line-height:26px;
	font-weight:600;
	margin-bottom:24px;
	padding:0px 17px;
	background-color:#eaf4f9;
	text-shadow: 0 0 3px #ccc;
}
html[lang="de"] #compare.box .box-heading {
	font-size: 24px;
}
aside .box .box-heading{
	margin-bottom:10px;
	padding-top:0px;
}
.box-heading i, .tab-heading i {    
    font-size: 19px;
    line-height: 19px;
}
/* box products */
.box .box-content .box-product ul li.first-in-line {
	clear:left
}
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;
}
.box-filter label {
	cursor:pointer;
	display:inline;
	padding-left:5px;
}
.box-filter li label:hover {
	color:#000;
}
.prod-stock {
	font-style:italic;
	color:#4e9bce;
	font-size:15px;
}
.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;
	padding:20px;
	background:#f2f2f2;
}
.box-product.box-subcat .name.subcatname a:hover {
	text-decoration:underline;
}
.box-product.box-subcat .name.subcatname a {
	margin-bottom:0;
	font-style:normal;
}
.subcat .box-product ul li {
	border:0px;
}
.subcat .image{
	padding:20px 20px 0 20px;
	background:#f2f2f2;
}
.subcat .image a{
	margin:0;
}
#cboxLoadingGraphic {
    background-image: url(../image/camera-loader.gif) !important;
}
.zoomWindow{
	border-color:#ededed !important;
}
.zoomLens{
	z-index:5 !important;
}
.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: #000;
	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-product .image {
	display: block;
	text-align:center;	
}
.box-product .name a {
	display: inline;
}
.product-grid .maxheight-cat{
	margin-bottom:9px;
}
.box-product .name, .product-grid .name, .product-list .name{
	margin-bottom:15px;
}
.box-product .rating {
	display: block;
	margin-top:7px;
	margin-bottom: 0px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.box-category li ul {
	padding-left:10px;
}
.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 0 20px 15px;
	padding:0;
}
.content ul li a {
	text-decoration:none;
	line-height:normal;
}
.content ul li:first-child {
	border:none;
}
.wishlist-product td a {
	text-decoration:none;
}
.wishlist-product td {
	vertical-align: middle!important;
	text-align:center;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
/* box category
========================================================*/
.fa.fa-angle-up:before {
	content: "\f106" !important; 
}
li.parent> i:hover {
	cursor:pointer
}
li.parent> i {
	float:right;
	font-size:21px;
	position:absolute;
	right:0;
	top:4px;
}
.box.category li{
	position:relative
}
.box.category .box-content {
	padding-bottom:20px;
}
.box-category > ul > li.active>a i,
.box-category > ul > li > a:hover i {
	color:#7e7e7e
}
.box-category > ul > li > a i {
	font-size:21px;
	color:#000
}
.box-category > ul > li > a {
	display:inline-block;
	font-weight:bold;
	/*color:#393939;*/
	
}
.box-category > ul > li.active>a, 
.box-category > ul > li>a:hover {
	color:#000
}
.box-category > ul > li:first-child {
	border:0
}
.box-category > ul > li {
	position:relative;
	padding:5px 0
}
.box-category > ul > li strong {
	display:none;
}
.box-category > ul > li.last {
	border:none;
}
.box-category > ul > li ul {
	display:none;
	margin:10px 0 10px 25px;
}
.box-category > ul > li span.close:hover {
	cursor:pointer;
}
.box-category > ul > li li.parent> i {
	line-height:20px;
	vertical-align:middle;;
}
.box-category > ul > li ul > li.active > a,
.box-category > ul > li ul > li > a:hover {
	color: #000;
}
.box-category > ul > li ul > li {
	padding:3px 0;
}
.box-category > ul > li ul > li > a {
	text-decoration: none;
	display: inline-block;
	color:#393939;
}
.box-category > ul > li ul > li > a.active {
	color:#000
}
.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 page*/
h1.style-1 {
	margin-bottom: 30px;
}
.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{	
	margin-left:15px;
	margin-bottom:10px;
}
.sitemap-info ul li {	
	text-transform:uppercase;
	color:#393939;	
}
.sitemap-info ul li a {
	text-decoration: none;
	text-transform:capitalize;
}
.category-list .div a {
	text-decoration: underline;
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom:-1px;
	border:1px solid #e3e3e3;
}
.manufacturer-heading span {
	background:#000;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	font-weight:bold;
	font-size:25px;
	line-height:30px;
	padding:10px 0;
	width:50px;
	text-align:center;
}
.manufacturer-heading {
	background:#f2f2f2;
	font-size: 15px;
	font-weight: bold;
	padding:5px;
	margin-bottom: 6px;
	border-bottom:1px solid #e3e3e3;
}
.manufacturer-content {
	padding:30px 40px;
	overflow:hidden;
}
.manufacturer-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box.manufacturers li {
	padding:5px 0;
}
.box.manufacturers li a {
	display: inline-block;
	text-decoration: none;
}
/* product */
.product-filter .product-compare {
	float:left;
}
.product-filter select {
	margin-bottom:0;
}
.product-filter {
	overflow:hidden;
	line-height:32px;
	border:1px solid #e3e3e3;
	border-width:1px 0;
	padding:10px 0;
	margin-bottom:20px;
}
.product-filter .display {
	float:right;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort b {
    color: #000;
    font-weight: normal;
    padding-right: 7px;
    text-transform: uppercase;
}
.product-filter .limit b {
    font-weight: normal;
}
.product-filter .sort select {
	width:140px;
}
.product-filter .sort {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	color:#000000;
}
.product-filter .limit select {
	width:72px;
}
.product-filter .limit b {
	padding-right:5px;
	color:#393939;
	text-transform:uppercase;
	
}
.product-filter .limit {
	margin-right: 10px;
	margin-bottom:5px;
	float:left;
	color:#000000;
}
.product-list ul li:first-child {
	border-top:0;
}
.product-list ul li {
	padding-top:30px;
	margin-bottom:30px;
	border-top:1px solid #e3e3e3;
}
.product-list .image .cart-button{
	display:none;
}
.product-list .left .cart-button{
	position:relative;
	display:inline-block;
	visibility:visible;
	opacity:1;	
	padding-top:0;
	height:auto;
	background:none;
}
.product-list .left .cart-button .wishlist, .product-list .left .cart-button .compare{
	display:inline-block;
	float:left;
	width:auto;
}
.product-list .left .cart-button .wishlist{
	padding-right:8px;
	border-right:1px solid #e3e3e3;
	margin-right:8px;
}
.product-list .left .cart-button .cart{
	margin-bottom:15px;
}
.product-list .left {
	position:relative;
	line-height:0;
}
.product-list .right {
	text-align:left;
}
.product-list .name {
	margin-bottom:10px;
}
#grid_a,
#list_a,
#grid_b,
#list_b {
	vertical-align:top;
	font-size:28px;
	float:left;
	display:block;
	width:32px;
	height:32px;
	margin-left:6px;
	font-weight:normal;
	font-size:28px;
}
#list_b i,
#grid_b i {
	cursor:default
}
#list_a, #grid_a{
	color:#dadada;
}
#list_a:hover, #grid_a:hover, #list_b, #grid_b {
	color:#000;
}
.product-filter .display {
	position:relative;
}
.product-filter .display b {
	float:left;
	color:#393939;
	text-transform:uppercase;
	display:none;
}
.product-list .description {
	overflow:hidden;
	line-height:24px;
	margin-bottom: 15px;
}
.product-grid ul li {
	text-align:left;
	position:relative;
}
.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;
}
.product-grid .description {
	overflow:hidden;
	display:none;
}
.product-grid .rating {
	display: block;
	height:13px;
	margin-bottom:10px;
}
.product-list .price {
	display: block;
}
.cart-button .cart {
	display:block;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.product-list .price-tax {
	font-size:13px;
	line-height:16px;
	margin-bottom:5px;
	color:#393939;
	display:block;
}
.product-grid .price-old {
	text-decoration: line-through;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	float:left;
}
.content-border h2{
	margin-bottom:30px;
}
.content-border {
	border:1px solid #e3e3e3;
	padding:30px 40px;
	margin-bottom:30px;
}
/* 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;
}
#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:#000
}
#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 #e3e3e3;
	margin-bottom:15px;
	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:7px;
	background-color:#fff;
}
.product-info .image-additional {
	overflow:hidden;
	max-width:270px;
	position:relative;
	clear: both;
	padding:0 20px;
}
.product-info .image-additional li {
	float:left;
	max-width:70px;
}
.product-info .image-additional li.last {
	margin-right:0;	
}
.product-info .image-additional img {
	background:#fff;
}
#zoom1 img {
	background:#fff;
}
.product-info .image-additional a {
	display: block;
}
.image-additional .next:hover,
.image-additional .prev:hover  {
	color:#000
}
.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:#8d8c8c;
	line-height:24px;
	margin-bottom:20px;
}
.product-info .description .product-section a{
	color:#4e9bce;
}
.product-info .description .product-section a:hover{
	color:#000;
}
.product-info .description .product-section span {
	color:#393939;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.product-info .description .product-section .prod-stock{
	display:inline-block;
	background-color:#4e9bce;
	color:#fff;
	font-style:normal;
	padding:0 7px;
	margin:0 9px;
}
.product-info .price {
	color:#393939;
	font-size:14px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	
	padding:15px 0;
	margin-bottom:20px;
}
.product-info .price .price-new{
	color:#4e9bce;
	font-size:26px;
}
.product-info .price .price-old{
	color:#393939;
	margin-right:10px;
}
.product-info .price .price-tax{
	color:#393939;
	text-transform:none;
	font-weight:normal;
	margin-right:8px;
}
.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;
	width:100%;
	margin:0 0 15px 0;
}
.product-info .extra-button {
	float:left;
}
.product-info .wishlist a span,
.product-info .compare a span {
	display:inline-block;
}
.product-info .wishlist a i, 
.product-info .compare a i {
	margin-right:9px;
	font-size:17px;
	line-height:24px;
}
.product-info .wishlist a:hover span,
.product-info .compare a:hover span{
	text-decoration:underline;
	color:#000;
}
.product-info .wishlist, 
.product-info .compare{
	display:inline-block;
	float:left;
	line-height:16px;
} 
.product-info .wishlist{
	padding-right:8px;
	border-right:1px solid #e3e3e3;
	margin-right:8px;
} 
.product-info .wishlist a, 
.product-info .compare a{
	display:inline;
	line-height:14px;
	width:auto;
	height:auto;
	font-size:12px;
	float:none;
	margin:0;
	padding:0;
	border:0px;
	background:none;
	text-align:left;
} 
.product-info .options {
	border-bottom:1px solid #e3e3e3;
	margin-bottom:20px;
	padding-bottom:10px;
	line-height:0;
} 
.product-info .options .option {
	padding-bottom:10px;
	line-height:18px;
} 
.product-info .cart-top {
	border-bottom:1px solid #e3e3e3;
	padding-bottom:20px;
	margin-bottom:20px;
} 
.q-mini {
	width:30px;
}
img#captcha {
	vertical-align:top;
	margin-bottom:20px;
}
#tab-review input[name="captcha"] {
	margin-right:20px;
	margin-bottom:10px;
}
#tab-review .form-inline span.radio {
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
    vertical-align: top;
}
.border {
	border-bottom:1px solid #e3e3e3;
	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;
}
a.button-prod i{
	font-size:26px;
	vertical-align:middle;
	margin-right:9px;
}
a.button-prod:hover {
	background-color:#393939;
}
a.button-prod {
	display:inline-block;
	margin: 0 0 0 5px;
	vertical-align:middle;	
}
.product-info .review {
	
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:20px;
}
.product-info .review a:hover {
	color:#000;
	text-decoration:underline;
}
.product-info .review a{
	color:#4e9bce;
}
.product-info .review a+a {
	margin-left:20px;
}
.product-info .review img {
	float:left;
	margin-right:20px;
}
.product-info .review .btn-rew {
	float:left;
}
.product-info .review .btn-rew a i{
	font-size:26px;
	color:#4e9bce;
	line-height:16px;
	width:1em
}
.tabs {
	margin-bottom:10px;
}
.tabs .tab-content {
	padding-bottom:10px;
}
#tab-review #review{
	margin-bottom:5px;
}
.tabs .tab-heading i{
	font-size:19px;
	line-height:19px;
	color:#4e9bce;
	float:right;
}
.tabs .tab-heading {
	padding:12px 15px;
	font-size:16px;
	line-height:19px;
	text-transform:uppercase;
	font-weight:bold;
	color:#393939;	
	background-color:#f2f2f2;
}
.tabs .tab-content {
	padding:20px 0;
}

#tab-review.tabs .tab-content {
	padding:20px 0 20px;
}
/* compare block */
.compare-block {
	margin-bottom:20px;
}
.compare-block .image {
	margin-right:10px;
}
.compare-block .remove a{
	font-size:19px;
	line-height:normla;
}
.compare-block .name, .compare-block .name a{
	font-size:11px;
	line-height:16px;
}
.compare-block .name{
	margin-bottom:5px;
}
.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: #4e9bce;
	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:#000
}
.compare-info td.last {
	border-right:0;
}
.compare-info thead td:first-child {
	text-align:left;
}
.compare-info td:first-child {
	background-color:#F9F9F9;
	color:#393939;
	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:#000
}
/* 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 .quantity {
	text-align: right;
}
.table .total, .table .price {
	text-align: center;	
}
.wishlist-product .table .price {
	font-size:17px;	
}
.checkout-product tfoot td.price{
	font-size: 14px;
    
	color:#393939;
	text-align:left;
}
.shop-cart .table .total, .checkout-product tbody .price, .checkout-product tbody .total, .checkout-product tfoot td+td{	
	font-size: 17px;
    font-weight: bold;
	color:#393939;
}

.shop-cart thead .name-description {
	width:60%;
}

.shop-cart .name-confirm {
	width:45%;
}

.checkout-cart .cart-bottom {
	margin-top:-1px;
}
.table .price s {
	color:#393939;
	font-weight:normal;
	display:block;
}
input#sub_category {
	background:none;
	float: left;
	margin-left: -20px;
}

/* contact page */
.contact-info {
	border:1px solid #e3e3e3;
	padding:40px;
	font-weight:normal;
	margin-bottom:20px;
}
.contact-info .contact-box p{
	padding-left:40px;
}
.contact-info .contact-box i{
	display:inline-block;
	float:left;
	color:#717171;
	font-size:26px;
	width:1.25em;
	vertical-align:middle;
}
.contact-info .contact-box {
	margin-bottom:20px;
	line-height:26px;
}
.contact-info .contact-box b{
	color:#393939;
	text-transform:uppercase;
}
.contact-info iframe {
	min-height:200px;
	max-height:300px
}
.contact-info figure{
	margin:0;
}
.content.contact-f textarea {
	max-width:100%;
}
.content.contact-f {
	border:1px solid #e3e3e3;
	padding:40px 40px 20px;
}
.content.contact-f div.buttons,
.content.contact-f div.captcha {
	margin-top:20px;
}
/* checkout page */
.checkout-heading {
	background-color:#f2f2f2;
	color:#393939;
	text-transform:uppercase;
	font-weight:bold;
	padding:15px 100px 15px 15px;
	margin-top:10px;
}
.checkout-heading a{
	color:#4e9bce;
}
.checkout-heading a:hover{
	color:#000;
}
.checkout-content {
	display:none;
}
.checkout-content {
	margin-top:-1px;
	padding:20px 40px;
	border:1px solid #e3e3e3;
}
.checkout-content .login-content .heading h2 {
	font-size:20px;
}
.checkout-content .login-content p.login-padd {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 6px;
}
.checkout-heading {
	position:relative;
}
.checkout-heading>a{
	position:absolute;
	right:20px;
	top:15px
}
.checkout-content label a:hover {
	text-decoration:underline;
}
.checkout-content label a {
	color:#4e9bce;
}
/* login page */
.account-login .login-content .right, .account-login .login-content .left {
	border:2px solid #e3e3e3;
	padding:25px;
	margin-bottom:20px;
	background:#f5f5f5;
	min-height:350px;
	margin-top:25px;
}
.login-content .heading {
	overflow:hidden;
	padding-bottom:10px;
	margin-bottom:10px;
}
.login-content .content > p {
    color: #000;
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 10px;
}
.login-content .heading i{
	font-size:56px;
	color:#000;
	float:left;
	margin-right:14px;
	display:none;
}
.login-content .heading h2 {
    color: #4e9bce;
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: none;
}
.login-content .heading b {
    color: #252525;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}
.login-content .form-horizontal .controls input {
	width:100%;
	max-width:100%
}
.login-content .login-buttons {
	padding-top:0px;
}
.buttons .right label {
	text-align:left;
}
.login-content {
	overflow:hidden;
}
.login-content .left p + p {
	margin-bottom:16px;
}
.link-login {
	text-decoration:underline;
	display:inline-block;
	color:#777;
	font-style:italic;
	margin-left:15px;
	margin-top:5px;
}
.affiliate-login .login-buttons .link-login, .account-login  .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 .content {
	border:none!important;
	padding:0!important;
}
/* orders */
.order-list, .return-list {
	 border: 1px solid #cfe7f3;
	margin-bottom:30px;
}
.order-content span, .heading-order-list span{
	color:#030201;
	font-weight:normal;
	font-size:14px;
}
.order-content span.or-price{
	color:#393939;
	font-weight:bold;
}
.heading-order-list {
	background-color:#cfe7f3;
	overflow:hidden;
	font-weight:bold;
	font-size:16px;
	color:#030201;
	padding:8px 10px;
}
.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:#727272;
	font-weight:bold;
	text-transform:uppercase;
}
.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-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 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:#000;
	cursor:pointer;
}
.button-return-right{
	border:0px;
	background:none;
	font-weight:bold;
	color:#757475;
	padding:0;
	line-height:32px;
	min-height:32px;
	display:inline-block;
}
#return-product .button-return-right-i {
	position:relative;
}
#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
	position:absolute;
	right:0;
	z-index:4;
	top:3px;
	color:#4e9bce;
}
#return-product input.button-return-right{
	font-family: 'Open Sans',sans-serif;
	font-weight:normal;
	padding-right:31px;
	position:relative;
	z-index:5;
}
.account-return-insert #return-product input.button-return-right{
	color:#4e9bce;	
}
.account-return-insert #return-product .button-return-right-i:hover i{
	color:#000;
}
.account-return-insert #return-product .button-return-right-i:hover input {
	color:#000;
}
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:#fff;
}
a.button-return-left:hover i,
a.button-return-right:hover i, 
a.button-order-right:hover i, 
a.button-cont-right:hover i, 
a.button-back-left:hover i, 
a.button-inf-left:hover i{
	color:#000;
}
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;
	line-height:26px;
	color:#4e9bce;	
	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:#4e9bce;
	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-remove {
	float: left;
	width: 33.3%;
	padding-top: 90px;
	text-align: center;
	vertical-align: middle;
}
.return-additional {
	overflow: auto;
	margin-bottom: 20px;
}
.return-comment {
	float: left;
	width: 49%;
}
.download-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 #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.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:#000;
}
a i.fa.fa-trash-o-o {
	color:#4e9bce;
}
i.fa.fa-trash-o-o {
	font-size:26px;
}
.shop-cart {
	border-bottom:none;
	overflow:hidden;
	position:relative;
}
.shop-cart thead{
	text-align:center;
}
.cart-info2 .table td+td {
	text-align:center;
}
.shop-cart .table td.quantity,
.shop-cart .table td.image {
	text-align:center;
}
.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 #e3e3e3;
	border-bottom:0;
	margin:0;
	padding:20px;
}

a.input-update i{
	color: #4e9bce;
	font-size:26px;
}
a.input-update:hover i{
	color: #000;
}
#cboxLoadedContent td>input[type="radio"]{
	margin:0px;
	float:none
}
#cboxLoadedContent h1{
	margin-top:10px;
	margin-left:10px;
}
td.quantity>input[type="text"] {
	width:40px
}
table#total  td {
	background-color:#fcfcfc;
	padding:20px;
	width:60%
}
.checkout-cart table#total  td {
	line-height:24px;
	color:#393939;
	font-size:14px;
}
table#total  td+td {
	background-color:#fff;
	color:#393939;
	text-align:left;
	font-size:16px;
	font-weight:bold;
}
td.price {
	font-weight:bold;
	font-size:12px;
}
table.radio {
	padding:0
}
.cart-module>div{
	padding:20px 20px;
	display:none;
	border:1px solid #e3e3e3;
	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 {
    background: #fff none repeat scroll 0 0;
    clear: both;
    overflow: hidden;
}
.common-home footer {
	margin-top:0px;
}
footer #logo-f {
	max-width:100%;
	padding-right:12px;
	display:inline-block;
	margin-bottom:20px;
	margin-top:3px;
}
footer li {
	padding:3px 0;
}
footer .row li a:hover {
	color:#000;
	}
footer .row li a {
	font-size:13px;
	line-height:14px;
	color:#868686;
}

footer .row li a br {
	line-height:23px;
}
footer .extra-wrap > div{
	padding:3px 0 2px;
}
footer .extra-wrap > div.phone{
	padding-top:2px;
}
footer .foot-phone div {
	color:#727272;
	font-size:12px;
}
footer .foot-phone .phone{
	color:#000;
	font-size:17px;
	font-weight:bold;
}
footer .foot-phone .phone span{
	text-transform:uppercase;
}
span.toggle {
	display:none;
}
#copyright br {
	display:none;
}
#copyright a {
	font-size:12px;
	color:#727272;
	text-decoration:none;
}
#copyright a:hover {
	color:#000;
}
#copyright {
	color:#727272;
	font-size:12px;
	line-height:14px;
	margin-top:15px;
	border-top:1px solid #e3e3e3;
	padding:15px 0;
}
.return-captcha input img {
	vertical-align:top;
}
.return-captcha input {
	margin-bottom:10px;
	vertical-align:top;
}
/* banner */
.banner {
}
.banner>div {
	position:relative;
	overflow:hidden;
	float:left;
	margin-bottom:19px;
}
.banner>div>a {
	overflow:hidden;
	display:block;
	position:relative;
	background:#fff;
	border:1px solid #efeeee;
}
.banner>div>a:hover {
	border-color:#d8d8d8;
}
.banner img {
	width:100%;
	height:auto;
	background:#fff;
}
.banner .s-desc {
	display:block;
	position:absolute;
	top:12.87%; left:41.7%;
	width:49%;
	color:#8d8c8c;	
	text-align:left;	
}
.banner .s-desc p{
	font-size:13px;
	line-height:16px;
	margin-bottom:16px;
}
.banner .s-desc span{
	margin:0 9px 0 7px;
	font-size:27px;
	line-height:13px;
	color:#393939;
	font-weight:800;
	vertical-align:top;
}
.banner a:hover .s-desc span{
	text-decoration:none;
}
.banner .s-desc h1{
	font-size:39px;
	line-height:47px;
	font-weight:800;
	margin-bottom:15px;
	color:#393939;
	text-indent:-2px;
}
/* AJAX Add to Cart Confirm */
.success,
.warning,
.attention,
.information,
.rev-success {
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
	color: #555;
}
.success a,
.warning a,
.attention a,
.information a {
	color: #333;
}
#cart-success {
	position: fixed;
	z-index:9998;
}
.success i.fa.fa-times-circle {
	font-size:26px;
	padding:10px;
}
.success .close i {
	padding:10px
}
.success {
	color:#000
}
.success>img{
	max-width:70px;
	height:auto;
	float:left;
	background-color:#efeeee;
	margin-right:10px;
	border:1px solid #777
}
.success a:hover {
	text-decoration:none;
	color:#000
}
.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:#000
}
.success span {
	overflow:hidden;
	position:absolute;
	right:8px;
	top:8px;
	opacity:1
}
.success i {
	color:#4e9bce;
}
.success i:hover {
	color:#000;
}
.success i.fa.fa-thumbs-up{
	font-size:31px;
	color:#dedede;
	margin-right:10px;
	vertical-align:middle;
}
.close {
	color:transparent;
	text-shadow:none
}
.success a {
	color:#4e9bce;
}
.success a:hover {
	color:#000;
	text-decoration:underline;
}
.success {
	width:100%;
	position:fixed;
	z-index:99999!important;
	top:0;
	left:0;
	padding:20px 20%;
	z-index:9999;
	line-height:18px;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:none;
	background:#fff;
	border-bottom:1px solid #e3e3e3;
	/*display:none;*/
	font-size:12px;
	color:#8d8c8c;
}
#tab-review .success {
	display:block !important;
	position:static;
	color:#333;
	text-align:left;
	background:none;
	padding:10px 15px 10px 30px;
	background: url("../image/success.png") no-repeat scroll 10px center #EAF7D9;
	border: 1px solid #e3e3e3;
}
#wrap {
	z-index:10!important;
}
.rev-success {
	background: #EAF7D9 url('../image/success.png') left no-repeat;
	border: 1px solid #e3e3e3;
	padding-left:20px;
}
/* related */
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
td.image {
	position:static
}
.image {
	position:relative
}
.related-info .cart-button .cart {
	float:none;
}
.related-info .cart-button .wishlist,
.related-info .cart-button .compare {
	display:inline-block;
	margin-bottom:2px;
}
.related-info .wishlist a,
.related-info .compare a {
	margin:10px 5px 0 0
}
.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:#000
}
.related .box-product .image {
    height: auto;
}
.related .box-product .price{
	font-size:23px;
	margin-bottom:10px;
}
.related .box-product .price .price-old{
	font-size:18px;
}
.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:#dedede;
	font-size:56px;
	float:left;
	width:56px;
	height:56px;
	margin-right:15px;
	overflow:hidden;
}
/* colorbox */
#colorbox {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.preview {
	padding:15px;
	
}
.preview .marg {
	margin-bottom:25px;
}
.preview .price {
	width:100%; 
	overflow:hidden;
	margin-bottom:10px;
	line-height:37px;
}
.preview .right .inf .price span {
	margin-right:10px;
	display:inline;
	vertical-align:baseline;
}
.preview .right .inf span {
	display:block;
	color:#393939;
	
	margin-bottom:10px;
}	
.preview .right .inf span.price, .preview .right .inf span.price-new {
	font-size:23px;	
}
.preview .right .inf span.price-new {
	margin-right:6px;
}
.preview .right .inf span.price-old {
	font-size:18px;
	color:#393939;
}
.preview .right .inf span.price-new {
	color:#4e9bce;
}
.preview .right .inf span.text-price { 
	margin-left:0;
	font-size:14px;
	color:#393939;
}
.preview .right .inf span.prod-stock {
	font-size:15px;
	padding-left:5px;
	display:inline-block;
	margin-bottom: 10px;
	color:#4e9bce;
}
.preview .inf .prod-stock-2 {
	display:inline-block;
	float:left;
}
.preview .description {
	height:160px;
	padding:15px;
	overflow:auto;
	border:1px solid #e3e3e3;
}
.preview .cart { 
	float:left;
}
.preview .extra-button {
	float:left; 
	width:150px;
	margin-top:3px;
	margin-left:15px;
}
#cboxContent #cboxTitle {
	width:60%;
	padding:0 20%;
}
#colorbox {
	z-index:100  !important;
}

#cboxOverlay {
	z-index:100 !important;
}
.preview .rating {
	margin-bottom:5px;
}


.box li .padding, .box .box-product li {
	position:relative;
}
.box li .padding, .product-grid .padding {
background-color:#eaf4f9;
	padding:0px 20px 10px 20px;
}
.related .padding{
	padding:17px;
}
.common-home .padding > h3 {
    margin-bottom: 0;
}
.box .box-product li , .product-grid li{
	margin-bottom:0px;
}
.link-img {
	position:absolute;
	display:block;
	content:'';
	width:100%;
	height:100%;
	top:0; left:0;
}
.box-product ul li .image2, .box-product ul li .image, .product-grid .image{
	overflow:hidden;
}
.product-list .image{
	overflow:hidden;
	padding:20px;
	background:#f2f2f2;
}
.box-product .cart, .product-grid .cart, .product-list .cart{
	margin-bottom:10px;
	float:right;
}
.quick-view-button:hover{
	color:#4e9bce;
}
.quick-view-button i{
	width:25px;
	height:25px;
}
.padding:hover .quick-view-button{
	visibility:visible;
	opacity:1;
}
.quick-view-button{
	position: absolute;
	z-index:2;
	display:inline-block;
	top:24px; right:24px;
	font-size:26px;
	color:#393939;
	background:none;
	line-height:22px;
	width:25px;
	height:25px;
	text-align:center;
	visibility:hidden;
	opacity:0;
}
/* bootstrap reset */
.table-bordered {
	border-radius:0
}
.table thead td {
	font-weight:bold;
	color:#030201 !important;
	font-family:Arial;
	font-size:13px;
	background-color:#f9f9f9;
}
.table th, 
.table td {
	padding:20px;
	border-color:#d7d7d7;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.block-compare .table th, .block-compare .table td {
	padding:7px
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"], 
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-size:14px;
	color:#333;
}
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:#e3e3e3;
}
label, 
input,
button,
select,
textarea {
	font-size:14px;
	color:#000;
}
label {
	
}
textarea {
	resize:none
}
label{
	cursor:default;
	color:#393939;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}
.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;
}
#cboxContent .about-page {
	padding:0 25px
}
#fancybox-content {
	background-color:#fff;
}
.zoomContainer {
z-index:8;
}

/* --------------------------------- Extra Css -----------------------------*/

.scroll-header {border: medium none; text-align:center;}

.description {height: 0; visibility: hidden;}
.home_page_keyword {border-bottom: 1px solid #ccc;border-top: 1px solid #ccc; margin-bottom: 20px !important;padding: 20px 0 15px 0;}
.home_page_keyword ul a {font-size: 15px ;}
.product-product .zoomWrapper{width:100% !important; padding:0 15%;}
.individual_page_daily_img .img-responsive {position:inherit !important; max-width:100%; width:auto;}
.checkout-checkout .checkout .checkout-heading i {color: #3b3b3b; margin-left: 10px;}
.checkout-checkout .checkout .checkout-heading {font-size: 17px;font-weight: normal; text-transform: none;}
.checkout-checkout .login-content #button-account { padding: 7px 14px !important; margin-bottom:35px;}

.checkout-checkout p.login-padd { border: medium none !important; margin-top: 15px;}

.checkout-checkout .login-content .right, .checkout-checkout .login-content .left {background: none !important; border:none;}
.checkout-checkout .login-content .right h2, .checkout-checkout .login-content .left h2 {border:none; font-size:24px; text-shadow:none; margin:0px !important;}
.checkout-checkout .extra-wrap label b {font-weight: normal;}
.checkout-checkout .extra-wrap label {margin:2px 0px !important;}
.checkout-checkout .heading { margin-bottom: 0;}
.mini-cart-info .image img {width: 50px;}
.cart-top-add-in{margin-top:74px;}
.cart-top-add input[type="search"] {
    border: 1px solid #4f4f4f;
    float: right;
    height: 34px;
    width: 100%;
}
.cart-top-add > span {
	height:22px;
}
.cart-top-add label {display:inline-block; width:100%;}
.cart-top-add input[type="submit"] {
    background: #f08e2f url("../images/search_icon.png") no-repeat scroll center center;
    border: medium none;
    float: right;
    height: 35px;
    width: 40px;
	background-size:24px;
	margin-top:-4px;
}
.cart-top-add label {color: #3398cc;font-size: 16px; text-transform:none;}
.cart-top-add > span a {color: #f08e2f;font-size: 16px;font-weight: bold; text-transform: uppercase;}
.cart-top-add span {display: inline-block;text-align: right; width: 100%;}
.cart-top-add span a {text-align: right;}
.cart-discount-section > li { color: #3398cc;font-size: 16px;font-weight: bold; margin-bottom:5px;}
.cart-discount-section > li span{ color: #f08e2f;}
.cart-discount-section p {color: #252525;font-size: 14px;font-weight: 500; margin: 10px 0;}
.cart-discount-section p a{font-size: 14px;font-weight: 600; }
.cart-discount-section h3 {font-size: 20px; margin: 10px 0;}
.checkout-cart h1{text-transform:none;}
.cart-discount-section {border: 1px solid #bcddee;float: left;width: 96%; text-align:center; padding:0 15px; margin-left:3%;}
.cart_top_discount img { margin-top: 23px;}
.cart_top_discount {display: inline-block; width:100%; margin-top:10px;}
.cart-discount-bottom {display: inline-block; width:100%; padding: 0 30px;}
.checkout-cart thead > tr > td{border: 1px solid #fff;font-size: 16px !important; text-transform: none; color:#030201;}
.checkout-cart .table thead td {background-color: #cfe7f3;}
.checkout-content .right a{padding:7px 10px !important;}
.checkout-content .buttons a{padding:7px 10px !important;}
.toprow.nav__primary {
    display: none;
}
.product-grid .name {
   text-align:center;
}
.product-grid .name a{
   font-size:12px;
   display:inline-block;
   line-height:13px;
}

.product-grid .padding .image a{
    margin-bottom:8px;
	overflow:visible;
}
.product-grid .padding {
	background:none !important;
	padding: 0px !important;
}
.wishlist span {
    background: none !important;
}
.compare span {
    background: none !important;
}
.product-grid li{
	margin-bottom:25px;
	}
.product-compare > a {
    font-size: 14px;
}
.price span {
    background: none !important;
}
.account-address-update select{
	width:100%;
	}
.left a.button-back-left {
     background: #f08e2f none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0 !important;
    padding: 7px 14px;
}
a.button-cont-right,
input[type=submit].button-cont-right {
     background: #f08e2f none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0 0;/* !important;*/
    padding: 7px 14px;
}
.left a.button-back-left i {
    display: none;
}

p{
	color:#030201;
	font-size:14px;
	}
#content h1 { 
    color: #3399cc;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    /*margin-bottom: 15px !important;*/
    padding-bottom: 5px !important;
    text-shadow: 0 0 3px #fff;
	}
.h1-title {
	position:relative;
}

#content .header h1 {
	display:inline;
	color:#FFF;
	text-shadow:none;
	text-transform:none;
	border:none;
}

.h1-title span {
	top:5px;
	color:#FFF;
}
.product-manufacturer-info h1{ 
    background: #3399cc;
	color:#fff !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px !important;
    padding: 3px 0!important;
    text-shadow: 0 0 3px #818181 !important;
	text-align:center;
	}
.account-forgotten .buttons .right a.button {
    margin-top:0px;
}
.checkout a {
    margin-right: 4px;
    padding: 0px !important;
}
.checkout-cart .button-cont-right {
    background: #f08e2f none repeat scroll 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 11px;
	margin:10px 0 0 0 !important;
}
.button-cont-right i {
    display: none;
}
.checkout-cart .cart-total1 {
    color: #3399cc !important;
}
.information-information .cart-inner .checkout a span {
    color: #fff;
    padding: 8px 0;
}
.cart-inner .checkout a span {
    padding: 8px 10px !important;
}
.information-information .cart-inner .checkout a {
   margin-right:5px;
}

 #column-right .custombox .padding a {
    background: #3399cc none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: 0 0 3px #555;
    text-transform: uppercase;
}

#column-right .custombox .padding a:hover {
	background-color:#000;
}

#column-right .custombox .daily_cartoon a {
	float:none;
	background:0;
	padding:0;
	margin-bottom:0;
}
 
#column-right .padding p {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
	overflow:hidden;
}
.padding > h3 {
    color: #3399cc;
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 0 0 3px #ccc;
    width: 100%;
}
.account-account .content .fa-angle-right {
    color: #797979;
}
.account-account #content ul {
    margin:0 0 35px 0;
}
.account-account #content ul li {
    border-bottom: 1px dashed #d7d7d7;
    padding: 10px 0;
}
.account-account #content ul li a {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    text-shadow: none;
}
/*.account-account #content h1 {
    display: none;
}*/

#fancybox-wrap #fancybox-content {
	padding:20px;
}
#column-right .image2 {
    position: relative;
    text-align: center;
}
.daily_cartoon .image2 img {
    border: 3px solid #3399cc;
	width:100%;
	height:auto;
}

.daily-cartoon .image2 a {
	position:relative;
}

#column-right .daily_cartoon span {
    background: rgba(51, 153, 204, 0.85) none repeat scroll 0 0 !important;
    bottom: 12px;
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 9px !important;
    position: absolute;
    right: 0;
    text-transform: uppercase;
	text-decoration:none;
	float:none;
	width:auto;
}
.home_page_search p{
	text-align:left;/* !important;*/
	}
.common-home #content p {
    color: #000000;
    font-size: 15px;
    text-align: center;
	margin-bottom:15px;
	font-weight:600;
}
.common-home #content h1 {
    color: #3399cc;
    font-size: 20px;
	line-height:20px;
    text-align: center;
    text-transform: none;
	margin-bottom:5px;
	font-weight:bold;
	margin-bottom:5px !important;
	border-bottom:none;
}
.control-label.required-label {
    margin-bottom: 5px;
}
.account-register .right .checkbox input[type="checkbox"] {
    float: right;
    margin-left: 10px;
}

.account-register a.button span {
    background: #f08e2f none repeat scroll 0 0;
}
.account-register .checkbox.inline {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}
.account-register .checkbox.inline a{
    text-transform: uppercase;
	font-weight:600;
}
.account-register .radio, .checkbox {
    display: inline-block;
    margin-right: 15px;
}
.account-register .form-horizontal .control-label {
    text-align: right !important;
}
.account-register #content .box-container select, input[type="text"], input[type="password"] {
    width: 100%;
}
.account-register .box-container > p {
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}
.account-register .box-container > p a{
    font-size: 14px;
}
.account-register #content h1, h2 {
    border-bottom: 1px solid #bcddee;
    color: #3399cc;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    text-shadow: 0 0 3px #ccc;
	text-transform:none;
}
.account-register h1 {
    border: none !important;
}
.box.account .box-heading {
    display: none;
}
.box.account ul.acount li {
    border-bottom: 1px solid #e3e3e3;
    padding: 12.5px 20px;
}
.box.account ul.acount li:last-child {
    border-bottom: none;
}
.box.account ul.acount li a {
    color: #565656;
    font-size: 14px;
    font-weight: normal;
	text-shadow:none;
}
.box.account {
    background:#f5f5f5 !important;
	border:2px solid #e3e3e3;
	padding:0;
}
.form-horizontal .control-label {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-transform: none;
}
.login-buttons a.link-login {
    color: #4e9bce;
    font-size: 14px;
    font-style: normal;
    margin: 0;
    text-align: left;
    text-decoration: none;
}
.login-buttons a.button-cont-right {
    float: right;
}
.login-content .content a.button-cont-right{
    background: #f08e2f none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 12px 15px;
}

.footer-brdr {
    border-top: 3px solid #3399cc;
    padding-top: 10px;
	margin-top:35px;
}
.left .content a i {
    display: none;
}
.right .content a i {
    display: none;
}
footer h3 {
    margin-bottom: 5px;
}
.cartoon_categorie_section a {
    color: #000;
    font-size: 16px;
}
.link_a #cart-total {
    color: #3399cc;
}
.box li i.fa-angle-right {
    display: none;
}
.Daily_cartoon {
    padding: 0 50px;
}
.cartoon_page_daily_img img {
    width: 100%;
}
.cartoon_daily_buy_scroll .img-responsive {
    display: inline;
}
.cartoon_daily_buy_scroll .image_zoom i {
   /* background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;*/
    font-size: 14px;
    padding: 7px 8px;
}
.mobile-footer .fa.fa-plus-circle {
    display: block;
}
/*.product-product */.individual_page_daily_img .img-responsive{/*width:100%;*/display:block; margin:0 auto;}
/*.product-product .individual_page_daily_img .img-landscape{margin:30px 0;}*/
.addthis_native_toolbox {
	float:left;
}
.addthis_native_toolbox a {
	margin-right:30px;
}

.addthis_native_toolbox .addthis_button_google_plusone {
	margin-right:0;
}
.social-wrapper > a {
	float:left;
}

.social-wrapper .wish-list {
	/*margin-right:30px;*/
}

.social-wrapper {
	margin:0 auto;
	overflow:hidden;
	width:340px;
	padding:10px 0 8px;
}

.product-daily_cartoon .social-wrapper {
	width:385px;
}

.cartoon_daily_buy_scroll #scroll_pop::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    content: "\f00e";
    font-family: fontawesome;
    left: 50%;
    padding: 8px 10px;
    position: absolute;
    top: 42%;
	display:none;
	z-index:99;
	font-size:18px;
	margin-left:-22px;
}
.cartoon_daily_buy_scroll #scroll_pop:hover:after {
	display:block;
	}
.information-information .cartoon_page_daily_img #example1::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    content: "\f00e";
    display: none;
    font-family: fontawesome;
    font-size: 22px;
    left: 45%;
    padding: 12px;
    position: absolute;
    top: 43%;
	z-index:99;
}
.information-information .cartoon_page_daily_img #example1:hover:after {
	display:block;
	}
.cartoon_daily_buy_scroll li:first-child img, .cartoon_daily_buy_scroll li:last-child img {
    position: relative;
    top: -60px;
}
.image-l {
    display: none;
    float: right;
    left: 39%;
    position: absolute;
    top: -17px;
    transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	-webkit-transform: scale(2);
    z-index: 9;
}
.cartoon_daily_buy_scroll a#scroll_pop:hover .image-l {
    display: block;
}
.product-list .image {
    padding: 0;
    width: 100%;
}
.category_pop {
    display: none;
    position: absolute;
    top: 0;
}

.product-category .image {
  overflow:visible !important;
}


.product-search .image,
.product-advsearch .image {
  overflow:visible !important;
}

.product-search .image a:hover {
	/*z-index:99999;*/
}
.product-search .image a:hover img,
.product-grid .image a:hover img{
    /*display: block;*/
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	backface-visibility: hidden;
	/*z-index:9;
	left:72px;*/
}

.product-search .land-img a:hover img,
.product-grid .land-img a:hover img {
    /*display: block;*/
	transform: scale(2.4);
	-moz-transform: scale(2.4) translateX(40px);
	-ms-transform: scale(2.4) translateX(40px);
	-o-transform: scale(2.4) translateX(40px);
	-webkit-transform: scale(2.4) translateX(40px);
	z-index:9;
	backface-visibility: hidden;
	/*left:72px;
	left:50px;*/
/* 	z-index:99999999; */
}

.product-grid .land-img .image_zoom {
	left:83%;
}

.hover-current {
	z-index:99999;
}

.maxheight-cat {
    height: auto !important;
}
.cartoon_daily_buy_scroll ul li a {
    float: left;
    width: 100%;
}
.cartoon_daily_buy_scroll ul li a:hover img {
    position: relative;
    transform: scale(2.8);
	-moz-transform: scale(2.8);
	-ms-transform: scale(2.8);
	-o-transform: scale(2.8);
	-webkit-transform: scale(2.8);
    z-index: 9;
}
.product-search .left {
    display: none;
}

#module_newsletter,
.box-category {
	padding:0px 20px 10px 20px;
}

#module_newsletter input[name=newsletter_email] {
	width:73%;
}

.box-container {
	padding:15px;
	clear:both;
}

.home_page_keyword div {
	overflow:hidden;
}

.land-img {
	margin:39px 0;
}

.product-category .land-img .image_zoom {
	bottom:8px;
}

.product-search .land-img .image_zoom {
	bottom:24px;
}

/*.landscape-img .port {
	display:none;
}*/

.landscape-img .land {
	display:block;
}

.portrait-img .port {
	display:block;
}

.portrait-img .land {
	display:none;
}

.landscape-img .individual_page_daily_img .img-responsive {margin:30px 0;}

/*.landscape-img .daily_calendar_wrapper {
	margin-top:60px;
}*/

.product-daily_cartoon .landscape-img #example1 .img-responsive {
	/*width:100%;*/
}

.owl-carousel .owl-item .land-zoom {
	margin-top:50px;
}

.blog-post h2 {
	border-bottom:0;
}

.banner-ad p {
	margin-bottom:0;
	margin-top:5px;
}

@media screen and (max-width:990px) {
	#page .daily_page_img #example1 .img-responsive {
		margin:20px auto;
		width:auto;
	}
	
	.additional-options {
		margin-bottom:20px;
	}
	
	#daily-cal {
		margin:0 -13px;
	}
	.additional-options {
		margin-left:-13px;
		margin-right:-13px;
	}
	.landscape-img .daily_calendar_wrapper {
		margin-top:0;
	}
}

@media screen and (min-width:768px) {
.owl-carousel .owl-item img {
	transition:transform 0.2s ease;
}

	.owl-carousel .owl-item .land-zoom:hover {
		transform:scale(2.6);
		-webkit-transform:scale(2.6);
		-moz-transform:scale(2.6);
		-ms-transform:scale(2.6);
		-o-transform:scale(2.6);
		overflow:visible;
		position:absolute;
		z-index:9999;
	}
	
	.owl-carousel .owl-item .portrait-zoom:hover {
		transform:scale(1.2);
		-webkit-transform:scale(1.2);
		-moz-transform:scale(1.2);
		-ms-transform:scale(1.2);
		-o-transform:scale(1.2);
		overflow:visible;
		position:absolute;
		z-index:9999;
	}
}

.owl-carousel.owl-loaded {
	height:330px;
	margin-top:-70px;
	margin-bottom:-70px;
	background:rgba(0,0,0,0);
}

.owl-carousel .owl-stage-outer {
	padding:70px 15px;
	left: -15px;
	width: calc(100% + 30px);
	height:100%;
}

aside .box .box-heading-small * {
	font-size:20px;
}

aside .box .box-heading-small {
	padding:0 17px;
	font-size:20px;
}

#column-right .box-heading i {
	display:none;
	float:right;
}

@media screen and (max-width:768px) {
	#column-right .box-heading i {
		display:block;
	}
	
	.category-grid .category-image:last-child {
		margin:0 auto;
		float:none;
	}
}

#content .daily-mob {
	margin:20px 0;
	text-align:center;
	float:none;
}

#content .daily-mob .box-heading {
	margin:15px 0 10px;
	font-size:22px;
}

#content .daily-mob .daily_cartoon .image2 {
	float:none;
	display:block;
	width:87%;
	margin:0 auto;
}

#content .daily-mob .daily_cartoon .image2 span {
	bottom:30px;
}

@media screen and (max-width:990px) {
	#column-right .daily_cartoon span {
		font-size:9px!important;
	}
}

 .product-category #content h1 {
	padding-right:85px;
}

.additional-options a span {
	width:65%;
	float:left;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
}

.additional-options a img {
	float:right;
}

.additional-options a {
	background-color:#3399cc;
	margin-top:0;
	overflow:hidden;
	display:block;
	width:200px;
	margin:10px auto;
	padding:5px;
}

.product-daily_cartoon #content h1 {
	margin-bottom:0;
	font-weight:700;
}

.home_page_keyword > div:first-child {
	margin-bottom:15px;
}

#email-modal textarea {
	width:100%;
	height:150px;
}

.modal-body form {
	overflow:hidden;
}

.modal-body form > div {
	margin-bottom:20px;
}

#content h1 {
	margin-top:30px;
}

/*#content .box-container {
	margin-top:30px;
}*/

/*Advanced Search Page */

.adv-search-block {
	border: 1px solid #7280AD;
	color:#8d8c8c;
	margin:20px 15px;
	padding:20px 35px 0;
	position:relative;
}

.adv-search-block h2 {
	border:0;
	color:#000;
	text-shadow:none;
	position:absolute;
	top:-15px;
	left:50px;
	padding:0 5px;
	background-color:#FFF;
	font-size:18px;
}

.adv-search-block p {
	color:#8d8c8c;
}

.adv-search-input {
	overflow:hidden;
	margin-bottom:10px;
}

.adv-search-input > * {
	float:left;
}

.adv-search-input input[type=text] {
	width:200px;
	margin-right:10px;
	height:26px;
}

.adv-search-input p {
	margin-right:10px;
	width:276px;
}

.adv-search-block > .adv-search-block {
	margin-left:-10px;
	margin-right:-10px;
}

#body_r2 h1,
#body_r2 h2 {
	margin-left:15px;
	margin-right:15px;
}

#body_r2 h2 {
	border:0;
}

#contact_left ul a {
	font-size:14px;
}

#total tr td:last-child {
	text-align:right;
}

.buttons .checkbox {
	padding-left:0;
}

.information-information #information-box span {
	display:inline-block;
}

#order_complete {
	color:#000;
}

.contact_form {
	margin-bottom:20px;
}
.header .links b {
	color:#f08e2f;
}

.dir-keywords {
	-webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

.dir-keywords a {
	display:block;
	font-size:10px;
}

/* Information page template */
.info-item {
	text-align:center;
	margin-bottom:10px;
}

#information-box .category-title,
.cke_show_borders .category-title {
	text-transform:none;
}

.info-banner img {
	display:block;
	margin:0 auto;
}

.info-item img {
	margin:0 auto;
}

.info-item h3 {
	font-weight:bold;
	margin-top:5px;
	text-transform:none;
}

.info-item.col-sm-7 h3 {
	font-size:17px;
	margin:0 0 25px;
}

.info-item.col-sm-7 {
	text-align:left;
}

.info-item a {
	color:#EC7406;
	font-family:'opensans-bold';
}

.info-item a:hover {
	color:#3399cc;
}

.bar {
	background-color: #3399cc;
	height:3px;
	margin:0 0 10px;
}

.info-menu {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:10px 0;
}

.info-menu a {
	padding:0 10px;
}

.flex-row {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.banner img {
	margin:0 auto;
}

.info-item .buy-button {
	padding: 8px 15px;
	background-color: #EC7406;
	width: 152px;
	float: right;
	color: #FFF;
	line-height: 15px;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	cursor: pointer;
	font-weight: normal;
}

.info-item .buy-button:hover {
	color:#FFF;
	background-color:#3399cc;
}

@media screen and (max-width:480px) {
	h1,
	p.product-text {
		font-size:14px!important;
	}
	
	.product-category p.product-text {
		line-height:19px;
	}
	
	.common-home #content h1 {
		margin-top: 0;
	}
	
	/*h2 {
		font-size:17px!important;
	}*/
	
	.product-category #content h1 {
		padding-right:0;
	}
	
	body {
		font-size:12px!important;
	}
	
	.adv-search-block h2 {
		font-size:15px;
		left:-5px;
	}
	
	.adv-search-input p { 
		width:100%;
	}
	
	.adv-search-input input[type=text] {
		width:140px;
	}
	
	#body_r2 h2 {
		font-size:14px;
	}
	
	#content .product-mobile-title,
	.product-mob-title {
		font-size:14px!important;
	}
	.cartoon_page_daily_like .social-wrapper .wish-list,
	.cartoon_page_daily_like .social-wrapper .addthis_button_email,
	.cartoon_page_daily_like .social-wrapper .addthis_button_facebook_like,
	.cartoon_page_daily_like .social-wrapper .addthis_button_tweet {
		padding-right:10px!important;
	}
	
	.cartoon_page_daily_like .social-wrapper .addthis_button_google_plusone {
		padding-right:60px!important;
	}
	
	.product-daily_cartoon .social-wrapper,
	.cartoon_page_daily_like .social-wrapper {
		width: 100%;
	}
	
	.product-daily_cartoon .social-wrapper .addthis_toolbox,
	.cartoon_page_daily_like .social-wrapper .addthis_toolbox {
		/*width: 285px;*/
		width: 318px;
		margin:0 auto;
	}
}

.click-to-view-notice {
	background-color: #f08e2f;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 5px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 3px #757575;
    clear: both;
    margin-top: 10px;
}