﻿

@media only screen and (max-width: 1280px) {

    .container-without-banner, .banner {
        flex: 100%;
    }

    .pharmacy-picker .bottom {
        flex-wrap: wrap;
        gap: 0px;
    }

        .pharmacy-picker .bottom .content-container {
            margin: 0px 15px 15px 0px;
            width: calc(33.333333% - 15px);
        }

    .services.full-banner .content {
        flex-wrap: wrap;
        gap: 0px;
    }

        .services.full-banner .content .title {
            text-align: center;
            width: 100%;
        }

        .services.full-banner .content .link,
        .services.full-banner .content .logo {
            flex-grow: 0;
            width: 50%;
        }

}

@media only screen and (max-width: 1024px) {

    .banner-index2-images .item2 {
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    .banner-index1 h3,
    .banner-index2 h3 {
        font-size: 6vw;
    }

    .bottom {
      flex-wrap: wrap;
    }

    .pharmacy-picker .bottom .content-container {
        width: calc(50% - 15px);
    }

    .pharmacy-links-items {
        flex-wrap: wrap;
        width: 100%;
    }

    .pharmacy-links-items .item {
        width: 33%;
    }

    .services.full-banner .content .logo {
        width: 100%;
    }

    .services.full-banner .content .link {
        display: flex;
        justify-content: center;
        padding-top: 15px;
        width: 100%;
    }

}

@media only screen and (max-width: 650px) {

    .nav .menu-btn i {
        display: block;
    }
    .nav label {
        align-items: center;
        color: var(--black);
        cursor: pointer;
        display: flex;
        font-size: 1.8rem;
        justify-content: flex-end;
        padding: 0px 15px;
        width: 100%;
    }

    .fa-sharp .fa-regular .fa-xmark:before {
        content: "\f00d";
        font-family: 'FontAwesome';
    }

    #hamburger-toggle:checked ~ .menu-btn i:before{
    content: "\f00d";
    font-size: 'Fontawesome';
    }

    .nav .links {
        background: #fff;
        display: block;
        height: 100vh;
        left: -120%;
        padding: 0px 0px;
        position: fixed;
        text-align: center;
        top: 50px;
        transition: all 0.3s ease;
        width: 100%;
    }

    #hamburger-toogle:checked ~ body, .main {
        overflow: hidden;
    }

    #hamburger-toogle:checked ~ .links {
        left: 0;
    }

    .nav .links li {
        margin: 40px 0px;
        padding: 0px 0px;
        width: 100%;
    }
        .nav .links li:hover {
            background-color: transparent;
            border-radius: 0px;
            color: var(--FIRST_BASE);
        }

    #hamburger-toggle:checked ~ .links li a{
        margin-left: 0px;
    }

    .slide-content {
        bottom: 30px;
        left: 60px;
        padding: 30px;
        top: auto;
        transform: none;
        width: calc(100% - 120px);
        z-index: 2;
    }

        .slide-content .portal-image {
            max-width: 280px;
        }

    .pharmacy-detail {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .address {
        width: 100%;
    }

    .pharmacy-businesshours {
        width: 100%;
    }

        .pharmacy-businesshours .weekdays {
            text-align: left;
        }

    .pharmacy-links-items .item {
        flex-direction: row;
        gap: 15px;
        justify-content: flex-start;
        padding: 0px 45px;
    }

    .services {
        flex-wrap: wrap;
    }

        .services .image {
            width: 50%;
        }

}

@media only screen and (max-width: 560px) {

    .main {
        padding-top: 53px;
    }

    .pharmacy-picker .bottom .content-container {
        margin: 0px 0px 15px 0px;
        width: 100%;
    }

}

@media only screen and (max-width: 320px) {

    a.button, button {
        padding: 10px 15px;
    }

    .slide-content {
        bottom: 15px;
        left: 15px;
        padding: 15px;
        width: calc(100% - 30px);
    }

}