/*
Theme Name: My Woo Theme
Theme URI: http://jbweb.hu/my-woo-theme
Author: Juhász Boglárka 
Author URI: http://jbweb.hu
Description: My Woo Theme by Juhász Boglárka 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-woo-theme



font-family: 'Arimo', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Nunito Sans', sans-serif;
*/


body {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    background: url(img/body.jpg) top center;
    padding-top: 185px;
}

#header {
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

main {
    padding: 0 0 40px 0;
}

h1,
h2,
h3 {
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

h2 {
    font-size: 22px;
    margin: 10px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

a {
    color: #049881;
    text-decoration: none;
}

#logo {
    width: 33.3333%;
}

#logo a {
    display: inline-block;
    margin: 0 auto;
    width: 250px;
}

#logo img {
    width: 100%;
    height: auto;
    margin: 40px 0;
}

#header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#special-offer {
    width: 33.3333%;
    text-align: left;
}

#special-offer p {
    margin: 0;
}

#top-menu {
    width: 33.3333%;
}

#top-menu ul {
    text-align: right;
    padding: 20px 0;
}

#top-menu ul li a::before {
    content: "";
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#top-menu ul li.top-cart a::before {
    background: url(img/cart.svg);
    background-size: 100% auto;
}

#top-menu ul li.top-user a::before {
    background: url(img/user.svg);
    background-size: 100% auto;
}

#top-menu ul li.top-shop a::before {
    background: url(img/shop.svg);
    background-size: 100% auto;
}

#top-menu ul li {
    display: inline;
    margin-left: 15px;
}


#main-menu {
    background: #f5f5f5;
}

#main-menu ul li {
    display: inline;
}

#main-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: black;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}

#main-menu ul li a:hover {
    color: #049881;
}

@media only screen and (max-width: 960px) {
    #header-top {
        display: block;
    }

    #special-offer,
    #top-menu,
    #logo {
        width: 100%;
        height: auto;
        text-align: center;
    }

    #top-menu ul {
        text-align: center;
    }

    #top-menu ul li a span {
        display: none;
    }
    
    #logo img {
        margin: 40px 0 20px 0;
    }

    #special-offer {
        padding: 10px 0;
        border-bottom: solid 1px #ddd;
    }
    #main-menu {
        min-height: 50px;
        position: relative;
    }
    #main-menu ul {
        display: none;
    }
    #main-menu li {
        display: block!important;
        width: 100%;
        border-bottom: solid 1px #ddd;
    }
    #header {
        position: relative;
    }
    body {
        padding-top: 0;
    }
    #hamburger {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 10px;
    }
    #hamburger::before, #hamburger::after {
        content: "";
        position: absolute;
        border-bottom: solid 3px #049881;
        border-top: solid 3px #049881;
        height: 12px;
        width: 100%;
        left: 0;
    }
    #hamburger::before {top: 0;}
    #hamburger::after { bottom: 0;}
}

footer {
    clear: both;
    background: rgba(0, 0, 0, 0.2);
    padding: 30px 0;
    text-align: left;
    overflow: hidden;
}

footer li {
    margin-bottom: 5px;
}

footer li a:hover {
    text-decoration: underline;
}

#copyright {
    padding: 15px;
    text-align: center;
}

.widget {
    margin-bottom: 40px;
}
