@charset "utf-8";

@media (max-width: 480px) {

}

@media (max-width: 768px) {
	#product-information .title {
		font-size: 23px;
	}

	.brand-product img {
		max-width: 150px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.product-buttons {
		margin-right: -5px;
		margin-left: -5px
	}

	.product-buttons .btn {
		margin-right: 5px;
		margin-left: 5px
	}

	.product-buttons .btn-icon {
		width: 50px;
		padding: 12px
	}

	.product-buttons .btn:not(.btn-icon) {
		padding: 12px 30px
	}
}

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

@media (max-width: 1024px) {

}
