
.buttons{
	display: flex;
	justify-content: center;
}

.buttons center, .buttons a{
	width: 100%;
}

.button{
	background: black;
	color: white;
	padding: 15px 25px;
	margin-top: 2.5vw;
	font-size: 0.625rem;
	text-transform: uppercase;
	min-width: 200px;
	-webkit-appearance: none;
	width: 100%;
	text-align: center;
}

@media(max-width: 700px){
	
	.buttons{
		margin-top: 21px;
	}
	
	.swiper-slide{
		width:100%!important
	}
	
	.description{
		margin-top: 25px;
	}	
}



@media(min-width: 1800px){
	
	.description{
		max-width: 600px;
	}
	
}


.description tr td:nth-child(1){
	white-space: nowrap;
}


.options a{
	opacity: 0.5;
}

 .options a.a{
	opacity: 1;
 }