/* Fader listen af produkter, når den er ved at loade din filtrering*/

.jet-filters-loading li.product {
opacity:0.2;
}


/*Book knap på bilerne - Mathias' Section weirder Overpass ud*/
.premium-magic-section-btn span {
    margin-bottom: -5px;
}

/*10 px afstand under Fold ud elementer (specifikationer)*/

.elementor-toggle-item {
border:none!important;
margin-bottom:10px;
}

/* Styling af udstyrslisten*/
ul.udstyrsliste {
    list-style: none;
}

ul.udstyrsliste li:before {
    content: '✓';
    color: green;
    padding-right: 10px;
}

ul.udstyrsliste {
    column-count: 4;
}

@media only screen and (max-width: 1000px) {

ul.udstyrsliste {
    column-count: 1;
    padding-left: 0px;
}
  ul.udstyrsliste li {
    font-size: 17px!important;
}
}

ul.udstyrsliste li {
    font-size: 19px;
      border-top: 1px solid #e5e5e5;
padding-top: 14px;
    margin-bottom: 14px;
}


/* Unfold ser lidt bedre ud */

#udstyrsliste .premium-unfold-gradient, #beskrivelse .premium-unfold-gradient  {
background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#f3f5f7 100%)!important;
}
 .premium-button {
    text-decoration-color: var( --e-global-color-accent )!important;
}






/* Billederne på Single product (Galleri i toppen) */
 .billedernes {
  overflow-y: scroll!important;
  overflow-x: hidden!important;

    max-height:620px;
}
@media only screen and (max-width: 1024px) {
 .billedernes {
  overflow-y: scroll!important;
  overflow-x: hidden!important;
  max-height:160px;
}


.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item {
    max-width:33%!important;
}
}

/* En fed font */
.storfed {
    font-weight:900!important;
}

/* Ikonerne på  (jet filters) baggrundsfave */
.ikonbiler {
margin-bottom: -19px;
    margin-right: 12px;}

/* Range slider (jet filters) baggrundsfave */

input.jet-range__inputs__min, input.jet-range__inputs__max {
    background-color: var( --e-global-color-ddcb857 )!important;
}
input.jet-range__inputs__min, input.jet-range__inputs__max {
    background-color: var( --e-global-color-ddcb857 );
}


/* Elementor Produkter - biler */
.woocommerce ul.products li.product .button {
    display: none;
}
/*
.elementor-wc-products ul.products li.product .price, .elementor-wc-products ul.products li.product .woocommerce-loop-product__title{
    padding-left: 15px!important;
}*/

h2.woocommerce-loop-product__title {
    min-height: 65px!important;
	
}

span.price {
	border-bottom: 1px solid #f2f2f2;
    padding-bottom: 12px;
}

.detaljer {
    font-family: var( --e-global-typography-19fdf33-font-family ), Sans-serif;
    font-size: var( --e-global-typography-19fdf33-font-size );
    line-height: var( --e-global-typography-19fdf33-line-height );
    letter-spacing: var( --e-global-typography-19fdf33-letter-spacing );
    word-spacing: var( --e-global-typography-19fdf33-word-spacing );
	width: 33.3%;
}

.dtlj_km, .dtlj_aar, .dtlj_type {
    text-align: center;
	display: inline-block;
}

.dtlj_km::after {
    content:' km.';
}
span.detaljer.dtlj_km {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

/* SOLGT BADGE*/
li.product_cat-solgte:before {
    content: 'solgt';
    background: black;
    padding: 5px 20px 5px 20px;
    color: white;
    font-family: inherit;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    font-size: 13px;
    position: absolute!important;
    z-index: 1;
    top: 12px;
    right: 12px;
    line-height: 20px;
}
/* PRODUKT BADGES */
.woocommerce span.nyhedstyle {
    max-width:125px;
    padding: 5px 20px 5px 20px;
    font-size: 13px;
    font-weight: 300;
    position: absolute;
    left: 0;
    text-align: center;
    line-height: 20px;
    top: -0.5em;
    left: -0.5em;
    margin: 0;
    border-radius: 0;
    background-color: var( --e-global-color-accent );
    color: #fff;
    font-size: 13px;
    z-index: 9;
}

.woocommerce ul.products li.product .nyhedstyle{
    top: 0;
    left: 0;
    left: 0;
    margin: 12px;
}
/* -- Produkt badges slut -- */







/* LEASING */
li.product_cat-leasing span.woocommerce-Price-amount:after {
    font-size: 14px;
    content: ' pr md.';
    font-weight: 500;
}

body.product_cat_leasing .jet-listing span.woocommerce-Price-amount:after {
    content: ' pr. md.';
    display: block;
    font-size: 14px;
    font-weight: 300;
    font-family: inherit;
}



