.switch-field {
    display: flex;
    margin-bottom: 0px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
   
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 15px 25px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #2a8ae2;
    box-shadow: none;
    color:white;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/* This is just for CodePen. */

.form {
    max-width: 600px;
    font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
    font-weight: normal;
    line-height: 1.625;
    margin: 8px auto;
    padding: 16px;
}

h2 {
    font-size: 18px;
    margin-bottom: 8px;
}

.mdi-36px {
     font-size: 39px;
     margin-right: 10px
 }
 
 .apple-button
 {
 
 background:#333 !important;
 color:white !important;
 
 }
 
 .android-app-button
 {
 margin-left:20px;
 background:#2C8BE3 !important;
 color:white !important;
 
 }
 
.margin-top-section
{
padding-top:35px !important;
padding-bottom:35px !important;
}

.logo-top-icon
{

font-size:28px;

}

.logo-top-text-bol
{

color:#2C8BE3;

}

.table.cart-sub-total td, .table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 2px 10px !important;
}

.main-banner-area .header-text h1
{
font-size:52px !important;
}

.active-menu-item
{
    
    color:#2a8ae2 !important;

}

.btn-aanmelden-menu
{
background: #2a8ae2;
color:white !important;
border-radius: 5px;
position: relative;
display: block;
font-size: 13px;
font-weight: 600;
padding: 6px 0.5rem;
color: #282b2d;
letter-spacing: 0.5px;
text-transform: uppercase;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;

}

.btn-aanmelden-menu:hover
{
background: black;
color:white
}

.newsletter-form .quform-submit-inner {
    position: absolute;
    right: 15px;
    top: -49px;
    width: auto;
    background: #2a8ae2 !important;
    height: 48px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-top-right-radius: 0.25em;
    -webkit-border-bottom-right-radius: 0.25em;
    -moz-border-radius-topright: 0.25em;
    -moz-border-radius-bottomright: 0.25em;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}

.newsletter-form .quform-submit-inner:hover {
    position: absolute;
    right: 15px;
    top: -49px;
    width: auto;
    background: black !important;
    height: 48px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-top-right-radius: 0.25em;
    -webkit-border-bottom-right-radius: 0.25em;
    -moz-border-radius-topright: 0.25em;
    -moz-border-radius-bottomright: 0.25em;
    border-top-right-radius: 0.25em;
    border-bottom-right-radius: 0.25em;
}

.actieve-link
{
color:#2a8ae2;
text-decoration: underline;
}

.payment-icon-signup
{
    width:45px;
    height:45px;
    margin-right:15px;
    
}


.logo-top
{
    width:75% !important;
    height:100% !important;
    transform: none !important;
}

.checkout-btn
{
    background-color: #28a745 !important;
}

.main-banner-area .right-bg
{
    width:49.5% !important;
    top:20px !important;
}

.main-banner-area .header-text
{
    
}

@media screen and (max-width: 991px) {
  .main-banner-area
  {
    background-color:black;  
      
  }
}

.bg-bk-blue
{
    
  background-color:  #2e3c56;
    
}

.feature-bol-beoordelingen-image-border
{
    
    border: 5px solid;
    border-color: lightblue;
    border-radius: 10px;  
    
}

.roundedborders-partners
{
    border-radius: 5px;
}

.section-heading span
{
    font-size:inherit !important;
    font-weight:inherit !important;
}

.package-lijstje-home-padding-fix
{
    
  
  padding: 19px !important;
   
}
.home-sidebar-features .pricing-header
{
    padding-top:5px!important;
}
.ideal-bancontact-aanmelden
{
    width:150px;
}

.h3CustomFont
{
    font-weight: revert-layer;
}

button:disabled,
.butn:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background-color: #ccc !important;
  color: #666 !important;
  border-color: #bbb !important;
}

