/* 3DShop Viewer 
.mp-viewer-wrap{max-width:1200px;margin:20px auto}
.mp-viewer-wrap iframe{width:100%;height:80vh;border:0;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.2)}
.mp-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}
.mp-btn{background:#0d6efd;color:#fff;padding:10px 16px;border-radius:6px;text-decoration:none}


.tdv-viewer{

  width:100%;
    max-width:1400px;
    margin:40px auto;
    text-align:center;

}

.tdv-viewer iframe{

width:100%;

height:800px;

border:0;

border-radius:15px;

background:#f5f5f5;

box-shadow:0 10px 30px rgba(0,0,0,.15);
display:block;

}*/



/* ==========================
   3DShop Viewer
========================== */

.tdv-viewer{
    width:100%;
    max-width:1400px;
    margin:40px auto;
    text-align:center;
}

.tdv-viewer iframe{
    width:100%;
    height:800px;
    border:0;
    border-radius:15px;
    display:block;
}

/* ===============================
   3DShop Template
================================ */

.tdv-container{

max-width:1600px;

margin:auto;

padding:30px;

}

.tdv-title{

text-align:center;

margin-bottom:30px;

}

.tdv-viewer{

width:100%;

margin:30px auto;

}

.tdv-viewer iframe{

width:100%;

height:750px;

border:none;

border-radius:15px;

box-shadow:0 10px 35px rgba(0,0,0,.2);

}

.tdv-info{

display:flex;

gap:40px;

margin-top:40px;

flex-wrap:wrap;

}

.tdv-image{

flex:1;

min-width:350px;

}

.tdv-image img{

width:100%;

border-radius:12px;

}

.tdv-meta{

flex:1;

min-width:350px;

}

.tdv-meta table{

width:100%;

border-collapse:collapse;

}

.tdv-meta td{

padding:12px;

border-bottom:1px solid #ddd;

}

.tdv-buy-button{

display:inline-block;

margin-top:30px;

background:#1f7ae0;

color:#fff;

padding:15px 30px;

border-radius:8px;

text-decoration:none;

font-size:18px;

}

.tdv-content{

margin-top:60px;

line-height:2;

font-size:17px;

}

@media(max-width:768px){

.tdv-viewer iframe{

height:420px;

}

.tdv-container{

padding:15px;

}


/*==========================
3D Viewer
==========================*/

.tdv-viewer-wrapper{

width:100%;

margin:40px auto;

}

.tdv-viewer{

width:100%;

background:#ffffff;

border-radius:16px;

overflow:hidden;

box-shadow:0 15px 45px rgba(0,0,0,.12);

}

.tdv-viewer iframe{

display:block;

width:100%;

height:850px;

border:none;

}

@media(max-width:991px){

.tdv-viewer iframe{

height:600px;

}

}

@media(max-width:768px){

.tdv-viewer iframe{

height:420px;

}

}











}