@font-face {
  font-family: "Tajawal-Medium";
  src: url("../fonts/Tajawal-Medium.ttf"); }
body {
  direction:ltr;
  font-family: "Tajawal-Medium";
  text-align: left;
  background: url("..//img/mehmal-logo.png") no-repeat right center fixed;
  -webkit-background-size: 50% 100%;
  -moz-background-size: 50% 100%;
  -o-background-size: 50% 100%;
  background-size: 50% 100%;
  margin-top: 0;
  min-height: 700px; }

.index-home .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh;
  background: #fff; }
.index-home .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.index-home .parent .navbar .select-current{
  background: transparent;
  border: none;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  margin-top: 1px;
  padding:0 3px;
  cursor: pointer;
}
.index-home .parent .navbar .select-current:focus{
  outline: none;
  box-shadow:none;

}
.index-home .parent .navbar .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799; }
.index-home .parent .navbar .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  color: #000;
  background: #ddd;
  text-decoration: none;
  margin: 10px;
  padding: 0px 7px;
  height: 25px;
  border-radius: 3px;
  line-height: .8;
  font-weight: bold; }
.index-home .parent .navbar .sidenav .cover {
  width: 100%;
  height: 200px; }
.index-home .parent .navbar .sidenav .contact-list li {
  margin: 20px 0; }
.index-home .parent .navbar .sidenav .contact-list li a {
  color: #2e3192;
  font-size: 20px;
  text-decoration: none;
  display: flex; }
.index-home .parent .navbar .sidenav .contact-list li a h6 {
  margin: 0 15px; }
.index-home .parent .navbar .sidenav .contact-list li a .fa {
  width: 20px; }
.index-home .parent .navbar .sidenav .social-media li {
  margin: 0 2px; }
.index-home .parent .navbar .sidenav .social-media li a {
  text-decoration: none;
  margin: 0 5px; }
