#cartWrapper .cartInner {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 20px;
}

.shipping > .estimate-shipping-result > .message-error > ul > li {
    font-size: 13px;
    color: red;
    font-weight: 600;
}

#orderLogo img {
    max-width: 220px;
}

#confirm-order-form .ship-to-same-address {
    margin-left: 0;
}

.estimate-shipping .hint {
    font-size: 11.5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

div#ModalConditionsOfUse .modal-dialog {
    max-width: 500px;
    width: 100%;
    margin: 30px auto;
}

div#ModalConditionsOfUse .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.shipping-options label.fl.col-12 {
    margin-top: 8px;
}

input#estimate-shipping-button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
    box-sizing: revert;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-radius: 0 0px 0px 0;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.estimate-shipping-result.generalMarginSupporter {
    margin-bottom: 15px;
}

#cartWrapper .cartInner .Item {
    padding: 0px 10px;
    margin: 0px;
    display: flex;
    box-sizing: border-box;
    border-bottom: solid 1px #e6e6e6;
    align-items: center;
    width: calc(100% - 20px);
}

    #cartWrapper .cartInner .Item:last-child {
        border: none;
    }

    #cartWrapper .cartInner .Item .Name {
        color: #333;
        font-size: 12px;
        padding-right: 30px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
    }

.cswishlist .Item .Name {
    color: #333;
    font-size: 13px;
    padding-right: 30px;
    margin-bottom: 10px;
    text-align: left;
    box-sizing: border-box;
}

    .cswishlist .Item .Name > a {
        color: #666;
    }

#cartWrapper .cartInner .Item .Variant, .cswishlist .Item .Variant {
    color: #666;
    font-size: 13px;
}

#cartWrapper .cartInner .Item .Qty {
    display: flex;
    align-items: center;
    width: 100px;
}

.cswishlist .Item .Qty {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

    #cartWrapper .cartInner .Item .Qty a, .cswishlist .Item .Qty a {
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e6e6e6;
        background-color: #fafafa;
        font-size: 18px;
        box-sizing: border-box;
    }

    #cartWrapper .cartInner .Item .Qty input, .cswishlist .Item .Qty input {
        width: 40px;
        text-align: center;
        border: 1px solid #e6e6e6;
        height: 40px;
        border-right: none;
        border-left: none;
        margin: 0;
        box-sizing: border-box;
    }

#cartWrapper .cartInner .Item .Price {
    width: calc(100% - 100px);
    text-align: center;
    padding-right: 20px;
}

#cartWrapper .cartInner .Item .PriceTotal {
    width: calc(100%);
    text-align: center;
    padding-right: 10px;
}

#cartWrapper .cartInner .Item > .col-5 {
    display: flex;
}

#cartWrapper .cartInner .Item .Price .oldPrice, #cartWrapper .cartInner .Item .PriceTotal .oldPrice {
    color: #fa0303;
    font-size: 14px;
    text-decoration: line-through;
    text-align: right;
}

.edit-item.Variant {
    margin-top: 5px;
}

#cartWrapper .cartInner .Item .Price .mainPrice {
    font-size: 17px;
    color: #f27a1a;
    text-align: right;
    font-weight: 600;
}

#cartWrapper .cartInner .Item .PriceTotal .mainPrice {
    font-size: 14px;
    color: #f27a1a;
    font-weight: 500;
}

#cartWrapper .cartInner .Item .removeSection {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    #cartWrapper .cartInner .Item .removeSection a {
        color: red;
        font-size: 13px;
    }

#cartWrapper .cartInner .Item .imgSection a {
    max-width: 75%;
}

