/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}


fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

body {
    font: 14px/1.5 Helvetica Neue, Helvetica, Arial, Microsoft Yahei, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
    color: #333;
    background-color: #fff;
}

a {
    color: #757575
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: #ff6700
}

.container {
    width: 1226px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.page-main {
    background: #f5f5f5
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.hide {
    display: none !important
}

.ir {
    display: block;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden
}

.ndash,
.sep {
    margin: 0 .25em;
    font-family: sans-serif
}

.text-end {
    text-align: right!important;
}
.text-truncate-2 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fw-bold {
    font-weight: 700!important;
}
.d-flex {
    display: flex!important;
}
.justify-content-center {
    justify-content: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.align-items-center {
    align-items: center!important;
}
.w-100 {
    width: 100%!important;
}
.mt-5 {
    margin-top: 3rem!important;
}
.mb-0 {
    margin-bottom: 0!important;
}

.mb-md-3 {
    margin-bottom: 1rem!important;
}

.me-4 {
    margin-right: 1.5rem!important;
}
.ms-2 {
    margin-left: .5rem!important;
}
.p-lg-4 {
    padding: 1.5rem!important;
}
.border-bottom-0 {
    border-bottom: 0!important;
}
.page-main {
    padding: 40px 0 60px
}

.page-main .container {
}
.steps-wrap {
    display: flex;
    justify-content: space-around;
    position: relative;
}
.steps-wrap:before {
    border-bottom: 3px solid #d7d7d7;
    content: "";
    left: 0;
    position: absolute;
    top: 14px;
    width: 100%;
}
.steps-wrap>div {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.steps-wrap>div .number-wrap {
    margin-bottom: .5rem;
    padding: 0 4px;
}
.steps-wrap>div .number {
    align-items: center;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
}
.steps-wrap>div.active .number {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #eee;
    font-weight: 700;
}
.steps-wrap>div.active .title {
    color: #111;
}


.card h5.name-title {
    font-size: 16px;
    color: #282828;
    font-weight: 700 !important;
    margin-bottom: 1rem;
}
/* .left-column .card {
    min-height: 600px;
} */
/* .left-column .card-body .cart-products-wrap { 
    min-height: 300px;
} */
.left-column .card-body .cart-products-wrap .table thead th, .left-column .card-body .cart-products-wrap .table tbody tr td a { 
    color: #000;
}
.left-column .card-body .cart-products-wrap .table thead th {
    border-bottom: none;
    box-shadow: none;
    padding: 1.5rem .5rem;
    white-space: nowrap;
    background: none
}

.left-column .card-body .cart-products-wrap .table tbody td {
    padding: 1rem .572rem;
}
.left-column .card-body .cart-products-wrap .table .form-check-input {
    position: unset;
    margin-left: 0;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #dee2e6;
    flex-shrink: 0;
    height: 1.2em;
    margin-top: .15em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1.2em;
}
.left-column .card-body .cart-products-wrap .table .form-check-input:checked {
    background-color: #ff9600;
    border-color: #ff9600;
}
.left-column .card-body .cart-products-wrap .table .form-check-label {
    padding-left: .25rem;
    color: #000;
    font-weight: 700;
}
.left-column .card-body .cart-products-wrap .table .p-image {
    margin-left: 5px;
    flex: 0 0 80px;
    height: 80px;
    width: 80px;
    border: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left-column .card-body .cart-products-wrap .table .quantity-wrap {
    width: 100px;
    display: flex;
    border: 1px solid #ced4da;
}
.left-column .card-body .cart-products-wrap .table .quantity-wrap input {
    width: 100%;
    height: 32px;
    padding-right: 2px;
    border: unset;
}
.left-column .card-body .cart-products-wrap .table .quantity-wrap>.right {
    border-left: 1px solid #ced4da;
    display: flex;
    flex-direction: column;
}
.left-column .card-body .cart-products-wrap .table .quantity-wrap>.right a {
    height: 16px;
    display: flex;
    align-items: center;
}
.quantity-wrap>.right a i {
    background-color: #fff;
    cursor: pointer;
    flex: 1;
    height: 14px;
    text-align: center;
    width: 20px;
}
.quantity-wrap>.right a:last-of-type {
    border-top: 1px solid #ced4da;
}
.left-column .card-body .cart-products-wrap .table .operation a{
    color: red;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.left-column .card-body .cart-products-wrap .table .operation a i{
    margin-right: 2px;
}
.left-column .card-body .submit-cart-wrap {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    border-top:1px solid #e4eaec
}
.left-column .card-body .submit-cart-wrap .list-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.left-column .card-body .list-group li {
    padding: .7rem 0 !important;
    background-color: transparent;
}
.left-column .card-body .list-group li:not(.d-grid) {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.left-column .card-body .list-group li .total-price {
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
}
.left-column .card-body .submit-cart-wrap .btn {
    font-size: 16px;
    font-weight: 700;
}
.right-column .card-body .list-group li {
    padding: .7rem 0 !important;
    background-color: transparent;
    border-bottom: 1px solid #eee;
}
.right-column .card-body .list-group li:not(.d-grid) {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.right-column .card-body .list-group li .total-price {
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
}
.right-column .card-body .submit-cart-wrap {
    display: grid !important;
    margin-top: 40px;
}
.right-column .card-body .submit-cart-wrap .btn {
    font-size: 16px;
    font-weight: 700;
}
.empty-cart-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.empty-cart-wrap .empty-cart-icon {
    margin-top: 2rem;
    margin-bottom: 1.6rem;
}
.empty-cart-wrap .empty-cart-icon i{
    font-size: 4rem;
}
.empty-cart-wrap .empty-cart-text {
    text-align: center;
    margin-bottom: 1.5rem!important;
}
.empty-cart-wrap .empty-cart-text h5 {
    color: #282828;
    font-weight: 700 !important;
    font-size: 18px;
    margin-bottom: .5rem;
}
.empty-cart-wrap .empty-cart-text p {
    color: #555;
}









.left-column .card-body .checkout-black {
    margin-bottom: 2.6rem;
}
.left-column .card-body .checkout-black .checkout-title {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    position: relative;
    font-size: 16px;
    color: #282828;
    font-weight: 700 !important;
}
.left-column .card-body .checkout-black .checkout-title h5 {
    font-size: 16px;
    color: #282828;
    font-weight: 700 !important;
}
.left-column .card-body .addresses-wrap .item {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    height: 140px;
    margin-bottom: 1.3rem;
    padding: 14px;
    position: relative;
}
.left-column .card-body .addresses-wrap .item.active {
    border-left: none;
}
.left-column .card-body .addresses-wrap .item.active:before {
    background-color: #4991f4;
    background: repeating-linear-gradient(-45deg,#d60404,#d60404 10px,#fff 0,#fff 20px,#4991f4 0,#4991f4 30px,#fff 0,#fff 40px);
    content: "";
    height: calc(100% + 2px);
    left: 0;
    position: absolute;
    top: -1px;
    width: 4px;
}
.left-column .card-body .addresses-wrap .item .name-wrap {
    line-height: 1;
    margin-bottom: .6rem;
}
.left-column .card-body .addresses-wrap .item .name-wrap .name {
    font-size: 1rem;
    font-weight: 700;
}
.left-column .card-body .addresses-wrap .item .name-wrap .phone {
    color: #666;
    font-size: .8rem;
}
.left-column .card-body .addresses-wrap .item .zipcode {
    margin-bottom: .3rem;
    min-height: 20px;
}
.left-column .card-body .addresses-wrap .item .address-info {
    height: 32px;
    line-height: 1.3;
}
.left-column .card-body .addresses-wrap .item .address-bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    min-height: 28px;
}
.left-column .card-body .addresses-wrap .item .address-bottom .badge {
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
}
.btn[disabled] {
    border-style: dashed !important;
    border-color: #e0e0e0;
    background-color: #fff !important;
    color: #b0b0b0 !important;
    cursor: default !important
}
.left-column .card-body .addresses-wrap .item .address-bottom .btn {
    display: inline-block;
    padding: 2px 10px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #999999;
    background: #fff;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s
}
.left-column .card-body .addresses-wrap .item .address-bottom .btn:focus {
    outline: 0
}
.left-column .card-body .addresses-wrap .item .address-bottom .btn:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .18);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .18)
}
.left-column .card-body .addresses-wrap .item.address-right {
    align-items: center;
    border: none;
    cursor: auto;
    display: flex;
    justify-content: center;
    padding: 0 2.6rem;
}
.left-column .card-body .addresses-wrap .item.address-right .btn{
    width: 90%;
    background: unset;
    border: 1px solid #e5e5e5;
}
.left-column .card-body .addresses-wrap .item.address-right .btn:first-child {
    margin-bottom: 1rem;
}
.left-column .card-body .addresses-wrap .item.address-right .btn:hover{
    color: #fff;
    background: #ff9600;
    border: 1px solid #ff9600;
}
.payment-methods-wrap, .shipping-methods-wrap {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -20px
}
.left-column .card-body .radio-line-wrap .radio-line-item {
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc((100% - 40px) / 2);
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.left-column .card-body .radio-line-wrap .radio-line-item.active {
    border-color: #e5e5e5;
}
.left-column .card-body .radio-line-wrap .radio-line-item .left {
    align-items: center;
    display: flex;
    margin-right: 10px;
}
.left-column .card-body .radio-line-wrap .radio-line-item .radio {
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    flex: 0 0 18px;
    height: 18px;
    position: relative;
    width: 18px;
}
.left-column .card-body .radio-line-wrap .radio-line-item.active .radio {
    border-color: #ff9600;
}
.left-column .card-body .radio-line-wrap .radio-line-item.active .radio:before {
    background-color: #ff9600;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
}
.left-column .card-body .radio-line-wrap .radio-line-item .left img {
    margin-left: 10px;
    width: 100%;
    height: auto;
}
.left-column .card-body .radio-line-wrap .radio-line-item .right .title {
    font-weight: 700;
}
.right-column .x-fixed-top.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.right-column .total-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}
.right-column .total-wrap .card-header {
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 0 0 .8rem;
}
.right-column .total-wrap .card-header::after {
    display: none;
    clear: both;
    content: '';
}
.right-column .total-wrap .card-header:first-child {
    border-radius: 0.275rem 0.275rem 0 0;
}
.right-column .total-wrap .card-header h5 {
    font-size: 16px;
    color: #282828;
    font-weight: 700 !important;
}
.right-column .total-wrap .card-header span {
    color: #fff;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
    border-radius: 25px;
}
.right-column .total-wrap .card-body {
    flex: 1 1 auto;
    padding: 0;
}
.right-column .total-wrap .card-body .products-wrap {
    max-height: 380px;
    overflow-y: auto;
    margin-bottom: 1.3rem;
    padding-bottom: .3rem;
}
.right-column .total-wrap .card-body .products-wrap .item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    background: #f5f5f5;
    padding: 10px;
}
.right-column .total-wrap .card-body .products-wrap .item .image {
    align-items: center;
    display: flex;
    padding-right: 4px;
    flex: 1;
}
.right-column .total-wrap .card-body .products-wrap .item .image .img {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
    margin-right: .5rem!important;
    border: 1px solid #dee2e6!important;
    display: flex;
    align-items: center!important;
    justify-content: center!important;
}
.right-column .total-wrap .card-body .products-wrap .item .image .img img{
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.right-column .total-wrap .card-body .products-wrap .item .name .name-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right-column .total-wrap .card-body .products-wrap .item .name .text-muted {
    color: #666;
}
.right-column .total-wrap .card-body .products-wrap .item .price {
    width: 86px;
    text-align: right!important;
    color: #7a7a7a;
}
.right-column .total-wrap .card-body .products-wrap .item .price em {
    margin: 0 2px;
}
.right-column .total-wrap .card-body .totals {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
    padding-bottom: .3rem;
}
.right-column .total-wrap .card-body .totals>li {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}
.right-column .total-wrap .card-body .totals>li>span:first-of-type {
    font-size: 14px;
}
.right-column .total-wrap .card-body .totals>li:last-of-type {
    font-weight: 700;
}
.right-column .total-wrap .card-body .totals>li:last-of-type>span:last-of-type {
    color: #dc3545;
}
.right-column .total-wrap .card-body .submit-checkout-wrap {
    display: grid;
}
.right-column .total-wrap .card-body .submit-checkout-wrap .btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 0;
}
.order-wrap {
    display: flex;
    flex-direction: column;
    border: 1px solid #dee2e6;
}
.order-wrap .card-body {
    padding: 3rem 3rem 3rem 7rem;
    color: #444;
    flex: 1 1 auto;
}
.order-wrap .card-body .order-top {
    display: flex;
    justify-content: center;
    margin-bottom: 2.7rem;
    padding-bottom: 2.7rem;
}
.order-wrap .card-body .order-top .left {
    margin-top: -6px;
}
.order-wrap .card-body .order-top .left i {
    color: #4caf50;
    font-size: 80px;
    line-height: 1;
}
.order-wrap .card-body .order-top .right {
    flex: 1;
    margin-left: 2rem;
}
.order-wrap .card-body .order-top .right .order-title {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1.2rem;
    color: #282828;
}
.order-wrap .card-body .order-top .right .order-info {
    background-color: #fffaf0;
    border: 1px solid #ffe1ad;
    padding: .7rem;
    margin-bottom: 1.5rem!important;
}
.order-wrap .card-body .order-top .right .table {
    margin-bottom: 0;
}
.order-wrap .card-body .order-top .right .table td {
    padding: .6rem;
    border: none;
}
.payment {
    height: 55px;
    vertical-align: top;
    min-height: 40px;
    max-height: 55px;  
}
.payment .paypal-button{
    display: flex;
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background: #ffc439;
    border: none;
    border-radius: 4px;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.paypal-logo {
    width: 110px;
}


.address-modal {
    background: #fff;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.address-modal .ey-dialog {
    position: relative
}

.address-modal .ey-dialog .ey-dialog__body {
    padding: 25px 20px
}

.address-modal .ey-dialog .ey-dialog__body.no-header {
    padding-top: 30px
}

.address-modal .ey-dialog .el-dialog__footer {
    height: 40px;
    text-align: center;
    box-sizing: unset;
}

.address-modal .ey-dialog .el-dialog__footer .btn {
    margin: 0 7px
}
.address-modal .ey-dialog .el-dialog__footer .btn.btn-gray {
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.address-modal .ey-dialog .el-dialog__footer .btn:hover, .address-modal .ey-dialog .el-dialog__footer .btn:focus {
    color: #fff;
}
.address-modal .ey-dialog .el-dialog__footer .btn.btn-gray:hover, .address-modal .ey-dialog .el-dialog__footer .btn.btn-gray:focus {
    color: #b0b0b0;
}

.address-modal .ey-dialog .ey-dialog__headerbtn {
    position: absolute;
    right: 14px;
    top: 14px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #757575;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 10;
    border-radius: 15px
}

.address-modal .ey-dialog .ey-dialog__headerbtn.no-header {
    top: 5px;
    right: 5px
}

.address-modal .ey-dialog .ey-dialog__headerbtn:hover {
    color: #fff;
    background-color: #e53935
}

.address-modal .ey-dialog .ey-dialog__headerbtn .ey-dialog__close {
    vertical-align: middle;
    font-size: 24px;
    font-weight: 200
}

.address-modal .ey-dialog .ey-dialog__header {
    position: relative;
    height: 32px;
    padding: 14px 20px;
    line-height: 32px;
    background-color: #f5f5f5
}

.address-modal .ey-dialog .ey-dialog__header .ey-dialog__title {
    font-size: 18px;
    font-weight: 400;
    color: #424242;
    vertical-align: middle
}


.ey-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000
}


.btn-disabled {
    background: #e0e0e0 !important;
    border-color: #e0e0e0 !important;
    color: #b0b0b0 !important;
    cursor: default !important
}

.breadcrumbs {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #f5f5f5;
    color: #757575
}

.breadcrumbs a {
    color: #757575
}

.breadcrumbs a:hover {
    color: #ff6700
}

.breadcrumbs .sep {
    margin: 0 .5em;
    color: #b0b0b0
}




.checkout-detail {
    position: relative;
    padding: 28px 0 0
}

.checkout-detail .choosed-address-info .address-item {
    display: inline-block;
    width: 268px;
    height: 178px;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
    margin-right: 17px;
    margin-bottom: 20px;
    vertical-align: top;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.checkout-detail .choosed-address-info .address-item.active,
.checkout-detail .choosed-address-info .address-item.active:hover {
    border-color: #ff6700
}

.checkout-detail .choosed-address-info .address-info {
    padding: 15px 24px 0
}

.checkout-detail .choosed-address-info .address-info .name {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px
}

.checkout-detail .choosed-address-info .address-info .name span {
    float: right;
    font-size: 14px;
    color: #757575
}

.checkout-detail .choosed-address-info .address-info .address-con span {
    display: inline-block;
    margin-right: 3px;
    word-wrap: break-word
}

.checkout-detail .choosed-address-info .address-info .address-con .info {
    width: 100%
}

.checkout-detail .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    border-top: 1px solid #e0e0e0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.checkout-detail .fixed-header .fixed-address-choose {
    position: relative;
    width: 1226px;
    margin: 0 auto
}

.checkout-detail .fixed-header .fixed-address-choose .choose-btn {
    float: right
}

.checkout-detail .fixed-header .fixed-address-choose .address-title {
    margin: 15px 0 0;
    line-height: 40px;
    color: #757575
}

.checkout-detail .fixed-header .fixed-address-choose .address-title .address-desc {
    display: inline-block;
    margin-right: 25px
}

.checkout-detail .fixed-header .fixed-address-choose .address-title .address-desc a {
    cursor: pointer
}

.checkout-detail .detail-section {
    position: relative;
    padding: 0 24px
}

.checkout-detail .detail-section .detail-header {
    color: #333;
    font-size: 18px;
    line-height: 40px
}

.checkout-detail .detail-section .section-options.section-notice .options-header .title {
    font-size: 14px
}

.checkout-detail .detail-section .section-options {
    padding-bottom: 20px;
}

/* .checkout-detail .detail-section .section-options:last-child {
    border: none
} */

.checkout-detail .detail-section .section-options .options-desc {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.checkout-detail .detail-section .section-options .options-header {
    width: 150px
}

.checkout-detail .detail-section .section-options .options-header .title {
    color: #333;
    font-size: 18px;
    line-height: 38px
}

.checkout-detail .detail-section .section-options .options-list {
    width: 960px
}

.checkout-detail .detail-section .section-options .options-list a {
    cursor: pointer
}

.checkout-detail .detail-section .section-options .options-list .options-item {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-right: 14px;
    border: 1px solid #fff;
    color: #333
}

.checkout-detail .detail-section .section-options .options-list .options-item span {
    color: #757575
}

.checkout-detail .detail-section .section-options .options-list .selected {
    border-color: #fff;
    color: #ff6700;
    font-size: 16px;
}

.checkout-detail .detail-section .section-options .options-list .selected span {
    color: #ff6700
}

.checkout-detail .detail-section .section-options .time-list .time-item {
    width: 235px;
    margin-right: 14px;
    border-color: #e0e0e0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.checkout-detail .detail-section .section-options .time-list .time-item:hover {
    border-color: #e0e0e0
}

.checkout-detail .detail-section .section-options .time-list .selected,
.checkout-detail .detail-section .section-options .time-list .selected:hover {
    border-color: #ff6700
}

.checkout-detail .count-detail {
    position: relative;
    min-height: 200px;
    padding: 20px 0;
    margin: 0 24px
}

.checkout-detail .count-detail .discount-coupon,
.checkout-detail .count-detail .discount-redpacket,
.checkout-detail .count-detail .position-box {
    position: relative
}

.checkout-detail .count-detail .section-discount {
    position: absolute;
    left: 0;
    top: 20px
}
.checkout-detail .count-detail .section-message {
    width: 360px;
    margin-top: 24px;
}
.checkout-detail .count-detail .section-message textarea{
    width: 100%;
}
.checkout-detail .count-detail .section-bill {
    position: absolute;
    right: 24px;
    bottom: 20px
}

.checkout-detail .count-detail .section-bill .total-price {
    margin: 10px 0 0
}

.checkout-detail .count-detail .section-bill .total-price .bill-name {
    margin-top: 5px
}

.checkout-detail .count-detail .section-bill .total-price em {
    font-size: 30px;
    line-height: 1
}

.checkout-detail .count-detail .section-bill .bill-item {
    position: relative;
    padding-left: 126px;
    line-height: 2;
    text-align: right
}

.checkout-detail .count-detail .section-bill .bill-item .bill-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    white-space: nowrap;
    color: #757575
}

.checkout-detail .count-detail .section-bill .bill-item .bill-money {
    color: #ff6700
}

.checkout-detail .count-detail .section-bill .bill-item .bill-money em {
    font-style: normal
}

.checkout-detail .count-detail .coupon-title {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.checkout-detail .count-detail .coupon-title.has-choose {
    color: #424242;
    cursor: text
}

.checkout-detail .count-detail .coupon-title.has-choose a {
    color: #ff6700
}

.checkout-detail .count-detail .icon-plus {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ff6700
}

.checkout-detail .footer-detail {
    padding: 20px 24px;
    border-top: 2px solid #f5f5f5
}

.checkout-detail .footer-detail .handle-action {
    float: right
}

.checkout-detail .footer-detail .handle-action .btn {
    float: right;
    margin-left: 30px;
    vertical-align: top
}

.address-list .more-btn {
    margin-bottom: 30px;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    color: #424242;
    text-align: center;
    cursor: pointer
}

.address-list .more-btn span .iconfont-normal {
    display: inline-block;
    margin-left: 3px;
    position: relative;
    top: -1px;
    font-size: 14px;
    vertical-align: middle
}

.address-modal {
    width: 600px;
    margin: 0 auto;
    overflow: inherit
}

.address-add .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}
.address-add .item:last-child {
    margin-bottom: 30px
}

.address-add .col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.address-add .mr {
    margin-right: 14px
}

.address-add .address-info-box {
    position: relative;
    display: block
}

.address-add .address-info-box .iconfont-arrow-down-small {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    font-size: 24px;
    color: #b0b0b0
}

.address-add .address-text {
    color: #333
}
.address-add .input-active{
    border: 1px solid #f25807;
}
.address-add .input-active .input-text{
    border: 0;
}
.address-add .input-active .input-label{
    background : #fff;
    top: -10px;
    font-size: 12px;
    color: #ff6700;
}

.address-add .input-focus{
    border: 1px solid #ececec;
}
.address-add .input-focus .input-text{
    border: 0;
}
.address-add .input-focus .input-label{
    background : #fff;
    top: -10px;
    font-size: 12px;
    color: #999;
}

.address-add .input-active.input-focus{
    border: 1px solid #f25807;
}
.address-add .input-active.input-focus .input-text{
    border: 0;
}
.address-add .input-active.input-focus .input-label{
    background : #fff;
    top: -10px;
    font-size: 12px;
    color: #ff6700;
}


.input-label {
    position: absolute;
    left: 12px;
    top: 11px;
    z-index: 2;
    padding: 0 3px;
    font-size: 14px;
    line-height: 18px;
    color: #b0b0b0;
    background: rgba(0, 0, 0, 0);
    cursor: text;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear
}

.input-text:hover {
    border-color: #b0b0b0
}

.input-text:focus {
    outline: 0
}

.input-select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear
}
.guojia-on {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 9;
}
.guojia-on ul {
    padding: 2px 0;
    max-height: 150px;
    overflow-y: auto;
    margin: 0;
}
.guojia-on ul li{
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
textarea.input-text {
    height: 5em;
    resize: vertical
}

.ey-input {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left
}

.address-add .ey-input  .input-text::-webkit-input-placeholder {
    color: #666
}

.address-add .ey-input .input-text::-moz-placeholder {
    color: #666
}

.address-add .ey-input .input-text:-ms-input-placeholder {
    color: #666
}

.address-add .ey-input .input-text::-ms-input-placeholder {
    color: #666
}

.address-add .ey-input .input-text::placeholder {
    color: #666
}



.ey-input .input-text::-webkit-input-placeholder {
    color: #fff
}

.ey-input .input-text::-moz-placeholder {
    color: #fff
}

.ey-input .input-text:-ms-input-placeholder {
    color: #fff
}

.ey-input .input-text::-ms-input-placeholder {
    color: #fff
}

.ey-input .input-text::placeholder {
    color: #fff
}

.ey-input .input-text[disabled] {
    background-color: #f5f5f5
}

.ey-input .input-text[disabled]::-webkit-input-placeholder {
    color: #b0b0b0
}

.ey-input .input-text[disabled]::-moz-placeholder {
    color: #b0b0b0
}

.ey-input .input-text[disabled]:-ms-input-placeholder {
    color: #b0b0b0
}

.ey-input .input-text[disabled]::-ms-input-placeholder {
    color: #b0b0b0
}

.ey-input .input-text[disabled]::placeholder {
    color: #b0b0b0
}

.ey-input .show-placeholder::-webkit-input-placeholder {
    color: #757575
}

.ey-input .show-placeholder::-moz-placeholder {
    color: #757575
}

.ey-input .show-placeholder:-ms-input-placeholder {
    color: #757575
}

.ey-input .show-placeholder::-ms-input-placeholder {
    color: #757575
}

.ey-input .show-placeholder::placeholder {
    color: #757575
}

.ey-input .msg {
    position: absolute;
    left: 10px;
    top: -26px;
    z-index: 5;
    padding: 6px 12px;
    margin: 0;
    font-size: 12px;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, .18);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .18)
}

.ey-input .msg-error {
    visibility: hidden;
    visibility: visible\9;
    display: none\9;
    opacity: 0;
    background-color: #e53935;
    color: #fff;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: all .2s;
    transition: all .2s
}

.ey-input .msg-error:after {
    position: absolute;
    top: 30px;
    left: 15px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #e53935 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    overflow: hidden
}

.clear {
    color: #b0b0b0;
    display: none
}

.clear.show {
    display: block
}

.address-select-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-top: 5px;
    border: 1px solid #ff6700;
    z-index: 3
}

.address-select-box .iconfont-close-small {
    position: absolute;
    top: 15px;
    right: 8px;
    width: 10px;
    color: #b0b0b0;
    cursor: pointer;
    line-height: 1;
    text-align: center;
    font-size: 20px
}
/* 按钮边框 */
.iconfont-close-small:before, .iconfont-close-small:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  background-color: #a6a6a6;
  transform: translate(0, -50%) rotate(45deg);
}
/* 绘制“×”形图案 */
.iconfont-close-small:after {
  transform: translate(0, -50%) rotate(-45deg);
}
/* 设置鼠标悬浮样式 */
.iconfont-close-small:hover:before, .iconfont-close-small:hover:after {
  background-color: #a6a6a6;
}

.address-select-box .con {
    margin: 0 20px
}

.search-address {
    position: relative;
    padding-top: 30px
}

.search-address .iconfont-search {
    position: absolute;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    -webkit-transform: translate3d(10px, 10px, 0);
    transform: translate3d(10px, 10px, 0);
    color: #b2b2b2;
    z-index: 2
}

.search-address .search-input {
    height: 44px
}

.search-address .search-example {
    padding: 10px 0;
    color: #b0b0b0
}

.oper-box {
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    color: #b0b0b0
}

.oper-box .oper-text {
    color: #b0b0b0
}

.oper-box .oper-text:hover {
    color: #ff6700
}

.address-selectd {
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0
}

.address-selectd span {
    line-height: 30px;
    margin-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ff6700;
    cursor: pointer
}

.address-selectd .gray {
    color: #757575
}

.address-list {
    padding: 20px 0 14px
}
/* 
.address-list span {
    display: inline-block;
    margin-right: 14px;
    line-height: 30px;
    margin-bottom: 6px;
    color: #757575;
    cursor: pointer
}

.address-list span:hover {
    color: #ff6700
}
 */
.loader-box,
.no-result {
    margin: 20px 0;
    text-align: center
}

.no-result {
    color: #757575
}

.no-result span {
    color: #ff6700
}


.goods-list {
    padding: 5px 0;
    border-bottom: 1px solid #e0e0e0
}

.goods-list .good-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0
}

