@font-face {
    font-family: 'RocaRegular';
    src: url('fonts/RocaRegular.eot');
    src: url('fonts/RocaRegular.eot') format('embedded-opentype'),
        url('fonts/RocaRegular.woff2') format('woff2'),
        url('fonts/RocaRegular.woff') format('woff'),
        url('fonts/RocaRegular.ttf') format('truetype'),
        url('fonts/RocaRegular.svg#RocaRegular') format('svg');
}

@font-face {
    font-family: 'AgrandirRegular';
    src: url('fonts/AgrandirRegular.eot');
    src: url('fonts/AgrandirRegular.eot') format('embedded-opentype'),
        url('fonts/AgrandirRegular.woff2') format('woff2'),
        url('fonts/AgrandirRegular.woff') format('woff'),
        url('fonts/AgrandirRegular.ttf') format('truetype'),
        url('fonts/AgrandirRegular.svg#AgrandirRegular') format('svg');
}

/* .mini-slide start*/

.mini-slide {
    padding: 25px 0;
    background: #EBEBE4;
}

.mini-slide span a {

    padding: 0 95px;

    font-size: 24px;

    font-weight: 400;

    line-height: 36px;

    transition: var(--default-trans);

    color: #A4A4A4;

    border-right: 1px solid #A4A4A4;

}

.mini-slide span a:hover {

    color: var(--text-black);

}

/* .mini-slide ends  */


/* nature start */

.nature-sec {

    padding: 120px 0;

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    z-index: 1;

    margin-top: -7px;

}

.nature_text {

    padding: 50px;

    background-color: #161616a6;

    max-width: 1060px;

    margin: 0 auto;

    text-align: center;

    border-radius: 25px;

}

.nature_text h3 {

    font-size: 40px;

    font-weight: 300;

    line-height: 60px;

    margin-bottom: 50px;

    color: var(--white);

}

.nature_text h3 span {

    font-weight: 600;

    display: inline-block;

}

.nature-icon-holder {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 80px;

    margin-bottom: 50px;

}

.nature-box-img {

    margin-bottom: 20px;

}

.nature-box {

    text-align: center;

}

.nature-box p {

    color: #DFDFDF;

    margin-bottom: 0;

}

/* nature ends  */


/* cosmetics sec start */

.cosmetic-sec .row>* {

    padding: 0;

    margin: 0;

}

.cosmetic-img img {

    width: 100%;

}

/* cosmetics sec ends */


/* feature start */

.feature-sec {

    padding: 120px 0 40px;

}

.feature-text {

    max-width: 555px;

    margin-right: auto;

    text-align: left;

}

.feature-sec .row {

    align-items: center;

    margin-bottom: 100px;

}

.feature-sec .row:nth-child(2n) {

    flex-direction: row-reverse;

}

.feature-sec .row:nth-child(2n) .feature-text {

    margin-left: auto;

    margin-right: 0;

}

.feature-sec .row:nth-child(2n) .feature-sec-img::after {

    height: 184px;

    width: 184px;

    right: -30px;

    top: auto;

    bottom: -30px;

    background-image: url(images/big-ball.png);

}

.feature-sec .row:nth-child(2n) .feature-sec-img::before {

    height: 100px;

    width: 100px;

    left: -40px;

    top: -40px;

    background-image: url(images/small-ball.png);

}

.feature-sec-img {

    position: relative;

    max-width: 530px;

}

.feature-sec-img img {

    filter: drop-shadow(5px 8px 4px #0000001A);

}

.feature-sec-img::after,
.feature-sec-img::before {

    border-radius: 50%;

    position: absolute;

    content: "";

    z-index: -1;

}

.feature-text h2 {

    font-size: 50px;

    font-weight: 400;

    line-height: 65px;

    color: var(--text-black);

    margin-bottom: 25px;

}

.feature-text p {

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

    color: #4A4A4A;

}

.feature-sec-img::after {

    height: 184px;

    width: 184px;

    right: -25px;

    top: -35px;

    background-image: url(images/big-ball.png);

    animation: floating 4s infinite linear;

}

@keyframes floating {

    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }

}

.feature-sec-img::before {

    height: 100px;

    width: 100px;

    left: -40px;

    animation: floating 4s infinite linear;

    bottom: -40px;

    background-image: url(images/small-ball.png);

}

/* feature ends */


/* work start */

.work-sec {

    padding: 100px 0;

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    z-index: 1;

    text-align: center;

}

.work-sec .row {

    margin-bottom: 72px;

}

.title {

    max-width: 935px;

    margin: 0 auto 72px;

    text-align: center;

}

.title h2 {

    font-size: 50px;

    font-weight: 400;

    color: #680300;

    line-height: 75px;

}

.title p {

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

    color: #4A4A4A;

    margin-bottom: 0;

}

.work-box-img {

    text-align: center;

    margin-bottom: 40px;

}

.work-content {

    padding: 20px 25px;

    box-shadow: 9px 8px 26px 0px #A3A3A31A;

    border-left: 4px solid var(--orange);

    border-radius: 12px;

    background-color: var(--white);

    transition: var(--default-trans);

}

.work-content:hover {

    background: var(--orange);

    border-left: 4px solid var(--white);

    box-shadow: 3px 3px 18px 2px rgba(0, 0, 0, 0.4);

}

.work-content:hover h3,
.work-content:hover p {

    color: var(--white);

}

.work-content h3 {

    font-size: 24px;

    font-weight: 600;

    line-height: 36px;

    transition: var(--default-trans);

    color: #4C4C4C;

}

.work-content p {

    font-size: 16px;

    font-weight: 400;

    transition: var(--default-trans);

    line-height: 24px;

    color: #4C4C4C;

}

.work-box {

    max-width: 345px;

    margin: 0 auto;

}

/* work ends */


/* model start  */

.model-sec .row>* {

    padding: 0;

    margin: 0;

}

.model-sec .row>* .model-sec-img {

    width: 100%;

    height: 100%;

}

.model-sec .row>* .model-sec-img img {

    width: 100%;

    object-fit: cover;

    object-position: center;

}

/* model ends  */


/* expert start */

.expert-sec {

    padding: 165px 0;

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    z-index: 1;

}

.expert-content {

    padding: 60px;

    text-align: center;

    background: rgba(255, 255, 255, .65);

    border-radius: 25px;

    max-width: 755px;

    margin: 0 auto;

}

.expert-content h2 {

    font-size: 50px;

    font-weight: 300;

    line-height: 75px;

    color: var(--text-black);

}

.expert-content h2 span {

    font-weight: 600;

}

.expert-content p {

    margin-bottom: 30px;

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

    color: #5C5C5C;

}

/* expert ends */


/* follow start */

.follow-sec {

    margin-bottom: 130px;

}

.follow-sec .row {

    align-items: flex-start;

}

.follow-sec-text {

    padding-top: 120px;

    text-align: left;

    padding-left: 80px;

}

.follow-sec-text h2 {

    font-size: 50px;

    font-weight: 400;

    line-height: 65px;

    color: var(--text-black);

    margin-bottom: 32px;

}

.follow-sec-text h2 a {

    color: var(--text-black);

    word-break: break-word;

    transition: var(--default-trans);

}

.follow-sec-text h2 a:hover {

    color: var(--orange);

}

.follow-sec-img img {

    width: 100%;

    object-fit: cover;

    object-position: center;

}

.follow-sec-text h2 img {

    display: inline-block !important;

}

.follow-sec-text .cmn_btn {

    color: var(--text-black) !important;

    background: var(--white);

}

.follow-sec-text .cmn_btn:hover {

    background: var(--orange);

    color: var(--orange) !important;

}

/* follow ends */

body.archive .main_wrapper {
    padding: 80px 0;
}

nav.woocommerce-breadcrumb {
    background: #f2f2f2;
    padding: 12px 20px !important;
    border-radius: 5px;
    font-size: 16px !important;
    box-shadow: 2px 2px 5px #ccc;
}

nav.woocommerce-breadcrumb a:hover {
    color: var(--orange);
}

.summary.entry-summary {
    padding-left: 20px;
}

.product-type-simple {
    margin-top: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 0 5px !important;
}


/*================================ step form start  =========================*/


.step-form-wrapper {

    padding: 60px 0 0 0;

    position: relative;

    border-top: 12px solid #2a5f41;
    width: 100%;
    /* Ensure no extra width */
    overflow-x: hidden;
    /* Prevent child elements from causing horizontal scroll */


}


.step {

    display: none;
    max-width: 100%;
    /* Prevent content from overflowing */
    box-sizing: border-box;
    /* Include padding and borders in width calculation */

}


.step-1 {

    display: block;

}


.form-field-content {

    max-width: 490px;

    margin: 0 auto;

}


.step-form-wrapper .title {

    max-width: 100%;

}


.step-form-wrapper .title p {

    text-align: center;

}


.form-main-wrapper {

    font-size: 18px;

    max-width: 1128px;

    margin: 0 auto;

}


/* .form-main-wrapper .step-2 .custom-form > label,

.form-main-wrapper .step-3  .custom-form > label,

.form-main-wrapper .step-4  .custom-form > label,

.form-main-wrapper .step-5  .custom-form > label,

.form-main-wrapper .step-6  .custom-form > label,

.form-main-wrapper .step-7  .custom-form > label {

    font-size: 28px;

    line-height: 42px;

    color: #4A4A4A;

    margin-bottom: 24px;

    font-weight: 500;

} */


