@font-face {
    font-family: 'opensans-light';
    src: url(fonts/OpenSans-Light.ttf);

}



@font-face {
    font-family: 'opensans-regular';
    src: url(fonts/OpenSans-Regular.ttf);

}

@font-face {
    font-family: 'opensans-semibold';
    src: url(fonts/OpenSans-SemiBold.ttf);

}

@font-face {
    font-family: 'opensans-bold';
    src: url(fonts/OpenSans-Bold.ttf);

}

@font-face {
    font-family: 'Urbanist-light';
    src: url(fonts/urbanist/Urbanist-Light.ttf);

}

@font-face {
    font-family: 'Urbanist-regular';
    src: url(fonts/urbanist/Urbanist-Regular.ttf);

}

@font-face {
    font-family: 'Urbanist-medium';
    src: url(fonts/urbanist/Urbanist-Medium.ttf);

}

@font-face {
    font-family: 'Urbanist-semibold';
    src: url(fonts/urbanist/Urbanist-SemiBold.ttf);

}

@font-face {
    font-family: 'Urbanist-bold';
    src: url(fonts/urbanist/Urbanist-Bold.ttf);

}


:root {
    /* fonts  variables*/
    --opensans-300: 'opensans-light';
    --opensans-400: 'opensans-regular';
    --opensans-600: 'opensans-semibold';
    --opensans-700: 'opensans-bold';


    --urbanist-300: 'Urbanist-light';
    --urbanist-400: 'Urbanist-regular';
    --urbanist-500: 'Urbanist-medium';
    --urbanist-600: 'Urbanist-semibold';
    --urbanist-700: 'Urbanist-bold';
    /* colors variables  */

    --white-color: #fff;
    --meroon: #C11B27;
    --black: #000000;
    --light-black: #393B3F;
    --banner-gray: #F1F0EC;
    --paragraph-color: #000;
    --foter-bg: #F1F0EC;
    --accordion-head-bg: #E8E6E1;
    --hover-color: #C11B27;
    /* transition  */
    --transition-4-einout: all 0.4s ease-in-out;
}

html {
    scroll-padding-top: 100px;
}

body {
    margin: 0px auto;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    max-width: 2560px;
    font-family: var(--urbanist-400);
}

/* body.home {
  overflow-x: hidden;
} */

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

/* ========================================== */

/* header css start from here  */

/* ========================================== */

/* .breadcrumb-main {
    padding: 57px 0 43px 0;
} */

#scrollToTopBtn {
    position: fixed;
    bottom: 35px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    z-index: 100;
    background-color: var(--white-color);
    border: none;
    outline: none;
    transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#scrollToTopBtn:hover {
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2);

}



.tra_margin main {
    margin-top: 0px;
}

main.remove_blur_bg {
    margin-top: 0px;
}

#FloatingContact {
    color: var(--meroon);
    text-align: center;
    font-family: var(--opensans-700);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0;
    width: 120px;
    height: 80px;
    background: #F1F0EC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 9;
    border: none;
    outline: none;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    border-bottom: 5px solid var(--meroon);
}

#FloatingContact i {
    flex-basis: 100%;
    font-size: 25px;
    margin-bottom: 10px;

}

#FloatingContact:hover {
    background: var(--meroon);
    color: var(--white-color);
    border-color: var(--white-color);
}


.main-header ul li.megamenu-parent .megamenu-main::-webkit-scrollbar {
    width: 12px;

}


.main-header ul li.megamenu-parent .megamenu-main::-webkit-scrollbar-track {
    background-color: #fff;

}


.main-header ul li.megamenu-parent .megamenu-main::-webkit-scrollbar-thumb {
    background-color: #fff;

    border-radius: 6px;

}


.main-header ul li.megamenu-parent .megamenu-main::-webkit-scrollbar-thumb:hover {
    background-color: #fff;

}


/* ========================================== */

/* common css ends here  */

/* ========================================== */




/* ========================================== */

/* Home Slider part start from here   */

/* ========================================== */

.home-slider-main .swiper {
    width: 100%;
    max-height: 1080px;
}

.home-slider-main .swiper-slide .slide-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100%;
    height: 950px;
    /* min-height: 1080px; */
}

.home-slider-main .swiper-slide .video-bg {
    width: 100%;
    height: 950px;
}

.home-slider-main .swiper .swiper-button-prev,
.home-slider-main .swiper .swiper-button-next {

    color: var(--white-color);
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.home-slider-main .swiper .swiper-button-prev {
    left: -50px;
}

.home-slider-main .swiper .swiper-button-next {
    right: -50px;
}

.home-slider-main .swiper:hover .swiper-button-prev {

    left: 30px;

}

.home-slider-main .swiper:hover .swiper-button-next {

    right: 30px;
}



.home-slider-main .swiper-button-prev:after,
.home-slider-main .swiper-button-next:after {
    font-size: 32px;
}

.home-slider-main .swiper-slide {
    position: relative;
}

.home-slider-main .swiper-slide::before {
    position: absolute;
    width: 100%;
    /*height: calc(100% - 130px);*/
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -7.76%, rgba(0, 0, 0, 0.70) 44.84%, rgba(0, 0, 0, 0.00) 92.24%);*/
    background: rgba(0, 0, 0, 0.25);
    content: '';
    /* top: 192px; */
    left: 0;
    /*top: 130px;*/
    top: 0 !important;
    height: 100% !important;

}

.home-slider-main .swiper-slide video {

    object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.home-slider-main .swiper-slide .slider-cotentbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1596px;
}

.home-slider-main .swiper-slide .slider-cotentbox h2 {
    color: var(--white-color);
    text-align: center;
    font-family: var(--urbanist-300);
    /* font-size: 80px; */
    font-size: 30px;
    line-height: 200px;
    text-transform: uppercase;
    letter-spacing: 19.2px;
}

/* ========================================== */

/* Home Slider part ends here   */

/* ========================================== */




/* ========================================== */

/* avanzata page start from here    */

/* ========================================== */
.avanzata-banner-main {
    padding-top: 35px;
    padding-bottom: 45px;
}

.avanzata-banner-main h2 {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}

.avanzata-banner-main h2::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 100%;
    background: var(--meroon);
    content: '';
}

.avanzata-banner-main p {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;

    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.avanzata-main .banner-description {
    margin-bottom: 120px;
}

.avanzata-main .banner-description p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;

}

.avanzata-main {
    margin-bottom: 15px;
}

.avanzata-main .filter-main {
    /* padding-top: 75px; */
    padding-top: 10px;
}

.avanzata-main .filter-main .filter-title {
    margin-bottom: 23px;
}

.avanzata-main .filter-main .filter-title h4 {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.avanzata-main .filter-main .accordion-button {
    /* background: var(--accordion-head-bg); */
    background: var(--white-color);
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    color: var(--black);
    font-family: var(--urbanist-700);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    padding: 9px 9px 9px 22px;
    border-bottom: 1px solid #000;
}

.avanzata-main .filter-main .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.avanzata-main .filter-main .accordion-button::after {

    background-image: url(../images/icon/avan-chevron.png);
    width: 14px;
    height: 7px;
    background-size: 12px;

}

.avanzata-main .filter-main.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/avan-chevron.png);
    /* transform: var(--bs-accordion-btn-icon-transform); */
    transform: rotate(180deg) !important;
}

.avanzata-main .filter-main .accordion-item {
    margin-bottom: 47px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    border: none;
    border-radius: 0;
}

.avanzata-main .filter-main .visual-switch-flex input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: var(--black);
    width: 12px;
    height: 12px;
    border: 1px solid var(--black);
    border-radius: 0px;
    cursor: pointer;
    padding: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


.avanzata-main .filter-main .visual-switch-flex input[type="checkbox"]::before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 14px 14px #333;
    top: -1px;
    position: relative;
    left: -1px;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
}




.avanzata-main .filter-main .visual-switch-flex input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.avanzata-main .filter-main .accordion-body {
    border-radius: 0;
    padding: 19px 14px;

}

.avanzata-main .filter-main .accordion-body .single-checkbox label {
    color: var(--black);
    font-family: var(--urbanist-600);
    font-size: 14px;
    cursor: pointer;
    line-height: 12px;
}

.avanzata-main .filter-main .accordion-body .double-checks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.avanzata-main .filter-main .accordion-body .double-checks .single-checkbox {
    flex-basis: 50%;
}

.avanzata-main .filter-main .accordion-body .form-check {
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 0;
    min-height: auto;
}

.avanzata-main .filter-main .accordion-body .form-check input {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;

}

.avanzata-main .filter-main .accordion-body input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: var(--black);
    width: 12px;
    height: 12px;
    border: 1px solid var(--black);
    border-radius: 0px;
    cursor: pointer;
    padding: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}




.avanzata-main .filter-main .accordion-body input[type="checkbox"]::before {
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 14px 14px #333;
    top: -1px;
    position: relative;
    left: -1px;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
}




.avanzata-main .filter-main .accordion-body input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.avanzata-main .filter-main .accordion-body .single-checkbox {
    margin-bottom: 10px;
}

.avanzata-main .filter-main .accordion-body .single-checkbox:last-child {
    margin-bottom: 0;
}

.avanzata-main .filter-main .filter-submit-btn a {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: var(--banner-gray);
    width: 100%;
    display: block;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;

    line-height: 100%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.avanzata-main .filter-main .filter-submit-btn a:hover {
    background: var(--hover-color);
    color: var(--white-color);
}

.avanzata-main .filter-main .price-range-slider .noUi-connect {
    background: var(--black);
    height: 3px;
}


.avanzata-main .filter-main .price-range-slider .noUi-horizontal .noUi-handle {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: var(--black);
}

.avanzata-main .filter-main .price-range-slider .noUi-background {
    background: var(--black);
    height: 1px;

}



.avanzata-main .filter-main .title {
    color: var(--black);
    text-align: left;
    font-family: var(--urbanist-700);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.avanzata-main .filter-main .subtitle-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}

.avanzata-main .filter-main .subtitle-flex .subtitle {
    flex-basis: 50%;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    /*margin-bottom: 15px;*/
}

.avanzata-main .filter-main .subtitle-flex .sort-amount-box {
    flex-basis: 40%;
    text-align: right;
}

.avanzata-main .filter-main .subtitle-flex .sort-amount-box .amounts {
    display: inline-block;
    min-width: 80px;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 14px;
    text-transform: uppercase;
    line-height: normal;
    border: 1px solid #BDBDBB;
    text-align: right;
    padding: 3px 5px;
}

.avanzata-main .filter-main .subtitle-flex .allvalue-boxes {
    flex-basis: -moz-available;
    text-align: center;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: end;
    flex-basis: 50%;
    gap: 20px;
}

.avanzata-main .filter-main .subtitle-flex .allvalue-boxes input {
    color: var(--black);
    font-family: var(--urbanist-700);
    font-size: 14px;
    line-height: normal;
    text-align: center;
    width: 48%;
    display: inline-block;
    appearance: textfield;
    /*max-width: 60px;*/
}


.avanzata-main .filter-main .passaggio-box {
    margin-bottom: 30px;
}

.avanzata-main .collection-types-main {
    margin-bottom: 50px;
}

.avanzata-main .collection-types-main h4 {
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 27px;
}

.avanzata-main .collection-types-main p {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 47px;
}

.avanzata-main .collection-types-main h4 strong {

    font-family: var(--urbanist-600);
}

.avanzata-main .collection-types-main .collections-grid-main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 22px;
    row-gap: 22px;
}

.avanzata-main .collection-types-main .collections-grid-main .new-product-card .card .card-body p br {
    display: none;
}

