@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --primary-color: #ff6600;
    --seconday-color: #ffffff;
    --secondary-color-2: #0d87d2cc !important;
}

* {
    font-family: "Roboto", serif;
}

html {
    overflow-x: hidden;
}

body {
    background: #fff;
    box-sizing: border-box;
}

/* .login-grid {
  width: 100%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px 14px #0000001A;
  max-height: 792px;
  height: 100%;
  min-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
} */

/* .quartasMain {
    height: 100vh;
} */

/* .quartasMain::before{
  content: '';
  background: var(--primary-color);
  width: 40%;
  height: 100vh;
  position: absolute;
} */

.quartasMain .login-cover .login-img {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 960px;
    box-shadow: 0px 0px 10px 14px #0000001a;
}

.login-grid {
    height: 100vh;
}

.leftDiv {
    height: 100vh;
    background-color: var(--primary-color);
    position: relative;
    width: 100%;
}

.bg-login {
    background-color: var(--primary-color);
    box-shadow: 0px 0px 10px 14px #0000001a;
    position: absolute;
    right: 0;
    transform: translate(0%, -50%);
    height: 410px;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 80%;
    height: 75%;
}

.login-wapper {
    height: 100vh;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-color: var(--primary-color) !important;
}

.login-img {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
    justify-content: center;
    padding: 20px;
}

.login {
    width: 20%;
    padding: 6px;
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.account .title {
    color: var(--primary-color);
}

.accounts .title {
    color: var(--primary-color);
    background: none;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
}

.accounts .title:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

body {
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

.cmn-btn {
    background-color: var(--primary-color);
    color: #ffffff;
    font-size: 19px !important;
    font-family: sans-serif;
    /* padding: 24px !important; */
    letter-spacing: normal;
    width: 100%;
    height: 60px;
    border: 20px;
    justify-content: center;
    align-items: center;
}

.apptn-calndr {
    margin-top: 30px;
}

.save {
    color: #fff;
    background-color: var(--primary-color);
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 20px;
    font-weight: 400;
    margin: auto;
    font-size: 22px;
    width: 100%;
    display: flex;
    justify-content: center;
    border: 1px solid var(--primary-color);
}

.numberInput {
    border: 1px solid #ced4da;
    border-radius: 4px;
    overflow: hidden;
}

.numberInput input {
    border: none;
}

.numberInput .input-group-text {
    border: none;
    border-right: 1px solid #0000004d;
    background: none;
    border-radius: 0;
    margin: 5px 0;
    padding: 0 12px;
}

a.save:hover {
    background: none;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-decoration: none;
}

.login-content-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 14px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 88%;
    height: 100vh;
    position: relative;
}

.custom-container {
    max-width: 1580px;
    width: 100%;
}

.login-content-main .login-content {
    transform: translate(-6%, -50%);
    position: absolute;
    top: 50%;
    width: 100%;
    height: 75%;
    box-shadow: 10px 0px 10px 10px #0000001a;
    left: 0;
    z-index: 32;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1e1e1ecc;
    margin-bottom: 0px;
}

.verification h4 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 500;
    margin: 30px 0;
    color: var(--primary-color);
}

.verification p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #1e1e1ecc;
}

.heading {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
    margin-bottom: 12px;
}

h5.heading {
    font-size: 20px;
    line-height: 34px;
}

#flexCheckChecked,
#flexCheckCheckedterms {
    /* setting the checkbox input HTML element accent color to `green` */
    accent-color: #ff6600;
}

input[type="checkbox"]:checked::after {
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    font-family: "font-awesome 6";
}

.checkbox {
    display: flex;
}

.checkbox .form-check input,
.form-check input {
    width: 39px;
    height: 39px;
    border-radius: 5px;
    border: 1px solid #00000033;
    margin-top: 0px;
}

.checkbox .form-check label {
    font-size: 14px;
    font-weight: 400;
    color: #0d87d2cc;
    padding-left: 35px;
    line-height: 22px;
}

.checkboxs {
    display: flex;
}

.form-check {
    display: flex !important;
    align-items: center !important;
}

.checkboxs .form-check input {
    width: 39px;
    height: 39px;
}

input[type="checkbox"]:checked + label::before {
    background: var(--primary-color);
}

.checkboxs .form-check label {
    font-size: 14px;
    font-weight: 400;
    color: #0d87d2cc;
    padding-left: 22px;
    margin-top: 5px;
}

.login-wrapper {
    padding: 20px;
}

.checkboxs span {
    color: var(--primary-color);
    font-size: 14px;
}

.form-group label {
    font-size: 18px;
    line-height: 28px;
    color: #000000b2;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-group .form-control {
    height: 40px !important;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.account {
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    width: 100%;
    margin-top: 20px;
    text-transform: capitalize;
}

.digit-group input {
    width: 58.26px;
    height: 66px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    color: #000;
    margin: 0 5px;
    border: 1px solid #00000033;
    border-radius: 8px;
}

.login-content h5.secondHeading {
    font-size: 20px;
    line-height: 38px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
    margin-top: 40px;
}

.otp {
    margin: 5px auto 25px;
    display: flex;
    justify-content: center;
    font-size: 20px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icon a {
    padding: 8px;
    border: 1px solid #00000033;
    border-radius: 50%;
    margin: 0 10px;
}

.accounts {
    padding: 9px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.accounts p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgb(0 0 0 / 50%) !important;
    margin-bottom: 0px;
}

.accounts a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: var(--primary-color) !important;
    margin-bottom: 0px;
    text-decoration: underline;
}

.accounts a {
    font-size: 16px;
    line-height: 26px;
    z-index: 1;
    padding: 0 15px;
    background: #fff;
}

.signUp {
    text-align: center;
}

.signUp a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400 !important;
    z-index: 1;
    padding: 0 15px;
    background: #fff;
    color: #00000099 !important;
    position: relative;
    text-decoration: none;
}

.signUp::after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 50%;
    height: 1.5px;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* phone css */

#phone,
.btn {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn {
    text-align: left !important;
    width: 100%;
}

.btn:focus,
.btn:hover {
    box-shadow: none !important;
}

/* .btn:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
} */

.alert {
    padding: 15px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    border-color: #bce8f1;
    color: #31708f;
    background-color: #d9edf7;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.form-group .iti {
    width: 100%;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background: #fff;
}

.form-group .iti--allow-dropdown .form-control {
    width: 100%;
    height: 60px;
}

/* phone css */

/* upload document */

.drop_box {
    margin: 7px 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #2e2e2e;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #a3a3a3;
}

.btn {
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
    background: none;
}

.form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}

.uploadfile a {
    font-size: 14px;
    line-height: 24px;
    color: #00000099 !important;
    margin-left: 5px;
    text-decoration: none;
}

.uploadfile img {
    width: 30px;
}

/* upload document */

.highlight {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 10px;
}

/* index page css */

/* header */

/* .menuButton {
    max-width: 485px;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: scroll;
  overflow-y: hidden;
} */

.header .navbar-collapse .navbar-nav {
    flex-wrap: nowrap;

    display: flex;
    align-items: center;
    width: max-content;
}

.divMargin {
    margin: 40px 0;
}

.header .navbar .collapse .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.header .navbar .collapse .navbar-nav .nav-item .nav-link.active {
    color: var(--primary-color);
}

.header .navbar .collapse .navbar-nav .nav-item {
    padding: 0 15px;
}

.dropdown .customSearchbtn {
    background: none;
    color: #000000cc;
    padding: 0;
    border: none;
    font-size: 26px;
    line-height: 36px;
}

.dropdown .customSearchbtn:hover,
.dropdown .customSearchbtn:active {
    background-color: transparent !important;
    color: #000000cc !important;
}

.userActivity span.wallet,
.userActivity span.cart,
.likeDislike {
    margin-left: 20px;
}

.likeDislike.active i {
    color: var(--primary-color);
}

/* banner */

