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: 100vh;
}
/* 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: 40%;
}
footer .menuline .menu.menu2{
    width: 25%;
}
footer .menuline .menu.menu3{
    width: 15%;
}
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: 20%;
}
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;
}
#menu{
    display: none;
}