/***** colors ***********/
.c-white {
  color: white;
}

/******** font families **********/
/*****text *************/
.h2 {
  font-size: 40px;
  font-weight: bold;
}

.h3 {
  font-size: 30px;
  font-family: "Cairo", sans-serif;
}

.title {
  color: #2192ff;
}

/**** buttons***/
.btn {
  padding: 5px 10px;
  border-radius: 10px;
}

.btn-light-yellow {
  background-color: #FFD500;
  color: #00296b;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn-light-yellow:hover {
  color: #00296b;
  border: 1px solid #00296b;
}

.btn-light-yellow-header {
  background-color: #FFD500;
  color: #00296b;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.btn-light-yellow-header:hover {
  color: #FDC500;
  border: 1px solid #FDC500;
}

.btn-light-blue {
  background-color: #2192ff;
  color: #00296b;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
}

.btn-light-blue:hover {
  color: #00296b;
  border: 1px solid #00296b;
}

.btn-banner {
  background-color: #00296b;
  color: #fff;
  padding: 15px 15px;
  font-family: "Cairo", sans-serif;
  font-size: 19px;
}

.btn-banner:hover {
  background-color: #001331;
}

.btn-dark-green {
  background-color: #1C6758;
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-size: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.btn-dark-green:hover {
  color: #1C6758;
  border: 1px solid #3D8361;
}

.btn_add-cart {
  color: #00296b;
  background-color: #FFD500;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.btn_add-cart:hover {
  background: #FDC500;
  color: #00296b;
}

.modal {
  font-family: "Cairo", sans-serif;
  text-align: right;
}

.breadcrumb {
  text-align: right;
  float: right;
}

/******** pagination ****/
.the_pagination {
  width: 100%;
}

.the_pagination nav {
  text-align: center;
}

.rtl {
  direction: rtl;
}

.navbar {
  background-color: #00296b;
}

.navbar .icon-toggle {
  color: #fff;
  float: right;
}

.navbar .navbar-toggler {
  background-color: #FDC500;
  color: #FFD500;
}

.navbar .navbar-brand {
  /*font-family: $Lemonada;
        color:$white;
        font-weight: 700;
        font-size:30px;
        span{

            border-radius:5px;
            margin-left:3px;
            color:$dark-yellow;
            padding:3px;
        }
        */
  max-height: 50px;
  max-width: 100px;
  float: right;
}

.navbar .navbar-brand img {
  height: 70%;
  width: 100%;
}

.navbar .navbar-nav {
  font-family: "Cairo", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.navbar .navbar-nav .nav-item .cart_link {
  background-color: #FFD500;
  color: #00296b !important;
  border-radius: 20px;
  max-width: 150px;
  margin-bottom: 3px;
  text-align: center;
}

.navbar .navbar-nav .nav-item .cart_link:hover {
  background-color: #FDC500;
}

.navbar .navbar-nav .nav-item .cart_link .cart_num {
  background-color: red;
  color: #fff;
  border-radius: 50%;
  padding: 0px 7px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #FFD500;
}

.navbar .navbar-nav .nav-item .account {
  background-color: #f95738;
  border-radius: 20px;
  max-width: 150px;
  text-align: center;
}

/*.landing{
    background-color:$dark-blue;
    min-height: calc(80vh - 150px);
    .h2{
      font-family:$Cairo;
    }
    &-paragraph{
      font-family:$Cairo;
      font-size:21px;
      font-weight:300;
    }
}

.section_divider {
    position: relative;
    background: $dark-blue;
    height: 50vh;

    .wave {
        position: absolute;
        height: 70px;
        width: 100%;
        background: $dark-blue;
        bottom: 0;

        &::before, &::after {
            content: "";
            display: block;
            position: absolute;
            border-radius: 50% 100%;
          }
        &::before {
            width: 55%;
            height: 100%;
            background-color: $dark-blue;
            right: -1.5%;
            top: 40%;
          }
        &::after {
            width: 55%;
            height: 109%;
            background-color: #fff;
            left: -1.5%;
            top: 60%;
          }
      }
  }


  */
.landing {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.landing .overflow-hero {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00296bc4;
  z-index: 10;
}

.landing .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  font-family: "Cairo", sans-serif;
}

.landing .hero-content .h2 {
  color: #fff;
}

.landing .hero-content .h2 span {
  color: #FDC500;
}

.landing .hero-content .hero-title {
  text-align: center;
}

.landing .hero-content .landing-paragraph {
  text-align: center;
  color: #ddd;
  font-size: 20px;
}

.landing .hero-content .btn-heroseach {
  width: 70px;
  text-align: center;
  border: none;
}

.how-it-works {
  margin-top: 50px;
  width: 100%;
}

.how-it-works_title {
  color: #2192ff;
}

.how-it-works .how-it-works_content {
  direction: rtl;
}

.how-it-works .how-it-works_content .item {
  margin-bottom: 40px;
}

.how-it-works .how-it-works_content .item span {
  font-size: 25px;
  font-family: "Cairo", sans-serif;
}

.how-it-works .how-it-works_content .item span .item_icon {
  color: #2192ff;
  font-size: 26px;
  margin-left: 10px;
}

.how-it-works .how-it-works_content .item p {
  font-family: "Lateef", serif;
  font-size: 20px;
  margin-right: 30px;
}

.how-it-works_img {
  max-height: 600px;
}

.how-it-works_img img {
  height: 98%;
}

.home_categories {
  margin-top: 100px;
  padding-bottom: 50px;
}

.home_categories .category-fegure {
  position: relative;
}

.home_categories .category-fegure .category_img {
  height: 250px;
  width: 100%;
}

.home_categories .category-fegure .category_title {
  background-color: #00296b;
  font-family: Cairo;
  font-size: 20px;
  position: absolute;
  bottom: -6px;
  width: 93%;
  right: 13px;
  padding: 10px;
  border-radius: 25px 25px 0px 0px;
  font-weight: bold;
}

.home_categories .more_category {
  background: #FFD500;
  color: #00296b;
  font-size: 20px;
  font-weight: bold;
  font-family: "Cairo", sans-serif;
  padding: 11px 60px;
  text-decoration: none;
  border-radius: 25px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.home_categories .more_category:hover {
  color: #00296b;
  border: 1px solid #FDC500;
  background-color: #FDC500;
}

.services {
  background-color: #00296b;
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 30px;
}

.services .box {
  direction: rtl;
  text-align: center;
  margin-top: 50px;
  color: white;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.services .box:hover {
  color: #FFD500;
}

.services .box .services-icon {
  font-size: 70px;
  text-align: center;
  margin-bottom: 30px;
}

.services .box .service_title {
  font-size: 18px;
  font-family: "Cairo", sans-serif;
}

.services .box .service_content {
  font-family: "Lateef", serif;
  font-size: 17px;
}

.subscription .subscribe_content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscription .subscribe_content img {
  max-height: 400px;
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.subscription .form_subscribe {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.subscription .form_subscribe input {
  text-align: right;
  font-family: "Cairo", sans-serif;
}

.subscription .form_subscribe .subscribe-submit {
  width: 100px;
}

.home_footer {
  background-color: #00296b;
  height: 70px;
  text-align: center;
  direction: rtl;
  color: #fff;
  font-family: "Cairo", sans-serif;
}

.user__login {
  direction: rtl;
  text-align: right;
  min-height: 100vh;
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user__login .login__form {
  background: #fff;
  max-width: 500px;
  margin: auto;
  padding-top: 50px;
}

.user__login .login__form input-group {
  width: 80%;
  margin: 10px auto;
}

.incription__page {
  background-color: #ddd;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.incription__page .inscription_login {
  background-color: #00296b;
  height: 400px;
  width: 500px;
}

.incription__page .inscription_login .inscription_form {
  padding-top: 50px;
  width: 80%;
  margin: auto;
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
  color: #fff;
}

.incription__page .inscription_login .inscription_form .submit_login {
  width: 100%;
  height: 40px;
}

.incription__page .inscription_login .inscription_form .login-links span {
  margin: 20px;
}

.incription__page .inscription_login .inscription_form .login-links span a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.incription__page .inscription_login .inscription_form .login-links span a:hover {
  color: #FDC500;
  border-color: #FDC500;
}

.register__page {
  font-family: "Cairo", sans-serif;
  background-color: #ddd;
  min-height: 120vh;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.register__page .register__page-section {
  background-color: #00296b;
  width: 400px;
  height: auto;
}

.register__page .register__page-section .register_form {
  width: 80%;
  margin: auto;
  text-align: right;
  direction: rtl;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.register__page .register__page-section .register_form .submit_login {
  width: 100%;
  height: 40px;
}

.register__page .register__page-section .register_form .login-links span {
  margin: 20px;
}

.register__page .register__page-section .register_form .login-links span a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}

.register__page .register__page-section .register_form .login-links span a:hover {
  color: #FDC500;
}

.admin_sidebar {
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
}

.admin_sidebar .sidebar_name {
  background-color: #2192ff;
  padding: 10px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}

.admin_sidebar .sidebar_name:nth-of-type(2) {
  margin-top: 40px;
}

.admin_sidebar .first_sidebar_section {
  width: 100%;
  background: #00296b;
}

.admin_sidebar .first_sidebar_section .nav-item {
  padding: 10px 0;
  text-align: right;
}

.admin_sidebar .first_sidebar_section .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
}

.admin_sidebar .first_sidebar_section .nav-item .nav-link:hover {
  color: #FDC500;
}

.dashboard {
  background-color: #ddd;
  margin-top: 0;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 100px;
  text-align: right;
  font-family: "Cairo", sans-serif;
}

.admin-content {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}

.create_categorie {
  text-align: right;
  direction: rtl;
}

.index__categories {
  text-align: right;
}

.index__categories .table_category {
  text-align: right;
  direction: rtl;
}

.index__categories .table_category .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index__categories .table_category .actions .action {
  margin: 10px;
}

.index__categories .table_category .actions .action i {
  font-size: 30px;
  border: 1px solid;
}

.index__categories .table_category .actions .action i.delete {
  color: #f95738;
  margin-right: 10px;
  border-color: #f95738;
  padding: 10px;
}

.index__categories .table_category .actions .action i.edit {
  color: #3D8361;
  margin-right: 10px;
  border-color: #3D8361;
  padding: 10px;
}

.index__categories .table_category .actions .action .delete_category {
  border: none;
  background: none;
  outline: none;
}

/**********hello **********/
/*.all_products_page{
    .all_product_page-trending-products{
        .products-fegure{
            position: relative;
            .product_img{
                height:250px;
                width:100%;
            }

            .product_title{
                background-color: #00296b;
                font-family: Cairo;
                font-size: 20px;
                position: absolute;
                bottom: -6px;
                width: 93%;
                right: 13px;
                padding: 10px;
                border-radius: 25px 25px 0px 0px;
                font-weight:bold;
            }
        }

        .more_category{
            background: $light-yellow;
            color: #00296b;
            font-size: 20px;
            font-weight: bold;
            font-family: "Cairo", sans-serif;
            padding: 11px 60px;
            text-decoration: none;
            border-radius: 25px;
            transition:.3s ease-in-out;
                &:hover{
                    color:$dark-blue;
                    border:1px solid $dark-yellow;
                    background-color: $dark-yellow;
                }

        }


    }
}
*/
.all_product_page-trending-products {
  font-family: "Cairo", sans-serif;
}

.all_product_page-trending-products .slider {
  position: relative;
}

.all_product_page-trending-products .slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  direction: rtl;
  z-index: 1000;
}

.all_product_page-trending-products .slider .owl-nav .owl-prev {
  position: absolute;
  right: 0;
  border-radius: 50%;
}

.all_product_page-trending-products .slider .owl-nav .owl-prev span {
  font-size: 30px;
  background: #FFD500;
  padding: 5px;
}

.all_product_page-trending-products .slider .owl-nav .owl-next {
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.all_product_page-trending-products .slider .owl-nav .owl-next span {
  font-size: 30px;
  background: #FFD500;
  padding: 5px;
}

.all_product_page-trending-products .card_trending_product {
  height: 550px;
  position: relative;
}

.all_product_page-trending-products .card_trending_product .card-img-top {
  height: 160px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.all_product_page-trending-products .card_trending_product .product_price {
  background: #FDC500;
  border-radius: 20px;
  padding: 10px 20px;
  color: #00296b;
  margin: 20px;
  font-size: 19px;
  font-weight: bold;
}

.all_product_page-trending-products .card_trending_product .card-body {
  font-family: "Cairo", sans-serif;
}

.all_product_page-trending-products .card_trending_product .card-body .card-title {
  font-size: 22px;
  font-weight: bold;
}

.all_product_page-trending-products .card_trending_product .card-body .card-text {
  margin-top: 5px;
}

.all_product_page-trending-products .card_trending_product .card-body form .add_to_cartbtn {
  padding: 10px 30px;
  position: absolute;
  bottom: 15px;
  left: 24px;
  background-color: #00296b;
  color: #fff;
}

/****
** frontend
**
**/
.view_project-page {
  background-color: #D2DAFF;
  min-height: 140vh;
  height: 100%;
}

.view_project-page .view_product-page-categories {
  background-color: #fff;
  border-radius: 10px;
}

.view_project-page .view_product-page-categories .view_product_page-categories-list .categories_item {
  padding: 20px;
  width: 100%;
}

.view_project-page .view_product-page-categories .view_product_page-categories-list .categories_item:hover {
  background-color: #ddd;
}

.view_project-page .view_product_details {
  background-color: #fff;
  border-radius: 10px;
}

.all_products_page {
  min-height: 120vh;
  margin-top: 0;
  padding: 0;
  text-align: right;
  direction: rtl;
}

.all_products_page .product-added {
  background-color: #03b503;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 21px;
  font-family: "Cairo", sans-serif;
}

.all_products_page .product-added a {
  color: #00296b;
}

.all_products_page .trending_products .product_page_titles {
  font-family: "Cairo", sans-serif;
  color: #00296b;
  margin-bottom: 30px;
}

.all_products_page .trending_products .product_page_titles .title-devider {
  background-color: #FFD500;
  width: 100px;
  height: 5px;
  border-radius: 10px;
  margin-top: 20px;
}

.all_products_page .trending_products .tending-product {
  max-height: 450px;
  width: 260px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin: 5px 5px 20px 5px;
}

.all_products_page .trending_products .tending-product:hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #00296b;
}

.all_products_page .trending_products .tending-product:hover p {
  color: rgba(0, 41, 107, 0.7) !important;
}

.all_products_page .trending_products .tending-product:hover .product-thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.all_products_page .trending_products .tending-product .product-thumbnail {
  height: 220px;
  width: 100%;
  position: relative;
}

.all_products_page .trending_products .tending-product .product-thumbnail img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.all_products_page .trending_products .tending-product .product-thumbnail .product-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FDC500;
  padding: 9px;
  width: 60px;
  text-align: center;
  color: #00296b;
  font-weight: bold;
}

.all_products_page .trending_products .tending-product .product-detail {
  font-family: "Cairo", sans-serif;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}

.all_products_page .trending_products .tending-product .product-detail p {
  color: #474747;
  font-family: "Lateef", serif;
  margin-top: 10px;
}

.all_products_page .trending_products .tending-product .product-footer {
  font-family: "Amiri", serif;
}

.all_products_page .trending_products .tending-product .product-footer .buy-now {
  background-color: #FFD500;
  color: #00296b;
  padding: 10px 20px;
  font-weight: bold;
}

.all_products_page .trending_products .tending-product .product-footer .buy-now:hover {
  background-color: #FDC500;
}

.more_products {
  margin-top: 50px;
  padding-bottom: 50px;
}

.more_products .product_page_titles {
  font-family: "Cairo", sans-serif;
  color: #00296b;
  margin-bottom: 30px;
}

.more_products .product_page_titles .title-devider {
  background-color: #FFD500;
  width: 100px;
  height: 5px;
  border-radius: 10px;
  margin-top: 20px;
}

.more_products .product-card {
  max-height: 450px;
  width: 260px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  margin: 5px 5px 20px 5px;
}

.more_products .product-card:hover {
  background-color: rgba(221, 221, 221, 0.5);
  color: #00296b;
}

.more_products .product-card:hover p {
  color: rgba(0, 41, 107, 0.7) !important;
}

.more_products .product-card:hover .product-thumbnail img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.more_products .product-card .product-thumbnail {
  height: 220px;
  width: 100%;
  position: relative;
}

.more_products .product-card .product-thumbnail img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.more_products .product-card .product-thumbnail .product-price {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FDC500;
  padding: 9px;
  width: 60px;
  text-align: center;
  color: #00296b;
  font-weight: bold;
}

.more_products .product-card .product-detail {
  font-family: "Cairo", sans-serif;
  font-weight: bold;
  width: 100%;
  margin-top: 10px;
}

.more_products .product-card .product-detail p {
  color: #474747;
  font-family: "Lateef", serif;
  margin-top: 10px;
}

.more_products .product-card .product-footer {
  font-family: "Amiri", serif;
}

.more_products .product-card .product-footer .buy-now {
  background-color: #FFD500;
  color: #00296b;
  padding: 10px 20px;
  font-weight: bold;
}

.more_products .product-card .product-footer .buy-now:hover {
  background-color: #FDC500;
}

.more_products .more-products-btn {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #00296b;
  border: 1px solid #00296b;
  border-radius: none  !important;
  font-family: "Cairo", sans-serif;
  font-size: 22px;
}

.more_products .more-products-btn:hover {
  background-color: #00296b;
  color: white;
}

.error_page {
  height: 120vh;
  width: 100%;
  background-color: #ddd;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cairo", sans-serif;
}

.error_page .page_content {
  background-color: white;
  max-height: 600px;
  max-width: 800px;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error_page .page_content .error-img {
  width: 500px;
  height: 500px;
}

.error_page .page_content .content {
  text-align: center;
}

.error_page .page_content .content .error-number {
  font-size: 70px;
  margin-bottom: 0;
}

.error_page .page_content .content .error-text {
  font-size: 23px;
}

.error_page .page_content .content .not-found-btn {
  margin-top: 20px;
  background-color: #06005c;
  padding: 10px 5px;
  text-decoration: none;
  color: white;
  border-radius: 10px;
}

/***  cart  */
.cart_page_body {
  background: #f4f4f4;
  min-height: 100vh;
  margin-top: 0;
}

.cart_page_body h3 {
  color: #00296b;
}

.cart_page_body .cart_page_content {
  text-align: right;
  direction: rtl;
  margin-top: 30px;
}

.cart_page_body .cart_page_content .cart_content {
  background: #fff;
  padding-top: 30px;
  border-radius: 10px;
  font-family: "Cairo", sans-serif;
}

.cart_page_body .cart_page_content .cart_content .cart_title {
  font-size: 22px;
  font-family: "Cairo", sans-serif;
  color: #00296b;
  margin-bottom: 20px;
}

.cart_page_body .cart_page_content .cart_content .no_product {
  color: #FDC500;
}

.cart_page_body .cart_page_content .cart_content .product_img_cart {
  width: 60px;
  height: 50px;
}

.cart_page_body .cart_page_content .cart_content .product_qty {
  width: 100px;
}

.cart_page_body .cart_page_content .cart_content td .submit_cart {
  background: none;
  border: none;
  outline: none;
}

.cart_page_body .cart_page_content .cart_content td .submit_cart .cart_update {
  padding: 6px;
  border: 2px solid #2192ff;
  color: #2192ff;
}

.cart_page_body .cart_page_content .cart_content form .submit_cart {
  background: none;
  border: none;
  outline: none;
}

.cart_page_body .cart_page_content .cart_content form .submit_cart .cart_delete {
  color: #f95738;
  padding: 6px;
  border: 2px solid #f95738;
}

.cart_page_body .cart_resume {
  font-family: "Cairo", sans-serif;
  background: #fff;
  border-radius: 10px;
  padding-top: 30px;
}

.cart_page_body .cart_resume .cart_resume-title {
  font-size: 22px;
  font-family: "Cairo", sans-serif;
  color: #00296b;
  margin-bottom: 20px;
}

/** checkout **/
.checkout_page_body {
  background: #f4f4f4;
  min-height: 100vh;
  margin-top: 0;
}

.checkout_page_body h3 {
  color: #00296b;
}

.checkout_page_body .checkout_page_content {
  text-align: right;
  direction: rtl;
  margin-top: 30px;
  font-family: "Cairo", sans-serif;
}

.checkout_page_body .checkout_page_content .checkout_adress {
  background-color: #fff;
  padding-top: 30px;
  border-radius: 10px;
}

.checkout_page_body .checkout_order_resume {
  padding-top: 30px;
  background-color: #fff;
  padding-right: 20px;
  border-radius: 10px;
}

/**
user styles
*/
.orders__content {
  text-align: right;
}

.orderssss {
  text-align: right;
  direction: rtl;
}

.orderssss .orderss {
  text-align: right;
  direction: rtl;
}

.single_order-page {
  background-color: #f4f4f4;
  min-height: 100vh;
  height: 100%;
  font-family: "Cairo", sans-serif;
}

.single_order-page .single_order-content {
  text-align: right;
  background-color: #fff;
  direction: rtl;
}

.single_order-page .single_order-content .order-table {
  font-size: 18px;
}

.single_order-page .single_order-content .order-table .order_product_img {
  height: 60px;
  width: 60px;
}

.create_service_page {
  font-family: "Cairo", sans-serif;
  background-color: #ddd;
  min-height: 120vh;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  width: 100%;
  direction: rtl;
}

.create_service_page .service_content {
  background-color: #fff;
  text-align: right;
  direction: rtl;
  padding: 30px;
  border-radius: 10px;
}

.create_service_page .service_content form label {
  padding: 10px;
}

.create_service_page .service_content form .input-service {
  width: 96%;
  border-radius: 5px;
  border: 1px solid #2192ff;
  padding: 10px;
}

.create_service_page .service_content form .select-service {
  width: 98%;
  padding: 10px;
  margin-top: 10px;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #2192ff;
}

.create_service_page .service_content form .service_text {
  width: 98%;
  border-radius: 6px;
  border: 1px solid #2192ff;
  margin-top: 10px;
  min-height: 100px;
}

.create_service_page .service_content form .service_valid {
  margin-top: 10px;
  width: 200px;
  padding: 10px;
  text-align: center;
}

.create_service_page .service_content .service_desc {
  text-align: center;
  border-right: 2px solid #00296b;
  text-decoration: underline;
  height: 400px;
}

.create_service_page .service_content .service_desc h4 {
  color: #00296b;
  text-align: center;
}

.validation-email {
  background-color: #eaeaea;
  height: 100vh;
  padding-top: 100px;
  text-align: right;
}

.validation-email .message-card {
  width: 70%;
}

.validation-email .message-card .card-title {
  background-color: #00296b;
  color: #fff;
  font-family: "Cairo", sans-serif;
  padding: 15px 15px;
  font-size: 20px;
  border-radius: 15px 15px 0 0;
}

.validation-email .message-card .card-content {
  background-color: white;
  padding: 15px 15px;
}

.validation-email .message-card .card-content .message {
  color: #00296b;
  font-family: "Cairo", sans-serif;
  font-size: 19px;
}

.validation-email .message-card .card-content .not-recieved {
  color: #00296b;
  font-family: "Lateef", serif;
  font-size: 20px;
}

.validation-email .message-card .card-content .resended {
  font-family: "Amiri", serif;
  font-weight: 500;
}

.validation-email .message-card .card-content .retourn {
  width: 100px;
  text-align: center;
  font-family: "Cairo", sans-serif;
}

.validation-email .message-card .card-content .resendbtn {
  text-decoration: none;
  color: #00296b;
  background-color: #FDC500;
  padding: 10px 15px;
  border-radius: 10px;
  border: none;
  font-family: "Cairo", sans-serif;
}

/**
*Admin styles
*
*/
.dashboard-content {
  text-align: right;
  direction: rtl;
}

.dashboard-content .dashboard-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  text-align: center;
  margin: 20px !important;
}

.dashboard-content .dashboard-card .dashboard-icon {
  font-size: 40px;
}

.orders_content {
  background-color: #ddd  !important;
}

.orders_content .order_titles {
  background-color: #fff;
  color: #00296b;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.orders_content .n-orders-table {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.invoice__page {
  background-color: #f4f4f4;
  direction: rtl;
  text-align: right;
  font-family: "Cairo", sans-serif;
  min-height: 120vh;
}

.invoice__page .content {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0px;
}

.invoice__page .invoice_title h2 {
  background-color: #00296b;
  color: #fff;
  padding: 25px 50px 10px 100px;
}

.invoice__page .invoice_title p {
  padding: 19px;
  font-size: 18px;
}

.invoice__page .invoice_title p span {
  font-size: 20px;
  font-family: "Amiri", serif;
  font-weight: bold;
}

.invoice__page .invoice_brand {
  margin-right: 50px;
  font-size: 19px;
  margin-top: 30px;
}

.invoice__page .divider {
  background-color: #00296b;
  width: 150px;
  height: 4px;
  border-radius: 10px;
}

.invoice__page .invoice_billing {
  margin-right: 50px;
  margin-top: 30px;
}

.invoice__page .invoice_billing_title {
  font-weight: bold;
  font-size: 20px;
}

.invoice__page .invoice_billing_content {
  margin-top: 20px;
}

.invoice__page .invoice_content {
  margin-top: 30px;
}

.invoice__page .table-dark-blue {
  background-color: #00296b;
  color: #fff;
}

.invoice__page .totalprice {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}

.invoice__page .invoice_salutation {
  margin-top: 20px;
  font-size: 12px;
  font-family: "Lemonada", cursive;
  width: 400px;
  margin-right: -49px !important;
  background-color: #00296b;
  color: #fff;
  padding: 25px 50px 10px 100px;
}

.admin_profile_form {
  direction: rtl;
}

/**
*extensions
*
*
**/
.banner_section {
  background-color: #ddd;
  padding: 30px 0px;
}

.banner_section .the-swiper {
  border-radius: 15px;
}

.banner_section .the-swiper .swiper {
  width: 100%;
  height: 60vh;
}

.banner_section .the-swiper .swiper .swiper-slide {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner_section .the-swiper .swiper .swiper-slide .slider-content {
  color: #fff;
  text-align: right;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Cairo", sans-serif;
  padding: 30px;
}

.banner_section .the-swiper .swiper .swiper-slide .slider-content h3 {
  font-size: 50px;
  font-weight: bolder;
  font-family: 'Tajawal', sans-serif;
  text-align: right;
}

.banner_section .the-swiper .swiper .swiper-slide .slider-content p {
  color: #e1e0e0;
  font-family: "Lateef", serif;
  font-size: 22px;
}

.banner_section .the-swiper .swiper .swiper-slide .slider-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
}

.banner_section .the-swiper .swiper .swiper-slide .slider-img .img {
  width: 70%;
  height: 200px;
}

.banner_section .the-swiper .swiper .swiper-slide .slider-img .img img {
  height: 100%;
  width: 100%;
}

.banner_section .category {
  background-color: #fff;
  height: auto;
  border-radius: 15px;
  display: block;
  text-align: right;
  width: 100%;
  padding: 10px 15px;
  font-family: 'Tajawal', sans-serif;
  height: 60vh;
  overflow-y: scroll;
}

.banner_section .category .category-items {
  margin-right: 20px;
  font-size: 19px;
}

.banner_section .category .category-items .nav-ul .category-li {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.banner_section .category .category-items .nav-ul .category-li a {
  color: #2192ff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.banner_section .category .category-items .nav-ul .category-li a:hover {
  color: #00296b;
  padding: 10px;
}

.banner_section .category .category-items .nav-ul .category-li:hover {
  background-color: #FFD500;
}
/*# sourceMappingURL=main.css.map */