/*Cart Section*/
body .woocommerce table.shop_table.cart{
    border:none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
    border-radius: 10px !important;
}
body .woocommerce table.shop_table.cart thead{
    background:none;
}
body .woocommerce table.shop_table.cart thead tr {
}
body .woocommerce table.shop_table.cart thead tr th{
    background: #ECEFFE;
    color: #F06A21;
}
body .woocommerce table.shop_table.cart thead tr th:first-child{
    border-top-left-radius: 10px;
}
body .woocommerce table.shop_table.cart thead tr th:last-child{
    border-top-right-radius: 10px;
}
body .woocommerce table.cart td.actions .input-text#coupon_code{

    border-radius:100px !important;
}
body .woocommerce table td,
body .woocommerce table th{
    border-color: #DEE2E6;
}
body .woocommerce button.button:not(.single_add_to_cart_button){
    border-radius:100px !important;
    background-color: #ECEFFE !important;
    color:#F06A21 !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    padding: 7px 38px 7px 38px;
    border:none !important;
}

body .woocommerce .cart_totals{

    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
    border-radius: 10px;
}
body  .woocommerce .cart_totals > h2{
    background:none;
}

/*BODY*/
body{
    background : #E8E8DC !important;
}

/*TITLE*/
.page-header{
    margin-top:3em;
}
.page-header h1.entry-title{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

/*Info Login*/
.woocommerce-form-login-toggle{
    display: none;
}

/*Coupon*/
.woocommerce-form-coupon-toggle{
    display: none;
}
.checkout_coupon.woocommerce-form-coupon{
    display: flex !important;
    border-style: dashed;
}
.checkout_coupon.woocommerce-form-coupon p:nth-child(1){
    width:100%;
}
.checkout_coupon.woocommerce-form-coupon p:nth-child(2) input{
    background : none !important;
}
.checkout_coupon.woocommerce-form-coupon p:nth-child(3) button{
    font-family: "Spartan", Sans-serif;
    font-weight: 600;
    background-color: #F06A21 !important;
    color:white !important;
    /*border-radius: 24px 24px 24px 24px !important;*/
    /*padding: 17px 25px 12px 25px;*/
}

/*Parent Layout*/
.checkout.woocommerce-checkout{
    display: grid;
    grid-template-areas: "form summarytitle"
                         "form summary"
                         "form payment";
    grid-template-columns: 60% 40%;

    margin-bottom:60px;
}

/*CUSTOMER ADDRESS*/
.woocommerce-checkout #customer_details{
    grid-area: form;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
    border-radius: 10px;
    padding:25px;
    display: flex;
    flex-direction: column;

}
.woocommerce-checkout #customer_details > div{
    width: 100% !important;
    float: none !important;
}
body .woocommerce form .form-row{
    margin-bottom:15px;
}
body .woocommerce form #billing_country_field.form-row label{
    margin-bottom:15px;
}
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea{
    border-radius: 0;
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    background : none !important;
}
body .woocommerce-checkout .woocommerce-account-fields label,
body .woocommerce-checkout .woocommerce-additional-fields label,
body .woocommerce-checkout .woocommerce-billing-fields__field-wrapper label,
body .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label{
    font-size: 1.1em;
    /*font-family: "Scheherazade";*/
    /*font-weight: 400;*/
}
body .select2.select2-container{
    margin-top:7px;
}
body .select2-container--default .select2-selection--single{
    background:none;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-weight: 400;
    font-size: 14px;
}

/*ORDER SUMMARY*/
#order_review_heading{
    grid-area: summarytitle;
    font-weight: 600;
    font-size: 1.4em;
    background:none !important;
    margin-left:35px;
}
body .woocommerce .woocommerce-checkout-review-order{
    margin-left:35px;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table{
    grid-area: summary;
    display:block;
    font-size: 13px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
    border-radius: 10px;
    border:none;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead {
    display: table;
    width: 100%;
    border-radius: 10px;
    border:none;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th{
    width:69%;
    background-color: #2C4823 !important;
    color:#fff !important;
    font-size: 13px;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr:first-child th:first-child,
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr:last-child th:first-child{
    border-top-left-radius: 10px;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr:first-child th:last-child,
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr:last-child th:last-child{
    border-top-right-radius: 10px;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody {
    display: table;
    width: 100%;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td textarea{
    width:100%;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td{
    max-width: none !important;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td .input-text.qty.text{
    background:none;
    border: none;
    border-bottom:1px dashed #282828;
    border-radius: 0;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td .select2-container{
    width:100% !important;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody tr td .button{
    font-size: 0.6em;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot{
    display: table;
    width: 100%;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr th{
    width:40%;
}
body .woocommerce .woocommerce-additional-fields h3{
    padding:0;
}

/*PAYMENT*/
body .woocommerce-checkout #payment{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px 0px;
    border-radius: 10px;
    background:none;


    grid-area: payment;
}
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th,
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal th,
body .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td{
    border-top:none !important;
}
body .woocommerce-checkout #payment .payment_methods label{
    font-size: 13px
}
.woocommerce-checkout #payment div.payment_box{
    font-size:0.7em !important;
}


/*PLACE ORDER*/
.place-order .woocommerce-input-wrapper label {
    font-size: 13px;
    line-height: 1.4 !important;
    display: inline-block !important;
}
.woocommerce-privacy-policy-text p{
    font-size: 13px;

} 
.woocommerce-checkout-payment .place-order button#place_order{
    font-family: "Spartan", Sans-serif;
    font-weight: 600;
    background-color: #F06A21 !important;
    color:white !important;
    /*border-radius: 24px 24px 24px 24px !important;*/
    /*padding: 17px 25px 12px 25px;*/
}

/*THANK YOU PAGE*/
body.woocommerce-order-received .nv-page-title-wrap.nv-big-title{
    display: none !important;
}
body.woocommerce-order-received .nv-content-wrap.entry-content h2.woocommerce-notice{
    margin-top:40px;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order{
    display: grid;
    grid-template-areas: "notice"
    "review"
    "coupon"
    "titlepayment"
    "payment"
    "detail";
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-notice{
    grid-area:notice;
    text-align:center;
    font-size: 18px;
    margin-bottom:35px;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-order-overview{
    grid-area:review;
    padding-left: 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .coupon-info{
    grid-area:coupon;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > p{
    font-size: 13px;
    margin-bottom:0;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-bacs-bank-details{

}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-bacs-bank-details h2{
    font-size: 15px;
    display: none;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-bacs-bank-details h3{
    font-size:20px;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-bacs-bank-details ul.wc-bacs-bank-details{
    padding-left:0;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-order-details{
    grid-area:detail;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .h2:not(.woocommerce-notice){
    grid-area:titlepayment;
}
body.woocommerce-order-received .woocommerce > .woocommerce-order > .woocommerce-table{
    grid-area:payment;
}

/**************************************MEDIA QUERIES**************************************/
@media only screen and (max-width: 767.98px){
    /*COUPON*/
    .checkout_coupon.woocommerce-form-coupon{
        display: flex !important;
        flex-direction: column;
    }

    /*Parent Layout*/
    .checkout.woocommerce-checkout{
        display: grid;
        grid-template-areas: "form"
        "summarytitle"
        "summary"
        "payment";
        grid-template-columns: 100%;

        margin-bottom:60px;
    }
    /*Order Summary*/
    #order_review_heading{
        margin-left:0px;
        margin-top:25px;
    }
    body .woocommerce .woocommerce-checkout-review-order{
        margin-left:0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px){
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2{
        padding:0;
        max-width:none;
        margin-bottom:25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px){

}

@media only screen and (min-width: 1200px){

}

