body {
	background-color: #b7e5e9 !important;
	background-image: url('../img/theme/bg-pattern.png');
	font-family: 'PT Sans', sans-serif !important;
}

.blueGrad {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55ccd6+0,09aebd+100 */
	background: #55ccd6; /* Old browsers */
	background: -moz-linear-gradient(top, #55ccd6 0%, #09aebd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #55ccd6 0%, #09aebd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #55ccd6 0%, #09aebd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55ccd6', endColorstr='#09aebd',GradientType=0); /* IE6-9 */
}

.boldtext {
	font-weight: bold;
}

.whiteText {
	color: white;
}

.smallcaps {
	font-variant: small-caps;
}

.border-1px-solid {	
	border-width: 1px;
	border-style: solid;
}

.border-left-1px-solid {	
	border-left-width: 1px;
	border-style: solid;
}

.border-right-1px-solid {	
	border-right-width: 1px;
	border-style: solid;
}

.border-top-0px {
	border-top-width: 0px !important;
}

.blueColor {

}
.blueColor.colorBg {
	background-color: #0eb0bf;
}
.blueColor.textColor {
	color: #0eb0bf;
}

.orangeColor {

}
.orangeColor.colorBorder {
	border-color: #ff804b;
}
.orangeColor.colorBg {
	background-color: #ff804b;
}
.orangeColor.textColor {
	color: #ff804b;
}

.orangeColor.wrap { 
	display: inline-block;
	padding: 2px;
}	

.corner4 {
	border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -khtml-border-radius: 4px; 
}

.corner8 {
	border-radius: 8px; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    -khtml-border-radius: 8px; 
}

.corner8top {
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.fontMiddle {
	font-size: 26px;
}

.fontSubMiddle {
	font-size: 21px;
}

.fontLittleUp {
	font-size: 19px;
}

#headerblock {
	margin-left: 15px;
	min-height: 250px;
	 -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px;
    padding-left: 240px;
    font-size: 20px;
}

#headerblock > div {
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: right;
}

#headerblock a {
	min-height: 37px;
}

#loginBlock a {
	font-variant: normal;  
	line-height: 44px;
	height: 44px;
}

#loginBlock a:nth-child(1) {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	padding-left: 55px;
	padding-right: 20px;
	background-image: url('../img/theme/login-icon.png');
	background-position: 22px center; 
	background-repeat: no-repeat; 
}

#loginBlock a:nth-child(2) {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	padding-left: 44px;
	padding-right: 20px;
	background-image: url('../img/theme/reg-icon.png');
	background-position: 10px center; 
	background-repeat: no-repeat; 
}

#searchboxBlock input, #searchboxBlock a {
	height: 44px;
	min-width: 44px;
}

#searchboxBlock input {
	padding-left: 10px;
	background: #ffffff !important;
	outline: none;
	border: 1px solid #dedede;
	border-right: 0px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

#searchboxBlock a {
	display: block;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#searchboxBlock a:after {
	background-image: url('../img/theme/search-icon.png');
	background-position: center; 
	background-repeat: no-repeat; 
	display: block;
	height: 44px;
	content: "";
}

#footerBlock {
	min-height: 250px;
}

.padding-top-60 {
	padding-top: 60px;
}

.mail-icon {
	background-image: url('../img/theme/mail-icon.png');
}

.phone-icon {
	background-image: url('../img/theme/phone-icon.png');
}

.left-top-big-logo {
	background-image: url('../img/theme/logo.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

.basicwidth {
	width: 1200px;
	margin-right: auto;
    margin-left: auto;
}

.contentblock {	
    min-height: 100vh;  
    background-color: white;
    -webkit-box-shadow: 0 7px 15px 1px rgba(0,0,0,0.3);
	box-shadow: 0 7px 15px 1px rgba(0,0,0,0.3);
	padding-bottom: 40px;
}

#footer {
	background-color: #0eb0bf;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;	
	margin-top: 30px;
	padding: 20px;
}

.smallshadow {
	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.2);
}

#leftSide {
	width: 280px;
	-webkit-flex: 1 0 280px;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
	margin-left: 20px;
	margin-right: 20px;
}

#footerMenu {
	padding-left: 30px;
	padding-right: 30px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 20px;
	padding-bottom: 20px;
}

#mainmenu {
	width: 1200px;
	position: fixed;
	left: 50%;
	top: 0px;
	margin-left: -600px;
	height: 52px;
	background-image: url('../img/theme/bg-menu.png');
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	padding-left: 18px;
	padding-right: 18px;
}

#mainmenu a, #footerMenu a {
	display: block;
	color: white;
	font-size: 20px;
	height: 28px;
}

#mainmenu a:nth-child(n+2):hover {
	border-bottom: 1px dashed white;
	text-decoration: none;
}

.menudecor {
	width: 4px;
	height: 31px;
	background-image: url('../img/theme/menu-decorator.png');
}

#headerblock a.mailLink {
	color: #0eb0bf !important;
	text-decoration: underline;
	font-size: 19px;
}



.bg-left-center {
	background-repeat: no-repeat;
	background-position: 15px center;
}

.bg-left-center-without-gap {
	background-repeat: no-repeat;
	background-position: left center;
}

#basketBlock {
	background-image: url('../img/theme/basket-icon.png');
}

#oformitZakazButton {
	border: 2px dotted white;
	padding-left: 15px;
	padding-right: 15px;	
}

.marginCenter {
	margin-left: auto;
	margin-right: auto;
}

.basket {
	padding-bottom: 10px; 
}

#mainSide {
	width: 100%;
	margin-right: 20px;
}

.dashedUnderline {
	border-bottom: 2px dashed white;
}

/* padding и margin классы */

.paddingbottom10 {
	padding-bottom: 10px;
}

.paddingleftandright10 {
	padding-left: 10px;
	padding-right: 10px;
}

.paddingleftandright20 {
	padding-left: 20px;
	padding-right: 20px;
}

.paddingleft60 {
	padding-left: 60px;
}

.padding-top-bottom-10px {
	padding-top: 10px;
	padding-bottom: 10px;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.lineheight24px {
	line-height: 24px;
}












a {
	text-decoration: none;	
}

a:hover {
	text-decoration: none !important;
}

a.whitetext {
	color: white !important;
}

a.whitetext:hover {
	color: white;
}

a.greytext, a.greytext:hover {
	color: #333;
}

#leftside {
	width: 250px;
	margin-right: 40px;
    flex-shrink: 0;
    -ms-flex: 1 0 auto;
}

#leftside label {
	margin-left: 10px;
	font-weight: normal;
}

#leftside .subtitle {
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 8px;
}

#leftside > a {
	display: block;
}

.menublock a {
	color: #035453;
}

.menublock a:hover {
	color: #035453;
}

.footerlinks {
	padding-left: 60px;
	margin-top: 20px;
	font-weight: bold;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 50px;
}

.footerlinks a {
	display: block;
	color: #595959;
	font-weight: normal;
}

.footerlinks a:hover {
	color: #595959;
}

.footerlinks a:first-child {
	margin-top: 20px;
}

#slider {
	background-image: url('../img/theme/slider.jpg');	
	height: 362px;
	width: 794px;	
}

#headerlogo {
	background-image: url('../img/theme/logo-aqua.png');	
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-left: 306px;
}



#footerlogo {
	background-image: url('../img/theme/logo-aqua.png');	
	background-repeat: no-repeat;
	background-position: left 30px;
	padding-left: 306px;
	min-height: 276px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.headercontent {
	height: 170px;
	width: 100%;
}

.headercontent .flexbox {
	width: 100%;
}

.topmenublock {
	background-color: #02686f;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 20%;
	margin-left: 6px;
}

.topmenublock:first-child {
	margin-left: 0px;
}

.topmenublock:hover {
	background-color: #0f8e97;	
}

.topmenublock a {
	display: block;
}

.menublock {
	background-color: #56d5d3;	
	color: #035453;
	margin-left: 1px;
	padding-left: 20px;
	width: 12.5%;
	height: 51px;
	line-height: 51px;
	text-align: center;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	background-position: 5px center;
	background-repeat: no-repeat;
}
.menublock:first-child {
	margin-left: 0px;
}
.menublock a {
	display: block;
}