.goods-list .good-item .item-desc {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    color: #424242;
    vertical-align: middle
}

.goods-list .good-item .good-img {
    display: table-cell;
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.goods-list .good-item .good-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
}

.goods-list .good-item .good-name {
    width: 620px
}

.goods-list .good-item .good-name a {
    color: #424242
}

.goods-list .good-item .good-name .good-type {
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    height: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    background-color: #ff6701
}

.goods-list .good-item .good-name .custom-made {
    color: #b0b0b0;
    margin-top: 15px
}

.goods-list .good-item .good-name .custom-made .iconfont {
    color: #b0b0b0;
    font-size: 15px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block
}

.goods-list .good-item .good-price {
    width: 150px;
    text-align: center
}

.goods-list .good-item .good-status {
    width: 100px;
    text-align: center
}

.goods-list .good-item .good-total {
    width: 190px;
    text-align: right;
    color: #ff6701
}

.goods-list .price-box .custom-made .link {
    float: right;
    color: #ff6700;
    margin-top: 15px
}

.confirm-pay{
    margin-top: 25px;
}
.page-main .section{
    position: relative;
    padding: 0 24px;
}

.page-main .section {
    margin-bottom: 30px;
    background-color: #fff;
    color: #424242
}


.page-main .section h2,
.page-main .section h3,
.page-main .section li,
.page-main .section p {
    margin: 0;
    padding: 0
}

