.cartAlert {
  font-family: aperculight !important;
}

.cartAlert p{
  font-size: 20px;
  margin: 20px auto;
}



.cartAlert .back-drop{
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99998;
  background-color: rgba(1,0,0,0.2);
}

.cartAlert .bkg {
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    display:  block;
    position:  absolute;
    z-index:  -1;
    opacity: 0.9;
}

.cartAlert-body.chose-size {
    height: 160px;
}

.cartAlert-body {
  background-color: transparent;
  position: relative;
  border:  1px solid white;
  top: 50%;
  left: 50%;
  z-index: 99999;
  text-align: center;
  width: 375px;
  height: 200px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.cartAlert .fechar {
  display: block;
  position: absolute;
  text-align: center;
  cursor: pointer;
  width: 20px;
  color: gray;
  font-size: 20px;
  font-family: inherit;
  padding: 0;
  top: 0;
  left: unset;
  right: 0;
}

.cartAlert-body a:hover {
    background-color: #59995C;
    color: white;
}
.cartAlert-body a {
    border: 0.1px solid lightgray;
    padding: 10px;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 90%;
}

.buy-button.buy-button-ref {

    color: #FFF;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background-color: #59995c;
    line-height: 38px;

}
