.free_deliv_tbl{ width: 100%; margin: 8px 0; }
.free_deliv_tbl img{ height: 26px; float: left; margin-right: 8px; }
.free_deliv_tbl td{ text-align: left; font-size: 12px; padding: 0px; vertical-align: top; max-width: 100%; }

.free_deliv_tbl td img{ max-width: 95%; }

.free_deliv_tbl td:nth-child(1){ width: 30%; }
.free_deliv_tbl td:nth-child(2){ width: auto; }
.free_deliv_tbl td:nth-child(3){ width: 148px; text-align: right; }

/* .fix_left, #fix_right { display: none; } */

.opt-image { width:100%;padding:0px 0px 10px 1%; text-align: center; }
.opt-image img { width: 24%; border: 1px solid #ddd; margin-right: 1%; float: left; }
.opt-image img.active{ border: 1px solid #ff5713; box-shadow: 0px 0px 5px 0px #a24c29; }

@media (min-width: 1200px){
	.container {
	    width: 1200px;
	}
}


body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	/*line-height: 12px;*/
	/*background: #eeedee*/
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/*Phanna*/
.bg-gray{ 
	background-color: #fff; /* background-color: #eb9ca3; f5f5f5*/
	/*background-image: -webkit-linear-gradient(left,#f2f2f2 50%,#f5f5f5 87%,#ffffff 80%);
	background-image: linear-gradient(90deg,#f2f2f2 40%,#f5f5f5 67%,#ffffff 80%);*/
}
.border-gray{ border-bottom: 1px solid #f2f2f2;

}
.bg-red{ background-color: #3D4A61;}
.bg-white{ background-color: #fff;}
/*End Phanna*/
.no-padding{
	padding: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-right{
	padding-right: 0;
}
.p-relative{
	position: relative;
}
.m_t_10{
	margin-top: 10px;
}
.padding-right-82{
	padding-right: 82px;
}
.btn{
	/*background: #ff4a10;
	background: linear-gradient(to left top, #ff4a10, #ff881f);*/
	background: #ff4a10;
	background: linear-gradient(to left top, #ff4a10, #ff881f);
	color: white !important;
	border: 1px solid #fff;
	border-radius: 3px;
}
.btn_outstock{
	background-color: #e16a7c !important;
	color: white !important;
	border: 1px solid #e16a7c !important;
	border-radius: 0 !important;
}
.btn.gray{
	background: #706F6F !important;
    border: 1px solid #706F6F !important;
}
.btn.gray:hover{
	background: white !important;
    color: #706F6F !important;
}
.w_100p{
	width: 100%;
}
.p_10{
	padding: 5px;
}

.btn:hover{
    /*background: linear-gradient(to left top, #ff881f, #ff4a10);*/
	background: #ff881f;
	background: linear-gradient(to left top, #ff881f, #ff4a10);	
	border: 1px solid #fff;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #d2d2d2;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #d2d2d2;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #d2d2d2;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #d2d2d2;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #d2d2d2;
}

/*@media (min-width: 992px){
	.container {
	    width: 870px;
	}
}
*/
.alert {
    padding: 8px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0;
}

.bx-wrapper img {
    width: 100%;
}

#header{

}
	#header .top_head{
		padding: 5px 0;
	}
	#header .top_head .my_account{
		position: relative;
	}
		#header .top_head .my_account .a{
			z-index: 1400;
    		position: relative;
		}

		#header .top_head .my_account ul{
			position: absolute;
		    background: #f3f3f3;
		    z-index: 999;
		    padding: 5px;
		    display: none;
		    top: 15px;
		    width: 180px;
		}
		
		
			#header .top_head .my_account ul li{
				list-style-type: none;
				display: block;
			}
				#header .top_head .my_account ul li a{
					display: inline-block;
					width: 100%;
				}

		#header .top_head .h_c, #header .top_head .lang{
			color: black;
		}

	#header .head{		
		
		background: #828282; /* #a7d9fc; #706F6F;  4d4d4d */ 
		color: white;
	/*	padding: 15px 0; TOP MENU MOVING UP BUG */
		
		/*
		background-image: url(https://larue.com.kh/image/catalog/_xmas/background.png);
		background-image: url(https://larue.com.kh/image/catalog/2020/back.jpg);
		*/

		/*background: transparent;
		background-image: url(https://larue.com.kh/image/catalog/_cny/bg.png);
		background-size: 100% 120px;
		height: 120px;*/
		
		padding-top: 10px;
		padding-bottom: 10px;		
		position: relative;
		/* margin-top: -20px; */
		/*
		background-image: url(https://larue.com.kh/image/catalog/_Water_festival/sample.png);
		background-size: cover;
		height: 100px;
		padding-top: 40px;	
		margin-top: -20px;
		*/
		/*
		background-image: url(https://larue.com.kh/image/catalog/_Black_friday/top_back.png);
		background-size: cover;
		height: 100px;
		padding-top: 20px;	
		margin-top: 0px;	
		*/
	}
	#header .head .top_top{
		position: absolute;
		top: 0px;
		display: none;
	}
	#header .head .top_left{
		height: 140px;
		width: auto;
		position: absolute;
		left: 120px;
		top: -25px;
	    opacity: 0.5;
	}
	#header .head .top_right{
		height: 140px;
		width: auto;
		position: absolute;
		right: 120px;
		top: -25px;
	    opacity: 0.5;
	}
		#header .head h1{
			margin: 0;			
			/*background: #0069dc;*/
		}
		#header .head .shop_now{
			position: absolute;
		    top: -45px;
		    right: -17px;
		}

		#header .head .search_field_box{
			border: 3px solid gray;
		    border-left: 0px;
		    padding: 11px 7px 11px 12px;
		    margin-left: -19px;
		    position: relative;
			border-color: #fff;
			/*
			background: #0069dc;
			margin-left: -30px;			
			border-radius: 0 0 32px 0;
			*/
		}
			#header .head .search_field_box .hider{
				position: absolute;
				top: -5px;
				left: -3px;
				width: 28px;
				height: 7px;
				/*background:  #transparent;*/ 
				background:  #828282; /*#13142c;*/
			    /*background:  #706F6F;*/ 
				/*4d4d4d*/ 
				/*background: #0069dc;*/
				/*background: #a7d9fc;*/
				/*display: none;*/
			}
			#header .head .search_field_box input{
				background: transparent;
				width: 100%;
				height: 28px;
				outline: 0;
			    border: 0;
			}
			#header .head .search_field_box .btn-group{
				position: absolute;
			    right: 7px;
			    top: 11px;
			    /*color: #d2d2d2;*/
				color: #fff;
			}
				#header .head .search_field_box .btn-group button, #header .head .search_field_box .btn-group select{
					background: transparent;
					border: 0;
					outline: none;
				}
					.search_field_box .btn-group select option{
						background: #4d4d4d;
					}

	#header .main_menu ul{
		margin: 0;
		padding: 0;
	}
		#header .main_menu li.parent{
			display: inline-block;
			/* width: 8%; */
			/* width: 10.5%; */
			/* text-align: center; 
			margin-left: 0.6%;*/
			padding-left: 0.5%;
			padding-right: 0.5%;
			margin-left: 0px; margin-right: 0px;
		}
	#header .main_menu{
		/*#72c4ff; #b5b5b5;   #E16A7C #ff193c #7999B5  */
		background-color: #828282; /*#ef2828;*/
		/*box-shadow: inset 0px 0px 8px 2px #d5b559;*/
	/*	margin-top: -45px;  TOP MENU MOVING UP BUG */
		/*background-image: -webkit-linear-gradient(left,#e4cdac 50%,#eeabb0 87%,#f1bbbe 80%);
		background-image: linear-gradient(90deg,#e4cdac 40%,#eeabb0 67%,#f1bbbe 80%);*/
		
		/*background-image: url(https://larue.com.kh/image/catalog/_Water_festival/wave.png);
		background-size: cover;
		margin-top: -25px;	
		padding-top: 25px;
		*/
	}
		#header .main_menu li.parent:hover {
			-webkit-transition: all 0.2s ease-in-out;
			    -moz-transition: all 0.2s ease-in-out;
			    -o-transition: all 0.2s ease-in-out;
			    transition: all 0.2s ease-in-out;
				background-color: #fff;
				-webkit-box-shadow: 1px 3px 12px -3px rgba(0,0,0,0.75);
				-moz-box-shadow: 1px 3px 12px -3px rgba(0,0,0,0.75);
				box-shadow: 1px 3px 12px -3px rgba(0,0,0,0.75);
				
		}
		#header .main_menu li.parent:hover> a{
				text-decoration: underline;
		}
		#header .main_menu li.parent:first-child{
			margin-left: 0;
		}
			#header .main_menu li.parent a{
				display: inline-block;
			    margin: 7px 0;
			    font-size: 11px;
			    color: #000;
			  /*  text-transform: uppercase;*/
				
			}
			

			#header .main_menu li.parent:hover .inner_menu{
				display: block;
				opacity: 1;
			    -webkit-transition: all 0.2s ease-in-out;
			    -moz-transition: all 0.2s ease-in-out;
			    -o-transition: all 0.2s ease-in-out;
			    transition: all 0.2s ease-in-out;
				background-color: #fff;/*beige*/
				
			}
				#header .main_menu li:hover .inner_menu .tt span{
					border-bottom: 1px solid #fce0aa;
				}
				#header .main_menu li .inner_menu{
					display: none;
					opacity: 0;
					background: white;
				    color: #000;
				    position: absolute;
				    width: 100%;
				    left: 0;
				    z-index: 1450;
				    -webkit-box-shadow: -1px 3px 12px -5px rgba(0,0,0,0.75);
					-moz-box-shadow: -1px 3px 12px -5px rgba(0,0,0,0.75);
					box-shadow: -1px 3px 12px -5px rgba(0,0,0,0.75);
					padding-top: 10px;
				}

				#header .main_menu li .inner_menu .menu_thumb{
					margin-top: -10px;
				}
					#header .main_menu li .inner_menu .line_bottom{
						z-index: -1;
						border-bottom: 4px solid #fce0aa; /*#00adee;*/ 
					    position: absolute;
					    /* top: 0; */
					    width: 100%;
					    bottom: 0;		
					}
					#header .main_menu li .inner_menu ul{
						border: 0;
						 margin-left: 0;

					}
						#header .main_menu li .inner_menu li.child{
							line-height: 1;
							list-style-type: none;
						    float: left;
						    width: 30%;
						    margin-left: 13px;
						}
							#header .main_menu li .inner_menu li.child a{
								font-size: 12px;
								line-height: 1.5;
								padding: 0;
								 margin: 7px 18px;
								margin-top: 3px;
							}

								#header .main_menu li .inner_menu li.sub_child{
									line-height: 1;
								    /* float: left; */
								    /* width: 30%; */
								    margin-left: 8px;
								    list-style: none;
								}
									#header .main_menu li .inner_menu li.sub_child a{
										font-size: 11px;
										line-height: 1.5;
										padding: 0;
										margin: 7px 18px;
										margin-top: 3px;
									}
	#header .free_delivery .col-sm-12{
		padding: 0;
	    margin-top: 0px;
	}
		#header .free_delivery ul{
			padding: 0;
			margin: 11px 0;
		}
			#header .free_delivery li{
				display: inline-block;
				width: 35%;
			}
			#header .free_delivery li:first-child{
				width: 33%;
			}
			#header .free_delivery li:last-child{
				text-align: right;
	    		width: 32%;
			}
				#header .free_delivery li a{
					display: inline-block;
				    font-size: 11px;
				    color: #000;
				}
				#header .free_delivery li a:hover, #header .free_delivery li a:visited{
					text-decoration: none;
					cursor: default;
				}
					#header .free_delivery li a img{
						height: 22px;
						margin-right: 10px;
					}

