﻿#header-banner {
    background-image: url('../images/header-back.jpg');
    background-size: cover;
    background-position: center center;
    padding: 5.3rem 0;
}

    #header-banner h1 {
        color: #000000;
        font-size: 5.2rem;
        font-family: humming-bird-new;
    }

    #header-banner h2 {
        color: #000000;
        font-family: font-humming;
        letter-spacing: 0.27em;
        font-size: 3.6rem;
    }

    #header-banner h3 {
        color: #000000;
        font-size: 3.6rem;
        font-family: humming-bird-new;
    }

    #header-banner h4 {
        color: #000000;
        font-family: humming-bird-new;
        letter-spacing: 0.27em;
        font-size: 1.7rem;
    }

.calligraphy {
    font-family: font-humming3 !important;
    letter-spacing: normal !important;
    font-size: 7rem !important;
}

.logo {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .logo img {
        width: 100%;
    }

.bottom-logo {
    position: relative;
    margin-top: -48%;
    text-align: center;
}

    .bottom-logo img {
        width: 37%;
        animation: 2133ms ease 100ms 1 normal both running wipe-left;
    }

.header-text {
    /*background-image: url(../images/pink-shade.png);
    background-repeat: no-repeat;
    background-size: 27%;
    background-position: center top;*/
    margin-top: -4.5%;
    padding-bottom: 100px;
}

.top-down {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 10px;
}

h1, h2, h3, h4, h5, .button, .numbered .tp-bullet .tp-count {
    font-family: humming-bird-new;
}

.news_item img {
    width: 45%;
}

#Ethically {
    background-image: url('../images/gree-shade-light.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
}

#handmade {
    background-image: url('../images/red-shade-light.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center center;
}

#organic {
    background-image: url('../images/yellow-shade-light.png');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: center center;
}

.myaccount-link li a {
    width: 100%;
    display: block;
}

.myaccount-link li {
    padding: 10px;
    text-transform: uppercase;
}

    .myaccount-link li:hover {
        background-color: #f6ebda;
    }

    .myaccount-link li.active {
        background-color: #f6ebda;
    }

.alert-content {
    position: fixed;
    bottom: 5%;
    right: 5%;
    width: auto;
    z-index: 99999;
}

/* .alert-content .alert {
        margin: auto;
    }*/

.account {
    font-size: 20px;
    margin-right: 20px;
    text-transform: uppercase;
    font-family: 'humming-bird-new';
}

.user-acc-action {
    font-size: 15px;
}

.cart {
    color: #000000 !important;
}

    .cart .count {
        background: #000000;
        color: #fff;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        margin: 0;
        min-width: 17px;
        padding: 5px 0px;
        text-align: center;
        position: absolute;
        top: -10px;
        right: -18px;
        line-height: 11px;
        font-size: 15px;
    }

.loading {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #ffffffab;
}

@keyframes wipe-left {
    0% {
        clip-path: inset(-60% 100% -60% -10%);
        animation-timing-function: cubic-bezier(0.31, 0.92, 0.6, 1.01);
    }

    100% {
        clip-path: inset(-60% -10% -60% -10%);
    }
}

@font-face {
    font-family: 'humming-bird-new';
    src: url('../../fonts/humming-bird-new.woff2') format('woff2');
}

@font-face {
    font-family: 'font-humming1';
    src: url('../fonts/font-humming1.woff2') format('woff2');
}

@font-face {
    font-family: 'font-humming';
    src: url('../fonts/font-humming.woff2') format('woff2');
}

@font-face {
    font-family: 'font-humming3';
    src: url('../fonts/font-humming3.woff2') format('woff2');
}


@media screen and (min-width: 601px) {
}
/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    #header-banner h1 {
        font-size: 4.3rem;
    }

    #header-banner h2 {
        font-size: 3rem;
    }

    #header-banner h3 {
        font-size: 3rem;
    }

    #header-banner h4 {
        font-size: 1.5rem;
    }

    .logo img {
        width: 80%;
    }

    .bottom-logo img {
        width: 30%;
    }

    .bottom-logo {
        margin-top: -40%;
    }

    #header-banner {
        padding: 10rem 0;
    }

    .logo {
        margin-top: -1rem;
    }

    .header-text {
        margin-top: -10%;
        background-size: 65%;
    }

    .user-acc-action {
        font-size: 20px;
    }

    .cart .count {
        right: -25%;
    }
}