.page-main .section li,
.page-main .section ul {
    list-style: none
}

.page-main .money {
    color: #ff6700;
    font-size: 14px
}

.page-main .money em {
    font-style: normal;
    font-size: 24px
}

.page-main .payment-header {
    margin-bottom: 15px
}

.page-main .payment-header .title {
    float: left;
    font-size: 16px;
    color: #616161;
    font-weight: bold;
}

.page-main .payment-header .desc {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
    font-size: 12px;
    color: #b0b0b0
}

/* .page-main .payment-box {
    margin-bottom: 30px
} */

.page-main .payment-list {
    margin: 0 0 0 -14px;
    padding: 0;
    overflow: hidden
}

.page-main .payment-list li {
    float: left;
    width: 174px;
    height: 60px;
    line-height: 60px;
    margin-left: 14px;
    margin-bottom: 14px;
    border: 1px solid #e0e0e0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s;
    transition: all .4s
}

.page-main .payment-list li:hover {
    border-color: #ff6700
}

.page-main .payment-list li input {
    display: none
}

.page-main .payment-list li img {
    cursor: pointer;
    margin-left: 0;
    opacity: 1;
    width: 174px;
    height: 60px;
    padding: 12px;
}

.page-main .payment-list .tab-active:hover {
    border-color: #e0e0e0;
    border-bottom-color: #fff
}

