   
#promo__inner {
    display: table;
    margin: 0 auto;
    position: relative;
    width:460px !important;    
    padding-left: 40px;
    padding-top:20px;
    padding-right: 0px !important; 
}

#promo__outer {
    height: 220px;
    position: relative;
    float: none;
    clear: none;
/* background-size: 840px auto; */
}    

.image__sale {
    height:180px;
    position: absolute;
    left: 0px;
    top: 10px;
  /*  box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
}

#pointing {
    position: absolute;
    fill:#fbba00;
    top:145px;
    display:none;
}

    
.promo__input {
    width: 180px;
    font-size:16px;
    padding:16px 12px;
    position: absolute;
    top:120px;
    left:20px;
}    

.promo__button {
    position:absolute;
    top:160px;
    left: 210px;
    width: 190px !important;
}

.promo__button a {
  color:#000;
  font-size:14px;
  text-align: center;
  text-decoration:none;
  background-color:yellow;
  display:block;
  position:relative;
  padding:14px 14px;
  
}

.promo__button a:active{
  top:10px;
  background-color:#F78900;
}

.promo__button:after{
  content:"";
  height:100%;
  width:100%;
  padding:4px;
  position: absolute;
  bottom:-15px;
  left:-4px;
  z-index:-1;
  background-color:#2B1800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}    

#promo__brush {
    margin-top:-355px;
    margin-left: -50px;   
}

.promo__font__20 {
    font-size: 13px;
}

.promo__font__24 {
    font-size: 20px;
}

.promo__font__28 {
    font-size: 24px;
}

.promo__limit {
    position:absolute;
    top:100px;
    font-size:14px;
    width:300px;
    left: 20px;
    text-align: center;
    text-decoration:none;  
    background-color: white;
}

.promo__phone {
    position:absolute;
    top:160px;
    left:12px;    
}

#whatsapp {
    font-size: 14px;
    margin-left:16px;
    font-weight: 400;
    /*border-bottom: 1px solid #000;*/
}

.promo__phone a {
    font-size: 20px;
    font-weight: 600;
    vertical-align: -2px;
}
.promo__phone span {
	display:none;
}