html {
  box-sizing: border-box;
  font-size: 16px;
}
*, *::before, *::after {
    box-sizing: inherit; 
}



.wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 960px;
}

.col {
  padding: 20px;
  width: 650px;
}

main img {
  height: 800px;
}

.modal__overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
	z-index:9999999;
}

.modal__overlay.visible {
  display: flex;
  justify-content: center;
height:3500px;

}

.modal__content {
  background-color: #fff;
  display:flex;
  margin-top: 150px;
  padding: 16px;
  position: relative;
  width: 700px;
  height: 390px;
  border-radius: 20px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.modal__img {
  height: 895px;
}

.modal__col {
  flex: 1;
  padding: 20px;
}

button.modal__close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    color: black;
    font-size: 24px;
    border: none;
    color: slategray;
	font-weight:bold;
	width:25px;
    border-radius:15px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    
}

button.shopNow {
  padding: 15px 25px;
  border: none;
  background-color: #F447FF;
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

button.buyNow {
  padding: 10px 25px;
  border: none;
  background-color: #F447FF;
  color: #fff;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  align-self: center;
}

h1 {
  font-family: ;
  color: #000;
  font-weight:bold;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #ef720c;
 
}

h4 {
  margin-top: -5px;
  color: #0EA1D5;
}