/*
Theme Name:         Studio42
Description:        Framework di sviluppo per temi basati su Foundation
Version:            1.0
Author:             Marco Schiavone e Toni Guga
Author URI:         https://toniguga.it
License:
License URI:
*/


/*



   :@@@'   '+                  @@ `@
  @@@@@@@  @@                  @# `@
  @'    @  @@                  @#                      @#   ,@@@.
 `@.      @@@@# @@   :@   #@@@`@# `@`  ;@@@@          :@#  @@@#@@`
  @@'     `@@`` @@   :@  #@@`;@@# `@  '@@`;@@         @@#  `,   @#
  .@@@@@   @@   @@   :@  @@    @# `@  @@   `@;       @@@#      :@:
     :@@@  @@   @@   :@  @:    @# `@` @,    @@      @@ @#     @@@
       .@+ @@   @@   ,@  @,    @# `@` @.    @@     +@  @#   +@@.
 `;     @+ @@   @@   @@  @@    @# `@  @@    @'    `@.  @#  '@+
 @@@+,;@@` @@,@ @@;`@@@: +@@`,@@@ `@  +@@ :@@     @@@@@@@@ @@;;;;;
  ,@@@@@,  ,@@@  @@@@ @@  +@@@'@@ `@   '@@@@      .,,..@#, @@@@@@@
                                                       @@
                                                       @@



----------------------------------
Project:            LNF
----------------------------------

INDEX


/*
 *
 * ####################################################################
 * ####################################################################
 * INIZIO VARIABILI GLOBALI PER SCSCS
 * SE FAI DELLE MODIFICHE IN QUESTA AREA VANNO MESSE NEL SCSS e GULPATE
 * ####################################################################
 * ####################################################################
 *
 */

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
	top: -13px;
	left: 100%;
}

.is-dropdown-submenu {
	background-color: white;
	padding: 1rem;
	min-width: auto;
}

.is-dropdown-submenu>li {
	list-style: none;
	min-width: 100%;
	width: auto;
	color: #666;
	font-family: "Work Sans", Sans-serif;
	padding: 0.5rem;
	text-align: left;
}

.is-dropdown-submenu>li a {
	color: #666;
	font-weight: 300;
}

.is-dropdown-submenu>li:hover {
	background-color: #f1f2f3;
	color: #282828;
	opacity: 1;
}

.promo-width {
	width: 16rem !important;
}

/* figure.promo-img {
	position: relative;
	border: 1px #eee solid;
} */

.flex-1 {
	flex: 1 1 0%;
}

.product_cat-omaggi figure.product-img::before {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	background: none;
}

.product_cat-omaggi .shadow-20 {
	box-shadow: none !important;
}

/* Google recaptcha */

.grecaptcha-badge {
	visibility: hidden;
}

.sticky {
	position: sticky;
	top: 68px;
}
