
/* GLOBAL */
html {
scroll-behavior: smooth;
}
.codey {
font-family: courier, monospace;
}
.anchor {
scroll-margin-top: 100px;
}
@media(min-width: 576px) {
h1, .h1 {
font-size: 2.7rem;
}
h2,
.h2 {
font-size: 2.4rem;
}
h3,
.h3 {
font-size: 2.1rem;
}
h4,
.h4 {
font-size: 1.9rem;
}
h5,
.h5 {
font-size: 1.6rem;
}
h6,
.h6 {
font-size: 1.3rem;
}
}
@media(min-width: 768px) {
h1, .h1 {
font-size: 3.1rem;
}
h2,
.h2 {
font-size: 2.75rem;
}
h3,
.h3 {
font-size: 2.4rem;
}
h4,
.h4 {
font-size: 2.05rem;
}
h5,
.h5 {
font-size: 1.7rem;
}
h6,
.h6 {
font-size: 1.35rem;
}
}
@media(min-width: 1200px) {
h1.mega, .h1.mega {
font-size: 4.5rem !important;
}
body {
font-size: 1.1rem;
}
h1,
.h1 {
font-size: 3.4rem;
}
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;
}
}
@media(min-width: 1600px) {
h1, .h1 {
font-size: 3.8rem;
}
h2,
.h2 {
font-size: 3.25rem;
}
h3,
.h3 {
font-size: 2.8rem;
}
h4,
.h4 {
font-size: 2.35rem;
}
h5,
.h5 {
font-size: 1.9rem;
}
h6,
.h6 {
font-size: 1.45rem;
}
}
.btn {
white-space: normal;
}
a:hover img,
a.bg-img:hover a.bg-image:hover {
opacity: .85;
}
#savecontent img {
max-width: 100% !important;
height: auto !important;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
.rightfloat-md {
float: right;
margin: 0 0 .5rem 1rem;
width: 25%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
@media (max-width: 575px) {
.rightfloat-md {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
.round {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
@media(min-width: 1600px) {
.container.container-wide {
width: 1500px !important;
max-width: 1500px !important;
}
}
.product-image {
background-size: cover !important;
min-height: auto !important;
padding-bottom: 75%;
}
#savecontent form label {
font-weight: bold;
}
#savecontent form .checkbox-group label,
#savecontent form .radio-group label {
font-weight: normal;
}
.formbuilder-required {
color: red;
}
.text-right.addToCart {
text-align: left !important;
}
.light-gradient {
background: rgb(255, 255, 255);
background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(163, 217, 239, 1) 100%);
}
.btn-bus:hover .h5 {
color: var(--primary) !important;
border-top: 2px solid var(--primary) !important;
border-bottom: 2px solid var(--primary) !important;
}
.bullet-cols {
columns: 1;
column-gap: 40px;
}
@media(min-width: 768px) {
.bullet-cols {
columns: 2;
}
}
@media(min-width: 1200px) {
.bullet-cols {
columns: 3;
}
}
.blog-detail-page .foot-locations.bg-light {
background: white !important;
}
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog {
border-radius: 12px;
padding: 1.5rem;
background: white;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.blog-detail-page .blog h4 {
margin-top: 1rem;
}
.inventory-container .form-check {
flex-grow: 0 !important;
}
#chat-widget-container {
right: 0;
left: auto !important;
}
.inventory-container .result-pic {
padding-bottom: 58% !important;
}
.opaque-block {
background: rgba(0, 0, 0, 0.6);
border-radius: 12px;
border: 5px solid var(--primary);
}
.owl-theme .item {
background: var(--dark);
transition: all .2s ease-in-out;
text-align: center;
padding: .5rem 1rem;
}
@media(max-width: 575px) {
.owl-theme .item {
font-size: .9rem !important;
}
}
.owl-theme .item:hover {
background: var(--primary);
}
.owl-nav {
text-align: center;
margin-top: 20px;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next {
color: var(--primary) !important;
font-size: 28px;
width: 40px;
height: 40px;
border-radius: 50%;
border: none;
margin: 0 12px;
transition: background 0.3s ease, transform 0.2s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
position: relative;
z-index: 2;
}
.owl-nav button:focus {
border: 0 !important;
outline: 0 !important;
}
.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
background-color: var(--primary-alt) !important;
color: white !important;
}
.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
display: block;
font-size: 36px;
line-height: 1;
font-weight: bold;
margin-top: -6px;
}
.oms-products.bg-light .oms-product-img-container .product-image {
padding-bottom: 65% !important;
}
/* ================= */
/*.owl-theme .item {
background: var(--dark);
transition: all 0.3s ease-in-out;
text-align: center;
padding: 1rem;
height: 150px;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
position: relative;
overflow: hidden;
transform: scale(1);
}
.owl-theme .item::before {
content: "";
position: absolute;
top: -100%;
left: -100%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, var(--primary), var(--primary-alt));
opacity: 0;
transition: opacity 0.3s ease;
z-index: 0;
}
.owl-theme .item:hover::before {
opacity: 0.1;
}
.owl-theme .item:hover {
background: var(--primary);
color: white;
transform: scale(1.05);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.owl-theme .item h6,
.owl-theme .item span {
position: relative;
z-index: 1;
}
.owl-theme .item::after {
content: '';
position: absolute;
bottom: -30px;
right: -30px;
width: 80px;
height: 80px;
background: rgba(255, 255, 255, 0.05);
border-radius: 50%;
transition: transform 0.5s ease;
}
.owl-theme .item:hover::after {
transform: scale(1.5);
}*/
/* PAGE SPECIFIC */
/* FOOTER */
