@font-face {
	font-family: 'poppins';
	src: local('poppins'), url('../font/Poppins/Poppins-Regular.ttf') format('truetype');
	font-display: swap;
}

/*--------------------------------------------------*/
body.dark-mode{
    background-color:#14161A;
}

body.dark-mode .bds{
    color:#fff!important;
}

body.dark-mode .cardStyle {
    background-color: #0d0d0d!important;
    box-shadow: 0 2px 4px rgb(255 255 255 / 8%)!important;
}

body.dark-mode .cardStyle:hover{
    box-shadow: 2px 4px 16px rgb(255 255 255 / 16%)!important;
    transform: scale3d(1.01,1.01,1.01)!important;
}

body.dark-mode .btna{
    background-color: #000 !important;
    color: #fff!important;
}

body.dark-mode .btna:hover, 
body.dark-mode .btna:focus, 
body.dark-mode .btna:active, 
body.dark-mode .btna:target, 
body.dark-mode .btna:active:focus, 
body.dark-mode .btna.active {
    outline: none !important;
    box-shadow: 0px 0px 6px 0px rgb(175, 179, 182, 100%)!important;
    border-color: #dbdbdb!important;
}

body.dark-mode .imgblog{
    box-shadow: 0 10px 20px -4px rgb(255, 255, 255)!important;
}

body.dark-mode .navb{
    background-color:#14161A!important;
    box-shadow: rgb(175, 179, 182, 25%) 0px 0px 8px 0px!important;
}

body.dark-mode .tfooter{
    color: #363636 !important;
}

body.dark-mode .lgh, body.dark-mode .navicon, body.dark-mode .shopicon{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(246deg) brightness(107%) contrast(101%);
}

body.dark-mode .navd:not(.is-arrowless)::after{
    border-color: #fff!important;
}

body.dark-mode .navl{
    color:#fff!important;
}

body.dark-mode .scrollup{
    border: 1px solid #dbdbdb!important;
    box-shadow: rgb(175, 179, 182, 100%) 0px 0px 8px 0px!important;
}

body.dark-mode .code{
    background-color: #d9d9d9!important;
    color: #363636!important;
}

/*body.dark-mode .divphotodescr .imgphotodescr{
    box-shadow: 0 10px 20px -4px rgba(255, 255, 255, 0.6)!important;
}*/

body.dark-mode .menu-list a.is-active {
    background-color: #f5f5f5!important;
    color: #363636!important;
}

body.dark-mode .menu-list a:hover {
    background-color: #d9d9d9!important;
    color: #363636!important;
}

body.dark-mode .inpShop:hover, 
body.dark-mode .inpShop:focus, 
body.dark-mode .inpShop:active, 
body.dark-mode .inpShop:target, 
body.dark-mode .inpShop:active:focus, 
body.dark-mode .inpShop.active {
    outline: none !important;
    box-shadow: 0px 0px 6px 0px rgb(175, 179, 182, 100%)!important;
    border-color: #dbdbdb!important;
    background-color: transparent!important;
}

body.dark-mode .inpShop{
    color: #fff!important;
    border-color: #fff!important;
    background-color: #000!important;
}

body.dark-mode .leftShopProd{
    color: #fff!important;
}

body.dark-mode .apanel{
    color: #fff!important;
}

body.dark-mode .navdrop{
    background-color: #000!important;
}

body.dark-mode .footer{
    background-color:#fafafa!important;
}

body.dark-mode .drpcat{
    background-color: #000!important;
    cursor: pointer;
    box-shadow: 0px 8px 8px rgb(175, 179, 182, 10%)!important;
}

body.dark-mode .menu-list a {
    background-color: #14161A!important;
}

body.dark-mode .accordion{
    color: #fff;
}

body.dark-mode .inpSearch{
    background: url("../img/icon/search_white.svg");
    background-size: 20px 18px;
    background-repeat: no-repeat!important;
    background-position: 9px center!important;
}

body.dark-mode .dnavl{
    background-color: #000!important;
}

body.dark-mode select option {
    background-color: #14161A!important;
}

body.dark-mode .accordion{
    color: #fff!important;
    background-color: #14161A!important;
}

body.dark-mode .accordion.active, body.dark-mode .accordion:hover{
    background-color: #000!important;
    color: #fff!important;
}

body.dark-mode .main-carousel-prodotto .flickity-page-dots .flickity-page-dot {
    border: 2px solid #fff;
}

body.dark-mode .main-carousel-prodotto .flickity-page-dots .flickity-page-dot.is-selected {
    background: #fff;
}
/*---------------------------------------------------------*/

html{
    opacity: 0;
}

.on{
    opacity: 1;
    transition: all 0.3s;
}

