/*
Theme name:;
autor:ahsan Contact Whatsup + skype +923014749625;
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:root {
    --white: #fff;
    --primary-color: #244244;
    --secondary-color: #E8A04C;
    --tertiary-color: #194DDB;
    --quaternary-color: #F0ECE9;
}

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

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-tertiary {
    color: var(--tertiary-color) !important;
}

.text-quaternary {
    color: var(--quaternary-color);
}


.font-thin {
    font-weight: 100;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 900;
}

.font-italic {
    font-style: italic;
}

body,
html {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
form,
ul,
a {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}

a:hover {
    transition: all 0.3s ease-in-out;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

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

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

.pointer {
    cursor: pointer;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
}
.container-searchbar{
    display: flex;
    width: 100%;
    max-width: 840px;
    flex-direction: column;
}
.container-fluid {
    max-width: 1480px;
}

/* header start */
.header {
    position: relative;
    z-index: 10;
}

.mobileMenu,
.navlistbtn {
    display: none;
}

.Htop {
    padding: 20px 0;
}

.logo {
    width: 200px;
}

.log__img {
    width: 100%;
    height: auto;
    margin-left: -10px;
}

.HtopList {
    column-gap: 30px;
}

.HtopList__link {
    column-gap: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    color: var(--primary-color);
}

.header-dropdown {
    padding: 21px 23px;
    background-color: #F8F8F8;
    border: none;
    box-shadow: 0 2px 20px 0 #00000026;
    border-radius: 8px;
    width: 274px;

}

.hdrCateLink {
    color: #fff;
    position: relative;
    z-index: 1;
}
.hdrStateLink {
    color: #fff;
    position: relative;
    z-index: 1;
}

.header-dropdown__btn {
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    color: #fff;
    background-color: var(--secondary-color);
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid var(--secondary-color);
}

.header-dropdown__btn:hover {
    background-color: transparent;
    color: var(--secondary-color);
    ;
}


.loginsLink {
    font-size: 16px;
    color: var(--primary-color);
}

.header-dropdown__link {
    font-size: 16px;
    color: var(--tertiary-color);
    text-decoration: underline;
}

.header-dropdown__link:hover {
    text-decoration: none;
}

.Hbottom {
    background-color: var(--primary-color);
    padding: 11px 0;
    border-bottom: 1px solid #fff;
}

.HbottomL {
    column-gap: 34px;
}

.HbottomL__seprator {
    width: 2px;
    height: 25px;
    background-color: #fff;
}

.HbottomL__link {
    font-size: 16px;
    font-weight: 600;
    line-height: 18.75px;
    color: #fff;
}

.HbottomL__link:hover {
    color: var(--secondary-color);
}

.HbottomNav {
    column-gap: 50px;
}

.HbottomNav__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #fff;
}

.HbottomNav__link:hover {
    color: var(--secondary-color);
}

.megaDrp {
    position: relative;
    z-index: 0;
    display: block;
}

.megaDrp__name {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #fff;
    cursor: pointer;
}

.megaDrp:hover .megaDrpList {
    visibility: visible;
    top: 25px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.megaDrpList {
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 25px 30px 25px 25px;
    background-color: #fff;
    position: absolute;
    top: 50px;
    right: 0;
    border-radius: 8px;
    box-shadow: 0 2px 20px #00000026;
    transition: all 0.3s ease-in-out;
    z-index: -10;
    display: grid;
    gap: 20px 35px;
    grid-template-columns: repeat(3, 1fr);
    height: 300px;
    overflow-y: auto;
}
.alert-count,
.alert-count-desktop {
    display: inline-block;
    /* background-color: transparent; */
    color: #fff;
    background: #f62718;
    font-size: 10px;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -17px;
    z-index: 10;
}
.HtopList__item {
    position: relative;
}


.megaDrpList::before {
    content: "";
    width: 50%;
    height: 20px;
    top: -5px;
    position: absolute;
    right: 0;
}

.cate__heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.09px;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.cateList {
    min-width: 150px;
}

.cateList__link {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: var(--primary-color);
    white-space: nowrap;
}

.cateList__link:hover {
    text-decoration: underline;
}

.cateList__item {
    margin-bottom: 5px;
}

/* header end */
/* banner start */
/* .banner {
    padding: 210px 0 186px 0;
    position: relative;
    z-index: 0;
} */

.searchbox {
    column-gap: 25px;
    /* width: 71.5%; */
    /* margin: 0 auto 28px auto; */
}

.statesBox {
    position: relative;
    height: 50px;
    column-gap: 10px;
}

.statesBoxInner {
    cursor: pointer;
    width: 80px;
}
.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
    transition: opacity 0.3s;
}

.carousel:hover .carousel-control-prev,
.carousel:hover .carousel-control-next {
    opacity: 1;
}
.statesBoxInner__span {
    font-size: 10px;
    font-weight: 400;
    color: #666060;
    line-height: 15.23px;
}

.statesBoxInner__hdng {

    font-size: 12px;
    font-weight: 600;
    line-height: 18.75px;
    color: #666060;
}

.statesDrp {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 8px;
    width: 460px;
    box-shadow: 0 2px 20px 0 #00000026;
    display: none;
}

.statesDrp.active {
    display: block;
}

.statesDrp__header {
    padding: 19px 28px;
    background-color: #E3E5E5;
    border-bottom: 1px solid var(--primary-color);
    border-radius: 8px 8px 0 0;
}

.statesDrp__hdng {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.09px;
    color: var(--primary-color);
}

.statesDrp__close {
    cursor: pointer;
}

.statesDrpBody__top {
    padding: 15px 28px;
    border-bottom: 1px solid #24424433;
}

.statesLabel {
    column-gap: 5px;
}

