/*
Theme Name: Dankbud
Theme URI: https://dankbud.com/
Template: hello-elementor
Author: Dankbud Team
Author URI: https://dankbud.com/
Description: Dankbud is a lightweight and minimalist WordPress theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1741257922
Updated: 2025-03-06 10:45:22

*/

/*Just Testingtttt hello*/
/* Reset CSS */
@import url('https://fonts.googleapis.com/css2?family=Chelsea+Market&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* Box Sizing */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Remove List Styles */
ul,
ol {
    list-style: none;
}

/* Remove Default Padding and Margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: bold;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
    color: rgb(255, 255, 255);
    background-color: #000;
    text-decoration: none;
}

/* Remove Anchor Underlines */
a {
    text-decoration: none;
    color: inherit;
}

/* Reset Images */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Table Reset */
table {
    border-collapse: collapse;
    width: 100%;
}

/* Form Elements Reset */
input,
button,
textarea,
select {
    font: inherit;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
}

/* Remove Button Defaults */
button {
    cursor: pointer;
}

/* Accessibility Improvements */
[hidden] {
    display: none !important;
}

/* Root Font Size */
html {
    font-size: 16px;
    line-height: 1.5;
    scroll-behavior: smooth;
}

/* Body Default Font and Background */
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #fff;
    color: #595959;
    min-height: 100vh;
}

/* Remove Outline on Focus but Keep Accessibility */
*:focus {
    outline: none;
}

*:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

.fs_24 {
    font-size: 24px !important;
}

/********************** Custom Css ******************/
.btn {
    text-transform: capitalize;
    padding: 15px 45px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 700;
    border: 0;
}

.btn-light:hover {
    background-color: #000;
    color: #fff;
}

.btn-light {
    background: #D1962F url(/wp-content/uploads/2025/03/shop.png)no-repeat center left 40px;
    padding-left: 75px;
    border-color: transparent;
    color: #fff;
}

.btn-light.arrow_btn {
    background-image: url(/wp-content/uploads/2025/03/ar-right.svg);
    background-position: center right 40px;
    padding-right: 75px;
    padding-left: 40px;
    text-align: left;
}

.btn-dark {
    background: #000000 url(/wp-content/uploads/2025/03/shop.png)no-repeat center left 40px;
    padding-left: 75px;
    border-color: transparent;
    color: #fff;
}

.btn-dark:hover {
    background-color: #d1962f;
}

.btn.no-image {
    padding: 15px 45px;
    background-image: none;
}

.tran_arrow_btn .btn-light.arrow_btn {
    background-image: url(/wp-content/uploads/2025/03/arrow-right.svg);
    background-color: unset;
    color: #D1962F;
    padding: 0 75px 0 0;
}

.btn.btn-light.call_btn {
    background-image: url(/wp-content/uploads/2025/03/call.svg);
    background-position: center right 30px;
    padding-left: 35px;
    padding-right: 65px;
}

.btn.btn-light.btn-earn-img {
    padding-left: 40px;
    padding-right: 75px;
    background-image: url(/wp-content/uploads/2025/03/money-4.svg);
    background-position: center right 40px;
}

.hd_wrap .hd_wrap_inner {
    max-width: 800px;
}

/********************** Header ******************/

.top_bar_content p {
    display: flex;
    justify-content: center;
}

.top_bar {
    background: #252525;
    padding: 15px 0;
    color: #fff;
}

.top_bar img {
    margin: 0 10px;
}

.top_bar a {
    color: #5ecee9;
    font-weight: bold;
    text-transform: uppercase;
}

.main_nav_bar {
    background: #101010;
    padding: 25px 0;
    transition: 0.3s;
    position: relative;
}

.scrolled .main_nav_bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 0;
}

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

.main_nav form.search-form {
    position: relative;
}

.main_nav form.search-form input.search-field {
    background: #fff;
    border: 0;
    border-radius: 30px;
    height: 48px;
    padding-left: 50px;
}

.main_nav form.search-form button.search-submit {
    position: absolute;
    left: 0;
    border: 0 !important;
    top: 5px;
    background: no-repeat !important;
}

.search_form_wrap {
    width: 100%;
    max-width: 320px;
    margin-right: 20px;
}

.main_nav .woo_cart_wrap {
    display: flex;
    align-items: center;
}

.main_nav .woo_cart_wrap .cart_update {
    width: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #595959;
    padding: 10px 20px;
    margin-right: 20px;
    border-radius: 30px;
    height: 48px;
    color: #fff;
    font-size: 14px;
}

.main_nav a.woo_profile {
    height: 25px;
    display: flex;
    align-items: center;
    width: 25px;
    border-radius: 50%;
    justify-content: center;
}

.main_nav .woo_cart_wrap .cart_update img {
    margin-right: 5px;
}

.main_nav .header_right {
    display: flex;
    align-items: center;
}

/********************** Home ******************/

/****** [Home Banner] *****/

.main_hm_banner h1 {
    font-family: "Chelsea Market", system-ui;
    font-weight: 400;
}

.main_hm_banner {
    height: 560px;
}

