/*
Theme Name: Bw Zenny
Theme URI: https://zenny.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: With Zenny Glasses WordPress template for WooCommerce you'll make a statement that it's not just about fashion accessories.
Version: 1.7.7
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-zenny
*/

.elementor-30823 .elementor-element.elementor-element-8a590a1 .bzotech-navbar-nav > li > a {
        margin: 20px 3px 20px 15px !important;
    }

.sell-watch .col-md-6 {
    width: 50%;
    float: left;
	overflow: hidden;
}
.sell-watch .col-md-12 {
    width: 100%;
}

.sell-watch input {
    width: 98%;
}
.sell-watch .col-md-12 input {
    width: 99%;
}
.sell-watch input[type="checkbox"] {
    width: 2% !important;
    margin: 0 0;
}
.sell-watch .wpcf7-list-item.first.last {
    color: #fff;
}
.sell-watch h3 {
    color: #fff;
}
.sell-watch .col-md-6 select {
    width: 98%;
}
.sell-watch  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    width: 99%;
}
.sell-watch {
    overflow: hidden;
    width: 90%;
}
.brands-images img {
    width: 180px !important;
    height: 100px !important;
    object-fit: contain !important;
}
.sell-watch a {
       margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    padding: 3px;
	
}
.sell-watch a img {
    width: 16%;
}
/* 🔹 Home page product titles - show in one line only */
.item-grid-product-style3 .product-info .product-title a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 18px;       /* Desktop font size */
  line-height: 1.3em;
}

/* 📱 Tablet view (up to 1024px) */
@media (max-width: 1024px) {
  .item-grid-product-style3 .product-info .product-title a {
    font-size: 16px;
  }
}

/* 📱 Mobile view (up to 768px) */
@media (max-width: 768px) {
  .item-grid-product-style3 .product-info .product-title a {
    font-size: 14px;
  }
}

/* 📱 Very small phones (up to 480px) */
@media (max-width: 480px) {
  .item-grid-product-style3 .product-info .product-title a {
    font-size: 13px;
    line-height: 1.2em;
  }
}
