#threedy-plugin-container {
    background-image: url("images/aritize_3d_bg.png");
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    height: 90vh;
    margin-left: -20px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.threedy-layout {
    top: 40%;
    left: 50%;
    width: 350px;
    margin: 0;
    padding: 40px 25px;
    position: absolute;
    transform: translate(-50%, -50%);
    border-top: 1px solid #e9e9e9;
    border-radius: 5px;
    background-color: #f2f2f3;
    text-align: center;
}
.threedy-logo {
    background-image: url("images/aritize-3d.png");
    min-width: 100%;
    min-height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    z-index: 5;
}
.threedy-title {
    color: #353E5A;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 24px;
}
.threedy-button a {
    color: #FFF;
    background-color: #353e5a;
    border: 1px solid #2B3A4B;
    box-sizing: border-box;
    border-radius: 4px !important;
    padding: 20px 120px;
    display: inline-block;
    margin: 5px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}
.threedy-button a:hover {
    color: #fff;
    background-color: #4256e0;
    border: 1px solid #2B3999;
    text-decoration: none;
}

/* css custom popup to page single product */

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
    margin: 50px auto;
    /*border: 1px solid #999;*/
    width: 60%;
}
.content-popup {
    padding: 25px;
    margin: 25px;
    height: 60vh;
    box-shadow: 0 2px 5px #f5f5f5;
    background: #eee;
    border-radius: 25px;
}

