/* v1.0.8 */

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
	.* { background: blue !important; }
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
	.* { background: rebeccapurple !important; }
}

/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1405px) {
	.* { background: lime !important; }
}

/*** Responsive Styles Desktop Only ***/
@media all and (min-width: 981px) {
	.* { background: green !important; }
}

/*** Responsive Styles 981px - 1100px ***/
@media all and (min-width: 981px) and (max-width: 1100px) {
	.* { background: burlywood !important; }
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	.* { background: yellow !important; }
	#wwg_cart_flex_wrapper {
		display: block;
	}
	/* MY ACCOUNT */
	nav.woocommerce-MyAccount-navigation {
		width: 100% !important;
		margin-bottom: 24px;
	}
	div.woocommerce-MyAccount-content {
		width: 100% !important;
	}
	nav.woocommerce-MyAccount-navigation ul li a {
		padding: 8px;
	}
	.wwg_topspace_mobile_columns.et_pb_gutters1 .et_pb_column:last-child {
		margin-top: 16px !important;
	}
	.two-columns .et_pb_column {
		width: 50% !important;
	}
	/* END ACCOUNT */
	/* ARCHIVE */
	#wwg_archive_header h1 {
		font-size: 60px;
	}
	.wwg_archive_results {
		gap: 0;
	}
	.wwg_archive_results .wwg_grid_item {
		width: 100% !important;
	}
	/* END ARCHIVE */
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
	.* { background: orange !important; }
}

/*** Responsive Styles Above Smartphone Only ***/
@media only screen and (min-width: 767px) {
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper {
		width: 13%;
	}
	.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper {
		width: 87%;
	}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.* { background: red !important; }
	.et_pb_row { width: 92%; }
	.wwg_make_buttons_inline_but_not_on_mobile .et_pb_button_module_wrapper {
		display: block;
	}
	/* ARCHIVE */
	#wwg_archive_header {
		padding-top: 24px;
		padding-bottom: 24px;
	}
	#wwg_archive_header h1 {
		font-size: 44px;
	}
	#wwg_archive_content {
		display: block;
	}
	#wwg_archive_col_sidebar {
		width: 100%;
		margin-right: 0;
	}
	.wwg_archive_header_bg_video {
		transform: scale(2.5);
		bottom: auto;
	}
	/* END ARCHIVE */
	/* FOOTER */
	footer .wwg_footer_btm_links span#wwg_year_rights {
		display: block;
	}
	footer .wwg_footer_btm_links a:nth-of-type(1) {
		border: 0;
		margin-left: 0;
	}
	.two-columns .et_pb_column {
		width: 45% !important;
	}
	/* END FOOTER */
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
	.* { background: purple !important; }
}