/* 
* Use this file if you want to put custom styles and do not want to use Sass and Gulp 
* Readmore - http://docs.imagecms.net/rabota-s-shablonom-multishop/rabota-s-css-i-javasctipt-dlia-razrabotchikov
*/

.flipper{
    -webkit-perspective: none;
    perspective: none;
}

.product-cut__not-available-link{
	font-weight: bold;
}

.product-cut__not-available-link:hover{
	color: black;
}

.product-cut__not-available-info{
	text-transform: uppercase;
}

.link--secondary{
	color: red;
	font-weight: bold;
}

.link--secondary:hover{
	color: black;
}

.notify_me_link{
	color: #ffffff;
	font-weight: bold;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
}