#cartWrapper {
    margin-bottom: 30px;
    /* padding: 130px 0px; */
}

    #cartWrapper .orderList .Content {
        border: 1px solid #e6e6e6;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 25px 20px 20px;
    }



        #cartWrapper .orderList .Content .Title {
            font-size: 22px;
            color: #333;
            font-weight: 500;
            margin-bottom: 15px;
        }

        #cartWrapper .orderList .Content .Item .First {
            font-size: 13px;
            color: #333;
        }

        #cartWrapper .orderList .Content .Item .Second {
            font-size: 16px;
            color: #333;
        }

        #cartWrapper .orderList .Content .Item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }

            #cartWrapper .orderList .Content .Item.Last {
                font-weight: 600;
                margin-top: 25px;
                padding-top: 25px;
                border-top: 1px solid #e6e6e6;
            }

                #cartWrapper .orderList .Content .Item.Last .Second {
                    font-weight: 700;
                    color: #f77d1a;
                    font-size: 18px;
                }

                #cartWrapper .orderList .Content .Item.Last .First {
                    font-weight: 600;
                    font-size: 15px;
                }

.col.col-12.col-sm-12.cart-collaterals.carttotal {
    padding: 15px;
}

#cartWrapper .orderList input#btnAddressSelected, input.btn.btn-info.new-address-next-step-button, #cartWrapper .orderList input#btnCargoSelected, #cartWrapper .orderList input#ConfirmButton {
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    outline: none;
    align-items: center;
    margin-top: 25px;
    text-transform: capitalize;
    background: #28a745;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#cartWrapper .orderList a#goPayment {
    padding: 10px 0;
    font-size: 18px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 600;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 25px;
    text-transform: uppercase;
    background: #28a745;
}

#cartWrapper .orderList button#checkoutasguest {
    font-size: 15px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #000000;
    float: left;
    height: 40px;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    background: #000000;
}


#cartWrapper .orderList button#checkout {
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #28a745;
    float: left;
    width: 100%;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-transform: uppercase;
    background: #28a745;
}

#cartWrapper .cartInner .Item:last-child {
    border: none;
}

.discountCoupon {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 0;
}

    .discountCoupon label {
        font-size: 12px;
        color: #000;
        margin-bottom: 5px;
        display: flex;
        font-weight: 500;
        width: 100%;
    }

    .discountCoupon input {
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
        height: 33px;
        border-radius: 3px 0 0 3px;
        width: calc(100% - 60px);
    }

.CartActionLinks {
    display: flex;
    align-items: center;
}

    .CartActionLinks a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #000;
    }

#cartWrapper .CartActionLinks > div:nth-child(1) > a {
    color: #dc3545;
}

#cartWrapper .CartActionLinks > div:nth-child(2) > a {
    color: #f77d1a;
}

.discountCoupon button#applygiftcardcouponcode, .discountCoupon button#applydiscountcouponcode {
    width: 60px;
    height: 33px;
    box-sizing: revert;
    background: transparent;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-radius: 0 6px 6px 0;
    background: #000;
    color: #fff;
}

#orderHeader > .container {
    display: flex;
    align-items: center;
}

#orderHeader #orderBack button {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(53, 45, 57, 0.08);
    border-radius: 6px;
    width: 75px;
    height: 33px;
}

#orderHeader #orderBack > a {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(53, 45, 57, 0.08);
    border-radius: 6px;
    width: 75px;
    height: 33px;
}

#orderHeader {
    padding: 30px 0;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(53, 45, 57, 0.08);
}

#orderLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

#orderUser {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    #orderUser a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 15px;
        box-sizing: border-box;
        background: #F9F9F9;
        border: 1px solid #EFEFEF;
        box-sizing: border-box;
        border-radius: 6px;
        margin-left: 5px;
    }

        #orderUser a img {
            height: 30px;
            margin-bottom: 5px;
        }

.adressInner .addressRow {
    padding: 10px 20px;
    margin: 10px;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    width: calc(33% - 20px);
    border-radius: 2px;
    cursor: pointer;
}

