﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.animation-element {
    opacity: 0;
    position: relative;
}
    /*animation element sliding left*/

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-100px, 0px);
        -ms-transform: translate(-100px, 0px);
        transform: translate3d(-100px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }

.bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}
model-viewer {
    width: 100%;
    height: 100%;
    min-height: 100vh !important;
    background-image: url("https://www.estcube.eu/img/background.ed2b69da.webp");
    background-position: center center;
}
#lazy-load-poster {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("../../assets/poster1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

ol li{
    color: #d5d7d9 !important;
}

.custom-file-upload {
    border: 1px solid #fff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color:white!important
}

html {
    font-size: 18px;
    color: #d5d7d9 !important;
}

.div-countdown {
    line-height: 1;
    color: #d5d7d9 !important;
    font-family: Exo,serif !important;
    font-size: 40px !important;
}

.box {
    transition: box-shadow .3s;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
}

.p-nomargin{
    margin:0!important;
}
.p-black{
    color: black !important;
}

.image-size-checkout {
    object-fit: contain;
    width: 100%;
}

.datetimepicker table {
    margin:1em!important
}
    .datetimepicker table tr td span {
    width:30%!important
}
    img {
    max-width:100%;
    max-height:100%
}

.all-img-center p>img {
    text-align: center
}

.card-img-top-same-width {
    height: 100%;
    object-fit: cover;
}

ul {
    color: #d5d7d9 !important;
}
small {
    color: #d5d7d9 !important;
}

hr {
    color: #d5d7d9 !important;
}

.shop-card-title {
    font-weight: 500;
    margin-top: 1em !important
}

.shop-card-price {
    margin-top: 0.5em !important;
    font-weight: 300 !important;
    color: #71ADDF !important;
    margin-bottom:0px!important;
}

