
/* +++++++++++++++++++++++++++
	 JEEP CONFIGURATOR
++++++++++++++++++++++++++++++ */


/*   
    
    Menu
    
    */

.jeep-configurator-menu ul li ul {
    display: none;
}



#jeep-front.btn.ma-active, #jeep-back.btn.ma-active {
    color: #E51B24;
    border-color: #E51B24;
}
#jeep-front.btn, #jeep-back.btn {
    line-height: 1.75rem;
}
#jeep-front.btn, #jeep-back.btn {
   border: 1px solid #dadae5;
	-webkit-transition: all 0.25s ease-out; /* Firefox */
	-moz-transition: all 0.25s ease-out; /* WebKit */
	-o-transition: all 0.25s ease-out; /* Opera */
	transition: all 0.25s ease-out; /* Standard */
}

#jeep-back.btn:hover,
#jeep-front.btn:hover {
	border-color: #EA384B;
}

#jeep-front.btn {
    margin-right: 4px;
}

#jeep-configurator img {
	max-height: none;
}

.btn.is--primary, .filter--active, .filter-panel, #listview.btn, #gridview.btn {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.jeep-configurator-menu {
    float: left;
    margin: 0;
    /*
    width: 230px;
    width: 14.375rem;
    */
    width: 100%;
}

.jeep-configurator-menu ul li {
	margin: 0;
	list-style: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: .25rem;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-top: .375rem;
	padding-bottom: .375rem;
}

.jeep-configurator-menu ul li ul li {
	border-color: #fff;
	padding: 0;
}

.jeep-configurator-menu ul li ul li a {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	padding: .25rem;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	padding-left: 24px;
	padding-left: 1.5rem;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-top: .375rem;
	padding-bottom: .375rem;
}


.jeep-configurator-actions {
		border-radius: 3px;
		background-clip: padding-box;
		margin: 0px 0px 20px 0px;
		margin: 0rem 0rem 1.25rem 0rem;
		overflow: hidden;
}

.jeep-configurator-actions .jeep-configurator-label {
	font-weight: bold;
	display: block;
	margin: 4px 0 15px 0;
}


.jeep-configurator-actions #cc_select .js--fancy-select {
	width: 100%;
}

.jeep-configurator-buttons {
	float: right;
	margin: 0px 10px 10px 0px;
	margin: 0rem .625rem .625rem 0rem;
	text-align: center;
	width: 25%;
}

.jeep-configurator-buttons a {
	float: right;
	display: block;
	width: auto;
	text-align: center;
	padding: 10px;
	min-width: 72px;
	min-height: 72px;
	position: relative;
}

.jeep-configurator-buttons a img {
	display: block;
	margin: 0 auto;
	opacity: 1;
	-webkit-transition: all 0.25s ease-out; /* Firefox */
	-moz-transition: all 0.25s ease-out; /* WebKit */
	-o-transition: all 0.25s ease-out; /* Opera */
	transition: all 0.25s ease-out; /* Standard */
}

.jeep-configurator-buttons a:hover img {
	opacity: 0;
}

.jeep-configurator-buttons a span {
	display: block;
	line-height: 100%;
	padding: 4px 0 0 0;
}

/*
.jeep-configurator-buttons a#jeep-front {
	margin-right: 12px;
}
*/


.jeep-configurator-buttons a#jeep-front:before,
.jeep-configurator-buttons a#jeep-back:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("https://shop.asp-eberle.com/cc_images/jeep-icon-front-active.png");
	background-repeat: no-repeat;
	background-position: center 10px;
	opacity: 0;
	-webkit-transition: all 0.25s ease-out; /* Firefox */
	-moz-transition: all 0.25s ease-out; /* WebKit */
	-o-transition: all 0.25s ease-out; /* Opera */
	transition: all 0.25s ease-out; /* Standard */
}

.jeep-configurator-buttons a#jeep-back:before {
	background-image: url("https://shop.asp-eberle.com/cc_images/jeep-icon-back-active.png");
}