.tabs {
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	padding: 10px;
	margin-right: 4px;
} 

.tabs a {
	display: block;	
}

.tabs:first-child {
	margin-left: 4px;
}


.hitprodazh {
	width: 288px;
	min-height: 353px;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 20px;
	margin-right: 15px;
}

.hitprodazh:nth-child(4n+4) {
	margin-right: 0px;
}


#searchbox {
	display: block;
  	background: #f2f2f2;
  	margin: 0;
	height: 40px;
	/*width: 284px;*/
	color: black;
	font-size: 20px;
	font-variant: normal;
	padding-left: 5%;
	
	border: 1px solid #dadada;
	appearance: none;
	outline: none;		
    appearance: none;
  	/*box-shadow: inset 2px 2px 0px 0 #e1b052;*/
	
	background-image: url('../img/theme/search-icon.png');		
	background-repeat: no-repeat;
	background-position: 95% center;
}



.circle40 {
	width: 40px;
	height: 40px;
	border-radius: 20px; 
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -khtml-border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;    
}

.bglightIzumrud {
	background-color: #56d5d3;
}

.bggreen {
	background-color: #20c020;
}

.bgblue {
	background-color: #09cac7;
}

.bglightblue {
	background-color: #56d5d3;
}

.bgDarkIzumrud {
	background-color: #1c817f;
}

.darkIzumrudColor {
	color: #1c817f;
}

#vashZakaz, #vashZakazTitle {
	width: 773px;
}

.bggrey {
	background-color: #f2f2f2;
}

.bgwhite {
	background-color: #ffffff;
}

.whitetext {
	color: white;
}

.greentext {
	color: #20c020;
}

.darkgreytext {
	color: #6b6b6b;
}

a.blacktext, a.blacktext:hover {
	color: #000000;
}

a.darkgreytext {
	color: #6b6b6b;
}

a.darkgreytext:hover {
	color: #6b6b6b;
}

a.izumrudtext, a.izumrudtext:hover {
	color: #2ba08b;
}

a.activelink {
	text-decoration: underline;
}

.izumrudtext {
	color: #2ba08b;
}

.izumrudtext a , .izumrudtext a:hover {
	color: #2ba08b;
}

#sortirovatTovar img {
	padding-left: 15px;
	padding-right: 15px;
}

.newsbutton a {
	color: #035453;
}

.roundcorner4 {
	border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -khtml-border-radius: 4px; 
}

.roundcorner10 {
	border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px; 
}

.lineheight25 {
	line-height: 25px;
}

.lineheight20 {
	line-height: 20px;
}

.bggreengradientvertical {	
	background: #4ccc4c; /* Old browsers */
	background: -moz-linear-gradient(top,  #4ccc4c 0%, #4ccc4c 50%, #20c020 50%, #20c020 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4ccc4c), color-stop(50%,#4ccc4c), color-stop(50%,#20c020), color-stop(100%,#20c020)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4ccc4c 0%,#4ccc4c 50%,#20c020 50%,#20c020 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4ccc4c 0%,#4ccc4c 50%,#20c020 50%,#20c020 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4ccc4c 0%,#4ccc4c 50%,#20c020 50%,#20c020 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4ccc4c 0%,#4ccc4c 50%,#20c020 50%,#20c020 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ccc4c', endColorstr='#20c020',GradientType=0 ); /* IE6-9 */
}

.regularButton {
	height: 44px;
	min-width: 196px;
	text-align: center;
	line-height: 44px;
	font-weight: 500;
}

.regularButton a {
	display: block;
}

.openSans {
	font-family: 'Open Sans Condensed', sans-serif;
}

.firaSans {
	font-family: 'Fira Sans', sans-serif;
}

.posabsolute {
	position: absolute;
}

.posrelative {
	position: relative;
}

.menublock.posrelative a {
	position: relative;
}

.menublock .submenublock {
	position: absolute;
	left: 0px;
	top: 53px;
	display: none;
	background-color: #f0f0f0;
	color: #0f4b4a;
	z-index: 250;
	width: 295px;	
}

.menublock:last-of-type .submenublock {
	left: auto !important;	
	right: 0px !important;	
}

.menublock .submenublock a {
	display: block;
	color: #0f4b4a;
	text-align: left !important;
	padding-left: 30px;	
	border-bottom: 1px solid #dbdbdb;
}

.menublock .submenublock a:last-child {
	border-bottom: 0px;
}

.menublock .submenublock a:hover {
	text-decoration: underline !important;
}

.menublock:hover .submenublock {
	display: block;
}

#aboutpage {
	border-left: 5px solid #1c817f;
	padding-left: 60px;
	margin-top: 60px;
}

.fontsize14 {
	font-size: 14px;
}

.fontsize18 {
	font-size: 18px;
}

.fontsize22 {
	font-size: 20px;
}

.headercontent {
	font-size: 16px;
}

.fontsize22 .topmenublock, .menublock {
	font-size: 20px;
}

/* слайдер */

.ui-slider-range {
	background-color: #56d5d3 !important;	
}

.ui-widget-content {
	border-width: 0px !important;
}

.ui-slider .ui-slider-handle {
	width: 0.4em !important;
	background-image: none !important;
	background-color: #02686f !important;
	border-width: 0px !important; 
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em !important;
    margin-left: -.12em !important; 
}

#arrowup {
	position: fixed;
	right: 50%;
	margin-right: -680px;
	bottom: 320px;
	height: 48px;
	width: 57px;
	z-index: 255;	
}

.imgthumb {
	width: 90px;
	height: 90px;
}

#tovarinfo {
	margin-left: 36px;
	width: 590px;
	flex-shrink: 0;
    -ms-flex: 1 0 auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */

	#mainscreen {
		max-width: 875px;
	}

	.firstnewspageblock {
		width: 990px !important;
	}

	#tovarphoto {
		width: 284px;
	}

	#tovarinfo {
		max-width: 590px;
	}

	#tovarinfoandphoto {
		width: 875px;
	}


	.newspage {
		width: 1200px;
	}
 

	.headercontent .upblock {
		max-width: 300px;
		margin-top: 20px;
	}
	.headercontent .downblock {
		padding-bottom: 20px;
	}

	#mainmenu.fontsize22 {
		font-size: 18px;
	}

	.brandslogos.width100 {
		width: 1000px;
	}
	.vitrinablock.width100 {
		width: 1200px;	
	}
	.newtovarblock .width100 {
		width: 280px;
	}
	.paddingleftandright40 {
		max-width: 280px;
	}
	.tovarhover img {
		margin-top: 50px;
	}
}

.newscontent {
	border-left: 5px solid #1c817f;
	padding-left: 50px;
}

.newspage {
	margin-top: 20px;
}

.newspage p {
	margin-bottom: 20px;
	display: block;
	max-width: 810px;
}

.lk .leftblock div {
	width: 314px;
	height: 47px;
	line-height: 47px;
	margin: 3px;
	background-color: #c2c2c2;
	padding-left: 20px;
}

.lk .leftblock div:hover {
	background-color: #20c020;
}

.lk .leftblock div:hover a {
	color: white !important;
}

.lk .leftblock div a, .lk .leftblock div a:hover {
	display: block;
	color: #595959;
}

.addtextToLable {
	font-size: 12px !important;
	font-style: italic;
}

.longlable {
	min-width: 300px !important;
	margin-top: 0px !important;
}

#bigForm {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}

#leftBigFormSide {
	padding-left: 150px;
	margin-right: 10px;
}

#leftBigFormSide label {
	width: 180px;
	margin-top: 15px;
	font-weight: normal !important;
}

#leftBigFormSide .firstRow {
	width: 180px;
}

.fontsize28 {
	font-size: 28px;
}

.fontsize36 {
	font-size: 36px;
}







#pricerange {
	width: 100%;
	max-width: 250px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pricerange a {
	max-width: 100px;
}

.pricerangelenta {
	width: 82px;
}

#rightmenublock {
	width: 380px;
}

.rightmenu {
	height: 85px;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-left: 90px;
}

