/*

.nosolorol-cajetin {
    text-align: right;
}
#vale-input {
  
}

#canjear-cupon {
  
}

#mensaje-error {
  
}

*/
#nosolorol-cajetin {
    width: 24%;
   /* margin-top: 20px;*/
	margin-bottom: 20px;
}
@media (max-width: 991px) {
    #nosolorol-cajetin {
        width: 100%;
    }
}

#nosolorol-cajetin .coupon-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

#nosolorol-cajetin input[type="text"] {
    border-radius: 0;
    min-width: 0;
    color: #cccccc;
    height: 2.5rem;
    text-indent: 0.625rem;
    flex: 1;
    background: transparent;
    border: 1px solid #313131;
    font-weight: 400;
    font-size: 13px;
    outline: 0;
}

#canjear-cupon {
    flex-shrink: 0;
    float: none !important;
    width: auto !important;
    padding: 0 12px;
    height: 2.5rem;
    font-size: 13px;
}

#mensaje-error {
    display: none; 
    margin-top: 5px;
}
