/*
Theme Name: utvcavi
Author: tnsolutions
Version: 1.0
Text Domain: utvcavi
*/

body {
    font-family: 'Montserrat', sans-serif;
    /* height: 100%; */
    position: relative;
    /* overscroll-behavior-x: none; */
    width: 100%;
}

a {
    color: inherit;
}

.w-230 {
    width: 230px !important;
    right: 0 !important;
}

.wrapper {
    /* padding-left: 65px;
    padding-right: 65px; */
    max-width: 1600px;
    margin: auto;
}

.wrappermid {
    max-width: 1200px;
    margin: auto;
}

.bg-black {
    background-color: black;
}

.text-black {
    color: black;
}

.t-none {
    text-decoration: none !important;
}

p {
    font-size: 14px;
    color: gray;
}

.h-fit {
    height: fit-content;
}

.w-fit {
    width: fit-content;
}

.mw-fit {
    min-width: fit-content;
}

.maxw-fit {
    max-width: fit-content;
}

.bg-red {
    background-color: red !important;
}

.red {
    color: red !important;
}

.redhover:hover {
    color: red !important;
}

.grey {
    color: #808285 !important;
}

.v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.custombutton {
    border-radius: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    background: black;
    color: white;
    z-index: 1;
}

.custombutton:hover {
    background-color: red;
    border-color: red;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-23 {
    font-size: 23px;
}

.fs-25 {
    font-size: 25px;
}

.fs-35 {
    font-size: 35px;
}

.fs-50 {
    font-size: 50px;
}

.wp-block-image img {
    width: 100%;
    max-width: 100%;
}

@media(max-width: 575px) {

    .fix-navbar, .homeMenu, .backMenu {
        top: 0 !important;
    }

    .categories_box, .relatedColumn {
        max-width: 306px !important;
        margin: auto !important;
    }

    .search_bar {
        position: absolute !important;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .search_bar input {
        padding: 5px 14px !important;
        font-size: 12px !important;
    }

    .search_bar button {
        padding: 0px 14px !important;
        font-size: 10px !important;
    }

    .frontpageimg {
        height: 93vh;
        object-fit: cover;
    }

    .qualityTitle {
        font-size: 35px !important;
    }

    .qualitySubtitle {
        font-size: 15px !important;
    }

    .columnContent {
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
    }

    .columnDescription {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        line-clamp: 5;
        -webkit-box-orient: vertical;
    }

    .footer_menu {
        grid-auto-flow: unset !important;
    }

    .endfooter {
        font-size: 10px !important;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .columnContent {
        width: 50% !important;
    }
}

@media(max-width: 767px) {

    .container {
        min-width: 95%;
    }

    .fix-navbar .logo {
        max-height: 40px !important;
    }

    .cat_menu {
        grid-auto-flow: unset !important;
        grid-template-columns: auto !important;
    }

    .cat_menu li {
        min-width: max-content;
    }

    .frontTitle {
        font-size: 10vw !important;
    }

    .frontSubtitle {
        font-size: 4vw !important;
    }

    .categories_box {
        min-height: auto !important;
    }

    .boxdescription {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
    }

    .qualityBackground1 {
        min-height: 418px;
    }

    .qualityBackground2 {
        min-height: 520px;
    }


}

@media(min-width: 768px) and (max-width: 991px) {
    .qualityBackground1 {
        min-height: 232px;
    }

    .qualityBackground2 {
        min-height: 290px;
    }

}

@media(min-width: 768px) and (max-width: 1199px) {
    .columnContent {
        width: 33% !important;
    }
}

@media(max-width: 991px) {
    .category_content1 {
        top: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 40px;
    }

    .qualityTitle {
        padding-top: 0 !important;
    }
}


@media(max-width: 1199px) {

    .search_bar input {
        right: 0 !important;
        width: 100% !important;
    }

    .frontTitleContainer {
        top: 30% !important;
    }

}

@media(max-width: 1399px) {
    .frontDescription>p {
        width: 100% !important;
    }
}
@media(min-width: 1200px) and (max-width: 1399px) {
    
    .qualityBackground1 {
        min-height: 390px !important;
    }
    
    .qualityBackground2 {
        min-height: 489px !important;
    }
}

@media(max-width: 1599px) {
    .wrapper {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }
}


/* HEADER */
.nav-top {
    font-size: 14px;
}

.fix-navbar {
    background-color: transparent;
    z-index: 100;
    transition: top 0.2s, background-color 0.5s;
}

.translateBlock div, .translateBlock a{
    padding: 0!important;
    margin: 0!important;
}

/* homeMenu */
.backMenu {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1500;
    pointer-events: none;
    top: 37px;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.651);
    transition: 0.5s;
}

.homeMenu {
    background-image: url('images/menubackground.webp');
    position: fixed;
    top: 37px;
    height: 0;
    width: 100%;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2000;
    overflow-y: auto;
    border-radius: 0px 0px 60px 60px;
    max-height: 600px;
}

.homeMenu::-webkit-scrollbar {
    width: 10px;
    overflow-y: scroll;
}

.homeMenu::-webkit-scrollbar-thumb {
    background: red;
}

#homeMenu i {
    cursor: pointer;
    ;
    transition: 0.3s;
}

.submenu {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    padding: 0;
}

.homeMenu li:hover .submenu {
    position: absolute;
    background: black;
    height: max-content;
    transition: 0.3s;
    padding: 1.5rem;
    padding-left: 1rem;
    padding-top: 0.5rem;
    z-index: 30;
}

.homeMenu li {
    transition: 0.3s;
    position: relative;
}

.homeMenu li:hover i {
    transform: rotate(90deg) translate(5px, 6px);
    transition: 0.3s;
}

.homeMenu .submenu a:hover p, .homeMenu a:hover {
    color: red !important;
}

/* fix navbar */
.button-menu {
    font-size: 33px;
    color: white;
    background-color: transparent;
    border: none;
}

.bg-navbar {
    background-image: url('images/bg-navbar.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: solid red;
}

.search_bar form {
    overflow-x: hidden;
}

.search_bar form:hover input {
    right: 0;
    width: 230px;
    transition: 0.3s;
}

.search_bar input {
    right: -100%;
    width: 0px;
    position: relative;
    z-index: 0;
    transition: 0.3s;
}

.search_bar input:focus {
    box-shadow: none !important;
    background-color: none !important;
}

.search_bar button {
    z-index: 1;
    background: #000000;
    color: white;
}

.search_bar .search_result {
    height: min-content;
    background: #000000bf;
    color: white;
}

.search_bar .search_result li {
    list-style: none;
    padding: 10px;
}

.search_bar .search_result .res:hover {
    background: red;
    font-weight: bold;
    color: white;
}

.search_bar .search_result .res a:hover {
    color: white;
}

/* toast */
.toast{
    z-index: 5;
    top: 93%;
    transition: 0.3s;
    right: 0%;
    position: sticky;
    float: right;
    border-radius: 30px!important;
    padding: 0 10px;
    margin-bottom: -100%;
}

.toast i:hover{
    cursor: pointer;
}

.toast-text{
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: fit-content;
    transition: width 0.3s;
    min-width: max-content;
}


.toast img.emoji{
    vertical-align: middle!important;
}

/* FINE HEADER */

/* FRONT PAGE */

.worldimage {
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.1) 70%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.1) 70%);
    max-height: 433px;
    width: auto;

}