.form-main-wrapper .custom-form {

    margin-bottom: 60px;

}


.form-main-wrapper .step-1 .custom-form {

    margin-bottom: 40px;

}


.form-main-wrapper .custom-form:last-child {

    margin-bottom: 0;

}


.form-main-wrapper .custom-form>label {

    margin-bottom: 8px;

    font-weight: 700;

}


.form-main-wrapper .custom-form input.form-control {

    font-size: 16px;

    color: #B0B0B0;

    height: 55px;

    border: none;

    border-bottom: 2px #B0B0B0 solid;

    border-radius: 8px;

}


.form-main-wrapper .custom-form input[type=number] {

    -moz-appearance: textfield;
    /* Firefox */

}


.form-main-wrapper .custom-form input[type=number]::-webkit-outer-spin-button,

.form-main-wrapper .custom-form input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

.form-main-wrapper .custom-form textarea {

    height: 200px;

    border: 2px #B0B0B0 solid;

    color: #B0B0B0;

}


.form-main-wrapper .custom-form input.form-control:focus {

    background-color: #F6F6F6;

    border-color: #2a5f41 !important;

    box-shadow: none;

}


.form-main-wrapper .custom-form input.form-control.is-invalid:focus,

.form-main-wrapper .custom-form input.form-control.is-invalid,

.form-main-wrapper .custom-form textarea.form-control.is-invalid:focus,

.form-main-wrapper .custom-form textarea.form-control.is-invalid {

    border-color: #fd8282 !important;

    background-image: none;

}


.form-main-wrapper .custom-form input.form-control::placeholder {

    color: #B0B0B0;

    opacity: 1;

}


.form-main-wrapper .custom-form input.form-control.is-invalid::placeholder,

.form-main-wrapper .custom-form .form-check-input.is-invalid~.form-check-label,

.form-main-wrapper .custom-form textarea.form-control.is-invalid::placeholder {

    color: #fd8282;

}


.form-main-wrapper .custom-form input.form-control::-ms-input-placeholder,

.form-main-wrapper .custom-form textarea.form-control::-ms-input-placeholder {

    color: #B0B0B0;

}


.form-main-wrapper .custom-form .form-check {

    border: 1px #F2F2F2 solid;

    box-shadow: 2px 4px 15px 0px #0000001A;

    padding: 12px;

    border-radius: 8px;

    margin-bottom: 15px;

    font-weight: 400;

    display: flex;

    font-size: 16px;
    background-color: #fff;

}


.form-main-wrapper .custom-form .form-check .form-check-input {

    margin-left: 0;

    margin-right: 10px;

}


.form-main-wrapper .checked-parent {

    background-color: #f6e5db;

}


.form-main-wrapper .custom-form .form-check-input:checked {

    background-color: #2a5f41;

    border-color: #2a5f41;

}


.form-main-wrapper .custom-form .form-check-input:focus {

    box-shadow: none;

}


.form-main-wrapper .custom-form .form-check-input.is-invalid {

    border-color: #fd8282;

}


.step-container {

    padding-top: 20px;

    padding-bottom: 60px;

    background: #FAFAFA;

    border-top: 1px #dddddd solid;

    margin-top: 60px;

}


.step-progress {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    max-width: 1128px;

    margin: 0 auto;

}


.progress-going {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    width: 100%;

    overflow: hidden;

    min-height: 50px;

}


.step-number {

    width: 14.28%;

    height: 8px;

    background: #D9D9D9;

    border-radius: 10px;

}


.step-number.active {

    background-color: #2a5f41;

}


.next-prev-wrap {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 15px;

}


.prev,

.next,

.next_submit {

    display: inline-block;

    padding: 13px 15px;

    border-radius: 8px;

    color: #212121;

    background: #ffffff;

    font-size: 16px;

    margin-top: 0;

    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 20%);

    transition: all ease-in-out 0.3s;

    min-width: 137px;

    text-align: center;

    border: none;

}


.prev:hover,

.next:hover,

.next_submit:hover {

    background-color: #2a5f41;

    color: #ffffff;

    transition: all ease-in-out 0.3s;

}


.step-form-wrapper.last-step {

    min-height: calc(100vh - 517px);

    background: url(images/leaf-bg.png) no-repeat right bottom #FAFAFA;

    background-size: 100%;

    padding-bottom: 60px;
    height: 100vh;
    overflow: hidden;
    scrollbar-width: none;
    /* Firefox */

}

.step-form-wrapper.last-step::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

.page-id-279 .main_wrapper .default-content-page {
    padding: 30px 0;
}


.step-form-wrapper.last-step .step-container {

    display: none;

}


.step-form-wrapper.last-step .form-main-wrapper {

    position: relative;

    z-index: 1;

}


.step-form-wrapper.last-step:after {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgb(250 250 250 / 59%);

}


.step-loader {

    display: none;

    text-align: center;

}


.step-loader img {

    display: inline-block;

}

/*======================================== step form end  ========================================*/


/* footer start  */

.main_footer {

    padding: 100px 0;

    background: #F9F9F9;

    color: var(--text-black);

}

.main_footer a {

    color: var(--text-black);

}

.footer-content h4 {

    font-size: 24px;

    font-weight: 400;

    line-height: 36px;

    text-align: left;

    margin-bottom: 25px;

}

.footer-content .subscription input {

    padding: 10px 12px;

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

    text-align: left;

    color: #A0A0A0;

    border: 1px solid #EBEBE4;

    margin-bottom: 25px;

    min-width: 360px;

}

.footer-content .subscription input[type="submit"] {

    border-radius: 8px;

    margin-left: 10px;

    color: #555555;

    font-size: 18px;

    min-width: auto;

    font-weight: 400;

    line-height: 23.4px;

    box-shadow: 2px 4px 4px 0px #00000017;

    background: var(--white);

    padding: 13px 16px;

    transition: var(--default-trans);

}

.footer-content .subscription input[type="submit"]:hover {

    background: var(--orange);

    color: var(--white);

}

.footer-content p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    text-align: left;

}

.footer-content p a:hover {

    color: var(--orange);

}

.footer-links-holder {

    display: flex;

    justify-content: flex-end;

    align-items: flex-start;

    gap: 45px;

}

.footer-links h3 {

    font-size: 24px;

    font-weight: 600;

    line-height: 36px;

    margin-bottom: 15px;

}

.footer-links ul {

    padding: 0;

}

.footer-links ul li {

    margin-bottom: 10px;

}

.footer-links ul li a {

    transition: var(--default-trans);

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

}

.footer-links ul li a:hover {

    color: var(--orange);

}

/* footer ends  */


/*//////////////////////////// recommend html start  ///////////////////////////////////////*/


/* product details start */

.product-details {

    padding: 5px 0 80px;

}

.product-details-holder {

    text-align: left;

}

.product-details-holder h1 {

    font-size: 72px;

    color: var(--text-black);

    font-weight: 700;

    margin-bottom: 0;

    line-height: 108px;

}

.product-details-holder span {

    font-size: 32px;

    font-weight: 500;

    line-height: 48px;

    color: #5E5E5E;

}

.product-details-holder p {

    font-size: 24px;

    font-weight: 400;

    line-height: 30px;

    text-align: left;

    color: #5E5E5E;

    margin-bottom: 0;

}

.product-details-holder ul {

    margin: 25px 0;

    list-style: disc;

}

.product-details-holder ul li {

    font-size: 24px;

    font-weight: 400;

    line-height: 36px;

    text-align: left;

    color: #4C4C4C;

}

/* product details ends */


/* routine-package start  */

.routine-package {

    padding: 55px 0;

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    z-index: 1;

}

.routine-package .row {

    align-items: center;

}

.slider-details {

    text-align: left;

}

.slider-details p span {

    color: var(--orange);

}

.slider-details p {

    font-size: 24px;

    font-weight: 500;

    line-height: 36px;

    color: #E6E6E6;

    margin-bottom: 8px;

}

.slider-details ul {

    margin-bottom: 25px;

}

.slider-details ul li {

    margin-bottom: 8px;

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    position: relative;

    padding-left: 5px;

}

.slider-details ul li a {

    color: #E0E0E0;

    transition: var(--default-trans);

}

.slider-details ul li a:hover {

    color: var(--orange);

}

.slider-details ul li::before {

    content: "";

    position: absolute;

    left: -36px;

    top: -3px;

    height: 30px;

    width: 30px;

    background: url(images/tick.png) no-repeat center;

    background-size: 100%;

}

.slider-details-title {

    margin-bottom: 25px;

}

.slider-details-title h2 {

    font-size: 32px;

    font-weight: 600;

    color: var(--white);

    line-height: 48px;

    margin-bottom: 0;

}

.slider-details-title p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    color: #E0E0E0;

    margin-bottom: 0;

}

.package-slider .slick-dots {

    position: absolute;

    left: 50%;

    top: -30px;

    transform: translate(-50%, 0);

    padding: 0;

    margin: 0;

    display: flex;

    align-items: center;

}

.package-slider .slick-slide img {

    display: block;

    margin: 0 auto;

}

.package-slider .slick-dots .slick-active,
.related-product-slider .slick-dots .slick-active {

    background: var(--orange);

    height: 8px;

    width: 24px;

    border-radius: 8px;

}

.package-slider .slick-arrow {

    display: none !important;

}

