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

@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,800,300,700&subset=latin,latin-ext);

.loading {
	display:none;
	position:absolute;
	z-index:10;
	background:#FFF;
	padding:20px;
	color:#535353;
	-webkit-box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.2);
}
body {
	color: #393939;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	position:relative;
}
.body-bg {
	display:table;
	width:100%;
	background-color:#FFF;
}



input, textarea {
	background: #f9f9f9;
	border: 1px solid #d3d3d3;
	color: #a1a1a1;
	text-align:center;
	font-size: 12px;
	padding: 2.5%;
	height:19px;
	vertical-align: middle;
	width:95%;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}

.input_error {
	border: 1px solid #da4c49;
	color: #da4c49;
	background: #f9f9f9;
}

.input_ok {
background: #b1d978;
color: #fff;

}

input[type="checkbox"], input[type="radio"] {
	width:auto;
}
textarea {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	color: #393939;
}
h2 {
	font-size: 24px;
	line-height: 1.2;
}
h3 {
	font-size: 27px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 14px;
}
p {
	color: #393939;
}
em {
	font-style: italic;
}
small {
	font-size: 80%;
}
.hand-cursor {
	cursor:pointer;
}
.through {
	text-decoration:line-through;
}
.ac {
	text-align:center !important;
}
.al {
	text-align:left !important;
}
.ar {
	text-align:right !important;
}
.vm {
	vertical-align:middle !important;
}
.vt {
	vertical-align:top !important;
}
.vb {
	vertical-align:bottom !important;
}
.clear {
	clear:both !important;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color: #393939;
	outline: medium none;
	text-decoration: none;
}
a:hover {
	color: #da4c49;
}
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 {
	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;
	line-height:30px;
}
option, option:hover {
	padding:5px;
	border:none;
}
footer {
	background:#606060;
}
#fancybox-wrap {
	z-index: 100000
}
.wrapper {
	position:relative;
	margin: 0 auto;
	width: 1200px;
	padding: 0;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.navi-desktop{
	position:absolute;
	left:250px;
	top:0;
}

.is-sticky .search-bar {
  animation: 0.5s ease 0s normal none 1 slide-down;
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  margin: 0;
  padding: 5px 19px;
  position: fixed;
  top: 0;
  transform: translateZ(0px);
  width: 100%;
  z-index: 10010;
}
/* TOP BAR */

.top-bar{
	height:40px;
	background-color:#343434;
	color:#FFF;
	text-align:right;
	display:none;
}

.top-bar a, .top-bar a:hover{
	color:#FFF;
}

.online, .languages, .currencies, .account, .products_compare, .wishlist, .divider, .block{
	display:inline-block;
	text-transform:uppercase;
	font-weight:bold;
}

.divider{
	background:url('../images/divider.gif') no-repeat top center;
	width:20px;
	height:40px;
}

/*HEADER MAIN */

.header-main {
	background:#FFF;
	height:101px;
	z-index:99;
	position:relative;
}
.header-elements {
	height:100px;
}

/* LANGUAGES */


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

/* ONLINE */

.online li {
	display:inline-block;
}
.online li:first-child {
	padding-right:10px;
}

/* LOGO */

.logo{
	position:absolute;	
	display:inline-block;
}

.search, .cart {
	display:inline-block;
	position:absolute;
}

/* CART */

.cart{
	background-color:#fff;
	padding:9px;
	top:30px;
	right:42px;
	width:auto;
	height:18px;
}

.basket-ico{
	background: url('../images/basket-ico.png') no-repeat;
	width:24px;
	height:18px;
	display:inline-block;
	line-height: 0.6;
}


#ajax_header_cart_content, .header_shopping_cart_item, .header_shopping_cart_value, .header_shopping_cart_title{
	display:inline-block;
	text-transform:uppercase;
	color:#FFF;
	white-space:nowrap;
	line-height: 0.6;
}

#header_shopping_cart > div{
	padding: 10px 0;
}
.header_shopping_cart_value {
	min-width: 44px;
}
.header_shopping_cart_item{
	width:34px;
	height:10px;
	padding:12px 0;
	background:#019FE3;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.header_shopping_cart_title, .header_shopping_cart_title_empty {
	border-right: 1px solid #E3605D;
	margin-right: 6px;
	padding: 6px 9px;
}

.header_shopping_cart_title_empty{
	border:none;
}


/* SEARCHER */


.search{
	top:30px;
	right:340px;
}
.search span {
	display:inline;
	float:left;
}
.input-search input {
	background:#f9f9f9 url('../images/search-input-icon.png') no-repeat top left;
	border: 1px solid #DEDEDE;
	border-right:none;
	color: #818181;
	font-size: 11px;
	padding: 5px 10px 5px 35px;
	text-transform: lowercase;
	height:24px;
	vertical-align: middle;
	width:220px;
	text-align:left;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
#sugget_container {
	padding:20px !important;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px #e8e6e1;
	box-shadow:  0px 0px 10px 1px #e8e6e1;
	border: none !important;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	z-index:9999;
	top:111px !important;
}
.suggest-item {
	padding:10px !important;
}
.suggest-item:nth-child(2n+2) {
	background:#F7F7F7;
}
.suggest-item:hover {
	background:#F3F3F3;
}
.suggest-more {
	padding-top:10px !important;
}
.suggest-photo, .suggest-name {
	display:inline-block !important;
	vertical-align:middle !important;
	float:none !important;
}
.suggest-separator {
	border:none !important;
}
.input-search input:focus {
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
.header select {
	background:#464646;
	border: 1px solid #5f5f5f;
	color: #cbcbcb;
	text-transform: lowercase;
	font-size: 11px;
	height: 28px;
	padding: 4px;
	text-align: left;
	width: auto;
}
#categories_search_value {
	opacity: 1!important;
	visibility: visible !important;
}
#categories_search_value SELECT {
  background: #F9F9F9;
  border: 1px solid #DEDEDE;
  border-right:none;
  color: #818181;
  font-size: 11px;
  height: 36px;
  padding: 9px 6px 8px;
  text-align: left;
  text-transform: lowercase;
  width: auto;
}

