body{
    font-family: 'Jura', sans-serif;
    font-weight: lighter;
    color: #58595b;
    font-size: 16px;
}
img {
    opacity: 1;
    transition: opacity 0.3s;
}
img[data-src] {
    opacity: 0;
}
.logo{
    margin-top: 1rem;
}
p{
    font-family: 'Jura', sans-serif;
    font-weight: lighter;
    color: #58595b;
    font-size: 16px;
}

body a{
    color: #58595b;
}
.top-bar, .top-bar ul{
    background-color: transparent !important;
}
#header-logo{

}
#header-logo .logo{
    width: 200px;
}
#menu-rowe{
    font-family: 'Jura', sans-serif;
    font-size: 16pt;
    font-weight: lighter;
    height: 40px;
    line-height: 40px;
    margin: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#menu-rowe ul.menu{
    margin: 0px;
}
#menu-rowe li a {
    color: #58595b;
    text-transform: uppercase;
    line-height: 40px;
}
#menu-rowe li ul.menu.submenu{
    font-size: 14px;
    background-color: #FFF;
}
#menu-rowe li ul.menu.submenu li{
    display: inline-block;
    background-color: #FFF;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
   display: none !important;
}
#categoryHome{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#categoryHome .element-grid{
    padding-right: 1rem;
    margin-bottom: 2rem;
}
#categoryHome .bg-image{
    background-position: center;
    background-size: cover;
    height: 400px;
}
#categoryHome .grid-el-pari{
    margin-top: 3rem;
}
#categoryHome .element-grid h3{
    padding-top: 1rem;
    font-family: 'Jura';
    font-weight: bold;
    font-size: 17px;
}
div#productScroll, div#productScrollSmall{
    overflow: hidden;
}

div#productScroll ul,div#productScrollSmall ul {
    list-style: none;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
div#productScroll li{
    width: 42%;
    height: 280px;
    display: inline-block;
    border: 0px solid #EEE;
    padding: 0px;
    margin: 0px;
}

div#productScrollSmall li{
    width: 22%;
    height: 180px;
    display: inline-block;
    border: 0px solid #EEE;
    padding: 0px;
    margin: 0px;
}
div#productScroll li div.element{
    background-size: cover;
    height: 280px;
    background-position: center center;
}
div#productScrollSmall li div.element{
    background-size: cover;
    height: 180px;
    background-position: center center;
}
div#tagsHome{
    margin-top: 3rem;
    margin-bottom: 3rem;
}

div#tagsHome .foto-bg{
   min-height: 400px;
}

div#tagsHome .tag{
    margin-bottom: 2rem;
}

div#tagsHome .tag h4{
    font-family: 'Jura', sans-serif;
    font-weight: bold;
    font-size: 24px;
}
div#tagsHome div.text{
    font-family: 'Jura', sans-serif;
    font-weight: lighter;
    font-size: 18px;
    color: #58595b;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn-aspectRatio, button.btn-aspectRatio{
    margin: auto;
    text-align: center;
    border: 1px solid #58595b;
    border-radius: 5000px !important;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    cursor: pointer;
    font-family: Jura;
    font-size: 24px;
    font-weight: bold;
}

.btn-aspectRatio:hover, .btn-aspectRatio:hover a{
    background-color: #58595b;
    color: #FFF;
}
ul.products{
    list-style: none;
}
ul.products li.product{
    list-style: none !important;
}

ul.products li.product {
    text-align: center;
}

ul.products li.product img{
    padding: 1rem;
}
ul.products li.product a h4{
    font-size: 16px;
    color: #58595b;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#in_evidence{
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-top: 2px solid #58595b;
    border-bottom: 2px solid #58595b;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#in_evidence h3{
    color: #58595b !important;
    font-family: 'Jura', sans-serif;
    font-weight: lighter;
    font-size: 30px;
    margin-bottom: 1rem;
}
ol#breadcrup{
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0px;
    list-style: none;
    text-transform: uppercase;
}
ol#breadcrup li{
    list-style: none;
    display: inline-block;
}
ol#breadcrup li a{
    padding-left: 5px;
    padding-right: 5px;
}
form#form-search div.searh{
    position: relative;
}
form#form-search div.searh i.fa-solid{
    color: #58595b;
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 22px;
}
form#form-search div.searh input{
    padding-left: 40px;
    margin-top: 10px;
    border-radius: 3px;
}
ul#article-detail{
    list-style: none;
    margin: 2rem;
}

ul#article-detail li {
    margin-bottom: 1rem;
}
ul#article-detail li ul#variant li{
    float: left;
    margin: 1rem;
}

ul#article-detail li p{
    color: #58595b;
    margin: 0px;
    font-weight: bold;
    font-size: 18px;
}
ul#variant{
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#variant li{
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
ul#variant li img{
    border: 0px solid #EEE;
}
.title{
    color: #58595b;
    font-size: 25px;
    font-family: Jura;
    font-weight: bold;
}
.text{
    color: #58595b;
    font-size: 16px;
    font-family: Jura;
    font-weight: bold;
}
div#particolari{

}

