/* COMMON STYLES: */
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 0px;
	margin: 0px;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	min-width: 310px;
	color: #000000;
	opacity: 1;
}
::-webkit-scrollbar
	{
	  width: 8px;  /* for vertical scrollbars */
	  height: 8px; /* for horizontal scrollbars */
	}

::-webkit-scrollbar-track
	{
	  background: rgba(255, 255, 255, 0.0);
	}

::-webkit-scrollbar-thumb
	{
	  background: rgba(203,21,68, 1);
	  border-left: 1px solid #FFFFFF;
	  cursor: pointer;
	}
body.freeze{
	overflow: hidden;
}
body .darken{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	display: none;
	z-index: 610;
}
/* dark grey: #454545
   light grey: #dadada;
*/

/*.pt-serif{
	font-family: 'PT Serif', serif;
}*/
.clear{
	clear: both;
}
strong{
	font-weight: 700;
}
a, a:hover, a:active, a:visited, a:focus{
	text-decoration: none;
	outline: none;
	color: #000000;
}
button, button:focus{
	outline: none;
	border: 0px;
	display: inline-block;
}
.text-page p{
	text-align: justify;
}
.text-page a{
	text-decoration: underline;
}
.text-page a:hover{
	text-decoration: none;
}
.text-page img{
	max-width: 100%;
	height: auto;
}
.container{
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1400px;
	width: 96%;
	min-width: 280px;
}
.td-padding-20 td{
	padding: 20px;
}
input, input.form-control{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
h1{
	font-size: 30px;
	line-height: 1;
	font-weight: 300;
	margin: 25px 0px 25px 0px;
}
h2{
	font-size: 25px;
	line-height: 1;
	font-weight: 400;
	margin: 20px 0px 20px 0px;
}
.m-bottom-30{
	margin-bottom: 30px !important;
}
.m-bottom-5{
	margin-bottom: 5px !important;
}
.m-top-5{
	margin-top: 5px;
}
.padd-30{
	padding: 30px 0px;
}
.txt-align-center{
	text-align: center;
}
.red-btn-rounded-sm{
	font-size: 17px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	line-height: 33px;
	padding: 0px 10px;
	display: inline-block;
	min-width: 145px;
	font-weight: 300;
}
div.loader{
	background-color: rgba(255,255,255,0.7);
	background-image: url('../img/loader2.gif');
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 320px;
	height: 100%;
	z-index: 600;
	display: none;
}
div.whole-page-loader{
	background-color: rgba(255,255,255,0.7);
	background-image: url('../img/loader2.gif');
	background-size: 64px;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 800;
	display: none;
}

/* HEADER */
header{
	width: 100%;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	padding: 5px 15px;
	height: 72px;
	text-align: center;
	position: relative;
}
header a.logo{
	display: block;
	margin: 5px auto 0px auto;
	width: 144px;
}
header a.logo img{
	max-width: 100%;
}
.main-menu{
	float: left;
	display: block;
	width: 122px;
	height: 61px;
	background-image: url('../img/icons/round-btn-red-menu.png');
	background-size: 61px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: right;
	position: static;
	color: #FFFFFF;
}
.main-menu label{
	cursor: pointer;
  	font-weight: 300;
  	margin: 18px 3px 0px 0px;
  	font-size: 18px;

}
.main-menu.fixed{
	position: fixed;
	top: 10px;
	left: 15px;
	z-index: 800;
	font-size: 14px;
  	color: #FFFFFF;
  	text-transform: uppercase;
  	background-image: none;
  	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
  	border-radius: 10px;
  	-webkit-border-radius: 10px;
  	-moz-border-radius: 10px;
  	-o-border-radius: 10px;
  	line-height: 30px;
  	padding: 0px 15px 0px 30px;
  	display: inline-block;
  	width: auto;
  	height: auto;
}
.main-menu.fixed::after{
	content: " ";
	background-image: url('../img/icons/menu-icon-small.png');
  	background-size: 26px;
  	width: 26px;
  	height: 26px;
  	position: absolute;
  	left: 3px;
  	top: 2.5px;

}
.main-menu.fixed label{
	margin: 0px;
}

/* search */
.search-box{
	margin-top: 10px;
}
.search{
	position: relative;
}
.search2{
	position: absolute;
	top: 14px;
	left: 11px;
	width: 255px;
}
.search label{
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #5e5d5d;
	line-height: 1.1;
}
.search input{
	font-size: 17px;
	font-weight: 300;
	display: block;
	  background: #FFFFFF;
	  color: #000000;
	  padding: 13px;
	  line-height: 24px;
	  border: 1px solid #CFCFCF;
	  width: 100%;
	  height: 37px;
	  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -o-box-sizing: border-box;
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -o-border-radius: 0px;
}
.search2 input{
	border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}
.search input[type=submit]{
	padding: 0px;
	border: 0px;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 1px;
	right: 1px;
	background-color: #FFFFFF;
	background-image: url('../img/icons/search2.png');
	background-repeat: no-repeat;
	background-size: 38px;
	background-position: center;
}
.search2 input[type=submit]{
	background-size: 28px;
}
a.search-prod-autocomplete{
	display: table;
	width: 100%;
	background: #FFFFFF;
	padding: 5px;
	border-bottom: 1px solid #CFCFCF;
}
a.search-prod-autocomplete img{
	width: 60px;
	margin: 4px;
	display: table-cell;
	vertical-align: middle;
}
a.search-prod-autocomplete span{
	vertical-align: middle;
	text-align: left;
	width: 200px;
	font-size: 13px;
	font-weight: 100;
	height: 65px;
	display: table-cell;
}
a.search-prod-autocomplete:hover span{
	color: #d93636;
	text-decoration: underline;
}
.search .ui-widget-content{
	border: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: -2px;
	position: absolute !important;
	top: 39px !important;
	z-index: 999;
	box-shadow: 0px 12px 20px -2px #666;
	-webkit-box-shadow: 0px 12px 20px -2px #666;
	-moz-box-shadow: 0px 12px 20px -2px #666;
	-o-box-shadow: 0px 12px 20px -2px #666;

}
.search2 .ui-widget-content{
	-webkit-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.45);
	box-shadow: 0px 0px 32px -1px rgba(0,0,0,0.45);
	top: 55px !important;
	border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-o-border-radius: 25px !important;
	overflow: hidden;
}
.search .ui-widget-content .ui-state-focus{
	border: none !important;
}
.search .ui-autocomplete li {
	padding: 2px !important;
}
.ui-menu-item{
	display: block;
}
/* end of search */