body{
    font-family: 'poppins', sans-serif;
    background-color:#fff;
}

.bckcolorLight{
    background-color:#fff!important;
}

.bckcolorDark{
    background-color:#000!important;
} 

.colorLight{
    color:#fff!important;
}

.colorDark{
    color:#363636!important;
}

.bds{
    color: #363636 !important;
}

.logo{
    max-height: 60px!important;
    width: 60px;
    border-radius: 50%;
}

.navbar-burger{
    height: auto;
    margin-left: 32px;
}

.navb{
    max-width: 100vw;
    height: 72px;
    top: 0px;
    position: sticky;
    z-index: 110;
    transition: top 0.5s ease 0s;
    background-color: #fff;
}

.navb{
    box-shadow: rgb(4, 17, 29, 25%) 0px 0px 8px 0px;
}

.nava{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    flex-shrink: 0;
}

.navl{
    background-color: transparent!important;
    color:#363636;
}

.navs{
    height:72px;
    padding: 8px 5px 8px 5px;
}

.navm:hover,
.navs:hover,
.navm:active,
.navs:active{
    background-color: transparent!important;
}

.navs:first-child{ 
    padding: 8px 5px 8px 12px;
}

.navs:last-child{ 
    padding: 8px 12px 8px 5px;
}

.navd{
    font-size: 16px;
}

.navd:not(.is-arrowless)::after{
    border-color: #363636;
}

.navicon {
    max-height: 20px!important;
}

#home{
    margin-top: 72px;
}

.video{
    width: 360px;
    height: 360px;
}

.cardcollection{
    border: 1px solid rgb(229, 232, 235);
    border-radius: 12px;
    padding: 12px;
    min-height:243px;
    height: 100%;
}

body.bckcolorLight .cardcollection:hover{
    cursor:pointer;
    box-shadow: 0px 0px 12px 0px rgb(4, 17, 29, 25%);
}

body.bckcolorDark .cardcollection:hover{
    cursor:pointer;
    box-shadow: 0px 0px 12px 0px rgb(175, 179, 182, 100%);
}

.imgcollection2{    
    border-radius: 12px;
}

.imgcollection2.lazy {
	background: #F1F1FA;
	opacity:0;
	width: 100%;
}

.imgcollection2.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.imgcollection{
    padding-bottom: 12px;
}

.cardgallery{
    border-radius: 12px;
}

body.bckcolorLight .cardgallery:hover{
    cursor:pointer;
    box-shadow: 0 10px 20px -4px rgb(0 0 0 / 30%);
}

body.bckcolorDark .cardgallery:hover{
    cursor:pointer;
    box-shadow: 0 10px 20px -4px rgb(255, 255, 255);
}

.imggallery2{
    border-radius: 12px;
    aspect-ratio: 3/4;
}

.imggallery2.lazy {
	background: #F1F1FA;
	opacity: 0;
	width: 100%;
}

.imggallery2.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.modal{
    opacity: 0;
}

.modal.is-active {
    animation: visible 0.3s ease-in-out forwards;
}

@keyframes visible {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.modal-card{
    border-radius: 12px;
}

.modal-card.bckcolorLight{
    box-shadow: rgb(4, 17, 29, 25%) 0px 0px 8px 0px;
}

.modal-card.bckcolorDark{
    box-shadow: rgb(175, 179, 182, 25%) 0px 0px 8px 0px;
}

.btna{
    background-color: #fff;
    color: #363636;
    border-radius: 20px;
}

.btna:hover, .btna:focus, .btna:active, .btna:target, .btna:active:focus, .btna.active {
	outline: none !important;
	box-shadow: 0px 0px 6px 0px rgb(4, 17, 29, 25%)!important;
	border-color: #dbdbdb;
}

.navdrop{
    background-color: #fff;
}

.divvideo{
    text-align:right;
}

.divmodalbottom{
    position: absolute;
    bottom: 12px;
    right: 12px;
}

.amodalicon{
    padding: 0 0 0 10px;
}

.modalicon{
    height: 20px;
}

.hmodal{
    margin-bottom: 5px!important;
}

.hmodal2{
    margin-bottom: 5px!important;
}

#collection2{
    margin-top: 72px;
}

#gallery2{
    margin-top: 72px;
}

#product{
    margin-top: 72px;
    line-height: 1.88;
}

#bckgproduct {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
}

#policy{
    margin-top: 72px;
}

.lblock{
    display: block;
}

.lnone{
    display: none;
}

.menu-list a {
    background-color: #fff;
    border-radius: 12px;
}

.menu-list a.is-active {
    background-color: rgba(4, 17, 29, 0.75);
    color: #fff!important;
}

.filterSticky1{
    position: -webkit-sticky;
    position: sticky;
    top: 108px;
    overflow-y: hidden;
    height: calc(100vh - 108px);
}

