:root {
    --red: #e11600;
    --text: #222;
    --inner-title: #1c1c24;
}

body {
    background-color: #fff !important;
}

section {
    padding: 60px 0;
}

p {
    color: var(--text);
    font-size: 16px;
    line-height: 28px;
}

.header-top {
    background: #f5f5f5; 
}

.header-top .left .horizontal-menu>li {
    color: #222;
    font-size: 14px;
}

.header-top .left .horizontal-menu {
    padding: 9px 0;
}

.header-search-bar.layout-01 .input-text::placeholder {
    color: #959595;
}

.header-search-bar.layout-01 .btn-submit:hover {
    color: #fff
}

.footer-newsletter {
    background: var(--red);
    color: #fff;
    padding: 70px 0;
}

.footer-newsletter h3 {
    font-size: 30px;
}

.footer-bottom {
    background: #F8F8F8;
    padding: 20px 0;
    color: #777;
    text-align: center;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

.footer-phone-info h2 {
    color: #ccc;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45em;
}

.footer-phone-info p {
    color: #444;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.45em;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;;
}

.inner-title {
    color: var(--inner-title);
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}

.btn-red {
    background-color: var(--red);
    min-width: 162px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 12px 10px;
    margin-top: 20px;
}

.btn-red:hover {
    color: #fff;
}

/* Home page */

.slider-opt03__layout01 .media{
    background-image: url(/public/assets/imgs/bg.jpg) !important;
}

.slider-opt03__layout01 .text-content .second-line {
    font-size: 60px;
    line-height: 72px;
    color: var(--red);
    font-weight: 700;
    display: block;
    margin: 0;
    max-width: 500px;
}

.slider-opt03__layout01 .text-content {
    top: 25%;
    right: 45%;
}

.slider-opt03__layout01 .text-content .third-line {
    color: var(--text);
}

.biolife-carousel.nav-center-bold .slick-arrow {
    color: rgba(0, 0, 0, 0.4)
}

.cate-card {
    border: 1px solid #e0e0e0;
    padding: 20px;
    min-height: 365px;;
}

.biolife-carousel.nav-center-bold .slick-arrow.prev {
    left: -64px;
}

.biolife-carousel.nav-center-bold .slick-arrow.next {
    right: -64px;
}

.product-tab {
    padding: 60px 0;
}

.cate-card h4 {
    font-size: 18px !important;
    color: var(--text) !important;
    font-weight: 600 !important;
}

.cate-card p {
    color: #626060;
}

.banner01 {
    background-image: url(/assets/imgs/banner01.jpg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left center; /* Moves the image to the right */
    background-size: auto 140%;
}

.banner01 h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px !important;
    font-weight: 700;
}

.banner01 p {
    color: #fff
}

.product-card {
    background: #f9f9f9;
    padding: 20px;
    min-height: 300px;
    margin: 10px;
}

.product-card h3 {
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    
}

.product-card a {
    color: var(--red);
    transition: all 0.5s ease;
}

.product-card a:hover {
    letter-spacing: 1.2px;
    cursor: pointer;
}

.product-list {
    padding: 20px;
    height: 300px;
    transition: box-shadow 0.3s ease;
    text-align: center;
}

.product-list:hover {
   box-shadow: 0 0 30px 8px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.product-list h3 {
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
}

.product-list button {
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    border: none;
    margin-top: 15px;
    padding: 4px 10px;
}

.product-list button:hover {
    cursor: pointer !important;
}

.safety-row {
    background-color: var(--red);
    padding: 50px;
    position: relative;
}
.safety-row h3, .safety-row p {
    color: #fff;
}

.safety-row a  {
    background-color: #fff;
    color: var(--red);
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    padding: 4px 15px;
    margin-top: 20px;
    text-transform: uppercase;
}

.safety-image {
    position: absolute;
    top: -112px;
}

.deals-section {
    background: #f9f9f9;
}

.blog-card {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px;
}

.blog-card h3 {
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
}

.blog-card p {
    color: #626060;
}

.blog-card a {
    color: var(--red);
    transition: all 0.5s ease;
}

.blog-card a:hover {
    letter-spacing: 1.2px;
    cursor: pointer;
}

/* About page */
.dealer-section {
    background: #f9f9f9;
}

.safety-commitment h4 {
    color: var(--text);
    font-weight: 600;
    font-size: 20px;
}

.safety-solutions {
    background: #f9f9f9;
}

.safty-solution-card {
    background: #fff;
    padding: 30px;
    margin: 15px 0;
}

.safty-solution-card h3 {
    color: var(--text);
    font-size: 21px;
    font-weight: 600;
}

.safty-solution-card .icon-wrapper {
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    width: fit-content;
    padding: 15px;
}

.safty-solution-card:hover img {
    transition: .5s;
}

.safty-solution-card:hover img {
    transform: scaleX(-1); /* flips horizontally */
}

.testimonial-section h2 {
    margin-bottom: 40px;
}

.testimonial-section .testml-elem {
    text-align: center;
}

.testimonial-section .testml-elem .avata img {
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonial-section .slick-dots {
    margin-top: 30px;
}

/* Contact page */
.contact-info-container .box-title {
    color: var(--inner-title);
    font-size: 14px;
}

.biolife-cart-info .minicart-block .cart-inner {
    background-color: #f9f9f9;
}

.minicart-item .left-info .qty>label {
    font-size: 12px;;
}

/* Products */

.sidebar .wgt-content .cat-list li{
    color: var(--text) !important;
}

.wgt-title {
    color: var(--inner-title) !important;
}

/* Cart */

.minicart-item .left-info .product-name {
    color: var(--text);
}

.minicart-item .left-info .qty .input-qty:disabled {
    background: #fff;;
}

.biolife-cart-info .minicart-block .btn-control .btn {
    background: var(--red);
    padding: 4 20px;
    font-size: 14px;    
    color: #fff;
    border-radius: 50px;
    border: none;   
    text-transform: uppercase;
}

.sidebar .wgt-content .tag-cloud li a {
    background: #f9f9f9;
    color: #626060;
}

.sidebar .wgt-content .tag-cloud li a:hover {
    background: var(--red);
    color: #fff;
}

@media (max-width: 767px) {
    .slider-opt03__layout01 .text-content {
        top: 0;
        right: 10px;
    }

    .slider-opt03__layout01 .text-content .second-line {
        font-size: 40px;
        line-height: 52px;
    }

    .inner-title {
        font-size: 32px;
        line-height: 40px;
    }

    .banner01 h3 {
        font-size: 32px !important;
    }

    .safety-image {
        position: relative;
        top: 50px;
    }
}