.bx-wrapper {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.bx-wrapper img {
    width: 100%;
    margin: 0 4px;
    object-fit: cover;
}

/* banner */

span.likeDislike {
    font-size: 30px;
    line-height: 40px;
}

.userDetail {
    margin-left: 50px;
}

.userDetail .user {
    width: 50px;
    height: 50px;
    display: block;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 50%;
}

.userDetail .user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userDetail .dropdown .customSearchbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    color: #000000b2 !important;
    font-weight: 400;
    background-color: transparent;
    width: 100%;
}

.userDetail .dropdown .customSearchbtn:focus {
    background: none;
}

.userDetail .dropdown .dropdown-menu {
    width: 300px;
    padding: 10px 20px;
}

.userDetail .dropdown .dropdown-menu li {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}

.userDetail .dropdown .dropdown-menu li a {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    padding: 10px 0;
}

.logout {
    color: var(--primary-color) !important;
}

.userDetail .dropdown .dropdown-menu li a img {
    margin-right: 20px;
}

.centered {
    margin-bottom: 1rem;
    text-align: center;
    vertical-align: middle;
}

/* search select */
.parent #select .select2 {
    width: 100% !important;
}

/* Select2-Bootstrap-style */

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    border-radius: 20px;
    height: 40px;
    padding: 5px 10px;
}

.select2-container--bootstrap .select2-search__field {
    outline: 0;
}

.select2-container--bootstrap
    .select2-search__field::-webkit-input-placeholder {
    color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999;
}

.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option[role="group"] {
    padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
    color: #777777;
    cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
    background-color: #f5f5f5;
    color: #262626;
}

.select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    background-color: #ff66001a;
    color: #262626;
}

.select2-container--bootstrap .select2-results__group {
    color: #777777;
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
    margin-left: 0px;
}

.select2-container--bootstrap.select2-container--open
    .select2-selection
    .select2-selection__arrow
    b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below
    .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above
    .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    overflow-x: hidden;
    margin-top: -1px;
    padding: 8px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
}

.userActivity span.selection,
.select2-container .select2-selection--single {
    margin-left: 0;
}

.parent {
    position: relative;
}

/* .parent img{
  position: absolute;
  right: 0;
  z-index: 1;
} */

.parent .select2-container {
    opacity: 0;
    position: absolute;
    right: 0;
}

span.select2-dropdown {
    width: 400px !important;
    right: -80px;
    left: auto !important;
    top: 20px;
    border-radius: 8px;
}

.select2-search--dropdown::after {
    position: absolute;
    content: "";
    background: url(../assests/img/search2.webp) no-repeat;
    width: 20px;
    height: 20px;
    right: 26px;
    top: 23px;
    background-size: 100%;
    z-index: 0;
}

/* banner css */

.banner .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
}

.banner .bx-wrapper .bxslider li {
    width: 100% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--primary-color) !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent !important;
    border: 1px solid #00000033;
}

.center-content .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 0;
}

.center-content p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #000000b2;
    margin-bottom: 0;
}

.center-content a {
    font-size: 16px;
    line-height: 26px;
    color: var(--primary-color);
    text-decoration: none;
}

/* categorie content */

.categorie {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    text-decoration: none;
}

.categorie span img {
    width: fit-content;
    object-fit: cover;
    height: 100%;
}

.categorie span {
    width: 180px;
    height: 180px;
    display: flex;
    border: 1px solid #00000033;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.featureCategoriemain .categorie p {
    margin-bottom: 0;
    margin-top: 10px;
}

.productAmt {
    margin-top: 5px;
}

.categorie p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #1e1e1ecc;
}

/* categorie content end */

/* product detail */

#ProductNav .nav,
#ProductNav2 .nav {
    display: inherit;
    flex-wrap: inherit;
    padding-left: inherit;
    margin-bottom: inherit;
    list-style: inherit;
}

/*--- Wrap Up ---*/
.ProductNav_Wrapper {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.ProductNav {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: relative;
    font-size: 0;
    --ms-overflow-style: none;
    scrollbar-width: none;
}

.js .ProductNav {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.js .ProductNav::-webkit-scrollbar {
    display: none;
}

.ProductNav_Contents {
    float: left;
    transition: transform 0.2s ease-in-out;
    position: relative;
}

.ProductNav_Contents-no-transition {
    transition: none;
}

.ProductNav_Link {
    text-decoration: none;
    color: #7f868b;
    font-size: 0.85rem;
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 12px;
    line-height: 1.35;
}

.ProductNav_Link[aria-selected="true"] {
    color: #6a2c79;
}

.Advancer {
    /* Reset the button */
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity 0.3s;
}

.Advancer:focus {
    outline: 0;
}

.Advancer:hover {
    cursor: pointer;
}

.Advancer_Left {
    left: 0;
}

[data-overflowing="both"] ~ .Advancer_Left,
[data-overflowing="left"] ~ .Advancer_Left {
    opacity: 1;
}

.Advancer_Right {
    right: 0;
}

[data-overflowing="both"] ~ .Advancer_Right,
[data-overflowing="right"] ~ .Advancer_Right {
    opacity: 1;
}

.Advancer_Icon {
    width: 12px;
    height: 44px;
    fill: #bbb;
}

.ProductNav_Indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: transparent;
    transform-origin: 0 0;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* .recommendProductmain .recoommendProduct {
    margin-left: 4%;
} */

.productDetail {
    width: 100%;
}

/* .productwise{
  display: flex;
  align-items: center;
  justify-content: start;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-top: 40px;
  width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 20px;
} */

.product {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

.productwise::-webkit-scrollbar {
    display: none;
}

.productwise {
    -ms-overflow-style: none;
    /* IE/Edge */
    scrollbar-width: none;
    /* Firefox */
}

.product .productImg {
    border: 1px solid #00000026;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    height: 254px;
    /* width: 254px; */
}

.product .productImg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.product .productImg .unitLikedislike {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    background: #000000;
    width: 100%;
    left: 0;
    padding: 5px 15px;
}

.product .productImg .unitLikedislike p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--primary-color);
}

.product .productImg span.flag {
    background: #f93b29;
    padding: 4px 12px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.product .productImg span.rateProductall {
    position: absolute;
    top: 7px;
    right: 10px;
    color: var(--primary-color);
    display: flex;
        align-items: center;
}

.product .productImg .unitLikedislike span {
    color: var(--primary-color);
    font-size: 20px;
}

.productAmt h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
}

.productAmt p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0;
    white-space: nowrap;
}

.ProductNav_Link .productAmt p.descrip,  .ProductNav_Link .productAmt h5.descrip{
    width: 290px !important;
}

.productAmt p.descrip, .productAmt h5.descrip {
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    /* Adjust as needed */
    display: block;
    cursor: pointer;
    /* Show pointer on hover */
    position: relative;
}

.tooltip {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #000;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    max-width: 250px;
    white-space: normal;
    /* Allow multiline text */
    z-index: 999;
}

.tooltip::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.amtDetail p.disAmount {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.amtDetail p.disAmount span.actAmut,
b.actAmut {
    color: #f93b29;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: line-through;
}

.amtDetail .soldAmt {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000cc;
}

/* product detail end */

/* wallet */

.section {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.availBal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--primary-color);
    padding: 15px 20px;
    border-radius: 12px;
}

.availBal h5 {
    font-size: 24px;
    line-height: 34px;
    color: var(--primary-color);
    margin-bottom: 0px;
    margin-left: 10px;
    text-transform: capitalize;
}

.availBal span {
    font-size: 24px;
    line-height: 34px;
    color: var(--primary-color);
    margin-bottom: 0px;
    margin-left: 10px;
    text-transform: capitalize;
    display: flex;
}

.availBal p {
    margin-bottom: 0px;
    margin-left: 5px;
}

.addMoney {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: var(--primary-color);
    border-radius: 12px;
    margin: 10px 0;
}

.walletHistory {
    margin: 40px 0;
}

.center-content h4.h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #000;
}

.orderidDetail {
    border: 1px solid #00000026;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 20px;
}