.frontTitle {
    font-size: 83px;
}

.frontSubtitle {
    font-size: 30px;
}

.frontDescription {
    background-color: #000000b3;
    font-size: 27px;
}

/* categorie */
.category_content1 {
    top: -70px;
    margin-bottom: -215px;
}

.category_content2 {
    bottom: -155px;
}

.homCategoriesColumn:hover .categories_box {
    top: -15px;
    box-shadow: 0px 20px 31px 0px #00000078 !important;
    transition: 0.3s;
}

.homecategoryimage {
    top: 0;
}

.categories_box {
    box-shadow: 4px 4px 5px -2px #80808059;
    transition: 0.3s;
    top: 0;
    border-radius: 50px;
    min-height: 435px;
}

.boxdescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

/* qualità */
.qualityContent {
    background-image: url('images/qualityBackground.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.qualityBackground1, .qualityBackground2 {
    object-fit: cover;
}

.qualityTitle {
    padding-top: 8%;
    font-size: 70px;
}

.qualitySubtitle {
    font-size: 23px;
}


.marketImage {
    max-height: 90%;
}

.ellipses img {
    scale: 0.1;
}


/* download */
.downloadContent {
    background-color: #e1e2e3;
}

.columnContent {
    width: 20%;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}

.columnimage {
    height: 120px;
    position: relative;
}

.columnimage img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    max-height: 110px;
}

.columnTitle {
    font-size: 18px;
    font-weight: bold;
}

.columnDescription {
    color: #808285;
}

.columnContent .custombutton {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    width: fit-content;
}

/* prodotti ini evidenza */
.mostvproductDecription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    min-height: 6em;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mostvproductimage {
    max-width: 270px;
}

/* FINE FRONT PAGE */
/* FOOTER */
/* Contatti */

.contact {
    background-image: url('images/contactBackground.webp');
    background-size: cover;
}

.contactcontainer p {
    font-size: 17px;
}