.package-slider .slick-dots li,
.related-product-slider .slick-dots {

    width: 8px;

    height: 8px;

    padding: 4px;

    background: var(--white);

    border-radius: 50%;

    margin: 5px;

    display: inline-block;

}

.package-slider .slick-dots .slick-active button,
.package-slider .slick-dots li button,
.related-product-slider .slick-dots {

    display: none;

}

.package-slider .slick-slide {

    margin-right: 10px;

}

/* routine-package ends  */


/* cloud start */

.cloud-sec {

    position: relative;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 125px 0;

}

.cloud-text {

    text-align: left;

    max-width: 540px;

    margin: 0 auto 0 0;

}

.cloud-text h2 {

    font-size: 44px;

    font-weight: 600;

    line-height: 66px;

    color: var(--text-black);

}

.cloud-text p {

    color: #2C2C2C;

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

}

.cloud-sec .row {

    align-items: center;

}

.cloud-box-img img {

    margin: 0 auto;

}

/* cloud ends  */


/* final-product start */

.final-product {

    padding: 120px 0 70px;

}

.final-product-details {

    padding: 25px 25px 15px;

    box-shadow: 0px 50px 79px 0px #8a8a8a69;

    border: 1px solid #EBEBE4;

    background: #F2F4F4;

    border-radius: 20px;

    margin-bottom: 50px;

}

.final-product-details .title-product {

    border-bottom: 1px solid #D8D8D8;

    margin-bottom: 30px;

}

.final-product-details .title-product h2 {

    font-size: 24px;

    font-weight: 500;

    line-height: 36px;

    color: #565656;

    padding-bottom: 20px;

    margin-bottom: 0;

}

.ingredent h3 {

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    color: var(--text-black);

    margin-bottom: 16px;

}

.ingredent ul {

    padding: 0;

}

.ingredent ul li {

    background: var(--white);

    margin-bottom: 15px;

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

    padding: 8px;

    border-radius: 8px;

}

.icon-img {

    margin-right: 9px;

}

.ingredent-details h5 {

    font-size: 16px;

    font-weight: 500;

    line-height: 24px;

    text-align: left;

    margin-bottom: 4px;

    color: #4C4C4C;

}

.ingredent-details p {

    font-size: 12px;

    font-weight: 400;

    line-height: 18px;

    text-align: left;

    color: #4C4C4C;

    margin: 0;

}

.product-cart-img {

    width: 85%;

}

.product-cart-sec {

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 40px;

}

.product-cart-img img {

    border-radius: 8px;

}

.cart-details {

    text-align: left;

}

.cart-details h4 {

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    color: var(--text-black);

    margin-bottom: 7px;

}

.cart-details p {

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 20px;

}

.cart-details p a {

    color: var(--orange);

}

.cart-details p a:hover {

    color: var(--text-black);

}

.cart-details span {

    font-size: 28px;

    font-weight: 600;

    line-height: 42px;

    display: block;

    color: var(--text-black);

    margin-bottom: 20px;

}

.cart-details .cmn_btn {

    width: 100%;

}

.sub-product-details {

    margin-bottom: 28px;

}

.related-product {

    margin-bottom: 25px;

}

.related-product-box {

    text-align: left;

}

.related-product h3 {

    font-size: 20px;

    font-weight: 500;

    line-height: 30px;

    text-align: left;

    color: var(--text-black);

    margin-bottom: 25px;

}

.related-product-box span {

    font-size: 18px;

    font-weight: 400;

    line-height: 27px;

    color: var(--orange);

}

.related-product-box p {

    font-size: 16px;

    font-weight: 500;

    line-height: 24px;

    color: var(--text-black);

    margin: 0;

}

.related-product-img {

    margin-bottom: 15px;

}

.related-product-img img {

    width: 100%;

    border-radius: 8px;

}

.related-product-slider .slick-slide {

    margin-right: 40px;

}

.related-product-slider .slick-arrow,
.related-product-slider .slick-dots {

    display: none !important;

}

.modal.show .modal-dialog {

    transform: none;

    width: 70% !important;

    max-width: none;

}

.modal-header .ingredent h3 {

    margin-bottom: 0;

}

.modal-content {

    width: 85%;

    margin: auto;

}

.product-details-modal .modal-header,
.product-details-modal .modal-body {

    background: #F2F4F4;

}

.product-details-modal .modal-header {

    border-radius: 20px 20px 0 0;

}

.product-details-modal .modal-body {

    border-radius: 0 0 20px 20px;

}

.product-details-modal .ingredent ul li {

    background: none;

}

/* final-product ends */


/* SET UP 2 */


.step_form_logo {

    padding-bottom: 30px;

    text-align: center;

}

/*//////////////////////////// recommend html ends  ///////////////////////////////////////*/
.woocommerce-shop .post_info .woocommerce .products .product_type_simple,
.woocommerce-shop .default-content-page .woocommerce-message a,
.wc-block-cart__submit-container a,
.wc-block-checkout__actions_row button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-form-row button {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 44px;
    display: inline-block;
    min-width: 230px;
    transition: var(--default-trans);
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    background: var(--orange) !important;
    text-align: center;
}

.woocommerce-shop .post_info .woocommerce .products .product_type_simple:hover,
.woocommerce-shop .default-content-page .woocommerce-message a:hover,
.wc-block-cart__submit-container a:hover,
.wc-block-checkout__actions_row button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-form-row button:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange);
    color: var(--orange) !important;
}

.wc-block-checkout__actions_row button {
    width: 100%;
    min-width: unset;
}

.woocommerce form .form-row input.input-text {
    padding: 10px 15px;
    border: 1px solid var(--orange);
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    margin-bottom: 7px;
}

.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    padding: 14px 0;
    margin: 0;
}

.woocommerce-shop .post_info .woocommerce .products .price .woocommerce-Price-amount bdi {
    color: var(--orange);
    font-size: 18px;
}

.woocommerce-shop .post_info .woocommerce .products li::before {
    display: none;
}

.woocommerce-shop .post_info .woocommerce .products .woocommerce-LoopProduct-link h2 {
    font-size: 20px !important;
    line-height: 33px;
}

.woocommerce-shop .default-content-page .woocommerce-message::before {
    color: var(--orange);
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    white-space: nowrap;
    clear: both;
    border: none;
    border-right: 0;
    margin: 1px;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-block;
    border: 1px solid #cfc8d8;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.woocommerce nav.woocommerce-pagination ul li a.prev,
.woocommerce nav.woocommerce-pagination ul li a.next {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--orange);
    color: var(--white);
}

.woocommerce-message {
    border-top-color: var(--orange);
}

form.woocommerce-ordering select {
    padding: 5px 20px;
    border-radius: 7px;
    border: 2px solid var(--orange);
    font-weight: 500;
}

form.woocommerce-ordering select:focus-visible,
.wc-block-components-totals-coupon__form button:focus-visible,
.wc-block-components-totals-coupon__form input:focus-visible {
    outline: none;
}

.wc-block-components-totals-coupon__form button {
    background: var(--orange);
    color: white;
    border: 1px solid transparent;
    border-radius: 7px;
    font-weight: 600;
    transition: var(--default-trans);
}

.wc-block-components-totals-coupon__form input {
    border: 1px solid var(--orange);
}

.wc-block-components-totals-coupon__form button:hover {
    background: var(--white);
    color: var(--orange);
    border: 1px solid var(--orange);
}

/* .wc-block-components-text-input.is-active input[type=text],.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],.wc-block-components-text-input,.wc-blocks-components-select__container{
    border: 1px #F2F2F2 solid;
    box-shadow: 2px 4px 15px 0px #0000001A;
    padding: 20px 9px 7px;
    border-radius: 8px;
} */
.wc-blocks-components-select .wc-blocks-components-select__container {
    border: none;
}

.wc-block-components-text-input.has-error input,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-totals-block {
    border: 1px solid var(--orange);
}

.wc-blocks-components-select__container select,
.wc-block-components-notice-banner.is-error,
.wp-block-woocommerce-checkout-order-summary-cart-items-block,
.is-large .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-text-input input,
.woocommerce form.login {
    border: 1px solid var(--orange) !important;
}

.woocommerce form.login {
    padding: 30px;
}

.woocommerce form.login p input {
    padding: 10px 15px;
}

.woocommerce form .form-row label {
    margin-bottom: 7px;
}

.woocommerce form .form-row {
    margin: 0 0 15px;
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: var(--orange);
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: var(--orange);
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none;
    border: 4px solid var(--orange);
}

.woocommerce-MyAccount-navigation ul li::before {
    display: none;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 1px;
    background-color: #f6e5db;
    padding: 12px 15px;
    transition: var(--default-trans);
}

.woocommerce-MyAccount-navigation ul li:hover a {
    color: black;
}

.page-id-145 .default-content-page .post_info {
    width: 75%;
    margin: 0 auto 20px;
}

.page-id-279 .default-content-page p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #4A4A4A;
    margin-bottom: 0;
    margin-bottom: 30px !important;
}

.page-id-279 .default-content-page p a {
    color: var(--orange) !important;
    transition: var(--default-trans);
    font-size: inherit;
}

.page-id-279 .default-content-page .cmn_btn:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange);
    color: var(--orange) !important;
}

.page-id-279 .default-content-page p a:hover {
    color: #4A4A4A !important;
}

