.popupCartF .fancybox-close{
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    top:initial;
    right:0;
    bottom:100%;
}
.popupCartPopup{
    background: #ffffff;
    padding: 10px;
}
.popupCartPopup .wrap{
    border:solid 1px rgba(0,0,0,0.6);
    padding: 35px 25px;
}
.popupCartPopup .contentDF{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
.popupCartPopup .contentDF i{
    font-size: 65px;
    line-height: 75px;
    color:#d6d6d6;
    margin-right: 30px;
}
.popupCartPopup .txtDF{
    font-size: 16px;
    line-height: 24px;
    color:#666666;
    margin-bottom: 10px;
}
.popupCartPopup .formDF form{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popupCartPopup .formDF input{
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border:solid 1px #999999;
    padding-left: 15px;
}
.popupCartPopup .formDF button{
    background: #888888;
    color:#ffffff;
    width: 100px;
    height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:none;
    margin-left: 10px;
    border-radius: 5px;
}
.popupCartPopup .formDF button:hover{
    background: #2C4921;
} 