body {
    font-family: var(--bs-font-sans-serif);
}
.ordersummary_sidebar {
    float: left;
    width: 100%;
    height: 100%;
    padding: unset;
    border-left: 1px solid #e4eaee;
}
.detail_set span.color_set {
    font-weight: 500;
    color: #788995;
    font-size: 16px;
}
.order_summary {
    margin-left: 22px;
}
.fas.fa-arrow-left {
    margin-right: 4px;
}
.layout-set input {
    width: unset;
}
.checkout_form {
    float: left;
    width: 100%;
    border-bottom: none;
}
.total_bill a button svg {
    margin: 0 10px 0 0;
}
.shiping_details table tr td:nth-child(4) {
    padding: 0 80px 0 10px;
    text-align: center;
}
.checkout_form label span {
    background-color: #dfdfdf;
    padding: 3px 10px 4px 10px;
    border-radius: 30px;
    margin-right: 12px;
    width: 32px;
    height: 32px;
    float: left;
}

.circle {
    position: relative;
    display: block;
    margin: 26px 0 0 0;
    background-color: transparent;
    color: #222;
    text-align: center;
}

.circle__inner {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.circle__content {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
}
.circle:after {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #ddd;
    content: "";
}

.checkout_form .title_space {
    float: left;
    width: 100%;
    margin: 30px 0 0 12px;
}

div#app {
    background-color: #fff;
}

.hide-size .size_set span {
    display: none;
}
.hide-quantity .size_set input {
    display: none;
}

.order_summary label {
    border-bottom: 1px solid #e4eaee;
    float: left;
    width: 100%;
    padding: 0 0 16px 0;
}

.main_set {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px 0 12px 0;
    /* border-bottom: 1px solid #E4EAEE; */
    background-color: #fff;
    margin: 0 0 10px 0;
    padding: 17px 17px 0px 17px;
    border-radius: 10px;
}

.scroll-bar-wrap {
}
.all-main-set {
    width: 100%;
}
.all-main-set::-webkit-scrollbar {
    width: 0.4em;
}
.all-main-set::-webkit-scrollbar,
.all-main-set::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}
.all-main-set::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.set-bottom-summary {
    text-align: right;
    float: right;
    width: 100%;
    border-bottom: 1px solid #f8fafb;
    padding: 3px 0 10px 0;
}
.detail_set h6 {
    font-size: 15px;
    line-height: 20px;
    color: #788995;
    font-weight: 500;
    float: left;
    width: 100%;
    margin: 0;
}
.detail_set span.sku {
    color: #5a6169;
    font-size: 12px;
    line-height: 17px;
}
.detail_set select {
    width: 80px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    font-size: 11px;
    padding: 5px 0 5px 8px;
    outline: none;
    color: #788995;
}

.detail_set span {
    color: #788995;
    font-size: 13px;
    line-height: 24px;
}

.size_set input {
    width: 50px !important;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    margin: 0 0 0 5px;
    padding: 4px 9px !important;
    float: right;
}

.main_set .detail_set {
    padding-left: 0px !important;
}
.shiping_details table tr:last-child td,
.shiping_details table tr:last-child th {
    border: 0;
}
.shiping_details table tr td:first-child,
.shiping_details table tr th:first-child {
    border: 0 !important;
}
.main_set .image_set img {
    width: 100%;
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    padding: 8px;
}

.size_set span,
.set_size_main span {
    color: #788995;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.size_set.add_size {
    margin: 0 0 10px 9px;
}

.size_set {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    /* display: flex;
  justify-content: space-around; */
}
.price {
    float: right;
    width: 100%;
    text-align: right;
    color: #788995;
    font-size: 15px;
    font-weight: 500;
    /* padding: 5px 0 0 20px; */
}
.price span {
    color: #788995;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: unset;
}
.form-group.required label {
    color: #393939;
    font-size: 20px;
    line-height: 28px;

    font-weight: 400;
}
.checkout_form input[type="checkbox"] {
    width: 12px;
    height: 12px;
    cursor: pointer;
    font-size: 19px;
}

input[type="checkbox"]:checked:after {
    background-color: #00db1e;
}

input[type="checkbox"]:after {
    width: 25px;
    height: 25px;
}

.checkout_form.billing_address .layout-set span {
    padding-left: 12px;
    color: #999;
    font-size: 18px;
    line-height: 24px;
}

.alredy_account a {
    color: #007bff;

    margin: 0px 0 0 5px;
}
.checkout_form.billing_address .squere label {
    border-radius: 0;
}
.round,
.squere {
    position: relative;
}

.round label,
.squere label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    left: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

.round label:after,
.squere label::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 2px;
    opacity: 0;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 11px;
}

.round input[type="checkbox"],
.squere input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label,
.squere input[type="checkbox"]:checked + label {
    border-color: #76ae42;
    background-color: #76ae42;
}