.filterSticky2{
    position: -webkit-sticky;
    position: sticky;
    overflow-y: hidden;
    height: 60px;
}

.filterSticky3{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow-y: scroll;
    height: calc(100vh - 232px);
    padding-right: 4px;
}

.filterSticky4{
    position: -webkit-sticky;
    position: sticky;
    overflow-y: hidden;
    height: 64px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.scrollable {
    -ms-overflow-style: auto;
    scrollbar-color: rgba(4, 17, 29, 0.75) #f5f5f5;
    scrollbar-width: thin;
}

.scrollable::-webkit-scrollbar-thumb{
    background-color: rgba(4, 17, 29, 0.75);
    border-radius: 5px;
}

.scrollable::-webkit-scrollbar-track{
    background-color: #f5f5f5;
    border-radius: 5px;
}

.scrollable::-webkit-scrollbar-corner{
    background-color: #f5f5f5;
}

.scrollable::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

.divfilterM{
    text-align: right;
    margin: auto;
}

.sidebarfilter{
	position: fixed;
	width: calc(100vw - 84px);
	height:100%;
	z-index:99;
	right:0;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
    background-color: #fff;
    margin:0;
  
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
  
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

.sidebarfilter.bckcolorLight.active{
    transform: translate(0, 0);
    box-shadow: rgb(4, 17, 29, 25%) 0px 0px 8px 0px;
}

.sidebarfilter.bckcolorDark.active{
    transform: translate(0, 0);
    box-shadow: rgb(175, 179, 182, 25%) 0px 0px 8px 0px;
}

.filterFixed1{
    position: fixed;
    top: 0;
    align-items: center;
    display: flex;
    height: 53px;
}

.filterFixed2{
    position: fixed;
    top: 0;
    right: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    height: 53px;
}

.filterFixed3{
    position: fixed;
    top: 53px;
    overflow-y: scroll;
    height: calc(100vh - 117px);
    --heightA: calc(var(--vh, 1vh) * 100);
    --heightB: calc(var(--heightA) - 117px);
    height: var(--heightB);
}

.filterFixed4{
    position: fixed;
    bottom: 0;
    text-align: center;
}

.filterFixed5{
    position: fixed;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 64px;
}

.closeicon{
    max-height: 24px!important;
}

.deleteicon{
    max-height: 24px!important;
}

.deleteicon:hover{
    cursor: pointer;
}

.pModalCoord{
    font-size: 12px;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left;
    left: 11px;
    bottom: 13px;
}

.amodal{
    font-weight: 900;
}

.amodal:hover{
    text-decoration: underline;
}

.footer{
    background-color:#fafafa!important;
    margin-top: 48px!important;
    padding-bottom: 48px!important;
}

.footerContainer{
    padding: 20px;
    height: 100%;
}

.logofooter{
    height: 120px!important;
    width: 120px!important;
    margin-bottom: 12px;
}

.footera{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    padding: 5px 12px;
    flex-shrink: 0;
    color: rgba(4, 17, 29, 0.75);
}

.footera:hover, .footera:active, .footera:focus{
    color:#000!important;
    font-size:14.5px;
}

.hrfooter{
    background-color: #000;
    margin: 12px 0;
    height: 1px;
}

.footerend1{
    font-size: 10px;
}

.footerend2{
    text-align: right;
    font-size: 10px;
}

.switch{
	height: 0;
	width: 0;
	visibility: hidden;
}

.switch:hover, .switch:focus, .switch:active, .switch:target, .switch:active:focus {
	outline: none !important;
}

.lswitch {
	cursor: pointer;
	text-indent: -9999px;
	width: 48px;
	height: 24px;
	background: #363636;
	display: block;
	border-radius: 24px;
	position: relative;
}

.lswitch:after {
	content: '';
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 18px;
	background: #fafafa;
	border-radius: 18px;
	transition: 0.5s;
}

/*.switch:checked + .lswitch {
	background: #000;
}*/

.switch:checked + .lswitch:after {
	left: calc(100% - 3px);
	transform: translateX(-100%);
}

/*.lswitch:active:after {
	width: 25px;
}*/

.scrollup{
	height: 32px;
	width: 32px;
	text-decoration: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 9999;
	opacity: 0;
	background: #000000;
    border-radius: 50%;
}

.scrollup{
    border: 1px solid #dbdbdb;
    box-shadow: rgb(4, 17, 29, 25%) 0px 0px 8px 0px;
}

.imgscrollup{
    top: 3px;
    position: absolute;
    left: 3px;
}

.scrollup:hover{
	opacity: 1;
}

.opaciryS1{
	opacity: 0!important;
	transition: opacity .15s ease-in-out;
}

.opaciryS2{
	opacity: 0.5!important;
	transition: opacity .15s ease-in-out;
}

.txtdesign:hover{
    font-weight: 900;
    cursor: pointer;
}

.txtdesign.colorLight:hover{
    text-shadow: -0.08em 0.08em 0 #180209, 
    0.04em 0.04em 1rem #e6e6e6, 
    0.045em 0.045em 1rem #d9d9d9, 
    0.05em 0.05em 1rem #cccccc, 
    0.055em 0.055em 1rem #bfbfbf, 
    0.06em 0.06em 1rem #b3b3b3, 
    0.065em 0.065em 1rem #a6a6a6, 
    0.07em 0.07em 1rem #999999;
}

.txtdesign.colorDark:hover{
    text-shadow: -0.08em 0.08em 0 #fef2f6, 
    0.04em 0.04em 1rem #e6e6e6, 
    0.045em 0.045em 1rem #d9d9d9, 
    0.05em 0.05em 1rem #cccccc, 
    0.055em 0.055em 1rem #bfbfbf, 
    0.06em 0.06em 1rem #b3b3b3, 
    0.065em 0.065em 1rem #a6a6a6, 
    0.07em 0.07em 1rem #999999;
}

.divprod{
    border-radius: 20px;
    min-height: 500px;
    margin-top: 100px;
}

.titlescroll{
    height: 65px;
    padding: 0;
}

.titlescrollFix{
    cursor: grab;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    top: 72px;
    z-index: 20;
    padding: 5px 0;
}

.stickyMobile{
    position: fixed;
    z-index: 20;
}

#sitemap{
    margin-top: 72px;
}

.titlesMProd{
    font-size: 14px;
    margin: 10px;
}

#photo{
    margin-top: 72px;
}

