/*
Theme Name:
Author URL: http://www.qstylez.nl
Author: QStylez
Version: 1.0
*/

html {
    font-size: 16px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #004c69;
    line-height: 1.6;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
a {
    text-decoration: none;
    color: #004c69;
}
a:hover {
    color: #ff8900;
}
fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
.grecaptcha-badge {
    display: none;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
textarea, input[type="submit"] {
    -webkit-appearance: none;
}
ul {
    padding: 0;
    list-style-position: inside;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.3;
    color: #ff8900;
}
h1, h2, h3 {
    font-size: 35px;
    font-weight: 300;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 45px;
}
h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 35px;
}
h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 25px;
}
b, strong {
    font-weight: 700;
}
p {
    margin: 15px 0px;
}
.error404 .page-title {
    font-size: 1.8rem
}
.home-link {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.home-link img {
    height: 45px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}
/**
 * Input styling
 * ----------------------------------------------------------------------------
 */

input, textarea, select {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: solid 1px #d4d4d4;
    outline: none;
    font-size: 16px;
    color: #004c69;
    padding: 15px;
    height: 50px;
    width: 100%;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, input[type="url"]:focus {
    border: 1px solid #ff8900;
}
input#terms {
    height: auto;
}
input[type="submit"] {
    background: #004c69;
    color: #fff;
    width: inherit;
}
input[type="submit"]:hover {
    background: #016a92;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    padding: 7.5px;
    background: white;
    border-radius: 0;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 15px;
    border: solid 1px #ff8900;
}
input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: #ff8900;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}
section:after, article:after, .inner:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after, div.footer-cols:after, div.bottomrating div.logo:after, div.landing-primary:after, div.bottomcontact:after, footer#colophon:after, div.steps:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */

.inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 1.4;
}
section {
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}
.col {
    position: relative;
    min-height: 1px;
    margin: 0 auto;
}
.col p {}
.col-s {
    width: 25%;
}
.col-m {
    width: 66.66%;
}
.col-l {
    width: 96%;
}
.col-l p {}
.col>p:last-of-type {
    margin-bottom: 0;
}
th {
    vertical-align: top;
}
div.wpcf7 .ajax-loader {
    background-image: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/01/ajax-loader-1.gif);
    background-size: cover;
    width: 30px;
    height: 30px;
}
/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
    font-weight: bold;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

.main-navigation {
    clear: both;
    margin: 0 auto;
    position: relative;
    transition: .1s ease-in-out;
}
nav.main-navigation.toggled-on {
    padding: 15px 0px 0px 0px;
    transition: .1s ease-in-out;
}
.nav-menu li {
    display: inline-block;
    position: relative;
}
.nav-menu li a {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0px 15px;
    text-decoration: none;
    color: #fff;
    border-bottom: solid 3px #004c69;
    line-height: 85px;
}
li.menu-item-has-children>a {
    padding: 0px 30px 0px 15px;
}
li.menu-item-has-children>a:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    text-decoration: inherit;
    font-size: 13px;
    font-weight: 900;
    padding-right: 0;
    position: absolute;
    right: 15px;
    line-height: 1;
    cursor: pointer;
    display: flex;
}
.nav-menu li:first-of-type a {
    margin-left: 0px;
}
.nav-menu li:last-of-type a {
    margin-right: 0px;
}
.nav-menu li:hover>a, .nav-menu li a:hover, .nav-menu li:focus>a, .nav-menu li a:focus {
    border-bottom: solid 3px #ff8900;
}
.nav-menu .sub-menu, .nav-menu .children {
    border-top: 0;
    padding: 0;
    position: absolute;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}
ul.nav-menu ul a, .nav-menu ul ul a {
    color: #fff;
    margin: 0;
    width: 200px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {}
ul.nav-menu li:hover>ul, .nav-menu ul li:hover>ul, ul.nav-menu .focus>ul, .nav-menu .focus>ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}
.nav-menu .current_page_item>a, .nav-menu .current_page_ancestor>a, .nav-menu .current-menu-item>a, .nav-menu .current-menu-ancestor>a {}
.menu-toggle {
    display: none;
}
ul.sub-menu {
    background: #004c69;
}
ul.sub-menu li a {
    line-height: 40px;
}
ul.sub-menu li a:hover {
    border-bottom: solid 3px #016a92;
}
ul.sub-menu li:hover>a {
    background: #016a92;
}
/*Extra mobiel menu in hoofdmenu*/

div.mobile-mainmenu {
    background: #00648b;
    padding: 15px;
    display: none;
}
nav.main-navigation.toggled-on div.mobile-mainmenu {
    display: block;
}
div.mobile-mainmenu ul.menu a {
    color: #fff;
    line-height: 35px;
}
div.mobile-mainmenu span.title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
    display: flex;
}
/**
 * Custom styles
 * ----------------------------------------------------------------------------
 */

header#masthead:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
header#masthead {
    position: relative;
    width: 100%;
    padding: 0px 15px;
    background: #004c69;
}
header#masthead div.inner {
    position: relative;
    max-width: 1600px;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
div.navbar-right.mobile {
    display: none;
}
a.finalize-order {
    background: #ff8900;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: block;
}
a.finalize-order:hover {
    background: #ec7f00;
    color: #fff;
}
body.woocommerce-checkout a.finalize-order {
    display: none;
}
form.search-form {}
div.topbar {
    padding: 15px;
}
div.topbar div.inner {
    position: relative;
    max-width: 1600px;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
div.topbar ul {
    list-style-type: none;
}
div.topbar ul li {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
}
div.topbar ul li a {
    display: block;
    padding: 5px 10px;
    color: #a2a2a2;
}
div.topbar ul.usps {
    display: flex;
    width: 50%;
}
div.topbar .topbarusps li {
    padding: 0;
}
div.topbar .topbarusps i {
    margin: 0px 5px 0px 0px;
    font-size: 15px;
}
div.topbar li a:hover {
    color: #004c69;
}
ul#menu-topbar-menu li:first-of-type a {
    padding: 5px 10px 5px 0px;
}
ul.account {
    float: left;
}
div.menu-right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    line-height: 1;
    width: 50%;
}
.toprating {
    position: relative;
    float: right;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
div.toprating span.rating {
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/01/logo-klantenvertellen.png.webp) no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 12px;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}
/**
 * Phone accordion
 * ----------------------------------------------------------------------------
 */

.accordion.phone {
    float: left;
    color: #a2a2a2;
}
.accordion.phone h3:hover {
    color: #004c69;
}
.ui-accordion .ui-accordion-content {
    line-height: 2;
}
.accordion.phone .ui-icon {
    display: none;
}
.accordion.phone h3.ui-accordion-header:before {
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    text-decoration: inherit;
    font-size: 13px;
    font-weight: 900;
    padding-right: 0;
    position: absolute;
    left: 10px;
    line-height: 1;
    cursor: pointer;
    top: 45%;
    transform: translateY(-45%);
}
.accordion.phone .ui-state-default {
    background: transparent;
    border: none;
    margin: 0;
    padding: 5px 15px 5px 30px;
    color: #a2a2a2;
    line-height: 1;
}
div.topbar ul.vestigingen li {
    float: inherit;
    padding: 5px 0px;
}
/**
 * Phone accordion (nieuw)
 * ----------------------------------------------------------------------------
 */

button.phonenumbers {
    position: relative;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    outline: none;
    border: none;
    padding: 5px 10px;
    background: transparent;
    color: #a2a2a2;
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
}
button.phonenumbers:hover, button.phonenumbers:hover:after, button.phonenumbers.is-active:hover:after {
    color: #004c69;
}
div.phonetogglecontainer {
    position: absolute;
    opacity: 0;
    transition: 0.3s;
    z-index: -1;
    background: #fff;
    padding: 15px;
    width: 300px;
    left: 0;
    text-align: left;
}
div.phonetogglecontainer.toggled-on {
    opacity: 1;
    transition: 0.3s;
    z-index: 2;
}
div.home-slider {
    position: relative;
    background: url('https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2018/12/header-bg.jpg.webp') no-repeat;
    height: 55vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
div.home-slider div.inner {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    top: 20%;
    transform: translateY(-20%);
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1.9;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
div.home-slider div.inner span {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
}
div.home-slider div.main-module {
    position: absolute;
    background: #fff;
    padding: 15px;
    max-width: 1300px;
    margin: 0px auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    bottom: -45px;
    left: 0;
    right: 0;
    z-index: 1;
}
.home-link span {
    position: relative;
    color: #ff8900;
    font-size: 23px;
    text-transform: uppercase;
    margin: 0px 0px 0px 20px;
    font-weight: bold;
}
div#navbar {
    margin-left: auto;
}
div.subtextblock div.col {
    max-width: 50%;
    float: left;
}
div.subtextblock div.googlemap {
    width: 45%;
    float: right;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
a.more-btn {
    float: left;
    padding: 5px 15px 5px 30px;
    position: relative;
    display: block;
    line-height: 1;
    font-weight: normal;
}
a.more-btn:before {
    content: "\f055";
    font-family: 'Font Awesome 5 Free';
    text-decoration: inherit;
    font-size: 22px;
    font-weight: 900;
    padding-right: 0;
    position: absolute;
    left: 0px;
    line-height: 1;
    cursor: pointer;
    top: 2px;
    -webkit-transition: all 200ms 0s ease-in-out;
    transition: all 200ms 0s ease-in-out;
}
a.more-btn:hover:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
/**
 * Section 
 * ----------------------------------------------------------------------------
 */

section#intro .subtextblock {
    margin-top: 0px;
}
#intro .col h3 {
    color: #004c69;
}
/*section intro*/

