header.page-header {
    display: none;
}
.position-relative{
	position:relative;
}
.elementor-element.elementor-element-c926c89.elementor-view-default.elementor-widget.elementor-widget-icon svg {
    height: auto;
}
#logo #circle {
    transform-box: fill-box;
    transform-origin: center;
    will-change: transform;
    transition: transform .8s cubic-bezier(.5,0,0,1);
}
#logo:hover #circle {
    transition: transform 2s cubic-bezier(.5,0,0,1);
    transform: rotate(-1turn);
}
.jet-filters-pagination{
    text-align: center
    
}
.play {
    position: absolute;
    right: 50%;
    bottom: 50%;
    left: 50%;
    top: 50%;
    will-change: transform,box-shadow;
    transition: transform .6s cubic-bezier(.5,0,0,1),box-shadow .6s cubic-bezier(.5,0,0,1);
    display: block;
    background-color: #ff6720;
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    box-shadow: 0 0 0 15px rgb(255 103 32 / 50%);
}

.play:after {
    position: absolute;
    right: 50%;
    bottom: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-40%,-50%);
    content: "";
    width: 1px;
    height: 1px;
    border-left: 2.6rem solid #fff;
    border-top: 1.6rem solid transparent;
    border-bottom: 1.6rem solid transparent;
}
.video-label .play {
    width: 10rem;
    height: 10rem;
    box-shadow: 0 0 0 25px rgb(255 103 32 / 50%);
}
.video-label:hover .play {
    transform: translate(-50%,-50%) scale(1.2);
    box-shadow: 0 0 0 10px rgb(255 103 32 / 60%);
}

ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper li:nth-child(2) .label, .form-stepper li:nth-child(4) .label{
    left: -10px;
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
    margin: 5px 10px;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #FE8000 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #FE8000 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #FE8000 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #fff;
    position: absolute;
}
.form-stepper a {
    cursor: default;
}
.disabled {
  pointer-events: none!important;
  cursor: pointer!important;
	background: #ccc!important;
}

/* Search step 2 towbar*/
.the-steps-wrapper {
    padding-right: 1rem;
}
.the-steps-wrapper>div {
    display: flex;
    flex-wrap: wrap;
}
.the-steps-wrapper .form-item{
	position:relative;
}
.the-steps-wrapper .form-item input{
	position:absolute;
	left:5px;
	top:5px;
}
.the-steps-wrapper div .form-item{
	    transition: transform .8s cubic-bezier(.5,0,0,1),box-shadow .8s cubic-bezier(.5,0,0,1);
    cursor: pointer;
	margin-bottom:1.2em;
}
.the-steps-wrapper div .form-item:hover{
	transform: scale(1.05);
}
.the-steps-wrapper div .form-item:hover .towbar--product,
.the-steps-wrapper div .form-item.checked .towbar--product{
	    border: 1px solid #FE8000;
	box-shadow: 0 2rem 2rem rgba(14,67,133,.07);
}
.the-steps-wrapper>div .form-item label {
    padding-left: 0;
    display: block;
    cursor: pointer;
    transition: box-shadow .8s cubic-bezier(.5,0,0,1);
}
.the-steps-wrapper>div .form-item label{
    height: 100%;
}
.towbar--product {
    position: relative;
    display: block;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    overflow: hidden;
}
.towbar--product .recommended {
    position: absolute;
    top: 1.4rem;
    left: 78%;
    width: 100%;
    text-align: center;
    background-color: #ff6720;
    padding: 0.5rem 2rem;
    color: #fff;
    transform: translate(-50%) rotate(25deg);
    font-size: 1.3rem;
    z-index: 3;
}
.towbar--product .image {
    margin: 2rem auto;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    background-color: #fff;
}
.towbar--product .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
 .towbar--product .content {
    padding: 2.4rem 2rem;
}
 .towbar--product .content {
    flex: 0 0 auto;
}
.towbar--product .content h3 {
    margin-bottom: 0.5rem;
	  font-size: 20px;
    font-weight: bold;
}
.towbar--product .content .price {
    display: block;
    font-size: 17px;
    color: #0e4385;
    font-weight: 600;
}
.towbar--product .content p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 1rem;
}
.popup-wrapper {
    text-align: center;
}
.popup-wrapper .open-popup{
	color: #0e4385;
    text-decoration: none;
    font-weight: 400;
    transition: color .3s ease,border-bottom .3s ease;
    border-bottom: 1px solid #0e4385;
	padding-bottom: 0.5rem;
}
.towbar--product .popup-wrapper {
    padding: 0 2rem;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.towbar--product {
    padding-bottom: 2.4rem;
    display: flex;
    flex-direction: column;
}
@media (min-width: 60em){
    #towbar-wrapper>div .form-item:nth-child(3n-2) {
        margin-left: 0;
    }

    #towbar-wrapper>div .form-item,#connection-wrapper>div .form-item{
        flex: 0 0 31%;
        max-width: 31%;
        margin-left: 2%;
    }
}


