
.products-content .table-type-1 {
    margin-bottom: 60px;
}

/* Media Q General */
@media screen and (min-width: 992px){
    .products-content .table-type-1 {
        margin-bottom: 160px;
    }
}



/* BG Title */
#title-page {
    height: 250px;
    background-color: #f7f7f7;
    background-image: url("../img/products-bg-1.png");
    background-size: cover;
    background-position: center;
}
.title-page-LIFTPLAQ {
    height: 250px;
    background-color: #f7f7f7;
    background-image: url("../img/Component 15 – 1.png");
    background-size: cover;
    background-position: center;
}



    @font-face {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins Bold'), url('fonts/Poppins-Bold.woff') format('woff');
    font-display: swap;
    }
@media screen and (max-width: 992px){

}
/* Media Q */
@media screen and (min-width: 992px){
    #title-page {
        height: 650px;
    }
    .title-page-LIFTPLAQ  {
        height: 650px;
    }


}

/* End BG Title */

/* Side Bar  */






/* Media Q */
@media screen and (max-width: 767px){
    .sidebar-links {
        display: none;
    }
}



/* End Side Bar  */

/* Products Content */

/* End Products Content */

/* Samples Magnets */
.sample-product {
    text-align: center;
    
}

.sample-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: none;
    border-radius: 0%;
    padding: 0 ;
    margin-bottom: 18px;
}

.sample-product h5 a {
    color: black;
    font-size: 20px;
}
@media screen and (min-width: 1850px){
.sample-product {
    margin-bottom: 37px;
}
}

/* Media Q */
@media screen and (max-width: 992px) and (min-width: 576px){
    .sample-product {
        margin-bottom: 40px;
    }
    .sample-product {
    
    margin-bottom: 20px;
}
.sample-img img {
    width: 90% !important;
    height: auto !important;
}
    .sample-product h5 a {
        font-size: 20px;
    }
}

/* End Samples Magnets */