.cardcontainer {
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 230px);
    grid-auto-rows: 10px;
    justify-content: center;
}

.cardphoto {
    padding: 0;
    margin: 15px 10px;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*image-rendering: pixelated;*/
    /*image-rendering: -webkit-optimize-contrast;*/
}

.card_small {
    grid-row-end: span 25;
}

.card_medium {
    grid-row-end: span 30;
}

.card_large {
    grid-row-end: span 35;
}

.card_extra {
    grid-row-end: span 40;
}

.cardphoto.lazybck {
	background: #F1F1FA;
	opacity:0;
	width: 100%;
}

.cardphoto.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

body.bckcolorLight .cardphoto:hover{
    cursor: pointer;
    box-shadow: 0px 0px 12px 0px #000;
}

body.bckcolorDark .cardphoto:hover{
    cursor: pointer;
    box-shadow: 0px 0px 12px 0px #fff;
}

#blog2{
    margin-top: 72px;
}

.imgblog{
    /*border-radius: 12px;*/
    aspect-ratio: 3/2;
}

.imgblog:hover{
    cursor: pointer;
}

.imgblog.lazy {
	background: #F1F1FA;
	opacity: 0;
	width: 100%;
}

.imgblog.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.imgblog{
    box-shadow: 0 10px 20px -4px rgb(0 0 0 / 30%);
}

.btncat{
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btncat:last-child{ 
	margin-right: 0;
}

#descr_blog{
    margin-top: 72px;
    line-height: 1.88;
}

.drpcat{
    background-color: #fff;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 8px rgb(10, 10, 10, 10%)!important;
}

.code{
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 12px;
    margin-top: 5px;
    overflow-x: auto;
    white-space: nowrap; 
}

body .code{
    background-color: #f5f5f5;
    color: #363636!important;
}

body.bckcolorDark .code{
    background-color: #d9d9d9;
    color: #363636!important;
}

.icondrp{
    margin-left: auto!important;
    transform: rotate(180deg);
}

.inpSearch{
    width: 110px;
    background: url("../img/icon/search_black.svg");
    background-size: 20px 18px;
    background-repeat: no-repeat!important;
    background-position: 9px center!important;
    transition: width .5s;
}

.inpSearch:focus {
    width: 100%;
}

.inpSearch::placeholder { 
    color: #d9d9d9;
}

#codeditor{
    margin-top: 72px;
}

.divcode{
    background: #660000;
    --heightC: calc(var(--vhc, 1vh) * 100);
    --heightD: calc(var(--heightC) - 232px);
    height: var(--heightD);
    border-radius: 12px;
}

#iframeView{
    background-color: #ffffff;
    height: 100%;
    width: 100%;  
    border-radius: 12px;
}

.CodeMirror-wrap{
    border-radius: 12px!important;
    height: 100%!important;
}

/*.CodeMirror-scroll{
    border-radius: 12px!important;
}*/

.menuedit2{
    align-items: center;
    display: flex;
}

