/**
 * Theme Name:           Shop Argo
 * Theme URI:            https://10100.to/wp-themes/shop-argo
 * Description:          10100's POV about a shop theme
 * Version:              1.1.7
 * Author:               10100 S.R.L.
 * Author URI:           https://10100.to
 * Text Domain:          shop-argo
 * Domain Path:          /languages
 * Template:             storefront
 * License:              10100v1 or later
 * License URI:          https://10100.to/licensing/v1
 * Requires at least:    5.3
 * Tested up to:         5.3.2
 * WC requires at least: 3.8
 * WC tested up to:      3.9.3
 *
 * @author  10100 Team
 * @package \10100\Theme
 *
 * Copyright 2017-2020 10100 S.R.L. - All right reserved.
 */

 @CHARSET "UTF-8";

:root {
	--boxed-container-max-width: 140rem;
	--boxed-cont-hor-offset: 2.617924em;
	--boxed-cont-hor-offset-mobile: 1.617924em;
	--input-min-height: 4rem;
	--input-ver-padding: 0.5rem;
	--input-border: rgba(0,0,0,0.1);

	--section-offset: 8rem;

	--title-font: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	--p-font: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	--color-p: #222;

	--color-primary: #343d46;
	--color-secondary: #fbc200;
	--color-tertiary: rgba(62,71,90,1);

	--color-green: rgb(43, 181, 182);
	--color-red: #ed5565;
	--color-grey: #f1f1f1;

	--color-title: var(--color-primary);
	--p-color: #6d6d6d;
	--color-input-bg: #fff;

	--color-link-hover: var(--color-secondary);

	/* Gluts HUD */

	--gluts-HUD-logo-size : 8rem;
}

.gluts article .hide,
.gluts article .not-purchasable,
.gluts #shop-pagination .hide,
.gluts #shop-pagination-alto .hide{
	display: none !important;
}
.full-width,
.item-section {
	width: 100%;
	max-width: 100%;
}

.gluts .dark-border {
	border: 0.1rem solid rgba(0,0,0,0.1);
}

/* Hr */

.gluts hr { margin: 0; }
.gluts .hr-dark { background-color: rgba(0,0,0,0.1); }
.gluts .hr-light { background-color: rgba(255,255,255,0.2); }

/* Cursor */

.cursor-pointer {
	cursor: pointer;
}

/* ------------------------------------------------------------------------------------------ Override */

html.hide-sidebar,
body.hide-sidebar {
	overflow: hidden;
}

body { color: var(--color-p) }

.section-title,
.widget-title,
h1, h2, h3, h4, h5, h6 {
	font-weight: 600 !important;
}
a {
	color: var(--color-primary);
	text-decoration: none;
}
input,
select,
textarea {
	box-shadow: none !important;
}
.storefront-sticky-add-to-cart,
.storefront-handheld-footer-bar,
.storefront-product-pagination {
	display: none !important;
}

.storefront-breadcrumb, .gluts .hentry { margin: 0 !important; }

#main, .home #main > .gluts { padding-top: 0; }
.home #main { padding-top: var(--section-offset) }

#main .boxed-container {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce-products-header {
	padding-bottom: var(--col-ver-margin) !important;
}

/* ------------------------------------------------------------------------------------------ Gluts hud */

#gluts-HUD,
#gluts-HUD .gluts-menu .gluts-submenu {
	z-index: 999;
}

/* Logo */

#gluts-HUD .custom-logo-link {
	display: block;
	margin: 0;
}
#gluts-HUD .custom-logo-link img {
	max-height: var(--gluts-HUD-logo-size);
	padding: 1.5rem 0;
}

/* Gluts menu */

#gluts-HUD .gluts-menu,
#gluts-HUD .gluts-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#gluts-HUD .boxed-container,
#gluts-HUD .gluts-HUD-row,
#gluts-HUD .gluts-menu ul,
#gluts-HUD .gluts-menu li {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-self: stretch;
}
#gluts-HUD .gluts-HUD-main-trigger,
#gluts-HUD .gluts-menu li {
	cursor: pointer;
}
#gluts-HUD .gluts-menu .gluts-menu-li-container,
#gluts-HUD .gluts-menu-li-content {
	display: flex;
	align-items: center;
	z-index: 1;
}
#gluts-HUD .gluts-menu .gluts-menu-li-container:before {
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	top: 0;
	left: -50%;
}
#gluts-HUD .gluts-menu .gluts-menu-li-container > *:first-child { padding-left: 1.5rem; }
#gluts-HUD .gluts-menu .gluts-menu-li-container > *:last-child { padding-right: 1.5rem; }