section#intro {
    padding: 120px 0px 60px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 90%, rgba(243, 243, 243, 1) 100%) !important;
}
/*section huurcategorieen*/

section#huurautos {
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2018/12/huurauto-bg.jpg.webp) no-repeat;
    background-size: cover;
    background-position: center 20%;
}
div.huurcategorieen ul {
    list-style-type: none;
    padding: 0;
}
div.huurcategorieen li {
    background: #fff;
    width: 25%;
    border: 1px solid #f3f3f3;
    flex-basis: 25%;
    float: left;
}
div.huurcategorieen li:nth-of-type(1), div.huurcategorieen li:nth-of-type(2), div.huurcategorieen li:nth-of-type(3), div.huurcategorieen li:nth-of-type(5), div.huurcategorieen li:nth-of-type(6), div.huurcategorieen li:nth-of-type(7) {
    border-right: 0;
}
div.huurcategorieen li a:hover {
    color: #004c69;
    box-shadow: 0px 0px 10px 0px #cccccc;
    z-index: 2;
}
div.huurcategorieen li:nth-of-type(n+5) {
    border-top: 0;
}
div.huurcategorieen>a {
    background: #ff8900;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    margin: 30px auto;
    border: 2px solid #ff8900;
    transition: .1s ease-in-out;
}
div.huurcategorieen>a:hover {
    background: white;
    color: #ff8900;
}
.huurcategorieen {
    background: white;
    text-align: center;
}
.huurcategorieen ul {
    display: flex;
    flex-wrap: wrap;
}
div.huurcategorieen li a {
    display: block;
    font-weight: 500;
    padding: 15px;
    height: 100%;
    position: relative;
    transition: .1s ease-in-out;
    width: 100%;
    font-size: 18px;
}
div.huurcategorieen li a img {
    height: auto;
    width: 75px;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
}
/*
Nieuws section - Homepagina
*/

section#nieuws-acties {}
section#nieuws-acties .inner {
    background-color: white;
    position: relative;
}
section#nieuws-acties .inner:before {
    content: '';
    display: block;
    position: absolute;
    left: -50%;
    top: 0;
    height: 100%;
    width: 50%;
    background: white;
    z-index: -1;
}
#nieuws-acties .inner>a {
    position: absolute;
    top: 0px;
    right: 15px;
    border: 2px solid #ff8900;
    transition: .1s ease-in-out;
    padding: 10px 30px;
    color: #ff8900;
}
#nieuws-acties .inner>a:hover {
    background: #ff8900;
    color: white;
}
.nieuws-wrapper .nieuws-item {
    position: relative;
    flex-basis: 33.333%;
    padding: 0 0.75%;
}
.nieuws-wrapper .nieuws-item p:first-of-type {
    margin: 0;
}
.nieuws-wrapper .nieuws-item:nth-child(3n+1) {
    padding: 0 1.5% 0 0;
}
.nieuws-wrapper .nieuws-item:nth-child(3n+3) {
    padding: 0 0 0 1.5%;
}
.nieuws-wrapper {
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
}
.nieuws-wrapper .nieuws-item div.actiebadge {
    position: relative;
    float: left;
    background: #ff8900;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    width: auto;
    margin: 0;
}
.nieuws-item span.nieuws-bg {
    height: 250px;
    display: block;
}
.nieuws-wrapper .nieuws-item div {
    overflow: hidden;
    padding: 30px;
    background: #fff;
    margin-top: -15%;
    width: 95%;
}
.nieuws-wrapper .nieuws-item.actie, .nieuws-wrapper .nieuws-item.actie a, .nieuws-wrapper .nieuws-item.actie h3 {
    color: #fff;
}
.nieuws-wrapper .nieuws-item.actie div {
    background: #ff8900;
}
body:not(.home) .nieuws-wrapper {
    margin: 0;
}
body.page-id-42 div.inner {
    padding: 0;
}
/*
Nieuws detail pagina - achterliggende pagina
*/

.nieuwsHeader {
    height: 40vh;
    overflow: hidden;
    position: relative;
}
.recenteArtikelen {
    float: right;
    width: 40%;
    overflow: hidden;
}
.nieuwsContent {
    float: left;
    width: 60%;
    padding-right: 10%;
    margin-top: -10vh;
    position: relative;
    background: white;
    z-index: 0;
}
.nieuwsContent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: -1;
}
.nieuwsContent>a {
    text-decoration: underline;
    margin: 10px 0px;
    display: table;
}
.nieuwsContent h1 {
    margin-top: 30px;
}
aside.recenteArtikelen .nieuws-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
aside.recenteArtikelen>a {
    background: #ff8900;
    color: white;
    padding: 10px 30px;
    display: table;
    margin: 30px auto;
    border: 2px solid #ff8900;
    transition: .1s ease-in-out;
    width: 50%;
    text-align: center;
    margin-bottom: 60px;
}
aside.recenteArtikelen>a:hover {
    background: white;
    color: #ff8900;
}
aside.recenteArtikelen h2 {
    margin-top: 60px;
    text-align: center;
}
span.datum {
    display: block;
    border-top: 1px solid #ff8900;
    border-bottom: 1px solid #ff8900;
    padding: 5px 0px;
    margin: 30px auto;
}
p.ondertitel {
    font-weight: 600;
}
.recenteArtikelen .nieuws-wrapper .nieuws-item {
    flex-basis: 100%;
    padding: 3% 10%;
}
/*
404 pagina
*/

.error404 .site-content {
    padding: 60px 0px;
    text-align: center;
}
/*
FAQ pagina
*/

section#faq .inner>h2 {
    font-size: 25px;
    color: #004c69;
    font-weight: bold;
}
#faq .accordion {
    margin-bottom: 30px;
}
#faq .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 15px;
    border: 0;
    border-radius: 0;
    font-size: 100%;
}
#faq .accordion h3.ui-state-active.ui-accordion-header {
    background: #004c69;
    border: 0;
}
.accordion {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#faq .accordion h3.ui-accordion-header {
    font-size: 16px;
    background: transparent;
    border-bottom: 1px solid #f3f3f3;
}
.ui-widget-content {
    border: 0;
    background: #ffffff;
    color: #333333;
    border-radius: 0;
}
.ui-accordion .ui-accordion-content {
    padding: 15px;
    line-height: 1.6;
    background: rgba(250, 250, 250, 1);
}
/*
Zakelijke partner section - homepagina
*/

section#zakelijk .inner {
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2018/12/zakelijk_bg.jpg.webp) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px;
    position: relative;
}
section#zakelijk .inner:after {
    content: '';
    display: block;
    width: 55%;
    height: 110%;
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2018/12/zakelijk_bg_item.png.webp) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    visibility: visible;
    background-size: contain;
    background-position: center bottom;
}
section#zakelijk .inner h2 {
    color: white;
    margin-bottom: 0;
}
section#zakelijk .inner p {
    margin: 0;
}
#zakelijk .wpcf7 form p input {
    width: 100%;
    background: #f3f3f3;
    color: #004c69;
    transition: .1s ease-in-out;
}
#zakelijk .wpcf7 form p input:focus {
    background: white;
}
#zakelijk .wpcf7 form p {
    flex-basis: 30%;
    margin-right: 3%;
}
#zakelijk .wpcf7 form {
    display: flex;
    max-width: 550px;
    margin-top: 30px;
}
#zakelijk .wpcf7 form p input.wpcf7-form-control.wpcf7-submit {
    background: #004c69;
    color: white;
    text-transform: uppercase;
}
#zakelijk .wpcf7 form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #016a92;
}
/*
Formulier input/textarea - foutmeldingen
*/

#zakelijk div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    font-weight: bold;
    bottom: -5px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
}
.validation-error {
    border: 1px solid #d90000;
}
div.wpcf7 {
    position: relative;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: -35px;
    left: initial;
    z-index: 100;
    border: 0;
    background: transparent;
    padding: 0;
    right: 0;
    font-size: 13px;
    color: white;
    font-style: italic;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #ff8900;
    color: #fff;
}
/*
landingspagina
*/

