@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-Thin.woff2") format("woff2"), url("../webfonts/Gotham-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham Ultra";
    src: url("../webfonts/Gotham-Ultra.woff2") format("woff2"), url("../webfonts/Gotham-Ultra.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-XLight.woff2") format("woff2"), url("../webfonts/Gotham-XLight.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-Bold.woff2") format("woff2"), url("../webfonts/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-Black.woff2") format("woff2"), url("../webfonts/Gotham-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-Book.woff2") format("woff2"), url("../webfonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-Light.woff2") format("woff2"), url("../webfonts/Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../webfonts/Gotham-Medium.woff2") format("woff2"), url("../webfonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-family: "Gotham";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

p {
    font-family: "Source Sans Pro", sans-serif;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1150px;
}

.main-wrpper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* **** Header **** */

header {
    background: #fff;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand span {
    display: block;
    font-weight: 500;
    font-size: 11px;
    color: #76777B;
    text-align: center;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar-light .navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-nav li {
    margin-right: 30px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #021119;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-light .navbar-nav .nav-link.order-btn {
    background: #2f74f7;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
}

.navbar .navbar-nav li .nav-link.active {
    color: #cf102d;
}

.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover {
    color: #CF102D;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: #CF102D;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #CF102D;
}

.navbar .navbar-nav>li>a.order-btn:hover {
    background-color: #333;
    color: #fff;
}


/* **** toggler **** */

.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 50px;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #CF102D;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #CF102D;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


/* **** End toggler **** */

.top_header ul li {
    display: inline-block;
    padding: 0 8px;
}

.top_header ul li:first-child {
    padding-left: 0;
}

.top_header ul li:last-child {
    padding-right: 0;
}

.top_header ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-content: center;
    justify-content: flex-end;
}

.top_header ul li a {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #021119;
    text-decoration: none;
}

.top_header ul li a:hover {
    color: #0071f1;
}

.top_header ul li select {
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #021119;
}

.right_header {
    display: flex;
    position: relative;
}

.right_header a {
    text-decoration: none;
    font-family: "GothamBold";
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #082f45;
}

.right_header a:hover {
    color: #0071f1;
}

.right_header .login {
    display: flex;
    align-items: center;
    margin-right: 31px;
}

.search_bar .search {
    background-color: #f2f2f5;
    border: none;
    padding: 8px 10px;
    margin-right: 5px;
}

.search_bar input {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #082f45;
    display: none;
    outline: none;
    box-shadow: none;
}

.search_bar a {
    display: block;
}

.search_bar.show .search {
    display: block;
    position: absolute;
    right: 21px;
    top: -7px;
}

.mobile-search_bar {
    display: none;
}


/* **** End Header **** */

.btn-main {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.btn-main img {
    max-width: 100%;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: brightness(0) invert(1);
}

.btn-main:hover {
    color: #cf102d;
    text-decoration: underline;
}

.btn-main:hover img {
    filter: unset;
}

.btn-main2 {
    font-size: 14px;
    font-weight: bold;
    color: #cf102d;
    display: flex;
    align-items: center;
    text-decoration: underline;
}

.btn-main2 img {
    max-width: 100%;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.btn-main2:hover {
    color: #000;
    text-decoration: underline;
}

.btn-main2:hover img {
    filter: brightness(0.5) invert(0.0);
}


/* **** Hero **** */

.hero-wrp {
    background-image: url(../images/hero@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    margin: 0 0 140px;
}

.hero-block {
    border: 10px solid #ffffff;
    padding: 35px 25px 100px;
    width: 400px;
    max-width: 100%;
    position: relative;
    margin: 0 0 275px;
}

.hero-block:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 95px;
    background: #fff;
    left: 40px;
    bottom: -55px;
}

.hero-block h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    margin: 0 0 30px;
}

.hero-block p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
}

.hero-info-box {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    display: table;
}

.hero-info-box h3 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.hero-info-box h2 {
    font-size: 43px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: -0.8px;
}

.hero-info-box h2 span {
    font-weight: 200;
}

.hero-info-box p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.hero-info-box2 {
    margin: -80px 0 0;
}

.hero-info-box2 .btn-main {
    margin: 30px 0 0;
}


/* **** End Hero **** */

.titlebar h3 {
    font-size: 13px;
    color: #021119;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.titlebar h2 {
    font-size: 43px;
    font-weight: 900;
    color: #cf102d;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.titlebar h2 span {
    font-weight: 200;
    color: #021119;
}

.titlebar p {
    font-weight: 400;
    color: #021119;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}


/* **** experience **** */

.experience-wrp {
    overflow: hidden;
}

.experience-wrp .titlebar {
    margin: 0 0 90px;
}

.experience-wrp .slick-slide {
    margin: 0 14px;
}

.experience-wrp .slick-list {
    margin: 0 -14px;
}

.experience-wrp .slider-box a {
    display: block;
    background: #f2f2f5;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.experience-wrp .slider-box a:hover {
    background: #dddde5;
}

.experience-wrp .slider-box img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.experience-wrp .slider-box .box-dt {
    padding: 24px;
}

.experience-wrp .slider-box .box-dt h2 {
    font-size: 20px;
    color: #021119;
    font-weight: 500;
    padding: 0 0 10px;
    position: relative;
    margin: 0 0 20px;
}

.experience-wrp .slider-box .box-dt h2:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #cf102d;
    left: 0;
    bottom: 0;
}

.experience-wrp .slider-box .box-dt p {
    font-size: 16px;
    line-height: 24px;
    color: #021119;
    font-weight: 400;
    margin: 0;
}

.experience-wrp .slick-dots {
    display: flex;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    border-radius: 20px;
    overflow: hidden;
}

.experience-wrp .slick-dots li {
    width: 20%;
    line-height: 0;
}

.experience-wrp .slick-dots li button {
    height: 4px;
    font-size: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 0;
    background: #dddde5;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.experience-wrp .slick-dots li.slick-active button {
    background: #cf102d;
}


/* **** End experience **** */


/* **** sustainability **** */

.sustainability-wrp {
    background-image: url(../images/hero@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0;
    margin: 140px 0;
}

.sustainability-wrp .hero-info-box {
    margin: 0;
    width: 440px;
}


/* **** End sustainability **** */


/* **** masterpieces **** */

.masterpieces-wrp {
    position: relative;
    padding: 100px 0 0;
}

.masterpieces-wrp .masterpieces-block {
    padding: 90px 0 90px;
    background: #f2f2f5;
    position: relative;
    margin: 120px 0;
}

.masterpieces-wrp .masterpieces-block:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    left: -50%;
    background: #f2f2f5;
}

.masterpieces-wrp .masterpieces-block:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 0%;
    right: 0;
    background: #fff;
}

