@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300&subset=latin,latin-ext);


.loading {
	display:none;
	position:absolute;
	z-index:10;
	background:#FFF;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px;
	color:#535353;
	-webkit-box-shadow:  0px 0px 10px 0px #e8e6e1;
	box-shadow:  0px 0px 10px 0px #e8e6e1;
}
body {
	color: #393939;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
}
.body-bg {
	background:#FFF;
}
input, textarea {
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #a1a1a1;
	text-align:center;
	font-size: 12px;
	padding: 2.5%;
	min-height:19px;
	line-height: 24px;
	vertical-align: middle;
	width:95%;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
input[type="checkbox"] {
	width:auto;
}
textarea {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	color: #393939;
}
h2 {
	font-size: 24px;
	line-height: 1.2;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
p {
	color: #393939;
}
em {
	font-style: italic;
}
small {
	font-size: 80%;
}
.hand-cursor {
	cursor:pointer;
}
.through {
	text-decoration:line-through;
}
.ac {
	text-align:center !important;
}
.al {
	text-align:left !important;
}
.ar {
	text-align:right !important;
}
.vm {
	vertical-align:middle !important;
}
.vt {
	vertical-align:top !important;
}
.vb {
	vertical-align:bottom !important;
}
.clear {
	clear:both !important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color: #393939;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	color: #18638e;
}
p a {
	font-weight: inherit;
	line-height: inherit;
}
a, button {
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
ul, ol {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}
ul li, ol li {
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
select {
    border: solid 1px #d7dde8;
    color: #6d6d6d;

	background: #f7f7f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	padding: 7px 5px;
	text-align: left;
	width: auto;
	height:35px;
}
option, option:hover {
	padding:5px;
	border:none;
}
footer {
	background:#313131;
}
#fancybox-wrap {
	z-index: 100000
}
.env-icon{
	background:url('../images/envelope.gif') no-repeat;
	width:16px;
	height:11px;
	display:inline-block;
}
.wrapper {
	position:relative;
	margin: 0 auto;
	width: 940px;
	padding: 0;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
/*HEADER MIAN */

.quick-contact, .quick-menu{
	display:inline-block;
	vertical-align:middle;
}

.quick-contact, .qm-item {
	font-weight: bold;
	color:#dedede;
	font-family: Tahoma;
	white-space: nowrap;
	cursor:default;
}

.account .qm-item, .account .qm-item:hover{
	color:#ffba00;
	cursor:pointer;
}

.qm-item:hover{
	color:#dedede;
}


.quick-contact {
	padding-top:10px;
}


.quick-contact a, .quick-contact i, .qm-item i, .qm-item span, .qm-item p{
	color:#ffba00;
}

.quick-contact i, .qm-item i{
	font-size:15px;
}

.quick-menu{
	float:right;
}

.quick-menu > ul > li {
  border-left: 1px solid #3F3F3F;
  display: inline-block;
  height: 28px;
  padding: 10px 10px 0;
  vertical-align: top;
}


.top-menu{
	height:38px;

	background: #202020; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY4JSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc4JSIgc3RvcC1jb2xvcj0iIzFhMWExYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzA5MDkwOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #202020 0%, #202020 68%, #1a1a1a 78%, #090909 92%, #040404 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(68%,#202020), color-stop(78%,#1a1a1a), color-stop(92%,#090909), color-stop(100%,#040404)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #202020 0%,#202020 68%,#1a1a1a 78%,#090909 92%,#040404 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #202020 0%,#202020 68%,#1a1a1a 78%,#090909 92%,#040404 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #202020 0%,#202020 68%,#1a1a1a 78%,#090909 92%,#040404 100%); /* IE10+ */
	background: linear-gradient(to bottom, #202020 0%,#202020 68%,#1a1a1a 78%,#090909 92%,#040404 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#040404',GradientType=0 ); /* IE6-8 */
}

.header-main {
	background: url("../images/header-bg.jpg") repeat-x scroll right top transparent;
	height:215px;
}
.header-elements {
	height:100px;
}

.header-main .wrapper{
		position:relative;
}
.s-icon{
	width:16px;
	height:16px;
	background: url("../images/s-icon.png") no-repeat left top transparent;
}
.header_shopping_cart_value{
	white-space:nowrap;
	color:#18638e;
	font-size:24px;
	font-family:'Oswald';
	text-transform:uppercase;
	padding-right:5px;
}

.h-cart-value > li{
	display:inline-block;
	vertical-align:middle;
}

.header-robot {
	background: url("../images/robot.png") no-repeat left top transparent;
	width:230px;
	height:200px;
	position:absolute;
	top:-23px;
	left:168px;
}

.header-buttons{
	position: absolute;
	top: 40px;
	right: 0;
}

/* LANGUAGES */

.languages {
	position:absolute;
	top:5px;
	right:740px;
}
.lang-mobile {
	display:none;
}
.lang-desktop li {
	width:auto;
	display:inline-block;
	text-align: center;
	color:#909090;
	cursor:pointer;
	padding:6px;
}
.lang-desktop li:hover {
	background:#3f3f3f;
}
/* CURRENCIES */

.currencies {
	right: 515px;
	position: absolute;
	top: 5px;
}
/* ONLINE */

.online {
	right: 240px;
	position: absolute;
	top: 11px;
}
.online li {
	display:inline-block;
}
.online li:first-child {
	padding-right:10px;
}
/* SEARCHER */

.search {
	position:absolute;
	top:40px;
	left:420px;
}

.input-search input {
	background:#FFF url("../images/s-icon.png") no-repeat left top;
	border: 1px solid #eaeaea;
	border-right:none;
	color: #c2c2c2;
	font-size: 12px;
	height:27px;
	text-transform: lowercase;
	line-height: 24px;
	vertical-align: middle;
	width:241px;
	margin:0;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
		-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
text-align:center;
}
#sugget_container {
	padding:20px !important;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
	border: none !important;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:9999;
	top:111px !important;
}
.suggest-item {
	padding:10px !important;
}
.suggest-item:nth-child(2n+2) {
	background:#F7F7F7;
}
.suggest-item:hover {
	background:#F3F3F3;
}
.suggest-more {
	padding-top:10px !important;
}
.suggest-photo, .suggest-name {
	display:inline-block !important;
	vertical-align:middle !important;
	float:none !important;
}
.suggest-separator {
	border:none !important;
}

.input-search-categories{
	position:absotule;
	top:0;
	left:0;
}

.input-search input:focus {
	/* transition */
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}


#categories_search_value SELECT {
	background:#FFF;
	border: 1px solid #eaeaea;
	color: #c2c2c2;
	font-size: 12px;
	padding: 5px 12px;
	text-transform: lowercase;
	height:30px;
	line-height: 24px;
	vertical-align: middle;
	width:254px;
	margin-top:6px;
	text-align:center;
}
.showThis {
	transition: all 0.7s ease 0s;
	top:60px;
}
.hideThis {
	transition: all 0.7s ease 0s;
	top: 0px;
}

.input-search {
	position:relative;
}
.s-inputs, .s-button {
	float:left;
	}

.s-button .button {
	-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
padding:21px;
}
/* ACCOUNT BUTTON */

.account-logOut {

}
.account-logIn{
	color:#ffba00;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
}
.login-link {
	cursor:pointer;
}

.login-link span:first-child:after {
	padding:10px;
	content:"/";
}
.slide-panel-arrow {
	color:#d1d1d1 !important;
	font-size:14px;
	padding-left:10px;
}
/* LOGIN PANEL SLIDE */

.login-link a {
	color:#FFF;
}
#login-slide-panel {
	background:#2a2a2a;
	height:auto;
	display: none;
	color:#909090;
}
.slide-box{
	border:1px solid #424141;
	border-radius:4px;
	padding:10px;
	margin-top:10px;
		min-height:230px;
}
.panel-title {
font-family: 'Oswald', sans-serif;
	padding:10px 10px 10px 0;
	color:#FFF;
	font-size:20px;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}

.external > ul > li{
	display:inline-block;
	text-align:center;
	vertical-align:top;
}


.external .panel-title{
	font-size: 14px;
}

.external {
  padding-top:20px;
  border-top: 1px solid #424141;
  margin-left: 33px;
  width: 500px;
}
.panel-title span:nth-child(2) {
	padding:0 10px;
}
.panel-form {
	padding-bottom:20px;
}
.panel-form >li {
	display:inline-block;
	vertical-align:top;
}
.panel-login {
	padding-right: 20px;
	width: 580px;
}
.panel-register {
	width:335px;
}

.panel-link-forgot {
  margin: 20px 53px 20px 0;
  text-align: right;

}

.panel-link-forgot a {
  color: #707070 !important;
}
.panel-link-forgot a:hover {
	color: #FFF;
	cursor:pointer;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.flip-elements {
	position:relative;
}
.flip-login, .flip-forgot {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}


.slide-panel-login-button .button, .slide-panel-login-button .button:hover{

font-family:'Oswald';
text-shadow:1px 1px 0px #0e3b56;
text-transform:uppercase;
padding: 13px 10px;


background: #588faf; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU4OGZhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMTg2NDkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0NTg3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #588faf 1%, #186490 2%, #14587f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#588faf), color-stop(2%,#186490), color-stop(100%,#14587f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #588faf 1%,#186490 2%,#14587f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #588faf 1%,#186490 2%,#14587f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #588faf 1%,#186490 2%,#14587f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #588faf 1%,#186490 2%,#14587f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588faf', endColorstr='#14587f',GradientType=0 ); /* IE6-8 */
}

.slide-panel-login-button .button:hover, .slide-register-button a:hover{
	opacity:0.8;
}

.slide-panel-login-button .button, .slide-register-button .button{
	height:18px;
}
.panel-form-items  {
	margin-left:33px;
}

.panel-login .flip-forgot .panel-form-items > li {
	width:18%;
}


.panel-login .panel-form-items > li {
	color:#efefef;
	font-size:12px;
	display:inline-block;
	width:182px;
	padding-right:20px;
	vertical-align:top;
}
.panel-login .panel-form-items > li:last-child {
	padding-right:0px;
	width:100px;
}
.panel-register .panel-form-items > li {
	color:#efefef;
	font-size:12px;
	display:inline-block;
	vertical-align:top;
}
.panel-register input{
margin:0px;
	-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.panel-form-items span {
	display:table-cell;
	vertical-align:top;
	padding-right:20px;
}
.panel-form-items span:nth-child(2) {
	padding-top:2px;
}
.panel-forgot-password {
	text-align:right;
	width:64%;
}
.panel-forgot-password a {
	color:#efefef;
}
.panel-forgot-password a:hover {
	color:#18638e;
}
.panel-form-items > li > ul > li {
	color:#efefef;
	padding-bottom:10px;
}
.panel-register .panel-form-items > li {
	float:left;
}

.panel-form INPUT {
height:24px;
margin:0px;
  background: none repeat scroll 0 0 #202020;
  border: 1px solid #424141;
  color: #B5B5B5;
  padding: 10px 0 12px 12px;
  text-align: left;
  width:175px;
}
.panel-form-items > li:last-child {
	padding-right:0;
}
.panel-external-login {
	padding-bottom:20px;
	padding-left:8px;
}
.slide-register-button a, .slide-register-button a:hover{
font-family:'Oswald';
text-shadow:1px 1px 0px #a67900;
text-transform:uppercase;
padding: 16px 10px 13px 10px;

-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;

	background: #ffcb3d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmY2IzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZiYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffcb3d 1%, #ffba00 2%, #ffba00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffcb3d), color-stop(2%,#ffba00), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb3d', endColorstr='#ffba00',GradientType=0 ); /* IE6-8 */

}
.social-login-area li {
	display:inline-block;
	padding-left:10px;
}

.social-login-area{
	text-align:right;
}

a.button-facebook, a.button-google, a.button-allegro {
	display: block;
}
/*
Google+
------------------------------------------------------------ */



a.button-google {
width:142px;
height:36px;
	background: url("../images/gplus.png") no-repeat scroll right top transparent;
	text-indent:-999;
}
a.button-google:hover {
	opacity:0.5;
}
/*
Facebook
------------------------------------------------------------ */

a.button-facebook {
width:142px;
height:36px;
	text-indent:-999;
	background: url("../images/fb.png") no-repeat scroll right top transparent;
}
a.button-facebook:hover {
	opacity:0.5;
}
/*
Allegro
------------------------------------------------------------ */

a.button-allegro {
	background-color: #ef8138;
}
a.button-allegro:hover {
	background: #d67331;
}
/* COMPARER, WISHLIST, SHOPPING CART */

.main-elements-desktop {
	display:block;
}
.main-elements-mobile {
	display:none;
}
.products_compare .preview-name {
	width: 370px;
}
.products_compare .preview-enable {
	width: 10%;
}

.cart, .wishlist, .products_compare {
	position:relative;
	display:inline-block;
	padding-left:10px;
}

.h-cart-icon{
	background: url("../images/cart-icon.png") no-repeat center top;
	width:46px;
	height:43px;
	position:relative;
}

.show-cart {
	width:auto !important;
	font-size:13px !important;
	min-width:19px;
}
/* MEGA MENU */

.navi-desktop {
	position: absolute;
	top:126px;
	left:0px;
}
.navi-mobile, .navi-mobile-account {
	display:none;
}
.newbox input {
	background: #FFFFFF;
	border: none;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #a1a1a1;
	font-size: 14px;
	text-transform: lowercase;
	height:25px;
	line-height: 24px;
	vertical-align: middle;
	width:94%;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.newbox {
	display:none;
}
/* SHOPPING CART TOOLTIP */

.ajax-items-cart {
	background: url("../images/cart-tooltip.png") no-repeat center top;
	width:32px;
	height:23px;
	top: -24px;
	font-family: Arial !important;
	font-size: 12px;
	position: absolute;
	left: -17px;
	min-width:10px;
	color:#FFF;
	text-align:center;
	text-shadow:0px 1px #e5a700;
	line-height:1.5;
	font-weight:bold;

}
.ajax-items-cart:empty {
	display:none;
}
.header_shopping_cart {
	position:relative;

}
.cart-preview {
	padding:20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 30px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 0px 30px 1px rgba(0, 0, 0, .3);
	width:540px;
	position:absolute;
	right:0;
	top:46px;
	z-index:99999;
	display:none;
}
.cart-preview-arrow {
	border-color: transparent transparent #FFF;
	border-style: inset;
	border-width: 10px;
	height:0;
	width:0;
	position:absolute;
	top:-19px;
	right:11px;
}
.cart-preview .title {
text-transform:uppercase;
font-family: 'Oswald';
	font-size: 20px;
	color:#393939;
	text-align:center;
	display:inline;
	background:#FFF;
	padding:10px;
	line-height:1.2;
}

.cart-preview .title-bg {
	background: url("../images/title-bg.gif") repeat-x center top;
	height:29px;
	width:100%;
	text-align:center;
}
.cart-preview ul {
	width:100%;
	padding-top:20px;
}
.cart-preview ul ul li {
  border: medium none;
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}
.cart-preview ul li {
	border-bottom:1px solid #D4D4D4;
	padding-bottom:4px;
}
.cart-preview ul li:last-child {
	border-bottom:none;
}
.preview-photo {
	width:75px;
}

.remove-from-wishlist{
	color:#b5b5b5;
	font-size:21px;
}

.remove-from-wishlist:hover{
	color:#ffba00;
}

.preview-photo IMG {
	border-radius:10px;
	border:1px solid #d8d8d8;
}
.preview-name {
	width:240px;
	padding-left:20px;
	color: #36393b;
	font-size: 18px;
	font-family: 'Oswald';
}

.preview-price {
	width:156px;
	padding-left:20px;
	color: #18638e;
	font-size: 24px;
	font-family: 'Oswald';
}
.preview-name .options-value {
	font-size: 11px;
	line-height: 1;
	color:#454545;
	display:block;
	font-family:Arial;
}
.preview-delete {
	width:auto;
	color:#313131;
	font-size:14px;
}
.preview-button {
	padding-top:5px;
	text-align:center;
}
.preview-empty {
	padding:20px 0;
	text-align:center;
}
.cart-preview-total {
	padding:10px 0;
	border-top:1px solid #D4D4D4;
	text-align:right;
	font-weight:bold;
	font-size:12px;
}

.preview-delivery{
	font-size:14px;
	color:#404040;
}

.preview-delivery a{
	font-size:14px;
	color:#18638e;
}

.preview-delivery a:hover{
	text-decoration: underline;
}

.preview-info li{
	font-family: Tahoma;
	display:inline-block;
	vertical-align:middle;
	border-bottom:none !important;
	line-height:1.4;
	font-weight:bold;
}

.preview-info li:first-child{
	width:70%;
}

.preview-info li:last-child{
	width:30%;
}

.cart-preview .remove-from-cart{
	font-size:21px;
	color:#b5b5b5;
}

.remove-from-cart{
	font-size:21px;
	color:#b5b5b5;
}

.header-rotator .wrapper{
	width:1196px !important;
}

.rotator-title{
	margin-top:50px;
}

.tp-bullets{
	opacity:1 !important;
}

.info-banners {
  position: absolute;
  top: -26px;
  z-index: 99;
}

.info-banners li{
	display:inline-block;
	margin-right:12px;
}

.info-banners li:last-child{
	margin-right:0px;
}

.rotator-info {
	position:relative;
	margin-bottom:120px;
}

/* BUTTONS */

.button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 0;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	text-transform:lowercase;
}
.btn-1 {
	background:#18638e;
	color: #FFF;
	height: auto;
	line-height:1.2;
	padding: 11px;
	width: 20px;
	font-family:'Oswald';
}
.btn-2 {
	background:#18638e;
	color: #FFF;
	height: auto;
	line-height:1.2;
	padding: 13px;
	width: auto;
	font-size:14px;
	font-family:'Oswald';
	text-transform:uppercase;
}

.btn-3 {
	background:#18638e;
	color: #FFF;
	height: auto;
	line-height:1.2;
	padding: 7px;
	width: auto;
	font-size:14px;
	font-family:'Oswald';
}
.btn-10 {
font-family:'Oswald';
text-shadow:0px 1px #0e3b56;
text-transform:uppercase;
padding: 24px;
color:#FFF;

background: #588faf; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzU4OGZhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMTg2NDkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE0NTg3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #588faf 1%, #186490 2%, #14587f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#588faf), color-stop(2%,#186490), color-stop(100%,#14587f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #588faf 1%,#186490 2%,#14587f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #588faf 1%,#186490 2%,#14587f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #588faf 1%,#186490 2%,#14587f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #588faf 1%,#186490 2%,#14587f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#588faf', endColorstr='#14587f',GradientType=0 ); /* IE6-8 */
}

.btn-11 {
font-family:'Oswald';
text-shadow:0px 1px #a67900;
text-transform:uppercase;
padding: 24px;
color:#FFF;
font-size:16px;
font-weight: normal;

background: #ffcb3d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmY2IzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZiYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZmZiYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1YTcwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffcb3d 1%, #ffba00 2%, #ffba00 99%, #e5a700 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffcb3d), color-stop(2%,#ffba00), color-stop(99%,#ffba00), color-stop(100%,#e5a700)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 99%,#e5a700 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 99%,#e5a700 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 99%,#e5a700 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcb3d 1%,#ffba00 2%,#ffba00 99%,#e5a700 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb3d', endColorstr='#e5a700',GradientType=0 ); /* IE6-8 */

}

.btn-4 {
	color: #FFF;
	background:#d5d5d5;
	height: auto;
	line-height:1.2;
	padding: 6px;
	min-width:16px;
	font-size:16px;
}
.btn-5 {
	background:#D4D4D4;
	color: #FFF;
	height: 15px;
	padding: 11px;
	width: auto;
	font-size:16px;
}
.btn-6 {
	background:#82cae5;
	border:1px solid #79a4b3;
	color: #FFF;
	height: 15px;
	padding: 11px;
	width: auto;
	font-size:16px;
}
.btn-active {
	color: #FFF;
	background:#18638e;
}
.small {
	padding: 7px;
	font-size:14px;
}
.vsmall {
	padding: 5px;
	font-size:12px;
}
.big {
	padding: 15px;
	font-size:16px;
}
.bigger {
	padding: 19px;
	font-size:27px;
	height:auto;
}
.no-icon {
	line-height:0.9;
}
.icon-padding {
	margin-right:10px;
	font-size:14px;
}
.btn-1:hover, .btn-2:hover, .btn-3:hover, .btn-4:hover, .btn-5:hover {
	opacity:0.8;
	color: #FFF;
}

.btn-1:hover a, .btn-2:hover a, .btn-3:hover a, .btn-4:hover a, .btn-5:hover a {
	color: #FFF;
}
.btn-6:hover {
	color: #FFF;
	opacity:0.8;
}
.btn-10:hover,.btn-11:hover {
color:#FFF;
	opacity:0.8;
}
#main-section {
	width:100%;
	margin:30px 0;
}
#column-left {
	width:220px;
	margin-right:20px;
	float:left;
}
#column-right {
	width:220px;
	margin-left:20px;
	float:left;
}
#column-center-2 {
	width:480px;
	float:left;
}
#column-center-1 {
	width:700px;
	float:left;
}
#column-left .box, #column-right .box {
	padding:10px 0;
	margin-bottom:10px;
}
.box-simple .box-title, .box-classic .box-title, .box-animated .box-title {
	background: url("../images/title-bg.gif") repeat-x center top;
}

