.elementor-4708 .elementor-element.elementor-element-d083f06{--display:flex;--min-height:194px;--justify-content:flex-end;}.elementor-4708 .elementor-element.elementor-element-d083f06:not(.elementor-motion-effects-element-type-background), .elementor-4708 .elementor-element.elementor-element-d083f06 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.pacmat.com/wp-content/uploads/2024/05/Roppe-Marbleized-MaynardHS_Classroom.jpg");background-position:center center;background-size:cover;}.elementor-4708 .elementor-element.elementor-element-4a733d4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-start;--flex-wrap:nowrap;--margin-top:50px;--margin-bottom:0px;--margin-left:-60px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:60px;--padding-right:60px;}.elementor-4708 .elementor-element.elementor-element-4a733d4:not(.elementor-motion-effects-element-type-background), .elementor-4708 .elementor-element.elementor-element-4a733d4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F4EFE6;}.elementor-4708 .elementor-element.elementor-element-3e19aff{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4708 .elementor-element.elementor-element-6b23d72 .elementor-heading-title{font-family:"halyard-display", Sans-serif;font-size:48px;font-weight:300;line-height:1.1em;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-4708 .elementor-element.elementor-element-f554212{font-family:"halyard-display", Sans-serif;font-weight:300;}.elementor-4708 .elementor-element.elementor-element-e609e2b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4708 .elementor-element.elementor-element-e609e2b{font-family:"halyard-display", Sans-serif;font-weight:400;color:#FFFFFF;}.elementor-4708 .elementor-element.elementor-element-44fad5a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:5%;--margin-bottom:5%;--margin-left:0%;--margin-right:0%;}.elementor-4708 .elementor-element.elementor-element-83b2a5b{--display:flex;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4708 .elementor-element.elementor-element-6b23d72 .elementor-heading-title{font-size:24px;}}@media(min-width:768px){.elementor-4708 .elementor-element.elementor-element-4a733d4{--width:40%;}.elementor-4708 .elementor-element.elementor-element-83b2a5b{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-e609e2b */.elementor-4708 .elementor-element.elementor-element-e609e2b a {
    color:#fff;
}/* End custom CSS */
/* Start custom CSS */.elementor-shortcode {
    display: flex;
}

.product-filter {
    flex: 0 0 20%; /* Adjust the width of the filter column as needed */
    margin-right: 20px; /* Space between filter and grid */
}

.product-filter div {
    margin-bottom: 10px;
}

.product-filter label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    font-family: halyard-display, sans-serif;
font-size: 16px;
font-weight: 400;
color: #6D6E71;
line-height:24px;
}
.product-filter h2{
font-family: halyard-display, sans-serif !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.product-filter input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product-filter label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2024/04/unchecked-min.png') no-repeat center center;
    background-size: 16px 16px;
}

.product-filter input[type="checkbox"]:checked + label::before {
    background-image: url('/wp-content/uploads/2024/04/checked-min.png');
}

.facetwp-template {
    flex: 1; /* Remaining space for the content */
}

.brands-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Adjust the gap between items as needed */
}

.brand-item {
    flex: 0 1 calc(33.333% - 20px); /* Adjust the base width as needed */
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-logo {
    width: 100%;
    height: 250px; /* Set a consistent height for the logo box */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
.brand-item {
border: 1px solid #ddd;
flex: 1;
}
.clear-filters-wrap{
    margin-bottom:20px !important;
}

.brand-logo {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.elementor-shortcode {
    display: inline !important;
}
}

.brand-logo img {
    max-width: 100%;
    max-height: 100%;
    width: 200px;
}

.brand-details {
    width: 100%;
    text-align: left;
    font-size: 14px;
}



.brand-details strong:first-child {
    margin-top: 0;
}

.clear-filters-btn {
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: "halyard-display", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #6D6E71 !important;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px;
    border-color: #E7E7E7;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    margin-top:20px;
    transition: all .3s;
}
.clear-filters-wrap{
    margin-top:20px;
}

.clear-filters-btn:hover {
    color: #fff !important;
    background-color: #2293D1 !important;
    text-decoration: none;
}/* End custom CSS */