.input-search span {
	display: inline;
}
.input-search {
	position:relative;
	overflow:hidden;
}
.s-inputs, .s-button {
	float:left;
	overflow-x:hidden;
}
.s-button .btn-1{
	padding:18px;
}
/* ACCOUNT BUTTON */

.account-logIn label{
	padding-right:5px;
}

.btn-slide{
	cursor:pointer;
	padding: 10px 0;
}

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

#login-slide-panel {
	height:auto;
	display: none;
	color:#909090;
}
.login-panel-bg{
	background:#343434;
	display:table;
	width:100%;
}
.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: #da4c49;
	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%;
}
.flip-login {
	position: relative;
	z-index: 2;
}
.flip-forgot {
	z-index: 1;
}
.flip .flip-login {
	z-index: 1;
}
.flip .flip-forgot {
	z-index: 2;
}
.slide-panel-login-button,
.slide-register-button {
	padding-top:22px;
}
.slide-panel-login-button a,
.slide-register-button a{
	padding:9px;
}
.panel-login .panel-form-items > li {
	color:#efefef;
	font-size:12px;
	display:inline-block;
	width:30%;
	padding-right:3%;
	vertical-align:top;
	line-height:1;
}
.panel-register .panel-form-items > li {
	color:#efefef;
	font-size:12px;
	display:inline-block;
	width:46%;
	padding-right:7%;
	vertical-align:top;
	line-height:1;
}
.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:#da4c49;
}
.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;
	border:none;
}
.panel-form-items > li:last-child {
	padding-right:0;
}
.panel-external-login {
	padding-bottom:20px;
}

.social-login-area li {
	display:inline-block;
	padding-right:10px;
}
a.button-facebook, a.button-google, a.button-allegro {
	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 */

.wishlist, .products_compare {
	cursor:pointer;
	height:40px;
	position:relative;
}


.wishlist .products-list ul li ul li, .products_compare .products-list ul li ul li {
	vertical-align:middle;
}


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


/* MEGA MENU */


.navi-mobile, .navi-mobile-account {
	display:none;
}

.newbox {
	display:none;
}
/* SHOPPING CART TOOLTIP */

.ajax-items-cart {
	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-cart:empty {
	padding: 0px;
}
.header_shopping_cart {
	position:relative;
}

/* CART HOVER*/

.cart-preview:empty{
	background:transparent;
	box-shadow:none;
}

.cart-preview.basket{
	background:#fff;
	color:#000;
	right:0;
	top:60px;
	box-shadow:none !important;
	border:1px solid #e1e1e1;
}

.cart-preview.basket .title {
	border-bottom:1px solid #5F605F;
	color:#000;
	text-align:right;
}

.cart-preview.basket .preview-name {
	color: #000;
	width:100px;
}
.cart-preview.basket .preview-name .options-value {
	color:#000;
	padding:0px !important;
}

.cart-preview.basket .preview-delete .btn-4,
.cart-preview.basket .preview-button .button{
	background:#009FE3 !important;
	color:#FFF !important;
}

.cart-preview.basket .preview-delete .btn-4:hover,
.cart-preview.basket  .preview-button  .button:hover{
	background:#000 !important;
}

/* COMPARE AND WISHLIST HOVER */

.cart-preview {
	cursor:default;
	padding:20px;
	background:#FFF;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .3);
	width:250px;
	position:absolute;
	right:10px;
	top:40px;
	z-index:99999;
	display:none;
	color:#505050;
}
.cart-preview-arrow {
	border-color: transparent transparent #FFF;
	border-style: inset;
	border-width: 7px;
	height:0;
	width:0;
	position:absolute;
	top:-14px;
	right:14px;
}
.cart-preview .title {
	font-size: 14px;
	padding-bottom:15px;
	border-bottom:1px solid #D4D4D4;
	color:#393939;
	text-transform:uppercase;
}
.cart-preview ul {
	padding-top:10px;
	display:table;
}
.cart-preview ul ul li {
	display:table-cell;
	vertical-align:top;
	border:none;
	padding:5px;
}
.cart-preview ul > li {
	padding-bottom:5px;
	border-bottom:1px solid #D4D4D4;
}
.cart-preview ul > li:last-child {
	border-bottom:none;
}
.preview-enable{
	text-align:left;
}
.preview-photo IMG {
	width:100%;
}
.preview-name, .preview-compare-name {
	color: #393939;
	font-size: 12px;
	line-height:1.2;
	text-align:left;
}
.preview-compare-name {
	width:108px;
}
.preview-name .options-value {
	font-size: 10px;
	line-height: 1;
	color:#ADADAD;
	display:block;
}
.preview-delete {
	color:#313131;
	font-size:14px;
}
.preview-button {
	padding-top:5px;
}
.preview-button a {
	width:236px;
}
.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 {
	border: 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;
	padding: 12px;
	width: auto;
	color: #FFF;
}	

.btn-1 {
	background:#343434;
	text-transform:uppercase;
}
.btn-2 {
	background:#009FE3;
}
.btn-3 {
	background:#313131;
}
.btn-4 {
	background:#d5d5d5;
	font-size:16px;
}
.btn-5 {
	background:#D4D4D4;
	font-size:16px;
}
.btn-6 {
	background:#82cae5;
	border:1px solid #79a4b3;
	font-size:16px;
}
.btn-drop {
	background: #343434;
	font-size: 14px;
	height: auto;
	padding: 10px;
	text-transform: none;
	width: auto;
}
.btn-drop:hover {
	opacity: 0.8;
}
.btn-active {
	background:#da4c49;
}

.vsmall {
	padding: 5px;
	font-size:12px;
}

.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:#1d1d1d;
}
.btn-6:hover {
	color: #FFF;
	background:#79a4b3;
}
.btn-3:hover {
	color: #FFF;
	background:#009FE3;
}
.main-section {
	width:100%;
	margin:30px 0;
}
#column-left {
	width:250px;
	margin-right:26px;
	float:left;
}
#column-right {
	width:250px;
	margin-left:26px;
	float:left;
}
#column-center-2 {
	width:648px;
	float:left;
}
#column-center-1 {
	width:924px;
	float:left;
}
#column-left .box, #column-right .box {
	background:#FFF;
	margin-bottom:15px;
	border:1px solid #ececec;
}