.statesLabel__ckb[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

.statesLabel__ckb[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #24424466;
    border-radius: 4px;
    cursor: pointer;
}

.statesLabel__ckb[type=checkbox]:checked:before {
    background: transparent;
    color: #fff !important;
    background: var(--tertiary-color);
    border-color: var(--tertiary-color);
}

.statesLabel__ckb--blue[type=checkbox]:before {
    border-color: var(--tertiary-color);
}



.statesLabel__text {
    font-size: 18px;
    color: var(--primary-color);
}

.statesLabel__text--blue {
    color: var(--tertiary-color);
}

.statesContainer {
    padding: 13px 28px 19px 28px;
    height: 193px;
    overflow-y: scroll;
}

.mobileMenu__container::-webkit-scrollbar,
.statesContainer::-webkit-scrollbar {
    width: 12px;
}

.mobileMenu__container::-webkit-scrollbar-track,
.statesContainer::-webkit-scrollbar-track {
    background: #D4D4D4;
}

.mobileMenu__container::-webkit-scrollbar-thumb,
.statesContainer::-webkit-scrollbar-thumb {
    background-color: #959595;
}

.statesList__item {
    margin-bottom: 15px;
}

.statesList__item:nth-last-child(1) {
    margin-bottom: 0;
}

.searchContainer {
    border-radius: 8px;
    width: calc(100% - 0px - 0px);
    position: relative;
}

.searchCateBtn {
    background-color: var(--quaternary-color);
    padding: 19px 14px;
    column-gap: 23px;
    border-radius: 8px 0 0 8px;
    position: relative;
    height: 50px;
}

.searchCateBox.active {
    display: flex;
}

.searchCateBtn__text {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
}

.searchCateBox {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    background-color: #F8F8F8;
    box-shadow: 0 6px 20px 0 #00000026;
    border-radius: 8px;
    display: none;
}

.searchCateBoxCol {
    padding: 63px 21px 20px 18px;
    border-right: 1px solid #24424466;
    min-width: 220px;
    position: relative;
}

.statesLabel--absoulute {
    position: absolute;
    left: 18px;
    top: 23px;
}
.toast {
    position: fixed; /* Fixed position for "sticky-like" behavior */
    top: 25px; /* Distance from the top */
    right: 30px; /* Distance from the right */
    border-radius: 12px;
    background: #fff;
    padding: 20px 35px 20px 25px;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    z-index: 9000; /* Ensure it appears above most other elements */
    transform: translateX(100%); /* Start off-screen */
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35); /* Smooth animation */
}

  .toast.active {
    transform: translateX(0%);
  }

  .toast .toast-content {
    display: flex;
    align-items: center;
  }

  .toast-content .check {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    min-width: 35px;
    background-color: #32832e;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
  }

  .toast-content .message {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
  }

  .message .text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
  }

  .message .text.text-1 {
    font-weight: 600;
    color: #333;
  }

  .toast .close {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
  }

  .toast .close:hover {
    opacity: 1;
  }

  .toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;

  }

  .toast .progress:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #32832e;
  }

  .progress.active:before {
    animation: progress 5s linear forwards;
  }

  @keyframes progress {
    100% {
      right: 100%;
    }
  }
  .toast.active ~ button {
    pointer-events: none;
  }
.statesLabel--absoulute .statesLabel__text {
    font-size: 16px;
}

.searchCateBoxCol:nth-last-child(1) {
    border-right: none;
}

.searchCateBoxCol__hdng {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    margin-bottom: 8px;
    margin-top: 7px;
}

.searchCateBoxCol__text {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary-color);
    white-space: nowrap;
}

.searchCateBoxColList__item {
    margin-bottom: 14px;
}

.searchCateBoxColList__item:nth-last-child(1) {
    margin-bottom: 0;
}

.searchInputOuter {
    background-color: var(--quaternary-color);
    border: 1px solid var(--quaternary-color);
    /* border-left: none; */
    padding: 18px 15px;
    height: 50px;
    border-radius: 8px;
    width: calc(100% - 0px);
}

.searchInputOuter__input {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #666060;
    width: calc(100% - 22px);
}

.searchInputOuter__input::placeholder {
    color:  #666060;
}

.banner__para {
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    color: #666060;
    font-size: 16px;
    font-weight: 400;
}

/* banner end */
/* categories start */
.categories {
    padding: 90px 0 50px 0;
}

.cateCardBox {
    width: 100%;
    height: 118px;
    box-shadow: 0 0 20px 0 #00000026;
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 15px;
}

.cateCard__hdng {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.sec__hdng {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sec__para {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 48px;
}

/* categories end */
/* featured items start */
.feaItems {
    padding: 50px 0;
}

.itemCard {
    border-radius: 15px;
    box-shadow: 0 0 24px 0 #00000026;
    position: relative;
    z-index: 0;
}

.itemCard:hover {
    outline: 1px solid var(--secondary-color);
}

.itemCard__img {
    border-radius: 15px 15px 0 0;
    height: 320px;
    object-fit: contain;
    width: 100%;
}

.itemCard__body {
    padding: 20px 15px;
}
.char-limit{
    white-space: nowrap !important;      /* Prevents text from wrapping */
    overflow: hidden !important;         /* Hides overflowing content */
    text-overflow: ellipsis !important;  /* Adds '...' for overflow text */
    width: 100% !important;              /* Ensures element fills its container */
    display: block !important; 
}

.itemCard__linkH {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.itemCard__linkH:hover {
    text-decoration: underline;
}

.ratingbox__text {
    color: #24424499;
    font-size: 14px;
    font-weight: 400;
}

.ratingbox {
    column-gap: 5px;
}

.ratingrow {
    column-gap: 15px;
    margin-bottom: 20px;
}

.itemCard__price {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
    color: var(--secondary-color);
}

.itemCard__price-wrpr {
    margin-bottom: 20px;
}


.wishlistBtn--yellow .wishlistBtn__input[type=checkbox]:before {
    content: url('../images/frontend-icons/heart-empty-yellow.svg') !important;
    display: block;
    transform: scale(1.5) translateY(2px);
}

.wishlistBtn--yellow .wishlistBtn__input[type=checkbox]:checked:before {
    content: url('../images/frontend-icons/heart-fill-yellow.svg') !important;
}

.wishlistBtn--yellow {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}

.hotDealsCrd-btn {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: var(--secondary-color);
    column-gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--secondary-color);
    outline: none;
    padding: 11px 10px;
    transition: all 0.2s ease-in-out;
}

.hotDealsCrd-btn:hover {
    background-color: transparent;
    color: var(--secondary-color);
    transition: all 0.2s ease-in-out;
}

.hotDealsCrd-btn:hover svg path {
    fill: var(--secondary-color);
}

/* featured items end */
/* states section  start */
.states {
    padding: 80px 0 70px 0;
}

.statesCard {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #24424466;
}

.statesCard__hdng {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.statesCardList {
    padding-left: 10px;
}

.statesCardList__link {
    padding: 3px 8px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tertiary-color);
    display: block;
}

.statesCardList__link:hover {
    background-color: #E3E5E5;
}

.statesCardList ul {
    padding-left: 30px;
}

.statesCardList ul li {
    position: relative;
}

.statesCardList ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--tertiary-color);
    position: absolute;
    left: -7px;
    top: calc(50% - 2px);
}