.round input[type="checkbox"]:checked + label:after,
.squere input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.shiping_details input::after {
    width: auto;
}

.shiping_details table {
    width: 100%;
    border: 1px solid #979797;
}
/* .shiping_details table tr td:nth-child(2) {
  padding-right: 0;
} */
.shiping_details table tr td:nth-child(3) {
    padding-left: 0;
}

.shiping_details table tr td,
.shiping_details table tr th {
    padding: 10px;
    border-bottom: 1px solid #979797;
    font-weight: 500;
}
.shiping_details input::after {
    display: none;
}
.all-main-set::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.all-main-set::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.all-main-set::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ddd;
}

.shiping_details table tr td:last-child {
    color: #c4183c;
}
.total_bill {
    background-color: #f8fafb;
    padding: 10px 30px 0 30px;
    margin: 0 auto;
    /* max-width: 566px; */
    right: 40px;
    z-index: 9;
    margin: 0 auto;
    float: left;
    width: -webkit-fill-available;
    position: sticky;
    bottom: 0;
}
.all-main-set {
    float: left;
    width: 100%;
    /* height: 590px;
  overflow-y: scroll; */
}

.total_bill table {
    width: 100%;
    border: 0;
    font-size: 15px;
}

.total_bill table tr td select {
    background-color: transparent;
    border: 0;
    float: left;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    border-bottom: 1px solid #e4eaee;
    margin-bottom: 20px;
}

.total_bill table tr td {
    color: #788995;
    padding: 4px 0;
}

.total_bill tr:last-child td {
    color: #c4183c;
    font-size: 22px;
    font-weight: 500;
}

.total_bill button {
    /* width: 280px; */
    border-radius: 3px;
    background-color: var(--bs-ec-primary) !important;
    -webkit-box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.25);
    box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.25);
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    border: 0;
    padding: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.total_bill tr:last-child {
    border-top: 2px solid #e4eaee;
}

.edit_delete a {
    color: var(--bs-red);
}

.edit_delete a:hover {
    color: var(--bs-danger);
}

.set_button {
    float: none;
    width: 100%;

    margin-bottom: 40px;
}
.checkout_form .form-group.required select#shipping_address,
.checkout_form .form-group.required select#billing_address {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #fff, #fff);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}
.checkout_form .form-group.required select {
    font-size: 18px;
    border: 1px solid #b3b3b3;
    float: left;
    width: 100%;
    background-color: transparent;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    outline: none;
}
.checkout-main .form-group {
    margin-bottom: 29px;
    float: left;
    width: 100%;
}
.checkout-main h4 {
    color: #5a6169;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    border-bottom: 1px solid #e4eaee;
    padding-bottom: 14px;
    margin: 0 20px;
    padding: 10px 0 6px 0;
}
.checkout_form .form-control {
    padding: 6px 14px;
}

.squere {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}
.squere label {
    float: left;
}
.roundedOne,
.roundedOne1 {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 20px auto;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.card_one .card_inner .radio {
    padding: 0 0px 0 10px;
    visibility: hidden;
}

.card_one.active div img {
    height: auto;
    width: 100px;
    margin-left: 16px;
}

.fas.fa-arrow-left.mr-2 {
    margin-right: 6px;
}
#return-to-order {
    color: blue;
}

.card_inner {
    padding: 12px 0;
}
.roundedOne label:after,
.roundedOne1 label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #27ae60;
    background: linear-gradient(top, #27ae60 0%, #145b32 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.roundedOne label:hover::after,
.roundedOne1 label:hover::after {
    opacity: 0.3;
}
.roundedOne input[type="checkbox"],
.roundedOne1 input[type="checkbox"] {
    visibility: hidden;
}
.roundedOne input[type="checkbox"]:checked + label:after,
.roundedOne1 input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.roundedOne label:hover::after,
.roundedOne1 label:hover::after {
    opacity: 0.3;
}
.return_shop a {
    color: #007bff;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    float: right;
}
.roundedOne label,
.roundedOne1 label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
    background: linear-gradient(top, #222 0%, #45484d 100%);
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5),
        0px 1px 0px rgba(255, 255, 255, 1);
}
.roundedOne label:after,
.roundedOne1 label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #27ae60;
    background: linear-gradient(top, #27ae60 0%, #145b32 100%);
    opacity: 0;
    border-radius: 50px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.set_size_main {
    float: left;
    width: 100%;
    /* margin: 8px 0px 0 0; */
}
.shiping_details {
    float: left;
    width: 100%;
}
.top_main {
    float: left;
    width: 100%;
    padding: 50px 0 21px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.alredy_account {
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}
.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #17c671;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 12px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radio {
    float: left;
    width: 100%;
    text-align: center;
}
.radio input[type="radio"]:checked + .radio-label:before {
    background-color: #17c671;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197ee;
}
.radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.well .input-group input {
    border: 1px solid #cccccc;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    outline: none;
    margin-right: 10px;
    text-align: left;
}
.top_main b {
    color: #393939;
    font-weight: normal;
}
.top_main p {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
}
.well .btn-info {
    border-radius: 3px;
    background-color: #17c671;
    box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.25);
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.well label {
    float: left;
    width: 100%;
}
.top_brdr {
    padding: 16px 0;
    background-color: #fff;
    box-shadow: unset;
}
.payment_step {
    float: left;
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
}

.payment_step ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.secure {
    float: right;
    width: 100%;
    text-align: right;
    padding: 12px 0 0 0;
}
a#return-to-dashboard {
    padding: 33px 0 0 0;
    float: left;
    width: 100%;
    color: #007bff;
    font-size: 16px;
    font-weight: normal;
    text-align: right;
}

