@font-face {
    font-family: NeoSansPro-Regular; 
    src: url(../fonts/NeoSansPro-Regular.ttf);
   }

@font-face{
font-family:flaticon;
src:url(../fonts/Flaticon.eot);
src:url(../fonts/Flaticon.eot?#iefix) format("embedded-opentype"),url(/fonts/Flaticon.woff) format("woff"),url(../fonts/Flaticon.ttf) format("truetype");
} 
@font-face{
font-family:iconfonts;
src:url(../dashboard/dashboard_fonts/Flaticon.ttf) format("truetype");
}    
@font-face {
	font-family: "bakery";
	src:url("../fonts/bakery.eot");
	src:url("../fonts/bakery.eot?#iefix") format("embedded-opentype"),
		url("../fonts/bakery.woff2") format("woff2"),
		url("../fonts/bakery.woff") format("woff"),
		url("../fonts/bakery.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}   
html {
	background-color: rgba(0, 0, 0, 0.8);
}
html::-webkit-scrollbar {
	width: 0px;
  }
html::-webkit-scrollbar-track{
	background: #f1f1f1;
  }
  html::-webkit-scrollbar-thumb {
	background: #888;
  }
  html::-webkit-scrollbar-thumb:hover {
	background: #555;
  }
body {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
	/*font:400 13px/1.1 "Roboto",helvetica,arial,sans-serif;*/
	/*font:400 16px/1.1 Calibri, arial;*/
	/*font-family: "Fregat", Monaco, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;*/
	font-family: NeoSansPro-Regular;

}

a, a:link, a:visited { 
	color: #08aee3; 
	font-weight: normal; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

a.more { 
	display: inline-block; 
	width: 70px; 
	height: 18px; 
	line-height: 18px; 
	text-align: center; 
	font-size: 10px !important; 
	font-weight: bold; 
	color: #21bdd0; 
	background:#FCFCFC; 
}
a.more:hover { 
	background:#F0F0F0; 
	text-decoration: none; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}

img { 
	border: none; 
}

blockquote { 
	border: 1px solid #ccc; 
	border-left: 5px solid #000; 
	padding: 19px; 
	margin: 20px 0 0 0;
}

cite a, cite a:link, cite a:visited  { 
	font-size: 12px; 
	text-decoration: none; 
	font-style: normal; 
}

cite span { 
	font-weight: 400; 
	color: #ffffff; 
}

h1, h2, h3, h4, h5, h6 { 
	color: #ffffff; 
	font-weight: normal; 
}

h1 { 
	font-size: 26px; 
	margin: 0 0 30px; 
	padding: 5px 0; 
}
h1 {
	color: #4a4a4a;
	width:100%;
	padding:11px;
	margin-left:-11px;
	font-weight:bold;
	text-align:center;
}
h2 { 
	font-size: 26px; 
	margin: 0 0 25px; 
	padding: 5px 0;
}

h3 { 
	font-size: 20px; 
	margin: 0 0 0px; 
	padding: 0; 
}

h4 { 
	font-size: 16px; 
	margin: 0 0 15px; 
	padding: 0; 
}

h5 { 
	font-size: 14px; 
	margin: 0 0 10px; 
	padding: 0;  
}

h6 { 
	font-size: 12px; 
	margin: 0 0 5px; 
	padding: 0; 
}

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }

.float_l { float: left}
.float_r { float: right}
.radius_20, .slider-main img, .slider-nav img, .table_detail, #delivery_form, #delivery_form input, #overcartItem .photoItem, #overcartItem, #contacts, #adress, .form-control, .contact-form textarea, .home_pages div, .home_pages img{
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;  
	-khtml-border-radius: 20px; 
	border-radius: 20px; 
	behavior: url(../ie/border-radius.htc); 
}
#backgroundFixed{
	overflow:hidden;
	background-repeat: no-repeat;
	background-size:cover;
	/* filter: brightness(40%); */
	/* background-color: rgba(0, 0, 0, 0.2); */
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	float: left;
	z-index: -1;
}
#backgroundFixedCover{
	overflow:hidden;
	background-repeat: no-repeat;
	background-size:cover;
	/* background-color: rgba(204, 204, 204, 0.1); */
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	float: left;
	z-index: -1;
} 
#wrapper {

	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
}
#wrapper::-webkit-scrollbar {
  width: 5px;
}
#wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#wrapper::-webkit-scrollbar-thumb {
  background: #888;
}
#wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#top {
	width: 100%;
	margin-bottom:1%;
	height:50px;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 888;
}
#topLogo {
	height: 100%;
	float:left;
	width:244px !important;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 15px 0px;
	}
	#topLogo a{
		float:left;
		padding-left: 0px;
		height: 100%;
		line-height:50px; 
		color:#ffffff !important;
		text-decoration:none;
		font-size:larger;
		margin-left: 80px;
	}
#topLink {
	height: 100%;
	float:left;
	width:calc(100% - 244px) !important;
	}
	#topLink div {
		padding-top:0px;
		float:left;
		width:100%;
		height: 100%;
	}
	#topLink div a{
		float:left;
		padding-left: 1%;
		height: 100%;
		line-height:50px; 
		color:#ffffff !important;
		text-decoration:none;
		font-size:larger;
	}
	#topLink div a:hover{
		color:rgba(255, 255, 255, 0.5) !important;
		text-decoration:none !important;
	}
#main_block {
	position: relative;
	max-width: 100%;
	min-width: 100%;
	display:block;
	margin:0 auto;
}
#content {
	max-width: 98%;
	min-width: 98%;
	height:98%;
	padding:0;
	padding-top: 0px;
	padding-bottom:5%;
	color:#ffffff;
	margin:auto 0;
	margin-left: 1%;
	margin-top: 50px;
	float: left;
}
#content75 {
	max-width:74.5%; 
	min-width:74.5%; 
	height:auto; 
}
#content80 {
	max-width:79%; 
	min-width:79%; 
	height:auto; 
}
#content95 {
	max-width: 85%;
	min-width: 85%;
	height:auto;
	margin-left:7.5%;
	display: block;
	float: left;
	padding-left: 137.5px;
}
#content h1{
	text-align:center;
	color:#fff;
	width:99%;
	height:40px;
	line-height:51px;
	padding:0px !important;
	margin-left:7px;
	margin-top: 35px;
	font-size: x-large;
}
#header { 
	float: left;
	margin-top: 30px;
	height:50px;
	width:100%;		
}
.section{
	float:left;
	width:400px;
}
h1.logo{ 
	margin:0;
	margin-left: 30px; 
	margin-right:0px;
	padding: 0;
	/*background: url(../images/logo-Aligood-shop.png) no-repeat 12px 1px !important;*/
	display: block; 
	width: 30% !important; 
	height: 80px;
	float:left;
}

