/* site popup design */
.wc-site-popup.popup.anim-fade-zoom {
    left: 50%;
    top: 50%;
    transform: scale(0.8) translate(-50%, -50%);
    transform-origin: 0 0;
    z-index:99999;
    padding: 0;
    gap: 40px;
}
.wc-site-popup.popup.anim-fade-zoom.active {
    transform: scale(1) translate(-50%, -50%);
    max-width: 1145px;
    width: 100%;
    background-color: #ffffff;
}
.wc-site-popup.popup {
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
}
.wc-site-popup.popup  .header {
    height: 1px;
    padding: 0;
    background: none;
    border: none;
    position: relative;
}
.wc-site-popup.popup  .header .popup-title {
    display: none;
}

.wc-site-popup.popup .content {
    padding:0;
    background-color: #ffffff;
    border-radius: 0;
}
.wc-site-popup.popup .content figure{
    padding:0;
    margin:0;
}
.wc-site-popup.popup .content {
    padding: 40px 50px;
    margin: 0;
    background-color: #ffffff;
    border-radius:0px;
}
.popup-mask {
    background-color: rgba(0,0,0,0.7);
}

.wc-site-popup.popup .close-icon{
    right: 16px;
    top: 16px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 0px rgba(0,0,0,.8)!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-site-popup.popup .close-icon::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background: url("/template/c0173968/images/cross-popop-icon.svg") no-repeat center !important;   
}

.profile-popup-container .content-section .pro-description p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: Albert Sans;
}
.wc-site-popup.popup .close-icon:hover {
    opacity: 0.8;
}


