* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-family: brandon-grotesque, sans-serif;
	font-weight: 400;
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
}

p {
    font-size: 20px;
}

/* .col-blue {
    color: #292f74;
} */

.h2-white {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
}

a:link, a:visited {
	color: inherit;
}

/* Variables */

:root {
	--myred: #DA0812;
}

.myred {
	color: var(--myred);
}

.myblue {
    color: #292f74;
}

/* NAVBAR */

.nav-logo {
	width: 250px;
}

.navbar {
	box-shadow: 0 4px 2px -2px gray;
}

.navbar.navbar-light .navbar-nav .nav-link {
	color: #292f74;
}

.navbar-brand {
    max-width: 250px;
}

/* .header-wrap {
	position: fixed;
	width: 100%;
	background-color: #fff;
	margin-top: -120px;
    z-index: 9999;
} */

.white-bg {
    background-color: #fff;
    max-height: 318.36px;
    border-radius: 50px;
    height: 100%;
}

a {
	text-decoration: none;
}

/* FOOTER */

.foot-logo {
	max-width: 180px;
}

.ft-blue {
	background-color: #292f74;
	color: #fff;
}

.ft-bg {
	border-bottom: solid 2px var(--myred);
}

.injector-diagonal {
    border-radius: 50px;
}

.img-mw {
    max-width: 600px;
}

.bg-red {
    background-color: #DA0812;
}

.bg-red h1,h2 {
    color: #fff;
}

.bg-red-top {
    background-color: #DA0812;
    color: #fff;
}

.f-size-20 p {
	font-size: 20px;
}

.science-accordion .accordion-item h2 button {
	font-size: 26px;
}

.science-accordion .accordion-item .accordion-body {
	font-size: 20px;
}

.bg-blue {
    background-color: #292f74;
    /* border-radius: 10px; */
}

.bg-blue h1 {
    color: #fff;
}

.bg-blue h2 {
    color: #fff;
}

.bg-blue2 {
    background-color: #292f74;
    color: #fff;
}

.bg-blue2 p {
    margin: 0;
}

.border-radius {
	border-radius: 10px;
}

.bg-red-top h1 {
    font-size: 72px;
}

.no-sharps {
    color: #292f74;
    border-radius: 10px;
}

.myblack {
    color: #000;
}

.db-red {
    color: var(--myred);
}

/* .db-blue {
    color: #292f74;
} */

.text-spacing {
    letter-spacing: 5px;
}

.f-weight-slim {
    font-weight: 300;
}

.text-underline {
    text-decoration: underline solid var(--myred);
}

.img-vial {
    max-width: 173px;
}

.img-vial2 {
    max-width: 120px;
}

.img-vial3 {
    max-width: 160px;
}

.img-vial4 {
    max-width: 100px;
}

.bg-white {
    border-radius: 0px 0px 10px 10px;
    min-height: 460px;
}

.step-imgs img {
    border-radius: 10px 10px 0px 0px;
}

.number-size h1 {
    font-size: 102px;
}

.number-size p {
    font-size: 24px;
}

.auto-logo {
    max-width: 500px;
}

.pos-absolute {
    position: absolute;
}

.step-imgs p {
    font-size: 20px;
}

.red-circle {
    background-color: #DA0812;
    width: 20px;
    height: 20px;
    border: solid 1px #292f74;
    border-radius: 20px;
}

.step-imgs p {
    font-size: 20px;
}

.accordion-item h2 button {
    font-weight: 600;
    font-size: 32px;
}

.accordion-body {
    font-size: 24px;
}

.accord-select .accordion-item .accordion-button:focus {
    border-color: #292f74;
}

.accord-select .accordion-item .accordion-button:not(.collapsed) {
    color: #DA0812;
}

.future-img img {
    height: 250px;
    object-fit: cover;
}

.text-uppercase {
    text-transform: uppercase;
}

.bg-grey {
    background-color: rgb(182 182 182);
}

.f-blue {
    color: #292f74;
}

.auto-font h1 {
    font-size: 82px;
}

.meet-img {
    max-width: 800px;
}

.ezifaqs .nav-pills .nav-link {
    color: #292f74;
}

.ezifaqs .nav-pills .nav-link.active {
    background-color: #292f74;
    color: #fff;
}

.accord-width {
    max-width: 800px;
}

.btn.btn-red {
    background-color: #DA0812;
    color: #fff;
}

.btn.btn-red:hover {
    background-color: #ab070f;
}

.pdf-img img {
    /* max-width: 400px; */
    max-height: 500px;
}

.pdf-card {
    border: solid 1px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width: 450px;
}

.country-cert img {
    max-height: 450px;
}

.flex-imgs img {
    max-width: 250px;
}

.p-white p {
    color: #fff;
}

.in-stock {
    max-width: 100px;
    background-color: green;
    color: #fff;
    border-radius: 5px;
}