#gluts-HUD #gluts-HUD-search input,
#gluts-HUD .gluts-menu-li-container > * {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
#gluts-HUD .gluts-HUD-main-trigger,
#gluts-HUD .gluts-menu .gluts-menu-li-container > * {
	transition: color 0.2s;
	transition-timing-function: ease-in-out;
}
#gluts-HUD #gluts-HUD-search input {
	padding-left: 0;
	padding-right: 0;
}
#gluts-HUD .gluts-menu .gluts-menu-li-container > *,
#gluts-HUD .gluts-menu-li-content > *:not(:first-child) {
	padding-left: 0.5rem;
}
#gluts-HUD .gluts-menu .gluts-menu-li-container > *,
#gluts-HUD .gluts-menu-li-content > *:not(:last-child) {
	padding-right: 0.5rem;
}

/* Icons */

#gluts-HUD .gluts-menu-li-icon {
	opacity: 0.5;
	transition: opacity 0.2s;
	transition-timing-function: ease-in-out;
}
#gluts-HUD .gluts-menu li > .gluts-menu-li-container:hover .gluts-menu-li-icon,
#gluts-HUD .current-menu-item .gluts-menu-li-icon { opacity: 1; }

/* Palette */

#gluts-HUD .gluts-HUD-sticky .gluts-HUD-main-trigger,
#gluts-HUD .gluts-HUD-sticky .gluts-menu .gluts-menu-li-container > * {
	color: #fff;
}
#gluts-HUD .gluts-menu li:not(.current-menu-item) > .gluts-menu-li-container:hover > * {
	color: var(--color-secondary);
}
#gluts-HUD .current-menu-item > .gluts-menu-li-container:before {
	background-color: var(--color-secondary);
	transition: background-color 0.2s;
	transition-timing-function: ease-in-out;
}
#gluts-HUD .gluts-menu .gluts-submenu {
	background-color: var(--color-tertiary);
}
#gluts-HUD #gluts-HUD-search input {
	background-color: transparent;
}

/* Media query */

@media (min-width: 992px) {
	#gluts-HUD .desktop-show { display: flex !important; }

	#gluts-HUD #gluts-HUD-mobile,
	#gluts-HUD .gluts-menu .gluts-submenu,
	#gluts-HUD #gluts-HUD-search {
		display: none;
	}
	#gluts-HUD #gluts-HUD-col-contact {
		display: none !important;
	}
	#gluts-HUD .gluts-HUD-col:not(#gluts-HUD-mobile),
	#gluts-HUD .gluts-menu {
		display: flex;
		flex-wrap: wrap;
		align-self: stretch;
	}
	#gluts-HUD .gluts-menu .gluts-submenu {
		position: absolute;
		min-width: 20rem;
		max-width: 100%;
		top: 100%;
		left: 0;
		box-shadow: 0 0.5rem 0.5rem rgba(0,0,0,0.3);
	}
	#gluts-HUD .gluts-submenu li {
		width: 100%;
	}
	#gluts-HUD .gluts-menu .gluts-menu-li-container {
		overflow: hidden;
	}
	#gluts-HUD .gluts-menu .menu-item:hover .gluts-submenu {
		display: block !important;
	}

	/* Sticky */

	#gluts-HUD .gluts-HUD-row.sticky {
		position: fixed;
		top: 0;
		left: 0;
		transform: translateY(-100%);
		animation-name: sticky;
		animation-iteration-count: 1;
		animation-duration: 0.3s;
		animation-delay: 0s;
		animation-fill-mode: forwards;
		animation-timing-function: ease-in-out;
	}

	/* Borders */

	#gluts-HUD .gluts-menu > ul ul li > .gluts-menu-li-container:before {
		border-bottom: 0.1rem solid rgba(0,0,0,0.2);
		border-top: 0.1rem solid rgba(255,255,255,0.05);
	}
}

