/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;   
    overflow-x: hidden;
}
html.locked {
    overflow: hidden;
}
body {
    /* Margin bottom by footer height */
    font-family: 'Open Sans', serif;
    font-weight: 700;
    font-style: normal;
    color: black;
    background-color: transparent;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background: #2B4F42;
    padding-right: 0px !important;
}
body.locked {
    overflow: hidden;
}
.flex {
    display: flex;
}
h1 {
    color: #000;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
}
h1 span.newY {
    color: #33E1AA;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h2 {
    color: #244D5A;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 128% */ 
    margin-top: 40px;
}
h3 {
    color: #061E21;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 110.918% */
}
p {
    font-weight: 500;
}
button {
    border-radius: 15px;
    background: #33E1AA;
    padding: 0 45px;
    border: 2px solid #33E1AA;
    color: #061E21;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 89.687px; /* 179.375% */
}
button:hover {
    background: transparent;
    border: 2px solid #000;
}
.disappear {
    display: block;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.row.heading {
    text-align: center;
}
body .container {
    padding: 5% 10%;
    background-color: white;
    width: 100%;
}
body .container .col-md-10 {
    padding: 0;
}
.container .row {
    margin-bottom: 0;
}
.container {
    text-align: center;
    background: white;
    padding: 10%;
}
img.logo {
    max-width: 91px;
    width: 100%;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.container.header {
    padding-bottom: 0;
}

.location {
    border-radius: 12.418px;
    border: 1.242px solid #ABA3A3;
    padding: 5%;
}

.col-md-3 {
    padding-left: 3px;
    padding-right: 3px;
}

.location .flex {
    margin-top: 10px;
    margin-bottom: 10px;
}

.location .single {
    margin-bottom: 10px;
}

.flex.places {
    column-gap: 10px;
    margin-bottom: 15px;
}

.location .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.location .left {
    text-align: right;
}

.location .left button {
    margin-right: 3px;
}

.location .right {
    text-align: left;
}

.location .right button {
    margin-left: 3px;
}

button.category {
    border-radius: 6.546px;
    border: 1px solid #000;
    border-bottom: 1.248px solid #000;
    background: #000;
    padding: 2.1px 19.748px 5.27px 20.948px;
    color: #FFF;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 160% */
}

button.category.delivery {
    border-radius: 6.546px;
    border: 1px solid #33E1AA;
    border-bottom: 1.248px solid #244D5A;
    background: #33E1AA;
}

button.category.delivery:hover {
    border: 1px solid #000;
    background: #000;
}

button.category.medical:hover, button.category.use:hover {
    border: 1px solid #33E1AA;
    background: #33E1AA;
    color: #FFF;
}

button.viewStore {
    border-radius: 8px;
    background: #061E21;
    border: 1px solid #061E21;
    color: #33E1AA;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 180.503% */
    width: 90%;
    padding: 6px;
}

button.viewStore:hover {
    border: 1px solid #33E1AA;
    background: #33E1AA;
    color: #000;
}



@media (max-width: 1550px) {
    button.category {
        padding: 2.1px 10px 5.27px 10px;
    }
}

@media (max-width: 1200px) {
    button.category {
        font-size: 7px;
    }
}

@media (max-width: 1050px) {
    button.category {
        font-size: 6px;
    }
}


@media (max-width: 992px) {
    body {
        margin-bottom: 0;
    }
    body .container {
        padding: 5%;
    }
    .flex {
        display: block;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    h2 {
        font-size: 15px;
        margin-top: 15px;
    }
    button {
        font-size: 18px;
        line-height: 50px;
        width: 100%;
    }
    button.category {
        width: auto;
        font-size: 9px;
        padding: 2.1px 19.748px 5.27px 20.948px;
    }
    .location {
        margin-bottom: 10px;
    }
    .location .flex.bar {
        display: flex;
        max-width: 280px;
        margin: 0 auto 10px auto;
    }
    .location .col-md-6 {
        width: 50%;
    }
    .flex.places {
        margin-bottom: 0;
    }
    
}

/*phone*/
@media screen and (max-width: 350px) {
    
}
  