/*
Theme Name: Sinatra Child
Template: sinatra
Author: Sinatra Team
Description: Sinatra is a lightweight and highly customizable multi-purpose theme that makes it easy for anyone to create their perfect website. You can use it for any type of website from blogs, businesses, online shops, creatives, hotels, restaurants, startups and more. With Sinatra you get the perfect blend of performance, modern design and powerful, yet simple to use options. Works perfectly with the new block editor (Gutenberg) and your favorite plugins such as: WooCommerce, JetPack, page builders, SEO plugins and others. It comes with microdata integration, unlimited colors, multiple layouts, pre-built demo websites and so much more. It's also translatable and built with best SEO practices. Try Sinatra theme today on https://try.sinatrawp.com
Tags: two-columns,right-sidebar,left-sidebar,footer-widgets,blog,news,custom-background,custom-menu,post-formats,sticky-post,editor-style,threaded-comments,translation-ready,custom-colors,featured-images,full-width-template,microformats,theme-options,e-commerce
Version: 1.3.1757749013
Updated: 2025-09-13 07:36:53

*/

#sinatra-header-inner .sinatra-nav>ul>li>a {
    font-size: 18px;
    font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left!important;
}
.woocommerce div.product .woocommerce-tabs .wc-tab>.si-container {
    max-width: 1300px!important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link h2 {
    font-size: 1.0666em;
    font-family: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    font-weight: 500;
}
.woocommerce ul.products li.product .meta-wrap>.price {
    margin-top: 0.1em;
    margin-bottom: 1.1em;
    line-height: 1;
    text-align: center;
}

.woocommerce-loop-product__title {
    display: -webkit-box;
	text-align: center;
    -webkit-line-clamp: 1;   /* limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.5em; /* approx 2 lines depending on font-size */
}

.sinatra-nav .children, .sinatra-nav .sub-menu {
    padding: 0px!important;
    }


.si-loop-product__category-wrap {
    display: none !important;
}

.sinatra-nav .sub-menu li {
    position: relative;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.woocommerce ul.products li.product {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
    border: 1px solid #0000004a;
    padding: 10px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 6px 6px;
}
.woocommerce ul.products li.product:hover .si-btn {
    transform: translateZ(0);
    opacity: 1;
    transition-delay: 0s !important;
}

.woocommerce ul.products li.product .si-product-thumb .si-btn {
    transform: translate3d(0, 30px, 0);
    bottom: 12px;
    left: 12px;
    right: 12px;
    opacity: 1;
    width: auto;
}

.sinatra-nav .sub-menu li:hover>a {
    color: #ffffff !important;
    background: linear-gradient(135deg, #FF4C4C, #3B82F6)!important;
}