#gift-express-to-standard-popup {
    display: inline-block;
    opacity: 1;
    max-width: 600px;
    padding: 50px;
    color: rgb(44, 65, 66);
    position: relative;
}

#gift-express-to-standard-popup .modal-content {
    text-align: center;
}

#gift-express-to-standard-popup .btn-top-close {
    position: absolute;
    top: -6px;
    right: 15px;
    color: #dad8d8;
    font-size: 35px;
    transition: 0.3s;

}

#gift-express-to-standard-popup .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

#gift-express-to-standard-popup .product-img-wrap {
    text-align: center;
    margin-top: 30px;
}

#gift-express-to-standard-popup .switch-delivery-wrap {
    margin-top: 20px;
    text-align: center;
}

#gift-express-to-standard-popup .switch-text-btn {
    vertical-align: top;
}

#gift-express-to-standard-popup .switch-btn-icon {
    font-size: 30px;
    font-weight: 100;
    margin-left: 2px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#gift-express-to-standard-popup .thank-btn-wrap {
    margin-top: 10px;
    text-align: center;
    color: #dad8d8;
}

#gift-express-to-standard-popup .thank-btn-text {
    text-decoration: underline;font-weight: 600;color: #dad8d8;
}
