@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('utilities.css');

:root {
    --c-main: #1c7ac3;
    --c-main-rgba: rgb(28, 122, 195, 0.9);
    --c-dark: #222;
    --c-gray: #888;
    --c-light: #ccc;
}


html {
    scroll-behavior: smooth;
}

body {
    background: url(../images/bg.jpg) #000 50%;

    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    overflow-x: hidden !important;
    min-width: 280px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
input,
textarea,
select {
    font-family: "Figtree", sans-serif;
}

* {
    outline: none !important;
}

@media (max-width: 768px) {

    .container,
    .banner h1 {
        overflow: hidden;
    }
}

@media (min-width: 768px -1) {

    html,
    body {
        height: 100%;
    }

    #wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -328px;
    }

    footer,
    .push {
        min-height: 298px;
    }
}


#wrapper {
    background: #fff;
    max-width: 1400px;
}


.site-wrap {
    max-width: 2000px;
    margin: 0 auto;
}


header {
    position: sticky;
    top: -28px;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--c-light);
}


header .top-bar {
    background: var(--c-dark);
    color: #fff;
    padding: 5px;
    font-size: 12px;
}


header .top-bar span {
    margin: 0 6px;
}


header .top-bar p {
    margin: 0;
    padding: 0;
}


header .top-bar a {
    color: #fff;
    text-decoration: underline;
}

.product-image{
    aspect-ratio: 1/1;
    object-fit: contain;
  }
@media (min-width: 992px) {
  .product-image{
/*    margin-top: -60px;*/
/*    filter: drop-shadow(0px 4px 4px #00000022);*/
  }
}
@media (max-width: 991px) {

    header .top-bar {
        text-align: center;
        padding: 10px 0;
        font-size: 11px;
        letter-spacing: -.6px;
    }

    header .top-bar span {
        margin: 4px;
    }
    .product-image{
      display: block;
      width: 300px;
      margin: 0 auto 40px;
    }
}


header .header-text {
    text-align: right;
}


header .logo a {
    display: inline-block;
    margin: 6px 0;
}

header .logo img.header-logo {
    width: 130px;
    min-width: 130px;
    margin: 12px auto;
}


header .call-us a.btn {
    margin-left: 10px;
}


header .tagline,
header .tagline a {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    margin: 20px 0;
}


header .contact-info {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}


header .contact-info a {
    margin-left: 4px;
}


header section {
    margin-right: 15px;
    display: inline-block;
}

@media (max-width: 991px) {

    header {
        margin: 0;
        top: -111px;
    }

    header .logo {
        display: inline-block;
        margin: 0 10px 10px;
        text-align: center;
        height: 64px;
    }

    header .logo a {
        margin: 0;
        padding: 0;
    }

    header .logo img {
        max-height: 100%;
    }

    header .tagline,
    header .tagline a {
        font-size: 14px;
        margin: 10px 0;
    }

    header .call-us {
        line-height: 32px;
        margin: 0;
        padding: 10px;
        height: 52px;
        text-align: left;
        background: #eee;
    }

    header .call-us .btn {
        float: right;
    }

    header #top {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }

    header .logo {
        display: none;
    }
}

@media (min-width: 992px) {

    header .logo a {
        opacity: 1;
        transition: opacity .2s;
    }

    header .logo a:hover {
        opacity: .7;
    }
}

@media (max-width: 767px) {

    header {
        padding: 0;
    }

    header .contact-info {
        color: #333;
        font-size: 18px;
    }

}

@media (max-width: 408px) {

    header .top-bar p {
        font-size: 10px;
    }

    header .top-bar p>span {
        height: 0;
        opacity: 0;
    }
}


nav .navbar {
    margin-bottom: 0;
}


nav .navbar-default {
    /*  background-color: var(--c-main);*/
    border: none;
    border-radius: 0;
    outline: none;
}


nav .navbar-default .navbar-nav>li {
    margin: 0;
    padding: 0;
}


nav .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    padding: ;
}


nav .navbar-default .navbar-nav>li>a.btn {
    /*color: #fff !important;
  background: var(--c-main);*/
    font-weight: 400 !important;
}


nav .navbar-default .navbar-brand {
    color: #fff !important;
    padding: 10px;
}

