@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic&subset=latin,latin-ext);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,latin-ext);
/* CSS Document */

.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: #535353;
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 12px;
	font-weight:400;
}
.body-bg {
	background:#FFF;
}


input, textarea {
	background: #fff;
	border: 1px solid #E1E1E1;
	color: #767676;
	text-align:center;
	font-size: 13px;
	font-weight:300;
	padding: 2.5%;
	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: #535353;
}
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: #535353;
}
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: #535353;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	color: #FA9728;
}
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 {
	background: #fff;
	border: 1px solid #E1E1E1;
	color: #767676;
	text-align:center;
	font-size: 13px;
	font-weight:300;
	padding: 7px 5px;
	text-align: left;
	width: auto;
	height:35px;
}
option, option:hover {
	padding:5px;
	border:none;
}
footer {
	background:url("../images/footer4.jpg") 0px 0px repeat-x scroll #dddddd;
}
#fancybox-wrap {
	z-index: 100000
}
.wrapper {
	position:relative;
	margin: 0 auto;
	width: 1168px;
	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 */

.header-main {
	background:#f3f3f3;
	height:193px;
}
.header-elements {
	height:100px;
}

.header-main .wrapper
{
	margin-top:-36px;
}

.header-buttons{
	position: absolute;
	top: 165px;
	right: 326px;
	z-index:99999;
}

/* LANGUAGES */

.languages {
	position:absolute;
	top:50px;
	right:702px;
	z-index:99992;
}
.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: 545px;
	position: absolute;
	top: 80px;
	z-index:99992;
}
/* ONLINE */

.online {
	left: 414px;
	position: absolute;
	top: 116px;
	z-index:99992;
}
.online li {
	display:inline-block;
}
.online li:first-child {
	padding-right:10px;
}
/* SEARCHER */

.search {
	position:absolute;
	top:165px;
	right:10px;
	z-index:999;
}
.search span {
	display:inline;
	float:left;
}
.input-search input {
	-moz-box-shadow: inset 0 5px 11px 1px #b2b2b2;
	-webkit-box-shadow: inset 0 5px 11px 1px #b2b2b2;
	box-shadow: inset 0 5px 11px 1px #b2b2b2;
	background:#dedede;
	border: 1px solid transparent;
	color: #818181;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	padding: 5px 40px 5px 5px;
	text-transform: lowercase;
	height:25px;
	line-height: 24px;
	vertical-align: middle;
	width:260px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#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:214px !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 input:focus {
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.input-icon {
	margin-left:-35px;
}
#header select {
	background:#F9F9F9;
	border: 1px solid #E1E1E1;
	color: #a1a1a1;
	font-size: 12px;
	height: 25px;
	margin-left: 10px;
	padding: 3px;
	text-align: left;
	width: 160px;
}
#categories_search_value {
	opacity: 1!important;
	display:none !important;
}
#categories_search_value SELECT {
	-moz-box-shadow: inset 0 5px 11px 1px #b2b2b2;
	-webkit-box-shadow: inset 0 5px 11px 1px #b2b2b2;
	box-shadow: inset 0 5px 11px 1px #b2b2b2;
	background:#dedede;
	border: 1px solid transparent;
	color: #818181;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	padding: 9px 5px;
	text-align: left;
	width: 160px;
	margin-right: 10px;
	height:37px;
}
.showThis {
	transition: all 0.7s ease 0s;
	width: 170px;
}
.hideThis {
	transition: all 0.7s ease 0s;
	width: 0px;
}

.input-search span {
	display: inline;
}
.input-search {
	position:relative;
	overflow:hidden;
}
.s-inputs, .s-button {
	float:left;
}
.s-button {
	position:relative;
	z-index:2;
}
/* ACCOUNT BUTTON */

.account-logOut {
	color:#fff;
	font-size:12px;
	text-shadow:0px -1px #5f5f5f;
	background:#9c9c9c;
	border:solid 1px #767676;
}
.account-logIn{
	color:#fff;
	font-size:12px;
	text-shadow:0px -1px #5f5f5f;
	background:#9c9c9c;
	padding:4px 8px;
	border:solid 1px #767676;	
}
.login-link {
	cursor:pointer;
	padding:8px;
	display:inline-block;
	color:#fff;
	font-size:12px;
	text-shadow:0px -1px #5f5f5f;
}
.login-link:hover {

}
.login-link span:first-child:after {
	padding:4px;
	content:"/";
}
.slide-panel-arrow {
	font-size:14px;
	padding-left:10px;
}
/* LOGIN PANEL SLIDE */

.login-link a {
	color:#FFF;
}
#login-slide-panel {
	background:#d3d3d3;
	height:auto;
	display: none;
	color:#909090;
}
.panel-title {
	padding:10px 10px 10px 0;
	color:#FFF;
	font-size:17px;
	text-align:left;
	margin-bottom:20px;
	border-bottom:1px solid #fff;
}
.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: 5%;
	width: 64%;
}
.panel-register {
	width:30%;
}
.panel-link-forgot {
	color:#FFF;
	display:inline-block;
	float:right;
}
.panel-link-forgot:hover {
	color: #F7961E;
	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 {
	padding-top:20px;
}
.panel-login .panel-form-items > li {
	color:#fff;
	font-size:12px;
	display:inline-block;
	width:30%;
	padding-right:3%;
	vertical-align:top;
}
.panel-register .panel-form-items > li {
	color:#fff;
	font-size:12px;
	display:inline-block;
	width:46%;
	padding-right:7%;
	vertical-align:top;
}
.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:#fff;
}
.panel-forgot-password a:hover {

}
.panel-form-items > li > ul > li {
	color:#fff;
	padding-bottom:8px;
}
.panel-form .btn-2:hover {
	background:#F7961E;
}
.panel-form INPUT {
	padding:5px;
	text-align:left;
}
.panel-form-items > li:last-child {
	padding-right:0;
}
.panel-external-login {
	padding-bottom:20px;
}
.slide-register-button {
	padding-top:19px;
}
.social-login-area li {
	display:inline-block;
	padding-right:10px;
}
a.button-facebook, a.button-google, a.button-allegro {
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 12px 16px;
	text-align: center;
	width: auto;
}
/*
Google+
------------------------------------------------------------ */
 
