/*
Theme name: Altec
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/
@media (min-width: 767px) {
	.shopify-buy-frame{
		display: inline-block !important;
	}
}
.shopify-buy-frame--product{
	width: 170px;
}
.slider-secondary .slider-group .shopify-buy-frame{
	display: none !important;	
}
@media (max-width: 767px) {
	.slider-secondary .slider-group .shopify-buy-frame{
		display: inline-block !important;
	}

}
@media (max-width: 768px) {
	.section-actions .shopify-buy-frame--product{
		float: right;
	}
}

p {  }
