@charset "utf-8";

.website_product_img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-height: 380px;
}

element.style {
    height: 380px;
    opacity: 1;
    visibility: visible;
    width: 626px;
}
.image_bigsize {
   /* background-color: #eee; */
    padding: 2%;
    vertical-align: middle;
}

.customized_closebtn span{
    border:2px solid black;
    background:white;
    font-size:30px !important;
    font-weight:bold;
    border-radius:5px;
    padding:0px 5px;
}

.customized_closebtn{
    opacity:0;
}

.customized_closebtn:hover{
    opacity:1;
    color:black !important;
}