a.pagination {
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

a.pagination:hover {
	background-color: #eaeaea;
}

.margintoplittlegap {
	margin-top: 5px;
}

.marginbottomlittlegap {
	margin-bottom: 5px;
}

.margintopmiddlegap {
	margin-top: 15px;
}

.greylineUpWithGap {
	border-top: 2px solid #a1a1a1;
	margin-top: 20px; 
}

.greylineDownWithGap {
	border-bottom: 2px solid #a1a1a1;
	margin-bottom: 20px; 
}

.newspage {
	min-width: 980px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 30px;	
}	



.paddingtopandbottom5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.paddingtopandbottom10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.paddingtopandbottom25 {
	padding-top: 25px;
	padding-bottom: 25px;
}



.paddingleftandright40 {
	padding-left: 40px;
	padding-right: 40px;
}

.paddingtop20 {
	padding-top: 20px;
}

.paddingbottom20 {
	padding-bottom: 20px;
}

.inlineblock {
	display: inline-block;
}

.newtovarblock {
	margin-top: 13px;
	margin-right: 13px;
	width: 281px;
	min-height: 418px;
}

.newtovarblock:first-child {
	margin-left: 13px;
}

.treeTovara .newtovarblock:nth-child(3n+1) {
	margin-left: 13px;
}

.bordersolid {
	border-style: solid;
}

.noborder {
	border-style: none !important;
	border-width: 0px !important;
}

.border1px {
	border-width: 1px;
}

.border2px {
	border-width: 2px;
}

.borderblue {
	border-color: #56d5d3;
}

.bordergrey {
	border-color: #ececec;
}

.borderMoreGrey {
	border-color: #d3d3d3;
}

#tovarinfo input {
	width: 80px;
}

.borderdarkgrey {
	border-color: #525252;
}

.borderbottom {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#DostavkaGarantiya {
	padding-top: 10px;
}

#DostavkaGarantiya > div {
	width: 40%;
}

#DostavkaGarantiya p {
	margin-top: 10px;
}

.tovarKolvo {
	padding-left: 15px;
	padding-right: 15px;	
}

.tovarInfoBlock > div {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 33%;
}

.tovarInfoBlock > div:first-child {
	text-align: left;
}

#oformlenieZakaza, #oformlenieZakazaTitle {
	width: 318px;
}

.bordertop {
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}

.borderbottomtop {
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

.borderleftright {
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
}

.marginleft30 {
	margin-left: 30px;
}

.width244 {
	max-width: 244px !important;
}

.formfield * {
	vertical-align: middle;
}

.formaOtzyiv {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.formaOtzyiv input#name, .formaOtzyiv input#email {
     margin-bottom: 20px;
     max-width: 400px;
     width: 100%;
}

.formaOtzyiv input#captcha {
	max-width: 200px;
     width: 100%;
}

.formaOtzyiv textarea {
     margin-bottom: 20px;
     width: 400px;
}

.formaOtzyiv label { display: inline-block; width: 140px; text-align: left; }​

#captcha {
	max-width: 200px !important;
}

.lk table td {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 3px solid #f2f0f0;
}

.lk table tr.moreGrey td {
	background-color: #e3e3e3;
}

.padding3 {
	padding: 3px;
}

.padding10 {
	padding: 10px;
}

.padding30 {
	padding: 30px;
}

.marginauto { 
	margin-left: auto;
	margin-right: auto;

}

.margin20 {
	margin: 20px;
}

.margin40 {
	margin: 40px;
}

.marginbottom20 {
	margin-bottom: 20px;
}

.margintop5 {
	margin-top: 5px;
}

.margintop10 {
	margin-top: 10px;
}

.margintop15 {
	margin-top: 15px;
}

.margintop20 {
	margin-top: 20px;
}

.margintop40 {
	margin-top: 40px;
}

#footerblockwithlogo {
	width: 508px;
}

#footerblockwithlogo a {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #595959;
}

#footerblockwithlogo a:hover {
	color: #595959;
}

#footerblockwithlogo a img {	
	margin-right: 4px;
}



.tovarhover {
	margin-top: 13px;
	margin-right: 13px;
	width: 281px;
	min-height: 418px;	
	display: none;
}

.newtovarblock:hover .tovarhover {
	display: block;
	z-index: 250;
}

.tovarhoverup {
	min-height: 209px;
	width: 100%;
	background-color: rgba(54, 198, 54, 0.9);
}

.tovarhoverdown {
	min-height: 209px;
	width: 100%;
	background-color: rgba(103, 217, 215, 0.9);
}


.header {
	height: 134px;
	width: 100%;	
}

.bglogo {
	background-image: url('../img/theme/logo.png');	
	background-repeat: no-repeat;
	background-position: left center;
	height: 134px;
}

.bggrey {
	background-color: #f2f0f0;
}

.bgMoregrey {
	background-color: #e4e4e4;
}

.bgMoreMoregrey {
	background-color: #c2c2c2;
}

#upmenu {
	height: 36px;
	width: 100%;
	background-color: #fbfbfb;
	border-top: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}

#regblock {	
	height: 34px;
	line-height: 34px;
	width: 101px;
	text-align: center;
}
#loginblock {	
	height: 34px;
	line-height: 34px;
	width: 101px;
	text-align: center;
}

#zakazzvon {
	text-align: center;
	width: 204px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-bottom: 5px;
}
#korzin {
	text-align: center;
	width: 204px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}














.brownbg {
	background-color: #53382d;
}
.orangebg {
	background-color: #ff7e00;	
}
.orangeborder {
	border: 1px solid #ff7e00;	
}
.kozhabg {
	background-image: url('../img/theme/kozha.jpg');		
	background-color: #351a0f;
}

.badgelabel {
	background-color: white;
	height: 20px;
	border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    color: red;
    padding-left: 10px;
    padding-right: 10px;
}

.redtext {
	color: red;
}
.blacktext {
	color: black;
}

.orangetext {
	color: #ff7e00;
}
.greytext {
	color: #707070;
}
.lightgreytext {
	color: #b0aeae;
}
.fiolettext { 
	color: #774641;
}
.redtext {
	color: #ee1515;
}

.widthMiddleCol {
	width: 570px;
}

.bigPhotoItem {
	height: 383px;
	width: 100%;
}

.bigtext {
	font-size: 30px;
}

.middleuptext {
	font-size: 24px;
}

.middletext {
	font-size: 18px;
}

.smalltext {
	font-size: 14px;
}

.verysmalltext {
	font-size: 12px;
}



#rightCol {
	width: 343px;
}

#listphones {
	color: lightgrey;
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;	
}



#dostioplat {
	border: 1px solid #ff7e00;
	padding: 4px;
	line-height: 14px;
}

#dostioplat img {
	margin-right: 10px;
}

#leftmenu {
	width: 264px;
	min-width: 264px;
	margin-right: 10px;
}

#banner {
	flex-grow: 0;
	margin-left: 10px;
}

.slide {
	width: 100%;
	height: 374px;	
}

.inputclass {
	outline: none;
	background: #ffffff !important;
	appearance: none;
  	box-shadow: none;
}

.regularfont {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.smallcapsRegularfont {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-variant: small-caps;
}

.width100 {
	width: 100%;
}
.width70 {
	width: 70%;
}
.width50 {
	width: 55%;
}
.width33 {
	width: 33%;
}

.borderbottomGrey {
	border-bottom: 1px solid #7f7f82;
}

.borderGrey {
	border: 1px solid #C7C7C7;
}

.borderBlack {
	border: 1px solid #000000;
}

.borderGreyWithoutDownAndRight {
	border-left: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
}

.infoitembg {
	background-image: url('../img/theme/infoitem-bg.png');	
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.borderDottedGreyTop {
	border-top: 1px dotted #C7C7C7;
}

.borderGreyRight {
	border-right: 1px solid #C7C7C7;
}

.bgcover {
	background-size: cover;
	background-position: center center;
}

.bgcontain {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.bgauto {
	background-size: auto;  
	background-position: center center;
	background-repeat: no-repeat;
}

#leftmenuheader {
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftmenuheader img {
	padding-left: 25px;
	padding-right: 25px;
}

#bonusblock {
	margin-top: 26px;
	margin-bottom: 26px;
}

.bonuslist {
	max-width: 140px;
}

.dashed {
	border-top: 1px dashed #d6af63;
	border-bottom: 1px dashed #d6af63;	
	height: 54px;
	width: 100%;
}

.dashleft {
	border-left: 1px solid #C7C7C7;
}

.dashright {
	border-right: 1px solid #C7C7C7;
}

.menu {	
	
}

.menu a {	
	display: block;
	text-decoration: none;
}

.menu a:hover {	
	text-decoration:  underline;
}

#mainmenu .menu a {	
	font-size: 26px;
	line-height: 20px;
	height: 26px;
	color: #efe1b9;
}

#mainmenu .menu a:hover {	
	color: #FFEE33;
}
 
