@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aladin&display=swap');

@font-face {
    font-family: 'Sohne Fett';
    src: url('../fonts/Sohne-Fett.eot');
    src: url('../fonts/Sohne-Fett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Fett.woff2') format('woff2'),
        url('../fonts/Sohne-Fett.woff') format('woff'),
        url('../fonts/Sohne-Fett.ttf') format('truetype'),
        url('../fonts/Sohne-Fett.svg#Sohne-Fett') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Leicht';
    src: url('../fonts/Sohne-Leicht.eot');
    src: url('../fonts/Sohne-Leicht.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Leicht.woff2') format('woff2'),
        url('../fonts/Sohne-Leicht.woff') format('woff'),
        url('../fonts/Sohne-Leicht.ttf') format('truetype'),
        url('../fonts/Sohne-Leicht.svg#Sohne-Leicht') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Halbfett';
    src: url('../fonts/Sohne-Halbfett.eot');
    src: url('../fonts/Sohne-Halbfett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Halbfett.woff2') format('woff2'),
        url('../fonts/Sohne-Halbfett.woff') format('woff'),
        url('../fonts/Sohne-Halbfett.ttf') format('truetype'),
        url('../fonts/Sohne-Halbfett.svg#Sohne-Halbfett') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Buch';
    src: url('../fonts/Sohne-Buch.eot');
    src: url('../fonts/Sohne-Buch.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Buch.woff2') format('woff2'),
        url('../fonts/Sohne-Buch.woff') format('woff'),
        url('../fonts/Sohne-Buch.ttf') format('truetype'),
        url('../fonts/Sohne-Buch.svg#Sohne-Buch') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Kraftig';
    src: url('../fonts/Sohne-Kraftig.eot');
    src: url('../fonts/Sohne-Kraftig.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sohne-Kraftig.woff2') format('woff2'),
        url('../fonts/Sohne-Kraftig.woff') format('woff'),
        url('../fonts/Sohne-Kraftig.ttf') format('truetype'),
        url('../fonts/Sohne-Kraftig.svg#Sohne-Kraftig') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url('../fonts/SohneSchmal-Dreiviertelfett.eot');
    src: url('../fonts/SohneSchmal-Dreiviertelfett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohneSchmal-Dreiviertelfett.woff2') format('woff2'),
        url('../fonts/SohneSchmal-Dreiviertelfett.woff') format('woff'),
        url('../fonts/SohneSchmal-Dreiviertelfett.ttf') format('truetype'),
        url('../fonts/SohneSchmal-Dreiviertelfett.svg#SohneSchmal-Dreiviertelfett') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sohne Schmal';
    src: url('../fonts/SohneSchmal-Extrafett.eot');
    src: url('../fonts/SohneSchmal-Extrafett.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SohneSchmal-Extrafett.woff2') format('woff2'),
        url('../fonts/SohneSchmal-Extrafett.woff') format('woff'),
        url('../fonts/SohneSchmal-Extrafett.ttf') format('truetype'),
        url('../fonts/SohneSchmal-Extrafett.svg#SohneSchmal-Extrafett') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Sohne Buch';
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    font-weight: 300;
}

* {
    user-select: none;
}

img {
    -webkit-user-drag: none;
}

.test_sohne_schmal {
    font-family: 'Sohne Schmal';
}

.oswald {
    font-family: "Oswald", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #000;
    transition: 0.5s ease;
    text-decoration: none;
}

p {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 64px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s ease;
}

.site-header.fixed {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.logo img {
    height: 60px;
}

.smooth-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

.smooth-content {
    position: relative;
    will-change: transform;
}

.btn_primary,
.wc-block-cart__submit-button,
.wc-block-components-totals-coupon__button,
#review_form .comment-form .form-submit .submit,
.wc-block-components-checkout-place-order-button,
.woocommerce-cart-form .actions .button[name="apply_coupon"],
.wc-proceed-to-checkout .checkout-button,
.return-to-shop .wc-backward,
.place-order .button[name="woocommerce_checkout_place_order"],
.woocommerce-checkout button[name=apply_coupon],
.shipping-calculator-form button[name="calc_shipping"],
.wpcf7-submit,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button,
.woocommerce-button,
.error404-content .search-submit,
.comments-wrapper .form-submit .submit,
#btn-razorpay{
    background: linear-gradient(180deg, rgba(24, 45, 36, 1) 0%, rgba(46, 98, 65, 1) 100%);
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'Sohne Halbfett';
    padding: 12px 25px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.btn_primary:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-totals-coupon__button:hover,
#review_form .comment-form .form-submit .submit,
.wc-block-components-checkout-place-order-button:hover,
.woocommerce-cart-form .actions .button[name="apply_coupon"]:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.return-to-shop .wc-backward:hover,
.place-order .button[name="woocommerce_checkout_place_order"]:hover,
.woocommerce-checkout button[name=apply_coupon]:hover,
.shipping-calculator-form button[name="calc_shipping"]:hover,
.wpcf7-submit:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-Button:hover,
.woocommerce-button:hover,
.error404-content .search-submit:hover,
.comments-wrapper .form-submit .submit:hover,
#btn-razorpay:hover{
    background: #FF943D;
    color: #000 !important;
    text-decoration: none !important;
}

