/*
Theme Name: Azpet Ecom
Author: CODE TOT JSC
Author URI: https://codetot.vn
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.2.0
Text Domain: azpet-ecom
*/

#page {
	background: var(--bs-black);
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * 0.15) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.15) !important;

	@media (min-width: 786px) {
		padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
		padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	}
}