/* Search step 2 connection*/
.towbar--product .content p+p{
    padding-top: 1rem;
}

.the-steps-wrapper>.content ul {
    padding: 0;
    margin: 1em 0;
    list-style: none;
}
.towbar--product ul{
	padding:0;
}
.towbar--product ul>li{
    line-height: 2;
}
.towbar--product ul>li {
    position: relative;
    padding-left: 1.2rem;
    display: block;
}

.towbar--product ul>li:before{
    width: 1.5rem;
    height: 1.2rem;
    background-image: url(/wp-content/plugins/custom-plugin-for-trekhaak/check.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-color: transparent;
}
.towbar--product ul>li:before{
    content: "";
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0.6em;
    left: 0;
    border-radius: 100%;
}
.towbar--product ul>li.cross:before{
    background-image:url(https://s.w.org/images/core/emoji/14.0.0/svg/274c.svg);
}
@media (min-width: 60em){
    .the-steps-wrapper>div{
        display: flex;
        flex-wrap: wrap;
    }
    .the-steps-wrapper>div .form-item:nth-child(3n-2) {
        margin-left: 0;
    }
}
.search-step-car-details h3{
    Color : #0E4384;
    text-decoration:underline;
}
.search-step-car-details h3:hover{
    Color : #FE8000;
    text-decoration:underline;
}

.car--detail {
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    margin-bottom: 0.5rem;
    padding: 15px;
}
.step-cart-details ul {
    padding: 0;
    margin: 1em 0;
    list-style: none;
}
.step-cart-details ul li p{
	width:100%;
}
.step-cart-details ul li {
    padding: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-cart-details ul li .tr-remove-cart{
    content: 'x';
    position: absolute;
    right: -26px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0px 5px;
    cursor: pointer;
    color:#ff6720;
}
.step-cart-details ul li .label{
	width:calc(100% - 80px);
	display: inline-block;
}
.step-cart-details ul li .value {
	flex: 0 0 auto;
	font-weight: 600;
	float:right;
	display: inline-block;
}
.step-cart-details ul.totals {
    border-top: 1px solid #d5d5d5;
    padding-top: 1.5rem;
    margin-bottom: 0;
}
.step-cart-details ul.totals .order-total-line__total__now {
    color: #a9a9a9;
    font-size: 1rem;
    margin-top: 0.5rem;
}
.step-cart-details ul.totals .order-total-line__total {
    color: #0e4385;
    margin: 0.5rem 0;
	font-size: 1.2rem;
	font-weight: 600;
}
.form-item .products-select-container {
    position: relative;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1rem;
	padding-top: 1rem;
}
.form-item .products-select-container select {
    background-color: #fff;
}
.form-item .products-select-container select {
     position: relative;
    cursor: pointer;
    font-family: Open Sans,sans-serif;
    font-size: 1rem;
    outline: none;
    display: block;
    width: 100%;
    padding: 0.6em 1em;
    border-radius: 6px;
    border: 1px solid #a9a9a9;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
#accessoires-wrapper>div {
    justify-content: space-between;
}
#accessoires-wrapper>div .form-item{
	width:calc(25% - 30px);
	margin-bottom: 40px;
}
#accessoires-wrapper>div .form-item:hover{
	transform: none;
	cursor: none;
}
#accessoires-wrapper .content h3{
	min-height: 48px;
}
.appointment-error{
    font-weight:bold;
    color:red;
    margin-top:20px;
}

