html, body {
    overflow-x: clip;
}

header{
    background: #382e31;
}

header a{
    color: #fff;
    text-decoration: none;
}

header a strong{
    font-size: 1.3rem;
}
header a:hover {
    background: #f27967;
}

.price {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.6;
    color: #ca2018;
}
.old-price {
    font-size: 21px;
    line-height: 1.6;
    color: #ca2018;
    text-decoration-line: line-through;
}
form input, form select {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 15px;
    background: #fff;
}
.btn {
    cursor: pointer;
    transition: .3s;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, .3);
    font-size: 20px;
    background: rgb(174, 8, 8) linear-gradient(rgb(174, 8, 8), rgb(174, 8, 8));
    border-radius: 100px;
    padding: 10px 25px;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 768px) {
    .hideMobile {
        display: none;
    }
}

[src="img/user_no_foto.png"] {
    min-width: 64px;
}