.woocommerce-checkout .shop_table td.product-thumbnail,.woocommerce-checkout .shop_table td.product-total{
    border-top: none !important;
    border-bottom:1px dashed #B7B6CC;
    
}

.woocommerce-checkout .shop_table tr.custom-checkout-item:nth-last-child(3) td{
    border-bottom: 1px solid #B7B6CC !important;
}


.custom-checkout-item .checkout-product-wrap{
    display:flex;
    align-items:center;
    gap:12px;
}

.custom-checkout-item .product-image img{
    width:80px;
    height:80px;
    object-fit:cover;
    border: 1px solid #D7DEEA
}

.custom-checkout-item .product-info-wrapper{
    display:flex;
    flex-direction:column;
    gap:10px;
    flex: 1;
}

.custom-checkout-item .product-title{
    font-weight: 500;
    margin: 0px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #020F19
}

.custom-checkout-item .product-qty-price{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:16px;
    color:#9ca3af;
}

.custom-checkout-item .single-price{
    color: #92A5C3;
    font-weight:500;
}

.custom-checkout-item .qty{
    color: #92A5C3;
    font-weight: 400;
}

.custom-checkout-item .product-total{

    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: #020F19;
}

.woocommerce-checkout form.checkout_coupon{
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: left !important;
    border-radius: 0px !important;
    margin-bottom: 20px !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th{
    border-top-style: dashed;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table  .order-total th,.woocommerce table.shop_table.woocommerce-checkout-review-order-table  .order-total td{
    font-size: 20px;
    font-weight: 600;
    color:#358F1F;
} 
.woocommerce table.shop_table.woocommerce-checkout-review-order-table  .order-total td{
    font-weight: 900;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table  tr.payment-method-card td{
    border-top: none;
    padding: 0px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table  tr.payment-method-card td p{
    margin-top: 0px;
}
.woocommerce form .form-row.place-order{
    margin-bottom: 0;
}
.woocommerce form .form-row.place-order button{
display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 48px;
  padding: 0 20px;
  font-family: var(--font-primary);
  font-size: var(--fs-14);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out 0s;
  white-space: nowrap;
   background: #000;
  color: #fff;
  border: 1px solid #000;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 500;
}
.checkout_coupon button.button{
    font-size: 12px;
    text-transform: uppercase;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table{
    margin-bottom: 0px;
}
.woocommerce-checkout .woocommerce-checkout-payment{
    width: 100%;
    margin-top: 50px;
}
.woocommerce-checkout #payment div.payment_box .form-row.woocommerce-SavedPaymentMethods-saveNew{
    margin-top: 20px !important;
}
@media (min-width:1025px) {
    .woocommerce form .form-row.place-order button:hover{
        background: transparent;
        color:#000;
    }
}