/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.filter-button {
    background: #f7941d;
    width: 140px;
    height: 40px;
    padding: 0;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    transform: rotate(-90deg);
    position: fixed;
    z-index: 9999;
    right: -50px;
    top: 150px;
    box-shadow: -2px -2px 2px #565353;
}
#search_filter_toggler {
    color: #fff;
}

.row.carrier-hasLogo img {
    max-width: 60px;
}

.row.carrier-hasLogo div:last-child {
    width: calc(100% - 75px);
}

a.thumbnail.product-thumbnail.psb-parent img {
    width: 95%;
}

.iqitproducttags {
	display:none !important;
	visibility:hidden;
}