| Current Path : /home/helpink/www/components/com_jbusinessdirectory/assets/css/ |
| Current File : /home/helpink/www/components/com_jbusinessdirectory/assets/css/email.css |
.order-items {
width: 100%;
}
.order-items .order-section {
display: flex;
justify-content: space-between;
margin-bottom: 10px;
}
.order-items .order-section .order-item-title {
color: #808888;
min-width: 150px;
}
.order-items .order-section .order-item-desc {
color: #2F2F2F;
font-weight: bold;
min-width: 150px;
text-align: right;
}
.order-items .order-price {
font-size: 36px;
line-height: 36px;
margin: 10px 0;
display: flex;
align-items: baseline;
flex-direction: column;
}
.order-items .price-duration {
font-size: 12px;
display: flex;
align-items: baseline;
margin-left: 5px;
}
.order-items .order-next-price {
}
.order-items .order-service {
color: #2F2F2F;
font-size: 15px;
font-weight: bold;
margin-bottom: 5px;
}
.order-items .order-item-section {
display: flex;
margin-bottom: 15px;
}
.order-items .order-item-image {
width: 30%;
margin-right: 20px;
}
.order-items .order-item-image img {
border-radius: 10px;
}
.order-items .order-item-cnt {
width: calc(70% - 20px);
}
.order-items .order-item-cnt .order-service {
margin-bottom: 0px;
}
.order-items .item-properties {
display: flex;
margin-top: 10px;
font-size: 12px;
}
.order-items .item-properties .item-property {
display: flex;
flex-direction: column;
margin-right: 12px;
}
.order-items .item-properties .item-property:last-child {
margin-right: 0px;
}
.order-items .item-properties .item-property div:last-child {
font-weight: 600;
}
.item-property-title{
margin-right: 5px;
}
.item-property-content{
font-weight: 600;
}
.order-items .order-details {
color: #808888;
}
.order-items .order-spacer {
border: 1px dashed #C2C9D1;
margin: 40px 0;
}
.billing-details {
display: block;
width: 100%;
}
.billing-details .title {
font-weight: bold;
font-size: 14px;
line-height: 20px;
margin-bottom: 20px;
}
.billing-details .detail-spacer {
border: 1px dashed #C2C9D1;
margin: 30px 0;
}
.billing-details .billing-item {
margin-bottom: 10px;
}
.billing-details .billing-item .billing-item-title {
color: #808888;
}
.billing-details .billing-item .billing-item-desc {
display: block;
color: #2F2F2F;
font-weight: 600;
}
.w-100{
width: 100%;
}
.pl-1 {
padding-left: 5px;
}