.adressInner {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
}

    .adressInner .addressRowBtns {
        display: flex;
        justify-content: flex-end;
        padding-right: 10px;
    }

        .adressInner .addressRowBtns button {
            display: flex;
            height: 40px;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: #000;
            border: none;
            outline: none;
            padding: 0 15px;
            border-radius: 6px;
        }

    .adressInner .addressRow > div {
        line-height: 1.5;
        font-size: 13px;
    }

    .adressInner .addressRow.active {
        position: relative;
        border: solid 1px #f77d1a;
        overflow: hidden;
    }

        .adressInner .addressRow.active::After {
            width: 50px;
            height: 50px;
            background-color: #f77d1a;
            position: absolute;
            content: '';
            right: -15px;
            top: -15px;
            border-radius: 100%;
        }

    .adressInner .addressRow .Name {
        text-align: center;
        font-weight: 600;
        border-bottom: solid 1px #e6e6e6;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 13px;
    }

    .adressInner .addressRow.active .Name {
        border-color: #f77d1a;
        color: #f77d1a;
    }

    .adressInner .addressRow.active b {
        color: #f77d1a;
    }

.paymentInner {
    margin-top: 20px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 25px 20px 20px;
    box-sizing: border-box;
}

    .paymentInner ul {
        display: flex;
        justify-content: space-around;
    }

        .paymentInner ul li {
            width: 33.3333333%;
        }

            .paymentInner ul li a {
                display: flex;
                justify-content: center;
                height: 40px;
                align-items: center;
                color: #999898;
                position: relative;
                text-align: center;
            }

            .paymentInner ul li.ui-tabs-active a {
                border-radius: 10px 10px 0 0;
                color: #f77d1a;
            }

    .paymentInner .tabcontent {
        padding: 20px;
        box-sizing: border-box;
        border-radius: 0 0 6px 6px;
    }



    .paymentInner * {
        outline: none;
    }

    .paymentInner .tabcontent p {
        margin: 5px 0;
        float: left;
        width: 100%;
    }

    .paymentInner .tabcontent b {
        color: #f77d1a;
        margin: 5px 0;
        float: left;
        width: 100%;
    }


    .paymentInner .tabcontent input {
        margin: 8px 0;
        height: 40px;
        border-radius: 4px;
        border: solid 1px #e6e6e6;
        color: #000;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    .paymentInner #KK {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .paymentInner ul li.ui-state-active a::After {
        background: #f77d1a;
    }

    .paymentInner .tabcontent input::placeholder {
        color: #000;
    }

    .paymentInner .tabcontent input:focus {
        border: solid 1px #f77d1a;
    }

#orderList .orderTitle, #orderList .orderItem {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #3d3d3d;
}

#orderDetailInner, #orderDetailContent {
    margin-top: 50px;
}

    #orderList .orderTitle, #orderDetailInner > .Row {
        background: #3d3d3d;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

        #orderList .orderTitle > div {
            border-right: 1px solid #3d3d3d;
        }

#orderList .orderItem .Detail a {
    background: #28a745;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 6px;
    font-size: 12px;
}

#orderList .orderItem > div {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.orderItem .col.col-2.Detail {
    display: block !important;
}

#orderDetailInner .Item, .cswishlist .Item {
    display: flex;
    box-sizing: border-box;
    border-bottom: solid 1px #dddddd;
    text-align: center;
    align-items: center;
}

    #orderDetailInner .Item .Name {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-left: solid 1px #dddddd;
        padding: 10px;
        box-sizing: border-box;
    }

    #orderDetailInner .Item > div {
        border-right: solid 1px #dddddd;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        font-weight: 500;
    }

    #orderDetailInner .Item .Name b {
        margin-bottom: 5px;
        font-weight: 500;
        font-size: 13px;
    }

    #orderDetailInner .Item .Name span {
        font-weight: 400;
        color: #888;
        font-size: 12px;
    }

#orderDetailInner > .Row > div, .cswishlist .Row > div {
    border-right: solid 1px #dddddd;
    padding: 5px;
    box-sizing: border-box;
}

