
/* 
 * JETPACK SlideShow
 */
.wp-block-jetpack-slideshow.flame-style {
    border-radius: 10px;
}

.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image {
    width: 100%;
    border-radius: 10px;
}

.wp-block-jetpack-slideshow.flame-style  ul.wp-block-jetpack-slideshow_swiper-wrapper {
    height: fit-content !important;
}

.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_caption.gallery-caption {
    background-color: transparent;
    bottom: 50%;
    left: 3rem;
    transform: translateY(50%);
}

.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_button-next, 
.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_button-prev {
    display: none;
}

.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets, 
.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    color: #fff;
}

.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active, 
.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet[selected], 
.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet-active, 
.wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom .swiper-pagination-bullet[selected] {
    transform: scale(1);
    width: 3rem;
    border-radius: 10px;
}

.wp-block-jetpack-slideshow.flame-style .jsf-subtitle {
    font-size: 20px;
    font-weight: 500;
    color: #DA9C3E;
}

.wp-block-jetpack-slideshow.flame-style .jsf-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 1rem;
}

.wp-block-jetpack-slideshow.flame-style .jsf-description {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 1.5rem;
}

.wp-block-jetpack-slideshow.flame-style .jsf-btn {
    font-size: 20px;
    font-weight: 500;
    background-color: #DA9C3E;
    border-radius: 5px;
    padding: 5px 60px;
}

@media(max-width: 568px) {
    .wp-block-jetpack-slideshow.flame-style .wp-block-jetpack-slideshow_slide figure .wp-block-jetpack-slideshow_image {
        min-height: 500px;
        object-fit: cover;
        /* border-radius: 0; */
    }

    .wp-block-jetpack-slideshow.flame-style {
        /* margin: -42px -23px 0px -23px; */
        margin: -34px -15px 0px -15px;
    }
}


/* ONLY VIEW */
.flame-only-desktop {
    display: block;
}

.flame-only-mobile {
    display: none;
}

@media(max-width: 568px) {
    .flame-only-desktop {
        display: none;
    }
    
    .flame-only-mobile {
        display: block;
    }
    
}

/* Checkout Style */
.flame-checkout-style .wc-block-components-title.wc-block-components-title,
.flame-checkout-style .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    border-bottom: 2px solid #F0F0F0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
}

.flame-checkout-style .wc-block-components-title.wc-block-components-title::before,
.flame-checkout-style .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text::before {
    content: '';
    position: absolute;
    background-color: #DEAC61;
    width: 40px;
    height: 2px;
    bottom: -2px;
}


.flame-checkout-style .wc-blocks-components-select .wc-blocks-components-select__select,
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input[type=email], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input[type=number], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input[type=password], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input[type=tel], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input[type=text], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input[type=url], 
.flame-checkout-style .wc-block-components-text-input input[type=email], 
.flame-checkout-style .wc-block-components-text-input input[type=number], 
.flame-checkout-style .wc-block-components-text-input input[type=password], 
.flame-checkout-style .wc-block-components-text-input input[type=tel], 
.flame-checkout-style .wc-block-components-text-input input[type=text], 
.flame-checkout-style .wc-block-components-text-input input[type=url],
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], 
.flame-checkout-style .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], 
.flame-checkout-style .wc-block-components-text-input input:-webkit-autofill, 
.flame-checkout-style .wc-block-components-text-input.is-active input[type=email], 
.flame-checkout-style .wc-block-components-text-input.is-active input[type=number], 
.flame-checkout-style .wc-block-components-text-input.is-active input[type=password], 
.flame-checkout-style .wc-block-components-text-input.is-active input[type=tel], 
.flame-checkout-style .wc-block-components-text-input.is-active input[type=text], 
.flame-checkout-style .wc-block-components-text-input.is-active input[type=url],
.flame-checkout-style .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, 
.flame-checkout-style .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted
{
    outline: unset;
    box-shadow: unset;
    border: 1px solid #F0F0F0;
}


.flame-checkout-style a.wc-block-components-checkout-return-to-cart-button {
    text-decoration: none !important;
}

.flame-checkout-style .wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 5px;
    background-color: #FAFAFA;
    border: none;
    padding: 10px;
}

.flame-checkout-style .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: #DEAC61;
    border: unset;
    font-weight: 900;
    color: #fff;
}