.checkout-order-details-wrap .order-details-table-wrap .table .cart-subtotal th,
.checkout-order-details-wrap .order-details-table-wrap .table .cart-subtotal td,
.checkout-order-details-wrap .order-details-table-wrap .table .cart-discount th,
.checkout-order-details-wrap
    .order-details-table-wrap
    .table
    .cart-discount
    td {
    padding: 6px 0 !important;
}
.checkout-order-details-wrap .order-details-table-wrap .table .product-name {
    width: 70%;
}
.order-total th {
    vertical-align: bottom !important;
}
.order-total td {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
}

.shop-list-wrapper .card {
    background-color: transparent;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
}
.shop-list-wrapper .card .card-header {
    border: none;
    background-color: transparent;
    padding: 0;
    display: inline-block;
}
.shop-list-wrapper .card .card-header .title {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    padding-bottom: 0;
    text-transform: uppercase;
}
.shop-list-wrapper .card .card-header .title:before {
    position: absolute;
    content: "";
    background-color: #fff;
    border: 1px solid #666;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.shop-list-wrapper .card .card-header .title:after {
    position: absolute;
    content: "";
    width: 0.6em;
    height: 0.6em;
    background-color: #cb9a7c;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2em;
    display: block;
}
.shop-list-wrapper .card .card-header .title[aria-expanded="false"]:after {
    display: none;
}
.shop-list-wrapper .card .card-header .title[aria-expanded="true"]:before {
    border-color: #cb9a7c;
}
.shop-list-wrapper .card .card-header .title[aria-expanded="true"]:after {
    display: block;
}
.shop-list-wrapper .card .card-header:hover {
    cursor: pointer;
}
.shop-list-wrapper .card .card-body {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.6rem;
}
.shop-list-wrapper .card .card-body p {
    color: #747474;
    font-size: 13px;
    line-height: 24px;
}
.skin-bg {
    background: #f3ebe1;
}
.shop-list-wrapper .p-text {
    color: #747474;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 18px;
}
.shop-list-wrapper .p-text a {
    color: #cb9a7c;
    text-decoration: underline;
}
.shop-list-wrapper .p-text a:hover {
    color: #cb9a7c;
}
.shop-list-wrapper .agree-policy .required {
    color: #f00;
}
.shop-list-wrapper .agree-policy .custom-checkbox {
    position: relative;
    padding-left: 24px;
}
.shop-list-wrapper
    .agree-policy
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label:before {
    background-color: #ffffff;
    border-radius: 0;
    border-color: #000000;
    box-shadow: none;
    width: 15px;
    height: 15px;
    border-width: 2px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.shop-list-wrapper
    .agree-policy
    .custom-checkbox
    .custom-control-input:checked
    ~ .custom-control-label:after {
    display: inline-block;
    color: #000000;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 8px;
    position: absolute;
    text-align: center;
    padding-left: 0px;
    line-height: 14px;
    box-shadow: none;
    left: 4px;
    top: 7px;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}
.shop-list-wrapper .agree-policy .custom-checkbox .custom-control-label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    cursor: pointer;
}
.shop-list-wrapper .agree-policy .custom-checkbox .custom-control-label:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border-color: #e4e4e4;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border-style: solid;
    top: 7px;
    left: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.shop-list-wrapper .btn-place-order {
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 18px 20px 16px;
    margin-top: 32px;
    font-size: 16px;
    background-color: #cb9a7c;
    border-color: #cb9a7c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.shop-list-wrapper .btn-place-order:hover {
    background-color: #000000;
    border-color: #000000;
}
.new_location_btn {
    font-size: 0.9rem;
    text-decoration: underline;
    color: #000;
    margin-bottom: 1.5rem;
}

#card-holder-name {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    color: #626262;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
#card-element {
    padding: 8px;
    margin-bottom: 1rem;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    color: #626262;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-top: 16px;
    background-color: #fff;
}
#card-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    display: block;
    text-align: center;
    border-radius: 0;
    padding: 18px 20px 16px;
    margin-top: 32px;
    font-size: 16px;
    background-color: #ff6565;
    border-color: #ff6565;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    border: none;
}
#card-button.stripe {
    background-color: #96f;
    border-color: #96f;
}
#card-button:hover {
    background-color: #000;
    border-color: #000;
}
.PaymentsCheckoutForm__title {
    font-size: 20px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 35px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    line-height: 1.2;
    margin-top: 0;
    color: #064d45;
}
.PaymentsCheckoutForm__title:before {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.gray-wrapper {
    background-color: #f9f9f9;
    padding: 2rem;
    border-radius: 1rem;
}
.section-wrapper {
    margin-top: 34px;
    background: #f9f9f9;
    padding: 1.2rem;
    border-radius: 1rem;
}
.p-text {
    color: #747474;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 18px;
}

.delivery-charge-wrap .btn-delivery-charge,
.delivery-charge-wrap .btn-clear-delivery-charge {
    background: #fff;
    border: 2px solid #e5e5e5;
    box-shadow: none;
    color: #323232;
    display: inline-block;
    height: 50px;
    padding: 0 35px;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
}
.delivery-charge-wrap .btn-delivery-charge:hover,
.delivery-charge-wrap .btn-clear-delivery-charge:hover {
    background-color: #cb9a7c;
    border-color: #cb9a7c;
    color: #ffffff;
}