/* ==========================================================================
   Versaweb Dark Theme — Cart Fast Custom
   Overlay for fast/simple order form pages.
   ========================================================================== */

/* -- Font Face (fallback if main theme hasn't loaded) -- */
@font-face { font-family: 'Proxima Nova'; src: url('/templates/2019/dist/fonts/ProximaNova-Light.woff2') format('woff2'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Proxima Nova'; src: url('/templates/2019/dist/fonts/ProximaNova-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Proxima Nova'; src: url('/templates/2019/dist/fonts/ProximaNova-Semibold.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Proxima Nova'; src: url('/templates/2019/dist/fonts/ProximaNova-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

/* -- Order Page Dark Base -- */
body {
    font-family: 'Proxima Nova', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.custom-footer, .product-container {
    margin: 18px 0;
    padding: 15px 15px 15px 0;
}

.product-container {
    border: solid 1px #1e2433;
    background: #141720;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    padding-left: 30px;
    color: #edf0f6;
}

.product-container h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #009bdb;
}

.custom-footer .product-actions {
    margin-left: 20px;
}

.product-actions {
    text-align: center;
    width: 200px;
    height: 80px;
}

.product-actions input, .custom-footer a.go-to-ticket {
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    height: 40px;
    margin: 8px 0 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 200px;
    background-color: #009bdb;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    transition: background-color 0.2s ease;
}

.custom-footer a.go-to-ticket {
    /* Match Order Now! sizing exactly — inherit height/width/padding/font from combined
       rule above (+ versaweb-dark .btn's 10/20 padding override). Only recolor for the
       secondary look. */
    background-color: #1e2433;
    color: #9dafc6;
    text-decoration: none;
}

.product-actions input:hover, .product-actions input:active, .product-actions input.active {
    background-color: #0088c2;
}

.custom-footer a.go-to-ticket:hover, .custom-footer a.go-to-ticket:active, .custom-footer a.go-to-ticket.active {
    background-color: #141720;
    color: #edf0f6;
}

.product-price {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5%;
    color: #edf0f6;
}

.product-description {
    padding: 0 5px;
    text-align: left;
    position: relative;
    color: #9dafc6;
}

.product-description {
    width: 480px;
}

.product-description ul, .product-description ol {
    list-style: none !important;
    text-align: left;
}

.product-description ul li {
    min-height: 20px;
}

/* -- Additional Dark Overrides -- */
.orderpage .card,
.orderpage .wbox {
    background-color: #141720;
    border-color: #1e2433;
    color: #edf0f6;
}

.orderpage .form-control {
    background-color: #0d0f14;
    border-color: #1e2433;
    color: #edf0f6;
}

.orderpage .form-control:focus {
    border-color: #009bdb;
    box-shadow: 0 0 0 0.2rem rgba(0, 155, 219, 0.15);
    background-color: #0d0f14;
}

.orderpage .table {
    color: #edf0f6;
}

.orderpage .table td,
.orderpage .table th {
    border-color: #1e2433;
}

.orderpage hr {
    border-color: #1e2433;
}

.orderpage a:not(.btn) {
    color: #009bdb;
}

.orderpage a:not(.btn):hover {
    color: #0088c2;
}