/* BOX HEADER */

.box-simple .box-title, .box-classic .box-title, .box-animated .box-title, .conteiner-title {
	background-color: #343434;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	padding: 13px 16px;
	text-transform: uppercase;
	position:relative;
}

.box-simple .box-title a, .box-classic .box-title a, .box-animated .box-title a {
	color: #FFFFFF;
}

.box-simple .box-photo, .box-classic .box-photo, .box-animated .box-photo,
.box-simple .box-price, .box-classic .box-price, .box-animated .box-price{
	padding-bottom:10px;
	line-height:1.2;
}

.box-simple .box-photo img, .box-classic .box-photo img, .box-animated .box-photo img{
	max-height:300px;
}

/* BOX PROMOTION */

.rc-box-shopping-cart .box-simple .box-title, .rc-box-shopping-cart .box-classic .box-title {
	background-color: #da4c49;	
}

/* BOX HEADER ARROW */

.box-simple .box-title span:after, .box-classic .box-title span:after, .box-animated .box-title span:after {
	position: absolute;
	top: 100%;
	left: 20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #343434 transparent transparent transparent;
	content:'';
}

.rc-box-shopping-cart .box-simple .box-title span:after, .rc-box-shopping-cart .box-classic .box-title span:after {
	border-color: #da4c49 transparent transparent transparent;
}

/* BOX BESTSELLESR */

.box-bestsellers{
	display:table;
}

.box-bestsellers .box-product-name, .box-bestsellers .box-photo{
	display:table-cell;
	vertical-align:top;
}

.box-bestsellers .photo{
	padding:5px;
	width:55px;
	height:55px;
	border:1px solid #ececec;
	padding:0 !important;
	display:table-cell;
}

.box-bestsellers .box-photo{
	width:55px;
}

.box-bestsellers .box-product-name{
	font-size:12px;
	text-align:left;
	padding-left:20px;
}

/* OTHER BOXES */


.box-animated .owl-prev{
	position:absolute;
	left:-18px;
	top:50%;
	background-position:0 0 !important;
}

.box-animated .owl-next{
	position:absolute;
	right:-18px;
	top:50%;
	background-position:-38px 0 !important;
}

.box-animated .owl-next:hover{
	background-position:-38px -38px !important;
}

.box-animated .owl-prev:hover{
	background-position:0 -38px !important;
}

.box-simple {
	padding-bottom:0px;
}
.box-shopping-cart-pay {
	border-top:1px solid #E4E5E5;
	font-size: 21px;
	padding: 15px 0 !important;
}
.box-shopping-cart-row ul li {
	display:table-cell;
	vertical-align:middle;
}
.box-shopping-cart-row ul li ul {
	padding-top:5px;
}
.box-shopping-cart-row .options-value {
	color: #ADADAD;
	display: block;
	font-size: 11px;
	line-height: 1.2;
}
.box-shopping-cart-row ul {
	width:100%;
}
.box-shopping-cart-row {
	padding:10px 0;
	border-top:1px solid #e4e5e5;
}
.box-shopping-cart-row:first-child {
	border-top:none;
}
.box-shopping-cart-row .name {
	text-align:left;
	width:80%;
	padding-right:10px;
	font-size:13px;
}
.remove-btn {
	width:10%;
	color:#313131;
	font-size:14px;
}
.box-body {
	position:relative;
	padding-top:20px;
	text-align:center;
	font-size: 12px;
	line-height: 1.4;
	border-top:none;
	padding:20px;
}
.rc-infobox img {
	max-width: 100%;
	height: auto;
}
.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;
}
/* CUSTOM CMS BOX */

.custom-cms-box{
	margin-bottom:14px;
}

/* 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:#EEE;
}
.categories-tree ul li ,
.classic-menu,
.classic-level-menu li{
	border-bottom:solid 1px #f2f2f2;
	width:100%;
	cursor:pointer;
}
.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:10px 5px 10px 15px;
	display:inline-block;
	text-decoration:none;
	color:#393939;
	font-size:14px;
	line-height:1.2;
}

.categories-tree > ul > li > a:before,
.classic-menu > a:before,
.classic-level-menu > li > a:before {
	padding-right:10px;
	content: url('../images/menu-arrow.png');

}
/**** SECOND LEVEL MENU ****/

.categories-tree ul li ul {
	z-index:21;
	position:absolute;
	display:none;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .3);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .3);
}
.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:#343434;
}
.categories-tree ul li ul li a {
	color:#393939;
}
.categories-tree ul li:hover ul li:hover > a {
	color:#FFF;
}
.categories-tree ul li ul li a {
	display:inline-block;
	width:210px;
}
/**** THIRD LEVEL MENU ****/
.categories-tree ul li:hover ul li ul {
	position:absolute;
	display:none;
	-webkit-box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
	box-shadow:  0px 0px 10px 1px rgba(0, 0, 0, .1);
}
.categories-tree ul li ul li ul li a {
	color:#393939;
}
.categories-tree ul li:hover ul li:hover ul {
	display:block;
	left:100%;
	top:0;
}
.categories-tree ul li:hover ul li:hover ul li {
	background:#FFF;
}
.categories-tree ul li:hover ul li:hover ul li:hover {
	background:#343434;
}