body.landingspaginas-template div.sidebar {
    float: left;
    width: 25%;
    max-width: 100%;
    padding: 0px 30px 0px 0px;
}
body.landingspaginas-template div.sidebar h3 {
    margin: 30px 0px 0px 0px;
}
body.landingspaginas-template div.sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.landingspaginas-template div.landing-content {
    float: right;
    width: 75%;
    max-width: 100%;
}
div.landing-primary {
    max-width: 1300px;
    padding: 60px 15px;
    margin: 0px auto;
}
header.landing.entry-header .fixed-bg {
    display: block;
    height: 100%;
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2018/12/landingspagina.jpg.webp) no-repeat;
    background-size: cover;
    background-position: center 60%;
}
header.landing.entry-header {
    overflow: hidden;
}
header.landing.entry-header .entry-thumbnail {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.landingspagina ul li {
    list-style: inside;
}
section.landingspagina {
    overflow: initial;
}
a.cta, a.btn {
    background: #ff8900;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    border: 2px solid #ff8900;
    transition: .1s ease-in-out;
    font-size: 16px;
    margin-top: 30px;
}
a.cta:hover, a.btn:hover {
    background: white;
    color: #ff8900;
}
header.landing.entry-header .inner .cta:hover {
    background: #da7500;
    color: white;
}
header.landing.entry-header .inner .cta {
    right: 15px;
    position: absolute;
    bottom: 30px;
}
header.landing.entry-header .inner {
    height: 100%;
    position: relative;
}
/**
* Rating widget groot
* ----------------------------------------------------------------------------
*/

div.ratingwidget-big {
    position: relative;
    float: left;
    width: 100%;
    background: #ff8900;
    color: #fff;
    text-align: center;
    padding: 30px;
    font-size: 19px;
    z-index: 1;
}
div.ratingwidget-big span.grade {
    display: block;
    font-size: 100px;
    line-height: 1;
    padding: 20px 0px;
}
div.ratingwidget-big span.ratings span {
    font-weight: bold;
}
div.ratingwidget-big span.ratings ul {
    margin: 0px 0px 30px 0px;
}
div.ratingwidget-big div.rating {
    overflow: hidden;
    white-space: nowrap;
}
div.ratingwidget-big div.rating span {
    font-size: 40px;
    white-space: nowrap;
    overflow: hidden;
    color: gold;
    font-family: none;
}
div.ratingwidget-big div.rating span:before {
    content: "\2606\2606\2606\2606\2606";
    position: absolute;
    color: #fff;
    z-index: -1;
}
div.ratingwidget-big a {
    color: #fff;
}
div.ratingwidget-big a:hover {
    color: #fff;
}
div.ratingwidget-big img.logo {
    max-width: 150px;
    display: block;
    margin: 0px auto;
    padding: 30px 0px 0px;
}
div.ratingwidget-big div.star {
    margin: 0px auto;
    width: 166px;
}
/**
* Search form
* ----------------------------------------------------------------------------
*/

/**/

.zoeken {
    cursor: pointer;
    z-index: 1;
    color: #fff;
    font-size: 25px;
}
.zoeken:hover {
    color: #ff8900;
}
.zoekbalk {
    display: block;
    position: absolute;
    width: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}
.zoekbalk i {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #ff8900;
}
.zoekbalk.open {
    display: block;
    position: absolute;
    width: 100%;
    pointer-events: all;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 101%;
    opacity: 1;
    z-index: 2;
}
.zoekbalk form {
    height: 100%;
    width: 95%;
    float: left;
}
.zoekbalk input {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    border: 0;
    height: 100%;
    padding: 0px 50px;
    padding-left: 100px;
    width: 100%;
    background: #004c69;
    color: #fff;
}
.zoekbalk input:focus {
    border: 0;
}
.zoekbalk .sluiten {
    position: relative;
    float: right;
    width: 5%;
    height: 100%;
    color: #fff;
    background: #ff8900;
    transition: .5s ease-in-out;
    line-height: 90px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.zoekbalk .sluiten i {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}
.zoekbalk .sluiten:hover {
    background: #d87501;
}
.mainsearch::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d4d4d4;
}
.mainsearch::-moz-placeholder {
    /* Firefox 19+ */
    color: #d4d4d4;
}
.mainsearch:-ms-input-placeholder {
    /* IE 10+ */
    color: #d4d4d4;
}
.mainsearch:-moz-placeholder {
    /* Firefox 18- */
    color: #d4d4d4;
}
/**
 * Section USPS
 * ----------------------------------------------------------------------------
 */

section#usps {
    background: #f3f3f3;
    padding: 70px 15px 30px 15px;
    text-align: center;
}
ul.usps {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
}
ul.usps li {
    padding: 10px 15px;
    text-align: center;
    align-self: center;
}
ul.usps i {
    color: #33d93f;
    margin: 0px 10px 0px 0px;
    font-size: 25px;
}
.owl-carousel.mainusps .owl-item, .owl-carousel.mainusps .owl-stage {}
/**
 * Mijn account
 * ----------------------------------------------------------------------------
 */

nav.woocommerce-MyAccount-navigation {
    background: #f3f3f3;
    font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content section {
    padding: 0;
}
form.login input {
    width: inherit;
}
/**
 * Woocommerce errors
 * ----------------------------------------------------------------------------
 */

.woocommerce-error {
    border-top-color: orange;
}
.woocommerce-error::before {
    color: orange;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: orange;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: orange;
}
/**
 * Onder aanbod 
 * ----------------------------------------------------------------------------
 */

div.bottomcontact {
    background: #fff;
    width: 100%;
    z-index: 1;
    border-top: solid 30px #fff;
    border-bottom: solid 30px #fff;
    position: relative;
}
div.bottomcontact div.inner {
    background: #f3f3f3;
    max-width: 1300px;
    margin: 0px auto;
    padding: 20px 30px;
}
div.bottomcontact span {
    float: left;
    width: 50%;
    line-height: 33px;
}
div.bottomcontact ul {
    list-style-type: none;
}
div.bottomcontact ul li {
    float: left;
    width: 50%;
}
div.bottomcontact i {
    margin: 0px 10px 0px 0px;
}
div.bottomcontact h4 {
    font-size: 24px;
    font-weight: inherit;
    color: inherit;
    margin: 0;
}
div.bottomcontact a {
    color: #ff8900;
}
div.bottomcontact a:hover {
    color: #004c69;
}
/**
 * Rekenmodule styles
 * ----------------------------------------------------------------------------
 */

/*Datepicker style*/

.ui-widget {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.ui-state-active, .ui-widget-content .ui-state-active {
    border: solid 1px #002b3c;
    background: #004c69;
}
/*End Datepicker style*/

div.calculator-section {
    position: relative;
}
.calculator-section fieldset {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
div.main-module .calculator-section fieldset {
    flex-direction: row;
}
div.calculator-section input[type=number], div.calculator-section select {
    background: #f3f3f3;
    height: 50px;
}
div.calculator-section input[type="radio"] {
    height: inherit;
    max-height: 50px;
}
div.calculator-section label {
    font-weight: 700;
    font-size: 19px;
    display: block;
}
div.calculator-section fieldset div.input-group {
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
}
div.calculator-section fieldset div.input-group.hidden {
    display: none;
}
div.calculator-section h2:empty {
    display: none;
}
div.main-module form {
    position: relative;
}
div.calculator-section+div.input-group {
    transition: .1s ease-in-out;
    font-weight: 700;
    font-size: 22px;
    margin: 0px auto;
    padding: 10px;
    max-width: 400px;
}
.input-group.datetime div.inputs {
    display: flex;
    flex-wrap: nowrap;
}
.input-group.datetime div.inputs span {
    width: 100%;
}
div.calculator-section+div.input-group input[type="submit"] {
    background: #ff8900;
    color: white;
    border: 2px solid #ff8900;
    transition: .1s ease-in-out;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
    height: 50px;
    margin: 0;
}
div.calculator-section+div.input-group input[type="submit"]:hover {
    background: white;
    color: #ff8900;
}
form.formcalc {
    border: solid 1px black;
}
a.btn-reset {
    width: 100%;
    text-align: center;
    display: block;
    padding: 5px 0px 0px 0px;
    font-size: 15px;
}
/*Calculator op subpagina (oude css voordat submodule hetzelfde als hoofdmodule werd*/

/*
div.bookingwidget {
    position: relative;
    padding: 0px 15px 30px 15px;
    background: #f3f3f3;
    border-bottom: solid 1px #c3c3c3;
}

div.bookingwidget div.calculator-section fieldset div.input-group {
    width: 25%;
}

div.bookingwidget div.calculator-section fieldset div.input-group:nth-child(-n+2) {
    padding: 15px 15px 15px 0px;
}

div.bookingwidget div.calculator-section fieldset div.input-group:nth-child(n+7) {
    padding: 15px 0px 15px 15px;
}*/

/*submit btn*/

/*
div.bookingwidget div.calculator-section + div.input-group {
    position: relative;
    padding: 15px 0px 0px 0px;
    width: 25%;
    margin: 0px auto;
}

div.bookingwidget div.calculator-section input,
div.bookingwidget div.calculator-section select {
    background: #fff;
}
*/

div.main-module.sub {
    background: #f4f4f4;
    padding: 0px 0px 30px 0px;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
}
div.main-module.sub.open {
    visibility: visible;
    opacity: 1;
    width: auto;
    height: auto;
    -webkit-transition: all 600ms;
    padding: 0px 0px 30px 0px;
}
div.filter-mobile a.btn.open {
    display: none;
}
div.main-module.sub select, div.main-module.sub input {
    background: #fff;
}
div.main-module.sub div.inner {
    padding: 0;
}
div.static-data-display span.static-data {
    display: block;
    background: #fff;
    padding: 15px;
    border: solid 1px #d4d4d4;
    font-size: 16px;
    color: #a7a7a7;
    height: 50px;
    line-height: 1;
}
/*calculator op productpagina*/

div.type-product div.calculator-section {
    padding: 30px;
    margin: 30px 0px;
    background: #fff;
}
div.type-product div.calculator-section:first-of-type {
    padding: 30px;
    margin: 0px 0px 30px 0px;
    background: #fff;
}
div.type-product div.calculator-section p {
    margin: 0;
}
div.type-product div.calculator-section h2 {
    font-weight: 700;
    font-size: 27px;
    color: #004c69;
    margin: 0;
}
div.type-product div.calculator-section label {
    display: block;
    margin: 0px 0px 10px 0px;
}
div.type-product div.calculator-section span.amount {
    color: #ff8900;
    font-weight: bold;
}
div.type-product div.calculator-section fieldset div.input-group {
    width: 100%;
    padding: 15px 0px;
    border-bottom: solid 2px #f3f3f3;
}
div.type-product div.calculator-section fieldset div.input-group div.bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
div.type-product div.calculator-section fieldset div.input-group small {
    font-weight: normal;
}
div.type-product div.calculator-section select {
    float: right;
    margin: 0px 0px 15px 0px;
}
div.type-product div.calculator-section input:not(.button) {
    float: left;
}
div.type-product div.calculator-section div.costs {}
div.type-product div.calculator-section div.costs.costs-processing {
    background: url('https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/01/ajax-loader-1.gif') no-repeat;
    background-size: contain;
    background-position: center center;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}
/*productpagina extra's sectie*/

div.type-product div.calculator-section.extras input {}
div.type-product div.calculator-section.extras {}
div.type-product div.calculator-section.extras div.input-group {
    background: #f3f3f3;
    padding: 15px;
    margin: 5px 0px;
}
div.type-product div.calculator-section.extras input[type="number"] {
    background: #fff;
    width: 75px;
    margin: 0px 10px;
    height: 35px;
}
div.type-product div.calculator-section.extras label {
    font-weight: normal;
    display: block;
}
div.type-product div.calculator-section.extras label span.name {
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}
div.type-product div.calculator-section.extras div.input-group div.right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: inherit;
    padding: 0;
}
div.type-product div.calculator-section.extras div.input-group div.right label {
    margin: 0;
}
div.type-product div.calculator-section.extras div.costs {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
a.acc-more {
    padding: 5px 0px;
    float: left;
    font-weight: bold;
    cursor: pointer;
    color: #004c69;
}
/*Upsells*/

section.up-sells {
    width: 100%;
    padding: 30px;
    background: #fff;
    margin: 0px 0px 30px 0px;
}
section.up-sells ul.products li.product {
    width: 100%;
    margin: 0;
    border: none;
}
section.up-sells ul.products div.block {
    float: left;
    width: 50%;
    padding: 15px;
}
section.up-sells span.amount {
    font-weight: bold;
}
/*Accordion style productpagina*/

div#accordion-extras {
    display: none;
}
div#accordion-extras .ui-accordion-header {
    margin: 0;
}
div#accordion-extras .ui-accordion-content {
    background: transparent;
    padding: 0;
}
div#accordion-extras .ui-widget-content {
    color: #004c69;
}
div#accordion-extras h3.ui-accordion-header {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 27px;
    color: #fff;
    background: #004c69;
    margin: 0;
    border: 0;
    border-radius: 0;
}
div#accordion-extras h3.ui-accordion-header-active {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    background: #ff8900;
    margin: 0;
}
div#accordion-extras .ui-icon, div#accordion-extras .ui-widget-content .ui-icon, div#accordion-extras .ui-state-hover .ui-icon, div#accordion-extras .ui-state-focus .ui-icon, div#accordion-extras .ui-button:hover .ui-icon, div#accordion-extras .ui-button:focus .ui-icon {
    background-image: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2023/03/ui-icons_ffffff_256x240.png.webp);
}
/*Accordion auto eigenschappen style*/

