/* Theme Name: My Woo Theme
Theme URI: https://banditadesign.hu/sajat-theme
Author: Gaál Bernadett
Author URI: https://banditadesign.hu
Description: Basic Theme by Gaál Bernadett
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basic-theme
*/

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;
}

#logo {
    width: 33.333%;
}

#logo a {
    display: inline-block;
    margin: 0 auto;
    width: 250px;
}

#logo img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

#header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#special-offer {
    width: 33.333%;
    text-align: left;
}

#special-offer p {
    margin: 0;
}

#top-menu {
    width: 33.333%;
}

#top-menu ul {
    text-align: right;
}

#top-menu ul li {
    display: inline;
    margin-left: 15px;
}

#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;
}

#main-menu {
    background: #f5f5f5;
}

#main-menu ul li {
    display: inline;
}

#main-menu ul li a {
    text-decoration: none;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}

#main-menu ul li a:hover {
    color: #049881;
}

a {
    color: #049881;
    text-decoration: none;
}

h1,
h2,
h3 {
    font-family: "Josefin Sans", sans-serif;
}

h1 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    margin: 10px 0;
    font-weight: normal;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

p {
    margin-bottom: 10px;
    line-height: 1.5;
}

main {
    padding: 0 0 40px 0
}

footer {
    clear: both;
    background: rgba(0, 0, 0, 0.05);
    padding: 20px 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;
}

.align-center {
    text-align: center;
}

.home-page section {
    margin-bottom: 40px
}

.home-page section h2.align-center {
    text-transform: uppercase;
}

.home-page section p {
    margin-bottom: 20px;
}

.info-menu {
    padding: 20px 0;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    position: relative;
    background: #fff;
    margin-top: -40px;
    margin-bottom: 40px
}

.info-menu ul {
    overflow: hidden;
}

.info-menu ul li {
    display: block;
    width: 33.33%;
    float: left
}

.info-menu  ul li a:before {
    content: "";
    height: 34px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.sub-shops a:before {
    background: url("img/marker.svg");
    background-size: 100% auto;
}

.sub-shipping a:before {
    background: url("img/shipping.svg");
    background-size: 100% auto;
}

.sub-gari a:before {
    background: url("img/guarantee.svg");
    background-size: 100% auto;
}

/* MQ */

@media only screen and (max-width: 960px) {
    #header-top {
        display: block;
    }

    #special-offer,
    #top-menu,
    #logo {
        width: 100%;
        text-align: center;
    }

    #top-menu ul {
        text-align: center;
        margin: 15px 0;
    }

    #top-menu ul li {
        margin: 0 10px;
    }

    #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,
    #hambruger:after {
        content: "";
        position: absolute;
        border-bottom: solid 3px #049881;
        border-top: solid 3px #049881;
        height: 12px;
        width: 100%;
        left: 0;
    }

    #hamburger:before {
        top: 0;
    }

    #hambruger:after {
        bottom: 0;
    }
}
