body{
    margin: 0%;
    font-family: 'Gothic A1', sans-serif;
}

.img{
    width: 100%;
    height: 100%;
}

.backToHomePage_a{
    font-size: 13px;
    color: black;
    word-spacing: 2px;
}

.backToHomePage{
    width: 80%;
    height: 20px;
    /* border-bottom: 1px solid;
    border-top: 1px solid; */
    margin-top: 5%;
    margin-left: 2%;
}

.topShoppingPartition{
    width: 100%;
    height: 100px;
    /* border-bottom: 1px solid;
    border-top: 1px solid; */
    margin-top: 2%;
}

.topShoppingPartition_dash{
    width: 70%;
    height: 2px;
    background-color: black;
    margin-left: 10%;
    margin-top: 2%;
}

.topShoppingPartition_para{
    /* border: 1px solid; */
    width: 80%;
    margin-left: 10%;
    font-size: 24px;
    line-height: 2px;
    margin-top: 5%;
    margin-left: 10%;
}

#cartProductDetails{
    width: 70%;
    height: auto;
    /* border: 1px solid; */
    margin-left: 5%;
}

.cartProductDetails_check{
    width: 100%;
    border-bottom: 1px solid;
    height: 60px;
    margin-left: 7%;
    display: flex;
}

#cartProductDetails_check_para{
    /* border: 1px solid; */
    width: 250px;
    margin-left: 25%;
}

#checkOutBtn{
    height: 30px;
    width: 15%;
    cursor: pointer;
    background-color: #008527;
    border: 1px solid #008527;
    color: white;
    margin-top: 1.2%;
    margin-left: 65%;
    font-weight: bold;
}

#checkOutBtn1{
    height: 40px;
    width: 25%;
    cursor: pointer;
    background-color: #008527;
    border: 1px solid #008527;
    color: white;
    margin-top: 1.2%;
    margin-left: 72%;
    font-weight: bold;
}

#checkOutBtn:hover{
    background-color: #E9FFF2;
    border: 1px solid #E9FFF2;
    color: green;
}

#checkOutBtn1:hover{
    background-color: #E9FFF2;
    border: 1px solid #E9FFF2;
    color: green;
}

#cartProductDetails_check_items{
    width: 100%;
    height: 30px;
    /* border: 1px solid; */
    margin-top: 2%;
}

#cartProductDetails_check_dash, #cartProductDetails_check_dash1{
    width: 70%;
    /* border: 1px solid; */
    margin-left: 10%;
    margin-top: 2%;
}

#cartProductDetails_check_dash1{
    border: 1px solid #E5E5E5;
}

#updateBag{
    padding: 8px;
    width: 10%;
    margin-top: 2%;
    margin-left: 70%;
    background-color: black;
    color: white;
    border: 1px solid;
    cursor: pointer;
}

#updateBag:hover{
    background-color: #F2F2F2;
    color: black;
    border: 1px solid #F2F2F2;
}

#cartFinalPrice{
    width: 70%;
    height: 400px;
    /* border: 1px solid; */
    margin-left: 10%;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
}

#cartFinalPrice_Promo{
    width: 40%;
    height: 40%;
    border: 1px solid #E5E5E5;
    margin-top: 1%;
    margin-left: 1%;
}

#cartFinalPrice_Promo_Box{
    width: 90%;
    margin-left: 2%;
    /* border: 1px solid; */
    margin-top: 6.5%;
}

#cartFinalPrice_Promo_Box_input{
    display: flex;
}

#promoInput{
    width: 70%;
    height: 30px;
}

#promoBtn{
    width: 25%;
    background-color: black;
    color: white;
    border: 1px solid;
    cursor: pointer;
}

#promoBtn:hover{
    background-color: #F2F2F2;
    color: black;
}

#cartFinalPrice_PriceDetails{
    width: 55%;
    height: 90%;
    /* border: 1px solid; */
    margin-left: 4%;
    background-color: #F2F2F2;
    margin-top: 1.1%;
}

.price_cart, .price_cart1, .price_cart2, .price_cart4{
    width: 100%;
    height: 20px;
    /* border: 1px solid; */
    margin-top: 5%;
    display: flex;
    font-size: 14px;
}

.price_cart, .price_cart2{
    margin-left: 1.2%;
}

.price_cart4{
    margin-top: 3%;
    font-size: 16px;
    font-weight: bold;
}

.price_cart3{
    width: 100%;
    height: 20px;
    /* border: 1px solid; */
    font-size: 12px;
}

.price_cart6{
    width: 100%;
    height: 20px;
    /* border: 1px solid; */
    font-size: 12px;
    margin-top: 9%;
    margin-left: 6%;
}

.price_cart1, .price_cart2{
    margin-top: 4%;
}