.page-id-279 .default-content-page .cmn_btn {
    color: var(--white) !important;
}

.wc-block-cart__submit {
    margin: 16px 0 16px;
    position: relative;
}

/*====================================================== Responsive Starts ========================================*/


/* 11.11.2024 */
.page-template-recommendation .package-slider .slick-dots {
    top: unset;
    bottom: -30px;
}


.page-template-recommendation .product-cart-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.page-template-recommendation .product-cart-img {
    width: 50%;
}

.page-template-recommendation .product-cart-img img {
    width: 100%;
}

.related-product-box p a:last-child {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.page-template-recommendation .cart-details .cmn_btn {
    width: unset;
}

.page-template-recommendation .cart-details {
    width: 50%;
}

.single-product .default-content-page h1 {
    font-size: 30px;
    line-height: 42px;
}

.single-product .cart .button {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 44px !important;
    display: inline-block !important;
    min-width: 230px !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
}

.single-product .cart .button:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.quantity input {
    padding: 12px 0px;
    border: 1px solid var(--orange);
    border-radius: 8px;
    width: 80px !important;
    outline: none;
}

.quantity {
    margin-right: 15px !important;
}

.single-product a.wcgs-slider-lightbox {
    display: none;
}

.single-product #wpgs-gallery img {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
}

.single-product p.price span {
    font-size: 22px;
    color: var(--orange);
}

.single-product .tabs::after {
    display: none;
}

.single-product .tabs::before {
    display: none;
}

.single-product .tabs li::before {
    display: none;
}

.single-product .tabs li::after {
    display: none;
}

.single-product .tabs {
    border-bottom: 1px solid var(--orange) !important;
    display: flex;
    gap: 20px;
}

.single-product .tabs li {
    border: 1px solid var(--orange) !important;
    border-bottom: none !important;
    background-color: transparent !important;

}

.single-product .tabs li.active {
    background-color: var(--orange) !important;
}

.single-product .tabs li.active a {
    color: #fff !important;
}

.single-product #review_form label {
    display: block;
}

.single-product #review_form .comment-form-email input {
    border: 1px solid #d0d0d0;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    border-radius: 8px;
}

.single-product #review_form .comment-form-author input {
    border: 1px solid #d0d0d0;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    border-radius: 8px;
}

.single-product #review_form .comment-form-comment textarea {
    border: 1px solid #d0d0d0;
    width: 100%;
    outline: none;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 20px;
    border-radius: 8px;
    height: 100px !important;
}


.single-product p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    display: none !important;
}

.single-product .form-submit #submit {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 44px !important;
    display: inline-block !important;
    min-width: 230px !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
    margin-top: 20px !important;
}

.single-product .form-submit #submit:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

/* 11.11.2024 */

/* 12.11.2024 */
.single-product .default-content-page ul li::before {
    display: none;
}

.related .products li a h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--text-black);
    margin-bottom: 7px;
}

a.button.product_type_simple {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 44px !important;
    display: inline-block !important;
    min-width: 230px !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
    margin-top: 20px !important;
}

a.button.product_type_simple:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

span.price {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    display: block;
    color: var(--text-black);
    margin-bottom: 20px;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 55px;
}

.single-product a.button.wc-forward {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 5px 15px !important;
    display: inline-block !important;
    min-width: 142px !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
}

.single-product a.button.wc-forward:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

th.wc-block-cart-items__header-image span {
    font-size: 24px;
}

th.wc-block-cart-items__header-total span {
    font-size: 24px;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 24px !important;
}

.woocommerce-cart span.price {
    margin-bottom: 0;
}

.woocommerce-cart .tr.wc-block-cart-items__row {
    border-bottom: 1px solid #2a5f41 !important;
    border-spacing: 0;
}

.woocommerce-cart .wc-block-cart-item__prices {
    margin-bottom: 0px !important;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    transition: 0.4s ease-in-out;
}

.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    box-shadow: none;
    border: 1px solid var(--orange) !important;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    box-shadow: none !important;
}

.wc-block-components-radio-control--highlight-checked:after {
    display: none;
}

.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted {
    margin-left: -15px;
    margin-top: -30px;
}

.wc-block-components-radio-control-accordion-content {
    margin-top: -18px;
}

.wc-block-checkout__add-note textarea {
    outline: none;
    border: 1px solid #2a5f41 !important;
    height: 100px !important;
}

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 5px 15px !important;
    display: inline-block !important;
    width: 100% !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
}

.woocommerce-checkout button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.woocommerce-checkout .default-content-page ul li::before {
    position: absolute;
    left: -15px;
    top: 0px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--orange);
    content: "";
}

.single-product span.price {
    color: #000 !important;
    font-size: 20px !important;
}

.page-id-143 .wc-block-grid__product-title,
.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #000 !important;
}

.page-id-143 .wc-block-grid__product-title {
    min-height: 70px;
}

.woocommerce-loop-product__title {
    font-weight: 700;
    min-height: 80px;
}

a.added_to_cart.wc-forward {
    color: #e5740d;
}

.woocommerce-tabs.wc-tabs-wrapper {
    border-bottom: 1px #f2f2f2 solid;
    margin-bottom: 40px;
}


.page-id-143 ul.wc-block-grid__products li::before {
    display: none;
}

.wc-block-grid__product-price.price span,
body.archive span.woocommerce-Price-amount.amount {
    color: #000 !important;
    font-size: 18px !important;
}


.wp-block-button.wc-block-grid__product-add-to-cart a {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 15px !important;
    display: inline-block !important;
    min-width: 160px !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
}

.wp-block-button.wc-block-grid__product-add-to-cart a:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.page-id-145 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    padding: 12px 30px;
    border: 1px solid transparent;
}

.page-id-145 form.woocommerce-form.woocommerce-form-register.register {
    border: 1px solid var(--orange);
    min-height: 0px;
}

.page-id-145 button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
    border: 1px solid #2a5f41;
}

.page-id-145 nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
}

.page-id-145 .woocommerce-MyAccount-navigation ul li {
    padding: 0px !important;
}

.page-id-145 .woocommerce-MyAccount-navigation ul li a {
    padding: 12px 15px;
    display: block;
    transition: 0.4s ease-in-out;
}

.page-id-145 .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #2a5f41 !important;
    color: #fff !important;
}


.page-id-145 .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #2a5f41 !important;
    color: #fff !important;
}

.page-id-145 .woocommerce-info {
    border-top-color: #2a5f41 !important;
}

.page-id-145 .woocommerce-info::before {
    color: #2a5f41 !important;
}

.page-id-145 a.woocommerce-Button.wc-forward.button {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 6px 25px !important;
    display: inline-block !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
}


.page-id-145 a.woocommerce-Button.wc-forward.button:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}


.page-id-145 .default-content-page h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}

.page-id-145 .addresses .title .edit {
    float: left;
}

.page-id-145 .title {
    margin: 0 0 20px 0;
}

.woocommerce-lost-password button.woocommerce-Button.button {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 30px !important;
    display: inline-block !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
    width: 180px;
}

.woocommerce-lost-password button.woocommerce-Button.button:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.page-id-145 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #2a5f41;
    border-radius: 0px;
}

.page-id-145 .select2-container .select2-selection--single {
    height: 48px;
}

.page-id-145 .select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 9px;
}

.page-id-145 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 4px;
}

.woocommerce-edit-address .woocommerce-address-fields button {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    padding: 12px 30px !important;
    display: inline-block !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    background: var(--orange) !important;
    text-align: center !important;
    width: 180px;
}

.woocommerce-edit-address .woocommerce-address-fields button:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.woocommerce-notices-wrapper ul li::before {
    display: none;
}

.page-id-145 .post_info p .woocommerce-Button {
    color: var(--white) !important;
    box-shadow: 2px 4px 4px 0px #00000017 !important;
    display: inline-block !important;
    transition: var(--default-trans) !important;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    background: var(--orange) !important;
    text-align: center !important;
    width: 180px;
}

.page-id-145 .post_info p .woocommerce-Button:hover {
    background: var(--white) !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.page-id-145 a.woocommerce-button.button {
    background: var(--orange) !important;
    color: #fff;
    font-weight: 400 !important;
    transition: 0.4s;
    border: 1px solid transparent !important;
    padding: 4px 12px;
    display: inline-block;
    margin: 2px;
    text-align: center;
    font-size: 14px !important;
}

.page-id-145 a.woocommerce-button.button:hover {
    background: transparent !important;
    border: 1px solid var(--orange) !important;
    color: var(--orange) !important;
}

.page-id-145 button.woocommerce-button.button.woocommerce-form-login__submit {
    width: 180px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 12px 30px !important;
    min-width: unset;
}

.woocommerce-message::before {
    color: var(--orange) !important;
}


.page-id-143 .wc-block-components-quantity-selector:after {
    border: 1px solid var(--orange);
}

.page-id-143 .wc-block-cart-item__quantity button {
    font-size: 20px;
}

.page-id-143 .wc-block-cart-item__product a.wc-block-components-product-name {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}


body.archive h1.woocommerce-products-header__title.page-title {
    margin-bottom: 20px;
}

.woocommerce ul.products li.product a {
    display: inline-block;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    min-height: 420px;
}

.summary.entry-summary {
    padding-left: 20px;
}


/* ================== Sandip new pages style ============== */

.new_header {
    width: 100%;
    display: block;
    margin: 0;
    padding: 45px 0;
}

.new_header .logo_and_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_header .sllide_nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 380px;
    background-color: #2b6043;
    margin: 0;
    padding: 0;
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    padding: 85px 0 0;
}

