/* HELPER CLASS 
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.pe-2x {
  font-size: 2em;
}

.pe-3x {
  font-size: 3em;
}

.pe-4x {
  font-size: 4em;
}

.pe-5x {
  font-size: 5em;
}

.pe-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.pe-ul > li {
  position: relative;
}

.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.pe-li.pe-lg {
  left: -1.8571428571428572em;
}

.pe-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pe.pull-left {
  margin-right: 0.3em;
}

.pe.pull-right {
  margin-left: 0.3em;
}

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.pe-stack-1x {
  line-height: inherit;
}

.pe-stack-2x {
  font-size: 2em;
}

.pe-inverse {
  color: #ffffff;
}

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle;
}

.pe-border {
  border: solid 0.08em #eaeaea;
}

.pe-fw-h {
  width: 1.2857142857142858em;
  text-align: center;
  display: inline-block;
}

.tabbable .nav-pills .nav-link {
    border-radius: 24px;
    white-space: nowrap;
    height: 100px;
    display: inline-grid;
    text-align: center;
}

.tabbable .nav-pills .nav-link:hover{
    color: #fff;
    background-color: #5e72e4;
    transform: translateY(-5px);
}

.icon-list{
    height: 450px;
    overflow: auto;
}

.icon-list button {
    width: 85px;
    margin: 5px;
    background: #f0f0f0;
    color: #324159;
    border-color: #e0e0e0;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.95);
    border-color: transparent;
    background: #363382;
}


body {
    font-family: 'Almarai', sans-serif;
}

@media (max-width: 767.98px){
.nav-pills:not(.nav-pills-circle) .nav-item {
    padding-left: 1rem;
}
.strip figure {
    height: 140px;
}
}

.strip figure {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

@media (max-width: 575.98px){
.nav-pills .nav-item {
    margin-bottom: 0;
}
    
}

.cat-title{
    background: #5e72e4;
    color: #fff;
    border-radius: 15px 15px 0px 0;
    padding: 10px;
    font-size: 1.5rem;
}

.nav-pills .nav-item:not(:last-child) {
    padding-right: 0;
    padding-left: 1rem;
}

@media (min-width: 992px){
.ml-lg-auto, .mx-lg-auto {
    margin-right: auto!important;
    margin-left: unset !important;
}
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
    left: 15px;
    text-align: left;
}

.mr-1, .mx-1 {
    margin-right: unset !important;
    margin-left: 0.25rem !important;
}

.btn:not(:last-child) {
    margin-right: 0;
}

.select2-container--default .select2-selection--single {
    border: 0;
    border-radius: 4px;
    height: 43px;
    margin-left: 0.25rem;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #5e72e4;
}

.scoll-pane {
    width: 100%;
    height: auto;
    overflow: auto;
    outline: none;
    overflow-y: hidden;
    padding-bottom: 15px;
    -ms-overflow-style: scroll;  // IE 10+
    scrollbar-width: none;  // Firefox
}

.scoll-pane ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.scoll-pane::-webkit-scrollbar { 
  display: none;  // Safari and Chrome
}
@media (max-width: 992px){
.slidenepr {
    display: flex;
    top: 20%;
    font-size: 40px;
    justify-content: space-between;
    margin-top: -140px;
    margin-bottom: 20px;
}

.slidenepr #slide {
    background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    height: 114px;
    width: 30px;
}

.slidenepr #slideBack {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    height: 114px;
    width: 30px;
}
}

.modal-header .close {
    margin: -1rem -1rem -1rem 0;
}

@media (max-width: 991.98px){
.navbar-collapse .collapse-close {
    text-align: left;
}
}

.close>span:not(.sr-only) {
    background-color: transparent;
    color: rgb(0 0 0);
    line-height: 17px;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    font-size: 2.25rem;
    display: block;
    transition: all .15s ease;
}

.shawarma{
    line-height: 0;
}

.shawarma::before {
    content: " ";
    background-repeat: no-repeat;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-mask-image: url(../images/icons/shawarma.svg);
    mask-image: url(../images/icons/shawarma.svg);
    background-color: #fff;
}

.nav-link .shawarma::before {
    background-color: #5e72e4;
}

.tabbable .nav-pills .nav-link:hover .shawarma::before {
    -webkit-mask-image: url(../images/icons/shawarma.svg);
    mask-image: url(../images/icons/shawarma.svg);
    background-color: #fff;
}

.font-icon-list .shawarma::before {
    content: " ";
    background-repeat: no-repeat;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-mask-image: url(../images/icons/shawarma.svg);
    mask-image: url(../images/icons/shawarma.svg);
    background-color: #324159;
}

.font-icon-list:hover .shawarma::before {
    -webkit-mask-image: url(../images/icons/shawarma.svg);
    mask-image: url(../images/icons/shawarma.svg);
    background-color: #fff;
}

.nav-item .active .shawarma::before {
    -webkit-mask-image: url(../images/icons/shawarma.svg);
    mask-image: url(../images/icons/shawarma.svg);
    background-color: #fff;
}

.hookah{
    line-height: 0;
}

.hookah::before {
    content: " ";
    background-repeat: no-repeat;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-mask-image: url(../images/icons/hookah.svg);
    mask-image: url(../images/icons/hookah.svg);
    background-color: #fff;
}

.nav-link .hookah::before {
    background-color: #5e72e4;
}

.tabbable .nav-pills .nav-link:hover .hookah::before {
    -webkit-mask-image: url(../images/icons/hookah.svg);
    mask-image: url(../images/icons/hookah.svg);
    background-color: #fff;
}

.font-icon-list .hookah::before {
    content: " ";
    background-repeat: no-repeat;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-mask-image: url(../images/icons/hookah.svg);
    mask-image: url(../images/icons/hookah.svg);
    background-color: #324159;
}

.font-icon-list:hover .hookah::before {
    -webkit-mask-image: url(../images/icons/hookah.svg);
    mask-image: url(../images/icons/hookah.svg);
    background-color: #fff;
}

.nav-item .active .hookah::before {
    -webkit-mask-image: url(../images/icons/shawarma.svg);
    mask-image: url(../images/icons/shawarma.svg);
    background-color: #fff;
}
