@charset "utf-8";

/* =========================================
   E3 Sport Main CSS
   Working Master for Mixed Bootstrap Pages
   Safe cleanup version
========================================= */
/* =========================================
   Base Page Styles
========================================= */
body {
    color: #fff;
    background-color: #000;
    padding-top: 50px !important;
}

body.dark-page {
    background: #111;
    color: #f8f9fa;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.bg-black {
    background: #000;
}

.bg-e3 {
    background-color: #2e2e2e;
    opacity: 1;
}

#brand-image {
    height: 35px;
    margin-top: -10px;
}

/* =========================================
   General Typography / Utility
========================================= */
h1 {
    font-size: 1rem;
}

h2 {
    color: #fff !important;
    margin-top: 0 !important;
}

.text-outline {
    text-shadow: -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000;
}

.text-bigred {
    font-size: 1.5em;
    font-weight: bold;
    color: #f00;
}

.text-biggrey {
    font-size: 1.2em;
    color: #999;
}

.text-orange {
    color: #ffa500;
    font-size: 1.1em;
}

.text-fb {
    color: #3b5998;
    font-weight: bold;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.margin-bottom {
    margin-bottom: 15px;
}

.pad-top {
    padding-top: 15px;
}

.pad-all {
    padding: 10px;
}

.of {
    object-fit: cover;
}

/* Responsive heading scaling */
@media (min-width: 544px) {
    h1 {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }
}

/* =========================================
   Legacy Banner / Hero Styles Still in Use
========================================= */
.bannerhead h1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transform: scaleY(2);
    display: inline-block;
    color: white;
}

.bannerhead h2,
.bannerhead h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
}

.bannerhead h6 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline;
    color: rgb(156, 155, 155);
    background-color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    padding: 0 2px !important;
    margin: 0;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-text h1,
.hero-text h3 {
    color: #fff;
}

.jumbo-image {
    color: #fff;
    background-image: url(../images/home-bannerBG1920x300.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jumbo-image-wav3 {
    color: #fff;
    background-image: url("../images/realtree/homepage-realtree-wav.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.jumbo-es-image {
    color: #fff;
    background-image: url("../images/esports/esports_banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#banner-grey-red {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/neckgaiter/red-grey-1920x300.jpg);
    text-shadow: 2px 2px 4px #000;
}

.bgimage {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    background-image: url(../images/realtree/e3-realtree-banner.jpg);
}

.bgimage-wav {
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    background-image: url("../images/realtree/homepage-realtree-wav.jpg");
    margin: auto;
    padding: 0;
}

.bg-e3-redwater {
    background-image: url("../images/banner-redwater25.webp");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 200px;
    max-height: 300px;
    height: auto;
}

/* =========================================
   Promo / Bonus Banner
========================================= */
.bonus_banner {
    background-color: #32cd32;
    color: white;
    padding: 2px;
    font-size: 1.1em;
    font-weight: bold;
    margin: auto 0;
    text-align: center;
}

.bonus_banner a {
    color: red;
}

.bonus_banner:hover {
    color: black;
}

@media (max-width: 575.98px) {
    .bonus_banner {
        font-size: 0.8em;
        padding: 2px;
    }

    .responsive-height {
        max-height: 200px;
    }
}

/* =========================================
   Shopify / Success Blocks
========================================= */
.shopify {
    background-color: #fff !important;
    padding: 20px;
}

.shopify-layer {
    z-index: -1;
}

.shopify p,
.shopify h2 {
    color: #000;
}

.success h3,
.success h4 {
    color: #fff !important;
    text-align: left;
}

/* =========================================
   Forms
========================================= */
input,
select,
textarea {
    background-color: #eee !important;
    color: #000 !important;
}

textarea:focus,
input:focus {
    color: #000;
}

form {
    font-size: 120%;
}

.formload {
    background-color: #fff;
    color: #000;
    padding-right: 50px;
    padding-left: 50px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.antispam {
    display: none;
}

.orderiframe {
    overflow: hidden;
    background-color: transparent;
}

/* =========================================
   Product / Content Helpers
========================================= */
.productinfo {
    font-size: 1.2em;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
}

.col-border {
    border: 2px solid #333;
    padding: 0;
}

.itempad {
    padding-top: 10px;
    padding-bottom: 40px;
}

.gallery-block p {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/* image-swap */
.gallery {
    margin: 0 auto;
}

.gallery ul {
    padding-left: 5px;
}

.gallery li {
    display: inline;
    cursor: pointer;
}

.gallery li img {
    padding: 5px;
}

/* =========================================
   Popups / Modals
========================================= */
#popup {
    font-size: 12px;
    background-color: #fff;
    border: thick solid #f00;
    text-align: left;
    text-decoration: none;
    padding: 10px;
    color: #000;
}

#popup a:link {
    font-size: 12px;
    color: #006;
    text-decoration: underline;
}

#popup a:hover {
    font-weight: bold;
}

#closewindow {
    text-align: right;
}

#closewindow a:link {
    font-weight: bold;
    text-align: right;
    color: #000;
    font-size: 1em;
}

#closewindow a:hover {
    color: #f00;
    font-size: 1em;
}

