a,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
div,
table,
label,
.myModal button {
  font-family: almarai, sans-serif !important;
}
.site-logo {
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: solid #fff 2px;
}
.point {
  height: 100px;
  width: 100px;
  background-size: cover !important;
  border-radius: 25%;
  display: inline-block;
  width: 22%;
  margin: 10px 1%;
  vertical-align: top;
  margin-top: 20px;
  height: auto;
}
.point span {
}
.iconTitle {
  display: block;
  font-size: 14px;
  color: #333;
  font-weight: 700;
}
.iconLink {
  display: inline-block !important;
  width: 100% !important;
  margin: 0% !important;
  vertical-align: bottom;
  position: relative;
  text-align: center;
  bottom: -100%;
  animation-delay: 1.12s;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.myModal {
  background: #fff;
  background-color: #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  padding: 24px;
  width: 60%;
  position: relative;
  display: none;
  border-radius: 10px;
}
.modal_header_container {
  border-bottom: 1px solid #f9f6e5;
}
.myModal h1,
.myModal h2,
.myModal h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  width: calc(100% - 75px);
}
.myModal img {
  display: block;
  margin: 0 auto;
  max-height: inherit;
  border-radius: 10px;
}
.section_title,
.section-title {
  margin-top: 10px;
  font-weight: bolder;
  font-weight: bolder;
  font-size: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.site-content .section-title {
  font-size: 18px !important;
}
.myIcon {
  width: 70px;
  height: 70px;
  background-size: cover !important;
  display: inline-block;
  text-align: center;
  background-position-x: 50% !important;
  border-radius: 10px;
  font-size: 10pt;
}
.iconTitle {
  position: absolute;
  top: 0;
  right: 0;
}
.block {
  display: block;
}
.bold {
  font-weight: 700;
}
.share-grid a {
  width: 15% !important;
}
.myIconTitle {
  width: auto;
  height: auto;
  display: block;
  overflow-wrap: break-word;
  font-size: 13px !important;
  color: initial !important;
}
.left-column {
  touch-action: none !important;
}
@media screen and (max-width: 850px) {
  .left-column {
    touch-action: auto !important;
  }
}
p .container,
.header {
  -moz-border-radius-topright: 10px !important;
  border-top-right-radius: 10px !important;
}
.left-column {
}
.myModal {
  overflow: auto !important;
}
@media only screen and (max-width: 850px) {
  .left-column {
    overflow: hidden !important;
  }
  .container,
  .header {
    border-radius: 10px !important;
  }
  .myModal {
    width: 98%;
  }
}
.btn-cart {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-general {
  background-color: #172cb8;
  border-radius: 10px;
  border: 2px solid #a407bf;
  min-width: 80px;
}
.btn-general {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#464d55, #25292e);
  border-radius: 8px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: expo-brand-demi, system-ui, -apple-system, BlinkMacSystemFont,
    segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif,
    apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
  font-size: 18px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  width: 100%;
}
.btn-general:hover {
  box-shadow: rgba(0, 1, 0, 0.2) 0 2px 8px;
  opacity: 0.85;
}
.btn-general:active {
  outline: 0;
}
.btn-general:focus {
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 3px;
}
@media (max-width: 420px) {
  .btn-general {
    height: 48px;
  }
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.cartBtn {
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
#cart_count {
  font-size: 12px !important;
  color: #fff !important;
  background: #e2e2e2;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  left: 68px;
  position: absolute;
  z-index: 99;
}
* {
  letter-spacing: 0 !important;
  font-feature-settings: "kern" !important;
  text-anchor: middle !important;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
  /*font-weight: 550 !important;*/
  -webkit-text-size-adjust: 100% !important;
}
body a:hover {
  text-decoration: none !important;
}
.cart_container {
  width: 100%;
  background: #e1e1e152;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.cart_image {
  width: 100px;
  height: 100px;
  background-size: cover !important;
  background-position: center !important;
  display: inline-block;
  border-radius: 15px;
  margin-left: 5px;
  border: 2px solid #cbcbcb;
}
#cartItems {
  display: table;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cart_item_info {
  width: calc(100vw - 40%);
  display: inline;
  position: absolute;
  padding: 10px;
  width: calc(100% - 175px);
}
#cart_total,
#finalTotal {
  width: 100%;
  background: #cfcfcf;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cart_item_name {
  display: inline-block;
  font-size: 15px !important;
  width: 70% !important;
  font-weight: 700 !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cart_item_price {
  width: auto !important;
  display: inline;
  float: left;
  font-size: 15px !important;
  width: 30% !important;
  font-weight: 700 !important;
  direction: ltr;
}
.deleteCartItem {
  color: red;
  display: block;
  float: left;
  width: 100%;
  direction: ltr;
}
table tbody {
  text-align: center;
}
.faces {
  text-align: center;
}
.faces div {
  width: 17%;
  display: inline-block;
}
.faces div:hover,
.faces div:active {
  border: 1px solid #a3a3a3;
}
.ratingINFO {
  border-bottom: 1px solid #7b7b7b !important;
  background: #f8f8f8;
  margin-top: 5px;
  padding: 5px;
  border-radius: 10px 10px 0 0;
}
.ratingName {
  border: 0 solid !important;
  margin: 0 !important;
  padding-bottom: 5px !important;
  font-size: 15px !important;
}
.ratingTIME {
  text-align: right;
  font-size: 14px;
}
.ratingIMAGE {
  width: 30px;
  display: inline;
  margin: 0 !important;
  float: left;
  position: relative;
  top: -20px;
  margin-left: 5px !important;
}
.ratingFEEDBACK {
  background: #eceaea;
  padding: 5px;
  border-radius: 0 0 10px 10px;
}
.slider-buttons {
  z-index: 1500 !important;
}
img.face_selected {
  background: #d1d1d1;
  border: solid;
  border-radius: 16px;
}
.icon_slider_text {
  display: block;
  text-align: center;
  position: absolute;
  color: #000;
  width: 100%;
  background: #ecececa8;
  padding: 4px;
  font-weight: bolder;
}
.cartBtn {
}
.pay_option {
  background: #e9e9e9;
  margin: 10px;
  border-radius: 7px;
  border: 1px solid #cacaca;
}
@-moz-keyframes scalling {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1.6, 1.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes scalling {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1.6, 1.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-o-keyframes scalling {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1.6, 1.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes scalling {
  0% {
    transform: scale(0, 0);
  }
  50% {
    transform: scale(1.6, 1.6);
  }
  100% {
    transform: scale(1, 1);
  }
}
.animatedCartBtn {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: scalling;
  animation-duration: 1.5s;
}
.myModal {
}
.transparent {
  opacity: 0 !important;
}
.qr_client {
  width: 150px;
  height: 150px;
}
#loyality_container h3 {
  width: 100%;
  text-align: center;
  background: #dcdcdc;
  border-radius: 15px;
  padding: 5px;
  font-weight: 700 !important;
  font-size: 15px;
}
.loyality_icons {
  text-align: center;
  font-size: 20px;
}
.loyalStamps i {
  font-size: 35px;
  margin-left: 5px;
}
#loyality_stamps {
  color: red;
}
#loyality_unstamps {
  color: grey;
}
.iconTitle,
.myIconTitle {
  animation-delay: 1.12s;
}
.edit_design {
  color: #fff;
  text-align: center;
  width: 100%;
  background: #da578b;
  display: block;
  height: 30px;
  border-radius: 15px;
  padding-top: 5px;
  box-shadow: 1px 1px 4px 0 #aeaeae;
}
a.edit_design2 {
  text-align: center;
  display: block;
}
.edit_design2 > i {
  background: #fff;
  box-shadow: 2px 2px 2px #c3c3c3;
  border-radius: 16px;
  width: 30px;
  height: 30px;
  padding-top: 9px;
}
.section-title {
  animation-delay: 0.9s;
  border-bottom: 0;
}
h1.section-title {
  font-size: 22px !important;
}
.vedioClass {
  width: 100%;
  height: 100%;
}
.madeWithLove {
  text-align: center;
  color: #fff;
  display: block;
  font-size: x-small;
  margin-top: 5px;
  background: #00000038;
  width: 45%;
  margin: 3px auto 0;
  padding: 3px;
  border-radius: 5px;
}
.sliderBtns {
  color: #fff;
  z-index: 10;
  font-size: 40px;
}
.slider_bottom {
  width: 100%;
  height: 35px;
  background-image: linear-gradient(180deg, #fff0, white 99%, #ffffff);
  z-index: 1000;
  position: absolute;
  bottom: 0;
}
.loyality_btn {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 25px;
  color: #fff;
  z-index: 10;
  font-size: 40px;
}
.good-share-modal-open .good-share-modal {
  z-index: 500000 !important;
}
.modal_header_buttons {
  float: left;
  font-family: cursive, tahmoa;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.5;
  font-size: 27px;
  position: relative;
  top: -7px;
  left: 10px;
}
.redHeart {
  color: red !important;
}
.product_price {
  width: 100% !important;
  background: #e7e7e7;
  margin-top: 5px;
  padding: 6px;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-align: center;
  border-radius: 5px;
}
.org_share {
  color: gray;
  font-size: 50px;
  margin-bottom: 10px;
  background: #d2d2d2;
  padding: 8px;
  border-radius: 10px;
  margin-top: 5px;
}
.previous_cart_wrapper {
  background: #e0e1e2;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.separator {
  margin-top: 9px;
  border-bottom: 1px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
}
.previous_cart_wrapper h2 {
  margin: 0;
  font-size: 15px;
}
.favedIconsContainer {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 9px;
}
.favedIconImage {
  height: 100px;
  width: 100px;
  background-size: contain;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  float: right;
  background-size: cover !important;
  margin-left: 5px;
}
.favedIconName {
  display: inline;
  font-size: 14px !important;
}
.deleteFavedIcon {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: red;
  font-size: 14px;
  clear: both;
}
.point {
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.point_1 {
  width: 100%;
  margin-right: 0;
}
.point_1 .myIcon {
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.point_5 {
  width: 100%;
  margin-right: 0;
}
.point_5 .myIcon {
  width: 100%;
  height: 350px;
  border-radius: 10px;
}
.point_2 {
  width: 47%;
}
.point_2 .myIcon {
  width: 150px;
  height: 150px;
}
.point_3 {
  width: 28%;
}
.point_3 .myIcon {
  width: 85px;
  height: 85px;
}
.point_10 {
  width: 100%;
}
.point_10 .myIcon {
  width: 70px;
  height: 70px;
  float: right !important;
}
.point_10 .myIconTitle {
  text-align: right;
  font-size: 18px;
  margin-right: 80px;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}
.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #000000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #fff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.preloader .preloader-circle2 {
  border-top-color: #00000;
}
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 5px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.preloader .preloader-img img {
  border-radius: 50%;
  width: 98px;
  height: 98px;
}
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
.uk-modal.uk-open {
  opacity: 1;
  z-index: 1000000000000000000000;
}
.uk-position-small {
  z-index: 100000000000000000000000000000000;
}
.gray {
  color: gray !important;
}
ul.uk-subnav.uk-subnav-pill li {
  width: 100px;
  height: 100px;
  border: 2px solid #e9e9e9;
  margin-left: 10px;
  border-radius: 10px;
  text-align: center;
  padding-top: 0;
  padding: 0;
}
.uk-subnav-pill a i {
  font-size: 20px;
  padding-top: 10px;
}
li.uk-active {
  background: #f7f7f7;
  border-radius: 55px;
}
.uk-subnav-pill > .uk-active > a {
  background-color: inherit;
  color: #fff;
}
.uk-subnav-pill > * > :first-child {
  background: 0 0;
  color: #999;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  margin-bottom: 10px;
  height: 100%;
}
form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
.value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 20px !important;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.value-button:hover {
  cursor: pointer;
}
form .decrease {
  margin-right: -4px;
  border-radius: 8px 0 0 8px;
}
form .increase {
  margin-left: -4px;
  border-radius: 0 8px 8px 0;
}
form #input-wrap {
  margin: 0;
  padding: 0;
}
input.items_number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0;
  width: 40px;
  height: 40px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 1080px) {
  body .index-grid,
  body .right-column {
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
  #slideshow,
  #slideshow div,
  .table-cell-display,
  .header {
    -webkit-border-radius: 10px 10px 0 0 !important;
    -moz-border-radius: 10px 10px 0 0 !important;
    border-radius: 10px 10px 0 0 !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
  }
}
