.container {
    display: flex;
    justify-content: space-around;
}

form {
    width:400px;
    margin: 30px;
}

h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #4E5150;
    padding: 20px 0;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

input {
    width: 100%;
    padding: 12px;
    border: 1px solid #828282;
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

label {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #4F4F4F;
}

select {
    border: 1px solid #828282;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 9px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

#save {
    width: 5%;
}

#boton {
    width: 40%;
    float: right;
    background: #F2994A;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 12px;
}

input::placeholder {
    font-family: 'Montserrat', 'Material Icons';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #828282;
}

.form-row {
    display: flex;
    padding: 5px;
    justify-content: space-between;
}


.container-img {
    box-sizing: border-box;
    object-fit: cover;
    width: 175.7px;
    height: 135.91px;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 13px;
}

.container-backpack {
    width: 400px;
    height: 200px;
    display: flex;
    justify-content:space-between;
}

.p-price {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #F2994A;
}

.p-antprice {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: line-through;
    color: #4E5150;
}

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    border: 1px solid #828282;
    border-radius: 12px;
}

.wrapper span {
    width: 100%;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.min {
    background: #E0E0E0;
    border-radius: 4px;
    margin: 4px;
}

.may {
    background: #E0E0E0;
    border-radius: 4px;
    margin: 4px;
}

.container-shipping {
    width: 420px;
    height: 570px;
    background: #F2F2F2;
    border-radius: 12px;
    margin: 100px;
}
.container-shoes {
    width: 350px;
    height: 200px;
    display: flex;
    justify-content:space-between;
    align-items: center;
} 

.price {
    width: 350px;
    height: 100px;
    border-top: 1px solid #BDBDBD;
}

.p-ship {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.total {
    display: flex;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    justify-content: right;
}

@media screen and (max-width:1000px) {
    .container {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:400px) {

    h3 {
        font-size: 13px;
    }
   .container-shipping {
       width: 100%;
       margin: 2px;
   }
   .container-backpack {
       justify-content: space-around;
   }
   .container-shoes {
       justify-content: space-around;
   }
}