@font-face {
font-family: 'wyekan';
src:
    url('../fonts/IRANSansWeb2.woff2') format('woff2'), 
    url('../fonts/IRANSansWeb2.woff') format('woff'),
    url('../fonts/IRANSansWeb2.ttf') format('truetype')
;
font-weight: normal;
font-style: normal;
}
*{
    box-sizing:border-box;
    padding:0;
    margin:0;
    border:0;
    outline:none;
    list-style: none;
    font-family:wyekan,tahoma;
    transition: all 0.3s;
    direction:rtl;
    text-decoration: none;
    list-style:none;
}
a{color:inherit;}
a.color{color:#f0aca3;;text-decoration:underline;}
.hide{display:none !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.tac{text-align:center !important;}
img{width:100%; border-radius:8px;}
div.cut{width:100%;clear:both;height:1px;background-color:#f0aca3;;margin:10px 0;}
.vCent{display:flex;height:inherit;align-items:center;}
.jCL{justify-content:left;}
div.cb{clear:both;width:100%;height:1px;}

.btn{
    display:block;
    padding:10px 15px;
    font-size:16px;
    line-height:20px;
    color:white;
    background-color:#f0aca3;;
    border-radius:5px;
    cursor:pointer;
    text-align:center;
}
.btn:hover{
    background-color:#f0aca3;;
    box-shadow:0px 0px 10px 0 rgba(0,0,0,0.6);
}

.content{width:90%;max-width:1200px;min-width:280px;height:inherit;margin:0 auto;}

header.page{
    display:block;
    width:100%;
    height:210px;
    position:relative;
    z-index:4;
    background-color:white;
}

div#cover{
    position:fixed;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.5);
    z-index:4;
}

div.top_header{
    width:100%;
    height:210px;
    background-color:white;
}
div.top_header div.top_banner{
    width:inherit;
    height:130px;
    background-color:#fff;
    position:relative;
    border-image:linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0) 34.5%,#000 35%,#000 65%,rgba(0,0,0,0) 65.5%,rgba(0,0,0,0) 100%)1 100%;;
    border-style:solid;
    /*border-width:0.3px;*/
}

div.top_header div.top_banner div.content{
    border-bottom:1px solid #d5b173;
}

div.top_banner div.tb_motto{
    float:right;
    color:#000;
    font-size:22px;
}
div.top_banner div.tb_logo{
    width:110px;
    margin-left:20px;
    float:right;
}
div.top_banner div.tb_location{
    float:left;
    color:#000;
    font-size:18px;
    text-align:left;
}
div.top_header div.top_menu{
    width:inherit;
    height:80px;
    background-color:white;
    box-shadow:0px 5px 9px 0px rgba(0, 0, 0, 0.4);
    position:absolute;
    margin-top:1px;
}
div.top_header div.top_menu.sticky{
    position:fixed;
    top:0;
    z-index:4;
    margin-top:0;
}

div.top_menu nav.tm_nav{
    display:block;
    float:right;
    height:inherit;
    width:auto;
}
nav.tm_nav ul{height:inherit;}
nav.tm_nav ul li{
    height:inherit;
    float:right;
    color:red;
}
nav.tm_nav ul li a{
    display:inline-block;
    text-align: center;
    width:100%;
    height:inherit;
    line-height:80px;
    color:#000;
    border-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0) 34.5%,#ccbeba 35%,#ccbeba 65%,rgba(0,0,0,0) 65.5%,rgba(0,0,0,0) 100%)1 100%;
    border-width: 0 0.3px;
    border-style: solid;
    font-size:18px;
    padding:0 18px;
}
nav.tm_nav ul li a:hover{
    background-color:#fff;
    color:#f0aca3;;
}
nav.tm_nav div.tm_social_holder{display:none;}


div.top_menu div.tm_cart_holder{
    float:left;
    width:99px;
    height:inherit;
}
div.tm_cart_holder a.cart{
    display:block;
    width:inherit;
    height:50%;
    border-radius:5px;
    background-color:#f0aca3;
    color:white;
    text-align:center;
    line-height:40px;
}
div.tm_cart_holder a.cart:hover{
    background-color:#fcc1ab;
    color:white;
}
div.top_menu div.tm_social_holder{
    float:left;
    width:40px;
    height:inherit;
    margin-left:10px;
}
div.tm_social_holder a.social{
    display:block;
    width:inherit;
    height:50%;
    border-radius:5px;
/*    background-color:#83c341;*/
    color:#f4a99e;
    text-align:center;
    line-height:40px;
    font-size:40px;
}
div.tm_social_holder a.social:hover{
    color:#fcc1ab;
}


