.grecaptcha-badge {
    display: none !important;
}

div.fixedHeightTable {
    max-height: none;
    overflow: unset;
}


.alert {
    padding: 10px;
    opacity: 0.8;
    border-radius: 8px;
    text-align: center;
}

.alert-success {
    background-color: darkgreen;
}

.alert-danger {
    background-color: darkred;
}

.alert-warning {
    background-color: darkgoldenrod;
}

.topMailingList {
    background-color: rgba(30,30,30,0.9);
    text-align: center;
    padding-bottom: 2px;
    padding-right: 13px;
}

.topMailingListInput {
    padding: 2px;
    padding-left: 5px;
    border-radius: 4px;
}

.topMailingListSubmit {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

@media (min-width: 640px) {
    .topMailingList {
        position: fixed;
        top: 13px;
        left: 400px;
        opacity: 100%;
        z-index: 8000 !important;
    }
}
/* Basic breadcrumb styling */
.breadcrumb {
    padding: 10px 16px; /* Padding around the breadcrumbs */
    list-style: none; /* Removes default list styling */
    /*background-color: #f8f9fa;*/ /* Light grey background */
    /*border-radius: 0.25rem;*/ /* Rounded corners */
}

    .breadcrumb a {
        /*color: #007bff;*/ /* Bootstrap primary color for links */
        text-decoration: none; /* Removes underline from links */
    }

        .breadcrumb a:hover {
            text-decoration: underline; /* Adds underline on hover */
            /*color: #0056b3;*/ /* Darker blue on hover */
        }

.breadcrumb-item {
    display: inline; /* Displays items inline */
    /*font-size: 0.9rem;*/ /* Smaller font size */
}

    /* Separator for all but the last item */
    .breadcrumb-item + .breadcrumb-item::before {
        content: "/"; /* Separator character */
        padding: 0 8px; /* Space around the separator */
        /*color: #6c757d;*/ /* Bootstrap secondary text color */
    }

    .breadcrumb-item:last-child {
        padding-right: 0; /* No right padding for the last item */
    }

    .breadcrumb-item.active {
        color: #ccc; /* Dark grey color for active item */
        pointer-events: none; /* Disables link functionality */
        cursor: default; /* Default cursor on active item */
    }




/*cart details*/


/*Responsive Table stuff*/
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hide-760px {
        display: none;
    }

    .cart-product-image {
        max-width: 640px;
        width: 100%;
        height: auto;
    }

    /* Force table to not be like tables anymore */
    .table-responsive,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive th,
    .table-responsive td,
    .table-responsive tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .table-responsive thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        .table-responsive tr {
            /*border: 1px solid #ccc;*/
        }

        .table-responsive td {
            /* Behave  like a "row" */
            border: none;
            /*border-bottom: 1px solid #eee;*/
            position: relative;
            text-align: right;
        }

            .table-responsive td:before {
                /* Now like a table header */
                position: absolute;
                /* Top/left values mimic padding */
                /*top: 15px;*/
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                content: attr(data-label);
                font-weight: bold;
            }

        /*
	Label the data
	*/

        .table-responsive input[type=number] {
            margin-left: auto;
        }
}


.form-group{
    margin-bottom:10px;
}

.form-group label{
    display:block;
}

.form-control{
    width:100%; max-width:350px;
}

.ctaButton {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.text-danger {
    color: #f5abab;
}

.field-validation-error{
    display:block;
}


.strike{
    text-decoration: line-through;
    font-size: 1.2em;
}

.buyNowButton{
    font-size:1.2em!important;
    margin-bottom:0px!important;
}
/*Ignore for .floating__input*/
input[type="text"]:not(.floating__input),
input[type="number"]:not(.floating__input),
input[type="email"]:not(.floating__input) {
    padding: 3px;
    border-radius: 4px;
    padding-left: 10px;
}

#desktopNav {
    width:100%;
    text-align:right;
    padding-right:40px;
}

    #desktopNav a {
        padding-right: 5px;
        padding-left: 5px;
    }

    /*media query for > 1400:*/
    @media screen and (max-width: 1279px) {
        #desktopNav {
            display: none;
        }

        
    }

.textShadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}


@media (max-width: 1024px) {
    .hideTo1024px{
        display:none!important;
    }
}

.founder-color {
    color: gold!important;
}

.founder-icon-small {
    width: 15px;
    height: auto;
    display: inline;
    margin-bottom: -4px;
    margin-left: 2px;
    margin-right: 2px;
}

.founder-icon {
    width: 20px;
    height: auto;
    display: inline;
    margin-bottom: -4px;
    margin-left: 2px;
}

.founder-icon-large {
    width: 32px;
    height: auto;
    display: inline;
    margin-bottom: -4px;
    margin-left: 3px;
}

@media (max-width: 750px) {

    .wideSection > div:first-of-type {
        padding: .5vw 3vw 10.5vw 3vw;
    }

}

.wideSection {
    flex-basis: unset!important;
    width: 100%;
    max-width: 900px;

}



@media only screen and (max-width: 768px) {
    .reverseForMobile {
        display: flex;
        flex-direction: column-reverse;
    }
}


.playIcon {
    height: 13px;
    width: auto;
    display: inline-block;
    margin-left: 3px;
    vertical-align: -1px; /* Adjust this value as needed */
}
