body {
    padding-top: 5em;
}

.cp {
    cursor: pointer;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(100vh - 5em);
}

.center-screen span {
    font-family: Georgia, sans-serif;
    font-size: 5em;
}

.datepicker {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    width: 1% !important;
    margin-bottom: 0 !important;
}

.datepicker input {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.thumbnail {
    max-width: 100%;
}

.btn-outline-magento {
    color: #f68d2e;
    border-color:#f68d2e
}

.btn-outline-magento:hover {
    color: #fff;
    background-color: #f68d2e;
    border-color:#f68d2e
}

.btn-outline-magento.focus, .btn-outline-magento:focus {
    box-shadow:0 0 0 .2rem rgba(246, 141, 46, .5)
}

.btn-outline-magento.disabled, .btn-outline-magento:disabled {
    color: #f68d2e;
    background-color:transparent
}

.btn-outline-magento:not(:disabled):not(.disabled).active, .btn-outline-magento:not(:disabled):not(.disabled):active, .show > .btn-outline-magento.dropdown-toggle {
    color: #fff;
    background-color: #f68d2e;
    border-color:#f68d2e
}

.btn-outline-magento:not(:disabled):not(.disabled).active:focus, .btn-outline-magento:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-magento.dropdown-toggle:focus {
    box-shadow:0 0 0 .2rem rgba(246, 141, 46, .5)
}