
/* GLOBAL */
/* GLOBAL CSS */
html {
scroll-behavior: smooth;
}
::selection {
background: var(--primary);
color: #fff
}
::-moz-selection {
background: var(--primary);
color: #fff
}
::-webkit-scrollbar {
width: 14px;
}
::-webkit-scrollbar-track {
background: #090909;
}
::-webkit-scrollbar-thumb {
background: var(--primary);
}
::-webkit-scrollbar-thumb:hover {
background: var(--primary-alt);
}
@media(max-width: 767px) {
.h1, h1 {
font-size: 1.9rem;
}
.h2,
h2 {
font-size: 1.75rem;
}
.h3,
h3 {
font-size: 1.6rem;
}
.h4,
h4 {
font-size: 1.45rem;
}
.h5,
h5 {
font-size: 1.3rem;
}
.h6,
h6 {
font-size: 1.15rem;
}
body {
font-size: .9rem;
}
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
font-style: italic;
letter-spacing: -1px;
font-weight: 700;
font-family: Segoe UI, 'Segoe UI', "Open Sans", sans-serif;
}
.rightfloat {
float: right;
margin: 0 0 .5rem 1rem;
width: 40%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
.round,
.rounded {
border-radius: 12px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
background-color: rgba(0, 0, 0, 0.9);
padding: 1rem;
background-size: 20px;
}
.product-header h1 {
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
strong,
b,
.font-weight-bold {
font-weight: 700;
}
.anchor {
scroll-margin-top: 220px;
}
.gradient-fade {
background: linear-gradient(90deg, var(--primary) 0%, rgba(255, 255, 255, 0) 100%);
}
.btn-primary-alt {
color: black !important;
}
.btn.btn-link {
transition: all .1s ease-in-out;
border: 1px solid transparent;
}
.btn.btn-link:hover {
background: rgba(0, 0, 0, 0.05);
padding-left: .8rem !important;
border: 1px solid var(--primary);
}
.btn.btn-primary-alt {
font-weight: bolder;
}
.card-body .product-title {
font-weight: bold;
font-size: .9rem;
line-height: 1.2;
display: block;
margin-bottom: .5rem;
}
@media(min-width: 1600px) {
.productsRow .col-12.col-md-6.col-xl-3.d-flex.my-3 {
flex: 0 0 16.66666666666666%;
max-width: 16.666666666666666%;
}
.productsRow .card .card-body {
padding: .5rem;
}
}
@media (max-width: 767px) {
.productsRow .col-12.col-md-6.col-xl-3.d-flex.my-3 {
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 575px) {
.productsRow .card-body.d-flex {
padding: .5rem !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.productsRow .col-12.col-md-6.col-xl-3.d-flex.my-3 {
flex: 0 0 33.333333333333%;
max-width: 33.333333333333%;
}
}
.pagination.justify-content-end {
justify-content: start !important;
flex-wrap: wrap;
margin-top: 1.5rem;
}
.productsRow .card-body {
text-align: center;
}
.productsRow .card-body .price.mb-3 {
margin-bottom: .5rem !important;
}
.oms-product-img-container .product-image,
.related-products-row .product-image {
min-height: auto;
padding-bottom: 85%;
background-image: url(/userfiles/2552/images/farm-placeholder.jpg);
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
border-bottom: 1px solid var(--border);
}
.related-products-row .btn {
font-size: 13px;
padding: 2px 4px;
}
.related-products-row .prodPageCartBtn {
margin-top: 1rem;
}
.related-products-row .product-title {
font-size: 12px;
font-weight: normal !important;
}
.related-products-row .productPrice {
font-size: 14px;
font-weight: bold !important;
}
@media(max-width: 575px) {
.related-products-row .col-12.col-sm-6 {
flex: 0 0 50% !important;
max-width: 50% !important;
}
}
.prodimg-col .mainImg {
background: var(--light) !important;
width: 100%;
height: auto;
}
form .card.shadow.rounded {
transition: all .2s ease-in-out;
}
form .card.shadow.rounded:hover {
box-shadow: 0 0 5px rgba(0, 0, 0, 0) !important;
color: var(--primary);
}
.productRow .btn.btn-back {
display: none !important;
}
.prodButtons .text-right.addToCart {
text-align: left !important;
}
.product-filter > .container {
width: 100% !important;
max-width: 100% !important;
margin-bottom: -1.5rem;
}
/*.card-body .optionsRow,
.card-body .optionsRow,
.card-body .prodPageCartBtn {
display: none;
}*/
.viewed-products .card.shadow .product-image {
padding-bottom: 100%;
}
.viewed-products .card.shadow.rounded .price {
display: none;
}
.productPrice a.btn {
background: transparent;
border: 0px solid transparent;
color: var(--dark);
padding: 0;
}
.related-cat.font-weight-bold {
font-weight: normal !important;
}
.related-products-page-container a.d-block:hover,
a:hover img {
opacity: .8;
}
@media (min-width: 1680px) {
.container.container-wide {
width: 1400px !important;
max-width: 1400px!important;
}
}
.video-container {
margin-top: 1.5rem;
}
.tab-pane img {
height: auto !important;
max-width: 100% !important;
}
/*.product-header,
.product-filter > .container {
display: none;
}
.oms-products .product-header,
.oms-products .product-filter {
display: block;
}*/
/*.product-filter select {
text-transform: uppercase;
}*/
.prodPageCartBtn {
display: none;
}
.pp-oms-hover-service-cards .oms-hover-wrapper {
overflow: hidden;
margin-bottom: 1.5rem;
}
.pp-oms-hover-service-cards .card-tile:hover {
opacity: .8;
}
@media(min-width: 1600px){
.col-five {
flex: 0 0 20% !important;
max-width: 20% !important;
}
}
/* PAGE SPECIFIC */
/* FOOTER */
