#header .site-description {
    color: #015e8d;
}

#header .site-title {
    font-size: 25px;
}

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    border-bottom: 1px #ddd solid;
    padding: 10px;
    text-align: center;
}

.mobile-menu-wrap .logo img {
    width: auto;
}

#menu-site-default {
    display: none;
}

.fb-like {
    margin: 0 0px 0 20px;
    top: 4px;
}

.m-bottom h4 a{
    font-weight: 600;
}

.margin-right .twitter-share-button.twitter-share-button-rendered.twitter-tweet-button{
    margin-top: 5px;
}

.non-space{
    margin-left: 0 !important;
}

.prod-info-item .row .col-xs-2{
    left: -10px !important;
    top: 4px;
}

@media (min-width: 769px) {
    #header {
        background-position: bottom center;
        background-size: cover;
        height: auto;
    }
}

@media (max-width: 769px) {
    .content-box > a > img {
        width: 90px !important;
        margin-bottom: 7px;
    }
}

@media (max-width: 767.98px) {
    .mobile-menu-toggle-btn {
        display: block;
    }

    .header {
        margin-bottom: 50px;
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }
}

@media (max-width: 426px) {
    .q-search {
        background: none;
    }
    
    .submit-qs {
        display: none;
    }

    #header img {
        margin: -14px 15px;
    }

    #header .site-title {
        font-size: 13px;
    }
}

@media (max-width: 376px) {

    #header .site-title {
        font-size: 10px;
        margin-top: 11px;
    }
}

@media (max-width: 326px) {
    #header .site-description {
        font-size: 14px;
    }

    #header .site-title {
        font-size: 8px;
    }
}

@media (max-width: 281px) {
    #header .site-title {
        text-align: center;
    }

    #header .site-description {
        text-align: center;
    }

    .mobile-menu-wrap {
        width: 200px;
    }
}

.fa-lg.fa-horizon {
    width: 22px;
}

input[type="radio"]:focus {
    outline: unset;
}

.content-block ul li {
    margin-bottom: 6px;
}

.ddsmoothmenu-v {
    margin: 0 !important;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
    background-position: 248px 5px !important;
}

.ddsmoothmenu-v ul li a:hover {
    background-position: 0 !important;
}

.q-search {
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 11px;
}

.footer-info .info-title {
    font-size: 14px;
    font-weight: 700;
}

.footer-info p {
    margin: 0;
}

.footer-info em {
    text-align: center;
    width: 1em;
}