nav .navbar-default .navbar-brand img {
    width: auto;
    height: 30px;
}


nav .navbar-default .navbar-toggle {
    color: #fff !important;
    margin: 0;
    padding: 7px 18px !important;
    font-size: 24px;
    background: rgba(0, 0, 0, 0.8) !important;
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0 !important;
    color: #FFF !important;
}


nav .navbar-default .navbar-toggle:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
}


nav .navbar-default .navbar-toggle .fa {
    width: 20px;
}


nav .navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
}


nav .navbar-default .navbar-toggle[aria-expanded="true"] {
    background-color: rgba(0, 0, 0, 0.8) !important;
}


nav .navbar-default .navbar-collapse,
nav .navbar-default .navbar-form {
    border: none;
}


nav .navbar-default .navbar-nav>.open>a,
nav .navbar-default .navbar-nav>.open>a:hover,
nav .navbar-default .navbar-nav>.open>a:focus {
    background: rgba(0, 0, 0, 0.1);
}


nav .navbar-collapse {
    box-shadow: none !important;
}


nav .navbar-nav>li>a {
    margin: 0;
    padding: 14px 19px !important;
}


nav .navbar-nav>li:nth-child(6) {
    margin-right: 0 !important;
}


nav .navbar-nav>li>.dropdown-menu>li>a {
    font-size: 14px !important;
}


nav .navbar-nav>li>.dropdown-menu>li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    color: rgba(255, 255, 255, 0.2);
    margin: 3px 8px 0 -8px;
}


nav .mobile-actions {
    background: rgba(0, 0, 0, 0.1) !important;
}


nav .mobile-actions a {
    background: #9e2a2a !important;
    color: #fff !important;
    font-size: 26px !important;
    border: none !important;
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


nav .mobile-actions a small {
    display: inline-block !important;
    font-size: 12px !important;
    position: relative;
}


nav .mobile-actions .btn-group:first-child a {
    border-left: none !important;
}


nav .mobile-actions .btn-group:last-child a {
    border-right: none !important;
}

@media (max-width: 1200px) {

    nav .navbar-default .navbar-nav>li>a {
        padding: 14px 16px !important;
        font-size: 16px !important;
    }

    nav .navbar-default .navbar-nav>ul>li>a {
        font-size: 10px !important;
    }
}

@media (min-width: 1200px) {

    nav .navbar-default .navbar-nav .dropdown-menuli>a {
        font-size: 16px !important;
        padding: 10px !important;
    }

    nav .navbar-default {
        margin-top: 16px !important;
    }
}

@media (max-width: 991px) {

    nav .navbar-nav>li {
        margin: 0px;
    }

    nav .navbar-default .navbar-nav>li>a {
        color: #fff !important;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

    nav .navbar-default .navbar-collapse {
        background: rgba(0, 0, 0, 0.8) !important;
    }

    nav .navbar-default .navbar-nav i {
        float: right;
    }

    nav .navbar-default .navbar-nav li.dropdown.open i {
        transform: rotate(180deg);
    }

    nav .navbar-default .navbar-nav>li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    nav .navbar-default .navbar-nav>li:last-child {
        border: none;
    }

    nav .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: rgba(255, 255, 255, 0.75) !important;
        padding: 15px 25px;
    }

    nav .navbar-nav {
        margin: 0 -15px;
    }

    nav .navbar-default .navbar-nav .open .dropdown-menu {
        background: rgba(0, 0, 0, 0.16) !important;
    }

    nav .navbar-nav>li>.dropdown-menu {
        border-radius: 0;
    }

    nav .navbar .container,
    nav .navbar .banner h1,
    .banner nav .navbar h1 {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {

    nav .navbar-default {
        background: none;
        color: #000;
        text-align: right;
        margin-top: 10px;
    }

    nav .navbar-default .navbar-nav {
        float: none;
        text-align: right;
    }

    nav .navbar-default .navbar-nav>li {
        display: inline-block;
        float: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    nav .navbar-default .navbar-nav>li>a,
    nav .navbar-default .navbar-nav>li>a:hover {
        font-size: 16px;
        font-weight: 700;
        color: #000;
        padding: 10px !important;
        text-transform: uppercase;
        border-radius: 4px;
    }

    nav .navbar-default .navbar-nav>li:hover {
        background: #eee;
    }

    nav .dropdown:hover .dropdown-menu {
        display: block;
        padding: 0;
    }

    nav .dropdown:hover .dropdown-menu a {
        padding: 10px 20px;
    }

    nav .navbar-default .navbar-nav>li>a {
        color: #000;
    }

    nav .navbar-nav>li>.dropdown-menu>li a:before {
        color: var(--c-dark);
    }

    nav .navbar-default .navbar-nav>li>a>i {
        opacity: .5;
    }
}

@media (max-width: 767px) {

    nav {
        margin-top: 10px;
    }

    nav .navbar-default .navbar-nav i {
        clear: both;
        float: none;
    }

    nav .navbar-default .navbar-nav>li>a>i {
        float: right;
        margin: 4px 14px;
    }

    nav .mobile-actions a small {
        display: block !important;
        margin: 0;
    }
}


footer {
    background: var(--c-dark);
    color: var(--c-light);
    font-size: 14px;
    font-weight: 300;
    padding: 30px 0 0;
}


footer .item .services li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: var(--c-main);
}


footer a:not(.btn) {
    color: var(--c-light) !important;
}


footer img {
    opacity: .6;
}


footer .sub-footer {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 0px;
    padding: 10px 0;
}


footer .sub-footer p {
    margin: 0;
    padding: 0;
}


footer h4 {
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--c-gray)
}


footer p {
    margin: 0 0 10px;
}


footer .btn {
    background: rgba(0, 0, 0, 0.25);
    padding: 15px 30px;
    color: #fff;
}

@media (max-width: 767px) {

    footer {
        margin: 0;
        text-align: left;
    }

    footer .copyright {
        text-align: center;
    }
}


footer .item {
    margin-bottom: 30px;
}


footer .copyright {
    padding: 15px;
    font-size: 11px;
}


footer .actions {
    margin-top: 30px;
}


footer .btn {
    margin: 0 0 10px;
}

@media (max-width: 479px) {

    footer .btn {
        display: block;
    }
}


#main-content,
.content {
    padding-bottom: 60px;
    min-height: 260px;
}


#main-content section,
.content section {
    padding: 60px 0 !important;
    display: block;
}


#carousel-home .carousel-indicators {
    text-align: right;
    bottom: 2.5%;
}


#carousel-home .carousel-control {
    opacity: 0;
    transition: opacity .4s;
}


