﻿/*===================================================================================================
  Global Features
===================================================================================================*/

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%;
    overflow-x: hidden;
    width: 1px;
    min-width: 100%;
    width: 100%;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
}

hr {
    border-top-width: 1px;
    border-style: solid;
}

svg,
svg * {
    shape-rendering: geometricPrecision;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-dark {
    color: #444;
}

.text-primary {
    color: var(--color-theme-primary) !important;
}

.text-secondary {
    color: var(--color-theme-secondary) !important;
}

.text-highlight {
    color: var(--color-theme-highlight);
}

.bg-primary {
    background-color: var(--color-theme-primary) !important;
}

.bg-secondary {
    background-color: var(--color-theme-secondary) !important;
}

.bg-highlight {
    background-color: var(--color-theme-highlight);
}

/*===================================================================================================
Spinner
===================================================================================================*/
.fa-spinningicon::before {
    content: '';
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    width: 18px;
    height: 18px;
    opacity: 1;
    border-radius: 50%;
    animation: loadingSpinner 0.7s infinite linear;
    -webkit-animation: loadingSpinner 0.7s infinite linear;
}

@keyframes loadingSpinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loadingSpinner {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


/*===================================================================================================
Error
===================================================================================================*/
.error {
    margin-top: 4em;
    margin-bottom: 3em;
    min-height: 50vh;
}

.empty-message {
    min-height: initial;
    margin-bottom: 0 !important;
}
/* remove mb-5 */
.error-empty {
    margin-left: -1em;
}

.empty-message h5 {
    font-size: 1.5rem;
    font-weight: 300 !important;
}


/*===================================================================================================
Sitemap
===================================================================================================*/
.sitemap {
    padding-top: 3em;
    padding-bottom: 5em;
}

    .sitemap .title-heading {
        padding-bottom: 1rem;
    }

    .sitemap .eCommerce-line {
        display: none;
    }


.sitemap-list {
    margin-bottom: 3em;
}

    .sitemap-list li .sitemap-list {
        margin-bottom: 1.2em;
    }

    .sitemap-list li {
        margin-bottom: .5em;
    }

        .sitemap-list li .sitemap-list li {
            font-size: .9em;
            margin-bottom: .4em;
        }

.sitemap-sub-title {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: .8em;
    display: block;
    padding: 10px;
}


.sitemap-title {
    font-size: .9em;
    display: block;
    font-weight: 700;
    border-bottom-width: .15em;
    border-bottom-style: solid;
    padding-bottom: 0;
    margin-bottom: 1em;
    text-transform: uppercase;
}

    .sitemap-title .sitemap-title-container {
        padding-bottom: .44em;
        border-bottom-width: .15em;
        border-bottom-style: solid;
        position: relative;
        display: inline-block;
        margin-bottom: -.15em;
    }

.sitemap a {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}

/*===================================================================================================
 Grid
===================================================================================================*/

@media (max-width: 991px) and (min-width: 930px) {
    .container {
        max-width: 800px;
    }
}



@media (max-width: 768px) and (min-width: 576px) {
    .container {
        max-width: 680px;
    }
}



.tighter-col .row {
    margin-right: -4px;
    margin-left: -4px;
}

.tighter-col [class*='col-'] {
    padding-left: 4px;
    padding-right: 4px;
}


.larger-col .row {
    margin-right: -25px;
    margin-left: -25px;
}

.larger-col [class*='col-'] {
    padding-left: 25px;
    padding-right: 25px;
}




/* Modals
===========================================================*/

@media(max-width: 767px) {
    .modal-title {
        font-size: .95rem;
    }
}

.modal-content {
    background: #2d2d2d;
    color: #fff;
    border-color: #2d2d2d;
}

.modal-title {
    color: #fff;
    white-space: normal;
    word-break: break-word;
}

.modal-header {
    border-bottom: 0;
}

    .modal-header .close {
        color: #fff;
        opacity: 1;
    }

        .modal-header .close:hover,
        .modal-header .close:focus,
        .modal-header .close:active {
            color: #fff;
            opacity: .7;
        }


    .modal-header .close-btn {
        float: none;
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 9;
        font-size: 25px;
        line-height: 40px;
        border-radius: 40px;
        padding: 0;
    }

        .modal-header .close-btn span {
            margin: 0;
            height: 40px;
            width: 40px;
            display: block;
        }


        .modal-header .close-btn:hover,
        .modal-header .close-btn:focus,
        .modal-header .close-btn:active,
        .modal-header .close.close-btn:focus,
        .modal-header .close.close-btn:hover {
            opacity: 1;
        }

    .modal-header .close:not(.close-btn) {
        font-size: 1.5em;
        margin-top: -1rem;
        padding: 12px 15px;
    }

    .close,
    .modal-header .close-btn,
    .modal-header .close:not(.close-btn),
    .product-remove {
        font-family: Arial,sans-serif !important;
        font-weight: 700 !important;
    }

/* Owl Slideshow Arrows
===========================================================*/
.owl-nav-right,
.owl-nav-left {
    position: absolute;
    z-index: 10;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    border: 0;
}

    .owl-nav-left i,
    .owl-nav-right i {
        margin: 0;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
    }

    .owl-nav-left .fa-chevron-left:before {
        margin-left: -2px;
    }

    .owl-nav-right .fa-chevron-right:before {
        margin-right: -3px;
    }



/* Buttons & Links
===========================================================*/

a,
a:hover,
a:active,
a:focus,
.btn-link:hover,
.btn:focus,
.btn:hover {
    text-decoration: none !important;
}

a {
    display: inline-block;
}

*:focus,
.btn:focus,
button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 0.1rem var(--color-theme-highlight);
    box-shadow: 0 0 0 0.1rem var(--color-theme-highlight);
}

.btn-primary:not([disabled]):not(.disabled).active:focus,
.btn-primary:not([disabled]):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
    box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
    box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
    box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
}

