/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */  
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}
/* fix for Chrome image rendering */ 
img {
 image-rendering: -webkit-optimize-contrast;
} 

@media (min-width: 1200px) {
 #header .header-top .menu ul#top-menu {
    flex-flow: wrap;
}
}


/* Table Styles */
.table-wrapper{
    margin: 10px 70px 70px;
    box-shadow: 0px 35px 50px rgba( 0, 0, 0, 0.2 );
}
.fl-table {
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    background-color: white;
}
.fl-table td, .fl-table th {
    text-align: left;
    padding: 8px;
}
.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 15px;
}
.fl-table thead th {
    color: #ffffff;
    background: #ce2026;
}
.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #ce2026;
}
.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}
@media only screen and (max-width: 700px)
{
.table-wrapper{
    margin: 0px 0px 0px;
    box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.2 );
    .fl-table {
    white-space: normal;
        }
    }
}




#js-product-list .product-thumbnail img {
  max-height: 320px;
  object-fit: contain;
}

#index .products .product-availability .alert .wp-availability-text,
.prod-box-grid .product-availability .alert .wp-availability-text {
  color: #388E3C !important;
}

#product-availability .alert.alert-danger, #product-availability .alert.alert-warning{
  color: #388E3C !important;
}

.product-flag,
.product-flags .product-flag,
.product-miniature .product-flags span {
  border-radius: 5px !important;
}