h1.logo a { 
	width: 150px !important;
	height: 50px; 
	padding:0px !important;
	line-height:80px;
	margin-top:15px;
	font-size: 45px;
	text-align: left;
	float:left;
	color: #FFFFFF;/*75ab00;*/
	font-style:normal;
	font-weight:bolder;
	background-image:url(../images/nisso-logo.png);
	background-repeat:no-repeat;
	text-indent:-1000px;
}
h1.logo a:hover {
	/*background:none !important;*/
}
.slider-top{
	margin-top:41px;
	float:right;
	max-width:100%;
	max-height:360px;
	border-right: 1px solid rgba(155,155,155,0.20);
	}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width:100% !important;
	text-align: left;
	height:30px !important;	
	display:block !important;
	font-size:14px;
	font-weight:700;
	line-height:30px;
	float:left;
	color:#ffffff !important;
	background-color: rgba(0,0,0,0.5);
	padding-bottom:0px;
	margin-top:0px;	
}
#footer a{
	color:#ffffff !important;
    font-weight: 300;
    text-decoration: underline;	
}
#footer_link {
height: 30px;
float:left;
width:32% !important;
display: none;
}
#footer_link div {
	padding-top:0px;
	float:left;
	max-width:100%;
}
#footer_link div a{
	float:left;
	padding:0px 5px 0px 5px;
	line-height:30px; 
	color:#ffffff !important;
	text-decoration:none;
}
#footer_link div a:hover{
	color:#cccccc !important;
	text-decoration:none !important;
}
#footer_link div h3{
	font-size:16px;
	font-weight:700;
	margin-bottom:0px;	
	color:#3b3b3b;
}
#footer_copyright { 
	float:right;
	margin: 0px;
	height:29px;
	width:100% !important;
	text-align:right;
	border-top:1px solid rgba(0,0,0,0.5);
	
}
#footer_copyright div {
	padding-top:0px;
	line-height:30px;
	float:right;
	margin-right: 20px;
}
#footer_copyright a {
	height:30px;
	font-size: large;
	display:block;
	float:left;
	margin-left:20px;
	text-decoration:none;
}
#footer_copyright img{ 
float:left;
	height:30px;
	width:auto !important;
	text-align:right;
	margin-left:20px;
}
#header_right { 
	float: right; 
	margin-top: 5px; 
}

#header_right a { 
	color: #ccc; 
}

#menu_second_bar { 
	top:0px;
	padding: 0px; 
	height: 5px;
	position: fixed;
	width:100%;
	background-color: none;
	z-index:992;
	display: none;
}
#menu_second_bar .callback{ 
	height: 40px;
	width:200px;
	float:right;
}
#menu_second_bar .callback a{
	float:right; 
	height: 25px;
	padding:3px;
	margin:0px;
	margin-top:3px;
	line-height:25px;
	font-size: 15px;
	font-family: "Roboto",helvetica,arial,sans-serif;
	color:#FFFFFF;
	border:1px solid #FFFFFF;
}
#menu_second_bar .callback a:hover{ 
	background-color:rgba(255,0,4,1.00);
	color:#FFFFFF;
}
#top_shopping_cart { 
	float: left;
	padding: 0; 
	font-size: 11px; 
}
#main_search input[type="text"], .search_result, .title_link{
	-moz-border-radius: 10px; 
  	-webkit-border-radius: 10px;  
  	-khtml-border-radius: 10px; 
  	border-radius: 10px; 
	border: 1px solid rgba(102, 102, 102, 0.9);	
}
#main_search { 
position:fixed;
	left: 1%;
	top: 55px;
	width:98%;
	/* height:calc(100% - 150px); */
	height: auto;
}
	.search_result{
					position:absolute;
					max-height:500px;
					left:0;
					overflow:auto;
					width:100%;
					z-index:99999;
					background-color:#FFFFFF;
					top:45px;
					-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.8);
					-moz-box-shadow:    0px 5px 8px 0px rgba(50, 50, 50, 0.8);
					box-shadow:         0px 5px 8px 0px rgba(50, 50, 50, 0.8);
					border: none;	
	}
.search_result::-webkit-scrollbar {
  width: 8px;
}

.search_result::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px; 
}

.search_result::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.search_result table{
	width: 90%;
	margin-left: 5%;
}
#main_search:before {
	content: "\e014";
	position:absolute;
	right:5px;
	top:0px;
	display:flex;
	height:40px;
	width:auto;
	font-family:"bakery";
	font-size:25px;
	text-align:center;
	line-height:42px;	
	color:rgba(0,0,0,0.5);
}
#main_search form {
	width: 100%;
	height:50px;
	margin: 0;
	padding: 0;
}
#main_search input[type="text"] {
	width: 100%;
	height:40px;
	margin: 0;
	padding: 0;
}
#main_search .txt_field {
	float: left;
	display: block;
	margin-right: 5px;
	height: 24px;
	line-height: 24px;
	width: 200px;
	color: #999;
	font-size: 12px;
	padding: 0 5px;
	font-variant: normal;
	border: 1px solid rgba(102, 102, 102, 0.9);	
	background: #333;
}

#main_search .sub_btn {
	float: right;
	display: block;
	color: #fff;
 	height: 26px;
	font-size: 11px;
	font-weight: 700;
	line-height: 26px;
	cursor: pointer;
	border: 1px solid #333;
	background: #0ec4f7;	
}

.features-list{
	width:100%; 
	height:15%; 
	float:right;
	background-color:rgba(255,255,255,1.00);
	}
.features{	
	width:19.89%; 
	height:135px; 
	float:left; 
	border:1px solid rgba(155,155,155,0.20); 
	border-left:none;
	}
.features-text{
	position:relative;
	display:block;
	width:75%;
	top:35px;
	left:12.5%;
	font-size:14px;
	text-align:center;
	font-weight:700;
	}
.features-a, .features-b, .features-c, .features-d, .features-e{
	width:100%; 
	height:135px;
	}
.features-a::before, .features-b::before, .features-c::before, .features-d::before, .features-e::before{
		font-family:flaticon !important;
		position:relative;
		color:#45b44d;
		font-size:37px;
		left:40%;
		top:30px;

	}
.features-a::before{
	    content: "\f109";
	}
.features-b::before{
	    content: "\f129";
	}
.features-c::before{
	    content: "\f12a";
	}
.features-d::before{
	    content: "\f115";
	}
.features-e::before{
	    content: "\f113";
	}

