.woocommerce div.product form.cart .wcre-options,
form.cart .wcre-options,
.wcre-options {
    border: 0;
    box-sizing: border-box;
    clear: both;
    display: block;
    flex: 0 0 100%;
    float: none;
    margin: 18px 0 16px;
    min-width: 0;
    padding: 0;
    width: 100%;
}

.wcre-options[hidden] {
    display: none !important;
}

.wcre-subscription-title {
    color: #1f1f1f;
    display: block;
    float: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.wcre-subscription-card {
    background: #fff;
    border: 1px solid rgba(68, 129, 133, 1);
    box-sizing: border-box;
    margin-top: 12px;
    padding: 16px;
    position: relative;
    width: 100%;
}

.wcre-subscription-badge {
    background: rgba(51, 38, 35, 1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    padding: 6px 16px;
    position: absolute;
    right: -1px;
    bottom: 100%;
    z-index: 1;
}

.wcre-subscription-card.is-selected {
    background: #f7fbfb;
    border-color: #60b5bc;
    box-shadow: inset 0 0 0 1px #60b5bc;
}

.wcre-subscription-checkline {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: 10px;
    margin: 0;
}

.wcre-subscription-checkbox {
    accent-color: rgba(40, 76, 79, 1);
    flex: 0 0 auto;
    height: 18px;
    margin: 2px 0 0;
    width: 18px;
}

.wcre-subscription-option {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    gap: 6px;
    line-height: 1.3;
    color: #000;
}

.wcre-subscription-discount {
    font-weight: 500;
    opacity: 1;
    background-color: rgba(68, 129, 133, 1);
    color: #fff;
    padding: 4px 16px;
    border-radius: 5rem;
    -webkit-border-radius: 5rem;
    -moz-border-radius: 5rem;
    -ms-border-radius: 5rem;
    -o-border-radius: 5rem;
}

.wcre-recurring-price {
    align-items: baseline;
    display: flex;
    gap: 4px;
    line-height: 1.2;
    margin: 10px 0 0 0;
    color: rgba(40, 76, 79, 1);

}

.wcre-recurring-price strong {
    color: rgba(40, 76, 79, 1);
    font-size: 22px;
    font-weight: 700;
}

.wcre-recurring-period {
    opacity: .72;
}

.wcre-subscription-marketing {
    border-top: 1px solid #edf0f0;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.45;
    margin: 12px 0 0 0px;
    opacity: 1;
    padding-top: 12px;
}

.wcre-subscription-marketing p:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .wcre-subscription-card {
        padding: 14px 12px;
    }

    .wcre-recurring-price,
    .wcre-subscription-marketing {
        margin-left: 0;
    }
}

.wcre-select-hidden,
.wcre-select-hidden + .select2,
.wcre-select-hidden + .select2-container,
.wcre-select-hidden ~ .select2,
.wcre-select-hidden ~ .select2-container,
.wcre-select-hidden ~ .selectric-wrapper,
.wcre-select-hidden ~ .bootstrap-select {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body.single-product .variations {
    width: 100%;
}

form.variations_form table.variations th.label {
    display: none !important;
}

form.variations_form table.variations td.value {
    display: block;
    padding-left: 0 !important;
    width: 100%;
}

.wcre-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 12px;
}

.wcre-variation-button {
    background: #fff;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    flex: 0 0 calc((100% - 16px) / 3);
    min-height: 40px;
    min-width: 0;
    padding: 8px 12px;
}

.wcre-variation-button:first-child:nth-last-child(1) {
    flex-basis: 100%;
}

.wcre-variation-button:first-child:nth-last-child(2),
.wcre-variation-button:first-child:nth-last-child(2) ~ .wcre-variation-button {
    flex-basis: calc((100% - 8px) / 2);
}

.wcre-variation-button.is-selected {
    border-color: #222;
    box-shadow: inset 0 0 0 1px #222;
}

.wcre-variation-button:disabled {
    cursor: not-allowed;
    opacity: .42;
}

.single_variation .woocommerce-variation-price {
    display: none !important;
}

.woocommerce-product-details__short-description:empty,
.wp-block-post-excerpt:empty {
    display: none !important;
}

.wcre-short-description-accordion {

    margin: 16px 0;
}

.wcre-short-description-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
    max-height: 10em;
    overflow: hidden;
    padding: 12px 0 0;
    position: relative;
}

.wcre-short-description-content::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--porto-body-bg, #fff));
    bottom: 0;
    content: '';
    height: 2.4em;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.wcre-short-description-accordion.is-expanded .wcre-short-description-content {
    max-height: none;
}

.wcre-short-description-accordion.is-expanded .wcre-short-description-content::after {
    display: none;
}

.wcre-short-description-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-weight: 700;
    gap: 0;
    padding: 10px 0 12px;
    text-align: left;
    width: 100%;
}

.wcre-short-description-icon {
    align-items: center;
    display: inline-flex;
    flex: 0 0 18px;
    font-size: 18px;
    font-weight: 300;
    justify-content: center;
    line-height: 1;
}

