#banner_popup_container .banner_popup_text {
    color: #5c5c5c;
    line-height:1.2em;
    font-family: "Open Sans", sans-serif;
    max-width: 500px;
    font-size: 16px;
}
#banner_popup_container .banner_popup_text img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#banner_popup_container .popup_banner {
    position: relative;
    box-shadow: inset 0 0 5px rgba(0,0,0,.3);
    padding: 10px;
    padding-top: 95px;
    background: #fff;
}
#banner_popup_container .popup_preview_text {
    padding-right:73px;
}

#banner_popup_container .popup_title {
    color: #eb6224;
    font-size: 22px;
}
#banner_pop .popup-window-close-icon {
    background: url(../women/images/close.png) no-repeat 0 0;
    width: 23px;
    height:23px;
    top:26px;
    right:26px;
}
#banner_pop .popup-window-close-icon:after {
    display: none;
}
#banner_pop .popup-window-close-icon:hover {
    background: url(../women/images/close.png) no-repeat 0 0;
}

#banner_popup_container  .popup_banner:before,
#banner_popup_container  .popup_banner:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
}
#banner_popup_container  .popup_banner:before {
    background: url(../women/images/logo.png) no-repeat;
    width:374px;
    height: 130px;
    left:-50px;
    top:-35px;
}
#banner_popup_container  .popup_banner:after {
    background: url(images/women.png) no-repeat;
    width:377px;
    height:590px;
    right:-38px;
    bottom:-61px;
}
a.popup_readmore:link,
a.popup_readmore:visited {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    text-align: center;
    background: url(images/readmore.png) no-repeat 0 0;
    width: 114px;
    height: 107px;
    line-height:107px;
    position: absolute;
    right:-31px;
    bottom: -50px;
    text-decoration: none;
}