.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


a:hover {
    cursor: pointer;
}

.btn {
    padding: .6em 1.3em .6em 1.3em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

    .btn:not(.form-control) {
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }

.bootstrap-select .btn:not(.form-control) {
    white-space: nowrap;
    min-height: 56px;
    border: 1px solid #ddd;
}

html.touch *:hover {
    pointer-events: none !important;
}


.btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 100%;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn:hover:before,
.btn.active:before,
.btn:active:before {
    right: 0;
}

.btn.disabled:before {
    display: none;
}

.btn.disabled,
.btn.disabled:hover {
    pointer-events: none;
    cursor: default;
}

.btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.close,
.close:focus,
.close:hover,
.close:active {
    text-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-image: none;
}



.btn-group-sm > .btn, .btn-sm {
    font-size: .875rem;
    line-height: 1.5;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .35rem .7rem;
    font-size: .85rem;
    line-height: 1.5;
}

.btn-group-small > .btn, .btn-small {
    padding: .6em 1em;
    font-size: .875rem;
    line-height: 1.7;
}


/* Links */
.btn-link,
a.btn-link {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    padding: 0 0 5px 0;
    display: inline-block;
    -webkit-transition: opacity .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    -o-transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8);
    transition: transform .35s cubic-bezier(.35, .8, .35, .8), opacity .35s cubic-bezier(.35, .8, .35, .8), height .35s cubic-bezier(.35, .8, .35, .8), -webkit-transform .3s cubic-bezier(.35, .8, .35, .8);
}

    .btn-link::before {
        content: '';
        margin: 0 auto;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom-width: 4px;
        border-style: solid;
        position: absolute;
        opacity: 0;
        bottom: 0;
        left: 0;
        right: 100%;
        -webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
        -moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
        -o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
        transition: left 250ms ease-in-out, right 250ms ease-in-out;
    }

    .btn-link:hover::before,
    .btn-link:focus::before {
        opacity: 1;
        left: 0;
        right: 0;
    }



/* Slick Slider Arrows
===========================================================*/
.slick-arrow {
    position: absolute;
    display: block;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0;
    text-align: center;
    z-index: 2;
}

    .slick-arrow i {
        margin: 0;
        font-size: 16px;
        line-height: 30px;
        height: 30px;
        width: 30px;
        display: block;
    }

        .slick-arrow i.fa-chevron-left::before {
            margin-left: -2px;
        }

        .slick-arrow i.fa-chevron-right::before {
            margin-right: -3px;
        }


/*===================================================================================================
Pagination
===================================================================================================*/

