.tabs-layout-accordion .wd-scroll-content {
    max-height: 100% !important;
}

.wd-accordion .wd-single-reviews {
    display: block !important;
    height: 100% !important;
    opacity: 1 !important;
}

.wd-accordion-title {
    display: none !important;
}

.container.product-tabs-inner {
    padding: 30px;
    border: solid 1px #e5e7eb;
    border-radius: 15px;
}

.wd-accordion.wd-style-default>.wd-accordion-item {
    border: 0 !important;
}

.wd-breadcrumbs>:is(span, a):last-child,
.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>span:last-child {
    font-weight: 500;
    color: #3bb77e !important;
}

.summary-inner .price ins {
    font-size: 40px;
}

.summary-inner .price del {
    font-size: 28px;
}

.summary-inner>.price {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: start;
}

span.sku_wrapper {
    display: none !important;
}

.wpt-product-stock-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wpt-product-stock-badge.in-stock {
    background-color: #DEF9EC;
    color: #3BB77E;
}

.wd-header-html p {
    margin: 0;
    font-weight: 100;
}

.wc-tab-inner.wd-entry-content.wd-scroll-content,
.wc-tab-inner.wd-entry-content.wd-scroll-content p {
    color: #253D4E;
}

.mobile-nav .wd-heading {
    border: 0;
}

.close-side-widget a {
    font-size: 0 !important;
}

.close-side-widget a:before {
    font-size: 16px !important;
}

.wd-nav-mobile>li>a,
.wd-nav-mobile>li>ul li>a {
    border: 0 !important;
    min-height: 45px !important;
}

.wd-nav-mobile>li>a {
    font-size: 1rem;
}

button.single_add_to_cart_button.button {
    background: #3bb77e;
    color: #FFF;
    transition: all 0.3s ease;
    font-size: 1rem;
    min-width: 155px;
    min-height: 46px;
}

button.single_add_to_cart_button.button:hover {
    opacity: 0.9;
}


div.quantity input[type="button"] {
    font-size: 24px !important;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    font-weight: 400;
}

div.quantity input[type="number"] {
    border: 0;
    height: 35px;
    min-height: 35px;
    font-size: 21px;
    font-weight: 100;
    width: 44px;
}

div.quantity {
    align-items: center;
}

.single-product form.cart {
    gap: 20px;
}

nav[class*="-pagination"] li .page-numbers {
    border-radius: 50px;
    background: #f4f6fa;
    border: solid 1px #f4f6fa;
    color: #7e7e7e;
}

nav[class*="-pagination"] li .page-numbers.current {
    border-color: #3bb77e;
    background-color: #FFF;
    color: #253d4e;
}

nav[class*="-pagination"] ul {
    gap: 6px !important;
}

nav[class*="-pagination"] li .page-numbers:hover {
    background-color: #def9ec;
    border-color: #def9ec;
    color: #3bb77e;
}

.custom-checkout-button-wrapper a{
    width: 100%;
    color: var(--btn-accented-color);
    box-shadow: var(--btn-accented-box-shadow);
    font-weight: 600;
    font-size: 14px;
    background-color: var(--btn-accented-bgcolor);
}


@media(max-width:768px) {
    button.single_add_to_cart_button.button {
        margin-bottom: 25px;
    }

    .single-product form.cart {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container.product-tabs-inner {
        width: calc(100% - 20px);
        padding: 15px;
    }
}