.jeep-configurator-buttons a#jeep-front:hover:before,
.jeep-configurator-buttons a#jeep-back:hover:before,
.jeep-configurator-buttons a#jeep-front.ma-active:before,
.jeep-configurator-buttons a#jeep-back.ma-active:before {
	opacity: 1;
}

#jeep-configurator {
	position: relative;
	z-index: 99;
	height: 660px;
	float: right;
	width: 73.948%;
}

#jeep-configurator-articles {
	float: right;
	width: 73.948%;
}

#jeep-configurator .cc_layer {
	top: 0;
	left: 0;
	height: 100% !important;
}

.is--ctl-carconfigurator .content--wrapper .content--wrapper {
	float: right;
	width: 72.946%;
}

#jeep-configurator-articles .product--box .box--content .product--info .product--price-info .product--price .price--default {
  font-size: 16px;
	font-size: 1rem;
  line-height: 14px;
  line-height: .875rem;
  display: block;
}

#jeep-configurator-articles form.addSingleToBasket {
	clear: both;
	overflow: hidden;
	position: relative;
	z-index: 505;
	display: block;
}

#jeep-configurator-articles select#sQuantity {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  font-size: 14px;
	float: left;
	width: 100%;
	background-color: transparent;
	display: inline-block;
	position: relative;
	border: 1px solid #dadae5;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	padding: 6px 0 6px 8px;
	padding: .375rem 0 0.375rem .5rem;
	line-height: 100%;
	line-height: 100%;
	min-height: 36px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

#jeep-configurator-articles select#sQuantity:hover {
	border-color: #ea384b;
}

#jeep-configurator-articles .buybox--quantity.block {
	position: relative;
	float: left;
	width: 50%;
	background: #f8f8fa;
}

#jeep-configurator-articles .buybox--quantity.block:before {
	content: "\e612";
	font-size: 5px;
	font-family: 'shopware';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 16px;
	border-left: 1px solid #dadae5;
	height: 100%;
	width: 30px;
}

#jeep-configurator-articles .addSingleToBasketSubmit {
	font-size: 20px;
	font-size: 1.25rem;
	border: 1px solid #dadae5;
	height: 100%;
	display: block;
	padding: 8px 0 7px 0;
	padding: .5rem 0 0.469rem 0;
	line-height: 100%;
	line-height: 100%;
	background-color: #f46b7a;
	background-image: -ms-linear-gradient(top, #f46b7a, #ea384b);
	background-image: linear-gradient(to bottom, #f46b7a 0%, #ea384b 100%);
	border: 0 none;
	color: #fff;
	margin: 0;
	max-height: 36px;
	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	width: 50%;
	float: left;
	position: relative;
}

#jeep-configurator-articles .addSingleToBasketSubmit:before {
	content: "";
	background-color: #005696;
	background-image: -ms-linear-gradient(top, #005696, #005696);
	background-image: linear-gradient(to bottom, #005696 0%, #005696 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#jeep-configurator-articles .addSingleToBasketSubmit:hover:before {
	opacity: 0;
}

#jeep-configurator-articles .addSingleToBasketSubmit .icon--basket {
	position: relative;
	z-index: 90;
}

.is--ctl-carconfigurator #listing--bottom-paging  #addtoBasket:hover,
#jeep-configurator-articles .addSingleToBasketSubmit:hover {
	background-color: #005696;
	background-image: -ms-linear-gradient(top, #005696, #005696);
	background-image: linear-gradient(to bottom, #005696 0%, #005696 100%);
}

.is--ctl-carconfigurator #listing--bottom-paging  #addtoBasket {
	font-size: 16px;
	font-size: 1rem;
	border: 1px solid #dadae5;
	height: 100%;
	display: block;
	padding: 10px 14px 10px 14px;
	padding: .625rem .75rem .625rem .75rem;
	line-height: 100%;
	line-height: 100%;
	background-color: #ea384b;
	border: 0 none;
	color: #fff;
	margin: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	float: left;
	position: relative;
	margin-bottom: 36px;
}

#jeep-configurator-articles h3 {
	font-style: italic;
	height: auto;
	line-height: 160%;
	background-color: #ffffff;
	border-bottom: 2px solid #2E3134;
	border-top: 2px solid #2E3134;
	text-align: center;
	color: #2E3134 !important;
	font-size: 4em !important;
	margin-bottom: 36px;
}