.btn_primary:hover img {
    filter: invert(1);
}

.btn_primary img {
    margin-right: 10px;
    transition: 0.5s ease;
}

.btn_white {
    background: #fff;
    color: #182D24;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Sohne Halbfett';
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
}

.btn_white:hover {
    background: #FF943D;
    color: #000;
}

.btn_white:hover img {
    filter: invert(1);
}

.btn_white img {
    margin-right: 10px;
    transition: 0.5s ease;
    filter: invert(1);
}

.btn_orange,
.single_add_to_cart_button,
.woocommerce-cart-form .actions .button[name="update_cart"] {
    background: #FF943D;
    color: #182D24;
    font-size: 16px !important;
    text-transform: uppercase;
    font-family: 'Sohne Halbfett';
    padding: 12px 25px !important;
    display: inline-flex;
    align-items: center;
    border: 0;
}

.btn_orange:hover,
.single_add_to_cart_button:hover,
.woocommerce-cart-form .actions .button[name="update_cart"]:hover {
    background: #182D24;
    color: #fff;
}

.btn_orange:hover img {
    filter: invert(0);
}

.btn_orange img {
    margin-right: 10px;
    transition: 0.5s ease;
    filter: invert(1);
    width: 20px;
}

.banner_wrapper {
    padding: 130px 0 90px;
    background: #FDE6CE url(../images/banner-linebg.svg);
}

.banner_content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    align-items: flex-start;
}

.banner_content>* {
    margin: 0;
}

.banner_content h1 {
    /* text-transform: uppercase; */
    /* font-family: 'Sohne Schmal'; */
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    font-size: 58px;
}

.title_content h1 {
    font-size: 110px;
    /* text-transform: uppercase; */
    /* font-family: 'Sohne Schmal'; */
    font-family: "Aladin", system-ui;
    font-weight: 700;
    line-height: 1;
    color: #182D24;
}

.banner_content h1 span {
    display: block;
    /* animation: colorChange 6s infinite; */
    /* opacity: 0.2; */
}

.banner_content h1 span.one {
    animation: colorChange 6s infinite;
}

.banner_content h1 span.two {
    animation: colorChange 6s infinite;
    animation-delay: 2s;
}

.banner_content h1 span.three {
    animation: colorChange 6s infinite;
    animation-delay: 4s;
}

.banner_content h1 span b {
    color: #FF943D;
}

/* @keyframes colorChange {
    0% {
        opacity: 0.2;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.2;
    }
} */

.banner_img_wrapper {
    aspect-ratio: 1 / 1;
    position: relative;
    max-width: 600px;
}

.banner_img_wrapper .bannerImg {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.banner_img_wrapper .bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.banner_img_wrapper .bannerImg3 {
    bottom: -210px;
    left: -10px;
    top: inherit;
    max-width: 350px;
}

.banner_img_wrapper .bannerImg2 {
    left: inherit;
    bottom: -270px;
    top: inherit;
    z-index: 1;
    max-width: 430px;
    right: -120px;
}

h2.title_small {
    margin: 0 0 60px;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'Sohne Kraftig';
    color: #000;
    text-align: center;
}

h2.title_small b {
    position: relative;
}

h2.title_small b:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 37%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #FF943D;
    border-radius: 10px;
}

.word {
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    transform-origin: bottom;
}

.about_wrapper {
    padding: 100px 0;
}

.about_img {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.about_img img {
    width: 100%;
    height: 150%;
    object-fit: cover;
    will-change: transform;
}


.about_content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    background-color: #fff;
    padding-right: 50px;
}

.about_content>* {
    margin: 0;
}

.about_content h2,
.contact_page_wrapper h2,
.comment-reply-title{
    color: #182D24;
    /* font-family: 'Sohne Schmal'; */

    font-family: "Aladin", system-ui;
    font-size: 64px;
    line-height: 1;
    /* text-transform: uppercase; */
}
.comment-reply-title{
    font-size: 38px;
    margin: 0 0 20px;
}
.about_content h4 {
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-family: 'Sohne Kraftig';
}