div#accordion-autoeigenschappen h3.ui-accordion-header {
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    background: #004c69;
    margin: 10px 0px 0px 0px;
    border: 0;
    border-radius: 0;
}
div#accordion-autoeigenschappen .ui-icon, div#accordion-autoeigenschappen .ui-widget-content .ui-icon, div#accordion-autoeigenschappen .ui-state-hover .ui-icon, div#accordion-autoeigenschappen .ui-state-focus .ui-icon, div#accordion-autoeigenschappen .ui-button:hover .ui-icon, div#accordion-autoeigenschappen .ui-button:focus .ui-icon {
    background-image: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2023/03/ui-icons_ffffff_256x240.png.webp);
}
/*switch style start*/

/*inactive look*/

div.type-product div.calculator-section input[type="checkbox"] {
    background: #fff;
    position: relative;
    appearance: none;
    outline: none;
    width: 70px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #ea9c9c;
    border-radius: 50px;
    box-shadow: inset -40px 0 0 0 #ea9c9c;
    transition-duration: 200ms;
    cursor: pointer;
}
div.type-product div.calculator-section input[type="checkbox"]:hover {
    opacity: 0.8;
}
/*switch circle*/

div.type-product div.calculator-section input[type="checkbox"]:before {
    content: "Ja";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    color: #fff;
}
/*switch circle*/

div.type-product div.calculator-section input[type="checkbox"]:after {
    content: "Nee";
    position: absolute;
    top: 5px;
    right: 12px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
}
/*checked styling*/

div.type-product div.calculator-section input[type="checkbox"]:checked {
    border-color: #4ED164;
    box-shadow: inset 40px 0 0 0 #4ED164;
}
/*circle shadow change*/

div.type-product div.calculator-section input[type="checkbox"]:checked:after {
    display: none;
}
/*switch style end*/

div.calculator-section input[type='text'] {}
div.calculator-section input[type='time'] {
    position: relative;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
}
.calculator-section .finalize-right input.button {
    width: 85%;
    margin: 15px 0 25px;
}
.calculator-section .finalize-right .totals div {
    clear: both;
    padding: 5px 0;
}
.calculator-section .finalize-right .totals>div>span:last-child {
    float: right;
}
.calculator-section .finalize-right .totals .total-excl-vat span.amount {
    font-weight: normal;
    color: #004c69;
}
.calculator-section .finalize-right .totals .total-incl-vat span.amount {
    font-size: 36px;
    color: #33d93f;
}
.calculator-section .finalize-right h3 {
    color: #004c69;
    font-weight: 800;
    margin-bottom: 25px;
}
.calculator-section .finalize-right .usp {
    color: #ff8900;
}
.clearfix {
    overflow: auto;
}
@media screen and ( min-width: 768px) {
    .finalize-left {
        float: left;
        width: 50%;
        margin-right: 5%;
    }
    .finalize-right {
        float: right;
        margin-right: 10%;
        width: 35%;
    }
    .finalize-left img {
        max-width: 100%;
    }
}
/*steps*/

div.steps {
    font-size: 18px;
    padding: 15px 0px;
    background: #f3f3f3;
}
div.steps a.step {
    width: 33.33%;
    float: left;
    padding: 10px;
    color: #c3c3c3;
}
div.steps a.step.active {
    color: #004c69;
    font-weight: 600;
}
div.steps div.bottom {
    float: left;
    width: 100%;
    height: 5px;
    background: #c3c3c3;
}
div.steps div.bottom div.inner {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8900+66,c3c3c3+100 */
    background: #ff8900;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ff8900 66%, #c3c3c3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff8900 66%, #c3c3c3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff8900 66%, #c3c3c3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8900', endColorstr='#c3c3c3', GradientType=1);
    /* IE6-9 */
    height: 5px;
    float: left;
    padding: 0;
    min-width: 7%;
}
div.steps div.bottom div.inner.step1 {
    width: 30%;
    -webkit-animation: step1 5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
}
div.steps div.bottom div.inner.step2 {
    width: 60%;
    -webkit-animation: step2 2.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
}
div.steps div.bottom div.inner.step3 {
    width: 90%;
    -webkit-animation: step3 2.5s ease-in-out;
    -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes step1 {
    0% {
        width: 0%;
        opacity: 0;
    }
    30% {
        width: 30%;
        opacity: 1;
    }
}
@-webkit-keyframes step2 {
    0% {
        width: 30%;
        opacity: 0;
    }
    60% {
        width: 60%;
        opacity: 1;
    }
}
@-webkit-keyframes step3 {
    0% {
        width: 60%;
        opacity: 0;
    }
    100% {
        width: 100%;
        opacity: 1;
    }
}
div.steps div.bottom div.inner:after {
    content: "";
    width: 85px;
    height: 40px;
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/05/inqar-minicar.png.webp) no-repeat;
    background-size: contain;
    padding-right: 0;
    position: absolute;
    right: 0px;
    line-height: 1;
    color: #05326e;
    cursor: pointer;
    bottom: 0;
    visibility: visible;
}
/**
 * Woocommerce styles
 * ----------------------------------------------------------------------------
 */

div.cat-top {
    background: #f3f3f3;
    border-bottom: solid 1px #c3c3c3
}
div.shop-usps {
    overflow: hidden;
    background: #f3f3f3;
    text-align: center;
}
header.woocommerce-products-header {
    float: left;
    width: 100%;
}
div.shop-wrap>div.inner {
    padding: 30px 15px;
    display: flex;
    flex-wrap: wrap;
}

div.shop-wrap>div.inner div.listings {
    width: 80%;
}

div.shop-wrap>div.inner div.filters {
    width: 20%;
    padding: 0px 30px 0px 0px;
}