.orderId {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.orderId h5 {
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
}

.orderId p,
.orderId p span {
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
}

.orderidDetail ul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.orderidDetail ul li {
    border-right: 1px solid rgb(0 0 0 / 20%);
    width: 33.33%;
}

.orderidDetail ul li:last-child {
    border-right: none;
}

.orderidDetail ul li p {
    font-size: 14px;
    line-height: 24px;
    color: rgb(0 0 0 / 60%);
    font-weight: 400;
    margin-bottom: 0;
}

.orderidDetail ul li p.center {
    margin-left: 50px;
}

.orderidDetail ul li button {
    background: rgb(17 167 9 / 10%);
    border: none;
    color: #11a709;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 20px;
    margin-left: auto;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.orderidDetail ul li button img {
    margin-right: 5px;
}

.addMoney {
    text-decoration: none;
}

.addMoney h5 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0px;
    margin-left: 10px;
}

.addMoneyinwallet input {
    height: 46px;
    padding: 10px 20px;
}

.addamount {
    display: flex;
    align-items: center;
    margin-bottom: 110px;
}

.addamount a {
    display: flex;
    align-items: center;
    background: #cbced5;
    padding: 10px 20px;
    border-radius: 8px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgb(0 0 0 / 60%) !important;
}

.addamount a p {
    margin-bottom: 0px;
}

/* wallet */

/* 20-02-25 */

.filerDetails {
    border: 1px solid #1a1c1e33;
    padding: 10px;
}

.filerDetails .filterSection h5 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
}

.filterSection a.btn {
    color: var(--primary-color);
}

.sorting .dropdown {
    width: 100%;
    margin-left: auto;
    background: #ccc;
    border-radius: 30px;
    border: none;
}

.sorting select.sortingRecomm {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    background-color: transparent;
    border: none;
}

.sorting select.sortingRecomm:focus {
    box-shadow: none;
    outline: none;
}

.sorting .dropdown button.sortingRecomm span {
    color: #1e1e1e66;
}

/* select.sortingRecomm::after{
    content: '\f0d7' !important;
    border: none;
    width: 10px;
    height: 10px;
} */

.filter {
    border: 1px solid #1a1c1e33;
    padding: 10px 20px;
}

.filter .form-check .form-check-label {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding-left: 16px;
}

.filter .form-check .form-check-input {
    margin-top: 0;
}

::selection {
    color: #fff;
    background: #17a2b8;
}

.wrapper {
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px 40px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

header h2 {
    font-size: 24px;
    font-weight: 600;
}

header p {
    margin-top: 5px;
    font-size: 16px;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.price-input .field {
    display: flex;
    height: 30px;
    align-items: center;
}

.field input {
    width: 50%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 0px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
    border: none;
}

.rightField {
    justify-content: end;
}

.rightField input {
    width: 59%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: var(--primary-color);
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--primary-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
}

.b-btn {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.b-btn.paypal i {
    color: blue;
}

.b-btn:hover {
    text-decoration: none;
    font-weight: bold;
}

.b-btn i {
    font-size: 20px;
    color: yellow;
    margin-top: 2rem;
}

.filter .form-check {
    margin: 8px 0;
}

.filter .form-check input,
.form-check input {
    width: 30px;
    height: 30px;
}

.midContent {
    height: 100vh;
    padding-bottom:70px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 82px;
}

/* 20-02-25 end */

/* footer */

footer {
    background: #f0efef;
    padding: 30px 0;
    /* position: static; */
}

/* .footerMain{
    position: static;
} */

/* .footer-innerPage{
    position: fixed !important;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
} */

/* .footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
} */

html, body {
    height: auto;
    overflow: auto !important;
}


footer .socialIcon {
    width: 50%;
}

.footer-left {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    gap: 60px;
}

.footer-left p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000000b2;
}

.footerRight {
    gap: 180px;
}

.footerRightcontent .customerDetail {
    margin-bottom: 20px;
}

.footerRightcontent h4 {
    color: var(--primary-color);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.footerRightcontent h5 {
    color: #000000b2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0;
    width: 110px;
}

.footerRightcontent p {
    color: #000000b2;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.footerRightcontent ul li {
    margin: 12px 0;
}

.footerRightcontent ul li a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000000b2 !important;
}

.appStore a {
    display: block;
}

.socialIcon {
    gap: 22px;
}

.chatbot {
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 15px;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
}

.chatbot img {
    width: 80px;
    height: 80px;
}

a {
    text-decoration: none !important;
}

/* footer end */

.noCategory {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
}

.modal-body p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #323135b2;
    margin-top: 20px;
}

.wallettop {
    background: #000;
    padding: 10px 0;
}

.wallettop h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
    margin-left: 50px;
}

.wallettop h5 a {
    color: #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.wallet {
    display: flex;
    align-items: center;
}

.wallet img.walletimg {
    opacity: 1;
}

.wallet.active img.walletimg {
    opacity: 0 !important;
    display: none;
}

.wallet img.active-wallet {
    opacity: 0;
    display: none;
}

.wallet.active img.active-wallet {
    opacity: 1 !important;
    display: block !important;
}

.addTocart {
    border: none;
    background: transparent;
    border: 1px solid var(--primary-color);
    width: 100%;
    border-radius: 12px;
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
    font-weight: 500;
    padding: 5px 0;
}

.wishlistProduct.product .productImg {
    width: 100%;
}

/* 010325 */

.customCarousel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}

/* .customCarousel .carousel-item.active img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
} */

.preview {
    max-width: 14%;
    height: 100%;
    overflow-y: scroll;
    max-height: 500px;
    overflow-x: hidden;
    width: 100%;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ff0000;
}

.ProductImage {
    max-width: 86%;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}

.customCarousel .carousel-indicators {
    position: static;
    display: block;
    margin: 0px;
}

.customCarousel .carousel-indicators button {
    width: 150px;
    height: 100px;
    border: 1px solid #000;
    border-radius: 20px;
    margin: 6px 0;
}

.customCarousel .carousel-indicators button img {
    object-fit: cover;
    height: 100%;
    border-radius: 20px;
}

.ProductDetail {
    margin-top: 4%;
    border-right: 1px solid #00000033;
    padding-right: 50px;
}

.ProductDetail span i {
    font-size: 38px;
    line-height: 38px;
}

.ProductDetail span i.fa-regular {
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
}

.ProductDetail span i.fa-solid {
    -webkit-text-fill-color: var(--primary-color);
}

.ProductDetail h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    margin-right: 4%;
}

.dropdown-content {
    display: none !important;
}

.dropdown-content.show {
    display: block !important;
}

.giveStart {
    margin-top: 8%;
}

.timeLeft {
    background: #f93b2914;
    border: 1px dashed #ff6600;
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    margin: 15px 0 30px;
}

.deliveryStatus span.delivery {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.deliveryStatus span.delivery img {
    margin-right: 5px;
}

.deliveryStatus p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #f93b29;
}

.deliveryStatus .deliveryDetail {
    display: block;
    border: 1px solid #ff6600;
    padding: 8px;
    border-radius: 8px;
}

.contact {
    margin-top: 8%;
}

.contact h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000000cc;
}

.contact span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 30px;
    display: block;
    padding: 5px 30px;
}

.contact span.chat {
    border-color: #0873d5;
    color: #0873d5;
}

.contact span.call {
    border-color: #11a709;
    color: #11a709;
}

.deliveryProcessmain {
    display: flex;
    align-items: start;
    justify-content: end;
    gap: 30px;
}

.deliveryProcessmain .deliveryProcess {
    width: 100px;
}

.deliveryProcessmain .deliveryProcess span {
    background: #f0efefb2;
    display: flex;
    padding: 10px;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.deliveryProcessmain .deliveryProcess p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 8px;
    text-align: center;
}

.offDetail {
    background: #fde0cd;
    padding: 3px 14px;
    color: #ff6600;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.productamt p.disAmount {
    margin-bottom: 3px;
}

.productamt span.soldAmt {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}

.notificationDetail {
    margin: 5% 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.notificationDetail a {
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 8px 100px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--primary-color) !important;
    margin-bottom: 5px;
}

.notificationDetail p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}

.notificationDetail p span {
    color: var(--primary-color);
}

.productbuyDetail {
    margin: 40px 0;
    gap: 40px !important;
}