.navigation--entry.has--sub-children.level-dropdown.open {
	padding-bottom: 24px;
}

.jeep-configurator-menu ul li ul li {
	border-bottom: 1px solid #99bbd5;	
}

.jeep-configurator-menu ul li ul li a {
	color: #fff;
	padding-right: 12px;
	padding-right: 0.75rem;
	padding-left: 12px;
	padding-left: .75rem;
}

.jeep-configurator-menu ul li ul li.open > a {
	font-weight: 600 !important;
}

.jeep-configurator-menu ul li ul li.active,
.jeep-configurator-menu ul li ul li.open a,
.jeep-configurator-menu ul li ul li a:hover {
	background-color: #6699BF !important;
}

.jeep-configurator-menu ul li ul li ul li {
	position: relative;	
	border-bottom: none;
}

.jeep-configurator-menu ul li ul li ul li a {
	padding-left: 36px;
	padding-left: 2.25rem;
}

.jeep-configurator-menu ul li ul li ul li.active a,
.jeep-configurator-menu ul li ul li ul li a:hover {
	background-color: #99BBD5 !important;
}

.jeep-configurator-menu ul li ul li ul li:before {
	content: '';
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #005696;
	position: absolute;
	left: 18px;
	top: 12px;
	opacity: 1;
	
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.jeep-configurator-menu ul li ul li ul li.active:before,
.jeep-configurator-menu ul li ul li ul li:hover:before {
	opacity: 0;
}

.jeep-configurator-menu ul li ul li ul li.active a,
.jeep-configurator-menu ul li ul li ul li a:hover {
	color: #005696;
}

#jeep-image-placeholder {
	position: relative;
	z-index: -200;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
	.is--ctl-carconfigurator .sidebar-main {display: block;}
}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
	.is--ctl-carconfigurator .sidebar-main {display: block;}
	#jeep-configurator {height: auto;width: 70%;}
	#jeep-configurator-articles {width: 70%;}
}

@media only screen and (min-width: 766px) and (max-width: 959px) {
	.is--ctl-carconfigurator .sidebar-main {display: block;}
	#jeep-configurator {height: auto;width: 70%;}
	#jeep-configurator-articles {width: 70%;}
}

@media only screen and (min-width: 731px) and (max-width: 765px) {
	#jeep-configurator {float: none; width: 100%;height: auto;}
	#jeep-configurator-articles {float: none; width: 100%;}
	.jeep-configurator-menu ul li {padding-top: 0; padding-bottom: 0;}
	.is--ctl-carconfigurator .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link {padding-top: 6px; padding-bottom: 6px; padding-top: .375rem; padding-bottom: .375rem;}
	.is--ctl-carconfigurator .navigation--entry.has--sub-children.level-dropdown.open {padding-bottom: 0;}
}


@media only screen and (min-width: 481px) and (max-width: 730px) {
	#jeep-configurator {float: none; width: 100%;height: auto;}
	#jeep-configurator-articles {float: none; width: 100%;}
	.jeep-configurator-menu ul li {padding-top: 0; padding-bottom: 0;}
	.is--ctl-carconfigurator .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link {padding-top: 6px; padding-bottom: 6px; padding-top: .375rem; padding-bottom: .375rem;}
	.is--ctl-carconfigurator .navigation--entry.has--sub-children.level-dropdown.open {padding-bottom: 0;}
}


@media only screen and (max-width: 480px) {
	#jeep-configurator {float: none; width: 100%;height: auto;}
	#jeep-configurator-articles {float: none; width: 100%;}
	.jeep-configurator-menu ul li {padding-top: 0; padding-bottom: 0;}
	.is--ctl-carconfigurator .sidebar-main .sidebar--categories-wrapper .sidebar--categories-navigation .sidebar--navigation .navigation--entry .navigation--link {padding-top: 6px; padding-bottom: 6px; padding-top: .375rem; padding-bottom: .375rem;}
	.is--ctl-carconfigurator .navigation--entry.has--sub-children.level-dropdown.open {padding-bottom: 0;}
}