.tfooter{
    color: #363636 !important;
}

.tooltiptxt {
    text-align: center;
    font-size: 12px;
    border-radius: 20px;
    padding: calc(0.5em - 1px) 1em calc(0.5em - 1px) 1em;
    position: absolute;
    z-index: 1;
    top: 135%;
    left: 40%;
    margin-left: -42px;
    opacity: 0;
    display: none;
}

.tooltiptxt::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
}

.tooltiptxt.bckcolorLight{
    box-shadow: 0px 0px 6px 0px rgb(4, 17, 29, 25%)!important;
    border-color: #dbdbdb;
}

.tooltiptxt.bckcolorDark{
    box-shadow: 0px 0px 6px 0px rgb(175, 179, 182, 100%)!important;
    border-color: #dbdbdb;
}

.tooltiptxt.bckcolorLight::after{
    border-color: transparent transparent #fff transparent;
}

.tooltiptxt.bckcolorDark::after {
    border-color: transparent transparent #000 transparent;
}

@keyframes in {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes out {
    from {opacity: 1;}
    to {opacity: 0;}
}

.bmc-btn {
    margin-top: 5px;
    min-width: unset!important;
    height: 100%!important;
    font-size: 12px!important;
    padding: 5px 12px!important;
}

.divcodes1{
    height: 100%;
}

.divcodes2{
    height: 100%;
}

#error{
    margin-top: 72px;
}

.imgdescrblog.lazy {
	background: #F1F1FA;
	opacity: 0;
	width: 100%;
}

.imgdescrblog.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

body.bckcolorLight .imgdescrblog{
    box-shadow: 0 10px 20px -4px rgb(0 0 0 / 30%);
}

body.bckcolorDark .imgdescrblog{
    box-shadow: 0 10px 20px -4px rgb(255, 255, 255);
}

/*.divphoto .imgphoto{
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.6);
}*/

.imgphoto{
    aspect-ratio: 3/2;
}

.imgphoto.lazy {
	background: #F1F1FA;
	opacity: 0;
	width: 100%;
}

.imgphoto.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.divphoto{
    padding: 15px;
}

.divphoto:hover .photocontainer{
    background-color: rgba(10, 10, 10, 0.90);
}

.divphoto:hover .photocontainer{
    opacity: 1;
}

.photocontainer{
    opacity: 0;
    position: relative;
    height: 100%;
    background: rgb(10, 10, 10);
    transform: translateY(-100%);
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease 0s;
}

