@charset "utf-8";

body {
	font-family: "pf_din_text_cond_proregular";
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	line-height: 17px;
	color: #333;
}
a {
	color: #113689;
}
a:hover {
	color: #363636;
}
h2 {
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	color: #113689;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h1 {
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h4 {
	font-size: 27px;
	line-height: 29px;
	text-transform: uppercase;
	color: #113689;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.sales {
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	color: #FF0000;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}




.topline {
	font-size: 15px;
	line-height: 15px;
	color: #FFF;
	background-color: #363636;
}


.container {
	display: block;
	margin: auto;
	width: 96%;
	position: relative;
	max-width: 1350px;
	min-width: 960px;
}
.socials {
	display: block;
	float: right;
	height: 38px;
	width: 38px;
	background-repeat: no-repeat;
	background-position: center center;
}
.socials1 {
	background-image: url(/images/social-fb.png);
}
.socials2 {
	background-image: url(/images/social-insta.png);
}
.socials3 {
	background-image: url(/images/social-twitter.png);
}
.socials4 {
	background-image: url(/images/social-youtube.png);
}
.infor {
	display: block;
	float: left;
	width: 50%;
	margin-top: 11px;
}
.infor a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.socialsblock {
	display: block;
	float: right;
	width: 40%;
}
.header {
	background-color: #113689;
	height: 160px;
}
.header-column1 {
	display: block;
	float: left;
	width: 40%;
}
.header-column2 {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
}
.header-column3 {
	display: block;
	float: right;
	width: 40%;
	text-align: right;
}
.catmenu {
	margin-top: 64px;
	display: block;
	cursor: pointer;

		-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 

}

.catmenu-menu {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-right: 12px;
}

.catmenu-menu .line1 {
	background-color: #FFF;
	display: block;
	float: left;
	height: 4px;
	width: 32px;
	margin-bottom: 4px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.catmenu-menu .line2 {
	background-color: #FFF;
	display: block;
	float: left;
	height: 4px;
	width: 32px;
	margin-bottom: 4px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.catmenu-menu .line3 {
	background-color: #FFF;
	display: block;
	float: left;
	height: 4px;
	width: 32px;
	margin-bottom: 4px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
.catmenu-menu .line4 {
	background-color: #FFF;
	display: block;
	float: left;
	height: 4px;
	width: 32px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.catmenu:hover .catmenu-menu .line1 {
	width:21px;	
}

.catmenu:hover .catmenu-menu .line2 {
	width:28px;	
}

.catmenu:hover .catmenu-menu .line4 {
	width:14px;	
}


.catmenu-text {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	margin-top: -3px;
}
.catmenu-text strong {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 2px;
}
.tohome {
	background-image: url(/images/tohome.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 36px;
	float: right;
	display: block;
}
.tohome:hover {
	background-color: #363636;
}

.tohome.active {
	background-color: #7094C3;
}


.menu2 {
	color: #FFF;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	margin-top: 36px;
}


.menu2 ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menu2 ul li {
	display: block;
	float: right;
}

.menu2 ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.menu2 ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #363636;
}

.menu2 ul .active {
}

.menu2 .active a {
	color: #FFF;
	text-decoration: none;
	background-color: #7094c3;
}

.menu2 .active a:hover {
}
.swiper-container1 {
	height: 495px;
}
.maincontainer {
	margin-top: 25px;
	margin-bottom: 25px;
}
.headercart {
	display: block;
	float: right;
	background-image: url(/images/cart.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin-left: 26px;
	font-size: 13px;
	line-height: 15px;
	color: #FFF !important;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 10px;
}
#skolko_vibrano {
	background-image: url(/images/wishlist-big.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin-top: 20px;
	height: 16px;
	width: 20px;
	float: right;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	padding-top: 4px;
}
#skolko_vibrano.active {
	background-image: url(/images/wishlist-big2.png);
	color: #113689;
	text-decoration: none;
}
.copyrights {
	background-image: url(/images/logo-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -25px;
	padding-left: 110px;
	font-size: 11px;
	line-height: 13px;
	color: #FFF;
	display: block;
	float: left;
	height: 100px;
	padding-top: 20px;
	margin-right: 30px;
	padding-right: 30px;
}
.footermenu {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #5973ad;
	display: block;
	float: left;
	margin-left: 30px;
	padding-left: 30px;
}

.footer {
	background-color: #113689;
	padding-top: 30px;
	padding-bottom: 30px;
}



.footermenu {
	color: #FFF;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}


.footermenu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footermenu ul li {
	display: block;
	float: left;
	clear: both;
}

.footermenu ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	float: left;
}

.footermenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #363636;
}

.footermenu ul .active {
}

.footermenu .active a {
	color: #FFF;
	text-decoration: none;
	background-color: #7094c3;
}

.footermenu .active a:hover {
}
.index-intro img {
	display: block;
	float: right;
	width: 40%;
	margin-bottom: 2%;
	margin-left: 3%;
}
.tovarsdiv {
}
.tovarsdiv ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.tovarsdiv ul li {
	display: inline-block;
	float: left;
	width: 22.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding-top: 0.5%;
	padding-right: 0.5%;
	padding-bottom: 1%;
	padding-left: 0.5%;
}
.tovarsdiv ul li a {
	text-decoration: none;
}

.tovarsdiv ul li a .titler {
	font-size: 17px;
	line-height: 19px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	display: block;
	height: 64px;
	overflow: hidden;
}
.tovarsdiv ul li a .articler {
	font-size: 14px;
	line-height: 14px;
	color: #7094c3;
	text-decoration: none;
}
.tovarsdiv ul li .pricer {
	font-size: 26px;
	line-height: 26px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	float: left;
}





.tovarsdiv ul li:hover {
	-webkit-box-shadow: 0 0 15px 0.1px #9C9C9C;
	box-shadow: 0 0 15px 0.1px #9C9C9C;
}
.tovarsdiv ul li .morer {
	text-transform: uppercase;
	color: #FFF;
	background-color: #7094c3;
	display: block;
	float: right;
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-left: 10px;
}

.tovarsdiv ul li .morer:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F00;
}

.tovarsdiv ul li:nth-child(4n+4) {
	margin-right: 0px;
}



.tovarcomparer {
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}



 input.checkboxer[type=checkbox] {
	display: none;
	cursor: pointer;
  }

  input.checkboxer[type=checkbox] + label
   {
	height: 21px;
	width: 24px;
	display: inline-block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/wishlist-small.png);
	background-position: center center;
	cursor: pointer;
	vertical-align: middle;
	margin-top: 12px;
	margin-left: 11px;
	background-repeat: no-repeat;
   }
   
   input.checkboxer[type=checkbox]:checked + label
    {
	height: 21px;
	width: 24px;
	display: inline-block;
	background-position: center center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/wishlist-small2.png);
	cursor: pointer;
	background-repeat: no-repeat;
    }




.del-link {
	color: #FFF !important;
	background-color: #666666;
	display: block;
	clear: both;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 12px;

}



  input.checkboxerbig[type=checkbox] {
	display: none;
	cursor: pointer;
  }
  input.checkboxerbig[type=checkbox] + label
   {
    float: left;
	height: 31px;
	width: 36px;
	display: inline-block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/likebig.png);
	background-position: left top;
	cursor: pointer;
	vertical-align: middle;
	margin-top: 10px;
   }
   
   input.checkboxerbig[type=checkbox]:checked + label
    {
	height: 31px;
	width: 36px;
	display: inline-block;
	background-position: right top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/likebig.png);
	cursor: pointer;
    }

.catmenudrop {
	background-color: #FFF;
	width: 530px;
	position: absolute;
	margin-top: 40px;
	padding: 1%;
	font-size: 16px;
	line-height: 16px;
	z-index: 999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #363636;
	display: none;
}



.catmenudrop ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.catmenudrop ul li {
	display: block;
	width: 33%;
	margin-right: 0%;
	float: left;
	margin-bottom: 1%;
}

.catmenudrop ul li a{
	color: #000;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.catmenudrop ul li a:hover {
	color: #113689;
}

.catmenudrop ul .active {
}

.catmenudrop .active a {
	color: #FFF;
	background-color: #363636;
}

.catmenudrop .active a:hover {
	color: #FFF;
}
.sale {
	background-image: url(/images/sale.png);
	display: block;
	height: 34px;
	width: 35px;
	margin-top: 4px;
	margin-left: 4px;
	position: absolute;
	z-index: 990;
}
.salesline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9e9e9e;
	margin-top: 20px;
	margin-bottom: 40px;
}
.tovarsdiv ul li .pricer em {
	font-style: normal;
	text-decoration: line-through;
	font-weight: normal;
	font-size: 13px;
	line-height: 13px;
	color: #666;
	display: block;
	float: left;
	position: absolute;
}
.breadc {
	font-size: 11px;
	line-height: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.leftmenu {
	display: inline-block;
	float: left;
	width: 16%;
}

.leftmenu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.leftmenu ul li {
	display: block;
	margin-bottom: 2px;
	clear: both;
	float: left;
}

.leftmenu ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
}

