/*! Mercator -  */.gridPopup {
    position: absolute;
    display: none;
    z-index: 2;
    background-color: #ffffff;
    padding-bottom: 12px;
}

.gridPopup .holder {
    position: relative;
    height: 100%;
}

.gridPopup .contentHolder {
    margin-top: 12px;
    height: 100%; 
    padding: 9px 19px;
}

.gridPopup .well {  
    margin-bottom: 0px 
}

.gridPopup {
    width: 96%;
    margin-left:7px;
}

.gridPopup .content {
    padding: 0px;
}

.gridPopup .content .row {
    margin: 0px;
}

.gridPopup .lib-grid-popup-arrow-top {
    top: -12px;
    bottom: auto;
    border-bottom: 12px solid #838383;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    height: 0;
    position: absolute;
    width: 0;
    font-size: small;
    color: #838383;
}

.gridPopup .contentHolder {
    position: relative;
}

.gridPopup .carouselArrow {
    position: absolute;
    top: 50%;
    text-decoration: none;
    margin-top: -4%;
    color: #1D1D1D;
    font-weight: bold;
   font-size: 36px;
}

.gridPopup .lib-grid-carousel-arrow-left {
    left: 0px;
}

.gridPopup .lib-grid-carousel-arrow-right {
    right: 0px;
}

.gridPopup .close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    margin: 10px 10px 0 0;
    font-weight: bold;
    color: #1D1D1D;
    text-decoration: none;
    z-index: 10;
}

.gridPopup .loadIcon {
    position: absolute;
    left: 50%;
    margin-left: -64px;
    top: 50%;
    margin-top: -64px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity:0.4;
    opacity: 0.4;
    z-index: 1;
}


.gridPopup .lib-grid-ajax-loader {
    position: relative;
}

.gridPopup .general-img img {
    max-height: 330px;
}

.gridPopup .general-img {
    text-align: center;
}

.gridPopup .thumb-list {
    height: 75px;
}

.gridPopup .product-attributes button {
    margin-right: 10px;
    margin-bottom: 6px;
}


.gridPopup .loader-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999;
    top: 0;
    left: 0px;
}

.gridPopup .popupContent {
    margin: 0px 35px 0px 35px;
}

/******************************************************************************
  ALLERGENS
*******************************************************************************/

.gridPopup .pictograms {
    margin-bottom: 18px;
}

.gridPopup .pictograms a, .product-page .well .row .pictograms a {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    margin-right:2px;
    margin-bottom:2px;
}

/******************************************************************************
  KONEC ALERGENI
*******************************************************************************/