/* Add here all your CSS customizations */
.bg-shop {
    background-color: #0088CC !important;
}

.text-shop {
    color: #ffffff !important;
}

@media (max-width: 991px) {
	.bg-shop {
	    background-color: #ffffff !important;
	}

	.text-shop {
	    background-color: #383f48 !important;
	    color: #ffffff !important;
	}

	.menu-shop {
    background-color: #ffffff !important;
	}
}