@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300&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: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
}
.body-bg{
	background:#FFF url("../images/bg-1.jpg") repeat-x top left;
}
input, textarea {
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
	color: #a1a1a1;
	text-align:center;
	font-size: 12px;
	padding: 2.5%;
	min-height:19px;
	line-height: 24px;
	vertical-align: middle;
	width:95%;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

input[type="checkbox"] {
	width:auto;
}
textarea {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	color: #000;
}
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: #000;
}
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: #000;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	color: #e61735;
}
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: #F7F7F7;
	border: 1px solid #E1E1E1;
	color: #a1a1a1;
	font-size: 12px;
	padding: 7px 5px;
	text-align: left;
	width: auto;
	height:35px;
}
option, option:hover {
	padding:5px;
	border:none;
}



#fancybox-wrap{z-index: 100000}

/* 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;
}
.wrapper {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.header-top {
	background:#282828;
	height:35px;
}
.header-main {
	height:141px;
}
.header-elements {
	height:105px;
	background:#000;
	position: relative;
}
.navi-desktop {
	display:block;
	margin-top:3px;
}
.navi-mobile,
.navi-mobile-account {
	display:none;
}
footer {

}
.lang-mobile {
	display:none;
}
.lang-desktop li {
	display:inline-block;
	text-align: center;
	cursor:pointer;
	padding:1px 6px 0 3px;
	border-right: 3px solid #fff200;
}
.lang-desktop li:last-child {
	border: none;
}
.mobile-buttons {
	margin:4% 0;
	display:none;
}
.main-elements-desktop {
	float:right;
	margin-top:30px;
	display: none;
}
.currencies, .account, .online, .languages {
	color:#909090;
	display:inline-block;
	vertical-align:middle;
}
.header-menu {
	position: absolute;
	top: 7px;
	right: 13px;
}
.header-menu li {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 0 5px 2px 2px;
	border-right: 1px solid #fff;
}
.header-menu li:last-child {
	border: none;
}
.header-menu li a{
	color: #fff;
	text-decoration: underline;
}
.header-menu li a:hover{
	color:#fff200;
}
.header-img-1 {
	position: absolute;
	right: 17px;
	top: 37px;
}
.languages {
	position: absolute;
	left: 225px;
	top: 30px;
}
.languages li a {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
}
.languages li a:hover {
	color: #fff200;
}
.online li {
	display:inline-block;
}
.online li:first-child {
	padding-right:10px;
}
.login-link {
	cursor:pointer;
}
.login-link:hover {
	color:#FFF;
}
.login-link span:first-child:after {
	padding:10px;
	content:"/";
}

.slide-panel-arrow{
font-size:14px;
padding-left:10px;
}
/* LOGIN PANEL SLIDE */

.login-link a {
	color:#909090;
}
#login-slide-panel {
	background:#000;
	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 #787878;
}
.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: #e61735;
	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:#efefef;
	font-size:12px;
	display:inline-block;
	width:30%;
	padding-right:3%;
	vertical-align:top;
}
.panel-register .panel-form-items > li {
	color:#efefef;
	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:#efefef;
}
.panel-forgot-password a:hover {
	color:#e61735;
}
.panel-form-items > li > ul > li {
	color:#efefef;
	padding-bottom:10px;
}
.panel-form .btn-2:hover {
	background:#c03531;
}
.panel-form INPUT {
	padding:7px;
	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;
}
#header select {
	background:#444444;
	border: 1px solid #5D5D5D;
	color: #909090;
	font-size: 12px;
	height: 25px;
	margin-left: 10px;
	padding: 3px;
	text-align: left;
	width: auto;
}
#categories_search_value SELECT {
	background: #F7F7F7;
	border: 1px solid #E1E1E1;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #a1a1a1;
	font-size: 12px;
	padding: 9px 5px;
	text-align: left;
	width: auto;
    margin-right: 10px;
    height:37px;
}
/* BEGIN SELECTY JQUERY WYŁĄCZONE

#header .sbHolder {
background:#444;
color:#909090;
padding:3px 5px 3px 10px;
margin-left:10px;
border-radius:0;
border:1px solid #5d5d5d;
height:17px;
display:inline-block;
width:160px;
text-align:left;
}

#header .sbSelector{
	height: 25px;
	line-height: 23px;
}

#header .sbToggle{
	top: 0px;
	height:23px;
}

#header .account{
display:inline-block;
}

#header .sbOptions{
	background: #444;
	border: solid 1px #5d5d5d;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#header .sbOptions a{
	border-bottom: solid 1px #5d5d5d;
	color:#909090;
}

#header .sbOptions a:hover,
#header .sbOptions a:focus,
#header .sbOptions a.sbFocus{
	color: #FFF;
	background:#e61735;
}

END SELECTY JQUERY WYŁĄCZONE */


