@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'zarrafeh';
	src:url(../fonts/WebTraffic.ttf);
}

*{
	font-family:'zarrafeh';
}

a{
	color:#513519;
	text-decoration:none;
}

a:hover{
	color:#744E28;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 30px;
}

input[type=text]{
	margin:2px;
	border-radius:2px;
	border:1px solid #864D1C;
	padding:3px;
}

textarea{
	margin:2px;
	border-radius:2px;
	border:1px solid #864D1C;
	padding:3px;
}

img{
	max-width:100% !important;	
}
	
body{
	margin:0;
	padding:0;
	background-color:#eaeaea;
	background-image:url(../pics/background.png);
	background-repeat:repeat-x repeat-y;
	color:#624222;
	line-height:35px;
	direction:rtl;
	font-size:16px;
	text-align:justify;
}

#header{
	background-color:#fbfafa;
	color:#7a3f05;
	padding:5px;
	margin-bottom:5px;	
}


#header-sm{
	width:100%;
	
}
.mnu-line{
	color:#e79d33;	
}

/*
.search {
    width: 180px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search:focus {
    width: 90%;
}

#search-icon{
	margin-bottom:10px;
	background-image:url(../pics/search-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:54px;
}

#shop-icon{
	background-image:url(../pics/shop-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:54px;
}

#lock-icon{
	background-image:url(../pics/lock-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:54px;
}

#log-icon{
	background-image:url(../pics/log-icon.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:54px;
}

#search-sm{
	margin:5px;
	background-image:url(../pics/search-sm.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
}

#shop-sm{
	margin:5px;
	background-image:url(../pics/shop-sm.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
}

#lock-sm{
	margin:5px;
	background-image:url(../pics/lock-sm.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
}

#log-sm{
	margin:5px;
	background-image:url(../pics/log-sm.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:30px;
}

#search-xs{
	margin:5px;
	background-image:url(../pics/search-xs.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:20px;
}

#shop-xs{
	margin:5px;
	background-image:url(../pics/shop-xs.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:20px;
}

#lock-xs{
	margin:5px;
	background-image:url(../pics/lock-xs.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:20px;
}

#log-xs{
	margin:5px;
	background-image:url(../pics/log-xs.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:20px;
}

*/
.sale{
	max-width:100%;
	min-height:150px;
	background-color:#fff;
	border-radius:2px;
	box-shadow:1px 1px 5px #5F5F5F !important;
	text-align:center;
	padding:5px;
	margin:5px 0;
}

.line{
	margin:10px 0;
	height:10px;
	max-width:100%;	
	background-color:#FFFFFF;
}

.title-text{
	background-image:url(../pics/title-text.png);
	background-repeat:no-repeat;
	background-position:center center;
	text-align:center;
	margin:20px 0;
}

.pro-button{
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	box-shadow:1px 1px 1px #636363;
	padding:10px;
	text-align:center;
	border-radius:2px;
	border:1px solid #515151;
}

.product_category{
	width:100%;
	height:320px;
	margin:10px 0;
	text-align:center;
	background-color:#FFFFFF;
	animation-name:product_category1;
	animation-duration:1s;
}

.product_category:hover{
	box-shadow:0px 0px 8px #707070;
	animation-name:product_category2;
	animation-duration:1s;
}

.product_category:hover .product_price{
	background-color:#cceaff;
	animation-duration:1s;
	animation-name:price2;
}

.product_category_title{
	width:100%;
	height:60px;
	background-color:#fff;
	box-shadow:0 2px 5px #c8c8c8; 
	color:#120c3d;
	position:relative;
	z-index:999999;
	font-size:18px;
}

.product_category_title h3{
	padding:0px;
	margin:0px;
	padding-top:15px;
}

.product-img{
	max-width:100%;
	max-height:210px;
	min-height:210px;
	z-index:999999;
	position:relative;
	margin:0 15px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.product_price{
	width:100%;
	height:50px;
	margin-bottom:0;
	background-color:#d1d1d1;
	color:#0f1647;
	border-top:5px solid #fff;
	animation-duration:1s;
	animation-name:price1;
}

.product_price h3{
	padding:0px;
	margin:0px;
	margin-top: 10px;
}

.product_mnu{
	background-color:#fff;
	color:#000547;
}

.product_mnu_header{
	width:100%;
	background-color:#428788;
	color:#fff;
	padding:1px;
	text-align:center;
}

.product_sub_mnu{
	background:url(../pics/product-icon.png) right 5px center;
	background-repeat:no-repeat;
	text-indent:37px;
}

.product_sub_mnu a{
	color:#1A1A31;
}
.product_sub_mnu a:hover{
	color:#17173B;
}

.product_sub_mnu:hover{
	background-color:#e5ffff;
}

.mnu-product-select{
	background-color:#e5ffff;
}

.product_inside_title{
	width:100%;
	margin-top:30px;
	background:url(../pics/product_title.png) center center;
	color:#AFECFF;
	text-align:center;
	font-size:18px;
}

.order-form{
	border:3px solid #FFFFFF;
	background-color:#DDDDDD;
}

.order-title{
	background-color:#E2FFFF;
	color:#0f1647;
	width:100%;
	text-align:center;
	font-size:18px;
}

#footer{
	background-color:#cdcdcc;
	padding:5px;
	margin-top:30px;
}

#footer h3{
	color:#666666;
	text-indent:15px;
}

@keyframes product_category1{
	to{box-shadow:none;}
	from{box-shadow:0px 0px 8px #707070;}
}

@keyframes product_category2{
	from{box-shadow:none;}
	to{box-shadow:0px 0px 8px #707070;}
}

@keyframes price1{
	to{background-color:#d1d1d1;}
	from{background-color:#cceaff;}
}

@keyframes price2{
	from{background-color:#d1d1d1;}
	to{background-color:#cceaff;}
}