

#modalCart .modal-content {
    border-radius: 20px;
    box-shadow: 0 2px 1px rgba(0,0,0,0.09), 0 4px 2px rgba(0,0,0,0.09), 0 8px 4px rgba(0,0,0,0.09), 0 16px 8px rgba(0,0,0,0.09), 0 32px 16px rgba(0,0,0,0.09);
    border: 0;
}

#modalCart .modal-body {
    padding: 0px 40px 40px 40px;
}

#modalCart .modal-content input, #modalCart .modal-content textarea {
    box-shadow: 0px 5px 20px -15px rgba(0, 0, 0, 1);
}

#modalCart .modal-content input {
    padding-right: 40px;
}

#modalCart .modal-content textarea {
    height: 140px;
}

#modalCart .modal-content input::placeholder, #modalCart .modal-content textarea::placeholder {
    color: #999999;
}

.modal-backdrop.show {
    background-color: #d6d2af;
}

.modal-cart-text-1 {
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 40px;
}

.modal-cart-text-2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
    opacity: 0.5;
}

.svg-position-form svg {
    position: absolute;
    right: 0;
    margin: -29px 28px 0px 0px;
    height: 20px;
    width: 20px;
    color: #333333;
}


.close_button {
    background-color: #2b2b2b;
    color: white;
}

.send_button {
    background-color: #2BC74C;
    color: white;
}

.close_button:hover {
    background-color: #777777!important;
    color: white;
}

.send_button:hover {
    background-color: #5a9d68!important;
    color: white;
}

.modal-footer-1 {
    margin-top: 40px;
}

.modal-footer-text-1 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-cart-text-3 {
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.modal-cart-text-4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.modal-cart-text-5 {
    text-align: center;
}

.modal-cart-text-5 svg {
    font-size: 40px;
    color: #6bc47d;
    width: 80%;
    height: 180px;
}





@media (max-width: 480px) {

    .send_button {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .close_button {
        display: none;
    }

    #modalCart .modal-body {
        padding: 0px 20px 40px 20px;
    }
    .modal-cart-text-1 {
        font-size: 30px;
        margin-bottom: 30px;
        line-height: 40px;
    }

    .modal-cart-text-3 {
        font-size: 16px;
    }

    .svg-position-form {
        margin-bottom: 10px;
    }
}