.avanzata-main .collection-types-main .collections-grid-main .image-box {
    position: relative;
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.avanzata-main .collection-types-main .collections-grid-main .image-box img {
    width: 100%;
    height: 100%;
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box p {
    color: var(--white-color);

    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 16px;

    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box h5 {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 20px;


    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box h5::before {
    position: absolute;
    top: -17px;
    left: 50%;
    width: 95px;
    height: 1px;
    border: 1px dashed var(--white-color);
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box h5 a {
    color: var(--white-color);
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box h5 a:hover {
    color: var(--hover-color);
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box .content {
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.avanzata-main .collection-types-main .collections-grid-main .image-box .content-box .content:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

/* ========================================== */

/* avanzata page ends here    */

/* ========================================== */

/* ========================================== */
/* news page start from here  */
/* ========================================== */

.news-banner-main h2 {
    margin-bottom: 18px;
}

.all-newslist-main {
    padding: 65px 0 73px 0;
}

.all-newslist-main .news-links {
    margin-bottom: 80px;
}

.all-newslist-main .news-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 75px;
}

.all-newslist-main .news-links ul li a {
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    border-bottom: 1px solid transparent;
    letter-spacing: 4px;

}

.all-newslist-main .news-links ul li a:hover {
    border-color: var(--hover-color);
}

.all-newslist-main .news-links ul li a.active {
    border-color: var(--white-color);
}

.all-newslist-main .custom-col {
    margin-bottom: 25px;
}

.all-newslist-main .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    height: 100%;
}

.all-newslist-main .card .news-image-box {
    overflow: hidden;
    height: 100%;
}

.all-newslist-main .card img {
    height: 100%;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}



.all-newslist-main .card:hover .news-image-box img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}



.all-newslist-main .card .card-body .news-short-box h4 {
    color: var(--white-color);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.all-newslist-main .card .card-body .news-short-box h4 a {
    color: var(--white-color);


}

.all-newslist-main .card .card-body .news-short-box h4 a:hover {
    color: var(--hover-color);
}

.all-newslist-main .card .card-body .news-short-box h6 {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.all-newslist-main .card .card-body .news-short-box p {
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
}

/* ========================================== */
/* news page ends here  */
/* ========================================== */




/* ========================================== */
/* news details page start from here  */
/* ========================================== */

.newsdetails-main {
    padding-top: 66px;
    padding-bottom: 91px;
}

.newsdetails-main .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
}

.newsdetails-main .card .card-body {
    padding-top: 0;
    height: 100%;
}

.newsdetails-main .card .card-body h4 {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.newsdetails-main .card .card-body h6 {
    margin-bottom: 35px;
    color: var(--light-black);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.newsdetails-main .card .card-body p {
    color: var(--light-black);
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 30px;
}


/* ========================================== */
/* news details page end here  */
/* ========================================== */

/* ========================================== */
/* contatti page start from here  */
/* ========================================== */


.contatti-banner-main {
    background: var(--banner-gray);
    padding-top: 35px;
    padding-bottom: 45px;
}

.contatti-banner-main h2 {
    color: #000;
    font-family: var(--urbanist-300);
    font-size: 30px;

    line-height: 30px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 45px;
}

.contatti-banner-main h2::before {
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 1px;
    width: 549px;
    background: var(--meroon);
    content: '';
}

.contatti-banner-main p {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contatti-from-main {
    padding-top: 92px;
    padding-bottom: 98px;
    background: var(--banner-gray);
}

.contatti-from-main label {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 18px;
    width: 100%;
    text-transform: uppercase;
}

.contatti-from-main .scrivo p {
    text-transform: uppercase;
}

.contatti-from-main input[type="text"] {
    width: 100%;
    background: var(--white-color);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    outline: none;
    /* margin-bottom: 44px; */
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 16px;
}

.contatti-from-main input[type="email"] {
    width: 100%;
    background: var(--white-color);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    outline: none;
    /* margin-bottom: 44px; */
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 16px;
}

.contatti-from-main select {
    width: 100%;
    background-color: var(--white-color);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    outline: none;
    /* margin-bottom: 44px; */
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 16px;
}

.contatti-from-main select:focus {
    box-shadow: none;
    outline: none;
}

.contatti-from-main input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    color: var(--black);
    width: 18px;
    height: 18px;
    border: 1px solid var(--white-color);
    border-radius: 0px;
    cursor: pointer;
    padding: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.contatti-from-main .form-check p {
    margin-bottom: 0;
}

.contatti-from-main input[type="checkbox"]::before {
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 14px 14px #333;
    top: 0px;
    position: relative;
    left: 0px;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
}



.contatti-from-main input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.contatti-from-main .form-check label {
    cursor: pointer;
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 14px;
    /* line-height: 40px; */
    line-height: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contatti-from-main .form-check {
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 17px;
    margin-bottom: 15px;
    min-height: auto;
}

.contatti-from-main .scrivo {
    margin-top: 0px;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 20px;
    line-height: normal;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
}

.contatti-from-main .newsletter-box {
    padding: 45px 48px 32px 36px;
    border: 1px solid var(--meroon);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    margin-bottom: 20px;
}

.contatti-from-main .newsletter-box p {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
}

.contatti-from-main .newsletter-box p strong {
    font-family: var(--urbanist-600);
    line-height: normal;
    text-transform: uppercase;
}

.contatti-from-main .newsletter-box .form-check {
    margin-bottom: 0;
}

.contatti-from-main .newsletter-box .form-check label {
    color: var(--black);
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.contatti-from-main textarea {
    width: 100%;
    background: var(--white-color);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    outline: none;
    /* margin-bottom: 55px; */
    margin-bottom: 20px;
    padding: 12px 20px;
    font-size: 16px;
    min-height: 188px;
}

.contatti-from-main .privecy-box h6 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 22px;
}

.contatti-from-main .privecy-box p {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
}

.contatti-from-main .privecy-box .form-check {
    gap: 14px;
    margin-bottom: 0;
}

.contatti-from-main .privecy-box .form-check label {

    text-transform: lowercase;
}

.contatti-from-main .contatti-submit {
    text-align: center;
}

.contatti-from-main .contatti-submit {
    margin-top: 38px;
}

.contatti-from-main .contatti-submit button {
    background: var(--accordion-head-bg);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 256px 19px 273px;
    border: none;
    outline: none;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.contatti-from-main .contatti-submit button:hover {
    background: var(--hover-color);
    color: var(--white-color);
}

.contatti-from-main .form-group p {
    margin-bottom: 0;
}

.contatti-address-main {
    padding: 109px 0 210px 0;
}

.contatti-address-main .titlebox {
    margin-bottom: 60px;
}

.contatti-address-main .titlebox h2 {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 0;
}

.contatti-address-main .titlebox h2::before {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 1px;
    background: var(--meroon);
    content: '';
    max-width: 667px;
}

.contatti-address-main .single-addresslink {
    margin-bottom: 35px;
}

.contatti-address-main .single-addresslink a {
    display: block;
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.contatti-address-main .single-addresslink a strong {
    font-family: var(--urbanist-400);
    display: block;
}

.contatti-address-main .single-addresslink a:hover {
    color: var(--hover-color);
}

.contatti-address-main .icon {
    margin-bottom: 54px;
    font-size: 38px;
}

.contatti-address-main .map-iframe {
    padding: 61px 58px 62px 58px;

}

.contatti-address-main .map-iframe iframe {
    width: 100%;
    height: 485px;
}

/* ========================================== */
/* contatti page end here  */
/* ========================================== */


/* ========================================== */
/* home page start from here  */
/* ========================================== */

.home-portek-main {
    padding-top: 106px;
    padding-bottom: 97px;
    background: var(--banner-gray);

}

.home-common-title h1,
.home-common-title h2 {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;


}

.home-common-title h1::before,
.home-common-title h2::before {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 1px;
    background: var(--meroon);
    content: '';
    max-width: 627px;

}

.home-portek-main .about-protek {
    margin-top: 50px;
    margin-bottom: 14px;
    height: calc(100% - 90px);
    position: relative;
}

.home-portek-main .about-protek p {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
}

.home-portek-main .protek-images {
    margin-top: 54px;
}

.home-portek-main .scorpi-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.home-portek-main .scorpi-btn a {
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: 273.682%;
    text-transform: lowercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.home-portek-main .scorpi-btn a svg {
    width: 64px;
    margin-left: 34px;
}

.home-portek-main .scorpi-btn a:hover {
    color: var(--hover-color);
}

.home-portek-main .scorpi-btn a:hover svg path {
    fill: var(--hover-color);
}



.home-prodotti-main .prodotti-image-box {
    position: relative;
    height: 100%;
}

.home-prodotti-main .prodotti-image-box img {
    height: 100%;
}

.home-prodotti-main .prodotti-image-box .category-tag {
    width: 173px;
    background: var(--meroon);
    text-transform: uppercase;
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 169px;
    padding-top: 12px;
    padding-bottom: 12px;

}

.home-prodotti-main .home-common-title {
    margin-top: 145px;
    text-align: right;
}


.home-prodotti-main .home-common-title h2::before {
    left: unset;
    right: 0;
}

.home-prodotti-main .pordotti-category {
    margin-top: 100px;
    text-align: right;
    padding-bottom: 210px;
}

.home-prodotti-main .pordotti-category ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 55px;
    margin-bottom: 100px;
}



.home-prodotti-main .pordotti-category ul li a {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--meroon);
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    border-bottom: 1px solid transparent;
}

.home-prodotti-main .pordotti-category ul li a:hover {
    border-color: var(--hover-color);
    padding-right: 20px;
    color: var(--hover-color);
}

.home-prodotti-main .pordotti-category ul li a.active {
    border-color: var(--hover-color);
    padding-right: 20px;
    color: var(--hover-color);
}


.home-prodotti-main .scorpi-btn a {
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: 273.682%;
    text-transform: lowercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.home-prodotti-main .scorpi-btn a svg {
    width: 64px;
    margin-left: 34px;
}

.home-prodotti-main .scorpi-btn a:hover {
    color: var(--hover-color);
}

.home-prodotti-main .scorpi-btn a:hover svg path {
    fill: var(--hover-color);
}



.protekdesign-main {
    padding-top: 101px;
    padding-bottom: 99px;
    background: var(--light-black);

}

.protekdesign-main .protek-desingn-logo {
    margin-top: 31px;
    margin-bottom: 70px;
}

.protekdesign-main .protek-desingn-logo img {
    max-width: 245px;
}

.protekdesign-main .about-design {
    padding-right: 50px;
    position: relative;
}

.protekdesign-main .about-design p {
    color: var(--white-color);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: normal;
    margin-bottom: 30px;
}

.protekdesign-main .about-protek-design {
    position: relative;
    height: 100%;
}

.protekdesign-main .about-protek-design .scorpi-btn {
    position: absolute;
    bottom: 31px;
    right: 0;
}

.protekdesign-main .about-protek-design .scorpi-btn a {
    color: var(--white-color);
    text-align: right;
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: 273.682%;
    text-transform: lowercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.protekdesign-main .about-protek-design .scorpi-btn a svg {
    width: 64px;
    margin-left: 17px;
}

.protekdesign-main .about-protek-design .scorpi-btn a strong {
    font-family: var(--urbanist-600);
    line-height: 273.682%;
    text-transform: uppercase;
}

.protekdesign-main .about-protek-design .scorpi-btn a svg path {
    fill: var(--white-color);
}

.protekdesign-main .about-protek-design .scorpi-btn a:hover {
    color: var(--hover-color);
}

.protekdesign-main .about-protek-design .scorpi-btn a:hover svg path {
    fill: var(--hover-color);
}

.protekdesign-main .about-design p:last-child {
    margin-bottom: 0;
}

.protekdesign-main .desing-image-box {
    overflow: hidden;
    position: relative;
}

.protekdesign-main .desing-image-box img {
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.protekdesign-main .desing-image-box:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);

}

.progettazione-main {
    padding-top: 40px;
    padding-bottom: 80px;
}

.progettazione-main .image-box {
    text-align: center;
}


.progettazione-main .home-common-title {

    text-align: right;
    margin-bottom: 115px;
}


.progettazione-main .home-common-title h2::before {
    left: unset;
    right: 0;
}

.progettazione-main .about-progettazione {
    position: relative;

}

.progettazione-main .about-progettazione p {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: 26px;

}

.progettazione-main .progettazione-details {
    position: relative;
    padding-top: 92px;

    height: 100%;
}

.progettazione-main .progettazione-details .scorpi-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.progettazione-main .progettazione-details .scorpi-btn a {
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: 273.682%;
    text-transform: lowercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.progettazione-main .progettazione-details .scorpi-btn a svg {
    width: 64px;
    margin-left: 20px;
}

.progettazione-main .progettazione-details .scorpi-btn a:hover {
    color: var(--hover-color);
}

.progettazione-main .progettazione-details .scorpi-btn a:hover svg path {
    fill: var(--hover-color);
}

.progettazione-main .bim-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
    padding-right: 15px;
    align-items: end;
}

.progettazione-main .bim-flex .text-box {
    width: calc(100% - 98px);
}

.progettazione-main .bim-flex .text-box h5 {
    color: #737272;
    text-align: right;
    font-family: var(--urbanist-600);
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.progettazione-main .bim-flex .icon-box {
    width: 75px;
}



.home-sostenibilità-main .about-protek {
    margin-bottom: 0;
}

.home-sostenibilità-main .about-protek p {
    margin-bottom: 35px;
}

.homenews-slider-main {
    /* padding-top: 35px; */
    padding-top: 26px;
    /* padding-bottom: 92px; */
    padding-bottom: 58px;
    background: #35363A;
    color: var(--white-color);
    position: relative;
}



.homenews-slider-main .home-common-title h2 {
    color: var(--white-color);
}

.homenews-slider-main .home-common-title h2::before {
    max-width: 100%;
}

.homenews-slider-main .news-slider-box {
    margin-top: 40px;
}

.homenews-slider-main .news-slider-box .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    height: 100%;
    background: #35363A;
}

.homenews-slider-main .news-slider-box .card .card-body {
    background: #35363A;
    padding: 25px 0;
}

.homenews-slider-main .news-slider-box .news-short-box h4 {
    color: var(--white-color);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 25px;
    line-height: normal;
    margin-bottom: 30px;
}

.homenews-slider-main .news-slider-box .news-short-box h4 a {
    color: var(--white-color);
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    width: 100%;
}

.homenews-slider-main .news-slider-box .news-short-box a:hover {
    color: var(--hover-color);
}

.homenews-slider-main .news-slider-box .news-short-box h6 {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.homenews-slider-main .news-slider-box .news-short-box p {
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: normal;
    margin-bottom: 0;
}

.homenews-slider-main .news-slider-box .card .image-box {
    overflow: hidden;
}

.homenews-slider-main .news-slider-box .card .image-box img {

    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.homenews-slider-main .news-slider-box .card:hover .image-box img {

    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.homenews-slider-main .swiper .swiper-button-prev,
.homenews-slider-main .swiper .swiper-button-next {

    color: var(--white-color);
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
}

.homenews-slider-main .swiper .swiper-button-prev {
    left: 96px;
}

.homenews-slider-main .swiper .swiper-button-next {
    right: 96px;
}


.homenews-slider-main .swiper-button-prev:after,
.homenews-slider-main .swiper-button-next:after {
    font-size: 32px;
}

.homenews-slider-main .swiper {
    position: unset;
}

/* ========================================== */
/* home page ends here  */
/* ========================================== */

/* ========================================== */
/* area download page start from here   */
/* ========================================== */

.areadownload-banner {
    padding: 21px 0 25px 0;
}

.area-filter-main {
    padding-top: 50px;
    padding-bottom: 96px;
}

.area-filter-main .form-control {
    border: 0.5px solid #D0D0D0;
    background: var(--white-color);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 14px;
    line-height: normal;
    width: calc(100% - 30px);
    padding: 5px 10px;
}

.area-filter-main .area-filter-search {
    margin-bottom: 0px !important;
    margin-top: 10px;
}

.area-filter-main .area-filter-search .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;

}

.area-filter-main .area-filter-search button {
    border: none;
    outline: none;
    padding: 3px 0;
    margin: 0;
    width: 20px;
    background: var(--white-color);
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.area-filter-main .area-filter-search button svg {
    width: 15px;
    height: 20px;
}

.area-filter-main .area-filter-search button:hover svg path {
    fill: var(--hover-color);
}


.area-filter-main .area-selectbox select.js-example-basic-single {
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;

}

.area-filter-main .area-selectbox .select2-container--default .select2-selection--single {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 22px;
    padding-right: 22px;
    background: #F1F0EC;
    border: none;
}

.area-filter-main .area-selectbox .select2-container .select2-selection--single {

    height: auto !important;
    text-transform: uppercase;
    color: var(--black);
    font-family: var(--urbanist-600);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;

}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.select2-results__option {
    text-transform: uppercase;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: none;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--banner-gray);
    color: var(--black);
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--banner-gray);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 42%;
    right: 8px;
    width: 20px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 8px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 14px;
    border: none;
    background: url(../images/icon/chevron.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}


.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.area-collection-main .collection-title {
    margin-bottom: 61px;
}

.area-collection-main .collection-title h5 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 22px;
    line-height: normal;
    letter-spacing: 4.07px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.area-collection-main .collection-title h3 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.area-collection-main .area-download-bg {
    background: var(--banner-gray);
    padding: 20px 27px;
    /* margin-bottom: 60px; */
    margin-bottom: 30px;
}

.area-collection-main .area-download-bg .areabg-titlebox {
    text-align: center;
    margin-bottom: 40px;
}

.area-collection-main .area-download-bg .areabg-titlebox h4 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 19px;
    line-height: 140%;
    position: relative;
    letter-spacing: 5.605px;
    text-transform: uppercase;
    display: inline-block;
}

.area-collection-main .area-download-bg .areabg-titlebox h4::before {
    position: absolute;
    left: -25px;
    top: 50%;
    width: 5px;
    height: 3px;
    background: var(--black);
    content: '';
    transform: translateY(-50%);
}

.area-collection-main .area-download-bg .areabg-titlebox h4::after {
    position: absolute;
    right: -30px;
    top: 50%;
    width: 5px;
    height: 3px;
    background: var(--black);
    content: '';
    transform: translateY(-50%);
}

.area-collection-main .area-download-bg .areabg-titlebox h5 {
    color: var(--black);
    font-family: var(--urbanist-600);
    font-size: 19px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.area-collection-main .area-download-bg .download-file h6 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 196%;

}

.area-collection-main .area-download-bg .download-file .single-file {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    /*margin-bottom: 14px;*/
    margin-bottom: 5px;

}

.area-collection-main .area-download-bg .download-file .single-file a {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 196%;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.area-collection-main .area-download-bg .download-file .single-file a:hover {
    color: var(--hover-color);
}

.area-collection-main .area-download-bg .download-file .single-file a .download-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*padding-bottom: 15px;*/
    padding-bottom: 0;
}

.area-collection-main .area-download-bg .download-file .single-file a .download-flex div:nth-child(1) {
    width: calc(100% - 170px);
    display: block;
}

.area-collection-main .area-download-bg .download-file .single-file a .download-flex div:nth-child(2) {
    width: 150px;
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 196%;
    display: block;
    text-transform: uppercase;
}

.area-collection-main .area-download-bg .download-file .single-file a .download-flex div:nth-child(2) span {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: 196%;
    text-transform: lowercase;
}

.area-collection-main .area-download-bg .download-file .single-file a .download-flex div:nth-child(3) {
    width: 20px;
    text-align: right;
    display: block;

}

.area-collection-main .area-download-bg .download-file .single-file a:hover .file-type {
    color: var(--hover-color);
}

.area-collection-main .area-download-bg .justify-content-between:nth-child(2) {
    position: relative;
}

.area-collection-main .area-download-bg .justify-content-between:nth-child(2) .download-file .single-file:last-child {
    margin: 0;
}

.area-collection-main .area-download-bg .justify-content-between:nth-child(2)::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--meroon);
    content: '';
}

.area-collection-main .area-download-bg .justify-content-between:nth-child(3) .download-file .single-file {
    border: none;
    margin-top: 14px;
    margin-bottom: 0;

}


.area-collection-main .area-download-bg .justify-content-between:nth-child(3) .download-file .single-file .download-flex {
    padding-bottom: 0;
}


.area-collection-main .area-download-bg .justify-content-between:nth-child(3) .download-file .single-file .download-flex .file-name {
    font-family: var(--urbanist-600);
}

.area-collection-main .container>.row:last-child .col-lg-12 .area-download-bg {
    margin-bottom: 110px;
}


/* ========================================== */
/* area download page ends here   */
/* ========================================== */


/* ========================================== */
/* product page start from here   */
/* ========================================== */

.accessori-banner-main {
    background: var(--banner-gray);

}

.accessori-banner-main .banner-image-box {
    height: 100%;
}

.accessori-banner-main .banner-image-box img {
    height: 100%;
}

.accessori-banner-main .row .col-lg-3:nth-child(2) {
    padding-left: 0;
}

.accessori-banner-main .banner-contentbox {
    padding-top: 165px;
    padding-bottom: 34px;

}

.accessori-banner-main .banner-contentbox h5 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 20px;
    line-height: 106.7%;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.accessori-banner-main .banner-contentbox h2 {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 65px;
    line-height: 65px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 25.78px;
    margin-bottom: 0;
}

.accessori-banner-main .banner-contentbox h2::before {
    position: absolute;
    left: 0;
    bottom: 12.89px;
    width: 100%;
    height: 1px;
    background: var(--meroon);
    content: '';
    max-width: 667px;
}

.accessori-banner-main .banner-contentbox h2 span {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: 30px;
    position: relative;
}

/* 
.accessori-banner-main .banner-contentbox h2 span::before {
  position: absolute;
  left: 25px;
  top: 22px;
  width: 1px;
  height: 23px;
  background: var(--black);
  content: '';
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

.accessori-banner-main .banner-contentbox p {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: 119%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.accessori-banner-main .banner-contentbox .titlebox {
    margin-bottom: 185px;
}

.accessori-banner-main ul {
    display: flex;
    flex-wrap: wrap;
    gap: 41px;
}

.accessori-banner-main ul li a {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.accessori-banner-main ul li a i {
    margin-right: 20px;
    font-size: 26px;
}

.accessori-banner-main ul li a:hover {
    color: var(--hover-color) !important;
}

.productcertificate-main {
    /* padding-top: 188px; */
    padding-top: 99px;
    padding-bottom: 120px;
    /* padding-bottom: 200px; */
}

.productcertificate-main .certifica-descriptionbox h5 {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;
}

.productcertificate-main .certifica-descriptionbox p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;

    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.productcertificate-main .certifica-descriptionbox ul {
    margin-bottom: 40px;
}

.productcertificate-main .certifica-descriptionbox ul li {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 30px;
    list-style-type: disc;
    list-style-position: inside;

}

.productcertificate-main .certifca-gifbox {
    text-align: center;
    /* margin-bottom: 255px; */
    margin-bottom: 160px;
}

.productcertificate-main .certifca-gifbox p {
    color: var(--light-black);
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* margin-bottom: 105px; */
    margin-bottom: 60px;
}

.productcertificate-main .allcertificate-image-box p {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14.423px;
    line-height: 100%;
    margin-bottom: 26px;

}

.productcertificate-main .allcertificate-image-box .certifca-image-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 11.22px;
    align-items: center;
}

.productcertificate-main .allcertificate-image-box .certifca-image-box .single-image img {
    max-width: 84px;

    min-height: 84px;
}


.product-tabs-main .product-tabs-bg {
    background: var(--banner-gray);
}

.product-tabs-main ul.nav-tabs {
    border: none;
}

.product-tabs-main ul.nav-tabs li {
    width: 33.33%;
}

.product-tabs-main ul.nav-tabs li button {
    width: 100%;
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 0;
    border: 3px solid #fff;
    background: var(--accordion-head-bg);
    padding-top: 22px;
    padding-bottom: 21px;
    text-align: center;

}

.product-tabs-main ul.nav-tabs li button.active {
    background: var(--banner-gray);
    border-color: var(--banner-gray);
}

.product-tabs-main ul.nav-tabs li:nth-child(1) button {
    border-left-color: var(--accordion-head-bg);

}

.product-tabs-main ul.nav-tabs li:nth-child(1) button.active {
    border-left-color: var(--banner-gray);

}

.product-tabs-main ul.nav-tabs li:nth-child(3) button {
    border-right-color: var(--accordion-head-bg);

}

.product-tabs-main ul.nav-tabs li:nth-child(3) button.active {
    border-right-color: var(--banner-gray);

}

/* .product-tabs-main .product-download-box {
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 85px;

} */

.product-tabs-main .tab-pane {
    padding-top: 66px;
    padding-bottom: 95px;
}

.product-tabs-main .tab-pane .col-lg-6:nth-child(3) .product-download-box {
    margin-bottom: 0;
}

.product-tabs-bg .nav-tabs .nav-link {
    border-color: #fff;
}

.product-tabs-main .product-download-box .download-file h6 {
    color: var(--black);
    font-family: var(--urbanist-400);
    line-height: 196%;
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    margin-bottom: 10px;

}

.product-tabs-main .product-download-box .download-file .single-file {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    /* margin-bottom: 14px;*/
    margin-bottom: 0px;

}

.product-tabs-main .product-download-box .download-file .single-file a {

    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 20px;
    line-height: 196%;

}

.product-tabs-main .product-download-box .download-file .single-file a:hover {
    color: var(--hover-color);
}

.product-tabs-main .product-download-box .download-file .single-file a .download-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}

.product-tabs-main .product-download-box .download-file .single-file a .download-flex div:nth-child(1) {
    width: calc(100% - 170px);
    display: block;
}

.product-tabs-main .product-download-box .download-file .single-file a .download-flex div:nth-child(2) {
    /* width: 90px; */
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 196%;
    display: block;
    text-transform: uppercase;
}

.product-tabs-main .product-download-box .download-file .single-file a .download-flex div:nth-child(2) span {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: 196%;
    text-transform: lowercase;
}

.product-tabs-main .product-download-box .download-file .single-file a .download-flex div:nth-child(3) {
    width: 20px;
    text-align: right;
    display: block;

}

.product-tabs-main .product-download-box .download-file .single-file a:hover .file-type {
    color: var(--hover-color);
}

.product-tabs-main .tab-pane:nth-child(2) {
    padding-top: 57px;
    padding-bottom: 77px;
}

.product-tabs-main .montaggio-box {
    padding: 0 4.16%;
}

.product-tabs-main .montaggio-box h3 {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 30px;
    line-height: 196%;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    padding-bottom: 10px;
}

.product-tabs-main .montaggio-box .video-box {
    margin-top: 60px;
    position: relative;
}

.product-tabs-main .montaggio-box .video-box video {
    width: 100%;
}

.product-tabs-main .montaggio-box .video-box .video-playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.product-tabs-main .montaggio-box .video-box .video-playbtn button {
    border: none;
    outline: none;
    background: transparent;
    color: var(--white-color);
    font-size: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.product-tabs-main .montaggio-box .video-box .video-playbtn button.paused {
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}





.product-tabs-main .montaggio-contentbox .product-download-box .download-file h6 {

    font-size: 25px;
    margin-bottom: 20px;
    border: none;
}

.product-tabs-main .montaggio-contentbox .product-download-box .download-file .single-file a {
    font-size: 18px;
}

.product-tabs-main .montaggio-contentbox .product-download-box {
    padding-left: 4.16%;
    padding-right: 8.32%;
    margin-bottom: 26px;
}

.product-tabs-main .montaggio-contentbox {
    margin-top: 85px;
}

.product-tabs-main .montaggio-contentbox .notebox {
    padding-left: 4.16%;
    padding-right: 8.32%;
}

.product-tabs-main .montaggio-contentbox .notebox h5 {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;

}

.product-tabs-main .montaggio-contentbox .notebox p {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 48px;
}

.product-tabs-main .montaggio-contentbox .notebox p strong {
    font-family: var(--urbanist-400);
}

.product-tabs-main .montaggio-contentbox .button-box {
    padding-left: 4.16%;
    padding-right: 8.32%;
}

.product-tabs-main .montaggio-contentbox .button-box a {
    padding-top: 15px;
    padding-bottom: 13px;
    width: 100%;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: block;
    text-align: center;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.product-tabs-main .montaggio-contentbox .button-box a:hover {
    background: var(--hover-color);
    color: var(--white-color);
}

.product-tabs-main .tab-pane:nth-child(3) {
    padding-top: 126px;
    padding-bottom: 134px;
}

.product-tabs-main .consigliati-box {
    padding-left: 5%;
    padding-right: 5%;

}

.product-tabs-main .consigliati-box ul li a {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 269%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.product-tabs-main .consigliati-box ul li a:hover {
    color: var(--hover-color);
}

.informazioni-main {
    padding-top: 66px;
    padding-bottom: 147px;
}

.informazioni-main .informazioni-title {
    text-align: center;
}

.informazioni-main .informazioni-title .icon-box {
    margin-bottom: 63px;
}

.informazioni-main .informazioni-title .icon-box img {
    max-width: 67px;
}

.informazioni-main .informazioni-title h3 {
    color: #737272;
    font-family: var(--urbanist-600);
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 57px;
}

.informazioni-main .informazioni-description {
    margin-bottom: 107px;
}

.informazioni-main .informazioni-description p {
    color: #737272;
    text-align: center;
    font-family: var(--urbanist-300);
    font-size: 25px;
    line-height: 113%;
    margin-bottom: 35px;

}

.informazioni-main .informazioni-description p:last-child {
    margin-bottom: 0;
}

.informazioni-main .button-box a {
    background: var(--banner-gray);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 17px;
    padding-bottom: 17px;
    width: 90%;
    margin: 0px auto;
    display: block;
    text-align: center;
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    max-width: 640px;
}

.informazioni-main .button-box a:hover {
    background: var(--hover-color);
    color: var(--white-color);
}

.prodotti-correlati-main {
    padding-bottom: 122px;
}

.prodotti-correlati-main .title-box h3 {
    color: #737272;
    text-align: center;
    font-family: var(--urbanist-600);
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 78px;
}


.common-single-collection .image-box {
    position: relative;
}

.common-single-collection .image-box .content-box {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.53);
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.common-single-collection .image-box img {
    width: 100%;
    height: 100%;
}

.common-single-collection .image-box .content-box p {
    color: var(--white-color);

    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 16px;

    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.common-single-collection .image-box .content-box h5 {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 20px;


    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
}

.common-single-collection .image-box .content-box h5::before {
    position: absolute;
    top: -17px;
    left: 50%;
    width: 95px;
    height: 1px;
    border: 1px dashed var(--white-color);
    content: '';
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.common-single-collection .image-box .content-box h5 a {
    color: var(--white-color);
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.common-single-collection .image-box .content-box h5 a:hover {
    color: var(--hover-color);
}

.common-single-collection .image-box .content-box .content {
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.common-single-collection .image-box .content-box .content:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

/* ========================================== */
/* product page end here   */
/* ========================================== */

/* ========================================== */
/* category page start from here   */
/* ========================================== */

.category-banner-main .banner-contentbox h2 {

    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
}

.category-banner-main .banner-contentbox h2 span {
    text-transform: capitalize;
    line-height: normal;
}

/* .category-banner-main .col-lg-6:nth-child(1) {
  padding-left: 0;
  padding-right: 0;
} */

.category-banner-main .banner-contentbox h2 span::before {
    top: 23px;
    height: 20px;

}

.category-banner-main .banner-contentbox h2::before {

    max-width: 100%;
}

.category-banner-main .banner-contentbox .titlebox {
    margin-bottom: 34px;
}

.category-banner-main .banner-contentbox {
    padding-top: 56px;
    padding-bottom: 111px;
}

.category-banner-main .category-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 14px;
    column-gap: 15px;
}

/* .category-revers-main .col-lg-6:nth-child(1) {
  padding-left: 0;
} */

.category-revers-main .revers-image-box {
    width: 100%;
    height: 100%;
}

.category-revers-main .revers-image-box img {
    width: 100%;
    height: 100%;
}

.category-revers-main .revers-titlebox {
    padding-top: 71px;
    margin-bottom: 40px;
}

.category-revers-main .revers-titlebox h3 {

    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    padding-bottom: 23px;
    margin-bottom: 0;
    text-align: left;
}


.category-revers-main .revers-titlebox.title-color-white h3 {
    color: var(--white-color);

}

.category-revers-main .revers-titlebox h3 span {
    font-family: var(--urbanist-300);
    text-transform: capitalize;
    position: relative;
}

.category-revers-main .revers-titlebox.title-right h3 {
    text-align: right;
}

.category-revers-main .revers-common-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 20px;
    column-gap: 17px;
    margin-bottom: 56px;
}

line_bar {
    padding: 0px 10px;
}

.category-revers-main .revers-common-grid .revers-single-grid {
    background: #D9D9D9;
    padding: 14px;
    min-height: 261px;
}

.category-revers-main .revers-common-grid .revers-single-grid .revers-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.category-revers-main .revers-common-grid .revers-single-grid .revers-content-box p {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 100%;
    text-transform: lowercase;
}

.category-revers-main .revers-common-grid .revers-single-grid .revers-content-box .title {
    position: absolute;
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    bottom: 0;
}



/* ========================================== */
/* category page end here   */
/* ========================================== */


/* ========================================== */
/* tutti page start from here    */
/* ========================================== */


.tutti-controtelai-main .tutti-image-box {
    height: 100%;
}

.tutti-controtelai-main .tutti-image-box img {
    height: 100%;
    width: 100%;
}

.tutti-controtelai-main .tutti-contentbox {
    padding-top: 99px;
    padding-bottom: 160px;
}

.tutti-controtelai-main .tutti-contentbox h3 {
    border-bottom: 1px solid var(--meroon);
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 7px;
}

.tutti-controtelai-main .tutti-contentbox ul {
    margin-top: 63px;
}

.tutti-controtelai-main .tutti-contentbox ul li a {
    color: #000;
    font-family: var(--urbanist-300);
    font-size: 18px;
    border-bottom: 1px solid transparent;
    line-height: 110%;
    text-transform: uppercase;
    padding-bottom: 10px;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    display: inline-block;
}

.tutti-controtelai-main .tutti-contentbox ul li a.active {
    border-color: #D5D5D5;
}

.tutti-controtelai-main .tutti-contentbox ul li a:hover {
    border-color: #D5D5D5;

}

.tutti-controtelai-main .tutti-contentbox ul li a span {
    font-family: var(--urbanist-600);

}

.tutti-controtelai-main .tutti-contentbox ul li {
    text-align: right;
    flex-basis: 100%;
}

.tutti-controtelai-main .tutti-contentbox ul {
    gap: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.serrature-main {
    background: var(--light-black);

}

.serrature-main .content-box {
    padding-top: 99px;
    padding-bottom: 78px;
}

.serrature-main .content-box h3 {
    border-bottom: 1px solid var(--meroon);
    color: var(--white-color);

    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 7px;
}

.serrature-main .content-box ul {
    padding-top: 154px;
    padding-bottom: 175px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.serrature-main .content-box ul li {
    flex-basis: 100%;
}

.serrature-main .content-box ul li a {
    color: var(--white-color);
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.serrature-main .content-box ul li a:hover {
    color: var(--white-color);
}

.scorpi-btn a {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 18px;
    line-height: 273.682%;
    text-transform: lowercase;
}

.tutti-revers-main {
    padding: 123px 0 104px 0;
    /* background: var(--banner-gray); */

}

.tutti-revers-main .tuttirevers-contentbox h3 {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    margin-bottom: 0;
    padding-bottom: 7px;
}

.tutti-revers-main .tuttirevers-contentbox ul {
    padding-top: 87px;
    padding-bottom: 216px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.tutti-revers-main .tuttirevers-contentbox ul li {
    flex-basis: 100%;
}

.tutti-revers-main .tuttirevers-contentbox ul li a {
    color: #000;
    text-align: right;
    font-family: Open Sans;
    font-size: 18px;

    font-weight: 300;
    line-height: 110%;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.tutti-revers-main .tuttirevers-contentbox .scorpi-btn a {
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-400);
    font-size: 18px;
    line-height: 273.682%;
    text-transform: lowercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.tutti-revers-main .tuttirevers-contentbox .scorpi-btn a svg {
    margin-left: 20px;
    width: 64px;
}

.tutti-revers-main .tuttirevers-contentbox .scorpi-btn a:hover {
    color: var(--hover-color);
}

.tutti-revers-main .tuttirevers-contentbox .scorpi-btn a:hover svg path {
    fill: var(--hover-color);
}

.tutti-revers-main .tuttirevers-contentbox p {
    color: #35363A;
    text-align: justify;
    font-family: var(--urbanist-300);
    font-size: 16px;
    line-height: normal;
    margin-top: 37px;
}

.tutti-revers-main .tuttirevers-contentbox .tutti-download-box {
    padding-top: 294px;
}

.tutti-revers-main .tuttirevers-contentbox .tutti-download-box .download-file .single-file {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    margin-bottom: 14px;
}

.tutti-revers-main .tuttirevers-contentbox .tutti-download-box .download-file .single-file a {
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: 196%;
}

.tutti-revers-main .tuttirevers-contentbox .download-file .single-file a .download-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0px;
}

.tutti-revers-main .tuttirevers-contentbox .download-file .single-file a .download-flex div:nth-child(1) {
    width: calc(100% - 170px);
    display: block;
}

.tutti-revers-main .tuttirevers-contentbox .download-file .single-file a .download-flex div:nth-child(2) {
    width: 90px;
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: 196%;
    display: block;
    text-transform: uppercase;
}

.tutti-revers-main .tuttirevers-contentbox .download-file .single-file a .download-flex div:nth-child(2) span {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: 196%;
    text-transform: lowercase;
}

.tutti-revers-main .tuttirevers-contentbox .download-file .single-file a .download-flex div:nth-child(3) {
    width: 20px;
    text-align: right;
    display: block;
}

.tutti-revers-main .tuttirevers-contentbox .tutti-download-box .download-file .single-file a:hover {
    color: var(--hover-color);
}


/* ========================================== */
/* tutti page ends here    */
/* ========================================== */

/* ========================================== */
/* bottom fix menu start from here    */
/* ========================================== */

.bottomfix-menu-main {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

.bottomfix-menu-main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bottomfix-menu-main ul li {
    flex-basis: 25%;
    text-align: center;
}

.bottomfix-menu-main ul li a {
    color: var(--white-color);
    text-align: center;
    font-family: var(--urbanist-700);
    font-size: 8px;
    line-height: 150%;
    letter-spacing: -0.088px;
    text-transform: uppercase;
    background: var(--light-black);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.bottomfix-menu-main ul li a:hover {
    background: var(--meroon);
    color: var(--white-color);
}

.bottomfix-menu-main ul li a.active {
    background: var(--meroon);
    color: var(--white-color);
}

/* ========================================== */
/* bottom fix menu ends here    */
/* ========================================== */

/* ========================================== */
/* chisiamo page start from here    */
/* ========================================== */

.chisiamo-description-main {
    padding-top: 127px;
    padding-bottom: 115px;
}

.chisiamo-description-main h3 {
    color: var(--black);
    text-align: center;
    font-family: var(--urbanist-600);
    font-size: 20px;
    line-height: normal;
    margin-bottom: 35px;
}

.chisiamo-description-main p {
    margin-bottom: 0;
    color: var(--black);
    text-align: center;
    font-family: var(--urbanist-300);
    font-size: 20px;
    line-height: normal;
}

.chisiamo-counter-main {
    padding-top: 92px;
    padding-bottom: 120px;
    background: var(--meroon);
}

.chisiamo-counter-main .counter-title h3 {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 71px;
}

.chisiamo-counter-main .single-coutnerup {
    text-align: center;
}

.chisiamo-counter-main .single-coutnerup .count-num {
    color: var(--white-color);
    text-align: center;
    font-family: var(--urbanist-300);
    font-size: 60px;
    /* font-size: 18px; */
    line-height: normal;
    margin-bottom: 22px;
}

.chisiamo-counter-main .single-coutnerup h4 {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-700);
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.chisiamo-counter-main .single-coutnerup .counter-text {
    color: var(--white-color);
    font-family: var(--urbanist-300);
    font-size: 20px;
    line-height: normal;
}

.chisiamo-noi-main {
    background: var(--banner-gray);

}

.chisiamo-noi-main .noi-imagebox {
    width: 100%;
    height: 100%;
}

.chisiamo-noi-main .noi-imagebox img {
    width: 100%;
    height: 100%;
}

.chisiamo-noi-main .noi-contentbox {
    padding-top: 153px;

}

.chisiamo-noi-main .noi-contentbox .noi-titlebox {
    text-align: right;
}

.chisiamo-noi-main .noi-contentbox .noi-titlebox {
    margin-bottom: 77px;
}

.chisiamo-noi-main .noi-contentbox .noi-titlebox h3 {
    position: relative;
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 0;
}

.chisiamo-noi-main .noi-contentbox .noi-titlebox h3::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
    height: 1px;
    background: var(--meroon);
    max-width: 97%;
}

.chisiamo-noi-main .noi-contentbox .description {
    padding-left: 8.33333333%;
}

.chisiamo-noi-main .noi-contentbox .description p {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;

}

.breveti-main {
    padding-top: 84px;
    padding-bottom: 49px;
}

.breveti-main .title-box {
    margin-bottom: 79px;
}

.breveti-main .title-box h3 {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    padding-bottom: 24px;
    margin-bottom: 0;
}

.breveti-main .single-brevetti {
    margin-bottom: 50px;
}

.breveti-main .single-brevetti .brevatti-imagebox {
    text-align: center;
}

.breveti-main .single-brevetti .brevetti-desc {
    padding-left: 4%;
}

.breveti-main .single-brevetti .brevetti-desc p {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}

.chisiamo-sostenibilità-main {
    padding-top: 68px;
    padding-bottom: 122px;
    background: var(--light-black);
}

.chisiamo-sostenibilità-main .home-common-title h2 {
    color: var(--white-color);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.6px;
}

.chisiamo-sostenibilità-main .about-protek {
    margin-top: 95px;
}

.chisiamo-sostenibilità-main .about-protek p {
    color: var(--white-color);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: 26px;

}

.storia-main {
    padding-top: 83px;
    padding-bottom: 106px;
    background: var(--banner-gray);

}

.storia-main .title-box {
    margin-bottom: 44px;
}

.storia-main .title-box h3 {
    color: var(--meroon);
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    border-bottom: 6px solid var(--meroon);
    padding-bottom: 30px;
}

.storia-main .year-contents {
    color: var(--light-black);
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 18px;

    font-weight: 400;
    line-height: 26px;
}

.storia-main .year-contents .year {
    color: var(--light-black);
    text-align: center;
    font-family: var(--urbanist-700);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.storia-main .swiper-button-prev:after,
.storia-main .swiper-button-next:after {
    color: var(--meroon);
    font-size: 21px;
}

.storia-main .swiper-button-prev,
.storia-main .swiper-button-next {
    top: 30px;
}

.storia-main .swiper-button-prev {
    left: 0;
}

.storia-main .swiper-button-next {
    right: 0;
}

.storia-main .year-contents .contents {
    color: var(--black);
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: 26px;

}

.chisiamo-certifacate-main {
    padding-top: 104px;
    padding-bottom: 100px;
}

.chisiamo-certifacate-main .certificate-title {
    margin-bottom: 118px;
}

.chisiamo-certifacate-main .certificate-title h3 {
    position: relative;
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 22px;
    margin-bottom: 0;
    text-align: right;
}

.chisiamo-certifacate-main .certificate-title h3::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    content: '';
    height: 1px;
    background: var(--meroon);
    max-width: 97%;
}

.chisiamo-certifacate-main .certificate-desc {
    padding-bottom: 175px;
}

.chisiamo-certifacate-main .certificate-desc p {
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px;

}

.chisiamo-certifacate-main .certificate-desc p:last-child {
    margin-bottom: 0;
}

.chisiamo-certifacate-main .certifca-btn {
    text-align: right;

}

.chisiamo-certifacate-main .certifca-btn a {
    color: var(--black);
    font-family: var(--urbanist-600);
    font-size: 14px;
    line-height: 273.682%;
    text-transform: lowercase;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
}

.chisiamo-certifacate-main .certifca-btn a:hover {
    color: var(--meroon);
}

.chisiamo-certifacate-main .certifca-btn a:hover svg path {
    fill: var(--meroon);
}

.chisiamo-certifacate-main .certifica-iamgebox {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding-top: 137px;
    padding-bottom: 165px;
    margin-top: 60px;
}



.chisiamo-certifacate-main .certifica-iamgebox .certifica-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    row-gap: 55px;
}

.chisiamo-certifacate-main .certifica-iamgebox .single-grid {
    text-align: center;
}

/* ========================================== */
/* chisiamo page ends here    */
/* ========================================== */

/* ========================================== */
/* custom searchbox start from here  */
/* ========================================== */

header .main-header.transparent-header.sticky ul li a.active {
    color: var(--black);
}

header .main-header ul li.searchbox-parent {
    position: static;
}

.custom-searchbox-main {
    position: absolute;
    left: 50%;
    right: 0;
    top: 100%;
    width: calc(100% - 176px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: none;
    background: var(--white-color);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 1px solid #b1b4b7;

}

.custom-searchbox-main .card {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    text-align: left;
}

.custom-searchbox-main .card .card-header {
    background: #fff;
    border-bottom: none;
    padding: 10px 20px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px;
    font-family: var(--urbanist-400);
    position: relative;
}

.custom-searchbox-main .card .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 16px;
    font-family: var(--black);
    border-color: #ececec;
    font-family: var(--urbanist-400);
}

.custom-searchbox-main .card .form-control:focus {
    box-shadow: none;
    outline: none;
}

.custom-searchbox-main .card .form-group {
    position: relative;
}

.search-submit-btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: var(--black);
    background: var(--black);
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 20px;
    font-family: var(--urbanist-400);
    font-size: 16px;
}

.custom-searchbox-main .card .card-header .search-close {
    position: absolute;
    right: 24px;
    background: #fff;
    border: none;
    outline: none;
    box-shadow: none;

}

.custom-searchbox-main .card .card-header .search-close i {
    font-size: 20px;
}

.custom-searchbox-main .card .card-header .search-close:hover {
    color: var(--meroon);
}

/* ========================================== */
/* custom searchbox ends here  */
/* ========================================== */

/* ========================================== */
/*  search result page start from here  */
/* ========================================== */

.search-banner-main h2 {
    margin-bottom: 0;
}

.search-result-main {

    background: var(--light-black);
    padding: 70px 0;
}


.search-result-main .result-title h3 {
    font-family: var(--urbanist-300);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid var(--meroon);
    padding-bottom: 5px;
    margin-bottom: 0;
    text-align: left;
    color: var(--white-color);
}

.search-result-main .result-title {
    margin-bottom: 30px;
}

.search-result-main .search-result-lists ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.search-result-main .search-result-lists ul li {

    color: var(--white-color);

    flex-basis: 100%;

}



.search-result-main .search-result-lists ul li a {
    font-size: 16px;
    color: var(--white-color);
    padding: 5px 20px;
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    display: inline-flex;

}

.search-result-main .search-result-lists ul li a span {
    margin-right: 10px;
}

.search-result-main .search-result-lists ul li:hover a {
    background: var(--banner-gray);
    color: var(--black);
    padding-left: 30px;
}

/* ========================================== */
/*  search result page ends here  */
/* ========================================== */

/* ========================================== */
/*  pagina page starts from here  */
/* ========================================== */

.white-layout-main {
    width: 100%;
    height: 100vh;
    background: var(--white-color);
    padding-top: 170px;
    padding-bottom: 100px;
}

.white-layout-main .white-flex-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-bottom: 95px;
}

.white-layout-main .white-flex-main .horizontal-border {
    width: 2px;
    background: var(--meroon);
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.white-layout-main .white-flex-main .left-box {
    flex-basis: 50%;
    padding-right: 160px;
    text-align: right;
    position: relative;
}

.white-layout-main .white-flex-main .left-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.white-layout-main .white-flex-main .right-box {
    flex-basis: 50%;
    padding-left: 160px;
    position: relative;
}

.white-layout-main .white-flex-main .right-box a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.white-layout-main .white-flex-main .left-box .logo-box {
    margin-bottom: 160px;
    text-align: right;
}

.white-layout-main .white-flex-main .right-box .logo-box {
    margin-bottom: 160px;
}

.white-layout-main .white-flex-main .left-box .logo-box img {
    max-width: 228px;
}

.white-layout-main .white-flex-main .right-box .logo-box img {
    max-width: 228px;
}

.white-layout-main .white-flex-main .content-box h3 {
    color: var(--black);

    font-family: var(--urbanist-400);
    font-size: 40px;
    line-height: normal;
    margin-bottom: 65px;
}

.white-layout-main .white-flex-main .content-box {
    margin-bottom: 135px;
    min-height: 220px;
}

.white-layout-main .white-flex-main .content-box h5 {
    color: #BDBDBB;
    font-family: var(--urbanist-600);
    font-size: 30px;
    line-height: normal;

}

.protek-pensare p {
    color: #C11B27;
    text-align: center;
    font-family: var(--urbanist-600);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

/* ========================================== */
/*  pagina page ends here  */
/* ========================================== */

/* chisiamo breadcrum start from here  */

.home-slider-main {
    position: relative;
}

.home-slider-main .breadcrumb-main {
    position: absolute;
    top: 131px;
    left: 0;
    width: 100%;
    z-index: 9;
    padding: 10px 0;
}

.home-slider-main .breadcrumb-main nav ol li {
    color: var(--white-color);
}

.home-slider-main .breadcrumb-main nav ol li a {
    color: var(--white-color);
    text-transform: uppercase;
}

.home-slider-main .breadcrumb-main nav ol li a:hover {
    color: var(--hover-color);
}

/* chisiamo breadcrum ends here  */


/* extra  */

form.zip_download_form button {
    width: 100%;
    border: none;
}

form.zip_download_form .download-flex {
    display: flex;
    gap: 30px;
    justify-content: end;
    /* justify-content: space-between; */
}

.news-eventi-bg {
    background: var(--light-black);
    padding-bottom: 33px;
}

.news-eventi-bg .breadcrumb-main {
    padding: 33px 0 27px 0;
}

.news-eventi-bg .breadcrumb-main nav ol li a {
    color: var(--white-color);
}

.news-eventi-bg .breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.news-eventi-bg .breadcrumb-main nav ol li.active {
    color: var(--white-color);
}

.all-newslist-main .card-body {
    padding: 52px 43px 43px 43px !important;
    border: 1px solid #FFF;
    background: var(--light-black);
    transition: var(--transition-4-einout);
}

.all-newslist-main .card:hover .card-body {
    background: var(--white-color);
}



.all-newslist-main .card:hover .card-body .news-short-box h4 a {
    color: var(--black);
}

.all-newslist-main .card:hover .card-body .news-short-box h6 {
    color: var(--black);
}

.all-newslist-main .card:hover .card-body .news-short-box p {
    color: var(--black);
}

.newsdetails-main .news-cat {
    color: #F1F0EC;
    font-family: var(--urbanist-400);
    font-size: 14px;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.newsdetails-main .title-box {
    border-top: 1px solid var(--white-color);

}

.newsdetails-main .title-box h4 {
    color: var(--white-color);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 24px;
    margin-bottom: 24px;
}

.newsdetails-main .title-box h6 {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

.newsdetails-main .description-box p {
    color: #FFF;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 20px;
    line-height: normal;
}

/* new home page start from here  */

.bigfoot-main {
    background: var(--banner-gray);
    padding-top: 87px;
    padding-bottom: 44px;
}

.bigfoot-main .new-title-box {
    margin-bottom: 63px;
    text-align: center;
}

.new-title-box h3 {
    text-align: center;
    font-family: var(--urbanist-400);
    /* font-size: 40px; */
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bigfoot-main .new-title-box h3 {
    color: var(--light-black);
}

.new-title-box p {
    text-align: center;
    font-family: var(--urbanist-300);
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.54px;
}

.bigfoot-main .new-title-box p {
    color: #000;
}

.bigfoot-main .bigfoot-image-box {
    position: relative;
    height: 100%;
}

.bigfoot-main .bigfoot-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-4-einout);
}

.bigfoot-main .bigfoot-image-box img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.bigfoot-main .bigfoot-image-box .bigfoot-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-4-einout);
    background: #00000087;
}

.bigfoot-main .bigfoot-image-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bigfoot-main .bigfoot-image-box:hover img.secondary-image {
    opacity: 1;
    visibility: visible;
}

.bigfoot-main .bigfoot-image-box:hover .bigfoot-img-overlay {
    opacity: 1;
    visibility: visible;

}

.bigfoot-main .bigfoot-image-box .title {
    color: #FFF;
    font-family: var(--urbanist-400);
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    z-index: 1;
}

.bigfoot-main .bigfoot-button-prev {
    left: 250px;
}

.bigfoot-main .bigfoot-button-next {
    right: 250px;
}

.bigfoot-main .bigfoot-button-prev,
.bigfoot-main .bigfoot-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transition: var(--transition-4-einout);
    opacity: 0;
    visibility: hidden;
}


.bigfoot-main .swiper:hover .bigfoot-button-prev {
    opacity: 1;
    visibility: visible;
}

.bigfoot-main .swiper:hover .bigfoot-button-next {
    opacity: 1;
    visibility: visible;
}

.bigfoot-main .bigfoot-btn {
    text-align: center;
    margin-top: 44px;
}

.bigfoot-main .bigfoot-btn a {
    padding: 15px 128px 16px 128px;
    color: var(--light-black);
    text-align: center;
    font-family: var(--urbanist-400);
    /* font-size: 14px; */
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid var(--light-black);
}


.innovazione-main {
    background: var(--light-black);
    padding-top: 70px;
    padding-bottom: 41px;
}

.innovazione-main .new-title-box h3 {
    color: var(--white-color);
    margin-bottom: 27px;
}

.innovazione-main .new-title-box p {
    color: var(--white-color);
}

.innovazione-main .new-title-box {
    margin-bottom: 57px;
}

.innovazione-main .innova-imagebox {
    position: relative;
}

.innovazione-main .innova-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innovazione-main .innova-imagebox .innova-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-4-einout);
    background: #00000087;
}

.innovazione-main .innova-imagebox:hover .innova-overlay {
    visibility: visible;
    opacity: 1;
}

.innovazione-main .innova-btnbox {
    text-align: center;
    margin-top: 41px;
}

.innovazione-main .innova-btnbox a {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 519px;
    padding: 15px 0px 16px 0px;
    border: 1px solid #E8E6E1;
    display: inline-block;
}

.le-collozione-main {
    background: #DBD5CD;
    padding-top: 75px;
    padding-bottom: 148px;
}

.le-collozione-main .new-title-box h3 {
    margin-bottom: 20px;
}

.le-collozione-main.bigfoot-main .bigfoot-image-box .title {
    text-transform: uppercase;
}

.impatto-main {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 270px;
    padding-bottom: 240px;
    margin-bottom: 17px;
}

.impatto-main h3 {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    /* font-size: 80px; */
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 16px;
    margin-bottom: 90px;
}

.impatto-main p {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 35px;
}

.impatto-main .impatto-btn {
    margin-top: 60px;
    text-align: center;
}

.impatto-main a {
    width: 519px;
    padding: 15px 0px 16px 0px;
    border: 1px solid #fff;
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;

}

.home-fix-section .fix-image-box {
    position: relative;
}

.home-fix-section .fix-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-fix-section .fix-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000087;
    color: #fff;
    transition: var(--transition-4-einout);
    opacity: 0;
    visibility: hidden;
}

.home-fix-section .fix-image-overlay .content {
    position: absolute;
    bottom: 50px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}

.home-fix-section .fix-image-overlay .content .subtitle {
    text-transform: uppercase;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);

}

.home-fix-section .fix-image-overlay .content .title {
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.home-fix-section .fix-image-box:hover .fix-image-overlay {
    opacity: 1;
    visibility: visible;
}

.cataloghi-main {
    padding-top: 90px;
    padding-bottom: 49px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    min-height: 957px;
    position: relative;
}

@media only screen and (min-width : 1550px) {
    .cataloghi-main {
        min-height: 1200px;
    }
}

.cataloghi-main .cateloghi-btn {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.cataloghi-main .cateloghi-btn a {
    width: 519px;
    padding: 15px 0px 16px 0px;
    border: 1px solid #393B3F;
    color: var(--light-black);
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}

.news-new-main {
    background: var(--light-black);
    padding-top: 88px;
    padding-bottom: 86px;
}

.news-new-main .new-title-box h3 {
    color: var(--white-color);
}

.news-new-main .single-slide {
    border: 1px solid #FFF;
    padding: 52px 43px 43px 43px;
    transition: var(--transition-4-einout);
    min-height: 245px;
}

.news-new-main .single-slide h3 {
    color: var(--white-color);
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.news-new-main .single-slide h5 {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.news-new-main .single-slide p {
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.news-new-main .news-slider-button-prev {
    left: 0;
}

.news-new-main .news-slider-button-next {
    right: 0;
}

.news-new-main .news-slider-button-prev,
.news-new-main .news-slider-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);

}

.news-new-main .single-slide:hover {
    background: var(--white-color);
}

.news-new-main .single-slide:hover h3 {
    color: var(--light-black);
}

.news-new-main .single-slide:hover h5 {
    color: var(--light-black);
}

.news-new-main .single-slide:hover p {
    color: var(--light-black);
}

.news-new-main .news-btn {
    text-align: center;
    margin-top: 106px;
}

.news-new-main .news-btn a {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 519px;
    padding: 15px 0px 16px 0px;
    display: inline-block;
    border: 1px solid var(--white-color);
}

.home-contattaci-main {
    background: var(--meroon);
    padding-top: 75px;
    padding-bottom: 56px;
}

.home-contattaci-main h3 {
    color: var(--white-color);
}

.home-contattaci-main .content {
    text-align: center;
}

.home-contattaci-main .content ul li {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-contattaci-main .content a {
    width: 519px;
    padding: 15px 0px 16px 0px;
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid var(--white-color);
    display: inline-block;
    margin-top: 50px;
}

/* new home page ends here  */

/* new chisiamo page start from here  */
.new-chisiamo-noi {
    background: var(--accordion-head-bg);
    padding-top: 77px;
    padding-bottom: 158px;
}

.new-chisiamo-noi .noi-contentbox,
.new-chisiamo-noi .noi-contentbox p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-300);
    font-size: 16px !important;
    font-size: 17.5px;
    font-weight: 300;
    line-height: 24px !important;
    margin-bottom: 35px;
}


.new-chisiamo-noi .noi-contentbox p strong {
    font-family: var(--urbanist-600);
}

.new-chisiamo-noi .noi-contentbox p br {
    display: none;
}

.new-chisiamo-noi .new-title-box p {
    margin-bottom: 47px;
}

.basso-main {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding-top: 404px;
    padding-bottom: 230px;
}

.basso-main .contents {
    text-align: center;
}

.basso-main .contents h5 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: var(--urbanist-700);
    /* font-size: 18px; */
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 16px;
    margin: 0;
}

.basso-main .contents h3 {
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 16px;
    margin-bottom: 50px;

}

.basso-main .contents p {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: var(--urbanist-400);
    font-size: 20px !important;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
}

.chisiam-location-main {
    background: var(--accordion-head-bg);
    padding-top: 49px;
    padding-bottom: 0;
    margin-bottom: 51px;
}

.chisiam-location-main .new-title-box p:nth-child(3) {
    /* text-align: justify; */
    margin-top: 30px;
    margin-bottom: 30px;
}

.chisiam-location-main .location-imagebox img {
    width: 100%;
    height: 100%;
}


.industry-single-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 960px;
}


.industria-main {
    padding-top: 87px;
    background: var(--white-color);
    padding-bottom: 106px;
}

.industria-main .new-title-box {
    margin-bottom: 80px;
}

.industria-main .content,
.industria-main .content p {
    color: var(--light-black);
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px !important;
    letter-spacing: 0.54px;
    margin-bottom: 20px;
}

.industria-main .content p br {
    display: none;
}


.new-brevati-main {
    padding-top: 106px;
    padding-bottom: 175px;
    background: var(--white-color);
}

.new-brevati-main .new-title-box {
    margin-bottom: 200px;
}

.new-brevati-main .new-title-box h3 {
    margin-bottom: 50px;
}

.new-brevati-main .new-title-box p {
    text-align: justify;
}

.new-brevati-main .braveti-imagebox {
    text-align: center;
}

/* new chisiamo page ends here  */

/* sostenibilita page start from here  */

.ptk-sostenibilita-main {
    padding-top: 90px;
    padding-bottom: 93px;
}

.ptk-sostenibilita-main .new-title-box {
    margin-bottom: 127px;
}

.ptk-sostenibilita-main .content {
    margin-top: 12px;
}

.sostenibilita-packeging-main {
    position: relative;
}

.sostenibilita-packeging-main .contents {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1596px;
}

.sostenibilita-packeging-main .contents h3 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: var(--urbanist-400);
    font-size: 30px;
    font-weight: 400;
    line-height: 125%;
    letter-spacing: 16px;
    text-transform: uppercase;
}

.sostenibilita-packeging-main .contents h3 strong {
    display: block;
    font-family: var(--urbanist-700);
    font-weight: 700;
}

.sostenibilita-ricile {
    padding-top: 227px;
    padding-bottom: 155px;
}

.chisiamo-innovazione-main {
    padding-top: 86px;
    padding-bottom: 117px;
}

.chisiamo-innovazione-main .new-title-box {
    margin-bottom: 50px;
}

.sostenibilita-packeging-main ul {
    text-align: center;
    margin-top: 20px;
}

.sostenibilita-packeging-main ul li {
    margin-bottom: 20px;
}

.sostenibilita-packeging-main ul li {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.sustain-qualita-main {
    padding-top: 107px;
    padding-bottom: 74px;
}

.sustain-qualita-main .new-title-box p {
    margin-bottom: 100px;
}

.sustain-qualita-main .noi-contentbox p br {
    display: unset;
}

.susten-certificazione-main {
    padding-top: 76px;
    padding-bottom: 122px;
}

.susten-certificazione-main .location-imagebox {
    margin-bottom: 59px;
}

.susten-certificazione-main .sustan-certifica-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 75px;
}

.susten-certificazione-main .sustan-certifica-logos .single-logo {
    text-align: center;
}

.susten-certificazione-main .sustan-certifica-logos .single-logo img {
    max-width: 125px;
}

.susten-certificazione-main .content p strong {
    display: block;
    font-family: var(--urbanist-600);
    font-weight: 600;
}

.susten-certificazione-main .new-title-box {
    margin-bottom: 116px;
}

.team-ktm-main {
    padding-top: 59px;
    padding-bottom: 134px;
}

.team-ktm-main .new-title-box h3 {
    margin-bottom: 22px;
}

.team-ktm-main .new-title-box p {
    margin-bottom: 0;
}

/* sostenibilita page ends here  */

/* ricerca page start from here  */

.ricerca-bg-main {
    background: var(--light-black);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding-top: 328px;
    padding-bottom: 328px;
    margin-bottom: 42px;
}

.ricerca-bg-main .chiudi-box {
    text-align: right;
    margin-bottom: 60px;
}

.ricerca-bg-main .chiudi-box a {
    color: #FFF;
    text-align: right;
    font-family: var(--urbanist-500);
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
}

.ricerca-bg-main .chiudi-box a i {
    margin-left: 5px;
}

.ricerca-bg-main .chiudi-box a:hover {
    color: var(--meroon);
}

.ricerca-bg-main .ricerca-contents h5 {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-300);
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 67px;
}

.ricerca-bg-main .ricerca-contents h3 {
    color: #FFF;
    text-align: center;
    font-family: var(--urbanist-300);
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    border-bottom: 1px solid var(--white-color);
    margin-bottom: 0;
    padding-bottom: 10px;
}



/* ricerca page start from here  */

/* big scheda prodotto page start from here  */

.accessori-banner-main.black-bg {
    background: var(--light-black);
}


.accessori-banner-main.snow-bg {
    background: #F1F0EC;
}

.accessori-banner-main .breadcrumb-main {
    padding-top: 43px;
}

.accessori-banner-main.new-prodotto-position .breadcrumb-main nav ol li {

    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
}

.accessori-banner-main.new-prodotto-position.black-bg .breadcrumb-main nav ol li {
    /* color: var(--white-color); */
    color: #65686F;

}

.accessori-banner-main.new-prodotto-position.snow-bg .breadcrumb-main nav ol li {
    color: var(--light-black);

}

.accessori-banner-main.new-prodotto-position .breadcrumb-main nav ol li a {

    text-transform: uppercase;
}

.accessori-banner-main.new-prodotto-position.black-bg .breadcrumb-main nav ol li a {
    /* color: var(--white-color); */
    color: #65686F;

}

.accessori-banner-main.new-prodotto-position.snow-bg .breadcrumb-main nav ol li a {
    color: var(--light-black);

}

.accessori-banner-main.new-prodotto-position.black-bg .breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
    /* color: var(--white-color); */
    color: #65686F;
}

.accessori-banner-main.new-prodotto-position.snow-bg .breadcrumb-main .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light-black);
}

/* .accessori-banner-main.new-prodotto-position.black-bg h1 {
   color: var(--white-color) !important;
} */

.accessori-banner-main.new-prodotto-position.snow-bg h1 {
    color: var(--light-black) !important;
}

/* .accessori-banner-main.new-prodotto-position.black-bg h5 {
   color: var(--white-color) !important;
} */

.accessori-banner-main.new-prodotto-position.snow-bg h5 {
    color: var(--light-black) !important;
}

.accessori-banner-main .position-relative {
    width: 100%;
    height: 776px;
}

.accessori-banner-main .position-relative .positioned-content {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* text-align: right; */
}

.accessori-banner-main.new-prodotto-position.bg-left-side .positioned-content {
    text-align: left;
}

.accessori-banner-main.new-prodotto-position.bg-right-side .positioned-content {
    text-align: right;
}

.accessori-banner-main .position-relative .positioned-content h1 {
    /* color: #fff; */
    /* text-align: right; */
    color: #DBD5CD;
    font-family: var(--urbanist-300);
    /* font-size: 87px; */
    /* font-size: 70px; */
    font-size: 39px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4.35px;
    text-transform: uppercase;
    margin: 0;
}

.accessori-banner-main.new-prodotto-position.bg-left-side .positioned-content h1 {
    text-align: left;
}

.accessori-banner-main.new-prodotto-position.bg-right-side .positioned-content h1 {
    text-align: left;
}

.accessori-banner-main .position-relative .positioned-content h5 {
    /* color: #fff; */
    /* text-align: right; */
    color: #DBD5CD;
    font-family: var(--urbanist-300);
    /* font-size: 30px; */
    font-size: 23px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.accessori-banner-main.new-prodotto-position.bg-left-side .positioned-content h5 {
    text-align: left;
}

.accessori-banner-main.new-prodotto-position.bg-right-side .positioned-content h5 {
    text-align: left;
}

.accessori-banner-main .bottom-ul {
    position: absolute;
    left: 0;
    bottom: 30px;
    max-width: 100%;
}

.accessori-banner-main .bottom-ul ul li a {
    /* color: var(--white-color); */
    color: #65686F;
}

.accessori-banner-main.new-prodotto-position {
    position: relative;
    height: 776px;
}

.accessori-banner-main.new-prodotto-position .banner-image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.accessori-banner-main.new-prodotto-position .banner-image-box {
    height: 100%;
    position: absolute;

    width: 50%;
    padding-left: 17px;
}

.accessori-banner-main.new-prodotto-position.bg-left-side .banner-image-box {
    left: 0;
    padding-left: 0;
}

.accessori-banner-main.new-prodotto-position.bg-right-side .banner-image-box {
    right: 0;
}

.accessori-banner-main.new-prodotto-position .shortdescription {
    position: absolute;
    bottom: 40px;
    left: 34px;
}

.accessori-banner-main.new-prodotto-position .shortdescription p {
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

.scheda-gallary-main {
    margin-bottom: 27px;
}

.scheda-gallary-main .row .col-lg-6,
.scheda-gallary-main .row .col-lg-3 {
    margin-bottom: 27px;
}

.scheda-gallary-main .row .col-lg-6:nth-child(odd) {
    padding-left: 0 !important;
}

.scheda-gallary-main .row .col-lg-6:nth-child(even) {
    padding-right: 0 !important;
}

.scheda-gallary-main .row .col-lg-3:nth-child(5) {
    padding-left: 0 !important;
}

.scheda-gallary-main .row .col-lg-3:nth-child(8) {
    padding-right: 0 !important;
}

.scheda-gallary-main .scheda-gallary-grid .single-box .text-overlay {
    background: linear-gradient(270deg, #393B3F 0%, rgba(57, 59, 63, 0.00) 100%);
    padding: 32px 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: var(--transition-4-einout);
}

.scheda-gallary-main .scheda-gallary-grid .single-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.scheda-gallary-main .scheda-gallary-grid {
    height: 100%;
}

.scheda-gallary-main .scheda-gallary-grid .single-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.scheda-gallary-main .scheda-gallary-grid .single-box .text-overlay p {
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 25px !important;
    font-weight: 400;
    line-height: 32px !important;
    margin-bottom: 0;

}

.scheda-gallary-main .scheda-gallary-grid .single-box:hover .text-overlay {
    transform: translateY(0);
}

.consigliati-main {
    background: var(--light-black);
    padding-top: 85px;
    padding-bottom: 160px;
}

.consigliati-main .new-title-box h3 {
    margin-bottom: 90px;
    color: #FFF;
}


.mfp-image-holder .mfp-content {
    max-width: 600px;
}

.new-product-card {
    height: 100%;
}

.new-product-card .card {
    border-radius: 0;
    border: none;
    height: 100%;
}

.new-product-card .card .newproduct-image-box {
    height: 380px;
    overflow: hidden;
}

.new-product-card .card .newproduct-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-4-einout);
}

.new-product-card .card:hover .newproduct-image-box img {
    transform: scale(1.1);
}

.new-product-card .card .card-body {
    padding: 21px 21px 50px;
    background: #F1F0EC;
    /* height: 100%; */
    position: relative;
}

.new-product-card .card .card-body h3 {
    font-family: var(--urbanist-600);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20 px;
    text-transform: uppercase;
}

.consigliati-main .new-product-card .card .card-body h3 {
    color: #000;

}

.new-product-card .card .card-body h3 a {
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 18px !important;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 23px;
    text-transform: uppercase;
    text-align: left;
}

.new-product-card .card .card-body p {

    font-family: var(--urbanist-400);
    font-size: 14px !important;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: normal;

}

.consigliati-main .new-product-card .card .card-body p {
    color: #000;
}

.new-product-card .card .card-body a {
    color: var(--light-black);
    text-align: right;
    font-family: var(--urbanist-600);
    font-size: 12px !important;
    font-weight: 600;
    line-height: normal;
    text-transform: lowercase;
    width: 100%;
    display: block;
}

.new-product-card .card .card-body>a {
    position: absolute;
    bottom: 21px;
    right: 21px;
    width: auto;
}

.new-product-card .card .card-body a i {
    margin-left: 5px;
}

.material-main {
    padding-top: 87px;
    padding-bottom: 90px;
    background: var(--white-color);
}

.material-main .new-title-box h3 {
    margin-bottom: 73px;
}

.product-tabs-main.material-main ul.nav-tabs li {
    width: 33.33%;
    position: relative;

}

.product-tabs-main.material-main.two-tabs ul.nav-tabs li {
    width: 50% !important;
}

.product-tabs-main.material-main ul.nav-tabs li button {
    width: 100%;
    color: var(--black);
    text-align: justify;
    font-family: var(--urbanist-600);
    /* font-size: 20px; */
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    background: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
    text-align: center;
    margin-bottom: 0;
}

/* .product-tabs-main.material-main ul.nav-tabs {
  border-bottom: 1px solid #000 !important;
} */

.product-tabs-main.material-main ul.nav-tabs {
    max-width: 1596px;
    margin: 0px auto;
}


.product-tabs-main.material-main ul.nav-tabs li button.active {
    position: relative;
    color: var(--meroon);
}

.product-tabs-main.material-main ul.nav-tabs li button.active::after {
    position: absolute;
    content: '';
    bottom: -3px;
    height: 5px;
    background: var(--meroon);
    left: 0;
    width: 100%;
}

.custom-border {
    border-bottom: 1px solid #000 !important;
}

#maniglie-serrature .custom-border {
    border-bottom: none !important;
}

.r-li-border {
    clear: both;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000 !important;
}

.product-tabs-main.material-main .product-download-box {
    margin-bottom: 79px;
}

@media only screen and (max-width : 767px) {
    #maniglie-serrature.product-tabs-main.material-main ul.nav-tabs li {
        border-bottom: 1px solid #000 !important;
    }

    .r-li-border {
        display: none;
    }
}

.product-tabs-main.material-main .tab-pane .col-lg-6:nth-child(4) .product-download-box {
    margin-bottom: 0;
}

.product-tabs-main.material-main .tab-pane .row.custom-row .product-download-box {
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
}

.product-tabs-main.material-main .row.custom-row .product-download-box .download-file .single-file a .download-flex div:nth-child(1) {

    text-align: right;
}

.product-tabs-main .tab-pane .col-lg-6:nth-child(3) .product-download-box .single-file:last-child {
    border: none;
}

.product-tabs-main .tab-pane .col-lg-6:nth-child(4) .product-download-box .single-file:last-child {
    border: none;
}

.product-tabs-main.material-main .row.custom-row .product-download-box .download-file .single-file {
    border-top: 1px solid var(--meroon);
    border-bottom: none;
}

.product-tabs-main.material-main .row.custom-row .product-download-box .download-file .single-file a {
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 18px;

    font-weight: 600;
    line-height: 196%;
    text-transform: uppercase;

}

.product-tabs-main.material-main .tab-pane {
    padding-top: 100px;
    padding-bottom: 0px;
}

.product-tabs-main.material-main .product-download-box .download-file .single-file a {
    text-transform: uppercase;
}

.spagio-main {
    background: var(--light-black);
    padding-top: 144px;
    padding-bottom: 76px;
}

.spagio-main .imagebox {
    text-align: center;
}

.spagio-main .imagebox img {
    max-width: 195px;
    margin-top: 10px;
}

.spagio-main .contentbox h3 {
    color: #fff;
    font-family: var(--urbanist-400);

    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.spagio-main .contentbox p {
    color: #fff;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.spagio-main .contentbox {
    margin-bottom: 75px;
}

.spagio-main a {
    border: 1px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    text-align: center;
    max-width: 640px;
    margin: 0px auto;
}

.scheda-prodotti-cerelatti {
    padding-top: 90px;
    padding-bottom: 110px;
    background: #F1F0EC;
}

.scheda-prodotti-cerelatti .new-title-box h3 {
    margin-bottom: 75px;
}

.scheda-prodotti-cerelatti .new-product-card .card .card-body {
    background: var(--light-black);
    min-height: 167px;
}

.scheda-prodotti-cerelatti .new-product-card .card .card-body h3 a {
    color: var(--white-color);
}

.scheda-prodotti-cerelatti .new-product-card .card .card-body a {
    color: var(--white-color);
}

.scheda-prodotti-cerelatti .new-product-card .card .card-body p {
    color: var(--white-color);
}

.scheda-prodotti-cerelatti .related-slider-button-next,
.scheda-prodotti-cerelatti .related-slider-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
}

.scheda-prodotti-cerelatti .related-slider-button-next {
    right: 10px;
}

.scheda-prodotti-cerelatti .related-slider-button-prev {
    left: 10px;
}

.informa-counselenze-main {
    background: var(--light-black);
    padding-top: 89px;
    padding-bottom: 99px;
}

.informa-counselenze-main .new-title-box h3 {
    color: var(--white-color);
    margin-bottom: 67px;
}

.informa-counselenze-main .new-title-box p {
    color: var(--white-color);
    margin-bottom: 67px;
}

.informa-counselenze-main a {
    border: 1px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    display: block;
    max-width: 640px;
    margin: 0px auto;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: center;
}

/* big scheda prodotto page start from here  */

/* avanzata page start from here  */


.visual-switch-main {
    margin-bottom: 30px;
}

.visual-switch-main .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 20px;
}

.visual-switch-main .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.visual-switch-main .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #737272;
    -webkit-transition: .4s;
    transition: .4s;
}

.visual-switch-main .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.visual-switch-main input:checked+.slider {
    background-color: #737272;
}

.visual-switch-main input:focus+.slider {
    box-shadow: 0 0 1px #737272;
}

.visual-switch-main input:checked+.slider:before {

    transform: translateX(18px);
}

/* Rounded sliders */
.visual-switch-main .slider.round {
    border-radius: 20px;
}

.visual-switch-main .slider.round:before {
    border-radius: 50%;
}

.visual-switch-main .visual-switch-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.visual-switch-main .visual-switch-flex .switch-lebel p {
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.collections-grid-main .newproduct-image-box .second-image {
    display: none;
}

.collections-grid-main .newproduct-image-box.show-secondary .second-image {
    display: block;
}

.collections-grid-main .newproduct-image-box.show-secondary .primary-image {
    display: none;
}

/* avanzata page ends here  */

/* classic scheda progettazione page start  */

.accessori-banner-main .visual-switch-main {
    margin-left: 110px;
}

.accessori-banner-main .visual-switch-main .visual-switch-flex .switch-lebel p {
    color: var(--white-color);
}

.product-tabs-main .consigliati-box h4 {
    color: #000;
    font-family: var(--opensans-700);
    font-size: 18px;

    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pt-113 {
    padding-top: 113px;
}

.pb-150 {
    padding-bottom: 150px;
}

.productcertificate-main.pt-113 .certifca-gifbox {
    margin-bottom: 0;
}

.classic-certifica-main {
    padding-top: 96px;
    padding-bottom: 160px;
}

.classic-certifica-main .new-title-box h3 {
    margin-bottom: 90px;
}

.classic-certifica-main .certifica-grids {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 11.22px;
    align-items: center;
}

.classic-certifica-main .certifica-grids .single-certifica {
    text-align: center;
}

.classic-certifica-main .certifica-grids .single-certifica img {
    max-width: 84px;
    min-height: 84px;
}

.classic-counselenze-main {
    background: var(--banner-gray);
    /* padding-top: 132px; */
    padding-bottom: 132px;
}

.classic-counselenze-main .new-title-box h3 {
    margin-bottom: 35px;
    color: var(--light-black);
}

.classic-counselenze-main .new-title-box p {
    color: var(--light-black);
    margin-bottom: 90px;
}

.classic-counselenze-main a {
    border: 1px solid var(--light-black);
    box-shadow: none !important;
    color: var(--light-black);

}

.related-product-slider-four .new-product-card .card .card-body {
    background: #F1F0EC !important;
    min-height: 190px;
}

.related-product-slider-four .new-product-card .card .card-body h3 a {
    color: var(--light-black);
}

.related-product-slider-four .new-product-card .card .card-body p {
    color: var(--light-black);
}

.related-product-slider-four .new-product-card .card .card-body a {
    color: var(--light-black);
}

/* classic scheda progettazione page ends  */

/* bigfoot page start from here  */
.spagio-main.bg-white .contentbox h3 {
    color: var(--light-black);
}

.spagio-main.bg-white .contentbox p {
    color: var(--light-black);
}

.reverse-common-main {
    padding-top: 98px;
    padding-bottom: 96px;
}

.reverse-common-main .contentbox {
    padding-top: 50px;
    padding-left: 50px;
}

.reverse-common-main .contentbox h5 {

    font-family: var(--urbanist-300);
    font-size: 23px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.reverse-common-main .contentbox h3 {

    font-family: var(--urbanist-400);

    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}

.reverse-common-main .contentbox p {

    font-family: var(--urbanist-300);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.reverse-common-main .col-lg-6:nth-child(1) .contentbox {
    padding-left: 0;
    padding-right: 50px;
}

.reverse-common-main .videobox {
    padding-left: 8%;
    padding-right: 8%;
}

.reverse-common-main .videobox video {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}

.reverse-common-main .videobox iframe {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}

.reverse-common-main.has-video .contentbox {
    /*padding-top: 149px;*/
}

.reverse-common-main.has-video .contentbox h3 {
    margin-bottom: 50px;
}

.interior-main {
    padding-top: 91px;
    padding-bottom: 140px;
}

.interior-main .interior-imagebox {
    margin-bottom: 44px;
}

.interior-main .interior-description p {
    color: #FFF;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 80px;
}

.interior-main .interior-description ul li {
    margin-bottom: 30px;
    color: #FFF;
    font-family: var(--urbanist-300);
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.interior-main .interior-description ul li:last-child {
    margin-bottom: 0;
}

.interior-main .interior-description h5 {
    margin-bottom: 30px;
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
}

.singleproduct-slider-main {
    background: var(--light-black);
}

.singleproduct-slider-main .single-slider-button-next,
.singleproduct-slider-main .single-slider-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
}


.singleproduct-slider-main .single-slider-button-prev {
    left: 10px;
}

.singleproduct-slider-main .single-slider-button-next {
    right: 10px;
}

.singleproduct-slider-main .single-product-image {
    position: relative;
    height: 570px;
    overflow: hidden;
}

.singleproduct-slider-main .single-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.singleproduct-slider-main .single-product-image .product-title {
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
}

.tutte-configurazione-main {
    padding-top: 78px;
    background: var(--light-black);
    padding-bottom: 192px;
}

.tutte-configurazione-main .new-title-box h3 {
    color: var(--white-color);
}

.tutte-configurazione-main .new-title-box p {
    color: var(--white-color);
    margin-bottom: 40px;
}

.tutte-configurazione-main ul li a {
    text-transform: uppercase;
    color: #FFF;
    font-family: var(--urbanist-700);
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
}








.product-tabs-main.material-main .tab-pane .row.custom-row .product-download-box .file-name {
    width: calc(100% - 90px);
}

p.rtle_single_line br {
    display: none;
}

p.bigfod_sdesc br {
    display: none;
}


.related-product-slider-new .new-product-card .card .newproduct-image-box {

    height: 380px;

}

.classic-links ul li a {
    color: var(--light-black);
    font-family: var(--urbanist-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 3.6px;
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    text-align: left;
    border: none;
    transition: var(--transition-4-einout);
}

.classic-links ul li a:hover {
    text-decoration: underline;
}

.classic-links ul li a.active {
    text-decoration: underline;
}

.spagio-main.classic-collections .contentbox {
    margin-bottom: 0;
}

.spagio-main.classic-collections .row {
    align-items: center;
}

.classic-revers-main .contentbox {
    padding-top: 0;
    height: 100%;
    position: relative;
}

.classic-revers-main .contentbox h3 {
    font-size: 71px;
    text-transform: uppercase;
}

.classic-revers-main .contentbox p {
    font-size: 61px;
}

.classic-revers-main .contentbox a.common-classic-link {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 18px;

    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    padding: 14px 80px;
    border: 1px solid var(--light-black);
    position: absolute;
    bottom: 0;

}

.classic-revers-main:nth-child(odd) .contentbox a.common-classic-link {
    left: 50px;

}

.classic-revers-main:nth-child(even) .contentbox a.common-classic-link {
    right: 50px;
}

.classic-singleproduct-slider {
    background: var(--light-black);
    padding-top: 97px;
    padding-bottom: 20px;
}

.classic-portfolio-main {
    background: var(--light-black);
    padding-top: 53px;
    padding-bottom: 57px;
}

.classic-portfolio-main .new-title-box h3 {
    color: var(--white-color);
}

.classic-portfolio-main .new-title-box p {
    color: var(--white-color);
}

h2.classic_cfont {

    letter-spacing: 8px !important;
}

.big_coll_breadcrumb a {
    pointer-events: none !important;
}

.coll_thumb_size img {
    width: 100%;
    object-fit: cover;
}

/* new mega menu start from here  */

.mega-grid-garnd-parents {
    display: grid;
    grid-template-columns: 25% 75%;
    min-height: 100vh;
    max-height: 700px;
    overflow-y: scroll;
}

.mega-grid-garnd-parents .parents:nth-child(1) {
    padding: 33px 38px;
    background: var(--light-black);
}

.mega-grid-garnd-parents .parents:nth-child(2) {

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.mega-grid-garnd-parents .parents .children {
    padding: 33px 32px;
    padding-bottom: 0;
}

.mega-grid-garnd-parents .parents .children:nth-child(odd) {
    background: #E8E6E1;
    color: var(--light-black);
}

.mega-grid-garnd-parents .parents .children:nth-child(even) {
    background: #F1F0EC;
    color: var(--light-black);
}


.mega-grid-garnd-parents .parents .common-titlebox h4 {

    font-family: var(--urbanist-700);
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.mega-grid-garnd-parents .parents .common-titlebox h4 a {
    font-family: var(--urbanist-700);
    font-size: 20px !important;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mega-grid-garnd-parents .parents:nth-child(1) .common-titlebox h4 a {
    color: #F1F0EC !important;
    padding: 0;
    border: none;
}

.mega-grid-garnd-parents .parents:nth-child(1) .common-titlebox .arrow-links a {
    color: #F1F0EC !important;
}

.mega-grid-garnd-parents .parents:nth-child(2) .common-titlebox h4 a {
    padding: 0;
    border: none;
    color: var(--light-black);
}

.mega-grid-garnd-parents .parents .common-titlebox h5 {

    font-family: var(--urbanist-600);
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 18px;

}

.mega-grid-garnd-parents .parents:nth-child(1) .common-titlebox h5 {
    color: #F1F0EC;
}

.mega-grid-garnd-parents .parents .common-titlebox p {
    font-family: var(--urbanist-300);
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.mega-grid-garnd-parents .parents:nth-child(1) .common-titlebox p {
    color: #F1F0EC;
}

.mega-grid-garnd-parents .parents .common-titlebox .arrow-links a {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    border: none;
    padding: 0;
    font-family: var(--urbanist-300);
    font-size: 12px !important;

    font-weight: 300;
    text-transform: unset;
    align-items: center;
}

.mega-grid-garnd-parents .parents .common-titlebox .arrow-links a span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
}

.mega-grid-garnd-parents .parents:nth-child(1) .common-titlebox .arrow-links a span {
    background: rgba(0, 0, 0, 0.53);
}

.mega-grid-garnd-parents .parents:nth-child(2) .common-titlebox .arrow-links a span {
    background: #0000001A
}

.mega-grid-garnd-parents .parents:nth-child(2) .common-titlebox h5 {
    margin-bottom: 10px;
    font-size: 16px;
}

.mega-grid-garnd-parents .parents:nth-child(2) .common-titlebox {
    /* margin-bottom: 15px; */
    margin-bottom: 30px;
}

.mega-grid-garnd-parents .parents:nth-child(2) ul {
    display: block;
}

.mega-grid-garnd-parents .parents:nth-child(2) ul li a {
    color: var(--light-black);
    font-family: var(--urbanist-400);
    font-size: 18px !important;
    font-weight: 400;
    line-height: 32px !important;
    text-transform: unset;
    border: none;
    padding: 0;
}

.mega-grid-garnd-parents .parents:nth-child(2) ul li:hover a {
    color: var(--light-black);
    text-decoration: underline;
}

header .main-header.transparent-header ul li:hover .mega-grid-garnd-parents .parents:nth-child(2) ul li a {
    color: var(--light-black) !important;
}

.mega-grid-garnd-parents .parents:nth-child(2) .common-titlebox .arrow-links a {
    color: var(--light-black);
}

.mega-grid-garnd-parents .parents:nth-child(2) ul {
    margin-bottom: 30px;
}

.mega-grid-garnd-parents .parents:nth-child(1) ul {
    display: block;
}

.mega-grid-garnd-parents .parents:nth-child(1) ul li a {
    color: var(--white-color);
    font-family: var(--urbanist-400);
    font-size: 18px !important;
    font-weight: 400;
    line-height: 32px !important;
    text-transform: capitalize;
    border: none;
    padding: 0;
}

.mega-grid-garnd-parents .parents:nth-child(1) ul li:hover a {
    color: var(--white-color);

}

header .main-header.transparent-header ul li:hover .mega-grid-garnd-parents .parents:nth-child(1) ul li a {
    color: var(--white-color) !important;
}


.mega-grid-garnd-parents .parents:nth-child(1) .configurazione {
    color: var(--white-color);
    font-family: var(--urbanist-600);
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    text-transform: uppercase;
}

.mega-grid-garnd-parents .parents:nth-child(1) .common-titlebox {
    margin-bottom: 50px;
}



/* .mega-grid-garnd-parents::-webkit-scrollbar {
   display: none;
}


.mega-grid-garnd-parents {
   -ms-overflow-style: none;
   scrollbar-width: none;
} */

.mega-grid-garnd-parents .parents:nth-child(2) .common-titlebox .arrow-links {
    margin-top: 6px;
}

/* body.body-no-scroll {
   overflow-y: hidden;
} */

/* new mega menu start from here  */



/* 404 page start from here  */
.error-page-main {
    background: var(--light-black);
    padding-top: 96px;
    padding-bottom: 355px;
    text-align: center;
}



.error-page-main .error-title h3 {
    color: #F1F0EC;
    text-align: center;
    font-family: var(--urbanist-700);
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.error-page-main .contents img {
    max-width: 424px;
}

.error-page-main .contents p {
    color: #F1F0EC;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 60px;
}

/* 404 page ends here  */

.ricerca-bg-main .ricerca-contents input[type="text"] {
    border-radius: 0;
    background: var(--light-black);
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    outline: none;
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
    text-align: center;
}

.ricerca-bg-main .ricerca-contents input[type="text"]:focus {
    border-color: var(--white-color);
}


.ricerca-bg-main .ricerca-contents input[type="text"]::placeholder {
    color: var(--white-color);
}

.ricerca-bg-main .ricerca-contents button {
    color: #FFF;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    border: 1px solid var(--white-color);
    display: block;
    width: 250px;
    margin: 0px auto;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 51px;
    transition: var(--transition-4-einout);
    background: var(--light-black);
}

.ricerca-bg-main .ricerca-contents button:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
}

.ptksearch-result-main .single-result .single-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    transition: var(--transition-4-einout);
}

.ptksearch-result-main .single-result .single-products .imgbox {
    height: 45px;
    width: 45px;
    border: 1px solid #b8b8b8;

}

.ptksearch-result-main .single-result .single-products .imgbox {
    max-width: 100%;
}

.ptksearch-result-main {
    background: #fff;
    padding: 20px;


}

.ptksearch-result-main .single-result .single-products .titlebox p {
    margin-bottom: 0;
    font-size: 16px;
    color: var(--title-color);
}

.ptksearch-result-main .single-result {
    margin-bottom: 15px;
}

.ptksearch-result-main .single-result:last-child {
    margin-bottom: 0;
}

.ptksearch-result-main .single-result a {
    color: var(--title-color);

}

.ptksearch-result-main .single-result a:hover .single-products {
    background: #f7f7f7;
}

footer .wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;

}

/* markup changes start from here  */
.tutte-configurazione-main ul {
    text-align: center;
}

.classic-revers-main .contentbox h3 {

    font-family: var(--urbanist-400);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reverse-common-main .contentbox h3 {
    font-family: var(--urbanist-400);
    font-size: 39px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.reverse-common-main .contentbox p,
.classic-revers-main .contentbox p {
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.reverse-common-main .contentbox h5 {
    font-family: var(--urbanist-400);
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.classic-revers-main .contentbox a.common-classic-link {
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


/* markup changes ends here  */

/* new bigfoot page start from here  */

.all-submenu-main {
    background: #65686F;
    padding-top: 10px;
    padding-bottom: 10px;
}

.all-submenu-main ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 35px;
}

.all-submenu-main ul li a {
    color: #DBD5CD;
    font-family: var(--urbanist-300);
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: normal;
    transition: var(--transition-4-einout);
}

.all-submenu-main ul li a:hover {
    color: var(--white-color);
}

.productcertificate-main .certifica-slider-parent .swiper-slide {
    text-align: center;
}

.productcertificate-main .certifica-slider-parent .swiper-button-next:after,
.productcertificate-main .certifica-slider-parent .swiper-button-prev:after {
    font-size: 25px;
    color: var(--black);
}

.productcertificate-main .certifica-descriptionbox {
    margin-bottom: 150px;
}

.productcertificate-main .guarantee-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.productcertificate-main .guarantee-box p {
    margin-bottom: 0;
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-600);
    font-size: 18px;

    font-weight: 600;
    line-height: 30px;

}

.qualita-tecnica-main {
    padding-top: 37px;
    padding-bottom: 173px;
    background: var(--banner-gray);
}

.qualita-tecnica-main .new-title-box h3 {
    margin-bottom: 75px;
}


.qualita-tecnica-main .qualita-tecnica-description h3 {
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 18px;

    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0;

}

.qualita-tecnica-main .qualita-tecnica-description p {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.qualita-tecnica-main .qualita-download-box p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 44px;

}

.qualita-tecnica-main .qualita-download-box .download-file .single-file {
    border-bottom: 1px solid rgba(0, 0, 0, 0.40);
    margin-bottom: 0px;
}

.qualita-tecnica-main .qualita-download-box .download-file .single-file a {
    transition: var(--transition-4-einout);
    -webkit-transition: var(--transition-4-einout);
    -moz-transition: var(--transition-4-einout);
    -ms-transition: var(--transition-4-einout);
    -o-transition: var(--transition-4-einout);
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.qualita-tecnica-main .qualita-download-box .download-file .single-file a .download-flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    padding-bottom: 0px;
}

.qualita-tecnica-main .qualita-download-box .download-file .single-file a .download-flex div:nth-child(1) {
    width: calc(100% - 120px);
    display: block;
    text-transform: uppercase;
}

.qualita-tecnica-main .qualita-download-box .download-file .single-file a .download-flex div:nth-child(2) {
    width: 90px;
    color: var(--black);
    text-align: right;
    font-family: var(--urbanist-300);
    font-size: 18px;
    line-height: 196%;
    display: block;
    text-transform: uppercase;
}

.qualita-tecnica-main .qualita-download-box .download-file .single-file a .download-flex div:nth-child(2) span {
    color: var(--black);
    font-family: var(--urbanist-300);
    font-size: 14px;
    line-height: 196%;
    text-transform: lowercase;
}

.qualita-tecnica-main .qualita-download-box .download-file .single-file a .download-flex div:nth-child(3) {
    width: 20px;
    text-align: right;
    display: block;
}

.qualita-tecnica-main .qualita-download-box {
    margin-bottom: 30px;
}

.scheda-gallary-main.two-static-gallary {
    margin-bottom: 0;
}

.finiture-tab-main {
    background: #F1F0EC;
    padding-top: 67px;
}

.finiture-tab-main .new-title-box h3 {
    margin-bottom: 30px;
}

.product-tabs-main.finiture-tab-main ul.nav-tabs li button {
    background: #F1F0EC;
}

.product-tabs-main.finiture-tab-main .tab-pane {
    padding-top: 55px;
    padding-bottom: 0px;
}

.product-tabs-main.finiture-tab-main .tab-pane .color-switch-main h4 {
    color: #393B3F;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.product-tabs-main.finiture-tab-main .tab-pane .color-grid-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 19px;
    row-gap: 19px;
    margin-bottom: 80px;
}

.product-tabs-main.finiture-tab-main .tab-pane .color-grid-main .display-color img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-4-einout);
}

.product-tabs-main.finiture-tab-main .tab-pane .color-grid-main .display-color {
    margin-bottom: 15px;
    /* overflow: hidden; */
}

/* .product-tabs-main.finiture-tab-main .tab-pane .color-grid-main .display-color:hover img {
   transform: scale(1.1);
} */

.product-tabs-main.finiture-tab-main .tab-pane .color-grid-main .color-title {
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-tabs-main.finiture-tab-main .tab-pane .icons-grid-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 17px;
    row-gap: 66px;
}

.product-tabs-main.finiture-tab-main .tab-pane .icons-grid-main .single-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    gap: 15px;
}

.product-tabs-main.finiture-tab-main .tab-pane .icons-grid-main .single-icon .icon-box {
    width: 67px;
}

.product-tabs-main.finiture-tab-main .tab-pane .icons-grid-main .single-icon .title-box {
    width: calc(100% - 82px);
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-transform: uppercase;
}

.product-tabs-main.finiture-tab-main .tab-pane .tab-rightbox {
    padding: 0 75px;
    font-size: 14px;
}

.product-tabs-main.finiture-tab-main .tab-pane .tab-rightbox h5 {
    color: #393B3F;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.product-tabs-main.finiture-tab-main .tab-pane .tab-rightbox p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;

    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
}

.product-tabs-main.finiture-tab-main .tab-pane .tab-rightbox ul li {
    list-style-type: disc;
    list-style-position: inside;
    font-family: var(--urbanist-400);
    font-size: 14px;

    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
}

.il-fronte-main {
    padding-top: 112px;
    padding-bottom: 105px;
}

.il-fronte-main .la-fronte-desc p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.il-fronte-main .la-fronte-desc .la-fronte-desc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 95px;
    column-gap: 70px;
}

.il-fronte-main .la-fronte-desc .la-fronte-desc-grid h5 {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}

.il-fronte-main .la-fronte-desc .la-fronte-desc-grid p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}


.product-tabs-main.finiture-tab-main .tab-pane .maiglie-imagebox {
    margin-bottom: 60px;
    height: 400px;
    overflow: hidden;
}

.product-tabs-main.finiture-tab-main .tab-pane .maiglie-imagebox img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}




.product-tabs-main.finiture-tab-main .tab-pane .imagebox {
    margin-bottom: 60px;
}

.product-tabs-main.finiture-tab-main .tab-pane .col-12 h4 {
    color: #393B3F;
    font-family: var(--urbanist-400);
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.product-tabs-main.finiture-tab-main .tab-pane .col-12 p {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 50px;
}

.product-tabs-main.finiture-tab-main .tab-pane .line-box h6 {
    color: #000;
    font-family: var(--urbanist-600);
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.product-tabs-main.finiture-tab-main .tab-pane .line-box p {
    color: #000;
    font-family: var(--urbanist-500);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.54px;
    margin-bottom: 75px;
}

/* new bigfoot page ends here  */

/* new normal page start from here  */

.all-submenu-main.snow-bg {
    background: #E8E6E1;
}

.all-submenu-main.snow-bg ul li a {
    color: #393B3F;
}



.normal-qualita-tecnica {
    padding-top: 95px;
    padding-bottom: 205px;

}

.normal-qualita-tecnica .qualita-download-box {
    bottom: 0;
}

.qualita-tecnica-main .qualita-tecnica-description ul {
    padding-left: 20px;
}

.qualita-tecnica-main .qualita-tecnica-description ul li {
    list-style-type: disc;
    list-style-position: outside;
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.product-tabs-main.snow-bg {
    background: #F1F0EC;
    padding-top: 79px;
    padding-bottom: 88px;
}


.product-tabs-main.snow-bg ul.nav-tabs li button {
    background: #F1F0EC;
}

.new-product-card .card .newproduct-image-box {
    max-height: 380px;
}

.serrature-main {
    background: var(--white-color);
    padding-top: 115px;
    padding-bottom: 110px;
}

.serrature-main .new-title-box h3 {
    margin-bottom: 90px;
    color: var(--title-color);
}

.classic-certificate-main {
    padding-top: 105px;
    padding-bottom: 70px;
}

.normal-qualita-tecnica .new-title-box h3 {
    margin-bottom: 115px;
}

.new-classic-cerelatti {
    padding-top: 85px;
    padding-bottom: 187px;
}

.product-tabs-main.finiture-tab-main .tab-pane .tab-rightbox ul {
    padding-left: 20px;
}

/* new normal page ends here  */


.certifca-gifbox img {
    max-width: 210px;
}

.certifca-gifbox img {
    padding-right: 25px;
}

.certifca-gifbox img:last-child {
    padding-right: 0;
}

.heateor_sss_sharing_container {
    display: none !important;
}

.accessori-banner-main .bottom-ul .heateor_sss_sharing_container {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition-4-einout);
}

.accessori-banner-main .bottom-ul:hover .heateor_sss_sharing_container {
    visibility: visible;
    opacity: 1;
}

.accessori-banner-main .bottom-ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.accessori-banner-main .bottom-ul .heateor_sss_svg {
    width: 26px !important;
    height: 26px !important;
    background-color: transparent !important;

}

.accessori-banner-main .bottom-ul .heateor_sss_svg svg {
    fill: #65686F;

}

.accessori-banner-main .bottom-ul .heateor_sss_svg svg path {
    fill: #65686F;
    stroke: #65686F;
}

div.heateor_sss_follow_ul,
div.heateor_sss_sharing_ul {
    margin: 0 !important;
}

.accessori-banner-main .bottom-ul div.heateor_sss_follow_ul a,
.accessori-banner-main .bottom-ul div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 0;
    margin-top: -1px;
    margin-right: 20px;
}

/* .product-tabs-main.two-tabs {
    display: none;
} */

.normal-qualita-tecnica {
    padding-bottom: 46px !important;
}

/* .qualita-tecnica-main {
    padding-bottom: 0 !important;
} */

@media all and (max-width: 499px) {
    .certifca-gifbox img {
        padding: 0 !important;
        margin: 10px 0px !important;
        max-width: 40%;
    }

    .productcertificate-main .guarantee-box img {
        max-width: 50px;
    }
}


.avanzata-banner-main,
.avanzata-banner-main h2,
.avanzata-banner-main p {
    display: none;
}

/* p,
a {
    font-size: 14px !important;
    line-height: 20px !important;
} */

.storia-main .year-contents .contents.nstria_desc {
    font-size: 14px !important;
    line-height: 22px;
}

.all-newslist-main .card .news-image-box {
    height: 250px;
}

.all-newslist-main .card .news-image-box img {
    height: 100% !important;
    object-fit: cover;
}

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



.avanzata-main .scroll-box::-webkit-scrollbar {
    display: none;

}

.scroll-box {
    scrollbar-width: thin;
    scrollbar-color: #fff #fff;
}

.scroll-box::-webkit-scrollbar {
    width: 12px;

    background-color: #f9f9f9;

}

/* The scrollbar track (background) */
.scroll-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;

    border-radius: 10px;

}

/* The scrollbar thumb (the draggable element) */
.scroll-box::-webkit-scrollbar-thumb {
    background: #888;
    /* Thumb color */
    border-radius: 10px;
    /* Round corners of the thumb */
}

/* The scrollbar thumb when it's active or being dragged */
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker color on hover */
}

.display-color img {
    height: 160px !important;
    object-fit: cover !important;
}

.all-submenu-main.sticky {
    z-index: 9;
    position: fixed;
    left: 0;
    width: 100%;

}

header .main-header ul li.megamenu-parent .megamenu-main {
    width: 101%;
}




/*.news-slider-new .owl-nav {*/
/*	display: none;*/
/*} */



/*tanvir css new 29/05/2024 */

.location-imagebox img {
    height: 466px;
    width: 100%;
    object-fit: cover;
}

.sostenibilita-slider .swiper-button-prev,
.swiper-button-next {
    color: #fff !important;
}

.sostenibilita-slider .swiper .swiper-button-prev {
    left: -50px;
}

.sostenibilita-slider .swiper .swiper-button-next {
    right: -50px;
}

.sostenibilita-slider .swiper:hover .swiper-button-prev {

    left: 30px;

}

.sostenibilita-slider .swiper:hover .swiper-button-next {

    right: 30px;
}


.sostenibilita-slider .swiper-button-prev:after,
.sostenibilita-slider .swiper-button-next:after {
    font-size: 32px;
}












.price-range-slider-2 {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.price-range-slider-2 .range-value {
    margin: 0;
}

.price-range-slider-2 .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0;
}

.price-range-slider-2 .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.price-range-slider .range-bar .ui-slider-range {
    background: #06b9c0;
}

.price-range-slider-2 .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #06b9c0;
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
}

.price-range-slider-2 .range-bar .ui-slider-handle+span {
    background: #06b9c0;
}

.extra_val {
    width: 40%;
    margin-left: 40px;
    margin-right: 40px;
    border: 2px solid #333;
    font-weight: 600;
    font-size: 14px;
}

.extra_val:focus-visible {
    box-shadow: none !important;
    outline: 0;
}



/* version 3 start from here  */

.accessori-banner-main.bigfoot-v3-main .banner-image-box {
    width: 100%;
    padding-left: 0;
}

.accessori-banner-main.bigfoot-v3-main .position-relative {
    z-index: 9;
}

.accessori-banner-main.bigfoot-v3-main .position-relative .positioned-content h1 {

    font-size: 70px;
    letter-spacing: 3.5px;

}

.accessori-banner-main.bigfoot-v3-main .position-relative .positioned-content h5 {

    font-size: 30px;

}

.all-submenu-main {

    margin-bottom: 19px;
}

.scheda-gallary-main.new-scheda-gallary .scheda-gallary-grid .single-box .text-overlay {
    transform: translateY(0) !important;
}

.scheda-gallary-main .scheda-gallary-grid .single-box .text-overlay {
    transform: translateY(0) !important;
}

.qualita-tecnica-main.v3-qualita-tecnica-main {
    background: var(--white-color);
}


.consigliati-main .consigliati-slider-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
    right: 0;
}

.consigliati-main .consigliati-slider-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
}

.new-product-card .card .card-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 40px;
}

.mobile-menu-items ul li.is_bigfoot a {

    background: #393B3F !important;
    color: #fff !important;
    border-color: #fff !important;
}

.mobile-menu-items ul li.selected.is_bigfoot>ul li.selected a {
    background: #393B3F !important;
    color: #fff !important;
    border-bottom-color: #fff !important;
}


.accessori-banner-main.new-prodotto-position.black-bg .breadcrumb-main nav ol.white-breadcrumb li a {
    color: var(--white-color) !important;

}

.accessori-banner-main.new-prodotto-position.black-bg .breadcrumb-main ol.white-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color) !important;
}