.box-title{
	padding-bottom:10px;
}

.box-simple .box-title span, .box-classic .box-title span, .box-animated .box-title span {
font-family:'Oswald';
	font-size:18px;
	text-transform:uppercase;
	color:#404040;
	padding-bottom:13px;
	background:#FFF;
	padding-right:10px;
	line-height:1.5;
}

.slide-cat-down{
		background: url("../images/slide-cat-up.png") no-repeat center top;
		width:20px;
		height:20px;
}

.slide-cat-left{
		background: url("../images/slide-cat-left.png") no-repeat center top;
		width:20px;
		height:20px;
}

.slide-cat-up{
		background: url("../images/slide-cat-down.png") no-repeat center top;
		width:20px;
		height:20px;
}

.box-animated .mode-onlyoneitem .animCon, .box-animated .mode-onlyoneitem .animCon:hover {
	background:none;
	-webkit-box-shadow:  none;
	box-shadow:  none;
	padding:0;
	margin-bottom:0;
}
.box-simple {
	padding-bottom:0px;
}
.box-shopping-cart-pay {
	border-top:1px solid #E4E5E5;
	font-size: 21px;
	padding: 15px 0 !important;
}
.box-shopping-cart-row ul li {
	display:table-cell;
	vertical-align:middle;
}
.box-shopping-cart-row ul li ul {
	padding-top:5px;
}
.box-shopping-cart-row .options-value {
	color: #ADADAD;
	display: block;
	font-size: 11px;
	line-height: 1.2;
}
.box-shopping-cart-row ul {
	width:100%;
}
.box-shopping-cart-row {
	padding:10px 0;
	border-top:1px solid #e4e5e5;
}
.box-shopping-cart-row:first-child {
	border-top:none;
}
.box-shopping-cart-row .name {
	text-align:left;
	width:80%;
	padding-right:10px;
	font-size:13px;
}
.remove-btn {
	width:10%;
	color:#313131;
	font-size:14px;
}
.box-body {
	position:relative;
	padding-top:20px;
	text-align:center;
	font-size: 12px;
	line-height: 1.4;
}
.frame{
		border:1px solid #e4e4e4;
		border-radius: 5px;
		padding-bottom: 0 !important;
		margin-bottom:20px;
}
.box-body select {
	width:95%;
}
.box-body-button, .box-body-adv-search {
	padding-top:10px;
}
.box-body div:first-child {
	padding:0 0 10px 0;
}
.box-body .sbHolder {
	height:20px;
}
.button-icon {
	margin-right:10px;
}
/* CATEGORIES TREE */

.categories-tree ul, .categories-tree ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.active-cat {
	background:#EEE;
}
.categories-tree ul li {
	width:100%;
	cursor:pointer;
}
.categories-tree ul li:hover {
	position:relative;
}

.categories-tree ul li:hover a {
	color:#055a8c;
}

.categories-tree ul li a {
	padding:0 15px 0 0px;
	display:inline-block;
	text-decoration:none;
	color:#393939;
	font-size:13px;
	width:86%;
}
/**** SECOND LEVEL MENU ****/

