.bottom_header {
    background-color: rgba(255, 255, 255, 1);
}
.site-branding:not(.white-logo) {
    display: none;
}
.site-branding.white-logo {
    display: block !important;
}
.menu_header .custom-logo-link {
    padding: 9.4px 20px;
}
.top_header {
    min-height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_header p {
    font-size: 14px;
    line-height: 16px;
}
.menu_header li.menu-item>a {
    color: rgba(0, 0, 0, 1);
}
.menu_header li.custom_order_btn> a {
    color: #FFF;
}
li.menu-item svg {
    fill: #000;
}
li.user_profile span {
    display: none;
}
a.login-frm:not(.white-header) {
    display: none !important;
}
a.login-frm.white-header {
    display: flex !important;
}
li.user_search img:not(.white-header) {
    display: none;
}
li.user_search img.white-header {
    display: block !important;
}
.user_menu_bar li.user_profile > a img {
    margin-right: 0;
    width: 100% !important;
}
.user_menu_bar ul>li:last-child>a {
    background-color: rgba(195, 14, 35, 1);
}
.user_menu_bar ul>li:last-child>a img {
    filter: brightness(0) invert(1);
}
.main-navigation ul.menu ul.sub-menu {
    background-color: #FFF;
}

/* Page Banner */
.page-banner {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.page-banner h1 {
    font-size: 28px;
    line-height: 46px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.page-banner p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #FFF;
    margin: 0;
    text-align: center;
}
.page-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.5;	    
}
.page-banner .container {
    position: relative;
    z-index: 9;
    margin-top: 10px;
}
body {
    background: #FFF;
}
body ul.breadcrumbs-ul a,
body ul.breadcrumbs-ul span {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400 !important;
    text-transform: capitalize;
}
body .breadcrumbs-ul li:before {
    color: rgba(0, 0, 0, 0.75);
    font-size: 20px;
    top: -3px;
    right: 0px !important;
}
body .breadcrumbs-ul li {
    padding-right: 10px;
    position: relative;
}
body .breadcrumbs-ul li:last-child:before {
    content: unset;
}
.product-cat h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}
body * {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.pagi-nav {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 40px;
}
.product-sorting {
    margin-right: 40px;
}	
.product-sorting select {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-shadow: unset;
    border: unset;
    background-repeat: no-repeat;
    background-position: 100% 55%;
    -webkit-appearance: none;
    padding-right: 18px;
    cursor: pointer;
}
.filter-btn span {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 20px;
}
.filter-btn img {
    width: 30px;
}
.filter-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter-section-container > .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumbs-container {
    margin-top: 30px;
    margin-bottom: 10px;
}
ul.breadcrumbs-ul {
    margin-bottom: 0;
}	


/* Product Cards */
.product-cards-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-card img {
    width: 100%;
    margin-top: -40px;
    
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.25);
}	
.product-card:nth-child(4n) {
    margin-right: 0;
}
/*.product-card:first-child {
    margin-right: 40px;
}*/
.product-card {
    width: calc(100%/4 - 30px);
    background: rgba(218, 218, 218, 0.25);
    padding: 0 18px 20px 18px;
    margin-bottom: 60px;
    margin-top: 40px;
    margin-right: 40px;
}
.product-cards-container {
    margin-top: 35px;
}
.product-name  h2{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}
.product-name-btn{
    width: 100%;
}
.product-btn a {
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C30E23;
    color: #FFF;
    border-radius: 0px;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border:2px solid #C30E23;
}
.product-btn a:hover{
    color: #C30E23;
    border:2px solid #C30E23;
}
.filter-options-wrapper h2 {
    color: #C30E23;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.prod-categories .color-checkbox {
    padding: 5px 0 0 0;
}
.color-pick {
        font-size: 16px !important;
}
.prod-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 20px;
}	
.prod-buttons a.view-all {
    border: 1px solid #C4C4C4;
    color: #FFF;
    background: #C30E23;
    margin-bottom: 14px;	    
    cursor: pointer;
}
.prod-buttons a.view-all:hover{
    border: 1px solid #C30E23;
    color: #C30E23;
    background-color: #fff;
}
.prod-buttons a.reset-filter {
    border: 0.5px solid #000;
    background: #FFF;
    cursor: pointer;
    color: #000;
    min-width: 132px;
}	
.prod-buttons a.reset-filter:hover{
    background: #000;
    color: #fff;
}
.prod-categories,
.prod-colors {
    width: 40%;
}
.prod-buttons {
    width: 33.33%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.color-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.panel.panel-default div.panel-heading h4.panel-title a:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 19px;
    width: 11px;
    position: absolute;
    left: 18px;
    top: 48%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}
.rkc-filter-content{
    width:100%;
    margin-top:35px;
}	
.filter-options-wrapper:first-child {
    width: 80%;
}
.filter-options-wrapper:nth-child(2) h2{
    margin-left: 13px;
}
.cat-section{
    display: flex;
    flex-wrap: wrap;
}
.cat-section > label{
    width: 33.3%;
}
@media (max-width: 992px) {
    #menu-header-garage-menu{
        background-color: var(--primary-white-color);
        left: -39px;
    }
    .menu_header li.custom_order_btn> a {
        color: #000;
    }
    .page-banner .container{
        margin-top: 0px;
    }
    .product-sorting {
        margin-right: 0;
    }
    .pagi-nav{
        margin-right: 15px;
        font-size: 16px;
    }
    .product-sorting select{
        font-size: 16px;
    }
    .product-cat h2{
        font-size: 24px;
    }
}
@media (max-width: 1100px) {
    .product-card {
        width: calc(100%/2 - 40px);
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media (max-width: 767px) {
    #menu-header-garage-menu {
        top: 51px;
        padding: 1rem;
        width: 100vw;
        left: -15px;
        height: 100vh;
    }
    .filter-section-container > .container{
        flex-wrap: wrap;
    }
}
@media (max-width: 991px) {
    .filter-btn{
        display: none;
    }
    .filter-options-wrapper:first-child {
        width: 100%;
    }
    .prod-buttons a.reset-filter,
    .prod-buttons a.view-all,
    .cat-section > label {
        width: 100%;
    }
    .filter-options-wrapper{
        margin-bottom: 30px;
    }
    .breadcrumbs-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .product-card{
        width: 100%;
    }
    /*.product-card:first-child{
        margin-right: 0px;
    }*/
    .page-banner p{
        font-size: 17px;
        line-height: 30px;
    }
    body ul.breadcrumbs-ul a, body ul.breadcrumbs-ul span{
        font-size: 16px;
        line-height: 1.2;
    }
    .product-name h2{
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .product-cat h2{
        font-size: 26px;
        margin-bottom: 10px;
    }
}
.show-results-count{
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 40px;
}