a.button-google {
	background-color: #dc4c30;
}
a.button-google:hover {
	background:#c74329;
}
/*
Facebook
------------------------------------------------------------ */
 
a.button-facebook {
	background-color: #4d6395;
}
a.button-facebook:hover {
	background: #3b5998;
}
/*
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: 47%;
}
.products_compare .preview-enable {
	width: 10%;
}

.cart, .wishlist, .products_compare {
	position:relative;
	display:inline-block;
	padding-left:10px;
}

/* MEGA MENU */

.navi-desktop {
	position: absolute;
	top:157px;
	left:0px;
	-webkit-box-shadow: 0px 1px 3px #b0b0b0;
	-moz-box-shadow:    0px 1px 3px #b0b0b0;
	box-shadow:         0px 1px 3px #b0b0b0;
	border-right:solid 1px #eaeaea;
	border-top:solid 1px #eaeaea;
	border-left:solid 1px #eaeaea;
	background:#ff9300;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	padding-bottom:13px;
}
.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: #FA9728;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	bottom: -5px;
	font-family: Arial !important;
	font-size: 11px;
	padding: 3px;
	position: absolute;
	right: -5px;
	min-width:10px;
}
.ajax-items-cart:empty {
	padding: 0px;
}
.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 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	width:250px;
	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 {
	font-size: 17px;
	padding-bottom:15px;
	border-bottom:1px solid #D4D4D4;
	color:#393939;
}
.cart-preview ul {
	width:100%;
	padding-top:10px;
}
.cart-preview ul ul li {
	display:inline-block;
	vertical-align:top;
	border:none;
}
.cart-preview ul > li {
	padding-bottom:5px;
	border-bottom:1px solid #D4D4D4;
}
.cart-preview ul > li:last-child {
	border-bottom:none;
}
.preview-photo {
	width:20%;
}
.preview-photo IMG {
	width:100%;
}
.preview-name {
	color: #393939;
	font-size: 12px;
	padding-left: 5%;
	width: 57%;
	line-height:1.2;
}
.preview-name .options-value {
	font-size: 10px;
	line-height: 0.7;
	color:#ADADAD;
	display:block;
}
.preview-delete {
	padding-left:5%;
	width:10%;
	color:#313131;
	font-size:14px;
}
.preview-button {
	padding-top:5px;
}
.preview-button a {
	width:92% !important;
}
.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;
}

/* 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: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #bbbbbb 35%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(35%,#bbbbbb), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	height: auto;
	line-height:1.2;
	padding: 7px;
	font-size:18px;
	width: 20px;
	font-weight:400;
}
.btn-2 {
	background: #f3a600; /* Old browsers */
	background: -moz-linear-gradient(top,  #f3a600 0%, #f3a600 43%, #f3a600 45%, #e56600 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3a600), color-stop(43%,#f3a600), color-stop(45%,#f3a600), color-stop(100%,#e56600)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3a600 0%,#f3a600 43%,#f3a600 45%,#e56600 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3a600 0%,#f3a600 43%,#f3a600 45%,#e56600 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3a600 0%,#f3a600 43%,#f3a600 45%,#e56600 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f3a600 0%,#f3a600 43%,#f3a600 45%,#e56600 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3a600', endColorstr='#e56600',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	height: auto;
	line-height:1.2;
	padding: 7px;
	width: auto;
	font-size:14px;
	font-weight:400;
}
.btn-3 {
	color: #FFF;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #bbbbbb 35%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(35%,#bbbbbb), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	height: auto;
	line-height:1.2;
	padding: 7px;
	width: auto;
	font-size:14px;
}
.btn-4 {
	color: #FFF;
	background:#d5d5d5;
	height: auto;
	line-height:1.2;
	padding: 6px;
	min-width:16px;
	font-size:16px;
	font-weight:400;
}
.btn-5 {
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #bbbbbb 35%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(35%,#bbbbbb), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	height: 15px;
	padding: 11px;
	width: auto;
	font-size:16px;
	font-weight:400;
}
.btn-6 {
	background:#82cae5;
	border:1px solid #79a4b3;
	color: #FFF;
	height: 15px;
	padding: 11px;
	width: auto;
	font-size:16px;
	font-weight:400;
}
.btn-active {
	color: #FFF;
	background:#F7961E;
}
.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-4:hover, .btn-5:hover {
	color: #FFF;
	background:#F7961E;
}
.btn-6:hover {
	color: #FFF;
	background:#79a4b3;
}
.btn-3:hover {
	color: #FFF;
	background:#F7961E;
}
#main-section {
	width:100%;
	margin:58px 0px 30px 0;
}
#column-left {
	width:250px;
	margin-right:25px;
	float:left;
}
#column-right {
	width:250px;
	margin-left:15px;
	float:left;
}
#column-center-2 {
	width:626px;
	float:left;
}
#column-center-1 {
	width:890px;
	float:left;
}
#column-left .box, #column-right .box {
	background:#fdfdfd;
	border:solid 1px #ebebeb;
	margin-bottom:20px;
}
.box-simple .box-title, .box-classic .box-title, .box-animated .box-title {
	font-size:21px;
	text-transform:uppercase;
	color:#2b2b2b;
	font-weight:600;
	padding:15px 12px;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f2f2 41%, #dbd8d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#f2f2f2), color-stop(100%,#dbd8d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 41%,#dbd8d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 41%,#dbd8d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 41%,#dbd8d8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f2f2 41%,#dbd8d8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbd8d8',GradientType=0 ); /* IE6-9 */
}
.box-simple .box-title::first-letter, .box-classic .box-title::first-letter, .box-animated .box-title::first-letter {

}
.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:#F7961E;
	font-size:14px;
}
.box-body {
	position:relative;
	padding:20px;
	text-align:center;
	font-size: 14px;
	font-weight:700;
	line-height: 1.4;
}
.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,
.classic-categories-tree ul, .classic-categories-tree ul li {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.active-cat {
	background:#f7f7f7;
}
.categories-tree ul li ,
.classic-menu,
.classic-level-menu li{
	border-bottom:solid 1px #f2f2f2;
	background:url("../images/menu.jpg") 0px 0px repeat-x scroll #eeeeee;
	width:100%;
	cursor:pointer;
	text-transform:uppercase;
	font-size:14px;
}
.categories-tree ul li:hover,
.classic-menu:hover {
	background:#f7f7f7;
	position:relative;
}
.categories-tree ul li a,
.classic-menu a,
.classic-level-menu li a {
	padding:0px 15px 0px 32px;
	background:url("../images/menu_li.png") 0px 0px no-repeat;
	display:inline-block;
	text-decoration:none;
	color:#393939;
	font-size:13px;
	width:82%;
}
/**** SECOND LEVEL MENU ****/

.categories-tree ul li ul {
	z-index:21;
	position:absolute;
	display:none;
	border:1px solid #EBEBEB;
}
.categories-tree ul li:hover ul {
	left:100%;
	top:0px;
	display:block;
}
.categories-tree ul li ul li {
	background:url("../images/menu.jpg") 0px 0px repeat-x scroll #eeeeee;
}
.categories-tree ul li ul li:last-child {
	border-bottom:none;
}
.categories-tree ul li:hover ul li:hover {
	background:#f7f7f7;
}
.categories-tree ul li ul li a {
	color:#393939;
	font-size:13px;
}
.categories-tree ul li:hover ul li:hover > a {
}
.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;
	border:1px solid #EBEBEB;
}
.categories-tree ul li ul li ul li a {
	color:#393939;
	font-size:13px;
}
.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:url("../images/menu.jpg") 0px 0px repeat-x scroll #eeeeee;
}
.categories-tree ul li:hover ul li:hover ul li:hover {
	background:#f7f7f7;
}

