/* section#hero {
    margin-bottom: 30px;
} */
section#products {
    margin: 30px 0;
    background-color: #f1f1f1;
}
section#intro {
    margin: 60px 0;
}
section#testimonials {
    margin: 60px 0;
}
section#contact {
    margin: 60px 0 0 0;
    background-color: #f1f1f1;
}
div.prod-card {
    padding: 12px;
    min-width: 350px;
    margin: 2px;
}
div.prod-card:hover, div.prod-card:active, div.prod-card:focus {
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 25%);
    background-color: #fff;
}
li.nodisc {
    font-size: 0.875rem;
    list-style: none;
}
div.section-header {
    display: flex;
    justify-content: center;
}
div.section-header > h2 {
    font-size: 2.875em;
    margin: 12px 0 24px 0;
}
div.section-txt > p {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    color: #555;
    font-size: 1em;
}
div.products {
    display: flex;
    flex-flow: row nowrap;
    margin: 60px 0 32px 0;
    text-align: center;
    justify-content: center;
}
div.products.second {
    margin: 0 0 32px 0;
}
.prod-title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 1.5em;
}
.prod-desc {
    color: #555;
}
div.page-header > h2 {
    margin: 30px 0;
    font-weight: 600;
}
span.bold {
    font-weight: bold;
    color: #000;
}
.container.testimonial {
    display: flex;
    flex-flow: column;
    place-items: center;
    text-align: center;
}
img.test-img {
    margin-bottom: 32px;
}
p.test {
    color: #000;
    font-size: 1.875em;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 32px;
}
p.person {
    font-size: 1em;
}
p.person::before {
    content: '-';
}
div.container.contact {
    display: flex;
    place-items: center;
    justify-content: center;
    min-height: 150px;
}
.modal-lg {
    max-width: 550px;
}
iframe {
    max-width: 100%;
    max-height: 500px;
}
button.btn.btn-primary:hover, button.btn.btn-primary:active, button.btn.btn-primary:focus {
    background-color: #008080;
    color: #fff;
    transition: 0.5s;
}
button.btn.btn-primary {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
input.btn.btn-primary {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
input.btn.btn-primary:hover, input.btn.btn-primary:active, input.btn.btn-primary:focus {
    background-color: #008080;
    color: #fff;
    transition: 0.5s;
}
iframe {
    min-width: 100%;
    min-height: 1170px;
}
.arrow {
    text-align: center;
    margin: 8% 0;
    position: absolute;
    left: 50%;
    top: 65%;
}
a.fa.fa-arrow-down.fa-2x {
    color: #fff;
    text-decoration: none;
    border: 2px solid white;
    padding: 12px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.logo-image {
    width: 5%;
}
i.icon.fa-brand {
    display: inline-table;
}
i.icon.fa-solid.fa-arrow-up {
    display: inline-table;
}
.nav-link {
    background:#880800;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    text-decoration: none;
    color: #fff !important;
  }
a.btn.btn-outline-light.btn-floating.m-1 {
    border: none;
}
html#ecwid_html body#ecwid_body .ec-size.ec-size--s .ec-store .product-details__product-price:last-child {
    margin: 0px !important;
}
.bg-dark {
    background-color: #b2402c !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    div.products {
        flex-flow: row nowrap;
    }
    div.prod-card {
        min-width: 250px;
    }
    .jumbotron > div.row {
        display: flex;
        flex-direction: row;
    }
    .jumbotron > h1 {
        font-size: 2em !important;
    }
    img.cbjhero.img-responsive.fullhero {
        display: none;
    }
    img.cbjhero.img-responsive.mobilehero {
        display: block;
    }
}
@media (max-width: 767px) {
    div.products {
        flex-flow: column nowrap;
    }
    div.products.second {
        margin-top: 0;
    }
    div.section-txt > p {
        width: 100%;
        padding: 0 24px;
    }
    iframe {
        max-width: 100%;
        max-height: 80vh;
    }
    section#hero {
        margin-bottom: auto;
    }
    .arrow {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
    .col-md-3.col-xs-10.card {
        margin: 12px;
    }
    div.section-header > h2 {
        font-size: 2.4em;
    }
}