/**** FOURTH LEVEL MENU ****/
.categories-tree ul li:hover ul li:hover ul li ul{
	display:none;
}
.categories-tree ul li:hover ul li:hover ul li:hover ul{
	display:block;
}
/**** FIFTH LEVEL MENU ****/
.categories-tree ul li:hover ul li:hover ul li:hover ul li ul {
	display:none;
}
.categories-tree ul li:hover ul li:hover ul li:hover ul li:hover ul {
	display:block;
}

.categories-tree li,
.classic-menu,
.classic-level-menu li {
	line-height:2.4;
	text-align:left;
}
.toggle-categories {
	float:right;
	font-size:20px;
}

/* CLASSIC ACTIVE */
.classic-active a,
.classic-level-active a{
	color:#da4c49!important;
}
/* CLASSIC LEVEL CATEGORIES */
.classic-level-menu > li  {
	padding-left: 10px;
}
.classic-level-menu > li:hover  {
	background: #F7F7F7;
}
.classic-level-menu:empty {
	display: none!important;
}
.classic-level-2 {
	padding-left: 15px!important;
	width: auto!important;
}
.classic-level-3 {
	padding-left: 25px!important;
	width: auto!important;
}
.classic-level-4 {
	padding-left: 35px!important;
	width: auto!important;
}

/* STICKY MENU */

.affix, .affix-top{
	animation: 0.5s ease 0s normal none 1 slide-down;
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom:1px solid #E1E1E1;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	transform: translateZ(0px);
	width: 100%;
	z-index: 999999999;
	height:100px;
}

.affix .cart, .affix .search, .affix-top .cart, .affix-top .search{
	top:12px;
}

.affix .logo IMG, .affix-top .logo IMG{
	border: 0 none !important;
	max-width: 100% !important;
	width: auto !important;

}

.affix .logo-main, .affix-top .logo-main{
	position:static !important;
} 

@-moz-keyframes slide-down {
0% {
    transform: translate(0px, -40px);
}
100% {
    transform: translate(0px, 0px);
}
}
@-moz-keyframes slide-down {
0% {
    transform: translate(0px, -40px);
}
100% {
    transform: translate(0px, 0px);
}
}

/* 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;
}
.toggleMenu span {
	display: block;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 20px;
}
.categories-mobile {
	list-style: none;
 *zoom: 1;
	background:#313131;
	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 #525252;
}
.categories-mobile > li > a {
	display: block;
	text-align:center;
}
.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-mobile  li:hover {
	background-color:#DA4C49;
}
.categories-more-mobile {
	display:none;
}
.box_list_active a {
	color:#da4c49;
}
.box-body INPUT {
	height:25px;
}
.box-body .tags {
	text-align:left;
}
.box-body .tags li {
	background: #fbfbfb;
	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: #da4c49;
	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:#ABABAB;
}
.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:#da4c49;
}
.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:16px;
	padding-bottom:0;
	line-height:1.2;
}
.price_view_span {
	color:#019FE3;
	font-size:48px;
	font-weight:bold;
}
.actual-price {
	padding-bottom:5px;
	color:#999;
}
.actual-time {
	padding:5px 0;
	color:#999;
}
.view_price_old{
	color:#E30412 !important;
	font-size:36px;
	line-height:1.3;
	padding-bottom:10px;
}
.view_price_free_shipping, .view_price_def, .view_price_suggest, .view_price_shipping {
	color:#b6b6b6;
	font-size:12px;
	line-height:1.3;
	padding-bottom:10px;
}
.view_price_free_shipping, .rc-time-promo {
	color:#da4c49;
	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;
	display:none;
}
 @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;
}
.countdown-alert {
	background:#da4c49;
	color:#FFF;
}
.countdown-time {
	font-size:18px;
	font-weight:bold;
	padding:0;
}
.countdown-hours, .countdown-minutes, .countdown-seconds, .countdown-days {
	background:#AAA;
	padding:5px;
	color:#FFF;
}

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

.category-description{
	margin-bottom:15px;
	border:1px solid #ECECEC;
	padding:30px;
}

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


.MultiSelect {
	color: #393939;
	display: block;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.MultiSelect .monitor {
	font-family:Arial;
	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:#da4c49;
	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 {

	-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;
}
.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:#da4c49;
}
.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;
}
.box-recommend .mobile-product-list {
	background:#FFF;
	margin:0;
	padding-bottom:1%;
	border:3px solid #DA4C49;
}
/* END MOBILE PRODUCT RECOMMEND */

/* BOX RECOMMEND */

.box-recommend {
	background:#FFF;
	margin-bottom:30px;
	border:3px solid #DA4C49;
}
.box-recommend .three-in-row > li {
	width:200px !important;
	margin:15px 22px 15px 22px !important;
}
.conteiner-title-recommend {
	background:#DA4C49;
	padding:20px;
	color:#FFF;
	font-size:17px;
	text-align:center;
	text-transform:uppercase;
}
.conteiner-title-recommend span {
	padding:0 10px;
}

.conteiner-title {
	background-color: #009FE3;
}
/*
.conteiner-title:after{
	position: absolute;
	top: 100%;
	left: 20px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #dbdbdb transparent transparent transparent;
	content:'';
}
*/
.producer-logo {
	padding-top:5px;
}

.advancedscroller {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: 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;
	font-size:18px;
	line-height:30px;
	color:#606060;
	text-align:left;
}
.product-buttons, .product-input{
	display:inline-block;
	vertical-align:top;
	padding-top:10px;
}