.categories-tree li,
.classic-menu,
.classic-level-menu li {
	line-height:2.4;
	text-align:left;
}
.categories-tree li ul > li {
	padding-left:20px;
}
.toggle-categories {
	float:right;
	font-size:20px;
}
/* CLASSIC ACTIVE */
.classic-active,
.classic-level-active{
background:#f7f7f7;
}
/* CLASSIC LEVEL CATEGORIES */
.classic-level-menu > li  {
	background: url('../images/level-icon.gif') no-repeat left 5px center;
	padding-left: 10px;
}
.classic-level-menu > li:hover  {
	background: #F7F7F7 url('../images/level-icon.gif') no-repeat left 5px center;
}
.classic-level-menu:empty {
	display: none!important;
}
.classic-level-2 {
	padding-left: 15px!important;
	background-position: left 20px center!important;
	width: auto!important;
}
.classic-level-3 {
	padding-left: 25px!important;
	background-position: left 30px center!important;
	width: auto!important;
}
.classic-level-4 {
	padding-left: 35px!important;
	background-position: left 40px center!important;
	width: auto!important;
}

/* 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:#F7961E;
}
.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: #FA9728;
	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:#FA9728;
}
.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;
}
.box-price div, .box-price div:first-child {
	padding:0;
}
.box-classic .box-body {
	border-bottom:1px solid #e4e5e5;
	padding-bottom:20px;
}
.box-classic .box-body:last-child {
	border-bottom:none;
}
.box-classic .box-body,.box .rc-carusel .box-body
{
	padding:0px !important;
	margin:20px;
	-webkit-box-shadow: 0px 0px 3px #d5d5d5;
	-moz-box-shadow:    0px 0px 3px #d5d5d5;
	box-shadow:         0px 0px 3px #d5d5d5;
	border: 1px solid #d5d5d5;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#fff;
}
.box-product-name {
	font-size:14px;
	color:#333333;
	font-weight:700;
	padding-bottom:0;
}
.box-product-name a
{
	color:#333333;
}
.box .rc-carusel .box-body
{
	padding-bottom:0px;
}

.box .owl-controls
{
	margin-bottom:20px;
}

.price_view_span {
	color:#f20000;
	font-size:17px;
	font-weight:700;
}

.actual-price {
	padding-bottom:5px;
	color:#999;
}
.actual-time {
	padding:5px 0;
	color:#999;
}
.view_price_old, .view_price_free_shipping, .view_price_def, .view_price_suggest, .view_price_shipping {
	color:#545454;
	font-weight:600;
	font-size:12px;
	line-height:1.3;
	padding-bottom:10px;
}
.view_price_free_shipping, .rc-time-promo {
	color:#d43935;
	font-weight:bold;
}
.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;
}
.pinfo-countdown .clock {
	padding-top:13px;
}
.countdown-clock {
	float:right;
}
.countdown-promo-text {
	font-size:12px;
	font-weight:normal;
}
 @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-size: 17px;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
  width: auto;
  line-height: 3;
  color:#000 !important;
}
.countdown-alert {
	background:#d43935;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.countdown-time {
	font-size:13px;
	font-weight:bold;
	padding:0;
}
.countdown-hours, .countdown-minutes, .countdown-seconds, .countdown-days {
	background:rgba(255,255,255,0.2);
	padding:0 3px 1px;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.time-remaining {
	padding:10px 0;
}

.breadcrumb {
	background:#FFF;
	margin-bottom:20px;
	font-size:17px;
	border-bottom:solid 1px #ff9300;
}

.rc-page-pinfo .breadcrumb {
	margin-bottom:5px;
}
.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:10px 0px;
	float: left;
	position: relative;
}
.breadcrumb > ul > li:last-child > a
{
	font-weight:700;
	color:#FF9300;
}
.breadcrumb > ul > li:after
{
	content:"";
	font-family:"FontAwesome";
	color:#424242;
	font-size:16px;
	padding:0px 15px;
	display:inline-block;
}
.breadcrumb > ul > li:first-child {
	padding-left:0px;
}
.breadcrumb > ul > li:last-child:after {
	content:"\";
}
.breadcrumb ul li a {
	display: block;
	text-decoration: none;
	color:#424242;
	font-size:16px;
}
.breadcrumb > ul > li > a
{
	display: inline-block;	
}
.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:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background: #FFF;
	border:1px solid #E1E1E1 !important;
	font-size: 12px;
	position: relative;
	width: auto;
	padding:7px;
	margin-top:5px;
	color:#A1A1A1;
	cursor:pointer;
}
.MultiSelect .monitor > div {
	background: url("../images/filter_select.png") no-repeat scroll right top transparent !important;
	margin: 2px;
	padding: 0 18px 0 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:#F7961E;
	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;
	text-align:center;
	max-width: 125px;
}
.images-categories ul li {
	display:inline-block;
	vertical-align:top;
	width:125px;
	height: 70px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
	margin-bottom: 20px;
}
.images-categories ul li:nth-child(6n) {
	padding-right:0px;
}
/* FILTER */