.make-appointment .form-group{
    width:100%;
    overflow: auto;
    margin-top: 2.2em;
}

/*
.make-appointment .form-field{
    width: 100%;
    float: left;
    margin-bottom:30px;
}
.make-appointment .form-field+.form-field{
    margin-left:0px;
}
.make-appointment .form-field label{
    max-width: 32px;
    border:1px solid #BBBBBB;
    padding: 4px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.make-appointment .form-field input, .make-appointment .form-field select{
    max-width: calc(100% - 40px);
    padding: 4px;
    position: relative;
    top: 1px;
    left: -4px;
    border-color:#BBBBBB;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-block;
}
*/
.tk-register-form  .form-field{
    width:100%;
    float:left;
}
.tk-register-form .field-half{
    width: calc(50% - 15px);
    float:left;
}
.tk-register-form .field-half + .field-half{
    float:right;
}

@media (max-width: 767px){
    .the-steps-wrapper div .form-item{
        width: 100%;
    }
    .tk-register-form .field-half{
        width:100%;
    }
}

.woo-mijn-account{
    background-color: #fff;
    padding: 0;
    box-shadow: 1px 3px 11px 0px rgb(0 0 0 / 18%);
    border-radius: 10px;
}
.woo-mijn-account .woocommerce{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #0e4385;
        border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    width:25%;
}

.woocommerce-account .woocommerce-MyAccount-content{
    background:#ebfdfd;
    width: 75%;
    min-height: 78vh;
    padding: 6em 3em 3em 3em;
    border-left: 2px solid #f2f1f0;
}

hr.profile2{
    border-top: 2px solid #f2f2f2;
}


.woocommerce-account .woocommerce-MyAccount-content{
    position:relative;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content>p{
    margin: auto 4em;
}
.woocommerce-account .woocommerce-MyAccount-content>p:first-child{
    margin-top:4em;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li,
.buddypress-items #item-nav ul li{
    list-style:none;
    margin-bottom: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    font-weight: 600;
    font-size: 18px;
    color:#fff;
}
.woocommerce-account .addresses .title .edit{
    float: left;
    font-family: "Avenir", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    fill: var(--e-global-color-primary );
    color: var(--e-global-color-primary );
    background-color: var(--e-global-color-accent );
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px;
    position: absolute;
    left: 7em;
    margin-top:15px;
}
.woocommerce-account .addresses .woocommerce-Address{
    max-width: 300px;
    float: left;
}
.woocommerce-account .addresses .woocommerce-Address+.woocommerce-Address .edit{
    left:20em;
}
.woocommerce-account .addresses .title h3{
    margin-top: 4em;
    margin-left: 2.5em;
}
.woocommerce-account .addresses .woocommerce-Address address{
    margin-left: 3.8em;
}
.eventon_list_event {
    width: 100% !important;
}
#ex1 .eventon_main_section{
    margin: 5em 1em;
}
#ex1 #evcal_list, #ex1 .event_description{
    border:0;
}
#ex1 .evosin_event_title{
    display:none;
}
.jquery-modal.blocker.current{
    z-index:9999!important;
}

@media only screen and (min-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul, 
    .buddypress-items #item-nav ul{
        margin-left: 4em!important;
    }
}
@media only screen and (max-width: 766px) {
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation
    {
        width:100%;
    }
    .woocommerce-account .addresses .woocommerce-Address+.woocommerce-Address .edit{
        left:7em;
    }
    .woo-mijn-account .woocommerce, #buddypress .buddypress-items{
    flex-wrap: wrap!important;
    }
    
    
    .woocommerce-account .woocommerce-MyAccount-contenty{
        padding:1em;
    }
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul{
        margin-top:30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li,
    .buddypress-items #item-nav ul li {
    float: left;
    margin-right: 30px;
    }

}
@media only screen and (max-width: 590px){
    .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul{
        justify-content:unset;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin-right: 0;
        width:50%;
    }
    .woocommerce-account .woocommerce-MyAccount-content>p {
    margin: 1em 2em;
        
    }
}
@media only screen and (max-width: 460px){
    .woocommerce-account .woocommerce-MyAccount-navigation ul li{
        margin-right: 0;
        width:100%;
    }
}