.logo {
	display:inline-block
}
.top-elements {
	text-align:right;
	width:auto;
	padding:5px 0;
}
.search {
	float:right;
}
.search span {
	display:inline;
	float:left;
}
.input-search input {
	background:#F9F9F9;
	border: 1px solid #DEDEDE;
	color: #818181;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	padding: 5px 3px 5px 5px;
	text-transform: lowercase;
	height:25px;
	line-height: 24px;
	vertical-align: middle;
	width:200px;
		/* 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:111px !important;
}
.suggest-item {
	padding:10px !important;
}
.suggest-item:nth-child(2n+2) {
	background:#F7F7F7;
}
.suggest-item:hover {
	background:#F3F3F3;
}
.suggest-more {
	padding-top:10px !important;
}
.suggest-photo, .suggest-name {
	display:inline-block !important;
	vertical-align:middle !important;
	float:none !important;
}
.suggest-separator {
	border:none !important;
}
.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;
}
.input-search input:focus {
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.input-icon {
	margin-left:10px;
}
.cart, .wishlist, .products_compare {
	float:right;
	position:relative;
}
.show-cart {
	width:auto !important;
	font-size:13px !important;
	min-width:19px;
}
.ajax-items-cart{
	background: #000;
	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 #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
	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:#000;
}
.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: #000;
	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:#000;
	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;
}
.search, .cart, .wishlist, .products_compare {
	display:inline;
	float:left;
	padding-left:10px;
}
.button {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	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:#e61735;
	color: #FFF;
	height: auto;
	line-height:1.2;
	padding: 11px;
	width: 20px;
}
.btn-2 {
	background:#e61735;
	color: #FFF;
	height: auto;
	padding: 5px;
	width: auto;
	font-size:16px;
}
.btn-3 {
	color: #FFF;
	background:#000;
	height: auto;
	line-height:1.2;
	padding: 6px;
	width: auto;
	font-size:16px;
}
.btn-4 {
	color: #FFF;
	background:#d5d5d5;
	height: auto;
	line-height:1.2;
	padding: 6px;
	min-width:16px;
	font-size:16px;
}
.btn-5 {
	background:#D4D4D4;
	color: #FFF;
	height: 15px;
	padding: 11px;
	width: auto;
	font-size:16px;
}
.btn-6 {
	background:#82cae5;
	border:1px solid #79a4b3;
	color: #FFF;
	height: 15px;
	padding: 11px;
	width: auto;
	font-size:16px;
}
.btn-active {
	color: #FFF;
	background:#e61735;
}
.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:#000;
}
.btn-6:hover{
	color: #FFF;
	background:#79a4b3;
}
.btn-3:hover {
	color: #FFF;
	background:#e61735;
}
#main-section {
	width:100%;
	margin:10px 0 0;
}
#column-left {
	width:200px;
	margin-right:15px;
	float:left;
}
#column-right {
	width:200px;
	margin-left:15px;
	float:left;
}
#column-center-2 {
	width:530px;
	float:left;
}
#column-center-1 {
	width:745px;
	float:left;
}
#column-left .box, #column-right .box {
	padding:10px;
	background:#FFF;
	border: 1px solid #F3F3F3;
	margin-bottom:20px;
}
.box-simple .box-title, .box-classic .box-title, .box-animated .box-title {
	font-size: 18px;
	color:#000;
	padding-bottom:13px;
	font-weight: bold
}
.home-blog .box-title {
	font-size: 24px;
}
.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:#000;
	font-size:14px;
}
.box-body {
	position:relative;
	padding-top:20px;
	text-align:center;
	font-size: 12px;
	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 {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.active-cat {
	background:#EEE;
}
.categories-tree ul li {
	border-bottom:solid 1px #f2f2f2;
	width:100%;
	cursor:pointer;
}
.categories-tree ul li:hover {
	background:#f7f7f7;
	position:relative;
}
.categories-tree ul li a {
	padding:5px;
	display:inline-block;
	text-decoration:none;
	color:#000;
	font-size:11px;
	width:86%;
}
/**** SECOND LEVEL MENU ****/

.categories-tree ul li ul {
	z-index:21;
	position:absolute;
	display:none;
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
}
.categories-tree ul li:hover ul {
	left:100%;
	top:0px;
	display:block;
}
.categories-tree ul li ul li {
	background:#FFF;
}
.categories-tree ul li ul li:last-child {
	border-bottom:none;
}
.categories-tree ul li:hover ul li:hover {
	background:#e61735;
}
.categories-tree ul li ul li a {
	color:#000;
}
.categories-tree ul li:hover ul li:hover > a {
	color:#FFF;
}
.categories-tree ul li ul li a {
	display:inline-block;
	width:210px;
}
/**** THIRD LEVEL MENU ****/
.categories-tree ul li:hover ul li ul {
	position:absolute;
	display:none;
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
}
.categories-tree ul li ul li ul li a {
	color:#000;
}
.categories-tree ul li:hover ul li:hover ul {
	display:block;
	left:100%;
	top:0;
}
.categories-tree ul li:hover ul li:hover ul li {
	background:#FFF;
}
.categories-tree ul li:hover ul li:hover ul li:hover {
	background:#e61735;
}
.categories-tree li {
	line-height:2.4;
	text-align:left;
}
.categories-tree li ul > li {
	padding-left:20px;
}
.toggle-categories {
	float:right;
	font-size:20px;
}

/* CATEGORIES MOBILE */
.header-categories-mobile{
	display:none;
	margin-top:10px;
	margin-bottom:10px;
}
.toggleMenu {
	display: none; /* need this */
	background: #000;
	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:#000;
	 -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:#e61735;
}

.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: #e61735;
	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;
}
.home-blog {
	margin-top: 20px;
}
.home-blog-text > a:first-child{
	font-weight: bold;
	font-size: 13px;
}
.home-blog-text {
	max-width: 195px;
}
.home-blog-text .blog-more {
	color: #000;
	text-decoration: underline;
	margin-top: 5px;
	display: inline-block;
}
.home-blog-img,.home-blog-text{
	display: inline-block;
	vertical-align: top;
}
.home-blog-img {
	padding: 0 10px 0 0!important;
	width: 90px;
	height: 75px;
	text-align: center;
}
.home-blog .box-body {
	padding: 0;
}
.home-blog .box-body .blog li {
	display: inline-block;
	width: 32%;
	padding-left: 1%;
	border-left: 1px solid #cccccc;
	min-height: 80px;
}
.home-blog .box-body .blog li:first-child {
	border: none;
	padding: 0;
}
.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:#e61735;
}
.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;
	padding-bottom:0px;
}
.box-product-name {
	font-size:13px;
	font-weight: bold;
	padding-bottom:0;
}
.price_view_span {
	color:#e61735;
	font-size:17px;
}
.actual-price{
	padding-bottom:5px;
}
.actual-time{
	padding:5px 0;
}
.view_price_old, .view_price_free_shipping, .view_price_def, .view_price_suggest, .view_price_shipping {
	color:#b6b6b6;
	font-size:12px;
	line-height:1.3;
}
.view_price_free_shipping, .rc-time-promo {
	color:#e61735;
	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:145px;
}
.view_stock_info_text_ok:before {
   font-family: 'FontAwesome';
   content:  "";
   padding-right:10px;
   color:#a8c55b;
   font-size:16px;
}
.view_stock_info_text_not:before {
   font-family: 'FontAwesome';
   content:  "";
   padding-right:10px;
   color:#e61735;
   font-size:16px;
}
.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 {
	font-size:17px;
	font-weight:bold;
}
.countdown-alert{
	background:#e61735;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.countdown-time{
	font-size:18px;
	font-weight:bold;
	padding:0;
}
.countdown-hours,.countdown-minutes,.countdown-seconds,.countdown-days{
	background:#AAA;
	padding:5px;
	color:#FFF;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.countdown-box .block-1{
	float:left;
}
.countdown-box .block-2{
	float:right;
	padding-top:20px;
}
.countdown-box .product-photo {
	width:25% !important;
}
.countdown-box .product-info {
	width:70% !important;
}
.countdown-box h2 {
	font-size:24px !important;
}
.time-remaining{
	padding:10px 0;
}