.main_hm_banner .owl-stage-outer,
.main_hm_banner .owl-stage,
.main_hm_banner .owl-item,
.main_hm_banner .hm_banner {
    height: 100%;
}

.main_hm_banner .hm_banner {
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.hm_banner.white-text h1,
.hm_banner.white-text p,
.hm_banner.white-text ul li {
    color: #fff;
}

.hm_banner .content {
    margin: 20px 0;
}

.hm_banner .btn.btn-light {
    margin-top: 30px;
}

.hm_banner ul {
    padding: 0;
}

.hm_banner ul li {
    list-style: none;
    margin: 0 0 20px;
    padding-left: 30px;
    position: relative;
}

.hm_banner ul li:before {
    content: "";
    background: url(/wp-content/uploads/2025/03/shield-tick.png)no-repeat scroll center left;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

.hm_banner .star_img img {
    margin-right: 10px;
}

.main_hm_banner .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.main_hm_banner .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #ffffff3b;
    border-radius: 50%;
    margin: 0 5px;
}

.main_hm_banner .owl-dots button.owl-dot.active {
    background: #fff;
}


/****** [Home Marquee] *****/
.Marquee-content-wrap {
    overflow: hidden;
    background: #f5f5f5;
}

.Marquee-content {
    align-items: center;
    display: flex;
    gap: 64px;
    padding: 26px 0;
    width: max-content;
    animation: marquee-scroll 20s linear infinite;
}

.Marquee-block {
    display: inline-block;
    text-align: center;
    margin: 0 32px;
}

.Marquee-content .Marquee-block .col {
    align-items: center !important;
    display: flex;
    gap: 10px;
}

.marquee-img {
    max-width: 100px;
    height: auto;
    object-fit: cover;
}

.Marquee-tag {
    text-align: left;
    margin-top: 8px;
    font-size: 16px;
    line-height: normal;
    flex: 0 0 auto;
}

.Marquee-tag strong {
    color: #000000;
}

.Marquee-tag span {
    color: #595959;
}

.Marquee-block .img {
    width: 40px;
    height: 40px;
}

.Marquee-tag strong {
    display: block;
}


@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/****** [Home findproduct categories] *****/
.hm_findproduct {
    padding: 100px 0;
    overflow: hidden;
}

.hm_findproduct .hd_wrap {
    padding-bottom: 50px;
}

.findproduct_categories,
.related.products .custom-product-grid {
    padding: 0;
    width: 130%;
}

.findproduct_categories .box_wrap {
    display: block;
    height: 100%;
    padding: 90px 35px 35px 35px;
    margin: 0 10px;
    border-radius: 20px;
}

.findproduct_categories .box_wrap img {
    width: 240px;
    height: 240px;
    object-fit: contain;
    margin: 0 auto 30px;
}

.findproduct_categories .box_wrap h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.gr_icon {
    display: flex;
    align-items: center;
}

.gr_icon.gr_icon_left .graphic {
    margin-left: 80px;
}

.gr_icon.gr_icon_right .graphic {
    margin-right: 80px;
}

.caro_arrow.hd_wrap {
    padding-bottom: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.caro_arrow button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}

.caro_arrow button:hover,
.caro_arrow button:focus {
    background: #000;
    border-color: transparent;
}

.caro_arrow button:hover img,
.caro_arrow button:focus img {
    filter: invert(1);
}

/****** [Home woo products CSS] *****/
.woo_product_wrap .hd_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.woo_product_wrap {
    padding-bottom: 100px;
}

.woo_product_wrap .btn_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    flex-wrap: wrap;
}

.woo_product_wrap a.btn.btn-dark {
    box-shadow: 0 10px 20px #7979797d;
}

.custom-product-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    position: relative;
}

.no-products {
    margin-top: 36px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
    padding-top: 17px;
    border-radius: 10px;
}

.product-card {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
}

.product-image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #F4F4F4;
    padding: 0px;
}

.product-image img {
    max-width: 100%;
    border-radius: 12px;
    mix-blend-mode: multiply;
    padding-top: 0;
    display: block;
    margin: 0 auto;
    transition: 0.3s;
    height: 245px;
    object-fit: cover;
}

.product-image img:hover {
    transform: scale(1.1);
}

.pack-label {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 8px;
}

.custom-rating {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 2px 7px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    width: fit-content;
    position: absolute;
    top: 10px;
}

.custom-rating .star-icon {
    color: #ffb400;
    font-size: 16px;
    margin-right: 5px;
}

.product-info {
    margin-top: 20px;
}

.product-title,
.product-title a {
    font-size: 16px;
    font-weight: bold;
    color: #1e1e1e;
    margin: 5px 0;
    min-height: 50px;
}

.old_new_price {
    display: flex;
}

.old_new_price .old-price {
    margin-right: 10px;
    text-decoration: line-through;
    color: #595959;
    font-weight: 400;
}

.product-price {
    font-size: 16px;
    color: #d1962f;
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
}

.add-to-cart-button-ajax {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #ff6f61;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    overflow: hidden;
}