.rc_filter_select_list {
	background:#fdfdfd;
	padding:20px;
	color:#4e4d4b;
	clear:both;
	border:solid 1px #e1e1e1;
}
.rc_filter_select_list INPUT {
	padding-top:5px;
	padding-bottom:5px;
	background:#FFF;
	border:1px solid #E1E1E1;
	margin-top:5px;
}
.rc_filter_select_list ul {
	width:100%;
}
.rc_filter_select_list ul li {
	display:inline-block;
	width:20%;
	padding:1%;
	margin-bottom:14px;
}
.rc_filter_select_list ul li:hover {
	background:#f1f0f0;
}
.clear-button {
	text-align:right;
}
.rc_filter_result {
	padding:20px 0;
}
.rc_filter_show {
	display:inline-block;
	float:right;
	margin-bottom:10px;
}
.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:#d43935;
}
.filter-tag i {
	padding:0 10px;
}
.filter-button, .filter-clear {
	display:inline-block;
	padding-left:10px;
}
.filter-actions {
	text-align:right;
}
.filter-input-price {
	width:50px;
	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:282px !important;
	margin:0 5px 10px 5px !important;
	-webkit-box-shadow: 0px 0px 3px #d5d5d5;
	-moz-box-shadow:    0px 0px 3px #d5d5d5;
	box-shadow:         0px 0px 3px #d5d5d5;
	border: 1px solid #d5d5d5;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background:#fff;	
}
.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 {

}
.conteiner-title {
	background:url("../images/c_t.jpg") 0px 0px repeat-x scroll #ff8200;
	padding:15px;
	color:#FFF;
	font-size:21px;
	text-align:left;
	margin-bottom:10px;
	text-transform:uppercase;
	position:relative;	
	text-shadow:0px -1px #000;
}

.listing-sorting
{
	text-shadow:none;
	padding:10px;
}


.producer-logo {
	padding-top:5px;
}
.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:block;
	padding:3px;
	margin:0px auto;
}