/* BEGIN SELECTY JQUERY WYŁĄCZONE

.sbHolder{
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  background: #F7F7F7;
  border: 1px solid #E1E1E1;
	font-size: 12px;
	height: 30px;
	position: relative;
	width: auto;
}


.sbSelector{
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: auto;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color:#A1A1A1;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url(../images/select-icons.png) 0 -116px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 3px;
	width: 30px;
}
.sbToggle:hover{
	background: url(../images/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
	background: url(../images/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
	background: url(../images/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
	background: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background: #fbfbfb;
	border: solid 1px #ededed;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sbOptions li{
	padding: 0 7px;
	text-align:left;
	display:block !important;
}
.sbOptions a{
	border-bottom: solid 1px #ededed;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color:#686868;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #FFF;
	background:#cdcdcd;
}
.sbOptions li:last-child a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: solid 1px #ededed;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: solid 1px #ededed;
	color: #c4c4c4;
	display: block;
	font-weight: 700;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}

END SELECTY JQUERY WYŁĄCZONE */
.rc-box-breadcrumbs {
padding-bottom: 10px;
}
.breadcrumb {
	padding:0px 1px;
	font-size:12px;
}
.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 15px;
	float: left;
	position: relative;
}
.breadcrumb > ul > li:first-child {
	padding-left:0px;
}
.breadcrumb ul li a {
	display: block;
	text-decoration: none;
}
.breadcrumb ul ul {
	display: none;
	z-index:100;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
	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:#000;
}
.breadcrumb ul ul li:hover {
	background: #F7F7F7;
}
.breadcrumb ul ul ul {
	left: 100%;
	position: absolute;
	top: 0;
}
/*filter start*/


.MultiSelect {
	color: #000;
	display: block;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.MultiSelect .monitor {
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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 #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
}
.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:#e61735;
	color: #FFF;
	height: auto !important;
	padding: 11px;
	width: auto;
	font-size:16px;
	border:none;
}
.filter_input2 {
	margin-top:5px;
	height:20px;
	text-align:left;
}
.listing-number-of-products SELECT, .filter-select SELECT {
	border:1px solid #B7B7B7 !important;
}