.masterpieces-wrp .left-top-img img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: 8;
}

.masterpieces-wrp .masterpieces-block .titlebar {
    width: 460px;
    margin-left: auto;
    margin-right: 0;
    display: table;
    position: relative;
}

.masterpieces-wrp .masterpieces-block .titlebar h3 {
    text-align: left;
}

.masterpieces-wrp .masterpieces-block .titlebar h2 {
    text-align: left;
    margin: 0 0 5px;
}

.masterpieces-wrp .masterpieces-block .titlebar p {
    margin: 0 20px 20px 0;
}

.masterpieces-wrp .masterpieces-block .titlebar p:last-child {
    margin: 0;
}


/* **** End masterpieces **** */


/* **** Source **** */

.source-wrp {
    background: #f2f2f5;
    padding: 80px 0;
}

.source-wrp .source-img img {
    max-width: 100%;
    margin-left: auto;
}

.source-wrp .row {
    display: flex;
    align-items: center;
}

.source-wrp .titlebar h3 {
    text-align: left;
}

.source-wrp .titlebar h2 {
    text-align: left;
    margin: 0 0 30px;
}

.source-wrp .titlebar p {
    margin: 0 0 30px;
}

.source-wrp .titlebar a {
    margin: 0 0 10px;
}

.source-wrp .titlebar a img {
    margin-left: 10px;
}


/* **** End Source **** */


/* **** flows-slider **** */

.flows-wrp {
    padding: 140px 0;
}

.flows-wrp .slick-slide {
    margin: 0 14px;
}

.flows-wrp .slick-list {
    margin: 0 -14px;
}

.flows-wrp .titlebar h3 {
    text-align: left;
    margin: 0 0 10px;
}

.flows-wrp .titlebar h2 {
    text-align: left;
    margin: 0 0 30px;
}

.news_block a {
    display: block;
    background: #f2f2f5;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
}

.news_block a:hover {
    background: #dddde5;
}