.bs_box { margin-top: 10px; float:left; }
.bs_box img { float: left; margin-right: 10px; border: 1px solid #fff }
.bs_box h4 { margin-bottom: 0 }
.bs_box h4 a { font-size: 12px; color: #08aee3; font-weight: 700}
.bs_box .price { font-size: 12px; font-weight: 700; color: #fff }
.sectionstart {
	display:block;
	float:left;
	width:1200px;
	max-width:1200px;
	min-width:1200px;
	border-bottom:1px solid #C6D4E1;
	margin-bottom:15px;
}
.sectionstart a {
	position:relative;
	float: left;
	text-align: center;
	margin:0;
	border-top:1px solid #C6D4E1;
	border-left:1px solid #C6D4E1;
}
.sectionstart a:hover {
-webkit-box-shadow: -1px -1px 5px #C6D4E1;
-moz-box-shadow:    -1px -1px 5px #C6D4E1;
box-shadow:         -1px -1px 5px #C6D4E1;	
z-index:100;
	}
.sectionstart a, .sectionstart a img {
height:450px;  
min-height:450px;
max-height:450px;
width:299px;	
min-width:299px;
max-width:299px; 
}
.sectionstart a img {
}
.sectionstart a h3 {
	position:absolute;
	bottom:0px;
	display:block;
	z-index:101;
	min-height:50px;
	max-width:299px;
	min-width:299px;
	width:299px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	line-height:50px;
	background-color:rgba(0,0,0,0.40);
}
.sectionstart a h3:hover {
	background-color:rgba(0,0,0,0.90);
}
.title_link{
	position: fixed;
	left:1%;
	width:calc(98% - 10px);
	padding: 5px;
	margin-top:0px;
	margin-bottom:0px;
	background-color: rgba(0, 0, 0, 0.3);
	}
.title_link a i{
    width: 20px;
    height: 20px;
	padding:5px;
}	
.title_link a i::before{
	content: "";
	float:right;
    width: 7px;
    height: 7px;
	margin-top:6px;
	margin-right:15px;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
    transform: rotate(45deg);
}
.title_link a{
	float:left;
	text-align:left;
	color:#ffffff !important;
	}
.title_link a:hover{
	text-decoration:underline;
	}
.product_box {
	float: left;
	width: 200px;
	max-width:200px;
	min-height: 300px;
	max-height: auto;
	text-align: center;
	margin-left: 13px;
	margin-right: 13px;
	margin-top: 20px;
	border:12px solid rgba(255, 255, 255, 0.9);
	background-color: #ffffff;
	-moz-border-radius: 30px; 
  		-webkit-border-radius: 30px;  
  		-khtml-border-radius: 30px; 
  		border-radius: 30px; 
  		behavior: url(../ie/border-radius.htc); 
-webkit-box-shadow: 0 0 11px 0 rgb(0 0 0 / 13%);
-moz-box-shadow:    0 0 11px 0 rgb(0 0 0 / 13%);
box-shadow:         0 0 11px 0 rgb(0 0 0 / 13%);
}
.product_box:hover {
	/* border:0px solid #ffffff;	 */
-webkit-box-shadow: 0 0 11px 0 rgba(255,255,255,0.5);
-moz-box-shadow:    0 0 11px 0 rgba(255,255,255,0.5);
box-shadow:         0 0 11px 0 rgba(255,255,255,0.5);
	}

/*---------------------------------------------*/
.product_box h3 {
	width:100%;
	max-width:100%;
	height: 40px;
	min-height: 40px;
	max-height: 40px;
	padding:0px;
	margin:0;
	margin-top:  5px;
	line-height: 17px;
	height:100%;
	font-size: 17px;
	font-weight: 500;
	display: block;
	text-align:center;
	overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.product_box h3 a{
	color: #000;
	/* text-shadow: 1px 1px #fff; */
}
.product_box h3 a:hover{
	color: #000;
}
.product_box b{
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.product_box .product_price {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	max-height:30px;
	min-width: 100%;
	max-width: 100%;
	line-height:30px;
	margin:0px;
	text-align:center;
	text-shadow: 1px 1px #000000;
	float: left;
}
.product_box form {
	float: left;
	min-width: 100%;
	max-width: 100%;
	margin-top: 5px;
}
.product_box .add_to_card, .contact-form .contact-submit{
	min-width: 100%;
	max-width: 100%;
	font-weight: 700;
	color: #000000;
	text-decoration: none;
	padding: 15px !important;
	font-size: 15px;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.30);
	transition: 0.2s;
	border:none;
	cursor:pointer;
	margin-bottom:0px;
		-moz-border-radius: 18px; 
		-webkit-border-radius: 18px;  
		-khtml-border-radius: 18px; 
		border-radius: 18px; 
		behavior: url(../ie/border-radius.htc); 
} 
.product_box .add_to_card:hover, .contact-form .contact-submit:hover { 
	background-color: rgba(0,0,0,0.30);
	border-color:rgba(0,0,0,0.20); 
}
.product_box .add_to_card:active, .contact-form .contact-submit:active {
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.50);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*.product_box .add_to_card::before {
	content: '\f182';
	font-family: iconfonts !important;
  color: #ffffff;
  width:50px;
  height:50px;
  margin-top: 0px;
	display: inline-block;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-align: center;
	font-weight: 100;
	font-size: 50px;
  }*/
.product_box .added_to_card {
	float: left;
	display: block;
	width: 118px;
	height: 26px;
	line-height: 26px;	
	text-align: center;
	color: #FFF;
	background: #999;
	border:none;
}
/**/
.add_to_card{
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px) !important;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.30);
  transition: 0.2s;
  border:none;
  cursor:pointer;
  margin-bottom:15px;
  	-moz-border-radius: 30px; 
  		-webkit-border-radius: 30px;  
  		-khtml-border-radius: 30px; 
  		border-radius: 30px; 
  		behavior: url(../ie/border-radius.htc); 
} 
.add_to_card:hover { 
background-color: rgba(0,0,0,0.80);
border-color:rgba(0,0,0,0.70); }
.add_to_card:active {
   background-color: rgba(0,0,0,0.50);
  box-shadow: 0px 0px 3px 3px rgba(255,255,255,0.50);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.added_to_card {
	float: left;
	display: block;
	width: 118px;
	height: 26px;
	line-height: 26px;	
	text-align: center;
	color: #FFF;
	background: #999;
	border:none;
}
.product_box .detail {
	float: left;
	display: block;
	width: 75px;
	height: 28px;
	line-height: 28px;
	text-align: center;	
	background: #F0F0F0;
}
/*Box Slider*/
.product_box_slider {
	float: left;
	width: 225px;
	max-width:225px;
	height:370px;
	min-height:370px;
	max-height:370px;
	text-align: center;
	margin: 0 20px 30px 20px;
	border:1px solid rgba(0,0,0,0.10);
	
	-moz-border-radius: 10px; 
  		-webkit-border-radius: 10px;  
  		-khtml-border-radius: 10px; 
  		border-radius: 10px; 
  		behavior: url(../ie/border-radius.htc); 
-webkit-box-shadow: 0 0 11px 0 rgb(0 0 0 / 13%);
-moz-box-shadow:    0 0 11px 0 rgb(0 0 0 / 13%);
box-shadow:         0 0 11px 0 rgb(0 0 0 / 13%);
}
.product_box_slider:hover {
border:1px solid rgba(255,127,125,0.5);	
-webkit-box-shadow: 0 0 11px 0 rgba(255,127,125,0.5);
-moz-box-shadow:    0 0 11px 0 rgba(255,127,125,0.5);
box-shadow:         0 0 11px 0 rgba(255,127,125,0.5);
	}
.product_box_max{
max-height:auto; 
}
.product_box_max a{ 
	height:auto;
display:block;
}
.photo_tp{
	width:auto;	
	min-width:100%;
	max-width:100%;
	height:auto;  
	aspect-ratio: 1/1;
	max-height:auto;
	margin:0 auto;
		-moz-border-radius: 20px; 
		-webkit-border-radius: 20px;  
		-khtml-border-radius: 20px; 
		border-radius: 20px; 
		behavior: url(../ie/border-radius.htc); 

		/* -moz-border-top-left-radius: 20px; 
		-webkit-border-top-left-radius: 20px;  
		-khtml-border-top-left-radius: 20px; 
		border-top-left-radius: 20px; 
		-moz-border-top-right-radius: 20px; 
		-webkit-border-top-right-radius: 20px;  
		-khtml-border-top-right-radius: 20px; 
		border-top-right-radius: 20px;
		
		-moz-border-bottom-left-radius: 10px; 
		-webkit-border-bottom-left-radius: 10px;  
		-khtml-border-bottom-left-radius: 10px; 
		border-bottom-left-radius: 10px; 
		-moz-border-bottom-right-radius: 10px; 
		-webkit-border-bottom-right-radius: 10px;  
		-khtml-border-bottom-right-radius: 10px; 
		border-bottom-right-radius: 10px; 
		behavior: url(../ie/border-radius.htc);  */
		}
	.photo_tps{
	float:left;
	max-width:850px;
		}
	.photo_tpc{
	min-width:25px; 
	min-height:25px; 
	max-width:25px; 
	max-height:25px; 
		}
.category_box {
	float: left;
	width: 1024px;
	min-width: 1024px;
	max-width: 1024px;
	margin-left: calc(50% - 512px);
}
.products {
	max-width: 98% !important;
    min-width: 98% !important;
    height: 98% !important;
    padding: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #ffffff !important;
    margin: auto 0 !important;
    margin-left: 1% !important;
}

.category_box .product_box {
	height:auto;
	min-height: auto !important;
}
.logoSecond{
	margin-left:25px; 
	margin-right:25px; 
	margin-bottom:0px;
	margin-top:25px;  
	width: 250px;
	max-width:250px;
	min-height: 250px;
	max-height: 250px;
}
.category_box h3 {
	width:100%;
	max-width:100%;
	padding:0;
	margin:0;
	margin-top:  0px;
	line-height: 50px;
	height:100%;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	display: block;
	text-align:left;
	overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	
}
.category_box h3 a{
	font-size: 20px;
	height:50px;
	text-align:center;
	color: #000;
	font-weight: 500;
	display:block;
	text-transform:uppercase;
	/* text-shadow: 2px 2px #fff; */
}
.category_box b{
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.product_box_slider h3 {
	max-width: 193px;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    font-size: 15px;
    color: #009A00;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    text-align: left;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;	
}
.product_box_slider h3 a{
	font-size: 15px;
	color: #252525;
	font-weight: 700;
}
.product_box_slider h3 a:hover{
	font-size: 15px;
	color: #252525;
}
.product_box_slider b{
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
.product_box_slider .product_price {	
	color: #252525;
    font-size: 22px;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    margin-left: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.product_box_slider .add_to_card{
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  
 /* background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;*/
  transition: 0.2s;
  border:none;
  cursor:pointer;
  margin-bottom:15px;
  background-color: #ff5f5d;
  -moz-border-radius: 30px; 
  -webkit-border-radius: 30px;  
  -khtml-border-radius: 30px; 
  border-radius: 30px; 
  behavior: url(../ie/border-radius.htc); 
} 
.product_box_slider .add_to_card:hover { 
background-color: #ff5f5d;
border-color:#ff5f5d;
}
.product_box_slider .add_to_card:active {
background-color: #ff5f5d;
  box-shadow: 0px 0px 3px 3px rgba(55,143,61,0.50);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.product_box_slider .added_to_card {
	float: left;
	display: block;
	width: 118px;
	height: 26px;
	line-height: 26px;	
	text-align: center;
	color: #FFF;
	background: #999;
	border:none;

}
/**/
.product_box_slider .detail {
	float: left;
	display: block;
	width: 75px;
	height: 28px;
	line-height: 28px;
	text-align: center;	
	background: #F0F0F0;
}

.slider-container {
  width: 380px;
  margin: 0 auto;
}

.slider-main {
  width: 100%;
  height: 380px;
  overflow: hidden;
  position: relative;
}

.slider-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px solid rgba(0,0,0,0.2);
}

.slider-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  gap: 5px;
}

.slider-nav img {
  width: 23%;
  height: 70px;
  object-fit: cover;
  border: 2px solid rgba(0,0,0,0.2);
  cursor: pointer;
  transition: transform 0.2s, border 0.2s;
}

.slider-nav img.active {
  border: 2px solid #007BFF;
  transform: scale(1.05);
}
/*Box Slider End*/
#open_menu{
	display:none;
	margin-left:0px;
	margin-right:15px;
	margin-top:3px;
	font-size:100px;
	width:38px;
	height:40px;
	float:left;
	background-image: url("../images/menu.png");
		background-size:28px;
		background-position: 5px 1px;
		background-repeat:no-repeat;
		border:1px solid #FFFFFF;
		
		cursor:pointer;
		
		-moz-border-radius: 3px; 
  		-webkit-border-radius: 3px;  
  		-khtml-border-radius: 3px; 
  		border-radius: 3px; 
  		behavior: url(../ie/border-radius.htc); 
	}
#open_filter, #close_filter{display:none;}

#contacts{
	width: 50%;
	margin-left: 25%;
	margin-top: 60px;
	display:block;
	float:left;
-webkit-box-shadow: 0px 30px 41px -3px rgba(255,127,125,0.75);
-moz-box-shadow: 0px 30px 41px -3px rgba(255,127,125,0.75);
box-shadow: 0px 30px 41px -3px rgba(255,127,125,0.75);
z-index: 99;
	}
#adress{
width:98%;
height:auto;
background-color:rgba(0, 0, 0, 0.9);
font-size:12px;
font-weight:500;
padding:2%;
color:#ffffff;
/*text-shadow:-1px -1px 1px rgba(255,255,255,0.1), 1px 1px 1px rgba(255,255,255,0.1), 1px 1px 1px rgba(0,0,0,0.3);*/
}
#adress h1{
	font-size:22px;
	text-align:left;
	margin-bottom:5px;
	margin-top: 5px;
	float:left;
	width:100%;
	
	}
#adress h3{
	font-size:12px;
	text-align:left;
	margin-bottom:2px;
	width:100%;
	float:left;
	text-indent:-2000px;
	}