#carousel-home:hover .carousel-control {
    opacity: 1;
}


.box {
    background: #fff;
    padding: 60px 30px;
    margin: 0 auto;
    width: 80%;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {

    #main-content {
        min-height: 400px;
    }
}

@media (max-width: 767px) {

    #main-content {
        padding: 20px 0;
    }

    .box {
        padding: 25px 15px;
        width: 90%;
    }

    #main-content .row [class*='col-'] {
        margin-bottom: 30px;
    }

    #main-content {
        padding: 10px 0;
        margin: 0;
    }

    #main-content section {
        margin: 0;
        padding: 30px 0 !important;
    }

    p {
        clear: both;
    }

    #main-content .img-responsive {
        display: block !important;
        margin: 15px auto 30px !important;
        max-width: 60%;
        float: none !important;
        clear: both;
    }
}


.banner {
    width: 100%;
    background: url(../images/stock/saw-blades.jpg) 50% #ccc;
    background-size: cover;
}


.banner h1 {
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 46px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 992px) {

    .banner h1 {
        font-size: 24px;
        padding: 40px 0;
    }
}

@media (min-width: 769px) {

    .banner {
        margin-bottom: 30px;
    }
}




section.bg {
    background: 50%;
    background-size: cover;
}


.btn {
    border: none !important;
}


#main-content h1 {
    border-bottom: 2px solid var(--c-main);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

section a:not(.btn),
#main-content a:not(.btn) {
    color: var(--c-main);
    transition: opacity .3s;
}





h1 {
    font-size: 30px;
    color: var(--c-dark);
    text-transform: uppercase;
    font-weight: 900;
}


h2 {
    font-size: 24px;
    color: var(--c-main);
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
}