.about_content p {
    font-size: 18px;
}

.about_content ul {
    list-style: none;
    padding-left: 0;
}

.about_content ul li {
    position: relative;
    padding-left: 42px;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
    margin: 0 0 10px;
}

.about_content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/check.svg);
    background-repeat: no-repeat;
    background-size: 30px;
}

.about_wrapper {
    position: relative;
    background-color: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.about_wrapper .img_wrap {
    position: absolute;
    right: 0;
    bottom: 80px;
    max-width: 470px;
}

.design_wrapper {
    position: relative;
}

.design_wrapper .bg_img {
    overflow: hidden;
}

.design_content {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    z-index: 9;
}

.design_content h2 {
    color: #FF943D;
    /* font-family: 'Sohne Schmal'; */

    font-family: "Aladin", system-ui;
    font-size: 74px;
    line-height: 1;
    /* text-transform: uppercase; */
        max-width: 700px;
    /* color: #fff; */
    font-size: 54px;
}

.design_content p {
    max-width: 600px;
    color: #fff;
    margin: 0 0 30px;
}

.design_content .logo_wrap {
    margin: 0 0 80px;
    background: rgba(237, 237, 237, 1);
    width: fit-content;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    max-width: 250px;
    position: relative;
}

.design_content .logo_wrap:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #585858;
    border-top: 10px solid transparent;
}

.design_content .logo_wrap:after {
    content: "";
    position: absolute;
    right: -10px;
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #585858;
    border-top: 10px solid transparent;
}



.bootom_content_wrapper{
    padding: 100px 0;
}
.bootom_content_wrapper h2{
    font-size: 36px;
    color: #182D24;
    font-weight: 600;
    margin: 0 0 20px;
}
.bootom_content_wrapper h3{
    font-size: 28px;
    font-weight: 600;
    color: #182D24;
    margin: 0 0 20px;
}
.bootom_content_wrapper h4{
    font-size: 22px;
    font-weight: 600;
    color: #182D24;
    margin: 0 0 20px;
}
.bootom_content_wrapper ul{
    margin: 0 0 20px;
    padding: 0;
    list-style: disc;
    list-style-position: inside;
}
.bootom_content_wrapper ul li{
    color: #000;
}
.bottom_content_inner{
    max-height: 500px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}
.bottom_content_inner.active{
    max-height: inherit;
}
.bottom_content_inner.active:before{
    display: none;
}
.bottom_content_inner:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(360deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.read_more_wrapper{
    text-align: center;
}
.btn_readMore{
    background: transparent;
    border: 1px solid #182D24;
    color: #182D24;
    border-radius: 7px;
    padding: 10px 25px;
    transition: 0.5s ease;
}
.btn_readMore:hover{
    background: linear-gradient(180deg,rgba(24, 45, 36, 1) 0%, rgba(46, 98, 65, 1) 100%);
    color: #fff;
}
.design_wrapper .bg_img img{
    width: 100%;
}
.logo_footer img {
    max-width: 250px;
}

.footer_img img {
    width: 100%;
}

footer {
    padding: 70px 0;
    background: #FDE6CE;
}

.footer_logo img {
    max-width: 220px;
    margin: 0 0 20px;
}

.footer_logo p {
    font-size: 20px;
    font-weight: 500;
    max-width: 250px;
}

.footer_link h4 {
    font-family: "Aladin", system-ui;
    color: #193126;
    font-size: 38px;
    margin: 0 0 20px;
}

.footer_link ul li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    line-height: 32px;
}

.footer_link ul li a:hover {
    color: #FF943D;
}

.footer_link ul.social_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer_link ul.social_wrap li a img {
    transition: 0.5s ease;
}

.footer_link ul.social_wrap li a:hover img {
    transform: scale(1.05);
}

.btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.btn_cart {
    position: relative;
    padding-right: 15px;
}

.btn_cart span {
    width: 20px;
    height: 20px;
    background: #FF943D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 12px;
    position: absolute;
    right: 4px;
    top: -2px;
}

.btn_cart img {
    width: 35px;
}

.product_detail_wrapper {
    padding: 150px 0 100px;
}

.product_content {
    margin-top: 50px;
}

.product_content h1 {
    font-size: 40px;
    font-weight: 600;
    color: #193126;
    margin: 0 0 30px;
}

.price h2 {
    font-size: 52px;
    font-weight: 700;
    color: #182D24;
    margin: 0 0 30px;
}

.price h2 span {
    font-size: 24px;
}

ul.detail_list {
    display: flex;
    flex-direction: column;
}

ul.detail_list li {
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    gap: 15px;
    color: #182D24;
}

ul.detail_list li:nth-child(odd) {
    background: #F2F2F2;
}

