.btn-menu-top.vh3-bl, .btn-menu-top.vh4 {
    background: #fcc100;
}
.imgcategory .wall-cat-name, .wall-category-box .wall-cat-name {
    background: #fcc100;
}

.item-category .wall-cat-name a, .imgcategory .product-thumb .wall-cat-name a {
    color: #000;
    line-height: 18px;
    text-transform: uppercase;
}
.sticker-ns.newproduct {
    background: #fcc100 none repeat scroll 0 0 !important;
    color: #FFFFFF;
} 
.fixed-goods-bar {
        background: #00bc52;
    }
	.fixed-goods-menu .box-wishlist .text-wishlist, .fixed-goods-menu .box-compare .text-compare, .fixed-goods-menu .box-viewed-pc .text-viewed {
        color: #000;
    }
	.fixed-goods-menu .btn-wishlist-top svg path, .fixed-goods-menu .btn-compare-top svg path, .v-icon svg path {
        fill: #000;
    }
	.fixed-goods-menu .viewed-quantity, .fixed-goods-menu .wishlist-quantity, .fixed-goods-menu .compare-quantity {
        background: #FCC100;
        color: #000000;
    }
	
	@media (min-width: 300px) and (max-width: 500px){
.banner-blocks-container .bb-col-xs, .wall-category-box .wc-col-xs {
    float: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

@media (max-width: 768px) {
	.box-item-catalog {
		float: none;
		-ms-flex: 0 0 100px;
		flex: 0 0 135px;
		max-width: 135px;
	}
	.easy-catalog-box.dflex,
	.wall-category-box.d-xs-flex {
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
		flex-wrap: wrap !important;
	}
}

footer .newsletter {
    display: none !important;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 75px;
    position: relative;
}