@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300&family=El+Messiri&display=swap');

* {
   font-family: 'El Messiri', sans-serif;
}

body {
   font-family: 'El Messiri', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, span, li, a, strong {
   font-family: 'El Messiri', sans-serif !important;
}

.nice-select {
   width: 100%;
   text-align: right !important;
   padding-right: 25px;
   border: 1px solid #000;
   line-height: 45px;
   height: 55px;
}

.product-quantity-cart .cart-input {
   text-align: center;
   width: 100%;
   border: 1px solid #000;
   border-radius: 6px;
}

.cart-btn {
   height: 55px;
}

.nice-select.open .list {
   width: 100%;
   text-align: right;
}

.nice-select .option {
   text-align: right;
}

.blog-content {
   text-align: right !important;
}

.blog-meta span {
   margin-right: 10px;
}

.close-sidebar {
   left: 10px;
   right: initial;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
   padding: 0px 20px;
}

.your-order-table table th, .your-order-table table td {
   text-align: right;
}

.checkout-form-list label {
   text-align: right;
}

.category-click:after {
   left: 20px;
   right: initial;
}

.filter-search-input.header-search-2 {
   margin-left: initial;
   margin-right: 30px;
}

.banner-title {
   font-size: 55px;
}

.product-tab-nav .nav-tabs .nav-link {
    border-left: 1px solid var(--clr-common-border);
    border-right: initial;
    padding-left: 20px;
    padding-right: initial;
}

.filter-widget-title:before {
   left: 0px;
   right: initial;
}

.breadcrumb-menu li:not(:last-child):after {
   left: -16px;
   right: initial;
   content: ">";
}

.cart-area .cart-page-total ul > li > span {
   float: left;
}

.checkout-form-list input[type=text], .checkout-form-list input[type=password], .checkout-form-list input[type=email] {
   padding: 0 20px 0 20px;
}

.your-order-table table th, .your-order-table table td {
   text-align: right !important;
}

.header1-logo {
   margin-left: 130px;
   margin-right: initial;
}

.dashboard-page .custom-table-style.table>:not(:last-child)>:last-child>* {
   text-align: right;
}

@media screen and (max-width: 768px)
{
   div.mean-container .mean-nav ul li a {
      text-align: right;
   }

   .mean-container .mean-nav ul li a.mean-expand {
      left: 0px;
      right: initial;
   }

   .product-quantity-cart .cart-btn {
      width: 94%;
       text-align: center;
       margin-right: 3%;
   }
}