/**
* Theme Name: Agricoma Child
* Theme URI:  http://ninetheme.com/
* Description: This is a child theme of Agricoma.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Author URI: http://ninetheme.com/about
* Template: agricoma
* Version: 1.1.1.6
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tested up to: 6.8
* Requires PHP: 7.4
* Tags: custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
* Text Domain: agricoma-child
* Copyright: ninetheme.com
*/

#afas_szamlat_kerek_field.form-row {
	font-size: 1.3em;
	line-height: 1.4;
	padding: 10px 0;
}

#nt-woo-single .woocommerce-breadcrumb,
.yoast-breadcrumb,
.rank-math-breadcrumb {
	margin-bottom: 30px;
	margin-top: -30px;
	font-size: 13px;
}

/* webshop-menü-lenyíló többsoros bug */
.ninetheme-vertical-catmenu-primary span[data-hover]:before {
	text-align: left;
}

/* blogmenü görgetés megamenu bug */
.ninetheme-header-sticky .mega-container .elementor-element.elementor-element-3ea5e3d .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: 0px !important;
}

/* menü responsive bug */
@media (min-width: 1025px) and (max-width: 1210px) {
	.ninetheme-header-inner .header-col.col-right {
		display: none;
	}
}

/* TAB title */
.ninetheme-product-tab-title .ninetheme-product-tab-title-item {
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	border-radius: 18px !important;
	border: 1px solid #e5e5e5;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	position: relative;
}
.ninetheme-product-tab-title .ninetheme-product-tab-title-item:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background: #e5e5e5;
	right: -7px;
	top: 13px;
	border-radius: 50%;
	z-index: 9;
}
.ninetheme-product-tab-title .ninetheme-product-tab-title-item:last-child:before {
	display: none;
}
.ninetheme-product-tab-title .ninetheme-product-tab-title-item.active {
	background: #7e9c2e;
	color: #fff !important;
}

/* szállítási cím gomb */
.addresses .ninetheme-address a.edit {
	background-color: #5f731f;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.addresses .ninetheme-address address {
	margin-top: 20px;
}
