.card, .itemside {
    display: -ms-flexbox
}

.plus-minus, .plus-minus input, .qty, .quantity__box, .quantity__value, .steps, .steps .step, input.quantity__number {
    text-align: center
}

.steps .step, .steps .step .circle2 {
    display: inline-block;
    text-align: center
}

.footer-middle {
    margin: 0
}

.pay-grid {
    padding: 50px 0 100px;
    font-size: 14px
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

.steps {
    position: relative;
    margin-bottom: 0
}

.steps .line {
    border-bottom: 1px solid #03262c;
    margin: 0 18%;
    position: absolute;
    top: 27px;
    width: 61%;
    z-index: -1
}

.btn-remove, .card, .cart__row, .itemside, .product-list.media, .steps .step, .swipe-to-show {
    position: relative
}

.steps .step {
    margin: 0 auto;
    width: 20%;
    z-index: 9
}

.steps .step .circle2 {
    background: #03262c;
    border: 1px solid;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #fff;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    z-index: 500;
    font-weight: 600
}

.card, .shipping-info {
    border: 1px solid #4a9c31
}

.steps .step .circle2.active {
    background: #4a9c31;
    border: 2px solid #4a9c31;
    color: #fff
}

.header-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px
}

.shipping-info {
    font-size: 13px;
    padding: 30px;
    background: rgb(255 255 255);
    margin-bottom: 10px
}

.card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgb(255 255 255 / 73%);
    background-clip: border-box;
    border-radius: 0
}

.shipping-info h3 {
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #87b561;
    margin-bottom: 20px;
    color: #1a2426;
    font-weight: 800
}

.table-shopping-cart tbody tr:last-child {
    border-bottom: 0 !important
}

.itemside {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0
}

.price-wrap, .qty {
    margin-top: 10px
}

.info {
    margin-left: 15px;
    font-size: 13px
}

.text-dark {
    color: #343a40 !important
}

.qty {
    width: 50px;
    height: 30px;
    color: #000 !important
}

.btn-login, .btn-remove {
    color: #fff;
    z-index: 1;
    overflow: hidden;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    top: 10px
}

.qty:focus {
    background: #fff;
    border: 1px solid #000
}

.btn-remove {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 5px 12px;
    background: red !important
}

.btn-login {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 8px 20px
}

.form-group input {
    height: 47px !important
}

.form-check {
    width: 18px
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #212529
}

.text-muted {
    color: #6c757d !important;
    background: #c1dda0
}

select#sex {
    height: 50px
}

.form-control {
    color: #000 !important;
    transition: .3s;
    padding: 10px 20px;
    height: 50px
}

.form-control:focus {
    border-color: transparent;
    background-color: #4a9c31;
    box-shadow: none;
    color: #000
}

.addres {
    background: #f7f8f9;
    border-radius: 20px;
    border-color: #efefef
}

button.btn.btn-sm {
    border-radius: 5px
}

.addres .card-header {
    border-radius: 20px 20px 0 0;
    background: #efe9e9
}

.detail-extralink .detail-qty {
    padding: 10px 8px 7px 1px
}

.quantity__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.quantity__value {
    display: inline-block;
    border: 1px solid #e4e4e4;
    margin: 0;
    width: 40px;
    height: 48px;
    padding: 0;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500
}

.quantity__value.decr, .quantity__value.decrease {
    margin-right: -4px;
    border-radius: 13px 0 0 13px
}

.quantity__value.incr, .quantity__value.increase {
    margin-left: -4px;
    border-radius: 0 13px 13px 0
}

input.quantity__number {
    border: none;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    width: 3.3rem;
    height: 3rem;
    border-radius: 0 !important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.swipe-to-show {
    overflow-x: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.swipe-to-show:not(:first-of-type) {
    margin-top: 15px
}

.swipe-to-show .media {
    width: 100%;
    background-color: #fafafa;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    z-index: 1
}

.product-list.media {
    padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
    background-color: #fff;
    border-radius: 9px
}

@media (max-width: 375px) {
    .product-list.media .media-body {
        width: calc(100% - 70px)
    }
}

.product-list.media .media-body > a {
    margin-top: -5px;
    font-weight: 600
}

.product-list.media .media-body a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.product-list.media .media-body > span:first-of-type {
    display: block;
    font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320))) !important
}

.plus-minus {
    border: 1px solid rgba(11, 175, 154, .09);
    border-radius: 5px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

@media only screen and (max-width: 375px) {
    .product-list.media {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .product-list.media .plus-minus {
        position: relative;
        bottom: unset;
        right: unset;
        margin-top: 8px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.plus-minus input {
    background-color: #fff;
    color: #0baf9a;
    border: none;
    font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1920 - 320)));
    outline: 0;
    width: 35px
}

.cart th, .cart_info {
    background: #fafafa
}

.cart-col h5, .cart__footer .cart__subtotal-title {
    text-transform: uppercase;
    font-size: 14px
}

.swipe-to-show .delete-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-color: #0baf9a;
    padding: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    -webkit-transition: .4s;
    transition: .4s;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    z-index: 2
}

.swipe-to-show.active .delete-button {
    right: 0
}

@media only screen and (max-width: 767px) {
    .cart td {
        padding: 10px 5px
    }

    .cart-flex-item {
        display: table-cell;
        min-width: 0
    }
}

.cart td, .cart th {
    padding: 10px
}

.cart-col h5 {
    font-weight: 600;
    margin: 0 0 10px
}

.cart__meta-text {
    color: #222;
    font-size: 11px;
    font-style: italic;
    line-height: 1.6;
    padding: 5px 0
}

.cart__image-wrapper {
    width: 100px
}

.cart td.cart-delete {
    width: 30px
}

.cart-alert.alert-dismissible .btn-close {
    padding: 12px;
    background-size: 10px;
    box-shadow: none
}

.cart__footer .solid-border {
    border: 1px solid #e8e9eb;
    padding: 20px;
    margin-bottom: 20px
}

.cart__subtotal {
    font-weight: 700;
    padding-left: 15px;
    display: inline-block
}

.cart__shipping {
    font-style: italic;
    font-size: 13px;
    padding: 15px 0
}

.cart_info {
    padding: 20px 25px
}

@media only screen and (max-width: 480px) {
    .table td {
        display: revert !important;
        width: 100%;
        text-align: center
    }
}