.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(219, 167, 167, 0.04);
}

.navbar {
  align-items: baseline;
}

.bgimg-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.min-height-35v {
  min-height: 35vh;
}

.min-height-350 {
  min-height: 350px;
}

.min-height-332 {
  min-height: 332px;
}

.title-big h1 {
  font-family: "Anton" !important;
  font-size: clamp(50px, 9vw, 100px);
  color: white;
}

.btn-fixed {
  position: absolute;
  bottom: 3em;
  right: 3em;
  border: 0;
  background: transparent;
}

.btn-dark {
  background-color: #000;
}

.landing-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.landing-bg img {
  width: 100%;
}

.container-fluid {
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0;
}
.navbar .dropdown-toggle::after {
  display: none;
}

.section-main {
  padding-top: 20vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.737254902), transparent), url("/img/landing.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
}
.section-main .sec-main-bg {
  position: absolute;
  top: 0;
  z-index: -1;
}

.section-welcome {
  background: url("/img/section-welcome.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.section-welcome .left-panel .text {
  text-align: center;
}
.section-welcome .left-panel .text .title h1 {
  font-family: "Lobster";
  font-size: 78px;
}
.section-welcome .left-panel .text .title .highlighted {
  font-family: "Lobster";
  color: #f97369;
}
.section-welcome .left-panel .text .body p {
  font-size: 16px;
}
.section-welcome .right-panel {
  position: absolute;
  z-index: -1;
  top: 0;
}
.section-welcome .right-panel img {
  max-width: 100%;
  height: 100%;
}

.section-contact {
  background-color: #efefef;
  padding: 77px 0;
}
.section-contact .form-container {
  border-right: 2px solid black;
  padding-right: 90px;
  padding-left: 90px;
  text-align: center;
}
.section-contact .form-container hr {
  width: 60px;
  background: black;
  margin: 20px auto 30px;
}
.section-contact .form-container .form-control {
  background-color: #f4f4f4;
  border: none;
}
.section-contact .form-container .btn {
  width: 115px;
}
.section-contact .contact-info {
  padding-right: 90px;
  padding-left: 90px;
}
.section-contact .contact-info .right-panel h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.section-contact .contact-info .right-panel p {
  font-size: 18px;
}
.section-contact .contact-info .right-panel .address {
  margin-bottom: 40px;
}
.section-contact .contact-info .right-panel .address a {
  font-size: 14px;
  border-radius: 6px;
  width: 175px;
}

.header-container {
  position: absolute;
  z-index: 2;
}
.header-container .navbar {
  align-items: center;
}

.navbar-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.5s all ease;
  background-color: transparent;
}
.navbar-holder.black {
  background-color: #000;
}
.navbar-holder.force-black {
  background-color: #000 !important;
}

.section-categories .row {
  margin: 0;
}
.section-categories .category {
  position: relative;
  padding: 0;
  position: relative;
}
.section-categories .category a {
  color: white;
  text-decoration: none;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.section-categories .category a img {
  width: 100%;
}
.section-categories .category .title {
  margin-bottom: 0;
  font-size: 40px;
  font-family: "Pacifico";
  text-align: center;
}

#header .header-right ul.main-nav > li {
  margin: 0 28px;
}

.main-nav .language-container {
  margin-inline-end: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: black;
  padding-inline: 10px;
  height: 31px;
}
.main-nav .language-container .langs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav .language-container .langs a {
  color: #fff;
  font-size: 16px;
}
.main-nav .language-container .icon {
  display: flex;
  align-items: center;
  padding-inline: 10px;
  position: relative;
  cursor: pointer;
}
.main-nav .language-container .icon .fa {
  color: white;
}
[dir=rtl] .main-nav .language-container .icon {
  transform: scaleX(-1);
}
.main-nav .language-container .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 50%;
  background: #fff;
}

.view-gallary-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 100px;
}
.view-gallary-btn button {
  border-radius: 10px;
  padding-inline: 10px;
  display: flex;
  align-items: center;
}
.view-gallary-btn button i {
  margin-inline-end: 7px;
  font-size: 17px;
}

