#cancelar-section{
    margin: 40px 0 -50px 0;
    padding: 40px 0px;
    background: var(--appcolor);
    color: white;
}

#cancelar-section h4, #cancelar-section p{
    text-align:center;
    margin:10px;
}

#fixed-text{
    position: absolute;
    z-index: 10;
    color: white;
    font-size: 3.5em;
    top: 32%;
    left: 80px;
    text-shadow: 1px 1px 12px black;
    font-weight: 500;
    width: 100%;
}

.cancelarInput{
    max-width:400px;
    margin:0 5px;
}

.cancelarInput input{
    background: transparent;
    color: white;
    border-radius: 0px;
    border: 1.5px solid white;
}

#cancelarPedidoBtn{
    margin:20px auto;
    font-size: 1em;
    font-weight: 600;
}

@media only screen and (max-width:620px){
    #fixed-text{
      top: 25%;
      font-size: 3em;
      left: 14px;
    }
}

.shop-logo-wrapper{
    display: inline-block;
    position: relative;
    width: 95px;
}

.shop-logo-wrapper img{
    width: 85px;
    position: absolute;
    top: -60px;
}

.shop-logo-wrapper span{
    position: absolute;
    top: 5px;
}