.images-categories IMG {
	border: 0 none !important;
	max-width: 100% !important;
	width: 100% !important;
	text-align:center;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.images-categories IMG:hover{
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.images-categories ul li{
	display:inline-block;
	vertical-align:top;
	width:292px;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
}

.images-categories ul li:nth-child(3n){
	padding-right:0px;
}

/* FILTER */

.rc_filter_select_list {
	background:#f1f0f0;
	padding:20px;
	color:#A1A1A1;
	clear:both;
}
.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:23%;
	padding-right: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:#e61735;
}
.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 */

.box-recommend .mobile-product{
	margin:5% !important;
	-webkit-box-shadow:  0 0 10px -5px #020202 !important;
	box-shadow:  0 0 10px -5px #020202 !important;
}

.box-recommend .mobile-product-list{
	background:#d2c5bb;
	margin:0;
	padding-bottom:1%;
}

/* END MOBILE PRODUCT RECOMMEND */

/* BOX RECOMMEND */

.box-recommend{
	background:#d2c5bb;
	margin-bottom:30px;
}

.box-recommend .three-in-row > li {
	width:200px !important;
	margin:0 22px 30px 22px !important;
}

.conteiner-title-recommend {
	background:#d2c5bb;
	padding:20px;
	color:#FFF;
	font-size:17px;
	text-align:center;
	text-transform:uppercase;
}

.conteiner-title-recommend span{
	padding:0 10px;
}

.box-recommend .listing-recommend > li{
	-webkit-box-shadow:  0 0 10px -5px #020202 !important;
	box-shadow:  0 0 10px -5px #020202 !important;
}
.conteiner-title {
	padding:10px 0 10px;
	color:#000;
	font-size:24px;
	font-weight: bold;
	text-align:left;
	margin-bottom:20px;
	position:relative;
	clear: both;
}

.listing-sorting {
	background:#000;
	padding:20px;
	color:#FFF;
	font-size:17px;
	text-align:left;
	margin-bottom:30px;
	text-transform:uppercase;
	position:relative;
}
.animCon {
	background:#FFF;
	margin-bottom:30px;
}
.classic > li {
	padding:30px;
	background:#FFF;	
	margin-bottom:30px;
	display:inline-block !important;
	vertical-align:top;
}
.two-in-row .product-one, .three-in-row .product-one, .four-in-row .product-one {
	margin-right:30px;
}
.classic h2, .animated h2, .listing-classic h2, .listing-recommend h2 {
	color: #7C7C7C;
	font-size: 13px;
	font-weight: bold;
	padding: 13px 0;
}
.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;
}
.advancedscroller .btn-2, .classic .btn-2, .listing-classic .btn-2, .listing-recommend .btn-2 {
	width:19px;
	height:19px;
}
.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;
}
.one-in-row .product-photo,
.animated .product-photo {
	width:30%;
	float:left;
}
.one-in-row .product-info,
.animated .product-info {
	width:65%;
	float:left;
	padding-left:5%;
	line-height:1.2;
}
/* PRODUCT ANIMATION */
.two-in-row .product-info, .three-in-row .product-info, .four-in-row .product-info{
	width:inherit !important;
	-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;
	bottom:-200%;
	background-color: rgba(255, 255, 255, 1);
	height:auto;
}
.anim-1 .product-info, .anim-2 .product-info, .anim-3 .product-info, .anim-4 .product-info{
	left:0;
	right:0;
	margin:0;
	width:90% !important;
	padding:5%;
	-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;
	bottom:-200%;
	background-color: #FFF;
	height:auto;
}
.product-one:hover .product-info,
.product-many:hover .product-info{
	bottom:5%;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.block-3 {
	float:left;
	width:100%;
}
.product-description {
	padding:10px 0;
	border-bottom:1px solid #e4e5e5;
}
.product-buttons {
	margin-top: 7px;
}
.product-buttons > ul > li {
	display:inline !important;
	background:none;
	box-shadow:none;
	width:auto;
	padding:0;
	margin-bottom:0;
	margin-right:10px !important;
}
.product-input span {
	display:inline-block;
	width:auto;
	padding-right:5px;
	vertical-align:middle;
}
.product-input input {
	padding:6px;
	width:30px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.product-input input:focus {
	width: 80px;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.classic .product-one:hover, .mode-normal .animCon:hover, .mode-onlyoneitem .animCon:hover {
	transition: all 0.2s ease-in-out 0s;
	-webkit-box-shadow:  0 0 5px 0px rgba(0,0,0,0.07);
	box-shadow:  0 0 5px 0px rgba(0,0,0,0.07);
}
.product-type {
	position:absolute;
	top:0;
	right:0;
	width: 0;
	height: 0;
	border-top: 100px solid #e61735;
	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;
}
.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 #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
	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:#000;
	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 {
	height:120px;
	background:#FFF;
	-webkit-box-shadow:  0px -5px 10px 1px #e8e6e1;
	box-shadow:  0px -5px 10px 1px #e8e6e1;
}

.footer-show-button{
	background:#000;
	padding:10px;
	color:#FFF;
	cursor:pointer;
	text-align:center;
}
.footer-show-title{
	padding:0 20px;
}
.footer-arrow{
	font-size:16px;
}
.fn-description, .fn-form {
	display: inline-block;
	float: left;
	font-size: 24px;
	width: 45%;
	padding-top:35px;
}
.fn-description {
	padding-right: 30px;
	padding-top: 47px;
	text-align: right;
}
.fn-input {
	width:400px;
	height:50px;
	display: inline-block;
	float: left;
}
.fn-button a {
	height: 19px;
	width: 20px;
	padding:11px;
	margin-left:10px;
}
.footer-conteiner {
	width:721px;
	height: 54px;
	background:#000;
	float: left;
}
.footer-conteiner ul {
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	margin-top: 19px;
}
.footer-conteiner h3 {
	font-size:17px;
	padding:25px 0 40px 0;
	background:url('../images/footer-head-line.gif') repeat-x;
	display: none;
}
.footer-conteiner ul li {
	font-size:10px;
	color:#fff;
	padding:0 7px;
	display: inline;
	border-right: 1px solid #fff;
}
.footer-conteiner ul li:last-child {
	border: none;
}
.footer-conteiner ul li a {
	color:#fff;
	cursor:pointer;
}
.footer-conteiner ul li:hover {
}
.footer-conteiner ul li a:hover {
	color:#fff200;
}
.footer-conteiner p {
	padding:0 14px;
	color:#FFF;
	background:#000;
	display:inline-block;
}
.footer-conteiner i {
	padding-right:10px;
}
.footer-social {
	background:#FFF url("../images/pattern.gif") repeat;
}
.social-conteiner {
	float:right;
	margin:10px 0;
	transition: all 0.2s ease-in-out 0s;
}
.footer-twitter, .footer-pinterest, .footer-facebook, .footer-google, .footer-youtube, .footer-dribbble, .footer-tumblr, .footer-skype, .footer-linkedin, .footer-myspace, .footer-flickr, .footer-dropbox   {
	transition: all 0.2s ease-in-out 0s;
	background:url("../images/social-icons.png") no-repeat;
	width:35px;
	height:35px;
}
.footer-twitter {
	background-position:0 0;
}
.footer-pinterest {
	background-position:-35px 0;
}
.footer-facebook {
	background-position:-70px 0;
}
.footer-google {
	background-position:-105px 0;
}
.footer-youtube {
	background-position:-140px 0;
}
.footer-dribbble {
	background-position:-175px 0;
}
.footer-tumblr {
	background-position:-210px 0;
}
.footer-skype {
	background-position:-245px 0;
}
.footer-linkedin {
	background-position:-280px 0;
}
.footer-myspace {
	background-position:-315px 0;
}
.footer-flickr {
	background-position:-350px 0;
}
.footer-dropbox {
	background-position:-385px 0;
}

.footer-twitter:hover, .footer-pinterest:hover, .footer-facebook:hover, .footer-google:hover, .footer-youtube:hover, .footer-dribbble:hover, .footer-tumblr:hover, .footer-skype:hover, .footer-linkedin:hover, .footer-myspace:hover, .footer-flickr:hover, .footer-dropbox :hover     {
	transition: all 0.2s ease-in-out 0s;
	background:url("../images/social-icons.png") no-repeat;
	width:35px;
	height:35px;
}
.footer-twitter:hover {
	background-position:0 -35px;
}
.footer-pinterest:hover {
	background-position:-35px -35px;
}
.footer-facebook:hover {
	background-position:-70px -35px;
}
.footer-google:hover {
	background-position:-105px -35px;
}
.footer-youtube:hover {
	background-position:-140px -35px;
}
.footer-dribbble:hover {
	background-position:-175px -35px;
}
.footer-tumblr:hover {
	background-position:-210px -35px;
}
.footer-skype:hover {
	background-position:-245px -35px;
}
.footer-linkedin:hover {
	background-position:-280px -35px;
}
.footer-myspace:hover {
	background-position:-315px -35px;
}
.footer-flickr:hover {
	background-position:-350px -35px;
}
.footer-dropbox:hover {
	background-position:-385px -35px;
}

.social-conteiner ul > li {
	display:inline;
	float:left;
	padding-left:5px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.social-conteiner ul > li:hover {
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.copyright {
	float:left;
	padding:5px 0;
	font-size: 10px;
}


/* ROZMIAR ZDJĘCIA W STRONIE INFORMACYJNEJ - szymon */
.cms_content IMG {
	width: auto !important;
	}

/* MEGA MENU PRODUCT */

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

.mm-view-first .mm-mask {
	background: #FFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.mm-view-first:hover .mm-mask {
	height:50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	bottom: 0;
}

.slide-trigger {
	display: none; /* need this */
	background: #000;
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 17px;
	padding: 12px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.slide-trigger span {
	display: block;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 20px;
}
.listing-sorting {
	text-transform:none;
	font-size:13px;
}
.listing-sorting ul:first-child > li {
	display:inline-block;
	vertical-align:top;
}
.listing-sorting ul:first-child {
	display:block;
	float:left;
}
.listing-sorting span {
	display:inline-block;
	vertical-align:middle;
	padding-right:5px;
}
/* BEGIN SELECTY JQUERY WYŁĄCZONE

.listing-sorting .sbHolder{
width:160px !important;
border: none;
text-transform:normal;
}

.listing-number-of-products .sbHolder{
width:50px !important;
}

END SELECTY JQUERY WYŁĄCZONE */



.listing-classic > li,
.listing-recommend > li {
	padding:30px;
	background:#FFF;
	-webkit-box-shadow:  none!important;
	box-shadow:  none!important;
	margin-bottom:30px;
	margin-right:30px;
	display:inline-block !important;
	vertical-align:top;
}
.listing-classic > li:hover {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07)!important;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07)!important;;
}
.one-in-row li {
	width:94%;
	padding:3%;
}
.two-in-row li {
	width:385px;
}
.two-in-row li:nth-child(2n+0) {
	margin-right:0;
}
.three-in-row li {
	width:225px;
}
.listing-classic.three-in-row li {
	width:166px;
}
.listing-classic.two-in-row li {
	width:295px;
}
/* 3 COLUMN CONTENT */
#column-center-2 .three-in-row li {
	width:134px !important
}
.three-in-row li:nth-child(3n+0) {
	margin-right:0;
}
.four-in-row li {
	width:155px;
}

.four-in-row li:nth-child(4n+0) {
	margin-right:0;
}
.four-in-row .product-input input {
	width:99px;
}
.four-in-row .product-input {
	padding-bottom:10px;
}
.four-in-row .quantity-buttons {
	padding-right:0px;
}
.two-in-row .product-photo, .two-in-row .product-info, .three-in-row .product-photo, .three-in-row .product-info, .four-in-row .product-photo, .four-in-row .product-info {
	width:100%;
	text-align:center;
	padding:0;
	margin-top:0px;
}

.layout-choose {
	text-align:right;
	vertical-align:middle;
	display:block;
}
.layout-choose a {
	font-size:14px;
	margin-left:7px;
}

.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:#000;
	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:#e61735;
	color: #FFF;
}
.pagination ul li a {
	color:#FFF;
}
.pagination ul .li_listing_act {
	background:#e61735;
	color: #FFF;
}
.breadcrumbs {
	float:left;
}
/* QUICK VIEW */
.quick-view-gallery {
	width:370px;
	display:inline-block;
	margin-right:30px;
	vertical-align:top;
}
.quick-view-description {
	width:400px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

/* QUICK VIEW GALLERY */

.quick-view-gallery #gallery {
	width: 370px;
	position:relative;
	margin:0 auto;
}
.quick-view-gallery #gallery #main {
	width:370px;
	height:auto;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
.quick-view-gallery #gallery #images, .quick-view-gallery #gallery #thumbs {
	overflow: hidden;
	padding-top:10px;
}
.quick-view-gallery #gallery #images {
	width:370px;
	height:auto;
	margin:0 auto;
	position:absolute;
	left:16px;
	top:0px;
}
.quick-view-gallery #gallery #images .slide {
	width:370px;
	height:auto;
	position:relative;
	float:left;
}
.quick-view-gallery #gallery #images .slide a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	background: transparent url('../images/gallery/carousel_glare.png') no-repeat 0 0;
	width:370px;
	height:auto;
}
.quick-view-gallery #gallery #thumbs {
	width: 370px;
	height:100px !important;
	margin:10px 0 0 44px;
}
.quick-view-gallery #gallery #thumbs .thumb {
	width:80px;
	margin:0 10px 0 0;
	display:inline-block;
	vertical-align:middle;
	float:left;
}
.quick-view-gallery #gallery #thumbs .thumb img {
	vertical-align:middle;
}
.quick-view-gallery #gallery #thumbs .thumb a {
	text-align:center;
	display:inline-block;
	background: transparent url('../images/gallery/carousel_glare_small.png') no-repeat 0 0;
	width: 80px;
	height:100%;
	vertical-align:middle;
}
.quick-view-gallery #gallery #thumbs .thumb a.selected, .quick-view-gallery #gallery #thumbs .thumb a:hover {
}
.quick-view-gallery #gallery #prev, .quick-view-gallery #gallery #next {
	text-indent:-999em;
	position: absolute;
	display:block;
	width:30px;
	height:30px;
	background: transparent url('../images/gallery/gallery-arrows.png') no-repeat 0 0;
	bottom:30px;
}
.quick-view-gallery #gallery #prev {
	background-position: 0 0;
	left: 0px;
}
.quick-view-gallery #gallery #next {
	background-position: -30px 0;
	right: 0px;
}
.quick-view-gallery #gallery #prev:hover {
	background-position: 0 -30px;
}
.quick-view-gallery #gallery #next:hover {
	background-position: -30px -30px;
}
.quick-view-gallery #gallery #prev.disabled, .quick-view-gallery #gallery #next.disabled {
	display: none !important;
}
.quick-view-gallery .caroufredsel_wrapper {
	height:90px !important;
}
.quick-view-gallery .thumb-conteiner {
	vertical-align:middle;
}
.quick-view-gallery #thumbs, .quick-view-gallery #prev, .quick-view-gallery #next {
	display:block;
}
.quick-view-gallery #thumbs-mobile {
	display:none;
}
.quick-view-gallery #thumbs-mobile ul {
	width:100%;
	text-align:center;
}
.quick-view-gallery #thumbs-mobile li {
	display:inline;
	padding:0 10px 10px 0;
	width:33%;
}

