html {
    scroll-behavior: smooth !important;
}

.shoplogo {
    max-width: 160px;
    transition: ease-in-out 0.2s;
}

.footerlogo {
    max-width: 200px;
    background: #fff;
    padding: 10px 20px 15px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.footer-link {
    color: #fff !important;
}

.footer-link:hover {
    color: #7ed1e6 !important;
}

.florist-color {
    color: #2a4349;
}

.florist-bg {
    background: #2a4349;
}

.white {
    color: #fff;
}

.about-row-content {
    padding-left: 30px;
    padding-right: 30px;
}

.about-img {
    min-height: 300px;
}

.section-block {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0px;
}


/* Button */

.button-nm {
    appearance: none;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 35px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
    will-change: transform;
}

.button-nm-dark {
    border: 1px solid #000000 !important;
    color: #000000 !important;
}

.button-nm-dark:hover {
    color: #ffffff !important;
}

.button-nm-solid {
    border: 1px solid #000000;
    background-color: #000000;
}

.button-nm-solid:hover {
    border: 1px solid #fff !important;
    color: #fff !important;
}

.dropdown-item {
    padding: 8px 15px;
}

.dropdown-item:hover {
    background: #000;
    color: #fff;
    padding-left: 20px;
    transition: ease 0.2s;
}

.navbar {
    background: #fff;
}

.navbar .button-nm:hover {
    color: #fff !important;
}

.social-icon {
    font-size: 1.6rem;
}

.btn-social {
    margin: 0 2px;
    padding: 16px 19px;
    min-height: 30px;
}

.btn-social-header {
    margin: 0 2px;
    padding: 5px;
    min-height: 30px;
    border: none;
    background: none;
    font-size: 1.3rem;
}

.prod-link .button-sm {
    padding: 10px 15px;
    position: absolute;
    right: 10px;
    max-width: 100px;
    opacity: 0;
}

.prod-link .button-sm:hover {
    opacity: 1;
}

.button-nm:disabled {
    pointer-events: none;
}

.button-nm:hover {
    color: #fff;
    background-color: #1A1A1A;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-nm:active {
    box-shadow: none;
    transform: translateY(0);
}

.dropdown-btn {
    font-size: 14px;
    min-height: 35px;
    padding: 12px 8px 15px;
}

.cat-btn {
    min-width: 150px;
}

.basket-btn {
    min-width: 42px;
    max-width: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 5px;
}


/* Button ends */

.site-nav {
    z-index: 40;
    position: absolute;
}

.site-nav .nav-link {
    position: relative;
    padding-bottom: 2px;
    font-weight: 300;
    font-size: 0.9rem;
}

.site-nav .nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 4px;
    bottom: -4px;
    left: 0;
    background-color: #2a4349;
    opacity: 1;
    visibility: hidden;
    transition: ease-in-out 0.1s;
}

.site-nav .nav-link:hover::before {
    visibility: visible;
    color: #000;
}

.dropdown-item {
    font-size: 0.8rem !important;
    font-weight: 300;
}

.dropdown-item:hover {
    background: #000;
    color: #fff;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL'0, 'wght'400, 'GRAD'0, 'opsz'48
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / 75%);
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    padding-left: 0;
    padding-right: 0;
    margin: 0 8px;
}

.parralax {
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
    animation: clear 0.5s forwards;
    z-index: 1;
}

.about-hp-1 {
    background-image: url(../images/new10.JPG);
}

.signup-1 {
    background-image: url(../images/sorrel-fb-7.jpg);
}

.signup-1 input {
    max-width: 750px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.signup-1 .form-control {
    height: calc(2.5em + 0.1rem + 3px);
    border-radius: 0;
}

.sub-block {
    max-width: 1600px;
}

.site-sub {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.site-sub::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    animation: clear 0.5s forwards;
    z-index: 1;
}

.site-sub-1::before {
    background-image: url(../images/sorrel-fb-2.jpg);
}

.site-sub-2::before {
    background-image: url(../images/sorrel-fb-4.jpg);
}

.site-sub-3::before {
    background-image: url(../images/sorrel-fb-6.jpg);
}

.site-nav .nav-link {
    position: relative;
    padding-bottom: 2px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}

.sub-block::before {
    opacity: 0;
}

.sub-block {
    animation: appear 0.75s 1.8s forwards;
    opacity: 1;
}

.appear {
    animation: clear 1s 0.5s forwards;
    opacity: 0;
    transform: scale(0.9);
}

@keyframes clear {
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slide-down {
    from {
        transform: translateY(-2rem);
        opacity: 0;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform: none;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.site-sub-1::before {
    margin-right: 5px;
}

.site-sub-3::before {
    margin-left: 5px;
}

.d2f-approved {
    background: #222;
}

.py-5 {
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
}

@media only screen and (min-width: 280px) {}

@media only screen and (min-width: 360px) {}

@media only screen and (min-width: 375px) {}

@media only screen and (min-width: 390px) {}

@media only screen and (min-width: 412px) {}

@media only screen and (min-width: 414px) {}

@media only screen and (min-width: 490px) {
    .shoplogo {
        max-width: 200px;
    }
}

@media only screen and (min-width: 500px) {}

@media only screen and (min-width: 540px) {}

@media only screen and (min-width: 570px) {}

@media only screen and (min-width: 573px) {}

@media only screen and (min-width: 670px) {}

@media only screen and (min-width: 700px) {
    .shoplogo {
        max-width: 250px;
    }
}

@media only screen and (max-width: 768px) {
    .address_footer {
        text-align: center;
    }
    .mobile-footer-links {
        text-decoration: underline;
    }
    .payment-icons {
        max-width: 250px;
        margin-bottom: 10px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-inner {
        margin-top: -81px;
    }
}

@media only screen and (min-width: 768px) {
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .payment-icons {
        max-width: 270px;
        margin-bottom: 10px;
        margin: initial !important;
    }
    .about-img {
        min-height: 500px;
    }
    .layout-img {
        min-height: 600px;
    }
    .section-block {
        max-height: 600px;
    }
    .about-row-content {
        padding-left: 70px;
        padding-right: 70px;
    }
    .address_footer {
        text-align: left !important;
    }
    .mobile-footer-links {
        text-decoration: none !important;
    }
    .dropdown-menu.show {
        min-width: 100% !important;
    }
}

@media only screen and (min-width: 1170px) {
    .py-5 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}