/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.7
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/* for archive by bst */

body.archive ul.products.elementor-grid.columns-1 li {
    border-bottom: 1px solid;
    margin-right: 10px !important;
}
body.archive ul.products.elementor-grid.columns-1 li:last-child{
/*     border:0 */
}
.custom-search-bar {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 12px;
  gap: 15px;
}

.custom-search-bar input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
}

.custom-search-bar select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
	width:auto
}

.custom-search-bar select:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}

.search-btn,
.custom-search-bar button {
  background: #8B0000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.attri-box .woocommerce-product-attributes-item:nth-child(even){
    background:gray;
  color:#e1e1e1
}

/* manual list */

.manual-table {
	border-collapse: collapse;
	margin-bottom: 40px;
}

.manual-table th,
.manual-table td {
	padding: 10px;
	border: 1px solid #ddd;
}

.brand-title {
	margin-top: 40px;
	font-size: 24px;
}

.view-btn {
	background: #000;
	color: #fff;
	padding: 6px 12px;
	text-decoration: none;
}

.manual-table thead {
    background: #3f3f3f;
    color:#fff
}
 .manual-table th:nth-child(2){
  width:60% !important;
 }
.manual-table th:last-child{
  text-align:center;
 }
 .manual-table thead th, .manual-table tr th {
    font-weight: 700;
    padding: 9px 24px;
     text-align:left
}
tr.manual-row td:last-child{
 text-align:center;
}

tr.manual-row td{
  padding: 9px 24px;
}

.manual-row .view-btn {
    background: #3f3f3f !important;
    color: #fff !important;
}