#adress h4{
	font-size:20px;
	text-align:left;
	font-weight:bold;
	margin-bottom:2px;
	width:100%;
	float:left;
	padding:10px;
	}
#adress strong, #adress span{
	font-size:12px;
	text-align:left;
	}
#adressTable{
	font-size:12px;
	text-align:left;
	margin-bottom:2px;
	width:100%;
	float:left;
	}
.form-control{
	display: block;
    width: 98% !important;
    padding: 8px 1%;
    font-size: 16px;
    line-height: 32px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b4b4b4;
    font-weight: 300;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:20px;
	}
.contact-form textarea{
	display: block;
    width: 98%;
    padding: 8px 1%;
    font-size: 16px;
    line-height: 32px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b4b4b4;
    font-weight: 300;
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin-bottom:20px;
	}
.contact-form .contact-submit{
	display: block;
    width: 101% !important;
    padding: 12px 2% !important;
	color: #ffffff;
	}
#contentNewOrder{
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:100%;
	margin-top:20px;
	padding-bottom:20px;
	}
#contentNewOrder #adress{
	padding:10px;
	height:auto;
	}
#contentNewOrder #contacts{
	top:5px;
	position:inherit;
	margin-bottom:0px;
	float:left;
	left:30%;

	}
#contentNewOrder .form-control{
	padding:5px;
	margin-bottom:5px;
	}
.image-file-input {
 /* color: transparent;*/
 position:relative;
 background-color:#e9ecef;
 border: 1px solid #ced4da;
 width:200px;
 height:30px !important;
 float:left;
 cursor: pointer;
 text-indent:-30%;
 white-space: nowrap;
   line-height:30px;
 -moz-border-radius: 5px; 
  		-webkit-border-radius: 5px;  
  		-khtml-border-radius: 5px; 
  		border-radius: 5px; 
  		behavior: url(../ie/border-radius.htc);
		font-size:12px !important;
		margin-bottom:5px;
}
.image-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.image-file-input::before {
  content: '\f145';
  font-family: iconfonts !important;
float:right;
color: black;
width:25px;
height:45px;
  display: inline-block;
  border-left:1px solid #ced4da;
  background-color:#e9ecef;
  line-height:30px;
  padding-left:10px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-indent:0;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 18px;
}
.image-file-input:hover::before {
  border-left:1px solid #ced4da;
}
.image-file-input:active {
  outline: 0;
}
.image-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
.table_box{
	border:1px solid #e1e1e1;
	width:100%;
	}
.table_box tr{
	border-bottom:1px solid #e1e1e1;
	}	
.table_box td{
	border-left:1px solid #e1e1e1;
	text-align:center;
	font-size:12px;
	}
.table_box thead td{
	background-color:#C6D4E1;
	height:30px;
	line-height:15px;
	font-size:12px;
	text-align:center;
	color:#3a3a3a;
	font-weight:bolder;
	}
.table_box .photo_tp{
	margin:0 auto;
	width:25px !important;
	max-width:25px !important;
	min-width:25px !important;
	height:25px !important;
	max-height:25px !important;
	min-height:25px !important;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	}	
.table_box .add_to_card, .table_box .added_to_card{
	width:20px;
	height:20px;
	background-image:url(../images/cart_mini.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
.checkout input { 
	border: 1px solid #ccc; 
	margin-bottom: 15px; 
	padding: 5px; 
}

#contact_form { 
	padding: 0; 
	width: 312px; 
	margin-bottom: 40px; 
}

#contact_form form { 
	margin: 0px; 
	padding: 0px; 
}