.quick-view-gallery #gallery .thumbs-block{
		border-top:1px solid #D4D4D4;
		height:1px;
}

.quick-view-name, .quick-view-price, .quick-view-options, .quick-view-features, .quick-view-features, .quick-view-rating, .quick-view-button, .quick-view-social {
	padding:20px 0;
	border-bottom:1px solid #f5f5f5;
}

.quick-view-price .view_price_global div {
	padding-bottom:10px;
}
.quick-view-name {
	color:#000;
	font-size:26px;
	line-height:1.2;
	padding-bottom:20px;
}

.quick-view .price_1_pinfo, .quick-view .price_2_pinfo, .quick-view .currency_pinfo {
	font-size:26px;
	color:#e61735;
}
.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:#e61735;
	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 #f5f5f5;
	margin-top:20px;
}
.prev-arrow {
	margin-right:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url("../images/pinfo-arrows.png") no-repeat;
	background-position:0 0;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.prev-arrow:hover {
	background-position:0 -30px;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.next-arrow {
	margin-left:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url("../images/pinfo-arrows.png") no-repeat;
	background-position:-30px 0;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.next-arrow:hover {
	background-position:-30px -30px;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pinfo-gallery, .pinfo-description, .pinfo-top-sellers {
	vertical-align:top;
	display:inline-block;
	padding:20px;
}
.pinfo-gallery {
	width:300px;
	background:#FFF;
	border: 1px solid #f5f5f5;
}
.digital-player {
	margin-top:20px;
}
.pinfo-description {
	width:300px;
	padding-top:0px;
	font-size: 13px;
	text-align: center;
}
.pinfo-top-sellers {
	width:265px;
	padding:0;
}
.pinfo-name, .pinfo-price, .pinfo-options, .pinfo-features, .pinfo-features, .pinfo-rating, .pinfo-button, .pinfo-social, .pinfo-countdown {
	padding:10px 0;
	border-bottom:1px solid #f5f5f5;
}
.pinfo-price .view_price_global div {
	padding-bottom:10px;
}
.pinfo-name {
	color:#000;
	font-size:24px;
	font-weight: bold;
	line-height:1.2;
	padding-bottom:20px;
}
.price_1_pinfo, .price_2_pinfo, .currency_pinfo {
	font-size:26px;
	color:#e61735;
}
.pinfo-options li {
	line-height: 2.3;
}
.pinfo-options span {
	font-weight:bold;
}
/* 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;
}
.view_stock_info_text_ok, .view_stock_qauntity_info {
	line-height:2;
}
.view_stock_info_text_not {
	color:#e61735;
	padding:5px 0;
	font-weight:bold;
	line-height:1.4;
}
.view_stock_info_text_not:hover {
	color:#535353;
}
/* PINFO RATINGS */

.stars {
	background: url("../images/pinfo/stars.png") repeat transparent;
}
.moostar {
	margin:0px;
	padding:0px;
	overflow:hidden;
	width: 84px;
	height: 20px;
	float: left;
}
.moostar span {
	float: left;
	margin:0px;
	padding:0px;
	display: block;
	width: 84px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
}
.moostar .curr {
	background-position:left 25px;
}
.moostartval {
	left:10px;
	top:7px;
	position: relative;
	float: left;
	font-size:11px;
}
.pinfo-to-cart {
	padding:12px;
	margin-right:2px;
}
.pinfo-button {
	width:100%;
}
.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: 4px !important;
	width: 10px !important;
	background:#ccc !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.increase:hover, .decrease:hover {
	background:#000 !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:20px;
}
.additional-buttons li {
	display:inline;
}
#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:#000;
	color:#FFF;
	border-width: 2px;
	padding:10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* PINFO SOCIAL ICONS */

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

.pinfo-tabs {
	margin-bottom:30px !important;
}
#horizontalTab {
	clear:both;
	margin-top:30px;
	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: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 8px 20px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color:#FFF;
	background:#000;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	background:#FFF;
	border: 1px solid #f5f5f5;
}
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;
	border-bottom: none;
	background: #FFE100 !important;
	color:#000 !important;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
h2.resp-accordion {
	font-size: 13px;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
	float: left;
	width: 30%;
}
.resp-vtabs .resp-tabs-list li {
	display: block;
	padding: 15px 15px !important;
	margin: 0;
	cursor: pointer;
	float: none;
}
.resp-vtabs .resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #c1c1c1;
	float: left;
	width: 68%;
	min-height: 250px;
	border-radius: 4px;
	clear: none;
}
.resp-vtabs .resp-tab-content {
	border: none;
}
.resp-vtabs li.resp-tab-active {
	border: 1px solid #c1c1c1;
	border-right: none;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
	width: 0;
	height: 0;
	float: right;
	margin-top: 3px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
	border: none;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 12px solid #9B9797;
}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {
	background: #DBDBDB !important;
	color:#FFF !important;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content {
	border: 1px solid #ececec;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #ececec !important;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
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:590px;
	padding-right:0;
}
.without-top-seller .pinfo-rating {
	padding-left:195px;
}
.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;
	margin:13px;
	border: 1px solid #f5f5f5;
	padding:0;
	cursor:pointer;
}
.pinfo-top-sellers .box-body:hover {
	border: 1px solid #DDDDDD;
}
.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: 65px!important;
}
.pinfo-top-sellers .box-info {
	width: 130px!important;
}
.pinfo-top-sellers .box-product-name {
	font-size:12px;
	font-weight: bold;
}
.pinfo-top-sellers .box-price {
	font-size:12px;
	color:#e61735;
}
.pinfo-top-sellers .box-body div:last-child {
	padding-top:4px;
}
.pinfo-top-sellers .title {
	font-size:18px;
	color:#FFF;
	background:#000;
	text-align:center;
	padding:10px;
	font-weight: bold;
}
.pinfo-top-sellers .arrowsCon {
	display:none;
}
/* GALLERY */