/* states section  end */
/* newsletter start */
.newsletter {
    padding: 75px 0;
    border-top: 1px solid #24424466;
}

.newsletter__btn {
    width: fit-content;
    margin: 0 auto 20px auto;
    color: #fff;
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 10px 82px;
    font-size: 16px;
    border: 1px solid var(--secondary-color);
}

.newsletter__btn:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.newsletter__para {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 20px;
}

/* newsletter end */
.backLink {
    background-color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
}

/* footer start */
.footer {
    padding: 60px 0 0 0;
}

.footer__hdng {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footerList {
    margin-bottom: 25px;
}

.footerList__item {
    margin-bottom: 10px;
}

.footerList__link {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
}

.footerList__link:hover {
    text-decoration: underline;
}

.footerbtm {
    padding: 15px 0 17px 0;
    border-top: 1px solid #24424466;
}

.footerbtm__p {
    font-size: 16px;
    color: var(--primary-color);
}

/* footer end */

/* ***************************  HOME PAGE END  ****************************** */
/* ***************************  SIGNUP PAGE START  ****************************** */
.Htop__suggestinglink {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
}

.Htop__suggestinglink:hover {
    text-decoration: underline;
}

.logins {
    padding: 90px 0 60px 0;
}

.loginsBox {
    max-width: 645px;
    margin: 0 auto;
}

.loginsBox__hdng {
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.loginsBox__linkrow {
    column-gap: 5px;
    margin-bottom: 35px;
}

.loginsForm__input {
    padding: 15px 21px;
    color: #244244CC;
    margin-bottom: 25px;
}

.loginsForm__input::placeholder {
    color: #244244CC;
}

.statesLabel__ckb--logins[type=checkbox]:before {
    border: 1px solid var(--tertiary-color);
    background-color: #194DDB4D;
}

.logins__submit {
    padding: 11px;
    border-radius: 10px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    outline: none;
    width: 100%;
    margin-top: 44px;
}


.animated-button {
    background-color: #d40c0c !important;
    transition: all 0.3s ease;
    position: relative;
}

.animated-button:hover {
    background-color: transparent !important;
    color: #d40c0c !important;
    animation: moveLeftRight 0.1s infinite alternate;
}

.logins__submit:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

/* ***************************  SIGNUP PAGE END  ****************************** */
/* ***************************  CART PAGE START  ****************************** */
.shop {
    padding: 73px 0 100px 0;
}

.breadCrums {
    column-gap: 10px;
}

.breadCrums__link {
    font-size: 16px;
}

.breadCrums__item:nth-last-child(1) .breadCrums__link {
    pointer-events: none;
}

.breadCrums {
    margin-bottom: 55px;
}

.shopTable {
    width: 100%;
    border: 1px solid #24424466;
    border-radius: 10px;
    margin-bottom: 45px;
}

.shopTable__row {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 20px;
}

.shopTable__row--header {
    padding: 16px 21px;
    border-bottom: 1px solid #24424466;
}

.shopTable__col {
    font-size: 16px;
}

.shopTable__col1 {
    width: 8%;
}

.shopTable__col2 {
    width: 40%;
}

.shopTable__col3 {
    width: 20%;
}

.shopTable__col4 {
    width: 20%;
}

.shopTable__col5 {
    width: 12%;
}

.shopProductRow {
    padding: 30px 21px;
    border-bottom: 1px solid #24424466;
}

.shopProductRow:nth-last-child(1) {
    border-bottom: none;
}

.shopProductRemoveBtn {
    cursor: pointer;
    font-size: 20px;
}

.shopProductRemoveBtn:hover {
    color: rgb(187, 0, 0) !important;
}

.shopItemImgBox {
    width: 90px;
    height: 90px;
    border: 1px solid var(--secondary-color);
    background-color: var(--quaternary-color);
    border-radius: 5px;
}

.shopItem__img {
    width: 90px;
    height: 90px;
    border: 1px solid var(--secondary-color);
    border-radius: 5px;
    object-fit: fill;
}

.shopItemBox {
    column-gap: 20px;
}

.shopItem__name {
    font-size: 16px;
}

.incbox {
    border-radius: 5px;
    overflow: hidden;
    width: fit-content;
    height: 40px;
}

.incbox__btn {
    border: none;
    outline: none;
    font-size: 14px;
    color: var(--white);
    padding: 8px 10px;
    background-color: var(--primary-color);
    height: 40px;
}

.shopTable__incremnt {
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 8px 10px;
    border: none;
    outline: none;
    font-size: 16px;
}

.shopTable__incremnt[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

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

.totalPriceCard {
    max-width: 432px;
    margin-left: auto;
}

.totalPriceCard__hdng {
    font-size: 18px;
    margin-bottom: 20px;
}

.totalPriceBox {
    padding: 30px 60px 30px 30px;
    box-shadow: 0 0 20px 0 #24424433;
    border-radius: 10px;
    margin-bottom: 35px;
}

.totalPriceBox__row {
    font-size: 16px;
    margin-bottom: 16px;
}

.totalPriceBox__row:nth-last-child(1) {
    margin-bottom: 0;
}

.totalPriceCard__btn {
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 16px;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 11px 15px;
    border: 1px solid var(--secondary-color);
    transition: all 0.2s;
}

.totalPriceCard__btn:hover {
    background-color: transparent;
    color: var(--secondary-color);
    transition: all 0.2s;
}

/* ***************************  CART PAGE END  ****************************** */
/* ***************************  WISHLIST PAGE START  ****************************** */
.wishlistTable__col1 {
    width: 5%;
}

.wishlistTable__col2 {
    width: 30%;
}

.wishlistTable__col3 {
    width: 15%;
}

.wishlistTable__col4 {
    width: 15%;
}

.wishlistTable__col5 {
    width: 15%;
}

.wishlistTable__col6 {
    width: 15%;
}

.shopTableBtn {
    font-size: 16px;
    background-color: var(--secondary-color);
    color: var(--white);
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
}

.shopTableBtn:hover {
    background-color: transparent;
    color: var(--secondary-color);
    transition: all 0.2s;
}

/* ***************************  WISHLIST PAGE END  ****************************** */
/* ***************************  Shop PAGE START ****************************** */
.shopItemsWrpr {
    column-gap: 25px;
}

.sidebar {
    width: 23%;
}

.content {
    width: 77%;
}

.contentContainer {
    margin-bottom: 35px;
}

.sidebarHding {
    border: 1px solid #9DC2FF;
    border-radius: 8px;
    padding: 13px 12px;
    column-gap: 13px;
    margin-bottom: 50px;
}

.sidebarHding__text {
    font-size: 24px;
}

.sidebar__container {
    padding-left: 19px;
}

.sidebar__top_hdng {
    font-size: 18px;
    letter-spacing: 0.0275em;
    padding-bottom: 15px;
    border-bottom: 1px solid #24424466;
    margin-bottom: 21px;
}

.sidebarAccordion {
    margin-bottom: 40px;
}

.subcateAccordionItem,
.sidebarAccordionItem {
    border: none !important;
}

.sidebarAccordionItem__btn {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
}

.sidebarAccordionItem__btn.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--secondary-color);
}

.subcateAccordion {
    padding-left: 15px;
}

.subcateAccordionItem__btn {
    color: var(--primary-color);
    font-size: 16px;
}

.subcateAccordionItem__btn.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--secondary-color);
}

