.rwspt_repeater_plan_feature .rwspt_repeater_item:first-child .rwspt_remove_feature,
.rwspt_wraper .rwspt_item:first-child img.rwspt_remove_plan {
  display: none;
}
.rwspt_item {
    border: solid #eee 1px;
    padding: 10px;
    box-shadow: 1px 10px 10px #eee;
}
.rwspt_item .rwspt_remove_plan {
    float: right;
}

/* custom popup */
/* Outer */
.rwspt-popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	z-index:5;
}
 
/* Inner */
.rwspt-popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.rwspt-popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    //transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
	 text-decoration:none;
}
 
.rwspt-popup-close:hover {
    //-webkit-transform:translate(50%, -50%) rotate(180deg);
    //transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
   
}

/* custom popup ends */
