	.social{
	text-align:center !important;
	background:#e2231a;
}

.social ul{
	position:relative;
	width:100%;
	list-style:none;
	padding:0;
}

.social ul .item {
 display:inline-block;
 margin: 19px 5px 15px 5px;	

}

.container:target:before {
content: "";
display: block;
height: 150px;
}

.footer-holder:target:before {
content: "";
display: block;
height: 150px;
}

.mt-product-detial:target:before {
content: "";
display: block;
height: 50px;
}


.button-59 {
			align-items: center;
			background-color: #fff;
			border: 2px solid #000;
			box-sizing: border-box;
			color: #000;
			cursor: pointer;
			display: inline-flex;
			fill: #000;
			font-family: "Montserrat", sans-serif;
			font-size: 16px;
			font-weight: 600;
			height: 48px;
			justify-content: center;
			letter-spacing: -.8px;
			line-height: 24px;
			min-width: 140px;
			outline: 0;
			padding: 0 17px;
			text-align: center;
			text-decoration: none;
			transition: all .3s;
			user-select: none;
			-webkit-user-select: none;
			touch-action: manipulation;
			}

			.button-59:focus {
			color: #171e29;
			}

			.button-59:hover {
			border-color: #ff6060;
			color: #ff6060;
			fill: #ff6060;
			}

			.button-59:active {
			border-color: #ff6060;
			color: #ff6060;
			fill: #ff6060;
			}

			@media (min-width: 768px) {
			.button-59 {
				min-width: 170px;
			}
			}