.brands_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.brands_container td {
    min-width: 75px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.minisplit_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.minisplit_mobile td {
    width: 100% !important;
}



@media only screen and (min-width: 600px) {
    .minisplit_mobile {
        flex-direction: row;
    }
    
    .minisplit_mobile td:first-of-type {
        width: 24.4461% !important;
    }
}



#payment-methods {display:none}
.copyright > a:nth-child(2){display:none}

#subcats{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section#subcats article h3 a{
    display: block;
    min-height: 30px;
    line-height: 15px;
}

.price_inc_tax, .price_breakdown hr, .price_breakdown a {
display: none;
}
div.row:nth-child(4){background-color:white}

.detailsContainerMoveJS::after{
content: '';
clear: both;
display: block;
border: 1px solid #ddd;
margin-bottom: 20px;
}

.fws_description_code{
   position: relative;
}

.fws_description_code_inner{
    max-height: 8000px;
    overflow-y: auto;
}

.fws_description_code::after{
    white-space: pre-wrap;
    content: 'See Below';
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#0099da), to(#2258a2));
    color: #ffffff;
    width: 25%;
    left: 10;
    right: 0;
    margin: 0 auto;
    top: -100px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 1px #056bad;
    line-height: 20px;
    border-radius: 20px 20px;
    box-shadow: 0 0 3px #ccc;
    border: 1px solid #0099da;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fws_description_code:hover::after{
    opacity: 1;
    visibility: visible;
    top: -35px;
}

button.mikeyaccordion {
    background: -webkit-gradient(linear, left top, left bottom, from(#0099da), to(#2258a2));
    color: #ffffff;
    cursor: pointer;
    padding: 7px;
    width: 100%;
    font-weight: 400;
    border: 1px solid #0099da;
    text-shadow: 1px 1px 1px #056bad;
    text-align: center;
    box-shadow: 0 0 3px #ccc;
    border: 1px solid #5fa4b1;
    border-radius: 15px 15px;
    outline: none;
    max-height: 35px;
}

button.mikeyaccordion.active, button.mikeyaccordion:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0099da), to(#2285a2));
}

button.mikeyaccordion:after {
    content: '\002b'; /* Unicode character for "plus" sign (+) */
    font-size: 36px;
    color: white;
    float: right;
    margin-left: 5px;
    position: relative;
    top: -12px;
}

button.mikeyaccordion.active:after {
    content: "\002d"; /* Unicode character for "minus" sign (-) */
    font-size: 48px;
    color: white;
    float: right;
    margin-left: 4px;
    margin-right: 4px;
    position: relative;
    top: -22px;
}

div.mikeypanel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

table tr:nth-of-type(even){
    background: #FFFFFF;
}

#QuickSearch .search-label{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 50px;
    padding: 0;
}

#QuickSearch #search_button{
    transform: scale(0.7);
}

header{
    background: white;
}

@media screen and (max-width: 640px) {
    
    header{
        padding-bottom: 30px;
    }
    
    #fws_logo_container{
        float: none;
        text-align: center !important;
    }
    #QuickSearch.fws_quick_search_container {
        margin: 10px auto;
        max-width: 300px;
        float: none;
    }
    #cat-btn{
        margin: 0 auto !important;
        max-width: 300px;
        float: none;
        border-radius: 3px;
    }
    #category-nav{
        max-width: 400px;
        margin: 10px auto 0 auto;
        border-radius: 3px;
    }
    div#main-content .row:first-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 515px) {
    .FeaturedImg {
        margin-left: 100px;
    }
}

@media screen and (max-width: 420px) {
    .FeaturedImg {
        margin-left: 50px;
    }
}

ul.pagination li a {
  background: #21b24b;
  color: #ffffff;
}

ul.pagination li:hover a {
  background: #ab0000;;
}

ul.pagination li a {
  height: 35px;
  width: 35px;
  font-size: 18px;
  padding-left: 13px;
  padding-top: 6px;
}