#close_icon {
    position: absolute;
    top: 26px;
    right: 25px;
    width: 35px;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(255, 255, 255, 0.4) 0 0 15px;
}

.new_header .sllide_nav.nav_active {
    right: 0;
}

.new_header .sllide_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.new_header .sllide_nav ul li {
    margin: 0;
    padding: 0;
}

.new_header .sllide_nav ul li+li {
    border-top: 1px solid #ffffff1a;
}

.new_header .sllide_nav ul li a {
    font-family: 'RocaRegular';
    display: block;
    padding: 10px 25px;
    margin: 0;
    color: #fff;
    font-size: 20px;
}

.new_recommendation_info {
    font-family: 'RocaRegular';
    width: 100%;
    display: block;
    margin: 0;
    padding: 60px 0 100px;
    text-align: center;
    background-color: #ffffff;
}

.new_recommendation_info h1 {
    font-family: 'RocaRegular';
    font-size: 48px;
    font-weight: bold;
    color: #2A6042;
}

.new_recommendation_info .tags {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

.new_recommendation_info h2 {
    font-family: 'RocaRegular';
    color: #2A6042;
    font-size: 36px;
    margin-top: 40px;
}

.new_recommendation_info p.description {
    font-family: 'AgrandirRegular';
    margin: 0 0 40px;
    color: #1F2922;
    font-size: 20px;
    font-weight: 400;
}

.new_recommendation_info .skin-types {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.new_recommendation_info .skin-types img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 20px;
}

.new_recommendation_info .skin-types .plus {
    font-family: 'RocaRegular';
    font-size: 84px;
    color: #D1EBDC;
}

.new_recommendation_info .skin-type-label {
    font-family: 'AgrandirRegular';
    color: #212121;
    font-size: 16px;
    text-transform: capitalize;
}

.new_recommendation_info .bottom-description {
    font-family: 'AgrandirRegular';
    color: #1F2922;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 400;
}

.total_steps_wrapper {
    margin: 0;
    padding: 80px 0;
    background-color: #2A6042;
    font-family: 'AgrandirRegular';
    color: white;
}

.total_steps_wrapper h2 {
    font-family: 'RocaRegular';
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
    text-align: center;
}

.total_steps_wrapper p {
    font-family: 'AgrandirRegular';
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}

.total_steps_wrapper .timeline {
    position: relative;
    max-width: 895px;
    margin: 0px auto;
    padding-top: 60px;
}

.total_steps_wrapper .line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.2); */
    transform: translateX(-50%);
    background-image: url(https://dermasutra.in/wp-content/uploads/2025/05/Vector-1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.total_steps_wrapper .stepp {
    position: relative;
    margin-bottom: 165px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.total_steps_wrapper .stepp.right {
    flex-direction: row-reverse;
}

.total_steps_wrapper .circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(42, 96, 66, 1);
    border: 7px solid rgba(139, 203, 167, 0.25);
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.total_steps_wrapper .stepp.current .circle {
    background-color: rgba(139, 203, 167, 1);
    border-color: rgb(60 123 87);
}

.total_steps_wrapper .stepp .label {
    font-family: 'AgrandirRegular';
    background-color: rgba(139, 203, 167, 0.25);
    border: 1px solid #FFFFFF;
    padding: 16px 24px;
    border-radius: 8px;
    max-width: 395px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

.total_steps_wrapper .stepp .label strong {
    font-family: 'RocaRegular';
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.total_steps_wrapper .current .here-label {
    font-family: 'AgrandirRegular';
    position: absolute;
    left: calc(50% + 40px);
    top: -14px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.button-container {
    text-align: center;
    margin-top: 40px;
}

.total_steps_wrapper .button {
    font-family: 'AgrandirRegular';
    background-color: white;
    color: #2A6042;
    padding: 10px 90px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
    box-shadow: 1px 1px 10.3px 0px #8BCBA7BF;
}

.total_steps_wrapper .button:hover {
    background-color: #2a604297;
    color: #fff;
    ;
}


.top_progressbar {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 70px 0 80px;
}

.top_progressbar .progress {
    height: 5px;
    border-radius: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
}

.top_progressbar .progress:before {
    content: " ";
    position: absolute;
    top: -8px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #2A6042;
    border: 1px solid #2A6042;
}

.top_progressbar .progress:after {
    content: " ";
    position: absolute;
    top: -8px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #BABABA;
}

.top_progressbar .bottom_text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 18px;
}

.top_progressbar .bottom_text>div {
    font-family: 'AgrandirRegular';
    font-size: 16px;
    color: #212121;
    font-weight: 400;
    text-align: center;
}

.commonnn_info .go_back {
    margin-bottom: 10px;
    display: inline-block;
}

.commonnn_info h1 {
    font-family: 'RocaRegular';
    font-size: 36px;
    color: #2A6042;
    margin: 0 0 35px;
    padding: 0;
}

.commonnn_info p {
    font-family: 'AgrandirRegular';
    font-size: 24px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 35px;
}

.recomded_products_list_wrapper {
    width: 100%;
    display: block;
    margin: 0;
    padding: 25px 0 50px;
}

.recomded_products_list {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

.each_recomded_product {
    width: 100%;
    display: block;
    margin: 0;
    padding: 60px 0;
    border-top: 1px solid #dcdcdc
}
.recomded_products_list .each_recomded_product:last-child{
    border-bottom: 1px solid #dcdcdc;
}

.recomded_products_list_wrapper .cat_title {
    font-family: 'RocaRegular';
    font-size: 36px;
    color: #2A6042;
    margin: 0 0 10px;
}
.recomded_products_list_wrapper .cat_title.active {
    background-color: #edf7f1;
    color: #2a6042;
    padding: 18px 24px 20px;
    border-radius: 6px;
    cursor: pointer;
}

.recomded_products_list_wrapper .count {
    font-family: 'AgrandirRegular';
    color: #A6A6A6;
    font-size: 20px;
    margin: 0 0 10px;
}

.recomded_products_list_wrapper .common_info {
    font-family: 'AgrandirRegular';
    color: #000000;
    font-size: 20px;
    margin: 0 0 30px;
}

.recomded_products_list_wrapper figure {
    width: 100%;
    display: block;
    margin: 0 0 50px;
    position: relative;
}
.featured_product_only {
    background: #2a6042;
    position: absolute;
    right: 25px;
    top: 10px;
    padding: 7px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
}
.recomded_products_list_wrapper figure img {
    width: 380px;
    height: 360px !important;
    object-fit: contain;
    object-position: center;
    box-shadow: rgba(0, 0, 0, 0.2)0 0 5px;
    padding: 10px;
    border-radius: 4px;
    margin: 0 auto;
}

.recomded_products_list_wrapper .left_box>div {
    text-align: center;
}

.recomded_products_list_wrapper .left_box .add_to_cart_button,
.recomded_products_list_wrapper .each_similar_product .add_to_cart_button {
    font-family: 'AgrandirRegular';
    display: inline-block;
    height: 48px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    border: 1px solid #2A6042;
    line-height: 48px;
    font-size: 20px;
    color: #2A6042;
    text-transform: capitalize;
    border-radius: 40px;
    padding: 0 10px;
    text-align: center;
    font-weight: 700;
}

.recomded_products_list_wrapper .left_box .add_to_cart_button:hover,
.recomded_products_list_wrapper .each_similar_product .add_to_cart_button:hover {
    background-color: #2A6042;
    color: #fff;
}

.recomded_products_list_wrapper .left_box .see_options_btn {
    font-family: 'AgrandirRegular';
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    border-radius: 40px;
    color: #2A6042;
    text-decoration: underline !important;
    margin-top: 30px;
}

.recomded_products_list_wrapper .right_part .product_title{
    font-family: AgrandirRegular;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
/*    text-decoration: underline;*/
}
.recomded_products_list_wrapper .right_part .short_info{
    font-family: AgrandirRegular;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}
.products_tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 15px;
    margin: 0 0 20px;
    flex-wrap: wrap;
}
.products_tags .type1 {
    background: #D1EBDC;
    border-radius: 4px;
    padding: 2px 14px;
}
.products_tags p {
    margin: 0;
    font-family: AgrandirRegular;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    color: #2A6042;
}
.products_tags .type2 {
    background: #D1EBDC;
    border-radius: 40px;
    padding: 10px 20px;
}
.products_tags .type2 p{
    font-family: AgrandirRegular;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #2A6042;
}
.recomded_products_list_wrapper .product_details {
    border-radius: 8px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    background: #D1EBDC;
    margin: 0 0 40px;
}
.recomded_products_list_wrapper .product_details h5{
    font-family: AgrandirRegular;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #212121;
    margin-bottom: 5px;
}
.recomded_products_list_wrapper .product_details > a{
    font-family: AgrandirRegular;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline !important;
    color: #2A6042;

}
.recomded_products_list_wrapper .product_details .accordion_items {
    margin: 8px 0 0;
    display: none;
}
.recomded_products_list_wrapper .product_details .accordion_items .each_accord_item {
    background: #edf7f1;
    border-radius: 6px;
    padding: 14px 10px 10px;
    margin: 0 0 15px;
}
.recomded_products_list_wrapper .product_details .accordion_items .each_accord_item p{
    font-family: AgrandirRegular;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: normal;
}
.recomded_products_list_wrapper .product_details .accordion_items .each_accord_item p.dont_know{
    font-weight: bold;
    margin-bottom: 0;
}
.recomded_products_list_wrapper .extra_info ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.recomded_products_list_wrapper .extra_info ul li {
    display: flex;
    align-items: center;
    font-family: AgrandirRegular;
    font-weight: 400;
    font-size: 20px;
    gap: 10px;
    margin: 0 0 20px;
}
.more_products_carousel{
    display: none;
    padding: 0 30px;
    margin-top: 30px;
}
.more_products_carousel .item{
    margin: 10px;
}
.each_similar_product {
    width: 100%;
    max-width: 395px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
}
.each_similar_product .image_box {
    margin-bottom: 30px;
    position: relative;
}
.each_similar_product .image_box img {
    width: 100%;
    height: 360px !important;
    object-fit: cover;
    object-position: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    padding: 10px;
    border-radius: 4px;
    margin: 0 auto;
}
.recomded_products_list_wrapper .each_similar_product h4{
    font-family: AgrandirRegular;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #212121;
}
.recomded_products_list_wrapper .each_similar_product .products_tags {
    margin: 40px 0;
}
.recomded_products_list_wrapper .each_similar_product .product_details h5 {
    font-size: 16px;
}
.recomded_products_list_wrapper .each_similar_product .extra_details .each_details{
    border-top: 1px solid #dcdcdc;
    padding: 40px 0;
}
.recomded_products_list_wrapper .each_similar_product .extra_details .each_details.flex p{
    display: flex;
    align-items: center;
    gap: 10px;
}
.recomded_products_list_wrapper .each_similar_product .extra_details .each_details p{    
    font-family: AgrandirRegular;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}

.more_products_carousel .slick-arrow {
    border: 0;
    background: #2A6042;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
}
.more_products_carousel .slick-prev{
    left: 0;
}
.more_products_carousel .slick-next{
    right: 0;
}
.recomded_products_list_wrapper .product_summary{
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 40px 0;
}
.product_summary h2 {
    font-family: 'RocaRegular';
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #2A6042;
    margin: 0 0 24px;
}
.product_summary > p {
    font-family: AgrandirRegular;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    margin: 0 0 5px;
}
.product_summary .like_dislike_sec {
    width: 100%;
    max-width: 610px;
    height: 130px;
    background: #EDF7F1;
    margin: 30px auto 0;
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border: 1px solid #BABABA;
    border-radius: 10px;
}
.product_summary .like_dislike_sec p{
    font-family: AgrandirRegular;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #212121;
}
.product_summary .radio_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.product_summary .radio_wrapper input[type="radio"]{
    display: none;
}
.product_summary .radio_wrapper label i {
  color: #2A6042;
  font-size: 24px;
  transition: color 0.3s ease;
}
.product_summary .radio_wrapper input[type="radio"]:checked + label i {
  color: #28a745; /* green for like */
}
.product_summary .radio_wrapper #dislike:checked + label i {
  color: #dc3545; /* red for dislike */
}
.product_summary .disclaimer {
    width: 100%;
    display: block;
    margin: 0;
    padding: 40px 0;
}

.product_summary .disclaimer p{
    font-family: AgrandirRegular;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -1.9%;
    text-align: justify;
    margin-bottom: 15px;

}
.get_routine_btn{
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.get_routine_btn a{
    font-family: 'AgrandirRegular';
    display: inline-block;
    height: 48px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    border: 1px solid #2A6042;
    background: #2A6042;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 40px;
    padding: 0 10px;
    text-align: center;
    font-weight: 500;
}
.get_routine_btn a:hover{
    background: transparent;
    color: #2A6042;
}
    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    #feedbackPopup .popup {
      background: white;
      max-width: 960px;
      width: 90%;
      border-radius: 10px;
      padding: 40px 30px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      text-align: center;
    }

    #feedbackPopup .popup h2 {
        font-family: 'RocaRegular';
        font-weight: 400;
        font-size: 36px;
        line-height: 120%;
        text-align: center;
        text-transform: capitalize;
        color: #2A6042;
        margin: 0 0 0;
    }

    #feedbackPopup .popup h3 {
        font-family: 'RocaRegular';
        font-weight: 400;
        font-size: 36px;
        line-height: 120%;
        text-align: center;
        text-transform: capitalize;
        color: #2A6042;
        margin: 0 0 0;
    }

    #feedbackPopup .popup p {
        font-family: 'AgrandirRegular';
        font-size: 20px;
        color: #888;
        margin: 20px 0 40px;
        font-weight: 600;
    }

    #feedbackPopup .checkbox-group {
      text-align: left;
      margin-bottom: 30px;
    }

    #feedbackPopup .checkbox-option {
        background: #f7f7f7;
        border: 1px solid #eee;
        padding: 12px 15px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-family: 'AgrandirRegular';
        font-weight: 600;
        letter-spacing: 1px;
        max-width: 600px;
        margin: 0 auto 10px;
    }

    #feedbackPopup .checkbox-option input {
      margin-right: 10px;
      accent-color: #234324;
    }

    #feedbackPopup .popup button.submit-btn {
      background: #234324;
      color: white;
      border: none;
      padding: 10px 25px;
      font-size: 16px;
      border-radius: 6px;
      cursor: pointer;
      margin-right: 10px;
    }

    #feedbackPopup .popup button.close-btn {
      background: transparent;
      border: none;
      color: #888;
      font-size: 15px;
      cursor: pointer;
      margin-top: 10px;
      text-decoration: underline;
    }


