
/* GLOBAL */
html {
scroll-behavior: smooth;
}
@media(min-width: 992px) {
h1.mega, .h1.mega {
font-size: 4rem;
}
}
@media(max-width: 767px) {
h1, .h1 {
font-size: 2rem;
}
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;
}
}
.btn {
white-space: normal;
}
.cta-caption {
position: absolute;
color: white;
font-weight: 700;
line-height: 1.2;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.ctaoverlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
border: 1px solid #505050;
}
.ctabutton img {
border: 1px solid white;
}
.ctabutton:hover .ctaoverlay {
background: rgba(0, 0, 0, 0.2);
border: 0px solid #FF8C00;
transition: .15s ease;
border: 1px solid #505050;
}
.ctabutton:hover {
z-index: 3;
}
.ctabutton:hover img {
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}
.ctabutton:hover .ctaoverlay,
.ctabutton:hover img {
-webkit-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.03);
transition: .05s ease;
}
.btn-custom {
background-color: #cb0213;
background-image: linear-gradient(135deg, #cb0213 0%, #ab010f 74%);
color: white;
}
.btn-cta {
border: 1px solid #c5c5c5;
color: #FF041D;
padding: .4em 1em .4em 1em;
}
.btn-cta:hover {
background: var(--primary);
color: white!important;
}
.nav-pills.nav-stacked>li>a {
padding: 2px 0;
color: #777;
}
.nav-pills>li>a {
border-radius: 0;
padding: 7px 10px;
border: 1px solid transparent;
color: #999 !important;
font-size: 14px;
text-transform: uppercase;
font-weight: 500;
}
.nav-pills.nav-stacked > li.active > a,
.nav-pills.nav-stacked > li.active > a:hover,
.nav-pills.nav-stacked > li.active > a:focus,
.nav-pills.nav-stacked > li > a:hover,
.nav-pills.nav-stacked > li > a:focus {
color: #FF072B !important;
background-color: transparent;
border-color: transparent;
}
.nav-pills.nav-stacked>li>a:after {
font-family: FontAwesome;
content: "f0da";
top: 6px;
}
.nav-pills.nav-stacked>li>a:after {
font-size: 12px;
position: absolute;
right: 15px;
color: #FF072B;
/* chanages color of arrow before */
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.nav-pills.nav-stacked>li.active>a:focus:after,
.nav-pills.nav-stacked>li.active>a:hover:after,
.nav-pills.nav-stacked>li>a:focus:after,
.nav-pills.nav-stacked>li>a:hover:after {
color: #FFF;
/*chanages color of arrow on hover */
right: 10px;
}
.standard-small-block-heading {
background: url(/userfiles/2518/images/banner-bg.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.standard-medium-block-heading {
background: url(/userfiles/2518/images/banner-bg.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.btn-animated {
position: relative;
min-width: 0!important;
padding-right: 45px!important;
}
.btn-animated i {
-webkit-transition: right 0.2s ease-in-out;
-o-transition: right 0.2s ease-in-out;
transition: right 0.2s ease-in-out;
z-index: 3;
right: 17px;
position: absolute;
line-height: 31px;
top: 0;
min-width: 12px;
}
.btn-animated:after {
width: 35px;
height: 100%;
background-color: rgba(0, 0, 0, 0.1);
position: absolute;
content: "";
top: 0;
opacity: 0;
filter: alpha(opacity=0);
right: 0px;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.btn-animated.radius-50:after {
-webkit-border-radius: 0 25px 25px 0;
-moz-border-radius: 0 25px 25px 0;
border-radius: 0 25px 25px 0;
}
.btn-animated:hover:after {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-animated:hover i {
right: 11px;
}
.btn-animated.btn-sm {
padding-right: 35px!important;
}
.btn-animated.btn-sm:after {
width: 25px;
}
.btn-animated.btn-sm i {
right: 14px;
line-height: 28px;
min-width: 11px;
}
.btn-animated.btn-sm:hover i {
right: 7px;
}
/* This changes color of arrow BG on hover */
.btn-animated.btn-gray-transparent:after {
background-color: #505050;
}
.btn-test {
background-color: #505050;
}
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%;
}
@media (max-width: 767px) {
.rightfloat {
float: none;
margin: 0 0 1rem 0;
width: 100%;
}
}
.btn-primary {
color: white !important;
}
@media(min-width: 1600px) {
.container {
max-width: 1300px;
}
}
.productsRow .card-body {
background: var(--dark);
}
.product-image {
padding-bottom: 100%;
background-size: contain !important;
background-color: black !important;
background-repeat: no-repeat !important;
}
.productsRow .card {
border-color: var(--border) !important;
}
.oms-cart .table-condensed {
background-color: transparent !important;
border: 1px solid var(--border);
}
.oms-cart .table-responsive {
border-top: 1px solid var(--border);
}
.bg-white {
background-color: black !important;
}
div[style*="background-color: white;"] {
background-color: black !important;
}
table[style*="background-color: white;"] {
background-color: black !important;
}
.btn {
color: white !important;
}
.related-products-row .card-body {
background: var(--dark) !important;
}
.related-products-row .card,
.related-products-row .card-body,
.related-products-row .product-image {
border-color: black;
}
.related-products-row .details {
display: none;
}
.col-6.col-md-4.col-lg-3.mb-3.thumbs img:hover {
transform: scale(1.8);
z-index: 999;
cursor: zoom-in;
position: relative;
}
.border.rounded .table-condensed.table-striped.table-dark a:not(.btn) {
pointer-events: none;
}
#customApp .col-12.text-right {
text-align: left !important;
}
.product-image {
padding-bottom: 66.66666666667% !important;
}
.round {
border-radius: 12px;
}
.modal form label {
font-weight: bold;
}
.modal form .radio-group lable,
.modal form .checkbox-group lable,
.modal form .radio-group *,
.modal form .checkbox-group * {
font-weight: normal !important;
}
.collapser:not(.collapsed) {
background-color: var(--primary);
}
.btn.btn-lg.btn-block.btn-primary-alt.count {
margin-bottom: .7rem;
}
/* PAGE SPECIFIC */
/* FOOTER */
