:root {--primary: #C09857;
    --lighterprimary: #e6b668;
    --secondary: #EDEDED;
    --lightersecondary: #ffffff;
    --info: #d1911b;
    --lighterinfo: #f7ab1f;
    --warning: #bfb418;
    --lighterwarning: #e5d81c;
    --danger: #E44A4A;
    --lighterdanger: #ff5252;
    --success: #268331;
    --lightersuccess: #31a93f;
    --lighter: #F8F4E8;
    --lighterlighter: #fffaee;
    --background: #f4f4f4;
    --lighterbackground: #ffffff;
    --hover: #BFC3B6;
    --redtheme: rgb(221, 0, 23);
}
  
  a {
    color: #000 !important;
    text-decoration: none;
    outline: none;
  }
  
  * {
    box-sizing: border-box;
  }
  
  .main-text {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
  .secondary-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #cccccc;
  }
  .summary-number {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /* identical to box height, or 125% */
  
    text-align: center;
  
    /* Dark Blue */
  
    color: #17218c;
  }
  .bg-landing-main {
    background-color: #27293a;
  }
  
  .btn-outline-primary {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #27293a;
    --bs-btn-hover-border-color: #27293a;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #27293a;
    --bs-btn-active-border-color: #27293a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #27293a;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #27293a;
    --bs-gradient: none;
  }
  .btn-outline-primary-2 {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #0d6efd;
    --bs-btn-hover-bg: #17218c;
    --bs-btn-hover-border-color: #17218c;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #0d6efd;
    --bs-btn-active-bg: #17218c;
    --bs-btn-active-border-color: #17218c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #17218c;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #17218c;
    --bs-gradient: none;
      padding: 16px;
  }
  a {
    color: var(--link-color);
  }
  /* .btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    border: 2px solid #17218c;
    border-radius: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 8px;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
  }
  .btn-check:focus + .btn-primary,
  .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  }
  .btn-check:active + .btn-primary,
  .btn-check:checked + .btn-primary,
  .btn-primary.active,
  .btn-primary:active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
  }
  .btn-check:active + .btn-primary:focus,
  .btn-check:checked + .btn-primary:focus,
  .btn-primary.active:focus,
  .btn-primary:active:focus,
  .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  }
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: var(--disabled);
    border-color: var(--disabled);
  } */
  .footer-section {
    height: 196px;
    background: #fafafa;
  }
  .small {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
  }
  
  .summary_info {
    border: none;
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .product_card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 10px;
  }
  
  .product_card .card-img,
  .product_card .card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  
  .category {
    color: #616488;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }
  
  .product_card .name {
    padding-top: 10px;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    min-height: 80px;
  }
  
  .product_card .card-body {
    min-height: 337px;
  }
  
  .tag-line {
    color: #333333;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    overflow: auto;
    max-height: 72px
  }
  
  .product-progress {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #29c05c;
  }
  
  .progress-remaining {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    color: #4d4d4d;
  }
  
  .product_card .bg-success {
    background-color: #29c05c !important;
  }
  
  .product_card .progress {
    --bs-progress-height: 0.51rem;
  }
  
  .product_card .btn-primary {
    padding: 10px;
  }
  
  .product_card .btn-danger {
    color: #e90000;
    background-color: #fff0f0;
    border-color: #fff0f0;
    border: 2px solid #fff0f0;
    border-radius: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 8px;
  }
  
  .buy_for {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #404040;
  }
  
  .sell_for {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #19191c;
  }
  
  .minimum_text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #4d4d4d;
  }
  .number {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  
    color: #17218c;
  }
  .summary_number {
    font-style: normal;
    font-weight: 700;
  
    line-height: 40px;
    color: #17218c;
  }
  .main_title {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
  }
  .secondary_title {
    color: #cccccc;
  }
  
  /* Preloader */
  #preloader-modal {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
  }
  #loading-center-modal {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #preloader {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
  }
  #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .loader {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 75px;
    display: inline-block;
    vertical-align: middle;
  }
  .loader .loader-outter {
    position: absolute;
    border: 4px solid #f0c949;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
      infinite;
    animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }
  .loader .loader-inner {
    position: absolute;
    border: 4px solid #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41)
      infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
  }
  @-webkit-keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-outter {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  
  /* scrollUp */
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    font-size: 16px;
    border-radius: 0;
    z-index: 99;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #17218c;
    transition: 1s ease;
    border: none;
  }
  .scroll-top.open {
    bottom: 30px;
  }
  .scroll-top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.25) 0%,
      rgba(0, 0, 0, 0) 80%
    );
  }
  .scroll-top:hover {
    background: #000;
  }
  .modal-content {
    padding: 20px;
  }
  .w-45 {
    width: 45% !important;
  }
  .title-info,
  .signup-title-info,
  .login-title-info,
  .payment-info {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
  }
  .description-info,
  .signup-description-info,
  .login-description-info,
  .our-product-meanwhile,
  .payment-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
  }
  form {
    color: #000000;
  }
  .card-body {
    color: #000000;
  }
  .input-group-text :hover {
    cursor: pointer;
    background-color: transparent;
  }
  .navbar-header {
    box-shadow: 0px 1px 0px #f1f1f1;
  }
  .profile-img {
    width: 120px;
  }
  .card-primary {
    background-color: var(--primary);
    border-radius: 32px;
  }
  .card-primary .card-body {
    color: #ffffff;
    padding: 25px;
  }
  .card-primary .second-text {
    color: var(--second-text);
    font-size: 24px;
    line-height: 30px;
  }
  .card-primary .carousel-card {
    /* color: #000000; */
    background-color: #1e299c;
  }
  .name-text {
    font-size: 14px;
    line-height: 24px;
  }
  .small-img {
    width: 50px;
  }
  .card-primary .carousel-indicators {
    margin-bottom: 0rem;
  }
  .container-content-middle {
    position: relative;
  }
  .content-middle {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .sub-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
  .table-form {
    vertical-align: middle;
    margin-bottom: 0px;
  }
  .card.card-form {
    padding: 24px;
    background: #f7f7f7;
    border: 1px solid #f2f2f2;
    border-radius: 16px;
  }
  .space-y-1 > * + * {
    margin-top: 0.25rem;
  }
  .product-thumbnail {
    width: 80px !important;
  }
  .product-thumbnail img {
    cursor: pointer;
    border: 1px solid #ebebeb;
  }
  .product-thumbnail .thumbnail.active {
    border: 2px solid #666666;
  }
  .product-info .carousel-item {
    width: 100%;
    border-radius: 8px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    aspect-ratio: 1/1;
  }
  .product-category {
    font-size: 14px;
    color: #616488;
  }
  .product-name {
    font-size: 32px;
  }
  .product-desc {
    font-size: 18px;
    color: #333333;
  }
  :root {
    --radial-progress-circum: 201px; /* = 2 * pi * radius */
    --radial-progress-value: 100;
  }
  .radial-progress {
    display: flex;
    justify-content: center;
  }
  .radial-progress circle {
    stroke-width: 8px;
  }
  .radial-progress .back {
    stroke: #29c05c;
    stroke-dasharray: var(--radial-progress-circum);
    stroke-linecap: round;
  }
  .radial-progress .front {
    stroke: #8d99ae;
    stroke-dasharray: var(--radial-progress-circum);
    transform-origin: center;
    stroke-dashoffset: calc(
      var(--radial-progress-value) / 100 * var(--radial-progress-circum)
    );
    transform: rotate(270deg);
  }
  .radial-progress text {
    font-size: 16px;
    fill: #29c05c;
  }
  .product-tabs .nav-link,
  .modal-float-right .nav-link {
    color: #808080;
    padding: 14px 30px !important;
  }
  .product-tabs .nav-pills .nav-link.active, 
  .product-tabs .nav-pills .nav-link.active:hover, 
  .product-tabs .nav-pills .nav-link.active:focus,
  .modal-float-right .nav-pills .nav-link.active, 
  .modal-float-right .nav-pills .nav-link.active:hover, 
  .modal-float-right .nav-pills .nav-link.active:focus {
    background-color: #FFF !important;
    color: #000000 !important;
    padding: 15px 30px !important;
    border-radius: 0rem !important;
  }
  .badge {
    padding: 8px 10px 8px 10px;
  }
  
  .badge.bg-success {
    border-radius: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    background: #ebfaf0 !important;
    color: #169441 !important;
    text-transform: uppercase;
  }
  
  .badge.bg-blue {
    border-radius: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    background: #EBF1FA !important;
    color: #095DDA !important;
    text-transform: uppercase;
  }
  
  .badge.bg-gray {
    border-radius: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    background: #f5f5f5 !important;
    color: #666666 !important;
    text-transform: uppercase;
  }
  
  .badge.bg-yellow {
    border-radius: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    background: #fbf5e4;
    color: #a47c00;
  }
  
  .badge.bg-orange {
    border-radius: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    background: #fff6ed !important;
    color: #d16400 !important;
    text-transform: uppercase;
  }
  
  .badge.bg-reject {
    border-radius: 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    background: #fff2f2 !important;
    color: #ca2828 !important;
    text-transform: uppercase;
  }
  
  hr {
    border-color: #aaa !important;
  }
  
  .x-table {
    width: 100%;
  }
  
  .x-table tbody tr td {
    background-color: white;
    padding: 10px;
  }
  
  .x-table tbody tr td:first-child {
    border-radius: 10px 0px 0px 10px;
  }
  
  .x-table tbody tr td:last-child {
    border-radius: 0 10px 10px 0px;
  }
  
  .c1,
  .c2,
  .c3,
  .c4,
  .c-end {
    display: inline-flex;
    align-items: center;
  }
  .c3, .c4 {
    display: initial;
    text-align: center;
  }
  
  .c1 {
    width: 400px;
  }
  
  .c2 {
    width: 150px;
  }
  
  .c3 {
    width: 200px;
  }
  
  .c4 {
    width: 250px;
  }
  
  .c-start {
    width: 50%;
    justify-content: start;
  }
  
  .c-end {
    width: 50%;
    justify-content: end;
  }
  
  /*  customer row container */
  .custom-table-row-container {
    background-color: white;
    /* border: 1px solid #eee; */
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .custom-table-header-container {
    padding: 10px;
  }
  
  body.lang-ar .custom-table-header-container {
      padding: 8px !important;
  }
  body.lang-ar .custom-table-header-container div {
      font-size: 14px !important;
  }
  
  .card.card-form {
    padding: 0px 15px;
  }
  .nav-pills .nav-link.active,
  .nav-pills .nav-link.active:hover,
  .nav-pills .nav-link.active:focus {
    background-color: var(--link-color) !important;
    color: #fff !important;
    border-radius: 24px;
  }
  
  .dashboard-nav.nav-item {
    border-radius: 26px 0 0 26px;
    background: #ecf4ff;
    padding: 5px;
  }
  .profile-nav.nav-item {
    border-radius: 0 26px 26px 0;
    background: #ecf4ff;
    padding: 5px;
  }
  
  .box .nav-pills .nav-link.active,
  .box .nav-pills .nav-link.active:hover,
  .box .nav-pills .nav-link.active:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 12px;
  }
  .box .nav-pills a {
    color: #666666;
  }
  .login-left-nav.nav-item {
    border-radius: 12px 0 0 12px;
    background: #f0f2f5;
    padding: 5px;
  }
  .login-right-nav.nav-item {
    border-radius: 0 12px 12px 0;
    background: #f0f2f5;
    padding: 5px;
  }
  .modal {
    color: #000000;
  }
  .modal-body .header-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
  
    color: #000000;
  }
  .modal-body-content p span{
    font-family: "Rota", sans-serif !important;
  }
  .modal-body-content p:first-child {
    display:none !important;
  }
  
  
  .text-justify {
    margin: 0;
    text-indent: 2rem;
    text-align: justify;
  }
  
  body.lang-ar nav a.dropdown-item {
    text-align: right;
  }
  .three-dot .dropdown-toggle::after {
    cursor: pointer;
    color: #444;
    content: "\2807";
    font-size: 20px;
    padding: 0 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  
  .three-dot-parent {
    position: relative;
  }
  .three-dot {
    position: absolute;
    right: -55px;
    top: -7px;
  }
  .lang-ar .three-dot {
    position: absolute;
    left: -58px;
    top: -7px;
  }
  
  .card-img-product {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  
  .col-center-content {
    margin: auto;
  }
  
  .box-price-product-detail {
    background-image: linear-gradient(to right, white, #d9e6f8);
  }
  
  .text-product-price-header {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }
  .text-product-price-header .text-a {
    color: #404040;
  }
  .text-product-price-header .text-b {
    color: #17218c;
  }
  .text-product-price-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
  }
  .text-product-price-content .text-a {
    color: #404040;
  }
  .text-product-price-content .text-b {
    font-weight: 600;
    color: #17218c;
  }
  .btn-plus-minus {
    margin: auto;
    width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    background: #FCFCFC !important;
    border: 1px solid #f2f2f2 !important;
    color: #999 !important;
  }
  .btn-plus-minus:hover {
      background: #EFEFEF !important;
      border: 1px solid #CCC !important;
      color: #999 !important;
  }
  
  .btn-price.btn:disabled {
    font-style : normal;
    font-weight: 400;
    font-size  : 17px;
    color      : #0f0e0e;
    background : #fcfcfc !important;
    border     : 1px solid #f2f2f2 !important;
    padding    : 12px 40px;
    min-width  : 250px;
  }
  .product_detail .progress {
    --bs-progress-height: 0.51rem;
  }
  .product_detail .bg-success {
    background-color: #29c05c !important;
  }
  
  #header-image {
    min-height: 380px !important;
  }
  .slider-item {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0;
  }
  #header-content {
    position: relative;
    z-index: 100;
  }
  .product-all-sold {
    background-color: #EEFFF4;
    border-radius: 12px;
    padding: 15px;
  }
  .badge.bg-danger {
    background-color: #FFF0F0 !important;
    color: #E90000;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
  }
  
  .btn-delete-product, .btn-cancel-delete-product{
    border-radius   : 16px;
    flex-direction  : row;
    justify-content : center;
    align-items     : center;
    padding         : 16px;
    gap             : 8px;
  }
  .btn-delete-product {
    color           : #E12222;
    background-color: #FFECEC;
    border-color    : #FFECEC;;
  }
  .btn-cancel-delete-product {
    color           : var(--primary);
    background-color: #ECEEFF;
    border-color    : #ECEEFF;
  }
  .btn-delete-product:hover {
    background-color: #FFECEC;;
  }
  .btn-cancel-delete-product:hover {
    background-color: #ECEEFF;
  }
  .btn.btn-disable {
    cursor: default;
  }
  .btn-center {
    display    : flex;
    align-items: center;
    height     : calc(3.5rem + 2px);
    line-height: 1.25;
  }
  
  #w4.dropdown-menu {
      z-index: 9999;
  }
  
  .box-upload .file-preview {
      height: 350px !important;
  }
  
  .carousel-content {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50%;
      margin: 0 auto;
  }
  
  .progress-bar {
      border-radius: 10px;
      text-align: right;
  }
  
  .fw-500 {
    font-weight: 500;
  }
  
  .navbar-divider > .nav-link{
    color: #a6a6a6;
    margin: 20px 0px 3px 0px;
    padding: 0px;
    font-size: 14px;
  }
  .navbar-toggler{
    padding: 10px 1px;
    font-size: 27px;
    border: 0px;
    color: var(--primary);
  }
  
  .iti__country-list {
      z-index: 200 !important;
  }
  
  .lang-active a{
    color: var(--primary);
    font-weight: bold;
  }
  .lang-active a:after{
    font-weight: bold;
    content: '\2713';
    color: var(--primary);
    padding: 0 6px 0 5px;
  }
  
  img.banner-image {
      position:absolute; 
      top:0; 
      left:0; 
      width: 100%;
      z-index:-1;
  }
  
  .tooltip {
      opacity: 100% !important;
      
  }
  .tooltip-inner {
      background-color: #fff;
      padding: 10px 12px 12px !important;
      box-shadow: -1px 2px 5px 1px rgba(0,0,0,0.36) !important;
      color: #000 !important;
      opacity: 100% !important;
      width: 340px !important;
      text-align: left !important;
      border-radius: 10px !important;
  }
  .tooltip .tooltip-arrow::before {
      border-bottom-color: #FFF !important;
      border-top-color: #FFF !important;
  }
  .card-body .name a {
      color: #000 !important;
  }
  .progress-text {
    color: #707070;
    font-size: 12px;
  }
  .my-product .card, .my-product .card-footer {
    border: 1px solid #F2F2F2;
    background: #FCFCFC;
  }
  .my-product .box-progress {
    padding: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  #limit-message {
    color: red;
    font-size: 11px;
  }
  .card .list-group {
    padding: 0px;
  }
  .civil-id-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .lang-ar .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .lang-ar .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
  .lang-ar .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
  .lang-ar .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
      /* border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; */
  }
  
  .lang-ar .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      margin-right: -1px;
      /* border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; */
  }
  
  .lang-ar .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
  .lang-ar .input-group .input-group-text.icon-prefix {
      /* border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-right-radius: 1.375rem;
      border-bottom-right-radius: 1.375rem; */
      
  }
  
  .lang-ar .was-validated .form-control:invalid,.lang-ar .form-control.is-invalid {
      border-color: #dc3545;
      padding-left: calc(1.5em + 0.75rem);
      background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
      background-repeat: no-repeat;
      background-position: left calc(0.375em + 0.1875rem) center;
      background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }
  
  .lang-ar .form-control.is-valid {
      background-position: left calc(0.375em + 0.1875rem) center;
  }
  
  .lang-ar .iti--allow-dropdown .iti__flag-container, .lang-ar .iti--separate-dial-code .iti__flag-container {
      right: 0;
      left: auto;
  }
  
  /* .lang-ar .iti--allow-dropdown input, 
  .lang-ar .iti--allow-dropdown input[type=text], 
  .lang-ar .iti--allow-dropdown input[type=tel], 
  .lang-ar .iti--separate-dial-code input, 
  .lang-ar .iti--separate-dial-code input[type=text], 
  .lang-ar .iti--separate-dial-code input[type=tel] {
      padding-left: 6px;
      padding-right: 52px;
  } */
  
  .lang-ar .iti__arrow {
      margin-right: 6px;
      border-right: 3px solid transparent;
      border-left: 3px solid transparent;
  }
  
  .lang-ar .select2-container--krajee-bs5 .select2-selection--single {
      background-position: left 0.75rem center;
  }
  
  .lang-ar .form-floating > .form-control:focus ~ label, 
  .lang-ar .form-floating > .form-control:not(:placeholder-shown) ~ label, 
  .lang-ar .form-floating > .form-control-plaintext ~ label, 
  .lang-ar .form-floating > .form-select ~ label {
      transform: scale(0.85) translateY(-0.7rem) translateX(0.5rem);
  }
  .lang-ar .form-check .form-check-input {
      float: right;
      margin-right: 0em;
      margin-left: 0.2em;
  }
  .lang-ar .modal-header .btn-close {
      padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
      margin: 0px;
  }
  .lang-ar .text-end {
      text-align: left !important;
  }
  .lang-ar .ms-2 {
      margin-right: 0.5rem !important;
  }
  .total-price {
    font-size: 24px;
  }
  .card.bg-primary .card-footer {
    border-top: .5px solid #4550b1;
  }
  .form-custom {
    min-height: 100vh;
  }
  
  
  /* form wizard point */
  .wizard {
      transition: all .3s ease-in;
      /* display: none; */
  }
  .wizard .wizard-nav {
      display: flex;
      flex-wrap: wrap;
      transition: all .3s ease-in;
  }
  .wizard .wizard-nav.dots .wizard-step {
      position: relative;
      font-size: 14px;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
      text-align: center;
      transition: all .3s ease-in;
  }
  .wizard .wizard-nav.dots .wizard-step.active .dot {
      background-color: #17218c;
      box-shadow: 0 0 0 3px rgba(25,143,209,.2);
  }
  .wizard .wizard-nav.dots .wizard-step .dot {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      z-index: 3;
      height: 8px;
      width: 8px;
      background: #b5b5b5;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #fff;
      transition: all .5s ease-in-out;
  }
  .wizard .wizard-nav.dots .wizard-step span {
      cursor: pointer;
  }
  
  .wizard .wizard-nav.dots .wizard-step.active~.wizard-step:before {
      background: #dee2e6;
      width: 0%;
  }
  
  .wizard .wizard-nav.dots .wizard-step:nth-of-type(1):before {
      transition-property: all;
      transition-duration: .2s;
      transition-timing-function: ease-in;
      transition-delay: .3s;
  }
  .wizard .wizard-nav.dots .wizard-step:before {
      content: "";
      position: absolute;
      top: -17px;
      left: 50%;
      width: 100%;
      height: 2px;
      z-index: 2;
      background: linear-gradient(45deg, #555dab, transparent);
  }
  .lang-ar .wizard .wizard-nav.dots .wizard-step:before {
      background: none;
  }
  .lang-ar .wizard .wizard-nav.dots .wizard-step.active~:after {
      content: "";
      position: absolute;
      top: -17px;
      left: 50%;
      width: 100%;
      height: 2px;
      z-index: 2;
      background: linear-gradient(45deg, transparent, #555dab);
  }
  .wizard .wizard-nav.dots .wizard-step2:before {
      content: "";
      position: absolute;
      top: -17px;
      left: 50%;
      width: 100%;
      height: 2px;
      z-index: 2;
      background: #555dab;
  }
  
  .wizard-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b5b5b5;
  }
  .wizard-text.active {
    color: #17218C;
  }
  .seller_products_create{
    padding: 30px;
  }
  .seller_products_create .card_body_seller{
    padding: 10px;
  }
  .table_product_meta td{
    min-width: 185px;
  }
  .container-sm, .container {
    /* max-width: 100%; */
  }
  /* end wizard point */
  body.lang-ar .footer_nav_menu a.nav-link {
      font-size: 14px !important;
  }
  
  
  
  .progress-additional {
      display:none;
  }
  .progress-0 .progress-bar-text,
  .progress-1 .progress-bar-text,
  .progress-2 .progress-bar-text,
  .progress-3 .progress-bar-text {
      display: none;
  }
  
  .progress-0 .progress-additional,
  .progress-1 .progress-additional,
  .progress-2 .progress-additional,
  .progress-3 .progress-additional {
      display: inline;
  }
  
  .progress-additional-en {
      margin-left: 10px;
  }
  .progress-additional-ar {
      margin-right: 10px;
  }
  
  
  .container-template {
      display:block;
      margin-right: calc(-0.5 * 1.5rem);
      margin-left: calc(-0.5 * 1.5rem);
  }
  
  .section-container {
      padding: 4rem 0.5rem 6rem;
  }
  
  .template-1 h4.tagline,
  .template-2 h4.tagline,
  .template-3 h4.tagline,
  .template-4 h4.tagline,
  .template-5 h4.tagline,
  .template-6 h4.tagline,
  .template-7 h4.tagline {
      text-transform: uppercase;
      opacity: 0.5;
      font-size: 1rem;
      margin:0;
  }
  
  .template-item-en h4.tagline {
      letter-spacing: 2px;
  }
  
  .template-item-ar h4.tagline {
      letter-spacing: 0px;
  }
  
  .template-1 h2,
  .template-3 h2 {
      font-weight: bold;
      font-size: 3rem;
      margin:0 auto;
      width: 70%;
  }
  .template-6 h2 {
      font-weight: bold;
      font-size: 4.2rem;
      width: 95%;
      margin: 0 0 2rem 0 !important;
  }
  .template-7 h2 {
      font-weight: bold;
      font-size: 4.2rem;
      margin-bottom: 0;
      width: 95%;
  }
  .typed-cursor {
      font-weight: 100 !important;
      font-style: italic !important;
  }
  
  .template-1 .row-top,
  .template-3 .row-top,
  .template-4 .row-top {
      padding-bottom: 3.5rem;
  }
  .template-6 .row-top,
  .template-7 .row-top {
      padding: 4rem 0 3rem;
  }
  .template-1 .section-item {
      padding: 1.4rem 0;
      position: relative;
  }
  .template-1 .item-border {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      height: 1px;
      bottom: 0;
      opacity: 0.3;
  }
  .template-1 .section-item:last-child .item-border {
      display: none;
  }
  .template-1 .section-item:hover {
      background: transparent url("/images/transparent.png") !important;
  }
  
  .template-1 .item-number,
  .template-1 .item-title {
      font-size: 1.5rem;
  }
  .template-1 .item-description {
      padding-top: 0.2rem;
      font-size: 1.2rem;
      opacity: 0.85;
  }
  .template-6 .item-description {
      font-size: 2rem;
      margin: 1rem auto;
      width: 80%;
      opacity: 0.85;
  }
  
  .template-2 h2,
  .template-5 h2,
  .template-4 h2 {
      font-weight: bold;
      font-size: 3rem;
  }
  .template-5 .item-description {
      font-size: 1.2rem;
      opacity: 0.85;
  }
  
  .template-4 .section-item {
      padding: 1rem 0;
      position: relative;
  }
  .template-4 .item-number {
      margin-right: 1rem;
      margin-left: 1rem;
      opacity: 0.55;
      font-size: 1rem;
      height: 100%;
  }
  .template-4 .template-item-en .item-number {
      float: left;
  }
  .template-4 .template-item-ar .item-number {
      float: right;
  }
  .template-4 .item-title {
      font-size: 1.3rem;
      width: 90%;
      margin-bottom: 0.5rem;
      padding-bottom: 1rem;
  }
  .template-4 hr {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 95%;
      margin: 0;
      height: 1px;
  }
  
  .template-2 .section-item {
      padding: 1rem;
  }
  .template-2 .item-number {
      font-size: 3rem;
  }
  .template-2 .item-title {
      font-size: 1.5rem;
      margin-top: 0;
      margin-bottom: 0;
  }
  .template-2 .item-description {
      font-size: 1.2rem;
      opacity: 0.85;
  }
  
  .template-3 .section-item {
      padding: 1rem 0;
  }
  .template-3 .info img {
      width: 90%;
  }
  .template-3 .info {
      padding: 1.2rem 0 0;
  }
  .template-3 .info h3 {
      font-size: 1.4rem;
      margin-bottom: 0;
  }
  .template-3 .item-description {
      opacity: 0.85;
      font-size: 1.2rem;
  }
  
  .slider_captions_wrapper .title {
      font-weight: bold;
  }
  
  #company_owned label{
    font-size: 13px;
  }
  
  .login-sidebar {
    margin-bottom: 3rem;
  }
  .product_detail{
    margin-top: 30px;
  }
  .card_root .summary_info{
    text-align   : center;
    border-radius: 24px;
  }
  .card_root{
    margin: -65px 20px 0px 20px;
    z-index   : 2;
    position  : relative;
  }
  /* MEDIA QUERIES  */
  @media (max-width: 450px) {
    .summary_info .summary_number{
      font-size: 5vw;
    }
    .summary_info {
      padding-top: 0px;
      padding-bottom: 0px;
    }
    .summary_info-col {
      padding: 0 25px;
    }
    .card_root{
      margin-left : 0px;
      margin-right: 0px;
    }
    .btn-price.btn:disabled {
      font-size  : 13px;
    }
    .summary_info small.text-muted {
      font-size: 3vw;
    }
    .summary_info {
      padding-top   : 0px;
      padding-bottom: 0px;
    }
  }
  @media (min-width: 650px) {
    #company_owned label{
      font-size: 1rem;
    }
    .summary_info .summary_number{
      font-size: 3vw;
    }
  }
  
  @media (min-width: 992px){
    .product_detail{
      margin-top: 0px;
    }
    .product_card .name {
      font-size: calc(1.2vw + 0.1vh + 1vmin);
    }
    .login-sidebar {
      margin: 1.5rem;
    }
    .summary_info .summary_number{
      font-size: 2vw;
    }
  }
  
  @media (max-width: 768px){
    .remove-founder:hover{
      border: 1px solid #dee1e4;
    }
    .remove-founder{
      border: 1px solid #ced4da;
      padding         : 0px 25px;
      padding-top     : 50px;
      margin-bottom   : 15px;
    }
    .navbar-header{
      margin: 3% 0%;
      text-align: left;
    }
    .w-45{
      width: 100% !important;
    }
    img.banner-image {
        position:absolute;
        width: auto !important;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index:-1;
    }
    .card-box {
      border-bottom: .5px solid #4550b1;
      text-align: center !important;
    }
    .card.bg-primary .card-footer {
      text-align: center !important;
    }
    .card.bg-primary .row {
      margin-left: 0px;
      margin-right: 0px;
    }
    .w-75 {
      width: 100% !important;
    }
    .form-custom {
      min-height: 0px;
    }
    .card_body_seller{
      padding: 0px !important;
    }
    .seller_products_create .card_body_seller{
      padding: 10px !important;
    }
    .seller_products_create{
      padding: 10px;
    }
    .three-dot {
      position: absolute;
      right   : auto;
      left    : auto;
    }
    /* .container_nav_root{
      margin-right : 0px;
      padding-right: 0px;
    } */
  }
  @media screen and (min-width: 992px) {
    .nav_side_right{
      min-width: 490px;
    }
    .nav_side_left{
      min-width: 255px;
    }
  }
  @media screen and (min-width: 1200px) {
    .nav_side_area{
      width: 45%;
    }
  }
  
  /* @media (prefers-color-scheme: dark) {
    html {
      color-scheme: dark;
    }
    body {
      color: white;
      background: black;
    }
  } */
  
  .btn-link-gray {
    color: #999;
    text-decoration: underline;
  }
  
  .lang-en .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
  }
  
  /* Paging */
  .pagination {
    display: flex;
    align-items: center;
    margin: 0.5rem auto;
  }
  .pagination li {
    list-style-type: none;
    margin: 0px;
    line-height: 35px;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    margin-right: 0.3rem;
  }
  .pagination li a {
    display:block;
    text-align: center;
    border: 1px solid #CCC;
    border-radius: 0.3rem;
  }
  .pagination li a:hover {
    background: var(--disabled);
    color: var(--secondary);
  }
  .pagination li.disabled {
    color: var(--disabled);
  }
  .pagination li.active a {
    background: var(--primary);
    color: var(--secondary);
    border-radius: 0.3rem;
  }
  
  .tamara {
    padding: 10px 25px;
    display: block;
    border-radius: 8px;
    border:1px solid #CCC;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .payment-tamara img {
    margin-bottom: 5px;
  }
  .tamara-widget {
    padding: 7px 15px;
    border-radius: 8px;
    border:1px solid #CCC;
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.35);
  }
  .tamara-widget a {
    display: block;
    color: #000;
  }
  .tamara a {
    color: #000;
  }
  .tamara i {
    top: 7px;
    position:relative;
    color: #DDD;
  }
  body.lang-ar .tamara {
    background: #FFF url("/images/tamara-ar.png") no-repeat center right;
    padding-left: 5px;
    padding-right: 65px;
  }
  body.lang-en .tamara {
    background: #FFF url("/images/tamara-en.png") no-repeat center left;
    padding-right: 5px;
    padding-left: 65px;
  }
  .payment-tamara {
    padding-bottom: 20px !important;
  }
  .logo-tamara {
    display: inline !important;
  }
  body.lang-ar .logo-tamara {
    float: left;
  }
  body.lang-en .logo-tamara {
    float: right;
  }
  .payment-method-disabled {
    opacity: 0.8px;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px 0px 0px;
    background: #EFEFEF;
    color: #CCC;
    text-align: center;
  }
  .payment-method-disabled img {
    margin: 0 10px;
  }
  
  .submit-re-payment {
    width: 100%;
    border-radius: 10px !important;
  }
  
  .page-content-payment ul {
    list-style: none;
    margin: 0 auto 140px;
    padding: 0;
  }
  .page-content-payment li {
    float: left;
    margin-right: 20px;
  }
  .page-content-payment li img {
    width: 60px;
  }
  .page-content-payment p {
    clear:both;
  }
  
  .checkout-shipping-method label strong {
    font-size: 1.2rem;
  }
  .checkout-shipping-method label span {
    text-align: center !important;
    margin: 0 10px;
  }

  #topheader {
    background-color: #fff;
    padding: 10px 0;
}
#topheader #searchform {
    display: flex;
    justify-content: center;
}
#searchform input.form-control {
    border:0 !important;
}
#searchform input.form-control:focus {
    box-shadow: none;
    border: 0;
}
#searchform .input-group-text {
    box-shadow: none;
    border: 0;
    background-color: #FFF;
}
#navmenu {
    background-color: #fff;
}
#navmenu a {
  text-decoration: none;
  color: #000;
}
#navmenu span.icon-cart {
  font-size: 1.5rem;
}
.main-menu li {
    text-transform: uppercase;
}
.main-menu li a {
    display: block;
    
}
.lang-ar .main-menu li a {
  text-align: right !important;
}
.lang-en .main-menu li a {
  text-align: left !important;
}

