.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: 'Roboto', 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;
    background-color: unset !important;
}
.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 {
    width: calc(100% / 3 - 16px);
    background: rgba(218, 218, 218, 0.25);
    padding: 0 16px 16px 16px;
    margin-bottom: 50px;
    margin-top: 40px;
    margin-right: 24px;
}
.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: inline;
    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;
    margin-right: 37px;
}
.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;
    cursor: pointer;
}
.prod-buttons #show-combo-results {
    margin-right: 10px;    
}

.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 {
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 15px;
}
.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%;
}
.show-results-count{
    margin-bottom: 0px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 40px;
}


/*11-12-2023*/

.width .color-checkbox .check-fit .checkmark,
.height .color-checkbox .check-fit .checkmark {
    margin-left: 0;
    margin-right: 6px;
    font-size: 14px;
    height: auto;
    width: auto;
    padding: 1px 5px;
    background-color: #FFF;
}
.width .color-checkbox .check-fit {
    min-width: auto;
}
.width .color-checkbox .check-fit {
    min-width: auto;
    margin-right: 0;
}
.filter-inner-container {
    display: flex;
}
.filter-options-wrapper.width {
    margin-left: 80px;
}
.filter-options-wrapper.height {
    margin-left: 80px;
}
.color-checkbox .check-fit {
    min-width: unset;
}
.choose-weight .check-fit input:checked ~ .checkmark {
    background-color: #c30e23;
    color: #FFF;
}
.choose-weight .check-fit input:checked ~ .checkmark:after {
    content: unset;
}
.color-checkbox .check-fit .checkmark:after {
    border-color: #FFF;
}
.color-checkbox .check-fit.bg-arctic-white-check .checkmark:after {
    border-color: #c30e23;
}
.color-checkbox .check-fit {
    margin-bottom: 6px;
}

.pagination span.current {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c30e23;
    color: #FFF;
    border: 1px solid #c30e23;
    padding: 1px 10px;
}
.pagination > a {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c30e23;
    padding: 1px 10px;
    font-weight: 500;
}
.pagination > span, .pagination > a {
    margin: 3px 3px;
}
.pagination > a:hover {
    background-color: #c30e23;
    color: #FFF;
}
.pagination {
    justify-content: center;
    flex-wrap: wrap;
}

@media (min-width: 850px) {
    .product-card:nth-child(3n - 3) {
        margin-right: 0;
    }
}

@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;
    }
    .container, .container-md, .container-sm {
        max-width: 960px;
    }    
}
@media (max-width: 849px) {
    .product-card {
        width: calc(100%/2 - 12px);
        margin-bottom: 30px;
    }
    .product-card:nth-child(2n - 2) {
        margin-right: 0;
    }
}
@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;
    }
    .msf-heading {
        align-items: center;
    }
    .msf-heading .close-btn {
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        cursor: pointer;
    }
    .msf-heading .title {
        width: calc(100% - 24px);
    }
    .mv-check-fit {
        padding-left: 30px;
    }
    .mv-check-fit .checkmark {
        top: 2px;
    }
    .color-checkbox {
        padding: 0;
    }
    .mv-check-fit .checkmark:after {
        border-color: #FFF;
    }

    .mv-check-fit.bg-arctic-white-check .checkmark:after {
        border-color: #d70b24;
    }
    .filter-options-wrapper.width {
        margin-left: 0;
    }
    .filter-options-wrapper.height {
        margin-left: 0;
    }
    .mv-color-title {
        margin-top: 0;
    }
    .filter-options-wrapper:nth-child(2) h2 {
        margin-left: 0;
    }
    .mobile-filterbar-content {
        padding-left: 0;
    }
    .show-result-btn a {
        cursor: pointer;
    }
    .rkc-sort .pagi-nav {
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    #menu-header-garage-menu {
        top: 51px;
        padding: 1rem;
        width: 100vw;
        left: -15px;
        height: 100vh;
    }
    .page-banner p{
        font-size: 17px;
        line-height: 26px;
    }
    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;
    }
    ul.breadcrumbs-ul a, ul.breadcrumbs-ul span {
        white-space: nowrap;
    }
    ul.breadcrumbs-ul {
        overflow: hidden;
        max-width: calc(100vw - 40px);
    }
}


@media (max-width: 620px) {
    .filter-section-container > .container {
        flex-direction: column;
    }
    .filter-section-container > .container .product-cat {
        width: 100%;
    }
    .product-options {
        width: 100%;
        margin-top: 10px;
        justify-content: flex-end;
    }
}


@media (max-width: 575px) {
    .product-card{
        width: 100%;
        margin-right: 0;
    }
    .product-cat h2 {
        margin-bottom: 0;
        padding-right: 10px;
    }
}    


@media (max-width: 360px) {
    .product-cat h2 {
        font-size: 19px;
    }
}

.page-template-combo-cabinets-filter p.stock.out-of-stock {
    color: red;
    margin-top: 10px;
}

.page-template-combo-cabinets-filter .product-price {
    text-align: right;
    margin-bottom: 8px;
    font-size: 18px;
}

.price-section 
.regular_price {
    color: grey;
}

.price-section .sale_price.green {
    color: green;
}

.additional-content {
    display: flex;
    margin-bottom: 21px;
}

span.regular_price {
    text-transform: capitalize;
}

.additional-content:has(.price-section span) {
    justify-content: space-between;
    align-items: center;
}

.product-price span.regular_price {
    font-size: 20px;
    color: #000;
}

.price-section span.regular_price {
    font-size: 15px;
}

.price-section span.sale_price.green {
    font-size: 15px;
}
.rkc-filter-content .product-btn a {
    display: block;
    height: auto;
    margin: 0;
    width: 50%;
    font-size: 17px;
    font-weight: 400;
    padding: 11px 15px;
    text-transform: uppercase;
}

.product-btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

p.stock.out-of-stock {
    margin: 0;
}

.page-template-combo-cabinets-filter .rkc-filter-content .product-btn a.get-a-sample:first-child {background: #fff;color: #c40c28;}

.page-template-combo-cabinets-filter p.stock.out-of-stock {
    color: #c40c28;
    width: 50%;
    text-align: right;
    margin: 0px;
}

.page-template-combo-cabinets-filter .rkc-filter-content .product-btn a.get-a-sample:first-child:hover {
    background: #c40c28;
    color: #fff;
}
@media(min-width:991px) and (max-width:1200px){
    .rkc-filter-content .product-btn a {
        font-size: 13px;
    }
}