.categories-tree ul li ul {
	z-index:21;
	position:absolute;
	display:none;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
}
.categories-tree ul li:hover ul {
	left:100%;
	top:0px;
	display:block;
}
.categories-tree ul li ul li {
	background:#FFF;
}
.categories-tree ul li ul li:last-child {
	border-bottom:none;
}
.categories-tree ul li:hover ul li:hover {
	background:#18638e;
}
.categories-tree ul li ul li a {
	color:#393939;
}
.categories-tree ul li:hover ul li:hover > a {
	color:#FFF;
}
.categories-tree ul li ul li a {
	display:inline-block;
	width:210px;
}
/**** THIRD LEVEL MENU ****/
.categories-tree ul li:hover ul li ul {
	position:absolute;
	display:none;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
}
.categories-tree ul li ul li ul li a {
	color:#393939;
}
.categories-tree ul li:hover ul li:hover ul {
	display:block;
	left:100%;
	top:0;
}
.categories-tree ul li:hover ul li:hover ul li {
	background:#FFF;
}
.categories-tree ul li:hover ul li:hover ul li:hover {
	background:#18638e;
}
.categories-tree li {
	line-height:2.4;
	text-align:left;
}
.categories-tree li ul > li {
	padding-left:20px;
}
.toggle-categories {
	float:right;
	font-size:20px;
	padding-left:10px;
	padding-top:3px;
	padding-right:0px;
	background:#FFF;
}
/* CATEGORIES MOBILE */
.header-categories-mobile {
	display:none;
	margin-top:10px;
	margin-bottom:10px;
}
.toggleMenu {
	display: none; /* need this */
	background: #313131;
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 17px;
	padding: 12px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.toggleMenu span {
	display: block;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 20px;
}
.categories-mobile {
	list-style: none;
 *zoom: 1;
	background:#313131;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:10px;
}
.categories-mobile li:first-child {
	border-top:none;
}
.categories-mobile:before, .categories-mobile:after {
	content: " ";
	display: table;
}
.categories-mobile:after {
	clear: both;
}
.categories-mobile ul {
	list-style: none;
	display: block;
	width: 100%;
}
.categories-mobile a {
	padding: 15px;
	color:#fff;
}
.categories-mobile li {
	position: relative;
}
.categories-mobile > li {
	float: none;
	border-top: 1px solid #131313;
}
.categories-mobile > li > a {
	display: block;
}
.categories-mobile li ul {
	position: absolute;
	left: -9999px;
}
.categories-mobile > li.hover > ul {
	left: 0;
}
.categories-mobile li li.hover ul {
	left: 100%;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.categories-mobile li li a {
	display: block;
	background: #454545;
	position: relative;
	z-index:100;
	border-top: 1px solid #232323;
	padding-left:25px;
}
.categories-mobile li li li a {
	background:#656565;
	z-index:200;
	border-top: 1px solid #383838;
	padding-left:35px;
}
.categories-mobile > li.hover > ul, .categories-mobile li li.hover ul {
	position: static;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.categories-more-mobile {
	display:none;
}
.box_list_active a {
	color:#18638e;
}
.box-body INPUT {
	height:25px;
}
.box-body .tags {
	text-align:left;
}
.box-body .tags li {
	background: #fbfbfb;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #ededed;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	vertical-align: middle;
	transition: all 0.2s ease-in-out 0s;
	transform:scale(1.0);
	-webkit-transform:scale(1.0);
	-moz-transform:scale(1.0);
 -o-transform:scale(1.0) cursor:pointer;
}
.box-body .tags li:hover {
	border:1px solid transparent;
	background: #18638e;
	transition: all 0.2s ease-in-out 0s;
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2)
}
.box-body .tags li a {
	color:#c4c4c4;
}
.box-body .tags li:hover > a {
	color:#FFF;
}
.box-body .blog li {
	padding-bottom:15px;
	text-align:left;
}
.blog-date {
	background:#d6d6d6;
	padding:6px;
	color:#FFF;
	font-size:12px;
}
.blog-items li {
	cursor:pointer;
	text-align:left;
	padding-bottom:15px;
}
.blog-items .active {
	color:#18638e;
}
.compare > li:nth-child(2n+2) {
	border-bottom:1px solid #E4E5E5;
}
.compare li span {
	vertical-align:middle;
	display:table-cell;
	text-align:left;
	padding-top:5px;
}
.compare-name {
	padding-left:10px;
}
.compare-buttons {
	text-align:right;
	padding:5px 0;
}
.compare-buttons li {
	display:inline-block;
}
.compare-action-buttons {
	text-align:left;
	padding-top:20px;
}
.compare-action-buttons i {
	margin-right:0px !important;
	color:#FFF;
}
.box-price div, .box-price div:first-child {
	padding:0;
	padding-bottom:10px;
}

.box-price .view_price_old{
	padding-left: 0px;
}

.box-classic .box-body {
	border-bottom:1px solid #e4e5e5;
	padding-bottom:20px;
}
.box-classic .box-body:last-child {
	border-bottom:none;
	padding-bottom:0px;
}
.box-product-name {
	padding:20px;
	font-size:18px;
	color:#373737;
	font-family:'Oswald';
	font-weight:400;
	text-align:left;
}
.price_view_span {
	color:#18638e;
	font-size:24px;
	font-family:'Oswald';
	font-weight:400;
}

.actual-price {
	padding-bottom:5px;
	color:#999;
	text-align:left;
}
.actual-time {
	padding:5px 0;
	color:#999;
	text-align:left;
}
.view_price_old, .view_price_free_shipping, .view_price_def, .view_price_suggest, .view_price_shipping {
	color:#b5b5b5;
	font-size:18px;
	font-family:'Oswald';
	line-height:1.3;
	padding-bottom:10px;
}
.view_price_free_shipping, .rc-time-promo {
	color:#b5b5b5;
}
.pinfo-top-sellers .view_price_shipping_text, .pinfo-top-sellers .view_price_shipping, .pinfo-top-sellers .view_price_def, .pinfo-top-sellers .view_price_suggest {
	font-size:10px;
	width:auto;
}

.view_price_def {
	padding-top:0px !important;
}
.box_text_price {
	display:none;
}
/* COUNTDOWN BOX */
.countdown-icon {
	font-size:18px;
	animation: iconFadeIn 1s infinite;
}
.pinfo-countdown .countdown-clock {
	float:none;
	position:static;
		background:transparent !important;
}

.pinfo-countdown .countdown-clock span {
	border:none;
}
.countdown-clock {
	position:absolute;
	top:0;
	left:0;
	background:#f2f2f2;
	padding:10px 0 10px 1%;
	text-align:left;
	width:34%;
}

.product-photo img {
  margin-top: 50px;
}

.countdown-clock span {
	border-right:1px solid #e2e2e2;
}

.countdown-clock span:last-child {
	border-right:none;
}

.countdown-days, .countdown-hours, .countdown-minutes, .countdown-seconds{
	font-family:'Oswald';
	font-size:16px;
	padding:5px 10px 5px 5px;
	font-weight:400;
}

.countdown-days{
	color:#02466e;
}
.countdown-hours{
	color:#186591;
}
.countdown-minutes{
	color:#1071a9;
}
.countdown-seconds{
	color:#128ed6;
}

.countdown-box .product-info,
.price-hit .product-info
{
	min-height:210px;
	border-top:none;
}

.price-hit .view_price_global div,
.price-hit .product-info h2,
.countdown-box .view_price_global div,
.countdown-box .product-info h2{
	padding-left:0px;
}


.countdown-promo-text {
padding-right:10px;
	font-weight:400;
	font-size:12px;
	color:#444444;
	font-family:'Oswald';
	text-transform:uppercase;
}
 @keyframes iconFadeIn {
 0% {
 color:#d4d4d4;
}
 50% {
 color:#FFF;
}
 100% {
 color:#d4d4d4;
}
}
.countdown-pinfo-text {
	display:block;
}
.pinfo-countdown {
	text-align:left;
}
.price-countdown {
  display: inline;
font-family:'Oswald';
  font-size: 24px;
  padding: 3px 24px;
  width: auto;
  line-height: 2;
  float:left;
  	color:#000 !important;

}
.countdown-alert {
	background:#ffba00 !important;
	color:#FFF !important;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.countdown-time {
	font-size:18px;
	font-weight:bold;
	padding:0;
}


.time-remaining {
	padding:10px 0;
}

.breadcrumb {
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	margin-bottom:30px;
	padding:0px 30px;
	font-size:17px;
}
.breadcrumb ul li:hover > ul {
	display: block;
}
.breadcrumb ul {
	display: inline-table;
	list-style: none outside none;
}
.breadcrumb ul:after {
	clear: both;
	content: "";
	display: block;
}
.breadcrumb ul li {
	padding:20px 15px;
	float: left;
	position: relative;
}
.breadcrumb > ul > li:first-child {
	padding-left:0px;
}
.breadcrumb ul li a {
	display: block;
	text-decoration: none;
}
.breadcrumb ul ul {
	display: none;
	z-index:100;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	padding: 10px;
	position: absolute;
	top: 90%;
	white-space:nowrap;
	left:0px;
}
.breadcrumb ul ul li {
	font-size:13px;
	padding:9px;
	border-bottom:solid 1px #f2f2f2;
	float: none;
	position: relative;
}
.breadcrumb ul ul li:last-child {
	border:none;
}
.breadcrumb ul ul li a:hover {
	color:#393939;
}
.breadcrumb ul ul li:hover {
	background: #F7F7F7;
}
.breadcrumb ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
/*filter start*/


.MultiSelect {
	color: #393939;
	display: block;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.MultiSelect .monitor {
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

		background: #f7f7f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


	border:1px solid #E1E1E1 !important;
	font-size: 12px;
	position: relative;
	width: auto;
	padding:8px;
	margin-top:5px;
	color:#A1A1A1;
	cursor:pointer;
}
.MultiSelect .monitor > div {
	background: url("../images/sel_arrows.png") no-repeat scroll right top transparent !important;
	margin: 2px;
	padding: 0 18px 2px 0;
}
.MultiSelect .wrapper {
	padding:20px;
	background-color: #FFF;
	list-style: none outside none;
	min-width: 180px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20px;
	width: 250px;
	z-index: 1000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
}
.MultiSelect .wrapper ul li {
	display:block;
	width:99% !important;
	vertical-align:middle;
	margin-bottom:0;
	padding-bottom:2px;
}
.MultiSelect .wrapper input {
	width:15px;
}
.MultiSelect .wrapper .titlePanel {
	background:#D4D4D4;
	color:#FFF;
	font-size:17px;
	padding:10px;
	margin-bottom:10px;
}
.MultiSelect .wrapper .titlePanel .titleSelect {
	position:absolute;
	top:19px;
	right:19px;
	background: url("../images/filter_close.png") no-repeat scroll right top transparent;
	height: 17px;
	margin: 10px;
	width: 17px;
}
.MultiSelect .bottomPanel {
	clear:both;
	padding-top:10px;
}
.MultiSelect .bottomPanel a {
	padding-top:14px;
	padding-left:10px;
}
.MultiSelect .bottomPanel input[type="button"] {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	text-align: center;
	vertical-align: middle;
	text-transform:lowercase;
	background:#18638e;
	color: #FFF;
	height: auto !important;
	padding: 11px;
	width: auto;
	font-size:16px;
	border:none;
}
.filter_input2 {
	margin-top:5px;
	height:20px;
	text-align:left;
}
.listing-number-of-products SELECT, .filter-select SELECT {
	border:1px solid #B7B7B7 !important;
}
.images-categories IMG {
	border: 0 none !important;
	max-width: 100% !important;
	width: 100% !important;
	text-align:center;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.images-categories IMG:hover {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.images-categories ul li {
	display:inline-block;
	vertical-align:top;
	width:292px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
}
.images-categories ul li:nth-child(3n) {
	padding-right:0px;
}
/* FILTER */

.rc_filter_select_list {
	background:#F7F7F7;
	border:1px solid #e1e1e1;
	padding:20px;
	border-radius:5px;
	color:#A1A1A1;
	clear:both;
	margin-bottom:30px;
}
.rc_filter_select_list INPUT {
	padding-top:9px;
	padding-bottom:5px;

		background: #f7f7f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

	border:1px solid #E1E1E1;
	margin-top:5px;
}
.rc_filter_select_list ul {
	width:100%;
}
.rc_filter_select_list ul li {
	display:inline-block;
	width:23%;
	padding-right:1%;
	margin-bottom:14px;
	color:#000;
	font-weight:bold;
}

.clear-button {
	text-align:right;
}
.rc_filter_result {
	padding:20px 0;
	float:left;
}
.rc_filter_show {
	display:inline-block;
	float:right;
	margin-bottom:10px;
	margin-top:20px;
}
.rc_filter_show a{
	color:#124f72;
	font-size:13px;
}
.rc_filter_tags {
	padding-top:10px;
}
.filter-tag {
	padding:10px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #999;
	color:#FFF;
}
.filter-tag a {
	color:#FFF;
}
.filter-tag a:hover {
	color:#18638e;
}
.filter-tag i {
	padding:0 10px;
}

.views{
	background: url("../images/views.jpg") no-repeat;
	width:37px;
	height:36px;
}

.view-1{
	background-position:0 0;
}

.view-2{
	background-position:0 -36px;
}

.view-3{
	background-position:0 -72px;
}

.view-1:hover, .change-search-list-type.btn-active .view-1{
	background-position:-37px 0;
}

.view-2:hover, .change-search-list-type.btn-active .view-2{
	background-position:-37px -36px;
}

.view-3:hover, .change-search-list-type.btn-active .view-3{
	background-position:-37px -72px;
}

.filter-button, .filter-clear {
	display:inline-block;
	padding-left:10px;
}
.filter-actions {
	text-align:right;
}
.filter-input-price {
	width:40px;
	margin-right:10px
}
/* MOBILE PRODUCT RECOMMEND */
.mobile-view.box-recommend {
	display: none;
}
.box-recommend .mobile-product {
	margin:5% !important;
	-webkit-box-shadow:  0 0 10px -5px rgba(0, 0, 0, .1) !important;
	box-shadow:  0 0 10px -5px rgba(0, 0, 0, .1) !important;
}
.box-recommend .mobile-product-list {
	background:#d2c5bb;
	margin:0;
	padding-bottom:1%;
}
/* END MOBILE PRODUCT RECOMMEND */

/* BOX RECOMMEND */

.box-recommend {
	background:#d2c5bb;
	margin-bottom:30px;
}
.box-recommend .three-in-row > li {
	width:200px !important;
	margin:0 22px 30px 22px !important;
}
.conteiner-title-recommend {
	background:#d2c5bb;
	padding:20px;
	color:#FFF;
	font-size:17px;
	text-align:center;
	text-transform:uppercase;
}
.conteiner-title-recommend span {
	padding:0 10px;
}
.box-recommend .listing-recommend > li {
	-webkit-box-shadow:  0 0 10px -5px rgba(0, 0, 0, .1) !important;
	box-shadow:  0 0 10px -5px rgba(0, 0, 0, .1) !important;
}
.conteiner-title{
	background: url("../images/title-bg.gif") repeat-x center top;
	text-align:center;
		margin:20px 0;
}

.filter-frame{
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	padding:10px;
	border-radius:5px;
}

.conteiner-title span {
	padding:0 20px;
	color:#404040;
	font-size:20px;
	font-family:'Oswald';
	text-align:center;
	text-transform:uppercase;
	position:relative;
	background:#FFF;
	line-height:1.3;
}



.producer-logo {
	padding-top:5px;
	border:none;
}
.advancedscroller {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
}

.last-in-row .product-inside {
	margin-right:10px;
}
.product-one, .product-many {
	position:relative;
	overflow:hidden;
}
.product-many .view_price_global {
	text-align:center !important;
}

/* PRODUCT LISTING */

.block-3 {
	float:left;
	width:100%;
}
.product-description {
	padding:10px 0;
	border-bottom:1px solid #e4e5e5;
}
.product-buttons, .product-input{
	display:inline-block;
}

.product-input{
	position:relative;
}

.product-buttons > ul > li {
	display:inline;
	background:none;
	box-shadow:none;
	width:auto;
	padding:0;
	margin-bottom:0 !important;
	margin-right:3px  !important;
}
.product-input span {
	display:inline-block;
	width:auto;
	padding-right:5px;
	vertical-align:middle;
}
.product-input input {
	padding: 12px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	width: 17px;
	color:#000;
	font-weight:bold;
}

.pinfo-button .product-input input {
	margin:0;
	padding: 11px 27px 12px 12px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	width: 45px;
	height:17px;
	color:#000;
	font-weight:bold;
}

.steer {
  position: absolute;
  right: 10px;
  top: 5px;
}

.product-type {
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-top: 100px solid #18638e;
	border-left: 100px solid transparent;
	color:#FFF;
}
.promo-text {
	color: #FFFFFF;
	height: 50px;
	line-height: 7;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 50px;
	z-index: 2;
}
.product-many {
	transition: all 0.2s ease-in-out 0s;
	text-align:center;
	border-left:1px solid #e4e5e5;
}
.product-many:first-child {
	border:none;
}
.product-many .product-photo {
	width:100%;
}
.two-in-row .product-one .product-info, .three-in-row .product-one .product-info, .product-many .product-info {
	line-height:2;
}
.one-in-row .block-1 {
	padding-top:10px;
}
.one-in-row .block-1, .one-in-row .block-2, .one-in-row .block-3 {
	padding-bottom:10px;
}
.two-in-row .product-one .product-input span, .three-in-row .product-one .product-input span, .four-in-row .product-one .product-input span, .product-many .product-input span {
	display:none;
}
/* MOBILE PRODUCT LIST */



.advancedscroller, .mobile-account-menu {
	display:none;
}
.advancedscroller {
	display:block !important;
}
.mobile-product-list {
	display:block;
	cursor:pointer;
}
.mobile-product {
	padding:2%;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	margin-bottom:20px;
}
.mobile-product ul li {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	padding:0 2%;
	text-align:center;
}
.mobile-product-photo IMG {
	border: 0 none !important;
	max-width: 100% !important;
	width: 100% !important;
	text-align:center;
}
.mobile-product-price .view_price_suggest, .mobile-product-price .view_price_shipping, .mobile-product-price .view_price_def {
	display:none;
}
.mobile-product-buttons {
	display:none;
}
.mobile-product-quantity .view_stock_info_text_ok {
	line-height:1;
}
/* TOOLTIP */
.rc_tooltips {
	padding: 8px;
	font-size:12px;
	line-height:1.6;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background:#313131;
	color:#FFF;
	border-width: 2px;
	padding:10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rc_tooltips_width {
	width:68px;
	cursor:help;
}

.footer-one{
background:#FFF;
height:81px;
position:relative;
}

.footer-robot{
position:absolute;
right:0;
top:-1px;
	width:238px;
	height:129px;
	background:url('../images/robot-stopka.png') no-repeat;
}

.footer-newsletter {
  left: 81px;
  position: absolute;
  top: 136px;
}

.fn {
  margin-left: 140px;
  width: 100%;
}

.footer-show-button {
	background:#313131;
	padding:10px;
	color:#FFF;
	cursor:pointer;
	text-align:center;
}
.footer-show-title {
	padding:0 20px;
}
.footer-arrow {
	font-size:16px;
}
.fn-description, .fn-form {
	display: inline-block;
	font-size: 24px;
	vertical-align:top;
}
.fn-description {
  color: #7F7F7F;
  font-family: 'Oswald';
  font-size: 18px;
  padding-right: 20px;
  padding-top: 4px;
  text-align: right;
}
.fn-input {
	height:50px;
	float:left;
}

.fn-input INPUT {
margin:0px;
background: #212121; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZTJkMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #212121 0%, #2e2d2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#212121), color-stop(100%,#2e2d2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #212121 0%,#2e2d2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #212121 0%,#2e2d2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #212121 0%,#2e2d2d 100%); /* IE10+ */
background: linear-gradient(to bottom,  #212121 0%,#2e2d2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212121', endColorstr='#2e2d2d',GradientType=0 ); /* IE6-8 */

-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
height:24px;
border:none;
width:190px;
padding:5px;
color:#767676;
}

.fn-button {
	float:left;
}
.fn-button a {
font-family:'Oswald';
text-shadow:1px 1px 0px #a67900;
text-transform:uppercase;
padding: 10px 10px 6px 10px;
height:18px;

-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;

	background: #ffcb3d; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmY2IzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZmZiYTAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYmEwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffcb3d 1%, #ffba00 2%, #ffba00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffcb3d), color-stop(2%,#ffba00), color-stop(100%,#ffba00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffcb3d 1%,#ffba00 2%,#ffba00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb3d', endColorstr='#ffba00',GradientType=0 ); /* IE6-8 */
}
.footer-informations{
	background:#202020 url('../images/footer-header.gif') repeat-x;
	min-height: 337px;
}


.footer-wrap {
  display: inline-block;
  vertical-align: top;
  width: 644px;
}

.footer-conteiner {
	width:100%;
	padding-bottom:20px;
}
.footer-conteiner ul {
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.footer-conteiner h3,
.footer-fb h3{
 	font-size:20px;
	padding:25px 0 40px 0;
	font-family:'Oswald';
	color:#ededed;
	text-transform:uppercase;
}
.footer-conteiner ul li {
	font-size:14px;
	color:#e3e3e3;
	padding:8px 7px 8px 0px;
}
.footer-conteiner ul li a {
	color:#ededed;
	cursor:pointer;
}

.footer-conteiner ul li a:hover {
	color:#f2b100;
}
.footer-conteiner p ,
.footer-fb p{
	padding:0 14px 0 0;
	color:#FFF;
	background:#313131;
	display:inline-block;
}
.footer-conteiner i {
	padding-right:10px;
}

.footer-fb {
  display: inline-block;
  width: 292px;
}

.footer-social {
	background:#202020 url('../images/footer-bottom.jpg') repeat-x;
	height: 187px;
}
.social-conteiner {
	float:right;
	margin:10px 0;
	transition: all 0.2s ease-in-out 0s;
}
.footer-twitter, .footer-pinterest, .footer-facebook, .footer-google, .footer-youtube, .footer-dribbble, .footer-tumblr, .footer-skype, .footer-linkedin, .footer-myspace, .footer-flickr, .footer-dropbox {
	transition: all 0.2s ease-in-out 0s;
	background:url("../images/social-icons.png") no-repeat;
	width:35px;
	height:35px;
}
.footer-twitter {
	background-position:0 0;
}
.footer-pinterest {
	background-position:-35px 0;
}
.footer-facebook {
	background-position:-70px 0;
}
.footer-google {
	background-position:-105px 0;
}
.footer-youtube {
	background-position:-140px 0;
}
.footer-dribbble {
	background-position:-175px 0;
}
.footer-tumblr {
	background-position:-210px 0;
}
.footer-skype {
	background-position:-245px 0;
}
.footer-linkedin {
	background-position:-280px 0;
}
.footer-myspace {
	background-position:-315px 0;
}
.footer-flickr {
	background-position:-350px 0;
}
.footer-dropbox {
	background-position:-385px 0;
}
.footer-twitter:hover, .footer-pinterest:hover, .footer-facebook:hover, .footer-google:hover, .footer-youtube:hover, .footer-dribbble:hover, .footer-tumblr:hover, .footer-skype:hover, .footer-linkedin:hover, .footer-myspace:hover, .footer-flickr:hover, .footer-dropbox :hover {
	transition: all 0.2s ease-in-out 0s;
	background:url("../images/social-icons.png") no-repeat;
	width:35px;
	height:35px;
}
.footer-twitter:hover {
	background-position:0 -35px;
}
.footer-pinterest:hover {
	background-position:-35px -35px;
}
.footer-facebook:hover {
	background-position:-70px -35px;
}
.footer-google:hover {
	background-position:-105px -35px;
}
.footer-youtube:hover {
	background-position:-140px -35px;
}
.footer-dribbble:hover {
	background-position:-175px -35px;
}
.footer-tumblr:hover {
	background-position:-210px -35px;
}
.footer-skype:hover {
	background-position:-245px -35px;
}
.footer-linkedin:hover {
	background-position:-280px -35px;
}
.footer-myspace:hover {
	background-position:-315px -35px;
}
.footer-flickr:hover {
	background-position:-350px -35px;
}
.footer-dropbox:hover {
	background-position:-385px -35px;
}
.social-conteiner ul > li {
	display:inline;
	float:left;
	padding-left:5px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.social-conteiner ul > li:hover {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.copyright {
	float:left;
	padding:28px 0;
	font-size:11px;
	color:#727272;
}
.info-panel > ul >li{
	display:inline-block;
	vertical-align:top;
	line-height:1.2;
	color:#FFF;
	padding:5px;
	font-size: 14px;
}

.info-panel{
	float:right;
	padding-top:43px;
}

.highlight{
	color:#e5a701;
}

.copyright a, .info-panel a {
	color:#727272;
}
.copyright a:hover, .info-panel a:hover {
	color:#FFF;
}
.f-logo{
	padding-bottom:14px;
}
/* ROZMIAR ZDJĘCIA W STRONIE INFORMACYJNEJ - szymon */
.cms_content IMG {
	width: auto !important;
}
/* MEGA MENU PRODUCT */

.megamenu IMG {
	border: 0 none !important;
	max-width: 100% !important;
	width: 100% !important;
	text-align:center;
}
.mm-product div {
	vertical-align:top;
}
.mm-product-name {
	font-size:14px;
	text-align:center !important;
	font-weight:bold;
}
.mm-product-photo {
}
.mm-product-price {
	font-size:14px;
	text-align:center !important;
}
.mm-vertical {
	display:block !important;
	margin-bottom:10%;
}
.mm-vertical h2 {
	line-height:1 !important;
	font-size: 11px !important;
}
.mm-vertical p {
	font-size: 11px !important;
	line-height:1 !important;
}
.menuitem_fullwidth .mm-vertical h2, .menuitem_fullwidth .mm-vertical p {
	font-size: 20px !important;
}
.mm-horizontal {
	display:inline-block !important;
	width:30% !important;
	vertical-align:middle;
	margin-right:2%;
	margin-bottom:3%;
}
.mm-horizontal h2 {
	line-height:1.4 !important;
	font-size: 14px !important;
}
.mm-horizontal p {
	font-size: 14px !important;
}
.mm-view {
	vertical-align:top;
	overflow: hidden;
	position: relative;
	text-align: center !important;
	cursor: default;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mm-view .mm-mask, .mm-view .content {
	width: 100%;
	height:0%;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
}
.mm-view img {
	width:100%;
	display: block;
	position: relative
}
.mm-view h2 {
	text-transform: uppercase;
	color: #000;
	text-align: center !important;
	position: relative;
	font-size: 14px;
	padding: 5px;
}
.mm-view p {
	font-size: 12px;
	position: relative;
	color: #000;
	padding: 10px 20px 20px;
	text-align: center !important;
}
.mm-view a.mm-info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	color: #000;
	text-transform: uppercase;
}
.mm-view-first img {
	transition: all 0.2s linear;
}
.mm-view-first a.mm-info {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.mm-view-first .mm-mask {
	background: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.mm-view-first:hover .mm-mask {
	height:50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	bottom: 0;
}
.slide-trigger {
	display: none; /* need this */
	background: #313131;
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 17px;
	padding: 12px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slide-trigger span {
	display: block;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 20px;
}
.listing-sorting {
	text-transform:none;
	font-size:13px;
}
.listing-sorting ul:first-child > li {
	display:inline-block;
	vertical-align:top;
}
.listing-sorting ul:first-child {
	display:block;
	float:left;
}
.listing-sorting span {
	display:inline-block;
	vertical-align:middle;
	padding-right:5px;
}

.layout-choose ul {
float:right;
}

.layout-choose {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
.layout-choose a {
	font-size:14px;
	margin-left:7px;
	float:left;
}
.rc_filter_result {
	display:block;
}
/* ADVANCED SEARCH */

.adv-search-inputs li {
	vertical-align:middle;
	padding: 5px 0;
}
.adv-search-inputs INPUT {
	width:95%;
	height:25px;
	padding:7px !important;
	text-align:left;
}
.adv-search-inputs span {
	padding: 0 5px;
}
.adv-label {
	width:49%;
	text-align:right;
	display:inline-block;
	padding-right:5px !important;
}
.adv-input {
	width:49%;
	text-align:left;
	display:inline-block;
}
.adv-search h4 {
	background:#D4D4D4;
	color:#FFF;
	padding:20px 10px;
	text-align:center;
	font-size:21px;
	margin:10px 0;
}
.adv-search-list {
	height:385px;
	overflow:auto;
}
.adv-search-form-left, .adv-search-form-right {
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.adv-search-form-right {
	float:right;
	padding-left:2%;
}
.adv-search-form-item {
	padding:5px 10px;
	line-height:1.4;
}
.adv-search-form-item ul li {
	display:inline-block;
	vertical-align:middle;
}
.adv-search-form-item:nth-child(2n) {
	background:#F7F7F7;
}
.adv-search-radio {
	text-align:right;
}
.searcher_no_result_description {
	padding:20px 0;
}
.searcher_no_result {
	font-weight:bold;
}
/* listing PAGINATION */

.pagination {
	padding:5px 0 5px 0;
	padding-bottom: 12px;
	text-align:center;
}
.pagination ul li {
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	display:inline-block;
	cursor:pointer;
	height: 14px;
	width:16px;
	margin: 0 5px;
	padding: 10px;
	background:#313131;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1.3;
}
.li_listing_first, .li_listing_before {
	line-height:1;
}
.pagination ul li:hover {
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	background:#18638e;
	color: #FFF;
}
.pagination ul li a {
	color:#FFF;
}
.pagination ul .li_listing_act {
	background:#18638e;
	color: #FFF;
}
.breadcrumbs {
	float:left;
}
/* QUICK VIEW */
.quick-view-gallery {
	width:370px;
	display:inline-block;
	margin-right:30px;
	vertical-align:top;
}
.quick-view-description {
	width:400px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
/* QUICK VIEW GALLERY */

.quick-view-gallery #gallery {
	width: 370px;
	position:relative;
	margin:0 auto;
}
.quick-view-gallery #gallery #main {
	width:370px;
	height:auto;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
.quick-view-gallery #gallery #images, .quick-view-gallery #gallery #thumbs {
	overflow: hidden;
	padding-top:10px;
}
.quick-view-gallery #gallery #images {
	width:370px;
	height:auto;
	margin:0 auto;
	position:absolute;
	left:16px;
	top:0px;
}
.quick-view-gallery #gallery #images .slide {
	width:370px;
	height:auto;
	position:relative;
	float:left;
}
.quick-view-gallery #gallery #images .slide a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background: transparent url('../images/gallery/carousel_glare.png') no-repeat 0 0;
	width:370px;
	height:auto;
}
.quick-view-gallery #gallery #thumbs {
	width: 370px;
	height:100px !important;
	margin:10px 0 0 44px;
}
.quick-view-gallery #gallery #thumbs .thumb {
	width:80px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	float:left;
}
.quick-view-gallery #gallery #thumbs .thumb img {
	vertical-align:middle;
}
.quick-view-gallery #gallery #thumbs .thumb a {
	text-align:center;
	display:inline-block;
	background: transparent url('../images/gallery/carousel_glare_small.png') no-repeat 0 0;
	width: 80px;
	height:100%;
	vertical-align:middle;
}
.quick-view-gallery #gallery #thumbs .thumb a.selected, .quick-view-gallery #gallery #thumbs .thumb a:hover {
}
.quick-view-gallery #gallery #prev, .quick-view-gallery #gallery #next {
	text-indent:-999em;
	position: absolute;
	display:block;
	width:30px;
	height:30px;
	background: transparent url('../images/gallery/gallery-arrows.png') no-repeat 0 0;
	bottom:30px;
}
.quick-view-gallery #gallery #prev {
	background-position: 0 0;
	left: 0px;
}
.quick-view-gallery #gallery #next {
	background-position: -30px 0;
	right: 0px;
}
.quick-view-gallery #gallery #prev:hover {
	background-position: 0 -30px;
}
.quick-view-gallery #gallery #next:hover {
	background-position: -30px -30px;
}
.quick-view-gallery #gallery #prev.disabled, .quick-view-gallery #gallery #next.disabled {
	display: none !important;
}
.quick-view-gallery .caroufredsel_wrapper {
	height:90px !important;
}
.quick-view-gallery .thumb-conteiner {
	vertical-align:middle;
}
.quick-view-gallery #thumbs, .quick-view-gallery #prev, .quick-view-gallery #next {
	display:block;
}
.quick-view-gallery #thumbs-mobile {
	display:none;
}
.quick-view-gallery #thumbs-mobile ul {
	width:100%;
	text-align:center;
}
.quick-view-gallery #thumbs-mobile li {
	display:inline;
	padding:0 10px 10px 0;
	width:33%;
}
.quick-view-gallery #gallery .thumbs-block {
	border-top:1px solid #D4D4D4;
	height:1px;
}
.quick-view-name, .quick-view-price, .quick-view-options, .quick-view-features, .quick-view-features, .quick-view-rating, .quick-view-button, .quick-view-social {
	padding:0;
}
.quick-view-price .view_price_global div {
	padding-bottom:10px;
}
.quick-view-name {
	color:#393939;
	font-size:26px;
	line-height:1.2;
	padding-bottom:20px;
}
.quick-view .price_1_pinfo, .quick-view .price_2_pinfo, .quick-view .currency_pinfo {
	font-size:26px;
	color:#18638e;
}
.quick-view-options li {
	line-height: 2.3;
}
.quick-view-options span {
	font-weight:bold;
}
.quick-view-features td {
	width:auto;
}
.quick-view-features table {
	width:100% !important;
}
.quick-view .view_stock_info_text_ok, .quick-view .view_stock_qauntity_info {
	line-height:2;
}
.quick-view .view_stock_info_text_not {
	color:#18638e;
	padding:5px 0;
	font-weight:bold;
	line-height:1.4;
}
.quick-view .view_stock_info_text_not:hover {
	color:#535353;
}
.quick-view-product-info {
	padding:20px;
	line-height:1.5;
	text-align:left;
}
.main-arrows > li {
	display:inline-block;
	vertical-align:middle;
	width:49%;
}
.pinfo-prev-button ul li, .pinfo-next-button ul li {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.pinfo-next-button {
	float:right;
	text-align:right;
}
.pinfo-navigation {
	padding-bottom:20px;
	border-bottom:1px solid #d4d4d4;
	margin-top:20px;
}
.prev-arrow {
	margin-right:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url("../images/pinfo-arrows.png") no-repeat;
	background-position:0 0;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.prev-arrow:hover {
	background-position:0 -30px;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.next-arrow {
	margin-left:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url("../images/pinfo-arrows.png") no-repeat;
	background-position:-30px 0;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.next-arrow:hover {
	background-position:-30px -30px;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pinfo-gallery, .pinfo-description, .pinfo-top-sellers {
	vertical-align:top;
	display:inline-block;
	padding:20px;
}
.pinfo-gallery {
	width:430px;
	background:#FFF;
}
.digital-player {
	margin-top:20px;
}
.pinfo-description {
	font-family:Arial;
	width:394px;
	margin-left:30px;
	padding-top:0px;
	font-size: 13px;
	background:#f7f7f7;
	border:1px solid #e1e1e1;
	border-radius:5px;
	color:#404040;
}
.pinfo-top-sellers {
	width:290px;
	padding:0 0 0 10px;
}
.pinfo-top-sellers .view_price_global div{
	padding-bottom:0px;
}
.pinfo-delivery {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pinfo-delivery a{
	color:#18638e;
	text-decoration:underline;
}

.pinfo-rating{
	float:right;
}



.pinfo-delivery a:hover{
	color:#18638e;
}
.pinfo-name, .pinfo-price, .pinfo-options, .pinfo-features, .pinfo-features, .pinfo-rating, .pinfo-button, .pinfo-social, .pinfo-countdown {
	padding:15px 0 0 0;
}

.pinfo-options{
	float:left;
	padding-bottom:10px;
}
.pinfo-price .view_price_global div {
	padding-left:0;
}
.pinfo-name {
	clear:both;
	color:#404040;
	font-size:24px;
	font-family:Oswald;
	line-height:1.2;
}
.price_1_pinfo, .price_2_pinfo, .currency_pinfo {
	font-size:30px;
	font-weight:600;
	color:#18638e;
}
.pinfo-description .selectBox-dropdown .selectBox-label{
	padding:8px;
}
.pinfo-options li {
	line-height: 1.4;
	color:#404040;
	font-weight:bold;
}
.pinfo-options span {
	color:#757575;
}
/* BEGIN SELECTY JQUERY WYŁĄCZONE

.pinfo-features .sbHolder{
width:100%;
}

END SELECTY JQUERY WYŁĄCZONE */

.pinfo-features td {
	width:auto;
}
.pinfo-features table {
	width:100% !important;
}

/* PINFO RATINGS */

.stars {
	background: url("../images/pinfo/stars.png") repeat transparent;
}
.moostar {
	margin:0px;
	padding:0px;
	overflow:hidden;
	width: 84px;
	height: 20px;
	float: left;
}
.moostar span {
	float: left;
	margin:0px;
	padding:0px;
	display: block;
	width: 84px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
}
.moostar .curr {
	background-position:left 25px;
}
.moostartval {
	left:10px;
	top:7px;
	position: relative;
	float: left;
	font-size:11px;
}
.pinfo-to-cart {
	padding:12px;
	margin-right:2px;
}
.pinfo-button {
	width:415px;
	background:#e8e8e8;
}
.pinfo-button, .product-input {
	vertical-align:top;
	display:inline-block;
	text-align:right;
}

.product-input input{
	background:#FFF;
}

.pinfo-button {
  margin-left: -20px;
  padding: 10px;
}

.increase, .decrease {
	margin-bottom:1px !important;
	float:none !important;
	display:block !important;
	text-align:center;
	color: #9a9a9a;
	cursor: pointer;
	font-size: 8px;
	margin-bottom: 1px;
	padding: 3px;
	width: 10px !important;
	background:#FFF; !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #eaeaea;
}
.increase:hover, .decrease:hover {
		border:1px solid #777777;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.additional-buttons {
	padding-top:20px;
}
.additional-buttons a{
  color:#757575;
}
.additional-buttons a:hover {
  color:#757575;
  text-decoration:underline;
}

.additional-buttons a:hover i{
  text-decoration:none;
}
.additional-buttons li {
  display: inline-block;
  padding: 12px;
  width: 171px;
  color:#757575;
  font-size:14px;
}

.additional-buttons i {
  color: #C5C5C5;
  font-size: 18px;
  padding-right: 10px;
}
#options_form_tab td {
	vertical-align:middle;
}
/* PINFO TOOLTIP */

.ui-tooltip {
	padding: 8px;
	font-size:12px;
	line-height:1.6;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background:#313131;
	color:#FFF;
	border-width: 2px;
	padding:10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* PINFO SOCIAL ICONS */

.pinfo-social li {
	display:inline;
}
.pinfo-social {
	font-size: 1px;
}
.pinfo-social iframe {
	vertical-align: middle;
}
.pinfo-social span {
	display: inline-block;
	width: 110px;
}
.pinfo-social .google {
	width: 75px;
}
/* PINFO TABS */

.pinfo-tabs {
	margin-bottom:30px !important;
}
#horizontalTab {
	clear:both;
	margin-top:30px;
	background:none !important;
	margin-top:30px !important;
}
.pinfo-button .product-input span {
	display:inline-block;
	width:auto;
	padding-right:5px;
}
ul.resp-tabs-list, p {
	margin: 0px;
	padding: 0px;
}
.resp-tabs-list li {
	position:relative;
	font-size:16px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	display: inline-block;
	padding: 11px 30px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	font-family:Oswald;
	text-transform:uppercase;
	border:1px solid #e5e5e5;
	border-bottom:none;
	text-shadow:0px 1px #FFF;
	margin-right:6px;
	border-bottom:1px solid #e5e5e5;
	color:#055a8c;
}
.resp-tabs-container {
  margin-top: -1px;
  padding: 0;
}
.resp-tab-item{
border-bottom:2px solid #999;
background: #f6f6f6; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f6f6f6 0%, #f6f6f6 44%, #efefef 47%, #efefef 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(44%,#f6f6f6), color-stop(47%,#efefef), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f6f6f6 0%,#f6f6f6 44%,#efefef 47%,#efefef 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f6f6f6 0%,#f6f6f6 44%,#efefef 47%,#efefef 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f6f6f6 0%,#f6f6f6 44%,#efefef 47%,#efefef 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f6f6f6 0%,#f6f6f6 44%,#efefef 47%,#efefef 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 30px;
	font-size:13px;
	line-height:2;
}
/* BEGIN PINFO DESCRIPTION STYLE */
.product-description p, .custom-content p {
	margin:16px 0;
}
.product-description ul, .custom-content ul {
	margin:16px 0;
	list-style-type: disc;
	padding-left:40px;
}
.product-description ol, .custom-content ol {
	margin:16px 0;
	list-style-type:decimal;
	padding-left:40px;
}
.product-description dl, .custom-content dl {
	margin:16px 0;
}
.product-description dl dd, .custom-content dl dd {
	margin-left:40px;
}

/* END PINFO DESCRIPTION STYLE */
.resp-tab-active {
	color:#024369;
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #FFFFFF !important;
  padding: 11px 30px !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
h2.resp-accordion {
	font-size: 13px;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB !important;
	color:#FFF !important;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #ececec;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #ececec !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
	-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0;
border-radius: 5px;
border-top-left-radius: 0;
		background-color: #fff;
	border: 1px solid #e1e1e1;
}
h2.resp-accordion:first-child {
	border-bottom: 1px solid #ececec !important;
	font-size:17px !important;
}
.technical-data li {
	display:inline;
	vertical-align:middle;
}
.technical-data li:nth-child(2) {
	font-weight:bold;
}
.technical-data .help {
	float:right;
}
.technical-row > li:nth-child(2n+2) {
	background:#f7f7f7;
}
.technical-row > li {
	padding:10px;
}
.technical-row li:hover {
	background:#ECECEC;
}



.vod{
	padding-left:37px;
}

.video{
	background:url('../images/camera.png') no-repeat;
	width:44px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
}
.video-files li, .files li {
	display:inline-block;
	padding:0 20px 20px 0;
}
.video-files li a {
	position:relative;
}
.files .btn-3 {
	width:auto !important;
}
.files .btn-3 i {
	padding-right:10px;
}
.comments li {
	background:#f3f3f3;
	padding:20px;
	margin-bottom:30px;
}
.comment-title {
	color:#3d3d3d;
	font-size:17px;
}
/* FACEBOOK WIDGET */
.fb-comments, .fb_iframe_widget {
	width:100% !important;
}
.fb-comments span, .fb_iframe_widget span, .fb_iframe_widget iframe {
	width:100% !important;
}
/* TOP SELLERS */

.without-top-seller {
	width:394px;
}
.pinfo-top-sellers .animCon, .pinfo-top-sellers .animCon:hover {
	padding:0px !important;
	background:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom:0px;
}
.pinfo-top-sellers .advancedscroller.skin-inset .animated > li {
	padding: 0px;
}
.pinfo-top-sellers .box-body {
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	margin:15px;
	padding:0;
	cursor:pointer;
}
.pinfo-top-sellers .box-body:hover {
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
}
.pinfo-top-sellers .box-body div:first-child {
	padding:0;
}
.pinfo-top-sellers .box-photo, .pinfo-top-sellers .box-info {
	float:left;
	display:inline-block;
	padding:10px !important;
	text-align:left;
	width:75px;
}
.box-info {
	width:160px;
}
.box-info .negotiotion {
	font-size:11px;
}
.pinfo-top-sellers .box-product-name {
	font-size:13px;
	width:145px;
}
.pinfo-top-sellers .box-price {
	font-size:12px;
	color:#18638e;
}
.pinfo-top-sellers .box-body div:last-child {
	width:140px;
}
.pinfo-top-sellers .title {
	font-size:17px;
	color:#FFF;
	background:#313131;
	text-align:center;
	padding:10px;
}
.pinfo-top-sellers .arrowsCon {
	display:none;
}
/* GALLERY */

#thumbs {
	height:auto !important;
}
#gallery {
	width: 432px;
	position:relative;
	margin:0 auto;
}
#gallery #main {
	width:432px;
	height:auto;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
#gallery #images, #gallery #thumbs {
	overflow: hidden;
	padding-top:10px;
}
#gallery #images {
	width:432px;
	height:autopx;
	margin:0 auto;
	position:absolute;
	left:16px;
	top:0px;
}
#gallery #images .slide {
	width:432px;
	height:auto;
	position:relative;
	float:left;
}
#gallery #images .slide a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background: transparent url('../images/gallery/carousel_glare.png') no-repeat 0 0;
	width:432px;
	height:auto;
}
#gallery #thumbs {
	width: 432px;
	height:100px;
	margin:10px 0 0 65px;
}
#gallery #thumbs .thumb {
	width:115px;
	margin:0 26px 0 0;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #e5e5e5;
	height:100px;
}
#gallery #thumbs .thumb img {
	vertical-align:middle;
}
#gallery #thumbs .thumb a {
	text-align:center;
	display:table-cell;
	background: transparent url('../images/gallery/carousel_glare_small.png') no-repeat 0 0;
	width: 115px;
	height:100px;
	vertical-align:middle;
}
#gallery #thumbs .thumb a.selected, #gallery #thumbs .thumb a:hover {
}
#gallery #prev, #gallery #next {
	text-indent:-999em;
	position: absolute;
	display:block;
	width:42px;
	height:41px;
	background: transparent url('../images/gallery/gallery-arrows.png') no-repeat 0 0;
	bottom:56px;
}
#gallery #prev {
	background-position: 0 0;
	left: -8px;
}
#gallery #next {
	background-position: -42px 0;
	right: -10px;
}
#gallery #prev:hover {
	background-position: 0 -41px;
}
#gallery #next:hover {
	background-position: -42px -41px;
}
#gallery #prev.disabled, #gallery #next.disabled {
	display: none !important;
}
.caroufredsel_wrapper {
	height:139px !important;
	margin-left:11px !important;
}
.thumb-conteiner {
  display: table;
  height: 78px;
  vertical-align: middle;
}
#thumbs, #prev, #next {
	display:block;
}
#thumbs-mobile {
	display:none;
}
#thumbs-mobile ul {
	width:100%;
	text-align:center;
}
#thumbs-mobile li {
	display:inline;
	padding:0 10px 10px 0;
	width:33%;
}
#gallery .thumbs-block {
	border-top:1px solid #D4D4D4;
	height:1px;
}
/* ZOOM */

