

.cart-main-content h1 {
    font-size: 30px;
    color: rgb(0, 31, 51);
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #21665F;
    font-size: 15px;
}

.breadcrumb-item.active {
    color: #000;
    font-size: 15px;
}

.cart-main-content .e-cart-section {
    padding: 16px;
}

.cart-main-content .e-cart-section {
    border: 1px solid #EBEEEE;
}

.woocommerce table.cart td.actions, .woocommerce table.cart td.product-name,
.woocommerce table.cart td.product-price, .woocommerce table.cart td.product-quantity,
.woocommerce table.cart td.product-remove, .woocommerce table.cart td.product-subtotal,
.woocommerce table.cart td.product-thumbnail {
    border-top: 1px solid #EBEEEE;
}

.cart-main-content .cart-wrapper {
    width: 100%;
}

.woocommerce table.cart {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.woocommerce table.cart td, .woocommerce .cart th {
    text-align: right;
    padding: 8px;
}

.woocommerce .cart th {
    color: rgb(0, 31, 51);
    font-size: 14px;
    font-weight: 600;
}

.woocommerce table.cart td bdi {
    word-wrap: break-word;
}


.product-remove {
    width: 10px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.woocommerce table.cart td {
    font-size: 14px;
    color: rgb(0, 31, 51);
}

.woocommerce table.cart td a {
    text-decoration: none;
}

.woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: rgb(0, 31, 51);
}

.woocommerce table.shop_table.cart .actions .button {
    padding: 8px;
    border-radius: 0;
    border: none;
    background-color: #F0E5DB78;
    color: rgb(0, 31, 51);
    font-size: 15px;
    font-weight: 600;
}

.woocommerce table.shop_table.cart .actions .button:hover {
    color: rgba(0, 61, 101, 0.58);
    background-color: #F0E5DB78;
}

.woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #69727d;
}

.woocommerce table.cart td.product-remove {
    font-size: 20px !important;
}

.woocommerce .remove {
    color: rgb(0, 31, 51);
    transition: color 0.3s ease;
}

.woocommerce .remove:hover {
    color: #C69B50 !important;
}

.cart-main-content .remove-item-btn img {
    height: auto;
    width: 55px;
}

.cart-main-content .price span {
    font-size: 14px;
    color: rgb(0, 31, 51);
}

.woocommerce .input-text.qty {
    background-color: transparent;
    border: 1px solid #d5d8dc;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    max-height: 28px;
    min-height: 28px;
    padding: 1px 2px;
    text-align: center;
    width: 50px;
}

.cart-main-content .cart-total {
    font-size: 14px;
    color: rgb(0, 31, 51);
}

/*COUPON START*/

.coupon-section {
    padding: 16px;
}

.woocommerce .input-text {
    width: 100%;
    padding: 8px;
    background-color: #F4F4F4;
    font-size: 14px;
    border: 1px solid #F4F4F4;
}

.woocommerce .input-text:focus {
    outline: none;
    border: 1px solid #F0E5DB78;
}

.woocommerce .coupon .button {
    width: 100%;
    background-color: #F0E5DB78;
    color: rgb(0, 31, 51);
    font-size: 15px;
    font-weight: 600;
    transition: color 0.3s ease;
    border-radius: 0;
    border: none;
    padding: 8px;
}

.woocommerce .coupon .button:hover {
    color: rgba(0, 61, 101, 0.58);
    background-color: #F0E5DB78;
}


/*PRICE SECTION START*/

.woocommerce .cart_totals h2 {
    color: rgb(0, 31, 51);
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #21665F;
    border-radius: 0;
    padding: 10px;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
    background-color: rgb(0, 31, 51);
    color: #fff;
}

.wc-proceed-to-checkout {
    padding-top: 16px;
}

.wc-proceed-to-checkout a {
    text-decoration: none;
}

.woocommerce table.shop_table {
    width: 100%;
}

.woocommerce .cart_totals table.shop_table td {
    padding: 5px 0;
}

.woocommerce .cart_totals table.shop_table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}

.woocommerce table.shop_table tr:not(:first-child) {
    border-top: 1px solid #EBEEEE;
}

.woocommerce .cart_totals table.shop_table_responsive tr td:before,
.woocommerce-page .cart_totals table.shop_table_responsive tr td:before,
.woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount,
.woocommerce .cart_totals table.shop_table td:before{
    color: rgb(0, 31, 51);
}