div#particolari ul{
    list-style: none;
    margin: 0px;
    page: 0px;
}
div#particolari ul li{
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
div#particolari ul li img.small{
    cursor: pointer;
}
div.share{
    text-align: right;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
div.share ul{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 4rem;
}
div.share ul li{
    display: inline-grid;
}
div.share ul li a{
    font-weight: bold;
    font-size: 14px;
}
div.share .share_btn{
    border: 2px solid #000;
    padding: 10px;
    border-radius: 3px !important;
    text-transform: uppercase;
    font-size: 30px;

}
div#form-contact{
    padding: 3rem;
}
div#form-contact h3, div#form-contact h4{
    font-size: 22px;
}
div#form-contact .file-area {
    width: 150px;
    height: 151px;
    position: relative;
    background-image: url("/assets/images/bg_upload.png");
    background-size: cover;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

div#form-contact input, div#form-contact select{
    border: none !important;
    box-shadow: none !important;
    border-bottom: 2px solid #000 !important;
}
div#form-contact label{
    display: inline-block;
    padding-right: 20px;
    vertical-align: baseline;
}
div#form-contact .file-area input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

div#form-contact .file-dummy {
    width: 100%;
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px dashed rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: background 0.3s ease-in-out;

}
div#form-contact .file-dummy .success {
    display: none;
}

div#form-contact .file-area input[type=file]:focus + .file-dummy {
    outline: 2px solid rgba(255,255,255,0.5);
    outline: -webkit-focus-ring-color auto 5px;
}

div#form-contact .file-area input[type=file]:valid + .file-dummy {
    border-color: rgba(0, 255, 0, 0.4);
    background-color: rgba(0, 255, 0, 0.3);
}

div.g-recaptcha{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
div#mappa{
    height: 500px;
    border: 2px solid #58595b;
}
#favorites{
    margin-top: -6px;
    position: relative;
}
#favorites a i.fa-solid{
    font-size: 25px;
    color: #dc3545 !important;
}
#favorites #number-element{
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 3px;
    font-size: 12px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: block;
    line-height: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: bold;
    background-color: #58595b;
}

.alert.alert-box{
    background-color: #dc3545;
    color: #FFF;
    border: 1px solid #FFF;
}
.alert.success-box{
    background-color: #43AC6A;
    color: #FFF;
    border: 1px solid #FFF;
}
div#favorites-list{
    margin-top: 3rem;
}
div#favorites-list ul{

}

div#favorites-list ul li {
    margin-bottom: 3rem;
}

div#favorites-list ul li p{
    display: inline-block;
}
div#favorites-list ul li div.value{
    border-bottom: 1px solid #58595b;
}
div#favorites-list ul li .button-group span.btn-aspectRatio{
    margin-left: 0 !important;
}
div#favorites-list .photo-sel img{
    max-height: 200px;
}
#photo-sel img{
    width: 90%;
}
.row-fav{
    border-bottom: 1px solid #CCC;
}

@font-face {
    font-family: MyriadVariableConcept-Roman;
    src: url("../fonts/MyriadVariableConcept-Roman.otf") format("opentype");
}

ul#menu-desktop li{
    font-family: 'Jura';
    font-weight: bold;
    font-size: 23px;
}

div#favorites {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

div#favorites a {
    font-family: 'Jura';
    font-weight: bold;
    font-size: 1.3rem;
}

ul.submenu li a{
    font-family: 'Jura';
    font-weight: lighter;
    font-size: 17px;
}
.xmlrss{
    margin-bottom: 2rem;
    margin-top:3rem;
    border-bottom: 2px solid #58595b;
    padding-bottom: 2rem;
}
.footer{
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    border-top: 1px solid #CCC;
    background-color: #58595b;
    padding-top: 2em;
    margin-top: 2rem;
    padding-bottom: 2em;
    color: #FFF;
}

.footer p.address{
    padding-left: 2rem;
    color: #FFF;
}

.footer ul{
    list-style: none;
}

.footer ul li{
    padding: 0;
    font-weight: bold;
    margin-bottom: 1rem;
}
.footer ul li ul li{
    padding-left: 5px;
    margin-bottom: 0px;
}

.footer ul li a{
    font-weight: normal;
    color: #FFF;
}

.change-img{
    cursor: pointer;
}

a:focus, a:hover {
    color: #000 !important;
}

#menu-mobile{
    text-transform: uppercase !important;
}

.cd-dropdown .cd-close {

}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    background-color: #58595b !important;
}
.see-all a{
    color: #FFF !important;
}
.go-back{
    background-color: #000 !important;
}
.page-item{
    background-color: #58595b;
    color: #FFF;
}
.page-item.active{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #000 !important;
}
.page-link, a.page-link {
    color: #FFF !important;
}
.page-item a{
    background-color: #58595b;
    color: #FFF;
}
.pagination{
    text-align: right;
}


h1, h2{
    color: #58595b !important;
}
h1.title, h2.title{
    display: none;
}
body.categoria h1,body.categoria h2 {
    display: none;
}

body.pagina h1, body.tag h1{
    text-transform: uppercase;
}
