.amount-box img {
    width: 50px;
}

.wallet-container {
    background: #E31D1A;
    width: 100%;
    color: #fff !important;
    font-size: 15px;
    padding: 1em;
    display: inline-block;
    border-radius: 8px;
}

.wallet-container p {
    color: #fff !important;
    font-size: 15px;
}

.profile-page .nav li, .profile-page .nav li button {
    width: 100%;
    transition: .5s;
    border-color: transparent !important;
    border-radius: 0 !important;
}

.profile-page .nav li button.active {
    background: #E31D1A;
    color: #fff;
}

.profile-page .nav li button {
    font-weight: bolder;
    color: #fbaa1b;
}

.cart_page .basket-labels {
    border-top: 1px solid #E31D1A;
    border-bottom: 1px solid #E31D1A;
    margin-bottom: 1.625rem;
    padding: 1px 3em;
    background: #E31D1A;
    color: #fff;
    font-weight: bolder;
    border-radius: 8px;
}

.Card1 .description .seller_name, .cart_page .basket, .cart_page .basket-labels,
.cart_page .basket-module, .cart_page .basket-product, .cart_page .item,
.cart_page .price, .cart_page .product-details, .cart_page .product-image,
.cart_page .quantity, .cart_page .subtotal, .cart_page button, .cart_page input {
    float: left;
}

.cart_page .basket-labels, .cart_page .basket-module,
.cart_page .basket-product, .cart_page img, .modal .card-body .add_cart span,
.navbar-brand img, .title_btn, label {
    width: 100%;
}

.basket-labels li {
    display: inline-block;
    padding: 0.625rem 0;
    color: #fff !important;
}

.cart_page .item-heading {
    padding-left: 4.375rem;
    box-sizing: border-box;
}

.cart_page .item {
    width: 55%;
}

.cart_page .price, .cart_page .quantity, .cart_page .subtotal {
    width: 15%;
}

.cart_page .basket {
    width: 70%;
}

.cart_page .product-image {
    width: 35%;
    height: 10em;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #aaa;
}

.cart_page .product-details {
    width: 65%;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.cart_page .product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cart_page h1 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.cart_page .price, .cart_page h1 {
    font-size: 1rem;
}

.add_cart span .btn, .product-info .add_cart .btn {
    color: #E31D1A;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 700;
    margin: 0.5em 0;
    padding: 0.5em;
    border: 1px solid #E31D1A;
}

.cart_page a {
    text-decoration: none;
}

.cart_page .add_cart .decrease.btn,
.cart_page .add_cart .increase.btn {
    margin-top: 0.5em;
}

.cart_page aside {
    float: left;
    position: relative;
    width: 30%;
}

.cart_page .summary {
    border: 1px;
    padding: 1rem;
    position: static;
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
}

.cart_page .summary-total-items {
    color: #666;
    font-size: .875rem;
    text-align: center;
}

.cart_page .summary-subtotal {
    border-top: 1px solid #ccc;
}

.cart_page .summary-subtotal,
.cart_page .summary-total {
    border-bottom: 1px solid #ccc;
    clear: both;
    padding: 0.5rem 0;
    overflow: hidden;
}

.cart_page .promo-title, .cart_page .promo-value,
.cart_page .shipping-title, .cart_page .shipping-value,
.cart_page .subtotal-title, .cart_page .subtotal-value,
.cart_page .total-title, .cart_page .total-value,
.cart_page .vat-title, .cart_page .vat-value {
    color: #111;
    float: left;
    width: 50%;
}

.cart_page .remove {
    bottom: 1.125rem;
    float: right;
    text-align: center;
    width: 100%;
    margin-top: 1em;
    background: #E31D1A;
    border-radius: 8px;
    transition: .5s;
}

.cart_page .remove button {
    background-color: transparent;
    float: none;
    text-decoration: underline;
    color: #fff;
    border-color: #E31D1A;
    padding: 1em;
    width: 100%;
}

.cart_page button {
    background: #E31D1A;
    color: #fff;
    font-weight: bolder;
    border-radius: 8px;
    transition: .5s;
}

.cart_page .checkout-cta {
    display: block;
    float: none;
    font-size: .75rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0.625rem 0;
    width: 100%;
}

.payment_method .payment-card {
    background: #E31D1A;
    border: 0;
    text-align: center;
    color: #fff;
    min-height: 256px;
}

.payment_method .card {
    transition: .3s;
    border-radius: 10px;
}

.payment_method .card-block {
    padding: 4rem 0;
}

.payment_method .card-title {
    padding-top: 0.5em;
}

.card-title {
    margin-bottom: 0.5rem;
}

.orders_page .table-wrapper {
    width: 100%;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
}

.orders_page .table-wrapper > table .default {
    cursor: pointer;
    transition: .2s;
}

.orders_page .table-wrapper > table td {
    border-bottom: 1px solid #E31D1A;
    padding: 10px 20px;
}

.orders_page .sub-table-wrap {
    display: none;
    background: #fff;
}

.orders_page .full-sub-table {
    background: rgba(253, 205, 121, .1);
    padding: 10px 14px;
    display: flex;
    flex-wrap: wrap;
}

.orders_page .info-wrapper {
    display: inline-block;
    margin: 0;
    flex: 1 0 21%;
    border-bottom: 1px solid rgba(253, 205, 121, .3);
}

.orders_page .arrow {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    cursor: pointer;
    float: right;
    height: 8px;
    margin: 0 auto;
    text-indent: -9999px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 8px;
}

.orders_page .table-wrapper > table th {
    border-bottom: 1px solid #E31D1A;
    font-weight: 700;
    padding: 13px 20px;
    text-align: left;
}

.old-price {
    text-decoration: line-through;
    font-size: 14px;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #E31D1A !important;
    border-color: #E31D1A !important;
    color: #fff !important;
}

.offer_check {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    margin-bottom: 1em;
}

.offer_check ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    display: inline-flex;
}

.onoffswitch {
    position: relative;
    width: 90px;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    padding: 0;
    line-height: 30px;
    border: 2px solid #E31D1A;
    border-radius: 30px;
    background-color: #eee;
    transition: background-color .3s ease-in;
}

.offer_check .gray {
    color: gray;
    display: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 30px;
    margin: 0;
    background: #E31D1A;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 58px;
    border: 2px solid transparent;
    border-radius: 30px;
    transition: .3s ease-in;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: rgba(251,170,27,.4);
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 0;
}