.product-input input
{
	border:solid 1px #a8a8a8;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.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;
	color:#000;
	font-size:11px;
	font-weight:700;
}
.product-input input {
	padding:6px;
	width:30px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.product-type {
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-top: 100px solid #d43935;
	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:#FF9300 !important;
	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-newsletter {
	float:left;
	width:280px;
	margin-left:10px;
}
.footer-informations {
	float:left;
	width:348px;
}
.footer-informations {

}
.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: block;
	font-size: 24px;
	padding-top:17px;
}
.fn-description {
	padding-right: 10px;
	padding-top: 13px;
	color:#000;
	font-size:14px;
	font-weight:600;
}
.fn-description span
{
	text-transform:uppercase;
	display:block;
	color:#616161;
	font-size:26px;	
	padding-bottom:41px;
	font-weight:400;
}
#main-section .fn-description span
{
	display:none !important;
}
.fn-input {
	width:222px;
	height:50px;
	display: inline-block;
	float: left;
}
.fn-input input
{
	background:#fafafa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: inset 0 3px 5px 1px #d0d0d0;
	-webkit-box-shadow: inset 0 3px 5px 1px #d0d0d0;
	box-shadow: inset 0 3px 5px 1px #d0d0d0;	
	padding:7px 20px 7px 7px;
	border:solid 1px #E0DBD1;
	width:190px;	
}
.fn-button a {
	height: 19px;
	width: 20px;
	padding:8px;
	margin-left:-15px;
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top,  #bbbbbb 0%, #bbbbbb 50%, #bbbbbb 51%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(50%,#bbbbbb), color-stop(51%,#bbbbbb), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #bbbbbb 0%,#bbbbbb 50%,#bbbbbb 51%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #bbbbbb 0%,#bbbbbb 50%,#bbbbbb 51%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #bbbbbb 0%,#bbbbbb 50%,#bbbbbb 51%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #bbbbbb 0%,#bbbbbb 50%,#bbbbbb 51%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
}
.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 ul li {
	font-size:14px;
	color:#000;
	padding:10px 7px;
	margin-left:7px;
}
.footer-conteiner ul li a {
	color:#000;
	cursor:pointer;
	font-weight:600;
}
.footer-conteiner ul li:hover {
}
.footer-conteiner ul li a:hover {
	color:#FA9728;
}
.footer-conteiner p {
	padding:0 11px;
	color:#000;
	display:inline-block;
}
.footer-conteiner h3 {
	padding:24px 0 30px 0;
	min-height:25px;
	font-weight:400;
	text-transform:uppercase;
	color:#616161;
	font-size:26px;
}
.footer-conteiner h3 p
{
	color:#616161;
}
.footer-conteiner i {
	padding-right:10px;
}
.footer-social {
	float:right;
	width:495px;
	margin-right:20px;
	background:url("../images/footer3.png") right bottom no-repeat;
	min-height:292px;
}
.social-conteiner {
	float:right;
	margin:20px 0;
	transition: all 0.2s ease-in-out 0s;
}
.social-conteiner .li_h3 {
	margin-right:10px;
	margin-top:3px;
	margin-bottom:40px;
}
.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:right;
	padding:10px 30px 10px 0;
}
/* 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 {
	min-height:220px;
	background:#fff;
}
.mm-product-price {
	font-size:14px;
	text-align:center !important;
}
.mm-vertical {
	display:block !important;

}
.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;
	min-height:154px;
}
.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;
	margin-bottom:15px;
}
.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 {
	text-align:right;
	vertical-align:middle;
	display:block;
}
.layout-choose a {
	font-size:18px;
	margin-left:7px;
	color:#ff9300;
	background:transparent;
}
.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:49%;
	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:#ECECEC;
	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:#F7961E;
	color: #FFF;
}
.pagination ul li a {
	color:#FFF;
}
.pagination ul .li_listing_act {
	background:#F7961E;
	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;
	height:107px !important;
}
.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:102px !important;
	margin:10px 0 0 44px;
}
.quick-view-gallery #gallery #thumbs .thumb {
	width:80px;
	height: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;
	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: -26px;
}
.quick-view-gallery #gallery #next {
	background-position: -30px 0;
	right: -5px;
}
.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:112px !important;
}
.quick-view-gallery .thumb-conteiner {
	vertical-align:middle;
	width:80px;
	height:80px;
}
.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:20px 10px;
	border-bottom:1px solid #FFD396;
}
.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;
}
.price_jm_text,.package_jm_text
{
	color:#393939;
}
.quick-view .price_1_pinfo, .quick-view .price_2_pinfo, .quick-view .currency_pinfo {
	font-size:26px;
	color:#d43935;
}
.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:#d43935;
	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 #ffd396;
	margin-top:20px;
	display:none !important;
}
.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:300px;
	background:#FFF;
}
.digital-player {
	margin-top:20px;
}
.pinfo-description {
	width:520px;
	margin-left:25px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	font-size: 13px;
}
.pinfo-top-sellers {
	width:290px;
	padding:0 8px 0 8px;
	background:#fff;
	margin-top:-35px;
	display:none;
}
.pinfo-top-sellers .box-product-name
{
	text-align:right;
	color:#333333;
	font-size:14px;
	font-weight:700;
}
.pinfo-top-sellers .view_price_global
{
	text-align:right;
}
.pinfo-top-sellers .view_price_global font  span{
	padding-bottom:0px;
	color:#f20000;
	font-weight:700;
	font-size:18px;
}
.pinfo-name, .pinfo-price, .pinfo-options, .pinfo-features, .pinfo-features, .pinfo-rating, .pinfo-button, .pinfo-social, .pinfo-countdown {
	padding:20px 10px;
	border-bottom:1px solid #ffd396;
}
.pinfo-price .view_price_global div {
	padding-bottom:10px;
	font-weight:600;
	color:#000;
}
.pinfo-price .view_price_global div span
{
	color:#f20000;
	font-weight:700;
}
.m_pinfo_text_price
{
	color:#999999 !important;
	font-weight:400 !important;
}
.pinfo-name {
	color:#393939;
	font-size:32px;
	font-weight:700;
	line-height:1.2;
	padding-bottom:0px;
}
.pinfo-rating
{
	border-bottom:none;
	margin:0px auto;
	float:right;
	padding:15px 0px 20px 0px;
}
.pinfo-rating_l
{
	float:left;
	font-size:13px;
	font-weight:600;
	width:170px;
	padding:20px 0px 20px 0px;
}
.pinfo-rating_l .view_stock_qauntity_info
{
	display:none;
}
.pinfo-rating div
{
	margin:0px auto;
	color:#3b3b3b;
	font-size:12px;
}
.pinfo-price
{
	text-align:left;
	font-size:18px;
	color:#3b3b3b;
	position:relative;
	min-height:93px;
}
.pinfo-options
{
	padding:20px 10px;
	position:relative;
}
.price_1_pinfo, .price_2_pinfo, .currency_pinfo {
	font-size:28px;
	color:#f20000;
}
.pinfo-options li {
	line-height: 1.6;
	font-weight:600;
	font-size:14px;
	color:#161616;
	padding-right:260px;
}
.pinfo-options span {
	font-weight:600;
	color:#ff9300;
}
.pinfo-options span a
{
	color:#ff9300;
}
.pinfo-options-box
{
	position:absolute;
	top:20px;
	right:10px;
	width:240px;
}
.pinfo-options-box li
{
	padding:0px;
}
.pinfo-options-box li p
{
	color:#161616;
}
/* 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;
	display:inline-block;
}
.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:0px;
	top:3px;
	position: relative;
	display:inline-block;
	font-size:11px;
}
.pinfo-to-cart {
	padding:12px;
	margin-right:2px;
}
.pinfo-button {
	border-bottom:none;
	position:absolute;
	top:20px;
	right:10px;
	padding:0px;
}
.pinfo-button, .product-input {
	vertical-align:middle;
	display:inline-block;
}
.increase, .decrease {
	margin-bottom:1px !important;
	float:none !important;
	display:block !important;
	text-align:center;
	color: #FFF;
	cursor: pointer;
	font-size: 8px;
	margin-bottom: 1px;
	padding: 3px;
	width: 10px !important;
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #bbbbbb 35%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(35%,#bbbbbb), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.increase:hover, .decrease:hover {
	background:#F7961E !important;
	/* 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:10px;
}
.rc-page-pinfo .bt_div
{
	text-align:right;
}
.additional-buttons li {
	display:inline;
}
.rc-page-pinfo .additional-buttons a
{
	background: #d3d3d3; /* Old browsers */
	background: -moz-linear-gradient(top,  #d3d3d3 0%, #bbbbbb 35%, #a1a1a1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(35%,#bbbbbb), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d3d3d3 0%,#bbbbbb 35%,#a1a1a1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
}
#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
{
	border-bottom:none;
}
.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;
	color:#686868;
	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 {
	font-size: 13px;
	display: inline-block;
	padding: 13px 30px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color:#6a6a6a;
	border:solid 1px #e1e1e1;
	border-bottom:solid 1px transparent;
	background:url("../images/menu.jpg") repeat-x scroll 0 0 #EEEEEE;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	background:#FFF;
}
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 {
	border-bottom: none;
	padding: 13px 30px!important;
	border-bottom: none;
	background: url("../images/c_t.jpg") repeat-x scroll 0 0 #FF8200 !important;
	color:#FFF !important;
	border:solid 1px transparent;
}
.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;
	background-color: #fff;
	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-bottom:1px solid transparent;
	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;
	border: 1px solid #c1c1c1;
}
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;
}
.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:676px;
	padding-right:0;
}
.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;
	border:solid 2px #c0c0c0;
	margin:0px 0px 10px 0px;
	padding:0;
	cursor:pointer;
}
.pinfo-top-sellers .box-body:hover {

}
.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 .box-photo
{
	border-bottom:solid 1px #ebebeb;
	padding-bottom:10px;
	margin-bottom:10px;
}
.box-info {
	width:160px;
}
.box-info .negotiotion {
	font-size:11px;
}
.pinfo-top-sellers .box-price {
	font-size:12px;
	color:#d43935;
}
.pinfo-top-sellers .box-body div:last-child {
	width:170px;
}
.pinfo-top-sellers .title {
	font-size:25px;
	padding-bottom:10px;
	color:#000;
	text-transform:uppercase;
}
.pinfo-top-sellers .arrowsCon {
	display:none;
}
/* GALLERY */