#contact_form form .input_field { 
	width: 300px; 
	padding: 5px; 
	color: #222;  
	background: #fff; 
	border: 1px solid #dedede;  
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 12px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 300px; 
	height: 200px; 
	padding: 5px; 
	color: #222; 
	background: #fff; border: 1px solid #dedede;  
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 5px; 
}

#contact_form form .submit_btn { 
	padding: 5px 12px; 
	background-color: #000; 
	border: 1px solid #fff; 
	color: #fff; 
	font-size:14px; 
	margin: 10px 0px;
}

.faq h3 { font-size: 14px; margin: 30px 0 5px }

.content_half { 
	width: 420px; 
}
.content_half button{ 
	padding:4px;
	cursor:pointer;
}
.content_13 { 
	width: 220px; 
	margin-right: 10px; 
}

.no_margin_right { 
	margin-right: 0; 
}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
/*	margin:0px;
	padding:0px;*/
}

body{
	/* Setting default text color, background and a font stack */
	/*color:#cccccc;
	font-size:13px;
	background: #302b23;
	font-family:Arial, Helvetica, sans-serif;*/
}
a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration: none;
}

ul{
	margin:0;
	padding:0;
}

ul.menubuttonul li ul{
	margin:0;
	padding:0;
	padding-bottom:4px;
}

ul.container{
	/* The topmost UL */
	width:240px;
	margin:0 auto;
	padding:50px;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0px 0;
	width:100%;
}
li.button a{
	/* The section titles */
	display:block;
	font-size:14px;
	height:auto;
	overflow:hidden;
	padding:7px 0px 5px 10px;
	position:relative;
	width:288px;
}

li.button a:hover{
	text-decoration:none;
}

li.button a span{

	height:44px;
	position:absolute;
	left:0;
	top:0;
	width:4px;
	display:block;
}
li.button a div.rightspan{
	/* This span acts as the right part of the section's background */
	height:44px;
	position:absolute;
	right:0;
	top:0;
	width:4px;
	display:block;
	background: rgba(0, 0, 0, 0.3)
}

/*li.button a.blue{background:url(img/blue.png) repeat-x top left; color:#074384;}
li.button a.blue span{ background:url(img/blue.png) repeat-x top right;}

li.button a.green{background:url(img/green.png) repeat-x top left; color:#436800;}
li.button a.green span{ background:url(img/green.png) repeat-x top right;}

li.button a.orange{background:url(img/orange.png) repeat-x top left; color:#882e02;}
li.button a.orange span{ background:url(img/orange.png) repeat-x top right;}

li.button a.red{background:url(img/red.png) repeat-x top left; color:#641603;}
li.button a.red span{ background:url(img/red.png) repeat-x top right;}*/

li.button a.red{
	background:url(../images/li-go.png) no-repeat; 
	background-position-x: 95%;
	background-position-y: 50%;
	color:#000000;
	border-top: 1px solid #f1f2f2;
	border-bottom: 1px solid #FFFFFF;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
	}
li.button a.red span{
background: rgba(0, 0, 0, 0.3);
}
li.button a.red small, .dropdown ul li small{
	color:#979797;
	font-size:15px;
}

/* The hover effects */

li.button a:hover{ 
/*background-position:bottom left;*/
color:#438EBB;
/*-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset    0px 0px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset         0px 0px 2px rgba(0, 0, 0, 0.2);*/
}
li.button a:hover span{ background-position:bottom right;}

.dropdown{
	display:none;
	padding-top:5px;
	width:100%;
}

.dropdown li{
	color:#000000;
	margin:1px 0;
	padding:4px 18px;
	text-decoration: none;
	font-size:14px;
}
/*.dropdown li:hover{
	color:#438EBB;
}*/

.clear{
	clear:both;
}

#main{
	margin:5px auto;
	text-align:center;
	width:230px;
	position:relative;
}


p{
	text-align:center;
}

#filter{
	position:relative;
	display:block;
	width:20%;
	height:100%;
	float:left;
	/*border-right: 1px solid #C6D4E1;*/
}
#filter h1{
	width:90%;
	text-align:left;
	margin:0 !important;
	margin-bottom:15px !important;
	font-size:16px;
	font-weight:700;
	height:30px;
	line-height:30px;
	padding:5% !important;
	color:rgba(0,0,0,0.90);
	border: 1px solid rgba(155,155,155,0.20);
}
#filter_box{
	width:90%;
	float:left;
	border: 1px solid rgba(155,155,155,0.20);
	padding:5%;
	margin-bottom:15px;

}
#filter_title{
	width:99%;
	float:left;
	text-align:left;
	padding-left:0px;
	padding-bottom:5px;
	font-weight:700;
}
#filter_checkbox{
	width:98%;
	float:left;
	text-align:left;
	padding-bottom:7px;
	
}
#filter_checkbox small{
	float:left;
	margin-top:-2px;
	color:#4a4a4a;
	font-size:14px;
}
#filter_checkbox input{
	margin-right:8px;
}
#filter_checkbox input[type="checkbox"]{
	float:left;
	width:15px;
	height:14px;
	background-color:#FFFFFF;
	cursor:pointer;
}
#filter_price_input{
	width:80px;
	height:25px;
	padding-left:4px;
	float:left;
	border:1px solid rgba(0,0,0,0.2);
	-moz-border-radius: 2px; 
  	-webkit-border-radius: 2px;  
  	-khtml-border-radius: 2px; 
  	border-radius: 2px; 
  	behavior: url(../ie/border-radius.htc); 
}
#apply{
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgba(255,95,93,1.00);
  box-shadow: 0 -3px rgba(255,95,93,0.80) inset;
  transition: 0.2s;
  border:none;
  cursor:pointer;
  margin-bottom:15px;
} 
#apply:hover { background: rgba(255,95,93,0.80); }
#apply:active {
  background: rgba(255,95,93,0.50);
  box-shadow: 0 3px rgba(255,95,93,0.20) inset;
}
#filter h1, #filter_box, #filter_checkbox input, #filter_checkbox input[type="checkbox"], #filter_price_input, #apply, #filter_checkbox{				
		-moz-border-radius: 10px; 
  		-webkit-border-radius: 10px;  
  		-khtml-border-radius: 10px; 
  		border-radius: 10px; 
  		behavior: url(../ie/border-radius.htc); 
}
.home_pages{
	white-space: pre-wrap;
	float: left;
	width: 100%;
	}
.home_pages h2{
	color: #ffffff;
	float:left;
	width:90%;
	max-width:90%;
	margin-left:5%; 
	margin-top:30px !important; 
	margin-bottom:10px !important;
	font-size: x-large !important;
	text-align:center; 
	white-space: pre-wrap;
	}
.home_pages div{
	color: #ffffff;
	float:left;
	width:88%;
	max-width:88%;
	margin-left:5%;
	padding: 2%; 
	margin-bottom:30px; 
	font-size:large !important;
	white-space: pre-wrap;
	background-color: rgba(0, 0, 0, 0.8);
	}