#display_category_dropdown li{
	color: #4f4747;
    padding: 2px 6px;
    cursor: pointer;
}
			    
#footer{
    margin-bottom: 25px;
    margin-top: 30px;
    box-shadow: 0px -4px 4px 0px #eee;
	padding-top: 20px;
}

#footer a:hover{ color: #ff5b14!important; }

	#footer h5 span{
		/*border-bottom: 1px solid gray;
		font-size: 10px;*/
		border-bottom: 1px solid #ffd7c4;
		font-size: 10px;
		color: #ff6216;
	}
	#footer  a, #footer  p{
		color: #444;
		font-size: 10px;
	}
	#footer .social_acc a{
		color: white;
	    padding: 2px 2px;
	    width: 24px;
	    border-radius: 50%;
	    display: inline-block;
	    text-align: center;
	    margin-top: 8px;
	    font-size: 10px;
	}


.breadcrumb {
    padding-left: 0;
	background-color: transparent;
}
.breadcrumb>li:last-child {
    display: inline-block;
    font-weight: bold;
}


	.breadcrumb a{
	    color: #666666;
	}

.btn-nb{
	background: transparent;
	border: 0;
	outline: none;
}
.btn-nb:hover{
	opacity: .9;
}
 .product-layout{
	 margin-bottom:10px;
       height: 360px;
	 	
    }

	.product-layout img{
        width: 100%;
    }
    .product-layout.product-grid{
        margin-bottom: 20px;
        padding-left: 7px;
        padding-right: 7px;
        position: relative;
    }
   
		.product-layout .price-old{
		   text-decoration:line-through;
		   margin-left: 0px;
		   display: inline-block;
		   padding-left: 8px;
		}
	.product-layout .price-new{
		color: #d9534f;
		
		font-weight: bold;
			}
	/*		
	.product-layout .price span	{ position: absolute; top: -8px; right: -6px; background-color: red; color: white; 
		padding: 1px 8px; font-size: 12px; border-radius: 0 0 0 8px;
	}
	*/			
    #add_card_modal .product-layout {
	    height: 300px;
	    margin-top: 10px;
    	margin-bottom: 30px;
	}
	#add_card_modal .lSSlideOuter .lSPager.lSpg {
	    display: none;
	}
	

    .product-layout .product-thumb .image{
       position: relative;
    }
    .product-layout .product-thumb .image .new{
        position: absolute;
    	top: 16px;
    }
    .product-layout.product-list {
	    height: 230px;
	}
	.product-layout.product-list .caption {
	    margin-top: 70px;
	    margin-left: 10px;
	    float: left;
	}
	
 .product-layout:hover{
      /*  -webkit-box-shadow: 0px 0px 10px 0px rgba(125,125,125,1);*/
       /* -moz-box-shadow: 0px 0px 10px 0px rgba(125,125,125,1);*/
       /* box-shadow: 0px 0px 10px 0px rgba(125,125,125,1);*/
		/*-webkit-box-shadow: 0px 0px 2px 0px rgba(137,163,189,0.5); 
		box-shadow: 0px 0px 2px 0px rgba(137,163,189,0.5); 
	 z-index: 1450 !important;*/
    }

	.product-layout:hover .btnlove{
		display: block;		
		top: 5px;
		opacity: 0.9;
	}

    .product-layout:hover .button-group{
        display: block;		
		bottom: 4px;
		opacity: 0.9;
    }
    .product-list .product-thumb{
       float:left;
    }
    .caption{
        margin-top: 10px;
    }
    .caption .t{
        height: 38px;
        overflow: hidden;
		text-align: center !important;
		margin-bottom: 3px;
		line-height: 1.0;
    }
    .caption .t a{
        font-size: 14px;
        color: black;
    }
	.product_rate {text-align: center !important;}
    .caption .product_rate span{
        width: 20px;
		
    }
    .product-layout .button-group{
        /*display: none;*/
        position: absolute;
	    bottom: 7px;
	    width: 100%;
	    margin-left: -7px;
	    /* background: blue; */
	    text-align: center;
		bottom: -50px;
		opacity: 0;
		transition: all 0.4s ease-in-out;
    }
    .product-layout .btnlove{
        /*display: none;*/
    }
	.product-layout .price {
	    font-size: 14px;
		padding-top: 3px;
		padding-left: 3px;
	}
        .product-layout .btncart{
            /* position: absolute; */
		    left: 6px;
		    /* bottom: 8px; */
		    width: 93%;
			/*background: #f00;*/
		    /*background: linear-gradient(to left top, #21b9ec, #38c6fb); */
			/*background: #ff4a10; */
			background: linear-gradient(to left top, #ff4a10, #ff881f);
			/*background: linear-gradient(to left top, #24a4ff, #d2eafb); */
		    /*background: linear-gradient(to left top, #262557, #f19fad); */
			/*background: #000;
			background: linear-gradient(to left top, #000, #ff0101);*/			
			/*background: #ff5f15;*/
			/*background: linear-gradient(to left top, #d5e3a9, #bce9dd);*/
			/*background-image: url(https://larue.com.kh/catalog/images/btn_bg.png);*/
			
			background-size: cover;
			box-shadow: 0px 0px 3px 0px #888;
				
		    color: white;
			/*text-shadow: 0px 0px 3px #a94318;
			text-shadow: 0px 0px 3px #a94318;*/
			text-shadow: 0px 0px 2px #1f2d08;
		    padding: 1px 0;
		    border: 1px solid #fff;
			border-radius: 5px;
			text-transform: uppercase;
			transition: all 0.5s ease-in-out;		
			line-height: 2;
        }
        
        .product-layout .btncart:hover{
            /*border:1px solid #ff5722; color: #ff5722;*/
            /*background: linear-gradient(to left top, #ff881f, #ff4a10);*/
			/*background: linear-gradient(to left top, #d2eafb, #24a4ff);*/
			/*background: linear-gradient(to left top, #ff0101, #000);*/
			/*background: linear-gradient(to left top, #38c6fb, #21b9ec);*/
			/*background: linear-gradient(to left top, #f19fad, #262557);*/
			filter: saturate(2);
        }
        .product-layout .btnlove{
            position: absolute;            
			top: -55px;
            right: 5px;
            width: 35px;
			height: 35px;
            background: #fff;
            border: 0;
			border-radius: 23px;
		    z-index: 1499;			
			box-shadow: 0px 0px 10px 5px #fff;
			opacity: 0;
			padding: 5px;
			transition: all 0.3s ease-in-out;	
        }
       	.product-layout .btnlove:hover{
            width: 50px;
			height: 50px;
			border-radius: 25px;
			opacity: 0.8;
        }
.form-control {
    border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}
.breadcrumb>li+li:before {
    content: '\\' !important;
    padding: 0 5px;
    color: #ccc;
}


#add_card_modal{

}

