/* Override hoofdtemplate overflow voor scroll functionaliteit */
/* Desktop: body overflow visible zodat Order Summary kan meescrolling */
@media (min-width: 1200px) {
    body { overflow-x: visible !important; }
}
/* Mobile: body overflow hidden zodat geen horizontale scroll */
@media (max-width: 1199px) {
    body { overflow-x: hidden !important; }
}

/* ===================== VISIBA ORDER FORM STYLES ===================== */

/* Sidebar card ronde hoeken */
#order-standard_cart .cart-sidebar .card,
#order-standard_cart .sidebar-collapsed {
    border-radius: 10px !important;
    overflow: hidden !important;
    margin-bottom: 16px !important;
}

/* Sidebar headers */
body #order-standard_cart .cart-sidebar .panel-heading,
body #order-standard_cart .cart-sidebar .card-header,
body #order-standard_cart .sidebar-collapsed .card-header {
    background: #f5f4f9 !important;
    color: #3a1565 !important;
    padding: 6px 16px !important;
    border-bottom: 1px solid #e8e4f0 !important;
    min-height: unset !important;
}
#order-standard_cart .cart-sidebar h3,
#order-standard_cart .cart-sidebar .panel-title,
#order-standard_cart .sidebar-collapsed h3 {
    color: #3a1565 !important;
    font-size: 14px !important;
    margin-bottom: 0 !important;
    line-height: 1.3 !important;
}

/* Sidebar items */
#order-standard_cart .cart-sidebar .list-group-item {
    font-size: 13px !important;
    color: #333 !important;
    border-left: none !important;
    border-right: none !important;
}
#order-standard_cart .cart-sidebar .list-group-item:hover {
    background-color: #f5f4f9 !important;
    color: #3a1565 !important;
    text-decoration: none !important;
}

/* Sidebar actief item */
#order-standard_cart .cart-sidebar .list-group-item.active,
#order-standard_cart .cart-sidebar .list-group-item.active:hover,
#order-standard_cart .cart-sidebar .list-group-item.active:focus {
    background-color: #eeebf5 !important;
    border-color: #eeebf5 !important;
    color: #3a1565 !important;
    border-left: 3px solid #3a1565 !important;
    font-weight: 500 !important;
}

/* Tabel header */
div#order-standard_cart .view-cart-items-header {
    background: linear-gradient(135deg, #7a2090 0%, #3a1565 100%) !important;
    border: none !important;
}
#order-standard_cart .view-cart-items {
    border-bottom: 2px solid #3a1565 !important;
}

/* Order Summary */
div#order-standard_cart .order-summary {
    background: linear-gradient(135deg, #7a2090 0%, #3a1565 100%) !important;
    border-bottom: 3px solid #3a1565 !important;
    border-radius: 10px !important;
}
div#order-standard_cart .order-summary h2,
div#order-standard_cart .order-summary .order-summary-title {
    color: #fff !important;
}

/* Knoppen */
#order-standard_cart .btn-checkout,
#order-standard_cart .btn-primary,
#order-standard_cart .btn-success {
    background: linear-gradient(135deg, #7a2090 0%, #3a1565 100%) !important;
    border-color: #3a1565 !important;
    color: #fff !important;
    border-radius: 20px !important;
}
#order-standard_cart .btn-checkout:hover,
#order-standard_cart .btn-primary:hover,
#order-standard_cart .btn-success:hover {
    background: linear-gradient(135deg, #9030b0 0%, #4a1585 100%) !important;
    border-color: #4a1585 !important;
}

/* Pagina achtergrond */
#order-standard_cart {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
}
#order-standard_cart *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(h1):not(h2):not(h3):not(h4):not(h5):not(.checkout-security-msg):not(.checkout-security-msg *) {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
}
/* Security msg na wildcard regel zodat het wint */
#order-standard_cart .checkout-security-msg,
#order-standard_cart .checkout-security-msg * {
    font-size: 11px !important;
}

#order-standard_cart h1 { font-size: 24px !important; }
#order-standard_cart h2 { font-size: 20px !important; }
#order-standard_cart h3 { font-size: 16px !important; }
#order-standard_cart h4 { font-size: 14px !important; }
#order-standard_cart h5 { font-size: 13px !important; }

/* Sub-heading kleur */
#order-standard_cart .sub-heading span,
#order-standard_cart .sub-heading-borderless span {
    color: #3a1565 !important;
}

/* Paginatie */
#order-standard_cart .page-item.active .page-link {
    background-color: #3a1565 !important;
    border-color: #3a1565 !important;
}

/* Product borders */
#order-standard_cart .products .product {
    border-radius: 10px !important;
    overflow: hidden !important;
}

/* iCheck radio/checkbox kleur aanpassen */
#order-standard_cart .iradio_square-blue,
#order-standard_cart .icheckbox_square-blue {
    filter: hue-rotate(60deg) saturate(0.8) brightness(0.75) !important;
}

/* View cart tabel ronde hoeken */
#order-standard_cart .view-cart-items {
    border-radius: 10px !important;
    overflow: hidden !important;
}

/* Empty Cart knop - subtiel want dit is niet de gewenste actie */
#order-standard_cart .empty-cart .btn,
#order-standard_cart .btn-danger {
    background: #fff !important;
    border: 1px solid #d0c8e8 !important;
    color: #3a1565 !important;
    border-radius: 20px !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}
