.tps_checkout main#content,
.tps_cart main#content{
    max-width: 1587px;
    margin: 15px auto 15px auto !important;
    padding: 0px 15px;
}

.woocommerce-order-received.tps_checkout main#content{
    max-width: 992px;
    margin: 15px auto 15px auto !important;
    padding: 0px 15px;
}

header.page-header h1.entry-title {
    max-width: 100%;
    margin-top: 50px;
    font-family: "futura-pt", Sans-serif;
    font-size: 30px;
}

.tps_cart form.woocommerce-cart-form {
    width: 64%;
    float: left;
    margin-bottom: 50px;
}

.tps_cart .woocommerce .cart-collaterals{
    width: 32%;
    float: right;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals{
 width: 100%;
}

.tps_cart table.cart th{
    background-color: #FCF5F2;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: none;
}

.tps_cart .woocommerce table.shop_table td,
.tps_cart .woocommerce table.shop_table td span{
    border: none;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
}

.tps_cart .woocommerce a.remove{
    color: #333333 !important;
    font-weight: normal !important;
}

.tps_cart .woocommerce a.remove:hover{
    background: #FCF5F2 !important;
}

.tps_cart .woocommerce table.shop_table td.product-thumbnail,
.tps_cart .woocommerce table.shop_table td.product-thumbnail img{
    width: 100px;
}

.tps_cart table.cart td.actions{
    border-top: 1px solid #E5E5E5;
}

.tps_cart table.cart td.actions:hover{
    background: transparent !important;
}

table thead:first-child tr:first-child th{
    border-block-start: none !important;
    border: unset !important;
}

.tps_cart .woocommerce table.shop_table{
    border: 1px solid #E5E5E5;
    border-radius: unset;
    margin: 0;
}

.tps_cart table.cart td.actions input#coupon_code{
    width: 130px !important;
}

.tps_cart table.cart td.actions button.button{
    font-weight: normal;
    background-color: #F0CCBD;
    font-family: "futura-pt", Sans-serif;
    font-size: 16px;
    border: 1px solid #F0CCBD;
}

.tps_cart table.cart td.actions button.button:hover{
    border: 1px solid #f7e8e1;
    background-color: #f7e8e1;
}

.tps_cart .woocommerce table.shop_table tr{
    border-bottom: 1px solid #E5E5E5;
}


.tps_cart .woocommerce table.shop_table tr:hover td{
    background-color: transparent !important;
}

.tps_cart .woocommerce .cart-collaterals .cart_totals h2 {
    background-color: #FCF5F2;
    font-family: "futura-pt", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0;
    padding: 10px 12px;
    border: 1px solid #E5E5E5;
    border-bottom: 0px;
    color: #333333;
}

.tps_cart .woocommerce table.shop_table tr.cart-subtotal,
.tps_cart .woocommerce table.shop_table tr.order-total{border: 0px;}

.tps_cart .woocommerce table.shop_table tr.cart-subtotal th,
.tps_cart .woocommerce table.shop_table tr.order-total th{
    background-color: transparent !important;
    border: none;
    font-family: "futura-pt", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.tps_cart .woocommerce table.shop_table tr.order-total:hover td{
    background-color: transparent;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th{
    border: 0px
}

.tps_cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    padding: 0 0 !important;
}

.tps_cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button{
 border-radius: unset;
 background-color: #F0CCBD;
 color: #333333;
 font-family: "futura-pt", Sans-serif;
 font-size: 18px;
 font-weight: normal;
}

.tps_cart .woocommerce .cart-collaterals .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #f7e8e1;
}

.tps_checkout .woocommerce-info{
    border-top-color: transparent !important;
    background-color: #F8F8F8 !important;
    padding-left: 30px !important;
    color: #333333;
    font-size: 18px;
    font-family: "futura-pt", Sans-serif;
}

.tps_checkout .woocommerce-info::before{display: none;}

.tps_checkout .woocommerce-info a{
    color: #F0CCBD;
}

.tps_checkout form.checkout.woocommerce-checkout .col2-set .col-1,
.tps_checkout form.checkout.woocommerce-checkout .col2-set .col-2{
    width: 100%;
}

.tps_checkout form.checkout.woocommerce-checkout .col2-set{
    width: 50%;
    float: left;
}

.tps_checkout form.checkout.woocommerce-checkout h3#order_review_heading {
    width: 50%;
    float: right;
    padding-left: 5%;
    color: #333333;
    font-size: 30px;
    font-family: "futura-pt", Sans-serif;
}

.tps_checkout form.checkout.woocommerce-checkout .woocommerce-checkout-review-order{
 width: 50%;
 float: right;
 padding-left: 5%;
}

.tps_checkout form.checkout.woocommerce-checkout .woocommerce-additional-fields h3,
.tps_checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields h3{
    color: #333333;
    font-size: 30px;
    font-family: "futura-pt", Sans-serif;
}

.tps_checkout form.checkout.woocommerce-checkout .woocommerce-additional-fields{
    margin-top: 30px;
    margin-bottom: 40px;
}

.tps_checkout form.checkout.woocommerce-checkout .woocommerce-additional-fields h3{
    margin: 0 0;
}

.tps_checkout form.checkout.woocommerce-checkout .form-row label{
    color: #333333;
    font-size: 18px;
    font-family: "futura-pt", Sans-serif;
}

.tps_checkout form.checkout.woocommerce-checkout .form-row span.select2-selection{
    border: 1px solid #333333;
    height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.tps_checkout form.checkout.woocommerce-checkout .form-row span.select2-selection span#select2-billing_country-container{
    line-height: 40px;
}

