/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 19 2024 | 16:52:43 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.page-header{display:none}
.elementor-widget:not(:last-child){margin-bottom:0}

.h-product {}

.h-product ul.products li {}

.h-product ul.products li 
 .eael-product-wrap {}

.h-product ul.products li .eael-product-wrap .eael-product-title {
     /* number of lines to show */
     /* or inline-block */
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
     margin: 10px 0;
}

.h-product ul.products li .eael-product-wrap img.attachment-woocommerce_thumbnail {
    height: 140px !important;
    object-fit: cover;
}

.h-product ul.products li .eael-product-wrap .eael-product-title h2.woocommerce-loop-product__title {
    margin: 0 !important;
}


.h-product ul li.product.type-product h2.woocommerce-loop-product__title {/* number of lines to show */
     /* or inline-block */
     overflow: hidden;
     margin: 10px 0;
     height: 48px;
}

.main-cat-row {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.main-cat-row .featuredcolumn {
    background: white;
    text-align: center;
    flex: 1 0 0%;
    padding: 10px 10px 20px;
    border-radius: 5px;
}

.main-cat-row .featuredcolumn .featuresbox h4 {
    font-size: 15px;
    margin: 5px 0;
    color: #072e3f;
}

.main-cat-row .featuredcolumn .featuresbox ul {list-style: none;padding: 0;margin: 0;}

.featuresbox ul li a {font-size: 14px;}

.main-cat-row .featuredcolumn .featuresbox {}

.main-cat-row .featuredcolumn .featuresbox>a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.main-cat-row .featuredcolumn .featuresbox>a img {object-fit: cover;width: 55%;}

.main-cat-row .featuredcolumn .featuresbox ul li a {
    font-size: 10px;
    color: #3e3c3c;
    font-weight: 500;
}

.main-cat-row .featuredcolumn .featuresbox ul li {
    line-height: 1;
}

.main-cat-row .featuredcolumn .featuresbox ul li a:hover {
    color: #74c44c;
}

.quote-widget h6 {
    font-size: 14px;
    margin: 0;
}

.quote-widget p {
    font-size: 12px;
}

.quote-widget .callhelp {
    margin-bottom: 10px;
    margin-top: 5px;
}
.product-meta-custom th.woocommerce-product-attributes-item__label,
.product-meta-custom td.woocommerce-product-attributes-item__value,.woocommerce 
.product-meta-custom table.shop_attributes {
    text-align:left !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    
}
.product-meta-custom td.woocommerce-product-attributes-item__value p{
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
}


.product-meta-custom .product_meta .detail-label {
    min-width: 150px !important;
}
a.call-price {
    background: #3372B9;
    padding: 20px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}
a.arcive-call {
    padding: 10px;
    font-size: 10px;
}
.h-product ul.products .eael-product-wrap .product_type_external {
    display: none !important;
}
