/* Add here all your CSS customizations */

h1, h2, h3, h4, h5, h6 {
    text-transform:uppercase;
}

ul.nav a div {
    text-transform: uppercase;
    font-size:14px;
}

td.quantityColumn input {
    width:50px !important;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

#header .header-nav-features .header-nav-features-cart .cart-info .cart-qty {
    position: absolute;
    top: -12px;
    right: -10px;
    width: 15px;
    height: 15px;
    display: block;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    background-color: #e30613;
    text-align: center;
    line-height: 15px;
    border-radius: 20px;
    -webkit-box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.table td, .table th {
    padding: .55rem !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}


form .field-validation-error {
    font-size: 13px;
}
form .input-validation-error {
    background: #ffdfdf;
}

.team .thumb-info .thumb-info-caption .custom-thumb-info-title i {
    position: absolute;
    top: 27%;
    right: 20px;
    font-size: 1.9em !important;
    color: #646466;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

img {
    max-width: 100%;
}

/*.btn-warning {
    background-color: #e30613;
    border-color: #aaa;
    color: #FFF;
}

    .btn-warning:hover, .btn-warning.hover {
        background-color: #009ED9;
        border-color: #ccc;
        color: #FFF;
    }*/

.badge-warning {
    background-color: #e30613;
    color: #FFF;
}

.btn-info {
    background-color: #e30613;
    border-color: #aaa;
    color: #FFF;
}

    .btn-info:hover, .btn-info.hover {
        background-color: #009ED9;
        border-color: #ccc;
        color: #FFF;
    }

.btn-success {
    background-color: #aaa;
    border-color: #aaa;
    color: #FFF;
}

    .btn-success:hover, .btn-success.hover {
        background-color: #ccc;
        border-color: #ccc;
        color: #FFF;
    }

.toast-close {
    opacity: .8 !important;
    padding: 0 0 0 15px !important;
}

.formFooter {
    display: none !important;
}
.formFooter-button{
    display: none !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.strong {
    font-weight: bold;
    font-size: 18px;
}