html, body {
    overflow-x: hidden;
    width: 100%;
}

/* Hide Radio button */

.rate > input{
  display: none;
}

.rate{
  display: inline-block;;
  border: 0;
}

.rate > label{
  float: right;
}

/* Showing the stars */
.rate > label:before{
  display: inline-block;
  font-size: 1.1rem;
  font-family: FontAwesome;
  content: "\f005";
  margin:0;
  padding:0.3rem .2rem;
  cursor: pointer;
}

/* Half star */
.rate .half:before{
  content: "\f089";
  position: absolute;
  padding-right: 0;
}

/* Click and hover */
input:checked ~ label, label:hover ~ label{
  color: #ffb503;
}

/* hover hightlight */
input:checked + label:hover, input:checked ~ label:hover,input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label{
  color: #cc9000;
}

.rating-star i{
  color: #ffb503 !important;
}

ul.thumb{
  margin:0 auto;
  padding: 0;
  float: left;
}
ul.thumb li{
  list-style: none;
  margin: 10px;
}
ul.thumb li img{
  width: 80px;
  height: 80px;
  border: 1px solid grey;
}
.timeline {
    border-left: 3px solid #000;
    margin: 20px;
    padding-left: 20px;
}

.timeline-step {
    margin-bottom: 20px;
    position: relative;
}

.timeline-step::before {
    content: '';
    width: 12px;
    height: 12px;
    background: black;
    position: absolute;
    left: -26px;
    top: 5px;
    border-radius: 50%;
}

/* add to cart animation */
#cartIcon.cart-bounce {
	animation: bounce 0.3s;
}

@keyframes bounce {
	0% { transform: scale(1); }
	50% { transform: scale(1.2); }
	100% { transform: scale(1); }
}
/* stock quantity message */
.stock-msg {
    transition: opacity 0.3s ease;
}
/* filter color select style */
.color-swatch span:hover {
    transform: scale(1.2);
    transition: transform 0.2s;
    border-color: #000;
}
.color-swatch input:checked + span {
    border: 2px solid #000;
}

/* 🚀 Prevent mobile zoom issue */
input.qty-input {
    font-size: 16px !important;
    transform: scale(1);
}
input, select, textarea {
    font-size: 16px !important;
}

.qty-btn {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
/* Prevent double-tap zoom */
button {
    touch-action: manipulation;
}
td, th {
    vertical-align: middle !important;
}
td {
    word-break: break-word;
}

/* .table {
    table-layout: fixed;
} */
.input-group {
    align-items: center;
}

.qty-input {
    height: 36px;
    line-height: 36px;
    padding: 0;
}

.qty-btn {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Prevent price section jumping */
.price-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

/* Faster carousel transition image slider in modal*/
.carousel-item {
    transition: none !important;
}
#mainImagesrc {
    transition: all 0.25s ease;
}
.zoomable-img {
    cursor: zoom-in;
    will-change: transform;
    backface-visibility: hidden;
}
.color-swatch {
    cursor: pointer;
}

/* circle */
.color-circle {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ddd;
    position: relative;
}

/* tick hidden by default */
.tick-mark {
    position: absolute;
    top: 4px;
    left: 10px;
    font-size: 16px;
    color: white;
    display: none;
    font-weight: bold;
}

/* show tick when selected */
.color-swatch input:checked ~ .tick-mark {
    display: block;
}

/* highlight selected */
.color-swatch input:checked + .color-circle {
    border: 2px solid #000;
}
.new-badge {
    position: absolute;
    top: 10px;
    right: -5px;
    background: linear-gradient(45deg, #ff416c, #ff4b2b);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    z-index: 10;
}
.toggle-password i {
    color: #6c757d;
}

.toggle-password:hover i {
    color: #000;
}
.list-view .card-product-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.list-view .img-wrap {
    width: 120px;
    flex-shrink: 0;
}

.list-view .info-wrap {
    padding-left: 15px;
}
/* =========================
   CAROUSEL WRAPPER
========================= */
.banner-carousel {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}

/* =========================
   SLIDE WRAPPER
========================= */
.banner-slide {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 4;   /* locks height */    
    overflow: hidden;
    background: #000; /* prevents grey space */

    border-radius: 3px;
}
.banner-carousel,
.banner-carousel .carousel-inner,
.banner-carousel .carousel-item,
.banner-slide,
.banner-img {
    border-radius: 3px !important;
}

/* =========================
   IMAGE (MAIN FIX AREA)
========================= */
.banner-img {
    width: 100%;
    height: 100%;
    /* object-fit: contain;    */
    object-fit: cover;        
    display: block;
}

/* =========================
   OVERLAY
========================= */
.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 20px;
    color: #fff;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65),
        transparent
    );
}

/* =========================
   DOT INDICATORS
========================= */
.carousel-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

.sn-popup {
    position: fixed;
    bottom: 20px;
    left: -400px;
    z-index: 9999;
    transition: all 0.4s ease;
}

.sn-popup.show {
    left: 20px;
}

.sn-info-wrapper {
    background: rgba(17, 17, 17, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    color: #fff;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 14px;

    display: flex;
    gap: 10px;
    align-items: center;

    box-shadow: 0 5px 20px rgba(0,0,0,0.15);

    max-width: 260px;

    border: 1px solid rgba(255,255,255,0.08);
}
.sn-info-wrapper a {
    color: #4da3ff;
    text-decoration: none;
}

.modern-faq{
    background:#f8f8f8;
}

.faq-modern-section{
    background:#f7f7f7;
}
.faq-modern-section .container-fluid {
    max-width: 100% !important;
}
.faq-mini-title{
    display:inline-block;
    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    color:#777;
    margin-bottom:10px;
}

.faq-main-title{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.faq-sub-text{
    color:#777;
    max-width:600px;
    margin:auto;
    line-height:1.7;
    font-size:15px;
}

.faq-modern{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.faq-modern .accordion-item{
    border: none !important;
    border-radius:18px !important;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;

    /* box-shadow:0 4px 20px rgba(0,0,0,0.05); */
    box-shadow: none !important;
}

.faq-modern .accordion-button{
    background:#fff;
    border:none  !important;
    padding:22px 25px;
    font-size:17px;
    font-weight:600;
    color:#111;
    box-shadow:none !important;
    position: relative;
}
/* animated left bar */
.faq-modern .accordion-button:not(.collapsed)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #000;
    border-radius: 4px 0 0 4px;
}
.faq-modern .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.faq-modern .accordion-button:not(.collapsed){
    background: #ffffff;
    color: #111;
    font-weight: 700;
    border-left: 4px solid #000;
    box-shadow: none !important;
}

.faq-modern .accordion-button::after{
    filter:brightness(0);
}

.faq-modern .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.faq-modern .accordion-body{
    padding:22px 25px;
    color:#666;
    line-height:1.8;
    font-size:15px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-align: left !important;
}


.admin-reply-box{
    background:#f8f9fa;
    padding:16px;
    border-radius:10px;
    margin-left:35px;
}

.admin-badge{
    /* background:#0d6efd; */
    /* color:white; */
    color: #000;
    font-size:15px;
    font-weight:600;
    padding:4px 10px;
    border-radius:5px;
    letter-spacing:0.5px;
    margin-right: 5px;
}


/* added new css */

.product-title{
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.pac-container {
    z-index: 999999 !important;
}

.pac-item {
    cursor: pointer;
}