a.cta__button {
        color: #fff !important;
}


/* start of popup */

.itempopup {
    z-index: 99999999999;    
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*visibility:hidden;*/
    /*display:none;*/
    background-color: rgba(22,22,22,0.5);
    /*cursor: pointer;*/
    display: none;
}
.showimages {
    border-radius: 8px;
    background:#fff; 
    margin: 0 auto;
    width:90%; 
    max-width: 600px;
    position:relative; 
    z-index:41;
    top: 10%;
    padding: 30px 30px; 
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4); 
    box-shadow:0 0 10px rgba(0,0,0,0.4);
    background-color: rgba(255, 255, 255 .3);
}

@media (min-width: 767px) {
    .modal-button-area {
        display: none;
    }
}

/* end of popup */