@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Prata&display=swap');
html, body{
    font-family: 'Montserrat', sans-serif !important;
    overflow:unset;
}
.new_product_breadcrumb{
    background: none;
    padding-left: 0;
}
.new_product_breadcrumb li{
    font-size: 14px;
    font-weight: 500;
    color: #565656;
}
.new_product_breadcrumb li.active{
    color: #6a3732;
    font-size: 14px;
    font-weight: bold;
    display: inline;
}
.new-product-title{
    font-family: 'Prata', serif;
    font-size: 28px;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    margin: 0;
    word-break: break-word;
}
.product-ratings-container{
    padding: 4px 0 2px;
}
.product-ratings-container img{
    margin-right:6px;
}
.product-ratings-container .rate{
    margin-left:8px;
}
.product-ratings-container span{
    font-size: 16px;
    font-weight: 500;
    color: #565656;
    font-family: 'Montserrat', sans-serif;
}
.product-ratings-container a{
    font-size: 16px;
    font-weight: 500;
    color: #6a3732;
    text-decoration: underline;
    margin-left: 12px;
    font-family: 'Montserrat', sans-serif;
}
.new-availability{
    margin-top: 7px;
    font-size:16px;
}
.availability * {
    font-size: 16px;
}
.new-mrp{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
span.new-mrp{
    font-size:18px;
    color: green;
}
del.new-mrp{
    color: #5a5a5a;
    margin-left:5px;
}
.new-inclusive{
    font-size: 16px;
    font-weight: 500;
    color: #5a5a5a;
}
.new-offer-text{
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
    margin-bottom: 2px;
}
.details-info .price{
    margin: 18px 0 5px;
}
.details-info .price .price-sell-highlight{
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 6px;
}
.details-info .price .price-meta-row{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px 14px;
    line-height: 1.4;
}
.details-info .price .price-mrp-meta{
    display: inline;
    font-size: 16px;
    font-weight: 500;
    color: #6a3732;
    margin: 0;
}
.details-info .price .price-mrp-meta del{
    color: #6a3732;
    text-decoration: line-through;
}
.details-info .price .price-discount-pct{
    color: green;
    font-weight: 600;
    background: none;
}
.details-info .price .price-mrp-meta.hide{
    display: none;
}
.details-info .price .price-tax-inclusive{
    display: inline;
    font-size: 14px;
    font-weight: 400;
    color: #8a8a8a;
    margin: 0;
}
.new-product-flex{
    display: flex;
    align-items: center;
    margin-top: 2rem;
}
.new-product-flex .new-product-icons{
    text-align: center;
    margin-right: 65px;
}
.new-product-flex .new-product-icons p{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Prata', serif;
    margin-top:5px;
    color: #000;
}
.new-descp h3{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: normal;
}
.new-descp p, .new-descp ul li{
    font-size: 14px;
    font-weight: 500;
    color: #565656;
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: normal;
}
.new-descp ul li{
    margin-bottom: 8px;
}
.npp-section-two {
    margin: 6.5rem 0 0;
}
.npp-section-two h2{
    font-size: 28px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata', serif;
    text-align: center;
}
.npp-section-two .new-home-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
.npp-section-two .new-home-flex .new-home-flex-card {
    text-align: center;
    width: 24%;
}
.npp-section-two .new-home-flex .new-home-flex-card img {
    min-height: 75px;
}
.npp-section-two .new-home-flex .new-home-flex-card h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata', serif;
    line-height: 1.3;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.npp-section-two .new-home-flex .new-home-flex-card p {
    font-size: 14px;
    font-weight: 500;
    color: #565656;
    line-height: 1.7;
}
.faq-section{
    background-image: linear-gradient(to bottom, #fbb11c 0%, #fece3c 100%);
    padding: 5rem 0 4rem;
    margin: 5.5rem 0 5rem;
}
.faq-section .row{
    display: flex;
    align-items: center;
}
.faq-section .row .col-md-4{
    position: relative;
    padding-left: 0;
}
.faq-section .row .col-md-8{
    padding-left: 8rem;
}
.faq-section .row .col-md-4 h2{
    font-size: 28px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata', serif;
    right: 40px;
    position: absolute;
    top: 64px;
    line-height: 1.4;
}
.faq-section .panel-default .panel-heading{
    background-color: transparent;
    border: none;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.faq-section .panel-default a .panel-heading h4{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.faq-section .panel-default a:hover, .faq-section .panel-default a:focus, .faq-section .panel-default a:focus-visible, .faq-section .panel-default a:focus-within{
    text-decoration: none;
}
.faq-section .panel{
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #585858;
    border-radius: 0;
}
.faq-section .panel-default .panel-body{
    padding: 0 46px 15px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #6a3732;
}
.faq-section .panel-group .panel-heading+.panel-collapse>.panel-body{
    border: none;
    padding-top: 0;
}
.new-prod-section-four{
    margin-top: 3rem;
    scroll-margin-top: 80px;
    position: relative;
    margin-bottom: 1rem;
    z-index: 1;
}
.new-prod-section-four h2{
    font-size: 28px;
    font-weight: normal;
    font-family: 'Prata', serif;
    color: #000;
    text-align: center;
}
.new-prod-section-four .new-prod-star-flex img{
    margin-right: 7px;
}
.new-prod-star-flex span{
    font-size: 16px;
    color: #585858;
    margin-top: 20px;
    display: inline-block;
}
.new-prod-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5rem;
}
.new-prod-review-bar {
    border-left: 0.5px solid #585858;
    padding-left: 38px;
    padding-right: 160px;
}
.new-prod-review-bar .new-prod-progress-bar{
    margin-top: 15px;
}
.new-prod-review-bar span{
    color: #585858;
    font-size: 14px;
    margin-left: 7px;
}
.new-prod-reviews .new-review-cta{
    background-color: #ffbc46;
    color: #000;
    font-size: 16px;
    padding: 6px 12px;
    align-self: flex-start;
}
.new-prod-reviews .new-review-cta:hover{
    text-decoration: none;
    color: #000 !important;
}
.new-prod-star-flex{
    padding-right: 40px;
}
.progress {
	background-color: #d8d8d8;
	border-radius: 0px;
	position: relative;
    margin: 0 4px 0 16px;
    height: 21px;
    width: 218px;
}

.progress-done {
	background-color: #FFAC0A;
	border-radius: 0px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 0;
	opacity: 0;
	transition: 1s ease 0.3s;
}
.new-progress{
    display: flex;
    align-items: center;
}
.new-reviews .product-ratings-container{
    margin-top: 3rem;
    border-bottom: 1px solid #585858;
    padding-bottom: 6rem;
    justify-content: center;
}
.product-ratings-container .new-review-cta, .new-product-cta{
    background-color: #ffbc46;
    color: #000;
    font-size: 14px;
    padding: 6px 12px;
    align-self: flex-start;
    text-decoration: none;
    border: none;
}
.new-product-cta{
    padding: 6px 36px;
}
button[disabled]{
    opacity: .5;
    cursor: default;
    pointer-events: none;
}
.close-reviewform{
    font-size: 14px;
    font-weight:500 !important;
    padding: 5px 36px;
    color: #000000 !important;
    background-color: transparent;
    border: 1px solid #FFBC46;
}
.reviewform .close-reviewform:hover, .reviewform .close-reviewform:focus, .reviewform .close-reviewform:focus-visible, .reviewform .close-reviewform:focus-within{
    text-decoration: none;
    color: #000000 !important;
    background-color: transparent;
    border: 1px solid #FFBC46 !important;
}
.new-review-cta:hover, .new-review-cta:focus, .new-review-cta:focus-visible, .new-review-cta:focus-within, .new-review-cta:visited{
    color: #000000 !important;
    background-color: #FFBC46;
}
.new-best-sellers h2{
    font-size: 28px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata', serif;
    text-align: center;
}
.new-best-sellers .row{
    margin-top: 4rem;
}
.new-home-product-card {
    text-align: center;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 30%);
    background-color: #fff;
    padding-top: 0rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    min-height: 494px;
    margin-bottom: 4rem;
}
.new-home-product-card a.productcard_productline {
    padding: 0 1.3rem;
}
.new-home-product-card a {
    /* box-shadow: 5px 4px 25px 0 rgb(0 0 0 / 5%); */
    /* background-color: #fbb11c; */
    padding: 0 1.3rem 1.5rem;
    color: #000;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    font-weight: 800;
    font-size: 16px;
}
.new-home-product-card a:hover{
    text-decoration: none;
}
.new-home-product-card .img-responsive {
    margin: auto;
    width: 200px;
}
.eachproduct .new-home-product-card a.product_name {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Prata', serif;
    color: #000;
    margin-bottom: 4px;
    padding: 0 1rem;
    min-height: 52px;
}
.product_add_to_cart_form {
    width: 100% !important;
}
.new-home-product-card .product_add_to_cart_div select {
    width: 94%;
    max-width: 94%;
    text-align: left;
    padding: 0.5rem 1rem;
    margin-top: 4px;
    margin-left: 1.3rem;
    margin-right: 1.3rem;
    box-shadow: inset 0 2px 2px 0 rgb(0 0 0 / 25%);
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    color: #6a3732;
    font-weight: 600;
    font-size: 16px;
}
.new-home-product-card .new-product-reviews {
    text-align: left;
    /* padding: 1rem 1rem; */
}
.new-home-product-card p, .new-home-product-card span {
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
}
.new-home-product-card span{
    text-transform: capitalize;
}
.new-home-product-card button {
    background: transparent;
    border-color: transparent;
    color: #fff;
    width: 100%;
    padding: 1.3rem;
    box-shadow: 5px 4px 25px 0 rgb(0 0 0 / 5%);
    text-transform: uppercase;
    font-weight: 800;
    background-color: #fbb11c;
    font-size: 16px;
}
.panel a h4:after {
    content: url(../../img/product-page/minus.svg);
    position: absolute;
    right: 18px;
}
.panel a.collapsed h4:after {
    content: url(../../img/product-page/plus.svg);
    position: absolute;
    right: 18px;
}
.product_variety ul{
    display: flex;
}
.product_variety ul li {
    padding: 2px 3px;
    width: 15% !important;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: solid 1px #6a3732;
}
.product_variety .eachpack.active{
    background-color: #fbb11c;
    color: #fff;
}
.pdesc{
    padding: 7px 10px;
}
.product_variety h4, .qt-add-to-cart h4{
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.qt-add-to-cart h4{
    margin-bottom: 10px;
}
.ratings-for-mobile{
    display: none;
}
.details-info .form-inline .form-group {
    /* display: flex !important; */
    height: auto !important;
}
.details-info .product-ratings-container {
    padding: 2px 0 2px;
}
.details-info .qt-add-to-cart{
    margin-top: 8px;
    margin-bottom: 30px !important;
}
.form-group.type1{
    width: 23%;
}
.form-inline .form-type.type1{
    height: auto;
    width: 24%;
    margin-right: 10px;
}
.mobile-cart-input{
    width: 45%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    /* border-left: 1px solid #ccc !important; */
    margin-left: 5px;
    display: inline-block;
}
.product_variety{
    padding-top: 50px;
}
.type1 .input-group-addon {
    background: #fff;
    border: 1px solid #6a3732;
    border-radius: 0;
    cursor: pointer;
}
.type1 .sub-product{
    border-right: 0;
    font-size:22px;
}
.type1 .add-product{
    border-left:0;
    font-size:22px;
}
.input-group .form-control:not(:first-child):not(:last-child){
    height: 42px;
    background-color: #6a3732;
    color: #ffffff;
    border-top: 1px solid #6a3732;
    border-bottom: 1px solid #6a3732;
    font-size:16px;
}
.mobile-cart-input .addtocart_button, .mobile-cart-input .addtocart_button:focus, .mobile-cart-input .addtocart_button:focus-visible, .mobile-cart-input .addtocart_button:focus-within, .mobile-cart-input .addtocart_button:active, .mobile-cart-input .addtocart_button:hover, .mobile-cart-input .addtocart_button:visited{
    background: #fbb11c !important;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #fbb11c;
    font-weight: 700;
    text-transform: uppercase;
    height: 42px;
    border-radius: 4px;
}
.review_section ul .review-star-img{
    width: auto;
    height: auto;
    margin-right: 5px;
    margin-top: 8px;
    margin-bottom: 5px;
    border-radius:0;
    border: none;
}
.eachreviewline .review-name{
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
    margin-bottom: 10px;
}
.eachreviewline .review-r{
    font-size: 14px;
    font-weight: normal;
    color: #565656;
    margin-bottom: 19px;
}
.review-helpful {
    display: flex;
    align-items: center;
}
.eachreviewline .new-helpful {
    background-color: #ffbc46;
    color: #000;
    font-size: 11px;
    font-weight: 400;
    border: none;
    border-radius: 0;
    width: 68px;
    padding: 4px 15px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.eachreviewline .new-helpful.disabled{
    cursor: not-allowed !important;
    pointer-events: all !important;
    opacity:0.5;
}
.eachreviewline .new-helpful img {
    width: 12px;
    height: auto;
    border: none;
    border-radius: 0;
    margin-right: 1px;
    margin-top: -3px;
}
.review-helpful span {
    font-size: 11px;
    font-style: italic;
}
.eachreviewline {
    padding: 0 0 2.7rem;
    border-bottom: 1px solid #585858;
}
.review_section {
    margin-top: 21px;
}
.review-circle{
    height: 50px;
    width: 50px;
    background-color: #d9d9d9;
    border-radius: 100%;
    text-align: center;
    justify-content: center;
    padding: 14px 0;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin: 0 16px 0 0;
    flex-shrink: 0;
}
.reviewform{
    padding: 30px;
    border-bottom: 1px solid;
}
.reviewform .btn-default.new-product-cta:hover{
    background-color: #ffbc46;
    color: #000;
}
.new-home-product-card .form-group .input-group{
    width: 93% !important;
}
.reviews_show {
    cursor: pointer;
}
.review_section ul li {
    padding-bottom: 18px;
}
.qt-add-to-cart{
    margin-bottom: 26px !important;
}
.product_variety{
    margin-bottom: 6px !important;
}body .product_variety ul li.eachpack{
  position:relative;
  overflow:hidden;
}
body .product_variety ul li.eachpack .oos_container {
	position: absolute;
     color: #fff;
     font-weight: 600;
     background: red;
     font-size: 8px;
     right: 38px;
     top: 7px;
     width: max-content;
     transform: rotate(-32deg);
     padding: 0 0.5em;
     display: none;
}
body .product_variety ul li.eachpack.oos .pdesc{
  opacity:0.25;
}
body .product_variety ul li.eachpack.oos .oos_container{
  display:block;
}
.pack_count {
    width: auto;
    font-size: 14px;
}
.pdesc {
    justify-content: center;
}
.servicablepins_check{
    margin: 16px 0 18px 17px;
}
.faq-section .panel-group .panel+.panel {
    margin-top: 5px;
}
.checkservicablepincode label{
    color: #000000;
}
#newReviews{
    scroll-margin-top: 9rem;
}
.product-reviews-block{
    display: flex;
    align-items: center;
}
.best-seller-carousel{
    margin: 0 -28px;
}
.best-seller-carousel .slick-slide{
    margin: 0 18px;
}
.best-seller-carousel .slick-arrow{
    position: absolute;
    top: 200px;
    cursor: pointer;
}
.best-seller-carousel .prev-arrow{
    left: -40px;
}
.best-seller-carousel .next-arrow{
    right: -35px;
}
@media screen and (max-width: 768px){
    body{
        line-height: 24px;
    }
    .new-prod-review-bar {
        border-left: none;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3rem;
    }
    .new-prod-star-flex {
        padding-right: 0;
        text-align: center;
    }
    .new-prod-reviews .new-review-cta {
        margin-top: 3rem;
        align-self: center;
    }
    .ratings-for-mobile{
        display: block;
    }
    .ratings-for-desktop{
        display: none;
    }
    .product-ratings-container .rate {
        margin-left: 2px;
    }
    .product-ratings-container a {
        margin-left: 0;
        margin-top: 5px;
        display: block;
    }
    .product-ratings-container {
        margin-top: 1rem !important;
        flex-direction: column;
    }
    .details-info .product-ratings-container{
        margin-top: 0 !important;
        padding: 6px 0 2px;
    }
    .new-product-title {
        font-size: 24px;
        margin-top: 20px;
        line-height: 32px;
    }
    .product-ratings-container img {
        margin-bottom: 4px;
    }
    .product_variety ul li {
        width: 27% !important;
    }
    .add_to_cart_form .form-group.type0{
        height: 35px;
    }
    .product_variety {
        margin-bottom: 10px !important;
    }
    .new-descp h3{
        margin-top: 10px;
    }
    .npp-section-two h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .npp-section-two .new-home-flex {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }
    .npp-section-two .new-home-flex .new-home-flex-card {
        width: 100%;
        margin-top: 2rem;
    }
    .npp-section-two .new-home-flex .new-home-flex-card h3 {
        font-size: 16px;
        width: 100%;
    }
    .npp-section-two .new-home-flex .new-home-flex-card p {
        font-size: 14px;
    }
    .faq-section {
        padding: 2rem 0;
        margin: 3rem 0 2rem;
    }
    .faq-section .row {
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
    }
    .faq-section .row .col-md-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-section .row .col-md-4 h2 {
        font-size: 28px;
        right: -7px;
        top: 55px;
    }
    .progress {
        width: 124px;
    }
    .new-reviews .product-ratings-container a {
        margin-left: auto;
        margin-top: 40px;
        margin-right: auto;
    } 
    .form-group.type1 {
        margin-bottom: 0;
        width: 35%;
    }
    .mobile-cart-input .addtocart_button{
        font-size: 14px;
        width: 100%;
    }
    .pack_count {
        font-size: 15px;
        width: 100%;
        text-align: center;
    }
    .npp-section-two {
        margin: 2rem 0 0;
    }
    .faq-section .col-md-4 img{
        width: 300px;
    }
    .new-product-flex {
        justify-content: space-between;
        align-items: baseline;
    }
    .new-product-flex .new-product-icons {
        margin-right: 10px;
        width: 100%;
    }
    .details-thumb .thumbnails_carousel{
        position:sticky;
        top:0;
    }
    .details-thumb .owl-thumbs{
        margin-top: 2rem;
        overflow-x: scroll;
        display: flex !important;
    }
    .details-info.ml-20 {
        padding: 0;
    }
    .eachreviewline .review-r {
        font-size: 14px;
    }
    .eachreviewline .new-helpful {
        font-size: 12px;
        width: 104px;
    }
    .new-best-sellers .row {
        margin-top: 2rem;
    }
    .new-home-product-card {
        min-height: 511px;
    }
    .details-info .form-inline .form-group {
        display: inline-block !important;
    }
    body .product_variety ul li.eachpack .oos_container {
        top: 21%;
        width: 54%;
        width: 54%;
    }
    .new_product_breadcrumb {
        padding-bottom: 10px;
    }
    .product-ratings-container .new-review-cta{
        margin-top: 3rem;
        align-self: center;
    }
    .new-reviews .product-ratings-container {
        padding-bottom: 3.4rem;
    }
    .faq-section .panel-default a .panel-heading h4 {
        padding-right: 25px;
    }
    .panel a.collapsed h4:after, .faq-section .panel a h4:after {
        right: 4px;
        top: 21px;
    }
    .faq-section .panel-default .panel-heading {
        position: relative;
    }
    .reviews_show {
        display: block;
        text-align: center;
    }
    .new-product-flex .new-product-icons p {
        font-size: 12px;
        line-height: 1.5;
    }
    .servicablepins_check{
        margin: 0 0 0 15px;
    }
    .new-mrp {
        font-size: 20px;
    }
    span.new-mrp {
        font-size: 22px;
    }
    del.new-mrp {
        font-size: 20px;
    }
    .details-info .price .price-sell-highlight {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .details-info .price .price-meta-row {
        gap: 4px 10px;
    }
    .details-info .price .price-mrp-meta {
        font-size: 14px;
    }
    .details-info .price .price-tax-inclusive {
        font-size: 13px;
    }
    .mobile-cart-input {
        width: 62%;
    }
    .servicablepins_check input[name='pincode'] {
        width: 62%;
        height: 40px;
    }
    .servicablepins_check input[type='submit'] {
        width: 34%;
    }
    .servicablepins_check .form-group {
        height: 40px;
    }
    .best-seller-carousel .prev-arrow {
        left: 128px;
        top: auto;
        bottom: -10px;
    }
    .best-seller-carousel .next-arrow {
        right: 131px;
        top: auto;
        bottom: -10px;
    }
    .best-seller-carousel {
        margin: 0;
    }
    .new-home-product-card a {
        padding: 0 1rem 0.5rem;
        font-size: 15px;
        margin-top: 5px;
    }
    .new-home-product-card p{
        margin-bottom: 5px;
    }
    .best-seller-carousel .product_add_to_cart_div {
        padding: 7px;
        margin-top: 0;
    }
    .best-seller-carousel .new-home-product-card .form-group{
        margin-bottom: 7px;
    }  
    .best-seller-carousel .productcard_productline{
        padding: 0 25px;
    }      
}
@media screen and (min-width: 768px){
.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 20rem;
    background: #fff;
    z-index: 1;
}
}