.tp-header-main {
    padding-bottom: 15px;
    padding-top: 15px;
}
.tp-footer-widget{
        margin-bottom: 20px;
    }
    .tp-footer-top {
        padding-bottom: 20px;
        padding-top: 45px;
    }
    
    .tp-product-category-thumb a {
        height: 150px;
        width: 150px;
    }
    
    .single-product .tp-product-details-area{
    	padding-top: 50px;
    }
    .tp-product-details-description span {
        color: var(--tp-text-body);
        font-weight: 500
    }
    
    @media (max-width: 1024px) {
        .tp-product-category-thumb a {
            height: 40px;
            width: 40px;
        }
        .tp-product-category-title {
            font-size: 9px !important ;
        }
        .tp-product-category-content p {
            display: none;
        }
    }    
    @media (max-width: 767px) {
        .tp-slider-area {
            display:none !important;
        }
    }

.pixel-porporation{
  padding:40px 0px;
}
.pixel-porporation img {
    max-width: 100%;
    max-height: 90px;
}
.pixel-porporation figure {
    max-width: 400px;
    margin: auto;
    text-align: center;
}