.product-card .add-to-cart-button .loading-spinner {
    display: none;
    width: 25px;
    height: 24px;
    border: 2px solid rgb(209 150 47);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
}

.product-card .add-to-cart-button.loading {
    opacity: 0.7;
    pointer-events: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.product-card .add-to-cart-button {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    border: 2px solid #D1962F;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    height: 48px;
    position: relative;
}

.product-card .add-to-cart-button .cart-icon {
    margin-left: 5px;
    font-size: 16px;
    position: absolute;
    right: -1px;
    height: calc(100% + 2px);
    background: #D1962F;
    border-radius: 50px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.product-card .add-to-cart-button:hover span.cart-icon {
    width: calc(100% + 2px);
    right: -1px;
}

.product-card .add-to-cart-button .add_to_cart_text_hover {
    opacity: 0;
    color: #fff;
    transition: 0.3s;
}

.product-card .add-to-cart-button:hover .add_to_cart_text_hover {
    opacity: 1;
    visibility: visible;
    margin-right: 10px;
}

.product-card .add-to-cart-button .cart-icon picture {
    position: absolute;
}

.product-card .add-to-cart-button:hover .cart-icon img {
    position: relative;
}

.product-card .add-to-cart-button .add_to_cart_text_default {
    opacity: 1;
    transition: 0.5s;
}

.product-card .add-to-cart-button:hover .add_to_cart_text_default {
    opacity: 0;
}

/****** [Home hm_whychoose CSS] *****/
.hm_whychoose {
    padding-bottom: 100px;
}

.hm_whychoose .why_choose_block {
    background: url(/wp-content/uploads/2025/03/Frame-46-1-scaled-1.webp)no-repeat scroll center left / cover;
    padding: 100px 48px;
    border-radius: 0px;
}

.hm_whychoose ul.image_list {
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
    padding: 0;
}

.hm_whychoose ul.image_list li {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.hm_whychoose ul.image_list li:nth-child(2n) {
    flex-direction: column-reverse;
}

.hm_whychoose ul.image_list li img {
    border-radius: 20px;
    width: 207px;
    height: 207px;
    object-fit: cover;
    border: 10px solid #ffff;
}

.hm_whychoose ul.image_list li img:nth-child(2) {
    border-radius: 0;
    width: 140px;
    height: 115px;
    object-fit: contain;
    margin: 50px auto;
}

.hm_whychoose ul.image_list li img:nth-child(2) {
    border: 0;
}

.hm_whychoose .content {
    color: #dadada;
}

.hm_whychoose h2 {
    margin-bottom: 25px;
    max-width: 540px;
}

.hm_whychoose .icon_list .icon_box .icon_content {
    padding: 10px 0;
}

.hm_whychoose .icon_list .icon_box {
    display: flex;
    color: #fff;
}

.hm_whychoose .icon_list .icon_box .icon {
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2025/03/Frame-56.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-right: 32px;
}

.hm_whychoose .icon_list .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.hm_whychoose .icon_list .content {
    color: #dadada;
}

.hm_whychoose .icon_list {
    padding-top: 60px;
}


/****** [Home best_strains CSS] *****/
.best_strains .img_wrap {
    width: 100%;
    max-width: 370px;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 20px solid #d1962f;
    border-radius: 50%;
    background: #FFF8E7;
}

.best_strains {
    padding-bottom: 100px;
}

.best_strains .image_box {
    text-align: center;
}

.best_strains .img_wrap {
    width: 100%;
    max-width: 370px;
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 20px solid #d1962f;
    border-radius: 50%;
    background: #FFF8E7;
}

.best_strains h3 {
    margin: 32px 0;
}

.best_strains .content_box {
    padding: 32px;
    margin: 20px 0 0;
    background: #FFF8E7;
    border-radius: 20px;
    min-height: 280px;
    display: flex;
    position: relative;
}

.best_strains .content_box p:last-child {
    margin-bottom: 0;
}

.best_strains .content_box:before {
    content: "";
    background: #d1962f;
    width: 160px;
    height: 20px;
    position: absolute;
    border-radius: 30px;
    bottom: -15px;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.best_strains li:nth-child(2) .content_box:before {
    background: #DB3A5B;
}

.best_strains li:nth-child(2) .content_box {
    background: #FFEAEE;
}

.best_strains li:nth-child(2) .img_wrap {
    border-color: #DB3A5B;
    background: #FFEAEE;
}


.best_strains li:nth-child(3) .content_box:before {
    background: #00A8C1;
}

.best_strains li:nth-child(3) .content_box {
    background: #DCFBFF;
}

.best_strains li:nth-child(3) .img_wrap {
    border-color: #00A8C1;
    background: #DCFBFF;
}


/****** [Home testimonials_slider CSS] *****/
.hm_testimonials {
    overflow: hidden;
}

.hm_testimonials .owl-stage {
    display: flex;
}

.testimonials_slider {
    width: 240%;
}

.testimonials_slider li {
    height: 100%;
}

.testimonials_slider .box_wrap {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 60px 48px 48px 48px;
    height: 100%;
}

.testimonials_slider .box_wrap>img {
    width: auto;
}

.testimonials_slider .box_wrap .person_details img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 15px;
}

.testimonials_slider .box_wrap .person_details {
    display: flex;
    margin-top: 48px;
}

.testimonials_slider .box_wrap .person_details .name {
    font-weight: 800;
    color: #000;
}

.testimonials_slider .box_wrap .person_details .date {
    color: #1E1E1E;
    font-size: 14px;
}

.testimonials_slider .box_wrap h3 {
    font-size: 16px;
    margin-top: 48px;
}

ul.testimonials_slider {
    width: 130%;
}

.testimonial_footer {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
}

.testimonial_footer img {
    margin: 0 15px;
}

/****** [Footer CSS] *****/
.footer_top {
    margin-bottom: -70px;
    z-index: -1;
    position: relative;
}

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

.footer_top_inner img {
    margin: 0 10px;
}

.footer_top_inner img:nth-child(2) {
    margin-bottom: -130px;
}

.main_footer {
    background: #101010;
    padding-top: 100px;
}

.main_footer p,
.main_footer a {
    color: #fff;
}

.main_footer .footer_menu ul {
    padding: 0;
}

.main_footer .footer_menu ul li {
    margin: 0 0 12px 0;
}

.main_footer h3 {
    font-size: 16px;
    color: #d1962f;
}

.main_footer .social_icons ul {
    display: flex;
}

.main_footer .social_icons ul li {
    margin-right: 20px;
}

.main_footer .social_icons ul li img:hover {
    opacity: 0.8;
}

.main_footer .social_icons {
    margin-top: 40px;
}

.main_footer .newsletter_wrap h3 {
    color: #fff;
}

.footer_newsletter {
    margin-top: 30px;
}

.newsletter_fields {
    position: relative;
    max-width: 320px;
}

.newsletter_fields input[type="email"] {
    background: #fff;
    border-radius: 30px;
    color: #000000;
    height: 48px;
}

.newsletter_fields .wpcf7-submit {
    position: absolute;
    right: 3px;
    top: 0;
    border-radius: 30px;
    background: #D1962F;
    border: 0;
    color: #fff;
    padding: 2px 30px;
    height: calc(100% - 6px);
    font-weight: 700;
    margin: 3px 0;
}

.newsletter_fields span.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.newsletter_fields .wpcf7-submit:hover {
    background: #000;
}

.footer_copyright {
    color: #dadada;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #595959;
    margin-top: 100px;
}

/****** [Blog CSS] *****/
.post_card .card-img-top {
    height: 200px;
    object-fit: cover;
}

.post_card .post_image img {
    height: 240px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}

.post_card .post_title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}

.post_card .card-body {
    padding: 32px;
}

.card-title a:hover {
    color: #0d6efd;
    /* Bootstrap primary color */
}

.blog_wrapper p.card_meta {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 15px;
    font-size: 14px;
    font-weight: bold;
}

.pagination li .page-numbers {
    margin: 5px;
    text-decoration: none;
    padding: 10px 19px;
    color: #000;
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul.page-numbers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination li .page-numbers:hover,
.pagination li .current {
    border-color: #D1962F;
}

.pagination li .next.page-numbers,
.pagination li .prev.page-numbers {
    background: #000;
    color: #fff;
    border-radius: 7px;
}

.post_card .post_image span.post_time {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #595959;
}

.post_card .post_image span.post_time img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.post_card.card {
    border-color: #DADADA;
    box-shadow: none;
    border-radius: 20px;
}

/****** [Common CTA CSS] *****/
.common_cta_wrap .cmn_cta {
    text-align: center;
    position: relative;
    padding: 55px 30px;
    background: #17103E;
    border-radius: 30px;
    overflow: hidden;
}

.common_cta_wrap .cmn_cta:before,
.common_cta_wrap .cmn_cta:after {
    content: "";
    background: url(/wp-content/uploads/2025/03/Group-1546.svg)no-repeat scroll left;
    background-size: 385px;
    position: absolute;
    width: 385px;
    height: 100%;
    left: 0;
    top: 0px;
}

.common_cta_wrap .cmn_cta:after {
    background: url(/wp-content/uploads/2025/03/Group-1545.svg) no-repeat scroll;
    left: unset;
    right: 0;
    background-size: 385px;
    width: 385px;
    height: 100%;
    top: 0px;
}

.cmn_cta_content {
    max-width: 630px;
    margin: 0 auto;
    color: #fff;
}

.cmn_cta_content h2 {
    color: #fff;
}

/****** [Earn CSS] *****/
.task-card {
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 100%;
}

.task-card .task-header {
    width: 160px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    margin: -20px auto 0 auto;
}

.task-card.task-1 .task-header {
    background: url(/wp-content/uploads/2025/03/Rectangle-64.svg)no-repeat scroll center / cover;
}

.task-card.task-2 .task-header {
    background: url(/wp-content/uploads/2025/03/Rectangle-64-1.svg) no-repeat scroll center / cover;
}

.task-card.task-3 .task-header {
    background: url(/wp-content/uploads/2025/03/Rectangle-64-2.svg) no-repeat scroll center / cover;
}

.task-card .coin_img {
    text-align: center;
    margin: 48px 0;
}

.task-card button.btn {
    padding: 3px 12px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
}

.task-card .coin_img img {
    display: inline-block;
}

.task-card .short_description strong {
    color: #1e1e1e;
}

.task-card .short_description {
    margin-bottom: 48px;
}

.task-card .colored_list_box li {
    background: #fafafa;
    padding: 32px;
}

.task-card .list_box li {
    padding: 32px 0;
    margin: 0 32px;
    border-bottom: 1px solid #dadada;
}

.task-card .list_box li:last-child {
    border-bottom: 0;
}

.earn_wrap .colored_graphic {
    width: 160px;
    height: 16px;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}

/****** [FAQ CSS] *****/
.faq_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.faq_list li {
    border: 1px solid #dadada;
    padding: 32px;
    border-radius: 20px;
    background: #fff;
    transition: 0.3s;
}

.faq_list li .number span {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
}

.faq_list li .number {
    margin-bottom: 32px;
}

.faq_list li h3 {
    font-weight: bold;
    font-size: 16px;
}

.faq_list li:hover {
    box-shadow: 0 14px 30px -10px #dfdfdf;
}

/****** [Contact Us CSS] *****/
.top_section {
    padding: 100px 0 200px;
    background: #17103E;
}

.top_section h2 {
    color: #fff;
}

.top_section .content {
    color: #dadada;
    max-width: 630px;
    margin-bottom: 60px;
}

.top_section .images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Two columns */
    grid-template-rows: repeat(2, 1fr);
    /* Two rows */
    gap: 10px;
    /* Space between images */
    width: 600px;
    /* Adjust width */
}

.top_section .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 8px solid #fff;
}

/* Layout adjustments */
.top_section picture:nth-child(1) {
    grid-column: 1;
    /* First column */
    grid-row: 1 / span 1;
    /* First row */
}

.top_section picture:nth-child(2) {
    grid-column: 1;
    /* First column */
    grid-row: 2 / span 1;
    /* Second row */

}

.top_section picture:nth-child(3) {
    grid-column: 2;
    /* Second column */
    grid-row: 1 / span 2;
    /* Spans full height */

}

.top_section picture:nth-child(1) img {
    border-radius: 20px 0 0 0;
}

.top_section picture:nth-child(2) img {
    border-radius: 0 0 0 20px;
}

.top_section picture:nth-child(3) img {
    border-radius: 0 20px 20px 0;
}

.bottom_section {
    margin-top: -100px;
}

.bottom_section .contact_form_box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 10px #dadada4a;
    margin-bottom: 100px;
    position: relative;
}

