:root {
    --ascf-color-primary: #080e12;
    --ascf-color-primary-dull: #8e99a0;
}

/* Product Page Buttons */

.product-buy-buttons {
    padding: 10px 15px;
}

.ascf-btn-container {
    margin: 0 0 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}

.ascf-btn {
    display: block;
    padding: 15px 40px;
    border-radius: 30px;
    font-family: 'Jost', Helvetica, arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
    .ascf-btn {
        width: auto;
    }

    #product_description_container {
        padding: 5px 25px;
    }

    #product_description_container .ascf-btn {
        width: 100%;
    }
}

.ascf-btn.ascf-secondary {
    font-size: 1em;
    border: solid 1px;
    color: var(--ascf-color-primary);
    background-color: transparent;
}

.ascf-btn.ascf-primary {
    background-color: var(--ascf-color-primary);
    color: #fff;
    font-size: 1.2em;
}

.msg-below-btn {
    display: block;
    width: 100%;
    font-family: 'Jost', Helvetica, Arial, sans-serif;
    font-style: italic;
    text-align: center;
}

.msg-below-btn p {
    margin: 0;
}

.old-price {
    text-decoration: line-through;
    font-size: 1.3em;
    margin-right: 5px;
    color: var(--ascf-color-primary-dull);
    position: relative;
    top: 0.05em;
}

/* Fixes for default WC and Elementor widgets */
.woocommerce-product-details__short-description {
    font-family: 'Jost', Helvetica, Arial, sans-serif;
}

.elementor-widget-woocommerce-product-price, 
.elementor-widget-woocommerce-product-short-description,
.elementor-widget-yith-wc-dynamic-product-notes,
.elementor-widget-woocommerce-product-title {
    margin-bottom: 0 !important;
}

.elementor-widget-woocommerce-product-price .price {
    margin-top: 0 !important;
}

h1.product_title.elementor-heading-title {
    font-family: 'freight-big-pro' !important;
    font-size: 2.2em !important;
    letter-spacing: 0;
    line-height: 1.2;
}

/*
Product Images Gallery 
*/

/*.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    border: 0;
    content: '\ef10';
    color: var(--bb-body-text-color);
    font-family: bb-icons;
    font-style: normal;
    height: auto;
    width: auto;
    font-size: 24px;
    top: 5px;
    left: 6px;
}*/

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-product-gallery__image {
	margin-right: 10px !important;
}

.woocommerce-product-gallery .slick-slider {
	margin: 5px 0 0;
}

.woocommerce-product-gallery .slick-slide {
	width: auto !important;
	margin-right: 5px;
}