ul.detail_list li b {
    font-weight: 500;
    min-width: 50%;
}

ul.detail_list li span {
    width: 50%;
    font-weight: 600;
}

.video_wrapper video {
    width: 100% !important;
    aspect-ratio: 192/108;
    object-fit: cover;
    height: auto !important;
    border-radius: 20px;
    border: 1px solid #ddd;
}

.product_info_wrapper {
    padding: 100px 0;
}

.product_info_wrapper h2 {
    font-family: "Aladin", system-ui;
    color: #193126;
    font-size: 45px;
    margin: 0 0 20px;
}

.product_info_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product_info_wrapper ul li {
    padding-left: 20px;
    color: #182D24;
    font-size: 20px;
    line-height: 32px;
    position: relative;
    margin: 0;
}

.product_info_wrapper ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background: #182D24;
}

.product_info_wrapper ul li span {
    font-weight: 600;
}

.title_one {
    color: #182D24;
    font-family: "Aladin", system-ui;
    font-size: 74px;
    line-height: 1;
}

.feature_wrapper {
    padding: 150px 0 100px;
    position: relative;
    background-color: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
}

.feature_wrapper h2 {
    margin: 0 0 30px;
}

.feature_box_wrapper {
    padding: 20px;
    position: relative;
}

.feature_box_wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 76px;
    background: url(../images/angle.svg);
    background-size: 100px;
    background-repeat: no-repeat;
}

.feature_box_wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 76px;
    background: url(../images/angle.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.feature_box_wrapper .feature_img {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.feature_box_wrapper .feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.feature_box_wrapper:hover .feature_img img {
    transform: scale(1.08);
}

.feature_box_wrapper .feature_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%);
    z-index: 1;
}

.feature_box_wrapper .feature_img h4 {
    margin: 0;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    z-index: 99;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.feature_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_img img {
    margin-bottom: -100px;
}

h1.product_title {
    font-size: 40px;
    font-weight: 600;
    color: #193126;
    margin: 0 0 30px;
}

.single-product .summary p.price {
    margin: 30px 0;
}

.woocommerce .content-area {
    max-width: 1320px;
    padding: 130px 12px 0;
    margin: 0 auto;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-Tabs-panel--description>h2 {
    display: none;
}

.product_info_wrapper {
    padding: 0 !important;
}

.product_info_wrapper ul li strong {
    font-weight: 600;
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
    max-width: 1320px;
    padding: 100px 12px 0;
    margin: 0 auto;
}

.entry-header {
    display: none;
}

.wc-block-cart {
    margin-bottom: 100px;
}

.woocommerce-product-gallery {
    max-width: inherit;
}

.woocommerce-product-gallery .flex-viewport {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto !important;
}

.woocommerce-product-gallery--columns-4 ol {
    padding: 0;
    display: flex;
    gap: 10px;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    margin: 0;
}

.woocommerce-product-gallery__image {
    aspect-ratio: 1/1;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a {
    aspect-ratio: 1 / 1;
}

.woocommerce-product-gallery .zoomImg {
    aspect-ratio: 1 / 1;
}

.woocommerce-product-gallery img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.single-product div.product {
    overflow: hidden;
}

.woocommerce .onsale {
    font-size: 1.7rem;
    padding: 1.5rem;
    background: #ff943d;
    font-size: 18px;
    padding: 10px 50px;
    transform: rotate(-45deg);
    position: absolute;
    left: -44px;
    top: 10px;
    color: #000;
}

.woocommerce-tabs ul {
    margin: 0 0 40px;
    padding: 0;
    font-family: inherit;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.woocommerce-tabs ul li {
    margin: 0;
}

.woocommerce-tabs ul:before {
    display: none !important;
}

.woocommerce-tabs ul li a {
    color: #111;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0;
}

.woocommerce-tabs ul li.active a {
    color: #2c5c3e;
    box-shadow: 0 2px 0px 0 #2c5c3e;
}

.video_wrapper {
    padding: 50px 0 0 !important;
}

.product .woocommerce-tabs {
    margin: 0;
    padding: 0 0 100px;
}

.woocommerce-product-attributes tr th,
.woocommerce-product-attributes tr td {
    padding: 10px;
    font-weight: 400;
    color: #182D24;
}

.woocommerce-tabs #tab-reviews #submit {
    float: inherit;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.comment-form-comment textarea {
    padding: 10px 20px;
}

#review_form_wrapper {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f7f7f7;
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 44px;
    margin: 0 0 20px;
    color: #000;
    font-family: "Aladin", system-ui;
}

.woocommerce-tabs #reviews li.comment,
.woocommerce-tabs #reviews li.review {
    list-style: none;
    margin: 0 0 20px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: 20px;
}

.star-rating span::before {
    color: #ff943d;
}

.woocommerce-tabs #reviews p.stars a::before {
    color: #ff943d;
}

.woocommerce-tabs .comment-reply-title {
    font-family: inherit;
    font-size: 26px;
    font-weight: 500;
    display: block;
    color: #000;
    margin: 0 0 10px;
}

.woocommerce-tabs #reviews .comment-form-rating label {
    font-size: 18px;
    margin: 0 0 7px;
    color: #000;
}