.accessori-banner-main.new-prodotto-position.black-bg .breadcrumb-main nav ol.white-breadcrumb li {
    color: var(--white-color) !important;
}

.accessori-banner-main .bottom-ul.text-white ul li a {
    color: var(--white-color);

}

.accessori-banner-main .bottom-ul.text-white .heateor_sss_svg svg {
    fill: var(--white-color);
}


.accessori-banner-main .bottom-ul.text-white .heateor_sss_svg svg path {
    fill: var(--white-color);
    stroke: var(--white-color);
}


.accessori-banner-main.new-prodotto-position.normal-product::before {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -7.76%, rgba(0, 0, 0, 0.70) 44.84%, rgba(0, 0, 0, 0.00) 92.24%);*/
    background: rgba(0, 0, 0, 0.25);
    content: '';
    z-index: 1;
    left: 0;
    top: 0px;
}

.accessori-banner-main.new-prodotto-position.bigfoot-product::before {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -7.76%, rgba(0, 0, 0, 0.70) 44.84%, rgba(0, 0, 0, 0.00) 92.24%);*/
    background: rgba(0, 0, 0, 0.25);
    content: '';
    z-index: 1;
    left: 0;
    top: 0px;
}

/* version 3 ends here  */

.custom-border {
    margin: 20px 0px 15px;
}