.index-home .parent .navbar .sidenav .social-media li a img {
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 50%;
  background: #2e3192; }
.index-home .parent .navbar .bars {
  cursor: pointer;
  color: #2e3192;  }
.index-home .parent .navbar .navbar-nav {
  margin: 0; }
.index-home .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.index-home .parent .categories {
  min-height: 100vh; }
.index-home .parent .categories .input-track:focus{
  outline: none;
  box-shadow: none;
}
.index-home .parent .categories .track{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: none !important;
  box-shadow: none !important;
}
.index-home .parent .categories .cover {
  display: none; }
.index-home .parent .categories ul {
  padding: 0 15px; }
.index-home .parent .categories ul li {
  position: relative; }
.index-home .parent .categories ul li a {
  text-decoration: none; }
.index-home .parent .categories ul li a img {
  width: 128px;
  height: 128px; }
.index-home .parent .categories ul li a h6 {
  font-size: 18px;
  color: #2e3192;
  margin: 0 20px; }
.index-home .parent .categories ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: auto; }
.index-home .parent .categories ul li .fa {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  color: #2e3192;
  font-size: 28px;
  align-items: center;
  display: flex;
  font-weight: bold;
  transform: rotate(180deg); }

@media (max-width: 768px) {
  .index-home .categories .cover {
    display: block !important;
    width: 100%;
    height: 200px; } }
.categories .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh;
  position: relative;
  background: #fff; }
.categories .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.categories .parent .navbar .angle-left {
  cursor: pointer;
  text-decoration: none;
  color: #2e3192;
  font-size: 28px;
  transform: rotate(180deg); }
.categories .parent .navbar .navbar-nav {
  margin: 0; }
.categories .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.categories .parent .list-categories {
  position: relative;
  min-height: 100vh; }
.categories .parent .list-categories .cover {
  display: none; }
.categories .parent .list-categories ul {
  padding: 0 15px 55px 15px; }
.categories .parent .list-categories ul li {
  position: relative;
  padding: 10px 0;
  text-decoration: none; }
.categories .parent .list-categories ul li .carousel .carousel-inner {
  width: 150px;
  height: 150px; }
.categories .parent .list-categories ul li .carousel .carousel-item {
  width: 100%;
  height: 100%}
.categories .parent .list-categories ul li .carousel .carousel-item img {
  width: 75%;
  height: 100%;}
.categories .parent .list-categories ul li .carousel .carousel-control-next {
  left: -10px; }
.categories .parent .list-categories ul li .carousel .carousel-control-prev {
  right: -4px; }
.categories .parent .list-categories ul li .description {
  margin: 0 20px; }
.categories .parent .list-categories ul li .description h5 {
  font-size: 18px;
  color: #000; }
.categories .parent .list-categories ul li .description p {
  color: #2e3192;
  font-size: 13px;
  margin-bottom: 5px; }
.categories .parent .list-categories ul li .description h6 {
  font-size: 18px;
  color: #2e3192;
  font-weight: 600;}
.categories .parent .list-categories ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: auto; }
.categories .parent .list-categories ul li .angle-right {
  color: #000;
  font-size: 18px;
  font-weight: bold; }
.categories .parent .list-categories ul li .angle-left {
  color: #000;
  font-size: 18px;
  font-weight: bold; }
.categories .parent .list-categories ul li .counter {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 30px; }
.categories .parent .list-categories ul li .counter .btn {
  background: #2e3192;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 0; }
.categories .parent .list-categories ul li .counter .add {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

  padding: 0 10px; }
.categories .parent .list-categories ul li .counter .remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 10px; }
.categories .parent .list-categories ul li .counter .btn:focus {
  outline: none; }
.categories .parent .list-categories ul li .counter span {
  background: #fff;
  color: #2e3192;
  font-size: 1rem;
  margin: 10px;
  line-height: .8; }
.categories .parent .list-categories .request-button {
  background: #2e3192;
  text-align: center;
  padding: 15px;
  position: fixed;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 555;
  margin-top: 30px;
  width: 50%;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  margin-bottom: -5px;}

@media (max-width: 768px) {
  .locations .locations-tab .cover {
    display: block !important;
    width: 100%;
    height: 200px; }
  .locations .request-button {
    width: 100% !important; } }
.cart .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh;
  position: relative;
  background: #fff; }
.cart .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.cart .parent .navbar .angle-left {
  cursor: pointer;
  text-decoration: none;
  color: #2e3192;
  font-size: 28px;
  transform: rotate(180deg);
}
.cart .parent .navbar .trash{
  cursor: pointer;
  text-decoration: none;
  color: #2e3192;
  font-size: 28px;
}
.cart .parent .navbar .navbar-nav {
  margin: 0; }
.cart .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.cart .parent .list-product {
  position: relative;
  min-height: 100vh; }
.cart .parent .list-product .cover {
  display: none; }
.cart .parent .list-product ul {
  padding: 0 15px 55px 15px; }
.cart .parent .list-product ul li {
  position: relative;
  padding: 10px 0;
  text-decoration: none; }
.cart .parent .list-product ul li .details-product h5 {
  font-size: 18px;
  color: #000; }
.cart .parent .list-product ul li .details-product h6 {
  font-size: 14px;
  color: #707070; }
.cart .parent .list-product ul li .price-product h5 {
  font-size: 18px;
  color: #2e3192;
  text-align: left; }
.cart .parent .list-product ul li .price-product .counter {
  height: 30px; }
.cart .parent .list-product ul li .price-product .counter .btn {
  background: #2e3192;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 0; }
.cart .parent .list-product ul li .price-product .counter .add {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px; }
.cart .parent .list-product ul li .price-product .counter .remove {

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 10px; }
.cart .parent .list-product ul li .price-product .counter .btn:focus {
  outline: none; }
.cart .parent .list-product ul li .price-product .counter span {
  background: #fff;
  color: #2e3192;
  font-size: 1rem;
  margin: 10px;
  line-height: .8; }
.cart .parent .list-product ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: auto; }
.cart .parent .list-product .request-button {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 555;
  margin-top: 30px;
  width: 50%;
  text-decoration: none;
  font-size: 17px; }
.cart .parent .list-product .request-button .request {
  color: #fff;
  background: #2e3192;
  width: 65%;
  padding: 15px;
  text-decoration: none; }
.cart .parent .list-product .request-button .price {
  color: #fff;
  background: darkblue;
  width: 35%;
  padding: 15px;
  text-decoration: none; }

@media (max-width: 768px) {
  .cart .list-product .cover {
    display: block !important;
    width: 100%;
    height: 200px;}
  .cart .request-button {
    width: 100% !important; } }
.checkout .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh;
  position: relative; }
.checkout .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.checkout .parent .navbar .angle-left {
  cursor: pointer;
  text-decoration: none;
  color: #2e3192;
  font-size: 28px;
  transform: rotate(180deg); }
.checkout .parent .navbar .navbar-nav {
  margin: 0; }
.checkout .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.checkout .parent .form-client {
  background: #fff;
  min-height: 100vh;
  padding-bottom: 15px; }
.checkout .parent .form-client .cover {
  display: none; }
.checkout .parent .form-client .add-copoun{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border: none !important;
  box-shadow: none !important;
}
.checkout .parent .form-client ::-webkit-input-placeholder {
  text-align: left; }
.checkout .parent .form-client .payment {
  background: #f0f0f0;
  padding: 15px;
  position: relative; }
.checkout .parent .form-client .payment h5 {
  margin-bottom: 15px;
  font-size: 18px; }
.checkout .parent .form-client .payment li {
  display: flex;
  padding: 10px;
  position: relative; }
.checkout .parent .form-client .payment li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  margin: auto;
  height: 1px;
  background: #ddd; }
.checkout .parent .form-client .payment li h6 {
  margin-bottom: 0;
  font-size: 16px;
  width: 40%;
  color: #707070; }
.checkout .parent .form-client .payment li span {
  font-size: 14px;
  color: #707070; }
.checkout .parent .form-client .payment:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  height: 1px; }
.checkout .parent .form-client .payment:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 1px;
  background: black; }
.checkout .parent .form-client .price {
  padding: 0; }
.checkout .parent .form-client .price .radio {
  margin: 0.5rem 0; }
.checkout .parent .form-client .price .radio input[type="radio"] {
  position: absolute;
  opacity: 0; }
.checkout .parent .form-client .price .radio input[type="radio"] + .radio-label {
  color: #2e3192;
  font-size: 16px;
  margin-bottom: 0; }
.checkout .parent .form-client .price .radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #2e3192;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  transition: all 250ms ease;
  margin-bottom: -4px; }
.checkout .parent .form-client .price .radio input[type="radio"]:checked + .radio-label:before {
  background-color: #2e3192;
  box-shadow: inset 0 0 0 4px #2e3192;
  margin-bottom: -4px; }
.checkout .parent .form-client .price .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #2e3192;
  margin-bottom: -4px; }
