header{
    padding: 1rem;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(51, 51, 51, 0.10);
       -moz-box-shadow: 3px 3px 3px 0px rgba(51, 51, 51, 0.10);
            box-shadow: 3px 3px 3px 0px rgba(51, 51, 51, 0.10);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
            position: fixed;
z-index: 2;
background: #ffffff;
width: 100%;
}
header a, nav a{
    margin-bottom: 0;
}
header .logo{
    padding: 0;
    border-bottom: 0;
}
nav a {
    margin: 0;
    border-bottom: 0;
    padding: 1rem;
    text-transform: uppercase;
}
nav a:before {
    content: '';
    background-color: transparent;
    width: 0;
    display: inline-block;
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.125rem;
}
nav a.shop svg, nav a.dropbtn svg{
    height: 0.975rem;
    vertical-align: middle;
    margin-left: 0.125rem;
}
nav a.dropbtn svg{
    height: 0.55rem;
    margin-left: 0.55rem;
}
nav a.shop svg path, nav a.dropbtn svg path{
    fill: #333333;
}
nav a.shop{
    padding: .7rem 1rem;
}
nav .dropup {
    position: relative;
    display: inline-block;
}
nav .dropup .dropbtn {
    margin-right: 1rem;
    position: relative;
    padding: .7rem 1.8rem .7rem 1.5rem;
}
nav .dropup .dropbtn:after {
    content: '';
    width: 0.063rem;
    height: 100%;
    background-color: #CED4DA;
    position: absolute;
    right: 0;
    top: 0;
}
nav .dropup-content {
    display: none;
    position: absolute;
    -webkit-border-radius: 0px 0px 0.625rem 0.625rem;
       -moz-border-radius: 0px 0px 0.625rem 0.625rem;
            border-radius: 0px 0px 0.625rem 0.625rem;
    background: #ffffff;
    -webkit-box-shadow: -1px 3px 3px 0px rgba(51, 51, 51, 0.10);
       -moz-box-shadow: -1px 3px 3px 0px rgba(51, 51, 51, 0.10);
            box-shadow: -1px 3px 3px 0px rgba(51, 51, 51, 0.10);
    min-width: 18rem;
    z-index: 1;
    top: 1.87rem;
    padding: 1rem;
}
nav .dropup-content a {
    display: block;
    width: 100%;
    text-transform: initial;
    padding: .5rem;
}
article{
    min-height: 87vh;
}
/* Footer */
footer{
    background-color: #333333;
}
footer .menuline {
    padding: 3rem 1rem 2rem 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .menuline .menu{
    padding: 0 1rem;
}
footer .menuline .menu.menu1 div a{
    width: 50%;
}
footer .menuline .menu.menu1{
    width: 45%;
}
footer .menuline .menu.menu2{
    width: 27%;
}
footer .menuline .menu.menu3{
    width: 15%;
    display: none;
}
footer .menuline .menu.menu1 div{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
footer .menuline .menu p{
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
footer .menuline .menu p:before {
    content: '';
    background-color: #6C8CD5;
    width: 1.375rem;
    display: inline-block;
    height: 1rem;
    vertical-align: middle;
    margin-right: 0.25rem;
}
footer .menuline .menu a, footer .menuline .contact a, footer .menuline .contact p{
    border-bottom: 0;
    color: #ffffff;
    display: block;
    padding: 0;
}
footer .menuline .menu a{
    margin-bottom: 1rem;
}
footer .menuline .contact{
    padding-left: 1rem;
    border-left: 1px solid #ffffff;
    width: 28%;
}
footer .menuline .socials a{
    display: inline-block;
}
footer .menuline .socials a svg {
    width: 1.563rem;
    height: 1.563rem;
    margin-right: 0.8rem;
    margin-top: .6rem;
}
footer .menuline .socials, footer .menuline .contact p{
    margin-top: 1rem;
}
footer .menuline .socials a svg path{
    fill: #ffffff;
}
footer .underline{
   background-color: #1E1E1E;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
      -moz-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
      -moz-box-align: center;
       -ms-flex-align: center;
               -ms-grid-row-align: center;
           align-items: center;
   padding: 1rem;
}
footer .underline small a{
    margin: 0;
}
#message{
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 1rem;
}
#menu{
    display: none;
}
@media screen and (max-width: 1100px){
    nav{
        display: none;
    }
    footer .menuline .menu.menu2{
        display: none;
    }
    footer .menuline .contact{
        width: 35%;
    }
    footer .menuline .menu.menu1 {
        width: 65%;
    }
    #menu{
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        cursor: pointer;
    }
    #menu svg{
        width: 1.875rem;
        height: 1.875rem;
    }
    nav.opend {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-calc(100% + 2rem);
        width: -moz-calc(100% + 2rem);
        width: calc(100% + 2rem);
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 2rem 0 0;
        margin-left: -1rem;
        margin-right: -1rem;
      }
    nav a{
        width: 100%;
    }
    nav .dropup {
        position: relative;
        display: block;
        width: 100%;
      }
    nav .dropup .dropbtn{
        padding: 1rem;
        display: block;
    }
    nav a.dropbtn svg {
        float: right;
    }
    nav .dropup .dropbtn:after {
        display: none;
    }
    nav .dropup-content {
        position: relative;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background: #ffffff;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        min-width: 18rem;
        z-index: 1;
        top: 0;
        padding: 1rem 0;
    }
    nav a.shop {
        padding: 1.75rem 1rem;
        background-color: #333;
        color: #fff;
    }
    nav a.shop svg path{
        fill:#ffffff
    }
    #ham{
        fill-rule:nonzero; 
        fill:#333333;
    }
    #cross{
        fill-rule:nonzero; 
        fill:transparent;
    }
    #ham.opend{ 
        fill:transparent;
    }
    #cross.opend{
        fill:#333333;
    }
}
@media screen and (max-width: 720px){
    footer .menuline .menu.menu1{
        display: none;
    }
    footer .menuline .menu.menu3 {
        display: block;
    }
    footer .menuline .menu.menu3, footer .menuline .contact{
        width: 100%;
    }
    header.opend{
        height: auto;
    overflow-y: auto;
    max-height: 100vh;
    }
}
@media screen and (max-width: 480px){
    footer .menuline{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    footer .menuline .menu.menu1,footer .menuline .menu.menu2,footer .menuline .menu.menu3 {
        display: block;
    }
    footer .menuline .menu.menu1,footer .menuline .menu.menu2,footer .menuline .menu.menu3, footer .menuline .contact, footer .menuline .menu.menu1 div a{
        width: 100%;
    }
    footer .menuline .contact{
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        padding-left: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #ffffff;
        border-left: 0;
        margin-bottom: 2rem;
    }
    footer .menuline .menu.menu3{
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    footer .menuline .menu.menu2{
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    footer .menuline .menu.menu1{
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
           -moz-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    footer .menuline .menu {
        padding: .5rem 0;
    }
}