
/* GLOBAL */
/* GLOBAL CSS */
.changeQuantity {
display: none;
}
.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent;
}
.oms-service-cards .count * {
transition: 0.3s all;
}
.oms-service-cards .count:hover .control {
background: var(--primary)!important;
}
.oms-service-cards .count:hover .fas,
.oms-service-cards .count:hover .las {
background: var(--primary-alt)!important;
}
.oms-service-cards .count:hover .control * {
color: white!important;
}
.container.container-wide {
width: 100%!important;
max-width: 1600px!important;
}
@media(max-width: 991px) {
.display-3 {
font-size: 36px!important;
}
.display-5 span {
font-size: 24px!important;
}
}
@media(min-width: 992px) {
.col-lg-6 .push-container {
max-width: 538px;
}
}
.oms-wrapper a {
font-weight: bold;
}
.profile-card .overlay {
transition: 0.3s opacity;
}
.profile-card:hover .overlay {
opacity: 0.75!important;
}
.oms-wrapper .btn {
padding: 0.75rem 1.5rem;
border-width: 2px;
transition: .3s!important;
text-align: center;
font-size: 95%;
font-weight: bold;
text-transform: uppercase;
box-shadow: none;
}
.bg-transparent-dark {
background: rgba(47, 47, 47, 0.5)!important;
}
.oms-wrapper form .btn {
width: 100%;
}
.after-border {
position: relative;
padding-bottom: 1.5rem;
}
.after-border::before {
content: '';
position: absolute;
background-color: var(--primary-alt);
height: 2px;
width: 50px;
left: 0;
right: 0;
bottom: 0;
}
.text-center .after-border::before {
content: '';
position: absolute;
background-color: var(--primary-alt);
height: 2px;
width: 50px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: 0;
}
/* PAGE SPECIFIC */
/* FOOTER */