#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:300px;
	height:autopx;
	margin:0 auto;
	position:absolute;
	left:16px;
	top:0px;
}
#gallery #images .slide {
	width:300px;
	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:300px;
	height:auto;
}
#gallery #thumbs {
	width: 300px;
	height:100px;
	margin:10px 0 0 65px;
}
#gallery #thumbs .thumb {
	width:80px;
	margin:0 26px 0 0;
	display:inline-block;
	vertical-align:middle;
}
#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;
	width: 80px;
	height:100%;
	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:30px;
}
#gallery #prev {
	background-position: 0 0;
	left: 0px;
}
#gallery #next {
	background-position: -30px 0;
	right: 0px;
}
#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:90px !important;
	margin-left: 0!important;
}
.thumb-conteiner {
	vertical-align:middle;
}
#thumbs, #prev, #next {
	display:block;
}
#thumbs-mobile {
	display:none;
}
#thumbs-mobile ul {
	width:100%;
	text-align:center;
}
#thumbs-mobile li {
	display:inline;
	padding:0 10px 10px 0;
	width:33%;
}

#gallery .thumbs-block{
		border-top:1px solid #D4D4D4;
		height:1px;
}
/* ZOOM */

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

.cross-container > li {
	display:block;
	vertical-align:top;
	text-align:left;
	padding:5px;
}
.cross-container > li:nth-child(2n) {
	background:#F7F7F7;
}
.cross-container > li:hover {
	background:#F1F1F1;
}
.cross-item ul > li {
	display:inline-block;
	vertical-align:middle;
}
.cross-name {
	font-size:12px !important;
	width:50% !important;
	text-align:left;
}
.cross-photo {
	width:15%;
}
.cross-price .view_stock_info_text_ok {
	display:none;
}
.cross-price {
	width:15%;
	font-size:12px !important;
}
.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:#e61735;
	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;
}
#go_to_shopping_cart .btn-2 {
	padding: 6px;
	line-height: 1.2;
}
/* CART */

