#wpadminbar {
    display: none;
}

#navbar-mobile {
    padding: 10px;
}

#menu-footer_menu {
    list-style: none;
    min-width: 300px;
}

#menu-footer_menu > li {
    margin-right: 15px;
    display: inline-block !important;
}

#menu-footer_menu > li:last-child {
    margin: 0;
}

footer {
    padding: 10px 0 10px;
}

#desktop-menu {
    list-style: none;
}

#desktop-menu > ul > li {
    text-align: right;
}

#menu-header > li > a {
    font-size: 20px;
}

.post-header {
    display: none !important;
}

.navbar-toggler {
    border: none;
    background: none;
    display: flex;
    margin-left: auto;
}

.glyphicon-menu-hamburger {
    font-size: 45px;
    top: 20px !important;
}

.icon-cart > img {
    margin-top: 10px;
}

.footer-nav {
    display: flex;
    align-items: center;
}

img.brand {
    margin-top: -5px;
    max-height: 96px;
}

.footer-row {
    display: flex;
    justify-content: center;
}

.menu-header-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.back-btn {
    margin-bottom: 50px;
}

.back-btn > button {
    text-transform: uppercase;
    border: none;
}

.hamburger-icon {
    font-size: 40px;
}

.site-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.site-header-text-wrap {
    max-width: 80%;
    position: relative !important;
    top: initial !important;
    left: initial !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
}

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

.subtitle {
    font-size: 2.5rem;
    margin: 0;
    text-align: center;
    font-weight: 200;
    text-shadow: 5px 5px 35px rgba(43, 49, 54, 0.4);
}

.main-blog {
    min-height: calc(100vh - 32px - 507px - 30px - 61px);
}

.home > .boxed > .page-container {
    min-height: calc(100vh - 32px - 286px - 61px);
}

.wcbv-quantity > input {
    height: 47px !important;
    width: 90px !important;
}

.wcbv-actions .wcbv-reset-variations {
    float: unset;
}

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

#menu-footer_menu > li > a {
    font-size: 15px;
}

.fpd-element-tooltip {
    min-width: 317px;
}

@media (min-width: 992px) {
    .navbar-brand {
        margin-left: 60px;
    }
}

@media (max-width: 991px) { 
    .navbar-brand {
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    .subtitle {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .navbar-toggler {
        display: none !important;
    }
}

@media (max-width: 782px) {
    .home > .boxed > .page-container {
        min-height: calc(100vh - 46px - 286px - 61px);
    }
}

@media (max-width: 767px) {
    .main-blog {
        min-height: calc(100vh - 46px - 710px - 30px - 61px);
    }
}

@media (max-width: 480px) {
    .main-blog {
        min-height: calc(100vh - 46px - 635px - 30px - 61px);
    }
}
