body{display:flex;flex-direction:column;height:100vh}
footer{margin-top:auto}
#myHeader .cart_icon{
    display:none;
}
.main-menu .right-menu li{
    margin-left:0;
}
.brand-discontinue {
    margin-top: 30px;
}
.tab-content .brand-names{
	padding:35px 0 20px 0 !important;
}
.brand-discontinue h1 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0;
    font-family: 'Circular Std';
    font-weight: 700;
}

.input-group div {
    border: 1px solid #1b2131;
    border-radius: 6px;
    padding: 0px 13px 0 0;
    display: flex;
    align-items: center;
}

.input-group div span {
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0;
    display: flex;
    cursor: pointer;
}

.input-group input {
    border: 0;
    line-height: 20px;
    padding-left: 12px;
    font-family: 'Circular Std Book';
    width: 300px;
    font-size: 14px;
    background-color: transparent;
}
.input-group input:focus, .input-group input:focus-visible, .input-group input:focus:not(:focus-visible){border: 0; outline: 0}

.input-group label {
    margin: 0;
    font-family: 'Circular Std Book';
    font-weight: normal;
    color: #fff;
    padding: 36px;
    font-size: 14px;
    padding: 7px 13px;
    border-radius: 6px 0 0 6px;
    background-color: #000;
}

.replacement-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discountinued-brand-prod {
    margin-bottom: 50px;
}

.discountinued-brand-prod li {
    display: flex;
    justify-content: space-around;
    font-weight: normal;
    font-family: 'Circular Std Book';
    color: #767A83;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E7EB;
    align-items: center;
}

.discountinued-brand-prod li:first-child {
    color: #1B2131;
    background-color: #F9FAFB;
    font-weight: 700;
    padding: 12px 0;
    font-family: 'Circular Std';
    border-radius: 10px 10px 0 0;
}

.discountinued-brand-prod li:last-child {
    border-radius: 0 0 10px 10px;
    border-bottom: 0;
}

.discountinued-brand-prod div {
    text-align: center;
}

.prod-name {
    width: 30%;
}

.discountinued-brand-prod .sku, .discountinued-brand-prod .mpn, .discountinued-brand-prod .price {
    width: 16.66%;
}

.discountinued-brand-prod .sku span, .discountinued-brand-prod .mpn span {
    display: none;
}

.discountinued-brand-prod .alternative {
    width: 20%;
    color: #00b868;
    font-family: 'Circular Std';
    font-weight: 700;
}

.discountinued-brand-prod ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #E5E7EB;
    border-radius: 10px;
}

.add, .brand-name, #search_mini_form {
    display: none;
}

.spare-heading-search {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    align-items: center;
}

.cart_icon{
	background:0 0 !important;
	height:auto !important;
	width:auto !important;
    cursor: pointer;

}