#thumbs {
	height:auto !important;
}
#gallery {
	width: 300px;
	position:relative;
	margin:0 auto;
}
#gallery #main {
	width:300px;
	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:65px;
	height:65px;
	padding:10px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	border:solid 1px #e1e1e1;
}
#gallery #thumbs .thumb img {
	vertical-align:middle;
}
#gallery #thumbs .thumb a {
	text-align:center;
	display:inline-block;
	background: transparent url('../images/gallery/carousel_glare_small.png') no-repeat 0 0;
	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:30px;
	height:30px;
	background: transparent url('../images/gallery/gallery-arrows.png') no-repeat 0 0;
	bottom:40px;
}
#gallery #prev {
	background-position: 0 0;
	left: -25px;
}
#gallery #next {
	background-position: -30px 0;
	right: -33px;
}
#gallery #prev:hover {
	background-position: 0 -30px;
}
#gallery #next:hover {
	background-position: -30px -30px;
}
#gallery #prev.disabled, #gallery #next.disabled {
	display: none !important;
}
.caroufredsel_wrapper {
	height:112px !important;
	margin-left:10px !important;
}
.thumb-conteiner {
	vertical-align:middle;
	display:table-cell;
	width:65px;
	height:65px;
}
#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;
	width:420px !important;
}
#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;
}
.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:#d43935;
	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;
}
.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 {
	margin-bottom:30px;
	background:url("../images/sc_title.jpg") 0px 13px repeat-x;
}
.section-title h2 {
	font-size:18px;
	color:#393939;
	background:#fff;
	padding-right:15px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}
.continue-button, .save-button {
	display:inline-block;
	float:right;
	padding-left:15px;
	margin-top:-9px;
	background:#fff;
}

.save-button
{
	padding-left:3px;
}

.continue-button a, .save-button a,.continue-button input, .save-button input
{
	border-radius:0px !important;
	background:url("../images/c_t.jpg") repeat-x scroll 0 0 #FF8200 !important;
}
.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-table22 .tr_bg:hover td{
	background:#fffefd;
}
.shopping-table th {
	color:#898989;
	padding: 25px;
}
.shopping-table td {
	border-top: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.summation-step .shopping-table td {
	border-bottom: 1px solid #b2b2b2;
}

.summation-step .shopping-table .change_2,.summation-step .shopping-table .change_3,.summation-step .shopping-table .change_1,.summation-step .shopping-table .change_4
{
	border-top: none;
}

.summation-step .shopping-table .table-no-header
{
	border-top: 1px solid #b2b2b2;
}
.shopping-table .cart_options
{
	display:none;
}
.shopping-table td:last-child {
}
.shopping-table #content-customer td
{
	border: 1px solid transparent !important;
}
.shopping-table td:first-child {
	border-left: 1px solid #b2b2b2;
}
.shopping-table .total-price
{
	background:#f3f3f3;
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size:13px;
	border-bottom:1px solid #B2B2B2;
}
.shopping-table .total-price #total-price
{
	color:#ea0006;
	font-weight:600;
	font-size:26px;
}
.shopping-table .total-price .total-price2
{
	color:#ea0006;
	font-weight:600;	
	font-size:18px;
}
.table-name {
	text-align:left;
}
.cart_options {
	margin-top:10px;
	font-size:11px;
	color:#999;
}
.table-delete {
	font-size:14px;
}
.discount {
	text-align:left;
	font-size:13px;
	color:#3c3c3c;
	font-family: 'Roboto', sans-serif;
}
.discount .prettycheckbox  
{
	display:none !important;
}
.discount #rabat
{
	display:block !important;
}
.discount .check-code
{
	margin-left:-30px;
	background:transparent;
	color:#000;
}
.discount SPAN {
	display:inline-block;
	vertical-align:middle;
}
.discount-code {
	float:left;
}
.discount-code INPUT {
	margin:0 10px;
	height:18px;
	background:#FFF;
	width:156px !important;
	margin-right:0px !important;
	padding-right:30px;
}
.discount-background {
	background:#F6F6F6;
	border-left:solid 1px transparent !important;
	border-right:solid 1px transparent !important;
}
.total-text {
	font-size:17px;
	text-align:right !important;
}
.total-price {
	font-size:20px;
	text-align:right !important;
	color:#d43935;
}
/* DELIVERY SECTION  */

.number {
	color:#FFF;
	font-size:18px;
	background:url("../images/c_t.jpg") repeat-x scroll 0 0 #FF8200;
	padding: 6px 8px;
	border-right:solid 15px #fff;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.section-1:hover .number, .section-2:hover .number, .section-3:hover .number {
	background:#F7961E;
}
.delivery-table tr td {
	text-align:left;
	text-align:center;
	border-bottom:1px solid #B2B2B2;
}
.summary-table td
{
	border-bottom:1px solid #B2B2B2;
}
.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%;
}
/* 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;
	font-size:23px;
	text-align:center;
	color:#f00006 !important;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}
.pay-price {
	color:#f00006;
	text-align:center;
}
.handling-costs {
	color:#a4a4a4;
	font-size:11px;
	text-align:center;
}
/* SUMMARY SECTION  */

