/*
Theme Name: COY Tema
Template: hello-elementor
Author: SNJ Media Studio
Version: 0.2.0
Updated: 2024-12-17

*/
.home .elementor-background-video-hosted.elementor-html5-video {
    min-height: 100vh !important;
    min-width: 100vw !important;
}
header#site-header {
    display: none !important;
}
#logo-header {
    position: fixed !important;
    top: 0 !important;
    mix-blend-mode: difference !important;
    z-index: 999999999 !important;
}
.home #logo-header {
    position: fixed !important;
    top: 0 !important;
    mix-blend-mode: unset !important;
    z-index: 999999999 !important;
}


/* HOME COY - VIDEO HOME CITTA */
.city-name h2{
	opacity: 75%;
	transition: all 0.5s;
	cursor: pointer;
}
.city-name.active h2{
	opacity: 100%;
	font-size: 45px !important;
	transition: all 0.5s;
}
.city-name:hover h2{
	opacity: 100%;
	font-size: 45px !important;
	transition: all 0.5s;
}

/* AREA SHOP - GALLERY PRODOTTI DESKTOP */
.jet-engine-gallery-grid__item {
    padding: 0 !important;
}
#load-more-desktop{
	cursor: pointer !important;
}
/* AREA SHOP - GALLERY PRODOTTI MOBILE */
.mobile-product-gallery .swiper-pagination-horizontal {
    text-align: left;
    padding-left: 20px;
}
/* AREA SHOP - TESTI PRODOTTO */
.product-description {
    max-height: 245px;
    overflow: hidden;
}
/* AREA SHOP - SELEZIONE OPZIONI TAGLIE E COLORI */
.option-block{
	border-bottom: solid 1px #fff;
}
.option-name {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.option-value {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.option-block .jet-listing-dynamic-repeater__item {
    padding: 10px;
    display: block !important;
    float: left;
    background: #fff;
    margin-right: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.container-option .jet-listing-dynamic-repeater__items {
	width: 100% !important;
	display: block !important;
}
.visible-row {
    display: flex;
    justify-content: space-between;
	margin-bottom: 10px;
}
.option-container {
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.option-container.active {
    height: 100%;
    transition: all 0.5s;
}
/* AREA SHOP - CARRELLO */
#user-session-id {
   display: none;
}
.page-id-11 #content {
    background: #000;
    min-height: 60vh !important;!i;!;
}
#ready-cart-section, #empty-cart-section {
   display: none !important;
}
#ready-cart-section.active, #empty-cart-section.active {
   display: block !important;
}
.shopping-bag-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 50px;
    align-content: space-around;
}
.single-product {
	margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
	color: #fff;
}
.single-product .variant-id, .single-product .variant-brand{
    display: none;
}
.product-img, .product-img img {
    width: 180px !important;
    height: 200px !important;
    object-fit: contain;
    object-position: left;
    padding-right: 20px;
}
.product-data-container {
    width: 50%;
    padding-right: 60px;
    position: relative;
}
.product-action {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    position: absolute;
    bottom: 20px;
}
button.remove-quantity, .product-quantity, button.add-quantity {
    height: 30px;
    width: 30px !important;
    text-align: center;
    border: solid 1px #fff !important;
    color: #fff;
    padding: 0;
    background: #000;
}
button.remove-item {
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
	padding-left: 50px !important;
    background: #000 !important;
}
.product-quantity {
    border: none !important;
}
.product-action input {
    border: solid 1px #fff;
	background-color: #000;
	color: #fff;
}
.close-form-checkout {
    font-weight: 600;
    font-weight: 600;
    float: right;
    margin-top: -50px;
}
@media only screen and (max-width: 768px) {
.single-product .product-title{
		font-size: 18px;
	}
.product-action {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    bottom: 0;
}

button.remove-item {
    padding: 0 !important;
}
}

.action-quantity {
    display: none;
}

button.remove-item {
    padding: 0 !important;
}
/* AREA SHOP - CHECKOUT FORM */
.checkout-hidden {
    display: none;
}
/* Stile per l'overlay */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Sfondo scuro */
    display: flex;
    justify-content: flex-end; /* Allinea il div principale sulla destra */
    visibility: hidden; /* Nascosto all'avvio */
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease;
    z-index: 1000;
}
/* Div interno che scivola */
#slide-in-div {
    background: #000;
    height: 100%;
    padding: 140px;
    width: 50%;
    color: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
	border-left: solid 1px #5c5c5c;
}
/* Mostra l'overlay */
#overlay.visible {
    visibility: visible;
    opacity: 1;
}
/* Mostra il div interno */
#overlay.visible #slide-in-div {
    transform: translateX(0); /* Porta il div nella finestra */
}
/* Nasconde l'overlay inizialmente */
.hidden {
    display: none;
}
#checkout-form {
    margin-top: 60px;
}
#checkout-form input {
    margin-bottom: 20px;
    border: solid 1px #fff;
    background: #000;
    color: #fff !important;
}
#proceed-to-checkout {
    background-color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
    color: #fff;
    border-color: #fff;
    margin-top: 30px;
}
#elementor-popup-modal-6529 {
    display: none !important;
}
@media only screen and (max-width: 768px) {
#elementor-popup-modal-6529 {
    display: block !important;
}
#slide-in-div {
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 90px !important;
	border: 0 !important;
}
	
}

/* AREA MAGAZINE - GESTIONE MARGINE PER FIX HEADER MOBILE */
[data-elementor-device-mode="mobile"] {
    margin-top: 35px !important;
}
/* MENU MOBILE - GESTIONE OFF-CANVAS MENU */
.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: 0.5s !important;
}


#wpadminbar {
    z-index: 999999999999999999999 !important;
}