.woocommerce-cart #secondary.widget-area {
    display:none !important;
}


.woocommerce-cart-form table th {
  border-bottom: solid 2px #ebebeb;
  background-color:#fff !important;
  color:#333;
}

@media(min-width:767px){
    .woocommerce-cart-form .cart_item td{
  border-bottom: solid 2px #ebebeb !important;
}
}

.woocommerce-cart-form input{
  background-color:transparent;
  border: solid 2px #ebebeb;
  box-shadow:unset;
  font-family:inherit;
}
.woocommerce-cart-form button{
  box-shadow:unset;
  font-family:inherit;
}
.cart_totals {
border: solid 2px #ebebeb;
padding:30px;
font-size:15px;
}
.cart_totals .shop_table th{
  background-color:transparent;
}
.cart_totals .shop_table .cart-subtotal th, .cart_totals .shop_table .cart-subtotal td {
  border-bottom: solid 2px #ebebeb;
}

.cart_totals .shop_table .order-total th, .cart_totals .shop_table .order-total td {
  border-top: solid 2px #ebebeb !important;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before  {
        font-weight:600 !important;
    }