.productbuyDetail a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
    padding: 7px 50px;
    border-radius: 30px;
    text-decoration: none;
}

.productbuyDetail a.buyNow {
    background: var(--primary-color);
    color: #fff !important;
}

.productRating {
    margin-top: 20px;
}

.productRating .nav-pills {
    width: 100%;
}

.productRating .nav-pills .nav-item {
    width: 50%;
}

.productRating .nav-pills .nav-item .nav-link {
    width: 100%;
    background: none;
    color: #1e1e1ebf;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
}

.productRating .nav-pills .nav-item .nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid var(--primary-color);
    border-radius: 0;
    padding-left: 0px;
}

.userReview {
    margin-top: 3%;
}

.ratingReviewdetail {
    width: fit-content;
    padding: 5px 20px;
}

.ratingReviewdetail {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 10px 20px;
}

.rateGive {
    margin-right: 30px;
}

.reviewsData {
    /* border-right: 2px solid var(--primary-color); */
    padding-right: 20px;
    /* margin-right: 20px; */
}

.user span.userImg {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
}

.userreviewDetail h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 0px;
}

.userreviewDetail p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #000000cc;
}

.user .rateGive {
    display: flex;
    align-items: center;
}

.user .rateGive span {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0;
    margin-right: 5px;
}

.userReview .userStatus {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.viewAll {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: var(--primary-color);
    display: flex;
    justify-content: end;
    cursor: pointer;
}

.productDetail ul.productnameDetail {
    max-width: 50%;
    width: 100%;
    margin-right: 15%;
}

.productDetail ul.productnameDetail li h6 {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 43%;
}

.productDetail ul.productnameDetail li p {
    color: #00000099;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
}

.productDescription h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary-color);
}

.productDescription ul.productDescriptiondetail li strong {
    color: #000;
    font-weight: 500;
}

.productDescription ul.productDescriptiondetail li {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #000000cc;
}

.addTocart .modal-body {
    padding: 40px;
}

.addTocart .modal-header {
    border-bottom: none;
}

.addTocart .modal-header button {
    background: #00000033;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.addtocartDetail {
    text-align: center;
}

.addtocartDetail .cartBox {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ff66001a;
    margin: 0 auto;
}

.addtocartDetail a {
    width: 100%;
    display: block;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 14px 0;
    text-decoration: none;
    color: #000;
    margin-top: 20px;
}

.addtocartDetail a.carton {
    border-color: #0000004d;
    color: #00000099;
}

.addtocartDetail a.individualUnit {
    border-color: var(--primary-color);
    color: #00000099;
}

.addtocartDetail button.add-button {
    background: var(--primary-color);
    color: #fff;
    width: 100%;
    display: block;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 14px 0;
    margin-top: 20px;
}

.delivery,
.paymentMethod {
    border: none;
}

.billDetail .coupon {
    border: 1px solid #00000033;
    padding: 6px 20px;
    border-radius: 30px;
}

.billDetail .form-switch {
    padding-left: 0px;
}

.billDetail .form-switch .form-check-input {
    width: 50px;
    height: 22px;
    margin-left: 0;
}

.billDetail .loyaltyPoint span {
    color: #00000099;
}

.billDetail .coupon span {
    font-size: 20px;
    color: #00000099;
    line-height: 30px;
    font-weight: 500;
}

.loyaltyPoint {
    border: 1px dashed var(--primary-color);
    padding: 6px 20px;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.bill {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.bill table tbody tr th,
.bill table tbody tr td {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #00000099;
}

.bill table tbody tr td p,
.bill table tbody tr td span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 5px;
}

.bill table tbody tr td.shipChrg {
    color: #08b80e;
}

.bill .customBtn,
button.customBtn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    width: 100%;
    border: none;
    padding: 8px 0;
}

button.customBtn {
    display: flex;
    justify-content: center;
}

button.customBtn:hover,
.bill .customBtn:hover {
    background: #fff;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.filterMain {
    margin-top: 50px;
    padding: 30px;
    border-top: 1px solid #1e1e1e33;
}

.filterMain .filterBtn {
    border-radius: 30px;
}

.bill table tbody tr.totalAmt {
    border-top: 1px solid #00000026;
    border-bottom: 1px solid #00000026;
}

.bill table tbody tr.totalAmt td {
    color: #000000cc;
}

.bill table tbody tr th {
    width: 80%;
}

.bill table tbody tr td {
    width: 20%;
}

.bill table tbody .border {
    border: none !important;
}

.customBtn {
    font-size: 16px;
    line-height: 26px;
    padding: 7px 20px;
    font-weight: 500;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    width: 100%;
}

/* 010325 end */

.ProductDetail span.share {
}