.wc-block-cart__empty-cart__title {
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 30px;
    color: #000;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    font-size: 20px;
    color: #2a573b;
}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    margin: 0 0 40px;
}

.wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 12px !important;
    padding: 6px 10px !important;
    background: #ff943d !important;
    border: 0;
    color: #000 !important;
    border-radius: 2px !important;
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #192f25;
    font-family: inherit;
    font-size: 20px;
}

.wc-block-grid__product-price .price {
    font-family: inherit;
    font-size: 22px;
    color: #000;
}

.wc-block-grid__product-add-to-cart .add_to_cart_button {
    font-size: 16px !important;
    font-family: inherit !important;
    background: #275037;
    border-radius: 0;
    padding: 9px 25px;
}

.wc-block-grid__product-add-to-cart .add_to_cart_button:hover {
    background: #ff943d;
    color: #000;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border: 1px solid #ff943d;
    font-size: 17px;
    border-radius: 10px;
    background: #ff943d2b;
    color: #1d382a;
    outline: 0;
}

.woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce-message a.button {
    background: transparent;
    color: #000;
}

.wc-block-checkout__form .wc-block-components-checkout-step__heading-container .wc-block-components-checkout-step__title {
    font-size: 20px;
    font-weight: 600;
    color: #1b3428;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.entry-header {
    padding: 150px 0 80px !important;
    position: relative !important;
    background: #FDE6CE;
    display: block;
}

.entry-header .entry-title {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    margin: 0;
    font-size: 80px;
}

.product.product-type-variable .custom-variation-price .price,
.price {
    font-family: inherit;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    display: block;
    margin: 0 0 40px;
}

.product.product-type-variable .price {
    display: none;
}

.single-product .woocommerce-product-rating {
    margin: 0 0 30px;
    line-height: 1;
    font-size: 17px;
}

.variations select {
    display: none !important;
}

table.variations tbody tr th.label {
    display: none;
}

table.variations .reset_variations {
    display: none;
}

.radio-variation {
    padding: 20px !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.radio-variation span {
    font-size: 18px;
    font-weight: 500;
}

.radio-variation span .var-price {
    display: block;

}

.radio-variation span .var-price .woocommerce-Price-amount,
.radio-variation span .var-price .woocommerce-Price-currencySymbol {
    font-size: 22px;
    font-weight: 600;
}

.radio-variation>input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.variation-radios {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 30px;
}

.radio-variation.active {
    border: 1px solid #000;
}

.radio-variation.active span {
    color: #000;
}

.woocommerce-cart #site-content .woocommerce,
.woocommerce-checkout #site-content .woocommerce,
.woocommerce-account #site-content .woocommerce {
    max-width: 1320px;
    padding: 100px 12px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-cart #site-content .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart #site-content .woocommerce .woocommerce-cart-form {
    width: 65%;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-cart #site-content .woocommerce .cart-collaterals {
    width: 35%;
    padding-left: 50px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.woocommerce-cart-form .shop_table thead tr th {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #182D24;
}

.woocommerce-cart-form img {
    max-width: 80px;
}

.woocommerce-cart-form .shop_table tbody tr td {
    padding: 20px !important;
}

.woocommerce-cart-form table td.product-name {
    font-size: 18px;
}

.woocommerce-cart-form .shop_table tbody tr td.product-price,
.woocommerce-cart-form .shop_table tbody tr td.product-subtotal {
    font-size: 20px;
    color: #182D24;
    font-weight: 600;
}

.product-quantity .quantity,
.quantity {
    display: flex;
    align-items: center;
    position: relative;
}

.product-quantity .quantity .qty,
.quantity .qty {
    width: 120px;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: 500;
    border-radius: 7px;
}

.product-quantity .quantity .qty-btn,
.quantity .qty-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    font-size: 24px;
    font-weight: 700;
}