.photowrap{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 0%;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.phototitle{
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
    text-transform: uppercase;
    color:#fff!important;
}

.photosubtitle{
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
    color:#fff!important;
}

.divphotodescr{
    padding: 15px;
}

/*.divphotodescr .imgphotodescr{
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.6);
}*/

.imgphotodescr.imgVe{
    aspect-ratio: 2/3;
}

.imgphotodescr.imgOr{
    aspect-ratio: 3/2;
}

.imgphotodescr.lazy {
	background: #F1F1FA;
	opacity: 0;
	width: 100%;
}

.imgphotodescr.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.dropdown-menu.dnone {
    display: none!important;
}

.dropdown-menu.dblock {
    display: block!important;
}

.apsrt2_3{
    aspect-ratio: 2/3;
}

.apsrt3_2{
    aspect-ratio: 3/2;
}

.apsrt1_1{
    aspect-ratio: 1/1;
}

.apsrt4_5{
    aspect-ratio: 4/5;
}

.apsrt9_16{
    aspect-ratio: 9/16;
}

.apsrt3_4 {
    aspect-ratio: 3/4;
}

.apsrt141_209 {
    aspect-ratio: 141/209;
}

.carousel-cell {
    width: 100%;
}

.flickity-page-dots {
    bottom: 5%!important;
}

.flickity-page-dots .flickity-page-dot {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: transparent;
    border: 2px solid white;
}

.flickity-page-dots .flickity-page-dot.is-selected {
    background: white;
}

.carousel-cell-prodotto .carousel-cell-image {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.main-carousel-prodotto .flickity-page-dots {
    bottom: -40px!important;
}

.main-carousel-prodotto .flickity-page-dots .flickity-page-dot {
    border: 2px solid #363636;
}

body.bckcolorDark .main-carousel-prodotto .flickity-page-dots .flickity-page-dot {
    border: 2px solid #fff;
}

.main-carousel-prodotto .flickity-page-dots .flickity-page-dot.is-selected {
    background: #363636;
}

body.bckcolorDark .main-carousel-prodotto .flickity-page-dots .flickity-page-dot.is-selected {
    background: #fff;
}

.carousel-cell-prodotto .carousel-cell-image.flickity-lazyloaded,
.carousel-cell-prodotto .carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.static-banner {
    position: absolute;
    z-index: 1;
    color: white;
    pointer-events: none;
    padding: 20px 6vw;
}

.static-banner1 {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#shop{
    margin-top: 72px;
}

#prodshop{
    margin-top: 72px;
}

.tsp{
    padding: 40px 0 20px 0;
}

.inpShop{
    box-shadow: none!important;
    border-radius: 12px!important;
    border-color: #dbdbdb!important;
}

.inpShop::placeholder{
    color: #d9d9d9;
}

.inpShop:hover, .inpShop:focus, .inpShop:active, .inpShop:target, .inpShop:active:focus, .inpShop.active {
	outline: none !important;
	box-shadow: 0px 0px 6px 0px rgb(4, 17, 29, 25%)!important;
	border-color: #dbdbdb!important;
    background-color: #fff;
}

.inpShop.is-invalid{
    border-color: #ff0000!important;
}

.inpChk.is-invalid{
    outline: 2px solid #ff0000;
}

.select:not(.is-multiple):not(.is-loading)::after{
    border-color: #d9d9d9;
}

.accordion{
    cursor: pointer;
    padding: 20px 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
    background-color: #fff;
    color: #363636!important;
}

.accordion.active, .accordion:hover{
    background-color: #f5f5f5!important;
    color: #363636!important;
}
  
.accordion:after{
    content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
  
.accordion.active:after{
    content: "\2212";
}
  
.apanel{
    padding: 0 12px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.shopicon{
    max-height: 25px!important;
}

.imgProdShop1.lazy {
	background: #F1F1FA;
	opacity: 0;
	width: 100%;
}

.imgProdShop1.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.imgProdShop1{
    position: relative;
    display: block;
    opacity: 1;
    transition: opacity 200ms ease 0s;
}

.imgProdShop2{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 200ms linear 0s;
}

.divImgProdShop{
    width: 100%;
    position: relative;
    display: flex;
}

.divImgProdShop::before {
    content: "";
    padding-bottom: calc((1 / 0.75) * 100%);
    display: block;
}

#aboutus2{
    margin-top: 32px;
}

.cardStyle{
    /*border-radius: 20px;*/
    padding: 20px;
    height: 100%;
    transition: all .2s cubic-bezier(0,0,.5,1);
    background-color: #f7f7f7;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%);
}

.cardStyle:hover{
    box-shadow: 2px 4px 16px rgb(0 0 0 / 16%);
    transform: scale3d(1.01,1.01,1.01);
}

.divnormalStyle{
    padding: 20px 12px 20px 12px;
}

.divnormalStyleTop{
    padding: 28px 12px 20px 12px;
}

.divnormalStyleBottom{
    padding: 20px 12px 28px 12px;
}

.divpageStyleBottom{
    padding: 12px 12px 28px 12px;
}

.container-video{
    width:100%;
    height: 80vh;
}

.title-video{
    color:#fff;
    position: absolute;
    top: 25%;
    display: flex;
    justify-content: center;
    left: 10px;
    right: 10px;
}

.subtitle-video{
    color:#fff;
    position: absolute;
    top: 35%;
    display: flex;
    justify-content: center;
    left: 10px;
    right: 10px;
    text-align: center;
}

.video-head{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.btnBefore{
    position: absolute;
    bottom: 25px;
    left: 25px;
    background-color: #6d6d6d8f;
    color: #fff;
    border-width: 1.5px;
    width: 80px;
}

.btnAfter{
    position: absolute;
    bottom: 25px;
    right: 25px;
    background-color: #6d6d6d8f;
    color: #fff;
    border-width: 1.5px;
    width: 80px;
}

.btnBefore:hover, .btnBefore:focus, .btnBefore:active, .btnBefore:target, .btnBefore:active:focus,
.btnAfter:hover, .btnAfter:focus, .btnAfter:active, .btnAfter:target, .btnAfter:active:focus{
    background-color: #6d6d6d8f!important;
    color: #fff!important;
    border-width: 1.5px!important;
    border-color: #fff!important;
}

.colBeforeAfter{
    position: relative;
    padding: 15px 12px;
}

.colBeforeAfter:hover .btnBefore, .colBeforeAfter:hover .btnAfter{
    opacity: 0;
    transition: opacity .2s ease-in-out;
}

.divBeforeAfter.bckcolorLight{
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.6);
}

.divBeforeAfter.bckcolorDark{
    box-shadow: 0 10px 20px -4px rgba(255, 255, 255, 0.6);
}

.imgBeforeAfter.lazy {
	background: #F1F1FA;
	opacity:0;
	width: 100%;
}

.imgBeforeAfter.imgactive {
	animation: visible 0.8s ease-in-out forwards;
}

.title-name{
    text-align: center;
    margin-bottom: 5px!important;
}

.title-surname{
    text-align: center;
}

.li-photography{
    padding: 2.5px 0;
}

.li-photography:first-child {
    padding: 0 0 2.5px 0;
}

.link-photography{
    color: #363636;
    font-style: italic;
}

.link-photography.is-active{
    font-weight: bold;
}

.div-title-photography{
    text-align: right;
    padding-top: 102px;
    padding-right: 40px;
}

.div-title-description-photography{
    text-align: right;
    padding-top: 54px;
    padding-right: 40px;
}

.nav-item-mobile{
    display: none;
    padding: 20px 0;
}

.navbar-menu{
    box-shadow: none;
}

.p-nav-locations{
    padding: .5rem .75rem;
}

.menu-category-places{
    text-align: center;
    margin-top: 100px;
}

.menu-category-works{
    text-align: center;
    margin-top: 40px;
}

.li-menu-titile{
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    padding-bottom: 8px;
}

.title-photographer{
    display: none;
}

.columns-works-category{
    margin-top: 60px;
}

/*.prodGrid{
    display: flex;
    flex-flow: column;
    justify-content: end;
}*/

.div-header-blank-mobile{
    display: none;
}

.chat-button-image{
    width: 30px;
    height: 30px;
}

.send-button-image,
.close-chat-button-image{
    width: 20px;
    height: 20px;
}

/* Bottone flottante */
#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    padding-left: 0;
    padding-right: 0;
}

/* Widget chat stile moderno */
#chat-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 400px;
    height: 500px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;
    padding: 0;
}

