html {
    position: relative;
    min-height: 100%;
}

body {
}

@media (max-width: 400px) {
    .company-logo {
        width: 108px;
    }
}

@media (max-width: 320px) {
    .company-logo {
        width: 90px;
    }
}

.navbar-button {
    width: 3em;
}

h1 {
    font-size: 1.25rem;
}

    h1.d-inline {
        font-size: 1rem;
    }

h2 {
    font-size: 1.25rem;
}

    h2.d-inline {
        font-size: 1rem;
    }

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 1rem;
}

.nav-link {
    padding: 0.5rem;
}


.breadcrumb {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #f8f9fa !important;
    border-radius: 0;
}

.breadcrumb-item h1 {
    font-size: 1rem;
    display: inline-block;
}

.alert-custom {
    background-color: #f87ac3;
}

.navbar-custom {
    background-color: #f87ac3;
}
    /* change the brand and text color */
    .navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        /* color: rgba(255,255,255,.8);*/
        color: black;
        padding-bottom: 0;
    }
    /* change the link color */
    .navbar-custom .navbar-nav .nav-link {
        /* color: rgba(255,255,255,.5);*/
        color: #333;
        font-weight: 500;
    }
    /* change the color of active or hovered links */
    .navbar-custom .nav-item.active .nav-link {
        color: #ffffff;
    }

    .navbar-custom .nav-item:hover .nav-link {
        color: rgba(255,255,255,.75);
    }



.border-custom {
    border-color: rgba(248, 122, 195, 0.075) !important;
    --border-color: rgba(255, 111, 97, 0.25) !important;
}

.bg-custom {
    background-color: rgba(248, 122, 195, 0.075) !important;
    --background-color: rgba(255, 111, 97, 0.25) !important;
}


@media (min-width: 992px) {
    body {
        overflow-y: scroll;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-toggler {
    font-size: 1rem;
    font-weight: 700;
    color: white;
}

.bg-custom-2 {
    background-color: #f87ac3 !important;
}

.bg-custom-3 {
    background-color: #000000 !important;
}

.text-custom {
    color: #f87ac3 !important;
}


.card-text {
    font-size: 0.8rem;
}

.card-body {
    padding: 1rem 0;
}

.slogan {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.breadcrumb {
    padding: 0.25rem 0.25rem 0 1rem;
    font-weight: 500;
}

.nav-item {
    border-bottom: 1px solid transparent;
}

.custom-border-right {
    border-right: 1px solid transparent !important;
}

.new-product {
    height: 456px;
}

.logo {
    width: 80px;
}

@media (min-width: 768px) {
    .custom-border-right {
        border-right: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 640px) {
    .logo {
        width: 160px;
    }
}


@media (min-width: 768px) {
    .new-product {
        height: 190.56px;
    }

    .logo {
        width: 160px;
    }

    a[href*="tel:"] {
        cursor: default;
        color: #212529;
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    .new-product {
        height: 258.03px;
    }
}

@media (min-width: 1200px) {
    .new-product {
        height: 308.63px;
    }
}

.carousel-indicators {
    bottom: -4px;
}

.carousel-control-prev-icon.dark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon.dark {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators.dark li {
    background-color: rgba(0, 0, 0, 0.4);
}

.carousel-indicators.dark .active {
    background-color: #484848;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