.price_cart>div:nth-child(1), .price_cart1>div:nth-child(1), .price_cart2>div:nth-child(1),
.price_cart3>div, .price_cart4>div:nth-child(1){
    margin-left: 5%;
}

.price_cart>div:nth-child(2){
    margin-left: 46%;
}

.price_cart1>div:nth-child(2){
    margin-left: 22.6%;
}

.price_cart2>div:nth-child(2){
    margin-left: 66%;
}

.price_cart4>div:nth-child(2){
    margin-left: 49.2%;
}

.cart_Dash{
    width: 87%;
    border: 2px solid #E5E5E5;
    margin-left: 6%;
    margin-top: 4%;
}

.emptyCart>h3{
    /* border: 1px solid; */
    width: 30%;
    margin: auto;
    margin-bottom: 2%;
}

.emptyLS{
    width: 80%;
    border: 1px solid;
    margin: auto;
}

#cartToHomepage{
    margin-left: 41%;
    margin-top: 2%;
    padding: 10px;
    width: 15%;
    cursor: pointer;
    background-color: black;
    border: 1px solid;
    color: white;
}

#cartToHomepage:hover{
    background-color:#F2F2F2;
    border: 1px solid #F2F2F2;
    color:black;
}

#displayLsCartData{
    margin-top: 2%;
}

/* ======================================================Cart Table===================================================== */
#displayCartDetails {
    border-collapse: collapse;
    width: 70%;
    margin-left: 10%;
}
  
#displayCartDetails td, #displayCartDetails th {
    border: 1px solid #ddd;
    padding: 8px;
}

#displayCartDetails th {
    padding-top: 12px;
    padding-bottom: 5px;
    text-align: left;
    background-color: #F2F2F2;
    color:black;
}

.tableCartItem{
    width: auto;
    height: auto;
    /* border: 1px solid; */
    display: flex;
}

.tableCartItem_Img{
    width: 160px;
    height: 250px;
    /* border: 1px solid;    */
}

.tableCartItem_Info{
    line-height: 25px;
}

.tableCartItem_Info{
    /* height: 80%;
    border: 1px solid yellow; */
    margin-top: 4%;
    margin-left: 3%;
}

.displayModalCont_info_btn{
    width: 70px;
    /* border: 1px solid; */
    height: 20%;
    margin-top: 5%;
    display: flex;
    margin-bottom: 5%;
    margin-left: 20%;
}

.displayModalCont_info_btn_count{
    width: 100%;
    height: 40px;
    /* border: 1px solid black; */
    display: flex;
    background-color: #F2F2F2;
}

#minusBtn:hover, #plusBtn:hover{
    background-color: black;
    border: 1px solid;
    color: white;
}

#minusBtn, #plusBtn{
    width: 35%;
    height: 100%;
    background-color: #F2F2F2;
    border: 1px solid #b3b3b3;
    font-size: 20px;
    cursor: pointer;
}

#numValue{
    width: 30%;
    height: 60%;
    text-align: center;
    vertical-align: middle;
    /* border: 1px solid black; */
    margin-top: 14%;
    font-weight: bold;
    background-color: #F2F2F2;
}

.finalPrice{
    display: flex;
    /* border: 1px solid; */
}

#removeLs{
    height: 20px;
    margin-top: 5.4%;
    margin-left: 50%;
    /* border: 1px solid black; */
    border: none;
    background-color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
}

#removeLs:hover{
    color: gray;
}

/*=========================================== Payment Model in Cart ===================================================*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
  /* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
  
  /* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cartPayment{
    width: 100%;
    height: 300px;
}

.cartPayment_Loading{
    width: 20%;
    height: 40%;
    /* border: 1px solid; */
    margin: auto;
    margin-top: 12%;
}

.cartPayment_text{
    width: 90%;
    height: 18px;
    /* border: 1px solid; */
    margin: auto;
    margin-top: 5%;
    text-align: center;
    letter-spacing: 2px;
}

.paymentInfo{
    width: 90%;
    height: 350px;
    /* border: 1px solid; */
    margin-bottom: 5%;
    margin-left: 5%;
    margin-top: 5%;
    display: flex;
}

.paymentInfo_add{
    width: 75%;
    /* height: 30px; */
    border-right: 1px solid;
    margin-top: 2%;
    margin-left: 2%;
}

.paymentInfo_OrderSumm{
    width: 50%;
    height: auto;
    /* border: 1px solid blue; */
    margin-top: 2%;
    margin-left: 2%;
}

#payBtn{
    padding: 10px;
    width: 50%;
    background-color: black;
    color: white;
    border: 1px solid;
    cursor: pointer;
}

#payBtn:hover{
    background-color: rgb(192, 192, 192);
    border: 1px solid rgb(192, 192, 192);
    color: black;
}

#footerSpace{
    width: 99%;
    border: 1px solid white;
    margin-top: 5%;
}