#leftmenu .menu {	
	border-bottom: 1px solid #C7C7C7; 
	width: 100%;
}

#leftmenu .menu a {	
	padding: 10px;
	color: #707070;	
	background-position: 234px center;
	background-image: url('../img/theme/marker.png'); 
	background-repeat: no-repeat;
}

#leftmenu .menu a:hover {	
	color: #ff7e00;
	text-decoration: none;
	background-image: url('../img/theme/marker-active.png');
	background-color: #f6f6f6;
}

.lightgreybg {
	background-color: #f6f6f6;
}

#leftmenu .submenu {	
	border-bottom: 1px solid #C7C7C7; 
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;	
}

.textunderline {
	text-decoration: underline;
}

.dostavkaOption {
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 105px;
	min-height: 105px;
	min-width: 168px;
}

.dostavkaOption:hover {
	color: #ff7e00;
}

#moscowOption {
	background-image: url('../img/theme/icon-moscow-pas.png');
}

#moscowOption:hover {
	background-image: url('../img/theme/icon-moscow-act.png');
}

#mosoblOption {
	background-image: url('../img/theme/icon-mosobl-pas.png');
}

#mosoblOption:hover {
	background-image: url('../img/theme/icon-mosobl-act.png');
}

#spbOption {
	background-image: url('../img/theme/icon-spb-pas.png');
}

#spbOption:hover {
	background-image: url('../img/theme/icon-spb-act.png');
}

#regionOption {
	background-image: url('../img/theme/icon-region-pas.png');
}

#regionOption:hover {
	background-image: url('../img/theme/icon-region-act.png');
}

.ugolokVniz {
	background-image: url('../img/theme/downcorner.png');	
	background-repeat: repeat-x;
	padding-bottom: 9px;
}

#menuunderslideDec {
	background-image: url('../img/theme/downcorner.png');	
	background-repeat: repeat-x;
	padding-bottom: 9px;
	background-position: 45px bottom;
	margin-bottom: 15px;
}

#menuunderslide {
	margin-top: 5px;
}

#menuunderslide .menu a {	
	padding: 10px;
	color: #707070;		
}

#menuunderslide .menu a:hover {	
	color: #ff7e00;
	text-decoration: none;
}

.paymentsIcons {
	background-position: 5px center;
	background-repeat: no-repeat; 
	min-height: 40px;
}

#payNal {
	background-image: url('../img/theme/pay-nal.png');	
}

#payKred {
	background-image: url('../img/theme/pay-kred.png');	
}

#payBeznal {
	background-image: url('../img/theme/pay-beznal.png');	
}

#payBank {
	background-image: url('../img/theme/pay-bank.png');	
}

#payCard {
	background-image: url('../img/theme/pay-card.png');	
}

#payYandex {
	background-image: url('../img/theme/pay-yandex.png');	
}

#payRapida {
	background-image: url('../img/theme/pay-rapida.png');	
}

.marginright40 {
	margin-right: 40px;
}

.marginright20 {
	margin-right: 20px;
}

.marginleft20 {
	margin-left: 20px;
}


.margintop60 {
	margin-top: 60px;
}

.margintopbottom10 {
	margin-bottom: 10px;
	margin-top: 10px; 
}

.firstnews {
	border-left: 6px solid white;
	margin-top: 20px;
}



.paddingleft20 {
	padding-left: 20px;
}

.paddingright20 {
	padding-right: 20px;
}

.paddingleft40 {
	padding-left: 40px;
}

.razdelitelhor {
	margin-left: 40px;
	width: 160px;
	height: 1px;
	background-color: #C7C7C7;
	margin-top: 20px;
}

.shadow {
	-webkit-box-shadow: 0 0 12px 0 #878787;
	box-shadow: 0 0 12px 0 #878787;
}

#news {
	margin-top: 20px;
	border: 1px solid #C7C7C7; 
	background-color: #f6f6f6;
}

.colorswitch {
	height: 18px;
	width: 18px;
	margin-right: 5px;
	margin-top: 10px;
}

.placeForBuyButton {
	height: 72px;
	text-align: center;
}

.placeForBuyButton img {
	text-align: center;
}

.placeForPrice {
	border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    -khtml-border-radius: 2px; 
    background-color: #e8e6e6;
    border: 3px solid white;
    width: 100%;
    height: 38px;
    color: #4e4d4d;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}




.circle {
	width: 24px;
	height: 24px;
	border-radius: 12px; 
    -webkit-border-radius: 12px; 
    -moz-border-radius: 12px; 
    -khtml-border-radius: 12px;    
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #C7C7C7; 
}

.bigsocialbutton {
	border-style: solid;
	border-width: 1px;	
	padding-bottom: 3px;
}

.bigsocialbutton .inner {
	width: 100%;	
	color: white;
}

.bigsocialicon {
	text-align: center;
	padding-right: 10px;
	min-width: 56px;
	min-height: 100%;
	padding: 10px;
	height: auto;
}

#vkstyle.bigsocialbutton {
	background-color: #335b8a;
	border-color: #203b71; 
}

#vkstyle.bigsocialbutton .inner {
	background-color: #4378b3;
}

#vkstyle.bigsocialbutton .inner .bigsocialicon {
	border-right: 1px solid #203b71;
}

#fbstyle.bigsocialbutton {
	background-color: #2a4374;
	border-color: #203b71; 
}

#fbstyle.bigsocialbutton .inner {
	background-color: #46629a;
}

#fbstyle.bigsocialbutton .inner .bigsocialicon {
	border-right: 1px solid #203b71;
}

#twistyle.bigsocialbutton {
	background-color: #217eb9;
	border-color: #208fbe; 
}

#twistyle.bigsocialbutton .inner {
	background-color: #3baddd;
}

#twistyle.bigsocialbutton .inner .bigsocialicon {
	border-right: 1px solid #208fbe;
}

#okstyle.bigsocialbutton {
	background-color: #923b05;
	border-color: #ae1800; 
}

#okstyle.bigsocialbutton .inner {
	background-color: #d65b0e;
}

#okstyle.bigsocialbutton .inner .bigsocialicon {
	border-right: 1px solid #ae1800;
}



.graphbutton {
	background-image: url('../img/theme/button-pas-bg.png');
	background-repeat: repeat-x;
	background-size: 100% 100%;
	color: white;	
	border-radius: 4px; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    -khtml-border-radius: 4px;
    text-shadow: 0 -1px 0 #c65208;
}

.graphbutton:hover {
	background-image: url('../img/theme/button-act-bg.png');
	cursor: pointer;
}

#butKupitVOdinKlik {
	width: 171px;
	height: 36px;
	text-align: center;
	line-height: 36px;
}

.breadcrumsin {
	padding-left: 28px;
	background-image: url('../img/theme/bc-left.png');
	background-position: left center;
	background-repeat: no-repeat;	
}

#breadcrumsend {
	width: 18px;
	height: 35px;
}


#vsravn {	
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
	height: 34px;
	width: 1px; 
}

.whitecircle {
	width: 34px;
	height: 34px;
	border-radius: 17px; 
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    -khtml-border-radius: 17px;
    line-height: 34px;
    border: 1px solid white;
    text-align: center;
}

.turn90 {
	-moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

.bgmarkerimg {
	background-image: url('../img/theme/marker.png'); 
}

#upmenu .menu a {	
	height: 34px;
	line-height: 34px;
	color: #707070;
	padding-left: 10px;
	padding-right: 10px;
}

#upmenu .menu a:hover {	
	color: #ff7e00;
}