.checkout .parent .form-client .price .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #2e3192;
  border-color: #0f1031;
  background: #0f1031; }
.checkout .parent .form-client .price .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0; }
.checkout .parent .form-client .flag-input .input-group-text {
  padding: 6px 30px; }
.checkout .parent .form-client .flag-input img {
  width: 20px;
  height: 15px;
  position: absolute;
  right: 7px;
  bottom: 0;
  top: 0;
  margin: auto; }
.checkout .parent .form-client .flag-input input::-webkit-outer-spin-button,
.checkout .parent .form-client .flag-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.checkout .parent .form-client .terms {
  font-size: 16px; }
.checkout .parent .form-client .terms a {
  color: #2e3192;
  background: transparent;
  border: none;}
.checkout .parent .form-client .modal .modal-header .close {
  margin: 0 !important;
  padding: 0 !important; }
.checkout .parent .form-client .done-order {
  background: #00c851;
  color: #fff;
  font-size: 18px; }
.checkout .parent .form-client input:focus {
  box-shadow: none;
  outline: none; }

@media (max-width: 768px) {
  .checkout .form-client .cover {
    display: block !important;
    width: 100%;
    height: 200px; } }
.categories .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh;
  position: relative; }
.categories .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.categories .parent .navbar .angle-left {
  cursor: pointer;
  text-decoration: none;
  color: #2e3192;
  font-size: 28px;
  transform: rotate(180deg); }
.categories .parent .navbar .navbar-nav {
  margin: 0; }
.categories .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.categories .parent .list-search-product {
  position: relative; }
.categories .parent .list-search-product .cover {
  display: none; }
.categories .parent .list-search-product .search-product:focus {
  outline: none;
  box-shadow: none; }
.categories .parent .list-search-product ul {
  padding: 0 15px 55px 15px; }