.page-main .payment-list .selected {
    border-color: #ff6700
}

.page-main .event-desc {
    width: 894px;
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    line-height: 2;
    position: relative
}

.page-main .event-desc p {
    margin: 0;
    color: #757575
}

.page-main .event-desc .more {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.page-main {
    padding: 38px 0
}

.page-main .notice {
    margin-bottom: 20px;
    padding: 20px 62px 20px 186px;
    background-color: #fff;
    position: relative
}

.page-main .notice .icon {
    display: block;
    width: 27px;
    height: 19px;
    position: absolute;
    top: 50%;
    left: 78px;
    margin-top: -10px;
}

.page-main .notice .close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 46px;
    cursor: pointer;
    color: #757575;
    margin-top: -10px
}

.page-main .notice p {
    margin: 0;
    line-height: 24px;
    color: #616161
}

.page-main .section-order {
    padding-left: 183px;
    position: relative
}

.page-main .section-order .icon-right {
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    top: 40px;
    left: 50px;
    font-size: 80px;
    color: #83c44e;
    text-align: center;
    border: 2px solid #83c44e;
    border-radius: 42px;
    overflow: hidden
}

.modal-alert-pay {
    text-align: center
}

.modal-alert-pay h3 {
    margin: 40px 0 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    color: #424242
}





