/* Font - Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    font-family: 'Frank Ruhl Libre', serif;
}

/* Reflow Fix */
#bestsellers .bestsellers {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ref-excerpt {
    margin-bottom: 5px;
}

.ref-price {
    color: red;
}

.reflow-product-list .ref-image, .reflow-product-list.ref-cards .ref-image {
    width: 80%;
}

.reflow-product-list.ref-cards .ref-product .ref-addons {
    opacity: 1 !important;
    visibility: visible;
}

.reflow-product-search input {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/* Regular Code */
h1 {
    font-size: 3em;
    font-weight: 700;
}

h2 {
    font-weight: 400;
}

h3 {
    font-weight: 500;
}

h5 {
    font-weight: 400;
    text-transform: none;
}

/* Navigation */
.navbar {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.6);
}

.nav-link {
    font-weight: 100;
    color: #000000;
    transition: linear .3s;
    text-transform: uppercase !important;
}

.nav-link:hover {
    color: #cccccc;
}

.ms-md-2 {
    padding: 5px 20px;
    margin-left: 0 !important;
}

.navbar-toggler {
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

/* Button Effect */
.btn-eff {
    border: 1px solid transparent;
    transition: .3s ease-in-out;
}

.btn-eff:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

/* Modal */
.modal-content {
    border-radius: 50px;
    background-color: transparent;
}

.modal-body {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../img/hero-products.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border-radius: 20px;
}

.modal-body h2,
.modal-body p,
.modal-body a {
    color: #ffffff;
}

/* Hero */
#hero {
    height: 90vh;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/hero.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#hero p {
    color: #ffffff;
    font-size: 1em;
}

/* Preserved */
#preserved-flowers img {
    width: 80%;
}

#preserved-flowers ul {
    list-style-type: none;
}

#preserved-flowers ul li span {
    font-weight: 500;
}

/* Break */
#break {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url("../img/hero-products.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50vh;
    padding: 50px;
}

#break h2, #break p {
    color: #ffffff;
}

/* Bestsellers */
#bestsellers h3 {
    font-size: 2em;
    font-weight: 400;
}

/* Customer Care */
#customer-care {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/preserved.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#customer-care .customer-text {
    background-color: #ffffff;
}

/* Payments */
#payments span {
    font-weight: 500;
    color: #000000;
}

/* Delivery */
#delivery {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/delivery.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#delivery .delivery-1 {
    margin-right: 10px !important;
}

#delivery .delivery-2 {
    margin-left: 10px !important;
}

/* Products */
#products {
    height: 90vh;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url('../img/hero-products.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#products h1, #products p {
    color: #ffffff;
}

#products p {
    font-size: 1.1em;
}

.price-text p {
    color: #000000 !important;
    font-size: initial !important;
}

.price-btn {
    background-color: #000000;
    border: 1px solid #ffffff;
}

.price-btn:hover {
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #000000;
}

/* By Id */
#byid .search-wrapper {
    width: 50%;
}

/* Footer */
.list-unstyled a {
    color: #55595C;
}

/* Contact Form */
#last .form-horizontal {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

#last .form-control {
    background-color: #ffffff;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: .3s ease-in-out;
    color: #000000;
}

#last .form-control:focus {
    box-shadow: none;
    border: 1px solid #000000;
}

.reflow-product .ref-media .ref-promo-badge, .reflow-product-list .ref-media .ref-promo-badge, .reflow-product .ref-media .ref-sale-badge, .reflow-product-list .ref-media .ref-sale-badge {
    background-color: red !important;
    right: 0 !important;
    width: 100%;
}

/* Media Queries */
@media (max-width: 1199px) {
    .navbar-nav .nav-item {
        margin-right: 0 !important;
    }

    .navbar-collapse {
        border-top: 1px solid rgba(0,0,0,0.3);
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    #delivery .delivery-1 {
        margin-right: 0px !important;
    }
 
    #delivery .delivery-2 {
        margin-left: 0px !important;
    }
    
    #byid .search-wrapper {
        width: 100%;
    }
}

@media (max-width: 568px) {
    .reflow-product-list .ref-product .ref-name {
        font-size: 1.1em;
    }

    .ref-excerpt {
        font-size: 0.9em;
    }

    h1 {
        font-size: 2em;
    }

    .reflow-product-list .ref-image, .reflow-product-list.ref-cards .ref-image {
        width: 60%;
    }

    #preserved-flowers img {
        width: 100%;
    }

    .reflow-product-list.ref-cards .ref-products {
        --ref-products-per-row: 2;
        margin-bottom: var(--ref-gutter-lg);
        grid-template-columns: repeat(var(--ref-products-per-row),1fr);
        row-gap: var(--ref-gutter-lg);
    }

    .reflow-product-list .ref-image, .reflow-product-list.ref-cards .ref-image {
        width: 100%;
    }

    footer .footer-logo {
        padding: 0;
    }
}