#zoom_container {
	background:#FFF;
	border: 0 solid #FFF;
	display: block;
	margin: 10px auto 0;
	overflow: hidden;
	position: absolute;
}
#zoomer_image {
	display: block;
	position: absolute;
}
#zoomer_region {
	background: none repeat scroll 0 0 #666666;
	border: medium none;
	cursor: move;
	left: 0;
	position: absolute;
	top: 0;
}
/* PINFO CROSSELLING - BUY FAST */

.cross-container > li {
	display:block;
	vertical-align:top;
	text-align:left;
	padding:5px;
}
.cross-container > li:nth-child(2n) {
	background:#F7F7F7;
}
.cross-container > li:hover {
	background:#F1F1F1;
}
.cross-item ul > li {
	display:inline-block;
	vertical-align:middle;
}
.cross-name {
	font-size:12px !important;
	width:50% !important;
	text-align:left;
}
.cross-photo {
	width:15%;
}
.cross-price .view_stock_info_text_ok {
	display:none;
}
.cross-price {
	width:15%;
	font-size:12px !important;
}
.view_price_suggest{
	display:none;
}
.cross-price .view_price_suggest, .cross-price .view_price_shipping, .cross-price .view_price_def {
	display:none;
}
.cross-button {
	text-align:center;
	width:18%;
}
.cross-below-buttons li {
	display:inline-block;
	width:49%;
	text-align:center;
	vertical-align:middle;
}
.cross-below-buttons {
	width:100%;
	margin-top:20px;
}
.cross-product-add {
	padding:20px;
	color:#18638e;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #d4d4d4;
	margin-bottom:30px;
}
#go_to_shopping_cart, #closewindow_continue_shopping {
	position:static !important;
	padding-left:0% !important;
}
/* CART */