.razdelitel {
	background-image: url('../img/theme/razdelitel.png');		
	background-repeat: no-repeat;
	background-position: center center;
	height: 54px;
	width: 46px;
}

.newsblock {
	padding: 10px;
	border-bottom: 1px dotted grey;
	font-size: 12px;
}

.newsblock .title {
	text-decoration: underline;
	font-size: 16px;
}

.newsimage {
	background-size: cover;
	background-position: center center;
	border: 1px solid #b0a58e;
	width: 83px;
	min-width: 83px;
	height: 89px;
	margin-right: 10px;
	flex-grow: 0;
}
 
.item {
	width: 220px;
	
	min-width: 220px;
	min-height: 426px;
	margin-left: 7px;
	margin-bottom: 10px	;	
}

.itemblock {
	min-height: 426px;
	border-radius: 2px; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    -khtml-border-radius: 2px; 
}

.itemblock:hover {
	-webkit-box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 1px rgba(0,0,0,0.2);
}

.itemblock .addonitem {
	width: 100%;
	
	display: none;
	background-color: white;
	text-align: center;
	z-index: 3;
}

.displayblockImportant {
	display: block !important;
}

.arrowForPhoto {
	background-image: url('../img/theme/arrow-left.png');		
	opacity: 0.5;
	width: 21px;
	height: 106px;
	background-repeat: no-repeat;
	background-position: center;
} 

.arrowForPhoto:hover { 	
	opacity: 1;
}

#arrowRight {
	-moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.itemblock:hover .addonitem {
	display: block;
}

.GroupItemsPhoto {
	width: 106px;
	height: 106px;
}

.GreyBorderHoverToOrange {
	border: 1px solid #d9d7d7;
}

.GreyBorderHoverToOrange:hover {
	border: 1px solid #ff8615;
}

.italic {
	font-style: italic;
}

.catalogitem {
	width: 33%; 
}

.catalogtitle {
	margin-left: 20px;
}

#footerline {
	height: 7px;
	width: 100%;
	background-color: white;
	border-top: 2px solid #ff7e00; 
}


.footerrow {
	padding: 20px;
}

.footerrow p {
	margin-top: 20px;	
}

#seotext {	
	height: 150px;
	margin-top: 30px;
}

#seotextblock {
	height: 150px;
	overflow: hidden;	
}

#catalogUnderVitrina {
	min-height: 500px;
	padding-top: 50px;
	border-top: 1px solid black;
	margin-top: 40px;
}

.dotted {
	border-bottom: 1px dotted grey; 
}

table .korzinImage {
	width: 106px;
	height: 106px;
	display: inline-block;
}

table.korzina {
	margin-top: 20px;
	border-collapse: collapse; 
	border-spacing: 10px;	
	font-size: 18px;
}

table.korzina td {
	border: 1px solid grey;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.oformZakaz {
	border-collapse: collapse; 
	border-spacing: 10px;
	font-size: 18px;
}

table.oformZakaz tr.dotted {
	border-bottom: 1px dotted grey; 
}

table.oformZakaz tr.solided {
	border-bottom: 1px solid grey; 
}

table.oformZakaz td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.addonitem table {
	width: 100%;
	border-collapse: collapse; 
	border-spacing: 10px;
	font-size: 12px;
}

.addonitem table tr {
	border-bottom: 1px dotted grey; 
}

.addonitem table td {	
	text-align: left;
}

.addonitem table .rightalign {
	font-weight: bold;
}

.rightalign {
	text-align: right !important;
}

.itembadge {
	width: 147px;
	height: 39px;
	left: -7px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	line-height: 35px;
	z-index: 2;
}

.itemphoto {
	height: 223px;
	min-height: 223px;
	z-index: 1;
}

.redbadge {
	background-image: url('../img/theme/redbadge.png');			
}
.greenbadge {
	background-image: url('../img/theme/greenbadge.png');			
}



#whitebg {
	background-image: url('../img/theme/whitegrad.png');	
	background-repeat: repeat-x;
	height: 51px;
	left: 0px;
	bottom: 0px;
}

.greyborder {
	border: 1px solid #C7C7C7;
}

.padleftright10 {
	padding-left: 5px;
	padding-right: 5px;
}

#catalogUnderVitrina a {
	display: block;
	width: 33%;
	text-decoration: underline;
	color: #4e4d4d;
}

.catalogphoto {
	height: 70px;
	width: 90px;
	min-height: 70px;
	min-width: 90px;
	border: 1px solid #5b5b5a;
	z-index: 1;
}

a:hover .catalogphoto {	
	border: 1px solid #ff7e00;	
}

#catalogUnderVitrina a:hover {
	color: #ff7e00;
}

#footerleft {
	width:65%;
}

.filters {
	line-height: 34px;
	font-size: 18px;
	text-align: left;
	padding-left: 30px;
	width: 100%;
}



#downpanel {
	position: fixed;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
	bottom: -4px;
	height: 59px;
	line-height: 55px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	vertical-align: text-bottom;
	z-index: 255;
}

#downpanel img {
	margin-right: 10px;
	vertical-align: middle;
}

.closedfilter {
	display: inline-block;
	text-align: center;
	font-size: 24px;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 17px; 
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    -khtml-border-radius: 17px;
    border: 1px solid #5b5b5a; 
    background-color: #f6f6f6;
}

.bubble {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 17px; 
    -webkit-border-radius: 17px; 
    -moz-border-radius: 17px; 
    -khtml-border-radius: 17px;
    border: 1px solid #5b5b5a; 
    margin-top: 15px;
}

.borderGreyBottomDotted {
	border-bottom: 1px dotted grey; 
}

/* .squaredFour */
.squaredFour {
  width: 20px;
  position: relative;
  margin: 10px; 
  display: inline-block;

}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  border: 1px solid grey; 
  border-radius: 4px;
  
}
.squaredFour label:after {
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.socialmedia {
	display: inline-block;
	width: 24px;
	height: 24px;	
	background-image: url('../img/theme/socilamedia-icons.png');
}

#vk-icon {
	background-position: 0px 0px;
}
#fb-icon {
	background-position: -24px 0px;
}
#g-icon {
	background-position: -48px 0px;
}
#twi-icon {
	background-position: -72px 0px;
}
#ok-icon {
	background-position: -96px 0px;
}
#yt-icon {
	background-position: -120px 0px;
}
#m-icon {
	background-position: -144px 0px;
}

.bggreygrafient {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/* Product Start */

.clear {
	clear: both;
}

.productImages {
	float: left;
	width: 313px;
	margin-top: 20px;
	position: relative;
}

ul.thumbsImages {
	margin: 20px 0 0 0;
	padding: 0;
}

ul.thumbsImages li {
	float: left;
	list-style: none;
	padding: 1px;
}

ul.thumbsImages li a {
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #ddd;
}

.productDesc {
	float: left;
	width: 505px;
	margin: 20px 0 0 40px;
}

.productDesc h1 {
	color: #0d8691;
	line-height: normal;
	font-size: 18px;
	font-weight: bolder;
	font-family: 'PT Sans', sans-serif !important;
	margin-top: 0;
	margin-bottom: 5px;
}

.productDesc .h1 {
	color: #0d8691;
	line-height: normal;
	font-size: 18px;
	font-weight: bolder;
	font-family: 'PT Sans', sans-serif !important;
	margin-top: 0;
	margin-bottom: 5px;
}

.multiPriceItem {
	margin-top: 25px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px 25px;
}

.tabs_ h2 {
	height: 41px;
    line-height: 43px;
    font-weight: bold;
    font-size: 17px;
    margin: 0;
}

.multiPriceItem .multiPriceDesc {
	float: left;
	width: 316px;
	/*border-right: 2px dotted #ccc;*/
}

.multiPriceItem .multiPriceDesc ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 24px;
}

.multiPriceItem .multiPriceDesc ul li:first-child {
	font-size: 14px;
}

.multiPriceItem .multiPriceDesc ul li:last-child {
	text-transform: uppercase;
	font-weight: bolder;
	color: #4cb208;
}

.multiPriceItem .multiPriceCart {
	float: left;
	width: 136px;
	text-align: center;
}

.multiPriceItem .multiPriceCart .multiPrice {
	font-size: 20px;
	color: #0eb0bf;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	margin-bottom: 5px;
}

