*{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

  .zoomx2 {
    
    
    text-align: center;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     position: absolute;
	height:600px;
 
    
    width: 150px;
    padding: 50px;
    background-color: white;
    transition: transform .2s; /* Animation */
    border-radius: 25px;
    box-shadow: 0px 1px 3px -1px rgb(21, 21, 216);
  }

  .gopro{
  color: green;
  text-decoration: none;
  }

  .parax2{
    position: absolute;
    font-size:20px;
    left:5px;
    bottom: 30%;
    font-weight: bold;
  }
  
  .subparax2{
    position: absolute;
    left:5px;
    bottom: 20%;
  }
  
  .price1x2{
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left:5px;
    bottom:25%;
    color:green;
  }
 
  .price2x2{
    font-size: 25px;
    font-weight: bold;
    opacity:80%;
    position: absolute;
    left:120px;
    bottom:25%;
    -webkit-text-decoration-line: line-through; /* Safari */
     text-decoration-line: line-through; 
  }
  .zoomx2 img{
		height:100px;
		width:100px;
  }
  
  .zoomx2 img:hover{
  
    transform: scale(1.7);
   
   
    
    transition-duration: 1s;
  }
  
  .zoomx2:hover {
    border-style: solid;
    border-width: thin;
    border-color: rgb(21, 190, 72);
    /* transform: scale(1.05); */  /* (50% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  
  }  
  .columnzoom {
    margin-top: 10px;
    position: relative;
    float: left;
    width: 25%;
  
    
  }
  
  /* Clear floats after the columns */
  .rowzoom:after {
    position: relative;
    
    content: "";
    display: table;
    clear: both;
  }

  
 
body{
    margin: 0;
    padding: 0;
	
   
}

/* a{
	position:relative;
    text-decoration: none;
}
 */
.box{
    width: 255px;
    height:600px;
	
	
    /* height: auto; */
   /*  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2); */
    border-radius: 10px;
    overflow: hidden;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%); */
    margin: 0 ;
}
/* .box:hover{

    border-style: solid;
    border-width: thin;
    border-color: rgb(21, 190, 72);
} */

  .slide-img{
    height: 450px;
    position: relative;
}  

  .slide-img img{
	 height:100px;
	 width:100px;
	position:relative;
    object-fit: contain;
    box-sizing: border-box;
}  

/* .detail-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    box-sizing: border-box;
} */

/* .type{
    display: flex;
    flex-direction: column;
} */

/* .type a{
    color: #222222;
    margin: 5px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-right: 8px;

} */

/* 
.type span{
    color: rgba(26, 26, 26, 0.5);
} */

/* .price{
    color: #333333;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
	
} */

/* .overlay{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(56, 119, 145, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}  */

/* .buy-btn{
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    color: #252525;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, .2);
} */

/* .buy-btn:hover{
    color: white;
    background-color: palevioletred;
    transition: all ease 0.3s;
} */


/* needed */
/*  .overlay{
    visibility: hidden;
}
.slide-img:hover .overlay{
    visibility: visible;
    animation: fade 0.5s;
} 
 */
/* @keyframes fade{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
} */
