@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

.tech_boxes {
  background: radial-gradient(
      100.06% 125.59% at 100.01% 100.06%,
      rgba(255, 255, 255, 0.35) 41.1%,
      rgba(255, 255, 255, 0.05) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border: 0.5px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(2px);
  border-radius: 95px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.tech_box {
  background: radial-gradient(
    94.84% 280.44% at 59.24% 50.47%,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.sports_cars::-webkit-scrollbar {
  display: none;
}
.our_history_images .swiper-slide.swiper-slide-active {
  width: 635px !important;
  height: 336px !important;
}
.our_history_images .swiper-slide.swiper-slide-active img {
  width: 635px !important;
  height: 336px;
}
.our_history_images .swiper-slide.swiper-slide-active img {
  width: 100%;
  object-fit: cover;
}
.our_history_images .swiper-slide-prev img {
  margin-left: auto;
}
.our_history_images .swiper-slide img {
  height: 264px;
}
.history .swiper-pagination {
  bottom: 150px !important;
}
.single-events .history .swiper-pagination {
  bottom: -34px !important;
}

.history .swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
  width: 6px;
  height: 6px;
}
.history .swiper-pagination-bullet-active {
  background-color: #9b9b9b !important;
}
.ctaheading:after {
  content: "";
  background: #ffffff;
  filter: blur(200px);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1111;
}

@media (max-width: 960px) {
  .mobile-nav-active #primary-menu,
  .mobile-contact-nav-active #contact_menu {
    position: absolute;
    inset: 0;
    margin: 0;
    background: rgba(0, 0, 0, 1);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    padding-top: 64px;
    top: 69px;
    height: 100vh;
  }
  .mobile-nav-active #primary-menu ul li a,
  .mobile-contact-nav-active #contact_menu ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
  }
  .mobile-nav-active #primary-menu ul li,
  .mobile-contact-nav-active #contact_menu ul li {
    margin-bottom: 48px;
  }

 .mobile-nav-active #primary-menu ul li ul li,
 .mobile-contact-nav-active #contact_menu ul li ul li {
    margin-bottom: 10px;
  }
ul.sub-menu {
    margin-left: 32px;
    margin-top: 20px;
}	
	
	.mobile-contact-nav-active #contact_menu ul li ul {
		margin-left:30px;
	}
	
  .tech_boxes {
    width: 16px;
    height: 16px;
  }
  .ctaheading:after {
    filter: blur(25px) !important;
  }
  .our_history_images .swiper-slide.swiper-slide-active {
    width: 100% !important;
    height: 184.22px !important;
  }
  .our_history_images .swiper-slide.swiper-slide-active img {
    width: 100% !important;
    height: 184.22px;
  }
}
.event_date {
  background: radial-gradient(
      94.84% 280.44% at 59.24% 50.47%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.locations {
  border-radius: 10px;
  backdrop-filter: blur(3px);
}
.custom-taxonomy a {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  z-index: 999;
}

.sticky_header header {
  background: radial-gradient(
      248.86% 25940.08% at 63.51% 36.36%,
      rgba(53, 53, 53, 0.49) 0%,
      rgba(43, 43, 43, 0.21) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  opacity: 0.95;
  backdrop-filter: blur(47.5px);
  transition-duration: 300ms;
  transition-delay: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contacts-form br {
  display: none;
}
.banner_page::after {
  background: linear-gradient(
    180deg,
    #000000 34.92%,
    rgba(0, 0, 0, 0.659092) 62.18%,
    rgba(0, 0, 0, 0.434829) 79.34%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 320px;
}
.contacts-form .wpcf7-submit {
  padding: 12px 81px;
  border-radius: 50px;
}
.contacts-form span.wpcf7-spinner {
  position: absolute;
  right: 4px;
  top: 6px;
}
.wpcf7-response-output {
  color: white;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}
.contacts-form .wpcf7-list-item input {
  display: none;
}

#acceptance-terms .checked:before {
  background: #e67819;
  border-color: #e67819;
}
#acceptance-terms .wpcf7-list-item:before {
  content: "";
  -webkit-appearance: none;
  background: #000000;
  border: 0.5px solid #5e5e5e;
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}

#acceptance-terms .checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  font-weight: bold;
}
.wpcf7-list-item {
  margin: 0px;
}
.event_form .wpcf7-submit {
  padding: 12px 81px;
  border-radius: 50px;
}

.event_form span.wpcf7-spinner {
  position: absolute;
  right: 4px;
  top: 6px;
}
.event_form .wpcf7-response-output {
  color: white;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}
.event_form .wpcf7-list-item input {
  display: none;
}
.fi_d::after {
  content: "";
  position: absolute;
  left: 15%;
  top: 0;
  border-right: 0.5px solid #5e5e5e;
  width: 100%;
  height: 100%;
}
.input_disable {
  color: #bcbcbc;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: Raleway, sans-serif;
  margin-top: 15px;
  display: block;
}
.video_overlay::after {
  content: "";
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 97.36%);
  opacity: 0.5;
  width: 100%;
  /* height: 100%; */
  position: absolute;
  top: 0;
}

.round-checkboxes input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;

  font: inherit;
  color: currentColor;
  width: 16px;
  height: 16px;
  border: 0.5px solid #9b9b9b;
  border-radius: 50%;
  transform: translateY(-0.075em);

  display: grid;
  place-content: center;
}

