/* ==========================================================
	BASE GRID (already added before)
	========================================================== */
.wp_product_builder .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}
.wp_product_builder .col,
.wp_product_builder [class*="col-"] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.wp_product_builder .col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

/* Static column widths */
.wp_product_builder .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.wp_product_builder .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.wp_product_builder .col-3 { flex: 0 0 25%; max-width: 25%; }
.wp_product_builder .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.wp_product_builder .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.wp_product_builder .col-6 { flex: 0 0 50%; max-width: 50%; }
.wp_product_builder .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.wp_product_builder .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.wp_product_builder .col-9 { flex: 0 0 75%; max-width: 75%; }
.wp_product_builder .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.wp_product_builder .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.wp_product_builder .col-12 { flex: 0 0 100%; max-width: 100%; }

/* Offsets */
.wp_product_builder .offset-0  { margin-left: 0; }
.wp_product_builder .offset-1  { margin-left: 8.333333%; }
.wp_product_builder .offset-2  { margin-left: 16.666667%; }
.wp_product_builder .offset-3  { margin-left: 25%; }
.wp_product_builder .offset-4  { margin-left: 33.333333%; }
.wp_product_builder .offset-5  { margin-left: 41.666667%; }
.wp_product_builder .offset-6  { margin-left: 50%; }
.wp_product_builder .offset-7  { margin-left: 58.333333%; }
.wp_product_builder .offset-8  { margin-left: 66.666667%; }
.wp_product_builder .offset-9  { margin-left: 75%; }
.wp_product_builder .offset-10 { margin-left: 83.333333%; }
.wp_product_builder .offset-11 { margin-left: 91.666667%; }

/* ==========================================================
	RESPONSIVE BREAKPOINTS
	========================================================== */

