@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #fff;
}


.des-CU{
    font-size: 50px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bolder;
    text-align: center;
    color: goldenrod;
    padding: 20px 0; 
}
    
.section-cart{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.cart-reviews{
    width: 100%;
    max-width: 80%;
    margin: auto;
}

.cart-reviews .site-blocks-table {
    width: 100%;
    margin: auto;
    overflow: auto; }
.site-blocks-table .table-bordered{
    margin: auto;
    width: 100%;
}

.site-blocks-table .table-bordered a{
    background-color: rgb(194, 107, 36);
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    padding: 12px 16px;
    border-radius: 7px;
}
    .site-blocks-table .product-thumbnail {
      width: 200px; }
    .site-blocks-table thead th {
      padding: 30px;
      text-align: center;
      border-width: 1px !important;
      vertical-align: middle;
      color: #212529;
      font-size: 18px; }
    .site-blocks-table td {
      padding: 20px;
      text-align: center;
      vertical-align: middle;
      color: #212529; }
    .site-blocks-table tbody tr:first-child td {
      border-top: 1px solid #9695a1 !important; }
      .site-blocks-table .product-thumbnail > img{
        width: 200px;
        height: 150px;
      }

.input-group{
    display: flex;
}

.input-group button{
    /* width: 20%; */
    padding: 5px 10px;
    font-size: 20px;
    color: grey;
    border: 1px solid #ffba00;
    

}


.input-group input[type=text]{
    width: 60%;
    text-align: center;
    border: 1px solid #ffba00;
}


  .site-block-order-table th {
    border-top: none !important;
    border-bottom-width: 1px !important; }
  .site-block-order-table td, .site-block-order-table th {
    color: #000; }


.card-total{
    padding: 40px 0 70px 0;
    height: auto;
    width: 100%;
    max-width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
}
.cartLeft{
    width: 70%;
    line-height: 40px;
}

.cartLeft .btn-dflex{
    display: flex;
    gap: 70px;
    margin: 20px 0;
    
}
.cartLeft .h4{
    font-size: 25px;

}
.cartLeft p {
    color: #8292a0;
}
.cartLeft .Coupon{
    display: flex;
    gap: 20px;
}
.cartLeft input{
    width: 35%;
    font-size: 15px;
    padding: 10px ;
    border-radius: 5px;
    border: 1px solid #ffba00;
    
}

.cartRight {
    width: 30%;
}

.cartRight .desCart{
    text-align: right;
    font-size: 25px;
    border-bottom: 1px solid gray;
    padding: 12px 0;
}

.cartRight .des{
    display: flex;
    justify-content: space-between;
    padding: 20px;
 
}
.card-total button{
    border: 1px solid #ffba00;
    background-color: #ffba00;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: .2em;
    padding: 13px;
    border-radius: 5px;
    color: #fff;
    text-transform:uppercase;

}

.cartRight .btn-Checkout{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