@media only screen and (min-width: 990.51px) {

    .shop-card-product {
        color: #d5d7d9 !important;
        padding-top: 5% !important;
        padding-left: 5% !important;
        padding-bottom:5% !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        margin: 2em !important;
        height: 100% !important;
    }

    .shop-background-row {
        background-image: url('/CMS/Shop/shop_background.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        margin-top: 4em !important;
        min-height:95vh!important;
    }

    .shop-card-home {
        color: #d5d7d9 !important;
        padding: 1em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        margin: 1.25em !important;
        min-height:400px;
    }

    .shop-card-home-banner {
        color: #d5d7d9 !important;
        padding: 1em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        margin-top: 2em !important;
    }

    #button-load {
        color: white;
        cursor: pointer;
        border-radius: 6px;
        padding: 0.5em;
        position: absolute;
        left: 70%;
        top: 80%;
        z-index: 100;
    }
    .video-container {
        height: 95vh !important;
        width: auto;
        position: relative;
    }

        .video-container video {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            z-index: 0;
            padding: 0px !important
        }

        .video-container .caption {
            z-index: 1;
            position: relative;
            color: #dc0000;
            padding: 10px;
        }

    html {
        font-size: 20px;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-only {
    }

    .textjustify {
        display: flex;
        flex-direction: column;
        text-align: justify;
    }

    .contentjustify {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: justify;
    }

    .row-picture {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 95vh !important;
    }

    .col-picture {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 23.75vh !important;
        padding: 0px !important
    }

    .center-items-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        .shop-card-home:hover {
            color: #d5d7d9 !important;
            padding: 1em !important;
            text-align: left;
            background-color: rgba(0, 0, 0, 0.9);
            box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
            margin: 1.25em !important;
            cursor:pointer;
        }



    .card-index {
        color: #d5d7d9 !important;
        padding: 1.5em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 2em !important
    }

    .carousel-item {
        min-height: 90vh !important
    }

    .card-index-carousel {
        color: #d5d7d9 !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        padding: 2em !important;
    }

    .carousel-inner {
        width: auto
    }

    .carousel {
    }
}

.arrow-shop {
    position: absolute;
    top: 45%;
    right: 5%;
    min-height:5em!important;
    display: block;
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media only screen and (max-width: 990.49px) {
    .center-items-row {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }


    .shop-card-product {
        color: #d5d7d9 !important;
        padding-top: 2% !important;
        padding-left: 2% !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        margin: 2em !important;
    }

    .shop-background-row {
        background-image: url('/CMS/Shop/shop_background.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        margin-top: 2em !important;
    }

    .shop-card-home {
        color: #d5d7d9 !important;
        padding: 0.5em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        margin: 0.5em !important;
    }

    .shop-card-home-banner {
        color: #d5d7d9 !important;
        padding: 1em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        margin-top: 0.5em !important;
    }

    #button-load {
        color: white;
        cursor: pointer;
        border-radius: 6px;
        padding: 0.5em;
        position: absolute;
        left: 40%;
        top: 80%;
        z-index: 100;
    }

    .video-container {
        height: 45vh !important;
        width: auto;
        position: relative;
    }

        .video-container video {
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover;
            z-index: 0;
            padding: 0px !important
        }

        .video-container .caption {
            z-index: 1;
            position: relative;
            color: #dc0000;
            padding: 10px;
        }
    .max-width {
        width: 50%
    }

    .mobile-only {
    }

    .textjustify {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .contentjustify {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: left;
    }

    .div-countdown {
        padding: 20px;
        color: #d5d7d9 !important;
        font-family: Exo,serif !important;
        font-size: 20px !important;
    }

    .desktop-only {
        display: none !important;
    }

    .max-height-2 {
        min-height: 2em;
        max-height: 2em
    }

    .min-height-5 {
        min-height: 4em
    }

    .row-picture {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 65vh !important;
    }

    .col-picture {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 32.5vh !important;
    }

    .card-index {
        color: #d5d7d9 !important;
        padding: 1.5em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none !important
    }

    .carousel-item {
        min-height: 65vh !important;
    }

    .card-index-carousel {
        color: #d5d7d9 !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
    }

    .carousel-inner {
        width: auto
    }

    .carousel {
    }
}

/*@media only screen and (min-width:768.51px) {
    html {
        font-size: 20px;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-only {
    }

    .textjustify {
        display: flex;
        flex-direction: column;
        text-align: justify;
    }

    .contentjustify {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: justify;
    }

    .row-picture {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 95vh !important;
    }

    .col-picture {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 23.75vh !important;
        padding: 0px !important
    }

    .card-index {
        color: #d5d7d9 !important;
        padding: 1.5em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 2em !important
    }

    .carousel-item {
        min-height: 90vh !important
    }

    .card-index-carousel {
        color: #d5d7d9 !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
        padding: 2em !important;
    }

    .carousel-inner {
        width: auto
    }

    .carousel {
    }
}

@media only screen and (max-width: 768.50px) {
    .mobile-only {
    }

    .textjustify {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .contentjustify {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        text-align: left;
    }

    .div-countdown {
        padding: 20px;
        color: #d5d7d9 !important;
        font-family: Exo,serif !important;
        font-size: 20px !important;
    }

    .desktop-only {
        display: none !important;
    }

    .max-height-2 {
        min-height: 2em;
        max-height: 2em
    }

    .min-height-5 {
        min-height: 4em
    }

    .row-picture {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 65vh !important;
    }

    .col-picture {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position-x: top;
        background-position: center !important;
        min-height: 32.5vh !important;
    }

    .card-index {
        color: #d5d7d9 !important;
        padding: 1.5em !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
    }

    .carousel-control-next, .carousel-control-prev {
        display: none !important
    }

    .carousel-item {
        min-height: 65vh !important;
    }

    .card-index-carousel {
        color: #d5d7d9 !important;
        text-align: left;
        background-color: rgba(0, 0, 0, 0.6);
        box-shadow: rgb(0 0 0 / 55%) 0px 0px 12px 2px;
    }

    .carousel-inner {
        width: auto
    }

    .carousel {
    }
}*/

.card {
    background-color: #000d21!important;
    border:none!important;
    width:100%!important;
    height:100%!important;
   
}

.embed-responsive .card-img-top {
    object-fit: contain;
}
.card-img-top{
    min-height:14em!important;
    max-height:14em!important
}

.cke_dialog_ui_button {
    color: black !important
}
.row {
    margin: 0 !important;
}

th{
    font-weight:300!important
}
.bottom {
    position: absolute;
    bottom: 0;
    padding-bottom: 0.5em
}
.card-body{
    text-align:left!important
}


* {
    font-family: Lato,sans-serif;
}

.carousel-indicators{
    margin:0px!important
}
.nav-item{
    padding:0px!important;
}
.modal-content {
    max-height: 90vh !important;
    background-color: #000d21 !important
}

.modal-content-pane {
    min-height: 90vh !important;
}

.bootstrap-select{
    color:black!important
}

.padding-top-1 {
    padding-top: 1em !important
}

.btn-light {
    background-color: transparent !important;
    color: #d5d7d9 !important;
    border:0px!important
}
.btn-light:hover {
    background-color: transparent !important;
    color: #d5d7d9 !important;
}


.modal-lg {
    min-width: 80% !important;
}

.dropdown-item.active {
    background-color: #002c4a!important;
}
    .dropdown-item.active > span {
        color: #d5d7d9 !important
    }
    .dropdown-item > span {
        color: black !important
    }

button[data-toggle="dropdown"].btn-default,
button[data-toggle="dropdown"]:hover {
    background-color: transparent !important;
    color: #d5d7d9 !important;
    border: 2px solid #dce4ec;
}

.toggle-container h6{
    color:black!important
}

.toggle-container label {
    color: black !important
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-brand {
    padding:0px!important
}

i{
    cursor:pointer;
}


/* Provide sufficient contrast against white background */
a {
    color: #d5d7d9 !important;
}
    a:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        color: #fef1f1 !important;
    }

.navbar {
    background-color: rgba(0,44,74, 1);
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-bottom: 0.15em !important;
    padding-top: 0.15em !important;
    min-height: 1.5em !important
}

img:hover {
    cursor: pointer;
    box-shadow: 4px 6px 21px -6px rgba(0,0,0,0.8);
}

.img-nohover:hover {
    cursor: initial;
    box-shadow: none!important;
}

.modal-for-image {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-for-image {
    margin: auto;
    display: block;
    object-fit: contain;
    width: 80%;
    height: 80%;
    overflow: auto;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content-for-imaget, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.footer {
    background-color: #002c4a !important
}
p {
    color: #d5d7d9 !important;
    font-weight: 300 !important;
}
h1 {
    color: #d5d7d9 !important;
    font-family: Exo,serif !important;
    font-size: 40px !important;
    line-height: 2rem;
    font-weight:300!important;
}
h2 {
    color: #d5d7d9 !important;
    font-family: Exo,serif !important;
    font-size: 36px !important;
    line-height: 2rem;
    font-weight: 300 !important;
}

.h2-nopadding {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
label {
    color: #000000 !important;
}

h5 {
    color: #d5d7d9 !important;
}

h6 {
    color: #d5d7d9 !important;
}

span {
    color: #d5d7d9 !important;
}
.span-dark {
    color: #878787 !important;
}

h3 {
    color: #d5d7d9 !important;
    font-family: 'Exo', sans-serif !important;
    padding-top:0.25em!important;
}
.centerAlign {
    text-align:center!important;
}

.row {
    margin-top: 0.5em !important;
}

.row-nomargin{
    margin:0px!important;
}

.row-topMargin{
    margin-top:3.5em!important;
}


.hidden-row {
    border: 1px solid #d5d7d9;
}

.hidden{
    display:none
}

.bg-gray {
    background: #f8f8f8;
}


.filter-option-inner-inner {
    font-size: 20px !important;
    font-family: 'Exo', sans-serif !important;

}

#BlogTagContainer .filter-option-inner-inner {
    color: black !important
}

.choosencoloursquare {
    min-width: 2em !important;
    min-height: 2em !important;
    position: relative;
    pointer-events: none !important;
    box-shadow: inset 0px 0px 0px 1px #fff !important;
}

.coloursquare {
    min-width: 1em;
    min-height: 1em;
    cursor: pointer;
    opacity: .7;
    position: relative;
}

    .coloursquare:hover {
        min-width: 1em;
        min-height: 1em;
        cursor: pointer;
        box-shadow: inset 0px 0px 0px 1px #fff !important;
        opacity: 1;
    }

    .coloursquare.active {
        min-width: 1em;
        min-height: 1em;
        cursor: pointer;
        box-shadow: inset 0px 0px 0px 1px #fff !important;
        opacity: 1;
        color: white !important
    }

    .bannerDiv {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

.shopping-cart-button {
    background-color: transparent;
    opacity:0.7;
    border:none
}

    .shopping-cart-button:hover {
        background-color: transparent;
        opacity: 1;
    }

.btn-info-pane {
    border: 1px solid #cdcdcd;
    text-transform: uppercase;
    text-align: center;
    width: 50%;
    margin-bottom: 0;
    margin-top: 0;
    background-color: #002c4a !important;
    color: #d5d7d9 !important;
}

.btn-info-buy {
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #002c4a !important;
    color: #d5d7d9 !important;
}

.btn-info-cart {
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: transparent!important;
    color: #d5d7d9 !important;
}

.btn-info-cart-banner {
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-bottom: 0;
    background-color: transparent !important;
    color: #d5d7d9 !important;
}
    .btn-info-cart-banner:hover {
        border: 1px solid #cdcdcd;
        text-align: center;
        margin-bottom: 0;
        background-color: #002c4a !important;
        color: #d5d7d9 !important;
    }

.btn-info-cart:hover {
    border: 1px solid #cdcdcd;
    text-align: center;
    margin-bottom: 0;
    background-color: #002c4a !important;
    color: #d5d7d9 !important;
}


.btn-light-cookie {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-weight:800!important
}
    .btn-light-cookie:hover {
        color: #002c4a !important;
        background-color: #d5d7d9 !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    }

.btn-info-cookie {
    color: #f1ebeb;
    background-color: #002c4a;
    border-color: #002c4a;
}
    .btn-info-cookie:hover {
        background-color: #000d21 !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    }


    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.node-outline {
    background-color: #b9bbbe !important;
    border: solid 1px black !important;
    border-radius: 20px;
    display: inline-block;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 8px;
    margin: 0 2px 2px 0;
    color: black !important;
}

    .node-outline span {
        cursor: pointer;
    }
    .node-outline:hover {
        background: #fefefe;
        border-radius: 20px;
        border: 1px solid #bbb;
        color: #111;
    }

.node-outline-danger {
    border-color: #ddd;
    color: #eed120;
}

.node-outline-primary {
    border:solid 1px black;
    color: #336c9d;
}

    .node-outline-primary:hover {
        border-color: #428bca;
        color: #336c9d;
    }

.node-outline-success {
    border-color: #61ca42;
    color: #589d33;
}

    .node-outline-success:hover {
        border-color: #61ca42;
        color: #589d33;
    }

.node-outline-disabled {
    border-color: #ddd;
    color: #ddd;
}

    .node-outline-disabled:hover {
        border-color: #aaa;
        color: #aaa;
    }

.nav-link {
    color: #d5d7d9 !important;
    font-family: Exo,serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
}

.navbar-toggler-show {
    padding: 0.4rem 0.75rem;
    font-size: 25px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.offcanvas {
    background-color: rgb(0, 0, 0, 0.8) !important;
    padding-left:1.5em!important;
    padding-right:1.5em!important;
}
.offcanvas-end{
    width:auto!important
}
.nav-link-admin {
    color: #d5d7d9 !important;
    font-family: Exo,serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


.navbar.navbar-shrink {
    background-color: rgba(0,44,74, 0.6);
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: 100%;
}
.table-admin {
    color: #000D21 !important;
    background-color: #b9bbbe !important;
    border-color:black!important
}
.container-admin {
    color: #000D21 !important;
    background-color: #E4E5E5 !important;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0!important;
}

body {
    /* Margin bottom by footer height */

    font-family: 'Lato', sans-serif;
    background-color: #000d21 !important;
}

.body-color {
    color: #000d21!important
}

.list-group-item-own {
    cursor: move!important;
    cursor: -webkit-grabbing;
}

.list-group-item {
    background-color: rgba(242, 239, 239, 1)!important
}

.container {
    min-height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
}

.underlined {
    border-bottom: 1px solid #b9bbbe !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fef1f1 !important
}

.hover-underlined:hover {
    border-bottom: 1px solid #b9bbbe !important;
}

.toggle-container-visible {
    background-color: #b9bbbe !important;
    padding: 10px;
    border: 1px solid #b9bbbe;
    border-top: none;
    margin-bottom: 10px
}

.toggle-container {
    background-color: #b9bbbe !important;
    display: none;
    padding: 10px;
    border: 1px solid #b9bbbe;
    border-top: none;
    margin-bottom: 10px
}
    .toggle-container h5{
        color:#000000!important
    }

    .btn-outline-info:disabled {
        opacity: 1 !important
    }

.btn-info {
    color: #000000 !important;
    background-color: #b9bbbe !important;
    border: #b9bbbe !important;
}

    .btn-info:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        color: #eaeaeb !important;
        border: #393c43 !important;
    }

.btn-info-shop {
    color: #000000 !important;
    background-color: #b9bbbe !important;
    border: none !important;
}

    .btn-info-shop.active {
        color: #000000 !important;
        background-color: #b9bbbe !important;
        border: white !important;
        box-shadow: inset 0px 0px 0px 1px #fff !important;
    }

.shadow {
    text-shadow: 2px 2px #000d21;
}
.btn-default-highlight {
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    background-color: #95979A !important;
    color: #000000 !important;
}

    .btn-default-highlight:hover {
        color: #eaeaeb !important;
    }

    .btn-default-highlight.active {
        color: #eaeaeb !important;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: #b9bbbe !important
}

.nav-tabs {
    border-bottom: 1px solid #b9bbbe;
}

.footer {
    grid-row-start: 2;
    grid-row-end: 3;
    bottom: 0;
    padding-top: 1em;
}


.top-corner-img {
    position: relative;
    top: 0;
    left: 0;
}

.bg-container {
    padding: 1em !important;
    background-color: #36393f !important
}

.make-border-hover:hover{
    cursor: pointer;
    border: 1px black solid;
}

/* The Modal (background) */
.modal-for-image {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 2em; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content-for-image {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content-for-imaget, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


.btn-border {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-border:hover {
        background-color: #eb6809;
        color: white !important;
        border: solid, 1px #eb6809 !important;
    }
.btn-outline-danger {
    border: none !important;
}

.quantity-form {
    background-color: transparent !important;
    color: white !important
}

.btn-outline-secondary {
    color: #6c757d;
    border: none !important;
    border-color: #6c757d transparent;
}

.btn-border-success {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn-border-success:hover {
        background-color: #25dd5b;
        color: white !important;
        border: solid, 1px #eb6809 !important;
    }

/* The Close Button */
.close {
    position: absolute;
    top: 1em;
    right: 35px;
    color: #f10909;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #f10909;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content-for-image {
        width: 100%;
    }
}

.img:hover {
    opacity: 0.7;
    cursor: pointer;
}
