.table-responsive{
overflow-x:auto;
font-size: 14px;
font-family: 'Plus Jakarta Sans';
}
.table-responsive table{
width:100%;
border-collapse:collapse;
}
.table-responsive th,
.table-responsive td{
border:1px solid #ddd;
padding:10px;
text-align:center;
}
.table-responsive th{
background:#003F8C;
color: #fff;
}
.section-container{
margin:0 auto;
}
.two-column{
display:flex;
align-items:center;
gap:50px;
}
.text-content{
flex:1;
}
.image-content{
flex:1;
}
.image-content img{
width:100%;
height:auto;
display:block;
border-radius:10px;
} @media (max-width:768px){
.two-column{
flex-direction:column;
gap:30px;
}
.text-content, .image-content{
width:100%;
}
}
.woocommerce-product-attributes th{
text-align:left;
}
.woocommerce table.shop_attributes tr:nth-child(2n) td, .woocommerce table.shop_attributes tr:nth-child(2n) th{
background-color: #E6F4FD;
}
.woocommerce table.shop_attributes td {
padding-left: 10px;
}
.product-detail h4 {
color: #0857a4;
}