.danger {
    color: red;
    display: none;
}

.danger-form {
    border: 1px solid red !important;
}

.btn-disable {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* #added {
    display: none;
} */

#alerts-container {
    width: 100%;
    position: relative;
}

.alert {
    position: fixed;
    /* width: 450px; */
    /* top: 150px; */
    right: 20px;
    bottom: 50px;
    z-index: 99999;
}

@media only screen and (max-width: 480px) {
    .cart-mobile-prod-list {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .cart-mobile-prod-price {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .cart-mobile-prod-detail-info {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .table-center {
        text-align: end !important;
    }
}

/* Desktop Css */
@media only screen and (min-width: 481px) {
    .table-center {
        text-align: center;
    }
}

.red {
    color: red !important;
    font-weight: 550 !important;
}

.shipping-select {
    text-align: end;
    font-weight: 600;
    color: #292929;
}

.paynow-btn {
    padding: 3px 15px !important;
    font-size: 14px !important;
}

.paynow-btn-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.confirm-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    /* border: 1px solid #000000; */
    border-radius: 50%;
    padding: 15px;
}
.grn-ico {
    border: 8px solid #21C600;
}
.rd-ico {
    border: 8px solid #EA0000;
}

.confirm-icons img {
    width: 55px;
}

.percentage-off {
    background-color: #EA0000;
}

.search-style-2 {
    position: relative;
}
.search-container-outter {
    position: absolute;
    width: 700px;
    top: 55px;
    max-height: 500px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(155, 155, 155, 0.418);
    z-index: 999999;
    overflow-y: scroll;
}
.search-container-inner {
    display: flex;
    padding: 5px 25px;
    /* max-width: 700px; */
    border-bottom: 1px solid #d1d1d1a2;
    background-color: #ffffff;
}

.searched-prod-img img {
    width: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.searched-prod-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.searched-prod-details h6:nth-child(1) {
    padding: 0 0 0 25px;
}
.searched-prod-details h6:nth-child(1) a {
    color: #292929;
}

.searched-prod-details h6:nth-child(2) {
    padding: 5px 0 0 25px;
}

.order-confirmation-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.green-color {
    color: #1a9b00;
}



@media only screen and (max-width: 768px) {
    .logo.logo-width-1 a img {
        width: 100px !important;
        min-width: 100px !important;
        margin-bottom: -5px !important;
    }
}