@media (max-width: 992px) {
	#gluts-HUD #gluts-HUD-mobile {
		display: flex;
	}
	#gluts-HUD-search { display: block !important }

	#gluts-HUD .gluts-HUD-col:not(#gluts-HUD-mobile),
	#gluts-HUD .gluts-menu .gluts-submenu {
		display: none;
	}
	#gluts-HUD  #gluts-HUD-row-upper,
	#gluts-HUD #gluts-HUD-col-search {
		display: none !important;
	}
	#gluts-HUD .gluts-HUD-col,
	#gluts-HUD .gluts-menu li {
		width: 100%;
	}
	#gluts-HUD .boxed-container {
		padding-left: 0;
		padding-right: 0;
	}
	#gluts-HUD .gluts-HUD-main-trigger {
		font-size: 4rem;
		line-height: 100%;
	}
	#gluts-HUD .gluts-menu .gluts-submenu {
		padding-left: 1.5rem;
	}
	#gluts-HUD #gluts-HUD-search input,
	#gluts-HUD #gluts-HUD-mobile,
	#gluts-HUD .gluts-menu .gluts-menu-li-container > * {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	/* Borders */
	#gluts-HUD #gluts-HUD-mobile,
	#gluts-HUD .gluts-menu li > .gluts-menu-li-container:before,
	#gluts-HUD #gluts-HUD-search {
		border-bottom: 0.1rem solid rgba(0,0,0,0.2);
		border-top: 0.1rem solid rgba(255,255,255,0.05);
	}
}

/* ------------------------------------------------------------------------------------------ Home */

.home .woocommerce-message {
	margin-top: var(--col-ver-margin) !important;
	margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------------------------------ Slider shop */

.gluts .gluts-slider-shop {
	display: none;
	padding: var(--col-hor-margin) 0;
}
.gluts-slider-shop .gluts-slider-shop-wrapper .slick-track {
	display: flex;
}
.gluts-slider-shop .gluts-slide {
	margin: 0 calc(var(--col-hor-margin) / 2);
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
}
.gluts-slider-shop .gluts-slide:before {
	content: "";
	display: block;
	width: 0;
	padding-top: 56.25%;
}
.gluts-slider-shop .gluts-slide .item-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
	background-color: rgba(0,0,0,0.3);
	transition: background-color 0.2s;
	transition-timing-function: ease-in-out;
	z-index: 1;
}
.gluts-slider-shop .gluts-slide.show .item-content {
	background-color: rgba(0,0,0,0.6);
}
.gluts-slider-shop .gluts-slide .item-section {
	max-width: 40rem;
}
.gluts-slider-shop .gluts-slide .item-txt {
	display: none;
}
.gluts-slider-shop .gluts-slide .item-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: transform 0.2s;
	transition-timing-function: ease-in-out;
}
.gluts-slider-shop .gluts-slide.show .item-img {
	transform: scale(1.1);
}
.gluts-slider-shop .gluts-slider-nav {
	padding: var(--col-hor-margin);
}

/* ------------------------------------------------------------------------------------------ Slider nav */

.gluts .gluts-slider-nav {
	position: absolute;
	height: 100%;
	top: 0;
	display: flex !important;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	line-height: 100%;
	text-shadow: 0 0 10px rgba(0,0,0,0.05);
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.2s;
	transition-timing-function: ease-in-out;
	z-index: 99;
}
.gluts .gluts-slider-nav.prev { left: 0; top: calc(50% - 30px); }
.gluts .gluts-slider-nav.next { right: 0; top: calc(50% - 30px); }
.gluts .gluts-slider-nav:hover { opacity: 1; }

/* ------------------------------------------------------------------------------------------ Custom sidebars */

.gluts .custom-sidebar {
	width: 100%;
	z-index: 1;
}
.gluts .custom-sidebar .widget {
	width: 100%;
	margin: 0;
}
.gluts .custom-sidebar .widget + .widget {
	margin-top: var(--col-ver-margin);
}

#shop-sidebar::-webkit-scrollbar { width: 0 !important }
#shop-sidebar { -ms-overflow-style: none; }
#shop-sidebar { overflow: -moz-scrollbars-none; }
#shop-sidebar { scrollbar-width: none !important; }


#shop-sidebar {
	width: calc(25% - (var(--col-hor-margin) * 2));
	max-height: 100vh;
	margin-bottom: var(--col-ver-margin);
	margin-left: var(--col-hor-margin);
	margin-right: var(--col-hor-margin);
	/*overflow-x: hidden;
	overflow-y: auto;*/
	overflow: hidden;
}

