.progress-bar {
    width: 100%;
    height: 8px;
    background: #d6d6d6;
    box-shadow: none !important;
}
.progress-bar .progress {
    width: 0%;
    background: #00CC8C;
    height: inherit;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
}
.webinar-image.purchase.embed-responsive {
    margin: 0px !important;
}
.woocommerce .webinar-image {
    margin: 0px;
}
.product-content-tabs .calender-links {
    display: none;
}
.gap-5 {
    column-gap: 10px;
}
.woocommerce-info.wc-memberships-member-discount-message {
    margin-top: 1em;
    display: none;
}
body.woocommerce.single-product main .type-product > .summary {
    width: 100% !important;
}

@media (min-width: 1200px) {
    body.woocommerce.single-product main .type-product>.summary {
        width: 50% !important;
    }
}

body.woocommerce.single-product main .type-product > .product-content-image {
    width: 100%;
}

@media (min-width: 1200px) {
    body.woocommerce.single-product main .type-product>.product-content-image {
        width: 50%;
    }
}

body.woocommerce.single-product main .type-product {
    gap: 0.5em;
}
.product.type-product.fullscreen {
    display: block !important;
}

.product.type-product.fullscreen .product-content-image {
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
    padding-bottom: 20px !important;
}
.product.type-product.fullscreen .summary.entry-summary {
    position: relative !important;
    width: 100% !important;
    top: 0px !important;
}
