@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;1,200;1,300&display=swap');
*
{
	margin:0;
	padding: 0;
    font-family: 'Mulish', sans-serif;
}
body{
    font-family: 'Mulish', sans-serif;
    background-color: rgb(238, 228, 228);

}

.top_mycart
{
    font-weight: 900;
    text-align: center;
    padding: 50px;
}
.t_head
{
    border-bottom:2px solid #a08e8e;
}
.t_img
{
    margin: auto;
}
.pro_name
{
    text-align: center;
    font-weight: 800;
    display: block;
    margin: 30px 0px;
}
.price_cart
{
    display: block;
    font-weight: 800;
    margin:30px 0px;
}
.cartbtn
{
    font-family: 'Mulish', sans-serif;
    background-color: rgba(244, 167, 145, 0.95);
    color: #ffffff;
}
.count_cart
{
    background:  rgba(244, 167, 145, 0.95) !important;
    margin-top: 30px;
    width: 130%;
    height: 50%;
    color: #ffffff !important;
    border: 1px solid   rgba(244, 167, 145, 0.95) !important;
    font-weight: 900;
}

.mypri
{
    width: 20% !important;
    padding-top: 50px !important;
    padding-left: 20px !important;
}

.btn
{
    margin: 125px -130px;
    background: #ffffff;
    color: red;
}
.table_box
{
    background: #ffffff;
    margin: 0px 30px;
}
.total_box
{
    display: flex;
    justify-content: space-around;
    font-weight: 900 ;
}
.carting
{
    background-color:  black !important;
    border: 1px solid black !important;
    border-radius: 0px;
    color: #ffffff;
    width: 20%;
    height: 15%;
    margin-top: 10px;
}   
.net
{
    display: flex;
    width: 35%;
}
.check_table
{
    font-weight: 800;
}
.check_table .check_right
{
    float: right;
    font-weight: 800;
}

.check_list_box
{
    display: flex;
}
.check_list_box .product_price
{
    margin-left: 200px;
}
.product_name
{
    font-weight: 800;
}
.product_price
{
    font-weight: 800;
}

.checkbtn
{
    background-color:   rgba(244, 167, 145, 0.95) !important;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 800;
    margin: auto;
    width: 50%;
    letter-spacing: 10px;
    display: flex;
    justify-content: center;
    transition: 0.6s;
    text-align: center;
}
.checking_box .checkbtn:hover
{
    background-color: #ffffff !important;
    color: rgba(244, 167, 145, 0.95);
    border:1px solid rgba(244, 167, 145, 0.95) !important;
}
.checking_box
{
    background: #ffffff;
}