/*
Theme Name: Oxa Digital Menu
Theme URI: https://oxygen2.ir/menu
Author: Morygham
Author URI: https://oxygen2.ir
Description: قالب منو دیجیتال اکسا با بهترین امکانات و با بهینه ترین ساختار طراحی گردیده واز نظر سئو و طراحی بروز میباشد.
Version: 1.0.0
Tags: دیجیتال,منو,اکسا,اکسیژن,اکسیژن2,رستوران,فست فود,کافه,پیتزا,کافی,کافی شاپ,digital,menu,oxa,oxygen,oxygen2,pizza,burger,coffee,digi
این قالب توسط تیم آموزشگاه آنلاین اکسیژن 2 طراحی شده است.
استفاده از این قالب در صورت دارا بودن لایسنس آن بلامانع است.
http://oxygen2.ir
*/
@font-face {
  font-family: 'IranSans';
  src: url('assets/fonts/IRANSansWeb(FaNum).woff2') format('woff2');
}
@font-face {
  font-family: 'IranSans-Bold';
  src: url('assets/fonts/IRANSansWeb(FaNum)_Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'IranSans-Light';
  src: url('assets/fonts/IRANSansWeb(FaNum)_Light.woff2') format('woff2');
}
@font-face {
  font-family: 'IranSans-Medium';
  src: url('assets/fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'vogueb';
  src: url('assets/fonts/vogueb.woff2') format('woff2');
}
:root {
  --oxa-black: #000000;
  --oxa-white: #FFFFFF;
  --oxa-redpink: #EC016E;
  --oxa-pink: #ED72F8;
  --oxa-greenlight: #74F131;
  --oxa-greenold: #19E963;
  --oxa-head: #fbda03;
  --oxa-body: #0e4326 ;
  --oxa-mustard: #F39C12;
}

body {
    background-color: var(--oxa-body)  !important;
	margin: 0;
}
html {
    scroll-behavior: smooth;
	
}
#content {
    padding: 0 !important;
}

svg {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

a:focus, a:active, a:visited {
    outline: 0;
}
h1{
	font-family: Iransans;
	font-size: 24px;
	direction: rtl;
	text-decoration: right;
	text-align: right;
}
h2{
	font-family: Iransans;
	font-size: 22px;
	direction: rtl;
	text-decoration: right;
	text-align: right;
}
h3{
	font-family: Iransans;
	font-size: 20px;
	direction: rtl;
	text-decoration: right;
	text-align: right;
}
h4{
	font-family: Iransans;
	font-size: 18px;
	direction: rtl;
	text-decoration: right;
	text-align: right;
}
h5{
	font-family: Iransans;
	font-size: 16px;
	direction: rtl;
	text-decoration: right;
	text-align: right;
}
h6{
	font-family: Iransans;
	font-size: 14px;
	direction: rtl;
	text-decoration: right;
	text-align: right;
}

button {
    font-family: inherit;
}

::-webkit-scrollbar {
    width: 3px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 20px var(--oxa-head);
}

[class*="mor-"] {
  direction: rtl;
}

.main-header{
	
	
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 100%;
	height: 22.5em;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    -webkit-transition: .4s;
    transition: .4s;
	margin: 0;
}
#top-main-header{
	background-color: var(--oxa-head);
	text-align: center;
	border-bottom: 1px solid var(--oxa-black);
	box-shadow: 0px 1px 5px -5px  var(--oxa-black);
	padding-top: 0.2em;
	height: 6em;
}
/* #top-main-header ::after{
	
    display: block;
    content: "";
    border-top: .1rem solid black;
    width: 14em;
    margin: 0.5em auto;
	border-radius: 15px;
} */
.logo-box{
	display: flex;
	width: 200px;
	margin: 0.5em auto;
	height: 75px;
	direction: rtl;
	background-color: var(--oxa-body);
	border-radius: 37.5px;
	
}
#logo{
	background-color: var(--oxa-white);
	margin-right:0px;
	width:75px;
	height: 75px;
	padding: 0px;
	border-radius: 37.5px;
}
#logo img{
	width: 75px;	
}
.title-main{
	display: grid;
	width: 125px;
	height: 75px;
	justify-self: center;
	
	
}
.title-top{
	direction: rtl;
	margin: auto;
	height: 37.5px;
	width: 100%;
	border-bottom: 1px solid var(--oxa-white);
	
}
.title-bottom{
	direction: ltr;
	margin: auto;
	height: 37.5px;
	width: 100%;
	border-top: 1px solid var(--oxa-white);
	
}
.title-top h1{
	font-family: IranSans-Bold;
	font-size: 0.75em;
	color: var(--oxa-white);
	
}
.title-bottom h2{
	font-family: vogueb;
	font-size: 0.75em;
	color: var(--oxa-white);
	
}