.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:top;
}
.product-input input {
	padding:9px;
	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 #da4c49;
	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%;
}
.rc-page-start .product-info .block-1, .rc-page-start .product-info .block-2{
	width:50%;
	display:block;
	float:left;
	text-align:left;
}
.listing-classic .product-info h2,
.listing-recommend .product-info h2 {
	padding:10px 0;
	font-size:16px;
}
.listing-classic .producer-logo{
	padding-bottom:20px;
}
.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;
	border:1px solid #ECECEC;
	margin-bottom:20px;
}
.mobile-product ul li {
	display:inline-block;
	vertical-align:middle;
	width:20%;
	padding:0 2%;
	text-align:center;
}
.mobile-product-photo IMG {
	border: 0 none !important;
	max-width: 100% !important;
	width: 100% !important;
	text-align:center;
}
.mobile-product-price .view_price_suggest, .mobile-product-price .view_price_shipping, .mobile-product-price .view_price_def {
	display:none;
}
.mobile-product-buttons {
	display:none;
}
.mobile-product-quantity .view_stock_info_text_ok {
	line-height:1;
}
/* TOOLTIP */
.rc_tooltips {
	padding: 8px;
	font-size:12px;
	line-height:1.6;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background:#313131;
	color:#FFF;
	border-width: 2px;
	padding:10px;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rc_tooltips_width {
	width:68px;
	cursor:help;
}
.footer-newsletter {
	float:left;
}

.footer-show-button {
	background:#313131;
	padding:10px;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	display:none !important;
}
.footer-show-title {
	padding:0 20px;
}
.footer-arrow {
	font-size:16px;
}

.fn-description {
	padding-bottom: 10px;
	text-align: left;
	color:#e3e3e3;
	font-size:13px;
}
.fn-form{
	padding-left:14px;
}
.fn-input input {
  border: none;
  height: 27px;
  margin-bottom: 10px;
  width: 95%;
}
.fn-button a {
	padding:18px;
	float:right;
}

.footer-conteiner {
	padding-top:30px;
	padding-bottom:20px;
	width:100%;
}
.footer-conteiner table {
	vertical-align: middle;
	padding:0;
	margin:0;

}
.footer-conteiner h3 {
	font-size:17px;
	padding:25px 0 40px 0;
}
.footer-conteiner table td {
	font-size:16px;
	color:#FFFFFF;
	padding:7px;
	margin-left:7px;
	text-align:center;
	height:32px;
}
.footer-conteiner table td:last-child {
	text-align:right;
}
.footer-conteiner table td a {
	color:#e3e3e3;
	cursor:pointer;
}
.footer-conteiner table td:hover {
	color:#BDBDBD;
}
.footer-conteiner table td a:hover {
	color:#BDBDBD;
}
.footer-conteiner p {
	padding:0 14px;
	color:#FFF;
	display:inline-block;
}
.footer-conteiner i {
	padding-right:10px;
}
.footer-social {
	background:#606060;
	clear:both;
	overflow: hidden;
	color:#BDBDBD;
}
.footer-social a{
	color:#BDBDBD;
}
.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:22px 0;
}
.copyright2 {
	float:right;
	padding:22px 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;
	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;
  margin: 4px !important;
  width: 183px !important;
}
.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;
}
.mm-view .mm-mask, .mm-view .content {
	width: 100%;
	height:100%;
	position: absolute;
	overflow: hidden;
	top: 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:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.slide-trigger {
	display: none; /* need this */
	background: #313131;
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 17px;
	padding: 12px;
	text-align: left;
}
.slide-trigger span {
	display: block;
	float: right;
	margin-top: 2px;
	height: 17px;
	width: 20px;
}
.listing-sorting {
	text-transform:none;
	font-size:13px;
	margin-bottom:30px;
}
.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: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:1%;
}
.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, .ul_listing {
	padding:5px 0 5px 0;
	padding-bottom: 12px;
	text-align:center;
}
.pagination ul li, .ul_listing li {
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	display:inline-block;
	cursor:pointer;
	height: 14px;
	width:16px;
	margin: 0 5px;
	padding: 10px;
	background:#313131;
	text-align:center;
	line-height:1.3;
}
.li_listing_first, .li_listing_before {
	line-height:1;
}
.pagination ul li:hover, .ul_listing li:hover {
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	background:#da4c49;
	color: #FFF;
}
.pagination ul li a, .ul_listing li a {
	color:#FFF;
}
.pagination ul .li_listing_act, .ul_listing .li_listing_act {
	background:#da4c49;
	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 #ECECEC;
	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 #ECECEC;
}
.quick-view-button .product-input{
	padding-top:0px;
}
.quick-view-price .view_price_global div {
	padding-bottom:10px;
}
.quick-view-name {
	color:#393939;
	font-size:26px;
	line-height:1.2;
	padding-bottom:20px;
}
.quick-view .price_1_pinfo, .quick-view .price_2_pinfo, .quick-view .currency_pinfo {
	font-size:26px;
	color:#da4c49;
}
.quick-view-options li {
	line-height: 2.3;
}
.quick-view-options span {
	font-weight:bold;
}
.quick-view-features td {
	width:auto;
	white-space:nowrap;
}
.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:#da4c49;
	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 #ECECEC;
	margin-top:20px;
}
.prev-arrow {
	margin-right:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url("../images/pinfo-arrows.png") no-repeat;
	background-position:0 0;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.prev-arrow:hover {
	background-position:0 -30px;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.next-arrow {
	margin-left:10px;
	cursor:pointer;
	width:30px;
	height:30px;
	background:url("../images/pinfo-arrows.png") no-repeat;
	background-position:-30px 0;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.next-arrow:hover {
	background-position:-30px -30px;
	/* transition */
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.pinfo-gallery, .pinfo-description, .pinfo-top-sellers {
	vertical-align:top;
	display:inline-block;
	padding:20px;
}
.pinfo-gallery {
	width:430px;
	background:#FFF;
	border:1px solid #ECECEC;
}
.digital-player {
	margin-top:20px;
}
.pinfo-description {
	width:352px;
	margin-left:30px;
	padding-top:0px;
	font-size: 13px;
}
.pinfo-top-sellers {
	width:290px;
	padding:0 0 0 10px;
}
.pinfo-top-sellers .view_price_global div{
	padding-bottom:0px;
}
.pinfo-name, .pinfo-price, .pinfo-options, .pinfo-features, .pinfo-features, .pinfo-rating, .pinfo-button, .pinfo-social, .pinfo-countdown {
	padding:20px 0;
	border-bottom:1px solid #ECECEC;
}

.pinfo-name {
	color:#393939;
	font-size:26px;
	line-height:1.2;
	padding-bottom:20px;
}
.price_1_pinfo, .price_2_pinfo, .currency_pinfo {
	font-size:26px;

}
.pinfo-options li {
	line-height: 2.3;
}
.pinfo-options span {
	font-weight:bold;
}

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

/* PINFO RATINGS */

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

.pinfo-button .product-input {
	padding-top:0px;
}
.increase, .decrease {
	background:#CCC !important;
	color: #FFF;
	cursor: pointer;
	display: block !important;
	float: none !important;
	font-size: 8px;
	margin-bottom: 1px !important;
	padding: 5px;
	text-align: center;
	width: 10px !important;
}	

.increase:hover, .decrease:hover {
	background:#313131 !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:#313131;
	color:#FFF;
	border-width: 2px;
	padding:10px;
	text-align:center;
}
/* 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: 17px;
	display: inline-block;
	padding: 13px 30px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
	color:#FFF;
	background:#A3A3A3;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	border:1px solid #ECECEC;
	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;
	line-height:1.8;
}
.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:#009FE3 !important;
	color:#FFF !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-data .help .button {
	padding:5px;
}
.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:670px;
	padding-right:0;
}
.pinfo-top-sellers .animCon, .pinfo-top-sellers .animCon:hover {
	padding:0px !important;
	background:none;
	margin-bottom:0px;
	border:1px solid #ECECEC;
}
.pinfo-top-sellers .advancedscroller.skin-inset .animated > li {
	padding: 0px;
}
.pinfo-top-sellers .box-body {
	background:#FFF;
	border:1px solid #ECECEC;
	margin:15px;
	padding:0;
	cursor:pointer;
}
.pinfo-top-sellers .box-body:hover {
	border:1px solid #d0d0d0;
}
.pinfo-top-sellers .box-body div:first-child {
	padding:0;
}
.pinfo-top-sellers .box-photo, .pinfo-top-sellers .box-info {
	float:left;
	display:inline-block;
	padding:10px !important;
	text-align:left;
	width:75px;
}
.box-info {
	width:160px;
}
.box-info .negotiotion {
	font-size:11px;
}
.pinfo-top-sellers .box-product-name {
	font-size:13px;
	width:145px;
}
.pinfo-top-sellers .box-price {
	font-size:12px;
	color:#da4c49;
}
.pinfo-top-sellers .box-body div:last-child {
	width:140px;
}
.pinfo-top-sellers .title {
	font-size:17px;
	color:#FFF;
	background:#313131;
	text-align:center;
	padding:10px;
}
.pinfo-top-sellers .arrowsCon {
	display:none;
}
/* GALLERY */

#thumbs {
	height:auto !important;
}
#gallery {
	width: 432px;
	position:relative;
	margin:0 auto;
}
#gallery #main {
	width:432px;
	height:auto;
	position:relative;
	text-align:center;
	padding-bottom:20px;
}
#gallery #images, #gallery #thumbs {
	overflow: hidden;
	padding-top:10px;
}
#gallery #images {
	width:432px;
	height:auto;
	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: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;
}
.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-below-buttons  .button {
	line-height:1;
}
.cross-product-add {
	padding:20px;
	color:#da4c49;
	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 0;
}
.cart-free-shipping p {
	line-height:1.4;
}
.cart-free-shipping div {
	padding:0 !important;
	margin-bottom:0px !important;
}
.cart_outsider {
	font-size:13px;
}
.cart-empty div {
	padding:30px;
	text-align:center;
	font-size:13px;
}
.section-title {
	border-bottom:1px solid #d4d4d4;
	padding-bottom:30px;
	margin-bottom:30px;
}
.section-title h2 {
	font-size:35px;
	color:#393939;
	padding-top:10px;
	display:inline-block;
}
.continue-button, .save-button {
	display:inline-block;
	float:right;
	margin-left:10px;
	padding-top:10px;
}
.table-padding {
	padding-top:20px !important;
}
.no-border td {
	border:none !important;
}
.no-padding td {
	padding:0 !important;
}
.shopping-table {
	padding:0 20px 20px 20px;
	background:#FFF;
	border:1px solid #D4D4D4;
	margin-bottom:30px;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.shopping-table th {
	color:#898989;
	padding: 25px;
}
.shopping-table td {
	border-top: 1px solid #E9E9E9;
	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:#da4c49;
}
.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:#009FE3;
}
/* DELIVERY SECTION  */
#ajax_header_cart_items:empty{
	content:'0';
}
.number {
	color:#FFF;
	font-size:33px;
	margin-right:10px;
	background:#313131;
	margin-right: 10px;
	padding: 6px 17px;
	/* 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:#da4c49;
}
.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%;
}


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

.cart-total {
	background:#da4c49;
}
.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: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 {
	font-size:18px;
	padding:15px;
}
.cart-login-button i, .cart-register-button i {
	margin-right:10px;
	font-size:14px;
}
.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:28px;
}
.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;
}

.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;
}
.captcha span {
	margin-right: 8px;
}
.captcha input {
	height: 24px;
}
.add-shipping-address-button {
	margin-top:10px;
	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:#da4c49;
	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:#da4c49;
}
.payments-link:hover {
	color:#da4c49;
	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, .cms-contact-form {
	line-height:1.4;
	padding:15px;
	background:#FFF;
	margin-bottom:30px;
	border:1px solid #ececec;
	/* transition */
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

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

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

.navi-mobile-account {
	margin:10px 0;
}
.reclamations-box {
	padding:10px 0;
}
.custom-link-1 a {
	color:#da4c49;
}
.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 {
	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;
}
#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;
}
.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;
}
.form-alert {
	padding:10px;
	display:none;
	margin-bottom:20px;
}
.success {
	position:fixed;
	bottom:0;
	width:100%;
	left:0;
	text-transform:uppercase;
	font-weight:300;
	background:rgba(148,222,94,0.9);
	/*border:2px solid #c5e29c;*/
	color:#FFF;
	font-size:21px;
}
.error {
	position:fixed;
	bottom:0;
	width:100%;
	left:0;
	text-transform:uppercase;
	font-weight:300;
	background:rgba(94,172,222,0.9);
	/*border:2px solid #f3afb5;*/
	color:#FFF;
	font-size:21px;
}
.warning {
	position:fixed;
	bottom:0;
	width:100%;
	left:0;
	text-transform:uppercase;
	font-weight:300;
	background:rgba(218,76,73,0.9);
	/*border:2px solid #d8d2a7;*/
	color:#FFF;
	font-size:21px;
}
.generic {
	position:fixed;
	bottom:0;
	width:100%;
	left:0;
	text-transform:uppercase;
	font-weight:300;
	background:rgba(94,172,222,0.9);
	/*border:2px solid #b4dceb;*/
	color:#FFF;
	font-size:21px;
}
#rc_warn_body {

}
.rc_windowbodyContainer {
	font-size:13px;
}
.window_title {
	font-size:11px;
	padding:10px 0 0 0;
	white-space:nowrap;
}
.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:#da4c49;
	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:#da4c49 !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 #da4c49;
	color:#da4c49;
}
.rc_div_alert {
	color:#da4c49;
	padding:2px 0 5px 0;
	font-size:11px;
}
.validator_arr {
	font-size:14px;
	color:#da4c49;
	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;
	border-bottom: 1px solid #525252;
}
.navigation li a {
  color: #FFFFFF;
  display: block;
  padding: 15px;
  text-decoration: none;
}
.navigation {
	display: none;
	margin-bottom:10px;
	background: #313131;
	margin-top:10px;
}
.navigation li:hover {
	background: #009FE3;
	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;
}
/* 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-color: #da4c49;
  border-radius: 50%;
  display: inline-block;
  font-family: Arial;
  font-size: 11px;
  padding: 3px 7px;
  text-align: center;
}

.products_compare span:last-child, .wishlist span:last-child{
  margin-left: 7px;
  color:#FFF;
}

.ajax-items-wishlist:empty, .ajax-items-compare:empty {
  margin-left: 0 !important;
  margin-top: 13px !important;
  padding: 0;
}


/* CARUSEL */
.rc-page-start .one-in-row .product-photo{
	width:570px !important;
}
.rc-page-start .one-in-row .product-photo img{
	width:auto !important;
	height:auto !important;
}
.one-in-row .product-photo,
.price-hit .product-photo,
.countdown-box .product-photo {
	width:45%;
	float:left;
}
.one-in-row .product-info,
.price-hit .product-info,
.countdown-box .product-info {
	width:50%;
	float:left;
	line-height:1.2;
}

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

