/* Reset Code */

/*=================================================
   上方大標題
===================================================*/
.checkout_title {
    width: 100%;
    height: auto;
    margin: 90px 0 .5rem 0;
}

/*--responsive media-quries--*/
@media all and (max-width: 600px) {
    .checkout_title {
        margin: 55px 0 .5rem 0;
    }
}

/*=================================================
   訂購明細
===================================================*/
.cart_warp {
    float: left;
    width: 100%;
    margin: 2em 0 1em;
}

.cart-warp {
    width: 100%;
    float: left;
}

.warp-process {
    width: 100%;
    float: left;
}

.warp-process img {
    width: 100%;
    height: auto;
    box-shadow: 0px 1px 5px #888888;
}

.SingleOrder {
    border: 1px solid rgba(230, 230, 230, 0.7);
    float: left;
    margin: 1em 2.5% 0;
}

.cart.cart-default {
    border-radius: .25rem;
    border: 1px solid var(--border-color-light);
    float: left;
}

.cart {
    margin-bottom: .3rem;
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;

}

.delete-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 360px;
}

.cart-content>.cart-item:last-of-type {
    border-width: 0;
}

.cart-content .cart-item {
    padding: 15px;
    border-bottom: 1px solid hsl(0, 0%, 85%);
    border-bottom-width: 1px;
}

.cart-item {
    width: 5%;
    float: left;
    margin-top: 1.6%;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.far {
    font-weight: 400;
}

.fal,
.far {
    font-family: "Font Awesome 5 Pro";
}

.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.btn-circle {
    height: 35px;
    width: 35px;
    line-height: 33px;
    padding: 0;
    border-radius: 50%;
}

.cart-item {
    width: 100%;
    float: left;
}

.item-content {
    width: 75%;
    float: left;
}

.cart_item-content {
    width: 65%;
    float: left;
    margin-left: 10px;
}

.item-content .detail {
    width: 100%;
    float: left;
}

.detail small {
    font-weight: normal;
}

.text-complete {
    color: #0084ff !important;
}

h3 small,
h4 small,
h5 small {
    font-weight: normal;
}

h3 small,
h4 small,
h5 small {
    font-weight: 300;
}

small,
.small {
    line-height: 18px;
    font-size: 80%;
}

.detail h4 {
    font-size: 1.15rem;
    font-weight: 600;
}

.meta {
    font-size: 1.2rem;
    line-height: 1.5;
}

.item-content .detail .quantity {
    margin-bottom: 5px;
}

.quantity {
    margin-top: 5px;
}

.each-date {
    float: left;
    margin-left: 10px;
}

.order-price {
    float: right;
    text-align: right;
    font-size: 22px;
    width: 25%;
}

.cart-total {
    width: 100%;
    float: left;
    padding: 15px;
    text-align: right;
    border-top: 1px solid hsl(0, 0%, 85%);
}

.checkout {
    float: left;
    width: 100%;
    min-height: 68vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-content {
    float: left;
    width: 100%;
}

.order-content,
.order-content p {
    font-size: 16px;
    margin: 0;
    line-height: 2;
}


/*--responsive media-quries--*/
@media all and (max-width: 1280px) {

    .item-content,
    .order-price {
        width: 100%;
        text-align: left;
    }

    .each-date {
        margin-left: 0px;
    }
}

@media all and (max-width: 550px) {
    .checkout {
        min-height: 70vh;
    }
}

@media all and (max-width: 450px) {
    .checkout {
        min-height: 72vh;
    }
}




/*=================================================
   報名資訊
===================================================*/
.SignUp-info {
    width: 100%;
    float: left;
    margin-top: 2em;
}

.SignUp-info-content {
    width: 100%;
    float: left;
}

.chcekout h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.chcekout h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #666;
    margin-bottom: .3rem;
}

.form-group {
    width: 100%;
    float: left;
    margin: 3px 0 15px 0;
}

.form-groupL {
    width: 50%;
    float: left;
    padding-right: 5px;
    margin: 3px 0 15px 0;
}

.form-groupR {
    width: 50%;
    float: left;
    margin: 3px 0 15px 0;
}

.form-group span,
.form-groupL span,
.form-groupR span {
    color: #DC0000;
    font-size: 0.875em;
    line-height: 1;
}

.chcekout select,
.chcekout-form input[ type="date"],
.chcekout-form input[type="text"],
.chcekout-form input[type="password"],
.chcekout-form textarea {
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    color: #666;
    border: 1px #ebebeb solid;
}

.chcekout-form select {
    background: #Ffff url(../images/down.png) no-repeat 97% 52%;
    -webkit-appearance: none;
}

.chcekout textarea {
    width: 100%;
    color: #666;
    resize: none;
    background: none;
    height: 6em;
    padding: 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid #ebebeb;
}

.chcekout_form-control {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 15px;
    color: #888;
    width: 100%;
}

.chcekout_check-area {
    width: 100%;
    float: left;
    color: #333;
    background: none;
    outline: none;
    font-size: 16px;
}

.uploadPhoto {
    width: 20%;
    margin-right: 5px;
    float: left;
}

.form-imgUpload {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 15px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 22px;
    min-height: 40px;
    padding: 8px 12px
}

.chcekoutBtu {
    width: 400px;
    max-width: 100%;
    padding: 10px 0;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 0;
    outline: none;
    border: none;
    background: linear-gradient(to right, #06979c, #054123);
    transition: all 1.8s ease-in-out;
}

.chcekoutBtu:hover {
    color: #fff;
    background: linear-gradient(to right, #054123, #06979c);
}

.confirm {
    width: 100%;
    float: left;
}

.confirm h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

/*--responsive media-quries--*/
@media(max-width:900px) {
    .SignUp-info-content {
        padding: 20px 0;
    }
}

@media(max-width:640px) {
    .SignUp-info {
        margin-top: 1em;
    }

    .chcekout select,
    .chcekout-form input[ type="date"],
    .chcekout-form input[type="text"],
    .chcekout-form input[type="password"],
    .chcekout-form textarea {
        font-size: 15px;
        padding: 3px 10px;
    }

    .form-groupL,
    .form-groupR {
        width: 100%;
        padding-right: 0;
        margin: 3px 0 10px 0;
    }
}


@media(max-width:480px) {
    .chcekout h3 {
        font-size: 1rem;
    }

    .SignUp-info {
        margin-top: 0em;
    }
}



/*========= 表單元件 =======*/
.my-checkbox {
    transform: scale(1.5);
    margin: 0 5px;
}

.CheckBox {
    width: auto;
    float: left;
    min-width: 120px;
}

.check-area {
    width: 100%;
    float: left;
    color: #333;
    background: none;
    outline: none;
    font-size: 16px;
    margin-bottom: .3rem;
}

.RadioButtons label input {
    position: absolute;
    left: -9999px;
}

.RadioButtons label input:checked+span {
    background-color: #f5f5f5;
}

.RadioButtons label input:checked+span:before {
    box-shadow: inset 0 0 0 0.4375em #cddda4;
}

.RadioButtons label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
}

.RadioButtons label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #cddda4;
}


/*--responsive media-quries--*/
@media(max-width:660px) {
    .CheckBox {
        width: 50%;
    }

    .check-area {
        font-size: 15px;
    }
}

@media(max-width:500px) {
    .CheckBox {
        width: 100%;
    }

    select {
        padding: 8px;
        font-size: 15px;
    }

}