.artifi-container {
    height: 640px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .artifi-container {
        height: 750px;
    }
}

@media screen and (max-width: 640px) {
    .artifi-container {
        height: 645px;
    }
}

@media screen and (max-width: 480px) {
    .artifi-container {
        height: 635px;
    }
}

@media screen and (max-width: 360px) {
    .artifi-container {
        height: 640px;
    }
}

@media screen and (max-width: 320px) {
    .artifi-container {
        height: 575px;
    }
}

.artifi-container-cls {
    height:640px;
    width:100%;
    position: relative;
}

@media screen and (max-width:768px) {
    .artifi-container-cls {
        height:750px;
        width:100%;
    }
}

@media screen and (max-width:640px) {
    .artifi-container-cls {
        height:645px;
        width:100%;
    }
}

@media screen and (max-width:480px) {
    .artifi-container-cls {
        height:635px;
        width:100%;
    }
}

@media screen and (max-width:360px) {
    .artifi-container-cls {
        height:640px;
        width:100%;
    }
}

@media screen and (max-width:320px) {
    .artifi-container-cls {
        height:575px;
        width:100%;
    }
}

.personalize-btn-1 {
    margin-left: 5px;
    margin-right: 5px;
}

.loading-image {
    height: 79px;
    margin: auto;
    width: 200px;
    z-index: 9999;
}

.loading-msg {
    color: #31bcf0;
    font-family: inherit;
    font-size: 15px;
    margin: 5px auto;
    text-align: center;
    width: 100%;
}

.custom-loader {
    color: #37c0e2;
    display: block;
    height: 100px;
    left: 50%;
    margin: -75px 0 0 -45px;
    min-width: 300px;
    position: fixed;
    top: 50%;
    z-index: 99998;
    margin: -70px 0 0 -150px;
}

.artifi-loader-overlay {
    position: absolute;
    z-index: 90000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    opacity: 0.7;
}

.personalize-button-prod-detail {
    margin-bottom: 10px;
    margin-right: 1%;
    width: 49%;
    vertical-align: top;
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    background: #1979c3 none repeat scroll 0 0;
    border: 1px solid #1979c3;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    height: 50px;
}

.no-display {
    display: none;
}

.personalize-span-font {
    font-size: 20px;
}

.text-align-btn {
    display: flex;
    align-items: flex-start;
}

.artifi-class {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.personalize-margin{
    margin-left: 5px;
    border-radius: 0px !important;
}

.custom-message.message::before {
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