.cart-cms {
	margin-bottom:30px;
}
.cart-free-shipping {
	margin-bottom:20px;
	padding:20px;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
}
.cart-free-shipping p {
	line-height:1.4;
}
.cart-free-shipping div {
	padding:0 !important;
	margin-bottom:0px !important;
}
.cart_outsider {
	font-size:13px;
}
.cart-empty div {
	padding:30px;
	text-align:center;
	font-size:13px;
}
.section-title {
	border-bottom:1px solid #d4d4d4;
	padding-bottom:30px;
	margin-bottom:30px;
}
.section-title h2 {
	font-size:24px;
	font-weight: bold;
	color:#000;
	padding-top:10px;
	display:inline-block;
}
.continue-button, .save-button {
	display:inline-block;
	float:right;
	margin-left:10px;
	padding-top:10px;
}
.continue-button .btn-3, .save-button .btn-3{
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
}
.continue-button .btn-3:hover, .save-button .btn-3:hover{
	color:#000;
	background: #ffe512;
}
.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;
	border: 1px solid #f5f5f5;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.shopping-table:hover {
}
.shopping-table th {
	color:#898989;
	padding: 25px;
}
.shopping-table td {
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.shopping-table td:last-child {
	border-right: none !important;
}
.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-weight:bold;
	color:#e61735;
}
.discount SPAN {
	display:inline-block;
	vertical-align:middle;
}
.discount-code {
	float:left;
}
.discount-code INPUT {
	margin:0 10px;
	height:24px;
	background:#FFF;
}
.discount-background {
	background:#F6F6F6;
}
.total-text {
	font-size:17px;
	text-align:right !important;
}
.total-price {
	font-size:20px;
	text-align:right !important;
	color:#e61735;
}
/* DELIVERY SECTION  */

.number {
	color:#FFF;
	font-size:24px;
	font-weight: bold;
	margin-right:10px;
	background:#000;
	margin-right: 10px;
	padding: 6px 14px;
	/* 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:#ffe512;
	color:#000;
}
.delivery-table tr td {
	text-align:left;
	text-align:center;
}
.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;
}
.pay-price {
	color:#000;
	font-size:17px;
	text-align:center;
}
.handling-costs {
	color:#a4a4a4;
	font-size:11px;
	text-align:center;
}
/* SUMMARY SECTION  */

.cart-total {
	background:#e61735;
}
.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:#000;
	padding:30px 0;
}
.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 {
	line-height:1;
	font-size: 12px;
	padding: 8px;
	font-weight: bold;
}
.cart-login-button i, .cart-register-button i {
	margin-right:10px;
	font-size:14px;
	display: none!important;
}
.input-label {
	text-align:left;
	font-size:17px;
	padding-bottom:15px;
}
.cart-login-box {
	padding-bottom:20px;
}
.cart-forgot-password {
	padding-top:42px;
	cursor:pointer;
}
.cart-login-box li {
	display:inline-block;
	width:28%;
	padding-right:3%;
	vertical-align:top;
}
.cart-login-box li:nth-child(2n) {
	padding-right:1%;
}
.cart-login-box li:nth-child(3n) {
	width:22%;
	padding:0 1%;
}
.cart-login-box li:nth-child(4n) {
	width:14%;
	padding:0;
}
.cart-login-button {
	margin-top:39px;
}
.cart-register-form h3, .cart-address-form h3 {
	text-align:left;
	border-bottom:1px solid #d4d4d4;
}
.cart-register-form ul {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
}
.country-name-text {
	padding-right:10px;
}
.form-block {
	width:100%;
	margin-top:20px !important;
}
.form-left, .form-right {
	width:47.87%;
	display:inline-block;
	vertical-align:top;
}
.form-right {
	float:right;
	padding-left:2%;
}
.cart-register-form .form INPUT, .cart-address-form .form INPUT {
	text-align:left;
	height:15px;
}
.form-item {
	padding:10px 0;
	line-height:1.4;
}
.form-item ul li {
	display:inline-block;
	width:48%;
	vertical-align:middle;
}
/* BEGIN SELECTY JQUERY WYŁĄCZONE

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

END SELECTY JQUERY WYŁĄCZONE */

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

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