.cart-total {
	background:#f3f3f3;
	color:#f00006 !important;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
	font-size:29px;
}
.cart-installment {
	width:20%
}
.cart-additional-info {
	width:45%
}
.cart-total {
	width:35%;
	color:#FFF;
	font-size:36px;
	text-align:center;
}
.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:15px 0;
}
#content-customer  h3 
{
	padding:0px;
	text-align:left;
}
.login-table INPUT {
	text-align:left;
}
.login-table {
	width:75%;
	padding-left:0px !important;
}
.register-table {
	width:25%;
}
.cart-login-button .button, .cart-register-button .button {
	padding:7px 20px;
	background:url("../images/c_t.jpg") repeat-x scroll 0 0 #FF8200;
	border-radius:0px !important;
}
.cart-login-button i, .cart-register-button i {
	margin-right:10px;
	font-size:14px;
	display:none;
}
.input-label {
	text-align:left;
	font-size:11px;
	padding-bottom:8px;
}
.cart-login-box {
	padding-bottom:20px;
}
.cart-forgot-password {
	padding-top:3px;
	cursor:pointer;
	font-size:10px;
	color:#000;
}
.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:17%;
	padding:0 1%;
}
.cart-login-box li:nth-child(4n) {
	width:14%;
	padding:0;
}
.cart-login-button {
	margin-top:25px;
}
.cart-register-form h3, .cart-address-form h3 {
	text-align:left;
}
.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:#d43935;
	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 5px 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:#d43935;
}
.payments-link:hover {
	color:#d43935;
	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;
	border:1px solid #EBEBEB;
	margin-bottom:30px;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.cms-contact-form
{
	border:1px solid #EBEBEB;
	padding:10px 0px;
}
.conteiner-cms:hover {
}
.conteiner-cms th {
	color:#898989;
	padding: 5px;
}
.conteiner-cms td {
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 5px;
	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 */
.menu2_d2 .account
{
	float:left;
	margin-right:1px;
	margin-top:-10px;
}

.menu2_d2 .account a
{
	color:#fff;
}

.navi-mobile-account {
	margin:10px 0;
}
.reclamations-box {
	padding:10px 0;
}
.custom-link-1 a {
	color:#F7961E;
}
.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:999999;
	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:99999 !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:#D43935;
	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:17px !important;
	color:#f20000 !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 #D43935;
	color:#D43935;
}
.rc_div_alert {
	color:#D43935;
	padding:2px 0 5px 0;
	font-size:11px;
}
.validator_arr {
	font-size:14px;
	color:#D43935;
	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: #D43935;
	color:#FFF;
}
.navigation li:last-child {
	margin-bottom:5px;
}
/* PAGE FLIP */

#page-flip {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	z-index: 99999999;
}
#page-flip-image {
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 99999999;
}
#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%;
	border-right:solid 1px #b0b0b0;
}
.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 */
	border-right:solid 1px #b0b0b0;
}
.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: 10px;
	vertical-align: top;
	width: 100px;
}
.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;
}
.ajax-items-wishlist, .ajax-items-compare {
	background: #313131;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	bottom: -5px;
	font-family: Arial !important;
	font-size: 11px;
	padding: 3px;
	position: absolute;
	right: -5px;
	min-width:10px;
}
.ajax-items-wishlist:empty, .ajax-items-compare:empty {
	padding: 0px;
}

/* CARUSEL */

.one-in-row .product-photo,
.price-hit .product-photo,
.countdown-box .product-photo {
	width:45%;
	float:left;
}
.product-info
{
	margin:0px 10px;
}
.box .product-info
{
	padding-bottom:0px !important;
}
.one-in-row .product-info,
.price-hit .product-info,
.countdown-box .product-info {
	width:50%;
	float:left;
	padding-left:5%;
	line-height:1.2;
	margin:0px;
}
.price-hit .product-info,
.countdown-box .product-info {
	padding-top: 10%;
}

.carusel-group{
	margin-bottom: 20px;
	border:solid 1px #ebebeb;
}

.rc-carusel .carusel-item,
.price-hit .carusel-item,
.countdown-box .carusel-item,
.listing-classic > li,
.listing-recommend > li {
	background:#FFF;
	padding-bottom:13px;
	margin: 5px;
	color: #FFF;
	text-align: center;
	vertical-align:top;	
	-webkit-box-shadow: 0px 0px 3px #d5d5d5;
	-moz-box-shadow:    0px 0px 3px #d5d5d5;
	box-shadow:         0px 0px 3px #d5d5d5;
	border: 1px solid #d5d5d5;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.one-in-row .carusel-item
{
	padding:13px;
}

.carusel-group
{
	background:#fafafa;
}

/* LISTING BOXES */

.listing-classic > li,
.listing-recommend > li {
	display:inline-block !important;
}

.listing-classic .product-buttons{
	width:200px;
}

/* 4 COLUMN CONTENT */
.listing-classic.four-in-row li {
	width:146px;
	margin:0 13px 13px 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:280px;
	margin:0 13px 13px 0;
}
.listing-classic.three-in-row > li:nth-child(3n+0) {
	margin-right:0;
}

/* 2 COLUMN CONTENT */
.listing-classic.two-in-row > li {
	width:432px;
	margin:0 13px 13px 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 13px 0;
}

/*
.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,.listning-boxes .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;
	font-size:12px;
	font-weight:600;
}

.view_stock_info_text_ok {
	color:#009218;
}

.view_stock_info_text_not{
	color:#f20000;
}

.view_stock_qauntity_info{
	color:#545454;
	font-weight:600;
	font-size:12px;
}

.product-info h2{
	padding-bottom:10px;
	font-size:14px;
	color:#333333;
	font-weight:700;
	display:none;
}
.product-info2
{
	background:url("../images/product-info2.jpg") 0px bottom repeat-x scroll #d5d5d5;
	margin:0px 0px 5px 0px !important;
}
.product-info-h2
{
	color:#292929 !important;
	padding:20px 10px !important;
	display:block !important;
}

.one-in-row .product-info2
{
	display:none;
}

.one-in-row  .product-info h2
{
	display:block;
}

.view_price_global div{
	padding-bottom:10px;
	color:#999;
}
.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;
	-webkit-transform: none !important; 
	-webkit-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;
}

div.clear
{
	height: 1px;
	font-size : 1px;
	line-height : 1px;
	width : 1px;
	clear : both;  /* likwiduje oplywanie */
}

.banner-container
{
	margin-bottom:20px;
	background-color:transparent !important;
	background:transparent !important;
}

.txt100_d
{
	margin-top:10px;
	margin-bottom:20px;
	line-height:20px;
}

.four-in-row .product-photo,.three-in-row .product-photo,.two-in-row .product-photo
{
	border-bottom:solid 1px #ebebeb;
	margin:0px 3px 10px 3px;
}