.smart_vip_box{
	color: #018628;
    position: absolute;
    top: 5px;
    right: 3px;
    height: 47px;
}
	.smart_vip_box .smart_logo{
		width: auto;
		height: 36px;
		display: inline-block;
		margin-top: -17px;	
	}
	.smart_vip_box .smart_price{
		font-size: 30px;
	}
	.smart_vip_box .smart_only{
		text-align: right;
		margin-right: -5px;
		margin-top: -5px;
	}
	
	.cart_confirm_popup .smart_vip_box{
		top: 8px;
	}
	.cart_confirm_popup .smart_vip_box .smart_price{
		font-size: 20px;
	}
@media (min-width: 768px){
	.cart_confirm_popup .smart_vip_box{
		top: 8px;
		right: -3px;
	}
	#add_card_modal .modal-dialog {
	    width: 700px;
	    height: 580px;
	}
}

	#add_card_modal .added_product{
	
	}
		#add_card_modal .added_product .t{
			color: #68c0b4;
			font-size: 16px;
		}
		#add_card_modal .added_product .p_t{
			font-size: 16px;
			margin-top: 0;
			line-height: 22px;
		}
	#add_card_modal .summary{
	
	}
		#add_card_modal .summary .t{
			font-size: 17px;
    		font-weight: bold;
		}
			#add_card_modal .summary .t .normal{
				font-weight: normal;
			}
		#add_card_modal .summary table{
			margin-top: 20px;
			width: 100%;
		}
			#add_card_modal .summary table tr:last-child{
				border-top: 1px solid #ddd;
			}
				#add_card_modal .summary table tr td{
					padding: 10px 0;
				}	
				#add_card_modal .summary table tr:last-child td{
					font-weight: bold;
				}
		#add_card_modal .summary .button{
			margin:15px 0;
		}
			#add_card_modal .summary .checkout{
				margin-left: 4px;
    			width: 160px;
			}
			#add_card_modal .summary .continue{
				/*color: #68c0b4;*/
				float: left;
				margin-top: 1px;
				background: #fff;
				/*background: linear-gradient(to left top, #ff4a10, #ff881f);*/
				color: #ff4a10!important;
				border: 1px solid #ff4a10;
				border-radius: 2px;				
				padding: 6px 5px;
			}
			#add_card_modal .summary .continue:hover{
				text-decoration: none;
			    background: #ffe4ce78;
			}
	#add_card_modal .you_may_like{
		position: relative;
		margin-top: 0px;
		z-index: 1499;
		background: white;
		padding-top: 2px;
	}
		#add_card_modal .you_may_like .t{
			font-size: 20px;
    		margin: 15px -4px;
		}

		#add_card_modal .you_may_like .caption .t {
		    height: 50px;
		}

	#add_card_modal .close{
		top: -16px;
	    right: -16px;
	    position: absolute;
	    background: #ff7800;
	    width: 36px;
		height: 36px;
	    opacity: 1;
	    color: white;
	    border-radius: 50%;
	    border: 1px solid white;
	    text-align: center;
		z-index: 9;
		font-size: 32px;
		padding-left: 0px!important;
		box-shadow: 0px 0px 3px 0px #000;
	}
	#add_card_modal .close:hover{
		filter: contrast(1.4);
		box-shadow: 0px 0px 8px 0px #000;
	}
	#add_card_modal .line{
		border-bottom: 1px solid #ddd;
		margin-left: -15px;
    	margin-right: -15px;
	}