.cart-cms {
	margin-bottom:30px;
}
.cart-free-shipping {
	margin-bottom:20px;
	padding:20px;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
}
.cart-free-shipping p {
	line-height:1.4;
}
.cart-free-shipping div {
	padding:0 !important;
	margin-bottom:0px !important;
}
.cart_outsider {
	font-size:13px;
}
.cart-empty div {
	padding:30px;
	text-align:center;
	font-size:13px;
}
.section-title {
	border-bottom:1px solid #d4d4d4;
	padding-bottom:30px;
	margin-bottom:30px;
}
.section-title h2 {
	font-size:35px;
	color:#393939;
	padding-top:10px;
	display:inline-block;
	font-family:Oswald;
}
.continue-button, .save-button {
	display:inline-block;
	float:right;
	margin-left:10px;
	padding-top:10px;
}
.table-padding {
	padding-top:20px !important;
}
.no-border td {
	border:none !important;
}
.no-padding td {
	padding:0 !important;
}
.shopping-table {
	padding:0 20px 20px 20px;
	background:#FFF;
	margin-bottom:30px;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.shopping-table th {
	color:#898989;
	padding: 25px;
}
.shopping-table td {
	border-top: 1px solid #E9E9E9;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.shopping-table td:last-child {
	border-right: none !important;
}
.table-name {
font-family:Oswald;
	text-align:left;
	font-size:18px;
}
.table-price, .table-total{
	color:#18638e;
	font-family:Oswald;
		font-size:18px;
			text-align:left;
}
.cart_options {
	margin-top:10px;
	font-size:11px;
	color:#999;
}
.table-delete {
	font-size:14px;
}
.discount {
	text-align:left;
	font-weight:bold;
	color:#18638e;
}
.discount SPAN {
	display:inline-block;
	vertical-align:middle;
}
.discount-code {
	float:left;
}
.discount-code INPUT {
	margin:0 10px;
	height:24px;
	background:#FFF;
}

.total-text {
	font-size:17px;
	text-align:right !important;
}
.total-price {
	text-align:right !important;
	color:#18638e;
	font-family:Oswald;
		font-size:22px;
}
/* DELIVERY SECTION  */

.number {
	color:#FFF;
	font-size:33px;
	margin-right:10px;
	background:#ffba00;
	margin-right: 10px;
	padding: 6px 17px;

}
.section-1:hover .number, .section-2:hover .number, .section-3:hover .number {
	background:#18638e;
}
.delivery-table tr td {
	text-align:left;
	text-align:center;
	vertical-align: top;
}
.cart-delivery ul li, .cart-payments ul li {
	display:inline-block;
	vertical-align:middle;
}
.cart-country {
	width:15%;
}
.glow-generic SELECT {
	animation: changeColor 2s 2;
}
 @keyframes changeColor {
 0% {
 -webkit-box-shadow: 0px 0px 1px 0px #FFF;
 box-shadow: 0px 0px 1px 0px #FFF;
}
 50% {
 -webkit-box-shadow: 0px 0px 10px 0px #3fbae2;
 box-shadow: 0px 0px 10px 0px #3fbae2;
}
 100% {
 -webkit-box-shadow: 0px 0px 1px 0px #FFF;
 box-shadow: 0px 0px 1px 0px #FFF;
}
}
.cart-delivery {
	width:30%;
}
.cart-payments {
	width:42%;
}
.cart_bank_select {
	margin-top: 5px;
}
/* if icon remove this */
.courier-type {
	width:100%;
}
/* BEGIN SELECTY JQUERY WYŁĄCZONE

.delivery-table .sbHolder{
width:200px;
}

END SELECTY JQUERY WYŁĄCZONE */

.payments-cost {
	width:13%;
	line-height:1.2;
	text-align:center !important;
}
.pay-price {
	color:#393939;
	font-size:17px;
	text-align:center;
}
.handling-costs {
	color:#a4a4a4;
	font-size:11px;
	text-align:center;
}
/* SUMMARY SECTION  */


.cart-installment {
	width:20%
}
.cart-additional-info {
	width:45%
}
.cart-total {
  color: #FFFFFF;
  font-size: 36px;
  padding: 20px;
  text-align: center;
  width: 100%;
  background:#18638e;
}
.cart-total-td{
vertical-align:top !important;
}
.cart-total-price {
	padding-right:10px;
}
.cart-additional-info TEXTAREA {
	text-align:left;
	/* transition */
-webkit-transition: height 0.2s ease-in-out 0s;
	-moz-transition: height 0.2s ease-in-out 0s;
	transition: height 0.2s ease-in-out 0s;
}
.installment-icons li {
	display:inline-block;
}
.installment {
	background: url("../images/cart/discount-sprite.jpg");
	width:50px;
	height:50px;
	/* transition */
-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	cursor:pointer;
}
.credit-agricole {
	background-position:0 0;
}
.santander {
	background-position:-50px 0;
}
.zagiel {
	background-position:-100px 0;
}
.grenke {
	background-position:-150px 0;
	width:150px;
}
.credit-agricole:hover {
	background-position:0 -50px;
}
.santander:hover {
	background-position:-50px -50px;
}
.zagiel:hover {
	background-position:-100px -50px;
}
.grenke:hover {
	background-position:-150px -50px;
	width:150px;
}
/* ADDRESS SECTION  */


.cart_outsider h3 {
	font-size:24px;
	color:#393939;
	padding:30px 0;
}
.login-table INPUT {
	text-align:left;
}
.login-table {
	width:75%;
	padding-left:0px !important;
}
.register-table {
	width:25%;
	vertical-align: top!important;
}
.cart-register-button {
	margin-top: 39px;
}
.cart-login-button .button, .cart-register-button .button {
	font-size:15px;
	padding:7px 8px 6px;
	line-height: 1;
	text-transform: lowercase;
}
.cart-login-button i, .cart-register-button i {
	margin-right:7px;
	font-size:14px;
}

.input-label {
	text-align:left;
	font-size:17px;
	padding-bottom:15px;
}
.cart-login-box {
	padding-bottom:20px;
}
.cart-flip-forgot .cart-forgot-password {
	padding-top:43px;
}
.cart-forgot-password {
	padding-top:34px;
	cursor:pointer;
}
.cart-login-box li {
	display:inline-block;
	width:28%;
	padding-right:3%;
	vertical-align:top;
}
.cart-login-box li:nth-child(2n) {
	padding-right:1%;
}
.cart-login-box li:nth-child(3n) {
	width:22%;
	padding:0 1%;
}
.cart-login-box li:nth-child(4n) {
	width:14%;
	padding:0;
}
.cart-login-button {
	margin-top:39px;
}
.cart-register-form h3, .cart-address-form h3 {
	text-align:left;
	border-bottom:1px solid #d4d4d4;
}
.cart-register-form ul {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
}
.country-name-text {
	padding-right:10px;
}
.form-block {
	width:100%;
	margin-top:20px !important;
}
.form-left, .form-right {
	width:47.87%;
	display:inline-block;
	vertical-align:top;
}
.form-right {
	float:right;
	padding-left:2%;
}
.cart-register-form .form INPUT, .cart-address-form .form INPUT {
	text-align:left;
	height:15px;
}
.form-item {
	padding:10px 0;
	line-height:1.4;
}
.form-item ul li {
	display:inline-block;
	width:48%;
	vertical-align:middle;
}
/* BEGIN SELECTY JQUERY WYŁĄCZONE

.form-item .sbHolder{
width:100%;
}
.form-item .sbHolder ul li,
.form-item .sbHolder ul li:first-child{
width:95%;
text-align:left;
}

END SELECTY JQUERY WYŁĄCZONE */

.form-item ul li:first-child {
	text-align:right;
	padding-right:1%;
}
.form-item ul li input[type="radio"] {
	width:auto;
}
.form-item span {
	display:inline-block;
	vertical-align:middle;
}
.add-shipping-address-button {
	text-align:right;
}
.cart-address-form .row:last-child {
	margin-bottom:20px;
}
.address-row li {
	display:inline-block;
	vertical-align:middle;
}
.address-tick {
	padding-left: 20px;
	text-align: center;
	color:#99c829;
	font-size:20px;
}
.address-item {
	line-height:1.3;
	padding:20px;
}
.finalize-button {
	margin-top:20px;
	text-align:center;
}
.address-row:hover, .row .selected {
	cursor:pointer;
	background:#F5F5F5;
}
.invoice-checkbox .prettycheckbox {
	display:inline-block !important;
}
.cart-register-form h4, .cart-address-form h4 {
	background:#D4D4D4;
	color:#FFF;
	padding:20px 10px;
	text-align:center;
	font-size:21px;
	margin:10px 0;
}
.cart-register-site-form h4 {
	background:#D4D4D4;
	color:#FFF;
	padding:20px 10px;
	text-align:center;
	font-size:21px;
	margin:0;
}
.cart-register-site-form INPUT {
	text-align:left;
	height:15px;
}
.required {
	color:#18638e;
	font-size:11px;
	padding-right:10px;
}
.register-button-area {
	border:1px dashed #A7A7A7;
	padding:20px;
}
.register-button-area li ul li {
	width:100% !important;
	text-align:center !important;
	line-height:1.4;
	font-size:12px;
}
.register-button-area .form-item {
	padding:0;
}
.accept-rules .prettycheckbox {
	text-align:center !important;
	display:inline-block !important;
}
.cart-save li {
	width:100% !important;
}
.form-ok {
	background:#eff9de;
	border:1px solid #c5e29c;
	color:#92b163;
}
.cart-social-login SPAN, .cart-social-login LI {
	display:inline-block;
	vertical-align:middle;
}
.cart-social-login LI {
	padding-right:20px;
}
.cart-social-login {
	text-align:left !important;
}
.cart-main-buttons {
	text-align:right;
}
.cart-main-buttons li {
	display:inline-block;
	vertical-align:middle;
	padding-left:20px;
}
.finalize-order-button {
	text-align:center;
}
.finalize-order-button .button {
	text-transform:uppercase;
}
.final-total-price li {
	display:inline-block;
	vertical-align:middle;
	padding:10px;
}
.final-summary td {
	width:50%;
	vertical-align:top;
}
.final-price {
	font-size:34px;
}
.final-summary h3 {
	padding:0 5px 30px 0;
	font-size:14px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:1px solid #E9E9E9;
}
/* FINAL ORDER PAGE */

.final-text, .orders-button, .home-button {
	padding:10px;
}
.final-icon {
	font-size:35px;
}
/* PAYMENTS SITES */

.payments-link {
	color:#18638e;
}
.payments-link:hover {
	color:#18638e;
	text-decoration:underline;
}
.payments-description {
	line-height:1.6;
}
.payments-span {
	display:inline-block;
	vertical-align:middle;
}
.payments-span input[type="checkbox"] {
	width:15px;
}
.payments-button {
	padding-top:20px;
}
.payments-conteiner {
	padding-top:20px;
}
.payments-conteiner td {
	border:none !important;
	padding:0 !important;
}
.payments-conteiner table {
	width:100% !important;
	text-align:center !important;
}
.allegro_alert {
	padding:20px;
}
/* BLOG */

.blog-site-entry {
	margin-bottom:20px;
	line-height:1.4;
	border:1px solid #D4D4D4;
}
.blog-site-entry:last-child {
	margin-bottom:0px;
}
.blog-site-title {
	background: #D4D4D4;
	font-size: 18px;
	padding: 10px;
}
.blog-site-title a {
	color:#FFF;
}
.blog-site-date {
	font-style:italic;
	padding-left:10px;
	font-size:11px;
	color:#FFF;
}
.blog-site-content {
	padding:15px;
	line-height:1.6;
}
.blog-site-image {
	width:18%;
	vertical-align:top;
	display:inline-block;
}
.blog-site-description {
	width:77%;
	padding-left:3%;
	vertical-align:top;
	display:inline-block;
	padding-top:0%;
}
.blog-site-description-full {
	width:100%;
}
/* CMS SITES */

.cms-contact-form li ul li {
	display:inline-block;
	width:35%;
	padding:5px;
	font-size:13px;
	text-align:left;
}
.cms-contact-form li ul {
	width:100%;
}
.cms-contact-form li ul li:first-child {
	text-align:right;
}
.conteiner-cms {
	line-height:1.4;
	padding:20px;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	margin-bottom:30px;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.conteiner-cms:hover {
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .2);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .2);
}
.conteiner-cms th {
	color:#898989;
	padding: 25px;
}
.conteiner-cms td {
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	line-height:1.4;
}
.conteiner-cms td:last-child {
	border-right: none !important;
}
.conteiner-cms tr:hover {
	background:#f7f7f7;
}
.conteiner-cms tr:first-child:hover {
	background:#FFF;
}
.shopping-table td {
	line-height:1.4;
}
.table-no-header {
	padding-top:0px !important;
}
.table-no-header tr:first-child td {
	border-top: none !important;
}
.table-no-header tr:first-child:hover {
	background:#f7f7f7 !important;
}
.no-hover tr:hover td {
	background:#FFF !important;
}
/* SITEMAP */

