/* contact-us-start */

.contact-form-wrap.contact-form-wrap-updated {
    background: #ffffff;
    padding: 15px 15px 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 37%);
}

.map-div iframe {
    height: 480px;
    margin-bottom: -7px;
}

@media only screen and (max-width:575px) {
    .map-div iframe {
        height: 300px;
    }
}

/* contact-us-end */

/* footer-start */

.social-footer {
    display: flex;
    justify-content: start;
    flex-direction: column;
    column-gap: 0px;
    row-gap: 16px;
}

.social-footer li {
    display: flex;
    padding: 0px 0px;
}

.social-footer li a {
    display: flex !important;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

.social-footer li a:hover {
    transition: 0.3s ease-in-out;
    border-color: #a22c2a;
}

.social-footer li a i {
    font-size: 20px;
    color: #000;
}

.social-footer li a:hover i {
    transition: 0.3s ease-in-out;
    color: #000;
}

.footer-copyright {
    font-family: "DM Sans", serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    padding-top: 3px;
}

.footer-copyright a {
    font-weight: 600;
    color: #ffffff;
    /* text-shadow: 1px 1px 0px #000000ba; */
}

@media only screen and (max-width:575px) {
    .footer-copyright span {
        display: block;
    }
}

/* footer-end */
.about-sec {}

.features-sec {
    background: #fffaf2;
}

.features-card {
    /* box-shadow: 2px 2px 10px 1px #00000021; */
    padding: 0px 20px;
    /* background: #fff;
    border-radius: 8px;
    position: relative; */
}

.fc-img {
    height: 75px;
    width: 75px;
    padding: 10px;
    border-radius: 0px;
    margin: 0 auto 15px;
    background: #ffffff;
    border: 1px solid #000;
    position: relative;
    box-shadow: 5px 5px #a22c2a;
}

.fc-img img {
    width: 100%;
}

.fc-text {
    text-align: center;
    margin-top: 8px;
}

.fc-text h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}

.fc-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    height: 104px;
    color: #a22c2a;
}

@media only screen and (max-width:1399px) {

    .features-card {
        padding: 0px 0px;
    }
}

@media only screen and (max-width:1199px) {
    .fc-text p {
        height: 130px;
    }

    .fc-text h6 {
        font-size: 17px;
        line-height: 23px;
    }
}

@media only screen and (max-width:991px) {
    .fc-text p {
        height: 104px;
    }

    .fc-text h6 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width:767px) {
    .fc-text p {
        height: 130px;
    }
}

@media only screen and (max-width:575px) {
    .fc-text p {
        height: auto;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .features-card {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .features-card {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.owner-sec {}

.owner-card {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 11%);
    background: #fff;
}

.owner-img {}

.owner-img img {
    width: 100%;
}

.owner-text {
    padding: 10px 15px 12px;
}

.owner-text h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #090022;
}

.owner-text h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 7px;
}


.owner-text h6:before {}

.owner-text p {
    text-align: justify;
    padding-right: 10px;
    height: 144px;
    overflow-y: auto;
}

.owner-text p::-webkit-scrollbar {
    width: 2px;
}

.owner-text p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

/* Handle */
.owner-text p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #a22c2a 20%, #a22c2a 50%);
    transition: all 500ms ease;
}