.news_block img {
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.news_block .news_content {
    padding: 24px 24px 50px;
}

.news_block .news_content h6 {
    font-size: 12px;
    font-weight: bold;
    color: #021119;
    text-transform: uppercase;
    margin: 0 0 12px;
    opacity: 0.6;
}

.news_block .news_content p {
    font-size: 16px;
    line-height: 24px;
    color: #021119;
    font-weight: 400;
    margin: 0;
}

.news_block .corporate {
    padding: 3px 7px;
    border-radius: 5px 0px 5px 0px;
    -webkit-border-radius: 5px 0px 5px 0px;
    -moz-border-radius: 5px 0px 5px 0px;
    -ms-border-radius: 5px 0px 5px 0px;
    -o-border-radius: 5px 0px 5px 0px;
    position: absolute;
    top: 0;
    left: 0;
}

.news_block .corporate p {
    font-size: 8px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
}

.news_block a:hover {
    background: ;
}


/* **** ENd flows-slider **** */


/* =========== Footer Start =========== */

footer {
    background: #f2f2f5;
}

.top_footer .footer_logo a {
    display: block;
    margin-bottom: 11px;
}

.top_footer .footer_logo p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #082f45;
    opacity: 0.5;
    margin-bottom: 0;
}

.top_footer .footer_links ul {
    padding-left: 0;
    margin-bottom: 0;
}

.top_footer .footer_links ul li {
    list-style-type: none;
    margin: 0 0 10px;
}

.top_footer .footer_links ul li:last-child {
    margin: 0;
}

.top_footer .footer_links ul li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    color: #021119;
    text-decoration: none;
}

.top_footer .footer_links ul li a:hover,
.top_footer .footer_links ul li a:focus,
.top_footer .footer_links ul li a.active {
    color: #cf102d;
}

.social_media p {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 12px;
}

.social_media ul {
    padding-left: 0;
    margin-bottom: 0;
}

.social_media ul li {
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.social_media ul li:last-child {
    padding-right: 0;
}

.social_media ul li a {
    text-decoration: none;
    color: #082f45;
    font-size: 20px;
}

.social_media ul li a:hover {
    color: #cf102d;
}

.bottom_footer .copyright p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #082f45;
    margin-bottom: 0;
}

.bottom_footer .copyright p a {
    color: #cf102d;
    text-decoration: underline;
}

.bottom_footer .copyright p a:hover,
.bottom_footer .copyright p a:focus,
.bottom_footer .copyright p a.active {
    color: #000;
}

.top_footer {
    padding: 50px 0 45.5px;
}

.bottom_footer {
    padding: 24.5px 0 26px;
    border-top: 1px solid #fff;
}


/* =========== Footer End =========== */


/* **** Inner Banner **** */

.inner-banner {
    background-image: url(../images/inner-banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 300px;
}

.braidcrumb ul {
    display: flex;
    align-items: center;
    margin: 0 0 50px;
    padding: 0;
}

.braidcrumb ul li {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
    letter-spacing: 0.1em;
    color: #ffffff;
    list-style: none;
    margin-right: 10px;
}

.braidcrumb ul li a {
    color: #ffffff;
    text-decoration: none;
}


.braidcrumb ul li:last-child {
    margin: 0;
}

.inner-banner .banner-details {
    width: 435px;
    max-width: 100%;
}

.inner-banner .banner-details h3 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.inner-banner .banner-details h2 {
    font-size: 43px;
    line-height: 45px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px;
    letter-spacing: -0.8px;
}


.inner-banner .banner-details h2 span {
    font-weight: 200;
}

.inner-banner .banner-details p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin: 0 0 30px;
}


