/* CSS Document */

.e64-accordion {
    padding: 10px;
}

.e64-colour-choice {
    margin-top: 10px;
    height: 220px;
    height: auto;
    margin-bottom: 25px !important;
}

.e64-colour-choice button {
	display: block;
}

.e64-colour-choice label {
    width: 100%;
}


h3 {
    font-size: 16px;
}

.e64-accordion::after{
    right: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #636363;
}

.e64-active::after {
    border-bottom: 7px solid #e8e8e8;
    border-top: 0px;
}

.e64-colour-boxes {
    margin-left: 0px;
	max-width: 176px;
    max-width: 100%;
}

.e64-car-colours {
    width: 185px;
}

.e64-select {
	margin-left: 0px;
}

.e64-panel {
	max-height: 0px;
    background-color: rgba(255,255,255,0.65);
	padding: 0px 5px;
}

.e64-colour-boxes {
    background-color: rgba(0,0,0,0);
}

h4.e64-heading {
	color: black !important;
}

.e64-overlay-img {
	display:none;
}

.e64-mbl-overlay-img {
	display: block;
    margin: 0px;
    position: relative;
}

.e64-alloy-colour {
    top: 59.2%;
    height: 32%;
    width: 26.2%;
    background-color: white;
}

.e64-right-alloy {
	display: none;
}

.e64-left-alloy {
    left: 38.6%;
}


.e64-gator-colour {
    top: 57.8%;
    height: 34.6%;
    width: 28.8%;
    background-color: white;
}

.e64-right-gator {
	display: none;
}

.e64-left-gator {
    right: 33.8%;
}


@media (max-width: 721px) {
		
	.e64-box-right {
		right: 0px;
	}
	.e64-photo-control {
		margin-left: 13px;
		display: inline-block;
	}
	
}

