/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

h1 {
margin-bottom: 10px !important;
}

h6 {
margin-top: 10px !important;
}

h3 {
margin-top: 20px !important;
}

a.wp-block-button__link.wp-element-button {
    margin-top: 20px;
}

.icon-block {
    display: grid;
    grid-template-columns: 20% 1fr;
    align-items: center;
    }
    
.icon-block figure {
margin-bottom: 15px !important;
}
    
    
.bapf_head h3 {
 font-size: 20px;
 font-weight: 400;
 margin-bottom: 20px;
}
    
.cat-card {
    border: 1px solid #efefef;
}    

/* HERO SLIDER */

.hero-slider {
    position: relative;
    height: 70vh;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease-in-out, visibility 1.2s ease-in-out;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.hero-slide .wp-block-cover {
    height: 100%;
    min-height: 100%;
}

.hero-slide .wp-block-cover__inner-container {
    max-width: 1200px;
    margin: auto;
}

.ct-woocommerce-cart-form .cart_totals h2 {
    font-size: 25px !important;
}

.ct-woocommerce-checkout h3 {
    font-size: 25px !important;
}

section.related.products.is-width-constrained.ct-hidden-sm.ct-hidden-md {
    border-top: 1px solid #8e3f35;
    padding-top: 50px;
}

@media screen and (max-width: 1024px) {
.icon-block {
    display: grid;
    grid-template-columns: 1fr;
    }
}