
/* GLOBAL */
/* GLOBAL CSS */
.btn {
font-weight: bold;
}
.sticky {
position: sticky;
position: -webkit-sticky;
top: 60px;
z-index: 1;
}
.btn {
white-space: normal;
}
.floatright {
float: right;
margin: 0 0 10px 20px;
width: 400px;
max-width: 40%;
}
@media (max-width: 575px) {
.floatright {
float: none;
margin: 0 0 20px 0;
width: 100%;
max-width: 100%;
}
}
.blog-detail-page {
background: var(--light);
}
.oms-blog-detail .blog {
background: white;
border: 1px solid var(--border);
padding: 1.5rem;
}
.oms-testimonials {
background: var(--light);
}
.productsRow .product-description,
.productRow .btn-back,
.productsRow .optionsRow,
.productsRow .prodPageCartBtn {
display: none !important;
}
.productsRow .price {
font-weight: bold;
color: var(--primary);
}
.productsRow .product-image {
background-size: cover !important;
padding-bottom: 60%;
min-height: 100px !important;
}
.productRow > .col-12.col-lg-4 {
background: var(--light);
padding-top: 1rem;
border: 1px solid var(--border);
}
.prodimg-col {
position: sticky;
position: -webkit-sticky;
top: 70px;
z-index: 1;
}
.oms-product-details iframe {
border: 1px solid var(--border) !important;
}
#dates {
scroll-margin-top: 750px !important;
}
/* PAGE SPECIFIC */
/* FOOTER */