.leftmenu ul li a:hover {
	color: #113689;
}

.leftmenu ul .active {
}

.leftmenu .active a {
	color: #FFF;
	background-color: #113689;
}

.leftmenu .active a:hover {
	color: #FFF;
}

.leftmenu .active ul {
	margin-left: 15px;
}

.leftmenu .active ul li  {
	margin-top: 1px;
}

.leftmenu .active ul li a  {
	color: #000;
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 15px;
	line-height: 15px;
}

.leftmenu .active ul li a:hover  {
	color: #113689;
	background-color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
}

.leftmenu .active ul .active a   {
	color: #FFF;
	background-color: #363636;
}

.leftmenu .active ul .active a:hover   {
	color: #FFF;
	background-color: #363636;
}

.rightpart {
	float: right;
	width: 81%;
	display: inline-block;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	padding-left: 2%;
}


.tovarsdiv-inner ul li a .titler {
	font-size: 15px;
	line-height: 17px;
}

.sortdiv {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 0px;
	margin-bottom: 0px;
	float: left;
}
.sortdiv span {
	display: block;
	float: left;
	margin-right: 20px;
	color: #999;
}
.sortdiv a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 1px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}

.sortdiv a:hover {
	color: #DE0000;
}

.sortdiv .active {
	font-weight: normal;
	color: #FFF;
	background-color: #005aa6;
	
}
.sortdiv .active:hover {
	color: #FFF;
	text-decoration: none;
}