.sitemap h1 {
	background:#F3F3F3;
	font-size:14px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sitemap h2 {
	font-size:12px;
}
.sitemap h3 {
	font-size:11px;
	padding-left:30px;
}
.sitemap-tree {
	display: inline-block;
	margin-bottom: 10px;
	padding-right: 2%;
	width: 22%;
	vertical-align:top;
	text-align:left;
}
.sitemap-tree li {
	text-align:left;
	display:block;
	vertical-align:top;
	padding-top:10px;
}
.sitemap-tree li ul li {
	text-align:left;
	padding:5px 5px 5px 20px
}
.sitemap-tree li ul li:hover {
	background:#f7f7f7;
}
/* ACCOUNT SITES */

.navi-mobile-account {
	margin:10px 0;
}
.reclamations-box {
	padding:10px 0;
}
.custom-link-1 a {
	color:#18638e;
}
.custom-link-1 a:hover {
	text-decoration:underline;
}
.reclamations-box {
	border-bottom: 1px solid #E9E9E9;
}
.reclamations-box:last-child {
	border-bottom: none;
}
.button-below-table {
	padding-top:20px;
}
.account-external-login-buttons > li {
	display:inline-block;
	vertical-align:middle;
	padding-right:10px;
}
.account-external-login-buttons li ul li {
	display:inline-block;
	width:48%;
	vertical-align:middle;
}
.loyalty-points {
	background: #F1F1F1;
	color: #7D7D7D;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}
.loyalty-sum {
	float:left;
}
.loyalty-value {
	float:right;
}
.account-history {
	padding-bottom:10px;
}
/* MODAL WINDOW ADD-TO-CART */

.modal-window-elements li {
	padding:5px;
}
.modal-window-elements {
	text-align:center;
}
.modal-window-elements li > ul > li {
	display:inline-block;
	width:48%;
	vertical-align:middle;
}
.window-options {
	width:50%;
	margin:auto;
	font-size:12px;
}
.window-options table {
	width:100%
}
.window-options td:first-child {
	width:30%;
	text-align:right
}
.window-quantity-button INPUT {
	padding:5px;
}
.rc_windowContainer {
	z-index:9999;
	height:auto !important;
	-webkit-box-shadow:  0 0 10px -4px #000;
	box-shadow:  0 0 10px -4px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#OverlayContainer_rcw {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=20) !important;
	-moz-opacity: 0.2 !important;
	-khtml-opacity: 0.2 !important;
	opacity: 0.2 !important;
	z-index:9999 !important;
}
.rc_windowHead {
	padding:20px;
	background:#FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rc_windowTitle {
	text-align:center;
	color:#393939;
	text-transform:uppercase;
	float:left;
	margin-right:20px;
	font-size:13px;
}
.rc_windowbtclose {
	background: url("../images/filter_close.png") no-repeat;
	height: 17px;
	width: 17px;
	cursor:pointer;
	float:right;
}
.rc_windowBody {
	padding:20px;
	background:#FFF;
	text-align:center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.form-alert {
	padding:10px;
	display:none;
	margin-bottom:20px;
}
.success {
	background:#eff9de;
	border:2px solid #c5e29c;
	color:#92b163;
	font-size:13px;
}
.error {
	background:#ffe8e8;
	border:2px solid #f3afb5;
	color:#a6656c;
	font-size:13px;
}
.warning {
	background:#fffcde;
	border:2px solid #d8d2a7;
	color:#979162;
	font-size:13px;
}
.generic {
	background:#d2f4ff;
	border:2px solid #b4dceb;
	color:#79a4b3;
	font-size:13px;
}
#rc_warn_body {
	border-radius:10px;
}
.rc_windowbodyContainer {
	font-size:13px;
}
.window_title {
	font-size:11px;
	padding:10px 0 0 0;
	white-space:nowarp;
}
.window_input {
	font-size:11px;
	color:red;
}
.login_button {
	float:left;
}
.width_input INPUT {
	width:250px;
	padding:5px;
}
/* COMPARE WINDOW  */

.compare-table tr:nth-child(2n+4) {
	background:#f1f0f0;
}
.compare-table tr td {
	font-size:12px;
	border-right:1px solid #e4e5e5;
	padding:10px;
	width:200px;
}
.compare-table tr td:last-child {
	border-right:none;
}
.compare-table tr:hover {
	background:#18638e;
	color:#FFF;
}
.compare-table tr:hover:nth-child(-n+3) {
	background:#FFF;
}
.compare-table i {
	font-size:14px;
}
.note li {
	padding:5px;
}
/* PRINT WINDOW */

.print-page {
	line-height:2 !important;
}
.print-price .view_price, .print-price .price_view_span, .price_print {
	font-size:21px !important;
	color:#18638e !important;
}
.print-desctiption-title {
	padding:10px;
	background:#e0e0e0;
	color:#FFF;
	font-size:21px;
	margin:10px 0;
}
.print-items {
	padding:10px;
}
.print-items:nth-child(2n+1) {
	background:#f1f0f0;
}
.window-print-button {
	text-align:right;
}
/* FORM */
.default-form li ul {
	width:100%;
}
.default-form-info {
	padding-bottom:20px;
}
.default-form input[type='checkbox'], .default-form input[type='radio'] {
	width:auto;
}
.form-span {
	width:94% !important;
	text-align:center !important;
}
.form-title {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #D4D4D4;
	padding:20px !important;
	margin-bottom:20px;
}
.default-form li ul li {
	display: inline-block;
	padding: 1%;
	vertical-align: middle;
	width: 47%;
}
.default-form li ul li:first-child {
	text-align:right;
}
.default-form li ul li:nth-child(2n) {
	text-align:left;
}
.default-form INPUT {
	text-align:left;
}
/* VALIDATOR */

.alert_fValidator {
	background:#F9F1F1;
	border:1px solid #18638e;
	color:#18638e;
}
.rc_div_alert {
	color:#18638e;
	padding:2px 0 5px 0;
	font-size:11px;
}
.validator_arr {
	font-size:14px;
	color:#18638e;
	display:none;
}
.m_unsubscribe_button {
	padding-left:10px;
}
/* HEADER ROTATOR */
.rc-slider-none {
	display: none;
}
.revslider-initialised {
	display: block !important;
}
.navigation li {
	float: none;
	text-align:center;
	padding:10px;
	border-bottom: 1px solid #525252;
}
.navigation li a {
	color:#FFF;
	text-decoration:none;
}
.navigation {
	display: none;
	margin-bottom:10px;
	background: #313131;
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:-7px;
}
.navigation li:hover {
	background: #18638e;
	color:#FFF;
}
.navigation li:last-child {
	margin-bottom:5px;
}
/* PAGE FLIP */

#page-flip {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	z-index: 99999;
}
#page-flip-image {
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 99999;
}
#page-flip-message {
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}
#topInfoContainer0, #topInfoContainer1 {
	line-height:1.4;
}
/* SCROLL TO TOP */