.bottom_section .contact_form_box:before {
    content: "";
    background: url(/wp-content/uploads/2025/03/Vector-3-1.svg) no-repeat scroll top right;
    width: 70px;
    height: 100px;
    position: absolute;
    top: -20px;
    right: 64px;
}

.ct_form_code {
    padding: 64px;
}

.cst_form .form_field {
    width: calc(50% - 10px);
}

.cst_form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.cst_form .form_field label {
    font-weight: bold;
    color: #1e1e1e;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.cst_form .wpcf7-form-control {
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 11px 20px;
    outline: 0 !important;
}

.cst_form .wpcf7-form-control:focus {
    border-color: #1e1e1e;
}

.ct_form_code .intl-tel-input.separate-dial-code .selected-flag {
    background: none;
}

.cst_form .form_field:nth-last-child(2) {
    width: 100%;
}

.cst_form .form_field:last-child {
    width: 100%;
}

.ct_form_code h2 {
    margin-bottom: 80px;
}

.cst_form .wpcf7-form-control.wpcf7-submit {
    background: #1e1e1e url(/wp-content/uploads/2025/03/ar-right.svg)no-repeat scroll center right 25px;
    color: #fff;
    border-radius: 30px;
    padding: 10px 55px 10px 30px;
    margin-left: auto;
    display: block;
}