@media only screen and (max-width: 600px){
    header.page{
    height:170px;
}

div.top_header{
    height:170px;
}
div.top_header div.top_banner{
    height:100px;
}
div.top_banner div.tb_motto{
    font-size:18px;
}
div.top_banner div.tb_logo{
    width:90px;
}
div.top_banner div.tb_location{
    font-size:14px;
}
div.top_header div.top_menu{
    height:70px;
}

nav.tm_nav ul li a{
    line-height:70px;
    padding:0 18px;
}
div.top_menu div.tm_cart_holder{
    width:109px;
}

div.tm_cart_holder a.cart{
    line-height:35px;
    font-size:14px;
}
div.tm_social_holder a.social{
    line-height:35px;
    font-size:35px;
}
}


@media only screen and (max-width: 870px){
    div.top_menu nav.tm_nav div.tm_social_holder{display:flex;}
    
    nav.tm_nav ul{
        display:block;
        position:fixed;
        top:0;
        right:0;
        height:100vh;
        z-index:10;
        background-color: #fff;
        width:0;
        overflow: hidden;
        visibility: hidden;
    }
    nav.tm_nav ul.show{
        visibility:visible;
        width:300px;
        overflow-y:auto;
    }
    nav.tm_nav ul li{
        height:80px;
        width:100%;
        float:right;
        color:red;
    }
    nav.tm_nav ul li a{
        display:inline-block;
        text-align: center;
        width:100%;
        height:inherit;
        line-height:80px;
        color:#000;
        border:none;
        font-size:18px;
        padding:0 18px;
    }
    nav.tm_nav ul li a:hover{
        background-color: rgba(202, 202, 202, 0.9);;
        color:#000;
    }
}
@media only screen and (max-width: 485px){
div.top_banner div.tb_location{
    display:none;
}
div.top_banner div.tb_motto{
    font-size:16px;
}
}

main{padding:10px 0;}

div#slider{height:66.667vw;}
div.slider_holder{
    width:100%;
    height:280px;
    position:relative;
    overflow: hidden;
}
div.slider_holder div.slider{
    width:100%;
    height:100%;
    position:absolute;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    transition:all 0.5s;
}
div.slider a{
    height:100%;
    width:100%;
    display:block;
}
div.slider.active{
    transform:translateX(0);
    z-index:2;
}
div.slider.pre_active{
    transform:translateX(-100%);
    z-index:1;
}
div.slider.post_active{
    transform:translateX(100%);
    z-index:1;
}
div.slider picture{
    width:100%;
    height:100%;
}
div.slider picture img{
    height:100%;
}

div.arrow_btn{
    position:absolute;
    z-index:3;
    background-color:white;
    border-radius:10px;
    top:calc(50% - 100px / 2);
    width:60px;
    height:100px;
    box-shadow:0 0 5px rgba(0,0,0,0.3);
    text-align: center;
    cursor:pointer;
}
div.arrow_btn:hover{
    color:white;
    background-color:black;
    box-shadow:0 0 5px rgba(0,0,0,0.7);
}
div.arrow_btn.r{
    right:-10px;
}
div.arrow_btn.l{
    left:-10px;
}

div.arrow_btn span{
    text-align: center;
    margin:auto;
    font-size:25px;
}
div.arrow_btn.l span{
    transform:rotate(90deg);
}
div.arrow_btn.r span{
    transform:rotate(-90deg);
}


@media only screen and (max-width: 650px){
div.arrow_btn{
    top:calc(50% - 50px / 2);
    width:30px;
    height:50px;
    
    display:none;
}

div.arrow_btn.r{
    right:-10px;
}
div.arrow_btn.l{
    left:-10px;
}

div.arrow_btn span{
    text-align: center;
    margin:auto;
    font-size:13px;
}
    
    
}