@media (min-width: 768px){
    .left-column .card-body .addresses-wrap .item.address-right {
    flex-direction: column;
}
}
@media (max-width: 768px) {
    .col-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .p-lg-4 {
        padding: 1rem!important;
    }
    .card {
        margin-bottom: 1.143rem;
    }
    .left-column .card{
        min-height: 0;
    }
    .left-column .card-body .addresses-wrap .item.address-right {
        align-items: center;
        border: none;
        cursor: auto;
        display: flex;
        justify-content: center;
    }
    .left-column .card-body .addresses-wrap .item.address-right .btn:first-child {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .left-column .card-body .cart-products-wrap .table .quantity-wrap {
        width: 60px;
    }
    .left-column .card-body .cart-products-wrap .table .operation a{
        font-size: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .order-wrap .card-body{
        padding: 10px;
    }
    .order-wrap .card-body .order-top .left {
        display: none;
    }
    .order-wrap .card-body .order-top .right {
        margin-left: 0;
    }
    .address-modal {
        width: 100%;
    }
}




.checkout_form_input {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.checkout_form_input input {
    border: 1px solid #e0e0e0;
    background: none;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    color: #000000;
    border-radius: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_form_input input {
        height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_form_input input {
        height: 40px;
    }
}

.checkout_form_input textarea {
    width: 100%;
    height: 144px;
    padding: 10px;
    border: 1px solid #cccccc;
    resize: none;
}

@media only screen and (max-width: 767px) {
    .checkout_form_input textarea {
        height: 110px;
    }
}

.checkout_form_input .select_option_addresses,
.checkout_form_input .select_option {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_form_input .select_option {
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_form_input .select_option {
        height: 40px;
        line-height: 40px;
    }
}

.checkout_form_input .select_option_addresses span,
.checkout_form_input .select_option span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checkout_form_input .select_option_addresses ul.list {
    width: 100%;
    height: auto;
    max-height: 180px;
    overflow: auto;
}

.checkout_form_input .select_option ul.list {
    width: 100%;
    height: 180px;
    overflow: auto;
}

.checkout_form_input .select_option_addresses ul.list li {}

.checkout_form_input .select_option::after {
    top: 56%;
}

.checkout_form_input label {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 6px;
    cursor: pointer;
}

.checkout_form_input .btn_logout {
    padding-left: 5px;
    text-decoration: unset;
    color: #ff9600;
}

@media only screen and (max-width: 767px) {
    .checkout_form_input label {
        font-size: 13px;
        line-height: 26px;
    }
}

.checkout_form_input label span {
    color: #ff3333;
}

.checkout_form_input label.righ_0 {
    cursor: pointer;
    font-size: 15px;
    line-height: 27px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #000000;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .checkout_form_input label.righ_0 {
        font-size: 13px;
        line-height: 25px;
        padding: 3px 10px;
    }
}

.checkout_form_input label.righ_0:hover {
    background: #000000;
}

.checkout_form_input input[type="checkbox"] {
    width: 15px;
    height: 15px;
    position: relative;
    top: 2px;
    margin-right: 10px;
}

.order_table {
    margin-bottom: 35px;
    background: #eff1ec;
    padding: 40px 35px;
}
.order_table a {
    color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .order_table {
        padding: 20px 20px 10px;
    }
}

@media only screen and (max-width: 767px) {
    .order_table {
        margin-bottom: 20px;
        padding: 15px 18px;
    }
}

.shipping_method_list .list ul {
    border: 1px solid #cccccc;
}

.shipping_method_list .list li {
    display: flex;
    min-height: 50px;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #d9d9d9;
}

.shipping_method_list .list li:first-child {
    border-top: unset;
}

.shipping_method_list .list li .name {
    display: flex;
    flex: 1;
    align-items: center;
}

.shipping_method_list .list li .name>input {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
    margin: 0 15px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.shipping_method_list .list li .name>input:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dadada;
    background-color: #fff;
    transition: all 0.1s ease-in-out;
    border-radius: 18px;
    box-sizing: unset;
}

.shipping_method_list .list li .name>input:checked:after {
    width: 8px;
    height: 8px;
    border: 5px solid #1875b4;
}

.shipping_method_list .list li .name>img {
    height: 30px;
    overflow: hidden;
    margin-left: 9px;
}

.shipping_method_list .list li .name>label {
    line-height: 20px;
    flex: 1;
    font-size: 14px;
    color: #333;
    margin: 15px 0 !important;
    cursor: pointer;
}

.shipping_method_list .list li .name .price {
    margin-left: 15px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 14px;
}

.shipping_method_list .list li .brief {
    display: block;
    font-size: 12px;
    color: #999;
}

.order_button button {
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: #6a7964;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 0;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .order_button button {
        font-size: 14px;
    }
}

.order_button button:hover {
    background: #000000;
}

@media only screen and (max-width: 767px) {
    .order-notes {
        margin-bottom: 58px;
    }
}

.order-notes textarea {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 45px;
    max-width: 100%;
    padding: 0 30px 0 20px;
    background: none;
    font-size: 13px;
    resize: none;
    line-height: 45px;
    width: 100%;
    color: #000000;
}

.order-notes label {
    line-height: 13px;
}

.checkout_section {
    margin-bottom: 158px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout_section {
        margin-bottom: 68px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout_section {
        margin-bottom: 60px;
    }
}



.order_table table {
    width: 100%;
    margin-bottom: 25px;
}

.order_table table thead tr th {
    font-size: 14px;
    color: #999999;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 50%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    background: none;
}

.order_table table tbody tr td {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    min-width: 50%;
    padding: 15px 0;
}

@media only screen and (max-width: 767px) {
    .order_table table tbody tr td {
        font-size: 13px;
        min-width: 50%;
        padding: 9px 0;
    }
}

.order_table table tfoot tr td {
    font-size: 16px;
    color: #000000;
    min-width: 50%;
    padding: 15px 0 25px;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .order_table table tfoot tr td {
        font-size: 15px;
        padding: 10px 0 13px;
    }
}

.order_table table tfoot tr.order_total th {
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    min-width: 50%;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    background: none;
}

.order_table table tfoot tr.order_total td {
    font-size: 24px;
    color: #cc3333;
    font-weight: 600;
    min-width: 50%;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
    .order_table table tfoot tr.order_total td {
        font-size: 15px;
        padding: 10px 0 13px;
    }
}

.order_table table tfoot tr.order_total td .spec {
    font-size: 13px;
}

.panel_radio {
    position: relative;
}

.panel_radio input {
    position: absolute;
    top: 13px;
    transform: translatey(-50%);
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    width: 18px;
    height: 18px;
}

.panel_radio input:checked~.checkmark::before {
    display: block;
}

.panel_radio span {
    background: #fff;
    border: 1px solid #d4d4d4;
}

.panel_radio span.checkmark {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
}

.panel_radio span.checkmark::before {
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d4d4d4;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    display: none;
}

.radio-line-item.active .panel_radio span {
    border: 2px solid #ff9600;
}

.radio-line-item.active .panel_radio span.checkmark::before {
    background: #ff9600;
}
/* .panel-default {
    margin-bottom: 20px;
} */

.panel-default label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 32px;
}

@media only screen and (max-width: 767px) {
    .panel-default label {
        font-size: 14px;
    }
}


.place_order_btn a {
    display: block;
    font-size: 18px;
    padding: 0 45px;
    height: 66px;
    line-height: 66px;
    text-transform: uppercase;
    color: #fff !important;
    background: #666 ! important;
    border-color: #666 !important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .place_order_btn a {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .place_order_btn a {
        height: 47px;
        line-height: 47px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .place_order_btn a {
        padding: 0 20px;
    }
}

#zan_shop_order_addr h3 {
    display: none;
}

.order-complete_area {
    padding: 50px 20px;
}

.order-product-details {
    padding: 21px 0 20px;
    background-color: #fff -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    padding: 40px;
    border-radius: 5px;
}

@media only screen and (max-width: 767px) {
    .order-product-details {
        padding: 21px 10px 20px
    }
}

.order-complete-title {
    padding: 52px 85px 60px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-complete-title {
        padding: 40px 50px 48px
    }
}

@media only screen and (max-width: 767px) {
    .order-complete-title {
        padding: 30px 20px 38px
    }
}

.order-complete-title h3 {
    font-size: 30px;
    color: #333;
    margin: 0
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-complete-title h3 {
        font-size: 26px
    }
}

@media only screen and (max-width: 767px) {
    .order-complete-title h3 {
        font-size: 18px;
        line-height: 30px
    }
}

.order-product-details table {
    width: 100%;
    text-align: center
}

.order-product-details table thead tr th {
    font-size: 16px;
    line-height: 24px;
    color: #777;
    font-weight: bold;
    width: 25%;
    text-transform: capitalize;
    text-align: center;
    background: none;
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-product-details table thead tr th {
        font-size: 15px
    }
}

@media only screen and (max-width: 767px) {
    .order-product-details table thead tr th {
        width: 100%;
        font-size: 14px;
        padding: 0 40px
    }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
    .order-product-details table thead tr th {
        width: 25%;
        font-size: 12px;
        padding: 0
    }
}

.order-product-details table tbody tr td {
    font-size: 13px;
    line-height: 40px;
    color: #777;
    font-weight: 400
}

@media only screen and (max-width: 767px) {
    .order-product-details table tbody tr td {
        padding: 0 0 10px
    }
}



.offline-payment {
    padding: 20px 0;
    max-width: 100%;
}
.offline-payment .offline-payment-title {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 600;
}                   
.offline-payment .offline-payment-content {
    margin-top: 1rem;
    line-height: 1.5;
}
.upload-box {
    margin: 15px 0;
}

.upload-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload-item {
    position: relative;
    width: 100px;
    height: 100px;
}

.upload-btn {
    width: 100%;
    height: 100%;
    border: 1px dashed #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.upload-btn:hover {
    border-color: #409eff;
}

.upload-btn i {
    font-size: 24px;
    color: #8c939d;
}

.preview-container {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-img {
    max-width: 100%;
    max-height: 100%;
}

.preview-delete {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}

.preview-delete i {
    color: #fff;
    font-size: 12px;
}

.upload-preview .upload-item:first-child {
    order: -1;
}


.stripe-card {
    margin-top: 3rem !important;
    padding: 20px 0;
    max-width: 600px;
    border-top: 1px solid #dee2e6;
}
.stripe-card .stripe-form-control {
    color: #32325d;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 40px;
    font-size: 16px;
    width: 100%;
    height: 40px;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    border: 1px solid #dee2e6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stripe-card .btn-primary {
    font-size: 16px;
}