.subcateAccordionItem__btn::after,
.sidebarAccordionItem__btn::after {
    background-image: url(../images/frontend-icons/plus-solid.svg) !important;
    background-size: 15px;
    transform: rotate(0) !important;
}

.subcateAccordionItem__btn.accordion-button:not(.collapsed)::after,
.sidebarAccordionItem__btn.accordion-button:not(.collapsed)::after {
    background-image: url(../images/frontend-icons/minus-yellow.svg) !important;
    transform: rotate(0) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.subcateAccordionItem__list {
    list-style: disc;
    padding-left: 50px;
    margin: 10px 0 20px;
}

.subcateAccordionItem__list li a {

    font-size: 16px;
    color: var(--primary-color);
}

.accordion-button {
    padding: 10px !important;
}

.sidebarBrands {
    margin-bottom: 40px;
}

.sidebarBrands__item {
    margin-bottom: 15px;
}

.sidebarBrands__item .statesLabel {
    column-gap: 10px !important;
}

.priceWraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    margin-bottom: 40px;
}

.prcInput {
    max-width: 80px;
    height: 35px;
    border: 1px solid #24424466;
    color: #24424499;
    font-size: 16px;
    text-align: center;
    outline: none;
    font-weight: 400;
}

.prcInput::placeholder {
    color: #24424499;
}

.priceWraper span {
    color: #24424499;
    font-size: 16px;
}

.priceSbmitBtn {
    width: fit-content;
    width: 93px;
    height: 35px;
    font-size: 16px;
    color: #fff;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    transition: all 0.2s;
}

.priceSbmitBtn:hover {
    background-color: transparent;
    color: var(--secondary-color);
    transition: all 0.2s;
}

.asideshowmore {
    padding: 12px 20px 12px 12px;
    margin: 0 auto;
    background-color: #EBF2FF;
    color: var(--tertiary-color);
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #EBF2FF;
    outline: none;
    column-gap: 15px;
}

.asideshowmore .fa-chevron-down {
    color: #787885;
    font-size: 14px;
}

.asideshowmore:hover {
    background-color: transparent;
}

.contentContainer {
    padding: 28px 20px 26px 30px;
    box-shadow: 0 0 15px 0 #5A5B6A33;
    border-radius: 5px;
}

.content__header {
    margin-bottom: 28px;
}

.content__box1 {
    column-gap: 15px;
}

.content__selectOuter {
    width: fit-content;
    border: 1px solid #24424466;
    border-radius: 4px;
    position: relative;
    z-index: 0;
}

.content__select {
    position: relative;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 4px;
    padding: 7px 12px;
    cursor: pointer;
    color: #24424499;
    font-size: 14px;
}

.content__select:focus {
    color: var(--primary-color);
}

.content__select-span {
    position: absolute;
    display: none;
    color: var(--secondary-color);
    z-index: 1;
    top: -8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.5px;
    background-color: #fff;
    left: 8px;
}

.content__selectOuter:hover {
    border-color: var(--secondary-color);
}

.content__selectOuter:hover .content__select-span {
    display: block;
}

.content__box2 {
    column-gap: 24px;
}

.sortingButtonsWrpr {
    background-color: #EBDDDA;
    border-radius: 5px;
}

.sorting__input {
    display: none;
}

.sorting__btn {
    width: 85px;
    height: 36px;
    cursor: pointer;
    font-size: 14px;
    color: var(--primary-color);
    border-radius: 4px;
}

.sorting__input[type="radio"]:checked+.sorting__btn {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #2979FF3D, 0 1px 2px 0 #1B4EA33D;
    font-weight: 700;
    color: var(--secondary-color);
}

.wishlist-btn {
    background: none;
    border: none;
    outline: none;
    width: 68px;
    height: 36px;
    border-radius: 5px;
}

.wishlist-btn.active {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 #2979FF3D, 0 1px 2px 0 #1B4EA33D;
    font-weight: 700;
    color: var(--secondary-color);
}

.wishlist-btn svg path {
    fill: #244244;
}

.wishlist-btn.active svg path {
    fill: var(--secondary-color);
}

.shopItemsWrper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px 35px;
}

.shopItemsWrper.list {
    grid-template-columns: 1fr;
}

.shopItemsWrper.list .cateItemCard {
    display: flex;
    column-gap: 20px;
}

.shopItemsWrper.list .cateItemCard .cateItemCard__img {
    width: 40%;
}

.shopItemsWrper.list .cateItemCard .cateItemCard__body {
    width: 60%;
}

.content__header2_text {
    color: #19191D;
    font-size: 14px;
    font-weight: 700;
}

