﻿/*input.ng-invalid {
    border: 1px solid red !important;
}*/
#bar-notification {
    z-index: 10000;
}

select.ng-invalid.ng-touched, .showValidationErrors select.ng-invalid {
    border-color: red !important;
}


pre {
    white-space: pre-wrap;
}

.message-success {
    color: #0096a5;
    font-weight: bold;
}

.message-failure {
    color: red;
    font-weight: bold;
}

.cart .discount {
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
}

.yellow {
    color: #d9b700;
}

.btnFacebook {
    background-color: #2374e1;
    border: #2374e1;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.loginFacebookWrapper {
    margin-top: -60px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.selectableGift {
   /* border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px;*/
}

.unavailableGift * {
    opacity: 0.8;
}

#selectGiftModal .itemBox {
        
    min-height: 200px;
}

.register-facebook-button-wrapper {
    margin-top: 26px;
    float: right;
}

#cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 200px;
    background-color: #3b3a39;
    display: none;
}

#cookie-consent-bar-inner {
    color: #fff;
    padding-top: 20px;
    max-width: 1280px;
    margin: 0 auto;
}

#btn-cookie-consent-accept-all {
  /*  background-color: #e3c10a;
    border-color: #e3c10a;
    border: solid;*/
    width: 100%;
}

#btn-cookie-consent-customize {
    /*border-color: #fff;
    border: solid;*/
    width: 100%;
}

.btn-group-toggle label {
    border: 1px solid #0096a5;
    background-color: #fff;
    color: #0096a5;
}

.btn-group-toggle label.active {
    border: 1px solid #0096a5;
    background-color: #0096a5;
    color: #fff;
}

.modal-dialog-wide {
    width: 720px !important;
}

@media (min-width: 900px) {
    .modal-dialog-wide {
        width: 820px !important;
    }
}

@media (min-width: 1000px) {
    .header-menu ul li a {
        font-size: 12px !important;
        font-family: montserrat,haptik,sans-serif;
    }
}

.topActionBannerWrapper {
    margin-top: -10px;
    margin-bottom: 5px;
    z-index: -100;
}

.topActionBanner {
    text-align: center;
    border-top: none;
    border-bottom: none;
    padding: 4px;
}

    .topActionBanner.dnyFantazie {
        background-color: #D2AB66;
        color: #231F20;
    }

    .topActionBanner.blackFriday {
        background-color: #231F20;
        color: #FFFFFF;
    }


.itemBoxTags {
    display: block;
    margin-top: 5px;
    width: 85px;
    z-index: 5;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
}

.gallery .itemBoxTags {
    position: absolute;
}

.itemBoxTags .itemBoxTag {
    padding: 1px;
    text-align: center;
}

.itemBoxTags .blackFriday {
    background-color: #231F20;
    color: #FFFFFF;
}


.itemBoxTags .dnyFantazie {
    background-color: #D2AB66;
    color: #231F20;
}

@media (min-width: 992px) {
    .gls-parcel-shop-map-modal {
        min-width: 900px
    }
}

@media (min-width: 1200px) {
    .gls-parcel-shop-map-modal {
        min-width: 1100px
    }
}