.replacement-parts {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.replacement-parts h1 {
    font-family: 'Circular Std';
    font-weight: 500;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
}

.replacement-parts img {
    width: 100%;
}

.listing .tab .active:after {
    display: none;
}

.listing .tab a, .listing .tab span {
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 16px;
}

.listing {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-content li {
    width: 20%;
    font-size: 13px;
    margin: 0 0 10px;
}

.replacement-parts picture {
    width: 100%;
}

.replacement-parts + .tab-content {
    margin-top: 0;
}

@media screen and (max-width: 1366px) {
    .listing .tab a, .listing .tab span {
        font-size:14px;
        line-height: 14px;
        width: 30px;
        height: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .discountinued-brand-prod li {
        padding:12px 0 12px 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .brand-discontinue h1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .replacement-inner {
        flex-wrap:wrap;
    }

    .input-group {
        margin-top: 13px;
    }

    .tab-content {
        margin-top: 24px;
    }

    .listing .tab a, .listing .tab span {
        font-size: 12px;
        line-height: 12px;
        width: 26px;
        height: 26px;
    }

    .tab-content a {
        font-size: 12px;
        margin: 0 0 5px;
    }
}

@media screen and (max-width: 767px) {
	.discountinued-brand-prod li.list-head{display:none;}
	.cart_icon{
		display: inline-block;
		font-size: 12px;
		line-height: 12px;
		border: 1px solid #00b868;
		color: #00b868;
		padding: 6px 17px;
		font-family: 'Circular Std';
		font-weight: 500;
	}
    .spare-heading-search {
        flex-direction:column;
        align-items: start;
    }

    .discountinued-brand-prod li.header-li, .main-menu .leftmenu-searchbar {
        display: none;
    }
.discountinued-brand-prod li:last-child {
    border-radius: 6px;
    border-bottom: 0;
    padding: 8px 12px;
}

    #myHeader {
        border-bottom: 1px solid #1b21311A;
    }

    .brand-discontinue {
        margin-top: 0;
    }

    .discountinued-brand-prod li .prod-name {
        order: 1;
        width: 70%;
        color: #1B2131;
        text-align: left;
        font-size: 13px;
        font-family: 'Circular Std';
        font-weight: 700;
    }

    .discountinued-brand-prod li .price {
        order: 2;
        width: 30%;
        font-size: 12px;
        font-weight: 450;
        color: #1b2131;
        font-family: 'Circular Std';
        text-align: right;
    }

    .discountinued-brand-prod li .sku {
        order: 3;
        width: 40%;
        font-size: 10px;
        text-align: left;
        color: #767A83;
        display: none;
        align-items: center;
    }

    .discountinued-brand-prod li .mpn {
        order: 4;
        width: 50%;
        font-size: 12px;
        text-align: left;
        color: #767A83;
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    .discountinued-brand-prod li .alternative {
        order: 5;
        width: 50%;
        text-align: right;
        margin-top: 6px;
    }

    .discountinued-brand-prod li, .discountinued-brand-prod li:first-child {
        flex-wrap: wrap;
        font-size: 14px;
        padding: 8px 12px;
        margin-bottom: 12px;
        border: 1px solid #E5E7EB;
        border-radius: 6px;
        box-shadow: 0px 1px 3px 0px #1B213129;
		align-items:baseline;
    }

    .discountinued-brand-prod li .sku span, .discountinued-brand-prod li .mpn span {
        display: inline-flex;
        margin-right: 2px;
    }

    .discountinued-brand-prod ul {
        border-radius: 0;
        border: 0;
    }

    .input-group input {
        width: auto;
        border-left: 0;
        padding-left: 10px;
    }

    .input-group div {
        width: 100%;
        font-size: 14px;
        padding: 0;
        position: relative;
        border: 1px solid #A4A6AD;
    }

    .input-group div span {
        right: 10px;
        position: absolute;
    }

    .discountinued-brand-prod {
        margin-top: 16px;
    }

    .brand-discontinue h1 {
        font-size: 20px;
        line-height: 20px;
        border: 0;
        margin-bottom: 16px;
        padding-bottom: 0;
    }

    .cart_icon.table-cart-icon {
        display: none;
    }

    .brand-name {
        font-family: circular std;
        font-weight: 500;
        color: #1a4ab9;
        line-height: 40px;
        font-size: 28px;
        margin: 0;
        margin-top: 15px;
        text-align: left;
        display: flex;
        margin-bottom: 8px;
    }

    .allpax {
        background: url(https://cdn.raptorsupplies.com/pub/static/frontend/Raptor/Desktop/en_US/images/sprite.svg) no-repeat;
        height: 38px;
        width: 38px;
        background-position: -172px -346px;
        display: inline-block;
        margin-left: 10px;
    }

    .listing {
        margin-top: 0;
        display: block;
    }

    .tab-content li {
        width: 50%;
        margin: 0 0 5px;
    }

    .replacement-parts h1 {
        font-size: 18px;
        line-height: 22px;
        font-family: 'Circular Std';
        font-weight: 500;
    }

    .tab-content {
        background-color: #F4F4F5;
    }

    .tab-content a {
        font-family: 'Circular Std';
        font-weight: 500;
        padding: 5px 15px 5px 5px;
    }

    .listing .tab {
        display: none;
    }

    .input-group {
        width: 100%;
    }
    .main-menu .logo { display: flex; line-height: 0; padding: 9px 0 9px 15px; max-width: unset;}
   .spritesan {
        visibility: hidden;
    }
}