body.term-latte .inner-banner .banner-details h2  {color:#000 !important;}
body.term-latte .inner-banner .banner-details h3 {color:#000 !important;}
body.term-latte .inner-banner .banner-details p {color:#000 !important;}
body.term-latte .btn-main {color:#000 !important;}
body.term-latte .braidcrumb ul li a {color:#000 !important;}
body.term-latte .braidcrumb ul li {color:#000 !important;}
body.term-latte .dispensers-wrpper .titlebar h2 {color:#000 !important;}
body.term-latte .dispensers-wrpper .titlebar h2 span {color:#000 !important;}

/* **** End Inner Banner **** */


/* **** Prd **** */

.prd-wrpper {
    padding: 100px 0;
}

.prd-title h2 {
    border-bottom: 1px solid #f2f2f5;
    font-size: 26px;
    font-weight: 500;
    color: #082f45;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.prd-title h2 {
    display: flex;
    align-items: center;
}

.prd-title h2 a {
    margin-left: auto;
    margin-right: 0;
}

.dropdown-block ul {
    padding: 0;
    margin: 0 0 90px;
}

.dropdown-block ul li.dropdown {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

.dropdown-block ul li.dropdown:last-child {
    margin: 0;
}

.dropdown-block ul li.dropdown .dropdown-toggle {
    font-size: 16px;
    color: #13334a;
    font-weight: 600;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    padding: 4px 51px 6px 15px;
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    width: 140px;
}

.dropdown-block ul li.dropdown .dropdown-toggle:after {
    display: none;
}

.dropdown-block ul li.dropdown .dropdown-toggle i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.dropdown-block ul li.dropdown .dropdown-menu {
    padding: 0;
    border-radius: 5px;
    border: none;
    width: 300px;
    max-width: 300px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
    position: relative;
    margin-top: 10px !important;
}

.form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #13334a;
    margin: 0 0 15px;
    padding: 0;
    display: block;
}

.form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #d3d3dc;
    border-radius: 2px;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    vertical-align: middle;
    cursor: pointer;
}

.form-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 5px;
    height: 11px;
    border: solid #cf102d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.interest-title h2 {
    font-size: 26px;
    font-weight: 500;
    color: #082f45;
    margin: 0;
    display: flex;
    align-items: center;
}

.interest-title h2 a {
    margin-left: auto;
    font-family: "GothamBold";
    text-decoration: underline;
    font-size: 15px;
    color: #0071f1;
}

.interest-prd-box a {
    display: block;
    text-decoration: none;
}

.interest-prd-box {
    padding: 0 0 20px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.interest-prd-box:hover {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.interest-prd-box img {
    max-width: 100%;
    margin: 0 auto 22px;
    display: table;
}

.interest-prd-box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #082f45;
    margin: 0;
    line-height: 24px;
    text-align: center;
}

.interest-prd-box p {
    font-size: 16px;
    line-height: 24px;
    color: #082f45;
    margin: 0;
    font-weight: 500;
    text-align: center;
}

.prd-wrpper .interest-prd-box {
    margin: 0 0 50px;
    padding: 0 0 35px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.prd-wrpper .interest-prd-box:hover {
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
}

.pagination {
    padding: 45px 0 0;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e9f0;
}

.pagination ul li {
    list-style: none;
}

.pagination ul li:last-child a {
    border: none;
}

.pagination ul li a {
    height: 40px;
    width: 40px;
    border-right: 1px solid #e2e9f0;
    font-size: 16px;
    font-weight: 600;
    color: #13334a;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pagination ul li a.active,
.pagination ul li a:hover {
    background-color: #cf102d;
    color: #fff;
}


/* **** End Prd **** */


/* **** Dispensers **** */

.dispensers-wrpper {
    padding: 40px 0;
    background-image: url(../images/dispensers-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dispensers-wrpper .dispensers-detail {
    width: 600px;
    margin: 0 auto;
}

.dispensers-wrpper .titlebar h2 {
    text-align: left;
    margin: 0 0 30px;
    color: #fff;
}

.dispensers-wrpper .titlebar h2 span {
    color: #fff;
}

.dispensers-wrpper .titlebar a {
    margin: 0 0 10px;
}

.dispensers-wrpper .titlebar a:last-child {
    margin: 0;
}

.dispensers-wrpper .titlebar a img {
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.dispensers-wrpper .titlebar a:hover img {
    filter: unset;
}


/* **** End Dispensers **** */


/* **** products-wrpper **** */

.products-wrpper {
    padding: 40px 0;
}

.products-wrpper .row {
    display: flex;
    align-items: center;
}

.prd-details .braidcrumb ul li,
.prd-details .braidcrumb ul li a {
    color: #000;
}

.prd-details h3 {
    font-size: 13px;
    font-weight: bold;
    color: #13334a;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.prd-details h2 {
    font-size: 43px;
    line-height: 45px;
    font-weight: 300;
    color: #cf102d;
    margin: 0 0 30px;
}

.prd-details h6 {
    font-size: 12px;
    color: #021119;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
}

.prd-details .funzioni-icon {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.prd-details .funzioni-icon img {
    max-width: 100%;
}

.prd-details p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 30px;
    font-weight: 400;
    color: #021119;
    width: 443px;
}

.products-wrpper .prd-img img {
    max-width: 100%;
}


/* **** End products-wrpper **** */


/* **** product-accordion-wrp ***** */

.product-accordion-wrp {
    background-color: #f2f2f5;
    padding: 60px 0;
}

.product-accordion-wrp .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
    padding: 18px 0;
    border-bottom: 1px solid #ededf4;
}

.product-accordion-wrp .accordion .accordion-item .accordion-button {
    background-color: transparent;
    position: relative;
    padding: 0;
    font-size: 26px;
    color: #082f45;
    font-weight: 400;
}

.product-accordion-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: unset;
}

.product-accordion-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.product-accordion-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}

.product-accordion-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 20px;
    color: #cf102d;
    font-weight: 300;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-accordion-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
}

.product-accordion-wrp .accordion .accordion-body {
    padding: 20px 0 0;
}

.product-accordion-wrp .accordion .accordion-body p {
    font-size: 16px;
    line-height: 24px;
    color: #13334a;
    margin: 0;
}

.product-accordion-wrp .accordion .accordion-body ul {
    padding: 0;
    margin: 0;
}

.product-accordion-wrp .accordion .accordion-body ul li {
    font-size: 16px;
    color: #13334a;
    font-weight: 500;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.product-accordion-wrp .accordion .accordion-body ul li span.stap1 {
    min-width: 250px;
}

.product-accordion-wrp .accordion .accordion-body ul li span.stap2 {
    min-width: 350px;
}

.product-accordion-wrp .accordion .accordion-body ul li span.stap3 {}

.product-accordion-wrp .accordion .accordion-body ul li span.stap3 span {
    height: 20px;
    width: 20px;
    background-color: #c6c6c6;
    border: 1px solid #c6c6c6;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    min-width: 20px;
}

.product-accordion-wrp .accordion .accordion-body ul li span.stap3 span.box2 {
    background-color: #082f45;
    border-color: #082f45;
}

.product-accordion-wrp .accordion .accordion-body ul li span.stap3 span.box3 {
    background-color: #0050d6;
    border-color: #0050d6;
}

.product-accordion-wrp .accordion .accordion-body ul li span.stap3 span.box4 {
    background-color: transparent;
    border-color: #082f45;
}

.color_picker {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 5px;
}

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

.color_picker_block .accordion-body {
    display: flex;
}

.product-accordion-wrp .accordion .accordion-body ul.color_block {
    padding-left: 78px;
}

.product-accordion-wrp .accordion .accordion-body ul.color_block li {
    margin: 0 0 13px;
}

.product-accordion-wrp .accordion .accordion-body ul.color_block li:first-child {
    margin: 0 0 10px;
}

.product-accordion-wrp .accordion .accordion-body ul li span {
    min-width: 250px;
}


/* **** End product-accordion-wrp ***** */


/* ***** coffee-wrp ***** */

.coffee-wrp {
    position: relative;
    padding: 120px 0;
    background: #f2f2f5;
}

.coffee-wrp .coffee-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
}

.coffee-wrp .titlebar {
    width: 443px;
    margin-left: auto;
    margin-right: 0;
}

.coffee-wrp .titlebar h3 {
    text-align: left;
}

.coffee-wrp .titlebar h2 {
    text-align: left;
    margin: 0 0 30px;
}

.coffee-wrp .titlebar p {
    margin: 0 0 30px;
}

.coffee-wrp .titlebar a {
    margin: 0 0 10px;
}

.coffee-wrp .titlebar a img {
    margin-left: 10px;
}


/* ***** End coffee-wrp ***** */


/* **** referenze-wrp **** */

.referenze-wrp {
    padding: 50px 0;
}

.referenze-wrp .braidcrumb ul li,
.referenze-wrp .braidcrumb ul li a {
    color: #021119;
}

.referenze-wrp .titlebar {
    width: 443px;
}

.referenze-wrp .titlebar h3 {
    text-align: left;
}

.referenze-wrp .titlebar h2 {
    text-align: left;
    margin: 0 0 30px;
}

.referenze-wrp .titlebar p {
    margin: 0 0 0;
    padding-right: 60px;
}

.referenze-block {
    padding: 100px 0;
}

.referenze-block .referenze-box {
    margin: 0 0 60px;
}

.referenze-block .referenze-box2 {
    padding-top: 150px;
}

.referenze-block .referenze-box4 {
    padding-top: 150px;
}

.referenze-block .referenze-box5 {
    padding-top: 60px;
}

.referenze-block .referenze-box6 {
    padding-top: 160px;
}

.referenze-block .referenze-box9 {
    padding-top: 80px;
}

.referenze-block .referenze-box img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 12px;
}

.referenze-block .referenze-box h3 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    color: #021119;
    text-transform: uppercase;
}

.referenze-block .referenze-box h3 strong {
    font-weight: bold;
}


/* **** End referenze-wrp **** */


/* **** cataloghi-block **** */

.cataloghi-wrp .titlebar {
    width: 500px;
}

.cataloghi-block .cataloghi-box {
    margin: 0 0 60px;
}

.cataloghi-block .cataloghi-box a {
    display: block;
}

.cataloghi-block .cataloghi-box a img {
    width: 100%;
    margin: 0 0 15px;
}

.cataloghi-block .cataloghi-box a h3 {
    font-size: 16px;
    font-weight: 500;
    color: #021119;
    margin: 0 0 5px;
}

.cataloghi-block .cataloghi-box a p {
    font-size: 16px;
    font-weight: 400;
    color: #021119;
    margin: 0 0 5px;
}


/* **** End cataloghi-block **** */


/* **** news-wrpper **** */

.news-wrpper2 {
    margin: 0 !important;
    padding: 0 !important;
}

.news-wrpper2 .news_block a {
    min-height: 445px;
    margin: 0 0 60px;
}


/* **** End news-wrpper **** */


/* **** azienda Hero **** */

.azienda-hero {
    padding: 30px 0 90px;
    margin: 0;
}

.azienda-hero .hero-info-box {
    margin: 0;
}

.azienda-hero .hero-info-box3 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -100px;
}

.azienda-hero .hero-info-box3 p {
    margin: 0 0 20px;
}


/* **** End azienda Hero **** */


/* **** experience-wrp **** */

.drinking-wrp {
    background: #f2f2f5;
    position: relative;
    margin: 0 0 90px;
}

.drinking-wrp .img-water {
    position: absolute;
    right: 0;
    bottom: -90px;
    max-width: 100%;
}

.drinking-text {
    max-width: 720px;
    margin: 0 auto;
    padding: 160px 0;
}

.drinking-text h5 {
    font-size: 26px;
    line-height: 39px;
    text-align: center;
    font-weight: 400;
    color: #021119;
    text-align: center;
    margin: 0;
}

.drinking-wrp .titlebar {
    width: 443px;
    padding: 90px 0;
}

.drinking-wrp .titlebar h2 {
    text-align: left;
    margin: 0 0 30px;
}

.drinking-wrp .titlebar p {
    font-size: 16px;
    font-weight: 400;
    color: #021119;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: left;
    margin: 0 0 20px;
}


/* **** End experience-wrp **** */


/* **** valori ***** */

.valori-wrp {
    padding: 120px 0;
}

.valori-wrp .titlebar h2 {
    margin: 0 0 120px;
}

.valori-box {
    margin: 0 0 90px;
}

.valori-box h4 {
    font-size: 12px;
    color: #082f45;
    line-height: 35px;
    margin: 0 0 10px;
    border-bottom: 1px solid #cf102d;
}

.valori-box h3 {
    font-size: 26px;
    line-height: 39px;
    color: #021119;
    font-weight: 400;
    margin: 0 0 30px;
    text-align: left;
}

.valori-box p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin: 0;
    color: #021119;
}

.last-valori-box {
    margin: 0;
}


/* **** End valori ***** */

.sustainability-wrp.international-wrp {
    margin: 0;
}

.sustainability-wrp.sustainability2-wrp {
    margin: 0;
}

.sustainability-wrp.sustainability2-wrp .hero-info-box3 {
    margin-left: auto;
    margin-right: 0;
}

.sustainability-wrp.sustainability2-wrp .hero-info-box3 p {
    margin: 0 0 20px;
}


/* **** dispensing-wrp **** */

.dispensing-wrp {
    margin: 90px 0;
}

.dispensing-wrp .masterpieces-block {
    margin: 0;
    padding: 90px 20px 270px 0;
}


/* **** End dispensing-wrp **** */


/* **** News Single **** */

.news-hero {
    background-image: url(../images/hero@2x.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 150px 10%;
    position: relative;
    margin-left: -10%;
}

.news-hero .braidcrumb {
    margin: 0 0 90px;
}

.news-hero .braidcrumb li {
    color: #fff;
    opacity: 0.75;
}

.news-hero .braidcrumb li a {
    color: #fff;
    opacity: 0.75;
}

.news-hero .news-hero-dt h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.5);
}

.news-hero .news-hero-dt h6 a {
    display: inline-flex;
    text-decoration: unset;
    padding-left: 15px;
    color: #cf102d;
}

.news-hero .news-hero-dt .titlebar h2 {
    text-align: left;
}

.news-hero .news-hero-dt .titlebar h2 span {
    color: #fff;
    text-align: left;
    margin: 0 0 30px;
}

.right-contant {
    width: 717px;
    margin: 0 auto;
}


/* **** End News Single **** */


/* **** News Wrpper **** */

.news-wrpper {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

.news-wrpper .news-wrp {
    width: 717px;
    margin: 0 auto;
}

.news-wrpper .news-wrp img {
    max-width: 100%;
    width: 100%;
    margin: 0 0 60px;
}

.news-wrpper .news-wrp h2 {
    font-size: 26px;
    line-height: 39px;
    margin: 0 0 50px;
    font-weight: bold;
    color: #021119;
}

.news-wrpper .news-wrp p {
    font-size: 20px;
    color: #021119;
    line-height: 32px;
    margin: 0 0 20px;
}

.container-right {
    margin-right: 0;
    margin-left: calc(50vw - 365px);
}

.news-wrpper .news-slider {
    padding: 60px 0 90px;
    position: relative;
    overflow: hidden;
}

.news-wrpper .news-slider img {
    width: 100%;
}

.news-wrpper .news-slider .slick-slide {
    margin: 0 14px;
}

.news-wrpper .news-slider .slick-list {
    margin: 0 -14px;
}

.news-wrpper .news-slider ul.slick-dots {
    display: flex;
    padding: 0;
    margin: 30px 0 0 400px;
}

.news-wrpper .news-slider ul.slick-dots li {
    list-style: none;
    padding: 0;
    line-height: 0;
    margin-right: 10px;
}

.news-wrpper .news-slider ul.slick-dots li button {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #cf102d;
    font-size: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-wrpper .news-slider ul.slick-dots li.slick-active button {
    background: #cf102d;
}

.news-wrpper .social-icon {
    padding: 30px 0 0;
    margin: 60px 0 0;
    border-top: 1px solid #dddde5;
}

.news-wrpper .social-icon ul {
    width: 717px;
    margin: 0 auto;
    padding: 0;
}

.news-wrpper .social-icon ul li {
    display: inline-block;
    margin: 0 15px 0 0;
    list-style: none;
}

.news-wrpper .social-icon ul li a {
    display: block;
}

.news-wrpper .social-icon ul li a img {
    max-width: 100%;
}

.news-wrpper .social-icon ul li a:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}


/* **** End News Wrpper **** */


/* **** Contact Informetion **** */

.contact-informetion {
    padding: 30px 0 0;
    position: relative;
}

.contact-informetion .braidcrumb ul {
    margin: 0 0 134px;
}

.contact-informetion .braidcrumb ul li,
.contact-informetion .braidcrumb ul li a {
    color: #021119;
}

.contact-informetion .cnt-block h2 {
    font-weight: 300;
    color: #cf102d;
    font-size: 43px;
    line-height: 45px;
    margin: 0 0 15px;
}

.contact-informetion .cnt-block p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #021119;
    margin: 0 0 30px;
}

.contact-informetion .cnt-block p strong {
    font-weight: bold;
}

.contact-informetion .cnt-block a {
    color: #021119;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #021119;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
}

.center-info {
    width: 370px;
    padding: 60px;
    background: #2d2d2d;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}

.center-info h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
    color: #cf102d;
}

.center-info h2 span {
    color: #fff;
}

.contact-informetion .map-box {
    height: auto;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}

.contact-informetion .map-box iframe {
    height: 100%;
    width: 100%;
}


/* **** contact-form **** */

.contact-form {
    background: #2d2d2d;
    padding: 100px 0;
}

.contact-form .titlebar h2 {
    margin: 0 0 60px;
    text-align: left;
}

.contact-form .titlebar h2 span {
    color: #fff;
}

.contact-form .container {
    max-width: 718px;
}

.contact-form form {}

.contact-form form .form-group {
    margin: 0 0 25px;
}

.contact-form form .form-group label {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    display: block;
    color: #fff;
    margin: 0 0 10px;
}

.contact-form form .form-group .form-control {
    font-size: 16px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 10px 15px;
    box-shadow: none;
    outline: none;
    background: transparent;
    color: #fff;
    width: 100%;
    resize: none;
}

.contact-form form .form-group small {
    font-size: 12px;
    color: #ff005d;
    opacity: 0;
    visibility: hidden;
}

.contact-form form .form-group .form-control::placeholder {
    color: #fff;
}

.contact-form form .error-group small {
    opacity: 1;
    visibility: visible;
}

.contact-form form .error-group label {
    color: #ff005d;
}

.contact-form form .error-group .form-control {
    border-color: #ff005d;
}

.contact-form form .form-checkbox {
    margin: 0 0 45px;
}

.contact-form .form-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.contact-form .form-checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #fff;
    margin: 0;
}

.contact-form .form-checkbox label a {
    color: #fff;
    text-decoration: underline;
}

.contact-form .form-checkbox label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: 13px;
}

.contact-form .form-checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-form form img {
    max-width: 100%;
}

.contact-form form button {
    font-size: 15px;
    color: #fff;
    padding: 12px 25px;
    background: #cf102d;
    border-radius: 2px;
    font-weight: bold;
    border: none;
    margin-left: auto;
    margin-right: 0;
    display: table;
    transition: all 0.3s linear;
}

.contact-form form button:hover {
    background: #fff;
    color: #cf102d;
}


/* **** End contact-form **** */


/* **** risultati-wrpper **** */

.risultati-wrpper {
    padding: 30px 0 120px;
}

.risultati-wrpper .braidcrumb ul {
    margin: 0 0 84px;
}

.risultati-wrpper .braidcrumb ul li,
.risultati-wrpper .braidcrumb ul li a {
    color: #021119;
}

.risultati-wrpper .risultati-block {
    width: 717px;
    margin: 0 auto;
}

.risultati-wrpper .risultati-block .titlebar h3 {
    text-align: left;
    margin: 0 0 5px;
}

.risultati-wrpper .risultati-block .titlebar h2 {
    margin: 0 0 60px;
    text-align: left;
}

.risultati-wrpper .risultati-block .titlebar h2 span {
    color: #cf102d;
}

.risultati-bix {
    margin: 0 0 40px;
}

.risultati-bix p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px;
    color: #082f45;
}