h3 {
    font-size: 20px;
    color: var(--c-main);
    font-weight: 400;
    text-transform: uppercase;
}


h4 {
    font-size: 20px;
    color: var(--c-dark);
    font-weight: 300;
    text-transform: uppercase;
}


h5 {
    font-size: 16px;
    color: var(--c-main);
    font-weight: 400;
}


h6 {
    font-size: 14px;
    color: var(--c-dark);
    font-weight: 600;
    text-transform: uppercase;
}


.line-through {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 26px 0 0;
}


.line-through span {
    background: #FBFBFC;
    position: relative;
    top: -13px;
}


.line-through {
    text-align: center;
    margin: 20px 0 0 0 !important;
}


.line-through span {
    padding: 0 15px;
}


.line-through.text-left span {
    padding-left: 0;
}


.line-through.text-right span {
    padding-right: 0;
}


h3.line-through,
h5.line-through {
    border-top-color: var(--c-main);
}


h2.line-through,
h4.line-through {
    border-top-style: dashed;
}


h3.line-through {
    border-top-style: double;
    border-top-width: 4px;
}


h5.line-through,
h6.line-through {
    border-top-style: dotted;
}


#main-content p {
    margin-bottom: 25px;
}


hr {
    border-top: 1px solid var(--c-light);
    margin: 30px 0;
}

@media (max-width: 991px) {

    h1 {
        font-size: 24px;
    }
}


.line-through {
    background: url(/images/line-through-single.gif) 50% repeat-x;
}


.line-through>span {
    display: inline-block !important;
    background: #fff;
    padding: 0 20px 0 0;
}


.line-through.text-center>span {
    padding: 0 20px;
}


.line-through.text-right>span {
    padding: 0 0 0 20px;
}


h1.line-through {
    background: url(/images/line-through-h1.gif) 50% repeat-x;
}


.nowrap {
    white-space: nowrap;
}


.homepage-subheader span {
    margin: -10px !important;
    padding: 0 15px !important;
}

@media screen and (max-width: 450px) {

    .homepage-subheader span {
        display: inline-block;
        top: -40px !important;
        position: relative;
    }

    .homepage-subheader {
        margin-top: 50px !important;
        margin-bottom: -20px !important;
    }

    .homepage-heading {
        font-size: 31px;
    }
}


textarea {
    min-height: 200px;
}


form #captcha {
    mix-blend-mode: multiply;
}


form a {
    color: var(--c-light) !important;
}


img {
    max-width: 100%;
}


img.pull-left {
    margin: 0 15px 15px 0;
}


img.pull-right {
    margin: 0 0 15px 15px;
}


img.img-responsive {
    display: inline-block;
}


.pic {
    border: 4px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


#main-content .img-responsive.pull-right,
#main-content .img-responsive.pull-left {
    max-width: 450px;
}


#main-content .img-content {
    max-width: 300px;
    width: 100%;
    height: auto;
}


.img-flex {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 991px) {

    #main-content .img-responsive.pull-right,
    #main-content .img-responsive.pull-left {
        max-width: 360px;
    }

    .img-content {
        max-width: 300px;
        width: 80% !important;
        height: auto;
        margin: 10px auto !important;
        float: none !important;
        clear: both;
        display: block !important;
    }

    .img-content:before,
    .img-content:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (max-width: 479px) {

    #main-content .img-responsive {
        width: 100%;
    }

    #main-content .img-responsive {
        max-width: 90%;
    }
}


.sidebar .well {
    overflow: hidden;
    border: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) inset;
}


.sidebar h5 {
    color: #fff;
    background: var(--c-dark);
    text-transform: uppercase;
    padding: 15px;
    font-weight: 600;
    margin: -20px -20px 10px;
}


.sidebar ul {
    margin: 0;
}


.sidebar li:nth-child(1) a {
    border: none;
}


.sidebar a {
    display: block;
    padding: 10px;
    color: var(--c-dark) !important;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    text-decoration: none;
}


.sidebar a:hover {
    color: var(--c-main) !important;
}


.sidebar a:before {
    content: "\f0da";
    opacity: .4;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}


.sidebar a:before:before {
    color: #000 !important;
}