.modal-content {
    color: #000;
    padding: 0;
}

.modal-content p {
    color: #000;
}

#sbModal .modal-body {
    height: 700px;
}

@media screen and (min-width: 768px) {
    #sbModal .modal-dialog {
        width: 700px;
    }
}

/* =========================================
   Tables
========================================= */
.table th,
.table td {
    border: 0 !important;
    border-color: #000 !important;
    background-color: #000;
}

.sizetable {
    margin: 0 auto !important;
    float: none !important;
}

.sizetable td,
.sizetable th {
    padding: 5px;
}

/* =========================================
   Mobile Helpers
========================================= */
.mobileShow {
    display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileShow {
        display: inline;
    }
}

/* =========================================
   Footer
========================================= */
.footer {
    background: #333;
    height: auto;
    position: relative;
    width: 100%;
    border-top: 3px solid #c03;
}

.footer p {
    margin: 0;
}

.footer h3 {
    color: #54697e;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}

.footer ul {
    font-size: 12px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
}

.footer ul li a {
    padding: 0 0 5px 0;
    display: block;
    font-weight: 500;
}

.footer a {
    color: #999;
}

.footer-bottom {
    background: #333;
    border-top: 1px solid #999;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    color: #ccc;
}

/* =========================================
   Universal Banner / Hero Block
   Safe for Bootstrap 3 / 4 / 5 pages
========================================= */
.hero-banner {
    position: relative;
    overflow: hidden;
    background: #000;
}

.hero-banner img {
    width: 100%;
    min-height: 320px;
    max-height: 560px;
    object-fit: cover;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.70)),
        linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1rem;
}

.hero-content {
    color: #fff;
    max-width: 900px;
    width: 100%;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d1d5db;
    margin-bottom: 0.75rem;
}

.hero-content h1 {
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 0.75rem;
    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.45);
    color: #fff;
}

.hero-subtitle {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #fff !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    color: #f1f3f5;
}

.hero-buttons {
    margin-top: 0.5rem;
}

.hero-buttons .btn {
    min-width: 160px;
    margin: 0.25rem;
}

.hero-buttons .btn-light {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.hero-buttons .btn-light:hover,
.hero-buttons .btn-light:focus {
    background: #f2f2f2;
    color: #000;
    border-color: #f2f2f2;
}

.hero-buttons .btn-outline-light {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.hero-buttons .btn-outline-light:hover,
.hero-buttons .btn-outline-light:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: #fff;
}

/* =========================================
   Modern Content Shell / Product Blocks
========================================= */
.section-shell {
    background: linear-gradient(180deg, #151515 0%, #101010 100%);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
}

.intro-copy {
    max-width: 900px;
    margin: 0 auto 2rem auto;
}

.intro-copy p {
    color: #ced4da;
}

.category-heading {
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 0.75rem;
    color: #fff;
}

.product-card {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1rem;
    background: linear-gradient(180deg, #111 0%, #000 100%);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.20);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    padding: 1rem;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.30);
    border-color: rgba(255, 255, 255, 0.22);
}

.product-card h5 {
    font-size: 1rem;
    font-weight: 700;
    min-height: 2.5rem;
    margin-bottom: 0.9rem;
    color: #fff;
}

.product-card img {
    width: 100%;
    height: auto;
    border-radius: 0.75rem;
    display: block;
}

.product-card .btn {
    border-radius: 999px;
    padding-left: 1rem;
    padding-right: 1rem;
}

/* =========================================
   Responsive Hero Adjustments
========================================= */
@media (max-width: 767.98px) {
    .hero-banner img {
        min-height: 260px;
    }

    .hero-overlay {
        padding: 1.25rem 0.75rem;
    }

    .hero-content {
        max-width: 95%;
    }

    .hero-eyebrow {
        font-size: 0.75rem;
        margin-bottom: 0.35rem;
        letter-spacing: 0.06em;
    }

    .hero-content h1 {
        margin-bottom: 0.35rem;
    }

    .hero-subtitle {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
    }

    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .hero-buttons .btn {
        min-width: 130px;
        padding: 0.5rem 0.9rem;
    }

    .section-shell {
        padding: 1.25rem;
    }
}

/* =========================================
   Pricing Table Styles
========================================= */
.pricing-table-wrap {
    overflow-x: visible;
}

.pricing-table {
    width: 100%;
    table-layout: fixed;
}

.pricing-table td,
.pricing-table th {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.10);
    background-color: transparent !important;
    padding: 0.5rem 0.45rem;
    font-size: 0.95rem;
    line-height: 1.2;
    word-break: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
}

.pricing-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-table tr:first-child td,
.pricing-table tr:first-child th {
    font-weight: 700;
    color: #fff;
}

.pricing-table td.text-orange,
.pricing-table th.text-orange {
    color: #ffa500 !important;
}

@media (max-width: 991.98px) {
    .pricing-table td,
    .pricing-table th {
        font-size: 0.88rem;
        padding: 0.45rem 0.3rem;
    }
}

@media (max-width: 767.98px) {
    .pricing-table td,
    .pricing-table th {
        font-size: 0.78rem;
        padding: 0.35rem 0.2rem;
        line-height: 1.15;
    }
}