.contactcontainer label {
    font-size: 13px;
    font-weight: 600;
}

.contactcontainer .form-control {
    padding-left: 45px;
    border-radius: 0px;
}

.contactcontainer textarea {
    padding-left: 10px !important;
}

.contactcontainer i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #ced4da;
    height: 100%;
    max-height: 38px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactcontainer i::after {
    content: '|';
    position: absolute;
    right: 0;
    height: 100%;
    max-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #ced4da73;
}

.contactcontainer label::after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.contactcontainer input, .contactcontainer textarea {
    width: 100%;
    max-height: 160px;
}

.contactcontainer .richiesta::after {
    font-family: "Font Awesome 5 Free";
    content: '\f078';
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    align-items: center;
    height: 100%;
    background: black;
    display: flex;
    color: white;
    justify-content: center;
    width: 50px;
    font-size: 15px;
    pointer-events: none;
    max-height: 38px;
}

.contactcontainer .form_button input {
    color: black;
}

.contactcontainer input[type=checkbox] {
    width: auto !important;
}

.contactcontainer .privacy {
    font-size: 10px;
}

.contactcontainer .form-control:focus {
    /* border: 1px solid #3b95f1;
    box-shadow: 0 0 0 2px #009ccd61; */
    border: 1px solid red;
    box-shadow: 0 0 0 2px #ff00006b;
}

.contactcontainer .wpcf7-list-item {
    margin: 0;
}

.contactcontainer .wpcf7-spinner {
    position: absolute !important;
    left: -100% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

/* Blog e Linkedin */

.postTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.postDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    min-height: 6em;
}

.articleimage {
    transition: 0.3s;
}

.articleimage:hover {
    scale: 1.5;
    transition: 0.3s;
}

.linkedinhr {
    color: #0274b3;
    width: 55px;
    height: 3px !important;
    opacity: 1;
}

.linkedinIcon {
    color: #0274b3;
}

/* endfooter */
.endfooter {
    background-color: #131313;
    border-top: red solid 2px;
}

.footer_menu {
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 0px 8px;
}

/* FINE FOOTER */

/* PAGE */
.page figure {
    margin: 0;
}

.page figure img {
    width: 100%;
}


/* FINE PAGE */


/* CAROSELLO */
.carousel {
    height: 28vw;
    position: relative;
}

.carousel>ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slide {
    position: absolute;
    height: fit-content;
    inset: 0;
    opacity: 0;
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
}

.slide>img {
    width: 100%;
}

.slide[data-active] {
    opacity: 1;
    z-index: 1;
    transition-delay: 0ms;
}

.carousel-button {
    position: absolute;
    z-index: 2;
    /* background: none;
    font-size: 2rem; */
    top: 10vw;
    transform: translateY(-50%);
    /* color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    border-radius: 0.25rem;
    padding: 0 0.5rem; */
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    height: 47px;
    /* width: 24px; */
    width: 1.25vw;
}


/* .carousel-button:hover,
  .carousel-button:focus {
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
  }
   */

.carousel-button:focus {
    outline: 1px solid black;
}

.carousel-button.prev {
    background-image: url('images/arrow-left.webp');
    left: 2.5vw;
    background-position: left;
}

.carousel-button.next {
    right: 2.5vw;
    background-image: url('images/arrow-right.webp');
    background-position: right;
}

/* intestazione carosello */

.carouselIntext h4 {
    text-align: center;
    border-bottom: 1px solid #c1c1c1;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.carouselIntext h4 span {
    background: #ebedef;
    padding: 0 10px;
    font-size: 30px;
}


/* carosello prodotti promozione */