.product-quantity .quantity .qty-btn.minus,
.quantity .qty-btn.minus {
    right: inherit;
    left: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce-cart-form .coupon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-cart-form .coupon input.input-text {
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.cart_totals h2 {
    font-size: 32px;
    font-weight: 600;
    color: #182D24;
    margin: 0 0 30px;
}

.cart_totals .shop_table tbody tr td,
.cart_totals .shop_table tbody tr th {
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #182D24;
}

.cart_totals .shop_table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.wc-proceed-to-checkout {
    margin-top: 30px;
}

.woocommerce-cart td.actions .coupon .coupon-error-notice {
    font-size: 14px;
    width: 100%;
}

.cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0;
    font-family: inherit;
}

#shipping_method {
    padding: 0;
    font-family: inherit;
}

a.remove {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}

a.remove:hover {
    background: #182D24;
    color: #fff !important;
}

.wc-empty-cart-message {
    width: 100%;
}

.return-to-shop {
    width: 100%;
    text-align: center;
}

.woocommerce-form-coupon-toggle {
    width: 100%;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout form #order_review_heading {
    margin-top: 0;
    font-size: 28px;
    font-weight: 600;
    color: #182D24;
    margin-bottom: 30px;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {
    margin-top: 0;
    border: 0;
}

.woocommerce form .form-row .woocommerce-input-wrapper .input-text,
.woocommerce form .form-row .woocommerce-input-wrapper select {
    font-size: 16px;
    padding: 15px 20px;
}

.woocommerce-input-wrapper .country_to_state {
    width: 100% !important;
    border: 1px solid #dcd7ca !important;
    font-weight: 400 !important;
}

:where(.woocommerce) .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 20px;
    color: var(--wc-form-color-text, #000);
    font-weight: 400;
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #1d3a2b;
}

.select2-results__option {
    padding: 10px 20px;
    font-size: 16px;
}

.select2-search--dropdown .select2-search__field {
    padding: 10px 20px;
    font-size: 16px;
}

.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #29563a !important;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    width: 100%;
    background: #f7f7f7;
}

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody::after,
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table tbody::after {
    display: none;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #182D24;
}

#shipping_method li {
    margin-left: 0;
    margin-bottom: 0;
}

.woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
}

#shipping_method li label {
    line-height: inherit;
}

.wc_payment_method input.input-radio[name=payment_method]+label {
    font-family: inherit;
    font-size: 20px;
    color: #182D24;
}

#site-content .woocommerce-error,
#site-content .woocommerce-info {
    font-family: inherit;
    margin: 0 0 30px;
}

.woocommerce-form-coupon {
    width: 100%;
    margin: 0 0 50px;
    display: flex;
    align-items: center;
}

.woocommerce-form-coupon .form-row-first {
    flex-grow: 1;
}

.woocommerce-form-coupon .form-row-last {
    width: auto !important;
}

.woocommerce-checkout input#coupon_code {
    padding: 15px 20px;
    font-size: 17px;
}

a:hover {
    color: #FF943D;
}

