
/* GLOBAL */
/* GLOBAL CSS */
@media (min-width: 768px) {
.hovery {
transition: all .08s ease-in-out;
}
.hovery:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
position: absolute;
z-index: 99999;
left: 0;
overflow: hidden;
cursor: zoom-in;
-webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 60%);
-moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.6);
box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 60%);
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
}
.bg-darker,
.oms-products.bg-light {
background-color: #090909 !important;
}
@font-face {
font-family: turtles;
src: url("/userfiles/2404/files/chlorina.ttf") format("opentype");
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.nav.navbar-nav a {
font-family: turtles !important;
}
.nav.navbar-nav a {
font-size: 1.25rem !important;
font-weight: normal !important;
}
@media(min-width: 992px) {
h1, .h1 {
font-size: 3.5rem;
}
h1.mega,
.h1.mega {
font-size: 5rem;
}
h2,
.h2 {
font-size: 3rem;
}
h3,
.h3 {
font-size: 2.6rem;
}
h4,
.h4 {
font-size: 2.2rem;
}
h5,
.h5 {
font-size: 1.8rem;
}
h6,
.h6 {
font-size: 1.4rem;
}
}
.btn-primary {
color: white;
}
.btn {
border-radius: 100px;
}
.oms-wrapper .btn:not(.btn-sm):not(.btn-lg) {
padding: 5px 25px;
}
.oms-wrapper .btn-sm {
padding: 3px 10px;
}
.oms-wrapper .btn-lg {
padding: 10px 35px;
}
.oms-wrapper .btn {
white-space: normal;
}
/* Products */
.fullProductsContainer .productsRow .card {
background: var(--dark);
}
.fullProductsContainer .product-description-cell {
display: none;
}
.fullProductsContainer .product-title {
font-weight: bold;
}
.fullProductsContainer .col-12.price.mb-3 {
margin-bottom: 0 !important;
}
.prodPageCartBtn {
font-size: .8rem !important;
padding: .15rem .75rem !important;
display: inline;
width: auto;
}
.fullProductsContainer .card.shadow.rounded.mx-auto.w-100 {
display: flex;
flex-direction: row;
align-items: center;
}
.fullProductsContainer .oms-product-img-container {
flex: 0 0 35%;
}
.fullProductsContainer .card-body.d-flex.flex-column.justify-content-between {
font-size: .8rem;
padding: .4rem .75rem;
}
.fullProductsContainer .product-image {
padding-bottom: 120%;
min-height: unset;
background-size: cover !important;
}
@media(min-width: 1px) {
.productsRow .col-12.col-md-6.col-xl-3.d-flex.my-3 {
flex: 0 0 100%;
max-width: 100%;
}
}
@media(min-width: 768px) {
.productsRow .col-12.col-md-6.col-xl-3.d-flex.my-3 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media(min-width: 1200px) {
.productsRow .col-12.col-md-6.col-xl-3.d-flex.my-3 {
flex: 0 0 33.33333333333%;
max-width: 33.333333333%;
}
}
/* End Products */
#logoutNow {
display: none;
}
/*.proDet_weight,*/
.proDet_dimensions {
display: none;
}
/* PAGE SPECIFIC */
/* FOOTER */
