/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> specials-button **/
.specials-button {
	box-shadow: 0 0 30px 0 rgba(24, 24, 24, 0.11) !important;
	margin-right: 5px !important;
	position: fixed !important;
	bottom: 50% !important;
	right: -70px !important;
	z-index: 100000 !important;
	float: right !important;
	overflow-x: hidden !important;
	-webkit-transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

	/*= General =================== */

	/** General >> specials-button **/
	.specials-button {
	
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> specials-button **/
	.specials-button {
	box-shadow: 0 0 30px 0 rgba(24, 24, 24, 0.11) !important;
	margin-right: 5px !important;
	position: fixed !important;
	bottom: 50% !important;
	z-index: 100000 !important;
	float: right !important;
	clear: right !important;
	overflow-x: hidden !important;
	margin-right: 0px !important;
	-webkit-transform: rotate(-90deg) !important;
	-moz-transform: rotate(-90deg) !important;
	-ms-transform: rotate(-90deg) !important;
	-o-transform: rotate(-90deg) !important;
}


}