.wcre-short-description-content p:last-child {
    margin-bottom: 0;
}


.single_add_to_cart_button.wcre-add-to-cart-button {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
}

.wcre-add-to-cart-icon {
    display: inline-block;
    flex: 0 0 auto;
    height: 24px;
    width: 24px;
}

.wcre-add-to-cart-trust {
    clear: both;
    color: #4a4a4a;
    display: block;
    font-size: 13px;
    line-height: 1.35;
    margin: 8px 0 0;
    text-align: center;
    width: 100%;
}

.single-product .sticky-product.pos-bottom {
    display: none !important;
}

body.wcre-sticky-bar-visible {
    padding-bottom: 82px;
}

.wcre-sticky-purchase-shortcode {
    height: 1px;
}

.wcre-sticky-purchase-bar[data-trigger="shortcode"] {
    opacity: 1;
    pointer-events: auto;
    position: static;
    transform: none;
}

.wcre-sticky-purchase-bar[data-trigger="shortcode"].is-visible {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}

.wcre-sticky-purchase-bar {
    background: rgba(51, 38, 35, 1);
    color: #fff;
    border-top: 1px solid #dcdcdc;
    bottom: 0;
    box-shadow: 0 -6px 20px rgba(0, 0, 0, .08);
    font-family: 'Roboto', sans-serif;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(100%);
    transition: opacity .18s ease, transform .18s ease;
    z-index: 99999;
}

.wcre-sticky-purchase-bar.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.wcre-sticky-purchase-bar.is-visible.is-footer-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
}

.wcre-sticky-purchase-inner {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1180px;
    padding: 12px 16px;
}

.wcre-sticky-product-info {
    align-items: center;
    display: flex;
    gap: 10px;
    min-width: 0;
}

img.wcre-sticky-product-thumb {
    aspect-ratio: 1;
    background: #fff;
    border-radius: 4px;
    flex: 0 0 46px;
    height: 80px;
    object-fit: cover;
    width: 80px;
}

.wcre-sticky-product-text {
    display: flex;
    gap: 2px;
    min-width: 0;
}

.wcre-sticky-product-title {
    font-size: 18px;
    line-height: 1.25;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.wcre-sticky-variation {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.wcre-sticky-action-icon {
    flex: 0 0 18px;
    height: 18px;
    width: 18px;
}

.wcre-sticky-purchase-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.wcre-sticky-action {
    align-items: center;
    border: 1px solid #222;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    gap: 4px;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    text-align: center;
    text-transform: uppercase;
}

.wcre-sticky-action-recurring {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.wcre-sticky-action-onetime {
    background: rgba(96, 181, 188, 1);
    border-color: rgba(96, 181, 188, 1);
    color: #fff;
}

.wcre-sticky-discount {
    color: #fff;
    font-weight: 400;
    opacity: 1;
}

@media (max-width: 640px) {
    body.wcre-sticky-bar-visible {
        padding-bottom: 132px;
    }

    .wcre-sticky-purchase-inner {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
        padding: 10px 12px;
    }

    .wcre-sticky-product-info {
        align-items: flex-start;
    }

    .wcre-sticky-product-thumb {
        flex-basis: 40px;
        height: 40px;
        width: 40px;
    }

    .wcre-sticky-product-title {
        white-space: normal;
    }

    .wcre-sticky-purchase-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .wcre-sticky-action {
        min-width: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .wcre-sticky-action-recurring {
        flex-direction: column;
        gap: 0;
    }
}

body.single-product .wcre-product-gallery-fixed-target {
    width: 100%;
}

body.single-product .wcre-product-images-spacer {
    width: 100%;
}

body.single-product .wcre-product-tab-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.single-product .wcre-product-tab-grid > .product-tab-container {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
}

body.single-product .wcre-product-tab-grid .product-tab-title {
    cursor: pointer;
    margin: 0;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

body.single-product .wcre-product-tab-grid .wcre-product-tabs-heading {
    grid-column: 1 / -1;
    margin: 0 0 -16px;
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.accordion .card-header a:after,
.accordion .card-header a.collapsed:after,
h3.product-tab-title:after {
    color: #000000 !important;
    content: "+" !important;
    display: inline-block;
    float: right;
    font-family: "Roboto", sans-serif !important;
    transition: transform 180ms ease;
}

.accordion .card-header a:not(.collapsed):after,
h3.product-tab-title[aria-expanded="true"]:after {
    transform: rotate(45deg);
}

body.single-product .wcre-product-tab-grid .product-tab-content {
    font-size: 16px;
    margin-top: 0;
    padding-bottom: 16px;
    width: 100%;
}

@media (max-width: 767px) {
    body.single-product .wcre-product-tab-grid {
        grid-template-columns: 1fr;
    }

    body.single-product .wcre-product-tab-grid .wcre-product-tabs-heading {
        padding-bottom: 16px;
    }
}
