/*cart page*/
.cart-detailed-totals {
    border-top: 5px solid #1199ce;
    border-radius: 10px;
}
.cart-detailed-actions {
    padding: 20px 0 30px 0;
}

.cart-detailed-totals .card-block h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e3e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    border: 0;
}
.card-block {
    padding:0;
}
.cart-summary-totals {
    padding:0;
}
.card hr {
    margin: 5px 0;
}
.cart-grid-body .card-block {
    padding: 15px;
    display: block;
}

    .cart-grid-body .card-block h1 {
        margin-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        color: #000;
    }

.cart-grid-body .cart-overview {
    padding: 15px;
    border-top: 1px solid rgba(0,0,0,.125);
    margin-top: 5px;
}

.cart-items {
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
}

.cart-item {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-line-grid-left {
    margin: 0 auto;
    text-align: center;
}

.media-middle {
    vertical-align: middle;
}

.product-line-grid-left img {
    max-width: 100%;
}

.product-line-grid-body > .product-line-info {
    margin-bottom: 10px;
}

    .product-line-grid-body > .product-line-info > .label {
        padding: 0;
        line-height: inherit;
        text-align: left;
        white-space: inherit;
        color: #000;
        font-size: 16px;
    }

.product-line-grid-body .product-desc {
    color: #666;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 8px;
}

.product-line-grid-body > .product-line-info {
    margin-bottom: 5px;
}

    .product-line-grid-body > .product-line-info > .label {
        padding: 0;
        line-height: inherit;
        text-align: left;
        white-space: inherit;
        color: #000;
        font-size: 14px;
    }

.product-line-info .value {
    color: #14a5d1;
    font-size: 14px;
}

.product-line-grid-right .product-price {
    color: #3b3b3b;
    line-height: 36px;
    font-size: 19px;
    font-weight: 500;
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    color: #3b3b3b;
    line-height: 36px;
    font-size: 19px;
}

    .product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
        background: url("/images/delete.png") no-repeat center 0;
        width: 19px;
        height: 26px;
        color: #232323;
        display: inline-block;
        margin-top: 0.3125rem;
        transition: all 0.5s;
    }

.product-line-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart-items .product-line-grid-left span {
    background: #f5f7f9;
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

    .cart-items .product-line-grid-left span img {
        mix-blend-mode: multiply;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.bootstrap-touchspin {
    width: auto;
    float: left;
    display: inline-block;
    position: relative;
    border-collapse: separate;
}

    .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
        color: #232323;
        background-color: #fff;
        height: 2.5rem;
        padding: 0.175rem 0.5rem;
        font-size: 14px;
        width: 3rem;
        border: 1px solid rgba(0,0,0,.1);
        float: left;
    }

    .bootstrap-touchspin .input-group-btn-vertical {
        color: #232323;
        width: auto;
        float: left;
        vertical-align: middle;
        display: table-cell;
        position: relative;
        white-space: nowrap;
    }

        .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
            border-radius: 0;
        }

        .bootstrap-touchspin .input-group-btn-vertical > .btn {
            display: block;
            float: none;
            width: 100%;
            max-width: 100%;
            padding: 0px 10px;
            margin-left: -1px;
            position: relative;
            line-height: 9.5px;
        }

    .bootstrap-touchspin .btn-touchspin {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.1);
        height: 1.3125rem;
        box-shadow: none;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: -2px;
        border-radius: 0;
        border-bottom-right-radius: 4px;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-radius: 0;
    }

.cart-detailed-totals {
    padding: 15px;
}

    .cart-detailed-totals .cart-summary-line {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        color: #333;
        font-size: 15px;
        line-height: 24px;
        padding: 5px 0;
    }

.cart-summary-totals .cart-total span {
    color: #ff783a !important;
}

.cart-detailed-totals .cart-summary-line span.value {
    font-weight: 400;
    color: #343e47;
}

.cart-summary .checkout a {
    padding: 10px 20px;
    background: #1199ce;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 50px;
}

.cart-summary .checkout {
    padding: 20px 0 30px 0;
}

.copon_block {
    background: rgb(252 137 85 / 10%);
    padding: 8px 10px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px dashed #fc8955;
}

    .copon_block label {
        font-size: 13px;
        font-weight: 500;
        color: #000;
        letter-spacing: 0.2px;
    }

    .copon_block .form-group {
        display: flex;
        justify-content: space-between;
        background: #fff;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .copon_block .form-group input {
            border: 0;
            font-size: 13px;
            padding: 2px 10px;
            border-radius: 5px 0 0 5px;
            min-height: 32px;
            outline: navajowhite;
        }

        .copon_block .form-group .btn {
            padding: 0 5px;
            font-size: 13px;
            background: #fc8955;
            color: #fff;
            border-radius: 50px;
        }

    .copon_block span {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #0d65ab;
    }
/*shipping CSS*/
.cart_box {
    background: #fff;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    padding: 15px;
    border-radius: 10px;
}

    .cart_box h3 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        margin: 0;
        padding: 10px 0;
    }

.checkout_block {
    position: relative;
    padding-top: 15px;
    border-top: 1px solid #e3e0e0;
    margin-top: 5px;
}

    .checkout_block .checkout_box {
        position: relative;
        padding: 18px 0;
        border-left: 1px dashed #fc8955;
        padding-left: 30px;
        width: calc(100% - 15px);
        margin: auto 0 auto auto;
    }

        .checkout_block .checkout_box h2 {
            margin: 0;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 15px;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
            color: #000;
        }

            .checkout_block .checkout_box h2 span {
                width: 30px;
                height: 30px;
                position: absolute;
                left: -15px;
                background: #fc8955 !important;
                text-align: center;
                line-height: 30px;
                color: #fff;
                top: 10px;
                border-radius: 50px;
            }

        .checkout_block .checkout_box p {
            color: #5b5b5b;
            font-size: 14px;
            letter-spacing: 0.3px;
            font-weight: 500;
            margin: 0;
            padding: 2px 0;
        }

            .checkout_block .checkout_box p i {
                font-style: normal;
            }

            .checkout_block .checkout_box p a {
                float: right;
                background: #1199ce;
                color: #fff;
                padding: 5px 10px;
                border-radius: 3px;
                margin-top: -10px;
                text-decoration: none;
            }

