/* :root {
  --page-bg: #ffffff;
  --surface: #f7f8fa;
  --surface-2: #ffffff;
  --text: #172033;
  --muted: #687386;
  --line: #e5e8ee;
  --primary: #18a88a;
  --primary-dark: #10866e;
  --danger: #ef4444;
  --checkout: #ff5a63;
  --checkout-hover: #e94d56;
  --shadow: 0 16px 45px rgba(23, 32, 51, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 9px;
} */
 :root {
  --theme-color: #ef602d;
  --theme-light: #fff1ed;
  --theme-lightb: #d3d4d7;
  --theme-lightc: #f7f8fa;
}

/* ==============================================================================================================================
                                                      Cart Page                                                       
============================================================================================================================== */

.summary-card {
  border-radius: 16px;
  background: #f7f8fa;
  border: 1px solid #f0f2f5;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(23, 32, 51, 0.08);
}
.summary-card h2 {
  margin: 0;
  padding: 22px 22px 17px;
  font-size: 1.25rem;
  border-bottom: 1px solid #e5e8ee;
}
.coupon-block {
  padding: 12px 22px 0px;
}

.coupon-block label {
  display: block;
  margin-bottom: 1px;
  color: #687386;
  font-size: 0.88rem;
  font-weight: 600;
}
.coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.coupon-row input {
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #18a88a;
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: var(--text);
}
.coupon-row input:focus{
  color: #4e4e4e;
}
.coupon-row button {
  min-width: 100px;
  border: 0;
  border-radius: 0 8px 8px 0;
  background: #18a88a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease;
}

.coupon-row button:hover {
  background: #10866e;
}
.coupon-message {
  min-height: 20px;
  margin: 0;
  font-size: 0.78rem;
  color: #fd5866;
}
.summary-lines {
  margin: 0;
  padding: 8px 22px 18px;
}

.summary-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 3px;
}

.summary-lines dt,
.summary-lines dd {
  margin: 0;
  font-size: 0.92rem;
}

.summary-lines dt {
  color: #687386;
}
.grand-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 16px;
  border-top: 1px solid #e5e8ee;
  background: #fff;
}

.grand-total span {
  font-size: 1.05rem;
  font-weight: 800;
}

.grand-total strong {
  color: #18a88a;
  font-size: 1.25rem;
}
.checkout-btn,
.return-btn {
  width: calc(100% - 44px);
  min-height: 48px;
  margin-inline: 22px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 700;
}

.checkout-btn {
  margin-top: 18px;
  border: 0;
  background: #ef602d;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.checkout-btn:hover {
  background: #e94d56;
  transform: translateY(-1px);
}
.return-btn {
  margin-top: 12px;
  background: #eceef1;
  color: var(--text);
}
.secure-note {
  margin: 12px 22px 10px;
  text-align: center;
  color: #687386;
  font-size: 0.78rem;
}