.tps_checkout form.checkout.woocommerce-checkout .form-row span.select2-selection span#select2-billing_country-container,
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}

.woocommerce form .form-row .required{color: #333333;}

.woocommerce table.shop_table tfoot th,
.tps_checkout form.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table,
.tps_checkout form.checkout.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table td{
    border: unset !important;
    border-top: 1px solid #E5E5E5 !important;
}

.tps_checkout form.checkout.woocommerce-checkout tr.cart_item:hover{
    background-color: transparent;
}

#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
  background-color: #F8F8F8;
}

button#place_order{
    border-radius: unset;
    background-color: #F0CCBD;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-size: 18px;
    font-weight: normal;
}

button#place_order:hover{
    background-color: #f7e8e1;
}

.woocommerce-order-received.tps_checkout header.page-header h1.entry-title{
    text-align: center;
   }
   
.woocommerce-order-received.tps_checkout p.woocommerce-thankyou-order-received{
    text-align: center;
    margin: 40px 0px 50px;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.woocommerce-order-received.tps_checkout .woocommerce ul.order_details {
    text-align: center;
    padding: 0;
}

.woocommerce-order-received.tps_checkout .woocommerce ul.order_details li {
    float: none;
    margin-right: 0em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px solid #000;
    padding-right: 0em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    display: inline-block;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    width: 24%;
}

.woocommerce-order-received.tps_checkout .woocommerce ul.order_details li strong{
    font-weight: 600;
font-size: 16px;
margin-top: 10px;
}

.woocommerce-order-received.tps_checkout .woocommerce ul.order_details li:last-child{
    border-right: unset;
}

.woocommerce-order-received.tps_checkout section.woocommerce-order-details h2.woocommerce-order-details__title{
    text-align: center;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-size: 30px;
}

.woocommerce-order-received.tps_checkout table.order_details th.product-name,
.woocommerce-order-received.tps_checkout table.order_details th.product-total{ 
    background-color: #FCF5F2;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: none;
    padding: 15px 12px;
}

.woocommerce-order-received.tps_checkout table.order_details td{
    border: unset;
    border-top: 1px solid #E5E5E5 !important;
    color: #333333;
    font-family: "futura-pt", Sans-serif;
    font-weight: 500;
    font-size: 18px;
}




@media(max-width:991px){
    .tps_cart form.woocommerce-cart-form {
        width: 100%;
        float: left;
        margin-bottom: 50px;
    }

    .tps_cart .woocommerce .cart-collaterals {
        width: 42%;
        float: left;
    }
}

@media(max-width:768px){
    .tps_cart .woocommerce .cart-collaterals {
        width: 65%;
        float: left;
    }

    .tps_cart .woocommerce table.shop_table td, 
    .tps_cart .woocommerce table.shop_table td span{
        text-align: left !important;
    }

    .tps_cart .woocommerce table.shop_table tr.cart-subtotal td,
    .tps_cart .woocommerce table.shop_table tr.order-total td{
        text-align: right !important;
        padding-right: 40px;
    }

    header.page-header h1.entry-title{
        font-size: 25px;
    }

    .tps_cart .woocommerce table.shop_table tr td.product-remove{
        border-bottom: 1px solid #E5E5E5;
    }

    .tps_cart .woocommerce table.shop_table tr td.product-subtotal{
        border-top: 1px solid #E5E5E5;
    }

    .tps_cart table.cart td.actions input#coupon_code {
        width: 50% !important;
    }

    .tps_cart .woocommerce table.shop_table{
        border: 1px solid transparent;
    }

    .tps_cart .woocommerce table.shop_table tr {
        border: 1px solid #E5E5E5;
        margin-bottom: 20px;
    }

    .tps_cart .woocommerce table.shop_table tr.cart-subtotal, 
    .tps_cart .woocommerce table.shop_table tr.order-total{
        margin-bottom: 0px;
        border-left: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
    }

    .tps_checkout form.checkout.woocommerce-checkout .col2-set,
    .tps_checkout form.checkout.woocommerce-checkout .woocommerce-checkout-review-order,
    .tps_checkout form.checkout.woocommerce-checkout h3#order_review_heading{
        width: 100%;
        padding-left: 0%;
    }

    .tps_checkout form.checkout.woocommerce-checkout h3#order_review_heading,
    .tps_checkout form.checkout.woocommerce-checkout .woocommerce-additional-fields h3,
     .tps_checkout form.checkout.woocommerce-checkout .woocommerce-billing-fields h3{
        font-size: 25px;
     }
    
     .woocommerce-order-received.tps_checkout .woocommerce ul.order_details li {
        font-size: 16px;
        width: 49%;
        margin-bottom: 22px;
    }

    .woocommerce-order-received.tps_checkout section.woocommerce-order-details h2.woocommerce-order-details__title{
        font-size: 25px;
    }

    .woocommerce-order-received.tps_checkout table.order_details td {
        font-size: 16px;
    }

    .woocommerce-order-received.tps_checkout p.woocommerce-thankyou-order-received {
        margin: 20px 0px 30px;
        font-size: 16px;
    }

    .woocommerce-order-received.tps_checkout .woocommerce ul.order_details li strong {
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;
    }

    .woocommerce-order-received.tps_checkout .woocommerce ul.order_details li:nth-child(2){
        border: none;
    }

    .tps_cart .woocommerce table.shop_table tr.cart-subtotal td::before, 
    .tps_cart .woocommerce table.shop_table tr.order-total td::before{
        content: attr(data-title) "" !important;
    }
}

@media(max-width:580px){
    .tps_cart .woocommerce .cart-collaterals {
        width: 100%;
        float: left;
    }

    .tps_cart form.woocommerce-cart-form {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}