.round-checkboxes input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #151515;
}

.round-checkboxes input[type="radio"]:checked::before {
  transform: scale(1);
}

.round-checkboxes input[type="radio"]:focus {
  outline-offset: max(2px, 0.15em);
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce-checkout-review-order-table td {
  padding: 0 !important;
}

.contact-image::after {
  background: linear-gradient(
    180deg,
    #6d92c9 25%,
    rgba(109, 146, 201, 0.5) 35%,
    rgba(109, 146, 201, 0.3) 46%,
    rgba(0, 0, 0, 0) 100%
  );
}

.woocommerce table.shop_table td {
  border-top: 0.5px solid #9b9b9b;
  padding: 16px 0px 16px 0px;
  vertical-align: middle;
  line-height: 1.5em;
}

.page-template-template-register-page input,
.page-template-template-login-page input {
  height: 42px;
  padding: 9px 16px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0 !important;
  border-color: #630027;
  padding-left: 2.25rem !important;
}
.page-template-template-register-page textarea,
.page-template-template-login-page input,
.page-template-template-login-page textarea,
.page-template-template-register-page input,
.woocommerce-account input {
  background: transparent;
  border-bottom: 1px solid #d1d5db;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  color: inherit;
  outline: none;
  padding: 18px 16px;
  width: 100%;
  margin-top: 6px;
}

.page-template-template-login-page {
}
.form-edit-address label {
  width: 100%;
  padding-bottom: 0.75rem;
  font-family: Raleway, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(21 21 21 / var(--tw-text-opacity));
}
.form-edit-address input {
  border: none;
  border-radius: 0;
  /* font-size: 16px; */
  line-height: 24px;
  color: inherit;
  outline: none;
  padding: 0;
  width: 100%;
}
.form-edit-address .required {
  color: #151515 !important;
}
.screen-reader-text {
  position: relative !important;
  margin-top: 29px;
}

body #billing_is_company_field, body #billing_comment_field {
    width: 100% !important;
    grid-column: span 2 / span 2;
}
body #billing_is_company_field span.woocommerce-input-wrapper {
    border: none;
    padding: 0px;
}

.div-filter-buttons button.checked{
	background:white;
	color:black;
	border:1px solid black;
}
.div-filter-buttons{
	gap: 5px;
    flex-wrap: wrap;
	margin-top:20px;
}
.cat_fil button.checked{
		background:white;
	color:black;
	border:1px solid black;
	padding:10px;
	border-radius:5px;

}
.slides img {
    width: 56px;
    object-fit: contain;
}
.woocommerce div.product .entry-summary .cart div.quantity {
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce .quantity .qty {
    width: 25px;
    background: transparent;
    color: #000000;
}
.quantity label {
    display: none;
}

@media (min-width: 960px){
	.sub-menu {
		display: block;
		position: absolute;
		left: 0px;
		top: calc(100% + 20px);
		margin: 0;
		padding: 10px 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		background: #fff;
		box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
		transition: 0.3s;
	}
	
	.main-menu > li.menu-item-has-children>a::after {
		content: '';
		position: absolute;
		background-image: url(//shop.dazufabrikas.eu/wp-content/themes/eurolux/layout/images/menu-icon.png);
		top: 10px;
		right: -17px;
		display: inline-block;
		width: 11px;
		height: 6px;
		background-repeat: no-repeat;
	}
	.menu-item-has-children:hover>ul {
		opacity: 1;
		top: 130%;
		visibility: visible;
	}
	#menu-main li,#menu-main-de li {
		position: relative;
	}
	.menu-item-has-children ul li {
		min-width: 200px;
	}
	.menu-item-has-children ul li a{
		color:#000;
		width: 100%;
		display: block;
		padding: 10px;
	}

}
.tech_boxes:hover>.tech_box{
	display:block;
}
body .woocommerce-checkout #payment {
    background: transparent;
}
body .woocommerce-checkout #payment ul.payment_methods {
    border: none;
    padding: 0;
}
.accent-primary {
    accent-color: #000000;
}
body .woocommerce-checkout #payment div.payment_box {
    background: #fafafb;
    margin: 0;
}
body .bank_item {
    background: transparent;
    border: none;
    margin: 0;
    width: 100%;
    padding: 16px 0;
}
body .woocommerce-checkout input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    display: grid;
    place-content: center;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #909090;
    flex-shrink: 0;
}
body .woocommerce-checkout input[type="checkbox"]:checked::before {
    transform: scale(1);
}
body .woocommerce-checkout input[type="checkbox"]::before {
    content: "";
    width: 10px;
    height: 8px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* box-shadow: inset 1em 1em #3C5AFF; */
    background-image: url(../image/checked.svg);
    background-repeat: no-repeat;
    background-size: contain;
}