.addressrow {
    display: flex;
    position: relative;
    margin-bottom: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .addressrow .addressbox:first-child, .addressrow .addressbox:nth-child(3) {
        margin-right: 5px;
    }

.checkout_box .addressbox {
    position: relative;
}

.checkout_box .addressbox {
    background: #f8f8f8;
    width: calc(50% - 10px);
    display: inline-block;
    margin: 5px 10px;
    margin-left: 0;
    border-radius: 5px;
    border: 1px solid #e3e0e0;
    padding: 10px;
}

    .checkout_box .addressbox .addrestxt {
        position: relative;
        width: calc(100% - 50px);
    }

    .checkout_box .addressbox input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
        bottom: 0;
    }

    .checkout_box .addressbox h4 {
        font-size: 14px;
        font-weight: 500;
        margin: 5px 0;
        text-transform: capitalize;
        color: #000;
    }

    .checkout_box .addressbox p {
        font-size: 13px;
        line-height: 17px;
        color:#000;
    }
        .checkout_box .addressbox p span {
            font-size: 12px;
            font-weight: 400;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            color: #333;
        }

        .checkout_box .addressbox p small {
            font-size: 12px;
            color: #1199ce;
        }

    .checkout_box .addressbox h4 i {
        float: right;
        font-size: 12px;
        font-style: normal;
        background: #fc8955;
        color: #fff;
        padding: 2px 5px;
        border-radius: 3px;
        font-weight: 400;
    }
    .checkout_box .addressbox a {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #b5cfe2;
        border-radius: 50px;
        line-height: 30px;
        text-align: center;
        top: 20px;
        right: 10px;
        color: #0d63a5;
        transition: 600ms all;
        vertical-align: middle;
    }

        .checkout_box .addressbox a i {
            display: inline-block;
            vertical-align: middle;
            line-height: 30px;
        }

.addressrow .addressbox:last-child {
    margin-left: 5px;
}

.add_address button {
    width: auto;
    min-height: auto;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 5px;
    background: #343e47;
    transition: 600ms all;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 15px;
    letter-spacing: 0.5px;
    margin-right: 5px;
}
.add_address button.seealladdress {
    background: #1199ce;
}
.addressform {
    background: #ffffff;
    padding: 20px;
    border: 1px solid #e3e0e0;
    border-radius: 5px;
}

.cta_form form {
    margin: 0;
}

.cta_form .form-control {
    background: #f5f7f9;
    box-shadow: none;
    min-height: 40px;
    border-radius: 5px;
    padding: 5px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #e4e7eb;
}

.cta_form .irabtn {
    background: #1199ce !important;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    min-height: 42px;
    min-width: 160px;
    border-radius: 50px;
    border: 0;
    outline: none !important;
    transition: 600ms all;
    padding: 0;
    line-height: 42px;
}

.addressform .form-group span {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    float: right;
}

    .addressform .form-group span a {
        display: inline-block;
        font-size: 14px;
        color: #1199ce;
        background: #d4f3ff;
        padding: 8px 20px;
        border-radius: 50px;
        font-weight: 500;
    }

.checkout_box .addressbox.item-select::before {
    content: "\f00c";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #d5d5d5;
    top: -13px;
    left: -13px;
    border-radius: 50px;
    font-family: "Fontawesome";
    color: #fff;
    text-align: center;
    line-height: 30px;
    transition: 600ms all;
}

.checkout_box .addressbox.item-select {
    border-color: #d5d5d5;
}
.checkout_box .addressbox.item-select.active::before {
    background: #00d565;
    color: #fff;
}

.checkout_box .addressbox.item-select.active {
    border-color: #00d565;
}

.payment_option {
    width: 50%;
}

    .payment_option .paylist {
        padding: 12px 10px;
        background: #ffffff;
        margin: 5px 0;
        border-radius: 3px;
        box-shadow: 0 5px 5px rgb(34 34 34 / 7%);
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        transition: 600ms all;
    }

        .payment_option .paylist input {
            margin: 0;
            vertical-align: middle;
            margin-right: 5px;
            cursor: pointer;
            width: 15px;
            height: 15px;
        }

        .payment_option .paylist img {
            width: 24px;
            margin-right: 5px;
        }

.cart-summary .checkout a.btn.btn-primary, .cart-summary .checkout input.btn.btn-primary {
    padding: 10px 20px;
    background: #1199ce;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 50px;
    color: #fff;
}
.addressform.edit_addresform h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-align: center;
    padding-bottom: 15px;
}

.addressform.edit_addresform .cta_form label {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
}

.addressform.edit_addresform .cta_form .form-control {
    min-height: 32px;
    line-height: 16px;
    font-size: 13px;
    padding: 4px 10px;
    height: auto;
}

.addressform.edit_addresform .cta_form .form-group {
    margin-bottom: 8px;
}

.addressform.edit_addresform .cta_form .edit_addresformbtns .btn {
    margin: 12px 5px 0px 5px;
    font-weight: 500;
    padding: 10px 20px;
    background: #1199ce;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    min-width: 120px;
    outline: none;
}

    .addressform.edit_addresform .cta_form .edit_addresformbtns .btn.btn-danger {
        background: #fc8955;
    }