.logo {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.logo span {
    color: #FFD200;
}

#footer-logo-img {
    width: 100%;
}

section.banner-section {
    padding: 60px 0 60px;
}

.social-icons a:after {
    display: none;
}

.product .product-box .product-btn-links-wrapper a {
    padding: 2px 10px;
    height: auto;
    width: auto;
}

section.banner-box-section {
    padding: 0px 0 88px;
}

.header_main {
    padding: 8px 0px;
    background: #fff;
    border-bottom: solid 1px #f6f6f6;
}

.cat_menu_container {
    width: 50px;
    margin-right: 3px;
    position: relative;
}
.actions{
    margin-top: 20px;
}
@media only screen and (max-width:768px) {
    .mobile-none {
        display: none;
    }
}