.MultiCarousel {
    /* float: left; */
    overflow: hidden;
    padding: 20px;
    width: 95%;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.MultiCarousel .MultiCarousel-inner .item:hover>div {
    border-radius: 50px;
    box-shadow: 0px 0px 4px 2px red;
}

.MultiCarousel .MultiCarousel-inner .item:hover .productwhitebox {
    box-shadow: 0px 0px 10px 0px #f37021 !important;
    transition: 0.3s;
    /* margin: 0!important;
    padding-inline: 18px!important; */
    top: -10px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
    padding: 10px;
    /* margin: 10px; */
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
    position: absolute;
    top: calc(50% - 20px);
}

.MultiCarousel .leftLst:focus,
.MultiCarousel .rightLst:focus {
    box-shadow: none;
}

.MultiCarousel .leftLst img,
.MultiCarousel .rightLst img {
    width: 24px;
    height: 47px;
}

.MultiCarousel .leftLst {
    left: 0;
}

.MultiCarousel .rightLst {
    right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
    display: none;
}

.MultiCarousel img {
    width: auto;
    height: 200px;
}

.MultiCarousel .productbox img {
    margin-top: 20px;

}



/* menu  */

.menu, .menuContainer ul {
    padding-left: 0;
}

.menu li {
    list-style: none;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.menu li a {
    color: white;
    text-decoration: none;
    max-width: 230px;
    word-wrap: break-word;
}

.cat_menu {
    grid-template-rows: repeat(6, auto);
    grid-auto-flow: column;
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 250px 250px;
    gap: 0 20px;
}

/* SCHEDA PRODOTTO */
.singleproductcontainer {
    max-width: 1200px;
    margin: auto;
}

.page ul li, .singleproductcontainer ul li{
    font-size: 14px;
    color: gray;
}
.page ul li, .singleproductcontainer ul li{
	padding-left:20px
}

.tech_attribute p {
    margin-bottom: 10px;
    line-height: 1.2;
}

.numberdescription {
    background: red;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;
    position: absolute;
    left: 0;
}

.attributeTabs {
    z-index: 3;
}

.attributeTabs .sp-tab__nav-tabs {
    justify-content: space-between !important;
}

.attributeTabs .sp-tab__nav-item {
    width: 24.5%;
}


.galleryImages{
    max-height: 91px;
    width: 30%;
    height: auto;
}

/* Tabella attributi */
.tabcontent {
    display: none;
}

.tablinks {
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-radius: 20px 20px 0px 0px;
    border: none;
    color: white;
    background: black;
    text-transform: uppercase;
    font-size: 15px;
}

.tab .active {
    font-weight: bold;
    background-color: red !important;
}

.tabcontent tr {
    background-color: #e6e7e8;
    border-bottom: solid white 5px;
}

.tabcontent td {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: capitalize;
    vertical-align: middle;
    display: table-cell;
    font-size: 14px;
    color: #808285;
}

.tabcontent .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ffd9d9 !important;
}

.tabcontent .firstAttrColumn {
    width: 1%;
    white-space: nowrap;
    border-right: solid white 2px;
}

.cambleimage {
    z-index: 0;
    top: 20%;
    pointer-events: none;

}

/* prodotti correlati */
.relatedColumn {
    border-radius: 40px;
    box-shadow: 0px 0px 5px 2px #e3e3e3;
}

.relatedColumn:hover {
    box-shadow: 0px 0px 5px 2px red !important;
}

.relatedimage {
    max-height: 215px;
    transform: rotateZ(90deg);
    margin: -25% 0 -25%;
}

/* FINE SCHEDA PRODOTTO */

/* PAGINA CATEGORIA */
.bg-category {
    background: linear-gradient(90deg, black 0% 50%, red 50%);
}

/* FINE PAGINA CATEGORIA */

/* NEWS E BLOG */
.blogcontainer h2 a {
    text-decoration: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blogcontainer h2 a:hover {
    color: red;
}

/* DOWNLOAD */
.wp-block-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #80808078;
    padding: 8px;
    margin-bottom: 20px;
}


.wp-block-file a {
    display: flex;
    align-items: center;
}
.wp-block-file a:hover{
    color: red;
}

.wp-block-file a::before {
    content: url("images/pdfIcon.webp");
    margin-right: 15px;
    height: 46px;
}

.wp-block-file__button::before{
    display: none;
}
.wp-block-file__button {
    text-decoration: none;
    border-radius: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    background: black;
    color: white;
    z-index: 1;
    min-width: fit-content;
}

.wp-block-file__button:hover {
    background-color: red;
    border-color: red;
    color: white!important;
}

/* pagina di ricerca */
.searchtemplate .termscolumn {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
    margin: 15px;
}

.searchtemplate .termcat {
    max-height: 200px;
    overflow: hidden;
    max-width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}

.searchtemplate .termcat img {
    max-width: 100%;
}

.searchtemplate img {
    max-height: 180px;
    padding-bottom: 15px;
}


/* animazioni */

.scaleANDrotate {
    -webkit-animation: scaleANDrotate 1s forwards;
    animation: scaleANDrotate 1s forwards;
}

@keyframes scaleANDrotate {
    0% {
        scale: 0.1;
        rotate: -150deg;
    }

    100% {
        scale: 1;
        rotate: 0deg;
    }
}

/* IUBENDA */
.iubenda-uspr-btn .iubenda-cs-uspr-link{
    display: none!important;
}
.iubenda-uspr-btn .iubenda-cs-preferences-link{
    font-size: 0px!important;
    gap: 0px!important;
}
.iubenda-uspr-btn .iubenda-cs-preferences-link img{
    cursor: pointer!important;
}

/* Parole evidenziate */
.page mark{
    background-color: transparent;
    padding: 0 !important;
}

.grecaptcha-badge{
    display: none !important;
}