footer {
  padding: 50px 0;
}
footer .logo-well {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1490196078);
}
footer .footer-logo img {
  width: 137px;
}
footer a {
  color: grey;
}
footer .social-media {
  justify-content: flex-end;
}
footer .social-media .social-item {
  margin: 0 7px;
}
[dir=rtl] footer .social-media .social-item:last-child {
  margin-left: 0;
}
[dir=ltr] footer .social-media .social-item:last-child {
  margin-right: 0;
}
footer .terms {
  padding-right: 15px;
  color: grey;
}
footer .terms a:not(:last-child):after {
  content: "|";
  margin: 2px;
  color: grey !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
footer .footer-item {
  margin-bottom: 5px;
}
footer .right-panel {
  justify-content: space-between;
}
[dir=rtl] footer .right-panel .footer-nav {
  padding-left: 15px;
  padding-right: 70px;
}
footer .right-panel .footer-nav {
  padding-left: 70px;
  padding-right: 15px;
}
footer .max-right-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .max-right-panel .social-item {
  margin: 0 7px;
}

.category {
  position: relative;
  display: flex;
  align-items: center;
}
.category .container {
  margin-top: 70px;
}
.category .category-title {
  font-size: clamp(45px, 9vw, 80px);
  font-family: "Pacifico";
  color: white;
}
[dir=rtl] .category .category-title {
  text-align: right;
}

.a-img-holder {
  width: 100%;
  height: calc(100% - 20px);
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.products {
  margin-top: 40px;
}
.products .product {
  margin-bottom: 40px;
}
.products .product:hover .product-img::before {
  background: rgba(0, 0, 0, 0.1490196078);
}
.products .product:hover .product-title a {
  color: rgb(221, 72, 41);
}
.products .product-img {
  display: block;
  position: relative;
}
.products .product-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s ease;
}
.products .product-title {
  margin-top: 10px;
}
.products .product-title a {
  transition: all 0.3s ease;
  font-family: "Arial";
  font-size: 25px;
  color: #000;
  text-decoration: none;
}

.product-page {
  padding-top: 115px;
  margin-bottom: 5rem;
}
.product-page .product-title {
  font-family: "Pacifico";
  font-size: clamp(50px, 9vw, 65px);
}
.product-page .product-img-lg {
  margin-bottom: 15px;
  height: 470px;
  overflow: hidden;
}
.product-page .product-img-lg img {
  width: 100%;
}
.product-page .product-img-sm {
  padding-bottom: 15px;
}
.product-page .product-img-sm a {
  height: 150px !important;
}

.ads {
  margin-top: 116px;
}

.main-menu,
.sub-menu {
  margin: 0;
}

.sub-menu {
  border: 5px solid transparent;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu:hover:after {
  transform: rotate(90deg);
  position: absolute;
  top: 10px;
  right: -13px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #e0e0e0;
  border-left: 8px solid transparent;
  content: "";
}

.ad {
  margin: 0 25px;
}

.dropend .dropdown-menu {
  padding-left: 15px;
  background-color: transparent;
}

[dir=rtl] .dropend .dropdown-menu {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .dropdown-submenu:hover:after {
  transform: rotate(270deg);
  left: -14px;
  right: inherit;
}

.dropdown-menu:not(.sub-menu), .dropdown-menu-wrapper {
  padding-top: 13px;
  padding-bottom: 13px;
  border: none;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e0e0e0;
}

.ad {
  margin: 0 25px;
}

.shrink {
  padding: 0 !important;
}
.shrink .navbar-brand img {
  width: 70%;
}

.navbar-brand img {
  transition: all 0.5s ease;
}

.arabic {
  font-family: "Tajawal", sans-serif !important;
}

.back-to-top {
  position: fixed;
  bottom: 3em;
  right: 3em;
  z-index: 10;
}

.carousel.slide {
  height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: transparent;
  align-items: flex-end;
  border: none;
}

[dir=rtl] .section-welcome .right-panel img {
  transform: scaleX(-1);
}

.fa {
  font-family: FontAwesome !important;
}

[dir=rtl] .btn-outline-secondary {
  transform: scaleX(-1);
}

[dir=rtl] .section-contact .form-container {
  border-left: 2px solid black;
  border-right: none;
  padding-right: 90px;
  padding-left: 90px;
  text-align: center;
}
.section-contact .form-container {
  border-right: 2px solid black;
  padding-right: 90px;
  padding-left: 90px;
  text-align: center;
}

.planb {
  font-size: 11px;
}

[dir=rtl] .right-panel-container {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.right-panel-container {
  border-left: 1px solid rgba(0, 0, 0, 0.1490196078);
}

#formContact h2 {
  font-size: 24px;
}
#formContact p {
  font-size: 12px;
  margin-bottom: 30px;
}
#formContact .form-group {
  margin-bottom: 8px;
}
#formContact .form-control {
  padding: 20px;
  height: 60px;
  margin: 0 auto;
}
#formContact .btn {
  margin-top: 30px;
  font-size: 14px;
  border-radius: 6px;
}

