/*
.xl-none{ display:none !important; }
@media (max-width: 767px) {
.xl-none{ display:block !important; }
}
.pxl-history1 .pxl-item--start,
.pxl-history1 .pxl-item--title::before{
	background:#0b8fbf !important;
}
.pxl-portfolio-carousel5 .pxl-item--holder::before{
	background-color:rgba(11, 143, 191, 0.85) !important;
} 
*/

/*Add Sticky WhatsApp & Phone Icons */
.sticky-contact {
            position: fixed;
            left: 30px;
            bottom: 25px;
            z-index: 99999;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        .sticky-contact a {
            width: 55px;
            height: 55px;
            background: #25D366; /* WhatsApp green */
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white !important;
            font-size: 28px;
            text-decoration: none;
            box-shadow: 0 4px 6px rgba(0,0,0,0.3);
        }
        .sticky-contact a.phone-icon {
            background: #0B8FBF;
        }
        .sticky-contact a:hover {
            transform: scale(1.1);
            transition: 0.2s;
        }
/** Product single page button change style **/
.single-product .single_add_to_cart_button,
.single-product .button.product_type_external {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
    font-weight: 600;
}

.single-product .single_add_to_cart_button:hover,
.single-product .button.product_type_external:hover {
    background-color: #1ebe5d !important;
}
.single-product .single_add_to_cart_button:before{
    content: "\f232" !important;
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px;
    font-size: 30px;
    font-weight: normal;
}
.catalog-btn{
    display:inline-block;
    margin-left:10px;
    background:#000;
    color:#fff !important;
    padding:12px 22px;
    text-decoration:none;
}
.catalog-btn:hover{
    background:#303030;
}
/* Tables content */
.product-specs{
  width:100%;
  border-collapse:collapse;
  margin-top:15px;
}
.product-specs td{
  border:1px solid #e5e5e5;
  padding:5px 12px;
  line-height: 20px;
}
.product-specs strong{
  color:#000;
}
.products .woocommerce-product-content .woocommerce-product-category,
.single-product #pxl-content-area div.product .product_meta{
	display:none !important;
}
/* Thumbnail container on left */
.woocommerce div.product div.images .flex-control-nav.flex-control-thumbs {
    max-height: 660px;   
    overflow-y: auto;
    overflow-x: hidden;
}
.flex-control-thumbs::-webkit-scrollbar {
    width: 1px;
}
.single-product #pxl-content-area div.product .entry-summary .entry-title{
	font-size:30px;
}