button.item-add,
.btn-addcart,
.btn-box {
    border-radius: 0 !important;
    background: #000;
    color: #fff !important;
    text-transform: uppercase;
}
button.item-add:hover,
.btn-addcart:hover,
.btn-box:hover {
    background: var(--secondary);
    color: #000 !important;
    border:1px solid #000;
}
.btn-box {
  font-size: 0.95rem;
}
.btn-box2 {
  background: #EFEFEF;

}
.btn-box2:hover,
.btn-box2.wishlisted {
  color: red;
}

.product-card {
    border: 0px;
}
.product-card .product-title {
    text-align: center;
}
.product-card .product-title a {
    color: #000;
    text-decoration: none;
}
.product-card .product-price {
    text-align: center;
}
.footer-social-media a {
    text-decoration: none;
}
.top-navbar {
    border-bottom: 1px solid #EFEFEF;
    font-size: 0.85rem;
}
.top-navbar a {
    color: #000;
}
.top-navbar a:hover {
    color: var(--primary)
}
.dropdown-menu-right div.dropdown-menu {
    right: 0;
    left: auto;
}
.dropdown-item img {
    margin-right: 10px;
}
.main-menu li a {
    color: #000;
    font-weight: bold;
}
.main-menu li a:hover,
.main-menu a.active:hover {
    color: var(--hover);
}
.swiper-slide {
    height: auto; /* Makes all slides same height */
    display: flex; /* For better card alignment */
}
.product-card {
    height: 100%;
    width: 100%;
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.swiper.container-fluid {
    position:relative;
}
.swiper-nav-wrapper {
    position: absolute;
    top: 10px;
    
    width: 80px;
    height: 30px;
}


.lang-en .swiper-nav-wrapper {
  right: 20px;
}

.lang-ar .swiper-nav-wrapper {
  left: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
    background-color: transparent !important;
    font-size: 14px !important;
    height: 33px !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 15px;
}
.swiper-button-lock {
    color: #CCC;
}

.navbar-toggler{
    padding: 10px 1px;
    font-size: 27px;
    border: 0px;
    color: var(--primary);
  }