.home_pages img{
	float:left;
	width:60%;
	margin-left:20%;
	margin-bottom:20px; 
	}
	.top_nav_menu{
		width:100%;
		height:50px;
		margin: 0 auto;
		background-repeat:repeat-x;
		background-color:#C6D4E1;
		position: relative;
		z-index:995;
	}
	
	.top_nav_menu ul{
		z-index:100;
		margin: 0;
		padding: 0;
		list-style-type: none;
		height:44px;
		float:left;
	}
	
	/*Top level list items*/
	.top_nav_menu ul li{
		position: relative;
		display: inline;
		float: left;
		z-index:999;
	}
	.top_nav_menu ul li small{
		color:#7A7A7A;
	}
	.top_nav_menu ul li a {
		display: block;
		padding: 0 5px;
		height: 45px;
		margin-top:2px;
		color: #153D5F;
		font:500 15px/1.667 "Roboto",helvetica,arial,sans-serif;
		text-decoration: none;
		line-height: 50px;
		outline: none;
		text-align: center;
	}
	
	* html .top_nav_menu ul li a{
	display: inline-block;
	}
	
	.top_nav_menu ul li a:hover { 
	color: #222222;
	}
	.top_nav_menu ul li a.selected {
	border-bottom:3px solid #406C92; 
	}
	
	* html .top_nav_menu{height: 1%;}
	#top_head{
		position:fixed;
		width:100%;
		height:22px;
		top:0px;
		z-index:99;
		background-color:#368c3c;
		-webkit-box-shadow: 1px 5px 12px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 12px -9px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 12px -9px rgba(0,0,0,0.75);
		} 
	#top_head_links{
	float:left;
	height:22px;
	margin-left:2.5%;
	}
	#top_head_links div{
		float:left;
		margin-right:20px;
		height:22px;
		line-height:22px;
		}
	#section {
		height:22px;
		float:right;
		margin-right:2.5%;
		
		}
	#section-city{
		position:relative;
		}
	#section-city:before{
		content: "\e011";
		position:absolute;
		left:0px;
		top:0px;
		height:80px;
		width:100%;
		font-family:"bakery";
		font-size:25px;
		text-align:center;
		line-height:55px;	
		color:rgba(0,0,0,1);
		}
	#section-city:hover:before{	
		color:rgba(255,127,125,1);
		}	
	#section #uls{
		position:fixed;
		width:100%;
		height:100%;
		z-index:999;
		top:0px;
		left:0px;
		background-color:rgba(255,255,255,0.8);
		}
	#section #section-ul{
		display:block !important;
		margin-left:0px;
		position:absolute;
		width:20%;
		height:40%;
		z-index:999;
		margin:0 auto;
		top:20%;
		left:40%;
		padding:2%;
		background-color:rgba(255,95,93,0.90);
		-moz-border-radius: 10px;
		  -webkit-border-radius: 10px;
		  -khtml-border-radius: 10px;
		  border-radius: 10px;
		  behavior: url(../ie/border-radius.htc);
		}
	#section #section-li {
	float:left;
	display:block;
	width:100%;
	height:25px;
	margin-bottom:5px;
	}
	#section #section-li a{
	margin:0;
	padding:0;
	line-height:25px;
	display:block;
	width:100%;
	font-size:17px;
	text-align:left;
	height:25px;
	border:none;
	text-decoration:underline;
	}
	.contact strong a, .time strong a ,#top_head_links a{
	color:#d5efd7;
	height:22px;
	font-size:13px;
	}
	.contact strong a:hover, .time strong a:hover, #top_head_links a:hover{ 
	border-bottom:1px solid rgba(255,255,255,0.99); 
	}
	.contact strong a:selected , .time strong a:selected, #top_head_links a:selected{
	border-bottom:1px solid rgba(255,255,255,0.99); 
	}
	
	.contact{
	float:right;
	height:22px;
	line-height:22px;
	margin-right:20px;
	
	}
	.contact strong a{
	/*font-size:12px;*/
	padding-left:13px;
	background-image: url("../images/contact_us.png");
			background-size:12px;
			background-position:left;
			background-repeat:no-repeat;
	}
	.contact email{
	font-size:16px;
	font-weight:400;
	}
	.time{
	float:right;
	height:22px;
	line-height:22px;
	margin-right:20px;
	
	}
	.time strong a{
	/*font-size:12px;*/
	padding-left:13px;
	background-image: url("../images/work_time.png");
			background-size:11px;
			background-position:left;
			background-repeat:no-repeat;
	}
	.infoprice{
	float:right;	
	text-align: center;
	color:#000000;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
	}
	.infoprice b{
	font-size:18px;
	font-weight:200;
	}
	.infoprice a{
	color:#40c781;
	}
	.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
	}
	
	.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
	}
	
	/* ######### CSS for shadow added to sub menus  ######### */
	
	.ddshadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	}
	
	.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
	opacity: 0.5;
	}
	
	/* menu */
	
	
	.table_cart {
		 border-collapse: collapse;
		 width:100%;
			}
	.table_cart thead{
			background: #f1f1f1;
			color:#333;
			font-weight:bolder;
			}
	.table_cart tbody{
			font-weight: 300;
			
			}
		.table_cart thead tr{
			border-bottom: 1px solid  #f1f1f1;
			}
		.table_cart tbody tr{
			border-bottom: 1px solid  #f1f1f1;
			background-color: rgba(255,255,255,1);
			}
		.table_cart tbody tr:hover{
			background-color: rgba(0,0,0,0.1);
			cursor: pointer;
			}	
		.table_cart thead td{
			padding:2px;
			text-align:center;
			}
		.table_cart tbody td{
			padding:2px;
			padding-right:4px;
			padding-left:4px;
			text-align:left !important;
			color:#4a4a4a;
			white-space:pre-wrap;
			max-height:50px !important;
			}
		.table_cart tbody td p{
			text-align:left !important;
			min-width:50px;
			}
	.table_cart_user{
	float:left;
	margin-left:2.5%;
	padding:15px;
	width:47.5%;
	height:280px;
	border:1px solid rgba(0,0,0,0.10);
	background-color:#ffffff;
	color:#757575;
	font-size:18px;
	font-weight:500;
	padding:10px;	
	
	/*text-shadow:-1px -1px 1px rgba(255,255,255,0.1), 1px 1px 1px rgba(255,255,255,0.1), 1px 1px 1px rgba(0,0,0,0.3);*/
	}		
	.table_cart_user td{
	padding:5px;
	}
	.table_cart_user input{
	padding:2px;
	height:23px;
	font-size:16px;
	}
	.table_cart_user, .table_cart_user input{
			-moz-border-radius: 10px; 
			  -webkit-border-radius: 10px;  
			  -khtml-border-radius: 10px; 
			  border-radius: 10px; 
			  behavior: url(../ie/border-radius.htc);
		}
	.table_detail{
			border:1px solid rgba(155,155,155,0.20);
			background-color: rgba(0,0,0,0.9);
			}
	.table_detail tbody{
			}	
			.table_detail tbody td{
				padding:2px 4px 2px 4px;
				color:#ffffff;
				font-weight:500;
				width:200px;
			}
			.table_detail tbody td strong{
				color:#ffffff;
				padding-left:15px;
			}	
			.table_detail .table_price{
				color:#ffffff;
				font-size:36px;
				padding-left:10px;
			
			}	
	.table_detail tbody tr:hover{
				padding:2px;		
			}
	.table_detail tbody tr{
				border-bottom:1px solid #f1f1f1;		
			}
	.cart_view {
		position: fixed;
		bottom: 0px;
		right: 10px;
		text-align:right;
		color:#FFFFFF;
		max-height:100%;
		min-height:100%;
		max-width:25%;
		min-width:5%;
		z-index:991;
		}
	 .carttopb{
		position: absolute;
		bottom: 0px;
		right: 0px;
		color: #ffffff;
		text-decoration:none;
		font-size:14px;
		height:50px;
		min-width:270px;
		margin-left:20px;
		margin-top:0px;
		float: right;
		}
	.cart_but_div{
		width:270px;
		height:50px;
		position:absolute;
		}
	.cart_but_div b{
		margin-top:5px;
		}
	.cart_view div b{
		float:right;
		margin-left:20px;
		margin-top:2px;
		}
	.asterisk{color:red;}
	.cart_view a{
		overflow: visible;
		float: right;
		cursor: pointer;
		display:block;
		color: #FFFFFF;
		text-decoration:none;
		padding:4px;
		padding-bottom:2px;
		padding-top:2px;
		font-size:13px;
				  -moz-border-radius: 30px; 
			  -webkit-border-radius: 30px;  
			  -khtml-border-radius: 30px; 
			  border-radius: 30px; 
			  behavior: url(../ie/border-radius.htc); 
		}
	.cart_view button{
		overflow: visible;
		float: right;
		cursor: pointer;
		display:block;
		text-decoration:none;
		font-size:12px;
		width:49px;
		height:49px;
		margin-top:-6px;
		color:#45b44d;
		font-weight:700;
		}
	
	.cart_view a:hover{
		color: #FFFFFF;
		font-weight:700;
		text-decoration:underline;	
		}
	.cart_view a:active{
		color:#FFFFFF;
		}
		#bcd{
		width: auto;
		text-indent: 20px;
		line-height: 50px;
		float: right;
		color:#FFFFFF;
		font-size:14px;
		font-weight:bold;
		display:none;
		}
		.carts, #hidebut{
		position:relative;
		width:80px !important;
		height:49px !important;
		margin-top:0px !important;
		margin-left:0px !important;
		background-color:transparent;
	/*		background-image:url(../cart/cart.png);
		background-position:-2px 10px;
		background-repeat:no-repeat;
		background-size:30px 30px;*/
		border:none;
		cursor:pointer;
		text-indent:33px;
		font-size:11px;
		color:rgba(0,0,0,1);
		font-weight:700;
		padding-bottom:15px;
		}
		.carts small, #hidebut small{
		position:absolute;
		top:4px;
		right:16px;
		float:right;
		display:block;
		width: 19px;
		height: 19px;
		background-color:transparent;
	/*		background-image:url(../cart/cart.png);
		background-position:-2px 10px;
		background-repeat:no-repeat;
		background-size:30px 30px;*/
		border:none;
		cursor:pointer;
		text-indent:0px;
		line-height:19px;
		font-size:11px;
		color:rgba(255,255,255,1);
		font-weight:700;
		z-index:2;
		}
		.carts::after, #hidebut::before{
		content: "";
		position:absolute;
		top:3px;
		right:15px;
		float:right;
		display:block;
		width: 19px;
		height: 19px;
		background-color: rgba(0,0,0,1);
		border-radius: 50%;
		text-justify:auto;
		z-index:1;
		border: 0.5px solid rgba(255,255,255,0.5);
		}	
		.carts:hover{
	/*	background-image:url(../cart/cart.png);*/
		}
		#hidebutorder{
			position:relative;
		float: right;
		width:49px !important;
		height:49px !important;
		margin-top:0px !important;
		margin-left:0px !important;
		background-color:transparent;
		border:none;
		cursor:pointer;
		text-align:center;
		color:#010101;
		font-weight:700;
		padding-bottom:15px;
		font-size:24px;
		}
	#resultcart{
		position:absolute;
		width:270px;
		margin-top:0px;
		z-index:997;
	}
	#resultcart #youcart{
		position:absolute;
		height:80px;
		right: 10px;
		bottom: 0px;
		color: #ffffff;
		font-weight:bold; 
		font-size:14px;
		text-align: center;
		width:80px;
		max-width: 80px; 
		z-index:997; 
		margin-top:0px;
	}
	#resultcart #youcart #ab{
		width: 80px;
		max-width:80px;
		text-indent: 0px;
		line-height: 1px;
		font-size:16px;
		font-weight:700;
		float: left;
		color:#ffffff;
		display:block;
	
	}
	#resultcart #youcart #bc{
		width:80px;
		max-width:80px;
		float: left;
		margin-top:5px;
	}
	#resultcart #youcart #bc:before{
		content: "\e012";
		position:absolute;
		left:27.5px;
		top:15px;
		font-family:"bakery";
		font-size:25px;
		text-align:left;
		color:rgba(255,255,255,1);
		}
	#resultcart #youcart #bc:hover:before{	
		color:rgba(255,255,255,0.8);
		}
	#modalcart{
	  width:300px;
	  max-width: 300px;
	  max-height:550px; 
	  z-index:997; 
	  position: absolute;
	  bottom:0px;
	  right:0px;
	  background-color: rgba(255,255,255,0.99);
	  -webkit-box-shadow: 0 4px 17px 0 rgb(0 0 0 / 50%);
	  -moz-box-shadow:    0 4px 17px 0 rgb(0 0 0 / 50%);
	  box-shadow:         0 4px 17px 0 rgb(0 0 0 / 50%);
		  -moz-border-radius: 20px; 
			  -webkit-border-radius: 20px;  
			  -khtml-border-radius: 20px; 
			  border-radius: 20px; 
	  padding-bottom:5px;
	}
	#modalcart div strong{
		color: #000000;
	}
	/*#modalcart::before{
		content:"";
		position: absolute;
		float: right;
		width: 15px;
		height: 15px;
		top:-7.5px;
		right:27.5px;
		z-index:997;
		background-color:#ffffff;
		transform: rotate(45deg);
	}*/
	
	#overcart{
	width: 300px;
	max-width: 300px;
	max-height: 330px;
	z-index: 999;
	overflow: auto;	
		}
	#overcart::-webkit-scrollbar {
	  width: 5px;
	}
	#overcart::-webkit-scrollbar-track {
	  background: #f1f1f1;
	}
	#overcart::-webkit-scrollbar-thumb {
	  background: #888;
	}
	#overcart::-webkit-scrollbar-thumb:hover {
	  background: #555;
	}
	.orderlink{
		max-width:80%;
		background-color:#6c757d;
		color:#f5f5f5 !important;
		-moz-border-radius: 4px;
		  -webkit-border-radius: 4px;
		  -khtml-border-radius: 4px;
		  border-radius: 4px;
		  behavior: url(../ie/border-radius.htc);
		padding: 10px 10px 10px 10px !important;
		font-size:14px !important;
		font-weight: bolder !important;
		margin: 5px 5px 5px 5px;
		float:none !important;
		text-decoration:none !important;
			-moz-border-radius: 30px; 
			  -webkit-border-radius: 30px;  
			  -khtml-border-radius: 30px; 
			  border-radius: 30px; 
			  behavior: url(../ie/border-radius.htc); 
	}
	.orderlink:hover{
		color:#ffffff !important;
	}
	/******Order*********/
	#resultcartorder{
		width:100%;
		height:100%;
		float:left;
	}
	#modalcartorder{
	  width:96%;
	  max-width: 96%;
	  height:85%;
	  max-height:85%; 
	  z-index:999; 
	  position: fixed;
	  top:70px;
	  right:2%;
	  background-color: rgba(255,255,255,1.0);
	
	-webkit-box-shadow: 0 4px 17px 0 rgb(0 0 0 / 50%);
	-moz-box-shadow:    0 4px 17px 0 rgb(0 0 0 / 50%);
	box-shadow:         0 4px 17px 0 rgb(0 0 0 / 50%);
	 padding-bottom:5px;
	border:1px solid rgba(155,155,155,0.20);
	
	  -moz-border-radius: 20px; 
			  -webkit-border-radius: 20px;  
			  -khtml-border-radius: 20px; 
			  border-radius: 20px; 
			  behavior: url(../ie/border-radius.htc); 
	}
	#modalcartorder #overcart{
	width: 90%;
	max-width: 90%;
	min-height: 70%;
	max-height: 70%;
	margin-top:1%;
	margin-left:5%;
	z-index: 999;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;	
		}
	#overcartItem{
			width: 100%;
			max-width: 100%;
			height: 70px;
			background-color: #ffffff;
			overflow: hidden;	
			border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
				}
	#overcartItem div{
					float: left;
					width: 16.5%;
					max-width: 16.5%;
					min-height: 70px;
					text-align: left;
					line-height: 70px !important;
					background-color: #ffffff;
					overflow: hidden;	
					font-size: large;
						}