a#return-to-dashboard svg {
    margin: 0 10px 0 0px;
}
.secure span {
    color: #33333a;
    font-family: Bicyclette;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 23px;
    text-transform: uppercase;
}
.return_shop svg {
    margin: 0 5px;
}
.payment_step ul li a {
    text-transform: uppercase;
    font-weight: 500;
    color: #d4d9dd;
    font-family: Bicyclette;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    padding-bottom: 7px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
.payment_step ul li.active a {
    color: var(--bs-ec-primary);
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
    border-bottom: 2px solid var(--bs-ec-primary);
    padding-bottom: 7px;
}

.payment_step ul li {
    display: inline-block;
    padding: 0 50px;
}
.payment_step ul li a::after {
    content: "";
    position: absolute;
    border: 1px dashed #d4d9dd;
    width: 26px;
    top: 10px;
    margin: 0 38px;
}

.payment_step ul li {
    position: relative;
}
.payment_step ul li:last-child a::after {
    content: none;
}
.secure svg {
    height: 26px;
    width: 26px;
    font-size: 26px;
    margin: 0 5px;
}

.edit_delete ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.edit_delete ul li {
    display: inline-block;
    padding: 0 0px 0 11px;
}

.edit_delete ul li a svg.svg-inline--fa.fa-trash.fa-w-14 {
    color: #e9ecef;
}
.main_set:hover .edit_delete ul li a svg.svg-inline--fa.fa-trash.fa-w-14 {
    color: #c4183c;
}

.total_bill table tr td:last-child {
    text-align: right;
}
.footer_brdr {
    border-top: 1px solid #f5f5f5;
    padding: 18px 0;
}

.help {
    float: left;
    width: 100%;
    text-align: right;
    color: #33333a;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
}

/*Complete css start  */

.succesful {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.succesful span {
    color: #5a6169;
    font-family: Bicyclette;
    font-size: 24px;
    font-weight: 500;
    line-height: 65px;
    float: left;
    width: 100%;
    text-align: center;
}

.succesful p {
    color: #999999;
    font-family: Bicyclette;
    font-size: 18px;
    line-height: 24px;
}

.failed {
    float: left;
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.failed span {
    color: #c4183c;
    font-family: Bicyclette;
    font-size: 24px;
    font-weight: 500;
    line-height: 65px;
    float: left;
    width: 100%;
    text-align: center;
}

.failed p {
    color: #c4183c;
    font-family: Bicyclette;
    font-size: 18px;
    line-height: 24px;
}

.failed .total_bill button {
    box-shadow: none;
    font-size: 16px;
}
.failed .set_button.failed_bill {
    background-color: transparent;
}

.set_button button {
    width: 100%;
}

.failed_bill button {
    /* width: 280px; */
    border-radius: 3px;
    background-color: #c4183c;
    -webkit-box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.25);
    box-shadow: 0 2px 7px 0 rgba(120, 137, 149, 0.25);
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    border: 0;
    padding: 14px 22px;
    text-transform: uppercase;
    font-weight: 500;
}

label.title_space {
    float: left;
    width: 100%;
    margin: 30px 0 0 12px;
}
.paymentcard_main {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 20px 0 0 0;
}
.card_one.active {
    background-color: #e9ecef;
    width: 100%;
}

.card_one {
    width: 100%;
    text-align: center;
    display: table;
    height: 83px;
    border: 1px solid #cfcfcf;
}
.border_bottom {
    border-bottom: 1px solid #979797;
    height: 1px;
    float: left;
    width: 100%;
    margin: 31px 0;
}
.succesful .total_bill button {
    box-shadow: none;
    font-size: 16px;
}
.succesful .set_button.total_bill {
    background-color: transparent;
}
/* Complete css end */

@media (min-width: 320px) and (max-width: 480px) {
    .circle {
        margin: 50px 0 0 0;
    }
}