@media (min-width: 768px){
	#header .top_head .my_account:hover ul{
		display: block;
	}
}
	
/* Tabled screen*/
@media (max-width: 991px) and (min-width: 768px){
			
	#header .head .top_left{ display: none; }
	#header .head .top_right{ display: none; }
	
	/*#header .head{ background-image: url(https://larue.com.kh/image/catalog/_Water_festival/wave.png); }*/
/*	#header .main_menu { padding-top: 37px; } TOP MENU MOVING UP BUG	*/
	#header .head .search_field_box { background:transparent; margin-left: -20px; }
	#header .head h1 { background:transparent; }
	#header .head .search_field_box .hider{ display: none; }
	#header .head .search_field_box .btn-group { color: #fff; }	
	.inner_mainmenu li.parent a { line-height: 3px; font-size: 11px; }
	
	.product-layout .btnlove {
        display: block !important;
		/*top: 5px;*/
	}
	.product-layout .button-group{
        display: block !important;
	    /*bottom: 6px;*/
    }
	#header .main_menu li.parent a {
		width: auto !important;
		font-size: 9px!important;
	}
	#header .main_menu li a {
	    display: inline-block;
	    margin: 7px 0;
	    font-size: 8px;
	    color: #000;
	}
	#header .free_delivery li a {
	    display: inline-block;
	    font-size: 8px;
	    color: #000;
	}
	#header .main_menu li .inner_menu ul {
	    margin-bottom: 10px;
	}
	#header .main_menu li .inner_menu li a {
	    font-size: 8px;
	    line-height: 1;
	    padding: 0;
	    margin: 0px 18px;
	}
}	

