
.pyccaProductmodel3d {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.pyccaProductmodel3d .pyccaProductAdded__message {
    background-color: #ffffff;
    padding: 0px;
    position: absolute;
    margin: auto;
   /* max-width: 800px;
    width: 90%;*/
	
	    max-width: 1255px;
    height: 721px;
	
  /*  top: 15%;*/
    top: 77%;
   /*  left: 0;*/
	left: -146px;
    right: 0;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
iframe.popup3d {
   /* width: 100%;
    height: 450px;*/
	
	width: 100%;
    height: 733px;
}

.Vista3d-sku {
    position: absolute;
    left: -516px;
    top: 661px;
    width: 50%;
}
#ar-button img {
    width: 64px;
    margin-left: 5px;
}
.productDescription div#Vista3D {
    display: none;
}
#ar-button {
    padding: 8px 6px 8px 4px;
    border: 1px solid #e7e7e7;
    width: fit-content;
    border-radius: 1px;
    position: absolute;
    right: 0%;
    top: 0px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0px;
}
/*#ar-button {
    padding: 0px 11px;
    border: 1px solid #104c92;
    width: fit-content;
    border-radius: 3px;
    position: absolute;
    right: 7%;
    top: 26px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}*/
.cerrarpop {
    position: absolute;
    top: -10px;
    background: #000000;
    /*right: -13px;*/
	right: 20px;
    padding: 5px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    border-radius: 50%;
	z-index: 999;
}