[dir=rtl] .product-details {
  text-align: right;
}

.product-number {
  margin-bottom: 25px;
  font-size: 15px;
}

.social-share {
  margin-top: 10px;
}
.social-share h3 {
  font-size: 15px;
  font-weight: 700;
}
.social-share img {
  width: 48px;
  margin: 0 6px;
}

.navbar-holder > .navbar-collapse.show {
  background: red;
}

@media (max-width: 500px) {
  .section-contact .form-container,
  .section-contact .contact-info {
    padding-inline: 30px;
  }
  .section-main {
    padding-top: 150px;
  }
  .section-main .icons-holder {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
    grid-gap: 30px;
  }
  .section-main .icons-holder a img {
    width: 70%;
  }
  .back-to-top,
  .btn-fixed {
    bottom: 1.5em;
    right: 0.7em;
  }
  .back-to-top img,
  .btn-fixed img {
    width: 65%;
  }
  footer .terms {
    flex-direction: column;
  }
  footer .terms a::after {
    content: unset !important;
  }
}
@media (max-width: 991px) {
  .section-contact .form-container {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-right: none;
    position: relative;
  }
  .section-contact .form-container::before {
    content: "";
    width: calc(100% - 30px);
    height: 2px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .view-gallary-btn {
    margin-bottom: 50px;
    margin-top: 40px;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    padding-bottom: 20px;
  }
  .language-container {
    margin: 0 !important;
  }
  .language-container .language {
    min-width: 140px;
    justify-content: space-around;
    grid-gap: 10px;
  }
  .icons-holder a {
    width: 30%;
  }
  .icons-holder a img {
    width: 50%;
  }
  .navbar-expand-md .navbar-collapse {
    flex-basis: 100%;
    display: unset !important;
  }
  .navbar-expand-md {
    justify-content: space-between;
  }
  .navbar-expand-md .navbar-toggler {
    display: unset !important;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column !important;
  }
  .navbar-expand-md {
    flex-wrap: wrap;
  }
  footer .container .row {
    flex-direction: column;
  }
  footer .container .footer-logo {
    min-height: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  footer .container .footer-logo img {
    min-width: 120px;
  }
  footer .container .right-panel-container {
    padding-top: 20px;
    text-align: center;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
  }
  footer .container .right-panel div {
    padding-inline: 15px !important;
  }
  footer .container .right-panel .col {
    margin-bottom: 15px;
  }
  footer .container .social-media {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
  }
  footer .container .planb,
  footer .container .rights-reserved {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
  }
  footer .container .terms {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .section-welcome {
    background-position: revert;
  }
  .section-welcome .text {
    max-width: 100%;
  }
  .language-container .language .langs {
    grid-gap: 10px;
  }
  .dropdown-submenu:hover:after {
    content: unset;
  }
  .phone-tilted {
    visibility: hidden;
  }
}
#gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
#gallery a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#productGalleryModal .modal-body {
  position: unset;
}
#productGalleryModal .carousel-control-prev,
#productGalleryModal .carousel-control-next {
  top: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
}
[dir=rtl] #productGalleryModal .carousel-control-next {
  left: 20vw;
  right: unset;
}
#productGalleryModal .carousel-control-next {
  right: 20vw;
}
[dir=rtl] #productGalleryModal .carousel-control-prev {
  right: 20vw;
  left: unset;
}
#productGalleryModal .carousel-control-prev {
  left: 20vw;
}
#productGalleryModal .carousel-control-next-icon,
#productGalleryModal .carousel-control-prev-icon {
  background-color: black;
  background-size: 23px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
#productGalleryModal .carousel-item img {
  -o-object-fit: contain;
     object-fit: contain;
}
#productGalleryModal .modal-content {
  align-items: center;
}
#productGalleryModal .modal-footer {
  border: 0;
  padding: 0;
  justify-content: center;
}
#productGalleryModal .modal-footer .carousel-control-next,
#productGalleryModal .modal-footer .carousel-control-prev {
  position: static;
}

