@font-face {
	font-family: BYekan;
	src: url(BYekan.ttf);
	font-display: swap;
}
/*@font-face {
	font-family: Yekan;
	src: url(Yekan.ttf);
	font-display: swap;
}*/
* {
	box-sizing: border-box;
	font-family:BYekan;
}
html {
    scroll-behavior: smooth;
}
body {
  margin: 0;
}
.header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*height: 10vh;*/
	max-height: 120px;
	background: #f8f8f8;
	padding: 8px;
}
.site-logo, .fa-site-logo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	color: rgb(150, 143, 173);
	text-decoration: none;
	height: 26px;
}
.site-logo span {
	font-family: Times;
	font-size: 20px;
}
.fa-site-logo {
    justify-content: flex-start;
    margin: 5px;
}
.header-search {
	flex: 3;
}
.search-form {
	margin: 0;
	position: relative;
}
.form-input {
	background: #eee;
	border: none;
	border-radius: 5px;
	width: 90%;
	height: 32px;
	padding-right: 30px;
}
.form-input:focus {
	outline: 0.5px dotted #3333EE;
}
.form-submit {
	position: absolute;
	top: 5px;
	right: 2px;
	width: 24px;
	height: 24px;
	fill: #ccc;
	stroke: #ccc;
	cursor: pointer;
	padding: 0;
	border: none;
}
.form-submit:hover {
	background: rgb(240, 240, 240);
	outline: none;
}
.form-submit svg {
	position: absolute;
	top: 0;
	left: 2px;
	width: 24px;
	height: 24px;
}
.header-spacer {
	flex: 3;
}
.header-horizontal {
	width: 95%;
	height: 1px;
	color: #A9BC52;
}
.header-user, .header-cat, .header-download {
	display: flex;
	/*position: relative;*/
	align-items: center;
	height: 26px;
	font-size: 15px;
	stroke-linejoin: round;
	fill: #424750;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
}
.header-user {
    border: 1px solid #989898;
	border-radius: 5px;
	padding: 0 3px;
	height: 26px;
	margin-right: 2px;
}
.header-basket {
	display: flex;
	align-items: center;
	position: relative;
	text-decoration: none;
	border: 1px solid #989898;
	border-radius: 5px;
	padding: 0 3px;
	height: 26px;
	margin-right: 2px;
	color: #424750;
}
.header-user-icon, .header-basket-icon, .header-cat-icon, .header-download-icon, .mysales, .logout {
	width: 40px;
	height: 26px;
	fill: #424750;
}
.header-user-icon {
    width: 40px;
}
.header-download-icon {
    fill: #f8f8f8;
}
.header-cat-icon {
	width: 25px;
}
@media screen and (max-width: 650px) {
    .header-drawer-menu {
        width: 65% !important;
    }
}
.header-drawer-menu {
	width: 35%;
	height: 100%;
	position: fixed;
	z-index: 5;
	top: 0;
	right: -100%;
	background: #F5F5F5;
	overflow-x: hidden;
	transition: 0.2s;
	padding-top: 10px;
}
.header-drawer-menu .header-drawer-menu-icon a {
    color:#997bff;
    text-align: center;
    font-family: MjBitaBold;
    font-size: 30px;
    padding: 10px 0 10px 0;
}
.header-drawer-menu-spacer {
    width: 95%;
    background: #f1f1f1;
    height: 0.1rem;
}
.basket-indicator {
	display: none;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 100%;
	background: red;
	color: white;
	font-size: 8px;
	right: 50%;
	bottom: 0;
	text-align: center;
}
.header-modal {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgb(12, 12, 12, 0.3);
	z-index: 4;
}
.number {
    /*font-family: Yekan;*/
}
.user-pad {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    background: #FCFCFC;
    width: 100%;
    height: 100%;
    border: 1px solid #F3F3F3;
    border-radius: 8px;
    padding: 5px;
    z-index: 4;
}
.user-pad-item {
    border-top: 1px solid #F4F4F5;
    padding-top: 8px;
    padding-bottom: 8px;
}
.user-pad-item:hover {
    background: #F0F0F1;
}
.user-pad a {
	text-decoration: none;
	width: 100%;
}
.close-modal {
    display: flex;
    width: 100%;
}
.close-user-pad {
	width :26px;
	height: 26px;
	fill: #424750;
	cursor: pointer;
}
.filter-row {background: #F0F0F0; cursor: pointer;}
.inner-filter {display: none; padding-right: 0px !important;}
.filter-tab {
    max-width: 100%;
    height: 0; transition: height 0.5s;}
.login-form {
    margin: auto;
    background: #F3F3F3;
}
.fieldset {
    min-width: 0;
    background: #fafafa;
    border: solid 1px #78A52F;
    border-radius: 7px;
    padding: 10px;
}
.legend {
    color: #54BF3D;
}
.label {
    margin-right: 10px;
    color: #7586B1;
}
.input {
    width: 95%;
    border: solid 1px #782FA5;
    border-radius: 7px;
    padding: 5px;
    display: block;
    margin: auto;
    background: #F5F5FF;
}
.captcha {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.captcha-input {
    flex: 3;
    max-width: 40%;
    padding: 10px;
    border: solid 1px #78A52F;
    border-radius: 7px;
    margin: 5px;
}
.captcha-image {
    flex: 2.5;
    max-width: 110px;
    height: 35px;
    margin: 5px;
}
.captcha-refresh {
    flex: 0.5;
    height: 41px;
    max-width: 41px;
    margin: 5px;
    cursor: pointer;
}
.button {
    background: #A98FBF;
    color: white;
    border-color: #987FBF;
    border-radius: 4px;
    height: 40px;
    width: 100px;
    cursor: pointer;
}
.prepay-submit:hover {
    background: #65CF4E;
}