@media (min-width: 0px) and (max-width: 767px) {
    .price-box .aec-buybutton input#aec-notifyme-email {        
        width: 90% !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto;
        margin-top: 10px;
        position: relative !important;
        width: 90% !important;
    }

    .price-box .aec-buybutton input#aec-notifyme-button {        
        width: 90% !important;
        display: block;
        margin-left: auto !important;
        margin-right: auto;
        margin-top: 10px;
        position: relative !important;
        width: 90% !important;
    }

    .price-box .aec-buybutton .aec-privacypolicy {        
        margin-left: 45%;
    }

    .thumb-gallery-container li.t-li-img {
        border: none !important;
    }

    #aec-notify-emailsent {
        position: relative;
        width: 80%;
        border: 1px solid var(--primary-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--primary-color);
        color: white;
        text-align: center;
        display: block;
        margin: 5px auto;
    }
}


/*iPad Pro Screen Size*/
@media (min-width: 768px) and (max-width: 1024px) {
    #aec-socialtoolbar {
        position: inherit;
    }

    #aec-notify-emailsent {
        left: 0;
        position: relative;
        width: 200px;
        border: 1px solid var(--primary-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--primary-color);
        color: white;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
    }

    body.open-nav #aec-container {
        margin-left: 0;
    }
}

/*Desktop Screen Size (even 4K resolution)*/
@media (min-width: 1025px) and (max-width: 4096px) {
    #aec-socialtoolbar {
        position: inherit;
    }

    #aec-notify-emailsent {
        position: relative;
        width: 100%;
        border: 1px solid var(--primary-color);
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: var(--primary-color);
        color: white;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
    }

    body.open-nav #aec-container {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .aec-col-notify {
        text-align: center;
    }
}