body:not(.home):not(.archive):not(.page-template-page-bedankt):not(.landingspaginas-template):not(.single-product):not(.single-nieuws_acties) div#primary {
    max-width: 1300px;
    padding: 30px 15px;
    margin: 0px auto;
}
.woocommerce form .form-row .input-checkbox {
    width: inherit;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0;
}
ul.products li.product {
    border: solid 1px #f3f3f3;
}
.woocommerce ul.products li.product a:hover {
    color: #004c69;
}
ul.products li.product:hover {
    border: solid 1px #ff8900;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 15px 0px;
}
ul.products li.product div.block {
    float: left;
    padding: 15px;
}
ul.products li.product div.block:first-of-type {
    width: 30%;
}
ul.products li.product div.block:first-of-type img {
    width: 100%;
}
ul.products li.product div.block.mid {
    width: 45%;
}
ul.products li.product div.block:last-of-type {
    width: 60%;
}
ul.products li.product div.block-price {
    float: left;
    width: 25%;
    padding: 15px;
    text-align: right;
}
ul.products li.product div.actiebadge {
    position: absolute;
    left: 0;
    top: 0;
    background: #33d93f;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
}
ul.products li.product div.block-price a.woocommerce-loop-product__link {
    float: right;
}

.calculator-section.not-available h2 {
    font-weight: 700;
    font-size: 27px;
    color: #004c69;
    margin: 0;
}

.calculator-section.not-available br {
    display: none;
}

.calculator-section.not-available .button {
    margin-top: 0 !important;
}




ul.products li.product div.block-price a.button {
    padding: 15px 25px;
    width: 100%;
    text-align: center;
    font-size: 19px;
}
ul.products li.product div.block-price a.button i {
    float: right;
    font-size: 19px;
}
p.daily-price {
    margin: 0;
    display: inline-block;
}
p.daily-price span.amount {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
}
p.daily-price small.first {
    display: block;
    text-align: left;
}
p.period-price span.amount {
    color: #33d93f;
    font-size: 35px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h2.producttitle {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #004c69;
    margin-bottom: 10px;
}
h2.producttitle:hover {
    color: #ff8900;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
    float: left;
    width: 80%;
}
.woocommerce ul.auto-eigenschappen {
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
    margin: 15px 0px;
}
span.borg {
    display: block;
    margin: 15px 0px;
    font-weight: bold;
}
span.borg a:hover {
    color: #ff8900;
}
span.borg i {
    color: #ff8900;
}
body.single-product span.borg i {
    color: #33d93f;
    width: 25px;
}
ul.auto-eigenschappen li {
    float: left;
    padding: 10px 5px;
}
ul.auto-eigenschappen i {
    color: #ff8900;
    margin: 0px 10px 0px 0px;
    font-size: 14px;
}
ul.products li.product span.extra {
    display: block;
    margin: 15px 0px;
    font-weight: bold;
}
ul.products li.product span.extra i {
    color: #ff8900;
}
img.gearshift {
    max-height: 14px;
    width: inherit !important;
    float: left;
    margin: 4px 10px 0px 0px !important;
}
div.tarieven ul.tarief-list:nth-of-type(odd) {
    background: #f3f3f3;
}
ul.tarief-list.title {
    font-weight: 600;
}
div.tarieven ul.tarief-list li {
    width: 33.3%;
    float: left;
    padding: 5px;
}
ul.tarief-list.title {
    margin: 5px 0px 0px 0px;
}
.woocommerce .woocommerce-result-count {
    font-weight: 700;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ff8900;
    border-radius: 0;
    transition: .1s ease-in-out;
    border: 2px solid #ff8900;
    color: #fff;
    padding: 15px 25px;
    font-size: 19px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff;
    transition: .1s ease-in-out;
    color: #515151;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    width: 100%;
    margin: 0;
}
p.order-final {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    padding: 10px 0px 0px 0px;
    color: #00c700;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
}
a.checkout-button.button.alt.wc-forward br {
    display: none;
}
mark {
    background-color: transparent;
    color: inherit;
    font-weight: bold;
}
/*single product pagina*/

.woocommerce div.product {
    overflow: hidden;
    max-width: 1300px;
    margin: 0px auto;
    padding: 30px 15px;
}
body.single-product div#main, body.woocommerce-cart div#main, body.woocommerce-checkout div#main {
    background: #f3f3f3;
}
.woocommerce table.shop_table {
    background: #fff;
}
div.type-product div.right {
    max-width: 75%;
    float: left;
    padding: 0px 0px 0px 30px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    background: #fff;
    padding: 15px;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    background: #fff;
    padding: 15px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #f3f3f3;
    border-radius: 0;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
ul.wc_payment_methods input {
    width: inherit;
}
div.wc-pao-addon {
    padding: 15px;
    background: #fff;
    margin-top: 0;
    margin: 15px;
}
div.wc-pao-addon:first-of-type {
    margin: 0px 15px 15px 15px;
}
label.wc-pao-addon-name {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #004c69;
    margin-bottom: 10px;
}
/*product/checkout sidebar left*/

div.car-leftsidebar {
    position: relative;
    max-width: 25%;
    float: left;
    padding: 30px;
    background: #fff;
}
div.car-leftsidebar figure {
    margin: 0 0 2em 0;
}
div.car-leftsidebar .product_title {
    font-weight: 700;
    font-size: 25px;
    color: #004c69;
}
span.choice {
    font-weight: 700;
    font-size: 25px;
    color: #ff8900;
}
div.availability {
    position: absolute;
    left: 0;
    top: 0;
    background: #33d93f;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    z-index: 1;
}
div.car-leftsidebar li.pickup, div.car-leftsidebar li.dropoff, div.car-leftsidebar li.period {
    list-style-type: none;
    padding: 5px 15px 5px 40px;
}
div.car-leftsidebar li {
    position: relative;
}
div.car-leftsidebar ul strong {
    display: block;
}
div.car-leftsidebar li.pickup strong:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/05/icon-pickup.png.webp) no-repeat;
    background-size: contain;
    padding-right: 0;
    position: absolute;
    left: 0px;
    line-height: 1;
    top: 10px;
    visibility: visible;
}
div.car-leftsidebar li.dropoff strong:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/05/icon-dropoff.png.webp) no-repeat;
    background-size: contain;
    padding-right: 0;
    position: absolute;
    left: 0px;
    line-height: 1;
    top: 10px;
    visibility: visible;
}
div.car-leftsidebar li.period strong:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    font-size: 25px;
    padding-right: 0;
    position: absolute;
    left: 0;
    line-height: 1;
    top: 10px;
    color: #ff8900;
}
ul#menu-reservering-sidebar-menu {
    list-style-type: none;
    padding: 0;
}
ul#menu-reservering-sidebar-menu li {
    line-height: 1.8;
}
ul#menu-reservering-sidebar-menu li a {
    text-decoration: underline;
    font-weight: normal;
}
div.car-leftsidebar div.menu {
    float: left;
    padding: 15px 0px 0px 0px;
}
div.subproduct-title div.left {
    max-width: 25%;
    width: 100%;
    float: left;
}
div.subproduct-title div.right {
    max-width: 75%;
    width: 100%;
    float: left;
}
div.subproduct-title {
    width: 100%;
}
span.payusp {
    float: left;
    padding: 5px 0px;
    margin: 0;
    font-weight: bold;
    width: 100%;
}
span.payusp i {
    color: #33d93f;
    width: 25px;
}
/**
 * Contactpagina template
 * ----------------------------------------------------------------------------
 */

body.page-template-page-contact div.sidebar {
    float: left;
    width: 35%;
    max-width: 100%;
    padding: 0px 45px 0px 0px;
}
body.page-template-page-contact div.sidebar h3 {
    margin: 30px 0px 0px 0px;
}
body.page-template-page-contact div.sidebar ul {
    list-style-type: none;
    padding: 0;
}
body.page-template-page-contact div.sidebar ul.openingstijden {
    margin: 10px 0px 0px 0px;
}
body.page-template-page-contact div.sidebar ul.openingstijden li.navigate {
    font-weight: bold;
    margin: 5px 0px 0px 0px;
}
body.page-template-page-contact div.entry-content {
    float: right;
    width: 65%;
    max-width: 100%;
}
div.c-form p.half {
    width: 50%;
    float: left;
}
div.c-form p.half:nth-of-type(2n+1) {
    padding-right: 15px;
}
div.c-form p.half:nth-of-type(2n+2) {
    padding-left: 15px;
}
div.c-form p.half:last-of-type {
    padding: 0;
}
div.c-form p.c-message, div.c-form p.wide {
    float: left;
    width: 100%;
}
div.c-form {}
div.c-googlemap {
    width: 100%;
    float: left;
    max-height: 400px;
}



/**
 * Voertuig filter
 * ----------------------------------------------------------------------------
 */

form.searchandfilter input {
    height: auto;
}

form.searchandfilter input[type="submit"] {
    border: none;
    background: #004c69;
    color: #fff;
    padding: 10px;
}

form.searchandfilter li.sf-field-submit {
    display: none;
}