.risultati-bix a {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    display: block;
    color: #cf102d;
    text-decoration: underline;
}

.risultati-bix a:hover {
    color: #021119;
}

.risultati-wrpper .risultati-block2 .titlebar h2 span {
    color: #021119;
}


/* **** End risultati-wrpper **** */

#SearchModal .modal-dialog {
    margin: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
}

#SearchModal .modal-dialog .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    padding: 40px 0;
}

#SearchModal .modal-dialog .modal-content .modal-body {
    position: relative;
    padding: 0;
}

#SearchModal .modal-dialog .modal-content .modal-body a {
    display: table;
    padding: 0 0 15px;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    border-bottom: 1px solid #F2F2F5;
}

#SearchModal .modal-dialog .modal-content .form-control {
    width: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 55px 144px;
    font-size: 25px;
    margin: 0 0 54px;
    color: #082F45;
    font-weight: 300;
    color: #021119;
    letter-spacing: 0.38px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

#SearchModal .modal-dialog .modal-content .form-control::placeholder {
    color: #082F45;
}

.referenze-wrp.cataloghi-wrp .titlebar {
    margin: 0 0 60px;
}


/* **** consectetur-wrp **** */

.consectetur-wrp {
    padding: 30px 0;
}

.consectetur-wrp .braidcrumb ul {
    margin: 0 0 50px;
}

