.variations {
    margin: 0 0 25px;
}

.variations .item {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 3px;
    margin: 0 0 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 10px;
    border: 1px solid #fff;
}

.variations .item.active {
    border: 1px solid #ff9e55;
}

.variations .item .form {
    margin: 0;
}

.variations .item .form .radio {
    padding: 0;
    margin: -4px 0 0 0;
}

.variations .item .size {
    display: block;
    color: #1e3c78;
    font-family: biorhymeextrabold,arial,tahoma;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    flex: 0 0 100px;
    border-left: 1px solid #d4d7da;
    border-right: 1px solid #d4d7da;
    padding: 5px 0;
}

.variations .item .price {
    flex: 0 0 95px;
    text-align: center;
    font-family: work_sansbold,arial,tahoma;
    font-size: 17px !important;
    line-height: 18px;
    color: #ff9e55;
    border-right: 1px solid #d4d7da;
    align-self: stretch;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 !important;
}

.variations .item .price small {
    display: block;
    color: #1e3c78;
    font-size: 11px !important;
    line-height: 14px;
    text-decoration: line-through;
}

.variations .item .text {
    display: block;
    font-family: work_sansregular,arial,tahoma;
    font-size: 13px;
    text-transform: none;
    white-space: normal;
    padding: 2px 15px 0 15px;
}

.zone-holder {
	margin: 0 0 10px;
}

.btn-zone {
	display: block;
	background: white;
	text-decoration: none;
	border-radius: 3px;
	overflow: hidden;
	width: 180px;
	margin: 0 auto 10px;
}

.btn-zone.active .zone-price {
	background: #1e3c78;
	color: white;
}

.zone-label {
	display: block;
	background: #49ad89;
	color: white;
	font-family: 'work_sansbold';
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	padding: 7px 10px 4px 10px;
}

.zone-price {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 22px;
	color: #1e3c78;
}

.zone-price b {
	font-family: 'work_sansbold';
	font-weight: 400;
}

@media screen and (min-width: 600px) {
	.zone-holder {
		display: flex;
		justify-content: center;
	}
	
	.btn-zone {
		display: block;
		background: white;
		margin: 0 5px;
		text-decoration: none;
		border-radius: 3px;
		overflow: hidden;
	}
}

@media screen and (min-width: 980px) {
	.zone-holder {
		display: block;
	}
	
	.btn-zone {
		margin: 0 auto 10px;
	}
}

@media screen and (min-width: 1400px) {
	.zone-holder {
		display: flex;
		justify-content: center;
	}
	
	.btn-zone {
		margin: 0 5px;
	}
}
