/* woocommerce single product css */

form.cart {
	margin-top: clamp(22px, (100vw - 100vmin), 30px)
}


@media (min-width: 768px) {
	
	/*
	body.single-product [data-device="desktop"] .ct-container,
	body.single-product .woocommerce-notices-wrapper, article>.related,
	body.single-product article>.upsells, article>.page-links,
	body.single-product article>.entry-tags, article>.author-box, article>.ct-comments,
	body.single-product article>.ct-share-box,
	body.single-product article>.hero-section,
	body.single-product article>.post-edit-link,
	body.single-product article>.post-navigation,
	body.single-product article>.ct-related-posts,
	body.single-product article>.ct-newsletter-subscribe-container,
	body.single-product article>.product .wc-tabs, article>.product .ct-accordion-heading,
	body.single-product article>.post-password-form,
	body.single-product article>.product .product-entry-wrapper {
		max-width: var(--theme-normal-container-max-width);
		padding-left: 10px;
    	padding-right: 10px;
	}
	*/
	
}

@media (min-width: 3540px) {
	
	
}

@media (min-width: 1025px) and (max-width: 1366px) {
	
	
}

@media (min-width: 768px) and (max-width: 1024px) {

	
	
}

@media (max-width: 767px) {
	

	
}

@media (max-width: 499px) {
	
	
	
}