.consectetur-wrp .braidcrumb ul li,
.consectetur-wrp .braidcrumb ul li a {
    color: #021119;
}

.consectetur-wrp .titlebar h3 {
    text-align: left;
}

.consectetur-wrp .titlebar h2 {
    text-align: left;
}

.consectetur-wrp .titlebar h2 span {
    color: #CF102D;
}

.consectetur-block {
    padding: 100px 0;
}

.consectetur-block .slick-slide {
    margin: 0 14px;
}

.consectetur-block .slick-list {
    margin: 0 -14px;
}

.consectetur-block img {
    max-width: 100%;
    margin: 0 0 10px;
}

.consectetur-block p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #021119;
    margin: 0;
    font-family: "Gotham";
    text-transform: uppercase;
}

.consectetur-block p span {
    font-weight: bold;
}

.consectetur-block .slick-dots {
    display: flex;
    max-width: 800px;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    border-radius: 20px;
    overflow: hidden;
}

.consectetur-block .slick-dots li {
    width: 20%;
    line-height: 0;
}

.consectetur-block .slick-dots li button {
    height: 4px;
    font-size: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
    padding: 0;
    background: #dddde5;
    border: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.consectetur-block .slick-dots li.slick-active button {
    background: #cf102d;
}


/* **** End consectetur-wrp **** */




/* ! GALLERY FOOTER */
.certificazioni .gallery {
     display: flex;
     align-items: flex-start;
     flex-direction: row;
     justify-content: center;
}

.certificazioni img, .certificazioni .gallery img {
    width: 108px!important;
    height: 116px!important;
    object-fit: scale-down!important;
}
.certificazioni .gallery  figure {
    margin: 0px;
}
.certificazioni  a, .certificazioni .gallery a {
    cursor: unset!important;
}

.news_block img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
