.modal-popup {
    pointer-events: auto !important;
}
#maincontent {
    padding-top: 60px;
}
.checkout-index-index #maincontent {
    padding-top: 90px;
}
#checkout #newsletter-subscribe {
    width: auto;
    height: auto;
}

#checkout > .messages {
    margin-top: 20px;
}
#checkout #customer-email-fieldset .field {
    margin-bottom: 15px !important;
}
#checkout .form-login,
#checkout #customer-email-fieldset .field {
    margin-bottom: 0;
}
#checkout .form-shipping-address .field,
#checkout .billing-address-form .field {
    margin-bottom: 15px;
}
#checkout .billing-address-form .field select,
#checkout .billing-address-form .field input {
    padding: 5px 10px;
    width: 100%;
}
#checkout .form-shipping-address fieldset.field,
#checkout .billing-address-form fieldset.field {
    margin: 0 !important;
}
#checkout .payment-method-title + br {
    display: none;
}

#account-nav .nav.items {
    flex-direction: column;
}
.messages {
    margin-top: 120px;
}
.customer-account-create .messages {
    margin-top: 0 !important;
}

@media screen and (max-width: 1400px) {
    #maincontent {
        padding-top: 40px;
    }
    .messages .message {
        margin-top: 100px;
    }
}
.product-add-form .box-tocart > .fieldset {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.product-add-form .box-tocart .field.qty .control {
    display: inline-block;
    margin-left: 10px;
}
.product-add-form .box-tocart .field.qty {
    margin-bottom: 0;
}
.product-add-form .box-tocart .field.qty input {
    width: 50px;
}
.product-add-form .box-tocart .actions {
    margin-left: 20px;
}
.product-add-form .box-tocart button {
    font-size: 16px;
}
.widget-product-grid .add-cart-price {
    align-items: center;
}
.widget-product-grid .add-cart-price .stock {
    font-size: 20px !important;
}
.widget-product-grid .add-cart-price .price {
    font-size: 20px !important;
}
.widget-product-grid .add-cart-price .tocart {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
}

.page-layout-checkout .page-header {
    display: none;
}

.page-layout-checkout .authentication-wrapper {
    display: none;
}

.fieldset > .field > .label {
    font-family: GravurBold;
    font-size: 18px;
}

.action,
button {
    font-family: GravurBold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.9px !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
}
.action.primary,
button.primary {
    background: #95ac0e !important;
    border-color: #95ac0e !important;
    color: #fff !important;
}
.step-title {
    font-family: GravurBold;
    text-transform: uppercase;
}
.opc-progress-bar li {
    font-family: Gravur;
}
.cart-totals {
    border-top: none;
    padding-top: 0;
}
.cart-totals th,
.table-totals th {
    background: none !important;
}

#shopping-cart-table thead th {
    font-family: 'GravurBold';
    font-size: 18px;
    text-transform: capitalize;
}
.cart-container .form-cart .action.update::before {
    line-height: 24px;
}

.cart-summary #block-shipping {
    display: none;
}

#shopping-cart-table .product-item-name {
    font-family: 'GravurBold';
    font-size: 20px;
}
#shopping-cart-table .actions-toolbar {
    text-align: right;
}
#shopping-cart-table .item-actions td {
    padding-right: 0;
}
#shopping-cart-table .item-actions  .action-edit {
    display: none;
}
.cart-container .form-cart .action.continue,
#shopping-cart-table .action {
    font-family: "GravurBold";
    text-transform: uppercase;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 0;
}

.cart-price .price {
    font-family: "GravurBold";
}

#block-discount .content {
    display: block !important;
}
#block-discount .title::after {
    display: none;
}

.form-login .label {
    text-align: left !important;
}
.form-login .actions-toolbar {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
}

.login-container .fieldset::after {
    margin-left: 0 !important;
    margin-top: 10px;
}
.login-container {
    margin-top: 20px;
}
.login-container .block .block-title strong {
    font-family: Gravur;
    font-size: 22px;
}

.sector-tickets .tickets-type {
    display: block !important;
}

.hover-from-location:hover { background: #95AC0E !important; color:#fff !important; }
.bg-de-beestenbende .hover-from-location:hover { background: #f08400 !important; }
.bg-de-buitenplaats .hover-from-location:hover { background: #0096b0 !important; }
.bg-de-kemphaan .hover-from-location:hover { background: #e52d12 !important; }
.bg-het-klokhuis .hover-from-location:hover { background: #e6007e !important; }
.bg-de-oostvaarders .hover-from-location:hover { background: #ffd200 !important; }
.bg-den-uylpark .hover-from-location:hover { background: #bc8414 !important; }
.bg-vroege-vogelbos .hover-from-location:hover { background: #7fb64a !important; }
.bg-de-vossenburcht .hover-from-location:hover { background: #007f34 !important;}
.bg-greenlab .hover-from-location:hover { background: #009C82 !important; }
.bg-de-Stad-en-natuurbus .hover-from-location:hover { background: #4ab9a9 !important; }
.bg-schaapskudde-almere .hover-from-location:hover { background: #d0c693 !important; }

.action-close:focus {outline: none;}
.sector-tickets .arrow {
    display: none !important;
}

#co-payment-form .field select,
#co-payment-form .field input {
    width: auto;
    height: auto;
}

.payment-method-title {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
}
.payment-method-content .messages {
    margin-top: 0;
}