#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
	display:none;
}
@media (min-width: 500px){
.bank_item:nth-child(-n+3) {
    border-bottom: 1px solid #e0dbe3;
}
.bank_item:nth-child(3n+1) {
    border-right: 1px solid #e0dbe3;
}
	.bank_item:nth-child(3n) {
    border-left: 1px solid #e0dbe3;
}
}

.att_label {
    cursor: pointer;
}
.att_value:checked + .att_label {
    --tw-text-opacity: 1;
    color: rgb(241 63 49 / var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: rgb(241 63 49 / var(--tw-border-opacity));
	
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 1.25em;
}
.pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
.woocommerce button[name="update_cart"], .woocommerce input[name="update_cart"] {
    display: none;
}
.related-products h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 500;
    margin-bottom: 42px;
}

.related-products .woocommerce-loop-product__title{
    font-size: 24px !important;
    font-weight: 500;
}


.related-products  ins{
    color: #000;
    border: none;
    text-decoration: none;
}
.related-products del{
    margin-left: 16px;
    color: #000;
}
.related-products span.woocommerce-Price-amount.amount {
    color: #000;
    font-size: 20px;
}
.related-products .add_to_cart_button{
    width: 100%;
    text-align: center;
    padding: 14px 0px !important;
    background-color: #000 !important;
    color: #fff !important;
}


  /* Hide the default radio input */
 #submit_preorder input[type="radio"] {
    display: none !important;
  }

  /* Style for the custom button */
#submit_preorder  .radio-button {
    cursor: pointer;
  }

  /* Style for the selected custom button */
#submit_preorder  input[type="radio"]:checked + label .radio-button {
    color: black!important ;
    font-weight: bold;
	border-color: rgb(241 63 49 / var(--tw-border-opacity)) !important;
  }
/*  .radio-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ccc;
  } */

  /* Style for the selected custom button */
  input[type="radio"]:checked + .radio-button::before {
    border-color: #007bff;
    background-color: #007bff;
  }
#submit_preorder .pa_rims-color .selected {
	    color: black !important;
    font-weight: bold;
	border-color: #000 !important;
}
#submit_preorder .pa_body-color .selected {
	    color: black !important;
    font-weight: bold;
	border-color: rgb(241 63 49 / var(--tw-border-opacity)) !important;
}
a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    background: none;
    border: none;
    color: #fff;
}
.wpml-ls-legacy-dropdown {
    width: auto;
	padding-bottom: 0px !important;
}
.mobile_contact_btn{
    margin: 0 auto;
    width: 59%;
    margin-bottom: 28px;
    font-size: 18px;
    padding: 14px;
    text-align: center;
}
@media (max-width: 700px) {
	.woocommerce-billing-fields__field-wrapper {
		display: block;
	}
	.div-filter-buttons{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	form.checkout.woocommerce-checkout .submit-btn{
		padding: 20px;
	}
	table.shop_table.woocommerce-checkout-review-order-table .product-total div{
		text-align:left;
	}
	.woocommerce table.shop_table tfoot td{
		text-align:left;
	}
	.mapmarkers-aside-panel {
    height: 200px;
		width: 100%;
}
	div#mapmarkers-429 {
    overflow: visible;
    position: absolute;
    /* width: 400px; */
    top: 300px;
		left:0px;

}
	.mapmarkers-wrapper {
		min-height: 100px;
		height: calc(250vh - 40px);
		min-width: 320px;
	}
}




.cat_fil a.checked {
    background: white;
    color: black;
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
}


.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
	display:block;
	margin-bottom: 15px;
position:relative;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    right: 15px;
    top: 11px;
    font-size: 20px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}