.chat-header {
    background-color: #00d1b2;
    color: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-body {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
    background: #f9f9f9;
    overflow-x: hidden;
}

.chat-footer {
    border-top: 1px solid #ddd;
    padding: 0.75rem;
    background: #fff;
}

.message {
    background-color: transparent;
}

.message.user {
    text-align: right;
}

.message.bot {
    text-align: left;
}

.message-content {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    max-width: 80%;
}

.message.user .message-content {
    background-color: #209cee;
    color: white;
}

.message.bot .message-content {
    background-color: #e0e0e0;
    color: #363636;
    min-height: 40px;
}

.chat-close {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
}

.typing-indicator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 24px;
    margin-bottom: 0.75rem;
    width: 60px;
}

.typing-indicator .dot {
    width: 6px;
    height: 6px;
    margin: 0 2px;
    background-color: #363636;
    border-radius: 50%;
    animation: typing 1s infinite;
}

.typing-indicator .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0% { transform: translateY(0); opacity: 0.3; }
    50% { transform: translateY(-4px); opacity: 1; }
    100% { transform: translateY(0); opacity: 0.3; }
}

.p-serviceai-chat{
    text-align: center;
    font-size: 10px;
}

@media screen and (max-width: 575.98px) {
    #chat-widget {
        width: 90%;
        bottom: 75px;
    }
}

@media (max-width: 1023px) {
    body{
        overflow-y: hidden;
    }

    .nava{
        height: auto;
    }

    .navs{
        height: auto;
    }

    .video{
        width: 270px;
        height: 270px;
    }

    .fontcollection{
        font-size: 12px!important;
    }

    .divvideo{
        text-align:center;
    }

    .modalicon{
        height: 20px;
    }

    .hmodal{
        font-size: 14px!important;
    }

    .hmodal2{
        font-size: 14px!important;
    }

    .pmodal{
        font-size: 11px!important;
        line-height: 1.2;
    }

    .modal-card{
        width: calc(100vw - 24px);
    }

    .pModalCoord {
        font-size: 8px;
        left: 10px;
        bottom: 17px;
    }

    .amodal{
        font-size: 11px!important;
    }

    .navdrop.dnone {
        display: none;
    }

    .navdrop.dblock {
        display: block;
    }

    .divfilterD{
        display: none;
    }

    .menu-list.colorLight a.normal {
        background-color: #000;
        color: #fff!important
    }

    .menu-list.colorDark a.normal {
        background-color: #fff;
    }
    
    .logofooter{
        margin-left: auto;
        margin-right: auto;
    }

    .tfooter{
        text-align:center
    }

    .footerend1{
        text-align: center;
        padding-bottom: 6px;
    }

    .footerend2{
        text-align: center;
        padding-top: 6px;
    }

    .navbar-menu.bckcolorLight {
        box-shadow: 0 8px 16px rgb(10, 10, 10, 10%);
    }
    
    .navbar-menu.bckcolorDark{
        box-shadow: 0px 0px 12px 0px rgb(175, 179, 182, 75%);
    }

    .cardcontainer {
        grid-template-columns: repeat(auto-fill, 169px);
    }

    .code{
        font-size: 12px;
    }

    .divimgprod{
        text-align: center;
    }

    .divmodalbottom{
        bottom: 0;
    }

    .menuedit1{
        padding-bottom: 0;
    }

    .divcodes1{
        height: 50%;
    }

    .divcodes2{
        height: 50%;
    }

    .divcode{
        --heightD: calc(var(--heightC) - 274px);
    }

    .paginationblogd{
        display: none;
    }

    .div-menu-photography{
        display: none;
    }

    .div-title-photography,
    .div-title-description-photography{
        text-align: center;
        padding-top: 12px;
        padding-right: 12px;
    }

    .navbar-menu{
        height: calc(100vh - 72px)!important;
        max-height: calc(100vh - 72px)!important;
    }

    .navbar-menu.is-active html{
        overflow: hidden!important;
    }

    .div-header-blank-mobile{
        display: block;
        height: 100px;
    }

    .nav-item-mobile{
        display: block;
    }

    .nava{
        font-weight: bold;
        font-size: 22px;
    }

    .nav-photo{
        font-size: 28px;
    }

    .dmode{
        text-align: center;
        display: flex;
        justify-content: space-between;
    }

    .navb .container.is-fluid{
        padding: 0;
    }

    .navl:focus,
    .navl:hover{
        color: #363636 !important;
    }

    body.dark-mode .navl:focus,
    body.dark-mode .navl:focus{
        color:#fff!important;
    }

    .title-photographer{
        display: block;
        margin: auto;
        font-weight: 600;
    }
}