.content__header2 {
    gap: 8px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.tag {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.018em;
    text-align: center;
    color: #223859;
    background-color: #EDEDF0;
    border-radius: 30px;
    padding: 6px 18px;
}

.cateItemCard {
    width: 100%;
}

.cateItemCard__img {
    height: 240px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
}

.cateItemCard__hdng {
    font-size: 18px;
    font-weight: 400;
    line-height: 26.1px;
    text-align: left;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: block;
}

.cateItemCard__hdng:hover {
    text-decoration: underline;
}

.cateItemCard__price {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cateItemCard__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    letter-spacing: 0.018em;
    color: #24424499;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3; /* Number of lines to show */
    line-height: 1.5; /* Line height (adjust as needed) */
    max-height: calc(1.5em * 3);
}

.stars {
    column-gap: 3px;
    color: var(--secondary-color);
}

.stars i {
    font-size: 12px;
}

.stars-wrpr {
    column-gap: 7px;
}

.stars-wrpr span {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
}

.rating-wrpr {
    column-gap: 30px;
    margin-bottom: 20px;
}

.statesLabel__ckb[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

form .statesLabel__ckb[type=checkbox]:before {
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 1px solid #24424466;
    border-radius: 4px;
    cursor: pointer;
}

.wishlistBtn {
    width: fit-content;
    color: #194DDB;
    cursor: pointer;
    column-gap: 8px;
    padding: 9px 12px;
    border: 1px solid #9DC2FF;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.wishlistBtn__input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    content: none;
}
.password-toggle-icon {
    position: relative;
    bottom: 61px;
    left: 93%;
    transform: translateY(-50%);
    cursor: pointer;
}

.cpassword-toggle-icon {
    position: relative;
    top: -62px;
    left: 92%;
    transform: translateY(-50%);
    cursor: pointer;
}
.toggle-icon i {
    font-size: 23px;
    line-height: 1;
    color: #333;
    transition: color 0.3s ease-in-out;
    margin-bottom: 20px;
}

.toggle-icon i:hover {
    color: #000;
}

.wishlistBtn__input[type=checkbox]:before,
.wishlistBtn__input[type=radio]:before
 {
    content: url('../images/frontend-icons/heart-empty-blue.svg');
    display: block;
    transform: translateY(2px);
}

.wishlistBtn__input[type=checkbox]:checked:before {
    content: url('../images/frontend-icons/heart-fill-blue.svg');
}

.pagination {
    column-gap: 16px;
}

.page {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: all 0.2s;
}

.page:hover,
.page.active {
    background-color: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
    transition: all 0.2s;
}

.filterbtn {
    column-gap: 5px;
    font-size: 14px;
    color: var(--primary-color);
    border: 1px solid #24424466;
    height: 36px;
    padding: 5px 10px;
    display: none;
    border-radius: 5px;
}

.filterbtn img {
    width: 17px;
    height: auto;
}

/* ***************************  Shop PAGE END ****************************** */
/* ************************  CATEGORY DETAILS OR PRODUCT DETAILS PAGE START ************************* */
.cateDetailsWrpr {
    display: flex;
    column-gap: 2%;
    justify-content: space-between;
}

.cateDetailCol1 {
    width: 77%;
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    flex-wrap: wrap;
}

.cteDetBox1 {
    width: 50%;
}

.prddmibox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 523px;
    border: 1px solid var(--secondary-color);
    border-radius: 20px;
}

.prddmibox .tab-pane {
    width: 100%;
    height: 100%;
}

.prddmibox__img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
}

.magnifier img {
    object-fit: fill;
}

.magnifier {
    background-color: #fff;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 20px !important;
}

.pdlitmthum {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll;
    column-gap: 15px;
}

.pdlitmthum::-webkit-scrollbar,
.statesContainer::-webkit-scrollbar {
    height: 8px;
}

.pdlitmthum::-webkit-scrollbar-track,
.statesContainer::-webkit-scrollbar-track {
    background: #D4D4D4;
}

.pdlitmthum::-webkit-scrollbar-thumb,
.statesContainer::-webkit-scrollbar-thumb {
    background-color: #959595;
}

.pdlitmthum__item.active {
    border: 1px solid var(--secondary-color);
}

.pdlitmthum__item {
    border: 1px solid transparent;
}