#orderDetailContent {
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}


    #orderDetailContent .Title {
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #fff;
        padding: 5px;
        box-sizing: border-box;
        background: #3d3d3d;
    }

    #orderDetailContent .Item .First {
        font-size: 13px;
        color: #333;
    }

    #orderDetailContent .Item .Second {
        font-size: 16px;
        color: #333;
    }

    #orderDetailContent .Item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
    }

        #orderDetailContent .Item.Last {
            font-weight: 600;
            padding-top: 25px;
            border-top: 1px solid #e6e6e6;
        }

            #orderDetailContent .Item.Last .Second {
                font-weight: 700;
                color: #f77d1a;
                font-size: 18px;
            }

            #orderDetailContent .Item.Last .First {
                font-weight: 600;
                font-size: 15px;
            }

#orderDetail .col-4 .Item {
    border: 1px solid #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
}

#orderDetail > .row {
    display: flex;
    flex-wrap: wrap;
}

#orderDetail .col-4 {
    display: flex;
}

.Item .Name1 {
    display: block !important;
}

#orderDetail .col-4 .Item .Row {
    margin-bottom: 10px;
}

#orderDetail .col-4 .Item .Title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3d3d3d;
    padding: 10px;
    box-sizing: border-box;
}

.mobileAddToCard {
    display: none;
}



#cartWrapper .cartInner .Item .Variant > a, .cswishlist .Item .Variant > a {
    color: #000;
    transition: all .3s ease;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 11px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    border: none;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.475rem .75rem;
    /* font-size: 1rem; */
    line-height: -1px;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.Variant.message-error {
    color: #f80101 !important;
    margin-top: 5px;
}

.csGiftCardCouponCode {
    font-size: 11px;
    color: #13b950;
    text-align: center;
}

button.btn.btn-sm.btn-secondary.remove-gift-card-button {
    outline: none;
    width: 10px;
    box-sizing: border-box;
    padding: 1px;
    color: red;
    font-size: 16px;
}

.card.text-white.card-success.message-success.text-center, .card.text-white.card-success.text-center {
    background: #13b950;
    font-size: 13px;
    height: 25px;
    margin-top: 5px;
    box-sizing: border-box;
}

.card.text-white.card-danger.message-failure.text-center {
    background: #fa0303;
    font-size: 13px;
    height: 25px;
    margin-top: 5px;
    box-sizing: border-box;
}

    .card.text-white.card-success.message-success.text-center .card-bodyquote, .card.text-white.card-danger.message-failure.text-center .card-bodyquote {
        padding: 5px;
    }

button#removediscount {
    color: #fff;
    padding: 3px;
    margin-left: 10%;
}

.cartTerms span {
    font-size: 14px;
}

.terms-of-service.cartTerms {
    margin-left: 10px;
}

.CartActionLinks a.custom-control-description.read.pl-1.font-weight-bold {
    display: inline-block;
}

.adressInner .addressRow input[type="radio"], .cargoInner .ShippingMethodList input[type="radio"], .card-bodyins input[type="radio"] {
    opacity: 0;
}

.cargoInner .ShippingMethodList span.radioButton {
    display: none;
}

.ship-to-same-address {
    color: #f4a809;
    font-weight: 600;
    margin-left: 15%;
}

#formCheckConfirm .ship-to-same-address {
    margin-left: 0;
}

div#divShippingAddress {
    border-top: solid 1px #ddd9d9;
}

.cargoInner {
    margin-top: 20px;
}

    .cargoInner .Item {
        border: 1px solid #e6e6e6;
        background: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 15px 25px;
        box-sizing: border-box;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
    }

        .cargoInner .Item span.Price {
            font-weight: 800;
            color: #000;
        }


        .cargoInner .Item.active {
            background-color: #000;
            color: #fff;
        }

            .cargoInner .Item.active span.Price {
                color: #fff;
            }

h3.addresTittle {
    font-size: 17px;
}

.OrderNote {
    color: #999898;
    margin-top: 15px;
}

.terms-of-service .custom-control-description {
    font-size: 13px;
}

textarea#kkOrderNote {
    width: calc(100% - 20px);
    appearance: none;
}

.jp-card .jp-card-front .jp-card-lower .jp-card-number {
    text-align: left;
}
/*Installment*/
.portfolio-itemins {
    height: 80px;
    width: 120px;
    margin-bottom: 25px;
    margin-right: -1%;
    float: left;
    list-style: none;
    margin-top: 2%;
    cursor: pointer;
}

