

*{
	font-family: 'PT';
}
a{
	color:#333333;
	outline: none;
}
input{
	outline: none;
}
input:hover{
	box-shadow: 0px 2px 8px grey;
}
/*header{
	box-shadow: 0 0 10px #bbb ;
	z-index: 9999;
}*/
.form{
	text-align: center;
	padding: 50px;

}
.form h1{
	padding: 10px;
}
.form input[type="text"],.form input[type="password"]{
	width: 90%;
	max-width: 300px;
	padding-left: 12px;
	border:1px solid #eaeaea;
	height: 40px;
	margin: 10px 0;
	border-radius: 4px;
	font-size: 15px;
}
.form textarea{
	width: 90%;
	max-width: 300px;
	padding-left: 12px;
	padding-top:7px;
	border:1px solid #eaeaea;
	height: 120px;
	margin: 10px 0;
	border-radius: 4px;
	font-size: 15px;
}

.form button{
	background:#FF8C00;
	border:1px solid #E77F00;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	padding: 7px 20px;
	color:#fff;
	font-weight: bold;
	font-size: 15px;
}



#pagination{
	text-align: center;
}
#pagination li{
	display: inline-block;
	padding: 20px 8px;
}
#pagination li a{
	display: inline-block;
	background:#E4E4E4;
	border-radius: 4px;
	padding:5px 12px;
	font-weight: bold;
	color:#202020;
	border:1px solid #C7C7C7;
}
#pagination li a:hover{
	background:#FF8C00;
	color:#fff;
	border:1px solid #E77F00;
}
#pagination li a.active{
	background:#FF8C00;
	color:#fff;
	border:1px solid #E77F00;
}




.line{
	border-bottom: 1px solid #1B1B1B;
	box-shadow: 0px 1px 8px #1B1B1B;
	background-color: #333333;
	/*background-color: #050F33;*/

	/*#00538E*/
}
.top-block{
	background-color: #333333;

}

.icons-search-register-basket{
	padding: 10px 0px;
	
	

	
}
.top-icons{
	float: left;
}

.top-icons img{
	width: 20px;
}
.top-icons a{
	float: left;
	
	margin: 0px 5px;
	color: #9E9E9E;
}
.top-icons a:hover{	
	color: orange;
}



}
.icons-search-register-basket{

}


.search input[type=text] {
  padding: 3px;
  
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #fff;
  border-radius: 20px;
  outline: none;
}

.search button {
  float: left;
  width: 25px;
  padding: 3px;
  background: orange;
  color: white;
  
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  border-radius: 100px;
}

.search button:hover {
  background: green;
}

.search form::after {
  content: "";
  clear: both;
  display: table;
}

.search{
	float: right;
}
#search-ajax-result{
	background: #fff;
	box-shadow: 0 0 3px #404040;
	position: absolute;
	width: 300px;
	z-index: 9999;
}
#search-ajax-result a{
	display: block;
	padding: 6px 10px;
	color:#306AE8;
	font-weight: bold;
	width: 100%;
	z-index: 9999;
}
#search-ajax-result a:hover{
	background:orange;
	color:#fff;
}



.register-basket{
	float: right;
	color: #fff;
}
.register-basket a{
	margin-left: 10px;
	color: #9E9E9E;
}
.register-basket i{
	color: orange;
}


.register-basket a:hover{	
	color: orange;
}



.line2{
	
	color: #DCDCDC;
	border-bottom: 1px solid #1B1B1B;
	box-shadow: 0px 4px 8px #1B1B1B;

}
.logo{
	float: left;
	padding-top: 5px;
	
	
}
.logo img{
	width: 150px;

	

}
.menu {
	float: right;
	margin-top: 15px;
}

.menu a{
	color: #DCDCDC;
	font-weight: bold;
	margin-left: 15px;
	
	
}
.menu a:hover{
	color: orange;	
}



/* slider */