/* Small devices (≥576px) */
@media (min-width: 576px) {
	.wp_product_builder .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.wp_product_builder .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; }
	.wp_product_builder .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.wp_product_builder .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.wp_product_builder .col-sm-3 { flex: 0 0 25%; max-width: 25%; }
	.wp_product_builder .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.wp_product_builder .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.wp_product_builder .col-sm-6 { flex: 0 0 50%; max-width: 50%; }
	.wp_product_builder .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.wp_product_builder .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.wp_product_builder .col-sm-9 { flex: 0 0 75%; max-width: 75%; }
	.wp_product_builder .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.wp_product_builder .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.wp_product_builder .col-sm-12 { flex: 0 0 100%; max-width: 100%; }

	/* Offsets */
	.wp_product_builder .offset-sm-0 { margin-left: 0; }
	.wp_product_builder .offset-sm-1 { margin-left: 8.333333%; }
	.wp_product_builder .offset-sm-2 { margin-left: 16.666667%; }
	.wp_product_builder .offset-sm-3 { margin-left: 25%; }
	.wp_product_builder .offset-sm-4 { margin-left: 33.333333%; }
	.wp_product_builder .offset-sm-5 { margin-left: 41.666667%; }
	.wp_product_builder .offset-sm-6 { margin-left: 50%; }
	.wp_product_builder .offset-sm-7 { margin-left: 58.333333%; }
	.wp_product_builder .offset-sm-8 { margin-left: 66.666667%; }
	.wp_product_builder .offset-sm-9 { margin-left: 75%; }
	.wp_product_builder .offset-sm-10 { margin-left: 83.333333%; }
	.wp_product_builder .offset-sm-11 { margin-left: 91.666667%; }

	/* Flex responsive */
	.wp_product_builder .d-sm-flex { display: flex !important; }
	.wp_product_builder .d-sm-block { display: block !important; }
	.wp_product_builder .d-sm-none { display: none !important; }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
	.wp_product_builder .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.wp_product_builder .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; }
	.wp_product_builder .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.wp_product_builder .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.wp_product_builder .col-md-3 { flex: 0 0 25%; max-width: 25%; }
	.wp_product_builder .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.wp_product_builder .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.wp_product_builder .col-md-6 { flex: 0 0 50%; max-width: 50%; }
	.wp_product_builder .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.wp_product_builder .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.wp_product_builder .col-md-9 { flex: 0 0 75%; max-width: 75%; }
	.wp_product_builder .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.wp_product_builder .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.wp_product_builder .col-md-12 { flex: 0 0 100%; max-width: 100%; }

	/* Offsets */
	.wp_product_builder .offset-md-0 { margin-left: 0; }
	.wp_product_builder .offset-md-1 { margin-left: 8.333333%; }
	.wp_product_builder .offset-md-2 { margin-left: 16.666667%; }
	.wp_product_builder .offset-md-3 { margin-left: 25%; }
	.wp_product_builder .offset-md-4 { margin-left: 33.333333%; }
	.wp_product_builder .offset-md-5 { margin-left: 41.666667%; }
	.wp_product_builder .offset-md-6 { margin-left: 50%; }
	.wp_product_builder .offset-md-7 { margin-left: 58.333333%; }
	.wp_product_builder .offset-md-8 { margin-left: 66.666667%; }
	.wp_product_builder .offset-md-9 { margin-left: 75%; }
	.wp_product_builder .offset-md-10 { margin-left: 83.333333%; }
	.wp_product_builder .offset-md-11 { margin-left: 91.666667%; }

	/* Flex responsive */
	.wp_product_builder .d-md-flex { display: flex !important; }
	.wp_product_builder .d-md-block { display: block !important; }
	.wp_product_builder .d-md-none { display: none !important; }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
	.wp_product_builder .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.wp_product_builder .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; }
	.wp_product_builder .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.wp_product_builder .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.wp_product_builder .col-lg-3 { flex: 0 0 25%; max-width: 25%; }
	.wp_product_builder .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.wp_product_builder .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.wp_product_builder .col-lg-6 { flex: 0 0 50%; max-width: 50%; }
	.wp_product_builder .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.wp_product_builder .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.wp_product_builder .col-lg-9 { flex: 0 0 75%; max-width: 75%; }
	.wp_product_builder .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.wp_product_builder .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.wp_product_builder .col-lg-12 { flex: 0 0 100%; max-width: 100%; }

	/* Offsets */
	.wp_product_builder .offset-lg-0 { margin-left: 0; }
	.wp_product_builder .offset-lg-1 { margin-left: 8.333333%; }
	.wp_product_builder .offset-lg-2 { margin-left: 16.666667%; }
	.wp_product_builder .offset-lg-3 { margin-left: 25%; }
	.wp_product_builder .offset-lg-4 { margin-left: 33.333333%; }
	.wp_product_builder .offset-lg-5 { margin-left: 41.666667%; }
	.wp_product_builder .offset-lg-6 { margin-left: 50%; }
	.wp_product_builder .offset-lg-7 { margin-left: 58.333333%; }
	.wp_product_builder .offset-lg-8 { margin-left: 66.666667%; }
	.wp_product_builder .offset-lg-9 { margin-left: 75%; }
	.wp_product_builder .offset-lg-10 { margin-left: 83.333333%; }
	.wp_product_builder .offset-lg-11 { margin-left: 91.666667%; }

	/* Flex responsive */
	.wp_product_builder .d-lg-flex { display: flex !important; }
	.wp_product_builder .d-lg-block { display: block !important; }
	.wp_product_builder .d-lg-none { display: none !important; }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
	.wp_product_builder .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.wp_product_builder .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; }
	.wp_product_builder .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
	.wp_product_builder .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
	.wp_product_builder .col-xl-3 { flex: 0 0 25%; max-width: 25%; }
	.wp_product_builder .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.wp_product_builder .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.wp_product_builder .col-xl-6 { flex: 0 0 50%; max-width: 50%; }
	.wp_product_builder .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.wp_product_builder .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.wp_product_builder .col-xl-9 { flex: 0 0 75%; max-width: 75%; }
	.wp_product_builder .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.wp_product_builder .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
	.wp_product_builder .col-xl-12 { flex: 0 0 100%; max-width: 100%; }

	/* Offsets */
	.wp_product_builder .offset-xl-0 { margin-left: 0; }
	.wp_product_builder .offset-xl-1 { margin-left: 8.333333%; }
	.wp_product_builder .offset-xl-2 { margin-left: 16.666667%; }
	.wp_product_builder .offset-xl-3 { margin-left: 25%; }
	.wp_product_builder .offset-xl-4 { margin-left: 33.333333%; }
	.wp_product_builder .offset-xl-5 { margin-left: 41.666667%; }
	.wp_product_builder .offset-xl-6 { margin-left: 50%; }
	.wp_product_builder .offset-xl-7 { margin-left: 58.333333%; }
	.wp_product_builder .offset-xl-8 { margin-left: 66.666667%; }
	.wp_product_builder .offset-xl-9 { margin-left: 75%; }
	.wp_product_builder .offset-xl-10 { margin-left: 83.333333%; }
	.wp_product_builder .offset-xl-11 { margin-left: 91.666667%; }

	/* Flex responsive */
	.wp_product_builder .d-xl-flex { display: flex !important; }
	.wp_product_builder .d-xl-block { display: block !important; }
	.wp_product_builder .d-xl-none { display: none !important; }
}

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
	.wp_product_builder .col-xxl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
	.wp_product_builder .col-xxl-auto { flex: 0 0 auto; width: auto; max-width: none; }

	/* Example for main breakpoints */
	.wp_product_builder .d-xxl-flex { display: flex !important; }
	.wp_product_builder .d-xxl-none { display: none !important; }
}