#offersCarousel {
  position: relative;
}
#offersCarousel img {
  filter: brightness(60%);
}
#offersCarousel .carousel-control-prev,
#offersCarousel .carousel-control-next {
  bottom: 45px;
  top: unset;
  width: auto;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid white;
}
#offersCarousel .carousel-control-prev {
  left: 15px;
}
#offersCarousel .carousel-control-next {
  right: 15px;
}
#offersCarousel .carousel-inner,
#offersCarousel .carousel-item {
  position: unset;
}
#offersCarousel .offer-title {
  position: absolute;
  bottom: 35px;
  z-index: 5;
  left: 75px;
  color: white;
}
#offersCarousel .offer-title h1 {
  font-family: "Pacifico";
  font-size: 50px;
}

[dir=rtl] #offersCarousel .carousel-control-prev {
  left: auto;
  right: 15px;
}
[dir=rtl] #offersCarousel .carousel-control-next {
  left: 15px;
  right: auto;
}
[dir=rtl] #offersCarousel .offer-title {
  left: auto;
  right: 75px;
}

.typeahead.dropdown-menu {
  width: 100%;
  margin-top: 7px;
}
[dir=rtl] .typeahead.dropdown-menu {
  text-align: right;
}
.typeahead.dropdown-menu h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.typeahead.dropdown-menu p {
  font-size: 20px;
  opacity: 0.37;
  margin: 0;
}
.typeahead.dropdown-menu .dropdown-item {
  border-bottom: 1px solid #eee;
}

#searchModal .search-big {
  font-size: 35px;
  font-weight: 700;
  color: white;
}
[dir=rtl] #searchModal .search-big {
  text-align: right;
}
#searchModal .btn-outline-secondary {
  background: #d9d9d9;
  color: black;
  height: 100%;
}

.about-page {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0;
}
.about-page .content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page .content-center .about-big {
  font-size: 84px;
  font-weight: 400;
  font-family: "Pacifico";
  color: white;
  margin-top: 15px;
}
.about-page .page-wrapper {
  width: 600px;
  background-color: white;
  border-radius: 10px;
  padding: 40px 30px;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.btn:hover {
  color: rgb(221, 72, 41) !important;
}

@media (max-width: 768px) {
  #productGalleryModal .carousel-item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 68vh !important;
    width: 90vw !important;
  }
  [dir=rtl] #productGalleryModal .carousel-control-next {
    left: 6vw;
    right: unset;
  }
  #productGalleryModal .carousel-control-next {
    right: 6vw;
  }
  [dir=rtl] #productGalleryModal .carousel-control-prev {
    right: 6vw;
    left: unset;
  }
  #productGalleryModal .carousel-control-prev {
    left: 6vw;
  }
}
#close-btn {
  position: absolute;
  z-index: 5;
  font-size: 30px;
  right: 25px;
  top: -25px;
}

.row-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ui-front {
  z-index: 9999 !important;
}

.ui-state-active {
  border: none !important;
  background: none !important;
}

.ui-menu {
  margin-top: 7px !important;
}
.ui-menu h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ui-menu p {
  font-size: 20px;
  opacity: 0.37;
  margin: 0;
}
.ui-menu .ui-menu-item {
  border-bottom: 1px solid #eee;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
  text-align: start;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  text-align: start;
}