.shareApp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.shareMyscreen .shareIcon {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shareMyscreen .shareIcon a {
    color: var(--primary-color);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    justify-content: center;
    border-radius: 10px;
}

.shareMyscreen .shareIcon span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.modal-dialog .btn-close {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    position: absolute;
    right: -8px;
    top: -10px;
    background: var(--primary-color);
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.option {
    padding: 10px;
    display: inline-block;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: 5px;
}

.option.selected {
    background-color: var(--primary-color);
    color: white !important;
    border-color: 1px solid var(--primary-color);
    padding: 12px 10px;
}

/* .option.selected {
    background-color: #007bff;
    color: white;

    border-radius: 5px;
} */

.add-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.addtocartDetail a:hover,
.addtocartDetail a:active,
.addtocartDetail a:target {
    background: var(--primary-color);
    color: #fff;
}

.mynoproductFound p {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .filterBtn::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;


} */

.ProductImage .carousel-inner .carousel-item {
    height: 490px;
}

.ProductImage .carousel-inner .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ProductImage .carousel-inner .carousel-item.active {
    border: 1px solid var(--primary-color);
    overflow: hidden;
    border-radius: 20px;
    margin: 20px 0;
}

.carousel-control-prev {
    left: 180px !important;
}

.carousel-control-prev-icon {
    /* left: 240px; */
    position: absolute;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-prev-icon {
    background: none;
    font-size: 46px;
    color: var(--primary-color);
    background-image: none !important;
}

.carousel-control-next-icon {
    background: none;
    font-size: 46px;
    color: var(--primary-color);
    background-image: none !important;
}

.disabled {
    opacity: 0.5;
    /* Reduce opacity to indicate it's disabled */
    cursor: not-allowed;
    color: #ccc !important;
}

.disabled .carousel-control-prev-icon,
.disabled .carousel-control-next-icon {
    color: #ccc !important;
}

/* Arvind Css Date -06/03/2025 */
/* Add to cart -left portion */

.addressDiv {
    padding: 12px;
    border-radius: 10px;
    background-color: rgba(203, 206, 213, 0.3);
}

.editIcon {
    padding-top: 20px;
}

.editIcon img {
    background-color: rgba(255, 101, 0, 1);
    padding: 5px;
    border-radius: 50%;
}

.itemSelectedDiv {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin-top: 15px;
}

.itemSelectedDiv .items img {
    padding-right: 10px;
}

.itemSelectedDiv .items p {
    font-weight: 500;
    font-size: 20px;
    padding-top: 15px;
}

.romove-wishlist {
    display: flex;
}

.romove-wishlist p {
    font-size: 16px;
    color: #f93b29;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0;
}

.romove-wishlist span {
    color: #000000b2;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #00000033;
}

.romove-wishlist p span::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #00000033;
    position: absolute;
    left: 0px;
    top: 0px;
}

.itemSelectedDiv .form-check .form-check-label {
    color: #000000b2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

/* .officeDocFolder .itemdesription{
    padding: 5px;
  } */

/* span{
    color: #000;
  } */

.officeDocFolder {
    border: 1px solid #0000004d;
    border-radius: 12px;
    padding: 10px;
    position: relative;
    margin-top: 15px;
}

.paymentMethod .add {
    color: #000;
}

.officeDocFolder .selectproduct {
    position: absolute;
    left: 0;
    padding: 0px;
    top: 19px;
    width: 10%;
}

.officeDocFolder .selectproduct .productCheckbox {
    margin-left: 18px;
}

.officeDocFolder .product {
    box-shadow: 0px 5px 10px 0px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 9px;
    height: 150px;
    overflow: hidden;
}

.officeDocFolder .product img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.itemdesription {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.itemdesription h6 {
    font-size: 20px;
    color: #000000b2;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
}

.itemdesription p {
    padding-top: 10px;
    color: #00000099;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.price #p1 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}

.price .main {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

.price span {
    padding-top: 5px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    text-decoration: line-through;
    color: #00000066;
}

.price span p,
.price .main p {
    margin-bottom: 0px;
}

.Sizebutton {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Sizebutton .btn-quantity {
    background: var(--primary-color);
    box-shadow: none;
    border: none;
    color: #fff;
    width: 30px;
}

.Sizebutton .size {
    background-color: #cbced54d;
    width: 90px;
    padding: 5px;
    border-radius: 5px;
    border: none;
}

.Sizebutton .size:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

.showMoreProducts button {
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #ff6600;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    color: #ff6600;
}

.returnPolicy {
    margin-top: 10px;
}

.returnPolicy p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #0873d5;
    padding-top: 0px;
}

.returnPolicy span {
    color: #00000099;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

/* Delivery html */

.addtocarLeftSide {
    border-right: 1px solid #00000026;
    padding-right: 40px;
}

.deliveryAddress h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.location {
    border: 1px solid #00000033;
    padding: 10px 20px;
    border-radius: 10px;
}

.location.active {
    border: 1px solid var(--primary-color);
}

.location span.mapIcon {
    font-size: 22px;
    line-height: 30px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #00000080;
    -webkit-text-stroke-width: 2px;
}

.location.active span.mapIcon {
    -webkit-text-stroke-color: var(--primary-color);
}

.location .add {
    padding-left: 20px;
}

.location .add h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #323135;
}

.location .add p {
    margin: 0px;
    color: #00000099;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.addnewAddress button {
    outline: none;
    color: var(--primary-color);
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 10px;
}

.billDetail2 p {
    font-size: 20px;
    color: #00000099;
    line-height: 30px;
    font-weight: 500;
}

.billing-details h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 22px;
    border-bottom: 1px solid #00000026;
    padding-bottom: 26px;
    margin-top: 40px;
    padding-left: 20px;
}

.delivery .officeDocFolder {
    border: none;
    padding-left: 20px;
}

/* payment method - 07/03/2025 */

.order {
    border-bottom: 1px solid rgba(93, 94, 96, 0.3);
    padding: 10px 20px;
}

.creditCard {
    border-top: 1px solid #00000033;
}

.order .add {
    padding-left: 20px;
}

.form-check-input {
    font-size: 30px;
}

.paymentsLogos {
    padding-left: 20px;
}

.form-check-input:checked {
    background-color: #ff6600 !important;
    border-color: #ff6600 !important;
}

.addTocart {
    margin-top: 30px;
}

.cartProcess {
    background: #000;
    border-radius: 12px;
    padding: 10px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cartProcessstep ul {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.cartProcessstep span {
    color: #fff;
}

.cartProcessstep .active span {
    color: var(--primary-color);
}

/*
  .delivery,
  .paymentMethod {
    display: none;
  } */

.main {
    display: none !important;
}

.firstaddTocart,
.deliveryaddTocart {
    display: block;
}

.paymentMethod.addtocartpaymentMethod {
    display: block;
}

.addressDiv h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
}

.content .form-check {
    background: #fff;
    border-radius: 30px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    padding-left: 0;
}

/* .content .form-check .option.selected{
        background: var(--primary-color);
        padding: 10px 0;
        border-radius: 30px;
        color: #fff;
    } */

/* .content .form-check .option{
        border:1px solid var(--primary-color);
        color:var(--primary-color);
        width: 100%;
        height: 50px;
        margin-left: -13px;
        margin-bottom: 0;
        margin-right: 0;
        background: var(--primary-color);
        z-index: 1;
        display: block;
        color: #fff;
    } */

/* .addtocartDetail .content .form-check.selected .form-check-label {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
} */

.addtocartDetail .content .form-check.selected .form-check-label {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
}

.addtocartDetail .content .form-check {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.form-check-input.carton {
    opacity: 0;
}

.addtocartDetail .content .form-check.selected {
    display: block !important;
    position: relative !important;
    background: var(--primary-color);
}

.addtocartDetail .content .form-check .individualUnit {
    width: 30px;
    height: 30px;
    opacity: 0;
    color: var(--primary-color);
}

.addtocartDetail .content .form-check label {
    position: static !important;
    color: var(--primary-color) !important;
    transform: none;
}

.addtocartDetail .content .form-check-input.selected:checked {
    background-color: var(--primary-color) !important;
    border-radius: 0;
    z-index: 1;
    width: 100%;
    margin-left: 0;
    height: 100%;
}

.addtocartDetail .content .form-check-input:checked {
    background: no-repeat;
}

input[type="checkbox"] {
    accent-color: var(--primary-color);
    color: #fff;
    /* Green color */
}

.addressDiv p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #00000099;
    margin-bottom: 0;
}

.applyCouponmodal {
    position: relative;
}

.applyCouponmodal .modal-header button {
    top: 22px;
    left: 17px;
    top: 36px;
    right: auto;
    border: none;
}

.modal-content {
    padding: 10px;
}

.applyCouponmodal .modal-dialog {
    margin-right: 16%;
    margin-top: 6%;
}

.rtl.applyCouponmodal .modal-dialog {
    margin-left: 19%;
    margin-top: 10%;
    margin-right: auto;
}

.rtl.applyCouponmodal .modal-header button{
    left: auto;
    right: 15px;
    rotate: 180deg;
}

.applyCouponmodal .modal-header {
    display: flex;
    justify-content: center;
}

.applyCouponmodal .modal-header button {
    position: absolute;
    left: 16px;
    background: none;
    font-size: 24px;
    color: #000000cc;
    opacity: 1;
    top: 34px;
}

.couponManage {
    margin-top: 17px;
}

.applyCouponmodal .applyCoupon .customBtn {
    max-width: 130px;
    width: 100%;
    padding: 5px 0;
}

.applyCouponmodal .modal-header h2 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #000000cc;
}

.applyCoupon .form-group .form-label {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
}

.applyCoupon .form-group .form-control {
    border: 1px solid #00000033;
}

.applyCoupon .customBtn {
    background: var(--primary-color);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.applyCoupon h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}

.applyCoupon h3.availCoupon {
    margin-top: 40px;
}

.couponManage {
    /* background: url(../assests/img/coupon-back.webp) no-repeat; */
    background-size: 100%;
    box-shadow: 3px 0px 6px 0px #00000029;
    position: relative;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
}

.couponManage:after {
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 42%;
    left: -12px;
    transform: translate(-18%, 0);
    border-radius: 50%;
    rotate: 45deg;
    z-index: 1;
    border: 1px solid var(--primary-color);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.couponManage:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 38%;
    right: -12px;
    transform: translate(-18%, 0);
    border-radius: 50%;
    rotate: 224deg;
    z-index: 1;
    border: 1px solid var(--primary-color);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.couponManage .voucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px;
    border-bottom: 1px dashed var(--primary-color);
}

.couponManage .voucher h3 {
    font-weight: 700;
}

.couponManage .voucher span.validity {
    background: #cbced54d;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #00000099;
    padding: 5px 22px;
    border-radius: 5px;
}

.purchase {
    padding: 6px 10px 10px 22px;
}

.purchase h2 {
    font-size: 24px;
    line-height: 30px;
    color: #202020cc;
    font-weight: 500;
    margin-bottom: 0;
}

.purchase span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000b2;
}

.addnewAddressmodal .modal-dialog {
    max-width: 700px;
    width: 100%;
}

.savedAddress {
    margin-bottom: 30px;
}

.savedAddress span {
    border: 1px solid rgb(0 0 0 / 30%);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: flex;
    margin-right: 20px;
    border-radius: 5px;
    position: relative;
}

.savedAddress span.select {
    background: var(--primary-color);
    color: #323135;
}

.savedAddress span.select p {
    color: #fff;
}

.savedAddress span input {
    opacity: 0 !important;
    width: 110px;
    height: 40px;
}

.savedAddress span p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    color: #000;
}

.bankDetailstatus img {
    text-align: center;
    display: flex;
}

.bankDetailstatus h5 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #000000cc;
    text-align: center;
    margin: 20px 0;
}

.bankDetailstatus span.item,
.item {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000000cc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deliverItem {
    border: 1px solid #00000033;
    padding: 10px 20px;
    border-radius: 8px;
}

.deliverItem span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.deliverItem span.location {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: var(--primary-color);
    -webkit-text-stroke-width: 2px;
    border: none;
    padding: 0px;
}

.deliverItem h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.deliverItem p {
    font-size: 14pxselectproduct;
    line-height: 24px;
    color: #00000099;
    font-weight: 400;
    margin-bottom: 0;
}

.deliverBy {
    border: 1px solid #00000033;
    padding: 10px 20px;
    border-radius: 8px;
    margin-top: 10px;
}

.deliverBy p {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

.deliverBy span {
    color: #00000099;
}

.trackContinue a {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff !important;
    width: 100%;
    display: block;
    text-align: center;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}

.trackContinue a:hover {
    background: #fff;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}

a.trackOrderbtn {
    background: #fff !important;
    color: var(--primary-color) !important;
}

.address.active {
    display: flex;
    align-items: center;
}

.address.active .dash-container::before,
.payment.active .dash-container::before {
    color: var(--primary-color);
}

.address span.add-address {
    margin: 0 10px;
}

.payment .activepayment {
    display: none;
}

/* .payment.active img.activepayment{
    display: block !important;
} */

.payment.active img.nonActive {
    display: block;
}

.payment {
    display: flex;
    align-items: center;
    justify-content: start;
}

.payment.active .active {
    display: flex;
    align-items: center;
}

.payment .bankDetails .bankDetailstatus ul li {
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
}

.bankDetails .bankDetailstatus ul li::marker {
    background: var(--primary-color);
    color: var(--primary-color);
}

.bankDetailstatus p {
    font-size: 16px;
    color: #00000099;
    font-weight: 400;
    line-height: 26px;
}

.paymentMethod .card .drop_box input {
    opacity: 0;
    height: 50px;
    width: 100%;
}

.paymentMethod .card .drop_box button {
    position: absolute;
    left: 10px;
    background: transparent;
    padding: 0;
    margin-left: 50px;
    width: max-content;
}

.paymentMethod .card .drop_box button:active {
    border: none;
    background: transparent;
}

.selectproduct .itemDetailmain .itemdesription .price .main b {
    color: #000;
}

.itemdesription p.descrip {
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    display: block;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.itemdesription p.descrip:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
}

.addnewaddressModal .modal-body {
    max-height: 500px;
    height: 100%;
    overflow: scroll;
}

.paymentReceiptshow.hide {
    display: none;
}

.paymentReceiptshow.show {
    display: block !important;
}

.paymentsLogos .add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.paymentsLogos .add p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-left: 10px;
}

.paymentsLogos .add h5,
.item p {
    margin-bottom: 0px;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1111;

    max-width: max-content !important;
}

/* .search-box {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute !important;
    left: 0px !important;
    z-index: 1030;
} */

.couponShow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.couponShow .btn {
    margin: 0;
    text-align: right !important;
    justify-content: end;
    align-items: end;
    margin-right: 0;
    background: #fff;
    width: 40px;
    padding: 0;
    height: 30px;
}

.hidden {
    display: none;
}

.order-pnl-lists {
    border: 1px solid #0000004d;
    border-radius: 12px;
    padding: 15px;
    position: relative;
}

.trackbtn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 12px 0;
    text-decoration: none;
    display: block;
    text-align: center;
    border: 1px solid var(--primary-color);
}

.user-profile-pnl {
    margin-bottom: 30px;
}

.order-tags {
    display: flex;
    gap: 4px;
    align-items: center;
}

.order-pnl-content p {
    color: #00000099;
    font-size: 16px;
    font-weight: 300;
}

.product-img {
    box-shadow: 0px 5px 10px 0px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 9px;
    height: 180px;
}

.product-img img {
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.order-pnl-content h5 {
    font-size: 20px;
    color: #000000b2;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0px;
}

.order-pnl-button {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.order_pnl {
    padding: 20px 0px;
}

.order-rate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
}

.ratedollor {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 19px;
}

.order-dollor p {
    font-size: 19px;
    margin-bottom: 0px;
}

.order-dollor p span {
    color: #000;
    font-size: 19px;
    font-weight: 500;
}

.bg-gray {
    background: rgba(203, 206, 213, 0.3);
}

.my-order-pnl {
    background: #fff;
    margin: 30px 0px;
}

.order-tags h6 {
    border-right: 1.5px solid #ff6600;
    padding: 0px 5px 0px 4px;
}

.dl-line {
    text-decoration: line-through;
    font-size: 17px;
    color: #00000099;
}

.rating-star {
    color: gray;
    cursor: pointer;
}

.rating-star.hovered,
.rating-star.selected {
    color: gold;
}

#rating-container i {
    font-size: 21px;
}

/* myorder 180325 */

.myorderMain {
    background: #000;
}

.myOrder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myorderMain .dropdown button,
.myorderMain .dropdown button.show {
    background: none;
    border: none;
    justify-content: end !important;
    display: flex;
}

.orderstatusMain .orderstatus p span {
    background: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.orderstatusMain .orderstatus p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}

.order-transit {
    background: #ff1515 !important;
    border: 5px solid #ff1515;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.orderstatusMain .orderstatus {
    display: flex;
    align-items: center;
}

.orderstatusMain .orderstatus span.arriveStatus {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #00000099;
}

.orderstatusMain .orderstatus span.arriveStatus::before {
    content: "";
    border: 1px solid #000;
}

/* orderDetail */

.orderDetailmain {
    background: #fff;
    border-radius: 10px;
    padding-bottom: 20px;
    margin-top: 20px;
}

.orderDetail {
    padding-top: 20px;
}

.orderDetail .product {
    border: 1px solid #00000033;
    padding: 10px;
    border-radius: 10px;
    max-width: 478px;
    width: 100%;
    margin: 0 auto;
    height: 350px;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.productKnow h6 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}

.productKnow p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #00000099;
    margin-bottom: 0;
}

.productKnow span {
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #00000099;
    margin-bottom: 0;
}

.rewardLoyaltyPoint {
    background: #fff2ea;
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #0000001f;
    border-bottom: 1px solid #0000001f;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.rewardLoyaltyPoint span {
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}

.rewardLoyaltyPoint span b {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ff6600;
}

.orderDetailpnl {
    border-right: 1px solid #00000033;
}

.orderDetailmain .orderId {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    padding: 6px 23px;
    width: max-content;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary-color);
}

.orderDetailmain .orderDetail .product img {
    height: 100%;
    object-fit: cover;
}

.orderDetailpnl ul li img {
    height: 30px;
}

.orderDetailmain span {
    color: #00000099;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    padding-top: 10px;
}

.deliverStatus h6 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000000b2;
}

