#search-product{
    display:none;
}

#search-product-table tr{
border: 6px solid rgb(255, 255, 255);
box-shadow: 10px 20px 20px 10px #ececec;
border-radius: 8px;
background-color: white;
text-align: center;
border:1px solid rgb(243, 243, 243);

}
#search-product-table tbody{
    width: 50%;
}

#search-product-table th{
    text-align: center;
}
#search-control #search_item{
    width: 99%;
    background-color: rgb(243, 243, 243);
    margin-left: 7px;
    font-weight: 600;
    height: 40px;
    border: none;
    border-radius: 3px;
}


.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 56%;
    max-width: 32%;
}

td{
    vertical-align: middle !important;
    font-size: 17px;
}

.main_product_details .main_product_name{
    font-size: 30px;
    position: sticky;
    font-weight:bold;
}
    
    .main_product_details{
    display:flex;
    justify-content:center;
    }
    .decreaseqty, .increaseqty{
    background-color: orangered;
    color: white;
    border: none;
    }

.item_delete{
    background-color: red;
    color: white;
    border: none;
    width: 100%;
}

#item_addtocart{
    background-color: rgb(226, 73, 17);
    color: white;
    border: none;
    width: 10%;
    cursor: pointer;
    height: 46px;
   
}
#item_checkout{
    color: rgb(0, 0, 0);
    background: #e1e1e1;
    border: none;
    width: 20%;
    height: 50px;
    margin-left: 10px;
}
.productname{
    color: black;
}


#my-orders-table{
    text-align: center;
    
}

.col_sku,.col_image,.col_name,.col_price,.col_qty,.col_sub_total,.col_action{
border: 7px solid rgb(255, 255, 255);
background-color: rgb(243, 243, 243);
text-align: center;
font-size: 15px;
width: 15%;
}
.total_price_details{
    font-weight: 600;
}

.product_info_popup{
    display: none;
    max-height: 610px;
    color:black;
    width: 90% !important;
    max-width: 840px;
    position: fixed;
    background-color: #fff;
    box-shadow: 10px 20px 20px 10px #ececec;
    text-align: center;
    box-shadow: 0 0 10px -5px #999;
    overflow-y: auto !important;
    z-index: 9999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#productinfo_table{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-color: grey;
}
#productinfo_table tr{
    border: 1px solid rgb(238, 238, 238);
}

.config_product_table_heading{
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.config_product_table_heading_row{
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.config_product_table_heading_data{
    position: relative;
    top: 0;
    background-color: rgb(243, 243, 243);
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
    padding: 15px 10px;
    border: 5px solid rgb(255, 255, 255);
    z-index: 99;
    text-align: center;
    width: 10px;
}

.circle_color{
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    margin: auto;
    border: 1px solid black;
}
#closePopup{
    float: right;
    margin-right: 20px;
    margin-top: 50px;
    width: 20px;
    height: 21px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    cursor: pointer;
    border: 2px solid black;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
}
.closepopup_div{
    width:100%;
    height:40px;
}






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

.item_delete{
    background-color: red;
    color: white;
    border: none;
    width: 30%;
}

#item_addtocart{
    background-color: rgb(226, 73, 17);
    color: white;
    border: none;
    width: 25%;
    height: 45px;
   
}
#item_checkout{
    color: rgb(0, 0, 0);
    background: #e1e1e1;
    border: none;
    width: 40%;
    height: 50px;
    margin-left: 10px;
}

.image{
    margin-top: 10px;
}

.main_product_details .main_product_name{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.main_product_details .main_product_image {
    max-width: 100%;
    height: 65%;
    border: 0;
    margin-top: 20px;
}



    #closePopup{
        float: right;
        margin-right: 20px;
        margin-top: 50px;
        width: 20px;
        height: 21px;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bolder;
        cursor: pointer;
        border: 2px solid black;
        color: rgb(255, 255, 255);
        border-radius: 50%;
        background-color: rgb(0, 0, 0);
    }

    .closepopup_div{
        width:100%;
        height:40px;
    }

}


@media only screen and (max-width:1100px) and (min-width: 640px){
    .quantity{
        padding-left: 20px;
    }
    .decreaseqty{
        width: 39px;
        height: 32px;
        padding: 0px 0px !important;
    }
    .qtydata{
        width: 40px;
        text-align: center;
        display: block;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .increaseqty{
        width: 39px;
        height: 32px;
        padding: 0px 0px !important;
    }

   
    #item_addtocart{
        width: 20%;
    }


}

@media only screen and (max-width: 320px) {
    #item_checkout{
        width: 40%;

    }
    #item_addtocart{
        width: 35%;
    }

    .main_product_details .main_product_name{
        font-size: 15px;
        font-weight: bold;
        margin-top: 10px;
    }

    .main_product_details .main_product_image {
        max-width: 100%;
        height: 65%;
        border: 0;
        margin-top: 20px;
    }


}