#toTop {
	background: url("/templates/images/ui.totop.png") no-repeat scroll left top transparent;
	border: medium none;
	bottom: 10px;
	display: none;
	height: 51px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	text-decoration: none;
	text-indent: -999px;
	width: 51px;
}
#toTopHover {
	background: url("/templates/images/ui.totop.png") no-repeat scroll left -51px transparent;
	display: block;
	float: left;
	height: 51px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	overflow: hidden;
	width: 51px;
}
#toTop:active, #toTop:focus {
	outline: medium none;
}
.producers-padding {
	padding:0 0 10px 0;
}
/* PANEL FLIP */

.flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); /* IE 9 */
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
	z-index: 1;
}
.panel-login.flip .flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg); /* IE 9 */
	-webkit-transform: rotateY(0deg); /* Safari and Chrome */
}
.panel-login.flip .flip-login {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg); /* IE 9 */
	-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
}
.panel-login .flip-elements li {
	animation: 2s ease 0s normal none infinite pulse;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s; /* Safari */
}
/* CART FLIP */

.cart-flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); /* IE 9 */
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
	z-index: 1;
	width:100%;
}
.cart-flip-login {
	position:absolute;
	width:100%;
}
.flip .cart-flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg); /* IE 9 */
	-webkit-transform: rotateY(0deg); /* Safari and Chrome */
}
.flip .cart-flip-login {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg); /* IE 9 */
	-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
}
.cart-flip-elements div {
	animation: 2s ease 0s normal none infinite pulse;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s; /* Safari */
}
.cart-flip-elements {
	position:relative;
}
.cart-token-input INPUT {
	margin-right: 5px;
	vertical-align: top;
	width: 70px;
	height: 24px;
}
.cart-token-input, .cart-token-images {
	float:left;
}
.cart-token-input div {
	width:100px;
}
/* ALERT BUTTONS */

