@font-face {
  font-family: barcodes;
  src: url("Fonts/free3of9.ttf")format("truetype");
}
@font-face {
  font-family: pinar;
  src: url("Fonts/Pinar.woff2")format("woff2");
}
@font-face {
    font-family: 'Iranian Sans';
    src:url('Fonts/YekanWeb-Regular.woff') format('woff'); 
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'IRANSansLightPersian';
    font-style:normal;
    font-weight:normal;
    src:url('Fonts/sansLight.ttf?1f20916062d2a26389128449c4823825') format("truetype")
}
@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 100;
    src: url(Fonts/jw/YekanBakhFaNum-Thin.0e2899a5.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-Thin.ef8fd7b9.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 300;
    src: url(Fonts/jw/YekanBakhFaNum-Light.ab09bc65.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-Light.0cd12378.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 400;
    src: url(Fonts/jw/YekanBakhFaNum-Regular.cf2a9512.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-Regular.a52ed951.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 600;
    src: url(Fonts/jw/YekanBakhFaNum-SemiBold.231e26fb.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-SemiBold.54f096a7.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 700;
    src: url(Fonts/jw/YekanBakhFaNum-Bold.93006216.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-Bold.9c90097f.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 800;
    src: url(Fonts/jw/YekanBakhFaNum-ExtraBold.bd1a95d1.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-ExtraBold.62047917.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 900;
    src: url(Fonts/jw/YekanBakhFaNum-Black.6aa8e6a9.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-Black.69082471.woff2) format("woff2")
}

@font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 950;
    src: url(Fonts/jw/YekanBakhFaNum-ExtraBlack.5ed826f1.woff) format("woff") , url(Fonts/jw/YekanBakhFaNum-ExtraBlack.3797b5fb.woff2) format("woff2")
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 100;
    src: url(Fonts/jw/Poppins-Thin.605324f7.ttf) format("truetype")
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 300;
    src: url(Fonts/jw/Poppins-Light.8b20023e.ttf) format("truetype")
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 400;
    src: url(Fonts/jw/Poppins-Regular.4b4ebe20.ttf) format("truetype")
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 500;
    src: url(Fonts/jw/Poppins-Medium.a52d0bf0.ttf) format("truetype")
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    src: url(Fonts/jw/Poppins-SemiBold.98512bf8.ttf) format("truetype")
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 700;
    src: url(Fonts/jw/Poppins-Bold.8001a01b.ttf) format("truetype")
}
body {
	direction: rtl;
	font-family: Yekan !important;
	padding-top:25px;
	padding-bottom:50px;

}
.round{border-radius:var(--border-radius)}
.round-mini{border-radius:10px}
.animate{
		transition: all 0.5s ease;
}
.btn-base{
	color: var(--text-color);
    background-color: var(--btn-color);
    border-color: var(--btn-color);
}
.btn-base:hover{
	color: var(--text-color);
    background-color: var(--btn-color-darker);
    border-color: var(--btn-color-darker);
}
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100px;
	background-color: var(--head-color);
	-webkit-backdrop-filter: blur(0.3em);
    backdrop-filter: blur(0.3em);
	color:white;
	z-index: 999;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--box-bg);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius:8px;
  border-top-right-radius:0px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:10pt;
}
.dropdown-content a:hover {background-color: #eee;  border-radius:8px;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: var(--box-bg);border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
.minitop {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color: var(--head-color);
	-webkit-backdrop-filter: blur(0.3em);
    backdrop-filter: blur(0.3em);
	color:white;
	z-index: 999;
}
.mobile-tabs {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    will-change: transform;
    height: 60px;
    box-shadow: 5px 2px 30px rgba(0, 0, 0, .17);
    border-radius: var(--border-radius);
    background-color: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(0.3em);
    backdrop-filter: blur(0.3em);
    padding: 5px 10px;
}
.alertbox	{
	will-change: transform;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .17);
    border-radius: var(--border-radius);
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
	margin:2px;
	display:inline-block;
	padding:0px;
	overflow:hidden;
	text-decoration:none;
	color:black;
}
.box {
    will-change: transform;
    height: 240px;
	width:160px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .17);
    border-radius: var(--border-radius);
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
	margin:2px;
	display:inline-block;
	padding:0px;
	overflow:hidden;
	text-decoration:none;
	color:black;
}
.box:hover{
	text-decoration:none;
	color:black;
}
.box:hover b{
	text-decoration:none;
	color:var(--base-color);
}
.box img{
	width:150px;
	height:150px;
	margin-top:5px;
}
.grad{position:absolute;width:100%;height:50px;margin-top:-50px;background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);}
.box p{
	color:#ffb10b;
}
.box .title{
	width:100%;
	height:45px;
	padding:5px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size:10pt;
}
.box .price{
	margin-top:10px;
	color:var(--price);
	float: right;
    margin-right: 10px;
}
.off{
	background:var(--box-bg);
	color:white;
	padding:5px;
}
.offbox {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	border-radius:var(--border-radius);
	height:315px;
	width:100%;
	overflow-y:hidden;
	white-space: nowrap;
	padding:15px;
	padding-left:20px;
}
.offbox::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.new{
	padding:5px;
}