.categories .parent .list-search-product ul li {
  position: relative;
  text-decoration: none; }
.categories .parent .list-search-product ul li .details-product {
  margin: 0 20px; }
.categories .parent .list-search-product ul li .details-product h5 {
  font-size: 18px;
  color: #000; }
.categories .parent .list-search-product ul li .details-product h6 {
  font-size: 14px;
  color: #707070; }
.categories .parent .list-search-product ul li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: auto; }
.categories .parent .list-search-product ul li .counter {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5px;
  height: 30px; }
.categories .parent .list-search-product ul li .counter .btn {
  background: #2e3192;
  color: #fff;
  font-size: 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 0; }
.categories .parent .list-search-product ul li .counter .add {

  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px; }
.categories .parent .list-search-product ul li .counter .remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 10px; }
.categories .parent .list-search-product ul li .counter .btn:focus {
  outline: none; }
.categories .parent .list-search-product ul li .counter span {
  background: #fff;
  color: #2e3192;
  font-size: 1rem;
  margin: 10px;
  line-height: .8; }
.categories .img-overlay img {
  width: 100%;
  height: 100vh; }

@media (max-width: 768px) {
  .categories .list-search-product .cover {
    display: block !important;
    width: 100%;
    height: 200px; }
  .categories .request-button {
    width: 100% !important; } }
.locations .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh; }
.locations .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.locations .parent .navbar .select-current{
  background: transparent;
  border: none;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  margin-top: 1px;
  padding:0 3px;
  cursor: pointer;
}
.locations .parent .navbar .select-current:focus{
  outline: none;
  box-shadow:none;

}
.locations .parent .navbar .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.3s;
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799; }
.locations .parent .navbar .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  color: #000;
  background: #ddd;
  text-decoration: none;
  margin: 10px;
  padding: 0px 7px;
  height: 25px;
  border-radius: 3px;
  line-height: .8;
  font-weight: bold; }
.locations .parent .navbar .sidenav .cover {
  width: 100%;
  height: 200px; }
.locations .parent .navbar .sidenav .contact-list li {
  margin: 20px 0; }
.locations .parent .navbar .sidenav .contact-list li a {
  color: #2e3192;
  font-size: 20px;
  text-decoration: none;
  display: flex; }
.locations .parent .navbar .sidenav .contact-list li a h6 {
  margin: 0 15px; }
.locations .parent .navbar .sidenav .contact-list li a .fa {
  width: 20px; }
.locations .parent .navbar .sidenav .social-media li {
  margin: 0 2px; }
.locations .parent .navbar .sidenav .social-media li a {
  text-decoration: none;
  margin: 0 5px; }