.contact_form_box ul.info_list {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dadada;
    padding: 44px 64px;
    gap: 30px;
}

.contact_form_box ul.info_list li .icon_wrap {
    display: flex;
}

.contact_form_box ul.info_list li .icon_wrap .icon {
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact_form_box ul.info_list li .icon_wrap .content p {
    margin: 0;
}

.contact_form_box ul.info_list li .icon_wrap .content {}

.contact_form_box ul.info_list li {
    margin: 10px 0;
}

.contact_form_box ul.info_list li .icon_wrap .content p:first-child {
    color: #1e1e1e;
}

/****** [About CSS] *****/
/************** About_bud ******************/

.gr_icon {
    display: flex;
    align-items: center;
}

.gr_icon.gr_icon_left .graphic {
    margin-left: 80px;
}

.gr_icon.gr_icon_right .graphic {
    margin-right: 80px;
}

.about_bud .images_gallery {
    display: flex;
    margin: 0 -50px;
}

.about_bud {
    overflow: hidden;
    margin: 100px 0;
}

.about_bud .images_gallery img {
    width: 320px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 6px 15px #ddd;
    margin: 0 auto;
}

.about_bud .images_gallery .owl-item:nth-child(2n) picture img {
    margin-top: 3rem;
}

.abt_we_are_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.abt_who_we_are {
    padding: 60px 0;
}

.we_gr_icon.gr_icon_end {
    display: flex;
    justify-content: end;
}


.abt_choose {
    background: #17103E;
    padding: 100px 0;
}

.choose_box {
    background: #fff;
    padding: 27px 35px;
    text-align: center;
    border-radius: 20px;
    height: 318px;
}

.choose_box .data h3 {
    margin: 32px 0;
    color: #1E1E1E;
    font-size: 16px;
}

.color_bg {
    width: 160px;
    height: 16px;
    border-radius: 0 0 20px 20px;
    margin: 0 auto;
}

.packaging {
    padding: 100px 0;
}

iframe {
    border: 0;
    border-radius: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/****** [Single Post CSS] *****/
.single_post_header {
    padding-top: 100px;
}

.single_post_header .featured_image img {
    width: 100%;
    border-radius: 20px;
}

/****** [Shop CSS] *****/
.custom-product-grid.three_cols {
    grid-template-columns: 1fr 1fr 1fr;
}

.custom-shop .content-area main {
    max-width: 100%;
}

.custom-shop .woocommerce-breadcrumb {
    display: none;
}

.custom-shop .woocommerce-result-count {
    display: none;
}

.custom-shop form.woocommerce-ordering {
    display: none;
}

section.related.products .owl-stage {
    display: flex;
}

section.related.products {
    margin-top: 50px;
    border-top: 1px solid #dadada;
    padding-top: 50px;
}

section.related.products .hd_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.related.products .caro_arrow button:first-child {
    margin-right: 20px;
}

section.related.products .product-card {
    padding: 0;
}

section.related.products .hd_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.related.products .caro_arrow button:first-child {
    margin-right: 20px;
}

section.related.products .product-card {
    padding: 0;
}

.single.woocommerce div.product form.cart .button {
    opacity: 1;
    padding: 13px 40px 13px 20px;
    min-width: 260px;
    border-radius: 30px;
    box-shadow: 0 10px 20px #ddd;
    text-align: center;
    transition: 0.3s;
    margin: 5px 0;
}

.single.woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-right: 20px;
    background: #D1962F url(/wp-content/uploads/2025/03/shopping-cart.png)no-repeat scroll center right 70px;
}

.single.woocommerce div.product form.cart .button:hover {
    background-color: #000;
}

.single.woocommerce div.product form.cart .button.buy-now-button {
    background: #000 url(/wp-content/uploads/2025/03/ar-right.svg)no-repeat scroll center right 70px;
    color: #fff;
}

.single.woocommerce div.product form.cart .button.buy-now-button:hover {
    background-color: #D1962F;
}

.single.woocommerce div.product form.cart .variations td,
.single.woocommerce div.product form.cart .variations th {
    background: no-repeat;
    padding: 0;
    line-height: normal;
}

.single.woocommerce div.product form.cart .variations select {
    background-color: #fafafa;
    height: 50px;
    padding-left: 20px;
}

.single.woocommerce div.product form.cart .variations th {
    padding: 10px 0;
    font-weight: bold;
    color: #1a1a1a;
    font-size: 16px;
}

.single.woocommerce div.product .product_title {
    font-size: 36px;
}

.single.woocommerce .entry-summary p.price {
    font-weight: bold;
    font-size: 24px;
    color: #d1962f;
    margin: 30px 0;
}

.single.woocommerce .entry-summary p.price del {
    color: #565656;
    font-weight: normal;
    opacity: 1;
    margin-right: 10px;
}

.single.woocommerce .entry-summary p.price:before {
    content: "Price:";
    color: #1a1a1a;
    font-size: 16px;
    margin-right: 9px;
    top: -3px;
    position: relative;
}


/* Spinner Container */
.woo-spinner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

/* Spinner Animation */
.woo-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    border-top-color: #D1962F;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/****** [Shop Filter CSS] *****/

.custom-shop {
    margin-top: 60px;
}

input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dadada;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: 1px;
}