.no-stock {
    max-width: 100px;
    background-color: #DA0812;
    color: #fff;
    border-radius: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.price {
    font-weight: 700;
    font-size: 36px;
}

.btn.product-btn {
    background-color: #DA0812;
    color: #fff;
    padding: 0.8rem 1.2rem;
    width: 100%;
	/* max-width: 250px; */
	font-size: 1.2rem;
	font-weight: 700;
    border: solid 1px #DA0812;
}

.btn.product-btn:hover {
    background-color: #fff;
    color: #DA0812;
    border: solid 1px #DA0812;
}

form .quantity .qty.text {
    display: flex;
    width: 60px;
    border-radius: 0.25rem;
    border-style: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(45 215 222 / var(--tw-ring-opacity)) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.quantity button {
	border: solid 1px #DA0812 !important;
	background-color: #fff;
    color: #fff;
}

.quantity button:hover {
	background-color: #DA0812 !important;
    color: #DA0812;
}

.quantity input:focus-visible {
	border: solid 1px #292f74 !important;
	outline: none;
}

.link-text {
    font-weight: 700;
    text-decoration: underline;
}

.banner-icons img {
    max-width: 160px;
    border-radius: 10px;
}

.text-contain {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.text-contain h1 {
    margin-bottom: 20px;
}

.blue-box {
    border-radius: 10px;
    height: 100%;
}

.eaj-team img {
    max-width: 200px;
    height: 200px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1;
    border-radius: 10px;
}

.pos-relative {
    position: relative;
}

.btn.btn-popover {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #DA0812;
}

.outer-pop {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: solid 1px #DA0812;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-absolute {
    position: absolute;
    left: 3%;
    top: 50%;
}

.pop-absolute2 {
    position: absolute;
    left: 8%;
    top: 80%;
}

.pop-absolute3 {
    position: absolute;
    left: 20%;
    top: 0;
}

.pop-absolute4 {
    position: absolute;
    left: 50%;
    bottom: 10%;
}

.pop-absolute5 {
    position: absolute;
    left: 60%;
    bottom: 50%;
}

.pop-absolute6 {
    position: absolute;
    right: 7%;
    bottom: 32%;
}

.pulse {
    position: relative;
    z-index: 1;
    animation: pulse-animation 1.5s infinite;
    border-radius: 50%;
}

.mix-bg {
    mix-blend-mode: multiply;
}

.text-white {
    color: #fff;
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
}

.margin-minus {
    margin-top: -50px;
}

.distribution-contain {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.products-view {
    background-color: rgb(213 213 213);
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: solid 1px rgb(213 213 213);
}

.products-view:hover {
    background-color: #fff;
    border: solid 1px var(--myred);
}

.product-select {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.woocommerce ul.products li.product .button {
    background-color: #DA0812;
    color: #fff;
    width: 100%;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #ab070f;
}

.wc-block-components-button:not(.is-link) {
    background-color: #DA0812;
    color: #fff;
    padding: 0.8rem 1.2rem;
    width: 100%;
	/* max-width: 250px; */
	font-size: 1.2rem;
	font-weight: 700;
    border: solid 1px #DA0812;
    border-radius: 6px;
}

.wc-block-components-button:not(.is-link):hover {
    background-color: #fff;
    color: #DA0812;
    border: solid 1px #DA0812;
}

.home-bar .bg-blue {
    border-radius: 8px 0px 0px 8px;
}

.home-bar .btn.btn-red {
    border-radius: 0px 8px 8px 0px;
    font-weight: 700;
}

.product-video {
    width: 100%;
}

.basket-icon svg {
    color: #292f74;
}

.basket-icon svg:hover {
    color: #DA0812;
}

.account-icon svg {
    color: #292f74;
}

.account-icon svg:hover {
    color: #DA0812;
}

.flex-dash .woocommerce {
	display: flex;
	flex-wrap: wrap;
}

.flex-dash .woocommerce .content-ctn {
	max-width: 800px;
	flex-grow: 1;
}

.flex-dash .woocommerce .woocommerce-MyAccount-content {
	width: 100%;
}

.flex-dash .woocommerce .woocommerce-MyAccount-content a {
	text-decoration: underline;
}

.navbar .navbar-collapse .navbar-nav a:hover {
    color: #DA0812;
}

.navbar-nav li:hover {
    color: #DA0812;
}

.ft-mq h2 {
    color: #000;
}

.shop-custom h1,h2 {
    color: #000;
}

.single-custom h1 {
    color: #000;
}

.banner-white {
    background-color: #fff;
    border-radius: 10px;
}

.btn-mw {
    max-width: 250px;
}

/* .h1-blue h1,h4 {
    color: #292f74;
} */
/* Responsive */

@media screen and (max-width: 1400px) {

    .pop-absolute6 {
        position: absolute;
        right: 2%;
        bottom: 30%;
    }
    .bg-white {
        border-radius: 0px 0px 10px 10px;
        min-height: 600px;
    }
}

@media screen and (max-width: 991px) {
    .bg-white {
        border-radius: 0px 0px 10px 10px;
        min-height: fit-content;
    }
}

@media screen and (max-width: 640px) {
	/* Rules here */
    .bg-blue {
        padding: 10px;
    }
    .cert-query {
        display: flex;
        flex-direction: column;
    }
    .accord-mq {
        flex-direction: column;
        align-items: center !important;
    }
    .pop-absolute6 {
        position: absolute;
        right: 0%;
        bottom: 22%;
    }
    .pop-absolute {
        position: absolute;
        left: -20px;
        top: 32%;
    }
    .pop-absolute2 {
        position: absolute;
        left: 0%;
        top: 69%;
    }
    /* .rotate-45 {
        transform: rotate(45deg);
    } */
    .bg-white {
        border-radius: 0px 0px 10px 10px;
        min-height: 0px;
    }
    
}