.h-101 {
    height: 85px;
    width: 100px;
    border: dashed 1px #c7c4c4;
    border-radius: 2px;
    position: relative;
}

li.col-lg-2.col-md-2.col-sm-2.portfolio-itemins.active > .h-101 {
    border: solid 1.5px #000;
}

.card-bodyins {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.paymentInner .tabcontent input[type="radio"] {
    margin: 0;
    height: 20px;
    border-radius: 4px;
    border: solid 1px #e6e6e6;
    color: #000;
    padding: 0;
    box-sizing: border-box;
    display: none;
}

p.instDetail {
    font-size: 13px;
}

p.instDetail {
    font-size: 13px;
}

p.card-textins {
    font-size: 14px;
}

p.card-textins {
    font-size: 14px;
}

#cartWrapper .Accepted {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
}

    #cartWrapper .Accepted .Title {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #44c4a1;
        font-weight: 600;
        margin-bottom: 20px;
    }

        #cartWrapper .Accepted .Title img {
            height: 40px;
            margin-right: 10px;
        }

    #cartWrapper .Accepted .Customer {
        font-weight: 500;
        margin-bottom: 20px;
        color: #888888;
    }

    #cartWrapper .Accepted .Number {
        margin-bottom: 20px;
        color: #44c4a1;
    }

    #cartWrapper .Accepted .TotalPrice {
        font-weight: 600;
        margin-bottom: 50px;
    }

    #cartWrapper .Accepted .Total {
        font-size: 14px;
        padding: 0 100px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    #cartWrapper .Accepted ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #cartWrapper .Accepted ul li {
            border: solid 1px #000;
        }

        #cartWrapper .Accepted ul li {
            margin: 15px;
        }

            #cartWrapper .Accepted ul li a {
                color: #000;
                transition: all .4s;
                padding: 10px 25px;
                display: flex;
            }

div#ModelShoppingTds {
    z-index: 99999999999;
}

    div#ModelShoppingTds .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }

div#modal-ModelShoppingTds {
    display: block !important;
}

#modal-ModelShoppingTds .modal-body {
    min-height: 560px;
}

iframe#modalBodyTds {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    border: none;
}

.remove-from-cart {
    justify-content: center;
    align-items: center;
    display: flex;
    outline: 0;
    top: 0;
    bottom: 0;
}

.cswishlist .Row {
    border: solid 1px #dddddd;
    text-align: center;
    font-weight: 500;
}

.cswishlist .Item .Prc, .cswishlist .Item .mainPrice {
    font-size: 16px;
    color: #f27a1a;
    font-weight: 600;
}

button.update-wishlist-button {
    color: #fff;
    background-color: #3d3d3d;
    border-color: #3d3d3d;
    /* width: 100px; */
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

button.wishlist-add-to-cart-button {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    width: 170px;
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

button.email-a-friend-wishlist-button {
    color: #fff;
    background-color: #f27a1a;
    border-color: #f27a1a;
    /* width: 170px; */
    height: 35px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
}

.wishlistUrl {
    font-size: 12px;
    color: #988f97;
}

span.Second1 {
    text-align: right;
    font-size: 16px;
}

.paymentInner {
    padding: 10px 10px 0 10px
}

    .paymentInner .tabcontent {
        border: solid 1px #f77d1a;
    }

    .paymentInner ul li.ui-tabs-active a {
        border-radius: 10px 10px 0 0;
        color: #f77d1a;
        border: solid 1px #f77d1a;
        border-bottom: none;
        position: relative;
    }

        .paymentInner ul li.ui-tabs-active a::After {
            width: 100%;
            height: 2px;
            background: white;
            content: '';
            display: flex;
            position: absolute;
            bottom: -1px;
            left: 0;
        }

@media screen and (min-width: 769px) {
    #cartWrapper .orderList {
        margin-top: 20px;
        position: sticky;
        top: 60px;
    }

        #cartWrapper .orderList button#checkout {
            heighT: 40px;
        }
}