.page-link {
    display: inline-block;
    font-size: .9em;
    margin-left: 3px;
    margin-right: 3px;
    background-color: transparent;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    box-shadow: 0 0 0 0 rgba(0,123,255,0);
}


    .page-link::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 100%;
        top: 0;
        z-index: -1;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }


    .page-link:hover::before,
    .page-item.active .page-link::before {
        right: 0;
    }

    .page-link:focus::before {
        right: 0;
    }


    .page-link,
    .page-link:focus,
    .page-item.disabled .page-link {
        background-color: transparent;
        border-color: transparent;
    }

        .page-link:hover {
            background-color: transparent;
        }

        .page-link:focus {
            -webkit-box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
            box-shadow: 0 0 0 0.2rem var(--color-theme-highlight);
        }


/*===================================================================================================
 Forms
===================================================================================================*/

label {
    font-size: 15px;
    margin-bottom: .3rem;
}

    label + .form-text {
        margin-top: -.25rem;
    }

.form-text {
    font-size: 13px;
    margin-bottom: .5em;
}

.bootstrap-select.btn-group .btn,
.bootstrap-select .btn {
    line-height: 1.42857 !important;
    font-family: "Helvetica Neue",Arial,sans-serif;
}

.bootstrap-select.btn-group .dropdown-menu li {
    margin: 0;
}

    .bootstrap-select.btn-group .dropdown-menu li a {
        margin: 6px;
    }

.bootstrap-select.btn-group .dropdown-menu.inner {
    background: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: none !important;
}

