.single-product .libbacher-rental-prices {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)) !important;
gap: 8px !important;
margin: 16px 0 18px !important;
}
.single-product .libbacher-rental-price-card {
display: grid !important;
grid-template-columns: 1fr !important;
gap: 4px !important;
min-height: 0 !important;
padding: 11px 12px !important;
line-height: 1.2 !important;
}
.single-product .libbacher-rental-prices strong {
font-size: 11px !important;
letter-spacing: 0 !important;
overflow-wrap: anywhere !important;
}
.single-product .libbacher-rental-price-card b {
font-size: 20px !important;
white-space: nowrap !important;
}
@media (max-width: 980px) {
.single-product .libbacher-rental-prices {
grid-template-columns: 1fr !important;
}
.single-product .libbacher-rental-price-card {
grid-template-columns: minmax(92px, .9fr) auto !important;
align-items: center !important;
column-gap: 14px !important;
row-gap: 2px !important;
}
.single-product .libbacher-rental-price-card strong,
.single-product .libbacher-rental-price-card small {
grid-column: 1 !important;
}
.single-product .libbacher-rental-price-card b {
grid-column: 2 !important;
grid-row: 1 / span 2 !important;
justify-self: end !important;
font-size: 22px !important;
}
} @media (max-width: 767px) {
body.woocommerce-cart #main-content .container,
body.woocommerce-checkout #main-content .container {
width: 92% !important;
padding-top: 24px !important;
}
body.woocommerce-cart h1,
body.woocommerce-checkout h1 {
margin: 18px 0 24px !important;
font-size: 30px !important;
line-height: 1.15 !important;
text-align: center !important;
}
body.woocommerce-cart .wpmc-tabs-wrapper,
body.woocommerce-checkout .wpmc-tabs-wrapper,
body.woocommerce-cart .wpmc-step-item,
body.woocommerce-checkout .wpmc-step-item {
margin-top: 0 !important;
margin-bottom: 16px !important;
}
body.woocommerce-cart .wpmc-step-item {
padding: 8px 0 !important;
}
body.woocommerce-cart table.shop_table_responsive tr,
body.woocommerce-checkout table.shop_table_responsive tr {
border: 1px solid #e1e4ea !important;
border-radius: 6px !important;
margin-bottom: 12px !important;
padding: 8px 10px !important;
background: #fff !important;
}
body.woocommerce-cart table.shop_table_responsive tr td,
body.woocommerce-checkout table.shop_table_responsive tr td {
padding: 8px 0 !important;
border-top: 1px solid #eef1f5 !important;
font-size: 14px !important;
line-height: 1.35 !important;
}
body.woocommerce-cart table.shop_table_responsive tr td:first-child,
body.woocommerce-checkout table.shop_table_responsive tr td:first-child {
border-top: 0 !important;
}
body.woocommerce-cart .coupon,
body.woocommerce-cart .actions {
display: grid !important;
gap: 8px !important;
}
body.woocommerce-cart .coupon input,
body.woocommerce-cart .coupon button,
body.woocommerce-cart .actions button {
width: 100% !important;
}
}