@media screen and (max-width: 768px) {
    #cartWrapper {
        padding: 55px 0px;
    }
    form#shopping-cart-form > .row {
        margin: 0;
    }
   
    #cartWrapper .orderList button#checkoutasguest {
        display: none;
    }

    .new-billing-address .customerContent .box {
        padding: 5px;
    }

    .paymentInner ul li a {
        font-size: 13px;
    }

    .cswishlist .Row {
        font-size: 8px;
    }

    button.email-a-friend-wishlist-button {
        margin-top: 5px;
    }

    div#NewAddressModal {
        z-index: 99999;
        background: #0000009e;
    }

    #cartWrapper .Accepted .Total {
        font-size: 14px;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    div#cartImage {
        display: none;
    }

    .mobileAddToCard {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 99999;
        background: #fff;
        box-sizing: border-box;
        box-shadow: 0 -3px 3px rgb(0 0 0 / 10%);
        flex-wrap: wrap;
        padding: 10px 0 0 0;
    }

    .ship-to-same-address {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .mobileAddToCardButton {
        order: 3;
    }

    .terms-of-service.cartTerms, #formCheckConfirm .terms-of-service {
        order: 1;
        width: 100%;
        padding: 5px;
    }

    h3.addresTittle {
        margin-left: 15px;
    }

    .orderList {
        margin-top: 20px;
        margin-bottom: 20%;
    }

    .mobileAddToCard > div {
        width: 50%;
        display: flex;
        align-items: center;
    }

    #cartWrapper .orderList button#checkout {
        margin: 0;
        height: 60px;
        border-radius: 0;
    }

    button#checkout.checkout-button.checkoutButton {
        display: none !important;
    }

    .mobileAddToCard .mobileAddToCardPrice {
        padding: 10px;
        box-sizing: border-box;
        order: 2;
    }

    .fl.col-5 > .Price > .oldPrice, .fl.col-5 > .Price > .mainPrice, .discountPriceTitle {
        font-size: 11px !important;
    }

    .fl.col-5 > .Price > .mainPrice {
        font-size: 13px !important;
    }

    .discountPriceTitle {
        font-size: 11px !important;
    }

    .PriceTotal .mainPrice {
        font-size: 11px !important;
        box-sizing: border-box;
    }

    .PriceTotal.subtotal {
        padding: 0 !important;
    }

    #cartWrapper .cartInner .Item .col-5 {
        width: 90%;
    }

    #cartWrapper .cartInner .Item {
        flex-wrap: wrap;
    }

        #cartWrapper .cartInner .Item .col-2 {
            width: 30%;
        }

        #cartWrapper .cartInner .Item > .col-4 {
            width: 65%;
        }

    .adressInner .addressRow {
        width: 100%;
    }

    .mobileAddToCardButton input#btnAddressSelected, .mobileAddToCardButton input#btnCargoSelected, .mobileAddToCardButton input#ConfirmButton {
        margin: 0 !important;
        height: 60px;
        border-radius: 0 !important;
    }

    .cswishlist .Item {
        flex-wrap: wrap;
    }

        .cswishlist .Item .Remove, .cswishlist .Item .AddCart {
            width: 30px;
            display: flex;
            height: 40px;
            align-items: center;
            justify-content: center;
            padding: 0;
            font-size: 9px;
            flex-direction: column;
        }

        .cswishlist .Item .Name {
            width: calc(100% - 160px);
            padding: 0;
        }

        .cswishlist .Item .Prc, .cswishlist .Item .Qty, .cswishlist .PriceTotal.subtotal {
            width: 33.33%;
        }

        .cswishlist .Item .Image {
            width: 100px;
        }

        .cswishlist .Item .edit-item.Variant {
            display: none;
        }

    .cswishlist .Row {
        display: none;
    }

    .cswishlist .Item .Remove > span, .cswishlist .Item .AddCart > span {
        height: 23px;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-bottom: 5px;
        border-bottom: solid 1px #eeeeee;
    }
}

.GiftPack {
    display: none;
}
