.ps-layout--shop .cart-card {
    background-color: #FFF;
}
.cart-card {
    border: 1px solid #e0e0e0;
    padding: 20px 15px 10px;
    border-radius: 5px;
}
.cart-card .card-order-summary {
    font: normal normal 600 20px / 35px Poppins;
    letter-spacing: -0.16px;
    color: #1C1C1C;
}
.cart-card .card-order-summary span {
    font-weight: 700;
}
.cart-card .sub_totals_cart {
    font-size: 18px;
}
.sub_totals_cart {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 15px;
}
.sub_totals_cart>span {
    text-align: right;
    font: normal normal normal 16px / 35px Almarai;
    letter-spacing: -.27px;
    color: #545454;
    opacity: 1;
}
.cart-card .sub_totals_cart b {
    font-family: 'Poppins' !important;
    font-weight: 600;
    direction: ltr;
    display: flex;
    justify-content: flex-end;
}
.sub_totals_cart b {
    font-weight: 600 !important;
}
.cart-card .total-card span {
    font-size: 20px;
    color: #545454;
    font-weight: 600 !important;
}
.payment-card-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a#continue_button {
    background-color: #33CB98;
    width: 100%;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    margin: 35px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 15%) 0 3px 3px 0;
}
.categories-side{
    position: -webkit-sticky !important;
    position: sticky !important;
    width: 100%;
    top: 180px;
    z-index: 9;
    background: #fff;
}
.side-summary{
    position: -webkit-sticky !important;
    position: sticky !important;
    width: 100%;
    top: 180px;
    z-index: 9;
    background: #fff;
}
.ps-btn.product-details-add-to-cart{
    color: #FF9933 !important;
    background: #fff !important;
    font-weight: 400 !important;
    border: 1px solid #058057;
    min-width: 180px;
    max-height: 45px;
}
.btn-payment-type{
    text-align: center;
}
.ps-btn.product-details-add-to-cart:hover {
    background: #FF9933 !important;
    color: #fff !important;
}