/* 12.11.2024 */

@media (max-width:1400.98px) {

    .container {

        max-width: 1170px !important;

    }

    .nature_text h3 {

        font-size: 36px;

        line-height: 45px;

    }

    .woocommerce-shop .post_info .woocommerce .products .product_type_simple,
    .woocommerce-shop .default-content-page .woocommerce-message a,
    .wc-block-cart__submit-container a,
    .wc-block-checkout__actions_row button,
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
    .woocommerce-form-row button {
        padding: 10px 30px;
        min-width: unset;
        font-size: 18px;
        line-height: 26px;
    }

}

@media (max-width:1199.98px) {

    .default-content-page h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .default-content-page h3 {
        font-size: 36px;
        line-height: 45px;
    }

    .default-content-page h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .default-content-page h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .default-content-page h6 {
        font-size: 24px;
        line-height: 35px;
    }

    .feature-sec {

        padding: 100px 0 40px;

    }

    .feature-text h2 {

        font-size: 45px;

        line-height: 55px;

        margin-bottom: 15px;

    }

    .product-details-holder h1 {

        font-size: 70px;

        line-height: 100px;

    }

    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2 {

        font-size: 45px;

        line-height: 55px;

        margin-bottom: 7px;

    }

    .about-content .title h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .expert-sec {

        padding: 120px 0;

    }

    .main_footer {

        padding: 70px 0;

    }

    .product-details-holder span {

        font-size: 27px;

        line-height: 40px;

    }

    .product-details-holder ul li {

        font-size: 20px;

        line-height: 32px;

    }

    .cloud-sec {

        padding: 100px 0;

    }

    .final-product {

        padding: 80px 0 50px;

    }

    .product-details-modal .product-cart-img {

        width: 50%;

    }

    .acc_heading {
        font-size: 20px;
    }

}

@media(max-width:1080.98px) {

    .page-id-143 .wc-block-grid__product-title,
    .woocommerce-loop-product__title {
        font-size: 16px !important;
        line-height: 23px !important;
    }

    a.button.product_type_simple {
        padding: 12px 12px !important;
        min-width: 170px !important;
        font-size: 18px !important;
    }

    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        min-height: 370px;
    }
}

@media(max-width:1024.98px) {

    .mini-slide span {

        font-size: 20px;

    }

    .product-details-holder span {

        font-size: 25px;

        line-height: 35px;

    }

    .product-details-holder ul {

        margin: 15px 0;

    }

    .product-details-holder ul li {

        font-size: 20px;

        line-height: 35px;

    }

    .product-details-holder h1 {

        font-size: 60px;

        line-height: 90px;

    }

    .work-content h3 {

        font-size: 20px;

        line-height: 30px;

    }

    .cloud-sec {

        padding: 80px 0;

    }

    .mini-slide {

        padding: 20px 0;

    }

    .feature-text p,
    .title p,
    .expert-content p,
    .product-details-holder p,
    .cloud-text p {

        font-size: 18px;

        line-height: 26px;

    }

    .product-details {

        padding: 5px 0 50px;

    }

    .work-sec,
    .faq-section {

        padding: 70px 0;

    }

    .about-main-text {

        padding: 70px 0 50px;

    }

    .title {

        margin: 0 auto 50px;

    }

    .follow-sec {

        margin-bottom: 0px;

    }

    .follow-sec .row {

        align-items: center;

    }

    .follow-sec-text {

        padding-top: 0;

        text-align: left;

    }

    .footer-content .subscription input[type="submit"] {

        margin-left: 0;

    }

    .cart-details h4 {

        margin-bottom: 7px;

    }

    .cart-details p {

        margin-bottom: 10px;

    }

    .page-id-143 .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 100%;
    }

    .wc-block-grid__products .wc-block-grid__product a.wc-block-grid__product-link {
        display: block !important;
        width: 100% !important;
    }

    .wc-block-grid__product-image {
        width: 100% !important;
        display: block !important;
    }

    .wc-block-grid__product-image img {
        width: 100% !important;
        display: block !important;
    }
}

