@media screen and (max-width: 991.9px){
	.container {
		padding: 0 12px;
	}
	header.header {
		padding: 12px 0;
	}
	.nav-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 16px;
	}
	a.site-logo {
		max-width: 150px;
	}
	button.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
		gap: 6px;
		width: 30px;
		background: transparent;
		padding: 2px 0;
		border: none;
	}
	button.hamburger span {
		width: 100%;
		height: 3px;
		background-color: var(--primary);
		border-radius: 2px;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		position: relative;
		top: 0;
	}
	body.menu-active button.hamburger span:first-child {
		-webkit-transform: rotate(-47deg);
		transform: rotate(-47deg);
		top: 9px;
	}
	body.menu-active button.hamburger span:nth-child(2) {
		width: 0;
	}
	body.menu-active button.hamburger span:last-child {
		-webkit-transform: rotate(47deg);
		transform: rotate(47deg);
		top: -8.5px;
	}
	nav.main-nav {
		position: fixed;
		width: 300px;
		max-width: 100%;
		top: 62px;
		left: -100%;
		height: calc(100vh - 62px);
		max-height: calc(100vh - 62px);
		overflow-y: auto;
		z-index: 9;
		padding: 12px;
		background-color: var(--white);
		border-top: 1px solid var(--med-contrast);
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	body.menu-active nav.main-nav {
		left: 0;
		box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.1);
	}
	body.menu-active nav.main-nav ul {
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		-ms-grid-row-align: flex-start;
		align-items: flex-start;
		gap: 12px;
	}
	span.vertical {
		display: none;
	}
	main {
		padding-top: 64px;
	}
	.hero-img {
		padding: 64px 0;
	}
	.hero-left {
		margin: 0 auto;
		text-align: center;
	}
	.hero-product {
		margin: 0 auto;
	}
	.single-product-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.product-col-lg {
		margin: 0 0 16px;
	}
	.product-col-sm.blank-div{
		display: none;
	}
	.product-col-sm {
		width: 100%;
		text-align: end;
	}
	.single-wish-share .favourite-btn {
		margin-bottom: 0;
		margin-left: 16px;
	}	
	.billing-address-step, .address-step-preview, .payment-method, .order-review, .thankyou-order{
		padding: 20px;
	}
	.form-row.form-row-first, .form-row.form-row-last {
		width: 100%;
		float: none;
	}
	.form-row.form-row-first{
		padding-right: 0;
	}
	.form-row.form-row-last{
		padding-left: 0;
	}
	p#billing_city_field, p#billing_state_field, p#billing_postcode_field {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	p#billing_last_name_field {
		margin-top: 0;
	}
	input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea, select {
		padding: 10px 12px;
	}	
	.checkout_coupon button.button {
		padding: 11px;
	}
	p#billing_state_field select {
		height: 46px !important;
		padding: 10px 12px !important;
	}
}
@media screen and (max-width: 767.9px){
	body.admin-bar {
		margin-top: 46px;
	}
	body.admin-bar header.header {
		top: 46px;
	}
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 32px;
		line-height: 1.25;
	}
	h5 {
		font-size: 20px;
	}
	body, h6 {
		font-size: 16px;
		line-height: 1.4;
	}
	.my-account, .cart-btn {
		padding: 4px;
		position: relative;
	}
	.my-account p, .cart-btn p span{
		display: none;
	}
	.cart-btn p {
		position: absolute;
		top: 0;
		right: 0;
		line-height: 10px;
		font-size: 10px;
		background: var(--high-contrast);
		padding: 2px;
		min-width: 14px;
		border-radius: 8px;
		text-align: center;
		color: var(--white);
	}
	.product-cart {
		padding: 12px;
	}
	.cart-checkout {
		padding: 16px;
		gap: 16px;
	}
	.single-cart-product, .cart-product-title {
		gap: 12px;
	}
	.footer-row > * {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 100% !important;
		flex: 1 1 100% !important;
	}
	.footer-content {
		padding: 48px 12px;
		margin: 0 -12px;
		border-radius: 0;
	}
	.hero-section {
		padding: 0 0 48px;
	}
	.hero-content {
		border-radius: 0;
		margin: 0 -12px 24px;
		padding: 48px 12px;
	}
	.hero-img {
		padding: 40px 24px;
	}
	.hero-left h1 {
		font-size: 42px;
		line-height: 1.2;
	}
	.hero-bottom-left {
		text-align: center;
	}
	.case-left, .case-right {
		padding: 24px 16px;
	}
	.about-us-content {
		padding: 32px 16px 24px;
	}
	.contact-us-form {
		padding: 16px 0;
	}
	.soho-product-filter .col-md-4:not(:last-child) .single-filter{
		margin-bottom: 8px;
	}
	.product-top-area {
		padding: 16px;
	}
	.single-product-header {
		margin-bottom: 16px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.product-header-left, .product-header-right, .product-header-right form.cart, .woocommerce-variation-add-to-cart {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}	
	.product-header-left a.back-to-shop {
		padding: 10px;
	}
	.product-gallery-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.product-gallery-current-slide {
		height: 50vw;
		margin-right: 0;
		margin-bottom: 12px;
	}
	.product-gallery-slide-image {
		padding: 16px 0;
	}
	.product-gallery-row {
		width: 100%;
	}
	.product-gallery a.prev, .product-gallery a.next {
		width: 40px;
		height: 40px;
		padding: 7px;
	}
	.product-gallery a.prev {
		left: 5px;
	}
	.product-gallery a.next {
		right: 5px;
	}
	.product-gallery-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 560px;
	}
	button.product-gallery-single-image:not(:last-child) {
		margin-right: 12px;
		margin-bottom: 0;
	}

	button.product-gallery-single-image img {
		max-width: 115px;
	}
	.product-summery .nav a {
		font-size: 14px;
		padding: 12px;
	}
	.single-product-tab-content {
		padding: 16px;
		font-size: 14px;
	}
	.single-product-tab-content p:not(:last-child) {
		margin-bottom: 15px;
	}		
	.checkout-steps {
		padding: 20px 0;
	}
	.checkout-step-method button.primary-gradient-arrow {
		font-size: 16px;
	}
	.address-preview-data {
		flex-direction: column;
		gap: 16px;
	}
}
@media screen and (max-width: 575.9px){
	.advantages-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 320px;
		margin: 0 auto;
	}
	span.advantage-img {
		-ms-flex-preferred-size: 64px;
		flex-basis: 64px;
		height: 64px;
	}
	.single-order-details {
		padding: 16px;
	}
	.view-order-content > *, .view-order-summery, .add-payment-method-form, .account-single-address {
		padding: 20px;
	}
}
@media (min-width: 768px) and (max-width: 991.9px) {
	.advantages-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.view-order-summery {
		width: 300px;
		max-width: 100%;
	}
	.view-order-content > *, .view-order-summery {
		padding: 20px;
	}
}
@media screen and (min-width: 992px){
	nav.main-nav ul li a:hover {
		font-weight: 600;
		letter-spacing: 0;
		background: var(--primary-gradient);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}