#shop-sidebar ul {
	overflow: hidden scroll;
}

#shop-content {
	width: calc(75% - (var(--col-hor-margin) * 2));
	margin-bottom: var(--col-ver-margin);
	margin-left: var(--col-hor-margin);
	margin-right: var(--col-hor-margin);
}

/* ------------------------------------------------------------------------------------------ Shop filters */

#tax-fltr-blocks {
	background-color: #fff;
}
#tax-fltr-blocks,
#tax-fltr-blocks .tax-fltr-block,
#tax-fltr-blocks .fltr-ul,
#tax-fltr-blocks .fltr-li {
	width: 100%;
	max-width: 100%;
}
#tax-fltr-blocks .fltr-header {
	position: sticky;
	top: 0;
	background-color: #fff;
	border-top: 0.1rem solid rgba(0,0,0,0.1);
	border-bottom: 0.1rem solid rgba(0,0,0,0.1);
	z-index: 1;
}
#tax-fltr-blocks .fltr-header,
#tax-fltr-blocks .tax-fltr-block > .fltr-ul {
	padding: var(--col-hor-margin) 0;
}

#tax-fltr-blocks .fltr-ul {
	margin: 0;
	padding-left: 1.5rem;
	list-style: none;
}
#tax-fltr-blocks .fltr-ul,
#tax-fltr-blocks .fltr-ul .fltr-ul {
	display: none;
}

#tax-fltr-blocks .fltr-ul.active,
#tax-fltr-blocks .fltr-ul.active .fltr-ul.active {
	display: block !important;
}
#tax-fltr-blocks .fltr-li-cntnr {
	width: calc(100% + 1rem);
	max-width: calc(100% + 1rem);
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	display: flex;
}
#tax-fltr-blocks .fltr-li .fltr-li-sctn { padding: 0.5rem; }

#tax-fltr-blocks .trigger {
	display: flex;
	cursor: pointer;
}

/* Arrow */

.trigger-icon {
	transform: scale(1);
}
.trigger.active .trigger-icon {
	transform: scale(-1);
}

/* ------------------------------------------------------------------------------------------ Shop ordering bar */

.gluts form .hidden-input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer !important;
}
.gluts #ordering-bar input,
.gluts #ordering-bar select {
	padding: 0;
	background-color: transparent;
	border: none;
}
.gluts #ordering-bar .simple-col:not(:last-child) {
	border-right: 0.1rem solid rgba(0,0,0,0.3);
}
.gluts #ordering-bar .simple-col:not(:first-child) {
	border-left: 0.1rem solid rgba(255,255,255,0.05);
}
.gluts #ordering-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.gluts #ordering-bar .select2-container--default .select2-selection--single {
	background-color: transparent;
}
.gluts #ordering-bar .sticker {
	padding: 1rem 2rem;
}

.display-mode .item-row {
	opacity: 0.4;
	transition: opacity 0.2s;
	transition-timing-function: ease-in-out;
}
.display-mode.active .item-row {
	opacity: 1;
}

/* ------------------------------------------------------------------------------------------ Pagination */

#shop-pagination .gluts-shop-page, #shop-pagination-alto .gluts-shop-page {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
#shop-pagination .shop-pagination-item.active, #shop-pagination-alto .shop-pagination-item.active {
	background-color: var(--color-primary);
	color: #fff;
}

/* ------------------------------------------------------------------------------------------ Article */

/* Article */

.gluts article {
	width: 100%;
}

/* Article img */

.gluts .item-img-cntnr {
	width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}
.gluts .item-img-cntnr.square:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.gluts .item-img-cntnr > img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.gluts .gluts-product-cart .item-img-cntnr {
	width: 6rem;
}

/* Item bg */

.gluts .gluts-img-box {
	width: 100%;
	display: flex;
	background-color: #ccc;
}
.gluts .gluts-img-box:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
	padding-top: 56.25%;
}

.gluts .gluts-img-box .item-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: stretch;
}