#footer_email input{ padding-left: 5px; height: 30px; float: left; border-radius: 9px 0 0 9px; border: 1px solid #ff5f15; width: 60%; }
#footer_email button{ margin-left: 0px; background: #ff5f15; color: white; border: 0; height: 30px; font-size: 10px; 
					  padding: 8px 10px; border-radius: 0 9px 9px 0; float: left; overflow: hidden; width: 30%; }
	
@media (max-width: 770px) { 
	#header .head { background-size: cover; }
}

/* Mobile Screen */
@media (max-width: 767px) { 

/*
	#header .head{ background-image: url(https://larue.com.kh/image/catalog/_Water_festival/wave.png); }
	#header .main_menu { margin-top: -37px; padding-top: 37px; }
	
*/
	#header .head .top_left{ display: none; }
	#header .head .top_right{ display: none; }


	#header .head .search_field_box { background:transparent; margin-left: -20px; }
	#header .head h1 { background:transparent; }
	#header .head .search_field_box .hider{ display: none; }
	#header .head .search_field_box .btn-group { color: #fff; }	


	.free_deliv_tbl{ margin: 4px 0; }
	.free_deliv_tbl img{ height: 20px; float: left; margin-right: 3px; }
	.free_deliv_tbl td{ text-align: left; font-size: 6.8px; padding: 0px; line-height: 1.2; }


	.a.visible-xs {
		display: inline-block !important; 
	}
	#header .top_head .my_account {
		position: static;
	}
	#header .top_head .my_account ul.appear {
		position: fixed;
		display: block;
		margin-top: 11px;
		margin-left: -15px;
		padding-left: 15px;
		background: #f3f3f3;
	}
	.product-layout .button-group{
        display: block !important;
    }
	#header .main_menu li.parent a {
		width: auto !important;
	}
	#header .container{
		padding-right: 0;
		padding-left: 0;
		overflow: hidden;
	}
	.mb_clearfix{
		clear: both;
	}
	.mobile_cod{
    	margin-top: 18px !important;
    }

	#header .head .search_field_box {
		display: none;
	    border: 0;
	    border-left: 0px;
	    padding: 11px 7px 11px 12px;
	    margin-left: -11px;
	    margin-right: -11px;
	    position: relative;
	    margin-top: 8px;
	}
		#header .head .search_field_box .hider {
			display: none;
		}
		#header .head .search_field_box .btn-group {
		    position: absolute;
		    right: 7px;
		    top: 13px;
		}

		#form_search select[name='category_id'].visible-xs{
			display: inline-block !important;
		}

	#header .free_delivery .col-sm-12{
		padding-left: 15px;
		padding-right: 15px;
	}
	#header .free_delivery li a {
	    display: inline-block;
	    font-size: 8px;
	    color: #000;
	}
	#header .free_delivery li a img {
	    height: 14px;
	    float: left;
    	margin-top: 0px!important;
	}

	#header .free_delivery li a .text {
	    float: left;
	    width: 64%;
	    line-height: 1.2;
	    font-size: 7px;
		text-align: left;
	}
	#header .free_delivery li a .text.l {
	    width: 73%;
	}

	#header .mb_icon{
		padding-top: 12px;
		z-index: 1049;
	}
		#header .mb_icon a{
			display: inline-block;
			margin-left: 9px;
		}

	.main_menu{
		display: none;
	}
		#header .main_menu li.parent {
		    display: inline-block;
		    width: 100%;
		     text-align: left; 
		    margin-left: 0;
		    padding-left: 15px;
		    background: #ffffff;
		    border-bottom: 1px solid #ccc;
		}
		#header .main_menu li.parent:last-child {
		    border-bottom: 0;
		}
		#header .main_menu li .inner_menu li.child {
		    margin-left: 4px;
		    width: 48%;
		    background: white;
		    border-bottom: 0;
		}
		#header .main_menu li .inner_menu li.sub_child {
			margin-left: 0px;
		}
		#header .main_menu li:hover .inner_menu .tt {
		    display: none;
		}
		#header .main_menu li .inner_menu .line_bottom {
		    border-bottom: 0;
		}

		#header .main_menu li .inner_menu {
		   position: relative;
		   margin-left: -15px;
		   top: 0;
		}

		#header .main_menu li .inner_menu ul {
		     margin-left: 9px;
		}
		#header .main_menu li .inner_menu {
		    box-shadow: none;
		    border-bottom: 1px solid #ddd;
		    border-top: 2px solid #f3dbaf;
		    width: 105%;
		}

	#mb_menu_bar{
		padding: 8px 15px;
    	border-bottom: 1px solid #ddd;
	}
		#mb_menu_bar .nav_sign{
			position: absolute;
		    right: 15px;
		    top: 10px;
		}


	.xs-no-padding{
		padding: 0;
	}
	#footer h5 span {
	    border-bottom: 0;
	}

	#footer .mobile-footer{
		margin-top: 30px;
	    margin-bottom: 60px;
	}
		#footer .mobile-footer ul{
			text-align: center;
			padding: 0;
		}
			#footer .mobile-footer li{
				display: inline-block;
			    padding: 0 11px;
			    border-right: 1px solid gray;
			    text-align: center;
			    margin-bottom: 10px;
			}
			#footer .mobile-footer li:last-child{
				border-right: 0;
			}

	.mb_payment_method{
		padding-left: 25px;
    	padding-right: 25px;
	}
	.slider_thumbnails {
		padding-left: 0 !important;
	}

	.product-layout.product-list {
	    height: 210px;
	}
	.product-layout.product-list .product-thumb {
	    width: 40%;
	}
	.product-layout.product-list .caption {
	    margin-top: 41px;
	}
	
	.product-layout.product-list .button-group {
	    position: absolute;
	    right: 10px;
	    top: auto !important;
	    bottom: 10px !important;
	    width: 133px;
	}

	#add_card_modal .close {
		top: -8px;
		right: -8px;
	}
	
	#add_card_modal .summary .checkout {
	    margin-left: 0px;
		width: 140px;
		/*margin-top: 5px;*/
	}
	#add_card_modal .summary {
	    margin-top: 13px;
	}
}