.woocommerce-order {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.woocommerce-thankyou-order-received {
    text-align: center;
    font-family: "Aladin", system-ui !important;
    font-size: 36px;
    text-align: center;
    color: #182D24;
    margin: 0 0 30px;
    line-height: 1;
}

.woocommerce-order-overview {
    margin-bottom: 2rem;
    background: #064a1821;
    padding: 30px;
    border-radius: 10px;
    color: #000;
    font-size: 18px;
    line-height: 35px;
}

.woocommerce-order .woocommerce-order-overview+p {
    text-align: center;
    background: #fde6ce;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ff943d;
    color: #1c382a;
}

.woocommerce-order-overview li strong {
    font-weight: 500;
}

.woocommerce-order-details__title {
    text-align: center;
    font-family: "Aladin", system-ui !important;
    font-size: 46px;
    text-align: center;
    color: #182D24;
    margin: 0 0 30px;
    line-height: 1;
}

.woocommerce-order-received table {
    border: 0;
    width: 100%;
    background: #f7f7f7;
}

.woocommerce-table--order-details thead tr th {
    font-size: 16px;
    color: #182D24;
    font-weight: 600;
    line-height: 1;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}

.woocommerce-order-received table tr {
    height: auto;
}

.woocommerce-table--order-details tbody tr td {
    font-size: 16px;
    color: #182D24;
    line-height: 1;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
    font-weight: 400;
}

.woocommerce-table--order-details tfoot tr td,
.woocommerce-table--order-details tfoot tr th {
    font-size: 16px;
    color: #182D24;
    line-height: 1;
    padding: 20px 30px;

}

.woocommerce-table--order-details thead tr th:last-child {
    text-align: right;
}

.woocommerce-table--order-details tbody tr td:last-child,
.woocommerce-table--order-details tfoot tr td {
    text-align: right;
}

.woocommerce-customer-details .woocommerce-column__title {
    font-family: "Aladin", system-ui !important;
    font-size: 46px;
    color: #182D24;
    margin: 0 0 30px;
    line-height: 1;
}

.woocommerce-column--billing-address address,
.woocommerce-column--billing-address address p,
.woocommerce-column--shipping-address address {
    font-size: 16px;
    color: #182D24;
    line-height: 28px;
}

.shop_wrapper {
    padding: 0 0 100px !important;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    display: none;
}

.woocommerce ul.products {
    gap: 30px;
}

.woocommerce ul.products li.product {
    margin: 0 !important;
    width: calc(50% - 15px) !important;
    padding: 0 !important;
}

.product_box {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 10px;
    background: #f7f7f7;
}

.product_box .product_img {
    margin: 0 0 20px;
}

.product_box .product_img img {
    border-radius: 10px;
}

.product_box h4 {
    text-align: center;
    font-size: 24px;
    margin: 0 0 15px;
}

.product_box>p {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}

.woocommerce-ordering select {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 15px 20px;
    border-radius: 7px;
}

.container_banner_wrapper .design_content {
    padding: 100px 0 0;
}

.navbar-brand img {
    max-height: 45px;
}

header .navbar-nav .nav-link,
header .navbar-nav .menu-item a {
    padding: 0 15px !important;
    color: #182D24;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-nav {
    margin-right: 20px;
}

.inner_banner_wrapper {
    padding: 150px 0 80px !important;
    position: relative !important;
    background: #FDE6CE;
}

.inner_banner_wrapper h1 {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    margin: 0;
    font-size: 80px;
    text-align: center;
}

.about_content h6 {
    font-size: 22px;
    font-weight: 500;
    color: #182D24;
}

.contact_page_wrapper {
    padding: 100px 0;
}

.contact_left_wrap>p {
    max-width: 500px;
}

.contact_form_wrapper label {
    font-size: 16px;
    display: block;
}

.contact_form_wrapper label .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
}

.contact_form_wrapper label .wpcf7-form-control {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 16px;
    width: 100%;
}

.contact_form_wrapper p {
    margin: 0;
}

.contact_form_wrapper h2 {
    margin: 0 0 20px;
}

.wpcf7-form-control:focus {
    outline: 0 !important;
    border: 1px solid #182D24 !important;
}

.wpcf7-form-control.wpcf7-textarea {
    height: 120px;
}

#customer_login h2 {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    margin: 0 0 30px;
    font-size: 64px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 16px;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus {
    outline: 0 !important;
    border: 1px solid #182D24;
}

.woocommerce .woocommerce-form-login__rememberme {
    margin: 10px 0 20px;
    font-size: 18px;
    font-family: inherit !important;
}

.woocommerce form.woocommerce-form-login input,
.woocommerce form.woocommerce-form-register input {
    width: 20px;
    height: 20px;
}

.woocommerce-form .woocommerce-form__label {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 18px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    font-family: inherit;
    font-size: 18px;
}

.woocommerce-account .woocommerce-MyAccount-content #account_display_name_description {
    margin-top: 10px;
    display: block;
}

.woocommerce-MyAccount-content fieldset {
    padding: 30px;
    background: #f7f7f7;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    margin-top: 30px;
}

.woocommerce-MyAccount-content fieldset legend,
.woocommerce-Address-title h2,
.privacy_wrapper h4 {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    margin: 0 0 30px;
    font-size: 38px;
}


.woocommerce-MyAccount-navigation ul {
    padding: 30px !important;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    font-size: 20px;
    font-weight: 500;
    color: #182D24;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    text-decoration: none;
    color: #FF943D;
}

.woocommerce-orders-table {
    width: 100%;
}

.woocommerce-orders-table thead tr th {
    padding: 15px !important;
    font-size: 18px;
    font-weight: 500;
    color: #182D24;
    background: #f7f7f7;
}

.woocommerce-account table.account-orders-table:not(.has-background) tbody tr:nth-child(2n) th {
    background: #eee;
}

.woocommerce-account table.account-orders-table tbody tr td {
    font-size: 16px;
    color: #182D24;
}

.woocommerce-Address-title {
    position: relative;
    padding: 0 0 20px;
}

.privacy_wrapper {
    padding: 100px 0;
}

.privacy_wrapper ul {
    margin: 0 0 20px;
}

.privacy_wrapper ul li {
    list-style: disc;
    color: #000;
    font-size: 18px;
    line-height: 26px;
    list-style-position: inside;
}

.error404-content {
    padding: 300px 0 200px;
    text-align: center;
}

.error404-content h1 {
    font-family: "Aladin", system-ui;
    font-weight: 400;
    line-height: 1;
    color: #182D24;
    margin: 0 0 30px;
    font-size: 84px;
}

