/*!
Theme Name: Interno
Theme URI: https://wp.aqlova.com/interno
Author: theme_pure
Author URI: https://themeforest.net/user/theme_pure
Description: Interno – Architecture & Interior WordPress Theme
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: interno
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.tp-product-2-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tp-product-2-thumb img {
    height: 300px !important;
    object-fit: cover;
}

.tp-section-title {
    color: #252525;
}
.tpoffcanvas__logo img {
    background: #f1f1f1;
    max-width: 200px;
    padding: 10px;
    border-radius: 10px;
}
.home-expertise .tp-gallery-thumb img {
    max-height: 500px;
    object-fit: cover;
}
.tp-brand-item img {
    border: 1px solid #f1f1f1 !important;
    padding: 10px !important;
}
.breadcrumb__pt {
    padding-top: 0 !important;
}
.breadcrumb__pt .breadcrumb__area {
    padding-top: 120px !important;
}
.breadcrumb__overlay::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.57) 0%, rgb(11 64 62) 100%) !important;
}
span.onsale {
    display: none;
}
.tp-shop-details__prices {
    display: none !important;
}
h6.tp-gallery-title {
    text-transform: capitalize;
}
.admin-bar .tp-header-2-area.tp-header-2-pt {
        padding-top: 0;
    }
body.home .tp-service-2-text {
    padding-bottom: 0;
}