.file_size_box {
    display: flex !important;
}

.file_size_box .file-type span:first-child {
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.file_size_box .file-type {
    padding-right: 5px;
}



.normal_product_maniglie .normal-product-maniglie-button-prev,
.normal_product_maniglie .normal-product-maniglie-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
}

.normal_product_maniglie .normal-product-maniglie-button-prev {
    left: 0;
}

.normal_product_maniglie .normal-product-maniglie-button-next {
    right: 0;
}

.normal_product_access .normal-product-access-button-prev,
.normal_product_access .normal-product-access-button-next {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.53);
    border-radius: 50%;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 20px;
    transform: translateY(-50%);
}

.normal_product_access .normal-product-access-button-prev {
    left: 0;
}

.normal_product_access .normal-product-access-button-next {
    right: 0;
}

.new-product-card .card .card-body {

    min-height: 180px;
}


.logged_padding header .main-header {

    top: 32px !important;

}

.product-download-box .file-name {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:nth-child(1) {
    display: none !important;
}

#select2-area_download_caategories-results .select2-results__option:nth-child(1) {
    display: none !important;
}

#area_download_sub_category .select2-results__option:nth-child(1) {
    display: none !important;
}

#select2-area_download_sub_category-results .select2-results__options:nth-child(1) {
    display: none !important;
}

