@media (min-width:992px){
	.btn-add-store-product{    position: absolute;
		bottom: 7px;
		left: 52px;}
}
@media (max-width:992px){
	.btn-add-store-product{ position: absolute;
		bottom: 30%;
		left: -5px;
		z-index: 960;}
}
.content-section img {margin: 0 auto!important;}

.bannertop-notif{background: #009d20;
    padding: 10px 010px;
    font-size: 13px;
    font-weight: 800;}

@media (min-width: 1024px) {
    .navigation-space {
        height: 180px;
    }
}
@media (max-width: 1024px) {
    .navigation-space {
        height: 180px;
    }
}


