.btn-where-to-buy {
		display: inline-block;
		position: absolute;
		bottom: 145px;
		margin-left: -8px;
		max-width: 260px;
	}

	.btn-where-to-buy.btn-fixed {
		position: fixed;
		z-index: 999;
		top: 100px;
	}

	#where-to-buy-footer-btn {
		position: relative;
		opacity: 0;
		bottom: -70px;
		right: 70px;
		transition: .3s ease-out;
	}

	#where-to-buy-footer-btn.visible {
		bottom: -10px;
		opacity: 1;
	}

	#where-to-buy-footer-btn img {
		width: 155px;
	}

	.where-to-buy--under-product img {
		display: inline-block;
		width: 200px;
	}

	.where-to-buy--single-mancha {
	    position: absolute;
	    z-index: 9;
	    right: 15px;
	    bottom: 10px;
	}

	.where-to-buy--single-mancha img {
		width: 140px;
		display: inline-block !important;
	}

	.where-to-buy--inside-banner {
		position: absolute;
	}

		.where-to-buy--inside-banner img {
			width: 110px;
			-webkit-transition: all 0.15s ease-in;
	  		-moz-transition: all 0.15s ease-in;
	  		-o-transition: all 0.15s ease-in;
	  		transition: all 0.15s ease-in;
		}

		.where-to-buy--inside-banner:hover img {
			width: 133px;
		}

		.where-to-buy--inside-banner.right-bottom {
			right: 10px;
			left: 10px;
			bottom: 5px;
			text-align: center;
		}

		@media (min-width: 600px) {
			.where-to-buy--inside-banner img {
				width: 125px;
			}
			.where-to-buy--inside-banner.right-bottom {
				right: 15px;
				bottom: 10px;
				left: auto;
			}
		}

		@media (max-width: 768px) {
			.btn-where-to-buy {
				position: fixed;
				bottom: auto;
				right: -40px;
				top: 60px;
				max-width: 170px;
			}

			.btn-where-to-buy.btn-fixed {
				top: 60px;
			}
		}

		@media (max-width: 768px) {
			.btn-where-to-buy {
				max-width: 140px;
				right: -30px;
			}
		}

		@media (max-width: 414px) {
			.where-to-buy--under-product img {
				width: 160px;
			}
			#where-to-buy-footer-btn {
				right: 55px;
			}
			#where-to-buy-footer-btn img {
				width: 120px;
			}
			.where-to-buy--single-mancha {
			    right: auto;
			    left: 20px;
			    bottom: 35px;
			}
		}