.block-2 .product-add-wishlist,.block-2 .product-compare
{
	display:none !important;
}


.rc-box-categories #categories-tree
{
	padding-top:0px;
}

.rc-box-categories .box-body,.rc-box-cms .box-body,.rc-box-categories-more .box-body
{
	padding:0px;
}

.rc-box-producers
{
	margin-top:-20px;
}

.rc-box-producers .box-title
{
	display:none;
}

.rc-box-categories .box-title
{
	background:url("../images/c_t.jpg") 0px 0px repeat-x scroll #ff8200;
	color:#fff;
	text-shadow:0px -1px #9e5c00;
}

.carusel-group-noanim .owl-controls
{
	display:none !important;
}

.carusel-group-anim .owl-controls
{
	position:absolute;
	top:-60px;
	right:10px;
}

.carusel-group-anim .owl-controls .owl-buttons div
{
	font-family:"FontAwesome";
	background:transparent !important;
	color:#fff;
	font-size:19px;
	margin:0px;
	padding:6px 10px;
	text-shadow:0px -1px #9e5c00;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.block-2 .add-to-cart,.block-2 .qv-button
{
	color:#fff;
	font-size:12px;
	font-weight:700;
	border-bottom:4px solid #404040;	
	-webkit-box-shadow: 1px 1px 3px #dcd8d8;
	-moz-box-shadow:    1px 1px 3px #dcd8d8;
	box-shadow:         1px 1px 3px #dcd8d8;
}

.rc-page-pinfo .pinfo-to-cart
{
	color:#333333;
	font-size:15px;
	font-weight:700;
	padding:11px 20px 11px 64px;
	margin-left:10px;
	background:url("../images/menu.jpg") repeat-x scroll 0 0 #EEEEEE;
	border-bottom:3px solid #ff9300;	
	-webkit-box-shadow: 1px 1px 2px #b0b0b0;
	-moz-box-shadow:    1px 1px 2px #b0b0b0;
	box-shadow:         1px 1px 2px #b0b0b0;
	position:relative;
}

.rc-page-pinfo .pinfo-to-cart img
{
	position:absolute;
	top:5px;
	left:20px;
}

.block-2 .qv-button
{
	min-height:20px;
	padding:7px 12px;
}

.block-2 .add-to-cart .icon-shopping-cart:before
{
	content:url(../images/sh_ic.png);
}

.rc-page-pinfo .pinfo-to-cart .icon-shopping-cart:before
{
	content:"\";
}

.rc-header-logo
{
	position:relative;
	z-index:99991;
}

#header_compare,#header_wishlist
{
	display:none;
}

.menu2_d
{
	background:url("../images/menu2.jpg") 0px 0px repeat-x;
	height:36px;
	width:100%;
	position:relative;
	z-index:9999999;
}

.menu2
{
	margin:0px auto;
	width:1168px;
	padding-top:10px;
	position:relative;
}

.menu2 a
{
	padding:0px 10px;
	color:#535353;
	font-size:12px;
	font-weight:600;
	border-left:solid 1px #535353;
	text-transform:uppercase;
}

.menu2 a:first-child
{
	border-left:none;
}

.menu2 #ajax_header_cart_content
{
	float:left;
	color:#fff;
	font-size:12px;
	text-shadow:0px -1px #5f5f5f;
	background:#9c9c9c;
	margin-right:1px;
	padding:8px 10px;
	margin-top:-10px;
	font-weight:600;
	border:solid 1px #767676;
}

.menu2 #ajax_header_cart_content:hover
{
	cursor:pointer;
}

.menu2 #ajax_header_cart_content div
{
	float:left;
}

.menu2 .m_start_table
{
	width:710px;
	float:left;
}

.menu2 .menu2_d2
{
	float:right;
}

.del_img
{
	position:absolute;
	top:36px;
	right:0px;
}

.del_img2
{
	position:absolute;
	top:53px;
	right:560px;
}

.rc-page-cart select
{
	background:#f7f7f7;
	border: 1px solid #b7b6bb;
	color: #b7b6bb;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight:700;
}

.rc-page-cart .table-quantity input,.rc-page-cart .delivery-table select,.rc-page-cart .summary-table textarea,.rc-page-cart .form-item input
{
	background:#f7f7f7;
	border: 1px solid #b7b6bb;
	color: #b7b6bb;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight:700;
}

.rc-page-pinfo .product-input input
{
	background:#f7f7f7;
	border: 1px solid #e2e2e2;
	color: #b7b6bb;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	font-weight:700;
}

.rc-page-pinfo .product-input .increase,.rc-page-pinfo .product-input .decrease
{
	padding:4px;
}

.producers-carusel 
{
	margin-top:10px;
	border:solid 1px #ebebeb;
	padding:10px 50px;
	width:auto !important;
}

.producers-carusel  .owl-controls .owl-buttons .owl-prev
{
	overflow:hidden;
	text-indent:-1000px;
	background:url("../images/large_left.png") 0px -56px no-repeat;
	height:56px;
	width:40px;
	padding:0px;
	margin:0px;
	position:absolute;
	top:20px;
	left:-3px;
	border-radius:0px !important;
}

.producers-carusel .owl-wrapper-outer
{
	position:relative;
	z-index:3;
}

.producers-carusel .owl-controls
{
	position:absolute;
	z-index:2;
	width:100%;
	top:0px;
	left:0px;
}

.producers-carusel  .owl-controls .owl-buttons .owl-next
{
	overflow:hidden;
	text-indent:-1000px;
	background:url("../images/large_right.png") 0px -56px no-repeat;	
	height:56px;
	width:40px;	
	padding:0px;
	margin:0px;
	position:absolute;
	top:20px;
	right:-3px;
	border-radius:0px !important;	
}

.producer_rotator .carusel-item
{
	box-shadow:none !important;
	border:none !important;
}


.product-price
{
	color:#333333;
}

.MultiBoxContainer { z-index:9999; }

a#q_recommend_text2 {
    display: none;
}

@media screen and (max-width: 990px) {

	#ri-widget{
    display:none!important;
  }

}
.conteiner-cms.account-site div.account-history ~ .button.btn-2{
 display: none; 
}