#overcartItem .photoItem{
							height:70px;
								}
#overcartItem .add_to_cart{
	margin-top: 15px;
	margin-bottom: 0px !important;
}
#overcartItem .editDelete button{
	font-size: 25px !important;
	font-weight: 500;
	width: 30px;
	padding: 0px !important;
		}
#overcartItem div .product_price{
	text-align: left !important;
	margin-bottom: 0px !important;
}

	#modalcartorder h1{
		margin:0px;
		padding-top:10px;
		margin-bottom:10px;
		}
	#modalcartorder	.cart_footer {
		float: right;
		width:90%;
		height:70px;
		padding-left:5%;
		padding-right:5%;
		padding-top:2%;
		padding-bottom:2%;
		
		
		}
	#modalcartorder	.cart_footer strong{
		font-size:28px;
		padding-top:5px;
		padding-bottom:5px;
		
		}
	.add_to_cart_number{
		text-align: center;
		width: 50% !important;
		height: 43px !important;
		font-size: large;
		margin: 0 auto;
		padding: 5px 0;
	}
	
	input[type="number"] {
		display: inline-block;
		height: 25px;
		line-height: 25px;
		width: 50px;
		text-indent: 0px;
	}
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	
	input[type=number] {
		-moz-appearance:textfield;
	}
	<!--Search-->
	.form-wrapper {
			width: 450px;
			padding: 0px;
			margin: 150px auto 50px auto;
			background: #444;
			background: rgba(0,0,0,.2);
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
			border-radius: 2px;
			-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
			-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
			box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
		}
		
		.form-wrapper input {
			width: 100%;
			height: 50px;
			padding-left:10px;
			padding-right:35px;
			margin-top:15px;
			float: right;    
			font:400 16px/1.667 "Roboto",helvetica,arial,sans-serif;
			border: 0;
			border-left:1px solid #F1F1F1;
			background-color:hsla(0,0%,94.9%,.57);
			/*background-image: url("../images/nav-sbe5b6355cd.png");*/
			background-position: 3% 50%;
			background-repeat:no-repeat;
			cursor:pointer;
			text-indent:10%;
			
			-moz-border-radius: 5px; 
			  -webkit-border-radius: 5px;  
			  -khtml-border-radius: 5px; 
			  border-radius: 5px; 
			  behavior: url(../ie/border-radius.htc); 
		}
		.form-wrapper input:focus{
			outline: 0;
			cursor: text;
		}
		
		.form-wrapper input::-webkit-input-placeholder {
		   color: #999;
		   font-weight: normal;
		   font-style: normal;
		   font-size:14px;
		}
		
		.form-wrapper input:-moz-placeholder {
			color: #999;
			font-weight: normal;
			font-style: normal;
			font-size:14px;
		}
		
		.form-wrapper input:-ms-input-placeholder {
			color: #999;
			font-weight: normal;
			font-style: normal;
			font-size:14px;
		}    
		
		.form-wrapper button {
			overflow: visible;
			position: relative;
			float: left;
			left:40px;
			top:25px;
			border: 0;
			padding: 0;
			cursor: pointer;
			height: 1px;
			width: 1px;  
			display:none;  
		}   
	#menu_links{
		float:right;
		margin-top:0px;
		margin-right:-18%;
		width:25%;
		height:80px;
		}
	#menu_links a{
		height:80px;
		padding-right:15px;
		padding-left:15px;
		color:#333333;
		font-weight:700;
		line-height:110px;
		float:right;
		}
	#menu_links a:hover{
		color:#333333;
		}
	#menu_links_home{
		display:none;
		}
	#links_home_pages{
		float:left;
		margin-top:30px;
		margin-left:25%;
		width:50%;
		height:50px;
		}
	#links_home_pages a{
		height:30px;
		font-weight:500;
		line-height:30px;
		float:left;
		padding:5px 10px 5px 10px;
		margin-left:5px;
		display:inline-block;
		color:rgba(255,255,255,1.00);
		text-align:center;
		border:1px solid #ffffff;
		font-size:18px;
		background-color: rgba(0,0,0,0.70);
	  -moz-border-radius: 40px; 
	  -webkit-border-radius: 40px;  
	  -khtml-border-radius: 40px; 
	  border-radius: 40px; 
	  behavior: url(../ie/border-radius.htc); 
		}
	#links_home_pages a:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.8);
	-moz-box-shadow:    0px 0px 10px 0px rgba(255, 255, 255, 0.8);
	box-shadow:         0px 0px 10px 0px rgba(255, 255, 255, 0.8);
		}
	#order-page-link{
		position:relative;
	}
	#order-page-link:before{
		content: "\e013";
		position:absolute;
		left:0px;
		top:0px;
		height:80px;
		width:100%;
		font-family:"bakery";
		font-size:25px;
		text-align:center;
		line-height:55px;
		color:rgba(0,0,0,1);	
		}
	#order-page-link:hover:before{	
		color:rgba(255,127,125,1);
		}
		.table_cart{color:#000000;}
		input[type="submit"]{
		padding:5px;
		cursor:pointer;	
			}
		input[type="submit"]{
		  font-weight: 700;
		  color: white;
		  text-decoration: none;
		  padding: .8em 1em calc(.8em + 3px);
		  border-radius: 3px;
		  background: #000000;
		  box-shadow: 0 -3px #000000 inset;
		  transition: 0.2s;
		  border:none;
		  cursor:pointer;
		  margin-bottom:15px;
		  height:45px;
		  -moz-border-radius: 30px; 
				  -webkit-border-radius: 30px;  
				  -khtml-border-radius: 30px; 
				  border-radius: 30px; 
				  behavior: url(../ie/border-radius.htc); 
		} 
		input[type="submit"]:hover { background: rgba(0,0,0,0.80); }
		input[type="submit"]:active {
		  background: rgba(0,0,0,0.70);
		  box-shadow: 0 3px rgba(0,0,0,0.70) inset;
		}
		select{
		  font-weight: 700;
		  max-width:200px;
		  color: white;
		  text-decoration: none;
		  padding: .8em 1em calc(.8em + 3px);
		  border-radius: 3px;
		  background: rgba(0,0,0,1.00);
		  box-shadow: 0 -3px rgba(0,0,0,1.00) inset;
		  transition: 0.2s;
		  border:none;
		  cursor:pointer;
		  margin-bottom:15px;
		  height:45px;
		  font-size:14px;
		   -moz-border-radius: 30px; 
				  -webkit-border-radius: 30px;  
				  -khtml-border-radius: 30px; 
				  border-radius: 30px; 
				  behavior: url(../ie/border-radius.htc); 
		}
		.del_in_cart:before{
		  content: ' \2716';
		  float:right;
		  width:17px;
		  height:17px;
		  padding-left:7px;
		  color:rgba(255,0,4,1.00);	
		}
.orderButtonTop{
		float:right; 
		position:absolute; 
		right:2.5%;
	}
#delivery_form{
	width: 50%;
	max-width: 50%;
	min-width: 50%;
	float: left;
	margin-top: 5px;
	margin-left: 25%;
	background-color: rgba(0, 0, 0, 0.8);
}
#delivery_form input, #delivery_form strong, #delivery_form select{
	float: left;
	width: 90%;
	max-width: 90% !important;
	margin-left: 5%;
	line-height: 35px;
	padding-left: 10px;
	height:55px;
	font-size: large;
	}
	#delivery_form input, #delivery_form select{
		border: 1px solid rgba(255, 255, 255, 0.5);
		}
		#delivery_form #order_button {
			padding: 0px;
			height:50px;
			}
.slider-product{
	float: left; 
	height: auto; 
	display:block; 
	width:380px; 
	margin-left: 50px; 
	margin-top: 20px;
}