@media (min-width: 1024px) {
    .navdrop{
        top: 90%;
        width: 90px;
    }

    .navl:hover, .navl:active, .navl:focus{
        color: #363636 !important;
        background-color: #fff !important;
        font-size:16.5px;
    }

    body.dark-mode .navl:hover, body.dark-mode .navl:active, body.dark-mode .navl:focus{
        color:#fff!important;
        background-color: #000000!important;
        font-size:16.5px!important;
    }

    .divfilterM{
        display: none;
    }

    .sidebarfilter{
        display: none;
    }

    .sidebarfilter{
        display: none!important;
    }

    .navdrop.bckcolorLight {
        box-shadow: 0 8px 8px rgb(10, 10, 10, 10%);
    }
    
    .navdrop.bckcolorDark{
        box-shadow: 0px 8px 8px rgb(175, 179, 182, 10%);
    }

    .dmode{
        padding-top: 16px;
        text-align: right;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .photoexplore{
        padding: 24px;
    }

    .menuedit2{
        justify-content: flex-end;
    }

    .paginationblogm{
        display: none;
    }

    #navMenu .navbar-start{
        margin: auto;
    }

    #navMenu .navbar-end{
        width: 196px;
        margin-left: unset;
    }

    .logo {
        margin-right: 112px;
    }
}

@media (max-width: 767px) {
    #slide1{
        content: url('../img/slide/LagoFederaVerticale.jpg');
        aspect-ratio: 9/16;
    }

    #slide2{
        content: url('../img/slide/VeneziaVerticale.jpg');
        aspect-ratio: 9/16;
    }

    #slide3{
        content: url('../img/slide/CostaReiVerticale.jpg');
        aspect-ratio: 9/16;
    }

    #slide4{
        content: url('../img/slide/MilanoVerticale.jpg');
        aspect-ratio: 9/16;
    }

    #slide5{
        content: url('../img/slide/MontePoreVerticale.jpg');
        aspect-ratio: 9/16;
    }

    .static-banner1 {
        text-align: center;
    }

    .leftShopProd{
        padding-top: 65px;
    }
}

@media (min-width: 768px) {
    #slide1{
        content: url('../img/slide/LagoFederaOrizzontale.jpg');
        aspect-ratio: 16/9;
    }

    #slide2{
        content: url('../img/slide/VeneziaOrizzontale.jpg');
        aspect-ratio: 16/9;
    }

    #slide3{
        content: url('../img/slide/CostaReiOrizzontale.jpg');
        aspect-ratio: 16/9;
    }

    #slide4{
        content: url('../img/slide/MilanoOrizzontale.jpg');
        aspect-ratio: 16/9;
    }

    #slide5{
        content: url('../img/slide/MontePoreOrizzontale.jpg');
        aspect-ratio: 16/9;
    }

    .static-banner1 {
        text-align: left;
    }

    .prodGrid{
        padding: 0px 30px 20px 30px;
    }

    .leftShopProd{
        padding-left: 20px;
    }

    .title-video{
        font-size: 2.5rem!important;
    }

    .subtitle-video{
        top: 33%!important;
    }
}

@media (hover: none) {
    .titlescrollFix{
        overflow-x: scroll;
    }
}