.mySlides{
	display: none;
	position: relative;
	
	
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  height: 100%;
  transition: .5s ease;
  opacity:1;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.mySlides img{
	vertical-align: middle;
max-height:  550px;
	background-position: center; 
	
	


}
.slideshow-container{
	position: relative;
}
.text{
	  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext{
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot{
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active{
	background-color: #717171;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 400px) {
  .text {font-size: 11px}

  .text2{	
display: none;
  
}
}
.text2{	
	 color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 50%;
  width: 100%;
  text-align: center;
  
}
.text2 p{	

	padding-bottom: 15px;
	font-weight: bold;
	font-size: 2em;
}
.text2 a{	
	padding: 10px 20px;
	background-color: #333333;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	box-shadow: 0px 4px 8px #4D4D4D;
}
.text2 a:hover{		
	background-color: #D47B0F;	
}

.under-h1{
	padding: 10px 0px;
}
.under-line{
	color: #303030;
	font-weight: bold;
	padding-bottom: 30px; 
}
.opportunities{
	
	padding: 10px
}
.opportunities i{
	color: #303030;
	font-size: 2em;
}
.opportunities-first-p{
	padding: 10px 0px;
	font-weight: bold;
}
.target{
	color:#353535;
}


.bg-image-main-next-whatsup{
	background-image: url("../../files/images/whatsup.png");	
	border-radius: 20px;	 
	 /* Add the blur effect */  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image-main-next{	
	background-image: url("../../files/images/slider1.jpg");	
	border-radius: 20px;	 
	 /* Add the blur effect */  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-main{	
	background-image: url("../../files/images/slider2.jpg");	
	border-radius: 20px;	 
	 /* Add the blur effect */  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-text-main {
	border-radius: 20px;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  padding: 30px 0px;
  
  
  z-index: 2;
  
  
  text-align: center;
}



/*services*/
.categoryBox {
 /*box-shadow: 0px 0px 7px 5px #DFDFD8;*/
 
 box-shadow: 0px 0px 7px 5px #F5F5F5;
  border: 1px solid #F5F5F5;
  overflow: hidden;
  border-radius: 20px;
}





.categoryBox img{
  width: 100%;
  height: 130px;
  transition: transform .5s;
}
.categoryBox img:hover{
  transform: scale(1.1);
  transition: transform .5s;
}
.categoryBox span{
  display: inline-block;
  background-color: orange;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.categoryBox span:hover{
  
  background-color: #E48A00;
 
}

.categoryBox p{
  padding: 10px;
  color: #454545;
}

.categoryBox:hover {
 box-shadow: 0px 0px 7px 5px #DFDFD8;
/* border: 1px solid red;*/

}









/*products*/
.btn-prod {
	padding-top: 25px;	
	padding-bottom: 10px;	
}
.btn-prod a{
	display: inline-block;
	background-color: orange;
	color: #fff;
	padding: 10px 20px;
	border-radius: 10px;	
}
.btn-prod a:hover{
	
	background-color: #D07715;
	box-shadow: 0px 4px 8px #4D4D4D;
}


.products{
	padding: 60px 0px;
	
	
}
.products h2{
	color: orange;
	
	
}
.border-default{
	


}
.border-default img{
	width: 100%;
	min-height: 170px;
	max-height: 180px;
	padding-bottom: 10px;
	
	
}
.product-item{
	text-align: center;
	border: 1px solid #D5D5D5;
	box-shadow: 0px 4px 8px #D5D5D5;
	min-height: 340px;
	
}

.product-item:hover{	
	 box-shadow: 0px 0px 18px #888888;

}
.product-item span{
	display: block;
	padding: 10px 0px;
	font-weight: bold;

}
.product-item a{
	padding-top: 10px; 
	font-weight: bold;	
}

.add-to-cart{
	background-color: #333333;
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}
/*.gray img{
	width: 100%;
}*/




.fixed-bg{
	background: url(../../files/images/fondeti.png);
	background-size: cover;
	background-attachment: fixed;
}
.fixed-bg h1{
	font-weight: bold;
	font-size: 4em;
	color:#fff;
}
.fixed-bg h2{
	font-weight: bold;
	font-size: 3em;
	color:#fff;
}





.reviews{
	display: block;
	text-align: center;
	padding-top: 100px;
	color: #4A4A4A;
	background-color: #F5F5F5;
	
	height: auto;
}

.small-block-inner{
	
box-shadow: 0px 5px 13px #AFAFAF;
background-color: #fff;
min-height: 300px;
padding: 30px;
}
.small-block-inner span{
font-weight: bold;
color: orange;
}

/*.small-block-iner-img{	
	position: absolute;
	bottom: 8px;
	left: 16px;
	padding: 20px;


}*/




/* footer */
.footer{
	
	background-color: #151515;
	color: #B2B2B2;
}
.footer h3{
	padding-bottom: 10px;
}

.footer li{
	
	padding: 5px 0;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	color: orange;
}
.footer h1{
	color: #fff;
}
.copyright{
	background-color: #101010;
	color: #B2B2B2;
}
.whatsapp-icon img{
	width: 20px;
	padding-right: 5px;
}



/*container-form*/
.bg-img{
	background-image: url("../../files/images/slider1.jpg");	
	min-height: 350px; 
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.screen{
background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
z-index: 3; 
width: 100%;
height: 350px;
}
.bg-img-wr{
	position: relative;
}
.container-form{
	position: absolute;
	right: 0;
	margin: 20px;
	max-width: 300px;
	padding: 16px;
	background-color: white;
}
.container-form input{
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
}
.container-form input:focus{
	background-color: #ddd;
  outline: none;
}
.container-form p{
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 5px;
	color: orange;
}
.btn{
	  background-color: orange;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}
.btn:hover {
  opacity: 1;
}

.modal2{
	position: fixed;
	left:calc(50% - 150px);
	top:100px;
	max-width: 300px;
	width: 300px;
	text-align: center;
	z-index: 999999;
	background: #fff;
	padding:13px 0;
	box-shadow: 0 0 10px #303030;
	border-radius: 4px;
}
.modal2 img{
	width: 30px;
	padding-right: 10px;
}
.modal{
	position: fixed;
	left:calc(50% - 150px);
	top:100px;
	max-width: 300px;
	width: 300px;
	text-align: center;
	z-index: 999999;
	background: #fff;
	padding:13px 0;
	box-shadow: 0 0 10px #303030;
	border-radius: 4px;
	display: none;
}
.close-modal{
	margin-right:18px;
	cursor: pointer;
	color:green;
}






/*category menu*/
.kategori-info{
	background-color: #333333;
	text-align: center;
	padding: 10px 0px;
	font-weight: bold;
	color: #fff;
}
.categoryforpading{
	padding-top: 90px;
	
}
.category-menu{
	box-shadow: 0px 4px 8px #D5D5D5;

}

.dropdown {
  border: 1px solid #D8D8D8;
  padding: 15px 5px;
  overflow: hidden;
  font-weight: bold;
  
  color: #fff;
}
.dropdown a{
  
  display: block;
  cursor: pointer;

}
.dropdown a:hover{
  color: #FF7A00;
 
}

.dropdownSecond{
	display: block;
	text-align: left;
	
	padding-top: 15px;
	color: #333333;
}
.dropdownSecond a{	
	color: #333333;
	font-weight: normal;
	
	padding-left: 20px;

	
}
.dropdownThird{
	padding-top: 10px;
	padding-left: 40px;
}
.dropdownFour{
	
	padding-top: 10px;
	padding-left: 40px;
}
.dropdownFour a{
	color: grey;
	font-weight: normal;
}
.dropdownThird a{
	color: grey;
	font-weight: normal;
}
.list-category li{
	display: block;
}
.list-category > li > ul{
	display: none;
}

.list-category-serv{
	border-bottom: 1px solid #BBBBBB;
	padding: 5px 10px;
	
}

.list-category-serv li{
	display: inline-block;
	cursor: pointer;
	
	
}

.list-category-serv >li >ul{
	display: none;
}

.list-category-serv-back a:hover{
	color: green;
}


.filter-price{
	color: #8B8B8B;
	font-weight: bold;
	padding-top: 10px;
}
.list-category input{
	width: 80%;

}
.standButton{
	background-color: #081759;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	border: none;	
	cursor: pointer;
	margin:15px 0px;
}
.sorting-list {
float: right;

}

.sorting-list li{
float: left;
margin-left: 12px; 
}

.active{
	background: #EDEDED;
	
}

/*view*/
.breadcrump{
	padding: 13px 0;
	margin:10px 0;
}
.breadcrump li{
	float:left;
	font-size: 14px;
	color:#303030;
}

.breadcrump li a{
	color:orange;
	font-weight: bold;
	font-size: 14px;
}
.breadcrump li i{
	margin:0px 6px;
	color:#888888;
}


.productItemThreePic img{
	cursor: pointer;
	width: 100%;
	max-width: 400px;
	float: left;
}
.productItemThreePic2 img{
	cursor: pointer;
}

.bigPhotoItem{
	position: relative;
	display: none;
}
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: orange;
  font-size: 20px;
}
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: orange;
  font-size: 35px;
  cursor: pointer;
}
/*information in view*/
.product-info{
 color: #333333;
}
.product-info p{
 padding: 10px 0;
}

.amount {
padding: 10px 0px;

}
.amount i{
color: orange;
}
.amount input{
width: 40px;
padding: 5px 3px;
text-align: center;
border-radius: 10px;
margin: 0px 15px;
}
.cart-view{
	display: inline-block;
	background-color: #081759;
	color: #fff;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
	border: none;	
	cursor: pointer;
	margin:15px 0px;
}

/*descripion in item*/
.tabs{
	padding: 20px 0;
	margin: 20px 0;
	
}
.tabs-menu{
	display: block;
	border-bottom: 1px solid #eaeaea;

}
.tabs-menu li{
	float:left;
	color:#505050;
	padding: 8px 30px;
	cursor: pointer;
	font-weight: bold;

}
.tabs-menu li:hover{
	background: #FFA621;
	color:#fff;
}
.tabs-menu li.active{
	background: #081759;
	color:#fff;
}
.tabs-content{
	padding: 20px;
	color:#505050;
}
.tabs-content input{
	width: 95%;
	height: 40px;
	border:1px solid #eaeaea;
	border-radius:4px;
	padding-left:8px;
	margin:15px 0;
}
.tabs-content textarea{
	width: 100%;
	height: 150px;
	border:1px solid #eaeaea;
	border-radius:4px;
	padding-left:8px;
	padding-top:7px;
}
.tabs-content button{
	width: 120px;
	height: 40px;
	background: #FF9900;
	border-radius:4px;
	color:#fff;
	border:none;
	margin: 10px 0;
	font-weight: bold;
	cursor: pointer;
}
.tabs-content button:hover{
	background: #FFA621;
}

.tabs-content p{
	color:#202020;
}
.morePopProd p{
	color:#505050;
	font-weight: bold;
	font-size: 1.5em;
}


/* basket */
.basket-header{
	font-weight: bold;
	font-size: 1.5em;
	color:#505050;
}
.head-list li{
	background: #FF8C00;
	color: #fff;
	padding: 10px;
	margin:10px 0;
}
.cart-list{
	border-bottom: 1px solid #eaeaea;
}
.cart-list li{
	padding: 10px;
	font-size: 15px;
	color:#505050;
}
.cart-list li b{
	color:#000;
}
.cart-list li a{
	color:#CA0000;
}
.cart-buttons a{
	float:right;
	background: #FF8C00;
	padding: 8px 15px;
	border-radius: 4px;
	color:#fff;
	font-weight: bold;
	margin:10px;
}
.cart-buttons a:hover{
	background: #E77F00;
}
.cart-buttons a.clear-cart{
	background: #CA0000;
}
.cart-buttons a.clear-cart:hover{
	background: #9D0000;
}



.see_more{
	background: #FF8C00;
	color:#fff;
	font-weight: bold;
	padding: 8px 20px;

}
.see_more:hover{
	background: #E47D00;
}
.user-info{
	text-align: left;
	margin:20px 40px ;
	border:1px solid #eaeaea;
	padding: 20px;
}
.success{
color:#2C8B0D;
}
.fail{
color:#B21111;
}


/* admin */

.control-panel{
	background: url(../../files/images/admin.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	padding-top:150px;
}
.admin-form{
	width: 90%;
	margin:0px auto;
	max-width: 400px;
	background:#fff;
	text-align: center;
	box-shadow: 0 0 10px #404040;
	opacity: 0.9;
}
.admin-form h2{
	padding: 30px 0 20px 0;
	color:#101010;
}
.admin-form input{
	width: 80%;
	height: 35px;
	margin:10px 0;
	padding-left: 10px;
}
.admin-form button{
	width: 100px;
	height: 35px;
	margin:20px 0 50px 0;
	background: #FF8C00;
	color:#fff;
	font-weight: bold;
	border:none;
	border-radius: 4px;
	cursor: pointer;
}
.admin-form button:hover{
	background: #306AE8;
}

.admin-menu{
	background: #303340;
	height: 100%;
}

.admin-logo{
	background: #23252F;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.admin-logo h3{
	color:#fff;
}

.admin-menu li a{
	color:#ccc;
	padding: 20px 35px;
	display: block;
	border-left:5px solid #303340;
	font-size: 14px;
}
.admin-menu li a:hover{
	background:#23252F;
	color:#fff;
	border-left:5px solid #0087DB;
}
.admin-menu li a.active{
	background:#23252F;
	color:#fff;
	border-left:5px solid #0087DB;
	box-shadow: 0 0 4px #202020 inset;
}
.admin-header{
	border-bottom: 1px solid #eaeaea;
}
.admin-user{
	margin-top:5px;
	margin-right: 20px;
}
.admin-user img{
	width: 40px;
	height: 40px;
	float:left;
	border-radius: 100%;
	margin-top:-10px;
	margin-right:10px;
}
.admin-user a{
	color:#303030;
	font-size: 16px;
	font-weight: bold;
}

.admin-content{
	overflow-y: auto;
	height: 100%;
}

.admin-item{
	margin:15px 30px;
	border:1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
	transition: border .5s;
}
.admin-item:hover{
	border:1px solid #0080D0;
	transition: border .5s;
}
.admin-item img{
	height: 80px;
}
.active-item,.update-item,.delete-item,.admin-item a.red, .admin-item a.green{
	padding: 10px;
	display: inline-block;
	font-size: 20px;
}
.admin-item h3{
	color:#202020;
}

.active-item , .admin-item a.green{
	color:#A9A9A9;
}
.active-item:hover{
	color:#00A946;
}
.active-item.activeAdm{
	color:#00A946;
}
.active-item.deactive{
	color:#A9A9A9;
}
.update-item{
	color:#0087DB;
}
.update-item:hover{
	color:#0092ED;
}
.delete-item{
	color:#CA0000;
}
.delete-item:hover{
	color:#B20000
}
.admin-item a.red{
	color:#CA0000;
}
.admin-item a.green{
	color:#00A946;
}

.admin-form-item{
	padding: 30px;
	margin: 30px;
	background: #eaeaea;
	border:1px solid #eeeeee;
}
.admin-form-item label{
	display: block;
	font-weight: bold;
	color: #303030;
}
.admin-form-item input[type="text"],.admin-form-item input[type="email"]{
	margin:10px auto;
	height: 35px;
	width: 90%;
	border:1px solid #ccc;
	padding-left:10px;
}
.admin-form-item input[type="file"]{
	margin:10px auto;
}
.admin-form-item textarea{
	margin:10px auto;
	height: 200px;
	width: 90%;
	border:1px solid #ccc;
	padding: 10px;
}
.admin-form-item button{
	width: 100px;
	height: 35px;
	background: #0087DB;
	border:none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
.admin-form-item button:hover{
	background: #006CAF;
}



.admin-title a{
	background: #0087DB;
	color:#fff;
	font-weight: bold;
	padding: 7px 10px;
}


.delivery{
color: #595959;
font-weight: bold;
}
.delivery i{
	font-size: 2em;
	color: orange;
}


.address{
	padding: 100px;
}


.adres-phone-time{
 
width: 100%;

}
.adres-phone-time-inner{

color: #fff;
padding: 30px;
text-align: center;
background-color: #333333;
border:none;

}
.adres-phone-time-inner i{
font-size: 2em;
}
.adres-phone-time-inner img{
	width: 50px;
	height: 50px;
}
.adres-phone-time-inner p{
	padding: 8px 0;
	line-height: 25px;
	font-weight: bold;
}
.text-big{
	font-size: 2em;
	font-weight: bold;
}
.phone-inner{
background-color: #181818;
}
.address-on-map{
	width: 100%;

}
.address-p{
	font-weight: bold;
	font-size: 1.5em;
	padding: 30px;
	text-align: center;
}

.delete-button{
	background-color: red;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	padding: 6px 10px;
	margin-left: 20px;
	border: 1px solid red;
}



/* mobile menu */
.line-mobile1{
	display: none;
}
.line2-mobile{
 display: none;
}


.about img{
	width: 200px;
	text-align: center;
	margin-left: 40%;
}

.iconProduct{
    color: #409fa1; /* синий */
    font-size: 24px; /* размер */
    margin-right: 8px; /* отступ справа */
}


@media screen and (max-width: 1000px){
.border-default{float: left;width: 50%;padding: 10px;}
.product-item{min-height: 350px;}

.categoryforpading{
	padding-top: 40px;
}
.productItemThreePic{
	float: left;
	width: 100%;
	
	
	
}
.productItemThreePic1{
	width: 67%;	
	
	float: left;
}
.productItemThreePic2{
	float: left;
	width: 33%;

}

.fixed-bg h1{
	font-weight: bold;
	font-size: 1.5em;
	color:#fff;
}
.fixed-bg h2{
	font-weight: bold;
	font-size: 1em;
	color:#fff;
}
.products h2{
	padding-bottom: 20px	
}
  .text2{	
display: none;
}
.line-mobile1{
	display: block;
	padding: 15px 12px;
}
.line-mobile1-shopcart{
	float: right;
	
	
	margin-top: 15px;
	margin-right: 7px;
	
}
.line-mobile1-shopcart a{
	
	color: #fff;
}
.line-mobile1-shopcart i{
	
	color: orange;
}


.register-basket{
	display: none;
}
.icons-search-register-basket{
	display: none;
}
.line2{
	display: none;
}
.menu-mob{
	float: right;
}
.line2-mobile{
	display: block;
	padding: 30px 10px;
	position: relative;

}
.line2-mobile a{
	display: block;
	color: white;
  padding: 14px 16px;

  font-size: 17px;

}
.menu-mob i{
	color: #fff;
	font-size: 2em;
	margin-right: 10px;: 
}
.search{
	float: left;
}
#myLinksMobMenu{
	display: none;
}
.icon{
	display: block;
	position: absolute;
	right: 0px;
  top: 0px;
}

.head-list{
	display: none;
}

.line-mobile1{
	
	padding: 0px;
}
.logo{
padding-top: 5px;
padding-left: 10px;
}




.adres-phone-time-inner{
padding: 10px;
}

.adres-phone-time-inner p{

}
.address{
	padding: 15px;
}
.categoryBox img{  
  height: 180px;  
}
	
}