ul.bottom_btn{
    position:absolute;
    bottom:0;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    height:50px;
}
ul.bottom_btn li.bb{
    position:relative;
    z-index:3;
    float:right;
    margin:10px;
    border-radius:15px;
    width:15px;
    height:15px;
    background-color:white;
    box-shadow:0 0 5px rgba(0,0,0,0.8);
    cursor:pointer;
}
ul.bottom_btn li.bb_active,ul.bottom_btn li.bb:hover{
    margin:10px;
    border-radius:20px;
    width:20px;
    height:20px;
    background-image: radial-gradient(white, silver);
}

@media only screen and (max-width: 733px){
    div.arrow_btn{
        top:calc(50% - 60px / 2);
        width:40px;
        height:60px;
    }
    div.arrow_btn span{
        font-size:18px;
    }
    ul.bottom_btn{
        height:30px;
    }
    ul.bottom_btn li.bb{
        margin:5px;
        width:10px;
        height:10px;
    }
    ul.bottom_btn li.bb_active,ul.bottom_btn li.bb:hover{
        margin:5px;
        width:14px;
        height:14px;
    }
}



ul.products{
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
ul.products li.product{
    float:right;
    display:table;
    width:250px;
/*    border:1px solid red;*/
    margin:5px 0;
    padding:5px;
    margin-top:15px;
}
ul.products li.product div.img{
    width:215px;
    margin:auto;
    height:215px;
}
ul.products li.product a h3{
    padding:5px 0;
    color:#000;
}
ul.products li.product a:hover h3{
    color:#000000;
}
ul.products li.product a:hover div.img{
    box-shadow: 0px 0px 16px rgba(0,0,0,0.5);
}
ul.product_weight{
    display:table;
    margin:auto;
}
ul.product_weight li{
    float:right;
    width:55px;
    font-size:14px;
    border:1px solid rgba(0,0,0,0.2);
    margin:5px 2.5px;
    border-radius:5px;
    text-align:center;
    color:#f0aca3;;
    cursor:pointer;
    padding: 3px 0;
}
ul.product_weight li.weight_select{
    width:85px;
}
ul.product_weight li:hover{
    border-color:#000;
    background-color:#fff;
    color:#000;
}
ul.product_weight li.sd{
    border-color:#f0aca3;;
    background-color:#f0aca3;;
    color:white;
}
span.price{
    float:right;
    width:110px;
    height:36px;
/*    border:1px solid rgba(0,0,0,0.3);*/
/*    text-decoration:underline dashed;*/
    border-radius:5px;
    line-height: 36px;
    text-align:center;
    margin:5px 5px 0;
}
a.cart_button{
    float:left;
    margin-right:0px;
    width:237px;
    height:36px;
    line-height:36px;
    background-color:#f0aca3;
    color:white;
    border-radius:7px;
    margin-top:5px;
    text-align:center;
    font-size:16px;
    cursor:pointer;
    border:1px solid #f0aca3;
}
a.cartbutton{
   
    width:237px;
    height:36px;
    line-height:36px;
    background-color:#f0aca3;
    color:white;
    border-radius:7px;
    margin-top:5px;
    text-align:center;
    font-size:16px;
    cursor:pointer;
    border:1px solid #f0aca3;
}
a.cart_button:hover{
    background-color:#f77d6c;
    color:black !important;
    /*border:1px solid black;*/
}
a.cartbutton:hover{
    background-color:#f77d6c;
    color:black !important;
    /*border:1px solid black;*/
}

a.cart_button.red{
    background-color:white;
    color:red !important;
    border:1px solid red;
    cursor:default;
}
a.cartbutton.red{
    background-color:white;
    color:red !important;
    border:1px solid red;
    cursor:default;
}

footer{
    clear:both;
    display:block;
    background-color:#F3F4F5;
    padding:10px;
    color:#000;
}
footer div.content{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
}
footer div.content div {margin-bottom:30px;}
footer div.content div ul li{
    padding:10px;
    width:300px;
    
    font-size:18px;
    border-radius:5px;
    border-bottom:0.3px solid black;
    margin-bottom: 5px;
    color:#303030;
    transition:border-radius 0s,all 0.3s;
}
footer div.content div ul.link li:hover{
    background-color:#fff;
    border-radius:5px;
    box-shadow:0 0 13px 0 rgba(0,0,0,0.41);
    cursor:pointer;
}

a.block{
    width:100%;
    height:100%;
    display:block;
}
a.remove{
    font-size:36px;
    line-height:36px;
    color:#f0aca3;;
    cursor:pointer;
    width:30px;
    display:inline-block;
}
.color1{color:#83c341 !important;}
.bc1{background-color:#83c341 !important;}
.color2{color:#065540 !important;}
.bc2{background-color:#065540 !important;}


span.s_but{
    display:inline-block;
    width:25px;
    height:25px;
    line-height:22px;
    background-color:#f0aca3;;
    color:white;
    text-align:center;
    font-size:26px;
    padding:4px;
    border-radius:5px;
    cursor:pointer;
}
span.s_but:hover{
    background-color:#83c341;
}

.middle{
    display:table;
    float:none;
    margin:10px auto;
    clear:both;
}

/*      Main Page       */
.insta_holder{
    max-width:330px;
}
div.comments{
/*    min-height:540px;*/
    margin:0 20px 10px;
    background-image:url('../content/Image6190247888.html');
    background-repeat: no-repeat;
    background-size:cover;
    width:calc(100% - 350px - 20px);
    min-width:330px;
    overflow:hidden;
}
div.comments h2{
    color:#800000;;
}
div.comments ul{
    display:block;
    width:100%;
    overflow: auto;
    height: 1294px;
    max-height: 1294px;
	/*height: 65%;
	height:65 % !important;*/
    margin:0 0 10px;
    margin-right:20px;
    padding-left:20px;
}
div.comments ul li{
    margin:10px;
    min-height:66px;
/*    width:100%;*/
    padding:10px;
    /*background-color:#F2F9EC;*/
    position:relative;
    border:1px solid #ccbeba;
    box-shadow:0 2px 5px rgba(0,0,0,0.2);
/*    padding-bottom:50px;*/
    display:table;
    width:92%;
}

div.comments ul li b{
    color:#800000;
}
div.comments ul li span.person{
    display:inline-block;
    float:left;
    /*background-color:#D0E9B8;*/
    /*color:green;*/
    font-size:16px;
    padding:10px;
    padding-bottom:2px;
}
div.comments a.btn{
    margin:10px 20px;
    text-align:center;
}

div.comments img.admin_logo{
    width:40px;
    position:relative;
    top:15px;
}

@media only screen and (max-width:773px){
div.comments ul{
    height:420px;
    padding-left:0;
    margin:0;
    margin-bottom:10px;
}
}

.showbax{
	
	display : block ;
}

.hidebax{
	
	display : none ;
}

.cgren{
	
	color: #006060;
	 
}
.cblue{
	
	color: #1167c4;
}
.redc{
	
	color: #ed2347;
}

.icon-shere{
	
	font-size: 30px; 
	 
	border-radius: 100%;
	line-height: 12px;
	width: 66% !important;
	margin-top: -2%; 
	margin-bottom: -2%;

}

.noborder{
	color: #000 !important;
	border: 0 !important;

}

.noborder:hover{
	background-color:#d9d9d9  !important;
}

#matn{
	display : none;
}

.insta{
	background: white none repeat scroll 0% 0%;
	max-width: 540px; 
	width: calc(100% - 2px); 
	border-radius: 3px; border: 1px solid rgb(219, 219, 219); 
	box-shadow: none;
	display: block; 
	margin: 0px 0px 12px; 
	min-width: 326px; 
	padding: 0px;
}

.imgmore{
	height: 285px !important;
	max-height: 285px !important;
	width: 285px !important;
	
}
.bcg{
	background-color: #b3adad;
	border-radius: 3px;
}

.stylebtn{
	width: 82%;
background: #f0aca3;;
border-radius: 8px;
padding: 10px 15px;
font-size: 16px;
line-height: 20px;
color: white;
background-color: #f0aca3;;
border-radius: 5px;
cursor: pointer;
text-align: center;
}

.pres{
	color: #fff;
	background-color: #343a40;
	border-radius: 10rem;
	width: 137px;
	padding: .25em .4em;
}

.resmrg{
	margin-top: 1rem !important;
	
}

.txprc{
	
	font-size: .8rem !important;
	
	
}

.txsuc{
	
	font-size: 1.3rem !important;
    font-weight: 700 !important;
   
}
	
.text-dark {
    color: #343a40 !important;
}

.new_icon{
	font-size: 19px !important;
	text-align: center !important;
	padding-right: 2% !important;
	padding-top: 2% !important;
	
}

.dir{
	direction: ltr;
	
}

.bcbax{
	background: #ccc;
	border-radius: 8px;
	
}

.bcprice{
	background: #ccc;
	border-radius: 8px;
	
}
.co{
	background-color: rgba(183, 181, 180, 0.25) !important;
	
}
.no{
	background-color: #fff !important;
	
}
.col{
	color : #800000 !important;
	
}

.bcHimt{
	background-color: #f2dede !important;
	margin: 10px !important;
}
.phimt{
	font-weight: bold!important;
	color: red !important;
}
.cbl{
	
	color: #2acbe6  !important;
}


	.opt{
		
		border: 1px solid rgba(0,0,0,0.3) !important;
		border-radius: 5px !important;
		float: left !important;
		margin-right: 7px !important;
		width: 230px !important;
		font-size: 14px !important;
		height: 36px !important;
		padding: 3px !important;
		display: block  !important;
	}
	.isOff{
		width: 230px !important;
	}
	
	.ofPrc{
		color: #bd9e6b !important;
		text-decoration: line-through !important;
	}
	
	.product-item-discount {
		color: #fff;
		font-weight: 700;
		background: #ed1943;
		top: 2.4rem;
		right: 1.5rem;
		padding: .25rem .5rem 0;
		border-radius: 6px;
		line-height: 1.4;
		text-align: center;
		min-width: 2.5rem;
		position:relative;
		width:50px;
	}
	.marginTop{
		margin-top: -42px !important;	
	}
	.marginTopOne{
		margin-top: -42px !important;	
	}
	.opas{
		opacity: 0 ;	
	}
	.presentMor{
		color: #fff;
		font-weight: 700;
		background: #ed1943;
		padding: .25rem .5rem 0;
		border-radius: 1.5rem;
		line-height: 1.4;
		text-align: center;	
	}
	.perper{
		color: #fff;
		font-weight: 700;
		background: #ed1943;
		top: 2.4rem;
		right: 8.5rem;
		padding: .25rem .5rem 0;
		border-radius: 6px;
		line-height: 1.4;
		text-align: center;
		min-width: 2.5rem;
		position: relative;
		width: 64px; 

	}
	
	.btnCo{
		float: right !important;
		margin-right: none !important;
	}
	.btnno{
		
		cursor: pointer;
	}
	.alertSu{
		
		color: #468847;
		background-color: #dff0d8;
		border-color: #d6e9c6;
		width: 50%;
		border-radius: 8px;
		padding: 10px;
	}
	.marginTop {
		margin-top: -13px !important;
	}
	.cart_button {
		-webkit-user-select: none; /* Safari */        
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* IE10+/Edge */
		user-select: none; /* Standard */

	}
	
    #current_pic {overflow: hidden;}
	
.drop-down-hover {
    position: relative;
}

.drop-down-hover a svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    transition: transform 0.3s;
}

.drop-down-hover:hover .drop-down-menu {
    opacity: 1;
}

.drop-down-hover:hover a svg {
    transform: rotate(180deg);
    color: #f08783;
}

.drop-down-menu {
    min-width: 250px;
    max-height: 528px;
    padding: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 5px;
    opacity: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 85%;
    right: -50%;
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    direction: ltr;
}

.drop-down-menu li a {
    border: none !important;
}

.drop-down-menu li {
    height: 70px !important;
}

.drop-down-menu {
  padding: 0;
}

.drop-down-menu li {
  height: 45px !important;
}

.drop-down-menu li a {
  font-size: 100% !important;
  line-height: 45px !important;
}
.drop-down-menu {
  display: none;
}
.drop-down-hover:hover .drop-down-menu {
  display: flex;
}
.drop-down-menu {
  display: none;
}
.drop-down-hover:hover .drop-down-menu {
  display: flex;
}
 @media only screen and (max-width: 870px){
	.drop-down-menu {
	  max-height: none !important;
	  right: 50px !important;
	  min-width: none !important;
	  position: static !important;
	  box-shadow: none !important;
	  border-radius: 0 !important;
	  overflow: visible !important;
	  padding: 0 60px 0 0 !important;
	  max-height: 528px;
	  opacity: 1 !important;
	  transition: all 0.3s;
	}	
}
	
