﻿/*
Theme Name: Bridge Child - Klopman Website
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme - Klopman Website
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url('css-Roboto0igz.css');
@import url("style-6.8.2hv78.css");
/*@import url("animatenyws.css");*/
/*@import url("magnific-popupsfm2.css");*/
/*@import url("YouTubePopUpc7rk.css");*/
/*@import url("lightslider.minjp5q.css");*/
@import url("commonqima.css");
@import url("update-home9x4c.css");
@import url("update-magazinesurl.css");
@import url("update-greenwearutl3.css");
@import url("update-responsivecl22.css");
/*****************************
 * Import css Klopman
 ****************************/
/*@import url("product-list7q5s.css");
@import url("product-detailtyph.css");
@import url("corporatehu1d.css");
@import url("login-restrictedhtz9.css");
@import url("contactsgzsn.css");
@import url("newsw4pl.css");
@import url("fabrics-category-pageckdb.css");
@import url("downloads03zd.css");*/
/*Socialweb Mauro*/

@media (min-width: 1200px) {
	.mega-menu-17979 .menu-col-center {
		width: 100%;
	}
	.mega-menu-17979 .mega-menu__third-level .subnav {
		width: 20%;
		height: 200px;
	}
	.mega-menu-17979 .mega-menu__third-level .container-special-link{
		width: 20%;
		margin-left: 49% !important;
		order: 1;
	}
	.mega-menu-17979 .subnav:nth-child(5){
		order: 2;
	}
	.mega-menu-17979 .subnav:nth-child(4) li:nth-child(1) a {
		color: transparent;
		background-image: url(../png/Greenwear_tmif7d.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		display: block;
		width: 115px;
		height: 38px;
		text-indent: -9999px;
		margin-bottom: 0;
	}
	.mega-menu-17979 .subnav:nth-child(4) li:nth-child(2) a {
		color: green;
	}
	.mega-menu-17979 .subnav:nth-child(4) li:nth-child(3) a {
		color: red;
	}
	.mega-menu-17979 .subnav:nth-child(4) li:nth-child(4) a {
		color: blue;
	}
}
@media (min-width: 1800px) {
	.mega-menu-17979 .mega-menu__third-level .container-special-link{
		margin-left: 47.6% !important;;
	}
}

/*MULTI DOWNLOAD STYLE*/
/* Contenitore dei pulsanti d'azione nella riga */
.row-actions {
	display: flex;
	padding-bottom: 5px; /* Allineamento verticale con le select standard */
	min-width: 70px;
}

/* Stile base comune per i bottoni + e - */
.btn-action {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #6BBE7B;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease-in-out;
	padding: 0;
	line-height: 1;
	outline: none;
	margin-right: 3px;
}

/* Hover per il tasto Aggiungi (+) */
.add-row-btn:hover {
	background-color: #57A466;
	color: #ffffff;
}

/* Stile specifico per il tasto Rimuovi (-) */
.remove-row-btn {
	background-color: #e30522;
	color: #ffffff;
}

/* Hover per il tasto Rimuovi (-) */
.remove-row-btn:hover {
	background-color: #D60218;
	color: #ffffff;
}

/* Assicura che la riga utilizzi Flexbox per l'allineamento */
.download-row {
	display: flex;
	align-items: flex-end;
	gap: 15px;
	margin-bottom: 15px;
}
#form-fabrics .download-row{
	gap: 0;
}