.deliverStatus p {
    font-size: 16px;
    line-height: 20px;
    color: #000000b2;
}

.deliverStatus p.return {
    color: #0873d5;
}

.billingDetail .bill {
    margin-top: 30px;
    border-top: 1px solid #ccc;
}

.orderPadding {
    padding: 40px;
}

.cancelorder {
    border: 1px solid #f93b29;
    background: transparent;
    max-width: 50%;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #f93b29;
    padding: 8px;
    border-radius: 8px;
}

.orderStatus ul {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.orderStatus ul li span {
    border: 1px solid var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    padding-top: 0;
    background-color: #fff;
    margin: auto;
    position: relative;
    z-index: 2;
}

.orderStatus ul li:last-child::before {
    content: "";
    position: absolute;
    right: 0;
}

.orderStatus ul li span.active {
    background: var(--primary-color);
}

.orderStatus ul li::before {
    content: "";
    position: absolute;
    border-bottom: 2px dashed var(--primary-color);
    width: 95%;
    height: 2px;
    display: block;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.orderStatus ul li .dashed {
    display: flex;
    align-items: center;
}

.orderStatus ul li p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
}

.rateProduct #rating-container i {
    font-size: 38px;
    /* color: #fff; */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f4ab1e;
    margin: 0 22px;
}

