.btn-close.btn.btn-primary.btn-rounded {
    color: white;
    width: 100% !important;
    height: 40px !important;
  
  }
      .cart-dropdown .cart-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 0 !important;
  }
      .btncheckout{
          justify-content: center !important;
          background-color: #00335E;
          height: 50px;
          border: 0px !important;
  }
  
      .text-secondary {
    color: #006c35 !important;
  }
      .bg-primary {
    background-color: #00335E !important;
  }
      h1, h2, h3, h4, h5, h6 , select{
          font-family: 'Noto Kufi Arabic', sans-serif;
      }
      *{
          font-family: 'Noto Kufi Arabic', sans-serif;
      }
      .header-top {
    background: #00335E;
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
    color: white;
  }
  .header-search input.form-control {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 40px;
    padding: 0.9rem;
    border: 2px solid #00335E;
      border-right-width: 2px;
      border-right-style: solid;
      border-right-color: rgb(0, 108, 53);
      border-left-width: 2px;
      border-left-style: solid;
      border-left-color: rgb(0, 108, 53);
    border-left: 0;
    font-size: 1.2rem;
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
  }
  .header-search.hs-expanded .select-box {
    width: 14.6rem;
    border: 2px solid #00335E;
      border-left-width: 2px;
      border-left-style: solid;
      border-left-color: rgb(0, 108, 53);
    border-left: none;
    color: #666666;
  }
  .cart-dropdown .cart-count {
    position: absolute;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 50%;
    font-style: normal;
    z-index: 1;
    left: -8px;
    top: -5px;
    font-family: Poppins, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    background: #00335E;
    color: #fff;
    text-align: center;
    left: -9px;
  }
  .header-search .btn-search {
    margin: 0;
    padding: 0;
    min-width: 4.9rem;
    color: #333;
    border-right: 0;
      border-right-color: currentcolor;
    border-color: #00335E;
    font-size: 1.5rem;
    font-weight: normal;
    letter-spacing: -0.025em;
    text-transform: none;
  }
  .menu > li:hover > a:not(.menu-title), .menu > li.active > a:not(.menu-title) {
    color: #00335E;
  }
  #scroll-top svg circle {
    stroke: #00335E;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-dasharray: 1, 400;
  }
  .icon-box-primary .icon-box-icon i {
    color: #00335E;
  }
  .header-top {
    background: #00335E;
    font-size: 1.1rem;
    letter-spacing: -0.027em;
    text-transform: capitalize;
    color: white;
  }
  .title.title-underline.mb-4.ls-normal.appear-animate.fadeIn.appear-animation-visible {
    text-align: center;
    display: block;
  }

  .text-right {
    text-align: right !important;
  }
  .intro-slide .banner-subtitle {
    font-size: 2em !important;
  }
  .intro-slide .banner-title {
    font-size: 3em !important;
    margin-bottom: 0.1rem;
  }
  .category-cosmetic-lifestyle .banner-content {
    right: 6.5%;
    direction: rtl;
    text-align: right !important;
  }
  .deals-wrapper .title-underline {
    padding: 0 0 1.7rem 3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right !important;
  }
  .single-product {
    padding: 2.6rem 1.8rem 2rem 1.9rem;
    border: 1px solid #eee;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    text-align: right !important;
  }
  .category-media img {
    width: 50% !important;
  }
  .intro-slide .slide-image {
    position: absolute;
    width:100% !important;
    background-size: cover;
  }
  .header-bottom.show-dropdown:not(.fixed) .dropdown-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    direction: rtl;
    text-align: right;
    margin-left: -130px;
  }
  .login-popup {
    max-width: 50rem;
    padding: 3.3rem 5rem 2.6rem;
    margin: 0 auto !important;
  }
  .form-group {
    margin-bottom: 1rem;
    text-align: right !important;
  }
  .form-control::placeholder {
    font-family: 'Noto Kufi Arabic';
    color: #666;
  }