body {
    background: #F8F8F8;
    font-family: 'Catamaran', sans-serif;
}

.wrapper {
    background-color: #FFF;
    margin: 20px auto;
    max-width: 400px;
    padding: 15px 20px;
    border-radius: 10px;
    padding-top: 30px;
}

h4 {
    font-weight: 800;
    color: #666;
    text-align: center;
    font-size: 18px;
}
label {
    font-weight: 700;
    color: #888;
    font-size: 12px;
}
.wrapper hr {
    border: 1px solid #DDD;
    margin-top: 30px;
    margin-bottom: 30px;
}
.wrapper .produto {
    margin-bottom: 30px;
    font-family: 'Catamaran', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 10px 5px 20px 0px #EEE;
    box-shadow: 10px 5px 20px 0px #EEE;
    border-radius: 7px;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 17px;
}
.wrapper .produto img {
    width: 25px;
}
.wrapper .produto p.produtoinfo {
    font-size: 14px;
    font-family: 'Catamaran', sans-serif;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: 50%;
    transform: translateY(-80%);
}
.wrapper .produto p.produtorpreco {
    font-size: 12px;
    font-family: 'Catamaran', sans-serif;
    display: inline-block;
    font-weight: 600;
    padding-right: 15px;
}
.card-no {
    border: none;
    outline: none;
    width: 90%;
    padding-left: 8px;
    background-color: #f9f9f9;
    position: relative;
}
.form-control {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #f9f9f9;
    height: 40px;
}
.form-control::placeholder {
    color: #BBB;
}
.form-control:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #CCC;
    border-radius: 0px;
}
.card-number {
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    padding: 5px 8px 2px;
    height: 40px;
}
.card-number input::placeholder{
    color: #BBB;
}
.littlecard {
    top: 2px;
    left: 11px;
    position: relative;
}

#modalAlert {

}
#modalAlert .modal-dialog {
    
}
#modalAlert .modal-dialog .modal-content {
    
}

#modalAlert .modal-dialog .modal-header {
    display: block;
    border: none;
}
#modalAlert .modal-dialog .modal-header h5 {
    text-align: center;
    font-family: 'Catamaran', sans-serif;
}

#modalAlert .modal-dialog .modal-body  {
    
}
#modalAlert .modal-dialog .modal-body h5  {
    font-size: 15px;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
}
#modalAlert .modal-dialog .modal-footer  {
    font-size: 15px;
}
#modalAlert .modal-dialog .modal-footer button  {
   position: relative;
   left: -45%;
   font-family: 'Catamaran', sans-serif;

}

.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #51d4db;
  height: 50px;
  width: 50px;
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}

a {
    font-size: 12px;
    font-weight: 900;
    margin-left: 30%;
}

a {
    text-decoration: none;
}

.form-inline label {
    font-size: 1rem;
}

.focused {
    border: 2px solid #9ab3f5;
}

#form-footer a {
    margin: 0;
}

#form-footer p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #777;
}

@media(max-width:768px) {
    .form-inline label {
        font-size: 12px
    }

    #form-footer p {
        font-size: 11px
    }

    .card-no {
        width: 85%
    }

    .wrapper {
        background-color: #FFF;
        margin: 20px auto;
        max-width: 400px;
        padding: 15px 20px;
        border-radius: 10px;
    }
    .wrapper .produto {
        margin-bottom: 30px;
        font-family: 'Catamaran', sans-serif;
    }
    .wrapper .produto img {
        width: 25px;
    }
    .wrapper .produto p {
        font-size: 13px;
        font-family: 'Catamaran', sans-serif;
        display: inline-block;
        font-weight: 600;
    }
    .wrapper .produto {
        margin-bottom: 30px;
        font-family: 'Catamaran', sans-serif;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-shadow: 5px 5px 10px 5px #CCC;
        box-shadow: 5px 5px 10px 5px #CCC;
        border-radius: 7px;
        padding-top: 15px;
        padding-bottom: 0px;
        padding-left: 17px;
    }
}