.multiPriceItem .multiPriceCart input[type=button] {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	border: none;
	padding: 10px 30px;
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: 2px 3px 4px #bbb;
}

.singlePriceItem {
	margin-top: 25px;
	padding: 10px 0;
}

.singlePriceItem .singlePriceDesc {
	/*float: left;*/
	/*width: 252px;*/
}

.singlePriceItem .singlePriceDesc a {
	font-size: 18px;
	color: #0eb0bf;
	font-weight: bolder;
	text-decoration: underline;
}

.singlePriceItem .singlePriceDesc ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #4c4c4c;
}

.singlePriceItem .singlePriceDesc ul li:last-child {
	text-transform: uppercase;
	font-weight: bolder;
	color: #4cb208;
}

.singlePriceItem .singlePriceCart {
	/*float: left;*/
	/*width: 253px;*/
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	padding: 10px 0;
}

.singlePriceItem .singlePriceCart .singlePrice {
	font-size: 20px;
	color: #0eb0bf;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	margin: 7px 15px 5px 15px;
	text-align: left;
	float: left;
	width: 320px;
}

.singlePriceItem .singlePriceCart input[type=button] {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	border: none;
	padding: 10px 30px;
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: 2px 3px 4px #bbb;
	float: left;
}

.productDesc p {
	color: #313131;
	line-height: normal;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.productSocial {
	border: 1px solid #63ccd6;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

.productSocial p {
	font-size: 17px;
	margin: 0 0 10px 0;
}

input:focus { outline: none; }

.relatedProduct {
	width: 272px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 0 20px;
	text-align: center;
}

.relatedTitle {
	margin: 30px 0 0 0;
}

.relatedDesc {
	font-size: 16px;
	text-align: left;
	margin-top: 20px;
}

.relatedDesc a {
	color: #313131;
}

.relatedPrice {
	font-size: 20px;
	font-weight: bolder;
	margin: 10px 0 10px 0;
}

.relatedProduct input[type=button], .relatedProduct .button-cart {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	border: none;
	padding: 10px 30px;
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: 2px 3px 4px #bbb;
	display: inline-block;
}

.related {
	margin-left: -20px;
}

.comments {
	margin-top: 30px;
}

.comments .commentsTop {
	font-size: 17px;
	color: #7e7e7e;
}

.comments .commentsTop a {
	color: #0eb0bf;
	font-weight: bolder;
}

.commentsItem {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px 30px;
	margin-top: 20px;
}

.commentsItem p {
	font-size: 17px;
	padding: 0;
	margin: 0;
}

.commentsItem p.author {
	padding-bottom: 20px;
	font-weight: bolder;
	color: #0eb0bf;
}

/* Product End */

/* Left Column Start */

.cartList {
	max-height: 200px;
	overflow-y: scroll;
	margin-bottom: 20px;
}

.cartList ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.cartList ul li {
	border-bottom: 1px dashed #ff804b;
}

.cartList div.cartItemNum, .cartList div.cartItemTitle, .cartList div.cartItemRemove {
	float: left;
	padding: 7px;
}

.cartItemNum input {
	width: 30px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #bbb;
	text-align: center;
}

.cartItemTitle {
	width: 160px;
	text-align: left;
	line-height: 12px;
}

.cartItemRemove a {
	display: block;
	border-radius: 50%;
	background: #a5a5a5;
	color: #fff;
	width: 24px;
	height: 24px;
}

.cartItemRemove a:hover {
	color: #ddd;
}

.menu {
	margin-top: 15px;
	background: #bde7eb;
	border-radius: 8px;
	padding: 8px;
}

.menuContainer {
	background: #ebebeb;
	border-radius: 6px;
	border: 2px dotted #fff;
	padding: 10px 0;
}

.menu ul {
	margin: 5px 0 5px 0;
}

.menu ul li {
	padding-left: 10px;
	line-height: 25px;
	font-size: 15px;
	color: #25b0bc;
}

.menu ul li a {
	color: #585858;
}

.menu ul li a:hover {
	color: #000;
}

.menuTitle {
	background: url("../img/theme/menu-title-blue.png") no-repeat left center;
	margin-left: 15px;
	padding-left: 35px;
	text-transform: uppercase;
	color: #25b0bc;
	font-weight: bolder;
	font-size: 16px;
}

.menuTitleImportant {
	background: url("../img/theme/menu-title-orange.png") no-repeat left center;
	color: #f67742;
}

.menuImportant li, .menuImportant li a {
	color: #f67742 !important;
}

.app {
	margin-top: 20px;
	border: 1px solid #ff8756;
	border-radius: 8px;
	text-align: center;
	padding: 15px 10px;
}

.app span {
	display: block;
	text-transform: uppercase;
	color: #ff4f06;
	font-size: 17px;
	font-weight: bolder;
}

.app p {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.banner {
	margin-top: 20px;
	text-align: center;
}

.banner img {
	width: 280px;
}

.leftColumn {
	position: relative;
}

.subscription {
	margin-top: 20px;
	border: 1px solid #61cb4c;
	border-radius: 8px;
	text-align: center;
	padding: 15px 10px;
}

.subscription span {
	display: block;
	text-transform: uppercase;
	color: #56c73f;
	font-size: 17px;
	font-weight: bolder;
	margin-bottom: 15px;
}

.subscription input {
	display: block;
	padding: 10px;
	font-style: italic;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #bbb;
	width: 260px;
	text-align: center;
}

.subscription a {
	display: inline-block;
	padding: 15px 30px;
	margin-top: 10px;
	background: #56c73f;
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	border-radius: 6px;
}

.subscription a:hover {
	color: #fff;
}

/* Left Column End */

/* Footer Start */

.footerMenu {
	padding-left: 220px;
}

.footerMenu, .footerMenu a {
	color: #fff;
}

.footerMenu ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 30px;
	font-size: 15px;
}

.footerMenuTitle {
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 16px;
}

.footerMenuColumn {
	float: left;
	width: 200px;
	margin-left: 30px;
}

.copyright {
	color: #fff;
	margin-top: 20px;
	font-size: 17px;
	text-align: right;
}

/* Footer End */

/* Content Start */

.slider {
	margin-bottom: 20px;
}

.catalogProduct {
	width: 272px;
	height: 370px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px;
	margin: 20px 0 0 20px;
	text-align: center;
	position: relative;
}

.catalogTitle {
	margin: 30px 0 0 0;
}

.catalogDesc {
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
}

.catalogDesc a {
	color: #313131;
}

.catalogPrice {
	font-size: 16px;
	margin: 10px 0 10px 0;
	color: #05656d;
	float: left;
	text-align: left;
	width: 138px;
}

.catalogPrice span {
	font-weight: bolder;
}

.catalogProduct input[type=button], .catalogProduct .addToCart {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	border: none;
	padding: 10px 15px;
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: 2px 3px 4px #bbb;
	float: left;
}

.catalogPriceList {
	margin-top: 15px;
}

.catalogContainer {
	position: absolute;
	bottom: 10px;
}

.catalog {
	margin-left: -20px;
	margin-bottom: 20px;
}

.stickerHit {
	background: url("../img/theme/sticker-hit.png") no-repeat top right;
	width: 96px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
}

.stickerNew {
	background: url("../img/theme/sticker-new.png") no-repeat top right;
	width: 96px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
}

.stickerSpecial {
	background: url("../img/theme/sticker-special.png") no-repeat top right;
	width: 96px;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
}

.about {
	padding-top: 20px;
	font-size: 16px;
	position: relative;
}

.aboutBanner {
	position: absolute;
	/* top: -140px; */
	/* top: -120px; */
	top: -50px;
	left: -309px;
}

.contentblock {
	position: relative;
}

.socials {
	position: absolute;
	right: -66px;
}

.socials ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socials ul li {
	padding: 9px;
	background: #52cbd5;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-top: 1px dashed #555;
	border-right: 1px dashed #555;
	border-bottom: 1px dashed #555;
	margin-bottom: 10px;
}

.paginat .pagination {
	margin-top: 20px;
	text-align: right;
	display: block;
	background: none;
}

.paginat .pagination ul {
	list-style: none;
	background: none;
}

.paginat .pagination ul li {
	display: inline-block;
}

.paginat .pagination a {
	display: inline-block;
	padding: 3px 10px;
	background: #0eb0bf;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff;
}

.paginat .pagination a.active {
	background: #fff;
	color: #000;
}

/* Content End */

/* Special Start */

.specialProduct {
	width: 272px;
	float: left;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 10px 20px 10px 20px;
	margin: 20px 0 0 20px;
	text-align: center;
	position: relative;
}

.specialTitle {
	margin: 30px 0 0 0;
}

.specialDesc {
	font-size: 16px;
	text-align: left;
}

.specialDesc a {
	color: #313131;
}

.specialPrice {
	font-size: 20px;
	font-weight: bolder;
	margin: 10px 0 10px 0;
	color: red;
}

.specialPrice span {
	font-size: 16px;
	color: #313131;
	font-weight: normal;
	text-decoration: line-through;
}

.specialProduct input[type=button] {
	font-size: 16px;
	color: #fff;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bolder;
	border: none;
	padding: 10px 30px;
	border-radius: 8px;
	text-transform: uppercase;
	box-shadow: 2px 3px 4px #bbb;
}

.special {
	margin-left: -20px;
}

h2.titleSpecial {
	font-size: 22px;
	color: #0eb0bf;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

/* Special End */

.productImages > a > img {
	width: 313px;
}

/* Cart Start */

.cartTable {
	width: 100%;
	border: 1px solid #adadad;
	border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0;
}

.cartTable td, .cartTable th {
	border: 1px solid #adadad;
	text-align: center;
	padding: 15px;
}

table tr:first-child th {
    border-top: none !important;
	border-left: none !important;
}

table tr:first-child th:last-child {
	border-right: none !important;
}

table tr:nth-child(1n+1) td {
	border-left: none !important;
	border-top: none !important;
}

table tr:nth-child(1n+1) td:last-child {
	border-right: none !important;
}

.cartTable .productName {
	font-size: 15px;
	color: #535353;
	text-align: left;
	padding: 15px 50px;
	width: 520px;
}

.cartTable .productName a {
	color: #535353;
	font-weight: bolder;
}

.cartTable .productNum input {
	text-align: center;
	color: #535353;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 1px #ddd;
	border-radius: 2px;
}

.cartTable .cart_r {
	display: inline-block;
}

.cartTableTotal {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-weight: bolder;
}

.cartTableTotal li {
	display: block;
}

.cartTableTotal li span {
	display: inline-block;
	width: 80px;
	font-weight: 400;
}

.cartTableShippingTitle {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bolder;
	border-left: none !important;
	border-right: none !important;
}

.cartTableShipping {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 17px;
	font-weight: bolder;
}

.cartTableShippingMethod {
	text-align: left !important;
	padding: 15px 50px;
	border: none !important;
}

.cartTableShippingMethod ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.cartTableShippingMethod ul li {
	padding: 15px 50px;
}

.shippingMethodButton {
	float: left;
}

.shippingMethodName {
	float: left;
	margin-left: 20px;
	width: 600px;
	font-size: 16px;
}

.shippingMethodPrice {
	float: left;
	margin-left: 20px;
	font-weight: bolder;
	font-size: 16px;
}

.shoppingCartTotal {
	color: #fff;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	border: none !important;
	background: #ff804b;
	border-radius: 6px;
	padding: 25px !important;
}

.buttonCartOrderContainer {
	padding: 2px;
	width: 254px;
	margin: 30px auto;
}

.buttonCartOrder {
	color: #fff;
	background: #ff804b;
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	display: block;
	width: 250px;
	text-align: center;
	border-radius: 6px;
	padding: 20px;
	border: 2px dotted white;
}

.promocode {
	color: #0eb0bf;
	font-size: 16px;
	font-weight: bolder;
	padding-left: 50px !important;
}

.promocode input {
	text-align: center;
	color: #535353;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 1px #ddd;
	border-radius: 2px;
	margin-left: 15px;
}

.cartAddress {
	display: none;
	width: 500px;
	margin: 0 auto;
	color: #535353;
	font-size: 16px;
	padding-top: 20px;
}

.cartAddress label {
	display: block;
}

.cartAddress input, .cartAddress textarea {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #535353;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 1px #ddd;
	border-radius: 2px;
	width: 100%;
	padding: 5px 10px;
}

.createCartOrder {
	float: right;
    display: block;
    padding: 15px;
    margin-top: 20px;
    background: #ff804b;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
	width: 164px;
	text-align: center;
}

.backToCart {
	float: left;
    display: block;
    padding: 15px;
    margin-top: 20px;
    background: #cccccc;
    color: #535353;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
	width: 160px;
	text-align: center;
}

.titleViewCart {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 430px;
	float: left;
	padding-left: 20px;
}

.titleViewAddress {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 428px;
	float: left;
	padding-left: 20px;
}

.viewCart, .viewAddress {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 17px;
	margin-left: 10px;
}

/* Cart End */

/* Account Start */

.accountAddress {
	width: 500px;
	margin: 0 auto;
	color: #535353;
	font-size: 16px;
	padding-top: 20px;
}

.accountAddress label {
	display: block;
}

.accountAddress input[type=text], .accountAddress textarea {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #535353;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 1px #ddd;
	border-radius: 2px;
	width: 100%;
	padding: 5px 10px;
}

.accountEditButton {
    display: block;
    padding: 15px;
    margin-top: 40px;
    background: #ff804b;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
	width: 160px;
	text-align: center;
}

.titleAccount {
	padding-left: 20px;
}

.titleAccountHistory {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 430px;
	float: left;
	padding: 15px;
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
}

.titleAccountBonus {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 430px;
	float: left;
	padding: 15px;
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
}

.titleAccountHistory span, .titleAccountBonus span {
	cursor: pointer;
}

.greenColor {
	background: #60d21b;
}

.accountHistory {
	width: 100%;
}

.accountHistory tr {
	border-bottom: 1px solid #eee;
}

.accountHistory tr:first-child {
	border-bottom: none;
}

.accountHistory tr td {
	width: 20%;
	padding: 15px;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
}

.accountHistory tr:first-child td {
	background: #e8e8e8;
}

.accountHistory tr:first-child td:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.accountHistory tr:first-child td:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 40%;
}

.historyStatus {
	padding: 5px 10px;
	border-radius: 6px;
	color: #fff;
}

.accountBonus {
	display: none;
	font-size: 17px;
}

.accountBonus b {
	text-transform: uppercase;
}

.accountBonus .bonus {
	width: 400px;
	margin: 50px auto;
	background: #ebebeb;
	border: 1px solid #bbb;
	border-radius: 8px;
	text-align: center;
	font-size: 23px;
	font-weight: bolder;
	padding: 50px;
}

.accountBonus .bonus span {
	font-size: 41px;
	color: #ff804b;
}

.invoice > b {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bolder;
	color: #3a3a3a;
}

.invoice table.orderProductList {
	border: 1px solid #c3c3c3;
	margin-top: 20px;
}

.invoice table.orderProductList td {
	border: 1px solid #c3c3c3;
	text-align: center;
	padding: 15px;
	font-size: 15px;
}

.invoice table.orderProductList tr td:first-child {
	text-align: left;
}

.invoice ul.orderTotalList {
	margin: 20px 0 0 0;
	list-style: none;
	padding: 0;
}

.invoice ul.orderTotalList li {
	background: #dbdbdb;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 10px;
	text-align: right;
	margin-bottom: 10px;
}

.invoice ul.orderTotalList li:last-child {
	background: #ff804b;
	color: #fff;
}

/* Account End */

/* Checkout Start */

.checkout {
	width: auto;
	margin: 0 auto;
	color: #535353;
	font-size: 16px;
	padding-top: 20px;
}

.checkout .col-2 {
	background: #eee;
	width: 398px;
	padding: 40px;
	border-radius: 10px;
}

.checkout .col-2:first-child {
	margin-right: 60px;
}

.checkout select {
	margin: 10px 0;
	padding: 10px;
	display: block;
	border-radius: 4px;
	width: 100%;
}

.checkout input[type=text], .checkout textarea {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #535353;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 1px #ddd;
	border-radius: 2px;
	width: 100%;
	padding: 5px 10px;
}

.checkout ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

.checkout .heading, .checkout .row {
	margin: 0;
	padding: 0;
}

.checkout h2 {
	font-size: 20px;
	font-weight: bolder;
	text-transform: uppercase;
}

.checkoutForm label {
	float: left;
	width: 250px;
	padding-top: 15px;
}

.checkoutForm input[type=text], .checkoutForm textarea {
	float: left;
	width: 608px !important;
}

.checkoutForm textarea {
	height: 80px;
}

/* Checkout End */

.catalogPrice span {
	display: inline-block;
	padding-left: 5px;
}

.footerBanner {
	width: 860px;
	margin-left: 320px;
}

.about {
	line-height: 28px;
	text-align: justify;
}

.popup2 {
    background: #fff;
    border-radius: 6px;
    padding: 0;
    position: relative;
    width: 300px;
	height: 380px;
}

.pop_close {
	margin-top: 10px;
	margin-right: 10px;
}

.popupHeader {
    background-color: #0eb0bf;
	text-align: center;
	padding: 15px;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bolder;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color: #fff;
}

#nesmogli {
	padding: 15px;
}

#nesmogli label {
	display: block;
}