.form-control {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 1em .8em;
    line-height: 1.42857;
    background: #fff;
    color: #495057;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0px;
    min-height: 56px;
    height: auto;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .form-control:focus {
        border: 1px solid var(--color-theme-secondary);
        background: #ffffff;
        -webkit-box-shadow: 0 0 0 0.1rem var(--color-theme-secondary);
        box-shadow: 0 0 0 0.1rem var(--color-theme-secondary);
    }

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.form-control::-moz-placeholder {
    color: #c2c2c2;
    filter: alpha(opacity=100);
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #c2c2c2;
}

.form-control::-webkit-input-placeholder {
    color: #c2c2c2;
}

.input-group-prepend .btn,
.input-group-append .btn {
    min-height: 100%;
}


.required::after {
    font-family: FontAwesome;
    content: "\f069";
    vertical-align: top;
    font-size: 7px;
    margin-left: .5em;
    opacity: .4;
    padding-top: 3px;
    display: inline-block;
}

[type="checkbox"] + .label-frms.required::after {
    font-size: inherit;
    margin-left: inherit;
    opacity: 1;
    padding-top: inherit;
}

.webit-forms-agreementstatement[required="true"] label::after {
    font-family: FontAwesome;
    content: "\f069";
    vertical-align: top;
    font-size: 7px;
    margin-left: .5em;
    opacity: .4;
    padding-top: 3px;
    display: inline-block;
}

.has-error .form-control {
    border-color: #cf2141;
}

    .has-error .form-control:focus {
        border-color: #cf2141;
        -webkit-box-shadow: 0 0 0 0.1rem #cf2141 !important;
        box-shadow: 0 0 0 0.1rem #cf2141 !important;
    }


.help-block {
    background-color: #cf2141;
    color: #fff;
    display: block;
    margin-top: 0;
    padding: 6px 8px 6px 13px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Helvetica Neue",Arial,sans-serif;
}

    .help-block::before {
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        content: '\f071';
        margin-left: -3px;
        margin-right: 5px;
        color: #ffacc1;
    }

.error-offset .form-group.has-feedback.is-empty:not(.has-error) {
    padding-bottom: 33px;
}

.recaptcha-text,
.form-smtext {
    font-size: .9rem;
    line-height: 1.3;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif !important;
}

    .recaptcha-text .btn-link::before,
    .form-smtext .btn-link::before {
        border-bottom-width: 2px;
    }

    .recaptcha-text .btn-link,
    .form-smtext .btn-link {
        font-weight: bold;
        padding-top: 3px;
        padding-right: 2px;
        padding-left: 2px;
        padding-bottom: 5px;
    }


/*===================================================================================================
Checkbox & Radios
===================================================================================================*/
.form-check {
    padding-left: 0;
    margin-bottom: 6px;
}

[type="checkbox"],
[type="radio"] {
    cursor: pointer;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}


    [type="checkbox"] + label,
    [type="radio"] + label {
        cursor: pointer;
        position: relative;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 0;
        position: relative;
        display: inline-block;
        padding-left: 34px;
    }

        [type="checkbox"] + label::before,
        [type="radio"] + label::before {
            background-color: #fff;
            border-width: 1px;
            border-style: solid;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            content: '';
            position: absolute;
            left: 0;
            display: inline-block;
            vertical-align: middle;
        }

    [type="checkbox"]:active + label::before,
    [type="radio"]:active + label::before {
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }

    [type="checkbox"] + label::before,
    [type="radio"] + label::before {
        width: 20px;
        height: 20px;
    }

    [type="checkbox"] + label::before {
        margin-right: .7em;
        top: -1px;
    }

    [type="radio"] + label::before {
        margin-right: .5em;
        top: 0;
    }

    [type="checkbox"] + label::after,
    [type="radio"] + label::after {
        font-family: "Helvetica Neue",Arial,sans-serif;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        content: '';
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
        transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    }

    [type="checkbox"] + label::before,
    [type="checkbox"] + label::after {
        border-radius: 0;
    }

    [type="radio"] + label::before,
    [type="radio"] + label::after {
        border-radius: 50%;
    }

    [type="radio"] + label::after {
        left: 4px;
        width: 14px;
        height: 14px;
        top: 4px;
    }

    [type="checkbox"] + label::after {
        background-color: transparent;
        left: 5px;
        width: 10px;
        height: 4px;
        top: 4px;
        border-style: solid;
        border-width: 0 0 3px 3px;
        border-radius: 0;
        -o-border-image: none;
        border-image: none;
        -webkit-transform: rotate(-45deg) scale(0);
        transform: rotate(-45deg) scale(0);
        -webkit-transition: none;
        transition: none;
    }

    [type="checkbox"]:checked + label::after {
        content: '';
        -webkit-transform: rotate(-45deg) scale(1);
        transform: rotate(-45deg) scale(1);
        -webkit-transition: -webkit-transform 200ms ease-out;
        transition: -webkit-transform 200ms ease-out;
        transition: transform 200ms ease-out;
        transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    }

    [type="radio"]:checked:active + label::before,
    [type="radio"]:checked:focus + label::before {
        -webkit-animation: none;
        animation: none;
        -webkit-filter: none;
        filter: none;
        -webkit-transition: none;
        transition: none;
    }

    [type="radio"]:checked + label::before {
        -webkit-animation: none;
        animation: none;
    }

    [type="radio"]:checked + label::after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }


    [type="checkbox"][disabled] + label::before,
    [type="radio"][disabled] + label::before {
        -webkit-animation: none;
        animation: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid rgba(128, 128, 128, 0.5);
    }

    [type="checkbox"][disabled]:active + label::before,
    [type="checkbox"][disabled]:focus + label::before,
    [type="checkbox"][disabled]:hover + label::before,
    [type="radio"][disabled]:active + label::before,
    [type="radio"][disabled]:focus + label::before,
    [type="radio"][disabled]:hover + label::before {
        border-color: rgba(128, 128, 128, 0.5);
        -webkit-filter: none;
        filter: none;
        -webkit-transition: none;
        transition: none;
    }


    [type="checkbox"]:focus + label::before,
    [type="radio"]:focus + label::before {
        outline-offset: 0;
        outline: 0;
        -webkit-box-shadow: 0 0 0 0.15rem var(--color-theme-highlight);
        box-shadow: 0 0 0 0.15rem var(--color-theme-highlight);
    }


/*===================================================================================================
Alerts
===================================================================================================*/
.alert {
    font-size: .95rem;
    padding: .75rem 2.5rem .8rem 1.25rem;
}

.alert-primary {
    background: transparent;
    border: 0;
    position: relative;
    font-weight: 400;
}

    .alert-primary.alert-dismissible .close {
        opacity: 1;
    }

.alert-dismissible .close {
    padding: .7rem 1.25rem;
    border-radius: 4px;
}

.alert-primary.alert-dismissible .close:hover {
    opacity: 1;
}

.alert-primary .close {
    z-index: 3;
}

.alert-primary::after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: .25rem;
    opacity: .15;
}

.alert-primary::before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-width: 1px;
    border-style: solid;
    border-radius: .25rem;
    opacity: .3;
}

.alert > div {
    position: relative;
    z-index: 2;
}

/*===================================================================================================
Card Deck
===================================================================================================*/
.card-deck .card {
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .card-deck {
        display: flex;
        flex-direction: column;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
}