#select2-area_download_products-results .select2-results__option:nth-child(1) {
    display: none !important;
}

#select2-area_download_sub_category-results .select2-results__option:nth-child(1) {
    display: none !important;
}

form.zip_download_form button {
    background: transparent;
}

@media all and (max-width: 800px) {
    .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
        display: none !important;
    }
}


.product-tabs-main.material-main .tab-pane .row.custom-row.custom-row-new .product-download-box {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-family: var(--urbanist-600);
}

.home-slider-main .swiper-slide .slider-cotentbox h2 {}

.home-slider-main .swiper-slide .slider-cotentbox h2 span {
    color: #C11B27;
    font-size: 130px;
    line-height: 0;
}

.accessori-banner-main.new-prodotto-position.bg-right-side .positioned-content p {
    color: #000;
    text-align: justify;
    font-family: var(--urbanist-400);
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: unset !important;
}

.product-tabs-main.material-main.two-tabs.file_url_download_btn .tab-pane .row.custom-row .product-download-box {

    padding-left: 0 !important;
    padding-right: 0 !important;
}



@media all and (max-width: 767px) {
    .left_protek_img {
        margin-bottom: 30px;
    }
}


#FloatingContact {
    bottom: 80px;
}

.new-product-card .card .newproduct-image-box {
    background: #fff !important;
}

