.order-details{
    width: 700px;
    height: 85vh;
    border-radius: 5px;
    background: rgb(243, 183, 183);
    margin-top: 30px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.order-details-inner{
    margin: 40px;
}
.order-details-inner h4{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: black;
    transform: translateY(8px);
}
.order-details-inner h3 {
    font-size: 17px;
    color: black;
    transform: translateY(7px);
}
.order-details-inner input{
    width: 65%;
    height: 40px;
    margin-left: 17.5%;
    border: 1px solid black;
}
.form-select{
    margin-top: 20px;
    margin-left: 10%;
    height: 40px;
    width: 80% ;
    border: 1px solid black;
}
.form-selectt:focus {
    border-color: black;
    box-shadow: none;
}
.select{
    font-weight: bold;
    text-transform: uppercase;
    color: red;
    text-align: center;
}
.mpesa-options{
    text-align: center;
    justify-content: center;
}
.mpesa-options h3{
    color: red;
    font-weight: bold;
}
.mpesa-options h4{
    color: green;
    font-weight: bold;
}
.verticl{
    height: 1px;
    width: 2px;
    margin: 20px;
    background: black;
}
.btn{
    background: black;
    color: white;
    font-size: 14px;
    border: 2px solid black;
    width: 60%;
    margin-left: 20%;
    transform: translateY(30px);
}
.btn:hover{
    background: red;
    border: 2px solid red;
}
.order-products-details{
    width: 300px;
    height: auto;
    margin-left: 5%;
    border-radius: 5px;
    background: rgb(243, 183, 183);
    margin-top: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.shipping{
    display: flex;
    justify-content: center;
}
.order-products-details h4{
    font-size: 17px;
    color: black;
    transform: translateY(7px);
    text-align: center;
}

.order-products{
    display: flex;
}
.order-products-img{
    height: 85px;
    width: 90px;
}
.order-products-img img{
    height: 100%;
    width: 100%;
    margin-left: 10px;
}
.order-products-txt{
    margin-left: 30px;
}
.order-products-txt h1{
    font-size: 15px;
    font-weight: 400;
    columns: black;
}
.order-products-txt h2{
    font-size: 18px;
    color: red;
}
.order-products-txt h3{
    font-size: 17px;
    color: black;
    font-weight: 400;
}
.total{
    display: flex;
    justify-content: center;
}
.total h5{
    font-size: 17px;
}
.ttl{
    margin-right: 25%;
}
.ksh{
    margin-left: 25%;
}
.modify{
    text-align: center;
    text-decoration: underline rgb(243, 183, 183);
    color: red;
    font-size: 15px;
}
.logo{
    align-items:center;
    justify-content:center;
    display:flex;
}
.logo img{
    transform:translateY(25px);
}


.pmethod{
    height: 100vh;
    overflow: hidden;
}
.pmethod img{
    height: 100vh;
    width: 100%;
    transform: translateY(-60vh);
    z-index: -100;
    position: fixed;
}
.Choose-pmethod {
    transform: translateY(150px);
    height: 60vh;
    width: 90%;
    margin-left: 5%;
    border-radius: 10px;
    background: rgba(255, 255, 255, .2);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(6px);
}
.Choose-pmethod h1{
    color: black;
    font-size: 45px;
    font-weight: bold;
    font-family: Serif;
    text-align: center;
}
.selector {
    margin-top: 40px;
    display: flex;
    justify-content: center;

}
.pnow{
    height: 50px;
    width: 200px;
    background: black;
    border-radius: 4px;
}
.pnow h5{
    color: white;
    text-align: center;
    font-weight: bold;
}
.pnow i{
    color: white;
    font-size: 20px;
    width: 10%;
    margin-left: 45%;
}
.credit h4{
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: red;
    font-weight: bold;
}
.credit-img{
    display: flex;
    justify-content: center;
}
.credit-img .btn{
    height: auto;
    width: 60%;
    transform: translateY(-15px);
    
}

@media only screen and (max-width: 768px) {
    
}