* {
    margin: 0;
    box-sizing: border-box;
}

:root {
    --main-color: #e83e31;
}

.relative {
    position: relative;
}

.cart-list {
    margin-bottom: 1%;
}

html {
    font-size: 15px;
}

.cart-list .h2 {
    font-weight: bold;
    color: #0CB1F2;
    font-family: 'Roboto', sans-serif;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-start {
    justify-content: flex-start;
}

.error_msg {
    color: var(--main-color);
    font-weight: bold;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.flex-wrap {
    flex-wrap: wrap;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline;
}

.cart-list .card {
    border-radius: 12px;
    margin: 12px 0px;
}

.card-1 .heading {
    padding: 12px;
    font-weight: bold;
    font-size: 20px;
}

.summary {
    width: 75%;
}

.cart_qty_1 {
    width: 25%;
}

.cart-img {
    padding-left: 10px;
}

.cart-img img {
    border: 1px solid #ffae00c7;
}

.col-md-8 {
    margin: 0 auto;
}

.empty-cart-1 {
    width: 100vw;
    margin: 0px auto;
}

.empty-cart .empty-section-1 .empty-cart-icon i {
    color: var(--main-color);
    font-size: 40px;
}

.empty-cart .empty-section-1 .empty_text {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 14px 0px;
}

.empty-cart .empty-section {
    height: 82vh;
}

.empty-cart .empty-section-1 .btn {
    background-color: #e83e31;
    color: white;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.summary_summary {
    padding: 6px 0px;
}

.cart-summary {
    margin-left: 10px;
    text-transform: capitalize;
}

.cart-summary .floer_boutique {
    color: grey !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
}

.cart-summary .floer_boutique_1 {
    color: rgb(66, 66, 66) !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
}

.cart-summary p {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    margin: 0;
}

.cart-summary .boutique-para {
    width: 64px;
    color: rgb(66, 66, 66) !important;
    font-size: 12px !important;
}

.cart-summary .roses {
    color: #23B99A;
    font-size: 15px;
}

.cart-summary .btn-sm {
    border: none;
    outline: none;
    border-radius: 12px;
    font-weight: 500;
    padding: 2px 5px;
    font-size: 10px;
    background-color: white;
    margin: 8px 0px;
    color: rgb(59, 59, 59);
    border: 1px solid #ffae00c7;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.cart-summary .btn-sm i {
    color: var(--main-color);
    padding-right: 2px;
    font-size: 12px;
}

.cart_qty_1 {
    padding-right: 14px;
}

.cart_qty_1 .cart_qty_1_table {
    position: relative;
}

.cart_qty_1 .cart_qty_1_table tr td {
    border: 1px solid #ffae00c7;
    /* padding: 0px 5px; */
}

.cart_qty_1 .cart_qty_1_table tr td .btn {
    border: none;
    outline: 0;
    padding: 4px 12px;
    color: var(--main-color);
    font-weight: bolder;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.cart_qty_1 .cart_qty_1_table tr td:first-child {
    color: var(--main-color);
    font-weight: bold;
    font-size: 16px;
}

.cart_qty_1 .cart_qty_1_table tr td:nth-child(2) input {
    width: 32px;
    border: none;
    outline: 0;
}

.cart_qty_1 .cart_qty_1_table tr td:nth-child(2) input {
    text-align: center;

}

.cart_qty_1 .cart_qty_1_table tr td:last-child {
    font-weight: bold;
}

.cart_qty_1 .rupees {
    padding-top: 7px;
    /* font-size: 14px; */
}

.cart_qty_1 .rupees span:last-child {
    color: grey;
    padding-left: 10px;
}

.cart_qty_1 .offer span {
    font-family: 'Roboto', sans-serif;
}

.cart_qty_1 .offer span:first-child {
    color: #e83e31;
    padding-right: 10px;
}

.cart-exceeded_3 {
    position: absolute;
    top: -130%;
    right: -50%;
    border: 2px solid #ffae00c7;
    background-color: #e83e31;
    color: white;
    width: 200px;
    padding: 4px;
    font-weight: bold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cart-exceeded_2 {
    position: absolute;
    top: 50%;
    right: 7%;
    border: 2px solid #ffae00c7;
    background-color: #e83e31;
    color: white;
    max-width: 185px;
    padding: 4px;
    font-weight: bold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cart-exceeded_4 {
    position: absolute;
    top: 4%;
    right: 9%;
    border: 2px solid #ffae00c7;
    background-color: #e83e31;
    color: white;
    max-width: 185px;
    padding: 4px;
    font-weight: bold;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cart-exceeded_3::after {
    content: "";
    position: absolute;
    top: 101%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #e83e31 transparent transparent transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cart-exceeded_2::after {
    content: "";
    position: absolute;
    top: 101%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #e83e31 transparent transparent transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-2 {
    padding: 10px 12px;
}

.address {
    font-weight: bold;
    font-size: 13px;
}

.address .fa-home-1 i {
    font-size: 20px;
    color: var(--main-color);
}

.address .address_detail {
    margin-left: 8px;
}

.address .address_detail .front_address {
    color: rgb(32, 32, 32);
    font-size: 13px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

.address-1 .btn {
    margin: 10px;
    color: white;
    font-weight: bold;
    padding: 4px 20px;
    border-radius: 30px;
    background-color: var(--main-color);
    letter-spacing: 1px;
    font-size: 14px;
}

.add-address {
    padding-left: 8px;
    padding: 7px 0px;
}

.add-address h6 {
    font-size: 16px;
    color: red;
    cursor: pointer;
}

.add-address h6 span {
    font-size: 22px;
    border: 1px solid red;
    border-radius: 100%;
    padding: 0px 5px;
    margin: 0px 9px;
}

.pac-container {
    z-index: 10000 !important;
}

.add-address .massege-btn .btn {
    box-shadow: none;
    background-color: white;
    color: #e83e31;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.add-address .massege-btn .btn i {
    font-size: 16px;
}

.new-add .modal-body {
    overflow: auto;
    max-height: 250px;
}

.modal-header h4 {
    font-weight: bold;
    color: var(--main-color);
}

.modal-header .current-location {
    padding-right: 14px;
}

.modal-header .current-location .btn {
    text-transform: capitalize;
    background-color: var(--main-color);
    color: white;
    /* font-family: arial; */
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.modal-header .current-location .btn i {
    padding-right: 8px;
    font-size: 20px;
}

.new-add {
    top: 15%;

}

.modal-body .form-box-1 label {
    margin: 12px 0px;

}

.modal-body .form-box-1 label input {
    padding: 10px 8px;
    outline: none;
    border: none;
    border: 1px solid rgb(212, 212, 212);
    background-color: rgb(204, 204, 204);
}

.modal-body .form-box-1 label input::placeholder {
    color: grey !important;
    text-align: left;
    text-transform: capitalize;
}

.modal-body .form-box-1 label input[type="text"] {
    width: 100%;
}

.modal-body .form-box-1 .label-box label {
    width: 32%;
}

.modal-body .form-box-1 .label-box-1 label {
    width: 49%;
}

.modal-body .form-box-1 .label-box-1 label .select-home {
    width: 100%;
    background-color: rgb(204, 204, 204);
    color: grey;
    padding: 12px 0px;
}

.modal-body .form-box-1 .label-box-1 label .select-home option {
    color: grey;
    font-weight: bold;
    padding: 6px 0px;
}

.modal-body .form-box-1 label input[type=text-1] {
    width: 100%;
}

.modal-body .form-box-1 #verify_msg {
    font-size: 12px;
    color: #e83e31;
}

.modal-body .form-box-1 .alert{
    background-color: #e83e31;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.modal-body .form-box-1 .alert a{
    color: white;
}
.modal-body .form-box-1 .buttom-1 .btn {
    background-color: var(--main-color);
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: bold;
}

.address-summary {
    padding: 10px;
}

.address-summary .delivery {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* .address-summary .card-body{
    padding: 0px 10px;
} */
.address-summary .heading-1 h5 {
    color: red;
    font-size: 16px;
}

.address-summary .form-box {
    border: 1px solid rgb(182, 182, 182);
    width: 30%;
    padding-left: 6px;
    margin: 10px 0px;
    border-radius: 10px;
}

.address-summary .form label .clock-icon input {
    border: none;
    outline: 0;
    max-width: 150px;
    cursor: pointer;
    text-align: center;
}

.address-summary .form label .clock-icon ::placeholder {
    padding-left: 7px;
    color: rgb(146, 146, 146);
}

.address-summary .form label .clock-icon {
    max-width: 170px;
    border-bottom: 2px solid grey;
    display: block;

}

.address-summary .form label select {
    border: none !important;
    border-bottom: 2px solid grey !important;
    background-color: white;
    width: 170px;
    color: rgb(146, 146, 146);
    padding-left: 0px;
}

.address-summary .form label select option {
    font-size: 15px;
    margin: 8px 0px;
    color: grey;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.address-summary .form label .clock-icon i {
    color: #e83e31;
}

.address-summary form ::placeholder {
    width: 100%;
    font-size: 12px;
}

.address-summary .form-box input {
    border: none;
    vertical-align: middle;
    padding: 6px 8px;
}

.address-summary .form-box i {
    color: grey;
}

.address-summary .form-box-2 label {
    cursor: pointer;
}

.address-summary .form-box-2 .name-box {
    margin-left: 10px;
}

.address-summary .modal-body {
    overflow: auto;
    max-height: 200px;
}

.address-summary .modal-body .form-box-2 .name-box .card-body {
    padding: 0px 12px;
}

.modal-otp form label {
    font-weight: bold;
}

.modal-otp form label #otp_error {
    font-size: 10px;
    font-weight: bold;
    color: #e83e31;
}

.modal-otp form input {
    /* width: 40%; */
    display: block;
    padding: 6px;
    outline: none;
    border: none;
    border: 1px solid grey;
    margin: 5px auto;
    border-radius: 8px;
    text-align: center;
}


.modal-otp .btn {
    margin-top: 4px;
    color: white;
    background-color: #e83e31;
    font-weight: bold;
    padding: 5px 8px;
    letter-spacing: 1px;
}

.modal_otp_1 .modal-footer .btn {
    margin-top: 4px;
    color: white;
    background-color: #e83e31;
    font-weight: bold;
    padding: 5px 8px;
    letter-spacing: 1px;
}

.tip {
    padding: 12px;
    font-family: 'Roboto', sans-serif;
}

.tip h6 {
    font-size: 16px;
    font-weight: bold;
    color: #0CB1F2;
}

.tip p {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.tip .button_1 label {
    padding: 0px 8px;
    display: inline-block;
    color: rgb(78, 78, 78);
    font-weight: 700;
    background-color: rgb(223, 223, 223);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    color: var(--main-color);
}

.tip .button_1 label input {
    margin-left: 8px;

}

.tip .button_1 .btn-custom {
    padding: 0px;
    max-width: 95px;
    margin-left: 6px;
    border: none;
    border-bottom: 2px solid grey;
}

.tip .button_1 .btn-custom::placeholder {
    color: #e83e31;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.payment {
    padding: 12px;
}

.payment h6 {
    font-size: 16px;
    font-weight: bold;
    color: #0CB1F2;
    font-family: 'Roboto', sans-serif;
}

.payment .form label {
    font-weight: bold;
    color: rgb(77, 77, 77);
    font-size: 12px;
    margin: 8px 0px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}

.payment .form input {
    margin-right: 6px;
    margin-top: 0;
}

.envelope {
    border-bottom: 1px solid #ffae00c7;
}

.payment .btn-1 {
    border: none;
    background-color: var(--main-color);
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 14px;
    padding: 4px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item-1 {
    padding: 12px;
}

.item-1 h5 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0CB1F2;
    font-family: 'Roboto', sans-serif;
}

.item-1 .img-summary {
    padding-left: 10px;
    text-transform: capitalize;

}

.item-1 .img-summary span:first-child {
    color: #23B99A;
    font-weight: 500;
    font-size: 12px;
}

.item-1 .img-summary span:last-child {
    color: #e83e31;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.item-1 .img-summary span i {
    color: var(--main-color);
    font-weight: bold;
    padding-right: 3px;
}

.item-1 .envelope .cart_content_img {
    padding: 6px 0px;
    width: 80%;
}

.envelope .add-btn {
    width: 20%;
    text-align: right;
    padding: 0px 4px;
}

.add-btn .button-1 {
    position: relative;
    border: none;
    outline: none;
    text-transform: uppercase;
    border-radius: 12px;
    font-weight: bold;
    padding: 1px 8px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #e83e31;
    border: 1px solid #ffae00c7;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.envelope .add-btn .indicate-product {
    display: none;
    background-color: #e83e31;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-radius: 6px;
}

.envelope .add-btn .button-1:hover+.indicate-product {
    display: block;
    position: absolute;
    top: 5%;
    right: 4%;
    transform: translate(0%, 0%);
}

.kitkat .add-btn .indicate-product-1 {
    display: none;
    background-color: #e83e31;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    border-radius: 6px;
}

.kitkat .add-btn .button-1:hover+.indicate-product-1 {
    display: block;
    position: absolute;
    top: 13%;
    right: 4%;
    transform: translate(0%, 0%);
}

.add-btn .button-1 span {
    color: var(--main-color);
    padding-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.item-2 {
    padding: 0px 12px 12px 12px;
    text-transform: capitalize;
}

.item-2 h5 {
    font-size: 16px;
    font-weight: bold;
    color: #0CB1F2;
    font-family: 'Roboto', sans-serif;
}

.item-2 .price-detail .list {
    list-style: none;
    font-size: 14px;
    color: grey;

}
.item-2 .price-detail .list li,
.item-2 .price-detail .list-1{
    font-family: 'Roboto', sans-serif;
}
.item-2 .price-detail .list span {
    font-size: 12px;
    padding-left: 5px;
}

.item-2 .price-detail .list-1 {
    list-style: none;
    font-size: 14px;
    text-align: right;
}

.select-offer {
    margin-top: 10px;
    border: 1px solid grey;
    border-radius: 6px;
    padding: 4px 3px;
}

.select-offer input {
    border: none;
    outline: none;
    font-size: 14px;
}

.select-offer .p-2 {
    padding-top: 4px;
    font-size: 12px;
    color: red;
}

.select-offer span {
    border: 1px dotted white;
    border-radius: 100%;
    background-color: var(--main-color);
    color: white;
    font-size: 12px;
    padding: 0px 5px;
    padding-top: 2px;

}

.select-offer .p-1 {
    color: grey;
    text-align: left;
    margin-right: auto;
}

.continue {
    padding: 12px 0px;
}

.continue .btn {
    color: white;
    background-color: var(--main-color);
    width: 50%;
    font-weight: bold;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.item-3 {
    padding: 12px;
}

.item-3 h5 {
    font-size: 14px;
    font-weight: bold;
    color: #0CB1F2;
    font-family: 'Roboto', sans-serif;
}

.img_box_1 {
    margin: 6px auto;
    border: 1px solid #ffae00c7;
}

.img_box_1 img {
    width: 100%;
    border-bottom: 1px solid #ffae00c7;
}

.img_box_1 p {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: #23B99A;
}

.img_box_1 .p_1 {
    height: 35px;
    margin-top: 4px;
    padding: 0px 5px;
}

.img_box_1 .p-2 i {
    color: var(--main-color);
    padding-right: 5px;
}

.img_box_1 .p-2 {
    color: grey;
    padding-bottom: 8px;
}

.img_box_1 .p-2 .price {
    border-left: 2px solid black;
    padding: 0px 6px;
    font-family: 'Roboto', sans-serif;
}

.img_box_1 .add-btn .add_item {
    margin: 8px 0px;
}
.expected_delivery{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #0CB1F2;
}
@media(max-width: 1250px) {
    .cart-exceeded_2 {
        top: 30%;
    }
}

@media(max-width:898px) {
    .cart-exceeded_2 {
        right: 30%;
        top: 85%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width:993px) {
    .cart-list {
        margin-top: 9%;
    }
}

@media(min-width:920px) and (max-width:1127px) {
    .cart-list {
        margin-top: 10%;
    }
}

@media (max-width: 992px) {

    .modal-body .form-box-1 .label-box label {
        width: 50%;
        padding: 0px 6px;
    }

    .modal-body .form-box-1 label {
        padding: 0px 6px;
    }

    .cart-exceeded_4 {
        top: 1%;
        right: 4%;
    }

    /* .cart-list{
        margin-top: 20%;
    } */
}

@media (max-width: 768px) {

    .continue .btn {
        width: 100%;
    }

    .address-summary .form-box {
        width: 50%;
    }

    /* .cart-list{
        margin-top: 35%;
    } */
    .summary_summary {
        padding: 8px 0px;
        /* font-size: 11px; */
    }

    .cart-exceeded_3 {
        top: -130%;
        right: -50%;
    }

    .cart-exceeded_2 {
        right: 25%;
        top: 82%;
        transform: translate(-50%, -50%);
    }

    .tip .button_1 .btn-custom::placeholder {
        font-size: 12px;
    }

}

@media (max-width: 468px) {

    .address-summary .form-box {
        width: 100%;
    }

    .cart_qty_1 {
        display: block;
        text-align: center;
        width: 100%;
    }

    .cart_qty_1 .cart_qty_1_table {
        margin: 0px auto;
    }

    .item-2 .price-detail .list {
        font-size: 14px;
    }

    .item-2 .price-detail .list-1 {
        font-size: 14px;
    }

    .address-summary .modal-body .form-box-2 .name-box .address-name {
        padding-left: 8px;
    }

    .modal-body .form-box-1 .label-box label {
        width: 100%;
    }

    .modal-body .form-box-1 .label-box-2 label {
        width: 100%;
    }

    .modal_otp_1 {
        width: 100% !important;
    }

    .modal-otp label input {
        width: 100%;
        margin-right: 6px;
    }

    .summary {
        width: 100%;
    }

    /* .cart-summary span:nth-child(3){
        padding-left: ;
    } */
    /* .cart-list{
        margin-top: 60%;
    } */
    .cart-exceeded_3 {
        top: -90%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .cart-exceeded_2 {
        right: 10%;
        top: 72%;
        transform: translate(-50%, -50%);
    }

}