




	@media only screen and (min-width: 990px) {
		

	
	
	
	}
		
	@media only screen and (min-width: 768px) and (max-width: 989px) {
				

		
	}
		
		
	@media only screen and (max-width: 767px) {
		

		
	}
	
	
	

	
	
/* ======================================================================================================================================================
# Product Additions
====================================================================================================================================================== */
  
	/* Product Variants */
	#top .product .summary .woo-product-variants {
		
		margin-top: 2.5vh; padding: 1.075rem 0; border-top: solid 1px #e1e1e1; border-bottom: solid 1px #e1e1e1;
		h3 {margin-bottom: 1.275rem; font-size: 18px;}
		.variant-item {
			display: flex; margin-bottom: 0.5rem; gap: 1rem;
			img {border-radius: 4px; border: solid 1px #e1e1e1;}
			h4 {margin-bottom: 1rem; font-size: 14px; font-weight: 500; color: #585858;}
			.variant-read-more a {}
		}
		.variant-item:last-child {margin-bottom: 0;}
		
	}