input[type="radio"]:checked {
    border-color: #d4a017;
}

input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #d4a017;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cmn_filter,
.product-subcategory-filter.populated {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dadada;
}

.product-subcategory-filter {
    background: #f1f1f1;
    padding: 20px 22px;
    border-radius: 12px;
    margin: 12px 0 !important;
}

.product-subcategory-filter.populated {
    background: #ffffff;
    padding: 0;
}

.category-title {
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.cmn_filter .filter-title,
.product-subcategory-filter h5.category-title {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #dadada;
    padding: 22px 24px;
    font-size: 16px;
    margin-top: 0;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cmn_filter ul.category-list,
.product-subcategory-filter ul.category-list {
    padding: 14px 12px;
}

.category-item {
    margin-bottom: 10px;
}

li.category-item input {
    margin-right: 10px;
}

li.category-item label {
    display: flex;
    padding: 8px 10px 8px 12px;
    cursor: pointer;
}

li.category-item:has(input:checked) label,
li.category-item:hover {
    background: #fef7e5;
    color: #d4a017;
    border-radius: 10px;
}

.cmn_filter .toggle-icon.fa-chevron-up:before,
.product-subcategory-filter .toggle-icon.fa-chevron-up:before {
    content: url(/wp-content/uploads/2025/03/arrow-up.png);
}

.cmn_filter .toggle-icon.fa-chevron-down:before,
.product-subcategory-filter .toggle-icon.fa-chevron-down:before {
    content: url(/wp-content/uploads/2025/03/arrow-down.png);
}

.category-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background 0.3s;
    color: #333;
}

.category-item a:hover,
.category-item.active a {
    background: #fef7e5;
    color: #d4a017;
}

.category-item .icon {
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-item .icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.shop-top-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 15px;
    padding-top: 0px;
}

.filter-left {
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
}

.filter-right {
    display: flex;
    gap: 15px;
}

.sort-dropdown,
.search-box {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.sidebar-image {
    margin-top: 20px;
}

/*product detail page css*/
/*product detail page css*/

.single-product main#main {
    padding-top: 80px;
}

.single-product div.product div.images.woocommerce-product-gallery {
    background: no-repeat;
}
.single-product .flex-viewport {
    border: 1px solid #ddd;
    border-radius: 20px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    border-radius: 20px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 10px;
    border: 1px solid #ddd;
}
.single-product nav.woocommerce-breadcrumb {
    display: none;
}
.single-product.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 20px;
    display: flex;
    gap: 10px;
}