.new-brevati-main .new-title-box {
    margin-bottom: 80px;
}

.new-brevati-main .left_protek_img {
    margin-bottom: 50px;
}


.mobile-menu-items ul li a span.arrow_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}




/*all gap similar start from here */



.industria-main.ptk-sostenibilita-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.industria-main.ptk-sostenibilita-main .new-title-box p {
    margin-bottom: 0;
}

.industria-main.ptk-sostenibilita-main .new-title-box h3 {
    margin-bottom: 20px;
}

.industria-main.ptk-sostenibilita-main .new-title-box {
    margin-bottom: 40px;
}

.new-chisiamo-noi.sostenibilita-ricile {
    padding: 50px 0;
}

.new-chisiamo-noi.sostenibilita-ricile .new-title-box p {
    margin-bottom: 0px;
}

.new-chisiamo-noi.sostenibilita-ricile .new-title-box {
    margin-bottom: 40px;
}

.new-chisiamo-noi.sustain-qualita-main {
    padding: 50px 0;
}

.new-chisiamo-noi.sustain-qualita-main .new-title-box {
    margin-bottom: 40px;
}

.new-chisiamo-noi.sustain-qualita-main .new-title-box p {
    margin-bottom: 0;
}

.new-chisiamo-noi.sustain-qualita-main .new-title-box h3 {
    margin-bottom: 20px;
}