.newbox {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	border-radius:var(--border-radius);
	height:280px;
	width:100%;
	overflow-y:hidden;
	white-space: nowrap;
	padding:15px;
	padding-left:20px;
	background:var(--box-bg);
}
.ads {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	border-radius:var(--border-radius);
	width:100%;
	overflow-y:hidden;
	white-space: nowrap;
	padding:15px;
	padding-left:20px;
}
.ads img{
	width:100%;height:auto;border-radius:var(--border-radius);overflow:hidden;
}
.newbox::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.fullbox	{
	min-width:100%;
	margin:0px;
	height: 100%;
	border-radius:0px;
	padding:0px;
	background:white;
	border:0px;
}
.offtitle{
	width:70px;
	height:25px;
	padding:5px;
	margin-top:20px;
	font-weight:bold;
	font-size:9pt;
	position:absolute;
	background:rgba(217, 4, 41, 0.6);
	color:white;
	border-top-left-radius:250px;
	border-bottom-left-radius:250px;

}
.category	{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	overflow-y:hidden;
	white-space: nowrap;
}
.category .catbox{
	font-size:9pt;
	color:#000;
	display:inline-block;
	width:100px;
	height:120px;
	margin:5px;
	text-decoration:none;
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.category .catbox:hover{
	color:#000;
	text-decoration:none;
}
.category .catbox div{
	width:100px;
	height:100px;
	background-color:var(--box-bg);
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.mobile-tabs-items {
	font-size:9pt;
	float:right;
	width:25%;
	height:55px;
	text-align:center;
	color:#54595F;
	transition: all 0.5s ease;
	cursor:pointer;
	text-decoration:none;
}
.mobile-tabs-items:hover {
	text-decoration:none;
	color:#54595F;
}
.tabs-icon {
	font-size:15pt;
	margin-top:5px;
}
.tabs-selected	{
	color:var(--btn-color);
}
.tabs-selected:hover	{
	color:var(--btn-color);
}
.swiper {
	  margin-top:16px;
      height:400px;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide div {
  width: 100%;
  height: 100%;
  background-repeat:no-repeat;
  background-size:auto 100%;
  background-position:center center;
}
.toman	{
	font-size:8pt;
}
.btn-custom {
    color: #fff;
    background-color: rgba(217, 4, 41, 1);
    border-color: rgba(217, 4, 41, 1);
	width:170px;
	border-radius:var(--border-radius);
}
/* side bar */

.sidebar {
	width: 300px; height: 100vh; position: fixed; top: 0; right: -305px; z-index: 999; 
	background:#fff; color: #fff; transition: all .3s; box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.5);
	text-align: right;
}

.sidebar.active { right: 0; }

.dismiss {
	width: 35px; height: 35px; position: absolute; top: 10px; left: 10px; transition: all .3s; 
	border-radius: 450px; text-align: center; line-height: 35px; cursor: pointer;
}


.overlay {
	display: none; position: fixed; width: 100vw; height: 100vh; 
	background: rgba(51, 51, 51, 0.8); z-index: 998; opacity: 0; transition: all .5s ease-in-out;
}

.overlay.active { display: block; opacity: 1;}
.footerlink{color:black;text-decoration:none;}
.footerlink:hover{color:va(--base-color);text-decoration:none;}

.infobox{
    box-sizing: border-box;
    border: 5px solid white;
    font-size:10pt;
    background:var(--box-bg);
    padding:10px;
}
.infobox span{
    float:right;
    font-size:30px;
    margin:5px;
    color:var(--base-color)
}
.infobox h6{
    font-weight:bold;
    font-size:10pt;
}
.infobox h5{
    width:60%;
    height:15px;
    font-size:9pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}