@font-face {
  font-family: IranSans;
  src: url('fonts/katrin/Vazir.eot');
  src: url('fonts/katrin/Vazir.eot?#iefix') format('embedded-opentype'),
       url('fonts/katrin/Vazir.woff2') format('woff2'),
       url('fonts/katrin/Vazir.woff') format('woff'),
       url('fonts/katrin/Vazir.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: iransans2;
  src: url('fonts/katrin/Vazir-Bold.eot');
  src: url('fonts/katrin/Vazir-Bold.eot?#iefix') format('embedded-opentype'),
       url('fonts/katrin/Vazir-Bold.woff2') format('woff2'),
       url('fonts/katrin/Vazir-Bold.woff') format('woff'),
       url('fonts/katrin/Vazir-Bold.ttf') format('truetype');
  font-weight: normal;
}
.day-date
{
	    font-family: Shabnamdigits !important;
}
.space-10
{
	margin-bottom:10px;
}
.space-20
{
	margin-bottom:20px;
}
.jpadding15
{
	padding:15px !important;
}
.btnshadow
{
	box-shadow: 2px 2px 10px 0 rgba(104,89,179,.5)!important;
    transition: .3s;
}
.page-container
{
	
}
.bg-1
{
	background-color: #dae4ed !important;
}
.clear
{
	clear: both;
}
.no-padding
{
	padding:0px !important;
}
.no-rl-padding
{
	padding-right:0px !important;
	padding-left:0px !important;
}
.padding-tb-10
{
	padding:10px;
	padding-bottom:10px;
}
#avail-dates-modal .weekdays-container {
    padding: 20px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#avail-dates-modal .modal-single-date, #avail-dates-modal .single-weekday {
    width: 14.28%;
    float: right;
    text-align: center;
}
#avail-dates-modal .modal-header {
    position: relative;
    background-color: #edf0f2;
    color: #3d454d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.modal .modal-header {
    border-bottom: 1px solid #efefef;
}
#avail-dates-modal .modal-dialog {
	width:80%;
    max-width: 800px;
    margin-top: 125px;
}
.single-weekday {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15ch;
}
#avail-dates-modal .modal-dates-container {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #dadada;
}
#avail-dates-modal .modal-single-date {
    background: #fff;
}
#avail-dates-modal .modal-dates-container .mt-checkbox {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
}
#avail-dates-modal .modal-single-date .modal-day-date {
    line-height: 20px;
    font-size: 18px;
	font-family: shabnamdigits;
	font-weight:bold;
}
#avail-dates-modal .modal-dates-container .mt-checkbox-list {
    padding: 0;
}
#avail-dates-modal .modal-single-date .mt-checkbox:hover .modal-day-date, #avail-dates-modal .modal-single-date .mt-checkbox:hover .modal-month-name {
    color: #24b38f;
    transition: .3s;
}
#avail-dates-modal .modal-single-date .modal-month-name {
    line-height: 15px;
    font-size: 12px;
}
.bottombox{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 2;
    margin: 0px;
    padding: 20px 25px;
    background: rgb(242, 245, 247);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(237, 240, 242);
    border-image: initial;
}
.color-green
{
	color : #28b78a !important;
}
.bold-em {
    font-family: Shabnam-bold;
}
.inline-time-container {
    max-width: 200px;
    margin: 0px auto !important;
}
.timepicker[readonly] {
    background-color: rgb(255, 255, 255);
}
.custom-checkbox-title
{
	    font-size: 18px;
	font-family: shabnamdigits;
	font-weight:bold;
}