.map-wrap {
    position: relative !important;
    background: url(/images/map-placeholder.png) 50%;
    background-blend-mode: luminosity;
}


.map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 100;
    top: 0;
}


#faqs .item {
    padding: 20px 0;
    border-top: 1px dashed #ccc;
}


#faqs .item.first {
    border-top: none !important;
}


#faqs .faq-q {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 15px 0;
}


#faqs .faq-q:after {
    clear: both;
    display: table;
}


#faqs .faq-q:hover {
    cursor: pointer;
}


#faqs .faq-q p {
    margin-bottom: 0;
}


#faqs .faq-a {
    position: relative;
    padding-top: 20px;
}


#faqs .faq-a:before {
    content: 'Answer';
    margin-right: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(0, 0, 0, 0.5);
}


#faqs .faq-hide-all,
#faqs .faq-a {
    display: none;
}


.service-list {
    padding: 40px 0;
}


.services .item {
    background-size: 100% auto;
    text-align: ceter;
    transition: background-size .5s;
    margin: 12px auto;
}


.services .item:hover {
    background-size: 110% auto;
}


.services .item a {
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    display: block;
    text-align: center;
    padding: 40px;
    text-decoration: none;
    color: #000 !important;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #00000022;
    transition: border-color 0.4s;
}


.services .item a:hover {
    background-color: #fafafa;
    border-color: #00000033;
}

.services .item a img {
    display: block;

    aspect-ratio: 1/1;
    object-fit: contain;
    margin: auto;
    margin-bottom: 24px;
}

@media (max-width: 991px) {

    .services .item a {
        padding: 60px 10px;
    }
}

@media (max-width: 767px) {

    .services .item a {
        padding: 40px 10px;
    }
}


.services .item.service1 {
    background-image: url(../images/placeholder-2.jpg);
}

.services .item.service2 {
    background-image: url(../images/placeholder-2.jpg);
}

.services .item.service3 {
    background-image: url(../images/placeholder-2.jpg);
}

.services .item.service14 {
    background-image: url(../images/placeholder-2.jpg);
}

.services .item.service5 {
    background-image: url(../images/placeholder-2.jpg);
}

.services .item.service6 {
    background-image: url(../images/placeholder-2.jpg);
}



.glossary .item {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    transition: border-color .6s;
}


.glossary .item p {
    font-style: italic;
}


.glossary .item h5 {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    color: var(--c-dark);
    text-transform: uppercase;
    position: relative;
}


.glossary .item h5:after {
    content: "\f0da";
    color: rgba(0, 0, 0, 0.2);
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -20px;
    top: 5px;
}


.glossary .item h5:hover {
    color: var(--c-main);
}


.glossary .item.active h5:after {
    content: "\f0dd";
}


.glossary .item h5:hover:after {
    opacity: 1;
}


#ppwd_galleries>div {
    margin-bottom: 30px;
}


.gallery_category_image {
    position: relative;
    padding-bottom: 47%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    margin-bottom: 10px;
}


.gallery_category_image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.hide-text {
    color: var(--c-dark) !important;
}


.bg-light,
.bg-light .line-through span {
    background: #eee;
    color: #000;
}

.top-banner {
    width: 100%;
    height: 16vh;
    min-height: 150px;
    object-fit: cover;
    object-position: 50% 50%;
}



#data-table {
    flex: 1;
    overflow: auto;
}

#data-table table {
    position: relative;
    border: 1px solid #00000088;
    margin: 0;
}
#data-table table thead {
      background: #174872;
      color: #fff;
  }
@media(min-width: 768px){
  #data-table {
    overflow: unset;
  }
  #data-table table thead {
      position: sticky;
      top: 70px;
  }
}


#data-table table th{
  border-bottom: 1px solid #00000088;
  vertical-align: middle;
}
#data-table table th small,
#data-table table th span span{
  display: block;
  font-weight: 400;
  font-size: 14px;
}

#data-table table th,
#data-table table td{
    text-align: center;
}
#data-table table th:not(:first-child),
#data-table table td:not(:first-child) {
    border-left: 1px solid #00000011;
}


#filters-wrap h3{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

