body, 
html {
    margin: 0 auto;
    height: 100%;
    max-width: 1280px;
    padding: 0 20px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    color: #666666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5 {
    font-family: "Raleway", sans-serif;
    line-height: 1.2;
    color: #444444;
}

a {
    color: unset;
}

ul li {
    list-style-type: none;
}

.clear {
    clear: both;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

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

.list-inline li {
    display: inline-block;
    margin-bottom: 0;
}

/* ============================================== HEADER ============================================== */

header .top-bar {
    padding-top: 10px;
}

header .top-bar a {
    color: unset;
    margin-left: 20px;
}

header .top-bar a:hover {
    text-decoration: none;
}

/* ============================================== MENU ============================================== */

#menu .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
}

#menu .navbar-nav>li {
    border-top: 1px solid rgba(0,0,0,.1);
}

.social-links {
}

/* ============================================== CONTENT ============================================== */

.product-image {
    max-width: 100%;
    display: block;
    width: 320px;
}

#main {
}

/* ============================================== FOOTER ============================================== */

ul.payment-icons {
    text-align: right;
}

ul.payment-icons li{
    padding: 0 10px;
    display: inline-block;
}