.carfilter-mobile {
    display: none;
    float: left;
    margin: 0 0 1em;
    background: #004c69;
    color: #fff;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

div.sidebar.woocommerce.open {
    display: block;
    position: absolute;
    z-index: 2;
    background: #fff;
    max-width: 75%;
    padding: 15px;
    border: solid 1px #e3e3e3;
    -webkit-transition: all 300ms;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}








/**
 * Footer
 * ----------------------------------------------------------------------------
 */

footer#colophon {
    background: #f3f3f3;
}
footer#colophon h3 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #004c69;
    margin: 0px 0px 30px 0px;
}
div.footer-cols {
    padding: 45px 0px;
}
div.bottom-footer {
    background: #004c69;
    color: #fff;
    padding: 30px;
}
div.bottom-footer div.inner {
    position: relative;
    max-width: 1600px;
    padding: 0;
}
footer#colophon ul {
    list-style-type: none;
    padding: 0;
}
div.bottom-footer ul.links {
    float: left;
}
div.bottom-footer li {
    float: left;
    padding: 0px 15px;
    line-height: 45px;
}
div.bottom-footer li a {
    color: #fff;
}
div.bottom-footer li a:hover {
    color: #ff8900;
}
div.footer-links {
    background: #fff;
    padding: 15px;
    color: #a2a2a2;
}
div.footer-links li {
    float: left;
    padding: 0px 15px;
    line-height: 1;
}
div.footer-links div.inner {
    position: relative;
    max-width: 1600px;
}
div.footer-links li a {
    color: #a2a2a2;
}
div.footer-links li a:hover {
    color: #004c69;
}
div.footer-links li:last-of-type {
    float: right;
}
div.footer-col {
    padding: 15px;
    float: left;
    width: 20%;
}
div.footer-col li {
    line-height: 2;
}
div.footer-col:nth-of-type(2) {
    width: 40%;
}
div.footer-col:nth-of-type(2) ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
img.footer-logo {
    margin: 30px 0px;
}
div.footer-social {
    float: right;
}
div.footer-social span {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    padding: 0;
    margin: 0px 10px;
}
div.footer-social span:hover {
    opacity: 0.9;
}
div.footer-social a {
    display: inline-block;
}
div.bottomrating {
    position: relative;
    margin: 35px 0px 0px 0px;
}
div.bottomrating div.logo {
    margin: 0px 0px 10px 0px;
}
div.bottomrating span.logo {
    float: left;
    max-width: 100px;
    margin: 90px 0px 0px 0px;
}
div.bottomrating span.rating {
    background: url(https://www.autoverhuuradriejonk.nl/wp-content/webp-express/webp-images/uploads/2019/01/logo-klantenvertellen.png.webp) no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 38px;
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    top: 0;
}
/**
 * Checkout pagina
 * ----------------------------------------------------------------------------
 */

body.search article {
    padding: 15px;
}
body.search article:nth-of-type(odd) {
    background: #f3f3f3;
}
body.search h1.entry-title {
    font-size: 25px;
}
/**
 * Checkout pagina
 * ----------------------------------------------------------------------------
 */

body.woocommerce-checkout div.right {
    max-width: 75%;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 30px;
}
.woocommerce form .form-row .input-checkbox {
    display: inline-block;
}
tr.coupon-kerst2019 span.amount {
    display: none;
}
/**
 * Order ontvangen pagina
 * ----------------------------------------------------------------------------
 */

body.woocommerce-order-received section {
    padding: 15px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.woocommerce .woocommerce-customer-details address {
    border: 0;
}
section.woocommerce-order-details-pickup {
    max-width: 45%;
    width: 100%;
    float: left;
    margin-bottom: 2em;
    padding: 6px 12px;
    background: #fff;
}
section.woocommerce-order-details-dropoff {
    max-width: 45%;
    width: 100%;
    float: right;
    margin-bottom: 2em;
}
section.woocommerce-order-details-pickup ul, section.woocommerce-order-details-dropoff ul {
    list-style-type: none;
}
section.woocommerce-order-details-pickup h3, section.woocommerce-order-details-dropoff h3 {
    font-size: 21px;
    color: #004c69;
    font-weight: bold;
    margin: 10px 0px;
}
.woocommerce ul.order_details {
    margin: 30px 0px;
}
section.woocommerce-order-details-extra {
    width: 100%;
}





/*Camper page template*/

body.page-template-page-camperhuren div.col {
    display: flex;
    padding: 15px;
}

body.page-template-page-camperhuren div.col.single {
    flex-direction: column;
}

body.page-template-page-camperhuren div.col.double {
    gap: 64px;
}

body.page-template-page-camperhuren div.col.margin {
    margin: 50px 0px;
}

body.page-template-page-camperhuren div.col div.col {
    flex-direction: column;
    max-width: 50%;
    width: 100%;
    padding: 0;
}

body.page-template-page-camperhuren h1.title {
    color: #004C69;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    margin: 0;
}

body.page-template-page-camperhuren h2.title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    margin: 0px 0px 10px 0px;
    color: #004C69;
}

body.page-template-page-camperhuren div.col.contact h2.title {
    max-width: 428px;
    margin: 0;
}

body.page-template-page-camperhuren div.col.contact div.text {
    font-weight: 700;
    margin: 15px 0px 35px 0px;
}

body.page-template-page-camperhuren div.block.contact {
    display: flex;
    padding: 19px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    background: #F3F3F3;
}

body.page-template-page-camperhuren div.block.contact div.top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

body.page-template-page-camperhuren div.block.contact div.bottom ul {
    display: flex;
    gap: 24px;
}

body.page-template-page-camperhuren div.block.contact div.bottom ul li {
    display: flex;
    gap: 8px;
    list-style-type: none;
}

body.page-template-page-camperhuren div.block.contact div.bottom ul li a {
    text-decoration: underline;
}

body.page-template-page-camperhuren div.block.contact div.bottom ul li a:hover {
    text-decoration: none;
}


body.page-template-page-camperhuren div.block.contact div.top p {
    margin: 0;
}

body.page-template-page-camperhuren div.block.form {
    padding: 64px;
    background: #F3F3F3;
}

body.page-template-page-camperhuren div.block.form h2.title {
    margin: 0px 0px 40px 0px;
}


body.page-template-page-camperhuren div.introtext {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}

body.page-template-page-camperhuren div.btns {
    display: flex;
}

body.page-template-page-camperhuren a.btn {
    border-radius: 5px;
    background: #FF8900;
    margin: 0;
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 8px;
    color: #fff;
    border: 0;
}

body.page-template-page-camperhuren a.btn:hover {
    background: #ec7f00;
}

body.page-template-page-camperhuren div.introtext p {
    margin: 0;
}

ul.camperspecs {
    display: flex;
    flex-wrap: wrap;
    margin: 32px 0px;
}

ul.camperspecs li {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    width: 50%;
    gap: 10px;
}

ul.camperspecs li span {
    font-weight: 600;
}

ul.camperspecs li:nth-child(4n-3),
ul.camperspecs li:nth-child(4n-2) {
  background: #F3F3F3;
}

ul.camperspecs li img.icon {
    max-width: 20px;
}

/* Basic Styling for camper Carousels - Adjust as needed */
.custom-gallery-wrapper {
    max-width: 800px; /* Or your desired width */
    width: 100%;
}

div#main-image-carousel {
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

div#main-image-carousel .owl-nav {
    margin: 0;
    display: flex;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    pointer-events: none;
}

div#main-image-carousel .owl-nav button.owl-prev,
div#main-image-carousel .owl-nav button.owl-next {
    background: transparent;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

div#main-image-carousel .owl-nav i {
    font-size: 20px;
}

div#main-image-carousel .owl-nav button.owl-prev:hover,
div#main-image-carousel .owl-nav button.owl-next:hover {
    color: orange;
    background: transparent;
}

div#main-image-carousel .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

#main-image-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 450px; /* Adjust as needed */
    object-fit: cover; /* Or 'contain' */
}

#main-image-carousel .owl-item {
    width: 100%;
}

#main-image-carousel .owl-caption {
    text-align: center;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    margin-top: -40px; /* Adjust to overlay or be below */
    position: relative; /* If overlaying */
}

#thumbnail-navigation-carousel {
    margin-top: 15px;
}

#thumbnail-navigation-carousel .item {
    cursor: pointer;
    border: 2px solid transparent; /* For active state indication */
    opacity: 0.6;
    transition: opacity 0.3s ease, border-color 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
}

#thumbnail-navigation-carousel .item:hover {
    opacity: 1;
}

#thumbnail-navigation-carousel .current-thumbnail .item {
    opacity: 1;
}

#thumbnail-navigation-carousel .item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 80px; /* Adjust as needed */
    object-fit: cover;
}





/*accordion styles*/

#camper-specs-misc h3.ui-accordion-header {
    color: #004C69;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    position: relative;
    margin: 0;
    padding: 24px 60px 24px 0px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    background: transparent;
    border: 0;
    border-bottom: solid 1px #bfbcbc !important;
}
#camper-specs-misc h3.ui-accordion-header p {
	margin: 0;
	color: #101F3C;
}

#camper-specs-misc h3.ui-accordion-header.ui-state-active {
	font-weight: 700;
	color: #FF8900;
	border-bottom: 0;
	border-radius: 0;
    border: 0 !important;
}