.error404-content .search-field {
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 18px;
}

.search-results .post-meta-wrapper ul.post-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0;
}

ul.wc_payment_methods .wc_payment_method {
    padding: 20px;
    background: #f7f7f7;
    margin: 0 0 20px;
}

.wc_payment_method>label:first-of-type {
    margin: 0;
}

.wc_payment_method .payment_box {
    padding: 1rem;
    background: #eee;
    margin: 20px 0 0;
}

.wc_payment_methods .payment_box p {
    font-family: inherit;
    font-size: 18px;
}

.woocommerce-checkout-review-order ul {
    margin: 30px 0;
    padding-left: 0;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    font-family: inherit;
    font-size: 18px;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 30px;
}

.navbar-toggler {
    padding: 0;
    margin: 0;
    border: 0;
}

.navbar-toggler {
    order: 3;
    border: 0;
    padding: 0;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
}
.navbar-toggler-icon {
        background: #000;
        width: 25px;
        height: 3px;
        border-radius: 10px;
        position: relative;
    }
    .navbar-toggler-icon:before {
        content: "";
        position: absolute;
        right: 0;
        top: -7px;
        width: 20px;
        height: 3px;
        background: #000;
    }
    .navbar-toggler-icon:after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -7px;
        width: 15px;
        height: 3px;
        background: #000;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
        transform: rotate(45deg);
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
        bottom: 0;
        width: 25px;
        transform: rotate(90deg);
    }
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before{
        display: none;
    }
.mobile_cart_btn .btn_cart{
    display: none;
}
.product_box>p ins{
    text-decoration: none;
}
.wc_payment_method input.input-radio[name=payment_method]+label::before {
    box-shadow: 0 0 0 2px #214330;
    position: absolute;
    left: 0;
    top: 5px;
}
.wc_payment_method input.input-radio[name=payment_method]+label{
    position: relative;
    padding-left: 30px;
}
.wc_payment_method input.input-radio[name=payment_method]:checked+label::before {
    background: #214330;
}
.privacy_wrapper .container{
    max-width: 700px;
}
.blog #site-content{
        max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.blog_wrapper{
    padding: 100px 0;
}
.blog-grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.blog-grid-wrapper .blog-card {
    width: calc(50% - 15px);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.blog-image{
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 10px;
}
.blog-image img{
    width: 100%;
    height: auto;
    aspect-ratio: 59 / 36;
    object-fit: cover;
}
.blog-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.blog-meta {
    margin: 0 0 10px;
}
.single-post .entry-header .intro-text {
    display:none;
}
.single-post .entry-header .entry-title {
    margin: 10px 0 20px;
}
.single-post .post-meta-wrapper .post-meta{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.single-post .post-meta-wrapper .post-meta .post-author {
    display:none;
}
.single-post .post-meta-wrapper .post-meta li{
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-post .post > *{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 12px;
}
.single-post .post .entry-header {
    max-width: inherit;
    padding: 0;
}
.single-post .post .featured-media{
    margin-top: 100px;
    margin-bottom: 30px;
}
.single-post .post .featured-media img{
    width: 100%;
    height: auto;
}

.single-post .post h4{
    color: #000;
}
.woocommerce-Tabs-panel h3 {
    font-size: 22px;
    color: #000;
}
.single-post .post .comments-wrapper {
    margin-bottom: 100px;
}
.single-post .comment .comment-body footer.comment-meta{
        padding: 0;
    background: transparent;
}
.single-post .comment-author  a img{
        width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.single-post .comment-author{
    margin: 0 0 10px;
}

.single-post .comment footer.comment-footer-meta{
    padding: 0;
    background: transparent;
}
.single-post .comment .comment-reply-link {
    background: transparent;
    margin-right: 10px;
    background: #f7f7f7;
    padding: 5px 15px;
    border-radius: 7px;
    border: 1px solid #ddd;
}
.single-post .comment .comment-body {
    margin: 0 0 20px;
}
.comment-reply-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.comment-reply-title small{
    margin-left: auto;
}
.comment-reply-title #cancel-comment-reply-link{
        font-family: 'Sohne Buch';
    font-size: 16px;
    color: #c60505;

}

.woocommerce-order-pay .woocommerce{
        display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.woocommerce-order-pay .woocommerce ul.order_details{
        padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 0 0 20px;
}
.woocommerce-order-pay .woocommerce ul.order_details li{
    color: #000;
}
#btn-razorpay-cancel{
        background: transparent;
    border: 1px solid #ddd;
    padding: 11px 25px;
    border-radius: 0;
}





