:root {
    --main-color: #ea070f;
    --gray-color: #555555;
}
body{
    text-align: center;
    width: 100%;
    text-align: center;
    margin: 0px auto;
    font-size: 18px;
}
.duroflex-logo{
    padding: 10px 0;
}
.maincontainer{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.page_header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    align-items: center;
    z-index: 2;
}
.page_header svg{
    margin: 15px 0;
}
.fixed_position{
    position: fixed;
}
.spacer_blank{
    height: 20px;
}
.page_header span.heading{
    font-size: 1.4em;
    font-weight: 600;
    color: #323232;
    text-align: center;
}
.page_content h3{
    font-size: 1.5em;
    font-weight: 600;
}
.header_btn{
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 0.9em;
    letter-spacing: -0.03em;
    cursor: pointer;
    display: inline-block;
    border: 0px;
}
.btn_red{
    background: var(--main-color);
}
.btn_gray{
    background: #545454;
}
a:hover{
    background-color: #323232;
    color: white;
}
.dashboard{
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}
.dashboard_btn{
    width: 23%;
    background-color: #FFF;
    font-size: 1.5em;
    padding: 20px;
    margin-top: 50px;
    text-decoration: none;
    color: var(--main-color);
    line-height: 1.2em;
    font-weight: 600;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.05);    
}
.dashboard_btn img{
    max-width: 100%;
    padding: 15%;
}
.thanksyou{
    display: flex;
    width: 90%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    flex-direction: column;
    align-items: center;
}
.thanksyou .dashboard_btn{
    width: 250px;
    color: var(--gray-color);
}
.dashboard_btn:hover{
    background-color: var(--main-color);
    color: white;
}
.bigger_btn{
    width: 100%;
}
#po_back_button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed_position svg {
    fill: white;
    width: 12px;
    margin: 0 3px 0 0;
}
.page_content{
    width: 90%;
    padding-top: 70px;
}
.page_content table{
    width: 100%;
}
.page_content th, .page_content td{
    margin: 1px;
    padding: 10px;
}
.page_content th{
    background-color: #dbdbdb;
}
.page_content tr:nth-child(odd){
    background-color: #fbfbfb;
}
.page_content tr:nth-child(even){
    background-color: #FFFFFF;
}
.searchbox{
    display: flex;
}
.productsearchbox{
    position: relative;
}
.seach_text_box,  .product_quantity{
    border-radius: 5px;
    margin: 10px 0;
    padding: 12px;
    width: 100%;
    font-size: 1em;
}
.seach_text_box{
    border: 0px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.product_quantity{
    border: 1px solid #dbdbdb;
    min-width: 100px;
    text-align: center;
}
button.remove_product {
    background: var(--main-color);
    font-size: 1.3em;
    padding: 0 10px 5px 10px;
    margin: 0;
    font-weight: 600;
    color: white;
    border: 0px;
}
.input_type, .input_text{
    width: 100%;
    padding: 10px;
    text-align: left;
    display: flex;
}
.input_text{
    color: var(--gray-color);
    font-weight: 600;
}
.input_select_value, select, .input_type input{
    border: 1px solid #ADADAD;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    color: #545454;
    border-radius: 5px;
    font-size: 1em;
}
input[type="radio"]{
    width: 35px;
    padding-right: 10px;
}
.label_text{
    width: 300px;
    text-align: left;
    border-right: 2px solid #e1e1e1;
    padding-left: 15px;
}
.search_items {
    /* background: #FFF;
    border-radius: 5px;
    padding: 10px; */
    /* display: none; */
}
.inward_qty_textbox{
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #dbdbdb;
    width: 65px;
}
.btn_action{
    width: 100px;
}
#loader{
    padding: 10px;
    background-color: #CDCDCD;
    display: none;
    position: absolute;
    top: calc(50% - 250px);
    left: calc(50% - 20px);
}
.heading_input{
    padding-top: 20px;
}
#submit_button {
    margin: 10px;
    padding: 15px 25px;
    font-size: 1.1em;
    letter-spacing: 0;
}
.successful_message{
    margin-top: 40px;
    color: var(--main-color);
}
h3.page_heading{
    margin: 20px;
    color: var(--main-color);
    line-height: 1.25em;
}
h4.page_heading{
    margin: 20px;
    color: var(--gray-color);
}
.add_po_div{
    position: fixed;
    margin: auto;
    width: 100%;
    text-align: center;
    background-color: #FFF;
    z-index: 2;
    padding: 10px;
    bottom: 0;
}
#item_count{
    margin-top: 10px;
    display: block;
}
.display_block{
    display: block;
}
.line_item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px;
    margin-bottom: 3px;
    background-color: #FFF;
}
.pro_image{
    width: 50px;
}
.pro_title{
    width: 100%;
    color: #323232;
    text-align: left;
}
.pro_title i{
    color: #545454;
}
a.pro_links{
    text-decoration: none;
    color: #545454;
}
.line_item:hover{
    background-color: #f4f6f8;
    color: #545454;
}
.results{
    color: var(--main-color);
}
.pro_images{
    width: 300px;
}
.product_data_row h4{
    padding: 10px 5px;
    color: var(--main-color);
    font-weight: 600;
}
.product_data_row h6{
    padding: 5px;
}
td b{
    color: var(--main-color);
    font-weight: 600;
}
td b.remaining{
    color: var(--gray-color);
    font-size: .75em;
    font-weight: 600;
}
td i{
    font-style: normal;
    font-weight: 600;
}
.custom_matteress{
    display: flex;
    gap: 15px;
}
.column{
    width: 50%;
}
@media only screen and (max-width: 790px) {
    .custom_matteress{
        display: flex;
        flex-direction: column;
    }
    .column{
        width: 90%;
        margin: auto;
    }
    .dashboard_btn{
        width: 46%;
        font-size: 1em;
        margin-top: 30px;
    }
}


.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.order-image {
    width: 200px;
    float: left;
    padding-right: 20px;
}
.order-image img {
    width: 100%;
    display: block;
}
.order-details {
    float: left;
    width: calc(100% - 220px);
}
.order-details h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
}
.order-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.order-details ul li {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.order-details ul li:last-child {
    border-bottom: 0px solid #d2d2d2;
}
.order-details ul li span:first-child {
    width: 80px;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}
.order-area {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.order-area:last-child {
    border-bottom: 0px solid;
}
.order-details ul li .price{
    width: 45px;
    display: inline-block;
    font-weight: 600;
}   
@media screen and (max-width: 749px) {
.order-image {
    width: 100px;
    padding-right: 10px;
}
    .order-details {
    width: calc(100% - 110px);
}
    .order-details h1 {
    margin-bottom: 0;
    font-size: 16px;
}
    .order-details ul li span:first-child {
    width: auto;
    padding-right: 10px;
}
}