cart-collaterals .woocommerce-Price-currencySymbol {
    font-family: 'Arial' !important;
    font-weight: normal !important;
    font-size: 13px !important;
}
.woocommerce-Price-currencySymbol {
    margin-left: 2px !important;
}

.woocommerce-cart-form .actions {
    background: #fff !important;
    border-color: #fff !important;
}
.wc-proceed-to-checkout {
    text-align: center !important;
}
.wc-proceed-to-checkout .button {
    display: inline !important;
    padding: 15px 25px !important;
}
.wc-proceed-to-checkout .button::after {
    content: none !important;
}

table.cart tbody td {
    vertical-align: middle;
}
table.cart tbody td.product-price del {
    opacity: 0.5;
}
table.cart tbody td.product-price del + ins {
    margin-left: .327em !important;
}
.rtl table.cart tbody td.product-price del + ins {
    margin-left: unset !important;
    margin-right: .327em !important;
}
table.cart tbody td.product-price ins {
    font-weight: normal;
}
table.cart tbody td.product-subtotal {
    padding: 1.618em 1.75em !important;
}

table.cart tbody .product-name,
table.cart tbody .product-name a {
    font-family: 'BebasNeue Regular' !important;
    font-size: 1.27rem !important;
    text-decoration: none !important;
}

.cart-empty.woocommerce-info {
    border: 0 !important;
    background: none !important;
    padding: 6px !important;
    text-align: center !important;
}
.cart-empty.woocommerce-info::before,
.cart-empty.woocommerce-info::after {
    display: none !important;
}

.cart_totals > table tr.shipping th {
    white-space: nowrap;
}
.cart_totals > table tr.shipping th > .h6 {
    margin: 0 !important;    
}
.cart_totals > table tr td[data-title]::before {
    content: attr(data-title) " : " !important;
}
.cart_totals > table tr.shipping td {
    position: relative;
}
.cart_totals > table tr.shipping td[data-title]::before {
    content: attr(data-title) !important;
}
.cart_totals > table tr.shipping td > span {
    display: none;
    float: left;
    margin:  0 0 0 5px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .cart_totals > table tr.shipping td > span {
        display: inherit;
    }
}
.rtl .cart_totals > table tr.shipping td > span {
    float: right;
    margin-left: 0 5px 0 0;
}

.cart_totals > table tr.shipping > td > .btn-mobile {
    left: 105px;
}
.rtl .cart_totals > table tr.shipping > td > .btn-mobile {
    left: unset;
    right: 105px;
}

@media (max-width: 768px) {
    .woocommerce-shipping-calculator > .shipping-calculator-button {
        display: inline-block;
        max-width: calc(100% - 120px);
    }
}
.shipping-calculator-form > .form-row,
.shipping-calculator-form > .form-row > * {
    width: 100% !important;
}
.shipping-calculator-form .select2-container--default .select2-selection--single {
    height: 47.25px !important;
    padding: .6180469716em !important;
    text-align: left;
}
.rtl .shipping-calculator-form .select2-container--default .select2-selection--single {
    text-align: right;
}
#shipping_method {
    margin-bottom: 0 !important;
}
.woocommerce-shipping-totals .woocommerce-shipping-destination {
    margin: 0 0 0.5em !important;
}
.wc-proceed-to-checkout {
    opacity: 0;
}
table.shop_table_responsive tbody th {
    width: 33% !important;
}
@media (min-width: 768px) {
    table.cart tbody td.product-name {
        padding: 1.618em 1.2em !important;
    }
}

@media (max-width: 768px) {

    table.cart td.product-thumbnail {
        display: none !important;
    }
    table.cart tbody td.product-remove a.remove::before {
        top: -14px !important;
        padding-top: 14px !important;
    }
    table.cart tbody tr td,
    table.cart tbody tr:nth-child(2n) td {
        background-color: #f8f8f8 !important;
        padding: .875em 15px 15px !important;
    }
    table.cart tbody td.product-name {
        padding-top: 0.25em 15px !important;
    }
    table.cart tbody td.product-subtotal {
        padding: 1.618em 15px !important;
        border-bottom: 1px solid #e2e6e9 !important
    }
    table.cart tbody tr:hover td,
    table.cart tbody tr:nth-child(2n):hover td {
        background-color: #f0f0f0 !important;
    }
    table.cart tbody td.product-remove a.remove:hover::before {
        color: #333 !important;
    }

    table td.actions #coupon_code {
        width: auto !important;
        display: initial !important;
    }
}

.woocommerce-info:not(.cart-empty) {
    width: auto !important;
    position: absolute !important;
    right: 10px;
    z-index: 10;
    top: 123px;
}
.rtl .woocommerce-info:not(.cart-empty) {
  right: unset;
  left: 10px;
}
.woocommerce-notices-wrapper > .message-container {
    padding: 1em 3.5em 1em 1em !important;
}
.rtl .woocommerce-notices-wrapper > .message-container {
    padding: 1em 1em 1em 3.5em !important;
}
.woocommerce-notices-wrapper > .message-container::before {
    display: none !important;
}