/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: site
Compile-Dependencies: bootstrap
*/

body {
    overflow: hidden;
}

.old-price {
    color: #231f20;
    font-size: 1em;
    text-decoration: line-through;
    display:inline-block !important;
}

.stock-available {
    color: #0b0;
}

.stock-unavailable {
    color: #ef2424 !important;
}

    .stock-unavailable .glyphicon:before {
        content: "\e014"
    }

.stock-available .glyphicon:before {
    content: "\e013"
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.cart-spinner {
    position: relative;
    height: 100px;
}

    .cart-spinner::after {
        font-family: "Glyphicons Halflings";
        color: grey;
        content: "\e031";
        position: absolute;
        font-size: 36px;
        top: 30%;
        left: 40%;
        margin: 0;
        background: rgba(125, 125, 125, 0.0);
        border-radius: 100%;
        -moz-animation: spin 2s infinite linear;
        -o-animation: spin 2s infinite linear;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }

img.img-small {
    width: 64px;
    /*height: 48px;*/
    height: 64px;
    margin: 0 auto;
    display: block;
}

img.img-medium {
    /*width: 138px;*/
    height: 176px;
    margin: 0 auto;
    display: block;
}

img.img-large {
    /*width: 340px;
    height: 254px;*/
    margin: 0 auto;
    display: block;
}

img.img-responsive {
    margin: 0 auto;
}

.expando-div {
    overflow: hidden;
    padding-bottom: 20px;
}

    .expando-div:after {
        content: '';
        position: absolute;
        top: 150px; /* Max height of expando div is 150*/
        margin-top: -75px;
        height: 75px;
        width: 100%;
        left: 0;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 60px);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 60px);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 60px);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 60px);
    }

.expando-open.expando-div:after {
    display: none;
}

.expando-div-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 1.5em;
    padding-left: 3em;
    padding-top: 2em;
    background: none;
    border: 0 none;
    outline: 0 none;
    font-size: 12px;
    line-height: 16px;
    color: #428bca;
    text-transform: uppercase;
    z-index: 10;
}

    .expando-div-btn:after {
        content: "\e114";
        position: relative;
        top: 1px;
        left: 4px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.expando-open .expando-div-btn:after {
    content: "\e113";
}

.banner404 {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    margin-bottom: -3rem;
    min-height: 500px;
    background-image: url(/images/ras-404-page-bg-image-01.jpg);
    /* background-image: url(http://localhost/RASUmbraco/images/ras-404-page-bg-image-01.jpg); */
}
.banner404 .row {
    height: 100%;
    width: 100%;
    position: absolute;
    flex-direction: column;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.banner404 .row h1.nexa-rust {
    font-weight: bold;
    font-family: 'Rajdhani', sans-serif !important;
}
.banner404 .row .nexa-rust.btn {
    background: #ffcb47;
    font-family: 'Rajdhani', sans-serif !important;
    border: 0;
    font-weight: bold;
    border-radius: 0;
    color: #323232;
    margin-right: 15px;
    text-transform: uppercase;
    cursor: pointer;
}

@font-face {
    font-family: 'Nexa Rust';
    src: url("../fonts/NexaRustSans-Black.otf") format("opentype");
}

.nexa-rust {
    font-family: 'Nexa Rust';
}
/* 14/6/2020 */
@media (max-width: 767px) {
    .video-popup {
        font-size: 20px;
        overflow: hidden;
    }
    footer ul li a, footer .form-control, footer button, .replica-nav-bar .navbar-dark .navbar-nav .nav-link {
        font-size: 18px;
    }
}
#header-sale img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}