.button-pedido {
    margin: 45px 0 50px;
    text-align: center;
}
.button-pedido a{
    color: #fab200;
    background: #000;
    border: 1px solid #ccc;
    font-size: 18px;
    padding: 20px;
    border-radius: 8px;
    font-family: laton, sans-serif;
}
@media (max-width: 425px) {
  .button-pedido a{
    font-size: 15px;
    padding: 10px;
}
}
.button-pedido a:hover{
    color: #fff;
    text-decoration: none;
    font-family: laton, sans-serif;
}

.teamandtimingbundle_contact label {
    padding-bottom: 10px;
}
.teamandtimingbundle_contact input, .teamandtimingbundle_contact select {
    margin-bottom: 20px;
}


.button-pedido-form input {
    color: #fff;
    background: #fab200;
    border: 1px solid #fab200;
    font-size: 16px;
    padding: 6px 13px;
    border-radius: 8px;
    font-family: laton, sans-serif;
}

.button-pedido-form input:hover {
    font-weight: bold;
}

.button-pedido-form input:disabled {
    color: #fab200;
    background: #fff;
    border: 1px solid #fab200;
    font-size: 16px;
    padding: 6px 13px;
    border-radius: 8px;
    font-family: laton, sans-serif;
    font-weight: normal;
}

button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #d19316;
}

select.form-control:not([size]):not([multiple]) {
    height: inherit !important;
}

.teamandtimingbundle_contact {
    padding: 1vw 0 5vw;
}
.product-banner {
    width: 65%;
}
@media (max-width: 767px) {
    .product-banner {
        width: 100%;
    }
}