.rc-carusel .carusel-item,
.price-hit .carusel-item,
.countdown-box .carusel-item,
.listing-classic > li,
.listing-recommend > li {
	padding:15px;
	background:#FFF;
	margin: 5px;
	text-align: center;
	vertical-align:top;
}

/* LISTING BOXES */

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

.listing-classic .product-buttons{
	width:200px;
}

/* 4 COLUMN CONTENT */
#column-center-2.four-in-row.owl-classic img,
#column-center-2.four-in-row.owl-animated img{
	max-width: 100%;
	max-height: 300px;
}

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

.four-in-row .button, .four-in-row .button{
	padding:9px;
}

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

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

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

.rc-carusel{
	margin-top:10px;
}

.rc-carusel.one-in-row .carusel-item img,
.crosselling .carusel-item img,
.kp .carusel-item img{
	width:inherit;
}

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

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

.view_stock_info_text_not{
	background: #E30412;
	font-size: 24px;
	padding: 15px 30px 17px 30px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: none;
	cursor: pointer;
	display: inline-block;
	line-height: 24px;
	margin-bottom: 0;
	text-align: center;
	padding: 12px;
	width: auto;
	color: #FFF;
}

.view_stock_qauntity_info{
	color:#999;
}

.carusel-item h2{
	color:#343434;
	padding-bottom:10px;
	font-size:16px;
}
.view_price_global div{
	padding-bottom:10px;
	color:#999;
}