@media (max-width:991.98px) {

    .nature_text h3 {

        font-size: 32px;

        line-height: 40px;

    }

    .related-product-slider .slick-slide {

        margin: 0 20px;

    }

    .final-product-details .title-product {

        margin-bottom: 20px;

    }

    .footer-content .subscription input {

        margin-bottom: 10px;

    }

    .footer-content .subscription input[type="submit"] {

        margin-left: 0;

        margin-bottom: 20px;

    }

    .follow-sec-text {

        padding-left: 40px;

    }

    .feature-text h2,
    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2 {

        font-size: 40px;

        line-height: 50px;

        margin-bottom: 7px;

    }

    .about-content .title h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .work-box-img {

        margin-bottom: 25px;

    }

    .work-sec .row {

        margin-bottom: 50px;

    }

    .work-content {

        padding: 20px 15px;

    }

    .expert-sec {

        padding: 90px 0;

    }

    .main_footer {

        padding: 50px 0;

    }

    .routine-package .row>* {

        margin-bottom: 65px;

    }

    .routine-package {

        padding: 55px 0 20px;

    }

    .slider-details-title {

        margin-bottom: 25px;

    }

    .cart-details span {

        font-size: 22px;

    }

    .product-details-holder ul li {

        font-size: 18px;

        line-height: 30px;

    }

    .product-details-holder span {

        font-size: 23px;

        line-height: 30px;

    }


    .step-form-wrapper .title p {

        text-align: center;

    }


    .new_recommendation_info h1 {
        font-size: 35px;
    }

    .new_recommendation_info h2 {
        font-size: 32px;
    }

    .new_recommendation_info p.description,
    .new_recommendation_info .bottom-description,
    .total_steps_wrapper p {
        font-size: 18px;
    }

    .total_steps_wrapper .stepp {
        margin-bottom: 100px;
        justify-content: center;
    }

    .total_steps_wrapper .circle {
        display: none;
    }

    .total_steps_wrapper .timeline {
        padding: 0;
        margin-top: 50px;
    }

    .total_steps_wrapper .current .here-label {
        left: auto;
        top: 0;
    }

    .total_steps_wrapper .stepp .label {
        background-color: rgb(76 127 98);
    }

    .total_steps_wrapper h2 {
        font-size: 32px;
    }
}

@media (max-width:840.98px) {
    .acc_heading {
        font-size: 17px;
    }

    .c_accordion_inner_wrap .acc_heading {
        font-size: 25px;
    }

    .c_accordion_wrap {
        padding: 30px 15px;
    }

    .acc_heading {
        font-size: 18px;
    }

    .acc_contents p {
        margin-right: 0;
        max-width: 100%;
    }

    .nature_text h3 {

        font-size: 27px;

        line-height: 40px;

        margin-bottom: 35px;

    }

    .footer-links h3 {

        font-size: 21px;

        line-height: 30px;

        margin-bottom: 10px;

    }

    .slider-details p {

        font-size: 20px;

    }

    .footer-content h4 {

        font-size: 21px;

        line-height: 30px;

        margin-bottom: 20px;

    }

    .footer-content .subscription input[type="submit"] {

        margin-left: 4px;

        font-size: 16px;

    }

    .footer-content .subscription input {

        font-size: 16px;

    }

    .nature_text {

        padding: 35px;

    }

    .nature-sec {

        padding: 90px 0;

    }

    .nature_text h3 {

        font-size: 23px;

        line-height: 33px;

        margin-bottom: 30px;

    }

    .feature-text h2,
    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2,
    .default-content-page h2 {

        font-size: 35px;

        line-height: 45px;

        margin-bottom: 7px;

    }

    .default-content-page h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .default-content-page h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .default-content-page h5 {
        font-size: 28px;
        line-height: 38px;
    }

    .default-content-page h6 {
        font-size: 24px;
        line-height: 35px;
    }

    .about-content .title h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .final-product {

        padding: 50px 0 20px;

    }

}

@media(max-width:767.98px) {

    .default-content-page .alignleft,
    .default-content-page .alignright {
        float: none;
        margin: 10px auto;
    }

    .woocommerce-MyAccount-navigation ul {
        padding: 0;
    }

    .nature-icon-holder {

        gap: 50px;

        margin-bottom: 50px;

        flex-wrap: wrap;

    }

    .about-content .title {
        text-align: center;
    }

    .modal.show .modal-dialog {

        width: 80% !important;

    }

    .follow-sec-text h2 {

        margin-bottom: 20px;

    }

    .slider-details p {

        font-size: 18px;

        line-height: 26px;

    }

    .cart-details p,
    .cart-details span {

        margin-bottom: 10px;

    }

    .summary.entry-summary {
        padding-left: 0;
    }

    .cloud-sec {

        padding: 65px 0;

    }

    .cloud-text {

        max-width: none;

        text-align: center;

    }

    .product-details-holder h1 {

        font-size: 50px;

        line-height: 70px;

    }

    .footer-content h4 {

        text-align: center;

    }

    .footer-content .subscription input[type="submit"] {

        width: auto;

        display: block;

        margin: 0 auto 20px;

        padding: 13px 16px;

    }

    .footer-content .subscription input {

        width: 100%;

        margin-bottom: 10px;

    }

    .footer-content p {

        text-align: center;

    }

    .footer-links-holder {

        justify-content: center;

    }

    .follow-sec-text {

        text-align: center;

        padding: 40px 0;

    }

    .wc-block-components-totals-wrapper {
        padding: 16px 10px;
    }

    .work-box {

        max-width: 500px;

    }

    .work-box-img {

        margin-bottom: 15px;

    }

    .expert-sec {

        padding: 60px 0;

    }

    .expert-content {

        padding: 35px;

    }

    .work-sec,
    .faq-section {

        padding: 50px 0;

    }

    .about-main-text {

        padding: 50px 0 30;

    }

    .feature-sec-img::before,
    .feature-sec-img::after {

        display: none;

    }

    .feature-text {

        max-width: none;

        text-align: center;

    }

    .feature-sec-img img {

        margin: 0 auto;

    }

    .feature-sec {

        padding: 60px 0 20px;

    }

    .feature-sec .row {

        margin-bottom: 60px;

    }

    .work-sec .row>* {

        margin-bottom: 40px;

    }

    .work-sec .row {

        margin-bottom: 30px;

    }

    .feature-sec-img {

        margin: 0 auto;

    }


    /*



    .form-main-wrapper .step-2 .custom-form > label, 

    .form-main-wrapper .step-3 .custom-form > label, 

    .form-main-wrapper .step-4 .custom-form > label, 

    .form-main-wrapper .step-5 .custom-form > label, 

    .form-main-wrapper .step-6 .custom-form > label, 

    .form-main-wrapper .step-7 .custom-form > label {

        font-size: 20px;

        line-height: 30px;

        margin-bottom: 12px;

    } */


    .form-main-wrapper .custom-form {

        margin-bottom: 40px;

    }


    .progress-going {

        gap: 10px;

    }


    .prev,

    .next {

        padding: 9px 15px;

        min-width: 100px;

    }

    input#recommendation_frm_submit {
        padding: 9px 15px;
        font-size: 16px;
    }

    .step-form-wrapper {

        padding: 40px 0 0 0;

    }


    .step-container {

        margin-top: 40px;

        padding-bottom: 40px;

    }

    .single-product .default-content-page h1 {
        font-size: 22px;
        line-height: 35px;
    }

    .single-product .cart .button {
        min-width: 193px !important;
        font-size: 18px !important;
    }

    .single-product .feature-text h2,
    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2,
    .default-content-page h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .page-id-145 .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
        margin-top: 20px;
    }

    .page-id-145 .woocommerce-MyAccount-content {
        margin-top: 20px !important;
    }

    .woocommerce-account .addresses .title h3 {
        float: none;
    }
}

@media(max-width:680.98px) {

    .nature-sec {

        padding: 50px 0;

    }

    .product-details-holder span {

        font-size: 20px;

        line-height: 30px;

    }

    .ingredent h3 {

        font-size: 19px;

    }

    .cloud-sec {

        padding: 45px 0;

    }

    .product-cart-sec {

        gap: 25px;

        flex-wrap: wrap;

        justify-content: center;

    }

    .product-cart-img {

        width: 100%;

    }

    .cart-details {

        text-align: center;

    }

    .product-cart-img img {

        margin: 0 auto;

    }

    .feature-text h2 {

        font-size: 33px;

        line-height: 40px;

        margin-bottom: 10px;

    }

    .title h2,
    .expert-content h2,
    .cloud-text h2 {

        font-size: 33px;

        line-height: 40px;

        margin-bottom: 7px;

    }

    .default-content-page h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .default-content-page h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .default-content-page h5 {
        font-size: 26px;
        line-height: 36px;
    }

    .default-content-page h6 {
        font-size: 24px;
        line-height: 35px;
    }

    .about-content .title h2 {
        font-size: 28px;
        line-height: 37px;
    }


    .page-template-recommendation .product-cart-img {
        width: 100%;
    }

    .page-template-recommendation .cart-details {
        width: 100%;
    }


    .new_header {
        padding: 20px 0;
    }

    .new_recommendation_info {
        padding: 30px 0 50px;
    }

    .new_recommendation_info h1 {
        font-size: 28px;
    }

    .new_recommendation_info h2 {
        font-size: 25px;
    }

    .new_recommendation_info p.description,
    .new_recommendation_info .bottom-description,
    .total_steps_wrapper p {
        font-size: 16px;
    }

    .total_steps_wrapper {
        padding: 50px 0;
    }

    .total_steps_wrapper h2 {
        font-size: 28px;
    }

    .total_steps_wrapper .stepp .label strong {
        font-size: 20px;
    }

    .total_steps_wrapper .stepp {
        margin-bottom: 75px;
    }

    .total_steps_wrapper .button {
        font-size: 17px;
    }
}