.tovarleft {
	display: inline-block;
	float: left;
	width: 40%;
}

.tovarright {
	display: inline-block;
	float: right;
	width: 57%;
}
.tovarright h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 5px;
}
.tovarright h2 {
	font-size: 21px;
	line-height: 23px;
}



.swiper-button-next.swiper-button-next1 {
	background-image: url(/images/swiper-button-next.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 28px;
	right: 0px;
}

.swiper-button-prev.swiper-button-prev1 {
	background-image: url(/images/swiper-button-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 28px;
	left: -1px;
}

.shk_recount {
	color: #FFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #181818;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	display: block;
	float: right;
	cursor: pointer;
}

#confirmButton {
	border-radius: 4px !important;
	cursor: pointer;
	color: #FFF;
	background-color: #00ac13;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cancelButton {
	border-radius: 4px !important;
	cursor: pointer;
	color: #FFF;
	background-color: #666666;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.shopkeeper-input {
	border-radius: 4px !important;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	padding-top: 10px !important;
	padding-right: 14px !important;
	padding-bottom: 10px !important;
	padding-left: 14px !important;
	font-size: 21px !important;
}


.shs-count {
	margin-bottom: 6px;
}

.field-arr {
	padding: 3px;
	padding-left: 15px;
	padding-right: 15px;

	width: 20px;
	height: 20px;
	margin-right: 0px;
	cursor: pointer;
	outline: none;

}

.shs-count input {
	outline: none;
}

.field-arr.up {
	background-image: url(/images/bup.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.field-arr.down {
	background-image: url(/images/bdown.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.bigprice {
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #000000;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 9px;
}

.bigoldprice {
	text-decoration: line-through;
	color: #666;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}


.buy-f-big {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: white;
	background-color: red;
	padding: 12px;
	border: 0px;
	font-family: "pf_din_text_cond_proregular";
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	float: left;
}


.tolike {
	width: 150px;
	display: block;
	float: left;
	margin-left: 30px;
}

.toliketext {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	padding-top: 12px;
	margin-left: 46px;
}


.orderpageLeft {
	display: inline-block;
	float: left;
	width: 54%;
	padding-right: 3%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}

.orderpageRight {
	display: inline-block;
	float: right;
	width: 40%;
}

.form-field3-1 {
	font-family: "pf_din_text_cond_proregular";
	font-size: 13px;
	color: #000;
	background-color: #EBEBEB;
	padding: 2%;
	width: 96%;
	margin-bottom: 10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form-field3-1:focus {
	background-color: #FFFFD7;
}

.form-field-code {
	font-family: "pf_din_text_cond_proregular";
	font-size: 13px;
	color: #000;
	background-color: #EBEBEB;
	padding: 10px;
	width: 128px;
	margin-bottom: 10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-top: 2px;
}

.form-field-code:focus {
	background-color: #FFFFD7;
}


.form-field3-2 {
	font-family: "pf_din_text_cond_proregular";
	font-size: 13px;
	color: #000;
	background-color: #EBEBEB;
	padding: 2%;
	width: 96%;
	margin-bottom: 10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.form-field3-2:focus {
	background-color: #FFFFD7;
}


.form-field3-2-2 {
	font-family: "pf_din_text_cond_proregular";
	font-size: 13px;
	color: #000;
	background-color: #EBEBEB;
	padding: 2%;
	width: 100%;
	margin-bottom: 10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.form-field3-2-3 {
	font-family: "pf_din_text_cond_proregular";
	font-size: 13px;
	color: #000;
	background-color: #EBEBEB;
	padding: 2%;
	width: 45%;
	margin-bottom: 10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}

.form-field3-2-32 {
	font-family: "pf_din_text_cond_proregular";
	font-size: 13px;
	color: #000;
	background-color: #EBEBEB;
	padding: 2%;
	width: 45%;
	margin-bottom: 10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}



.form-button {
	font-size: 21px;
	color: #FFF;
	background-color: #090;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;

	font-family: "pf_din_text_cond_proregular";
	text-transform: uppercase;

	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
}


.orderpageLeft h2 {
	font-size: 25px;
	line-height: 28px;
}

.orderpageRight h2 {
	font-size: 25px;
	line-height: 28px;
}


.tovarcartblock {
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 100%;
}


.tovarcartblock .tovarpic {
	display: block;
	width: 25%;
	height: auto;
	margin-right: 2%;
	float: left;
}

.tovarcartblock .tovarrightpart {
	padding-top: 10px;
	display: inline-block;
	width: 40%;
	float: left;
}

.tovarcartblock .tovarcount {
	padding-top: 35px;
	display: inline-block;
	width: 25%;
	float: right;
}

.tovarcartblock .tovartitler2 {
	text-decoration: none !important;
	font-size: 18px;	
	display: block;
	margin-bottom: 10px;
}

.tovarcartblock .tovartitler2 em {
	font-size: 11px;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	display: block;
}

.tovarcartblock .tovardel {
	display: block;
	background-color: black;
	width: 34px;
	height: 34px;
	background-image: url(../images/tovardel.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	float: right;
}


.tovarcartblock .tovarrefresh {
	display: block;
	background-color: #090;
	width: 32px;
	height: 32px;
	background-image: url(../images/tovarrefresh.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	float: right;
	margin-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.tovarcartblock .tovarcount1 {
	float: right;
	margin-right: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	line-height: 14px;
	padding: 7px;
	width: 25px;
	border: 1px solid #999;
	text-align: center;
}

.noscreen
{
	display: none;
}

.errors {
	color: red;
}


.tovarpic2 {
	margin-top: 0px;
	display: block;
	width: 90px;
	height: auto;
	float: left;
	-webkit-box-shadow: 0 0 0 1px #9E9E9E;
box-shadow: 0 0 0 1px #9E9E9E;
	margin-bottom: 30px;
}


.searchbg {
	background-color: #113689;
	padding-top: 10px;
	padding-bottom: 10px;
}
.searchfield {
	font-family: "pf_din_text_cond_proregular";
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	background-color: #7094C3;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 98%;
	padding-top: 12px;
	padding-right: 1%;
	padding-bottom: 11px;
	padding-left: 1%;
}


.searchfield::placeholder { /* Firefox, Chrome, Opera */ 
    color: #C9D7E9; 
} 
  
.searchbutton {
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	display: block;
	width: 5%;
	height: 40px;
	position: absolute;
	margin-left: 95%;
}