.custom-wrap {
    margin: 10px 0 60px 0;
    display: flex;
    align-items: center;
}

.custom-wrap span.sm_title {
    display: inline-block;
    font-weight: bold;
    color: #1a1a1a;
    margin-right: 10px;
}

.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    border: 8px solid #ddd;
    border-radius: 30px;
    overflow: hidden;
    width: 150px;
    justify-content: space-between;
    position: relative;
}

.custom-quantity-wrapper .custom-qty-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    padding-right: 22px;
    padding-top: 5px;
}

.custom-quantity-wrapper .custom-qty-btn:hover {
    background: no-repeat;
    color: #d1962f;
}

.custom-quantity-wrapper input.qty {
    border: none;
    width: 55px !important;
    text-align: center !important;
    background: #fff;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 10px 0 10px 10px;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-radius: 0;
}

.custom-quantity-wrapper .custom-qty-btn.minus {
    padding-left: 20px;
}

.custom-quantity-wrapper .custom-qty-btn:hover {
    background: #ddd;
}


/*product detail page css ends*/

/***** Price Filter **********/

#price-slider-container {
    position: relative;
    margin-top: 60px;
    padding: 0 15px;
}

.price-bubble {
    position: absolute;
    top: -40px;
    background: #d1962f;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

#price-slider {
    position: relative;
    height: 6px;
    background: #f1f1f1;
    border-radius: 5px;
    margin: 15px 10px;
}

.ui-slider-range {
    background: #e8a23d;
    height: 6px;
}

.ui-slider-handle {
    width: 16px;
    height: 16px;
    background: #e8a23d;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: -5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 22px 22px 22px;
}

.price-inputs input {
    width: 115px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dadada;
    padding: 5px;
    border-radius: 5px;
    height: 48px;
}

.price-filter-widget {
    margin-bottom: 12px;
}

.price-filter-widget .ui-slider-horizontal .ui-slider-range {
    background: #d1962f;
}

.price-filter-widget #price-slider {
    background: rgba(209, 150, 47, 0.16);
    border: 0;
    height: 8px;
}

.price-filter-widget span.ui-slider-handle {
    border-radius: 50%;
    background: #d1962f;
    border: 0;
}

.loading-pro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    /* Semi-transparent white */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #d1962f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-box {
    padding-left: 35px;
    /* Space for the image */
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    /* Adjust width */
    font-size: 14px;
}

.search-container::before {
    content: "";
    background: url('/wp-content/uploads/2025/03/input-search.png') no-repeat center;
    background-size: contain;
    position: absolute;
    left: 10px;
    /* Adjust for positioning */
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    /* Adjust size */
    height: 20px;
    pointer-events: none;
}

input#product-search {
    padding-left: 42px;
    border: 1px solid #EAEAEA;
    min-width: 313px;
}

select#sort-by {
    min-width: 190px;
    border: 1px solid #EAEAEA;
}

span.filter-title {
    display: flex;
}

.filter-left span.dyn-cat-name {
    margin-left: 10px;
}

/***** Ratings **********/
.ratings-list {
    list-style: none;
    padding: 0px 22px 10px;
}

.rating-item {
    padding: 12px 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

li.rating-item label {
    display: flex;
    cursor: pointer;
}

.rating-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.star {
    font-size: 18px;
    margin-right: 4px;
}

.filled {
    color: #d4a017;
}

.empty {
    color: #ccc;
}


div#reviews div#comments {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #ffffff;
    color: #000000 !important;
}

li.additional_information_tab.active a,
li.reviews_tab.active a {
    color: #D1962F !important;
}

