html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, "Helvetica Neue", sans-serif;
}

.breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-slider img {
    width: 100%;
    height: auto;
}

.additional-images img {
    cursor: pointer;
    border: 2px solid transparent;
    margin-right: 5px;
}

.additional-images img.active {
    border: 2px solid red;
}

.product-details {
    margin-top: 20px;
}

/* Remove breadcrumb background color and add darker font for product name */
.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.breadcrumb-item a {
    color: #515151;
    text-decoration: none;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #333;
    font-weight: bold;
}



.product-name {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.offerprice {
    font-size: 1.75rem;
    line-height: 28px;
    color: #333;
    margin-right: 5px;
}

.offprice {
    font-size: 1rem;
    color: #646464;
    margin-left: 5px;
}

/* Container for the coupon image */
.pro-coupon {
    position: relative;
    width: 20vw;
    margin: 10px 0;
    text-align: center;
}

/* Container for the coupon image */
.pro {
    position: relative;
    width: 30vw;
    margin: 10px 0;
    text-align: center;
}

/* Coupon Image Styling */
.Offercoupon {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;

}

.discount {
    font-size: 14px;
    color: #4caf4f;
}

.title {
    padding-top: 20px;
    font-size: 1rem;
    line-height: 20px;
    color: #f3601e;
    display: inline-block;
    margin: 0 0 5px;
    position: relative;
}

.detail-prolist {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: normal;
}

.product-attr {
    width: 140px;
    flex-shrink: 0;
    color: #333;
    text-align: left;
    /* Align text to the left */
}

.product-value {
    font-size: .875rem;
    line-height: 18px;
    color: #646464;
    text-align: left;
    /* Align text to the left */
    flex-grow: 1;
    /* Let the value take up the remaining space */
}

.detail-prolist {
    list-style: none;
    padding: 0;
}

li {
    display: flex;
    justify-content: flex-start;
    /* Align items to the left */
    margin-bottom: 10px;
    align-items: center;
    /* Vertically align the content */
}

.shop-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto 30px;
}

.shop-btn .buy-now {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: linear-gradient(45deg, #EE7120, #EA5039);
    border-radius: 3px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.0625rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

.shop-btn .button-Buy-Now {
    background: linear-gradient(45deg, #FE8639, #EA6E39);
    margin-left: 15px;
}

.shop-btn .buy-now {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: linear-gradient(45deg, #EE7120, #EA5039);
    border-radius: 3px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 1.0625rem;
    text-align: center;
    color: #fff;
    display: inline-block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    text-decoration: none;
}

a {
    text-decoration: none;
}

.delivery-section {
    margin-top: 20px;
}

.delivery-section h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.pincode-input {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.apply-btn {
    padding: 10px 20px;
    background-color: #ff6600;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.apply-btn:hover {
    background-color: #e65c00;
    text-decoration: none;
}

.info-text {
    font-size: 14px;
    color: #646464;
    margin-top: 10px;
}

.mid-strip {
    background: #fff2ec;
    text-align: center;
    padding: 25px 10px;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
}

.mid-strip .headtitle {
    color: #333;
    font-size: 1.5rem;
    line-height: 28px;
    display: inline-block;
    margin-right: 20px;
}

.mid-strip .requestbtn {
    background: #f3601e;
    display: inline-block;
    color: #fff;
    font-size: .9375rem;
    line-height: 20px;
    letter-spacing: .02em;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 10px 25px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 2px solid transparent;
    margin-right: 15px;
    vertical-align: super;
    text-decoration: none;
}


.mid-strip .call-us,
.mid-strip .live-chat {
    color: #333;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    display: inline-block;
    padding-left: 38px;
    position: relative;
    margin-left: 15px;
}

b {
    font-weight: bold;
}

.mid-strip .call-us:before,
.mid-strip .live-chat:before {
    content: "";
    background: url(Images/SVG/call.svg) no-repeat;
    background-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 45px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.mid-strip .live-chat:before {
    content: "";
    background: url(Images/SVG/ChatsCircle.svg) no-repeat !important;
    background-size: 40px !important;
    left: -6px !important;
}

.mid-strip .call-us,
.mid-strip .live-chat {
    color: #333;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    display: inline-block;
    padding-left: 38px;
    position: relative;
    margin-left: 15px;
    text-decoration: none;
    /* Prevent underline */
}

.mid-strip .call-us span,
.mid-strip .live-chat span {
    display: block;
    font-size: .875rem;
    line-height: 1.0625rem;
    text-align: left;
    color: #333;
    text-decoration: none;
    /* Prevent underline in child span */
}