@media(max-width:575.98px) {
    .related-product-slider .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: unset;
        transform: translate(-50%, 0);
        padding: 0;
        margin: 0;
        padding-top: 7px;
        background-color: transparent;
    }

    .related-product-slider .slick-dots li {
        width: 8px;
        height: 8px;
        padding: 4px;
        background: var(--white);
        border-radius: 50%;
        margin: 5px;
        display: inline-block;
    }

    .related-product-slider .slick-dots li button {
        display: none !important;
    }

    .related-product-slider .slick-dots li.slick-active {
        background: var(--orange);
        height: 8px;
        width: 24px;
        border-radius: 8px;
    }

    .c_accordion_inner_wrap .acc_heading {
        font-size: 18px;
    }

    .page-id-279 .default-content-page p {
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
        margin-bottom: 20px !important;
    }

    .woocommerce-shop .post_info .woocommerce .products .product_type_simple,
    .woocommerce-shop .default-content-page .woocommerce-message a,
    .wc-block-cart__submit-container a,
    .wc-block-checkout__actions_row button,
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
    .woocommerce-form-row button {
        padding: 7px 40px;
        min-width: unset;
        font-size: 15px;
    }

    .page-id-145 .default-content-page .post_info {
        width: 90%;
        margin: 0 auto 10px;
    }

    .c_accordion_wrap {
        padding: 20px 15px;
    }

    .acc_contents p {
        font-size: 15px;
        line-height: 23px;
    }

    .nature-icon-holder {

        gap: 30px;

    }

    .page-id-143 .wc-block-grid__product-title {
        min-height: auto;
    }


    .cart-details h4 {

        font-size: 18px;

        line-height: 27px;

        margin-bottom: 7px;

    }

    .modal.show .modal-dialog {

        width: 100% !important;

        padding-right: 15px;

    }

    .final-product-details .title-product h2 {

        font-size: 21px;

        line-height: 28px;

        padding-bottom: 18px;

    }

    .product-details-holder h1 {

        font-size: 45px;

        line-height: 60px;

    }

    .footer-links ul li a {

        font-size: 16px;

        line-height: 25px;

    }

    .follow-sec-text h2 img {

        max-width: 30px;

    }

    .expert-content p {

        margin-bottom: 20px;

    }

    .feature-text h2,
    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2,
    .slider-details-title h2 {

        font-size: 27px;

        line-height: 35px;

        margin-bottom: 7px;

    }

    .default-content-page h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .default-content-page h4 {
        font-size: 23px;
        line-height: 33px;
    }

    .default-content-page h5 {
        font-size: 21px;
        line-height: 30px;
    }

    .default-content-page h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .about-content .title h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .feature-text p,
    .title p,
    .expert-content p,
    .product-details-holder p,
    .cloud-text p,
    .slider-details p,
    .product-details-holder ul li {

        font-size: 16px;

        line-height: 23px;

    }


    .step-loader img {

        max-width: 100px;

    }


    .form-main-wrapper .custom-form>label {

        font-size: 15px;

    }


    .form-main-wrapper .custom-form .form-check,

    .form-main-wrapper .custom-form input.form-control,

    .form-main-wrapper .custom-form textarea {

        font-size: 15px;

    }


    /* .form-main-wrapper .step-2 .custom-form > label, 

    .form-main-wrapper .step-3 .custom-form > label, 

    .form-main-wrapper .step-4 .custom-form > label, 

    .form-main-wrapper .step-5 .custom-form > label, 

    .form-main-wrapper .step-6 .custom-form > label, 

    .form-main-wrapper .step-7 .custom-form > label {

        font-size: 16px;

        line-height: 26px;

    } */


    .step-progress {

        gap: 10px;

    }

    .default-content-page {
        padding: 50px 0;
    }

    .woocommerce ul.products li.product a {
        text-decoration: none;
        margin: 0 auto;
        display: block;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: none;
        clear: both;
        margin: 0 0 2.992em;
    }

    .page-id-143 .theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
    }

    body.archive.woocommerce .woocommerce-ordering,
    body.archive.woocommerce-page .woocommerce-ordering {
        width: 100%;
    }

    body.archive form.woocommerce-ordering select {
        width: 100%;
    }

    #multi-step-form .container {
        padding: 0 25px;
    }


    .new_recommendation_info .skin-types {
        gap: 15px;
    }

    .new_recommendation_info .skin-types .plus {
        font-size: 55px;
    }

    .new_recommendation_info h1 {
        font-size: 24px;
    }

    .total_steps_wrapper h2 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .new_recommendation_info h2 {
        font-size: 22px;
    }
}

@media(max-width:480.98px) {

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 15px;
        font-weight: 400;
        padding: 6px;
    }

    .mini-slide span {

        font-size: 18px;

        line-height: 24px;

    }

    .product-details-holder h1 {

        font-size: 30px;

        line-height: 40px;

    }

    .expert-sec {

        padding: 40px 0;

    }

    .work-content h3 {

        font-size: 18px;

        line-height: 30px;

    }

    .feature-sec {

        padding: 40px 0 10px;

    }

    .nature_text h3 {

        font-size: 21px;

        line-height: 30px;

    }

    .feature-text h2,
    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2,
    .slider-details-title h2 {

        font-size: 25px;

        line-height: 30px;

        margin-bottom: 7px;

    }

    .about-content .title h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .feature-sec .row {

        margin-bottom: 50px;

    }

    .feature-text p,
    .title p,
    .expert-content p,
    .product-details-holder p,
    .cloud-text p,
    .slider-details p {

        font-size: 15px;

        line-height: 21px;

    }

    .footer-links h3 {

        font-size: 18px;

        line-height: 25px;

        margin-bottom: 8px;

    }

    .footer-content h4 {

        font-size: 18px;

        margin-bottom: 15px;

    }

    .final-product-details {

        padding: 25px 15px 15px;

    }


    .prev,

    .next {

        padding: 6px 10px;

        border-radius: 4px;

        font-size: 11px;

        min-width: auto;

    }


    .progress-going {

        gap: 5px;

    }


    .step-number {

        height: 5px;

    }

    .step-form-wrapper {

        padding: 25px 0 0 0;

    }

    .step_form_logo {

        padding-bottom: 20px;

        text-align: center;

    }

    .step_form_logo svg {

        max-width: 178px;

        height: auto;

    }

    .blog-sec-box-holder .row>*:last-child {
        margin-bottom: 0;
    }

    .page-id-145 form .form-row-first,
    .woocommerce-page form .form-row-first {
        float: none;
        width: 100%;
    }

    .page-id-145 p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
        float: none;
        width: 100%;
    }

    input#recommendation_frm_submit {
        padding: 8px 10px;
        border-radius: 4px;
        font-size: 11px;
        min-width: 100px;
    }


    .new_header .sllide_nav {
        width: 310px;
    }

    .new_header .sllide_nav ul li a {
        font-size: 18px;
    }

    .new_recommendation_info .skin-type-label {
        font-size: 14px;
    }

    .new_recommendation_info .skin-types {
        gap: 10px;
    }

    .new_recommendation_info .skin-types .plus {
        font-size: 40px;
    }

    .new_recommendation_info .skin-types img {
        width: 60px;
    }

    .total_steps_wrapper .button {
        padding: 10px 45px;
    }
}

@media(max-width:420.98px) {
    .paginations ul li:nth-child(1) {
        margin-right: 10px;
    }

    .paginations ul li:last-child {
        margin-left: 10px;
    }

    .paginations ul li:last-child a,
    .paginations ul li:nth-child(1) a {
        padding: 9px 15px;
    }
}

@media(max-width:380.98px) {

    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
        font-size: 12px;
        padding: 5px;
    }

    .woocommerce-shop .post_info .woocommerce .products .product_type_simple,
    .woocommerce-shop .default-content-page .woocommerce-message a,
    .wc-block-cart__submit-container a,
    .wc-block-checkout__actions_row button,
    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
    .woocommerce-form-row button {
        padding: 7px 17px;
        min-width: unset;
        font-size: 15px;
    }

    .mini-slide span {

        font-size: 16px;

        line-height: 20px;

    }

    .paginations ul li {
        margin: 20px 7px;
    }

    .paginations ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-details-holder h1 {

        font-size: 28px;

    }

    .feature-text h2,
    .title h2,
    .expert-content h2,
    .follow-sec-text h2,
    .cloud-text h2,
    .slider-details-title h2 {

        font-size: 21px;

        line-height: 30px;

        margin-bottom: 7px;

    }

    .about-content .title h2 {
        font-size: 19px;
        line-height: 27px;
    }

}


/*====================================================== Responsive Ends ==========================================================*/