.border-left {
    border-left: 5px solid #150f81;
}

.login-page {
    background-color: #eee;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
    align-items: center;
    height: 100vh;
}

.login-page .box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
    background-color: #fff;

}

.login-page .box .row {
    align-items: center;
}

.login-page .box .img .content {
    z-index: 9999999;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.login-page .box .img .content .com-name {
    color: #ff250c;
    font-size: 18px;
}

.login-page .box .img .overlay {
    background-color: #150f81;
    opacity: 0.8;
    height: 600px;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    transform: translateY(50%);
    z-index: 0;
}

.login-page .img {
    background: url('/assets/login-pg-img-0.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    position: relative;
}

.login-page .login .heading {
    border-bottom: 3px solid #ff250c;
}

.login-page .login .heading h2 {
    color: #150f81;
    font-size: 38px;
    font-weight: 600;
}

.login-page .login .heading p {
    color: #150f81;
    font-size: 14px;
    font-weight: 400;
    padding-right: 30%;
}

/* login form css start */
.login-page .box .login {
    padding: 5%;
    background-color: #fff;
}

.login-page .login {
    padding-bottom: 5%;
}

.login-here {
    text-decoration: none;
    color: #ff250c;
}

.login-here:hover {
    text-decoration: none;
    color: #fff;
}


.forgot-pass {
    text-decoration: none;
    color: #ff250c;
    font-weight: 600;
}

.forgot-pass:hover {
    color: #000;
}

.form-check .keep-me {
    font-size: 14px;
}

.login-page .box .form-sub {
    background-color: #150f81;
    border-color: #150f81;
    margin-top: 3%;
    padding: 1% 8% 1.5%;
    border-radius: 0;
    transition: 0.6s;
}

.login-page .box .form-sub:hover {
    background-color: #0c0762;
    border-color: #0c0762;
    border-radius: 0 30px 30px 30px;
}

.login-page .login .row {
    align-items: center;
    justify-content: center;
}

.login-page .login .form-control {
    /* margin-bottom: 2%; */
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
}

#quantity {
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    border: 0;
    color: #fff;
    padding: 0;
    width: 100px;
    font-size: 18px;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

.login-page .incorrect-pass {
    color: #ff250c;
    font-size: 12px;
    margin-top: -10px;
    padding-bottom: 10px;
}


/* login form css end */


/* forgot pass page css start */

.forgotpass-page {
    background-color: #212529;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
    align-items: center;
}

.forgotpass-page .box {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
    background-color: #fff;
}

.forgotpass-page .box .row {
    align-items: center;
}

.forgotpass-page .box .img .content {
    z-index: 9999999;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.forgotpass-page .box .img .content .com-name {
    color: #ff250c;
    font-size: 18px;
}

.forgotpass-page .box .img .overlay {
    background-color: #150f81;
    opacity: 0.7;
    height: 600px;
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    transform: translateY(50%);
    z-index: 0;
}

.forgotpass-page .img {
    background: url('/assets/login-pg-img-0.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px;
    position: relative;
}

.forgotpass-page .login .heading {
    border-bottom: 3px solid #ff250c;
}

.forgotpass-page .login .heading h2 {
    color: #150f81;
    font-size: 40px;
    font-weight: 600;
}

.forgotpass-page .login .heading p {
    color: #150f81;
    font-size: 14px;
    font-weight: 400;
    padding-right: 30%;
}

/* login form css start */
.forgotpass-page .box .login {
    padding: 5%;
    background-color: #fff;
}

.forgotpass-page .login {
    padding-bottom: 5%;
}

.login-here {
    text-decoration: none;
    color: #ff250c;
}

.login-here:hover {
    text-decoration: none;
    color: #000;
}

.form-label {
    color: var(--bs-emphasis-color);
    font-size: 18px;
    padding-top: 2%;
}

.forgot-pass {
    text-decoration: none;
    color: #ff250c;
    font-weight: 600;
}

.forgot-pass:hover {
    color: #000;
}

.form-check .keep-me {
    font-size: 14px;
}

.forgotpass-page .box .form-sub {
    background-color: #150f81;
    border-color: #150f81;
    margin-top: 3%;
    padding: 1% 8% 1.5%;
    border-radius: 0;
    transition: 0.6s;
}

.forgotpass-page .box .form-sub:hover {
    background-color: #0c0762;
    border-color: #0c0762;
    margin-top: 3%;
    padding: 1% 8% 1.5%;
    border-radius: 0 30px 30px 30px;
}

.forgotpass-page .login .row {
    align-items: center;
    justify-content: center;
}

.forgotpass-page .login .form-control {
    /* margin-bottom: 2%; */
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
}

.forgotpass-page .incorrect-pass {
    color: #ff250c;
    font-size: 12px;
    margin-top: -10px;
    padding-bottom: 10px;
}

/* login form css end */

/* forgot pass page css end */


/* shopping cart css start */
i {
    margin-right: 10px;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[read-only] {
    background-color: #ff250c;
    border-color: #ff250c;
    width: 50%;
    text-align: center;
}

.table tr,
.table tr td {
    vertical-align: middle;
}

.table .product-img {
    text-align: center;
    width: 15%;
}

.table .product-name {
    width: 15%;
}

.table .product-price {
    width: 25%;
}

.table .product-qty {
    width: 25%;
}

.table .product-amnt {
    width: 15%;
    text-align: center;
}

.button-container {
    display: flex;
    /* border: 1px solid #ff250c; */
    border-radius: 15px;
    align-items: center;
    padding: 0 1%;
    width: 170px;
}

.button-container .form-control {
    max-width: 80px;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
    border: 1px solid #ff250c;
}

#myTable .price {
    width: 100px;
    background-color: #ff250c;
    border-color: #ff250c;
    display: inline-block;
    border-radius: 0px 20px 0 20px;
    color: #fff;
    font-size: 20px;
}

#myTable label {
    font-size: 20px;
}

#myTable .amount {
    font-size: 20px;
}

#myTable .price-tag {
    font-size: 25px;
    text-align: center;
}

#total {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

.order-product .table label {
    font-size: 25px;
}

.button-container .qty {
    /* border: none; */
    border-radius: 0;
    margin: 0px;
    height: 40px;
}

.cart-qty-minus {
    border-radius: 15px 0px 0px 15px;
}

.cart-qty-plus {
    border-radius: 0 15px 15px 0;
}

.cart-qty-plus,
.cart-qty-minus {
    width: 100%;
    height: 40px;
    margin: 0 -2px;
    background-color: #ff250c;
    border: 1px solid #ff250c;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.cart-qty-plus:hover,
.cart-qty-minus:hover {
    background-color: #5161ce;
    border-color: #5161ce;
    color: #fff;
}

.table .product-img .img-prdct {
    width: 100px;
    height: 100px;
    background-color: #5161ce;
    border-radius: 10px;
}

.table .product-img .img-prdct img {
    width: 100%;
}

.table .price {
    width: 50px;
}

@media only screen and (max-width: 700px) {

    .table tr th {
        font-size: 11px;
        font-weight: 600;
    }

    .table .product-img .img-prdct {
        width: 40px;
        height: 40px;
    }

    .table h4 {
        font-size: 11px;
        font-weight: 600;
    }

    .table .price {
        width: 47px !important;
        font-size: 12px !important;
    }

    /* .cart-qty-plus,
    .cart-qty-mius {
        width: 25px;
        height: 25px;
    } */

    .button-container .form-control {
        max-width: 80px;
    }

    .button-container {
        width: 45px;
    }
}
/* shopping cart css end */