/* CSS Document */

.large_wrapper{
	width:100%;
}

.e64-cs-container {
    margin: 0px;
    background-image: url(../assets/saloon/background.png);
    background-repeat: no-repeat;
    height: 362px;
    /*background-position: center 50px;*/
	width:100%;
}

.e64-colour-selector {
	position:relative;
	max-width: 1150px;
    margin: auto;
	background-repeat:no-repeat;
	height: auto;
}

.e64-choice-box {
    /*margin-right: 15px;*/
	/*z-index: 50;*/
	/*position: absolute;*/
}

.e64-box-left {
	width: 195px;
}
.e64-box-right {
    right: 0px;
	margin-right: 0px;
}

.e64-box-1 {
	left: 120px;
}

.e64-box-2 {
	left: 325px;
}

.e64-box-3 {
	left: 530px;
}

.e64-box-4 {
    left: 735px;
    width: 135px;
	width: 50px;
}

.e64-buyColourButton.button {
    padding: 7px 6%!important;
	padding: 10px !important;
}

button.e64-buyColourButton.button.disabled {
    background-color: #ccc!important;
}

.e64-colour-wheel {
	padding-bottom: 15px;
}

.e64-colour-choice {
    /*margin-left: 30px;*/
    /*width: calc( 100% - 60px );*/
	/*height:40px;*/
	/*position: absolute;*/
	display: flex;
	justify-content: center;
	gap: 20px;
}

.e64-colour-choice > label {
	float: left;
	display: block;
}

.e64-colour-choice > label h4 {
    margin:6px 15px 5px 5px;
}

h4.e64-heading {
    margin: 5px 0 0;
}

.e64-colour-boxes {
	float: left;
	max-width: 195px;
    background-color: rgba(0,0,0,0);
}

.e64-car-colour {
    width: 100%;
    height: 600px;
    z-index: 10;
	/*margin-top: 10px;*/
	position: absolute;
	overflow: hidden;
	/*top: 40px;*/
}

.e64-car-colour img {
    float: right;
    height: auto;
    width: 100%;
}

.e64-wheel {
    position: absolute;
    z-index: 10;
    border-radius: 50%;
    padding: 0px;
}

.e64-gator-colour {
    top: 53.5%;
    height: 31%;
    width: 8.5%;
    background-color: white;
}

.e64-right-gator {
    right: 28.8%;
}

.e64-left-gator {
    right: 69%;
}

.e64-alloy-colour {
    top: 55.9%;
    height: 26.8%;
    width: 7.1%;
    background-color: white;
}

.e64-right-alloy {
    right: 29.5%;
}

.e64-left-alloy {
   left: 23.35%;
}


.e64-box {
	float:left;
	display:block;
	width: 32px;
	height: 32px;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #000;

	margin-right: 3px;
	margin-left: 4px;
	margin-bottom: 7px;
	border: 1px solid #000;
	border: 1px solid #00000020;
	border-radius: 3px;
}

.e64-custom-colour {
	border-width: 0px;
	width: 32px;
	height: 32px;
}

.e64-wheel-img {
    position: absolute;
    z-index: 75;
}


.e64-overlay-img, .e64-mbl-overlay-img {
    right: 0px;
    z-index: 50;
	position: absolute;
}

.e64-mbl-overlay-img {
	display: none;
}


/*
 *
 *  Taking Photos CSS
 *
 */
.e64-overlay-box {
    position: absolute;
    top: 50px;
	width: calc(100% - 40px );
    height: auto;
	z-index: 90;
}

.e64-camera-flash {
	display:none;
	width:100%;
	height:602px;
	background-color: white;
}

.e64-show-image {
    display: none;
    padding: 10px;
    background: white;
    border: 1px solid #b7b7b7;
    margin: 9px 10px 10px 9px;
	-moz-box-shadow: 0px 5px 20px black;;
	-webkit-box-shadow: 0px 5px 20px black;;
	box-shadow: 0px 5px 20px black;
}

.e64-show-image img {
    width: 100%;
    height: auto;
}

.e64-photo-control {
    display: inline-block;
    width: 36px;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
}


.e64-photo-control:hover i {
    color: #57646F  ;
}

.e64-close-button {
	display:none;
    position: relative;
}

.e64-box-right > p {
    margin-top: 0px;
}

/* Style the buttons that are used to open and close the accordion panel */

.e64-select {
	border: 1px solid #eee;
	color: #444;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    text-align: center;
    outline: none;
    /* max-width: 185px; */
    /* margin: 10px 0px 5px 20px; */
    /* border-radius: 5px; */
}


.e64-select option {
	cursor: pointer;
	opacity: 0.85;
}

.e64-select option:first-child {
	color: #bfbfbf;
}

/* Style the accordion panel. Note: hidden by default */
.e64-panel {
	overflow: hidden;
    -moz-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
    -webkit-transition: max-height 0.4s ease-in-out;
	transition: max-height .4s ease-in-out;

	max-height: 0px;
    background-color: rgba(255,255,255,1);
	padding: 10px 0 0 0;
}

.e64-accordion {
	border: 1px solid #eee;
	background-color: rgba(255,255,255,0);
	color: #444;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	text-align: left;
	outline: none;
	margin-bottom:5px;
	position: relative;

	background-color: #333 !important;
	font-weight: 600;
	border-radius: 5px;
	/*text-shadow: none !important;*/
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.e64-accordion:hover {
	background-color: #ccc;
	color: black;

	background-color: #92C516 !important;
	color: #fff;
}

.e64-accordion::after {
	content: '';
	position: absolute;
	right: 8px;
	bottom: 13px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #636363;
	clear: both;

	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #747d64;
}

.e64-active::after {
    border-bottom: 10px solid #e8e8e8;
    border-top: 0px;
}

.visualizer-heading{
	margin: 0 auto;
	width: auto;
	text-align: center;
}

.visualizer-heading h3{
	font-size: 2em;
	margin-top: 40px;
}

/*
 *
 *
 *  Box colour selectors
 *
 */
 
 /*
  * Car Colours 
  */
.e64-grey {
	background-color:#CCC;
}
.e64-brown {
	background-color:#690000;
}
.e64-charcoal {
	background-color:#333;
}
.e64-white {
	background-color:#fff;
}
.e64-navy {
	background-color:#039;
}
.e64-green {
	background-color:#090;
}
.e64-yellow {
	background-color:#FF0;
}
.e64-orange {
	background-color:#F90;
}
.e64-maroon {
	background-color:#C30;
}
.e64-salmon {
	background-color:#F69;
}
.e64-royal {
	background-color:#39F;
}
.e64-red {
	background-color:#ff0000;
}


/*
 * Alloy Wheel Colours
 */
.e64-000000{
	background-color:#000000;
}
.e64-302e2f{
	background-color:#302e2f;
}
.e64-4d4d4b{
	background-color:#4d4d4b;
}
.e64-676767{
	background-color:#676767;
}
.e64-828282{
	background-color:#828282;
}
.e64-9c9a9b{
	background-color:#9c9a9b;
}
.e64-b5b5b5{
	background-color:#b5b5b5;
}
.e64-cecece{
	background-color:#cecece;
}
.e64-e5e5e5{
	background-color:#e5e5e5;
}


