@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';
    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;
    font-family: 'Montserrat';
}

.new-product-title {
    font-family: 'Prata';
    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';
}

.product-ratings-container a {
    font-size: 16px;
    font-weight: 500;
    color: #6a3732;
    text-decoration: underline;
    margin-left: 12px;
    font-family: 'Montserrat';
}

.new-availability {
    margin-top: 7px;
    font-size: 16px;
}

.availability * {
    font-size: 16px;
}

.new-mrp {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Montserrat';
}

span.new-mrp {
    font-size: 18px;
    color: green;
    font-family: 'Montserrat';
}

del.new-mrp {
    color: #5a5a5a;
    margin-left: 5px;
    font-family: 'Montserrat';
}

.new-inclusive {
    font-size: 16px;
    font-weight: 500;
    color: #5a5a5a;
    font-family: 'Montserrat';
}

.new-offer-text {
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
    margin-bottom: 2px;
}

.details-info .price {
    margin: 18px 0 5px;
}

.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' !important;
    margin-top: 5px;
    color: #000;
}

.new-descp h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    font-family: 'Prata' !important;
    letter-spacing: normal;
}

.new-descp p,
.new-descp ul li {
    font-size: 14px;
    font-weight: 500;
    color: #565656;
    font-family: 'Montserrat' !important;
    letter-spacing: normal;
}

.new-descp ul li {
    margin-bottom: 8px;
    font-family: 'Montserrat' !important;
}

.npp-section-two {
    margin: 6.5rem 0 0;
}

.npp-section-two h2 {
    font-size: 28px;
    font-weight: normal;
    color: #000;
    font-family: 'Prata' !important;
    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';
    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;
    font-family: 'Montserrat';
}

.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' !important;
    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;
        font-family: 'Prata' !important;
        float: left;
}

.faq-section .panel-default a .panel-heading h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-family: 'Prata' !important;
}

.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;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.faq-section .panel-default .panel-body {
    padding: 0 46px 15px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #6a3732;
    font-family: 'Montserrat' !important;
        line-height: 1.6;
        display: inline-block;
}

.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' !important;
    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-left: 25px;
    /* margin-left: 20px; */
    /* 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;
    max-height: auto;
}

.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: space-between;
    gap: 4%;
}

/* .product-ratings-container .new-review-cta, .new-product-cta{ */
.new-product-cta {
    background-color: #ffbc46;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* padding: 6px 12px; */
    align-self: flex-start;
    text-decoration: none;
    margin-right: 10px;
    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';
    text-align: center;
    margin: 50px 0;

}

.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: 530px;*/
    min-height: 460px;
    /* min-height: 565px; */
    padding: 10px 0;
    border-radius: 10px;
    border: solid 1px rgba(37, 37, 37, 0.2);
    background-color: #fff;
}

.new-home-product-card a.productcard_productline {
    padding: 0 1.3rem;
}

.new-home-product-card a:hover {
    text-decoration: none;
}

.new-home-product-card .product_name {
    color: transparent;

}
.new-home-product-card .product_thumb {
        min-height: 225px;
}
.new-home-product-card .img-responsive.lazy {
    width: auto !important;
    /* min-height: auto !important; */
    height: auto !important;
}

.new-home-product-card .img-responsive {
    margin: auto;
    width: 200px;
    min-height: 225px;
    height: auto;
    align-content: center;
}

.new-home-product-card .product_name h3 {
    text-transform: capitalize;
        font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #252525;
    font-family: 'Montserrat';
    margin-bottom: 4px;
    padding: 0 3rem;
    min-height: 42px;
}

.new-home-product-card p {
    font-size: 15px;
    font-weight: 600;
    color: #6a3732;
    padding: 0 20px;
    /* min-height: 40px; */
    min-height: 70px !important;
}

.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: center;
    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 {
    /* padding: 1rem 1rem; */
    text-align: left;
    align-items: center;
    height: 40px;
    width: 95%;
}

.new-home-product-card span {
    font-size: 14px;
    font-weight: 500;
    color: #6a3732;
    padding: 0px;
    /* min-height: 40px; */
    min-height: 25px !important;
    text-transform: capitalize;
    width: 35%;
    text-align: right;
    font-family: 'Montserrat';
}

.new-home-product-card button{
	text-transform: capitalize !important;
}
.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%);
    font-weight: 500;
    background-color: #fbb11c;
    border-radius: 35px;
    font-size: 16px;
    font-family: 'Montserrat';
}

.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: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.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: 24px;
}

.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: 600;
    text-transform: uppercase;
    height: 42px;
    /* border-radius: 4px; */
    font-family: 'Montserrat';
    border-radius: 35px;
}

.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;
        font-family: 'Montserrat';
}

.eachreviewline .review-r {
    font-size: 14px;
    font-weight: normal;
    color: #565656;
    margin-bottom: 19px;
        font-family: 'Montserrat';
}

.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;
        font-family: 'Montserrat';
}

.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;
    line-height: 1;
}

.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;
    justify-self: start;
    gap: 6px;
}

.product-reviews-block img {
    max-width: 19px;
    max-height: 18px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: -4px;

}

.best-seller-carousel {
    margin: 0;
}

.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: 1199px) {
    .new-prod-review-bar {
        padding-left: 15px;
    }

    .new-reviews .product-ratings-container {
        gap: 10px;
    }

    .new-my-dogsee-btn {
        font-size: 14px;
        max-height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 20rem;
        background: #fff;
        z-index: 1;
    }
}

@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: 50px;
    }

    .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-best-sellers h2 {
        margin: 30px 0;
    }

    .new-home-product-card {
        min-height: 460px;
    }

    .details-info .form-inline .form-group {
        display: inline-block !important;
    }

    body .product_variety ul li.eachpack .oos_container {
        top: 21%;
        width: 54%;
        width: 54%;
    }

    .details-info .form-control {
        padding: 6px 20px;
    }

    .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: 12px;
    }

    .faq-section .panel-default .panel-heading {
        position: relative;
        width: 100%;
    }

    .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;
    }

    .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; */
        left: 30%;
        top: auto;
        bottom: -30px;
    }

    .best-seller-carousel .next-arrow {
        /* right: 131px; */
        right: 30%;
        top: auto;
        bottom: -30px;
    }

    .best-seller-carousel {
        margin: 0;
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

    .new-home-product-card a {
        /* padding: 0 1rem 0.5rem; */
        padding: 0;
        font-size: 15px;
        /* margin-top: 5px; */
        margin-top: 0px;
    }

    .new-home-product-card p {
        margin-bottom: 5px;
    }

    .best-seller-carousel .product_add_to_cart_div {
        padding: 7px;
        margin-top: 0;
    }

    .new-home-product-card .product_name h3 {
        font-size: 13px;
        line-height: 1.43;
        margin-bottom: -18px;
        padding: 0px 3rem;
        min-height: 45px;
    }

    .best-seller-carousel .new-home-product-card .form-group {
        margin-bottom: 0px;
    }

    .best-seller-carousel .productcard_productline {
        padding: 0 5px;
    }

    .best-seller-carousel .new-home-product-card p {
        font-size: 13px;
        font-weight: 500;
        min-height: 80px !important;
    }

    .new-home-product-card span {
        min-height: 32px !important;
    }
}