#order-standard_cart .empty-cart .btn:hover,
#order-standard_cart .btn-danger:hover {
    background: #f5f4f9 !important;
    border-color: #3a1565 !important;
    color: #3a1565 !important;
    text-decoration: none !important;
}

/* View cart items afwisseling */
#order-standard_cart .view-cart-items .item:nth-child(even) {
    background-color: #f5f4f9 !important;
}

/* Modal knoppen */
#order-standard_cart .modal-footer .btn-default,
#order-standard_cart .modal-footer .btn-secondary {
    background: #fff !important;
    border: 1px solid #d0c8e8 !important;
    color: #3a1565 !important;
    border-radius: 20px !important;
}
#order-standard_cart .modal-footer .btn-default:hover,
#order-standard_cart .modal-footer .btn-secondary:hover {
    background: #f5f4f9 !important;
}



/* Domain checker achtergrond - paarse gradient */
.domain-checker-container {
    background: linear-gradient(135deg, #7a2090 0%, #3a1565 100%) !important;
    border-radius: 10px !important;
}

/* Domain checker zoekknop */
.domain-check-availability {
    background: #fff !important;
    border-color: #fff !important;
    color: #3a1565 !important;
    border-radius: 20px !important;
    font-weight: 600 !important;
}
.domain-check-availability:hover {
    background: #f5f4f9 !important;
}

/* TLD spotlight knoppen */
.spotlight-tld .btn:not(.domain-contact-support) {
    background-color: #3a1565 !important;
    border-color: #220d50 !important;
    color: #fff !important;
}

/* Explore packages knop */
.domain-promo-box .btn {
    background: linear-gradient(135deg, #7a2090 0%, #3a1565 100%) !important;
    border-color: #3a1565 !important;
    color: #fff !important;
    border-radius: 20px !important;
}
.domain-promo-box .btn:hover {
    background: linear-gradient(135deg, #9030b0 0%, #4a1585 100%) !important;
}

/* Transfer a domain knop */
.domain-promo-box .btn-primary {
    background: linear-gradient(135deg, #7a2090 0%, #3a1565 100%) !important;
    border-color: #3a1565 !important;
    color: #fff !important;
    border-radius: 20px !important;
}

/* TLD spotlight knoppen - alle kleuren */
.spotlight-tld a.btn,
.spotlight-tld .btn {
    background-color: #3a1565 !important;
    border-color: #220d50 !important;
    color: #fff !important;
}

.domain-checker-bg {
    padding: 40px 0 !important;
    background-image: url('/templates/orderforms/visiba02052026/img/globe.png') !important;
}

/* Categorie filter tabs */
.tld-filters a.badge-success,
.tld-filters a.badge.badge-success {
    background-color: #3a1565 !important;
    border: 2px solid #3a1565 !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
.tld-filters a.badge-secondary {
    background-color: #6c757d !important;
}


/* Domain pricing tabel headers */
.domain-pricing .tld-pricing-header .tld-column {
    background-color: #f5f4f9 !important;
    color: #3a1565 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-bottom: none !important;
}
.domain-pricing .tld-pricing-header .col-xs-2,
.domain-pricing .tld-pricing-header .col-sm-2,
.domain-pricing .tld-pricing-header .col-xs-4,
.domain-pricing .tld-pricing-header .col-sm-4 {
    border-bottom: 6px solid #3a1565 !important;
    background-color: #f5f4f9 !important;
    color: #3a1565 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.domain-pricing .tld-pricing-header div:nth-child(odd) {
    border-color: #3a1565 !important;
    background-color: #f5f4f9 !important;
}

/* Domain pricing tabel rijen */
.domain-pricing .tld-row {
    border-bottom: 1px solid #f0edf8 !important;
}
.domain-pricing .tld-row.highlighted {
    background: #f5f4f9 !important;
}
.domain-pricing .two-row-center {
    border-right: 2px solid #e8e4f0 !important;
}

/* Domain pricing tabel ronde hoeken en schaduw */
.domain-pricing .bg-white {
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(58,21,101,0.08) !important;
    border: 1px solid #e8e4f0 !important;
}

/* Label-info (EUR badge) */
#order-standard_cart .label-info,
#order-standard_cart .badge-info {
    background-color: #eeebf5 !important;
    color: #3a1565 !important;
    border: 1px solid #d0c8e8 !important;
}

/* Complete Order knop marge */
#order-standard_cart #btnCompleteOrder {
    margin-top: 20px !important;
}

/* Checkout security bericht kleiner */
#order-standard_cart .checkout-security-msg {
    opacity: 0.7 !important;
    padding-left: 50px !important;
}
#order-standard_cart .checkout-security-msg i {
    font-size: 1.6em !important;
    margin-left: -38px !important;
}

/* Input velden font */
#order-standard_cart input,
#order-standard_cart select,
#order-standard_cart textarea {
    font-family: 'Montserrat', sans-serif !important;
}

/* Credit card input velden even breed */
#order-standard_cart .cc-input-container .form-group {
    width: 100% !important;
}
#order-standard_cart .cc-input-container .form-control {
    width: 100% !important;
}