#camper-specs-misc h3.ui-accordion-header:after {
	content: "\f078";
	font-family: 'font awesome 5 free';
	font-style: normal;
	text-decoration: inherit;
	font-size: 16px;
	font-weight: 900;
	padding-right: 0;
	position: absolute;
	right: 30px;
	line-height: 1;
	color: #004C69;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

#camper-specs-misc h3.ui-accordion-header.ui-state-active:after {
	content: "\f077";
	font-family: 'font awesome 5 free';
	font-style: normal;
	text-decoration: inherit;
	font-size: 16px;
	font-weight: 900;
	padding-right: 0;
	position: absolute;
	right: 30px;
	line-height: 1;
	color: #004C69;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}
#camper-specs-misc .ui-accordion-content {
	padding: 0px 0px 25px 0px;
	border: 0;
	border-top: 0;
	color: #004C69;
	background: #fff;
	border-radius: 0;
}

#camper-specs-misc .ui-accordion-content ul {
	margin: 0;
}

#camper-specs-misc .ui-accordion-content p:last-of-type {
	margin: 0;
}

#camper-specs-misc .ui-accordion-header:hover, 
#camper-specs-misc h3.ui-accordion-header:hover:after {
	color: #FF8900;
}

#camper-specs-misc .ui-accordion-header-icon {
    display: none;
}

/*accordion styles END*/



/*Camper page template END*/








/**
* Gravity forms default styles
* ----------------------------------------------------------------------------
*/

div.gform_wrapper {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 156.25% */
}

div.gform_wrapper p:empty,
div.gform_wrapper br {
    display: none;
}

div.gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 14px;
}

div.gform_wrapper h3 {
    font-weight: bold;
    font-size: 16px;
    color: #E1CEBC;
    text-transform: none;
    margin: 25px 0px 10px 0px;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield textarea,
.gform_wrapper.gravity-theme .gfield select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #E9E8E3;
    background: #fff;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
   
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 16px !important;
    padding: 12px !important;
    font-weight: 400;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    text-transform: none;
    font-weight: bold !important;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    padding-top: 5px !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: bold;
    border: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true] {

}

p.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gform_footer input {
    display: inline-block;
    margin: 0;
    line-height: 1;
    background: #FF8900;
    color: #fff;
    padding: 12px 24px;
    border: solid 2px #FF8900;
    margin: 0;
    font-style: normal;
}

.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
    font-weight: bold;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    text-decoration: none;
    color: #FF8900;
    background: #fff;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {

}

.gform_wrapper.gravity-theme input.datepicker {
    width: 100% !important;
}


.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #801F05 !important;
    border: 0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 15px;
    position: relative;
    width: 100%;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #fff !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #801F05 !important;
	color: #fff !important;
    border-radius: 4px;
}

.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border: 1px solid #801F07 !important;
}

.gform_wrapper.gravity-theme .gfield_validation_message, 
.gform_wrapper.gravity-theme .validation_message {
    margin-top: 0 !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 24px !important;
}

div.ginput_container_consent {
    display: flex;
}

fieldset.gfield--type-consent {
	margin-bottom: 24px !important;
}

div.ginput_container_consent input[type="checkbox"] {
    margin: 0px 10px 0px 0px;
}

.gform_wrapper.gravity-theme label.gfield_consent_label {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {

}

.gravity-theme.ui-datepicker .ui-datepicker-calendar td,
.gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
.gravity-theme.ui-datepicker .ui-datepicker-header select {
    font-size: 13px !important;
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
    color: #BFBCBC;
}
.gform_wrapper input:-moz-placeholder,
.gform_wrapper textarea:-moz-placeholder {
    color: #BFBCBC;
}
.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
    color: #BFBCBC;
}
.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
    color: #BFBCBC;
}

/**
* Gravity forms default styles END
* ----------------------------------------------------------------------------
*/










/*mobile filter*/

.filter-mobile a.btn, a.period-mobile {
    display: none;
    background: #ff8900;
    color: #fff;
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 22px;
    position: relative;
    font-weight: 700;
}
.filter-mobile a.btn {
    display: block;
    max-width: 400px;
    margin: 0px auto;
    cursor: pointer;
}
body.single-product .filter-mobile {
    background: #f3f3f3;
}
/**
 * Responsive menu
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1380px) {
    /* Small menu */
    .menu-toggle {
        cursor: pointer;
        display: inline-block;
        margin: 0px 0px 0px 10px;
    }
    .menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
        position: relative;
        font-family: "proxima-nova", sans-serif;
        font-weight: 700;
        font-style: normal;
        cursor: pointer;
        font-size: 26px;
        outline: none;
        padding: 0px;
        line-height: 1;
        color: #fff;
        text-align: left;
        width: 100%;
        background: transparent;
        border: 0;
    }
    .toggled-on .nav-menu, .toggled-on .nav-menu>ul {
        display: block;
        margin-left: 0;
        padding: 0;
        width: 100%;
    }
    .toggled-on li, .toggled-on .children {
        display: block;
    }
    .toggled-on .nav-menu li>ul {
        background-color: transparent;
        display: block;
        float: none;
        margin-left: 20px;
        position: relative;
        left: auto;
        top: auto;
    }
    .toggled-on .nav-menu li>ul a {
        width: auto;
    }
    .toggled-on .nav-menu li:hover>a, .toggled-on .nav-menu .children a {
        background-color: transparent;
    }
    .toggled-on .nav-menu>li a:hover, .toggled-on .nav-menu>ul a:hover {}
    .toggled-on .nav-menu>li a:focus, .toggled-on .nav-menu>ul a:focus {}
    ul.nav-menu, div.nav-menu>ul {
        display: none;
    }
    header#masthead {
        padding: 15px;
    }
    div.navbar-right.mobile {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    div.navbar-right {
        display: none;
    }
    header#masthead div.inner div.top {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: space-between;
    }
    header#masthead div.inner {
        flex-direction: column;
        justify-content: space-evenly;
    }
    .nav-menu li a {
        line-height: 40px;
        padding: 0;
    }
    div#navbar {
        width: 100%;
        margin-left: inherit;
    }
}
/**
 * Responsive styles
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1320px) {
    div.topbar t {
        display: none;
    }
}
@media (max-width: 1250px) {
    ul#menu-topbar-menu {
        display: none;
    }
    div.phonetogglecontainer {
        right: 0;
        left: inherit;
    }
}
@media (max-width: 960px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }
}
@media (max-width: 1024px) {
    #zakelijk .wpcf7 form p:last-of-type {
        flex-basis: 63%;
        margin-top: 3%;
    }
    #zakelijk .wpcf7 form {
        flex-wrap: wrap;
    }
    section#zakelijk .inner:after {
        right: 15px;
    }
}
/*responsive algemeen*/