@media (max-width: 424px) { 
	#header .head{ height: 140px; padding-top: 30px!important; margin-top: 0px; }
	#flashsalev2 .owl-carousel .owl-wrapper { background: #fff; }
	#flashsalev2 .product-layout-v2 { height: 316px!important; }
	#flashsalev2 .owl-carousel .owl-item { height: 300px; min-height: 300px; }
	#flashsalev2 .owl-carousel .owl-wrapper-outer { height: 280px; }
	.free_deliv_tbl td:nth-child(1){ width: 70%; }
	.free_deliv_tbl td:nth-child(2){ display: none; }
}

@media (max-width: 413px) { 
	#header .head { height: 90px; padding-top: 10px!important; margin-top: 0px; }
	#flashsalev2 .owl-carousel .owl-wrapper-outer { height: 330px; }
}

@media (max-width: 375px) { 
	
	#flashsalev2 .owl-carousel .owl-wrapper { background: whitesmoke; }
	#flashsalev2 .owl-carousel .owl-wrapper-outer { height: 270px; background: whitesmoke; }
	/*.shopstore { display: none!important; }*/
	.clearfix.channel { display: none!important; }
	#carousel_top_product { background: whitesmoke; }
	#content .row.category_product { margin-top: 0px!important; }
	#brand_table{ background: whitesmoke!important; }
	#brand_table td{ background: #fff; }
}

@media (max-width: 320px) { 
.free_deliv_tbl td:nth-child(1){ width: 65%; }
}

@media (min-width: 1600px) { 
	#header .head .top_left, #header .head .top_right{ opacity: 1.0; }
}

#fb-root iframe { display: none; height: 472px; min-height: 30px; }