.img-circle {
    border-radius: 0%;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

#myloginflash{
    width: 30%;
    margin-left: 35%;
    margin-top: 0.5%;
    z-index: 1000;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myflash{
    width: 50%;
    margin-left: 35%;
    margin-top: 0.5%;
    z-index: 1000;
    position: absolute;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.list_outr {
    display: block;
    margin: 10px 0;
}

.list_outr p {
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
}

.list_outr p:last-child {
    border-bottom: none;
}

.list_outr p span {
    width: 200px;
    display: inline-block;
}

.product_modal .carousel-control-next-icon, .product_modal .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-size: 70% 70%;
    background-color: #333333;
}   

.product_modal .carousel  img.d-block {
    height: 200px;
    object-fit: contain;
}    

.dropdown-menu-lg {
    min-width: 160px; 
    max-width: 300px;
    padding: 0;
}

.mycustomcard{
    height: 490px;
}