.single-checkbox .custom-checkbox-container .mt-checkbox {
    margin: 0;
    border-bottom: 1px solid #eee;
    border-top: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 74px;
    border-radius: 0;
    transition: border 0s;
    background: #fcfcfc;
}
.form-group .mt-checkbox-list {
    padding: 0px !important;
}
.myaddress
{
	cursor:pointer;
	padding:5px;
	
}
.myaddress:hover
{
	background:#ececec ;
}
.c-bg-grey-5
{
	background:#f9f9f9;
}
.c-bg-grey-6{
	background:#e0dfdf;
}
.c-bg-grey-6{
	background:#e0dfdf;
}
.footer-2-box
{
	padding:10px;
	margin-bottom:40px;
	color:#fff;
}
.btn > i
{
	margin-right:5px;
}
.attribute_item_main
{
	padding:5px 0;
	margin-bottom:20px;
}
.attribute_item_main_item
{
	padding:5px 0;
	border-bottom:1px solid #fff;
}
.attribute_item_main_item:hover
{
	border-bottom:1px dashed #ccc;
}
.attribute_item_main_title
{
	float:right;
	margin-left:10px;
	color:#32c5d2;
	font-size:14px;
	cursor:pointer;
}
.attribute_item_main_value
{
	margin-left:10px;
	color:#000;
	font-size:14px;
	cursor:pointer;
	
}
.c-content-upload {
    width: 100%;
    padding: 20px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    color: #606265;
}
.c-content-upload__title {
    padding-left: 10px;
    padding-right: 10px;
    color: #606265;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    font-weight: 700;
}
.upload_trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border-radius: 8px;
    border: 2px dashed #bbbaba;
    background-color: #f8f9fb;
    cursor: -webkit-grab;
    cursor: grab;
}
.c-content-upload__ui-btn {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
}
legend { border-bottom:none; width:auto;  }
.jcard
{
	min-height:100px !important;
	padding:10px;
}
.menulink
{
	width:100%;
	height:100%;
	background:none !important;
}
.jmegamenu li:hover a
{
	background:none !important;
	
}
.jmegamenu a:hover
{
	color:red !important;
	
}
.dropdown-menu-categories-first-level 
{
	 transition: .3s;
	 position:relative;
}
.adcategory-aside{
	list-style:none;
	margin:0;
	padding:0px;
}
.adcategory-aside li
{
	padding:10px;
	list-style:none;
}
.dropdown-menu-categories-first-level:hover
{
	background:#f4f4f4;
	
}

.dropdown-menu-categories-first-level a
{
	color : #616161 !important;
	font-size:14px !important;
	height:100%;
	width:100%;
    padding:15px !important;
	border-bottom:1px solid #f4f4f4;

}
.dropdown-menu-categories-first-level :hover .list_categoriesicon
{
	left:8px;
}

.list_categoriesicon
{
	font-size:10px;
	float:left;
	padding-top:4px;
	position:absolute;
	transition: all .15s linear;
	left:12px;
}
.list_categoriesicon2
{
	font-size:8px;
	padding-top:3px;
	transition: all .15s linear;
	margin-right:5px;
}
.padding-10
{
	padding:10px;
}
.submenus-container
{
	padding:10px;
}
.jmegamenu
{
	margin:0 !important;
}
.jmegamenu h2
{
	font-size:16px;
	position: relative;
	transition:1s;
}
.jmegamenu h3
{
	font-size:14px;
	position: relative;
	transition:1s;
}
.jmegamenu h2 i , .jmegamenu h3 i
{
	
	position:absolute;
}
.jmegamenu h2:hover i , .jmegamenu h3:hover i
{
	margin-right:15px;
}

.catsfirstcontainer
{
	
}
.dropdown-menu li a
{
	transition:0.3s;
}
.dropdown-menu li:hover a
{
	background:#f1f1f1;
}
.subcategory
{
	padding:3px !important;
	transition:0.3s;
}
.subcategory a
{
	font-size:12px !important;
	padding:3px !important;
	transition:0.3s;
}
.subcategory:hover
{
	background:#f1f1f1 !important;
}
.avatar
{
	    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-size: 2.857rem;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    width: 80px;
    height: 80px;
    margin: 15px auto;
    padding: 7px;
    border: 3px solid #f5f7fa;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.avatar:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 7px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fdc364;
}
.profile-name
{
	color: #606265;
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 30px;
}
.profile-menu
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom: 10px;
}
.profile-menu-item  {
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 25px;
    color: #777;
    width: 100%;
    border: 1px solid #f5f7fa;
    border-radius: 8px;
    background-color: #fff;
    padding: 10px 0;
}
.profile-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.profile-menu-item.active
{
	color:#d08b1c;
}
.profile-menu-item:not(:first-child) {
    margin-right:10px;
}
@media (min-width: 992px)
{
	.profile-menu-item {
		max-width: 70px;
	}
}
.card-header {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #e6e9ed;
}
.card-title
{
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #889098;
    font-size: 16px;
    line-height: 10px;
    width: 100%;
    margin: 0;
    font-weight: 700;

}
.stars-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}
.c-rating-chart-title {
    color: #899098;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 30px;
}
.activestar { color:#fdc364 }

.rating-stats
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rating-stat
{
	 -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 4px;
}
.rating-stat-desc {
    color: #889098;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}   
.rating-stat-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #889098;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    height: 45px;
    padding: 0 4px;
    margin: 0 5px;
    border-radius: 8px;
    background-color: #f5f7fa;
}
.successstat
{
	color:#57cfb1;
}
.card-bottom
{
	margin-top: 25px;
    margin-bottom: 5px;
	padding:10px;
}
a.c-rating-chart__details-bar
{
	    color: #606265;
    text-decoration: none;
	flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #606265;
    font-size: 14px;
    line-height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
}
.carditem
{
	padding:10px;
    height: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;

}
.card-body {
    position: relative;
    padding: 20px;
}
.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: calc(100% + 25px);
    margin-left: -12.5px;
    margin-right: -12.5px;
}
.c-grid-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 12.5px;
    padding-right: 12.5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.c-card__stat-value {
    color: #606265;
    font-size: 30px;
    font-size: 2.143rem;
    line-height: 30px;
    font-weight: 700;
}
.c-card__stat-description {
    color: #889098;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    margin-bottom: 0;
}
.wishlist-count
{
	margin-right: 5px;
    position: relative;
    top: -3px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    padding: 3px 0;
    height: 25px;
    font-size: 15px;
    width: 25px;
    color: #ffffff;
}
#top-productcategories-buttons
{
	padding-bottom:10px;
}
.c-price-range-slider {
	width:100% !important; 
}
.jcard h3
{
	font-size:16px;
}
.slider-horizontal { width:100% !important; min-width:150px; }
.productcategory_aside_ul
{
	list-style:none;
	margin:0px;
	padding-right:15px;
	
}
.productcategory_aside_ul li 
{
	margin:0px;
}
.productcategory_aside_ul li h3
{
	margin:5px 0px;
}
.productcategory_aside_ul li a
{
	font-size:14px;
	color:#000;
	transition: all 0.3s;
}
.productcategory_aside_ul li a:hover
{
	color:#1972f5;
}