.rateBtn {
    max-width: 500px;
    width: 100% !important;
    margin: 0 auto;
}

.myCreditslimit {
    display: flex;
    align-items: center;
}

.myCreditslimit .creditLimit,
.myCreditslimit .creditLimit {
    max-width: 50%;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    background: #11a709;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.myCreditslimit .creditLimit:hover {
    background: #11a709;
    color: #fff;
}

.myCreditslimit .creditLimit.usedAmt,
.myCreditslimit .creditLimit.usedAmt:active {
    color: #fff;
    background: #eca61b;
}

/* orderDetail */

/* myorder 180325 end */

.wholeamt {
    border: 1px solid var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
}

.wholeamt p {
    margin-bottom: 0;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.wholeamt b,
.wholeamt span {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}

.proceedTopay {
    margin-top: 100px !important;
}

.check {
    width: 110px;
    height: 110px;
    background: #fc5b2c17;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.check span {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.text-center p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

/* .cartContainer .product .productImg {
    width: 254px;
} */

.filter-toggle {
    position: relative;
}

@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.click-me {
    display: none;
    /* Hidden by default */
    font-size: 12px;
    color: var(--primary-color);
    padding: 4px 8px;
    border-radius: 4px;
    position: absolute;
    top: 27px;
    left: 0px;
    animation: bounce 1s infinite;
    width: 80px;
}

/* Show 'Click Me' only on mobile */
@media (max-width: 768px) {
    .click-me {
        display: inline-block;
    }
}

.dash-container::before {
    content: "---------------------------------------------";
    /* Default 5 dashes */
    font-size: 1.2rem;
    letter-spacing: 2px;
    display: block;
    color: #fff;
}

.rateProductstar i {
    font-size: 16px;
}

.proceedtoPay .modal-dialog {
    max-width: 400px;
    width: 100%;
    height: 600px;
}

.returnOrder .modal-body,
.rateOrder .modal-body {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

ul.orderReturnstepsss li:first-child span {
    margin-right: 60px;
}

ul.orderReturnstepsss li:last-child span {
    margin-left: 60px;
}

.rateOrder .modal-content .itemDetailmain .price p {
    margin: 0;
}

.rateOrder .modal-content .itemDetailmain .price span p {
    padding-top: 0;
}

.rateOrder .itemDetailmain .Sizebutton {
    position: static;
    display: flex;
    align-items: center;
}

.rateOrder .itemDetailmain .Sizebutton p {
    margin-bottom: 0;
}

.rateOrder .officeDocFolder .rateProduct {
    margin-top: 10px;
}

.rateOrder .officeDocFolder .rateProduct h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}

.rateOrder .itemDetailmain .itemdesription p,
.rateOrder .modal-content .itemDetailmain .price span {
    margin-top: 0px;
    padding-top: 0px;
}

.rateOrder .officeDocFolder .rateProduct .rateProductstar i {
    font-size: 28px;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f4ab1e;
    margin: 0 6px;
}

/* Profile css */

.profile-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 15px;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
}

.profile-box-img {
    height: 150px;
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-box-img img {
    width: 100%;
    height: -webkit-fill-available;
}

.profile-level {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.p-lavel h6 {
    margin-top: 10px;
    color: #706f6f;
    font-size: 17px;
}

.p-lavel img {
    filter: grayscale(1);
    background: #fff;
}

.pro-lists {
    display: flex;
    justify-content: space-between;
    padding: 9px 0px;
}

.pro-lists h6 {
    color: #0000008c;
}

.p-lavel:before {
    content: "";
    display: block;
    width: 34%;
    border-bottom: 2px dashed #6666665e;
    position: absolute;
    bottom: 63%;
}

.p-lavel.third-level:before {
    content: "";
    display: block;
    width: 0;
}

.p-lavel.active img {
    filter: hue-rotate(1deg);
}

.p-lavel.active h6 {
    color: #11a709;
}

.edit-panel {
    padding: 40px;
}

.edit-panel .form-control {
    border-radius: 50px;
    min-height: 45px;
}

.mobile-edit img {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 30px;
    cursor: pointer;
}

.avatar-upload-2 {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload-2 .avatar-edit {
    position: absolute;
    right: 60px;
    z-index: 1;
    bottom: 0;
}

.avatar-upload-2 .avatar-edit input {
    display: none;
}

.avatar-upload-2 .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ff6600;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload-2 .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload-2 .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload-2 .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload-2 .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.changeOtp {
    text-align: left;
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}

.changeOtp .form-control {
    padding: 12px;
}

/* m7 and m8 work */

.notfications {
    background: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.nosMain span {
    color: #fff;
}

.nosborder {
    border: 1px solid #00000033;
    border-radius: 8px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.background {
    background: #f0efef;
}

.nosMain {
    padding: 10px 0;
}

.nos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #00000033;
    padding: 15px 20px;
}

.nos:last-child {
    border-bottom: none;
}

.nosBordernone {
    border: none;
}

.nos p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #00000099;
    margin-bottom: 0;
    width: 75%;
}

.nos span {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #000000b2;
}

.userNameprogressReport {
    border: 1px solid #00000033;
    border-radius: 20px;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userNameprogressReport .userImg {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 1px 0 4px 1px #00000045;
}

.userNameprogressReport ul li {
    position: relative;
    padding: 0 64px;
}

.userNameprogressReport ul li::after {
    content: "-----------------";
    position: absolute;
    top: 50%;
    left: 36%;
    letter-spacing: 3px;
    transform: translate(42%, -50%);
    width: 130px;
    color: #00000066;
}

.userNameprogressReport ul li:last-child {
    padding-right: 0px;
}

.userNameprogressReport ul li:last-child::after {
    content: "";
}

.userNameprogressReport ul li span {
    font-size: 20px;
    line-height: 24px;
    color: #00000066;
}

.userNameprogressReport ul li.active span {
    color: #11a709;
}

.personDetail {
    border: 1px solid #00000033;
    padding: 15px 50px;
    border-radius: 20px;
    margin-top: 20px;
}

.personDetail ul li h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #0000008c;
}

.personDetail ul li p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.whatAddress {
    border: 1px solid #00000033;
    padding: 10px;
    border-radius: 8px;
}

.whatAddress .whatAddresdetail h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #323135;
}

.whatAddress .whatAddresdetail span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #1a1a1a;
    background: #cbced54d;
    padding: 5px 10px;
    border-radius: 6px;
}

.buttonWhataddress span {
    font-size: 26px;
    line-height: 30px;
    margin: 0 10px;
}

.buttonWhataddress span.trash {
    color: #f93b29;
}

.buttonWhataddress span.pen {
    color: #0873d5;
}

.address-box,
.notificationSection {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.address-box .customBtn.addCustom {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--primary-color);
    background: transparent;
}

.loyaltyPoint-pnl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #ff6600;
    border-radius: 8px;
}

.loyaltyPoint-pnl h4 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
}

.loyaltyPoint-pnl span {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    color: #000000b2;
}

.loyaltyPointsstatus button {
    background: transparent;
    border: none;
    color: #000;
}

.loyaltyPointsstatus button:hover,
.loyaltyPointsstatus button:active,
.loyaltyPointsstatus button:focus-visible {
    background: transparent !important;
    border: none;
    color: #000;
}

.loyaltypointorderDetail {
    border: 1px solid #00000033;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    margin: 10px 0;
}

.loyaltypointorderDetail .pointtable {
    border-right: 1px solid #00000033;
    padding-right: 40px;
    padding-right: 50px;
    margin-right: 50px;
}

.loyaltypointorderDetail table tbody tr th {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #00000080;
}

.loyaltypointorderDetail table tbody tr td {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000b2;
    text-align: right;
}

.pointStatus p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #00000080;
}