.locations .parent .navbar .sidenav .social-media li a img {
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 50%;
  background: #2e3192; }
.locations .parent .navbar .bars {
  cursor: pointer;
  color: #2e3192;  }
.locations .parent .navbar .navbar-nav {
  margin: 0; }
.locations .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.locations .parent .locations-tab {
  background: #fff;
  min-height: 100vh; }
.locations .parent .locations-tab .cover {
  display: none; }
.locations .parent .locations-tab .branch {
  margin:10px 0 20px 0;
  position: relative; }

.locations .parent .locations-tab .branch:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  width: 98%;
  margin: auto;
  height: 1px;
  background: #ddd; }
.locations .parent .locations-tab .nav {
  background: #00bcd4;
  padding: 15px; }
.locations .parent .locations-tab .nav .nav-item {
  position: relative; }
.locations .parent .locations-tab .nav .nav-item .nav-link {
  color: #fff; }
.locations .parent .locations-tab .nav .nav-item .nav-link.active:after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffeb3b; }
.locations .parent .locations-tab .all-Cities {
  margin-bottom: 10px;
  padding: 15px;
  cursor: pointer; }
.locations .parent .locations-tab .all-Cities a {
  text-align: right;
  padding: 10px 30px;
  background: #fff; }
.locations .parent .locations-tab .all-Cities a:focus {
  box-shadow: none;
  outline: none; }
.locations .parent .locations-tab .all-Cities .card-body {
  padding: 15px;
  font-size: 1rem;
  color: #212C47;
  border: none;
  position: relative; }
.locations .parent .locations-tab .all-Cities .card-body ul {
  margin-bottom: 0; }
.locations .parent .locations-tab .all-Cities .card-body ul li {
  margin-bottom: 10px; }
.locations .parent .locations-tab .all-Cities .card-body ul li h6 {
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 0; }
.locations .parent .locations-tab .all-Cities .btn {
  position: relative;
  background: #fff;
  color: #2e3192;
  padding: 10px 15px;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
  margin: 0;
  border: 1px solid #ddd;
  box-shadow: none; }
.locations .parent .locations-tab .all-Cities .btn:focus {
  box-shadow: none;
  outline: #2e3192; }
.locations .parent .locations-tab .all-Cities .btn[aria-expanded="false"]:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  position: absolute;
  color: #2e3192;
  left: 15px;
  top: 8px;
  font-size: 20px; }
.locations .parent .locations-tab .all-Cities .btn[aria-expanded="true"]:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  position: absolute;
  color: #2e3192;
  left: 15px;
  top: 8px;
  font-size: 20px; }

@media (max-width: 768px) {
  .categories .list-categories .cover {
    display: block !important;
    width: 100%;
    height: 200px;} }
@media (max-width: 768px) {
  body {
    background: none !important; } }

.loading-image{
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/loader.gif");
  background-position: 50% 50%;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
}

body.loading{
  overflow: hidden;
}

body.loading .loading-image{
  display: block;
}

/*# sourceMappingURL=style.css.map */


.followup-order .parent {
  -webkit-box-shadow: -1px 0px 16px 0px #999799;
  -moz-box-shadow: -1px 0px 16px 0px #999799;
  box-shadow: -1px 0px 16px 0px #999799;
  min-height: 100vh;
  position: relative;
  background: #fff; }
.followup-order .parent .navbar {
  background-color: #fbf9fa;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12); }
.followup-order .parent .navbar .angle-left {
  cursor: pointer;
  text-decoration: none;
  color: #2e3192;
  font-size: 28px;
  transform: rotate(180deg);
}

.followup-order .parent .navbar .navbar-nav {
  margin: 0; }
.followup-order .parent .navbar .navbar-nav .nav-item .nav-link {
  color: #000; }
.followup-order .parent .list-product {
  position: relative;
  min-height: 100vh; }
.followup-order .parent .list-product .order-number{
  padding:15px
}
.followup-order .parent .list-product .order-number h2{
  font-size: 18px;;
}
.followup-order .parent .list-product .cover {
  display: none; }
.followup-order .parent .list-product .payment {
  background: #f0f0f0;
  padding: 15px;
  position: relative; }
.followup-order .parent .list-product .payment h5 {
  margin-bottom: 15px;
  font-size: 18px; }
.followup-order .parent .list-product .payment li {
  display: flex;
  padding: 10px;
  position: relative; }
.followup-order .parent .list-product .payment li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  margin: auto;
  height: 1px;
  background: #ddd; }
.followup-order .parent .list-product .payment li h6 {
  margin-bottom: 0;
  font-size: 16px;
  width: 40%;
  color: #707070; }
.followup-order .parent .list-product .payment li span {
  font-size: 14px;
  color: #707070; }
.followup-order .parent .list-product .payment:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin: auto;
  height: 1px; }
.followup-order .parent .list-product .payment:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 1px;
  background: black; }
.followup-order .parent .list-product .product{
  padding: 0;
}
.followup-order .parent .list-product .product h4{
  padding: 15px;
  font-size: 18px;
}
.followup-order .parent .list-product .product li {
  position: relative;
  padding: 10px 0;
  text-decoration: none;
  background: #fff;
  padding: 15px; }
.followup-order .parent .list-product .product li  .details-product h5 {
  font-size: 18px;
  color: #000; }
.followup-order .parent .list-product .product li .details-product h6 {
  font-size: 14px;
  color: #707070;
  width:100%}
.followup-order .parent .list-product .product li .price-product h5 {
  font-size: 18px;
  color: #2e3192;
  text-align: left; }

@media (max-width: 768px) {
  .followup-order .list-product .cover {
    display: block !important;
    width: 100%;
    height: 200px;}
  .followup-order .request-button {
    width: 100% !important; } }

