﻿/* Extra small devices (phones, 600px and down) */
@media(max-width: 600px) {
    .img-fluid {
        width: 30%;
    }

    .notoppadding {
        padding-top: unset !important;
    }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    .nobanner {
        background-image: unset !important;
        min-height: 100px !important;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .nobanner {
        background-image: unset !important;
        min-height: 100px !important;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .logo {
        top: 15px !important;
        left: 0 !important;
        width: 14% !important;
    }

    .navbar-brand {
        padding-left: 1.5em !important;
        font-size: 40px !important;
        top: 5px !important;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .logo {
        left: 0 !important;
        width: 0.9em !important;
    }

    .navbar-brand {
        padding-left: 1.3em !important;
        font-size: 30px !important;
    }
}


.about-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    float: left;
    margin: 20px;
    width: 300px;
}

/* logo font */

/*@font-face {
    font-family: 'Madjoe';
    src: url('/fonts/logo/Madjoe.woff2') format('woff2'), url('/fonts/logo/Madjoe.woff') format('woff');
}
*/

.price-tag {
    color: #ddd !important;
    /*font-family: fantasy;*/
    font-size: 1.3em !important;
    font-stretch: expanded;
    /*font-weight: lighter !important;*/
}

.prod-name {
    color: #777 !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em !important;
    font-weight: normal !important;
}

.sharp-btn {
    border-radius: 0px !important;
}

.btn-dead {
    cursor: default !important;
    pointer-events: none !important;
}

.gallery-msg {
    background-color: lawngreen;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 0px !important;
}

.licenter {
    margin: 0 auto;
    letter-spacing: unset !important;
    text-align: center;
}

    .licenter::before {
        content: none !important;
    }

.cssNotification {
    position: fixed;
    width: 500px;
    /*height: 20px;*/
    top: 200px;
    left: 50%;
    margin-top: -100px; /* Negative half of height. */
    margin-left: -250px; /* Negative half of width. */
    z-index: 10000;
    box-shadow: 3px 4px 10px 0px #495057;
    text-align: center;
    display: none;
}

.cssAnnouncement {
    position: fixed;
    width: 100%;
    height: 21px;
    top: 0;
    z-index: 10090;
    text-align: center;
    font-size: .8em;
    background-color: darkorange;
    color: black;
}

@media (hover: hover) {
    .cssBuyNowBtn {
        right: 20px;
        top: 5px;
        z-index: 10;
        box-shadow: 2px 2px 8px #888888;
    }

    .hyperDiv .cssBuyNowBtn {
        display: none;
        position: absolute;
    }

    .hyperDiv:hover .cssBuyNowBtn {
        display: inline-block;
    }

    .cssQuickView {
        right: 20px;
        top: 50px;
        z-index: 10;
        box-shadow: 2px 2px 8px #888888;
    }

    .hyperDiv .cssQuickView {
        display: none;
        position: absolute;
    }

    .hyperDiv:hover .cssQuickView {
        display: inline-block;
    }
}

@media (hover: none) {
    .cssBuyNowBtn {
        right: 20px;
        top: 5px;
        z-index: 10;
        box-shadow: 2px 2px 8px #888888;
    }

    .hyperDiv .cssBuyNowBtn {
        display: inline-block;
        position: absolute;
    }

    .cssQuickView {
        right: 20px;
        top: 50px;
        z-index: 10;
        box-shadow: 2px 2px 8px #888888;
    }

    .hyperDiv .cssQuickView {
        display: inline-block;
        position: absolute;
    }
}