/* Products */
.gluts .gluts-product-m {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

/* Borders */

.gluts .gluts-product-l,
.gluts .gluts-product-fake[data-layout="list"] { border-left: 0.5rem solid var(--color-green); }
.gluts .gluts-product-l.outofstock { border-left: 0.5rem solid var(--color-red); }
.gluts .gluts-product-l.incart { border-left: 0.5rem solid var(--color-secondary); }

.gluts .gluts-product-m,
.gluts .gluts-product-fake[data-layout="grid"] { border-top: 0.5rem solid var(--color-green); }
.gluts .gluts-product-m.outofstock { border-top: 0.5rem solid var(--color-red); }
.gluts .gluts-product-m.incart { border-top: 0.5rem solid var(--color-secondary); }

/* Fake */

.gluts .gluts-product-fake .img:before {
	content: "";
	padding-top: 100%;
}

/* Add to cart button & qty */

.gluts-product.product-type-variable .addToCart-button,
.gluts-product.product-type-variable .gluts-product-qty,
.gluts-product.incart .gluts-product-qty,
.gluts-product.outofstock .gluts-product-qty {
	display: none;
}

.gluts .gluts-product.incart .addToCart-button,
.gluts .gluts-product.outofstock .addToCart-button {
	pointer-events: none;
	opacity: 0.5;
}

.gluts .gluts-product .addToCart-button { background-color: var(--color-green); }
.gluts .gluts-product.incart .addToCart-button { background-color: var(--color-secondary); }
.gluts .gluts-product.outofstock .addToCart-button { background-color: var(--color-red); }

/* ------------------------------------------------------------------------------------------ Gluts sticker */

.gluts .sticker { padding: 0.4rem 1rem; }
.sticktStar { color: #fbc200; }
.gluts-product:not(.featured) .sticktStar { display: none; }

/* ------------------------------------------------------------------------------------------ Gluts cart */

.gluts-cart {
	z-index: 999;
}

.gluts-cart .gluts-cart-mask {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}

/* Trigger */

.gluts-cart .gluts-cart-button,
.gluts .back-to-top {
	min-width: 6.6rem;
	position: fixed;
	top: 50%;
	right: 0;
	padding: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: transform 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.3s;
	z-index: 999;
}

.gluts-cart .gluts-cart-button {
	transform: translateY(-100%) translateX(0);
}
.gluts-cart.show .gluts-cart-button {
	transform: translateY(-100%) translateX(100%);
	transition-delay: 0s;
}
.gluts .back-to-top {
	transform: translateY(0%) translateX(100%);
	transition-delay: 0s;
}
.gluts .back-to-top.sticky {
	transform: translateY(0%) translateX(0);
	transition-delay: 0.6s;
}

.gluts-cart .cart-trigger  {
	cursor: pointer;
}

/* Notify */

.gluts-cart  .gluts-cart-button-notify {
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: -1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-red);
	border-radius: 100%;
	overflow: hidden;
	transition: left 0.2s;
	transition-timing-function: ease-in-out;
	transition-delay: 0.3s;
}
.gluts-cart-button .gluts-cart-button-notify {
	left: -1rem;
}
.gluts-cart.show .gluts-cart-button .gluts-cart-button-notify {
	left: 0;
	transition-delay: 0s;
}
.gluts-cart-header .gluts-cart-button-notify {
	right: -2rem;
}

/* Container */

.gluts-cart .gluts-cart-container {
	width: 100%;
	max-width: 50rem;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.2s;
	transition-delay: 0s;
	transition-timing-function: ease-in-out;
	box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.1);
}
.gluts-cart.show .gluts-cart-container {
	transform: translateX(0);
	transition-delay: 0.3s;
}
.gluts-cart .gluts-cart-scrollable {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.gluts-cart .gluts-cart-content {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.gluts-cart .gluts-cart-footer {
	border-top: 0.1rem solid rgba(0,0,0,0.1);
}

/* ------------------------------------------------------------------------------------------ Section newsletter */

.gluts .gluts-newsletter input {
	background-color: rgba(255,255,255,0.02) !important;
	border: none !important;
	box-shadow: none !important;
}
.gluts .gluts-newsletter .default-button:hover {
	background-color: var(--color-secondary);
}

/* ------------------------------------------------------------------------------------------ Buttons */

.gluts .default-button {
	background-color: var(--color-primary);
}
.gluts .default-button:hover {
	background-color: var(--color-secondary);
	color: #fff;
}
.shop-pagination-item.dots,
.gluts .default-button[disabled="disabled"] {
	pointer-events: none;
}

.gluts .round-button {
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
}
.gluts .default-button.full-width {
	width: 100%;
}
.gluts .default-button.disabled {
	opacity: 0.2;
}

/* ------------------------------------------------------------------------------------------ Gluts modal */

.gluts .gluts-modal {
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 998;
}
.gluts .gluts-modal-mask,
.gluts .gluts-modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.gluts .gluts-modal-mask {
	background-color: rgba(0,0,0,0.5);
}
.gluts-modal .boxed-container {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* Tooltip */

.gluts .gluts-tooltip {
	display: none;
	position: absolute;
	width: 100vw;
	max-width: 60rem;
	top: 100%;
	left: 0;
	box-shadow: 0 0 1rem rgba(0,0,0,0.2);
	z-index: 998;
}
.gluts .gluts-tooltip .gluts-modal-mask {
	background-color: transparent;
}

/* ------------------------------------------------------------------------------------------ Woocommerce tabs */

.woocommerce-tabs {
	/*
	display: none;
	*/
	margin-top: 5rem;
	margin-bottom: 5rem;
	padding: 0;
	background-color: #f4f7fc;
}
.wc-tabs,
.woocommerce-Tabs-panel {
	margin: 0;
	padding: var(--col-ver-margin);
	border-top: none !important;
}
.wc-tabs li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.wc-tabs li {
	transition: padding 0.2s, background-color 0.2s;
	transition-timing-function: ease-in-out;
}
.wc-tabs li.active {
	padding-left: 2rem;
	background-color: var(--color-tertiary);
}
.wc-tabs li.active:after {
	right: 2rem !important;
}
.wc-tabs li.active:after,
.wc-tabs li.active a {
	color: #fff !important;
}
.wc-tabs li a {
	transition: color 0.2s;
	transition-timing-function: ease-in-out;
}
.wc-tabs li a:focus {
	outline: none;
}

/* ------------------------------------------------------------------------------------------ Select 2 */

.gluts .select2 {
	width: 100% !important;
	max-width: 100%;
}
.gluts .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0;
}

/* ------------------------------------------------------------------------------------------ Main loader */

#main-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	z-index: 9999;
}
#main-loader .custom-logo-link {
	margin-bottom: 4rem;
}
#main-loader .custom-logo-link img {
	height: 6rem;
	width: auto;
}
#main-loader .rotation {
	font-size: 3rem;
}
#main-loader.watermark {
	display: flex !important;
	opacity: 0.5;
}