.products_list_img_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
}
.products_list_img_container img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.c-margin-l-10
{
	margin-left:10px;
}
.product_search_bottom_bar
{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction:row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    padding: 9px 20px;
    border-radius: 4px;
    background-color: #f9fafc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	
}
.product_search_bottom_bar div
{
	flex-grow: 1;
    flex-basis: 0;
	text-align:center;
}
.border-radius-10
{
	border-radius:10px;
}
.border-radius-5
{
	border-radius:5px;
}
.productgallery-modal
{
	width:80% !important;
}
.c-product
{
	width:100%;
	background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
    border: 1px solid #e4e4e4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding:0px;
}
.c-product-container 
{
	padding: 0px 30px;
	margin-top:-10px;
}
.c-product-container2
{
 margin: 0 30px;
    background: #fff;
    padding: 10px;
}
.product-breadcrumbs
{
	padding: 0px 30px;
}
.c-layout-breadcrumbs-1
{
	padding:10px 0;
}
.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content
,.c-shop-product-details-2 .c-product-gallery > .c-product-gallery-content > .c-zoom
{
	height:auto !important;
}

.c-product-gallery-content
{

}
.c-product-box 
{
	padding:30px 0px;
}
.c-margin-lr-30 
{
	margin:30px 0px;
}
.c-shop-product-tab-1 .nav
{
	margin-bottom:0px !important;
}
.full-width
{
	width:100%;
}
#products_aside {
    position: sticky;
    position: -webkit-sticky;
    top: 70px;
    margin-bottom: 20px;
}
.easyimage-full img {
	width:100% !important;
	max-width:100% !important;
}
.margin-b-10
{
	margin-bottom:10px;
}
.registerbox
{
	background:#eee;
	min-height:200px;
	padding:20px;
}
.registerbox .inner
{
	padding:10px;
	background:#f4f4f4;
	border:1px solid #fff;
}
.registerbox .inner img
{
	width:100%;
	margin-bottom:10px;
	opacity:1;
	cursor:pointer;
	transition:all ease-in 1s;
}
.registerbox .inner img:hover
{
	opacity:0.5;
}
.original-case
{
	padding:10px;
	
	border:1px solid gold;
	border-radius : 3px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:all ease-in 5s;
	transition-delay:1s;
	
}
.original-case img
{
	width:30px;
}
.original-case p
{
	padding-top:10px;
	float:right;
	margin-right:10px;
}
.original-case:hover
{
	background: gold;
}
header::after
{
	width:100%;
	display:table;
}
.adbread
{
	padding:5px;font-size:12px;border-radius:5px;
}
.sellerbaner
{
	text-align:center;
}
.sellerbaner img { width:100%;}
.ad_main_image
{
	width:100%;
}
.ad
{
	padding:30px 20px;
}
.ad_image_thumb
{
	width:100%;
}