.cartmanpgsc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    margin: 0 auto;
    min-width: 1128px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 50px;
}
.cartmanpgsc .mncrtlft {
    width: 60%;
    padding: 0;
}
.cartmanpgsc .crtrgt {
  margin-left: 16px;
  width: 368px;
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.mncrtlft .cart-list-area{
  box-shadow: 0 16px 45px rgba(23, 32, 51, 0.08);
}
.mncrtlft .common-table{
  background-color: #f8f8f8;
  padding: calc(18px + 17 * (100vw - 320px) / 1600) calc(12px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  border: 1px solid #e5e8ee;
}
.mncrtlft .common-table tbody tr td.price-quantity .quantityDecrement,
.mncrtlft .common-table tbody tr td.price-quantity .quantityIncrement{
    background-color: #e3e0e0;
    border-radius: 100% !important;
    padding: 0;
    width: calc(29px + 6 * (100vw - 320px) / 1600);
    height: calc(29px + 6 * (100vw - 320px) / 1600);
}
.mncrtlft .common-table tbody tr td input{
  background: #f8f8f8;
}

.mncrtlft .common-table .cart-item-thumb {
    width: auto;
    justify-content: center;
}
.mncrtlft .common-table .cart-item-thumb img{
  width: 70px;
}
.mncrtlft .common-table thead tr th {
  padding-bottom: 10px;
  padding-top: 10px;
}
.cartmanpgsc .mncrtlft .topnmesec {
  margin-bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  border-radius: 11px;
  background: #ffffffad;
  border: 1px solid #ededed;
}
.cartmanpgsc .mncrtlft .topnmesec .tpmlfsc h6 {
  font-size: 20px;
}
.cartmanpgsc .mncrtlft .topnmesec .rgtsec {
    display: flex;
    align-items: center;
}
.cartmanpgsc .mncrtlft .topnmesec .rgtsec .trash {
  color: #ff3838;
  border-radius: 20px;
  background: #edebeb;
  padding: 10px;
}
.cartmanpgsc .mncrtlft .topnmesec .rgtsec span {
  font-size: 13px;
  margin-left: 8px;
  color: #adabab;
}

.cart-item-td:hover .cart-item-thumb button {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.cart-item-td{
  justify-content: center;
  display: flex;
}
.cart-item-thumb{
  position: relative;
}
.cart-item-thumb button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.cart-item-thumb button i {
  width: 32px;
  height: 32px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  color: #000;
  background: rgba(255, 255, 255, 0.9);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.cart-item-thumb button i:hover {
  color: #fff;
  background: #ef602d;
}

.abt-comn{
  padding: 88px 0 0px !important;
}
.abt-comn .row{
  justify-content: center;
}
.abt-comn .team-details-wrapper .team-details-content h6 {
    margin-bottom: 2px;
}
.cartmanpgsc .summary-lines .fredel {
    color: #65b01b;
    text-transform: uppercase;
    margin-left: 5px;
}
/* ==============================================================================================================================
                                                      Checkout Page                                                       
============================================================================================================================== */

.chkpgadd {
    padding: 0px 30px 9px;
}
.checkmnpag .account-card {
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 16px 45px rgba(23, 32, 51, 0.08);
    background-color: #f8f8f8;
    border: 1px solid #e5e8ee;
}
.checkmnpag .account-title {
    padding: 18px 0px;
    margin-bottom: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}
.chkpgadd .account-title {
    padding: 13px 0px 7px;
}
.account-title::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0px;
    width: 50px;
    height: 2px;
    background: #65b01b;
}
.chkpgadd .account-title h6 {
    text-transform: capitalize;
    font-size: 18px;
}
.checkmnpag .account-title button, 
.checkmnpag .account-title a {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--theme-color);
    background: var(--theme-light);
    border: 1px solid var(--theme-color);
    text-shadow: var(--primary-tshadow);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s; 
}
.checkmnpag .account-title button:hover{
    color: var(--theme-light);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.chkpgadd .profile-card {
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}
.chkpgadd .account-content .profile-card {
    padding: 15px 14px;
    margin-bottom: 15px;
}
.chkpgadd .profile-card.active {
    background: var(--theme-light);
    border-color: var(--theme-color);
}
.chkpgadd .alert {
    border: none;
    margin: 0px;
    padding: 0px 15px;
    border-radius: 0px;
}
.chkpgadd .profile-card h6 {
    color: #555555;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.chkpgadd .profile-card p {
    text-transform: capitalize;
}
.chkpgadd .profile-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    gap: 0px 8px;
    /* opacity: 0;
    visibility: hidden; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.chkpgadd .profile-card ul li {
    margin: 5px 0px;
}
.chkpgadd .profile-card ul li button,
.chkpgadd .profile-card ul li a {
  width: 30px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  background: #ffffff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--primary-bshadow);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.chkpgadd .profile-card ul .trash{
  color: var(--theme-color);
}
.chkpgadd .profile-card ul .trash:hover{
  background: var(--theme-color);
  color: #fff;
}
.chkpgadd .profile-card ul .edit {
    color: #11b76b;
}
.checkmnpag .crtrgt{
  height: fit-content;
}
.checkmnpag .summary-card h2{
  font-weight: 600;
  font-size: 16px;
}
.checkmnpag .checkout-btn{
  margin: 0;
  width: 100%;
  display: block;
}
.checkmnpag .summary-lines .totlprce dt,
.checkmnpag .summary-lines .totlprce dd{
    font-size: 1.1rem;
    font-weight: 800;
}
/* ==============================================================================================================================
                                                      Wishlist Page                                                       
============================================================================================================================== */
.wshlistpgar .action-sec {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
/* .wshlistpgar .action-sec .shop-btn {
  width: 100%;
  background-color: var(--theme-color);
  color: var(--white);
  padding: 0 20px;
      height: 49px;
    line-height: 46px !important;
    text-align: center;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 8px;
}
.wshlistpgar .action-sec .shop-btn i {
  margin: 0px;
  transform: rotate(0deg);
}
.wshlistpgar .action-sec .shop-btn::before {
  background-color: var(--header);
} */
.wshlistpgar .action-sec .icon-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wshlistpgar .action-sec .icon-item .icon {
  border: 1px solid #E4E4E5;
  padding: 5px 13px;
  transition: all 0.4s ease-in-out;
  border-radius: 8px;
  background-color: var(--theme-color);
  color: var(--white);
}
.wshlistpgar .action-sec .icon-item .icon:hover {
  background-color: var(--white);
  color: var(--theme-color);
}



/* ==============================================================================================================================
                                                      My Account Page                                                       
============================================================================================================================== */

.acontmsec {
    /* display: flex;
    gap: 0 19px;
    padding: 30px;
    border: 1px solid #e3e3e3; */
    width: 100%;
    background: #fff;
}
.acontmsec .acontrgtsec {
    /* margin-left: 16px; */
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.orderlrgtsec .orderlist {
    padding: 0px 16px 10px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.orderlist {
    padding: 0px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    background: var(--white);
    border: 1px solid var(--border);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.orderlrgtsec .orderlist-head {
    padding: 14px 0px;
}
.orderlist-head {
    padding: 25px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.orderlrgtsec .orderlist-head h5 {
    font-size: 16px;
}
.orderlist-head h5 {
    color: var(--theme-color);
    text-transform: capitalize;
}
.orderlrgtsec .traceorder {
    border: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.3px;
    padding: 5px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #65b01b;
    background: #ddffd5;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    margin-left: 10px;
}
.order-track {
    margin-bottom: 25px;
}
.order-track-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 25px 18px;
    border-radius: 8px;
    background: #fff1ed;
}
.order-track-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.order-track-item::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0px;
    width: 100%;
    height: 5px;
    z-index: -1;
    background: var(--theme-lightb);
}
.order-track-item.active::before {
    background: var(--theme-color);
}
.order-track-item:first-child::before {
    border-radius: 50px 0px 0px 50px;
}
.order-track-item i {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 42px;
    border-radius: 50%;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
    color: #d3d4d754;
    background: #ffffff;
    border: 2px dotted var(--theme-lightb);
}
.order-track-item.active i {
    color: #ffffff;
    background: #f25f35;
}
.order-track-item span {
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    color: #39404a;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
}
.order-track-item span.spn-dte{
    opacity: .7;
    font-size: 14px;
}
.order-track-item.active span {
    color: #f25f35;
}
.orderlist-details {
    padding: 25px 25px 14px;
    border-radius: 8px;
    background: #fff1ed;
    margin-bottom: 25px;
}
.orderlist-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.orderlrgtsec .orderlist-details li {
    margin-bottom: 5px;
}
.orderlist-details li h6 {
    line-height: 26px;
    white-space: nowrap;
    text-transform: capitalize;
    font-weight: 700;
    color: #39404a;
    font-size: 16px;
}
.orderlist-details li p {
    width: 250px;
    text-align: right;
}
.orderlist-deliver {
    height: 215px;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: var(--theme-light);
}
.orderlrgtsec .orderlist-deliver {
    height: 179px;
}
.orderlist-deliver h6 {
  margin-bottom: 15px;
  white-space: nowrap;
  text-transform: capitalize;
  font-weight: 700;
  color: #39404a;
  font-size: 16px;
}
.orderlist-deliver p{
  line-height: 24px;
}
.orderlrgtsec .cartmanpgsc {
  display: block;
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
}
.odr-compled .order-track-list,
.odr-compled .orderlist-details,
.odr-compled .orderlist-deliver{
  background: var(--theme-lightc);
}
.odr-compled .orderlist-head h5{
  color: var(--theme-lightb);
}
.cartmanpgsc .crtlft {
    padding: 35px 22px;
    border-radius: 8px;
    background: #ffffff;
}
.orderlrgtsec .cartmanpgsc .crtlft {
    padding: 0;
}
.cartmanpgsc .cart-list {
    max-height: 100%;
    overflow-y: hidden;
}
.orderlrgtsec .cartmanpgsc .cart-list {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}
.orderlrgtsec .cartmanpgsc .cart-item {
    border-bottom: none;
    padding: 0;
    margin: 0 10px 10px 0;
}
.orderlrgtsec .cartmanpgsc .mcrtlft {
    display: flex;
    width: 100%;
    border: 1px solid #dddddd;
    padding: 7px;
    border-radius: 6px;
    align-items: center;
}
.orderlrgtsec .cartmanpgsc .mcrtlft .cart-media {
    width: auto;
    height: auto;
}
.cartmanpgsc .cart-media {
    background: #f5f6f7;
    padding: 3px 7px;
    margin-right: 10px;
    border-radius: 6px;
}
.cartmanpgsc .cart-media a img {
    width: 50px;
}
.cartmanpgsc .cart-info {
    margin-bottom: 0;
}
.cartmanpgsc .cart-info h6 {
    font-weight: 500;
    text-transform: capitalize;
    color: #39404a;
    font-size: 16px;

}
.cartmanpgsc .cart-info h6 a {
    color: #39404a;
}
.cartmanpgsc .cart-info p {
    font-size: 14px;
}

.mnactsec .crtdlvyadd {
    padding: 16px 16px;
    margin-bottom: 15px;
    background: #f7f8fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 45px rgba(23, 32, 51, 0.08);
    border: 1px solid #cad2d2;
    color: var(--white);
    background: linear-gradient(90deg, rgb(240 94 60) 0%, rgba(87, 199, 133, 1) 50%, rgb(253 236 46) 100%);
}
.mnactsec .crtdlvyadd .profile-card {
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
    border: none;
    position: relative;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mnactsec .crtdlvyadd .profile-card .llftsecc {
    display: flex;
    align-items: center;
}
.mnactsec .crtdlvyadd .profile-image {
    margin-right: 10px;
}
.mnactsec .crtdlvyadd .profile-image a img {
    width: 80px;
    border-radius: 50%;
    border: 3px solid #f5f6f7;
}
.mnactsec .crtdlvyadd .profile-card h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    position: relative;
}
.mnactsec .crtdlvyadd .profile-card p {
    /* text-transform: capitalize; */
    margin-top: 0px;
}
.mnactsec .crtdlvyadd .profile-card p span {
    margin-right: 10px;
}
.user-actionbtn {
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  background: #ffffff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--primary-bshadow);
  box-shadow: -1px 1px 20px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  color: #11b76b;
  padding: 4px 5px 3px 7px;
  font-size: 16px;
  position: absolute;
  top: 0;
  margin-left: 9px;
}
.user-actionbtn:hover {
    color: #ffffff;
    background: #11b76b;
}
.profile-card ul li {
    margin: 5px 0px;
}
.profile-card ul li button {
    width: 30px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: var(--primary-bshadow);
    box-shadow: -1px 1px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
  }
.profile-card ul .edit {
    color: #11b76b;
}
.profile-card ul .edit:hover {
    color: #ffffff;
    background: #11b76b;
}
.comnbtn-bngn {
    border: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.3px;
    padding: 5px 13px 3px;
    white-space: nowrap;
    text-transform: capitalize;
    color: var(--theme-light);
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.comnbtn-bngn:hover {
    color: var(--theme-color) ;
    background: var(--theme-light) ;
    border: 1px solid var(--theme-color) ;
}
.comnbtn-bngn.active{
    color: var(--theme-color);
    background: var(--theme-light);
    border: 1px solid var(--theme-color);
}

/* ==============================================================================================================================
                                                      Models                                                       
============================================================================================================================== */

.modal-centered{
  min-height: calc(100% - 3.5rem);
  margin: 1.75rem auto;
  display: flex;
  align-items: center;
}
@media (min-width: 576px) {
  .comnothmod .modal-dialog {
      max-width: 500px;
  }
}
.modal-form-comn {
    width: 100%;
}
.comnothmod {
  background-color: rgba(0, 0, 0, 0.6);
}
.comnothmod .product-view {
  padding-top: 18px;
}
.comnothmod .login-phone {
  display: inline-block;
  line-height: normal;
  position: relative;
  width: -webkit-fill-available;
  margin: 16px 30px 0;
}
.comnothmod .login-phone input{
  padding: 15px 20px 15px 50px;
}
.comnothmod .login-phone::after {
  color: #333333;
  content: '+91';
  font-weight: 600;
  font-size: 14px;
  left: 15px;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}
.comnothmod .othconsec{
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.comnothmod .othconsec img{
  width: 100px;
  margin-bottom: 12px;
}
.comnothmod .form-button button{
  width: 100%;
  padding: 10px 0px;
  border-radius: 8px;
  color: var(--text);
  background: var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
}
.comnothmod .othconsec .hdtxta {
  color: #333333;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  text-align: center;
  font-weight: 600;
}
.comnothmod .othconsec .hdtxtb{
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
}
.comnothmod .view-details{
  position: relative;
  margin: 0;
}
.comnothmod .user-form{
  height: 411px;
}
.comnothmod .form-button{
  position: absolute;
  bottom: 0;
  padding: 20px 24px 0;
  width: 100%;
  box-shadow: 0 -2px 16px 0 rgba(28, 28, 28, .04);
  border-top: 1px solid #dcdee3;
}
.comnothmod .ftr_tcsec{
  width: 100%;
  text-align: center;
  padding: 4px 0 12px;
  color: #666666;
  font-size: 12px;
}
.comnothmod .ftr_tcsec a{
  text-decoration: underline dotted;
  color: #696969;
}
.comnothmod.otpmodl .othconsec .hdtxta{
  color: #333333;
  font-weight: 600;
  font-size: 16.4px;
}
.comnothmod .form-button button.active{
  color: #ffffff;
  background: var(--theme-color);
}

.locoptnmodl.comnothmod .user-form {
    height: 288px;
}
.locoptnmodl .view-details {
    padding: 6px 39px 40px;
}
.view-action-group {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  position: relative;
}
.comnbtn-mng {
  border: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--theme-color);
  background: var(--theme-light);
  border: 1px solid var(--theme-color);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s; 
}
.comnbtn-mng:hover{
  color: var(--theme-light);
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.comnbtn-bng {
  border: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.3px;
  padding: 5px 15px;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--theme-light);
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s; 
}
.comnbtn-bng:hover{
  color: var(--theme-color) !important;
  background: var(--theme-light) !important;
  border: 1px solid var(--theme-color) !important;
}
.product-view {
  max-width: 1000px;
  border-radius: 8px;
  background: #ffffff;
}
.comnothmod .othconsec {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.comnothmod .othconsec .hdtxta {
  color: #333333;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  text-align: center;
  font-weight: 700;
}
.locsrcmodl .header-form {
    margin: 0;
}
.header-form {
    width: 100%;
    border-radius: 8px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.header-form input {
    width: 100%;
    height: 45px;
    font-size: 15px;
    padding-left: 15px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
}
.header-form input::placeholder{
  color: #707070;
}
.header-form input:focus{
  color: #707070;
}
.header-form button i {
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 8px;
    color: #555555;
    display: inline-block;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.locsrcmodl .mapminsec {
    height: 316px;
    overflow-y: scroll;
    margin-top: 20px;
    margin-bottom: 24px;
}
.locsrcmodl .mapminsec .mainatag {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.locsrcmodl .mapminsec .map-marker {
    border: 1px solid var(--theme-color-2);
    border-radius: 12px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 20px 10px;
    margin-right: 0.5rem;
}
.locsrcmodl .mapminsec .map-marker i {
    font-size: 20px;
    color: var(--theme-color);
}
.locsrcmodl .mapminsec .rgtxt h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}
.locsrcmodl .mapminsec .rgtxt p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 18px;
}
.locsrcmodl .view-details {
    padding: 0px 23px 16px;
}
.locmanmodl .contact-map iframe {
    width: 100%;
    height: 300px;
}
.locmanmodl .botmtxt {
    text-align: center;
    margin-top: 16px;
}
.locmanmodl .botmtxt h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 4px;
}
.locmanmodl .botmtxt p {
    color: #b8b8b8;
    font-size: 14px;
    line-height: 18px;
}
.locmanmodl .mainform {
    margin-bottom: 114px;
    padding: 0px 12px;
}
.locmanmodl .form-button {
    padding: 20px 24px 12px;
}
.locmanmodl .view-details {
    padding: 0;
}
.locmanmodl .header-form {
    margin-bottom: 10px;
}
.modal-form {
  width: 400px;
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
}
.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 1;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: var(--white);
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.2);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.modal-form-comn {
  width: 100%;
}
.form-title {
  text-align: center;
  margin-bottom: 20px;
}
.form-title h3 {
  text-transform: capitalize;
  font-size: 19px;
}
.flexmodlhd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-control {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    padding: 0px 20px 2px;
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}
.form-btn {
  width: 100%;
}

.crntLocationmdlsc {
    text-align: center;
    width: 100%;
}
.crntLocationmdlsc .location-icon i {
    font-size: 56px;
    color: var(--theme-color);
}
.crntLocationmdlsc .locnc-txt {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 11px;
    margin-top: 10px;
}
.crntLocationmdlsc .locnc-txt strong {
    display: block;
}
.form-floating > label{
      opacity: 0.65;
}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
      background-color: #ffffff00;
}

/* ==================================== */
#success_tic .modal-content{
  padding: 30px;
  border-radius: 8px;
  background: #ffffff;
}
#success_tic .page-body{
  text-align: center;
}
#success_tic .page-body h3{
  margin-top: 10px;
}
#success_tic .page-body p{
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: capitalize;
}
#success_tic .checkmark-circle {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 45px;
  width: 17.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: '';
  left: 22px;
  top: 57px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
  100% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
  100% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
  100% {
    height: 55px;
    width: 30.5px;
    opacity: 1;
  }
}

.otp-field {
  display: flex;
  justify-content: center;
  gap: 13px;
}

.otp-field input {
  margin: 2px;
  transition: all 0.1s;

  outline: 2px solid transparent;
  outline-offset: 2px;
  color: rgb(105 102 102);
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2rem;
  padding: 1rem;
  background-color: rgb(241 245 249);
  border-color: #0000002b;
  border-width: 1px;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  appearance: none;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
}

.otp-field input:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255);
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232);
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.otp-field .disabled {
  opacity: 0.5;
}
.otp-ngt{
  margin-top: 20px;
  font-size: 15px;
}
.otp-ngt .forgot-pass a{
  margin-left: 8px;
  color: var(--theme-color);
}
/* ========================================== */

#profile-edit .form-control {
    width: 100%;
    height: 38px;
    border-radius: 6px;
    padding: 0.375rem 0.75rem;
    color: #555555;
    background: #f5f5f5;
    border: 1px solid #e8e8e8;
}
#profile-edit .form-group {
    margin-bottom: 12px;
}
#profile-edit .form-label {
    margin-bottom: 6px;
    text-transform: capitalize;
}