.payments-link {
	color:#e61735;
}
.payments-link:hover {
	color:#e61735;
	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 #f5f5f5;
	margin-bottom:30px;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.conteiner-cms:hover {

}
.conteiner-cms th {
	color:#898989;
	padding: 15px;
}
.conteiner-cms td {
	border-top: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	line-height:1.4;
}
.conteiner-cms td:last-child {
	border-right: none !important;
}
.conteiner-cms tr:hover {
	background:#f7f7f7;
}
.conteiner-cms tr:first-child:hover {
	background:#FFF;
}
.shopping-table td {
	line-height:1.4;
}
.table-no-header {
	padding-top:0px !important;
}
.table-no-header tr:first-child td {
	border-top: none !important;
}
.table-no-header tr:first-child:hover {
	background:#f7f7f7 !important;
}
.no-hover tr:hover td {
	background:#FFF !important;
}
/* SITEMAP */

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

.navi-mobile-account{
	margin-top:10px;
}

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

/* MODAL WINDOW ADD-TO-CART */

.modal-window-elements li {
	padding:5px;
}
.modal-window-elements {
	text-align:center;
}
.modal-window-elements li > ul > li {
	display:inline-block;
	width:48%;
	vertical-align:middle;
}
.window-options {
	width:50%;
	margin:auto;
	font-size:12px;
}
.window-options table {
	width:100%
}
.window-options td:first-child {
	width:30%;
	text-align:right
}
.window-quantity-button INPUT {
	padding:5px;
}
.rc_windowContainer {
	z-index:9999;
	height:auto !important;
	-webkit-box-shadow:  0 0 10px -4px #000;
	box-shadow:  0 0 10px -4px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#OverlayContainer_rcw {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;
	filter: alpha(opacity=20) !important;
	-moz-opacity: 0.2 !important;
	-khtml-opacity: 0.2 !important;
	opacity: 0.2 !important;
	z-index:9999 !important;
}
.rc_windowHead {
	padding:20px;
	background:#FFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rc_windowTitle {
	text-align:center;
	color:#000;
	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:#e61735;
	color:#FFF;
}
.compare-table tr:hover:nth-child(-n+3) {
	background:#FFF;
}
.compare-table i {
	font-size:14px;
}
.note li {
	padding:5px;
}
/* PRINT WINDOW */

.print-page {
	line-height:2 !important;
}
.print-price .view_price, .print-price .price_view_span, .price_print {
	font-size:21px !important;
	color:#e61735 !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 #e61735;
	color:#e61735;
}
.rc_div_alert {
	color:#e61735;
	padding:2px 0 5px 0;
	font-size:11px;
}
.validator_arr {
	font-size:14px;
	color:#e61735;
	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: #000;
	margin-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:-7px;
}
.navigation li:hover {
	background: #e61735;
	color:#FFF;
}
.navigation li:last-child {
	margin-bottom:5px;
}
/* PAGE FLIP */

#page-flip {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	z-index: 99999;
}
#page-flip-image {
	height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	z-index: 99999;
}
#page-flip-message {
	cursor: pointer;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

#topInfoContainer0,
#topInfoContainer1{
	line-height:1.4;
}

/* SCROLL TO TOP */

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

.producers-padding{
	padding:0 0 10px 0;
}

/* PANEL FLIP */

.flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
    transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); /* IE 9 */
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
    z-index: 1;
}

.panel-login.flip .flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    transform: rotateY(0deg);
	-ms-transform: rotateY(0deg); /* IE 9 */
	-webkit-transform: rotateY(0deg); /* Safari and Chrome */
}

.panel-login.flip .flip-login {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
    transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg); /* IE 9 */
	-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
}

.panel-login .flip-elements li {
    animation: 2s ease 0s normal none infinite pulse;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s; /* Safari */
}

/* CART FLIP */

.cart-flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
    transform: rotateY(180deg);
	-ms-transform: rotateY(180deg); /* IE 9 */
	-webkit-transform: rotateY(180deg); /* Safari and Chrome */
    z-index: 1;
	width:100%;
}
.cart-flip-login {
	position:absolute;
	width:100%;
}
.flip .cart-flip-forgot {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
    transform: rotateY(0deg);
	-ms-transform: rotateY(0deg); /* IE 9 */
	-webkit-transform: rotateY(0deg); /* Safari and Chrome */
}

.flip .cart-flip-login{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
    transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg); /* IE 9 */
	-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
}

.cart-flip-elements div{
    animation: 2s ease 0s normal none infinite pulse;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: all 0.8s ease 0s;
	-webkit-transition: all 0.8s ease 0s; /* Safari */
}

.cart-flip-elements{
	position:relative;
}

.cart-token-input INPUT{
	margin-right: 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;
}
.header-rotator {
	width:637px;
	height:267px;
}
.header-rotator, .header-banners {
	display: inline-block;
	margin-top: 30px;
}
.header-banners {
	width:320px;
	height:267px;
}
.header-banners ul > li {
	display: inline-block;
}
.header-banners ul > li:nth-child(1), .header-banners > ul > li:nth-child(2) {
	margin-bottom: 3px;
}
.header-banners ul > li img {
	max-width: 158px;
	max-height: 132px;
}
.footer-img-2 {
	float: left;
}
.block-1 .product-quantity {
	display: none;
}
.home-img-categories {
	margin-top: 20px;
}
.home-img-categories > li {
display: inline;
float: left;
margin-right: 2px;
}
.home-img-categories > li:hover {
	opacity: 0.8;
}
.home-img-categories > li:nth-child(6n) {
	margin-right: 0;
}
.home-img-categories > li:first-child, .home-img-categories > li:nth-child(7n)  {
	margin-left: 1px;
}
.producer-logo {
	display: none;
}
.advancedscroller .bulletsCon span.bullet {
	background-image: url('../images/bullet.png');
}
