.product__cart__item__pic img
{
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.product__cart__item__text a,
.cart__total table a
{
    position: relative;
}

.product__cart__item__text a,
.product__cart__item__text a:hover,
.cart__total table a
{
    color: #111;
}

.product__cart__item__text a:after,
.cart__total table a:after
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #e53637;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.product__cart__item__text a:hover:after,
.cart__total table a:hover:after
{
    transform: scale(1);
}

.cart__discount .coupon {
    position: relative;
}

.cart__discount .coupon input {
    font-size: 14px;
    color: #111;
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding-left: 20px;
    padding-right: 168px;
}

.cart__discount .coupon input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.cart__discount .coupon input::-moz-placeholder {
    color: #b7b7b7;
}

.cart__discount .coupon input:-ms-input-placeholder {
    color: #b7b7b7;
}

.cart__discount .coupon input::-ms-input-placeholder {
    color: #b7b7b7;
}

.cart__discount .coupon input::placeholder {
    color: #b7b7b7;
}

.cart__discount .coupon button,
.cart__total .checkout-button,
.place-order button[type="submit"]
{
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    background: #111111 !important;
    height: 100% !important;
    border: 1px solid #111 !important;

    transition: color .3s, background .3s;
}

.cart__discount .coupon button
{
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.cart__total .checkout-button,
.place-order button[type="submit"]
{
    padding: 16px 10px !important;
    margin-bottom: 0 !important;
}

.cart__discount .coupon button:hover,
.cart__total .checkout-button:hover,
.place-order button[type="submit"]:hover
{
    color: #111 !important;
    background: #fff !important;
}

.cart__total,
.checkout__order
{
    background: #f8f8f8;
}

.cart__total table,
.checkout__order table
{
    border: none !important;
    border-radius: 0 !important;
}

.cart__total table td,
.cart__total table th,
.checkout__order table td,
.checkout__order table th
{
    padding: 4px 0 !important;
}

.cart__total table tr td:last-child,
.checkout__order table tr td:last-child,
.checkout__order table tr th:last-child
{
    text-align: right;
}

.cart__total table tr.order-total td,
.cart__total table tr.order-total th,
.checkout__order table tr.order-total td,
.checkout__order table tr.order-total th
{
    padding: 8px 0 !important;
    font-size: 18px;
}

.woocommerce a.remove
{
    line-height: 22px !important;
    padding-left: 1px;
}

.continue__btn button,
.return-to-shop .button.wc-backward,
.checkout__btn
{
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    border: 1px solid #e1e1e1 !important;
    padding: 14px 35px !important;
    display: inline-block !important;
    background: #fff !important;
    line-height: 1.5 !important;

    transition: border-color .3s;
}

.continue__btn button:not([disabled]):hover,
.return-to-shop .button.wc-backward:hover,
.checkout__btn:hover
{
    border-color: #111 !important;
}

.return-to-shop
{
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}

.cart--empty
{
    padding: 64px 0 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.cart--empty svg
{
    width: 32px;
    height: 32px;
}

.cart__total h3
{
    margin-bottom: 16px;
}

.cart__total ul#shipping_method li input
{
    margin: 5px 7px 0 0 !important;
}

.checkout.spad
{
    padding-top: 16px;
}

.shopping__cart__table thead tr th:last-child,
.shopping__cart__table tbody tr td.cart__close
{
    width: 32px;
}