@media (max-width: 768px) {
    div.topbar ul.menu {
        display: none;
    }
    .home-link img {
        height: 32px;
    }
    .home-link span {
        font-size: 20px;
        margin: 0px 0px 0px 10px;
    }
    div.topbar ul#menu-telefoonnummers {
        display: block;
    }
    div.home-slider {
        height: auto;
    }
    div.home-slider div.inner {
        display: none;
    }
    div.home-slider div.main-module {
        position: relative;
        bottom: inherit;
        box-shadow: none;
        padding: 15px 0px;
    }
    section {
        padding: 30px 0px;
    }
    div.inner {
        padding: 0;
    }
    section#usps {
        padding: 30px 15px;
    }
    section#usps div.inner {
        padding: 0;
    }
    div.subtextblock div.col {
        max-width: 100%;
        padding: 0px 0px 30px 0px;
    }
    div.subtextblock div.googlemap {
        width: 100%;
        float: left;
        position: relative;
    }
    section#intro {
        padding: 30px 15px;
    }
    section#nieuws-acties .inner, section#huurautos .inner {
        padding: 0px 15px;
    }
    div.footer-col:nth-of-type(2) {
        width: 100%;
    }
    div.footer-col {
        padding: 15px 15px;
        float: initial;
        width: 100%;
    }
    img.footer-logo {
        display: none;
    }
    div.footer-col:nth-of-type(2) ul {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    div.shop-usps {
        text-align: left;
    }
    .recenteArtikelen .nieuws-wrapper .nieuws-item {
        padding: 0;
        margin-bottom: 15px;
    }
    .nieuws-wrapper .nieuws-item div {
        padding: 15px;
    }
    .nieuws-item span.nieuws-bg {
        height: 200px;
    }
    .recenteArtikelen {
        float: initial;
        width: 70%;
        margin: 0 auto;
    }
    .nieuwsContent {
        float: initial;
        width: 90%;
        padding-right: 0;
        position: relative;
        background: white;
        z-index: 0;
        margin: 0 auto;
        margin-top: -10vh;
        padding: 30px;
    }
    .nieuwsContent:before {
        display: none;
    }
    .nieuws-wrapper .nieuws-item:last-of-type {
        display: none;
    }
    .nieuws-wrapper .nieuws-item {
        flex-basis: 50%;
        padding: 0;
    }
    div.bottom-footer li {
        width: 100%;
        text-align: center;
    }
    div.footer-social {
        float: none;
        width: 200px;
        margin: 0px auto;
        overflow: hidden;
        padding: 30px 0px 0px 0px;
    }
    div.footer-links li {
        padding: 15px;
    }
    div.footer-links li:last-of-type {
        float: left;
    }
    div.main-module div.calculator-section fieldset div.input-group.typevoertuig {
        width: 100%;
    }
    div.calculator-section input[type='text'] {
        width: 100%;
    }
    div.calculator-section input[type='time'] {
        width: 100%;
    }
    div.bookingwidget {
        padding: 0px 0px 30px 0px;
    }
    div.bookingwidget div.calculator-section fieldset div.input-group {
        width: 50%;
        padding: 15px;
    }
    /*bookingwidget subpagina*/
    div.bookingwidget div.calculator-section fieldset div.input-group {
        width: 50%;
    }
    div.bookingwidget div.calculator-section fieldset div.input-group:nth-child(-n+2) {
        padding: 15px;
    }
    div.bookingwidget div.calculator-section fieldset div.input-group:nth-child(n+7) {
        padding: 15px;
    }
    div.bookingwidget div.calculator-section fieldset div.input-group:nth-child(-n+4) {
        width: 50%;
    }
    div.bookingwidget div.calculator-section fieldset div.input-group:nth-child(n+5) {
        width: 50%;
    }
    /*end bookingwidget subpagina*/
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }
    a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        width: 100%;
    }
    ul.products li.product div.block:first-of-type {
        width: 100%;
    }
    ul.products li.product div.block.mid {
        width: 100%;
    }
    ul.products li.product div.block:last-of-type {
        width: 100%;
    }
    ul.products li.product div.block-price {
        width: 100%;
    }
    div.car-leftsidebar {
        max-width: 100%;
        width: 100%;
    }
    div.subproduct-title div.right {
        padding: 0 !important;
    }
    div.type-product div.right {
        max-width: 100%;
        padding: 30px 0px;
    }
    div.car-leftsidebar div.menu {
        display: none;
    }
    body.single-product div.car-leftsidebar li.pickup, body.single-product div.car-leftsidebar li.dropoff, body.single-product div.car-leftsidebar li.period {
        display: none;
    }
    div.bottomcontact span {
        width: 100%;
    }
    div.bottomcontact ul {
        padding: 15px 0px 0px 0px;
    }
    div.bottomcontact ul li {
        width: 100%;
    }
    div.calculator-section+div.input-group {
        position: relative;
        width: 100%;
    }
    body.woocommerce-checkout div.right {
        max-width: 100%;
        padding: 30px 0px;
    }
    body.landingspaginas-template div.sidebar {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    body.landingspaginas-template div.landing-content {
        width: 100%;
        padding: 0px;
    }
    .zoekbalk input {
        padding: 0px 15px;
        padding-left: 60px;
    }
    .zoekbalk i {
        left: 15px;
    }
    .zoekbalk form {
        width: 90%;
    }
    .zoekbalk .sluiten {
        width: 10%;
    }
    body.page-template-page-contact div.entry-content {
        width: 100%;
    }
    body.page-template-page-contact div.sidebar {
        width: 100%;
        padding: 0;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        margin: 0px 0px 15px 0px;
    }
    , .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        margin: 15px 0px;
    }
    .recenteArtikelen {
        width: 90%;
    }
    div.type-product div.calculator-section input[type="checkbox"] {
        margin: 0px;
    }
    section.up-sells ul.products div.block {
        width: 100%;
    }
    div.bookingwidget div.calculator-section+div.input-group {
        width: 100%;
        padding: 15px 15px 0px 15px;
    }
    a.period-mobile {
        display: block;
        margin: 15px 0px 0px 0px;
    }
    .home-link {
        align-self: flex-start;
    }
    div.topbar {
        padding: 10px 15px;
    }
    div.type-product div.calculator-section.extras div.input-group div.bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    div.type-product div.calculator-section.extras div.input-group div.right {
        margin: 10px 0px 0px 0px;
    }
    div.main-module .calculator-section fieldset {
        flex-direction: column;
    }
    div#accordion-extras {
        display: block;
    }
    
    div.shop-wrap>div.inner div.listings {
        width: 100%;
    }
    
    form.searchandfilter li.sf-field-submit {
        display: block;
    }
    
    /*car filter*/
    div.carfilter-mobile {
        display: block;
    }
    
    div.shop-wrap>div.inner div.filters {
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    div.shop-wrap>div.inner div.filters.open {
        display: block;
        position: absolute;
        z-index: 2;
        background: #fff;
        max-width: 75%;
        padding: 15px;
        border: solid 1px #e3e3e3;
        -webkit-transition: all 300ms;
        visibility: visible;
        opacity: 1;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
    }
    /*car filter*/
    
    
    body.page-template-page-camperhuren div.col {
        flex-direction: column;
    }
    
    body.page-template-page-camperhuren div.col div.col {
        max-width: 100%;
    }
    
    body.page-template-page-camperhuren div.block.form {
        padding: 32px;
    }
    
    body.page-template-page-camperhuren div.block.contact div.bottom ul {
        flex-direction: column;
    }
    
    body.page-template-page-camperhuren div.col.margin {
        margin: 25px 0px;
    }

    
}
@media (max-width: 500px) {
    .nieuwsContent {
        width: 100%;
        padding: 15px;
    }
    .recenteArtikelen {
        width: 90%;
    }
    aside.recenteArtikelen h2 {
        margin-top: 30px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    div.huurcategorieen li {
        flex-basis: 50%;
    }
    div.huurcategorieen li:nth-of-type(n+3) {
        border-top: 0;
    }
    div.huurcategorieen li:nth-of-type(1), div.huurcategorieen li:nth-of-type(2), div.huurcategorieen li:nth-of-type(3), div.huurcategorieen li:nth-of-type(5), div.huurcategorieen li:nth-of-type(6), div.huurcategorieen li:nth-of-type(7) {
        border-right: 1px solid #f3f3f3;
    }
    div.huurcategorieen li:nth-of-type(1), div.huurcategorieen li:nth-of-type(3), div.huurcategorieen li:nth-of-type(5), div.huurcategorieen li:nth-of-type(7) {
        border-right: 0;
    }
    .nieuws-wrapper {
        flex-wrap: wrap;
    }
    .nieuws-wrapper .nieuws-item {
        flex-basis: 100%;
    }
    .nieuws-wrapper .nieuws-item:last-of-type {
        display: block;
    }
    .nieuws-wrapper .nieuws-item:nth-of-type(1), .nieuws-wrapper .nieuws-item:nth-of-type(2) {
        margin-bottom: 15px;
    }
    #zakelijk .wpcf7 form p {
        flex-basis: 50%;
        margin-right: 0;
    }
    #zakelijk .wpcf7 form p:nth-of-type(1) {
        padding-right: 1.5%;
    }
    #zakelijk .wpcf7 form p:nth-of-type(2) {
        padding-left: 1.5%;
    }
    section#zakelijk {
        padding-bottom: 0;
    }
    section#zakelijk .inner:after {
        display: none;
    }
    #zakelijk .wpcf7 form p:last-of-type {
        flex-basis: 100%;
        margin-top: 3%;
    }
    section.landingspagina {
        padding: 30px 15px;
    }
}
/**
 * Responsive ipad portrait
 * ----------------------------------------------------------------------------
 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
    }
    section.up-sells ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    }
}
/**
 * Responsive ipad landscape
 * ----------------------------------------------------------------------------
 */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    ul.products li.product div.block:first-of-type {
        width: 30%;
    }
    ul.products li.product div.block:last-of-type {
        width: 70%;
    }
    div.bottomrating span.rating {
        padding: 30px;
        top: 15px;
    }
}
/* CTA button landingspagina's */

a.btn-cta {
    background: #ff8900;
    font-weight: bold;
    color: white;
    padding: 10px 30px;
    display: inline-block;
    margin: 30px auto;
    border: 2px solid #ff8900;
    transition: .1s ease-in-out;
}
a.btn-cta:active, a.btn-cta:hover, a.btn-cta:focus {
    background: transparent;
    color: #ff8900;
    border: 2px solid #ff8900;
}
/* Paginering */

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 1.2em
}
/* A/B test upgrade */

div.finalize-right>p {
    width: 315.875px;
    color: #00c700 !important;
}
div.clearfix {}
div.finalize-right>p {
    margin: -15px 0px 10px 0px !important;
}
li.post-600>div:nth-of-type(2)>h2 {
    font-size: 25px;
}
.calculator-section .finalize-right input.button {
    width: 100%;
}
.up-sells .button a {
    color: rgb(255, 137, 0);
    background: rgb(255, 255, 255);
}
.upsells ul.products li.product .button {
    border-color: rgb(0, 76, 105);
    color: rgb(0, 76, 105);
    background: rgb(255, 255, 255);
}
.upsells h2 {
    color: rgb(0, 76, 105);
    font-weight: 700;
    font-size: 25px;
}
.usps {
    margin-left: 40px;
    color: rgb(0, 76, 105);
}
.usps i {
    color: rgb(51, 217, 63) !important;
}
img.attachment-woocommerce_thumbnail {
    width: 60%;
}
li.post-600>div:nth-of-type(2)>h2 {
    color: rgb(0, 76, 105);
    font-weight: 700;
}
.calculator-section .finalize-right .usp {
    color: #00c700 !important;
}
section.up-sells {
    margin-top: 60px;
    border-top: 4px solid rgb(0, 76, 105);
}