﻿/*Uncomment to help debug layout*/
/*
    * {
    background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important;
}
*/

.ie-flex {
    flex-shrink: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    /*background: #FFFFFF;*/
    /*background: rgb(175,174,172);*/
    /* background: linear-gradient(0deg, rgba(175,174,172,1) 0%, rgba(255,255,255,1) 50%);*/
}

#footer,
footer {
    background-color: #000000;
    color: #FFFFFF;
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
}

hr {
    color: #27ace3;
}
#short-page-footer {
    background-color: #3e3935;
    color: #FFFFFF;
    padding: 10px 15px 7px 15px;
    font-size: 10px;
    text-align: center;
    width: 100%;
    bottom: 0;
    position: absolute;
}

header {
}

.header-content {
    border-bottom: 8px solid #27ace3;
}

/*Responsive Table*/
dl.dl-horizontal {
    display: table;
    min-width: 400px;
}

    dl.dl-horizontal dt, dl.dl-horizontal dd {
        width: auto;
        overflow: visible;
    }

    dl.dl-horizontal dt {
        display: table-cell;
        white-space: nowrap;
        padding: 2% 5%;
    }

    dl.dl-horizontal dd {
        display: table-cell;
        padding: 2% 5%;
        /*background: silver;
	*/
    }

        dl.dl-horizontal dd.line-break {
            display: table-row;
        }


.validation-summary-errors {
    background-color: #B40404;
    width: 100%;
    color: white !important;
}

    .validation-summary-errors > ul {
        list-style-type: none;
    }

/************************** Alerts ******************************/
.alert {
    margin-bottom: 0px;
}

.validation-summary-errors {
    color: #FF0000;
}

select.input-validation-error,
input.input-validation-error {
    background: pink;
    border: 1px solid red;
}

/************************** Product Listing ******************************/
.product-thumb {
    height: auto;
    /*width: 235px;*/
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 2px;
    background-color: #FFFFFF;
}

    .product-thumb img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.zoom:hover img, .zoom:hover video {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.zoom img, .zoom video {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.view img, .view video {
    position: relative;
    display: block;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
/*    box-shadow: 0 0 1rem #27ace3;*/
}

.card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
/*    -ms-flex-positive: 1;*/
    flex-grow: 1;
}

/**************** Nav Pills*******************/
.nav-pills .nav-item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

    .nav-pills .nav-item .nav-link {
        text-transform: uppercase;
        min-width: 100px;
        text-align: center;
        color: #000000;
        box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0px 0px 10px -2px rgb(255 140 0 / 60%);
        transition: all .3s;
        border-radius: 4px;
        padding: .5rem 1rem;
    }

    .nav-pills .nav-item .nav-link:hover {
        background-color: hsla(0,0%,78%,.2);
    }

    .nav-pills .nav-item .nav-link.active {
        color: #fff;
        background-color: black !important;
        /*border-color: darkorange;*/
        /*background-color: #9c27b0;*/
        /*box-shadow: 0 5px 20px 0 rgba(0,0,0,.2),0 13px 24px -11px rgba(156,39,176,.6);*/
    }

    .nav-pills .nav-item i {
        display: block;
        font-size: 3rem;
        padding: 1rem 0;
    }

/************************** Buttons ******************************/
/*.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #231F20 !important;
    border-color: #231F20;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #FFFFFF;
}

    .btn-primary:hover {
        background-color: #363233 !important;
        border-color: #363233;
        font-family: "Open Sans", sans-serif;
    }*/

.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:visited {
    color: black !important;
    border-color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: black;
}

    .btn-outline-primary:hover {
        background-color: black !important;
        border-color: black;
        font-family: "Open Sans", sans-serif;
        color: #ffffff !important;
    }

.btn-primary, .btn-primary:active, .btn-primary:visited {
/*    background-color: darkorange !important;
    border-color: darkorange;*/
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    border-radius: 0.25rem;
    color: #ffffff;
}

    .btn-primary:hover {
        background-color: black !important;
        border-color: black;
        font-family: "Open Sans", sans-serif;
        color: #ffffff;
    }

/************************** Form Controls ******************************/
.form-control {
    /*margin-bottom: 10px;*/
}

    .form-control:focus {
        border-color: #d4d5d5 !important;
        box-shadow: inset 0 1px 1px rgba(178,187,30, 0.8), 0 0 8px rgba(178,187,30, 0.8);
    }

/************************** Table ******************************/
.table-responsive {
    border: none !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none;
}



.btn-fixed {
    width: 155px;
}

.thumbnail {
    margin: 25px;
    padding: 0px;
}

#error-message-banner-container {
}

.hidden-sm {
    display: none;
}

.brands-logo {
    display: inline-block;
    margin: 5px 20px;
    padding: 5px;
}

    .brands-logo > img {
        max-width: 175px;
        margin-left: 20px;
        margin-right: 20px;
    }

.how-it-works {
    display: inline-block;
    margin: 5px 20px;
    padding: 5px;
    min-width: 192px;
}


.how-it-works-img {
    max-height: 125px;
}

    .how-it-works-img.img {
        max-height: 125px;
        max-width: 125px;
    }

.how-it-works-text {
    margin-top: 15px;
    width: 100%;
    height: 36px;
    padding: 5px;
}

    .how-it-works-text text {
        padding: 5px;
        color: #2f2d2d;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
    }

.redemption-code {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    height: 52px;
}

    .redemption-code input {
        width: 300px;
        display: inline-block;
    }

.inner-header {
    text-align: right;
    vertical-align: middle;
}

text.inner-header {
    color: black;
    font-family: 'Playfair Display', serif;
    text-align: right;
    font-weight: 900;
    font-size: 60px;
    font-style: normal;
}

.card-selected {
    border-color: #27ace3;
    border-width: 3px;
}

.card-footer,
.card-footer:last-child {
    background-color: #27ace3;
    color: white;
    border-radius: 0px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    /*.container {
        max-width: 1280px;
    }*/
}


@media (min-width: 1200px) {
}

.card-buttons {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    align-items: center;
}


.how-it-works-logos {
    height: 50%;
}

@media (min-width: 576px) {
    html .how-it-works-resizer {
        flex: 0 0 auto !important;
    }
}

@media (min-width: 768px) {
    html .how-it-works-resizer {
        flex: 0 0 auto !important;
        width: 16.66667% !important;
    }
}

@media (max-width: 576px) {
    html .how-it-works-resizer {
        flex: 0 0 auto !important;
    }
}

.gray-header {
    background-color: #e0e0e0 !important;
    padding: 20px 0; /* Adjust as needed */
}

/*@media (max-width: 801px) {


    text.inner-header {
        font-weight: 800;
        font-size: 40px;
        text-align: left;
    }
}*/