.bottom-main-header{
	height: 16.5em;
	width: 100%;
	background-color: var(--oxa-body);
	
}
.category-title{
	width: 8%;
	height: 26px;
	background-color: var(--oxa-mustard);
	border-radius: 13px;
	margin: auto;
}
.category-title a{
	font-family: IranSans-Medium;
	font-size: 16px;
	text-align: justify;
	direction: rtl;
	display:flex;
	justify-content:center;
	align-items:center;
	color: var(--oxa-black);
}
.category-title a ::active ::visited ::link {
	
	color: var(--oxa-black);
}
.category-list{
	height: 169px;
	padding: 3px;
	margin: 17px;
	
	
}
.oxa-cat__ul{
	position: fixed;
    z-index: 9;
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
	margin: 0 auto;
	margin-right: auto-flow;
	max-height: 200px;
	list-style-type: none;
	height: 100%;
	justify-content: center;
  	align-items: center;
	padding-right: 31.5%;
	transition: 0.7s;
	-webkit-touch-callout : none;
	
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
/* ul.oxa-cat__ul>li:first-child {
	width: 154px;
	height: 98%;
	padding: 2px;
	border-radius: 12px;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .2);	
	background-color: rgba(243, 156, 18, .15);
	backdrop-filter: blur(5px);
	align-content: center;
	justify-items: center;
}
*/
.oxa-cat__li{
	position: relative;
	width: 140px;
	height: 90%;
	padding: 5px;
	border-radius: 10px;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .2);	
	background-color: rgba(243, 156, 18, .75);
	backdrop-filter: blur(9px);
	align-content: center;
	justify-items: center;
	pointer-events: auto;
	transition-duration: 0.7s;
	list-style: none;
	overflow-y: hidden;
	user-select: none;
}
.oxa-cat__li::before{
	content: '';
    width: 20px;
    height: 10px;
    background-color: var(--oxa-body);
    position: absolute;
    bottom: -7px;
    border-radius: 15px;
    right: 50%;
    margin-right: -10px;
	transition-duration: 0.7s;
	border: 2px solid var(--oxa-mustard);
}
.oxa-cat__li img{
	display: list-item;
	object-fit: cover;
	height: 110px;
	flex: 1;
	width: 110px;
	margin: 0 auto;
	transition-duration: 0.7s;
	border-radius: 50% 10%;
  
	
}
.oxa-cat__li a{
		font-family: IranSans;
	font-size: 0.75em;
	color: var(--oxa-body);
	transition-duration: 0.7s;
}
.oxa-cat__li--active{
	position: relative;
	width: 154px;
	height: 98%;
	padding: 2px;
	border-radius: 12px;
	box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, .4);
	background-color: rgba(243, 156, 18, .95);
	backdrop-filter: blur(5px);
	align-content: center;
	justify-items: center;
	pointer-events: auto;
	transition-duration: 0.7s;
	list-style: none;
	overflow-y: hidden;
	user-select: none;
	
}
.oxa-cat__li--active::before{
	content: '';
    width: 70px;
    height: 10px;
    background-color: var(--oxa-mustard);
    position: absolute;
    bottom: -7px;
    border-radius: 15px;
    right: 50%;
    margin-right: -35px;
	transition-duration: 0.7s;
	border: 2px solid var(--oxa-body);
}
.oxa-cat__li--active img{
	display: list-item;
	object-fit: cover;
	height: 120px;
	width: 120px;
	border-radius: 30px;
	flex: 1;
	margin: 0 auto;
	transition-duration: 0.7s;
	margin-bottom: 5px;
}
.oxa-cat__li--active a{
	font-family: IranSans-Bold;
	font-size: 0.95em;
	color: var(--oxa-white);
	transition-duration: 0.7s;
}

.main-body{
	display: grid;
    padding: 10px;
	margin-top: 23em;
}
.oxa-cat_main{
	display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-rows: minmax(160px, auto);
    grid-auto-flow: dense;
    padding: 10px;
}
@media only screen and (min-width: 600px) {
  /* For tablets: */
  .mor-s-1 {width: 8.33%;}
  .mor-s-2 {width: 16.66%;}
  .mor-s-3 {width: 25%;}
  .mor-s-4 {width: 33.33%;}
  .mor-s-5 {width: 41.66%;}
  .mor-s-6 {width: 50%;}
  .mor-s-7 {width: 58.33%;}
  .mor-s-8 {width: 66.66%;}
  .mor-s-9 {width: 75%;}
  .mor-s-10 {width: 83.33%;}
  .mor-s-11 {width: 91.66%;}
  .mor-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .mor-1 {width: 8.33%;}
  .mor-2 {width: 16.66%;}
  .mor-3 {width: 25%;}
  .mor-4 {width: 33.33%;}
  .mor-5 {width: 41.66%;}
  .mor-6 {width: 50%;}
  .mor-7 {width: 58.33%;}
  .mor-8 {width: 66.66%;}
  .mor-9 {width: 75%;}
  .mor-10 {width: 83.33%;}
  .mor-11 {width: 91.66%;}
  .mor-12 {width: 100%;}
}