#filters label {
    border: 1px solid #00000011;
    padding: 4px 8px;
    line-height: 1;
    margin: 0 !important;
    border-radius: 4px;
    font-weight: 400;
    background: #00000005;
}


#filters label:hover {
    cursor: pointer;
}

#filters label:has(input[type="checkbox"]:checked) {
    font-weight: 700;
    border-color: #1876ff;
    background: #1876ff33;
}
#filters input{
  margin: 0 4px 0 0;
}


#filters .filter-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 12px 0;
    gap: 5px;
    border: 1px solid #00000022;
    padding: 12px;
    border-radius: 4px;
}

#filters .filter-group strong {
    width: 100%;
    min-width: 100%;
}

/*#data-table:has(#no-results[style="display: block;"]) table{
  display: none;
}*/
#no-results {
    display: none;
    color: #a44;
    font-weight: bold;
    text-align: center;
    padding: 80px 24px;
    border: 1px solid #00000022;
}

#clear-filters {
    display: none;
    color: #000;
    font-size: 16px;
    margin: 0;
}
.catalog-wrap{
  margin-top: 40px;
}
.catalog-wrap:has(tr[style="display: none;"]) #clear-filters {
    display: block;
}

#table-cta {
    border-top: 1px solid #00000022;
    border-bottom: 1px solid #00000022;
}

#ppwd-contact section{
    padding: 24px !important;
}
@media(min-width: 768px){
    #ppwd-contact.quote .form-group{
        width: calc(50% - 24px);
        float: left;
        margin: 12px;
    }
    #ppwd-contact.quote textarea{
        min-width: 120px;
    }

    #ppwd-contact.quote .form-group.ppwdf-Name,
    #ppwd-contact.quote .form-group.ppwdf-Email,
    #ppwd-contact.quote .form-group.ppwdf-message{
        width: calc(100% - 24px);
    }
}





/*img[src*="assets/images/stock/saw-blades.jpg"]{
  object-position: 50% 100%;  
}*/
#imageModal .modal-content{
    background: url('../images/banners/default.jpg') no-repeat center center;
    background-size: cover;
}
#imageModal .modal-header{
    background: #eeeeee;
}
#imageModal .modal-body{
    --blur-amount: 6px;
    border:none;
    background: #000000aa;
    backdrop-filter: blur(var(--blur-amount));
    -webkit-backdrop-filter: blur(var(--blur-amount));
    position: relative;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}
#imageModal .modal-body img{
    filter: drop-shadow(0 0 10px #000000);

}
#imageModal:has(img[style*="scale(1.25)"]) .modal-body{
    --blur-amount: 8px;
}
#imageModal:has(img[style*="scale(1.5)"]) .modal-body{
    --blur-amount: 10px;
}
#imageModal:has(img[style*="scale(1.75)"]) .modal-body{
    --blur-amount: 12px;
}
#imageModal:has(img[style*="scale(2)"]) .modal-body{
    --blur-amount: 14px;
}
#imageModal:has(img[style*="scale(2.25)"]) .modal-body{
    --blur-amount: 16px;
}
#imageModal:has(img[style*="scale(2.5)"]) .modal-body{
    --blur-amount: 18px;
}
#imageModal:has(img[style*="scale(2.75)"]) .modal-body{
    --blur-amount: 20px;
}
#imageModal:has(img[style*="scale(3)"]) .modal-body{
    --blur-amount: 22px;
}
#imageModal .modal-image {
    max-width: 100%;
    max-height: 80vh;
    transition: transform 0.3s ease;
    cursor: zoom-in;
    user-select: none;
    -webkit-user-drag: none;
}
#imageModal .modal-image.zoomed {
    cursor: grab;
    transition: none;
}
#imageModal .modal-image.zoomed:active {
    cursor: grabbing;
}
#imageModal .zoom-controls {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}
#imageModal .zoom-controls button {
    background: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}
#imageModal .zoom-controls button:hover {
    background: #f0f0f0;
}
.view-larger{
    display: block;
    text-decoration: none !important;
    text-align: center;
    color: #000000 !important;
    margin-bottom: 12px;
}
.view-larger img{
    margin-bottom: 12px;
}
.view-larger:hover i{
    color: var(--c-main);
}