.pdlitmthum__item,
.pdlitmthum__link {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.pdlitmthum__img {
    width: 100%;
    height: calc(100% - 2px);
    object-fit: fill;
    border-radius: 8px;
}

.cteDetBox2 {
    width: 47%;
}

.zmslider {
    width: 100%;
}

.cursorshade {
    border-radius: 20px !important;
    border: none !important;
}

.cteDetBox2__hdng {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 19px;
    line-height: 1.5;
    color: var(--primary-color);
}

.sharelinkwrpr {
    margin-bottom: 15px;
}

.share__link {
    column-gap: 5px;
    font-size: 16px;
    color: var(--primary-color);
}

.priceWrpr {
    column-gap: 13%;
    margin-bottom: 15px;
}

.offWrpr {
    column-gap: 7px;
}

.linethrough {
    color: #24424499;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

.off {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
}

.bestOffertext {
    font-size: 16px;
    color: #24424499;
    margin-bottom: 30px;
}

.conditionTextWrpr {
    column-gap: 10px;
    margin-bottom: 19px;
}

.conditionTextWrpr__txet {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: bold;
}

.qntyWrpr {
    column-gap: 22px;
    margin-bottom: 30px;
}

.qntyWrpr__text {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 700;
}

.qntyWrpr__text2 {
    font-size: 16px;
    color: #24424499;
}

.cateDetailsBtn {
    font-size: 16px;
    color: #fff;
    padding: 11px 20px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid var(--secondary-color);
    transition: all 0.2s;
    margin-bottom: 30px;
}
.cart-icon {
    /* position: fixed; */
    top: 10px;
    right: 10px;
    font-size: 24px;
  }
.for-sticy {
    /* position: fixed; */
    width: -webkit-fill-available;
    background: #fff;
    /* top: 10px;
    right: 10px;
    font-size: 24px; */
  }


  .fly-animation {
    position: absolute;
    font-size: 15px;
    background: #e8a04c;
    width: 20px;
    height: 20px;
    text-align: center;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    opacity: 0;
    transform: scale(0); /* Start with zoom-out */
    z-index: 11;
  }

  .fly-animation.zoom-in {
    transform: scale(0.5); /* Zoom in */
  }

  .fly-animation.zoom-out {
    transform: scale(0.5); /* Zoom out */
  }


.them-border{
    background-color: #fff !important;
    border-radius: 10px;
    border-color: #e8a04c;
    border: 1px solid var(--secondary-color);
}

.cateDetailsBtn:hover {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    transition: all 0.2s;
}

.cateDetailsBtn--tranparent {
    background-color: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    transition: all 0.2s;
}

.cateDetailsBtnWrpr {
    column-gap: 30px;
}

.cateDetailCol1Box3 {
    width: 100%;
    margin-top: 60px;
}

.prDetList {
    column-gap: 32px;
    width: 100%;
    border-bottom: 1px solid #C6CACC;
    margin-bottom: 24px;
}

.prDetList__btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.88px;
    letter-spacing: 0.018em;
    text-transform: uppercase;
    color: var(--primary-color);
    padding-bottom: 16px;

}

.prDetList__btn.active {
    color: var(--secondary-color);
    text-decoration: 3px solid underline var(--secondary-color);
    text-underline-offset: 20px;
}

.cteDetBox3 {
    width: 22%;
}

.detailsBox__hdng-text {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.018em;
    color: var(--primary-color);
    line-height: 1;
}

.detailsBox__col1 {
    width: 30%;
}

.detailsBox__col2 {
    width: 70%;
}

.detailsBox__row {
    padding: 13px 13px 11px 16px;
}

.detailsBox__row:nth-child(odd) {
    background-color: #EBDDDA;
}

.detailsBox__text {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.018em;
}

.cteDetBox3Card {
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 #00000026;
    margin-bottom: 20px;
}

.cteDetBox3Card__hdng {
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 700;
}

.cteDetBox3Card__icn {
    width: 28px;
}

.cteDetBox3Card__cntnt {
    width: calc(100% - 35px);
}

.cteDetBox3Card__cntnt-hdng {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 7px;
}

.cteDetBox3Card__p {
    font-size: 16px;
    line-height: 21.6px;
    letter-spacing: 0.018em;
    color: #24424499;
    margin-bottom: 7px;
}

.cteDetBox3Card__row {
    display: flex;
    align-items: flex-start;
}

.cteDetBox3Card__link {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
    text-decoration: underline;
}

.cteDetBox3Card__link:hover {
    text-decoration: none;
}

.sellerReviewRow {
    column-gap: 5px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #C6CACC;
    margin-bottom: 13px;
}

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

.sellerReviewRow__img {
    width: 14px;
}

.sellerReviewRow2 {
    margin-bottom: 10px;
}

.sellerReviewRow2__p {
    font-size: 14px;
    letter-spacing: 0.018em;
    color: #24424499;
    display: block;
}

.sellerReviewRow2 {
    column-gap: 7px;
}

.sellerReviewRow2__p2 {
    margin-bottom: 10px;
}

.sellerReviewRow2__p3 {
    padding-bottom: 10px;
    border-bottom: 1px dashed #C6CACC;
}

.cteDetBox3Card2 {
    box-shadow: none;
    border-bottom: 1px dashed #C6CACC;
    border-radius: 0;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.cteDetBox3Card2:nth-last-child(1) {
    border-bottom: none;
}

.incbox2 .incbox__btn {
    background-color: #EBDDDA;
    color: var(--primary-color);
}
.cursor-not-allowd {
    background-color: #f3f3f3 !important;
    color: #c6cccc !important;
    cursor: not-allowed !important;
}

.incbox2 .shopTable__incremnt {
    background-color: #EBDDDA;
    color: var(--primary-color);
}

.cteDetBox3Card2Box__hdng {
    color: #223859;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 17px;
}

.cteDetBox3Card2Box {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
}

.cteDetBox3Card2Box__text {
    color: #6F8AA9;
    font-size: 16px;
}

.related {
    padding-bottom: 100px;
}

.relatedCard {
    box-shadow: 0 0 20px 0 #00000026;
    border-radius: 15px;
}

.relatedCard:hover {
    outline: 1px solid var(--secondary-color);
}

.relatedCard__img {
    width: 100%;
    height: 316px;
    object-fit: contain;
    margin-bottom: 20px;
    border-radius: 15px 15px 0 0;
}

.relatedCard__content {
    padding: 0 18px 20px 18px;
}

.relCrdCtnt__box1 {
    column-gap: 5px;
}

.relCrdCtnt__box1-spn {
    color: #24424499;
    font-size: 14px;
}

.relCrdCtnt__row {
    column-gap: 20px;
    margin-bottom: 21px;
}

.relatedCard__prc {
    color: #E8A04C;
    font-size: 18px;
    font-weight: 600;
}

.relatedSlider {
    padding: 20px 25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.arrBtn {
    width: 40px;
    height: 40px;
    border: 2px solid #6F8AA9;
    font-size: 16px;
    color: #6F8AA9;
    border-radius: 50%;
}

/* ************************  CATEGORY DETAILS OR PRODUCT DETAILS PAGE END ************************** */
/* ************************ CHECKOUT PAGE STAR ************************** */
.checkOutWrpr {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}

.checkOutbox1 {
    width: 63%;
}

.checkOutboxCard {
    padding: 30px 24px 25px 34px;
    border-radius: 8px;
    box-shadow: 0 2px 15px 0 #5A5B6A33;
    margin-bottom: 40px;
}



.checkOutboxCard__hdng {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    color: var(--primary-color);
}

.checkOutboxCard__hdng2 {
    margin-bottom: 40px !important;
}

.checkOutboxCard__casOnDelHdng {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: 3px solid underline var(--secondary-color);
    text-underline-offset: 10px;
    color: var(--primary-color);
    margin-bottom: 50px;
}

.checkOutboxCard__p {
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: var(--primary-color);
}

.checkOutbox2 {
    width: 34%;
}

.checkOutboxCard__sub-hdng {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.checkOutboxCardRow {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #24424466;
}

.checkOutboxCardRow__img {
    width: 24%;
    height: 90px;
    object-fit: fill;
    border-radius: 5px;
    border: 1px solid var(--secondary-color);
}

.checkOutboxCardRow__content {
    width: 72%;
}

.checkOutboxCardRow__hdng {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.checkOutboxCardRow__prc {
    font-size: 16px;
    width: fit-content;
}

.checkOutboxCardRow2 {
    margin-bottom: 16px;
}

.checkOutboxCardRow2:nth-last-child(1) {
    margin-bottom: 0;
}

.loginModalHdr {
    padding: 20px;
    background-color: #E3E5E5;
    border-bottom: 1px solid var(--primary-color);
}

.mdlHdng {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

.loginModalHdr .btn-close {
    color: var(--primary-color) !important;
}

.modallogo {
    width: 200px;
    margin-inline: auto;
    margin-bottom: 25px;
}

.modallogo__img {
    width: 100%;
    height: auto;
}

.loginModalBody {
    padding: 40px 35px 42px 35px;
}

.loginModalBody__para {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}

.modalsignuplink {
    color: var(--primary-color);

}


/* ************************ CHECKOUT PAGE END ************************** */
/* ************************ ORDERS PAGE START ************************** */
.cartHdr {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 40px;
    position: relative;
    padding: 10px 0 10px 0;
    margin-bottom: 40px;
    position: relative;
}

.cartHdr::before {
    content: '';
    width: 15%;
    height: 1px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

.cartHdr-p {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.cartHdr__sp {
    font-weight: 500;
    color: var(--secondary-color);
}

.filter-bar {
    column-gap: 15px;
    /* margin-bottom: 45px; */
}

.filter-bar-b1-p {
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 500;
}

.filter-bar-sel1 {
    width: 157px;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #2442444f;
    color: var(--primary-color);
    height: 47px;
}

.filter-bar-sel1:focus {
    border-color: var(--secondary-color);
    color: var(--primary-color);
}

.filter-bar-b1 {
    column-gap: 10px;
}

.filter-bar-b2-input {
    border: 1px solid #2442444f;
    padding: 11px 15px;
    border-radius: 5px;
    color: var(--primary-color);
    width: 400px;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    height: 47px;
}

.filter-bar-b2-input::placeholder {
    color: var(--primary-color);
    font-size: 16px;
}

.filter-bar-b2-btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    font-size: 18px;
    color: var(--primary-color);
    position: absolute;
    top: 14px;
    right: 17px;
    border: none;
    outline: none;
}

.filter-bar-btn {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
    padding: 11px 20px;
    border-radius: 5px;
    height: 47px;
}

.filter-bar-btn:hover {
    background-color: var(--white);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.02);
    color: var(--primary-color);
}

.brdrList {
    padding: 12px 15px;
    background-color: #FBFBFB;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
}

.brdrList:nth-last-child(1) {
    margin-bottom: 0;
}

.brdrList-b1-p {
    font-size: 13px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.brdrList-b1-box {
    background-color: #fff;
    padding: 7px 17px;
    font-size: 16px;
    color: var(--tertiary-color);
    width: fit-content;
    border-radius: 4px;
}

.brdrList-b1-box--date {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
}

.brdrList-b1 {
    width: fit-content;
}

.brdrList-b2 {
    width: 92px;
    height: 86px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.brdrList-b2-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    border-radius: 4px;
}

.brdrList-b3-h {
    font-size: 16px;
    color: var(--secondary-color);
    max-width: 200px;
    display: block;
}

.brdrList-b1-box--a {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
}

.brdrList-b1-box--a span {
    font-size: 12px;
    color: var(--primary-color);
}

.brdrList-b1-btn {
    font-size: 16px;
    color: #fff;
    background-color: var(--primary-color);
    padding: 5px 25px;
    border-radius: 5px;
}

.brdrList-b1-btn:hover {
    background-color: var(--white);
    color: var(--primary-color);
    box-shadow: 0 0 15px 0 #24424433;
}

/* ******************  orders end  ************** */
.order-details {
    margin-bottom: 20px;
}

.ordrDet-date {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
    margin-bottom: 10px;
}

.ordrDet-Card {
    padding: 20px;
    background-color: #FBFBFB;
    border-radius: 10px;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.ordrDet-Card-bdy {
    column-gap: 35px;
}

.ordrDet-Card-hdr-img {
    width: 92px;
    height: 86px;
    object-fit: fill;
    border-radius: 5px;
}

.ordrDet-CardB1-p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.ordrDet-CardB1-h {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
}

.cart-prc--ordrDet {
    padding: 7px 15px;
    background-color: var(--white);
    min-width: 100px;
    color: var(--primary-color);
}

.yourDetails {
    padding: 20px 25px;
    border: 1px solid var(--secondary-color);
    border-radius: 13px;
}

.yourDetails-h {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--secondary-color);
}

.yourDetails-row-p {
    font-size: 16px;
    color: #727272;
    font-weight: 500;
    margin-bottom: 10px;
}

.yourDetails-row-p:nth-last-child(1) {
    margin-bottom: 0;
}

.yourDetails-row-p span {
    color: var(--primary-color);
    margin: 0 7px;
}
.clsCss{
    display: flex;

}
.clsActive .clsCss {
    padding: 50px 4px 8px 0;
}
.clsActive .clsCss {
    width: 100%;
    z-index: 1100;
    background: #fff;
    box-sizing: border-box;
    overflow: visible;
}
.clsCss > div {
    flex-grow: 1;
    overflow: auto;
    scrollbar-color: #55566c #f5f5f5;
    scrollbar-width: thin;
}
/* .clsActive li.clsCloser::before {
    font-family: cls;
    content: '\E804';
} */
.clsActive li:first-child {
    min-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
}
.clsActive li.clsGrayHeader, .clsActive li.clsChoice, .clsActive li.clsTree {
    cursor: pointer;
}
.clsActive li {
    text-align: left;
    /* color: #38495c; */
    margin: 0;
    padding: 2px 0;
    text-indent: 0;
    list-style: none;
}
.clsActive li.clsCloser {
    padding: 10px;
    right: 5px;
    top: 0px;
    font-size: 12px;
    position: absolute;
    z-index: 30;
    color: #38495c;
    opacity: 0.7;
    cursor: pointer;
    margin: 0;
}
.clsActive li.clsTitle:not(.light) {
    font-weight: bold;
}
.clsActive li.clsTitle {
    margin-top: 10px;
    margin-top: 5px;
    padding: 10px 4px;
    clear: both;
}
.clsActive li.clsRoot {
    clear: left;
    float: left;
    padding: 3px;
    margin: 4px;
    cursor: pointer;
    font-size: 13px;
}
.clsActive li[class*="Checked"] {
    font-size: 12px;
    padding: 4px 6px;
    display: block;
    float: left;
    border-radius: 5px;
    margin: 4px;
    cursor: pointer;
    color: #fff;
    background: #38495c;
}
.clsActive li.clsUnChecked {
    opacity: 0.6;
}
.clsActive li[pid] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-top: 1px solid #f5f5f5;
}
.clsActive li[pid] .clsImg {
    mix-blend-mode: multiply;
    cursor: pointer;
    width: 75px;
    min-width: 75px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.clsItemData {
    flex-grow: 1;
}
.clsItemData .clsProduct {
    display: block;
    color: #38495c;
    margin-bottom: 5px;
    cursor: pointer;
}
.clsItemData .clsFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5px 0;
}
.clsItemData .clsArt {
    font-size: 13px;
}
.clsItemData .clsArt {
    color: #38495c;
    margin-right: 5px;
    cursor: pointer;
    line-height: 1.5;
}
/* .clsItemData .clsLabel::before {
    font-size: 9px;
    content: '\E807';
    font-family: cls;
    margin-right: 5px;
} */
.clsItemData .clsLabel {
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: auto;
    cursor: pointer;
}
.clsItemData .clsFlexReverse {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 5px;
}
.clsItemData a[type$="Add"] {
    padding: 0 5px;
    color: #38495c;
}
.clsItemData a[type$="Add"]:before {
    font-family: cls;
    content: '\E800';
}
.cm-dialog-opener {
    -webkit-touch-callout: none;
}
.clsItemData .clsPrices {
    margin-right: auto;
    padding-bottom: 3px;
}
.clsItemData .clsListPrice {
    font-size: 12px;
    text-decoration: line-through;
    opacity: 0.6;
}
.clsItemData .clsPrice {
    font-weight: bold;
}
.clsActive li.clsChecked:after {
    content: '\E805';
    font-family: cls;
    display: inline-block;
    color: inherit;
    margin-left: 5px;
    line-height: 0;
    font-size: 11px;
}
.clsActive li.clsSm {
    text-align: center;
    margin: 20px 10px 20px 4px;
    cursor: pointer;
}
.clsActive li.clsSm > span {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 6px 15px;
    min-width: 200px;
    background: #38495c;
    opacity: 0.8;
}
.clsActive li .clsSmL {
    padding: 7px 0;
}
.hidden {
    display: none;
}
.hidden {
    display: none;
    visibility: visible;
}
.modal-btn{
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.custom-caption {
    position: absolute;
    top: 50%;
    left: 10%; /* Adjust as needed for spacing */
    transform: translateY(-50%);
    text-align: left;
    color: white;
}

.custom-caption h1 {
    font-size: 6.5rem; /* Adjust as needed */
    font-weight: bold;
}

.custom-caption p {
    font-size: 3.7rem; /* Adjust as needed */
}

.carousel-caption {
    bottom: unset; /* Override default Bootstrap positioning */
}


.carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.carousel-caption.custom-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    z-index: 2; /* Ensure caption is above the overlay */
}
/* Modal container styling */
#reviewModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Modal content box styling */
#reviewModal .bg-white {
    width: 90%; /* Default width */
    max-width: 400px; /* Max width for larger screens */
    padding: 2rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

/* Close button */
#closeModal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2rem;
    cursor: pointer;
    border: none;
    background: none;
    color: #555;
}

#closeModal:hover {
    color: #000;
}

/* Star rating container */
.star-rating {
    display: flex;
    gap: 0.5rem;
    cursor: pointer;
}
.hidden {
    display: none !important;
}

.star-rating .star {
    font-size: 2rem;
    color: #d3d3d3; /* Light gray color for unselected stars */
}

.star-rating .star.text-yellow-500 {
    color: #ffb900; /* Yellow color for selected stars */
}

/* Animation for the modal */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

                            .star-rating-new {
                                display: flex;
                            }
                        
                            .star-new {
                                font-size: 25px;
                                color: #ccc; /* Default color for empty stars */
                                margin-right: 2px;
                            }
                        
                            /* Full star */
                            .star-new.full-new {
                                color: #E8A04C; /* Color for full stars */
                            }
                        
                            /* Half star */
                            .star-new.half-new {
                                position: relative;
                                color: #ccc; /* Default empty star color */
                            }
                        
                            .star-new.half-new:before {
                                content: '★';
                                position: absolute;
                                left: 0;
                                top: 0;
                                color: #E8A04C; /* Color for the filled portion of the half-star */
                                width: 50%;
                                overflow: hidden;
                            }
                        
                            /* Empty star */
                            .star-new.empty-new {
                                color: #ccc; /* Empty star color */
                            }
                            .star_span{
                                margin: 7px;
                            }
.q-and-aBox{
    margin-top: 20px;
}
.q-and-aBox__col1{
    padding: 12px;
    border: solid 1px;
    border-radius: 50px;
    margin: 10px 10px 10px 10px;
    background: var(--secondary-color);
    color: white;
    cursor: pointer !important;
}
.q-and-aBox__row{
    display: ruby;
}
  /* Loader container */
  .loader-container {
    width: 100%;
    height: 5px;
    background-color: #ddd;
    position: relative;
    margin-top: 50px;
    overflow: hidden;
    display: none;
}

/* Moving dot */
.dot {
    width: 15px;
    height: 15px;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: -5px;
    animation: moveDot 2s linear infinite;
}

/* Animation for the dot moving smoothly from start to end */
@keyframes moveDot {
    0% { left: 0; }
    100% { left: 100%; transform: translateX(-100%); }
}

.question{
    padding: 12px !important;
    border: solid 1px !important    ;
    border-radius: 50px !important;
    margin: 10px 10px 10px 10px !important;
    background: var(--secondary-color) !important;
    color: white !important;
    cursor: pointer !important;
}

.answer{
    padding: 10px 0px 10px 30px !important;
    border: solid 1px !important    ;
    border-radius: 50px !important;
    margin: 10px 10px 10px 10px !important;
    background: var(--secondary-color) !important;
    color: white !important;
    cursor: pointer !important;
}