.industria-main.susten-certificazione-main {
    padding: 50px 0;

}

.industria-main.susten-certificazione-main h3 {
    margin-bottom: 20px;
}

.industria-main.susten-certificazione-main p {
    margin: 0;
}

.industria-main.susten-certificazione-main .new-title-box {
    margin-bottom: 40px;
}

.new-chisiamo-noi.sustain-qualita-main .location-imagebox {
    margin-bottom: 40px;
}

.new-chisiamo-noi.sustain-qualita-main .location-imagebox {
    margin-bottom: 0;
}

.sec_gapping section.industria-main.susten-certificazione-main {
    padding-top: 0px;
}

.team-ktm-main {
    padding: 50px 0;
}

.susten-certificazione-main .location-imagebox {
    margin-bottom: 0px !important;
}

header .main-header ul li:nth-last-child(-n+3) ul.sub-menu {
    left: 0;

}

header .main-header ul li.trp-language-switcher-container a:hover {
    border: none !important;
}









ul.sub-menu li a {
    text-transform: uppercase !important;
}

/*all gap similar ends here */

.area-filter-main .goto-cataloghi {
    margin-top: 10px;
}

.area-filter-main .goto-cataloghi a {
    color: var(--black);
    font-family: var(--urbanist-400);
    transition: var(--transition-4-einout);
}

