/*
 Theme Name:   Megastrap Child
 Author:       Konstantin
 Template:     megastrap
*/

body {
    font-family: 'Inter', sans-serif;
}

tr.cart-subtotal {
    display: none;
}

mark, .mark {
    padding: 0;
}

ul.wp-block-list li {
    margin-bottom: 0.65em;
    line-height: 1.25;
}

.btn-primary {
    --bs-btn-color: #fff;
}

a.navbar-brand.text-white {
    letter-spacing: 0.25rem;
}

#site-footer ul.wp-block-navigation__container {
    display: block;
    text-align: center;
}
#site-footer li.wp-block-navigation-item.wp-block-navigation-link {
    margin-bottom: 1rem;
}

.m-max-width-450 { max-width: 450px !important; }
.m-max-width-500 { max-width: 500px !important; }
.m-max-width-600 { max-width: 600px !important; }
.m-max-width-700 { max-width: 700px !important; }
.m-max-width-800 { max-width: 800px !important; }
.m-max-width-900 { max-width: 900px !important; }


span.navbar-brand {
    color: var(--bs-primary) !important;
    font-weight: bold;
    font-size: 1.7rem;
}


/* Check list style 
--------------------------------------*/
.is-style-check-list {
    list-style-type: '✓ ';
    padding-left: 1.25rem;
    line-height: 1.25;
}
ul.is-style-check-list li::marker {
    color: var(--bs-secondary);
    font-size: 1.2em;
    font-weight: bold;
}
ul.is-style-check-list li {
    margin-bottom: 0.5rem;
}


figure.rounded-3 img {
    border-radius: var(--bs-border-radius-lg) !important;
}