body{
    font-family: 'Quicksand', sans-serif;
}
.shipping-section{
    background: #FF6F61;
    border-radius: 0 0 20px 20px;
    
}
.shipping-fillUp{
    background: white;
    border-radius: 10px;
    color: black;
    
    box-shadow: 0px 0px 21px -3px rgba(0,0,0,0.1);
}

.waring-info{
    border-radius: 5px;
    border: 1px solid black;
    font-size: 15px;
    margin-block: 10px;
}
.deliivery-details{
   border-radius: 5px;
}
.delivery-details-desc-image{
    width: 70%;
    border: 2px solid #FF6F61;
}
.information-tip{
    font-size: 15px;
    width: 70%;
}
.combined-inputs{
    width: 90%;
}
.payment-method-details{
    border-radius: 10px;
    box-shadow: 0px 0px 21px -3px rgba(0,0,0,0.1);
}

.navigation > span{
    padding: 10px;
    border-radius: 50%;
}
.payment-icon{
    border: 2px solid black;
    background: #FF6F61;
}
.inactive-icon-pages{
    border: 2px solid black;
}
.payment-methods{
    border-radius: 5px;
   /* box-shadow: 0px 0px 21px -3px rgba(0,0,0,0.1);*/
}
.payment-method-pic{
    width: 80%;
}
.pop-up-tip{
    transform: translateX(-200%);
    transition: 2s ease-in-out;
}
.show-tip{
    transform: translateX(0%);
}
.shopping-cart-section{
    background: #f9977b;
    border-radius: 0 0 20px 20px;
}
.cards{
    background: blue;
}
.cart-img{
    height : 300px; 
    object-fit : cover;
}
.view-details-cart-btn{
    padding-inline : 30pt;
    background : #F9977B;
}

@media  only screen and (max-width: 767px) {
    .shipping-fillUp > input{
        margin-block: 10px;
    }
    .waring-info{
        font-size: 10px;
    }
    .short-input{
        width: 70%;
        display: flex;
        justify-content: space-around;
    }
    .delivery-details-desc-image{
        width: 100%;
        border: 2px solid #FF6F61;
    }
    .information-tip{
        font-size: 10px;
        width: 80%;
    }
    .payment-method-pic{
        width: 100%;
    }
    .shopping-cart-section{
        background: white;
        border-radius: 0 0 20px 20px;
    }

    .scrolling{
        height: 10%;
        overflow-x: scroll;
    }
    .popUp-order-detail{
        transform: translateX(0vw);
        transform: translateY(0vh);
        margin-left: 0;
    }
    .orders-head{
        margin-inline: 0 !important;
        box-shadow: none !important;
    }
    .cart-img{
    height : 100px; 
    object-fit : cover;
    }
    
}

.mytable{
    overflow-x: scroll;
}
table{
    font-size: 15px;
}
tr{
    font-size: 15px;
}
#order-btn{
    font-size: 15px;
}
.search-order{
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.search-order:focus{
    box-shadow: none;
}
.search-group-order{
    border-radius: 30px;
}

.popUp-order-detail{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: scroll;
    height: 100vh;
    display: none;
    border-radius: 20px;
    
}
.pop-up-detai-show{
    display: block;
}
.order-parent-section{
    background: #FF6F61;
}
.detail-section{
    border-radius: 10px;
    background: white;
}
.orders-header{
    margin-top: 0 !important;
    padding: 30px;
    padding-top: 0;
}

.table-iframe{
    width: 80vw;
    height: 100%;
    left: 0;

}
.table-iframe::-webkit-scrollbar-thumb{
    background-color: #FF6F61;
}
body::-webkit-scrollbar {
    width: 5px;
    height: 1px;

}
body::-webkit-scrollbar-thumb {
    background-color: lightgrey; /* Set the color of the thumb */
    border-radius: 10px; /* Set the border radius of the thumb */
  }

tr{
  border-radius: 30px;  
}