@media only screen and (max-width:991px) {
    .owner-text p {
        text-align: justify;
        padding-right: 0px;
        height: auto;
        overflow-y: auto;
    }

    .owner-text {
        text-align: center;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .owner-card {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .owner-card {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.gallery-sec.gallery-sec-alt {
    background: #fffaf2;
}

@media only screen and (max-width:575px) and (min-width:411px) {

    .product-inner.infant-wear-name,
    .cat-box-new {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .cat-box-new {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.wel-greeno-new {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    color: #a22c2a;
    font-family: "DM Sans", serif;
    text-shadow: 1px 1px #0000000a;
}

.wel-greeno-new b {
    font-weight: 600;
}

.greeno-about {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    color: #1e1e1e;
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .product-item {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .product-item {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.footer-widget.fw-1 {}

.footer-widget.fw-1 a.footer-logo {
    display: block;
    margin-bottom: 15px;
}

.footer-widget.fw-1 img {
    width: 110px;
}

.footer-widget.fw-1 p {
    margin-bottom: 4px;
}

.footer-widget.fw-1 a.fa-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-family: "DM Sans", serif;
    color: #a22c2a;
    transition: 0.3sease-in-out;
}

.footer-widget.fw-1 a.fa-btn:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

/* .contact-upper-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fafdff;
    background-blend-mode: luminosity;
}

.gallery-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fafdff;
    background-blend-mode: luminosity;
}

.gallery-sec.gallery-sec-alt {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fffaf2;
    background-blend-mode: luminosity;
} */

.lilbumpy-bak-kalar.infa-wear {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: repeat;
    background-color: #daf3ff;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.features-sec.wcu-home {
    background-repeat: repeat;
    background-color: #fffbf5;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

/* .features-sec.wcu-home .section-title h2 {
    color: #fff;
    text-shadow: 1px 1px #000000a1;
} */

.about-sec.about-home {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: repeat;
    /* background-color: #f9a0bc; */
    /* background-color: #f2f2ee; */
    background-color: #fffbf5;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.about-sec.about-home img {
    border-radius: 0px;
    box-shadow: 2px 2px 10px 1px #00000005;
}

.about-sec.about-home h1 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 4px;
}

.about-sec.about-home h1 span {
    color: #a22c2a;
    font-weight: 600;
}

.footer-widget.fw-2 {
    padding-left: 50px;
}

.footer-widget.fw-3 {
    padding-left: 45px;
}

.footer-widget.fw-4 {
    padding-left: 50px;
}

@media only screen and (max-width:1399px) {
    .footer-widget.fw-2 {
        padding-left: 15px;
    }

    .footer-widget.fw-3 {
        padding-left: 20px;
    }

    .footer-widget.fw-4 {
        padding-left: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .footer-widget.fw-2 {
        padding-left: 15px;
    }

    .footer-widget.fw-3 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer-widget.fw-4 {
        padding-left: 0px;
    }
}

@media only screen and (max-width:991px) {
    .footer-widget.fw-2 {
        padding-left: 12px;
    }

    .footer-widget.fw-3 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .footer-widget.fw-4 {
        padding-left: 12px;
    }

}

@media only screen and (max-width:767px) {
    .social-footer {
        justify-content: center;
    }

    .footer-widget.fw-1 a.footer-logo {
        display: block;
        margin-bottom: 20px;
    }

    .social-footer li {
        justify-content: center;
    }
}

@media only screen and (max-width:991px) and (min-width:576px) {
    .lilbumpy-bak-kalar .product-item.pi-2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width:575px) {
    .lilbumpy-bak-kalar .product-item.pi-3 {
        margin-top: 30px;
    }
}

#owl-carousel_testi.owl-theme .owl-dots .owl-dot {
    transform: rotate(45deg);
}

#owl-carousel_testi.owl-theme .owl-dots .owl-dot span {
    border-radius: 0px;
    margin: 6px 6px;
}

#owl-carousel_testi.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel_testi.owl-theme .owl-dots .owl-dot:hover span {
    background: #a22c2a;
}

.skirttop-sec-alt {
    background: #ff0078;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: luminosity;
    background-repeat: repeat;
    background-attachment: fixed;
}

.hotpant-sec-alt {
    background: #ffe0ee;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-attachment: fixed;
}

.frock-sec-alt {
    background: #ff0078;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: luminosity;
    background-repeat: repeat;
    background-attachment: fixed;
}

.capri-sec-alt {
    background: #ffe0ee;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-attachment: fixed;
}

.counter-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #daf3ff;
    background-color: #4dd4ff;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.counter-sec .section-title h2 {
    /* color: #fff;
    text-shadow: 1px 1px #000000a1; */
}

.count-area-content {}


.count-inner {
    text-align: center;
    background-image: url(../images/kids-counter-bg.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(1px 1px 3px #a22c2ad6);
}

.count-inner.ci-one {}

.count-inner.ci-two {
    background-image: url(../images/kids-counter-bg.png);
}

.count-inner.ci-three {
    background-image: url(../images/kids-counter-bg.png);
}

.count-inner.ci-four {
    background-image: url(../images/kids-counter-bg.png);
}

.count-icon {}

.count-icon img {
    width: 65px;
    filter: invert(37%) sepia(95%) saturate(2886%) hue-rotate(183deg) brightness(93%) contrast(102%);
    filter: invert(1);
}

.count-digit {
    margin: 8px 0px 4px;
    color: #0051a5;
    font-weight: 500;
    font-size: 46px;
    line-height: 46px;
    font-family: "DM Sans", serif;
}

.count-digit.plus-digit {
    position: relative;
}

.count-digit.plus-digit:after {
    position: relative;
    content: "+";
    padding-left: 0px;
    top: 0px;
}

.count-digit.plus-digit.million-digit:after {
    content: "M +";
}

.count-title {}

.count-title h3 {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0px;
    color: #fff;
    text-shadow: 1px 1px #00000066;
}

@media only screen and (max-width:1399px) {
    .count-inner {
        height: 255px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 6px 0px 0px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:1199px) {
    .count-inner {
        height: 216px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 50px;
    }

    .count-digit {
        margin: 4px 0px 0px;
        font-size: 32px;
        line-height: 32px;
    }

    .count-title h3 {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .count-digit.plus-digit:after {
        padding-left: 3px;
        top: -3px;
    }
}

@media only screen and (max-width:991px) {

    /* .count-inner.ci-one {
        background-image: url(../images/cloud-2.png);
    }

    .count-inner.ci-two {
        background-image: url(../images/cloud-3.png);
    }

    .count-inner.ci-three {
        background-image: url(../images/cloud.png);
    }

    .count-inner.ci-four {
        background-image: url(../images/cloud-4.png);
    } */

    .count-inner {
        height: 276px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 4px 0px 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 18px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .counter-sec .section-title.mb-35 {
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width:767px) {
    .count-inner {
        height: 246px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 50px;
    }

    .count-digit {
        margin: 4px 0px 3px;
        font-size: 36px;
        line-height: 36px;
    }

    .count-title h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .about-sec.about-home h1 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
    }
}

@media only screen and (max-width:575px) {
    .about-sec.about-home h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}

@media only screen and (max-width:575px) and (min-width:412px) {

    .counter-sec .section-title.mb-35 {
        margin-bottom: 20px !important;
    }

    .count-area-content {
        max-width: 380px;
        margin: 0 auto;
    }

    .count-inner {
        height: 380px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 80px;
    }

    .count-digit {
        margin: 6px 0px 6px;
        font-size: 54px;
        line-height: 54px;
    }

    .count-title h3 {
        font-size: 26px;
        margin-bottom: 0px;
        line-height: 26px;
    }
}

@media only screen and (max-width:411px) {
    .count-area-content {
        max-width: 296px;
        margin: 0 auto;
    }

    .count-inner {
        height: 296px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 4px 0px 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 22px;
    }
}

/* product-details-page-start */

.zoomable {
    position: relative;
    overflow: hidden;
    /* margin-left: 5px;
    margin-right: 5px; */
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #ddd;
}

.scroll-zoom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 130px;
    padding: 3px 4px 4px 1px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 1px -1px 4px #0000002b;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.scroll-zoom img {
    width: 24px !important;
    height: 24px;
    margin: 0 !important;
}

.pinch-zoom {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 130px;
    padding: 3px 4px 4px 1px;
    background: #f9f9f9;
    font-weight: 600;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 1px -1px 4px #0000002b;
}

.pinch-zoom img {
    width: 24px !important;
    height: 24px;
    margin: 0 !important;
}

@media only screen and (min-width:992px) {
    .pinch-zoom {
        display: none !important;
    }

    .zoomable:hover .scroll-zoom {
        opacity: 1;
        transition: 0.3s ease-in-out;
    }
}

@media only screen and (max-width:991px) {
    .scroll-zoom {
        display: none !important;
    }
}

/* .zoomable:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    pointer-events: none;
} */

.zoomable img {
    /* max-width: 100%; */
    /* border: 1px solid #000; */
    /* width: calc(100% - 10px); */
    width: 100%;
    display: block;
    margin: auto;
}

.zoomable__img {
    transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
    transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
    cursor: zoom-in;
    transform: scale(var(--zoom, 2));
}


/* product-zoom-end */

.product-details-slider {
    margin-bottom: 0px;
    padding: 0px;
    /* box-shadow: 4px 3px 8px 4px rgb(13 40 68 / 10%); */
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
    /* background: #fff; */
}

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
}

.slider-for {
    margin-bottom: 15px;
}

.slider-for img {
    width: 100%;
    height: auto;
    object-fit: cover;
    /* min-height: 100%; */
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
    cursor: zoom-in;
}

/* .slider-nav {
    margin: auto;
    max-height: 470px;
} */

.product-details-slider .slider-nav .item-slick {
    max-width: 240px;
    width: 96px;
    height: auto;
    padding: 0px;
    border: 1px solid #dddddd;
    margin: 0px 10px 0px 0px;
    outline: none !important;
    cursor: pointer;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 5px; */
    /* border-bottom-right-radius: 20px; */
    /* border-bottom-left-radius: 5px; */
    overflow: hidden;
}

.col-md-3.product-slider-left-col {
    padding-right: 0px;
}

/* #aniimated-thumbnials button,
.slider-nav button {
    display: none !important;
} */

.product-details-slider .slider-nav .item-slick img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.product-details-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 28px;
    height: 28px;
    /* border: 2px solid #6e0c99; */
    /* background: #6e0c99; */
    /* background: #000000f0; */
    background: #ffffff;
    line-height: 3px;
    margin-top: 0px;
    /* border-top-left-radius: 6px; */
    /* border-bottom-right-radius: 6px; */
    box-shadow: 1px 1px 5px #0000001a;
}

.product-details-slider .slick-prev:before,
.product-details-slider .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #a22c2a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-details-slider .slick-prev:before {
    /* content: '←'; */
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    content: '\f060';
}

.product-details-slider .slick-next:before {
    /* content: '→'; */
    /* content: '←'; */
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    content: '\f061';
}

/* .slider-nav .slick-track {
    width: 100% !important;
    transform: translate(5px, 0px) !important;
} */

.product-details-slider .slick-prev {
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    height: 35px;
    width: 35px;
    border: 1px solid #a22c2a;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.product-details-slider .slick-next {
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(0px);
    height: 35px;
    width: 35px;
    border: 1px solid #a22c2a;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.product-details-slider .slider-nav:hover .slick-prev,
.product-details-slider .slider-nav:hover .slick-next {
    opacity: 1;
    display: none;
    transition: 0.3s ease-in-out;
}


.product-details-slider:hover #aniimated-thumbnials .slick-prev,
.product-details-slider:hover #aniimated-thumbnials .slick-next {
    opacity: 1;
}

.product-details-slider .slider-nav .item-slick.slick-current {
    border: 1px solid #a22c2a;
}

@media only screen and (max-width:767px) {
    .htc__product__details__top .xmt-40 {
        margin-top: 15px;
    }

    .ht__pro__desc {
        margin-top: 18px;
    }

    .sin__desc.align--left {
        align-items: center;
        display: flex;
        margin-top: 18px;
    }
}

@media only screen and (max-width:490px) {
    .slider-nav .item-slick {
        width: 50px;
        height: auto;
        /* margin: 0px 3px; */
    }
}

/* project-details-end */
#aniimated-thumbnials>.slick-slider {
    margin-bottom: 0px;
}

.product-details-section {}

.spl-left-padding {
    padding-left: 30px;
}

.product-details-right {}

.product-details-right h2 {
    font-size: 36px;
    line-height: 42px;
    color: #a22c2a;
    margin-bottom: 10px;
}

.product-details-right h5 {
    font-size: 24px;
    font-weight: 600;
    color: #a22c2a;
    line-height: 24px;
    margin-bottom: 12px;
    display: none;
}

.product-details-right h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-details-right h6 span {
    font-weight: 600;
}

.product-details-right p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}

.wtb {
    border-top: 2px solid #a22c2a;
    padding-top: 18px;
    display: flex;
    align-items: center;
}

.wtb h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    display: inline-block;
}

.wtb a {}

.wtb a img {
    padding: 12px;
    background: #550946;
    margin-left: 8px;
    width: 100px;
    border: 2px solid #ff9c00;
    box-shadow: 2px 2px 5px #00000033;
}

@media only screen and (max-width:1199px) {
    .wtb a img {
        width: 80px;
    }
}

@media only screen and (max-width:991px) {
    .spl-left-padding {
        padding-left: 12px;
    }
}

@media only screen and (max-width:767px) {
    .product-details-right {
        text-align: center;
    }

    .wtb {
        justify-content: center;
    }

    .product-wp-btn a {
        justify-content: center;
    }

    .product-wp-btn h6 {
        position: static !important;
        margin-left: -25px;
    }
}

@media only screen and (max-width:575px) {
    .product-wp-btn h6 {
        line-height: 20px;
        font-size: 16px !important;
        padding: 4px 20px 4px 35px !important;
        min-height: 58px;
    }

    .product-wp-btn h6 {
        line-height: 20px;
        font-size: 16px !important;
        padding: 4px 20px 4px 35px !important;
        min-height: 58px;
        display: flex;
        align-items: center;
    }

    .product-details-right h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 8px;
    }
}

.product-wp-btn {
    margin-top: 18px;
}

.product-wp-btn a {
    display: flex;
    align-items: center;
    column-gap: 0px;
    position: relative;
    filter: drop-shadow(2px 2px 5px #00000030);
}

.product-wp-btn img {
    width: 60px;
    position: relative;
    z-index: 5;
}

.product-wp-btn h6 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 15px 20px 15px 40px;
    border-radius: 0px 30px 30px 0px;
    background: #4ac959;
    border: 5px solid #fff;
    border-left: none;
    position: absolute;
    left: 35px;
}

.product-wp-btn a:hover h6 {
    text-shadow: 0px 3px 6px #1e1e1e;
    background-color: var(--colorSecondary);
    background: linear-gradient(-45deg, #4ac959, #00a213, #4ac959, #00a213);
    background-size: 400% 400%;
    -webkit-animation: Anima 3s ease infinite;
    -moz-animation: Anima 3s ease infinite;
    animation: Anima 3s ease infinite;
}

@-webkit-keyframes Anima {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Anima {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes Anima {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@media only screen and (max-width:991px) {
    .product-wp-btn h6 {
        font-size: 18px;
    }
}

/* product-details-page-end */

.product-page-section-new.relative-product-section {
    background: #f7f7f7;
}

/* .product-page-section-new .section-title h2 {
    margin-bottom: 10px;
} */

.product-page-section-new .prod-box-text h6 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

@media only screen and (max-width:1199px) and (min-width:992px) {
    .product-page-section-new .prod-box-text h6 {
    height: auto;
}
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .product-page-section-new .prod-box-new {
        width: 380px;
        margin: 0 auto;
    }
}

@media only screen and (max-width:410px) {
    .product-page-section-new .prod-box-new {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .product-page-section-new .prod-box-text h6 {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    }
}

@media only screen and (max-width:475px) {
    .prod-box-text h6 {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    }
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader .loader {
    text-align: center;
}

#preloader .logo {
    font-size: 2rem;
    width: 110px;
    height: 110px;
    font-weight: bold;
    color: #a22c2a;
    /* gold shade */
    margin-bottom: 10px;
    font-family: 'Georgia', serif;
    letter-spacing: 2px;
}

#preloader .spinner {
    border: 4px solid #a22c2a;
    border-top: 4px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#preloader .loader p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #444;
    font-style: italic;
}

#preloader .main-content {
    opacity: 0;
    transition: opacity 0.8s ease;
    text-align: center;
    margin-top: 100px;
}