﻿ .acquista{
            height:auto;
            max-width:800px;
            -webkit-box-shadow: 9px 10px 4px -7px rgba(0,0,0,0.54);
-moz-box-shadow: 9px 10px 4px -7px rgba(0,0,0,0.54);
box-shadow: 9px 10px 4px -7px rgba(0,0,0,0.54);
margin :10px;
padding:10px;
position:absolute;
top:30%;
left:35%;
z-index:9999999999;
background-color:white;
border:solid ;
border-width:1px;
border-color:#303030;
        }

        .pulsantecontinua{
             min-width:180px;
             padding:8px;
             background-color:#303030;
             color:white ;
             border :none;
             width :100%;

        }
       .pulsanteacquista{
             min-width:180px;
             padding:8px;
             background-color:#5aa0d1;
             color:white ;
             border :none;
             width :100%;
        }



        @media (max-width: 1000px) {
 
            .acquista{
            height:auto;
            max-width:350px;
            -webkit-box-shadow: 9px 10px 4px -7px rgba(0,0,0,0.54);
-moz-box-shadow: 9px 10px 4px -7px rgba(0,0,0,0.54);
box-shadow: 9px 10px 4px -7px rgba(0,0,0,0.54);

position:absolute;
top:30%;
left:0;
z-index:9999999999;
background-color:white;
border:solid ;
border-width:1px;
border-color:#0f75bc;
        }

            #popimmagine{
                max-width :150px;

            }

            #pagewrap{
margin:0;

            }

}