#overLay {
    display:none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #707070;
    opacity: 0.7;
    z-index: 9;
    left: 0;
    top: 0;
}

@media screen and (max-width: 570px) {
    #overLay {
        display: none;
    }
    
}

@media screen and (max-width: 767px) {
  .clearance-cookie-container {
        display: none!important;
    }
    
}


.clearance-cookie-container {
    border-radius: 15px;
    background-image: url("/images/pages/homepage/Clearance_popup_03272023_v2.webp");
    width: 490px;
    height: 300px;
    margin: auto;
    position: sticky;
    vertical-align: middle;
    z-index: 9999;
   display: none;
    left: 0;
    right: 0;
    /* background: #2f3640;  */
    /* background: #fff; */
    /* color: #f5f6fa; */
    padding: 10px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
   
    
}


.clearance-cookie-container.active {
    bottom: 30%;
}

.clearance-link-btn {

    
    width: 500px;
    height: 300px;
    margin-left: 5px;
  float: right;
    opacity: 0;
    background: blue
}




.clearance-cookie-container a {
    color: #f5f6fa;
}


.clearance-close-btn {
    position: absolute;
    z-index: 200;
    top: -.5rem;
    left: 35rem;
    font-size: 2.5rem;
    color: whitesmoke;
}

.clearance-close-btn:hover {
    opacity: 0.50;
}

