@charset "utf-8";
body {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
	font-size: 13px;
	line-height: 15px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;

}
a {
	color: #DE0000;
}
a:hover {
	color: #9D0000;
}
h1 {
	font-size: 36px;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: normal;
}



h2 {
	font-family: BebasNeueBold;
	font-size: 28px;
	line-height: 28px;
	color: #000;
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h3 {
	font-family: BebasNeueBold;
	font-size: 28px;
	line-height: 28px;
	color: red;
	padding: 0px;
	display: inline-block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.container {
	display: block;
	margin: auto;
	width: 96%;
	position: relative;
	min-width: 800px;
	max-width: 1360px;
}
.topline {
	background-color: #303030;
	font-size: 12px;
	line-height: 12px;
	color: #b7b7b7;
}

.topmenu {
	display: inline-block;
	float: left;
	text-transform: uppercase;
}

.topmenu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.topmenu ul li {
	display: block;
	float: left;
}

.topmenu ul li a{
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	display: block;
	color: #b7b7b7;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}

.topmenu ul li a:hover {
	color: #FFFFFF;
	background-color: #000;
}

.topmenu ul .active {
}
.topmenu ul .active a{
	color: #FFF;
	background-color: #000;
}
.topmenu ul .active a:hover {
}

.addr {
	display: inline-block;
	float: right;
	cursor: pointer;
}
.addr .markr{
	background-color: #FFF;
	background-image: url(/images/marker.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 32px;
	width: 32px;
}

.addr em {
	font-style: normal;
	display: block;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 20px;
}
.header {
	padding-top: 50px;
	padding-bottom: 50px;
}

.logo {
	font-family: BebasNeueBold;
	font-size: 35px;
	line-height: 30px;
	color: #de0000;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-left: 10px;
}
.logo b {
	color: #000;
	font-weight: normal;
}
.logo img {
	display: block;
	height: 64px;
	width: 44px;
	position: absolute;
	margin-left: -46px;
	margin-top: -46px;
}
.callus {
	background-image: url(/images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	font-size: 11px;
	line-height: 11px;
	padding-left: 24px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 150px;
}
.callus strong {
	font-size: 26px;
	line-height: 26px;
	display: block;
}
.cart {
	background-image: url(/images/cart.png);
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px !important;
	width: 36px !important;
	float: right;
	margin-left: 20px;
}
.cart b {
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	background-color: #DE0000;
	display: block;
	position: absolute;
	z-index: 99;
	width: 20px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	margin-left: 20px;
}

.like-header {
	background-image: url(/images/liker2.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 18px;
	width: 24px;
	float: right;
	margin-top: 8px;
	text-decoration: none;
	color: #000;
	font-size: 10px;
	line-height: 10px;
	padding-top: 4px;
	text-align: center;
}


.like-header.active {
	background-position: right top;
	color: #FFF;
	text-decoration: none;
}


.like-header b 
{
	font-weight: normal;
	color: gray;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	padding-top: 4px;
}

.tohome {
	background-image: url(/images/home-black.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 37px;
	width: 37px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.tohome:hover {
	background-color: #303030;
	background-image: url(/images/home-white.png);
}

.tohome.active {
	background-color: #DE0000;
	background-image: url(/images/home-white.png);
}


.mainmenu {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 35px;
	width: 60%;
}

.mainmenu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.mainmenu ul li {
	display: block;
	float: left;
	margin-left: 2px;
}

.mainmenu ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 11px;
	padding-left: 16px;
	font-weight: bold;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.mainmenu ul li a:hover {
	color: #FFF;
	background-color: #303030;
}

.mainmenu ul .active {
}

.mainmenu .active a {
	color: #FFF;
	background-color: #DE0000;
}

.mainmenu .active a:hover {
}


.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;
}

.swiper-slide1 img {
	height: auto;
	width: 100%;
}
.swiper-container1 {
	float: left;
	width: 70%;
}
.banner1 {
	display: block;
	float: right;
	width: 28%;
	height: 40%;
}
.banner1 img {
	height: auto;
	width: 100%;
}

.banner2 {
	margin-top: 2%;
}
.sliders {
	margin-bottom: 35px;
}

.tovarsdiv {
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

.tovarsdiv li {
	display: block;
	float: left;
	width: 23.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;
}

.tovarsdiv li:hover {
	-webkit-box-shadow: 0 0 7px 0.1px #575757;
	box-shadow: 0 0 7px 0.1px #575757;	
}

.tovarsdiv li:nth-child(4n+4) {
    margin-right: 0px;
}
.tovarsdiv li .tovarname {
	text-align: center;
	display: block;
	width: 96%;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
	height: 50px;
	margin: auto;
}
.tovarsdiv li .price {
	font-size: 24px;
	line-height: 24px;
	color: #000;
	text-align: center;
	display: block;
	text-decoration: none;
	font-family: BebasNeueBold;
}
.sale {
	position: absolute;
	margin-top: 6px;
	margin-left: 6px;
	z-index: 999;
}


.tovarsdiv li .clearfix .more {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #000;
	display: block;
	float: right;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	text-decoration: none;
	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;
}


.tovarsdiv li .clearfix .more:hover {
	background-color: #DE0000;
}




  input.checkboxerbig2[type=checkbox] {
	display: none;
	cursor: pointer;
  }
  input.checkboxerbig2[type=checkbox] + label
   {
	float: left;
	height: 17px;
	width: 21px;
	display: inline-block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/likebig-tovar.png);
	background-position: left top;
	cursor: pointer;
	vertical-align: middle;
	z-index: 999;
	margin-left: 2%;
	margin-top: 12px;
   }
   
   input.checkboxerbig2[type=checkbox]:checked + label
    {
	height: 18px;
	width: 21px;
	display: inline-block;
	background-position: right top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(/images/likebig-tovar.png);
	cursor: pointer;
	background-repeat: no-repeat;
    }


  

.toliketext {
	font-size: 9px;
	display: block;
	float: left;
	margin-left: 10px;
	text-transform: uppercase;
	margin-top: 12px;
	line-height: 9px;
}





.banner3 {
	height: auto;
	width: 100%;
}
.infotext {
	margin-top: 35px;
	margin-bottom: 35px;
}
.footer {
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	background-color: #303030;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 100px;
}
.copyrights {
	float: left;
	width: 25%;
	text-transform: uppercase;
}
.footermenu {
	display: block;
	float: left;
	width: 25ex;
	padding-left: 2%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #7A7A7A;
}


.footermenu {
}

.footermenu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footermenu ul li {
	display: block;
}

.footermenu ul li a{
	color: #E2E2E2;
	text-decoration: underline;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
}

.footermenu ul li a:hover {
	color: #FFF;
}

.footermenu ul .active {
}

.footermenu .active a {
}

.footermenu .active a:hover {
}
.footer img {
	display: block;
	float: right;
	margin-top: -100px;
}


.breadc {
	font-size: 10px;
	line-height: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #303030;
}
.breadc a {
	color: #666;
	text-decoration: underline;
}

.leftmenu {
	display: inline-block;
	float: left;
	width: 23.5%;
	margin-right: 2px;
}
.rightdiv {
	display: inline-block;
	float: right;
	width: 74.5%;
}

.rightdiv .tovarsdiv li{
	width: 32%;
}

.rightdiv .tovarsdiv li:nth-child(3n+3) {
   margin-right: 0px;
}

.rightdiv .tovarsdiv li:nth-child(4n+4) {
   /* margin-right: 2%; */
}
.lefttitler {
	color: #FFF;
	background-color: #303030;
	font-size: 11px;
	line-height: 11px;
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	margin-bottom: 20px;
}


.leftmenu {
	font-size: 14px;
	line-height: 14px;
}

.leftmenu ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.leftmenu ul li {
	display: block;
	clear: both;
	float: left;
}

.leftmenu ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}

.leftmenu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #303030;
}

.leftmenu ul .active {
}

.leftmenu .active a {
	color: #FFF;
	text-decoration: none;
	background-color: #DE0000;
}

.leftmenu .active a:hover {
}



.sortdiv {
	font-size: 13px;
	line-height: 13px;
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 5px;
	margin-bottom: 20px;
	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: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

.sortdiv a:hover {
	color: #DE0000;
}

.sortdiv .active {
	font-weight: normal;
	color: #FFF;
	background-color: #303030;
	
}
.sortdiv .active:hover {
	color: #FFF;
	text-decoration: none;
}


.price.withold {
	color: #DE0000 !important;
}
.price.withold b {
	font-weight: normal;
	text-decoration: line-through;
	color: #999;
	padding-left: 10px;
}

.autofilterdiv {
	display: inline-block;
	float: right;
	margin-right: 4px;
	padding-right: 4px;
}

.fdivblock2 select {
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-right: 4px;
	width: 130px;
}

.autofilterdiv .fdivblock2 {
	float: right;
	display: block;
}
.cb-button {
	float: right;
	color: #FFF;
	background-color: #DE0000;
	display: block;
	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;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.del-link {
	display: block;
	float: left;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	color: #FFF !important;
	text-decoration: none;
	background-color: #999;
	cursor: pointer;
	margin-bottom: 25px;
}
.tovarleftdiv {
	display: inline-block;
	float: left;
	width: 50%;
	margin-right: 2%;
}
.tovarrightdiv {
	display: inline-block;
	float: right;
	width: 48%;
}

.tovarleftdiv .swiper-container {

	outline: 1px solid #a9a9a9;
	width: 100%;

}.tovartable {
	width: 100%;
}
.tovartable td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B9B9B9;
}
.bigprice {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #DE0000;
	font-size: 37px;
	line-height: 37px;
	width: 30%;
	float: left;
}
.bigprice em {
	display: block;
	font-style: normal;
	color: #7E7E7E;
	text-decoration: line-through;
	font-size: 14px;
	line-height: 14px;
}
.biglike {
	display: inline-block;
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 20px;

}
.biglike .toliketext {
	font-size: 13px;
	line-height: 13px;
	margin-top: 8px;
}




  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: 8px;
   }
   
   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;
    }
	
.buy-f-big {
	text-transform: uppercase;
	color: #FFF;
	background-color: #DE0000;
	display: block;
	float: left;
	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;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	font-family: BebasNeueBold;
	margin-top: 20px;
	margin-bottom: 20px;
}


#buttonBIG {
	text-transform: uppercase;
	color: #FFF;
	background-color: #DE0000;
	display: block;
	float: left;
	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;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	font-family: BebasNeueBold;
	margin-top: 20px;
	margin-bottom: 20px;
}


.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;
}


.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: 'Open Sans', sans-serif;
	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-field3-11 {
	font-family: 'Open Sans', sans-serif;
	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;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form-field3-11:focus {
	background-color: #FFFFD7;
}

.form-field-code {
	font-family: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	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: 'Open Sans', sans-serif;
	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: 'BebasNeueBold', sans-serif;
	text-transform: uppercase;

	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	margin-bottom: 40px;
}

.form-button-login {
	font-size: 21px;
	color: #FFF;
	background-color: #00AC13;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	margin-top: 20px;
}
.form-button-login2 {
	font-size: 21px;
	color: #FFF;
	background-color: #181818;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;

	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;


	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: both;
	margin-top: 20px;
}


.errors {
	color: red;
}


.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: 0px;
	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: 'BebasNeueRegular', sans-serif;
	font-style: normal;
	color: #000;
	text-decoration: none;
	display: block;
}

.tovarcartblock .tovardel {
	display: block;
	background-color: black;
	width: 32px;
	height: 32px;
	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: 'BebasNeueRegular', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	line-height: 14px;
	padding: 7px;
	width: 25px;
	border: 1px solid #999;
	text-align: center;
}


.googlemap {
	position: absolute;
	height: 400px;
	width: 100%;
	left: 0;
	top: -434px;
	right: 0;
	z-index: 999;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #303030;
}



.mobilemenu {
	display: none;
}


.panmenu { 
	display: block; 
	width: 4%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 0;
	padding: 0;
}


.mmenuall { 
	display: block; 
	width: 210px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 99999999;
	padding: 10px;
	background-image: url(/images/dark.png);
	left: -260px;
	font-size: 14px;

}

.mmenuall .mmenuclose{ 
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	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;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
	background-color: transparent;
}


.mmenuall ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.mmenuall ul li {
	display: block;
	float: none;
	margin-bottom: 13px;
	margin-right: 13px;
	margin-left: 13px;

}
.mmenuall ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
.mmenuall ul li a:hover {
	color: #FFF;
	background-color: #414141;
}
.mmenuall ul .active {}
.mmenuall ul .active a{
	color: #FFF;
	background-color: #d40020;
}
.mmenuall ul .active a:hover{}


.mmenubg { 

	display: none; 
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 9998;
}






.mobilemenu2 {
	display: none;
}


.panmenu2 { 
	display: block; 
	width: 4%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 0;
	padding: 0;
}


.mmenuall2 { 
	display: block; 
	width: 210px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 99999999;
	padding: 10px;
	background-image: url(/images/dark.png);
	left: -260px;
	font-size: 14px;

}

.mmenuall2 .mmenuclose2{ 
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
	background-position: center center;
	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;
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	cursor: pointer;
	margin-right: 0px;
	margin-top: 0px;
	background-color: transparent;
}


.mmenuall2 ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.mmenuall2 ul li {
	display: block;
	float: none;
	margin-bottom: 13px;
	margin-right: 13px;
	margin-left: 13px;

}
.mmenuall2 ul li a{
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	s-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;

}
.mmenuall2 ul li a:hover {
	color: #FFF;
	background-color: #414141;
}
.mmenuall2 ul .active {}
.mmenuall2 ul .active a{
	color: #FFF;
	background-color: #d40020;
}
.mmenuall2 ul .active a:hover{}


.mmenubg2 { 

	display: none; 
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	z-index: 9998;
}

.smalltext {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.vipad select {
	padding: 8px;
	width: 100%;
}