header .shopping-cart{
	position: absolute;
	top: 5px;
	right: 15px;
}
header .shopping-cart.push-to-left{
	right: 335px;
	-webkit-transition: right 0.2s ease-out;
  	-moz-transition: right 0.2s ease-out;
  	-ms-transition: right 0.2s ease-out;
  	-o-transition: right 0.2s ease-out;
  	transition: right 0.2s ease-out;
}
header .shopping-cart .mob-cart{
	float: right;
	padding-left: 10px;
	background-image: url('../img/icons/basket.png');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 61px;
	width: 70px;
	height: 61px;
	font-size: 38px;
	color: #FFFFFF;
	cursor: pointer;
	position: relative;
}
header .shopping-cart .mob-cart span.qty{
	width: 21px;
    height: 21px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	position: absolute;
	bottom: 0px;
    right: -2px;
}
header .shopping-cart.closed .mob-cart{
	background-position: bottom right;
}
header .shopping-cart.closed .mob-cart{
	cursor: default;
}
header .shopping-cart .mob-cart.active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
header .shopping-cart .mob-cart i.fa{
	margin: 13px 0px 0px 11px;
}
header .shopping-cart.open{
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	padding: 10px 15px 10px 10px;
	top: -5px;
	right: 0px;
	z-index: 1100;
	background-color: #FFFFFF;
}
header .shopping-cart .products{
	/*font-family: 'PT Serif', serif;*/
	padding: 10px 7px 5px 7px;
	display: none;
	position: relative;
}
header .shopping-cart .products .prods-wrapper{
	position: relative;
	border-top: 1px solid #dadada;
}
header .shopping-cart .products .loader{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: -moz-calc(100% - 1px);
    height: -webkit-calc(100% - 1px);
    height: calc(100% - 1px);
    height: -0-calc(100% - 1px);
	background-color: rgba(255,255,255,0.92);
	background-image: url('../img/loader2.gif');
	background-position: center 50%;
	background-size: 64px;
	background-repeat: no-repeat;
	z-index: 1100;
}
header .shopping-cart .empty-cart{
	font-size: 13px;
	font-style: italic;
	font-weight: 700;
	display: block;
	padding: 20px 0px;
	text-align: center;
	border-bottom: 1px solid #dadada;
}
header .shopping-cart .products .prod{
	border-bottom: 1px solid #dadada;
	width: 160px;
	padding-top: 15px;
}
header .shopping-cart .products a.thumb{
	display: block;
	text-align: center;
}
header .shopping-cart .products a.thumb img{
	max-width: 80px;
}
header .shopping-cart .products a.title{
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-align: center;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
header .shopping-cart .products a.price{
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0px;
}
header .shopping-cart span.package{
	font-size: 13px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 0px 0px 0px 0px;
}
header .shopping-cart span.shipping{
	font-size: 13px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 10px 0px 0px 0px;
}
header .shopping-cart span.total{
	font-size: 16px;
	font-weight: 700;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
header .shopping-cart a.buy{
	width: 100%;
	height: 46px;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
header .shopping-cart .info{
	float: right;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 15px;
	cursor: pointer;
	color: #FFFFFF;
}
header .shopping-cart.open .info{
	color: #000000;
}
header .shopping-cart.closed .info{
	cursor: default;
}
header .shopping-cart.closed .info{
	padding-top: 29px;
	/*font-weight: 600;*/
}
header .shopping-cart .info span{
	display: block;
	font-size: 18px;
	line-height: 17px;
}
header .shopping-cart .info span strong{
	font-size: 13px;
	font-weight: 300;
}
.hidden-shopping-cart{
	display: none;
}

/* BREADCRUMBS LINE */
.brcrmb-filter-sort{
	padding: 10px 25px;
	border-bottom: 1px solid #dadada;
	background-color: #FFFFFF;
}
.brcrmb-filter-sort.inner{
	padding-top: 0px;
	border-bottom: 0px;
}
.brcrmb-filter-sort.fixed{
	position: fixed;
	top: 0px;
	z-index: 699;
	width: 100%;
	min-height: 41px;
}
button.browser-back{
	-webkit-transition: right 0.2s ease-out;
  	-moz-transition: right 0.2s ease-out;
  	-ms-transition: right 0.2s ease-out;
  	-o-transition: right 0.2s ease-out;
  	transition: right 0.2s ease-out;

  	min-width: 10px;
  	padding-right: 20px;
  	margin-right: 10px;
}
button.browser-back img{
	margin: 0px 10px 0px 10px;
	-webkit-transition: all 0.2s ease-out 0.3s;
  	-moz-transition: all 0.2s ease-out 0.3s;
  	-ms-transition: all 0.2s ease-out 0.3s;
  	-o-transition: all 0.2s ease-out 0.3s;
  	transition: all 0.2s ease-out 0.3s;
  	width: 9px;
}
.breadcrumbs{
	float: left;
	font-size: 15px;
	font-weight: 300;
  	padding: 6px 0px;
  	margin-left: 0px;
  	transition: margin-left 0.2s ease-in 0.3s;
  	-webkit-transition: margin-left 0.2s ease-in 0.3s;
  	-o-transition: margin-left 0.2s ease-in 0.3s;
  	-moz-transition: margin-left 0.2s ease-in 0.3s;
}
.brcrmb-filter-sort.fixed .breadcrumbs{
	margin-left: 110px;
}
.breadcrumbs > div{
	display: inline-block;
	margin: 0px 1px;
}
.brcrmb-filter-sort .filter-sort{
	float: right;
}
.brcrmb-filter-sort .filter-sort .dropdown-menu{
	left: auto;
	right: 0px;
}
.breadcrumbs.inner-br{
	float: none;
	height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.breadcrumbs.inner-br > div{
	display: inline;
}
.dropdown.sort-by{
	display: inline-block;
	-webkit-transition: right 0.2s ease-out;
  	-moz-transition: right 0.2s ease-out;
  	-ms-transition: right 0.2s ease-out;
  	-o-transition: right 0.2s ease-out;
  	transition: right 0.2s ease-out;
  	position: relative;
  	right: 0px;
}
.dropdown.sort-by img{
	margin-left: 2px;
	margin-top: -3px;
	-webkit-transition: all 0.2s ease-out;
  	-moz-transition: all 0.2s ease-out;
  	-ms-transition: all 0.2s ease-out;
  	-o-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;
  	height: 9px;
}
.dropdown.sort-by.open img{
	-moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
button.filters{
	-webkit-transition: right 0.2s ease-out;
  	-moz-transition: right 0.2s ease-out;
  	-ms-transition: right 0.2s ease-out;
  	-o-transition: right 0.2s ease-out;
  	transition: right 0.2s ease-out;
  	position: relative;
  	right: 0px;
}
button.filters img{
	margin: -3px 10px 0px 30px;
	-webkit-transition: all 0.2s ease-out 0.3s;
  	-moz-transition: all 0.2s ease-out 0.3s;
  	-ms-transition: all 0.2s ease-out 0.3s;
  	-o-transition: all 0.2s ease-out 0.3s;
  	transition: all 0.2s ease-out 0.3s;
  	width: 9px;
}
button.filters.open img{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.brcrmb-filter-sort .push-to-left{
	right: 320px;
}

/* RTR HEADING */
.img-heading{
	width: 100%;
	height: 400px;
	background-position: center;
	position: relative;
	background-size: cover;
}
.img-heading.bgr-not-fixed{
	background-attachment: scroll;
	background-size: cover;
}
.img-heading .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #413c36;
	opacity: 0.8;
	z-index: 10;
}
.img-heading .heading-tbl{
	display: table;
	width: 100%;
	position: absolute;
  	top: 50%;
  	margin-top: -34px;
  	z-index: 100;
}
.plain-heading .heading-tbl{
	display: table;
	width: 90%;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 5%;
}
.img-heading .heading-left, .img-heading .heading, .img-heading .heading-right, .plain-heading .heading-left, .plain-heading .heading, .plain-heading .heading-right{
	display: table-cell;
}
/*.img-heading .heading-left, .img-heading .heading-right{
	background-image: url('../img/icons/rtr-img-bg.gif');
	background-repeat: repeat-x;
	background-position: center;
	width: 50%;
}
.plain-heading .heading-left, .plain-heading .heading-right{
	background-image: url('../img/icons/rtr-bg.png');
	background-repeat: repeat-x;
	background-position: center;
	width: 50%;
}*/
.img-heading .heading, .plain-heading .heading{
	line-height: 1.45;
 	font-size: 48px;
	/*font-family: 'PT Serif', serif;*/
	color: #FFFFFF;
	font-weight: 400;
	margin: 0px;
	padding: 0px 20px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	position: relative;
}
.plain-heading .heading{
	color: #000000;
}
/*.img-heading .heading .h-symb, .plain-heading .heading .h-symb{
	position: absolute;
	width: 63px;
	height: 11px;
	background-image: url('../img/icons/pg-bg-white.png');
	background-size: 63px;
	background-repeat: no-repeat;
	bottom: -20px;
	left: 50%;
	margin-left: -31px;
}
.plain-heading .heading .h-symb{
	background-image: url('../img/icons/pg-bg.gif');
	bottom: -10px;
}
.rtr-heading{
	width: 90%;
	margin: 30px auto;
	max-width: 900px;
	background-image: url('../img/icons/rtr-bg.png');
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
}*/

.rtr-heading h1, .rtr-heading h2{
	font-size: 26px;
	/*font-family: 'PT Serif', serif;*/
	font-weight: 400;
	margin: 0px;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0px 20px;
	text-transform: uppercase;
}
h1.heading, h2.heading{
	font-size: 25px;
	color: #cb1544;
	margin: 20px 0px;
	font-weight: 700;
	display: block;
	text-align: center;
}

/* PAGING */
.paging{
	text-align: center;
	/*font-family: 'PT Serif', serif;*/
	font-size: 18px;
	font-weight: 300;
	padding: 10px 0px;
	transition: box-shadow 0.3s ease-in-out;
	-moz-transition: -moz-box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
}
.blog .paging{
	margin-top: -10px;
	margin-bottom: 20px;
}
.blog .paging > label{
	font-weight: 300;
	margin-right: 5px;
}
.paging #pagination{
	display: inline-block;
}
.paging.fixed{
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	top: 51px;
	left: 0px;
	z-index: 600;
	border-bottom: 1px solid #dadada;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 6px 6px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
.paging span{
	display: inline-block;
	margin-right: 2px;
	min-width: 30px;
	text-align: center;
}
.paging span a, .paging span.current{
	display: inline-block;
	padding: 2px 0px;
	position: relative;
	width: 31px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.paging #pagination a:hover, .paging span.current{
	background-color: #d3273d;
	color: #FFFFFF;
}
/*.paging #pagination a:hover:before, .paging span.current:before{
	width: 31px;
	height: 4px;
    content: " ";
    position: absolute;
    left: 0px;
    top: -4px;
	background-image: url('../img/icons/pg-active-top.gif');
	background-size: 31px;
}
.paging #pagination a:hover:after, .paging span.current:after{
	width: 31px;
	height: 4px;
    content: " ";
    position: absolute;
    left: 0px;
    bottom: -4px;
	background-image: url('../img/icons/pg-active-bottom.gif');
	background-size: 31px;
}*/
.paging a.paging-clear-filters{
	font-size: 13px;
	color: #0173bb;
	position: relative;
	top: -3px;
	display: inline-block;
	width: 150px;
}
.paging a.paging-clear-filters img{
	margin-bottom: 1px;
	width: 26px;
	margin-right: 2px;
	transition: transform 0.2s ease-out;
  	-webkit-transition: -webkit-transform 0.2s ease-out;
  	-moz-transition: -moz-transform 0.2s ease-out;
  	-o-transition: -o-transform 0.2s ease-out;
}
.paging a.paging-clear-filters:hover img{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg); /* Chrome, Safari, Opera */
  	-o-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.paging a.paging-clear-filters span{
	text-decoration: underline;
}
.paging a.paging-clear-filters:hover span{
	text-decoration: none;
}
.cur-page{
	clear: both;
	text-align: center;
}
.cur-page .current_page{
	display: block;
	margin: 20px 0px 40px 0px;
	background-image: url('../img/icons/bg-grey.gif');
	background-repeat: repeat-x;
	background-position: center;
	background-size: 1px;
}
.cur-page .current_page strong{
	font-size: 18px;
	color: #454545;
	font-weight: 300;
	display: inline-block;
	background-color: #FFFFFF;
	padding: 0px 25px;
}
/*.cur-page img{
	margin-bottom: 20px;
}
.current_page img{
	width: 63px;
}*/

/* MAIN MENU */
.main-menu-left{
	font-size: 17px;
	color: #454545;
}
.main-menu-left a, .main-menu-left label{
	color: #454545;
}
.main-menu-left #dl-menu{
	margin-top: 25px;
}
.main-menu-left .search{
	display: block;
	position: relative;
	margin-bottom: 5px;
}
.main-menu-left .search input{
	font-size: 17px;
	font-weight: 400;
	display: block;
	float: left;
  	background: #FFFFFF;
  	padding: 7px 10px;
  	line-height: 20px;
  	border: 1px solid #dadada;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	width: 213px;
}
.main-menu-left .search input[type=submit]{
	display: block;
	float: left;
	padding: 0px;
	border: 0px;
	width: 36px;
	height: 36px;
	position: relative;
	background-image: url('../img/icons/search.png');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	background-color: #d93636;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	margin-left: 3px;
}
.main-menu-left .link-group{
	margin-bottom: 5px;
}
.main-menu-left a.text-btns{
	display: block;
  	background: #FFFFFF;
  	padding: 7px 14px;
  	line-height: 1.2em;
  	cursor: pointer;
  	border: 1px solid #dadada;
  	margin-bottom: 1px;
  	text-decoration: none;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	font-size: 17px;
}
.main-menu-left a.text-btns:hover, .main-menu-left a.text-btns.active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.main-menu-left label.group-label{
	font-size: 14px;
	font-weight: 400;
}

.main-menu-left ul li.categories{
	/*display: block;*/
	/*float: left;
	width: 33.33%;
	height: 80px;*/
	/*background-color: #FFFFFF;*/
	z-index: 900;
}
.main-menu-left ul li.categories.dl-subviewopen{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	background: transparent;
}
.main-menu-left .dl-subviewopen>.link-group{
	display: none;
}
.main-menu-left .dl-back a{
	display: inline-block;
	position: relative;
  	background: #FFFFFF;
  	padding: 7px 45px;
  	line-height: 1.2em;
  	cursor: pointer;
  	border: 1px solid #dadada;
  	text-decoration: none;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
}
.main-menu-left .dl-back a::after{
	content: " ";
	display: block;
	position: absolute;
	top: 8px;
	left: 20px;
	background-image: url('../img/icons/arrow_menu_back_white.png');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 10px;
	height: 18px;
}
.main-menu-left .dl-back a:hover{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.main-menu-left li.sub-title{
	margin: 20px 0px 7px 4px;
	font-size: 17px;
	text-transform: uppercase;
}
.main-menu-left li.sub-title img{
	width: 36px;
}
.main-menu-left ul li.categories > a{

	position: relative;
}
.main-menu-left ul li.categories > a{
	padding-right: 20px;
}
.main-menu-left ul li.categories > a::after{
	content: " ";
	display: block;
	position: absolute;
	top: 8px;
	right: 12px;
	background-image: url('../img/icons/arrow_menu_white.png');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	width: 10px;
	height: 18px;
}
.main-menu-left ul li.categories > a.no-arrow::after{
	background: none;
}
.main-menu-left ul li.categories > a:hover::after, .main-menu-left ul li.categories > a.active::after{
	background-position: top;
}
.main-menu-left ul li.categories-clear > div.border-right{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 1px;
	height: 100%;
	background: #dadada;
	z-index: 1100;
}
.main-menu-left ul li.categories-clear > div.border-bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: #dadada;
	z-index: 1100;
}
.main-menu-left a.soc{
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: 0px 1px;
}
.main-menu-left a.soc img{
	max-width: 100%;
	margin-top: 0px;
}
.main-menu-left .contacts{
	text-align: center;
	margin-top: 30px;
}
.main-menu-left .contacts span{
	display: block;
}
.main-menu-left .contacts a{
	display: block;
	font-weight: 600;
	color: #454545;
	cursor: default;
	font-size: 24px;
	line-height: 1.3;
}
.main-menu-left a.bottom-logo{
	width: 144px;
	display: block;
	margin: 30px auto;
}
.main-menu-left a.bottom-logo img{
	width: 100%;
}

/* FILTERS */
.cbp-spmenu{
	-webkit-box-shadow: 0px 0px 5px 6px rgba(56,56,56,0.73);
	-moz-box-shadow: 0px 0px 5px 6px rgba(56,56,56,0.73);
	box-shadow: 0px 0px 5px 6px rgba(56,56,56,0.73);
	/*font-family: 'PT Serif', serif;*/
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	padding-top: 72px;
}
/*.cbp-spmenu .zebra-logo{
	display: block;
	margin: auto;
	width: 177px;
}*/
.cbp-spmenu .close{
  	display: inline-block;
  	width: 61px;
  	height: 61px;
  	background-image: url('../img/icons/close.png');
  	background-size: 61px;
  	background-repeat: no-repeat;
  	cursor: pointer;
  	background-color: transparent;
  	transition: transform 0.2s ease-out;
  	-webkit-transition: -webkit-transform 0.2s ease-out;
  	-moz-transition: -moz-transform 0.2s ease-out;
  	-o-transition: -o-transform 0.2s ease-out;
}
.cbp-spmenu .close:hover{
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg); /* Chrome, Safari, Opera */
  	-o-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.cbp-spmenu .heading{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 72px;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
}
.cbp-spmenu .heading button.close{
	position: absolute;
	right: 25px;
	top: 5px;
}
.cbp-spmenu .heading strong{
	font-size: 26px;
	font-weight: 800;
	color: #FFFFFF;
	position: absolute;
	top: 19px;
	left: 25px;
}

/*.cbp-spmenu .heading strong:before{
	width: 4px;
	height: 31px;
    content: " ";
    position: absolute;
    left: -4px;
    top: 0px;
	background-image: url('../img/icons/h-left.png');
	background-size: 4px;
}
.cbp-spmenu .heading strong:after{
	width: 4px;
	height: 31px;
    content: " ";
    position: absolute;
    right: -4px;
    top: 0px;
	background-image: url('../img/icons/h-right.png');
	background-size: 4px;
}*/
.filters-right .filter-title{
	font-size: 17px;
	text-transform: uppercase;
	line-height: 20px;
	color: #000000;
	display: block;
	padding: 8px 0px;
	border-top: 1px solid #454545;
}
.filters-right .filter-title .square {
	display: inline-block;
  	width: 20px;
  	height: 20px;
  	position: relative;
  	top: 4px;
  	font-size: 20px;
}
.filters-right .filter-title .plus, .filters-right .filter-title .minus {
  	width: 20px;
  	height: 20px;
  	display: block;
  	position: absolute;
  	top: 0; left: 0;
  	line-height: 20px;
  	text-align: center;
  	-webkit-transition: .2s all ease-out;
  	transition: .2s all ease-out;
}
.filters-right .filter-title .plus {
  	opacity: 1;
  	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
}
.filters-right .filter-title[aria-expanded=true] .square .plus {
  	opacity:0;
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}
.filters-right .filter-title .minus {
  	opacity:0;
  	-webkit-transform: rotate(-90deg);
  	transform: rotate(-90deg);
}
.filters-right .filter-title[aria-expanded=true] .square .minus {
  	opacity:1;
  	-webkit-transform: rotate(0deg);
  	transform: rotate(0deg);
}
.filters-right .filter-content{
	padding-bottom: 30px;
	font-size: 17px;
}
.filters-right .show-clear{
	display: block;
    width: 100%;
    margin: 15px 0px;
}
.filters-right .show-results, .filters-right .clear-filters{
	display: block;
	float: left;
	width: 48%;
	margin-right: 1%;
	margin-left: 1%;
	font-size: 17px;
	font-weight: 400;
	line-height: 35px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.filters-right .show-results:hover{
	background: #cb1544;
	background: -moz-linear-gradient(left,  #cb1544 0%, #d93636 100%);
	background: -webkit-linear-gradient(left,  #cb1544 0%,#d93636 100%);
	background: linear-gradient(to right,  #cb1544 0%,#d93636 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb1544', endColorstr='#d93636',GradientType=1 );
}
.filters-right .show-results{
    background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
}
.filters-right .clear-filters{
	background-color: #8a8a8a;
}
.filters-right .clear-filters:hover{
	background-color: #3C3C3C;
}

/* JQUERY UI SLIDER */
.slider{
	margin: 20px 25px 0px 0px;
}
.slider .from, .slider .to{
	font-size: 15px;
  	margin-top: 8px;
  	font-weight: 300;
}
.slider .from{
	float: left;
}
.slider .to{
	float: right;
	margin-right: -25px;
}
.slider-range{
	height: 5px;
	cursor: pointer;
}
.ui-slider .ui-slider-handle{
	height: 26px;
	width: 26px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: transform 50ms ease-out;
	-webkit-transition: transform 50ms ease-out;
	-moz-transition: transform 50ms ease-out;
	-o-transition: transform 50ms ease-out;
	cursor: -webkit-grab; cursor: -moz-grab;
}
.ui-slider-horizontal .ui-slider-handle{
	top: -13px;
	margin-left: 0px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-state-active, .ui-widget-content .ui-state-active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	border-color: #d93636;
	outline: none;
	display: block;
	padding: 5px;
}
.ui-widget-content a{
	display: block;
	padding: 5px;
}
.ui-state-active, .ui-widget-content .ui-state-active{
	/* transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-moz-binding: scale(1.4);
	-o-transform: scale(1.4); */
	cursor: -webkit-grabbing; cursor: -moz-grabbing;
}
/* CHECKBOXES MULTISELECT */
.boxes-multiselect input{
	opacity: 0;
	position: absolute;
	left: -500px;
}
.boxes-multiselect.sizes label, .boxes-multiselect.colors label{
	display: block;
	float: left;
	background: #FFFFFF;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	margin-right: 3px;
	margin-bottom: 3px;
	cursor: pointer;
	border: 1px solid #dadada;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.products .item a.thumb img.permanent-promo{
	position: absolute;
	left: 5px;
	z-index: 99;
	top: auto;
	bottom: 15px;
	margin: 0px;
	width: 65px;
}
.boxes-multiselect.text-btns{

}
.boxes-multiselect.text-btns label{
	display: block;
	background: #FFFFFF;
	padding: 7px 10px 7px 35px;
	line-height: 1.1em;
	cursor: pointer;
	border: 1px solid #dadada;
	margin-bottom: 1px;
	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	font-weight: 400;
  	position: relative;
}
.boxes-multiselect.text-btns label:hover{
	background-color: #d93636;
	background: url('../img/icons/tick-filter.png') 8px 9px/20px no-repeat, -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: url('../img/icons/tick-filter.png') 8px 9px/20px no-repeat, -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: url('../img/icons/tick-filter.png') 8px 9px/20px no-repeat, linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.boxes-multiselect.text-btns label:after{
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	background-image: url('../img/icons/remove-filter.png');
	background-size: 24px;
	background-repeat: no-repeat;
	top: 4px;
	right: 5px;
	display: none;
}
.boxes-multiselect.text-btns label.active{
	background-color: #d93636;
	background: url('../img/icons/tick-filter.png') 8px 9px/20px no-repeat, -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: url('../img/icons/tick-filter.png') 8px 9px/20px no-repeat, -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: url('../img/icons/tick-filter.png') 8px 9px/20px no-repeat, linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.boxes-multiselect.text-btns label.active:after{
	display: block;
}
.boxes-multiselect.sizes label:hover, .boxes-multiselect.sizes label.active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.boxes-multiselect.sizes input[type=radio]:checked + label{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.boxes-multiselect.colors label{
	background-image: url('../img/icons/tick-filter.png');
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: 24px;
}
.boxes-multiselect.colors label.active{
	background-position: center 14px;
}

/* PRODUCT LIST */
.products-list{
	position: relative;
}
.products-list .loader{
	background-position: center 155px;
	background-size: 64px;
	background-color: rgba(255,255,255,0.6);
	width: 100%;
	position: absolute;
}
.products .item{
	margin-bottom: 10px;
	padding-top: 25%;
}
.products .item .product{
	position: absolute;
	top: 0px;
	left: 2.5%;
	width: 94%;
	height: 100%;
	z-index: 450;
}
.products .item a.thumb{
	display: block;
	padding-top: 100%;
	height: 0px;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(158,158,158,0.65);
	-moz-box-shadow: 0px 0px 10px 1px rgba(158,158,158,0.65);
	box-shadow: 0px 0px 10px 1px rgba(158,158,158,0.65);
}
.products .item:hover a.thumb{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.products .item:hover a.thumb{
	border-color: #FFFFFF;
}
.products .product img.manufacturer{
	max-width: 20%;
    max-height: 30px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.products .item a.thumb img.new-promo{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 50px;
	z-index: 99;
}
.products .item a.thumb img.new-promo.free-shipping{
	right: auto;
	left: 5px;
	margin: 0px;
	width: 40px;
}
.products .item a.thumb img.bestseller{
	position: absolute;
	top: -5px;
	left: -5px;
	width: 90px;
	z-index: 99;
}
.products .item a.thumb label.new, .products .item a.thumb label.promo{
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 5px;
	line-height: 38px;
	z-index: 100;
}
.products .item a.thumb label.new{
	font-size: 20px;
	font-weight: 300;
	color: #000000;
}
.products .item a.thumb label.promo{
	font-size: 18px;
	font-weight: 800;
	color: #cb1544;
}
.products .item a.thumb > span{
	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	right: 0px;
  	top: 0px;
  	text-align: center;
  	overflow: hidden;
}
.products .item a.thumb > span p{
	position: absolute;
	padding: 10px;
	font-size: 16px;
	line-height: 1.2em;
	/*font-family: 'PT Serif', serif;*/
	bottom: -76%;
	overflow: hidden;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #FFFFFF;
	transition: bottom 0.30s;
	max-height: 115px;
}
.products .item:hover a.thumb > span p{
	bottom: -16px;
}
.products .item a.thumb > span::before {
  	content: ' ';
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
}
.products .item a.thumb img{
	max-width: 100%;
  	max-height: 100%;
  	vertical-align: bottom; /*middle*/
  	display: inline-block;
  	transition: transform 0.35s;
  	-webkit-transition: transform 0.35s;
  	-o-transition: transform 0.35s;
  	-moz-transition: transform 0.35s;
}
.products .item:hover a.thumb span img{
	/*-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    transform: scale(1.15);*/

	/*-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
	-moz-transform: translate3d(0,-50px,0);
	-o-transform: translate3d(0,-50px,0);*/
}
.products .item a.thumb span.price{
	position: absolute;
	top: 0px;
	left: 0px;
	right: auto;
	bottom: auto;
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	line-height: 16px;
	padding: 11px 10px;
	border-radius: 0px 0px 6px 0px;
	text-align: center;
	background: transparent;
}
.products .item a.thumb span.price.promo{
	font-size: 13px;
	color: #cb1544;
	background: transparent;
	filter: none;
}
.products .item a.thumb span.price.promo .old{
	font-weight: 300;
	text-decoration: line-through;
}
.products a.price{
	display: block;
	padding: 5px;
	margin-top: 5px;
	text-align: center;
	transition: padding-top 0.2s ease-out;
	transition: margin-top 0.2s ease-out;
}
.products .item:hover a.price{
	padding-top: 0px;
	margin-top: 0px;
}
.products a.price > span{
	font-size: 16px;
	/*font-family: 'PT Serif', serif;*/
	display: inline-block;
	font-weight: 700;
}
.products a.price > span.promo{
	background-image: url('../img/icons/promo-price.png');
	background-size: 34px;
	background-position: left center;
	padding-left: 34px;
	background-repeat: no-repeat;
}
.products a.price > span.perc{
	position: relative;
    bottom: 8px;
    font-size: 13px;
    right: 3px;
}
.products a.price > span .old{
	font-size: 13px;
	font-weight: 400;
	display: block;
	text-decoration: line-through;
	line-height: 1em;
}
.products .l1{
	clear: both;
}
.products-list .item .bg-wrapper{
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	box-sizing : content-box;
	-webkit-box-sizing : content-box;
	-moz-box-sizing : content-box;
	-o-box-sizing : content-box;
	overflow: hidden;
	/*@include transition(box-shadow 0.2s ease-out);*/
}
.listitem.item:hover .bg-wrapper{
	height: auto;
	margin-top: -90px;
	padding: 0px;
	z-index: 460;
	box-shadow: #5a5a5a 0px 0px 50px 0px;
	-webkit-box-shadow: #5a5a5a 0px 0px 50px 0px;
	-moz-box-shadow: #5a5a5a 0px 0px 50px 0px;
	-o-box-shadow: #5a5a5a 0px 0px 50px 0px;
	overflow: visible;
}
.listitem.item:hover .bg-wrapper .prod-title{
	position: static;
	display: table;
	width: 90%;
	margin: auto;
	height: 90px;
	text-align: center;
}
.listitem.item:hover .bg-wrapper .prod-title > p{
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 400;
	/*font-family: 'PT Serif', serif;*/
}
.listitem.item:hover .bg-wrapper .colors{
	position: static;
	margin-top: 100%;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.listitem.item:hover .bg-wrapper .colors .sizes{
	font-weight: 14px;
	font-weight: 400;
}
.listitem.item:hover .bg-wrapper .colors .sizes strong{
	font-size: 15px;
}
.listitem.item .bg-wrapper .colors a.open-with-size{
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	line-height: 33px;
	width: 35px;
	height: 35px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 1px solid #dadada;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	color: #000000;
	text-decoration: none;
}
.listitem.item .bg-wrapper .colors a.open-with-size:hover, .listitem.item .bg-wrapper .colors a.open-with-size:focus{
	background-color: #d93636;
	border-color: #d93636;
	color: #FFFFFF;
}
.listitem.item .bg-wrapper .colors a.show-more-colors{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    text-decoration: underline;
    color: #000000;
    overflow: hidden;
    margin-left: 4px;
}
.listitem.item:hover .bg-wrapper .colors .sizes a.show-more-colors{
	overflow: inherit;
}
.products-list .item .bg-wrapper a.size-link{
	display: inline-block;
    background: #FFFFFF;
    width: 51px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: -1px;
    margin-bottom: -1px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    font-weight: bold;
}
.products-list .item .bg-wrapper a.size-link:hover, .products-list .item .bg-wrapper a.size-link:focus{
	-webkit-box-shadow: inset 0px 0px 17px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 17px -4px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 17px -4px rgba(0,0,0,0.75);
	background-color: red;
	color: #FFFFFF;
}
.products-list .item .bg-wrapper .colors label.color-label{
	display: block;
	text-align: center;
	font-size: 14px;
	/*font-family: 'PT Serif', serif;*/
	font-weight: 400;
	margin-bottom: 0px;
}
.products-list .item .bg-wrapper .colors .choose-color, span.choose-color{
	display: inline-block;
    position: relative;
    background: #FFF;
    width: 35px;
    height: 35px;
    margin-bottom: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.products-list .item .bg-wrapper .colors .choose-color > span{
	height: 100%;
	top: 0px;
	position: absolute;
}
.products .item:hover .product{
	z-index: 500;
}

/* product inner */
.product-details{
	padding: 10px 0px 30px 0px;
}
.product-details .main-image{
	position: relative;
}
.product-details .main-image .new-promo{
    position: absolute;
    bottom: 110px;
    left: 25px;
    z-index: 200;
    width: 60px;
}
.product-details .main-image img.bestseller{
	width: 90px;
    position: absolute;
    bottom: 79px;
    left: 7px;
    z-index: 200;
}
.product-details .main-info{
	background: #e9e9e9;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.product-details .main-info-cont{
	width: 217px;
	margin: auto;
}
.product-details .main-info h1{
	font-size: 22px;
	line-height: 1;
	font-weight: 300;
	margin: 25px 0px 10px 0px;
}
a.sizetable{
	display: block;
	font-size: 13px;
	color: #0173bb;
	text-decoration: underline;
	background-image: url('../img/icons/sizetable.png');
	background-size: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 76px;
	text-align: left;
}
.sizetables{
	overflow-x: auto;
}
.sizetables>h1 {
    font-weight: 400;
    font-size: 25px;
    margin: 30px 10px 15px 10px;
    display: inline-block
}

.sizetable table {
    background-color: #F4F4F4;
    font-size: 13px;
    line-height: 17px;
    padding: 10px 5px;
    margin-bottom: 10px
}

.sizetable table td {
    padding: 2px 10px
}

.sizetable table h1 {
    background-color: #d93636;
    color: #FFFFFF;
    font-size: 1.4em;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 4px 6px;
    display: block
}
.product-details .main-info .fb-like{
	min-height: 20px;
	margin-bottom: 5px;
	display: block;
	background-image: url('../img/fb-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px
}
.product-details .main-info .fb-like[fb-xfbml-state=rendered]{
	background-image: none;
}
.fb_iframe_widget{
	background: none;
}
.product-details .main-info-cont img.down-arr{
	width: 63px;
}
.product-details .main-info span.label{
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin: 15px 0px 5px 0px;
}
.product-details .main-info .choose-color{
	display: block;
	position: relative;
  	float: left;
  	background-color: #FFFFFF;
  	width: 70px;
  	height: 70px;
  	line-height: 35px;
  	text-align: center;
  	margin-left: 1px;
  	margin-right: 1px;
  	margin-bottom: 2px;
  	cursor: pointer;
  	transition: border-width 0.1s ease-in;
  	-webkit-transition: border-width 0.1s ease-in;
  	-moz-transition: border-width 0.1s ease-in;
  	-o-transition: border-width 0.1s ease-in;
  	border: 2px solid #d0d0d0;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center;
}
.product-details .main-info .choose-color.active, .product-details .main-info .choose-color:hover{
	border-color: #d93636;
}

.product-details .main-info .choose-color img.tick{
	display: none;
	width: 24px;
	position: absolute;
	z-index: 300;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -10px;
}
.product-details .main-info .choose-color.active img.tick{
	display: block;
}
.product-details .main-info .prices{
	clear: both;
	padding-top: 30px;
	font-size: 24px;
	font-weight: 700;
}
.product-details .main-info .prices.promo-price{

}
.product-details .main-info .prices .perc{

}
.product-details .main-info .prices .old-price{
	font-weight: 300;
	text-decoration: line-through;
}
.product-details .main-info .prices .price{

}
.product-details .main-info .outofstock{
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 10px 0px;
	color: #d93636;
	font-size: 27px;
    line-height: 1;
}
.product-details .main-info .loader{
	display: none;
	width: 49px;
	height: 49px;
	margin: 5px auto;
}
.product-details .main-info input.buy{
	font-size: 24px;
	line-height: 48px;
	display: block;
	width: 100%;
	max-width: 180px;
	margin: 10px auto;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	border: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.main-image .parameter_icons{
	position: absolute;
	top: 10px;
	left: 21px;
	width: 120px;
	z-index: 300;
}
.main-image .parameter_icons img{
	margin: 5px 0px;
	z-index: 300;
}
table.product-params{
    width: 100%;
    margin: 0px auto 20px auto;
    text-align: left;
    border: 2px solid #e9e9e9;
    max-width: 500px;
}
table.product-params td{
	min-width: 20%;
    padding: 3px 10px;
    line-height: 1.2;
    vertical-align: top;
}
ul.product-params{
	margin: 0px 0px 30px 0px;
	padding: 0px;
	list-style: none;
}
ul.product-params li{
	padding: 1px 0px 1px 17px;
	margin: 0px;
	list-style: none;
	background-image: url('../img/icons/tick.png');
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	font-size: 16px;
	font-weight: 400;
	display: inline;
}
ul.product-params li::after{
	content:"\A";
	white-space:pre;

}
.add-info .dlvr{
	background-image: url('../img/icons/truck.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 30px;
	padding-top: 10px;
    min-height: 50px;
}
.add-info strong.desc{
	display: block;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	color: #d93636;
}
.add-info, .add-info p{
	font-size: 14px;
}

#gallery-1 {
  	width: 100%;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	user-select: none;
  	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.55);
	padding-top: 20px;
	padding-bottom: 20px;
}
.rsOverflow{
	border: 0px !important;
}
.rsDefaultInv .rsThumb{
	border: 1px solid #454545;
	padding: 2px;
}
.rsDefaultInv .rsThumb.rsNavSelected{
	background: none;
	border: 3px solid #d93636;
	padding: 0px;
}
.rsDefaultInv .rsThumb.rsNavSelected img{
	opacity: 1;
	filter: alpha(opacity=100);
}
footer{
	text-align: center;
	margin-top: 40px;
	background-color: #454545;
	padding-top: 30px;
	position: relative;
}
.footer_text p, .footer_text{
	font-size: 13px;
	line-height: 1.1;
	color: #454545;
	text-align: center;
}
.footer_text h2{
	font-size: 18px;
}
.footer_text h3{
	font-size: 16px;
}
.footer_text h4{
	font-size: 14px;
}
.footer_text h1, .footer_text h2, .footer_text h3, .footer_text h4{
	margin: 15px 0px 5px 0px;
}
footer .gototop{
	position: absolute;
	left: 50%;
	margin-left: -37px;
	top: -27px;
  	width: 74px;
  	height: 55px;
  	background-image: url('../img/icons/gototop.png');
  	background-size: 32px;
  	background-repeat: no-repeat;
  	background-position: center 15px;
  	cursor: pointer;
	background-color: #d93636;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	padding-top: 23px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	color: #FFFFFF;
	transition: all 0.2s linear;
}
footer .gototop.fixed{
	position: fixed;
	top: auto;
	bottom: 10px;
	left: 10px;
	margin-left: 0px;
	z-index: 900;
}
footer a.logo{
	margin: 40px auto 30px auto;
	display: block;
	width: 170px;
}
footer a.logo img{
	width: 100%;
}
footer a.soc{
	display: inline-block;
	width: 64px;
	height: 64px;
	margin: 0px 1px;
}
footer a.soc img{
	max-width: 100%;
	margin-top: 0px;
}

footer .links{
	font-size: 15px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}
footer .links a{
	display: inline-block;
	padding: 3px 6px;
	color: #FFFFFF;
}
footer .links a:hover{
	text-decoration: underline;
}

/* SHOPPING CART: */
.basket-steps{
	background: #FFFFFF;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 15px;
	background-color: #e9e9e9;
}
.basket-steps.prof-steps{
	min-height: 75px;
	height: auto;
}
.search-res{
	font-size: 20px;
	padding: 24px;
	margin-top: 57px;
	text-align: left;
	min-height: 75px;
	height: auto;
}
.basket-steps a.profile-links{
	display: block;
	padding: 3px 25px;
}
.basket-steps .step{
	display: inline-block;
	font-size: 17px;
	font-weight: 400;
	height: 60px;
}
.basket-steps .step.prof{
	min-height: 60px;
	height: auto;
}
.basket-steps .step span{
	/*font-family: 'PT Serif', serif;*/
	position: relative;
	top: 2px;
	text-transform: uppercase;
}
.basket-steps .step.active span{
	color: #d93636;
	font-weight: 800;
}
.basket-steps .step img{
	margin-right: 3px;
	margin-left: 10px;
	max-height: 60px;
}
.basket-steps .steps-arrow{
	display: inline-block;
	background-image: url('../img/icons/next-step.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 25px;
	width: 25px;
	height: 16px;
	margin: 0px 18px;
}
.basket-products-page{
	background: #FFFFFF;
	border: 1px solid #454545;
	padding: 0px 11px;
	margin-bottom: 25px;
}
.basket-products-page h1{
	/*font-family: 'PT Serif', serif;*/
	font-size: 25px;
	font-weight: 800;
	color: #d93636;
	text-transform: uppercase;
	display: inline-block;
	line-height: 31px;
	height: 31px;
	position: relative;
	margin: 30px 0px;
}
/*.basket-products-page h1:before{
	width: 4px;
	height: 31px;
    content: " ";
    position: absolute;
    left: -4px;
    top: 0px;
	background-image: url('../img/icons/h-left.png');
	background-size: 4px;
}
.basket-products-page h1:after{
	width: 4px;
	height: 31px;
    content: " ";
    position: absolute;
    right: -4px;
    top: 0px;
	background-image: url('../img/icons/h-right.png');
	background-size: 4px;
}*/
.basket-products-page h1.basket-empty{
	margin: 130px 0px;
}
.order-success h1{
	display: block;
	height: auto;
	background: transparent;
	color: #000000;
	line-height: 1.1;
}
.order-success h1:before, .order-success h1:after{
	display: none;
}
.basket-products-page h2{
	/*font-family: 'PT Serif', serif;*/
	font-size: 20px;
	font-weight: 800;
	color: #d93636;
	text-transform: uppercase;
	display: inline-block;
	line-height: 31px;
	height: 31px;
	position: relative;
}
/*.basket-products-page h2:before{
	width: 4px;
	height: 31px;
    content: " ";
    position: absolute;
    left: -4px;
    top: 0px;
	background-image: url('../img/icons/h-left.png');
	background-size: 4px;
}
.basket-products-page h2:after{
	width: 4px;
	height: 31px;
    content: " ";
    position: absolute;
    right: -4px;
    top: 0px;
	background-image: url('../img/icons/h-right.png');
	background-size: 4px;
}*/
.basket-product{
	border-top: 1px solid #dadada;
	display: table;
	width: 100%;
}
.lg-table-row{
	display: table-row;
}
.basket-product .thumb-title, .basket-product .price-qty{
	display: table-cell;
	vertical-align: middle;
}
.basket-product .thumb-title > a{
	display: table-cell;
}
.basket-product .thumb-title > a > img{
	height: 80px;
	margin: 4px 15px 4px 0px;
}
.basket-product .thumb-title a.prod-title{
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
}
.basket-product a.prod-title{
	/*font-family: 'PT Serif', serif;*/
	font-size: 17px;
	font-weight: 700;
	color: #000000;
}
.basket-product .price-qty{
	width: 670px;
}
.basket-product .price-qty > .price, .basket-product .price-qty > .qty{
	float: right;
}
.basket-product .last-av{
	color: #d93636;
}
.basket-product .last-av img{
	height: 36px;
	margin-top: -3px;
}
.basket-product .price-qty > .price{
	margin-right: 30px;
	line-height: 39px;
	position: relative;
	top: 1px;
}
.basket-product .price-qty > .price span.product-size{
	font-size: 17px;
	margin-right: 10px;
}
.basket-product .price-qty > .price span.product-size > span{
	display: inline-block;
    background: #FFFFFF;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 16px;
}
.basket-product .price-qty > .price img{
	margin: 0px 3px;
	position: relative;
	bottom: 2px;
	max-width: 32px;
}
.basket-product .price-qty > .price > span{
	font-size: 17px;
	font-weight: 400;
}
.basket-product .price-qty > .price span.old-price{
	font-size: 17px;
	font-weight: 300;
	text-decoration: line-through;
	display: inline;
}
.basket-product .price-qty > .price span.price{
	/*font-family: 'PT Serif', serif;*/
	font-size: 16px;
	font-weight: 700;
	display: inline;
}
.basket-product .price-qty > .qty span, .basket-product .price-qty > .qty button, .basket-product .price-qty > .qty > div{
	display: inline-block;
}
.basket-product .price-qty > .qty span{
	font-size: 17px;
	font-weight: 400;
	display: inline-block;
	height: 41px;
	line-height: 41px;
}
.basket-product .price-qty > .qty span.del-label{
	margin-left: 10px;
}
.basket-products-page .price-qty button{
	background: #8a8a8a;
	color: #FFFFFF;
	border: 0px;
	height: 35px;
	width: 35px;
	line-height: 1;
	font-size: 16px;
	font-weight: 400;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.basket-products-page .price-qty button.qty-number{
	cursor: default;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 18px;
	width: 35px;
	text-align: center;
}
.basket-products-page .price-qty button.qty-remove{
	/*font-family: 'PT Serif', serif;*/
	/*font-size: 12px;*/
	background-image: url('../img/icons/basket-delete.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	width: 35px;
	height: 35px;
	background-color: #d93636;

}
.basket-products-page button.qty-minus:hover, .basket-products-page button.qty-plus:hover /*, .basket-products-page button.qty-remove:hover*/{
	background-color: #d93636;
	color: #FFFFFF;
}
/*.basket-products-page .price-qty button.qty-remove:hover{
	background-position: 7px -49px;
}*/
.basket-products-page .price-qty button.qty-minus[disabled], .basket-products-page .price-qty button.qty-plus[disabled], .basket-products-page .price-qty button.qty-remove[disabled]{
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.basket-products-page .price-qty .loader{
	display: none;
	width: 35px;
	height: 35px;
}
.basket-products-page .price-qty .del-loader{
 	display: none;
	width: 35px;
	height: 35px;
	margin: 0px;
}
.basket-products-page .promo-code{
	padding: 20px 0px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.basket-products-page .promo-code form{
	float: right;
}
.basket-products-page .promo-code span{
	/*font-family: 'PT Serif', serif;*/
	font-size: 17px;
	font-weight: 400;
}
.basket-products-page .promo-code input{
	background: #FFFFFF;
	border: 1px solid #454545;
	height: 36px;
	width: 138px;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
	padding: 0px 10px;
	margin-left: 5px;
	text-transform: uppercase;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.basket-products-page .promo-code button.promo-code-submit{
	/*font-family: 'PT Serif', serif;*/
	height: 36px;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 10px;
	position: relative;
	top: -1px;
	text-align: center;
	padding: 0px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.basket-products-page .promo-code span.promo-code-delete{
	background: #8a8a8a;
	color: #FFFFFF;
	border: 1px solid #454545;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	font-weight: 400;
	/*background-image: url('../img/icons/delete.png');
	background-repeat: no-repeat;
	background-position: 9px 5px;
	background-size: 22px;*/
	background-image: url('../img/icons/basket-delete.png');
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
	width: 135px;
	padding-left: 45px;
	text-transform: uppercase;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.basket-products-page .promo-code span.promo-code-delete:hover{
	background-color: #d93636;
	color: #FFFFFF;
	/*background-position: 7px -47px;*/
}
.shiping-method-wrapper{
	padding-bottom: 50px;
	border-bottom: 1px solid #dadada;
}
.shiping-method{
	width: 50%;
	float: left;
	cursor: pointer;
}
.shiping-method.mail{
	border-right: 1px solid #dadada;
}
.shiping-method div.image{
	width: 170px;
	float: left;
	text-align: center;
}
.shiping-method div.image img{
	max-width: 120px;
}
.shiping-method > img{
	width: 112px;
}
.shiping-method .details{
	float: left;
}
.shiping-method label.radio input{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.shiping-method label.radio{
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	display: block;
	height: 28px;
	padding-left: 35px;
	background-image: url('../img/icons/radio.jpg');
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: left top;
	cursor: pointer;
	margin: 0px 0px 5px 0px;
}
.shiping-method label.radio.active{
	background-position: left bottom;
	font-weight: 800;
}
.shiping-method span{
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.shiping-method strong{
	display: block;
	font-size: 20px;
	font-weight: 700;
}
.shiping-method span.old_price{
	text-decoration: line-through;
	display: inline;
	font-size: 18px;
}
.shiping-method img.vaucher{
	max-height: 22px;
	display: inline;
}
.optional-packaging{
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}
.optional-packaging .thumb{
	float: left;
	width: 170px;
	padding-right: 20px;
}
.optional-packaging .thumb img{
	max-width: 100%;
	border: 1px solid #dadada;
}
.optional-packaging .info{
	float: left;
	width: 250px;
}
.optional-packaging .info strong{
	font-size: 20px;
	font-weight: 800;
	display: block;
	margin-bottom: 10px;
}
.optional-packaging .info p{
	font-size: 15px;
	line-height: 18px;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
}
.optional-packaging .price-qty{
	float: right;
	margin-top: 47px;
}
.optional-packaging .price-qty > span.price{
	font-size: 20px;
	font-weight: 700;
	display: inline;
	margin-right: 20px;
}
.optional-packaging .price-qty > span, .optional-packaging .price-qty > button, .optional-packaging .price-qty > div{
	display: inline-block;
}
.optional-packaging .price-qty > span{
	font-size: 14px;
	font-weight: 300;
}
.basket-products-page .total{
	/*font-family: 'PT Serif', serif;*/
	font-size: 22px;
	font-weight: 700;
	display: block;
	padding: 20px 0px;
	border-bottom: 1px solid #dadada;
	text-align: right;
}
.basket-products-page .total img.loader{
	display: none;
	width: 27px;
	height: 27px;
}
.basket-products-page .total span.delivery{
	font-size: 13px;
	display: block;
	font-weight: 400;
}
.basket-bottom-nav{
	padding: 20px 0px;
}
.basket-bottom-nav a{
	/*font-family: 'PT Serif', serif;*/
	font-size: 17px;
	font-weight: 400;
	display: block;
	line-height: 36px;
	height: 36px;
	border: 0px;
	background-repeat: no-repeat;
	background-size: 35px;
	padding: 0px 10px;
	/*min-width: 190px;*/
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.basket-bottom-nav a.next{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	border: 0px;
	padding-right: 50px;
	padding-left: 20px;
	text-align: center;
	position: relative;
	float: right;
	min-width: 1px;
}
.basket-bottom-nav a.next::after{
	content: " ";
	background-image: url('../img/icons/next-step-btn.png');
	background-position: right center;
	background-size: 25px;
	width: 25px;
	height: 17px;
	position: absolute;
	right: 12px;
	top: 8px;
}
.basket-bottom-nav a.back{
	background-color: #8a8a8a;
	color: #FFFFFF;
	border: 0px;
	padding-left: 40px;
	background-image: url('../img/icons/prev-step-btn.png');
	background-size: 25px;
	background-position: 6px center;
	float: left;
	text-align: right;
}
.basket-bottom-nav a.back:hover{
	background-color: #d93636;
	color: #FFFFFF;
}
.shipping-details{
	position: relative;
	margin: 25px 0px;
}
.shipping-details-or{
	position: absolute;
	height: 100%;
	width: 20px;
	position: absolute;
	left: 33%;
	margin-left: -10px;
	text-align: center;
	background-image: url('../img/bg-or.gif');
	background-repeat: repeat-y;
	background-position: center;
}
.shipping-details-or.or-guest{
	left: 66%;
}
.shipping-details-or span{
	position: absolute;
	top: 50%;
	width: 20px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	height: 24px;
	margin-top: -12px;
	margin-left: -10px;
	background: #FFFFFF;
	line-height: 20px;
}
.shipping-details > .col-lg-4, .shipping-details > .bottom-create-user > .col-lg-4, .shipping-details > .bottom-create-user > .col-lg-8{
	padding-left: 30px;
	padding-right: 30px;
}
.shipping-details h2{
	margin: 5px 0px 30px 0px;
}
.shipping-details label{
	font-size: 17px;
	font-weight: 400;
	/*font-family: 'PT Serif', serif;*/
	margin-bottom: 3px;
}
.shipping-details input{
	background: #FFFFFF;
    border: 1px solid #454545;
    height: 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    padding: 0px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    color: #000000;
}
.shipping-details .city-loader{
	display: none;
	position: absolute;
	right: 15px;
	top: 29px;
	height: 40px;
	z-index: 500;
}
.shipping-details .loading .city-loader{
	display: block;
}
.shipping-details label.create-user-checkbox{
	font-size: 16px;
	background-repeat: no-repeat;
	background-image: url('../img/bg-filter-checkboxes.jpg');
	background-size: 14px;
	background-position: 0px -235px;
	padding: 0px 0px 0px 22px;
	font-weight: 400;
	cursor: pointer;
	display: block;
	line-height: 18px;
	position: relative;
	margin-top: 33px;
	height: 36px;
}
.shipping-details label.create-user-checkbox span.create-user-checkbox-btn{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	position: relative;
	bottom: 6px;
	font-size: 14px;
	font-weight: 600;
}
.shipping-details .password{
	display: none;
	clear: both;
}
.shipping-details label.create-user-checkbox a{
	color: #0173bb;
	text-decoration: underline;
}
.shipping-details label.create-user-checkbox a:hover{
	text-decoration: none;
}
.shipping-details label.create-user-checkbox.active{
	background-position: 0px -201px !important;
}
.shipping-details label.create-user-checkbox input[type="checkbox"]{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 0px;
	width: 0px;
	position: absolute;
}
.shipping-details input.submit{
	/*font-family: 'PT Serif', serif;*/
	border: 0px;
	background: #8a8a8a;
	font-weight: 400;
	font-size: 17px;
	color: #FFFFFF;
	max-width: 120px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.shipping-details input.submit.active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.shipping-details input.submit-active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.shipping-details input.submit:hover{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.shipping-details p{
	font-size: 15px;
}
.shipping-details a.button-white{
	display: inline-block;
	height: 36px;
	background-color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	max-width: 195px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #dadada;
}
.shipping-details a.button-white:hover{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.shipping-details a.button-white.active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	border-color: #d93636;
	color: #FFFFFF;
}
.shipping-details .reg-text{
	height: 192px;
}
.shipping-details .form-group{
	margin-bottom: 20px;
}
.shipping-details .total{
	min-height: 115px;
}
.shipping-details .bottom-create-user label{
	white-space: nowrap;
}
.bottom-create-user{
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #dadada;
}
.bottom-terms{
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}
.bottom-create-user label{
	font-size: 16px;
	background-repeat: no-repeat;
	background-image: url('../img/bg-filter-checkboxes.jpg');
	background-size: 14px;
	background-position: 0px -235px;
	padding: 0px 0px 0px 22px;
	font-weight: 400;
	cursor: pointer;
	display: block;
	line-height: 18px;
	position: relative;
	margin-bottom: 15px;
}
.bottom-create-user label a{
	color: #0173bb;
	text-decoration: underline;
}
.bottom-create-user label a:hover{
	text-decoration: none;
}
.bottom-create-user label.active{
	background-position: 0px -201px !important;
}
.bottom-create-user input[type="checkbox"]{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 0px;
	width: 0px;
	position: absolute;
}
.bottom-create-user input.submit{
	display: block;
	float: right;
	max-width: 100%;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	width: auto;
	text-align: left;
	padding: 0px 50px 0px 20px;
}
.bottom-create-user input.submit + img{
	position: absolute;
    width: 25px;
    right: 22px;
    top: 8px;

}



.bottom-create-user a.back{
	font-size: 17px;
	font-weight: 400;
	display: block;
	line-height: 36px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: 35px;
	padding: 0px 10px;
	background-color: #8a8a8a;
	color: #FFFFFF;
	border: 0px;
	padding-left: 40px;
	background-image: url('../img/icons/prev-step-btn.png');
	background-size: 25px;
	background-position: 6px center;
	float: left;
	text-align: right;
	text-transform: uppercase;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.bottom-create-user a.back:hover{
	background-color: #d93636;
	color: #FFFFFF;
}
span.link-style{
	color: #428bca;
	text-decoration: underline;
	cursor: pointer;
}
.shipping-info-wrapper{
	position: relative;
}
.shipping-info{
	display: table;
	float: left;
	width: 50%;
}
.shipping-info img.payment-guide{
	max-width: 100%;
}
.shipping-info h2{
	white-space: nowrap;
	margin: 30px 0px 10px 20px;
}
.shipping-info .ship-info-row{
	display: table-row;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
}
.shipping-info .ship-info-row .lbl{
	/*font-family: 'PT Serif', serif;*/
	display: table-cell;
	width: 170px;
	font-weight: 700;
	text-align: right;
	padding-right: 10px;
}
.shipping-info .ship-info-row .vl{
	/*font-family: 'PT Serif', serif;*/
	display: table-cell;
}
.shipping-info-separator{
	position: absolute;
	top: 20px;
	height: 100%;
	width: 1px;
	left: 50%;
	margin-left: -1px;
	background: #dadada;
}
.shipping-info-bottom-nav{
	margin-top: 90px;
	position: relative;
	border-top: 1px solid #dadada;
}
.shipping-info-bottom-nav a.middle{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	position: absolute;
	height: 36px;
	line-height: 36px;
	border: 1px solid #454545;
	background-repeat: no-repeat;
	background-size: 22px;
	background-image: url('../img/icons/edit.png');
	background-position: 10px 6px;
	padding: 0px 10px 0px 40px;
	min-width: 190px;
	left: 50%;
	margin-left: -99px;
}
.shipping-info-bottom-nav a.middle:hover{
	background-color: #d93636;
	border-color: #d93636;
	color: #FFFFFF;
	background-position: 10px -39px;
}
.form-login .login-loader, .form-lost-pass .login-loader{
	display: none;
	width: 36px;
	height: 36px;
}
.form-register .login-loader{
	display: none;
	width: 36px;
	height: 36px;
	margin: auto;
}
.shipping-info-bottom-nav .login-loader{
	display: none;
	width: 36px;
	height: 36px;
	margin: auto;
	float: right;
	margin-right: 60px;
}
div.alert{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	display: block;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
div.alert > img{
	max-height: 32px;
}
div.login-alert{
	display: none;
}
div.login-alert span.updated_basketprods {
  	font-size: 14px;
  	background-image: url('../img/icons/tick-white.png');
  	background-position: left center;
  	background-repeat: no-repeat;
  	background-size: 26px;
  	padding-left: 30px;
}
div.login-alert span.updated_basketprods strong{
	font-size: 19px;
}
div.success-alert{
	display: none;
	background: #b4f07a;
	color: #000000;
}
.shipping-details label.error{
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	position: absolute;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	padding: 0px 4px;
}
.shipping-details .form-popup label.error{
	bottom: 5px;
}
.shipping-details .country-select label.error{
	bottom: -21px;
}
.selectboxit-btn.error-border{
	border-color: #d93636 !important;
}
.selectboxit-btn.valid-border{
	border-color: #b4f07a !important;
}
.shipping-details .customselect{
	margin-top: 0px;
}
.shipping-details .selectboxit-container *{
	font-weight: 400;
}
.bottom-create-user .terms label.error{
	position: static;
	background: none;
	padding: 0px;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	padding: 0px 4px;
	display: inline;
}
label.guest-reg-toggle input{
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
}
label.guest-reg-toggle{
	background-color: #9e9e9e;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.1;
	display: block;
	padding: 20px 12px 20px 56px;
	cursor: pointer;
	position: relative;
	min-height: 103px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.shipping-details .choose-reg{
	max-width: 1070px;
	margin: auto;
	transition: padding 0.2s ease-in;
	-moz-transition: padding 0.2s ease-in;
	-webkit-transition: padding 0.2s ease-in;
	-o-transition: padding 0.2s ease-in;
}
label.guest-reg-toggle strong{
	font-weight: 400;
	display: block;
	font-size: 20px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
label.guest-reg-toggle em{
	background-image: url('../img/icons/radio.png');
	background-repeat: no-repeat;
	background-size: 28px;
	background-position: left top;
	height: 28px;
	width: 28px;
	position: absolute;
	left: 16px;
	top: 20px;
}
label.guest-reg-toggle.active{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
}
label.guest-reg-toggle.active em{
	background-position: left bottom;
}
.reg-sperator{
	width: 100%;
	height: 1px;
	padding-top: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
	clear: both;
}

/* LOGIN/REGISTER: */
.register-page{
	margin-top: 65px;
}

/* My orders table: */
.myord-table{
	display: table;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
}
.myord-thead, .myord-row{
	display: table-row;
}
.myord-cell{
	/*font-family: 'PT Serif', serif;*/
	display: table-cell;
	padding: 20px 6px;
	border-bottom: 1px solid #dadada;
	vertical-align: middle;
}
.myord-thead .myord-cell{
	padding-bottom: 5px;
	padding-top: 10px;
}
.myord-cell .itm{
	line-height: 1.2;
	margin-bottom: 10px;
}
.myord-cell a{
	color: #0173bb;
	text-decoration: underline;
	padding: 0px 2px;
}
.myord-cell img{
	display: inline;
	position: relative;
	bottom: 3px;
	margin-left: 4px;
	height: 29px;
}
.myord-cell img.myord-shipping{
	height: 50px;
	position: static;
	margin: 0px;
}
.myord-cell input{
	border: none;
	padding: 0px;
	height: 38px;
}
/*.myord-products{
	font-size: 14px;
}*/
.myord-thead{
	font-size: 20px;
}
h2.myord-title{
	margin: 0px 0px 5px 0px !important;
	padding: 0px 10px;
	display: inline-block;
	height: 31px;
}
.deliverto{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	padding: 8px 12px;
	line-height: 18px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin-top: -35px;
	position: relative;
}
.deliverto span.closeit{
	position: absolute;
	font-size: 18px;
	color: #000000;
	top: 7px;
	right: 8px;
	cursor: pointer;
}

/* JQUERY UI */
.ui-autocomplete{
	list-style: none;
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #d93636;
	max-height: 200px;
	overflow-y: auto;
}
.ui-autocomplete li{
	padding: 3px;
	border-bottom: 1px solid #d93636;
	cursor: pointer;
	text-transform: uppercase;
}
.loading .ui-autocomplete{
	opacity: 0.4;
}

/* NEWSLETTER SUBSCRIBE */
.newsletter{
	margin: 40px auto 30px auto;
}
.newsletter > form > span, .newsletter > form > label{
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0px;
}
.newsletter input.email{
	width: 260px;
	height: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	border: 1px solid #454545;
	background-color: #FFFFFF;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 300;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.newsletter label.error{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    padding: 0 4px;
	position: absolute;
	bottom: -21px;
	left: 8px;
}
.newsletter img.loader{
	display: none;
	width: 42px;
	height: 42px;
}
.newsletter .response-message{
	font-weight: 400;
	text-align: center;
	display: none;
	font-size: 14px;
	font-weight: 300;
	margin: 6px 20px;
}
.newsletter .response-message > img{
	position: relative;
	bottom: 2px;
	display: none;
}
.newsletter input.submit{
	width: 45px;
	height: 45px;
	border: 0px;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 300;
	/*font-family: 'PT Serif', serif;*/
	line-height: 22px;
	text-align: center;
	padding: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}

/* ADD TO CART NOTIFICATIONS*/
.cart-notify{
	margin: 30px 0px 0px 0px;
	display: none;
	font-size: 14px;
}
.cart-notify span{
	display: block;
	text-align: center;
}
.cart-notify img{
	width: 80px;
}
/* ORDER SUCCESS PAGE */
.order-success{
	padding: 30px 0px 50px 0px;
	text-align: center;
}
.order-success img.thumb-up{
	width: 90%;
	max-width: 219px;
}
.order-success h1{
	font-size: 32px;
	font-weight: 300;
	margin: 15px 0px;
}
.order-success h3{
	font-size: 20px;
	font-weight: 800;
	color: #2cd483;
	line-height: 1.1;
	margin: 10px 0px 50px 0px;
}
.order-success .order-info{
	font-size: 18px;
	font-weight: 300;
}
.order-success .order-info span{
	display: block;
}

/* HOME VIDEOS */
.youtube-videos .banner{
	display: block;
	height: 340px;
	position: relative;
	margin-bottom: 20px;
}

/* HOME BANNERS */
.home-specials a.banner{
	display: block;
	height: 340px;
	position: relative;
	margin-bottom: 20px;
}
.home-specials a.banner span.img{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70%;
	height: 100%;
	opacity: 0.85;
	transition: opacity 0.1s ease-in;
	-webkit-transition: opacity 0.1s ease-in;
	-moz-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
}
.home-specials a.banner:hover span.img{
	opacity: 1;
}
.home-specials a.banner span.title{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40%;
	max-width: 250px;
	height: 100%;
	font-size: 26px;
	padding: 20px;
	/*font-family: 'PT Serif', serif;*/
	font-weight: 400;
	line-height: 1.2;
	background-color: #000000;
	color: #FFFFFF;
}
.home-specials a.banner img.icon{
	position: absolute;
	width: 60px;
	top: 10px;
	left: 10px;
	z-index: 100;
}

/* TOOLTIP */
.tooltip-inner{
	background: #cb1544;
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}
.tooltip.top .tooltip-arrow{
	border-top-color: #cb1544;
}
.tooltip.left .tooltip-arrow{
	border-left-color: #cb1544;
}
.tooltip.right .tooltip-arrow{
	border-right-color: #cb1544;
}
.tooltip.bottom .tooltip-arrow{
	border-bottom-color: #cb1544;
}
.tooltip.in{
	opacity: 1;
}

/* FILTER HINT */
.filter-hint{
	width: 0px;
	height: 0px;
	position: fixed;
    top: 0px;
    right: 0px;
    padding-right: 330px;
    z-index: -1;
}
.filter-hint.shown{
	width: auto;
	height: auto;
	z-index: 1000;
}
.filter-hint .wrapper{
	position: absolute;
    right: 360px;
    top: 50px;
    width: 240px;
    text-align: center;
     -webkit-transform:translate(-50px, 20px);
      -ms-transform:translate(-50px, 20px);
          transform:translate(-50px, 20px);
    opacity: 0;
    transition: all 0.4s ease-in 0.2s;
    -webkit-transition: all 0.4s ease-in 0.2s;
    -moz-transition: all 0.4s ease-in 0.2s;
    -o-transition: all 0.4s ease-in 0.2s;
}
.filter-hint.shown .wrapper{
	opacity: 1;
	-webkit-transform:translate(0px);
      -ms-transform:translate(0px);
          transform:translate(0px);
}
.filter-hint .wrapper *{
	display: block;
	color: #FFFFFF;
}
.filter-hint img{
	position: relative;
	right: -60px;
	max-width: 200px;
	max-height: 200px;
}
.filter-hint img.arr-u{
	display: none;
}
.filter-hint strong{
	/*font-family: 'PT Serif', serif;*/
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	margin: 10px 0px;
}
.filter-hint span{
	font-size: 17px;
	font-weight: 300;
}
.filter-hint button{
	font-size: 17px;
	text-transform: uppercase;
	background-color: #d93636 ;
	border: 0px;
	margin: 30px 0px;
	padding: 5px 6px;
	display: block;
	width: 100%;
	font-weight: 300;
}

/* TOP LOGGED INFO */
.top-logged-info{
	width: 100%;
	height: 28px;
	background-color: #7c7c7c;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.top-logged-info strong, .top-logged-info a{
	display: inline-block;
	padding: 0px 5px;
	margin: 0px 5px;
	line-height: 28px;
}
.top-logged-info a{
	color: #FFFFFF;
	text-decoration: underline;
}
.top-logged-info a:hover, .top-logged-info a.active{
	text-decoration: none;
}

/* MASONRY */
.masonry { /* Masonry container */
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
    column-gap: 1em;
}
.masonry .item { /* Masonry bricks or child elements */
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
/* HOME CATS */
.home-cats-list .item{
	text-align: center;
	background-color: #f5f5f5;
	padding: 15px;
	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
	/*font-family: 'PT Serif', serif;*/
}
.home-cats-list .item strong.title{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}
.home-cats-list .item .cats a{
	display: block;
  	background: #FFFFFF;
  	padding: 7px 10px;
  	line-height: 1.2em;
  	cursor: pointer;
  	border: 1px solid #dadada;
  	text-decoration: none;
  	font-size: 14px;
  	margin-bottom: 1px;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
}
.home-cats-list .item .cats a:hover{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}
.home-cats-list span.icon{
	width: 90px;
	height: 100px;
	background-position: top left;
    background-repeat: no-repeat;
    background-size: 100px;
    display: inline-block;
}

/* ERROR 404 */
.error-404{
	text-align: center;
	width: 90%;
	margin: 40px auto 0px auto;
}
.error-404 img{
	width: 90%;
	max-width: 240px;
	margin-bottom: 10px;
}
.error-404 h1, .error-404 p{
	display: block;
	margin: 0px;
	font-size: 20px;
	font-weight: 400;
	/*font-family: 'PT Serif', serif;*/
	line-height: 1.1;
}

/* HOME HEADING */
.home-heading{
	 width: 100%;
	 height: 130px;
	 background-color: #423b36;
	 position: relative;
}
.home-heading h1{
	font-size: 34px;
	color: #FFFFFF;
	font-weight: 400;
	display: block;
	text-align: center;
	/*font-family: 'PT Serif', serif;*/
	line-height: 1.1;
	text-transform: uppercase;
	position: absolute;
	width: 90%;
	left: 5%;
	z-index: 300;
	bottom: 17px;
	margin: 0px;
}
.home-heading img{
	position: absolute;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	bottom: -30px;
	z-index: 200;
}
.dropdown-menu>li>a{
	margin-bottom: 1px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}

/* SELECT2 */
.select2-container{
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.select2-container .select2-choice{
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	background: #FFFFFF !important;
	border: 1px solid #454545;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.select2-default{
	color: #454545 !important;
}
.select2-container .select2-choice .select2-arrow{
	background: #FFFFFF !important;
}
.select2-container .select2-choice .select2-arrow b{
	background-position-y: 6px;
}
.select2-container-active, .select2-container-active .select2-choice, .select2-container-active .select2-choices{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-ajax-error, .select2-results .select2-selection-limit{
	background: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	color: #d93636;
	font-weight: bold;
}
.select2-search input{
	background: #FFFFFF;
	min-height: 30px;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.select2-results .select2-highlighted{
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
}
.select2-results{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
.select2-drop-active{
	border-color: #454545;
	margin-top: -5px;
	border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	-o-border-radius: 0px 0px 4px 4px;
}

/* PROMO MODAL */
.modal-content button.close{
	font-size: 12px;
	color: #0096ff;
	text-decoration: underline;
	background-image: url('../img/icons/remove-filter.png');
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 24px;
	padding: 0px 30px 0px 10px;
	float: right;
	margin: 10px;
	background-color: #FFFFFF;
	cursor: pointer;
}
.modal-content button.close:hover{
	text-decoration: none;
}
.modal-content{
	width: 460px;
	margin: auto;
}
.modal-body{
	text-align: center;
	width: 390px;
	margin: auto;
}
.modal-body .p1{
	font-size: 27px;
	font-weight: bold;
	font-style: italic;
	display: block;
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.modal-body .p2{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 39px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	line-height: 1.1;
	padding: 10px 0px;
}
.modal-body img.tag{
	width: 80px;
	position: relative;
	top: -10px;
}
.modal-body .p3{
	font-size: 20px;
	line-height: 1.3;
	margin: 0px;
}
.modal-body .p4{
	font-weight: 700;
	font-size: 42px;
	color: #d93636;
}
.modal-body .p5{
	font-size: 14px;
	margin: 0px;
}


.basket-promo-10{
	display: block;
	margin: 10px auto -50px auto;
	text-align: center;
}
.basket-promo-10 img{
	max-width: 100%;
}

/* BLACK FRIDAY */
.blackfriday{
	width: 100%;
	height: 400px;
	background-color: #000000;
	position: relative;
}
.blackfriday > img{
	position: absolute;
	right: 50%;
	max-height: 100%;
	top: 0px;
}
.blackfriday > .disc{
	position: absolute;
	left: 50%;
	top: 88px;
	margin-left: 10px;
}
.blackfriday > .disc span{
	display: block;
    font-weight: 300;
    font-size: 38px;
    color: #FFFFFF;
    line-height: 1.1;
}
.blackfriday > .disc strong{
	display: block;
    font-weight: 900;
    font-size: 160px;
    color: #d93636;
    line-height: 0.9;
    letter-spacing: -6px;
    margin-top: -10px;
}
.blackfriday > .disc label{
	font-size: 15px;
	color: #FFFFFF;
	display: block;
	font-weight: 300;
	line-height: 1.1;
}

/* FORM INQUIRY */
form.inquiry{
	margin: 30px 0px;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
}
form.inquiry label{
	font-weight: 300;
	color: #000000;
}
form.inquiry input.form-control, form.inquiry textarea.form-control, form.inquiry select.form-control{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	border: 1px solid #e1e1e1;
	color: #000000;
	font-size: 18px;
	padding: 5px 10px;
}
form.inquiry input.form-control, form.inquiry select.form-control{
	height: 42px;
}
.inquiry-form .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(255,255,255,0.9);
  display: none;
  z-index: 100;
}
.inquiry-form .loader > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -64px;
  margin-top: -32px;
}
.notification.error {
  font-size: 17px;
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #FFFFFF;
  display: none;
  margin: 20px 0px;
  background: #d93636;
  margin-top: 0px;
}
.successfull-order{
  display: none;
  padding: 30px 0px;
  text-align: center;
}
.successfull-order img{
	max-width: 235px;
}
.successfull-order h2{
	font-weight: 400 !important;
}
.inquiry-form label.error {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  position: absolute;
  background-color: #d93636;
  padding: 0px 9px;
  bottom: -24px;
  left: 10px;
}
form.inquiry input.form-control.error, form.inquiry textarea.form-control.error, form.inquiry select.form-control.error{
	border-color: #d93636;
}
.inquiry-form .form-group{
	margin-bottom: 20px;
}
.inquiry-form input[type=submit]{
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 32px;
	padding: 5px 30px 5px 30px;
	border: 0px;
	background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 ); /* Old browsers */
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
}
.inquiry-form .snd{
	text-align: right;
}
.inquiry-form .cptch.elmeter{
	text-align: right;
	margin-top: 26px;
}
.inquiry-form .cptch.elmeter label.error{
	left: auto;
	right: 26px;
}

/* SWIPER HOME PAGE */
.swiper-container{
	margin-top: 40px;
	margin-bottom: 40px;
}
.home .swiper-container{
	margin-top: 0px;
	margin-bottom: 0px;
}
.home .swiper-container .swiper-slide img{
	margin-bottom: 40px;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 20px;
}
.swiper-pagination-bullet-active{
	background: #d93636;
}

/* HOME FREE DELIVERY */
.fixed-footer-line{
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,0.9);
	z-index: 500;
	padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.19);
	transition: bottom 0.2s ease-out;
	-webkit-transition: bottom 0.2s ease-out;
	-moz-transition: bottom 0.2s ease-out;
	-o-transition: bottom 0.2s ease-out;
	text-align: center;
}
.fixed-footer-line img.delivery{
	height: 30px;
	position: relative;
	top: -5px;
	margin-right: 5px;
}
.fixed-footer-line a{
	margin-left: 60px;
	text-decoration: underline;
}

/* HOME NEW */
button.show-more-new{
	display: block;
    background: #FFF;
   	padding: 7px 14px;
  	line-height: 1.2em;
  	cursor: pointer;
  	border: 1px solid #dadada;
  	margin-bottom: 1px;
  	text-decoration: none;
  	border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	-o-border-radius: 4px;
  	font-size: 17px;
    width: 280px;
    text-align: center;
    margin: 10px auto 30px auto;

}
button.show-more-new:hover {
    background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
}

/* BLOG */
.blog-bg{
	background-color: #f4f4f4;
	margin-top: 40px;
	margin-bottom: 20px;
}
.article-list {
    margin-top: 40px;
    margin-bottom: 50px;
}
.blog h1.heading{
	margin: 50px 0px 0px 0px;
}
.article-list .article-item {
    margin-bottom: 30px;
}

.article-item img {
    width: 100%;
    margin-bottom: 15px;
}

.article-item .title {
    font-size: 25px;
    line-height: 1.1;
    color: #000000;
    display: block;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    text-decoration: none;
}

.article-list-smaller .article-item img {
    margin: 5px 0px;
    border: 10px solid #FFFFFF;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 14px 2px rgba(0,0,0,0.3);
}

.article-list-smaller .article-item:nth-child(3n+1) {
    clear: both;
}

.article-list-smaller .article-item .title {
    font-size: 20px;
}

.article-item .info {
    margin: 20px 0px;
    font-size: 15px;
    font-weight: 700;
    color: #cb1544;
}

.article-list-smaller .article-item .info {
    margin: 5px 0px;
}

.article-item .info span+span:before {
    content: '|';
    display: inline-block;
    margin: 0px 5px;
}

.article-item .info span a {
    color: #cb1544;
    text-decoration: underline
}

.article-item,.article-item p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.article-item p {
    margin: 10px 0px;
    text-align: justify
}

.article-item a {
    text-decoration: underline
}

.article-item a:hover {
    text-decoration: none
}

.article-item h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0px
}

.article-item ul,ul.ticks {
    list-style: none;
    padding-left: 30px;
    margin: 10px 0px
}

.article-item ul li,ul.ticks li {
    background-image: url("../img/icons/li-tick.gif");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left 9px;
    padding: 2px 2px 2px 17px
}

.bottom-nav {
    margin: 20px 0px;
    font-size: 15px;
    font-weight: 300;
    padding: 20px 10px;
    border-top: 1px solid #e5e5e5;
    color: #FFFFFF;
}

.bottom-nav>a {
    display: block;
    float: right;
    background: #d93636;
	background: -moz-linear-gradient(left,  #d93636 0%, #cb1544 100%);
	background: -webkit-linear-gradient(left,  #d93636 0%,#cb1544 100%);
	background: linear-gradient(to right,  #d93636 0%,#cb1544 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93636', endColorstr='#cb1544',GradientType=1 );
	color: #FFFFFF;
    line-height: 31px;
    padding: 0px 12px 0px 12px;
    margin-left: 10px;
    color: #FFFFFF
}

.bottom-nav>a.arr-left {
    padding-left: 34px;
    position: relative
}

.bottom-nav>a.arr-left:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 6px 3px 0;
    border-color: transparent #FFFFFF transparent transparent;
    position: absolute;
    left: 16px;
    top: 12px;
    -moz-transition-property: left;
    -o-transition-property: left;
    -webkit-transition-property: left;
    transition-property: left;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.bottom-nav>a.arr-left:hover:before {
    left: 12px
}

.bottom-nav>a.arr-right {
    padding-right: 34px;
    position: relative
}

.bottom-nav>a.arr-right:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    right: 16px;
    top: 12px;
    -moz-transition-property: right;
    -o-transition-property: right;
    -webkit-transition-property: right;
    transition-property: right;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s
}

.bottom-nav>a.arr-right:hover:before {
    right: 12px
}

.bottom-nav>a:first-child {
    float: left;
    margin-left: 0px
}

/* speedy addon*/
label.uncheckedCombo, label.checkedCombo{
    font-size: 18px;
    background-repeat: no-repeat;
    background-image: url('../img/bg-filter-checkboxes.jpg');
    background-size: 14px;
    background-position: 0px -235px;
    padding: 0px 0px 0px 22px;
    font-weight: 400;
    cursor: pointer;
    display: block;
    line-height: 18px;
    position: relative;
    margin-bottom: 9px;
}
label.checkedCombo{
    background-position: 0px -201px !important;
}
input.loading{
    background-image: url('../img/loader2.gif');
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right 6px center;
}
/* end of speedy addon*/

/* JQUERY UI */
/* speedy addon*/
.ui-autocomplete{
	list-style: none;
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px solid #f04545;
    max-width: 500px;
	max-height: 200px;
	overflow-y: auto;
    font-size: 12px;
}
.ui-widget-header{
    border-color: #f04545;
    color: #FFFFFF;
    font-weight: 300;
    border-bottom: 1px solid #FFF;
}
.ui-autocomplete li{
	padding: 3px;
	border-bottom: 1px solid #f04545;
    border-top: 1px solid #FFF;
	cursor: pointer;
	text-transform: uppercase;
}
.ui-state-focus a, .ui-state-focus a:hover{
    color: #FFFFFF;
}
.loading .ui-autocomplete{
	opacity: 0.4;
}
/* end of speedy addon*/


@media only screen and (max-width: 1022px) {
    .article-list-smaller .article-item:nth-child(3n+1) {
        clear:none
    }

    .article-list-smaller .article-item:nth-child(2n+1) {
        clear: both
    }
	.shipping-details .bottom-terms{
		margin-bottom: 0px;
	}
	.shipping-details .total{
		min-height: 0px;
		margin-bottom: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.shipping-details .bottom-create-user label{
		white-space: normal;
	}
	.basket-products-page .total.viewdetailstotal{
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 50px !important;
	}
	.basket-product .price-qty > .price span.price{
		display: block;
	}
}

.media-banners img {
    max-width: 100%
}

.tag_cloud {
    text-align: center;
    margin: 20px auto;
    max-width: 600px
}

.tag_cloud a {
    font-weight: 300;
    background-color: #e5e5e5;
    color: #cb1544;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px
}
/* END OF BLOG */

/* home-makes */

.home-makes{
	margin-bottom: 20px;
}
.home-makes .item{
	text-align: center;
	padding: 0px 5px;
	float: left;
}
.home-makes .item a{
	color: #FFFFFF;
	height: 100px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.home-makes .table{
	display: table;
	width: 100%;
	border: 2px solid #dadada;
}
.home-makes .table:hover{
	border-color: #cb1544;;
}
.home-makes .item img{
	max-width: 90%;
	max-height: 90%;
	display: inline-block;
}

.slick-prev, .slick-next{
	display: none;
}
.slick-disabled{
	opacity: 0;
}
.slick-dots{
	margin: 0px;
}
.slick-dots li{
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.slick-dots li button{
	background-color: #cccccc;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
}
.slick-dots li:hover button, .slick-dots li.slick-active button{
	background-color: #cb1544;
}
.slick-slider{
	margin-bottom: 80px;
}

/* CAMPAIGN POPUP  */
.campaign-popup{
    width: 460px;
}
.campaign-popup .modal-content{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}
.campaign-popup button.close-popup{
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: 0px;
    z-index: 100;
    background-image: url('../img/ico/ic_clear_black_24dp.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    width: 34px;
    height: 34px;
}
.campaign-popup button.close-popup:hover{
    text-decoration: none;
}
#myModal{
    background: rgba(0,0,0,0.5);
}
.home_popup{
    width: 440px;
    margin: 10px auto;
    padding: 25px;
    background: #FFFFFF;
    position: relative;
    /* font-family: 'PT Serif', serif; */
    text-align: center;
    border: 1px solid #000000;
}
.home_popup .popup_close{
    position: absolute;
    top: 5px;
    right: 5px;
}
.home_popup strong.title{
    font-size: 28px;
    /* font-family: 'PT Serif', serif; */
    font-weight: 700;
    color: #000000;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    width: 100%;
    display: block;
    text-align: center;
}
.home_popup .discount strong{
    display: inline-block;
    font-weight: 700;
    color: #cb1544;
    font-size: 28px;
    padding: 70px 0px;
}
.home_popup .discount span.discount_amount{
    display: inline-block;
    width: 178px;
    height: 162px;
    background-image: url(../img/popup/popup-tag.gif);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 31px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    padding: 54px 0px;
}
.home_popup .free_shippnig{
    display: none;
    width: 178px;
    height: 175px;
    background-image: url('../img/popup/popup-tag-shipping.gif');
    background-repeat: no-repeat;
    background-position: center;
    font-size: 50px;
    font-weight: 300;
    text-align: center;
    padding: 47px 0px;
}
.home_popup .text{
    font-size: 17px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
}
.home_popup .promocode-sent{
    display: none;
}
.home_popup .promocode-sent div.circle{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
    margin: 50px auto 40px auto;
    color: #cb1544;
    line-height: 1;
}
.home_popup .promocode-sent span{
    display: block;
    text-align: center;
    font-size: 17px;
    margin: 10px 0px;
}
.home_popup input.popup_email{
    width: 58%;
    margin-right: 2%;
}
.home_popup input.submit{
    background-color: #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 40%;
    text-transform: uppercase;
    background-image: url('../img/ico/ic_arrow_next_white_24dp.png');
    background-size: 24px;
    background-position: right center;
    padding-right: 30px;
    background-repeat: no-repeat;
}
.home_popup .login-alert{
    font-size: 17px;
}

.gototop{
	display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url(../img/icons/round-btn-up.png);
    background-size: 70px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    padding-top: 70px;
    text-align: center;
    font-size: 17px;
    font-style: italic;
    font-weight: 800;
    color: #FFFFFF;
}
.gototop.fixed {
    position: fixed;
    bottom: 5px;
    top: auto;
    left: 50%;
    margin-left: -35px;
    z-index: 600;
}

	/* SMALL MOBILE LAYOUT: 0px - 479px */
	@media only screen and (max-width: 479px) {
		.slick-prev{
			left: 2px;
		}
		.slick-next{
			right: 2px;
		}
	}
/* END OF home-makes */

.eu-cookie{
    background-color: #dedede;
    color: #000000;
    font-size: 11px;
    text-align: center;
    padding: 6px;
    line-height: 1.6em;
}
.eu-cookie button{
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 3px 5px;
    text-transform: uppercase;
    margin-left: 5px;
    cursor: pointer;
}
    /* SMALL MOBILE LAYOUT: 0px - 768px */
    @media only screen and (max-width: 768px) {
        .eu-cookie{
            display: none;
        }
    }


/* TABLET LAYOUT: 768px - 1023px */
@media only screen and (max-width: 1022px) {
	.blackfriday{
		height: 300px;
	}
	.blackfriday > .disc{
		top: 64px;
	}
	.blackfriday > .disc span{
	    font-size: 33px;
	}
	.blackfriday > .disc strong{
	    font-size: 130px;
	}
	.blackfriday > .disc label{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.blackfriday{
		height: auto;
		text-align: center;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.blackfriday > img{
		position: static;
		height: 200px;
	}
	.blackfriday > .disc{
		position: static;
		margin-left: 0px;
		margin-top: 20px;

	}
	.blackfriday > .disc span{
	    font-size: 20px;
	}
	.blackfriday > .disc strong{
	    font-size: 100px;
	    margin-top: 0px;
	}
	.blackfriday > .disc label{
		display: none;
	}
}


/* TABLET LAYOUT: 768px - 1023px */
@media only screen and (max-width: 1023px) {
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 23px;
	}
	/* HEADER */
	.main-menu.fixed label{
		display: inline-block;
	}
	.main-menu{
		/*width: 70px;*/
	}
	header .shopping-cart .mob-cart{
		/*width: 70px;*/
	}
	.products .item{
		margin-bottom: 20px;
	    padding-top: 49%;
	    border: 1px solid #c7c7c7;
	    margin-left: 1%;
	    margin-right: 1%;
	    width: 31.333333%;
	}
	.listitem.item .bg-wrapper, .listitem.item:hover .bg-wrapper{
		height: auto;
		margin-top: 116%;
		width: 100%;
		padding: 0px;
		box-shadow: none;
		z-index: 460;
	}
	.listitem.item:hover .bg-wrapper .prod-title{
		display: none;
	}
	.listitem.item:hover .bg-wrapper .colors{
		margin-top: 0px;
	}
	.products a.price > span.perc{
		display: none;
	}
	.listitem.item .bg-wrapper .colors{
		display: block;
		width: 100%;
		text-align: center;
	}
	.products .item a.price, .products .item:hover a.price{
		margin-top: 0px;
		padding-top: 0px;
	}
	.listitem.item .bg-wrapper .colors .sizes strong, .listitem.item:hover .bg-wrapper .colors .sizes strong{
		font-size: 15px;
	}
	.products .item .product{
		position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: auto;
	}
	.products .item a.thumb{
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
	}
	.products .item a.thumb > span{
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		border: none;
	}
	.products .item a.thumb img{
		vertical-align: bottom;
	}
	.products a.price > span{
		font-size: 17px;
	}
	.products .item a.thumb span.price{
		top: 100%;
		left: 0;
		right: 0px;
		bottom: auto;
		border-radius: 0px;
	}
	.listitem.item .bg-wrapper .colors a.show-more-colors{
		display: inline-block;
	    font-size: 14px;
	    position: relative;
	    top: -5px;
	    text-decoration: underline;
	    color: #cb1544;
	}
	.products .l1{
		clear: none;
	}
	.products .m1{
		clear: both;
	}
	.img-heading .heading, .plain-heading .heading{
 		font-size: 38px;
 	}
	.cbp-spmenu .close:hover{
		-ms-transform: none;
	    -webkit-transform: none;
	    -moz-transform: none;
	  	-o-transform: none;
	    transform: none;
	}
	.boxes-multiselect.text-btns label:hover{
		background-color: #FFFFFF;
		color: #000000;
	}
	.boxes-multiselect.sizes label:hover{
		background-color: #FFFFFF;
		color: #000000;
	}
	.boxes-multiselect.text-btns label.active:hover{
		background-color: #d93636;
		color: #FFFFFF;
	}
	.boxes-multiselect.sizes label.active:hover{
		background-color: #d93636;
		color: #FFFFFF;
	}
	.main-menu-left .link-group a.text-btns:hover{
		/*background-color: #ffffff;
		color: #000000;*/
	}
	.main-menu-left ul li.categories > a:hover{
		/*background-color: #ffffff;
		color: #000000;
		background-position: top center;*/
	}
	.main-menu-left .link-group a.text-btns.active:hover{
		background-color: #d93636;
		color: #FFFFFF;
	}
	.main-menu-left ul li.categories > a.active:hover{
		background-color: #d93636;
		color: #FFFFFF;
		background-position: bottom center;
	}
	.main-menu-left .dl-back a:hover{
		background-color: #FFFFFF;
		color: #000000;
		background-position: 24px 13px;
	}
	.add-info{
		margin-top: 20px;
	}

	/* SHOPPING CART:*/
	.basket-steps{
		margin-top: 15px;
	}
	.search-res{
		margin-top: 0px;
	}
	.text-page{
		margin-top: 15px;
	}
	.thank-you-page{
		margin-top: 15px;
	}
	.login-register-page{
		margin-top: 15px;
	}
	.basket-steps .steps-arrow{
		margin: 0px 7px;
	}
	.basket-product .thumb-title{
		width: 120px;
	}
	.basket-product .thumb-title > a > img{
		height: 120px;
		margin: 10px 15px 10px 0px;
	}
	.basket-product .price-qty{
		width: 100%;
	}
	.basket-product .thumb-title a.prod-title{
		display: none;
	}
	.basket-product .price-qty > .prod-title{
		display: block;
		margin-bottom: 20px;
	}
	.basket-product .price-qty > .price{
		float: left;
	}
	.shiping-method div.image{
		display: none;
	}
	.shiping-method .details{
		padding-left: 28px;
	}
	.shiping-method .mail{
		margin-right: 15px;
	}
	.optional-packaging .thumb{
		width: 110px;
		padding-right: 10px;
	}
	.optional-packaging .info p{
		display: none;
	}
	.optional-packaging .price-qty > span.price{
		display: none;
	}
	.optional-packaging .info{
		width: 170px;
	}
	.optional-packaging .price-qty{
		margin-top: 22px;
	}
	.optional-packaging .info > span.price{
		font-size: 20px;
		font-weight: 700;
		display: inline;
		margin-right: 20px;
	}
	.optional-packaging .info strong{
		margin: 9px 0px 3px 0px;
	}
	.shipping-details-or{
		position: relative;
		width: 100%;
		height: 1px;
		margin: 10px 0px 30px 0px;
		background-repeat: repeat-x;
		top: 0px;
		left: 0px;
	}
	.shipping-details-or span{
		width: 40px;
		left: 50%;
		margin-left: -20px;
	}
	.shipping-details-or-wrapper{
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		padding: 0px 30px;
	}
	.shipping-details .reg-text{
		height: auto;
		margin-bottom: 10px;
	}
	.shipping-details-or.or-guest{
		left: 0px;
	}
	.shipping-details h2{
		margin-bottom: 40px;
	}
	.shipping-info .ship-info-row .lbl{
		width: 142px;
		padding-right: 5px;
		font-size: 17px;
	}
	.shipping-info-wrapper .shipping-info:nth-child(2) .ship-info-row .lbl{
		min-width: 163px;
	}
	.shipping-info-wrapper .shipping-info:nth-child(3) .ship-info-row .lbl{
		min-width: 110px;
	}
	.shipping-details label.create-user-checkbox{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.shipping-info{
		display: block;
		float: left;
		width: 50%;
		padding-bottom: 20px;

	}
	label.guest-reg-toggle{
		min-height: 1px;
	}
	h2.bg-cart-ico, h2.bg-pay-ico{
		display: block;
		margin-bottom: 15px;
	}
	.shipping-info-separator{
		display: none;
	}
	.pay-box{
		min-height: 215px;
	}


	/* LOGIN/REGISTER: */
	.register-page{
		margin-top: 15px;
	}


	/* My orders table: */
	.myord-table{
		display: block;
	}
	.myord-thead{
		display: none;
	}
	.myord-row{
		display: block;
		padding: 10px;
		border-bottom: 1px solid #cfcfcf;
	}
	.myord-cell{
		display: block;
		padding: 5px;
		border-bottom: 0px;
		float: left;
		width: 50%;
	}
	.myord-cell:nth-child(even){
		width: 35%;
	}
	.myord-cell:nth-child(odd){
		width: 65%;
	}
	.myord-cell img.myord-shipping{
		display: none;
	}
	.pay-box ul.payment-pros li{
		display: inline-block;
	}
	.pay-box .bg-cards, .pay-box .no-reg-needed{
		display: none;
	}
	.pay-box .no-p-reg{
		display: inline-block;
	}
	h2.bg-pay-ico > img.paypal{
		max-width: 100%;
	}

	/* HOME BANNERS */
	.home-specials a.banner{
		height: 240px;
	}
	.home-specials a.banner span.title{
		font-size: 18px;
	}
	.home-specials a.banner span.img{
		opacity: 1;
	}

	/* HOME CATS */
	.home-cats-list span.icon{
		width: 63px;
		height: 70px;
		background-size: 70px;
		display: inline-block;
	}
	/* MASONRY */
	 .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    /* HOME HEADING */
    .home-heading h1{
    	font-size: 38px;
    }

    .basket-promo-10{
    	margin-bottom: 0px;
    }

    .listitem.item .bg-wrapper .colors a.open-with-size{
    	overflow: hidden;
    }

}

/* LARGE MOBILE LAYOUT: 480px - 767px */
@media only screen and (max-width: 767px) {
	h1{
		font-size: 26px;
	}
	h2{
		font-size: 21px;
	}
	header .main-menu{
		width: 70px;
	}
	.main-menu label{
		display: none;
	}
	header a.logo{
		margin-top: 10px;
  		width: 118px;
	}
	header .shopping-cart .info{
		display: none;
	}
	header .shopping-cart.open .info{
		display: inline-block;
	}
	.img-heading .heading-left, .img-heading .heading-right{
		width: 0%;
	}
	.plain-heading .heading-left, .plain-heading .heading-right{
		width: 0%;
	}
	.img-heading .heading, .plain-heading .heading{
 		font-size: 28px;
 		width: 100%;
 		white-space: normal;
 	}
	/* BREADCRUMBS */
	.brcrmb-filter-sort{
		/*text-align: right;*/
		padding-top: 10px;
	}
	.breadcrumbs, .brcrmb-filter-sort .filter-sort{
		/*float: none;*/
		display: block;
	}
	.breadcrumbs{
		display: none;
	}
	.breadcrumbs.inner-br{
		display: block;
	}
	.paging.fixed{
		top: 51px;
	}
	.products a.price > span{
		font-size: 13px;
	}
	.products a.price > span .old{
		font-size: 12px;
	}
	.products .item a.thumb img.new-product{
		width: 40px;
		top: 5px;
		left: 5px;
	}
	.products .item a.thumb img.bestseller{
		width: 60px;
		left: -3px;
		top: -3px;
	}
	.products .item .bg-wrapper div.sizes{
		/*display: none;*/
	}
	.products .item a.thumb img{
	  	margin-bottom: 10px;
	}
	.products a.price > span.promo{
		background-size: 25px;
		padding-left: 26px;
	}
	.products a.price > span .old{
		line-height: 0.8em;
	}
	.listitem.item .bg-wrapper, .listitem.item:hover .bg-wrapper{
		margin-top: 120%;
	}
	.listitem.item .bg-wrapper .colors .sizes{
		margin-top: -3px;
	}
	.listitem.item .bg-wrapper .colors .sizes strong, .listitem.item:hover .bg-wrapper .colors .sizes strong{
		font-size: 14px;
		font-weight: 400;
	}

	.products-list .loader{
		background-position: center 115px;
	}
	.product-details .main-info{
		padding-bottom: 30px;
		min-height: 1px !important;
	}

	/* SHOPPING CART: */
	.basket-steps{
		margin-top: 35px;
	}
	.search-res{
		margin-top: 0px;
	}
	.text-page{
		margin-top: 35px;
	}
	.thank-you-page{
		margin-top: 35px;
		padding-top: 40px;
	}
	.login-register-page{
		margin-top: 35px;
	}
	.basket-steps .steps-arrow{
		display: none;
	}
	.basket-steps .step{
		display: none;
	}
	.basket-steps .step.prof{
		display: inline-block;
	}
	.basket-steps .step{
		top: 6px;
	}
	.basket-steps .step.prof{
		top: 2px;
	}
	.basket-products-page h1{
		text-align: center;
		margin: 22px 0px;
	}
	.basket-product .thumb-title{
		display: table-row;
	}
	.basket-product .thumb-title > a{
		width: 120px;
	}
	.basket-product .thumb-title a.prod-title{
		display: table-cell;
		width: 100%;
	}
	.basket-product .price-qty{
		display: table-row;
	}
	.basket-product .price-qty > .prod-title{
		display: none;
	}
	.lg-table-row{
		display: block;
	}
	.basket-product .price-qty{
		display: block;
	}
	.basket-product .price-qty > .qty > span{
		display: none;
	}
	.basket-product .price-qty > .qty{
		display: block;
		text-align: center;
		float: none;
	}
	.basket-product .price-qty > .price{
		display: block;
		text-align: center;
		margin: 10px 0px;
		float: none;
	}
	.basket-products-page .promo-code form{
		float: none;
		display: block;
		text-align: center;
	}
	.basket-products-page h2{
		text-align: center;
		margin: 10px 0px 20px 0px;
	}
	.optional-packaging{
		text-align: center;
	}
	.optional-packaging .thumb, .optional-packaging .info{
		float: none;
		display: inline-block;
	}
	.optional-packaging .info{
		position: relative;
		top: 20px;
	}
	.optional-packaging .price-qty{
		float: none;
		display: inline-block;
	}
	.basket-bottom-nav a{
		min-width: 160px;
	}
	.shiping-method{
		width: 100%;
		float: none;
		display: block;
	}
	.shiping-method.mail{
		border-right: 0px;
		border-bottom: 1px solid #cfcfcf;
		padding-bottom: 20px;
		margin-bottom: 8px;
	}
	.shiping-method .details{
		padding: 0px;
		float: none;
		width: 100%;
		text-align: center;
	}
	.shiping-method label.radio{
		display: inline-block;
		position: relative;
		top: 12px;
	}
	.shipping-details input.submit{
		margin: auto;
		max-width: 195px;
	}
	.shipping-details .reg-text{
		text-align: center;
	}
	.shipping-details a.button-white{
		display: block;
		margin: 20px auto 30px auto;
	}
	.bottom-create-user input.submit{
		max-width: 100%;
		margin-top: 0px;
	}
	.bottom-create-user label{
		margin-bottom: 20px;
	}
	.shipping-info{
		width: 100%;
		margin-bottom: 10px;
	}
	.shipping-info-separator{
		display: none;
	}
	.shipping-info .ship-info-row .lbl{
		font-size: 18px;
		width: 40%;
		padding-right: 10px;
	}
	.shipping-info h2{
		margin-top: 30px;
		display: block;
	}
	.shipping-info-bottom-nav a.middle{
		top: -155px;
	}
	.shipping-info-bottom-nav{
		margin-top: 120px;
	}
	.bottom-create-user a.back{
		min-width: 150px;
	}
	.paypal-button{
		margin-left: 0px;
	}
	.basket-steps .step.prof img{
		display: block;
		margin: auto;
	}
	.basket-steps a.profile-links{
		padding-bottom: 6px;
		padding-top: 6px;
	}
	.basket-steps .step.prof span{
		display: block;
		text-align: center;
		font-size: 15px;
		padding-bottom: 3px;
	}
	.pay-box ul.payment-pros{
		margin: 20px auto 0px auto;
	}
	h2.bg-cart-ico, h2.bg-pay-ico{
		font-size: 25px;
	}
	.pay-box{
		margin-bottom: 10px;
	}


	/* LOGIN/REGISTER: */
	.register-page{
		margin-top: 35px;
	}

	.ship-to-info-box .image{
		width: 100px;
	}
	.ship-to-info-box .details{
		font-size: 14px;
	}
	.ship-to-info-box .details strong{
		font-size: 16px;
	}

	.newsletter > form > span{
		display: block;
	}

	footer p{
		display: none;
	}

	/* PRODUCT ICONS */
	.product-details .main-image img.new-product{
	    bottom: 115px;
	}
	.product-details .main-image img.bestseller{
	    bottom: 107px;
	}

	/* HOME BANNERS */
	.home-specials a.banner{
		height: 183px;
	}
	.home-specials a.banner span.title{
		font-size: 15px;
		padding: 15px;
	}

	/* FILTER HINT */
	.filter-hint{
		top: 130px;
		padding: 0px;
		width: 0px;
		height: 0px;
		background: #000000;
		background: rgba(0,0,0,0.9);
	}
	.filter-hint.shown{
		width: 100%;
		height: 100%;
	}
	.filter-hint .wrapper{
		top: 0px;
		right: 20px;
		-webkit-transform:translate(0px, 30px);
      -ms-transform:translate(0px, 30px);
          transform:translate(0px, 30px);
	}
	.filter-hint .wrapper img.arr-u{
		display: block;
		max-height: 130px;
		margin-right: 30px;
	}
	.filter-hint .wrapper img.arr-r{
		display: none;
	}
	.filter-hint .wrapper img{
		right: 0px;
		float: right;
		margin-top: 10px;
	}
	.filter-hint strong{
		font-size: 20px;
	}

	/* MASONRY */
	 .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    /* ERROR 404 */
	.error-404 img{
		max-width: 190px;
	}
	.error-404 h1, .error-404 p{
		font-size: 16px;
	}

	/* HOME HEADING */
    .home-heading h1{
    	font-size: 30px;
    }
    /*a.text-btns.from-all-cats{
    	display: none !important;
    }*/

    /* PROMO MODAL */
    .modal-dialog{
    	margin: 0px;
    }
	.modal-content{
		width: 320px;
		margin: auto;
	}
	.modal-body{
		text-align: center;
		width: 300px;
		margin: auto;
	}
	.modal-body .p2{
		font-size: 28px;
	}
	.modal-body .p3{
		font-size: 18px;
	}
	.modal-body .p4{
		font-size: 36px;
	}
	.modal-body .p5{
		font-size: 11px;
	}

	.basket-promo-10{
		margin-bottom: -20px;
	}

	.listitem.item .bg-wrapper .colors a.open-with-size{
		width: 21px;
		height: 21px;
		font-size: 11px;
		line-height: 19px;
	}
	.products-list .item .bg-wrapper .colors .choose-color, span.choose-color{
		width: 21px;
		height: 21px;
	}
	.paging span{
		min-width: 25px;
	}
	.paging span a, .paging span.current{
		width: 24px;
	}
	.listitem.item .bg-wrapper .colors a.show-more-colors{
		top: 4px;
	}
	.product-details .main-image{
		margin-bottom: 10px;
	}
	.add-info{
		text-align: center;
	}

	.swiper-container{
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.products .item a.thumb img.new-promo{
		display: none;
	}
	.products .item a.thumb span.price{
		padding: 5px 6px;
	}

}

/* HOME BANNERS ADDITIONAL BREAKPOINT */
@media only screen and (max-width: 600px) {
	.home-specials .col-sm-6{
		width: 100%;
	}
	.home-specials a.banner{
		height: 260px;
	}
	.home-specials a.banner span.title{
		padding: 20px;
		font-size: 20px;
	}
}

/* SMALL MOBILE LAYOUT: 0px - 479px */
@media only screen and (max-width: 479px) {
	h1{
		font-size: 20px;
	}
	h2{
		font-size: 17px;
	}
	.red-btn-rounded-sm{
		font-size: 13px;
		min-width: 130px;
	}
	.img-heading .heading-left, .img-heading .heading-right{
		width: 0%;
	}
	.plain-heading .heading-left, .plain-heading .heading-right{
		width: 0%;
	}
	.img-heading .heading, .plain-heading .heading{
 		font-size: 20px;
 	}
 	.plain-heading .heading-tbl{
 		margin-top: 20px;
 		margin-bottom: 20px;
 	}
	.brcrmb-filter-sort .breadcrumbs{
		display: none;
	}
	.brcrmb-filter-sort{
		padding: 5px 15px;
	}
	.rtr-heading h1{
		  font-size: 19px;
	}
	.rtr-heading{
		margin: 10px auto;
	}
	.cur-page{
		padding: 10px 0px;
	}
	.paging.fixed{
		top: 41px;
	}
	.paging{
		font-size: 16px;
		padding: 7px 0px;
	}
	.paging > span{
		margin-right: 1px;
	}
	.paging > span > a, .paging > span.current{
		width: 25px;
		padding: 0px;
		margin-bottom: 5px;
	}
	.paging a:hover:before, .paging > span.current:before{
		background-size: 25px;
		width: 25px;
		height: 3px;
		top: -3px;
	}
	.paging a:hover:after, .paging > span.current:after{
		background-size: 25px;
		width: 25px;
		height: 3px;
		bottom: -3px;
	}
	.paging a.paging-clear-filters{
		top: 5px;
	}
	.brcrmb-filter-sort .filter-sort .dropdown-menu{
		left: 0px;
		right: auto;
	}
	.products .m1{
		clear: none;
	}
	.products .l1, .products .l3{
		clear: both;
	}
	.brcrmb-filter-sort.fixed .dropdown.sort-by{
		display: none;
	}
	.main-menu.fixed{
		top: 5px;
	}
	.products .item{
		width: 48%;
		padding-top: 79%;
	}
	.products-list .products{
		margin-left: 10px;
		margin-right: 10px;
	}
	.listitem.item .bg-wrapper, .listitem.item:hover .bg-wrapper{
		margin-top: 124%;
	}

	.breadcrumbs{
		display: none;
	}

	.products .item a.price, .products .item:hover a.price{
		margin-top: 6px;
	}

	/* SHOPPING CART: */
	.basket-product .thumb-title{
		display: block;
		width: 100%;
		text-align: center;
	}
	.basket-product .thumb-title > a{
		display: block;
		margin: auto;
	}
	.basket-product .thumb-title a.prod-title{
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.basket-products-page .promo-code form{
		/*text-align: left;*/
	}
	.basket-products-page .promo-code span{
		display: block;
		margin-left: 6px;
	}
	.basket-products-page .promo-code input{
		width: 110px;
		margin-left: 0px;
	}
	.basket-products-page .promo-code button.promo-code-submit{
		margin-top: 5px;
		margin-left: 0px;
	}
	.optional-packaging .price-qty > span{
		display: none;
	}
	.optional-packaging .info{
		top: 6px;
	}
	.basket-products-page .total{
		text-align: center;
	}
	.basket-bottom-nav a.back{
		display: none;
	}
	.basket-bottom-nav a.next{
		width: 200px;
		float: none;
		margin: auto;
	}
	.shipping-details > .col-lg-4{
		padding-left: 15px;
		padding-right: 15px;
	}
	.shipping-details-or-wrapper{
		padding-left: 15px;
		padding-right: 15px;
	}
	.shipping-details input.submit, .shipping-details a.button-white{
		max-width: 100%;
	}
	.shipping-details-or{
		margin: 30px 0px 40px 0px;
	}
	.shipping-info, .shipping-info h2, .shipping-info .ship-info-row, .shipping-info .ship-info-row .lbl, .shipping-info .ship-info-row .vl{
		display: block;
		width: 100%;
		text-align: center;
	}
	.shipping-info .ship-info-row .vl{
		margin: -4px 0px 10px 0px;
	}
	.shipping-info-bottom-nav{
		margin-top: 90px;
	}
	.shipping-info-bottom-nav a.middle{
	}
	.shipping-info .ship-info-row, .shipping-info .ship-info-row .lbl{
		font-size: 18px;
		margin-bottom: 2px;
	}
	.shipping-info-bottom-nav a.next{
		width: 160px;
		float: right;
	}
	.shipping-info-bottom-nav a.back{
		display: block;
		min-width: 55px;
		background-position: 7px 4px;
	}
	.shipping-info-bottom-nav a.back > span{
		display: none;
	}
	.bottom-create-user a.back{
		min-width: 55px;
	}
	.bottom-create-user a.back span{
		display: none;
	}
	h2.bg-cart-ico, h2.bg-pay-ico{
		font-size: 24px;
	}
	h2.bg-cart-ico img, h2.bg-pay-ico img{
		max-height: 30px;
	}
	.basket-steps a.profile-links{
		padding: 10px 4px;
	}
	.basket-steps .step.prof span{
		font-size: 13px;
	}
	label.label-max-h{
		max-height: 32px;
		margin-bottom: 60px;
	}
	label.guest-reg-toggle{
		font-size: 14px;
	}

	.myord-cell{
		width: 100%;
		text-align: center;
	}
	.campaign-popup{
		width: 96%;
		margin: 2%;
	}
	.home_popup{
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.home_popup strong.title{
		font-size: 23px;
	}
	.home_popup .discount span.discount_amount{
		width: 115px;
		background-size: 115px;
		height: 150px;
		font-size: 22px;
	}
	.home_popup .discount strong{
		padding: 50px 0px;
		font-size: 25px;
	}
	.home_popup .login-alert{
		font-size: 14px;
	}

	.ship-to-info-box .image{
		display: none;
	}
	.ship-to-info-box .details{
		padding: 0px 10px;
	}

	.newsletter input.email{
		width: 175px;
	}
	.order-success h3{
		margin-bottom: 30px;
	}
	.order-success img.thumb-up{
		max-width: 45%;
	}
	.brcrmb-filter-sort .filter-sort{
		width: 100%;
	}
	button.filters{
		float: right;
	}
	.dropdown.sort-by{
		float: left;
	}

	/* PRODUCT ICONS */
	.product-details .main-image img.new-product{
	    bottom: 96px;
	}
	.product-details .main-image img.bestseller{
	    bottom: 87px;
	}
	.main-image .parameter_icons img{
		margin: 5px 0px;
		z-index: 300;
		max-width: 60px;
	}

	/* HOME BANNERS */
	.home-specials a.banner{
		height: auto;
	}
	.home-specials a.banner span.img{
		position: static;
		display: block;
		width: 100%;
		height: 245px;
	}
	.home-specials a.banner span.title{
		position: static;
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 10px 12px;
		font-size: 20px;
		line-height: 1;
		height: auto;
		text-align: center;
	}
	.product-details .main-info h1{
		font-size: 20px;
	}

	.myord-cell:nth-child(even), .myord-cell:nth-child(odd), .myord-cell{
		width: 100%;
	}

	/* FILTER HINT */
	.filter-hint{
		top: 120px;
		padding: 0px;
		width: 0px;
		height: 0px;
	}
	.filter-hint.shown{
		width: 100%;
		height: 100%;
	}

	/* MASONRY */
	 .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    /* ERROR 404 */
    .error-404{
    	margin-bottom: 40px;
    }
	.error-404 h1, .error-404 p{
		font-size: 15px;
	}
	.add-info{
		/*text-align: center;*/
	}
	.add-info .dlvr{
		background-position: top center;
		text-align: center;
		padding-left: 0px;
		padding-top: 30px;
		background-size: 30px;
		margin-top: 10px;
	}
	button.browser-back{
		margin-top: 10px;
	}


}

.swiper-slide{
	text-align: center;
}
