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

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

tr.cart-subtotal {
    display: none;
}

mark, .mark {
    padding: 0;
}

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

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

.text-shadow-black {
    text-shadow: 0 0 20px black;
}

.text-justify {
	text-align: justify;
}

#site-footer ul.wp-block-navigation__container {
    display: block;
    text-align: center;
}

.clean-links a {
    text-decoration: none;
}

#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; }


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


.wp-block-esab-accordion .esab__icon .esab__collapse,
.wp-block-esab-accordion .esab__icon.esab__active_icon .esab__expand {
    display: flex;
    align-items: center;
}
.block-editor-block-list__layout .esab__expand { display: none!important; }
.esab__body>ul {
    padding-left: 1.2rem;
}

.mono_pay_logo>img {
    filter: contrast(0.1);
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.wp-block-separator.is-style-default {
    border: 1px solid;
    border-left: none;
    border-right: none;
    opacity: 0.8;
    max-width: 10rem;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-block-gallery.rounded-gal img {
    border-radius: var(--bs-border-radius);
}

figure.wp-block-gallery {
    --wp--style--gallery-gap-default: 0.75rem;
}


/* 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;
}