Current File : /var/www/html/css/order.css |
body{
background-color: #F5F5F5;
}
#mainProductImage{
width: 100%;
height: 400px;
}
.productAllDetails{
display: flex;
background-color: #ffffff;
}
.productImg{
flex-direction: row;
background-color: rgb(255, 255, 255);
padding: 30px;
}
.productImgSec{
flex-basis: 60%;
height: 600px;
display: flex;
flex-direction: row;
position: -webkit-sticky;
position: sticky;
top: 180px;
}
#mainProductImage{
flex-basis: 70%;
}
.sub-img{
flex-basis: 30%;
height: 400px;
}
.productInfo{
background-color: rgb(255, 255, 255);
padding: 30px;
}
.productInfo > h2 {
color: #2E8ACA;
}
.price{
display: flex;
align-items: center;
gap: 20px;
}
.price > h6{
text-decoration:line-through;
color: red;
}
.quantity{
width: 80%;
align-items: center;
display: flex;
gap: 20px;
}
#quantityBox{
width: 50px;
text-align: center;
}
.common-ul-vtp li > em{
background-color: #2E8ACA;
}
.common-ul-vtp li{
color: black;
}
#kvaSection{
padding: 10px;
border: 1px solid black;
margin-bottom: 0;
}
#more{
display: none;
}
#returnsDelivery{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
#returnsDelivery > div {
display: flex;
width: 70px;
justify-content: center;
align-items: center;
flex-direction: column;
border: 2px solid #2625255f;
padding: 10px;
margin-left: 20px;
border-radius: 20px;
}
#returnsDelivery > div > h6 {
font-size: 12px;
margin: 15px 0px 0 0;
}