.m_pinfo_text_price{
	color:#313131;
}

.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; 
	-webkit-transform: none !important; 
	transform: none !important; 
	-webkit-transition: none !important;
	transition: none !important;
}

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

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

/* PRODUCERS SLIDING LOGOS */

.producers-carusel .owl-controls{
    margin-top:5px !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;
}

.MultiBoxContainer
{
	z-index:4 !important;
}

.product-photo{
	position:relative;
}

.marker{
	padding:5px 10px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.carusel-item .marker{
	position: static;
	text-align:center;
	margin-bottom:5px;
}


.marker.promotion, .marker.sellout, .marker.price_hit , .marker.timeout, .marker.presale{
	background: #E30512;
	color: #FFF;
	display: inline-block;
	position: absolute;
	font-size: 16px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}


.rc_button td:nth-child(1),.rc_button td:nth-child(3),.rc_button_hover  td:nth-child(1),.rc_button_hover  td:nth-child(3)
{
	display:none !important;
}

.rc_button .shop_button_1
{
	background:#313131;
	border:none;
	color:#fff;
	font-size:14px;
	padding:12px !important;	
	cursor:pointer;	
}
.rc_button td:first-child, .rc_button td:last-child,
.rc_button_hover td:first-child, .rc_button_hover td:last-child {
	display: none!important;
	padding: 0!important;
}
.rc_button_hover .shop_button_1
{
	background:#DA4C49;
	border:none;
	color:#fff;
	font-size:14px;
	padding:12px !important;
	cursor:pointer;
}

.nowrap { white-space: nowrap; }

.cart_loyalty_bt {
	text-align:center;
	display:block;
	width:100%;
}

.cart_loyalty_bt a {
	padding: 19px;
	font-size:18px;
	color:#fff;
	displaY:inline-block;
	background:#da4c49;
}
.my-icon{
	background-image:url("../images/icons/icon.png");
	width:34px;height:28px;
	display:inline-block;
}
.koszyk{
	margin-right:10px;
}
.koszyk2{
	margin-right:10px;
	background-position:-70px 0px;
	width:35px;height:29px;
	margin-bottom:-2px;
}
.my-fbicon{
	margin-left:10px;
	background-position:0px -31px;
	width:32px;height:32px;
	margin-bottom:-11px;
}
.iconkonto{
	background-position:-38px 0px;
	width:28px;height:28px;
	display:block;
}
.konto{
	position:absolute;
	top:36px;
	/*left:1020px;*/
	right:160px;
	width:28px;height:28px;
	overflow:hidden;
	cursor:pointer;
}
.search-bar > div{
	position:relative;
}
.konto:hover{
	overflow:visible;
	/*width:130px;height:auto;*/
	background:#fff;
}
.konto:hover .block{
	position:absolute;
	top:28px;
	left:-65px;
	padding-top:20px;
}
.konto:hover .block ul{
	border:1px solid #e1e1e1;
}
.konto ul li{
	padding:5px 10px;
	border-bottom:1px solid #e1e1e1;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	width:140px;
	height:25px;
	background-color:#fff;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.konto ul li:hover{
	color:#fff;
	background-color:#009FE3;
}
.konto ul li:hover a{
	color:#fff;
}
/*Misja pytaków*/

.rc-page-start .main-section > div{
	width:100% !important;
}
.cms-id-box-109{
	width:100%;
	background:#019FE3;
	background-image:url("../images/start/dzieci.png");
	padding:60px 0;
	text-align:center;
	line-height:30px;
	font-size:18px;
}
.cms-id-box-109 p{
	padding:10px 0;
	color:#fff;
}
.cms-id-box-109 h2{
	text-transform:uppercase;
	font-size:36px;
	font-weight:bold;
	color:#fff !important;

	padding:0 0 40px 0 !important;

}
/*Szary pasek*/
.cms-id-box-110{
	padding:55px 0 45px 0;
	background:#f7f7f7;
}

/*skontaktuj się z nami*/
.cms-id-box-110{
	padding:55px 0 45px 0;
	background:#f7f7f7;
}

.cms-id-box-111{
	padding:60px 0;
	background-image:url("../images/start/gwiazdki.png");
	background-color:#E30412;
	color:#fff;
	font-size:30px;
	text-align:center;
	font-weight:bold;
}
.cms-id-box-111 p{
	color:#fff;
}
.cms-id-box-111 a{
	padding:12px 26px;
	background:#fff;
	margin:0 20px;
	display:inline-block;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	color:#606060;
}

/*cechy pytaków*/
.cms-id-box-117 *{
	font-size:18px;
}
.cms-id-box-117 p{
	margin-bottom:50px;
}
.cms-id-box-117 ul{
	line-height:30px;
	list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADoSURBVDhPhZI/y0ZQHIbPR1UKJRmMBpMsJqPBbLQpH0IpycJgI/8yKcP9dDjP0/E6ea+6B7/7vgxCwCjLEkmSIE1TDMPArsA0Tciy7OyKomBX4BR934ckSbfUdY2maR53z/NwHAdIHMeP8r9EUQSiaZqwfIuiKCCyLAvLt1CHuK4rLN/iOA5IVVXC8i15nl9fNQxD4UCUIAiocokU27aFQz6WZbE1J+77DtM0hQKNruvYto2tOZGyrisMw3hIqqpiHEe2uriJlGVZzrfzEv8LfnmIlHmef2Lf9+x6RyhSuq5D27bs6S/AB8cxKmKg8RmrAAAAAElFTkSuQmCC");
}
.cms-id-box-117 > .wrapper{
	width:900px;
}
a.button.btn-2.add-to-cart.ready {
	font-size:24px;
	padding:15px 30px 17px 30px;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#019FE3;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
}
table.rightOpinia tr td:first-child{
	box-shadow:2px 3px 0px #E1E1E1;
	background-image:url("../images/start/cudzy.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	position:relative;
}
table.rightOpinia tr td:first-child:after{
	content:' ';
	width:40px;
	height:40px;
	display:block;
	background-image:url("../images/start/rightdymek.png");
	position:absolute;
	top:47px;
	right:-40px;
}
table.rightOpinia tr td:last-child, table.leftOpinia tr td:first-child{
	padding:0 30px;
}
table.rightOpinia tr td:last-child img, table.leftOpinia tr td:first-child img{
	-webkit-border-radius:200px;
	-moz-border-radius:200px;
	border-radius:200px;
}
table.leftOpinia tr td:last-child{
	box-shadow:2px 3px 0px #E1E1E1;
	background-image:url("../images/start/cudzy.png");
	background-repeat:no-repeat;
	background-position: bottom right;
	position:relative;
}
table.leftOpinia tr td:last-child:after{
	content:' ';
	width:40px;
	height:40px;
	display:block;
	background-image:url("../images/start/leftdymek.png");
	position:absolute;
	top:47px;
	left:-40px;
}
table.opinie{
	line-height:26px;
	font-size:16px;
	color:#606060;
	width: 100%;
	margin-bottom:35px;
}
table.rodzina{
	width: 1100px;
	margin: 0 auto;
	border-collapse: collapse;
}
table.rodzina tr:last-child td{
	padding:30px;
	border:1px solid #e1e1e1;
	background-image:url("../images/start/cudzy.png");
	background-repeat:no-repeat;
	background-position: bottom right;
}
table.rodzina tr:last-child td p{
	line-height:26px;
	font-size:16px;
	margin-bottom:30px;
}
table.rodzina tr:last-child td h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:30px;
}
.custom-cms-box > div > h2{
	text-align:center;
	text-transform:uppercase;
	color:#606060;
	padding:80px 0;
	font-size:36px;
	font-weight:bold;
}