.lt-custom-popup {
    position: fixed;
    right: -14px;
    top: 50%;
    z-index: 9;
    display: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 34px;
    /*box-shadow: 0 0 25px rgba(0,0,0,.08);*/
    padding: 20px 10px;
    /*background-color: transparent;*/
/*	background-color: #fff0;*/
}
.lt-custom-popup .close {
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ce4f4d;
    z-index: 20;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: block;
    opacity: 1;
    background-color: #eee;
    transition: all .5s ease;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
/*.lt-custom-popup.closed .img img {*/
/*    margin: 0;*/
/*}*/
/*.lt-custom-popup.closed .img {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    height: 35px;*/
/*    width: 35px;*/
/*    text-align: center;*/
/*}*/
/*.lt-custom-popup.closed {*/
/*    padding: 15px 8px 6px 10px;*/
/*    right: 0;*/
/*    border-top-right-radius: 0;*/
/*    border-bottom-right-radius: 0;*/
/*    transition: all .25s ease;*/
/*}*/
/*.lt-custom-popup.closed a {*/
/*  display: none;*/
/*}*/