.pointStatus {
    max-width: 16%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.statusDetail span {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding-right: 10px;
}

.statusDetail span.credit {
    color: #00b207;
    /* border-right: 1px solid #00000080; */
    /* margin-right: 10px;
    padding-right: 15px; */
}

.statusDetail span.debit {
    color: #ff1515;
}

.removeBtn {
    background: rgb(249 59 41 / 10%) !important;
    padding: 10px !important;
    border-radius: 6px !important;
    color: var(--primary-color) !important;
    display: flex;
}

.savedCard {
    border-bottom: 1px solid #00000033;
    padding: 20px 0;
}

.savedCard:first-child {
    border-top: 1px solid #00000033;
}

.refundOrder {
    border: 1px solid #0000001f;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 12px;
}

.fullOrderDetail h6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000000cc;
    margin-bottom: 0;
}

.fullOrderDetail span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #0873d5;
    background: #0873d514;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 5px;
}

.refundOrderPnl p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #00000099;
    margin: 0px;
}

.refundOrderPnl .complete {
    background: #11a709 !important;
    color: #fff !important;
}

.refundOrderPnl .inProcess {
    background: #ffab03 !important;
    color: #fff !important;
}

.centerorderPnl {
    border-left: 1px solid #00000033;
    border-right: 1px solid #00000033;
    padding: 0 40px;
    margin: 0 40px;
}

.pdfHere {
    font-size: 12px;
    line-height: 22px;
    color: #000;
}

.pdfHere img {
    margin-bottom: 5px;
}

.otpSendsuccesful .modal-content {
    max-width: 300px;
    width: 100%;
}

/* m7 and m8 work */

/* content */

.content h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--primary-color);
    text-align: center;
}

.content p,
.content ol li,
.content ul li {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #00000080;
    margin-top: 15px;
}

.faqContent {
    margin: 20px 0 50px;
}

.content .accordion .accordion-header button {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000000b2;
    background: #fff;
    padding: 10px;
}

.content .accordion .accordion-collapse .accordion-body p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #00000080;
}

.content .accordion .accordion-item {
    margin-top: 10px;
    border: 1px solid #00000033;
}

.content .accordion .accordion-header button::after {
    background: var(--primary-color);
    width: 36px;
    height: 36px;
    color: #fff;
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 15px;
    text-align: center;
    border-radius: 4px;
    line-height: 34px;
}

.accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    box-shadow: none;
}

.accordion-item:first-of-type > .accordion-header .accordion-button.collapsed {
    border: none;
}

.accordion-item .accordion-collapse.show .accordion-body {
    border-bottom: 1px solid var(--primary-color);
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
}

.notificationSection h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

.form-group .form-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.modal .modal-content .modal-body {
    max-height: 500px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.loyaltyPointsstatus .dropdown button {
    justify-content: right !important;
}

.whatAddresdetail .addressNow {
    margin-left: 10px;
}

.addNewaddress {
    margin: 40px auto;
}

.addNewaddress h3 {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.addCard .form-check .form-check-label {
    margin-left: 20px !important;
}

.refundstatus {
    max-width: 800px;
    width: 100%;
    margin: 40px auto;
}

.main-content-dashboard{
    margin-top: 82px;
}


/* arabic content css */

.rtl {
    direction: rtl;
}

.rtl .userDetail .dropdown .dropdown-menu {
    left: 0px;
    right: auto;
}

.rtl .userDetail .dropdown .dropdown-menu li a {
    text-align: right;
}

.languarDrop {
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}

/* .ProductNav_Contents.rtl {
    float: right;
} */

.rtl .carousel-control-prev {
    left: 0px !important;
}

.rtl .carousel-control-next {
    right: 180px !important;
}

.ProductDetail.rtl,
.rtl .addtocarLeftSide,
.rtl .orderDetailpnl {
    padding-right: 0 !important;
    border-right: 0px;
    border-left: 1px solid #00000033;
    padding-left: 50px;
    height: 100%;
}

.productRating .nav-pills.rtl .nav-item .nav-link.active {
    text-align: right;
}

.rtl .user span.userImg {
    margin-right: 0 !important;
    margin-left: 10px;
}

.rtl .modal-dialog .btn-close {
    left: -8px;
    right: auto;
}

.cartProcess.rtl span a img,
.myOrder.rtl a img,
.rtl.myOrder img,
.rtl.category a img {
    rotate: 180deg;
}

.rtl.category a img{
    padding-right: 10px;
    width: 31px;
}

.rtl.category {
    margin-right: 50px;
}

.rtl .addtocarLeftSide .itemSelectedDiv {
    margin-top: 10px;
}

.rtl .addtocarLeftSide .itemSelectedDiv .items {
    margin-left: 0px !important;
}

.rtl .addtocarLeftSide .itemSelectedDiv .items .form-check-label {
    margin-left: 0px !important;
    margin-right: 35px;
}

.rtl .addtocarLeftSide .itemSelectedDiv .items .form-check-input {
    margin-left: 0px;
}

.rtl .addtocarLeftSide .itemSelectedDiv .romove-wishlist span {
    padding-left: 0;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 10px;
    border-left: 0;
    border-right: 1px solid #00000033;
}

.rtl .officeDocFolder .selectproduct {
    left: auto;
    right: 20px;
}

.rtl .modal-body .savedAddress span {
    margin-left: 20px;
    margin-right: 0px;
}

.wallettop.rtl h5 {
    margin-right: 50px;
    margin-left: 0px;
}

.rtl .orderDetailpnl ul {
    padding-right: 0px;
}

.rtl .orderDetailpnl ul li img {
    padding-left: 10px;
}

.rtl .modal-body .form-check-label {
    margin-right: 64px;
}

.rtl .userDetail .dropdown .customSearchbtn .user {
    margin-left: 0px;
    margin-right: 10px;
}

.rtl.orderidDetail ul li {
    border-left: 1px solid rgb(0 0 0 / 20%);
}

.rtl.orderidDetail ul li:first-child,
.rtl.orderidDetail ul li:last-child {
    border-left: none;
    border-right: none;
}

.rtl.orderidDetail ul li p.center {
    margin-right: 50px;
}

.rtl.orderidDetail ul li button {
    margin-left: 0;
    margin-right: auto;
}

.rtl.orderidDetail ul {
    padding-right: 0;
}

.rtl .dropdown button {
    justify-content: left !important;
}

.loyaltypointorderDetail.rtl .pointtable {
    padding-right: 0px;
    margin-right: 0px;
    padding-left: 50px;
    margin-left: 50px;
    border-left: 1px solid #00000033;
    border-right: none;
}

.whatAddresdetail.rtl .addressNow {
    margin-left: 0px;
    margin-right: 10px;
}

.card.rtl .form-check {
    margin-left: 0 !important;
    padding-left: 0;
}

.addCard.rtl .form-check .form-check-label {
    margin-right: 53px;
}
.readUnread.rtl .notificationContent {
    padding-left: 0px !important;
    padding-right: 10px;
}

.rtl .refundOrder .fullOrderDetail span i {
    rotate: 180deg;
    padding-left: 5px;
}

.rtl .mobile-edit img {
    left: 8px;
    right: auto;
}

.filter.rtl .form-check .form-check-label {
    padding-left: 0;
    padding-right: 55px;
}

.filter.rtl .form-check .form-check-input{
    z-index: 1;
}

.accordion-item.rtl .accordion-header .accordion-button::after{
    margin-left: 0px;
    margin-right: auto;
}

.rtl .productDetail ul.productnameDetail {
    margin-right: 0%;
    padding-right: 0;
}

.rtl .addtocarLeftSide .location.active .add {
    margin-right: 10px;
    padding-left: 0;
}

.toast-top-right.rtlToast{
    right: auto;
    left: 20px;
}

.rtl .applyCouponmain img{
    rotate: 180deg;
}

.rtl .toast-error{
    display: flex;
}

.rtl .fullOrderDetail span{
    margin-left: 0px;
    margin-right: 5px;
}

h5.rtl span img{
    rotate:180deg;
    margin-right: 50px !important;
}

/* arabic content css end */