.alert-buttons {
	width:400px;
}
.alert-buttons > ul > li {
	display:inline-block;
	width:49%;
}
.alert-buttons > ul > li > ul > li {
	display:inline-block;
	padding-right:5px;
}
.alert-buttons ul li ul li:last-child {
	padding-right:0px;
}
/* EFFECTS */

.zoom-in-effect IMG {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor:pointer;
}
.zoom-in-effect IMG:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
}
.zoom-out-effect IMG {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor:pointer;
}
.zoom-out-effect IMG:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
}
/* CUSTOM CHECKBOXES and RADIO */

.prettycheckbox, .prettyradio {
	display: inline-block;
	padding:0;
	margin:0;
}
.prettycheckbox a, .prettyradio a {
	width: 30px;
	height: 30px;
	background: url("../images/prettyCheckable-gray.png") top left no-repeat;
	display: block;
	float: left;
	cursor: pointer;
	margin:0;
}
.prettyradio a {
	background-position: 0 -120px;
}
.prettycheckbox a:focus, .prettyradio a:focus {
	outline: 0 none;
}
.prettycheckbox a:focus {
	background-position: 0 -30px;
}
.prettyradio a:focus {
	background-position: 0 -150px;
}
.prettycheckbox a.checked {
	background-position: 0 -60px;
}
.prettyradio a.checked {
	background-position: 0 -180px;
}
.prettycheckbox a.checked:focus {
	background-position: 0 -90px;
}
.prettyradio a.checked:focus {
	background-position: 0 -210px;
}
.prettycheckbox label, .prettyradio label {
	display: block;
	float: left;
	margin: 6px 5px;
	cursor: pointer;
}
.prettycheckbox.disabled a, .prettyradio.disabled a, .prettycheckbox.disabled label, .prettyradio.disabled label {
	cursor:not-allowed;
}
.prettycheckbox.disabled a {
	background-position: 0 -240px;
}
.prettyradio.disabled a {
	background-position: 0 -270px;
}
.voucher-button {
	margin-bottom:10px;
}
/* PINFO GALLERY */

#rc_gallery {
	position: fixed;
	top: 0px;
	width: 100%;
	overflow: hidden;
	left: 0px;
	margin-top: 0px;
	z-index: 10000;
	text-align: center;
}
#rc_galleryThumbContainer {
	display: none;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10030;
	bottom: 0px;
}
#rc_galleryThumbContainer li {
	background: none repeat scroll 0 0 #000;
	display: inline-block;
	margin: 0 8px;
	padding: 4px;
	cursor: pointer;
}
#rc_gallery_image img {
	border: 10px solid #FFF;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	border-radius: 10px;
	margin-bottom: 10px;
}
#rc_galleryThumbContainer li img {
	opacity: 0.6;
}
#rc_galleryThumbContainer li.active img, #rc_galleryThumbContainer li:hover img {
	opacity: 1;
}
#rc_galleryThumbContainer li.active {
	background: none repeat scroll 0 0 #FFF;
	cursor: default;
}
#rc_galleryThumbContent span {
	background: none repeat scroll 0 0 #000000;
	display: block;
	height: 75px;
	width: 100px;
	padding: 0 8px;
}
#rc_galleryThumbContent ul {
	margin: 12px auto;
	padding: 0;
}
#rc_galleryThumbContainer {
	background: none repeat scroll 0 0 #2E2E2E;
	height: 128px;
	margin: 0 auto;
}
#rc_galleryThumbContent {
	overflow: hidden;
}
span.photoNext, span.photoPrev {
	background: url("../../images/gallery_arrows.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 100%;
	position: fixed;
	width: 73px;
	z-index: 10000;
	top: 0px;
}
span.photoPrev {
	background-position: 0px 50%;
	left: 0;
}
span.photoPrev:hover {
	background-position: -73px 50%;
}
span.photoNext {
	background-position: -146px 50%;
	right: 0;
}
span.photoNext:hover {
	background-position: -219px 50%;
}
#rc_gallery_closeBtn {
	top: 0px;
	right: 0px;
	position: absolute;
	background: url("../../images/gallery_close.png");
	background-position: 0 0;
	height: 73px;
	width: 73px;
	z-index: 10010;
	cursor: pointer;
}
#rc_gallery_closeBtn:hover {
	background-position: 73px 0;
}
#rc_galleryThumbContainer span.thumbNext, #rc_galleryThumbContainer span.thumbPrev {
	background: url("../../images/thumb_arrows.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 100%;
	width: 40px;
	position: absolute;
	height: 100%;
}
#rc_galleryThumbContainer span.thumbPrev {
	background-position: 0px 50%;
	left: 0;
}
#rc_galleryThumbContainer span.thumbNext {
	background-position: -40px 50%;
	right: 0;
}


/* CARUSEL */

.product-compare{
	display:none;
}

.one-in-row .product-photo,
.price-hit .product-photo,
.countdown-box .product-photo {
	width:35%;
	float:left;
}
.one-in-row .product-info,
.price-hit .product-info,
.countdown-box .product-info {
	width:60%;
	float:left;
	padding-left:5%;
	line-height:1.2;
}
.one-in-row .product-photo{
	padding:5px;
	background:#FFF;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.one-in-row .product-compare{
	display:block;
	text-align:left;
	padding-left:20px;
}

.one-in-row .product-info h2{
	color:#373737;
	padding-bottom:0px;
	padding-top:0px;

}
.add-to-compare, .add-to-compare:hover{
	color:#17608b;
}



.carusel-group{
	margin-bottom: 10px;
}

.rc-carusel .carusel-item,
.price-hit .carusel-item,
.countdown-box .carusel-item,
.listing-classic > li,
.listing-recommend > li {
	background:#FFF;
	margin: 10px;
	color: #FFF;
	text-align: center;
	vertical-align:top;
	border:1px solid #e1e1e1;
	border-radius:5px;
	position:relative;
}

/* LISTING BOXES */

.listing-classic > li,
.listing-recommend > li {
	display:inline-block !important;
}


/* 4 COLUMN CONTENT */
.listing-classic.four-in-row li {
	width:146px;
	margin:0 30px 30px 0;
}
.listing-classic.four-in-row > li:nth-child(4n+0) {
	margin-right:0;
}
.listing-classic.four-in-row .product-input input {
	width:99px;
}
.listing-classic.four-in-row .product-input {
	padding-bottom:10px;
}
.four-in-row .quantity-buttons {
	padding-right:0px;
}

/* 3 COLUMN CONTENT */
.listing-classic.three-in-row > li {
	width:208px;
	margin:0 30px 30px 0;
}
.listing-classic.three-in-row > li:nth-child(3n+0) {
	margin-right:0;
}

/* 2 COLUMN CONTENT */
.listing-classic.two-in-row > li {
	width:415px;
	margin:0 30px 30px 0;
}
.listing-classic.two-in-row > li:nth-child(2n+0) {
	margin-right:0;
}

/* 1 COLUMN CONTENT */
.listing-classic.one-in-row > li {
	width:94%;
	padding:3%;
	margin:0 0 30px 0;
	background:#f7f7f7;
	border:1px solid #e1e1e1;
}

.listing-classic.one-in-row .product-info, .product-info-box {
	background:transparent;
	border:none;
}

/*
.listing-classic.two-in-row .product-photo, .listing-classic.two-in-row .product-info, .listing-classic.three-in-row .product-photo, .listing-classic.three-in-row .product-info, .listing-classic.four-in-row .product-photo, .listing-classic.four-in-row .product-info {
	width:100%;
	text-align:center;
	padding:0;
	margin-top:0px;
}


.rc-carusel .product-photo img,
.listing-classic.three-in-row .product-photo img{
	border: 0 none;
	max-width: 100%;
	width: 100%;
	text-align:center;
}
*/
.rc-carusel.one-in-row .carusel-item img,
.crosselling .carusel-item img,
.kp .carusel-item img{
	width:inherit;
}

.rc-carusel .product-photo{
	padding-bottom:10px;
}

.view_stock_info_text_ok, .view_stock_info_text_not, .view_stock_info_text_not, .view_stock_qauntity_info{
	line-height:1.2;
	padding-bottom:6px;
}

.view_stock_info_text_ok, .view_stock_info_text_not, .view_stock_info_text_ok:before, .view_stock_qauntity_info{
	display:none;
}

.pinfo-price .view_stock_info_text_ok, .pinfo-price .view_stock_info_text_not, .pinfo-price .view_stock_info_text_ok:before{
	display:inline-block;
}
.view_stock_info_text_ok {
	color:#165d87;
	font-weight:bold;
}

.view_stock_info_text_ok:before{
	padding-right: 5px;
	content: url(../images/aval.png);
}

.view_stock_info_text_not{
	color:#18638e;
}

.view_stock_qauntity_info{
	color:#373737;
}

.listing-number li{
	display:inline-block;
}

.listing-number {
  float: right;
  margin-left: 10px;
  padding-top: 5px;
}

.product-info h2{
	padding:20px;
	font-size:18px;
	color:#373737;
	font-family:'Oswald';
	font-weight:400;
	text-align:left;
}
.view_price_global div {
  color: #b5b5b5;
  padding-left: 20px;
  text-align: left;
  line-height:1.6;
}
.rc-carusel .view_price{
	font-weight:bold;
}

.customNavigation {
	text-align: center;
}
.customNavigation a {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HOME CLASSIC BOXES */

.owl-classic .owl-wrapper{
	left:0 !important;
	display: block;
	width: auto !important;
	transform: none !important;
	transition: none !important;
}

.owl-classic .owl-item{
	clear:both;
	display:inline-block !important;
	float:none !important;
	vertical-align:top;
}

.owl-classic .owl-pagination{
	display:none;
}

/* PRODUCERS SLIDING LOGOS */

.producers-carusel .owl-controls{
    margin:5px 0 10px 0 !important;
}

.producer-logo{
    display: block;
}

.logo-item {
	text-align: center;
	height: 60px;
    display: table-cell;
    vertical-align: middle !important;
}

.logo-item  img{
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-add-wishlist a{
	background:#f2f2f2;
	color:#c5c5c5;
	position:absolute;
	top:0;
	right:0;
	padding:12px;
	font-size:15px;
}

.product-info, .product-info-box{
	background:#f7f7f7;
	border-top:1px solid #e2e2e2;
}

.product-info-box{
	padding:20px;
	padding-bottom:0px;
}

.block-1, .block-2{
	display:inline-block;
	vertical-align:top;
}

.owl-classic .block-1,
.rc-carusel .block-1{
  width: 73%;
}

.owl-classic .block-2,
.rc-carusel .block-2 {
  padding-right: 10px;
  width: 19%;
}


.one-in-row .block-1 {
  width: 60%;
}

.one-in-row .block-2{
	width:38%;
}

.three-in-row .block-1 {
  width: 100%;
}

.three-in-row  .block-2{
	width:100%;
}

.add-icon{
	width:37px;
	height:35px;
	background: url("../images/cart-add.png") no-repeat left top transparent;
}

.short-product-description{
	display:none;
}

.one-in-row .short-product-description{
	display:block;
	color:#5d5d5d;
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	padding-bottom:10px;
}

.three-in-row .product-price{
	float:left;
}
.three-in-row .product-buttons{
	float:right;
	padding-right:20px;
}

.one-in-row .add-icon{
	width:134px;
	height:35px;
	background: url("../images/cart-add-2.png") no-repeat left top transparent;
}

.list-in-row .product-photo, .list-in-row .view_price_old{
	display:none;
}

.list-in-row .product-info h2, .list-in-row  .price_view_span{
	font-size:14px !important;
	font-family:Tahoma !important;
	color:#404040 !important;
}

.list-in-row  .price_view_span{
font-weight:bold;
}

.list-in-row .product-info{
	border:none;
}

.list-in-row > li {
  margin: 0px;
  width: 100%;
  height:60px;
  border-left:none;
  border-bottom:none;
  border-right:none;
  border-radius:0;
}

.list-in-row .product-one:nth-child(odd){
	background:#FFF;
}

.list-in-row .product-one:nth-child(even){
	background:#f7f7f7;
}

.list-in-row .product-add-wishlist{
	display:none;
}

.list-in-row .block-1{
	float:left;
}

.list-in-row .block-2{
padding-top:10px;
float:right;
padding-right:10px;
}


.list-in-row  .product-price, .list-in-row  .product-buttons{
	display:inline-block;
}

/* CUSTOM SELECT LIST*/
/* http://marcj.github.io/jquery-selectBox/ */

/* Dropdown control */
.selectBox-dropdown {
    min-width: 50px;
    position: relative;
    border: solid 1px #d7dde8;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #6d6d6d;
    outline: none;
    vertical-align: middle;

	background: #f7f7f7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f7 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../images/sel_arrows.png) 50% center no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 50px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
    line-height: 1.5;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #155c85;
	color:#FFF;
}

.selectBox-options .selectBox-optgroup {
    color: #6d6d6d;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

.four-in-row .product-inside {
	display:table;
	text-align:center;
}

.four-in-row .product-photo {
	min-height:0px !important;
	height:250px !important;
	width:371px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.four-in-row  .product-photo * {
	display:inline-block;
	vertical-align:middle;
}

.four-in-row  .product-photo img {
	max-height:200px;
	margin-top:0px !important;
	padding-top:50px;
}
.pinfo-raty a{
    cursor: pointer;
    background-color: #024369;
	background-image: url('../images/pinfo/ca_raty.png');
	background-repeat: no-repeat;
	background-size: contain;
    color: #fff;
	font-size: 12px;
    width: 435px;
    display: block;
    margin-left: -20px;
    padding: 12px 30px;
	text-align: right;
	box-sizing: border-box;
}
.pinfo-raty a:hover{
	background-color: #009496;
	text-decoration: underline;
}
