.product-detail-box .buy-box .selected{
    border: 2px solid #000;
}

.product-detail-box .buy-box .badge.product-varient span{
    text-transform: capitalize;
}

.text-wv-primary {
    color: #f4b324 !important;
}

.text-wv-primary:hover {
    color: #f4b324;
}

.cart-bottom {
    margin-bottom: 16px;
}

.loader {
    width: 30px;
    height: 30px;
    border: 4px solid lightblue;
    border-top: 4px solid #ff914d;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 8px auto;
}
.profile-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #eee;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}

/* .profile-icon-btn:hover {
    background-color: #ccc;
} */

.profile-icon-btn i {
    font-size: 18px;
}

/* Custom Cart page CSS */

.cart-page .image-box {
    padding: 10px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-page .cart-box img {
    width: 75px;
    height: auto;
    object-fit: contain;
}

.cart-page .cart-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.cart-page .cart-box a h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1c1c1c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-page .cart-box p {
    font-size: 12px;
    color: #ababab;
    margin-bottom: 0;
}

.cart-page .cart-box span {
    font-size: 14px;
}

.cart-page .cart-table table thead th {
    font-size: 13px;
    padding: 10px 8px;
}

.cart-page .cart-table table tbody tr td {
    font-size: 15px;
    padding: 10px 8px;
    vertical-align: middle;
}

.cart-page .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.cart-page .quantity button {
    background: #f2f2f2;
    border: none;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 4px;
    color: #333;
}

.cart-page .quantity input.cart-quantity {
    width: 40px;
    height: 28px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.unit-price {
    font-size: 14px;
    font-weight: 600;
    color: #28a745;
}

.sell-price {
    font-size: 11px;
    text-decoration: line-through;
    color: #999;
}

.cart-page td a i.fa-trash {
    font-size: 14px;
    color: #dc3545;
}

.cart-page #clearAllButton {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff4c3b;
}

.cart-page #clearAllButton.pe-none {
    pointer-events: none;
    color: #ccc !important;
}

.cart-page .cart-items {
    padding: 15px;
    border-radius: 8px;
    background: #f9f9f9;
}

.cart-page .cart-body h6 {
    font-size: 14px;
    font-weight: 600;
}

.cart-page .cart-body ul li {
    font-size: 13px;
    margin-bottom: 6px;
}

.cart-page .cart-bottom h6 {
    font-size: 14px;
    font-weight: 700;
}

.cart-page .btn2.w-100 {
    font-size: 14px;
    padding: 8px 0;
}

/* Search */
.search-page-box {
    height: 70%;
    padding: 25px 47px;
    display: grid;
    z-index: 9999;
}

.search-page-box h4 {
    margin-bottom: 27px;
}
.search-page-box .btn-close {    opacity: 1;
    background-color: #f7f7f7;
    border-radius: 50%;
}
.search-page-box .offcanvas-header {
    justify-content: end;
}
.search-page-box .form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    color: #181818;
    padding: 0 54px 0 15px;
    height: 59px;
}
.search-page-box .search-box span {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 24px;
}

.search-page-box .search-box {
    position: relative;
}

/* wishveda product list */
/* .productBox {
  text-align: center;
  background: #fff;
  border-radius: 200px;
  padding: 15px;
  box-shadow: 0px 4px 60px 7px rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  margin-bottom: 30px;
  min-height: 300px;
  position: relative;
}

.productBox span {
  position: relative;
  z-index: 1;
}

.productBox span::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: #f5eee9;
  content: "";
  z-index: -1;
  margin: auto;
}

.productBox h4 {
  color: #1c1c1c;
  margin-top: 22px;
  font-size: 24px;
  font-family: "Inria Sans", sans-serif;
}

.productBox h4 a {
  text-decoration: none;
  color: inherit;
}

.productBox p {
  color: #757575;
  font-size: 18px;
  padding: 0;
}

.productBox h3 {
  color: #f4b324;
  font-family: "Inria Sans", sans-serif;
  margin-bottom: 10px;
}

.productBox .del {
  color: #999;
  font-size: 14px;
}

.productBox .cart {
  position: absolute;
  right: 10%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
  bottom: 0;
  z-index: 5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productBox .productPic {
  height: 200px;
  object-fit: cover;
} */
/* .banner{
    color: rgb(158, 82, 11);        
    margin-top: 20px;
} */
/* .list-product {
    position: absolute;
    top: 10px;
    right: 0px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
} */
 .list-product {
    position: absolute;
    top: 10px;
    right: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.toggle-wishlist i {
    font-size: 19px;
}

 .list-product .fa-heart.fa-regular {
  color: #c5b43b;
}

.list-product li a {
    color: inherit;
}

.list-product li a i {
    font-size: 20px;
    cursor: pointer;
}
.list-product li a {
    color: inherit;
}
.list-product li i.fa-solid {
    color: #ff4d4d !important;
}
/*  */
.productBox .product-data{
    position: relative;
}
.productBox .add-cart {
    position: absolute;
    right: 10px;
    width: 45px;
    line-height: 40px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
    -webkit-box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 2px 0px 23px -9px rgba(0, 0, 0, 0.34);
    bottom: 0;
    z-index: 5;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.text-white a {
    color: inherit;
    text-decoration: none;
}
.toggle-password-input{
    position: absolute;
    right: 15px;
    top: 20px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* sonali */
header.wish-veda .offcanvas.offcanvas-top.show .offcanvas-header{
padding-left: 0;
}
.populer::before {
    left: -10%;
    top: -40%;
    width: 717px;
    height: 717px;
}

.wish-veda.sticky-header{
    position: fixed;
    width: 100%;
}

.wish-veda-footer .bottom-footer p.text-white a:hover{
color: #f4b324;
}
.password.input-group input{
    border-radius: 10px !important;
}

.form-check.input-group{
    gap: 5px;
}

.mobileLoginBtn{
    display: none;
}