#nesmogli input, #nesmogli textarea {
	display: block;
	color: #535353;
	border: 1px solid #ddd;
	box-shadow: inset 0 0 1px #ddd;
	border-radius: 2px;
	padding: 5px 10px;
	width: 100%;
}

#nesmogli .popupButton {
    display: block;
    padding: 15px;
    background: #0eb0bf;
    color: #fff;
    font-size: 18px;
    font-weight: bolder;
    border-radius: 6px;
	width: 160px;
	text-align: center;
	margin: 20px auto 0 auto;
}

.productPageDescription {
	margin-top: 20px;
}

.productPageDescription ul {
	padding: 0 !important;
}

.productPageDescription ul li {
	list-style-position: inside !important;
}

.relatedItemPrice del {
    font-size: 14px;
    color: #313131;
    font-weight: normal;
}

.relatedItemPrice ins {
    font-size: 16px;
    color: red;
    font-weight: normal;
	text-decoration: none;
	font-weight: bolder;
}

.catalogProduct .stickerSpecial {
	display: none;
}

del {
    color: #313131;
    font-weight: normal;
}

ins {
    color: red;
    font-weight: normal;
	text-decoration: none;
	font-weight: bolder;
}

.grayColor {
	background: #ccc;
}

.orderSuccess {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 17px;
	margin-left: 20px;
}

