.full-checkout {
  margin-bottom: 30px;
}
.full-checkout::after{
  content: '';
  clear: both;
}
#customer_details > .col-1 {
  max-width: unset !important;
  padding: 0;
}
.full-checkout .page_title {
  display: none;
}
#customer_details h3 {
  margin-top: 0px;
}
#order_review #payment {
  display: none;
}
.woocommerce-checkout-step2 #customer_details .col-1{
  display: none;
}
.woocommerce-checkout-tao #customer_details {
  display: none;
}
.checkout-tu-tao {
  float: left;
  width: 48%;
}
.checkout.woocommerce-checkout.woocommerce-checkout-tao {
  float: right;
  width: 48%;
}
.checkout.woocommerce-checkout.woocommerce-checkout-step2 {
  /*! width: 48%; */
} 
.checkout-tu-tao  #customer_details .col-1{
  width: 100% !important;
}
.checkout.woocommerce-checkout.woocommerce-checkout-step2 .col2-set{
  width: 48%;
  float: left;
}
.checkout.woocommerce-checkout.woocommerce-checkout-step2 #order_review {
  width: 48%;
  float: right;
}

.full-checkout .cart-subtotal th,.full-checkout  .order-total th {
  text-align: left;
}
.billing_bottom button {
  padding: 1.4em 1.7em;
  border-radius: 4px;
  background: #338dbc;
  color: #fff;
  transition: 0.4s all;
  border: none;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.billing_bottom button:hover {
  background: #286f94;
}
.woocommerce form .form-row input.input-text, .woocommerce-checkout .woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  padding: 0.9em;
  border-radius: 4px;
  /* box-shadow: 0 0 0 1px #d9d9d9; */
  border: 1px solid #d9d9d9;
}
.woocommerce-billing-fields__field-wrapper label {
  font-size: 10px;
  position: absolute;
  padding: 0 10px;
  color: #999;
  opacity: 0;
  transition: 0.4s all;
}
.woocommerce-billing-fields__field-wrapper label.showlabel {
  opacity: 1;
}
.billing_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.product-thumb-qty {
  width: 4.6em;
  height: 4.6em;
  position: relative;

  border-radius: 4px;
}
.product-thumb-qty .product-quantity {
  position: absolute;
  background: rgba(153,153,153,.9);
  top: -0.75em;
  right: -0.75em;
  color: #fff;
  font-size: 0.75em;
  padding: 0.15em 0.65em;
  font-weight:500;
  border-radius: 2em;
  line-height: 1.7em;
  width: 2.3em;
  text-align: center;
}
.product-thumb-qty::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
}
.product-thumb {
  overflow: hidden;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border-collapse: collapse !important;
}
.form-row.place-order {
  display: none;
}
.woocommerce-info {
  border-top-color: #1e85be;
  display: none;
}
.submit_input_coupon {
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.submit_input_coupon button {
  padding: 0.9em 1.5em;
  border-radius: 3px;
  border: none;
  color: #fff;
  background: #338dbc;
  cursor: pointer;
}
.name_coupon_product {
  padding: 0.9em;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  /* width: 100%; */
  flex-grow: 1;
  margin-right: 20px;
}


#shipping_method {
  border: 1px solid #ebebeb;
}
.woocommerce ul#shipping_method li + li {
  border-top: 1px solid #ebebeb;
}
.woocommerce ul#shipping_method li {
  padding: 10px;
}
#payment {
  background: none !important;
}
.wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  border: 1px solid #ebebeb;
}
.wc_payment_methods.payment_methods.methods li + li {
  border-top: 1px solid #ebebeb;
}
.wc_payment_methods.payment_methods.methods li {
  padding: 10px;
}

.order_review_toggle_mobile a {
 color:#338dbc;
 text-decoration:none;
 padding:10px;
 width:60%
}
.order_review_toggle_mobile a::before {
 content:'\f07a';
 font-family:'FontAwesome';
 padding:5px
}
.order_review_toggle_mobile {
 margin:15px 0;
 display:none
}
.hide_order_review {
 display:none
}


.ck-product-name dl.variation dt {
  display: none !important;
}

.ck-product-name dl.variation dd{
  margin:  0 !important; 
  font-size: 0.85em;
  line-height: 1em !important; 
}
.page_title h1 {
  line-height: 1em;
}
.billing_bottom a {
  text-decoration: none;
  color: #338dbc;
}
/*thank you*/

.product-name a {
  color: inherit;
  text-decoration: none;
}
.wc-item-meta {
  padding-left: 20px;
}
.woocommerce .woocommerce-order  table.shop_table {
  text-align: left !important;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {

  .full-checkout {
    display: flex;
    flex-direction: column;
  }
  .checkout-tu-tao,.woocommerce-checkout-tao{
    width: 100% !important;
    order:  2;
  }
  #order_review {
    width: 100% !important;
    background: #fafafa;
  }
  .checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
    order:  1;
  }
  .woocommerce-checkout-step2 #customer_details {
    width: 100%;
    order:  2;
  }
  .order_review_toggle_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce-checkout-review-order-table .cart_item,.cart-subtotal,.order-total {
    display: none;
  }
  .total-mobile {
    padding-right: 24px;
    color: #4d4d4d;
  }
}