/* ------------------------------------------------------------------------------------------ Footer */

footer#colophon {
	background-color: var(--color-primary);
	padding-bottom: 0;
}
.gluts-newsletter .custom-sidebar .widget-title,
footer#colophon .footer-widgets,
footer#colophon .widget,
footer#colophon .widget-title,
footer#colophon .widget .widgettitle {
	border-bottom: none;
}
footer#colophon .site-info {
	border-top: 1px solid var(--gluts-HUD-light-border);
}
.gluts-newsletter .custom-sidebar .widget-title,
footer .widget-title {
	color: var(--color-secondary) !important;
}
.gluts-newsletter .custom-sidebar,
footer#colophon,
footer#colophon p {
	color: #a7adba;
}
.gluts-newsletter .custom-sidebar a,
footer#colophon a {
	color: #fff;
	text-decoration: none;
}
.gluts-newsletter .widget ul {
	padding: 0;
}

/* ------------------------------------------------------------------------------------------ Palette */

/* Color */

.gluts .color-primary { color: var(--color-primary); }
.gluts .color-secondary { color: var(--color-secondary); }
.gluts .color-tertiary { color: var(--color-tertiary); }

.gluts .color-white {  color: #fff; }
.gluts .color-green { color: var(--color-green); }
.gluts .color-red { color: var(--color-red); }

.gluts .color-title { color: var(--color-primary); }

/* Bg color */

.gluts .bg-color-primary { background-color: var(--color-primary); }
.gluts .bg-color-secondary { background-color: var(--color-secondary); }
.gluts .bg-color-tertiary { background-color: var(--color-tertiary); }

.gluts .bg-color-white { background-color: #fff; }
.gluts .bg-color-green { background-color: rgb(43, 181, 182); }
.gluts .bg-color-red { background-color: #ed5565; }
.gluts .bg-color-grey { background-color: var(--color-grey); }

/* ------------------------------------------------------------------------------------------ Animations */

.rotation {
	animation-name: rotation;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-delay: 0s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
}
@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(365deg); }
}
@keyframes sticky {
	from { transform: translateY(-100%); }
	to { transform: translateY(0); }
}

/* ------------------------------------------------------------------------------------------ Media query */

@media (min-width: 1280px) {
	.gluts .sticky-bottom {
		position: sticky;
		bottom: var(--col-ver-margin);
		align-self: flex-end;
	}
	.gluts .sticky-top {
		position: sticky;
		top: var(--col-ver-margin);
		align-self: flex-start;
	}
	.gluts #filter-trigger { display: none; }
	#filter-panel { display: block !important; }
}
@media (max-width: 1279px) {
	#shop-sidebar { width: calc(100% - (var(--col-hor-margin) * 2)); }
	#shop-content { width: calc(100% - (var(--col-hor-margin) * 2)); }
	#filter-panel { display: none; }
}

@media (min-width: 769px) {

	.gluts .desktop-hide { display: none; }

	/* Sticky */
	.site { overflow: visible !important; }

	.col-full {
		width: calc(var(--boxed-container-max-width) + (var(--boxed-cont-hor-offset) * 2));
		padding: 0 var(--boxed-cont-hor-offset);
		max-width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}
}

@media (max-width: 768px) {

	.col-full {
		width: calc(var(--boxed-container-max-width) + (var(--boxed-cont-hor-offset-mobile) * 2));
		padding: 0 var(--boxed-cont-hor-offset-mobile);
		max-width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
	}

	.gluts .mobile-hide { display: none; }
	.gluts .item-list > * + * { margin-top: var(--col-ver-margin-mobile); }

	/* Tooltip */
	.gluts .gluts-tooltip {
		display: none;
		position: relative;
		width: 100%;
		max-width: 100%;
		top: 0;
		left: 0;
		box-shadow: none;
	}

	/* Product */
	.gluts-product .item-img-cntnr { max-width: 20rem; }
	.gluts-product .default-button { width: 100%; }
}

.gluts .color-white {
	display: block !important;
}
.gluts .icon-txt.color-white, .bg-color-secondary .item-icon.color-white {
	display: block !important;
}

.gluts .back-to-top.sticky .color-white {
	display: block !important;
}

.cart-trigger p.color-white, .cart-trigger small.color-white, .gluts-cart-button-notify small.color-white,
.addToCart-button.leave.round-button.bg-color-red .color-white, .cart-trigger h5.color-white {
	display: block !important;
}

.gluts .color-white {
	display: block !important;
}

.gluts-cart-button-notify p.color-white {
	display: block !important;
}

/**
wishlist
 */
.single-product .yith-wcwl-add-to-wishlist {
	background: #c20041;
	display: inline-block;
	padding: 1rem 3rem;
	color: #fff;
}

.yith-wcwl-add-to-wishlist a {
	color: #fff;
	text-decoration: underline;
}

.yith-wcwl-add-to-wishlist .aggiunto{
	display: none;
}

.home .yith-wcwl-add-to-wishlist.exists .aggiunto{
	display: block !important;
	float: left;
	color: #fff;
	background: #c20041;
	padding: 1rem 3rem;
	width: 100%;
	text-align: center;
}

.home .yith-wcwl-add-to-wishlist.exists .yith-wcwl-add-button {
	display: none;
}

.yith-wcwl-add-to-wishlist.exists .aggiunto a{
	color: #fff;
	text-decoration: underline;
}

.yith-wcwl-add-to-wishlist.exists .aggiunto span{
	margin-right: 10px;
}

.wishlistmenu .gluts-menu-li-container .gluts-menu-li-txt::before {
	content: '\f004' !important;
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	margin-right: 10px;
	color: #9a9ea3;
}

.wishlistmenu:hover .gluts-menu-li-txt::before {
	color: #fbc200;
}

.wishlistmenu.current_page_item .gluts-menu-li-txt::before {
	color: #fff;
}

.single_add_to_wishlist.default-button {
	background: #c20041;
}

.single_add_to_wishlist.default-button:hover {
	color: #fbc200;
}

.one-third-col .full-width .addToCart-button {
	width: 100%;
}

.one-third-col .full-width .yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

.one-third-col .full-width .yith-wcwl-add-to-wishlist .add_to_wishlist {
	width: 100%;
}

#tabella-preferiti td, #tabella-preferiti th {
	text-align: left;
}

.w-100 {
	width: 100%;
}