#confirmCart {
	display: none;
}

.filterContent {
	margin-top: 10px;
	border-radius: 6px;
	border: 1px solid #0eb0bf;
	padding: 15px 30px;
}

.filterContent .fil_title {
	display: block;
	font-size: 16px;
	font-weight: bolder;
	color: #0eb0bf;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.filterContent .filterItem {
	float: left;
	width: 398px;
	margin-top: 20px;
}

.filterContent .filterItem span, .filterContent .filterItem select {
	float: left;
}

.filterContent .filterItem span {
	display: block;
	width: 110px;
	font-size: 16px;
	color: #333333;
	padding-top: 7px;
}

.filterContent .filterItem select {
	display: block;
	width: 260px;
	padding: 7px 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.filterSearch {
    font-size: 16px;
    color: #fff;
    font-family: 'PT Sans', sans-serif !important;
    font-weight: bolder;
    border: none;
    padding: 10px 50px;
    border-radius: 8px;
    box-shadow: 2px 3px 4px #bbb;
    float: right;
	font-style: italic;
	margin-right: 30px;
}

.filterSearch:hover {
	color: #fff;
}

.accountHeader {
	margin: 0 -10px 20px -10px;
}

.accountLink {
	display: block;
	background: #999999;
	float: left;
	padding: 15px 10px;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
	width: 418px;
	margin: 0 10px 10px 10px;
}

.accountLink:hover {
	color: #fff;
}

.accountLinkActive {
	background: #0eb0bf;
}

.accountAddress {
	background: #ddd;
	border-radius: 10px;
	padding: 15px 40px;
	width: auto;
}

.accountAddress label {
	float: left;
	width: 250px;
	padding-top: 20px;
}

.accountAddress input[type=text], .accountAddress textarea {
	float: left;
	width: 506px;
	padding: 10px;
	border-radius: 6px;
	border-color: #ccc;
}

.accountAddress textarea {
	height: 80px;
}

.accountEditButton {
	float: right;
	margin-top: 20px;
	background: #0eb0bf;
	text-transform: uppercase;
}

/* Addresses Start */

.addressItem {
	margin-bottom: 10px;
	background: #f7f7f7;
	padding: 15px 25px 15px 40px;
	border-radius: 8px;
}

.addressItemInfo {
	float: left;
	font-size: 17px;
	color: #535353;
	font-weight: bolder;
}

.addressItemButton {
	float: right;
}

.addressEdit {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: bolder;
	border-radius: 6px;
	background: #39b54a;
	padding: 12px 30px;
}

.addressDelete {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	font-weight: bolder;
	border-radius: 6px;
	background: #9e0b0f;
	padding: 12px 30px;
}

.addNewAddress {
    display: block;
    padding: 20px 40px;
    margin: 30px auto 0 auto;
    background: #ff804b;
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    border-radius: 6px;
	width: 250px;
	text-align: center;
}

.addressEdit:hover, .addressDelete:hover, .addNewAddress:hover {
	color: #fff;
}

/* Addresses End */

#mainmenu {
	padding-left: 50px;
	padding-right: 50px;
}

.subcategory-item {
	float: left;
	width: 286px;
	margin-top: 20px;
}

.subcategory-image {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 6px;
	border: 2px dotted #e0e0e0;
	padding: 14px 0;
	text-align: center;
}

.subcategory-title {
	float: left;
}

.subcategory-title a {
	display: table-cell;
	width: 186px;
	height: 100px;
	vertical-align: middle;
	padding: 20px;
	font-size: 15px;
	font-weight: bolder;
	color: #ff804b;
}

.subcategory-header {
	font-size: 16px;
	color: #0eb0bf;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 20px;
}

.productImages .productImagesButtons {
    position: absolute;
    right: 0;
    top: 0;
    width: 74px;
}

.productImages .productImagesButtons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.productImages .productImagesButtons ul li {
    background: #ff804b;
    width: 70px;
    height: 70px;
    display: table;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 8px;
}

.productImages .productImagesButtons ul li div {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.productImages .productImagesButtons ul li div a {
    color: #fff;
}

.productImages .productImagesButtons ul li div a span {
    display: block;
	font-size: 25px;
	margin-bottom: 5px;
}

.popup-meh {
	background: #fff;
	border-radius: 10px;
    padding: 4px;
    position: relative;
}

.popup-meh h3 {
	font-size: 20px;
}

.her2 {width: 550px; background: #b7e7fa;}
.qo {padding: 0 0 0 20px;}
.poi {list-style-type: none; margin: 0; padding: 0;}
.poi li {display: inline-block; margin: 0 10px 15px 0; padding: 0; width: 120px; vertical-align: top;}
.poi li .img {margin: 0 auto; display: block; border: 3px solid #fff; box-shadow: #ccc 2px 2px 2px; border-radius: 6px; width: 100px; height: 100px; overflow: hidden;}

.productOption {
	margin-top: 15px;
}

.productOption label {
	float: left;
	width: 100px;
	font-size: 18px;
	font-weight: bolder;
}

.productOption select {
	float: left;
	display: block;
    width: 400px;
    padding: 7px 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.tabarea {
    padding: 30px;
    overflow: hidden;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 15px;
    background: #fff;
	border: 1px solid #ddd;
}

.tabs_ {
    padding-left: 10px;
	margin-top: 20px;
}

.tab_ {
    display: inline-block;
    background: #cccccc;
    width: 177px;
    height: 41px;
    line-height: 43px;
    color: #6b7174;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    margin-right: 5px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.tab_.active {
    background: #33bfcb;
    color: #fff;
}

.subcategory-title h2 {
	font-size: 15px;
	padding: 0;
	margin: 0;
	font-weight: bolder;
}