@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap');

body{
    background-color: #F8F8F8;
}
.checkout{

    box-sizing: border-box;
    border: none;
    height: 65px;
    width: 65%;
    background-color: var(--color);
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;

}

.checkout_text{
    color: white;
    font-size:24px;
    font-family: 'Inter', sans-serif;
    margin-left:2%;
    padding-top: 2%;


}




.checkout_card{
    box-sizing: border-box;
    border: none;
    width: 65%;
    background-color:#FFFFFF;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    box-shadow: 0px 1px 3px #c0bebe;
}




.order_card{
    /* transform: translateY(-13%); */
    box-sizing: border-box;
    border: none;
    width: 70%;
    background-color:#FFFFFF;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 3px #c0bebe;

}

.order{

    box-sizing: border-box;
    border: none;
    height: 40px;
    width:  100%;
    background-color: var(--color);
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    /* transform: translateY(-150%) */
}

.order_text{
    color: white;
    font-size:18px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    padding-top: 1%;


}

.order_card_inside{
    /* transform: translateY(-13%); */
    box-sizing: border-box;
    border: none;
    width:93%;
    background-color: #f7f7f7;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 3px #c0bebe;

}


#product {
    border-collapse: collapse;
    width: 100%;
  }

  #product td {
    padding: 8px;
    font-size: 12px;
  }



  #price {
    border-collapse: collapse;
    width: 100%;
  }

  #price td {
    padding: 8px;
    font-size: 12px;
  }


  .product_num{
    transform: translate(20px)
}


.product_text{
    transform: translate(-40px)
}

.price_text{
    text-align:right ;

}




.total_card{
    background-color: #E8E8E8;
    border-top:2px solid #D4D4D4;
    margin-right: 5%;

}



.total_card2{
    background-color: #E8E8E8;
    border-bottom:2px solid #D4D4D4;

}





.net_card{
    background-color:#D2D2D2;
    border-top:2px solid #d0d0d0;
    border-bottom:2px solid #d0d0d0;
    height: 30px;
    margin-bottom: 20px;


}

.just_btn{

    box-sizing: border-box;
    width: 110px;
    height: 30px;
    margin-top:5%;
    background-color:var(--color);
    border:2px solid var(--color);
    border-radius: 5px;
    margin-bottom: 5%;
    margin-left: 15%;
    margin-right: auto;

}

.just_btn_text{
    color:white;
    margin-top: -6px;
    list-style: none;
    font-size: 16px;
    margin-left: 5px;

}


.checkout_btn{


    box-sizing: border-box;
    width: 25%;
    height: 30px;
    margin-top:5%;
    background-color:var(--color);
    border-radius: 5px;
    margin-bottom: 5%;
    margin-left: 48%;
    margin-right: auto;

}

.checkout_btn_text{
    color:white;
    margin-top: -6px;
    list-style: none;
    font-size: 16px;

}


@media screen and (min-width: 240px) and (max-width: 319px)   {

    .checkout{

        height: 40px;
        width: 95%;
      margin-top: 5%;

    }

    .product_num{
        transform: translate(0px)
    }


    .product_text{
        transform: translate(0px)
    }




    .checkout_text{
        font-size:16px;
        margin-left:4%;
        padding-top: 2.5%;


    }

    .checkout_card{
        width: 95%;
    }




    .order_card{
        width: 98%;

    }

    .just_btn{


        width: 90px;
        height: 30px;
        margin-top:5%;
        margin-bottom: 5%;
        margin-left: 14%;

    }

    .just_btn_text{

        margin-top: -6px;
        font-size: 14px;
        margin-left: 5px;

    }

    .checkout_btn{


       width: 50%;

        margin-left: 16%;

    }

    .checkout_btn_text{
        margin-top: -3px;
        font-size: 14px;

    }



   }


   @media screen and (min-width: 320px) and (max-width: 767px)   {

    .checkout{

        height: 45px;
        width: 100%;
        margin-top: 12%;

    }

    .checkout_text{
        font-size:20px;


    }

    .product_num{
        transform: translate(0px)
    }


    .product_text{
        transform: translate(0px)
    }

    .checkout_card{
        width: 100%;
    }



    .order_card{
        width: 85%;

    }

    .checkout_btn{


       width: 30%;
        margin-left: 31%;

    }

    .checkout_btn_text{
        margin-top: -3px;
        font-size: 14px;


    }



   }



   @media screen and (min-width:768px) and (max-width: 1024px)   {

    .checkout{

        height: 45px;
        width: 70%;
        margin-top: 8%;

    }

    .checkout_text{
        font-size:20px;


    }

    .product_num{
        transform: translate(5px)
    }


    .product_text{
        transform: translate(-20px)
    }

    .checkout_card{
        width: 70%;
    }



    .order_card{
        width: 80%;

    }

    .checkout_btn{


       width: 20%;
        margin-left: 45%;

    }

    .checkout_btn_text{
        margin-top: -3px;
        font-size: 14px;


    }



   }

   @media screen and (min-width:1400px) and (max-width: 1600px)   {



    .checkout_text{
        font-size:24px;


    }


    .product_num{
        transform: translate(0px)
    }


    .product_text{
        transform: translate(0px)
    }

    #price td {
        font-size: 18px;
      }

      #product td {
        font-size: 18px;
      }

      .order{
          height:40px
      }

.order_text{
    font-size:22px;


}


    .checkout_btn_text{
        margin-top: -5px;
        font-size: 18px;


    }


    .checkout_btn{

        width:20%;
        height: 30px;

    }

    .checkout_btn_text{
        margin-top: -5px;
        font-size: 18px;

    }

   }



   @media screen and (min-width:1700px) and (max-width: 2000px)   {




    .checkout_text{
        font-size:28px;
        padding-top: 1%;



    }

    .product_num{
        transform: translate(0px)
    }


    .product_text{
        transform: translate(0px)
    }

    #price td {
        font-size: 22px;
      }

      #product td {
        font-size: 22px;
      }

      .order{
          height:44px
      }

.order_text{
    font-size:22px;


}


    .checkout_btn_text{
        margin-top: -5px;
        font-size: 18px;


    }

    .just_btn{

        width: 110px;
        height: 35px;

    }

    .just_btn_text{
        font-size:20px;

    }
    .checkout_btn{

        width: 20%;
        height: 35px;

    }

    .checkout_btn_text{
        margin-top: -4px;
        font-size: 20px;

    }

   }