.parsley-errors-list {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  line-height: 0.9em;
  opacity: 0;
  text-align: start;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.parsley-type,
.parsley-required,
.parsley-equalto,
.parsley-pattern,
.parsley-length {
  color: #ff0000;
}

[lang=ar] .title-big h1 {
  font-family: "Tajawal", sans-serif !important;
}
[lang=ar] [type=email],
[lang=ar] [type=number],
[lang=ar] [type=tel],
[lang=ar] [type=url] {
  direction: rtl;
}

.offer-title h1 {
  font-family: "Pacifico" !important;
  font-size: 65px;
  margin: 0;
}
.offer-title {
  margin-bottom: 30px;
}

.offer-body p {
  font-size: 18px;
  margin: 0;
}
.offer-body {
  margin-bottom: 30px;
}

.offer-img img {
  width: 100%;
}

.app-page {
  padding-top: 115px;
}

.wave-container {
  background: #F6F6F6;
  clip-path: url(#wave);
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 0;
  bottom: 0;
}
[dir=rtl] .wave-container {
  transform: scaleX(-1);
}

.app-download {
  width: 275px;
  background-color: white;
  padding: 30px 0 20px 0;
  border-radius: 15px;
  border: 1px solid #C1C1C1;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 35px;
}
.app-download .title {
  color: black;
}

.main-extension {
  padding: 20px 0;
  background: #f6f6f6;
  position: absolute;
  bottom: -114px;
  width: 100%;
}

.section-body {
  margin-top: 150px;
}
.section-body .app-features {
  list-style: none;
  font-size: 46px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 50px;
}
.section-body .app-features li {
  position: relative;
  padding-inline-start: 25px;
}
.section-body .app-features li::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #E13511;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
[dir=rtl] .section-body .app-features li::before {
  margin-right: 0;
  margin-left: 15px;
  left: auto;
  right: 0;
}
.section-body .links h5 {
  font-size: 30px;
}
.section-body .links .video-feature .col {
  padding-inline-start: 0;
}
.section-body .links .video-feature .btn {
  border-radius: 6px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  min-width: 250px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
.section-body .links .video-feature h1 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Source Sans Pro";
  margin: 0;
}
.section-body .links .video-feature .video-link {
  color: white;
  background-color: #E13511;
}
.section-body .links .video-feature .video-link:hover {
  background-color: white;
}
.section-body .links .video-feature .features-link {
  color: black;
}
.section-body .links .store .col {
  padding-inline-start: 0;
}
.section-body .links .store .col a {
  padding: 0;
}
.section-body .links .store {
  margin: 10px 0;
}
.section-body .app-slider {
  margin: 150px 0;
}
.section-body .app-slider .owl-carousel {
  z-index: 0;
}
.section-body .app-slider .item {
  display: flex;
  align-items: center;
}
.section-body .app-slider .item .screen img {
  width: 420px;
}
.section-body .app-slider .item .features {
  margin-left: 40px;
}
[dir=rtl] .section-body .app-slider .item .features {
  margin-left: 0;
  margin-right: 40px;
}
.section-body .app-slider .item .features .screen-title h2 {
  font-size: 84px;
  font-family: "Pacifico";
}
.section-body .app-slider .item .features .screen-title {
  margin-bottom: 40px;
}
.section-body .app-slider .owl-dot {
  background-color: #DCDCDC !important;
}
.section-body .app-slider .owl-dot.active {
  background-color: #EC7869 !important;
}
.section-body .app-slider .owl-dot span {
  background: transparent !important;
}

.phone-tilted {
  margin-right: -100px;
}
.phone-tilted [dir=rtl] {
  margin-right: 0;
  margin-left: -100px;
}
.phone-tilted img {
  transform: rotate(-18deg);
}
[dir=rtl] .phone-tilted img {
  transform: scaleX(-1) rotate(-18deg);
}

.main-section-floating {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
}

.mobile-app-page #header .header-right .nav-item > a,
.mobile-app-page .language > a {
  color: #000;
}
.mobile-app-page #header .black .header-right .nav-item > a,
.mobile-app-page .language > a {
  color: #fff !important;
}

.app-section {
  background-image: url("/img/app-bg1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.richtext span, .richtext div, .richtext p {
  font-family: "Arial", "Open Sans", sans-serif !important;
  font-size: 16px !important;
}

[lang=ar] .richtext span, [lang=ar] .richtext div, [lang=ar] .richtext p {
  font-family: "Tajawal", sans-serif !important;
  font-size: 16px !important;
}

.product-colors, .product-sizes {
  margin-bottom: 20px;
}

.product-sizes ul {
  padding: 0;
  margin: 0;
}
.product-sizes ul li {
  display: block;
  text-align: center;
  padding: 5px 20px;
  margin: 2px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 10px;
}

.product-info {
  direction: ltr !important;
  text-align: left !important;
}
.product-info p, .product-info div, .product-info span {
  direction: ltr !important;
  text-align: left !important;
}

[lang=ar] .product-sizes ul li {
  float: right;
}
[lang=ar] .product-info {
  direction: rtl !important;
  text-align: right !important;
}
[lang=ar] .product-info p, [lang=ar] .product-info div, [lang=ar] .product-info span {
  direction: rtl !important;
  text-align: right !important;
}

.mfp-counter {
  direction: ltr;
}