.area-filter-main .goto-cataloghi a:hover {
    color: var(--meroon);
}

form.zip_download_form button {
    color: var(--black) !important;
}




header .main-header.sticky .trp-language-switcher:hover .trp-ls-shortcode-language {
    background: #fff !important;

}

.trp-language-switcher>div>a {

    padding-left: 10px !important;
}

header .main-header.sticky ul li ul.sub-menu li a:hover {
    color: var(--black);
}

.trp-language-switcher.trp-language-switcher-container {

    z-index: 9;
}


.newcateloghi-main {
    padding-top: 21px;
    padding-bottom: 85px;
}

.newcateloghi-main .newcateloghi-titlebox h5 {
    color: var(--black);
    font-family: var(--urbanist-500);
    font-size: 19px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.newcateloghi-main .image-preview-box {
    /*height: 450px; */
    background: #D9D9D9;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    /*padding: 25px 17px;*/
    margin-bottom: 16px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    aspect-ratio: 25 / 35;
}

.newcateloghi-main .image-preview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newcateloghi-main .image-preview-box a {
    position: absolute;
    inset: 0;
}

.newcateloghi-main .image-preview-box .inner-text {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.6px;
}



.newcateloghi-main .newcateloghi-lists ul li a {
    color: #000;
    font-family: var(--urbanist-400);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    transition: var(--transition-4-einout);
    display: block;
}

.newcateloghi-main .newcateloghi-lists ul li {
    border-bottom: 1px solid #CDCCC9;
    margin-bottom: 8px;
    transition: var(--transition-4-einout);
}

.newcateloghi-main .newcateloghi-lists ul li:hover a {
    color: var(--meroon);
}

.newcateloghi-main .newcateloghi-lists ul li:hover {
    border-color: var(--meroon);
}

.newcateloghi-main .newcateloghi-lists {
    margin-bottom: 72px;
}


.newcateloghi-main .cataloghi-border {
    position: relative;
}


.newcateloghi-main .cataloghi-border::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--meroon);
    content: '';
}


header .main-header ul li:hover>ul.sub-menu {

    z-index: 99;
}


header .main-header ul li:hover>ul.sub-menu {
    background: var(--white-color);
    padding: 10px 15px;
    box-shadow: 0px 0px 60px 0px #0000000d;
    z-index: 99;

}

header .main-header ul li:hover>ul.sub-menu li a {
    color: var(--black);
}











.accessori_bgc_class:nth-child(odd) {
    background-color: #fff;
    padding: 20px 0px !important;
    position: relative;
}

.accessori_bgc_class:nth-child(even) {
    background-color: #f1f0ec;
    padding: 20px 0px;
    position: relative;
}


.accessori_bgc_class:nth-child(even):after {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 100%;
    background: #f1f0ec;
    top: 0;
}

.accessori_bgc_class:nth-child(even):before {
    content: "";
    display: block;
    clear: both;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f1f0ec;
    top: 0;
}

/*section#area_download_section .container:nth-child(odd) {*/
/*    background-color: #f1f0ec;*/
/*}*/

/*section#area_download_section .container:nth-child(even) {*/
/*    background-color: #f1f0ec;*/
/*}*/

/*.blue_bgc_con,*/
/*.red_bgc_con{*/
/*    position: relative;*/
/*}*/

/*.blue_bgc_con:before {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*    position: absolute;*/
/*    right: 100%;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #f1f0ec;*/
/*    top: 0;*/
/*}*/

/*.blue_bgc_con:after {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #f1f0ec;*/
/*    top: 0;*/
/*}*/


/*.red_bgc_con:after {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*    position: absolute;*/
/*    left: 100%;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #f1f0ec;*/
/*    top: 0;*/
/*}*/

/*.red_bgc_con:before {*/
/*    content: "";*/
/*    display: block;*/
/*    clear: both;*/
/*    position: absolute;*/
/*    right: 100%;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: #f1f0ec;*/
/*    top: 0;*/
/*}*/


/*.red-bg {*/
/*    background-color: red;*/
/*}*/

/*.blue-bg {*/
/*    background-color: blue;*/
/*}*/

/*.orange-bg {*/
/*    background-color: orange;*/
/*}*/




li.is_bigfoot {
    position: relative;
}

li.is_bigfoot a.vdi_collection {
    position: absolute !important;
    top: 35px !important;
    font-size: 10px !important;
    padding: 0 30px 0 30px !important;
    left: 0;
    display: table !important;
}

/*li.is_bigfoot  a:nth-child(1) {*/
/*    padding-bottom: 25px !important;*/
/*}*/


li.main_term_pos {
    position: relative;
}

li.main_term_pos a.vdi_collection {
    position: absolute !important;
    left: 0 !important;
    top: 32px !important;
    font-size: 10px !important;
    border-bottom: none;
    padding: 0px 30px;
}


/*li.main_term_pos a:nth-child(1) {*/
/*    padding-bottom: 26px;*/
/*}*/

li.main_term_pos.selected>a:last-child,
li.main_term_pos a:last-child {
    border: none !important;
}

li.breadcrumb-item {
    text-transform: uppercase;
}

li.breadcrumb-item a {
    text-transform: uppercase !important;
}

section.industria-main.ptk-sostenibilita-main .content.reveal br {
    display: block;
}
section.new-chisiamo-noi.sostenibilita-ricile .noi-contentbox.reveal br {
    display: block;
}