ul.tabs.wc-tabs {
    margin-bottom: 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #00000012 !important;
}

.woocommerce-Tabs-panel {
    padding: 14px 28px !important;
    border: 1px solid #00000012;
    border-top: none;
}

ul.tabs.wc-tabs {
    padding-left: 5px !important;
}

textarea#comment {
    border: 1px solid #80808021;
}

span#reply-title {
    font-weight: 700;
    margin-bottom: 8px !important;
    display: block;
}

div#reviews input#submit {
    opacity: 1;
    padding: 13px 40px 13px 20px;
    min-width: 170px;
    box-shadow: 0 10px 20px #ddd;
    text-align: center;
    transition: 0.3s;
    margin: 5px 0;
    background: #d1962f !important;
    color: #ffffff !important;
    border-radius: 53px !important;
}

div#tab-additional_information h2 {
    font-size: 24px;
}

.woocommerce table.shop_attributes td {
    padding-left: 14px;
    line-height: 38px;
    background: #ffffff !important;
    border: none;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.woocommerce table.shop_attributes th {
    background: #ffffff !important;
    border: none;
}

table.woocommerce-product-attributes.shop_attributes {
    border-top: none;
}

.woocommerce .rating {
    width: 100% !important;
    font-size: 16px;
}

.woocommerce .star-rating span {
    padding-top: 0px !important;
}

.woocommerce .star-rating span::before {
    position: unset;
    font-size: 16px;
}

/*single product contact section*/

.product-contact-section {
    background-color: #17103E;
    color: white;
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    margin: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-top: 80px;
    padding-bottom: 55px;
}

.product-contact-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 340px;
    /* Adjust width as needed */
    height: 100%;
    background: url('https://dankbud.cc/wp-content/uploads/2025/03/left-bg-pattern.png') no-repeat left center;
    background-size: contain;
    opacity: 0.3;
    /* Adjust transparency */
}

/* Right background pattern */
.product-contact-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    /* Adjust width as needed */
    height: 100%;
    background: url('https://dankbud.cc/wp-content/uploads/2025/03/right-bg-pattern.png') no-repeat right center;
    background-size: contain;
    opacity: 0.3;
    /* Adjust transparency */
}

.product-contact-section h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ffffff;
}

.product-contact-section p {
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.product-contact-btn {
    display: flex;
    background-color: #E8A23D;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s ease-in-out;
    justify-content: center;
    max-width: 230px;
    margin: 0 auto;
}

.product-contact-btn span {
    margin-left: 5px;
}

.product-contact-btn:hover {
    background-color: #D8922F;
}

/*cart page css*/

.woocommerce-cart main#content,
.woocommerce-account main#content {
    margin-top: 35px;
}

.woocommerce-cart .product-price {
    margin-bottom: 0px;
    line-height: 40px !important;
}

.woocommerce-cart input.input-text.qty.text {
    min-width: 75px;
}

.woocommerce-cart table td,
.woocommerce-cart table th {
    border: 1px solid #80808005;
}

.woocommerce-cart h1.entry-title {
    font-size: 30px;
}

.woocommerce-cart h2 {
    font-size: 24px;
}

a.checkout-button.button.alt.wc-forward,
.woocommerce-cart button.button,
.thwmscf-buttons .button-prev,
.thwmscf-buttons .button-next,
form.checkout_coupon.woocommerce-form-coupon button,
button.woocommerce-Button.button,
.woocommerce-button {
    background-color: #E8A23D !important;
    color: white !important;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 30px !important;
    transition: 0.3s ease-in-out;
    justify-content: center;
}

.thwmscf-buttons .button-prev,
.thwmscf-buttons .button-next {
    border: none;
    min-width: 115px;
}

.woocommerce-info {
    border-top-color: #E8A23D;
}

.woocommerce-info::before {
    color: #D1962F;
}

.woocommerce-account h1.entry-title {
    display: none;
}

.woocommerce-account:not(.logged-in) .page-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation ul li a {
    margin: 6px 0;
    background: #80808012;
    padding: 10px 14px;
    display: block;
    text-decoration: none;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #D1962F;
    color: #ffffff;
}

.woocommerce-dashboard main#content {
    margin-top: 75px;
    margin-bottom: 50px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select {
    border: var(--wc-form-border-width) solid rgb(32 7 7 / 10%);
}



/* Navigation Links */
/* Sidebar Styles */
.dankbud-side-nav {
    position: fixed;
    right: -300px; /* Initially hidden */
    top: 0;
    width: 250px;
    height: 100vh;
    background: #333;
    color: white;
    transition: right 0.3s ease-in-out;
    box-shadow: -5px 0 10px rgba(0,0,0,0.2);
    padding-top: 60px;
    z-index: 1000;
}

/* Sidebar open state */
.dankbud-side-nav.dankbud-open {
    right: 0;
}

/* Sidebar Close Button */
.dankbud-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Navigation Links */
.dankbud-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dankbud-nav-links li {
    padding: 15px;
    text-align: center;
}

.dankbud-nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: background 0.3s;
}

.dankbud-nav-links li a:hover {
    background: #555;
}