@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

:root {
    --main-color: #1964b9;
    --main-color-2: #1964b9bf;
    --main-color-3: #1964b940;
    --body-color: #232d37;
    --main-grey: #afafaf;
    --light-grey-2: #e6ebf0;
}
/*
:target {
    display: block;
    position: relative;
    top: 220px; 
    visibility: visible;
  }
  */
html , body {
    max-width: 100%;
    overflow-x:hidden;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: var(--body-color);
    scroll-behavior: smooth;
}
p {
    font-size: 16px;
}
.owl-home .item, .owl-magazzino .item , .owl-consulenze .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
h4 {
    font-weight: 400;
}

.h2-home{
    color: white;
}

.h2-home:hover{
    color: var(--light-grey-2);
}

.owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 1px var(--main-color);
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all .5s ease-out!important;
    -moz-transition: all .5s ease-out!important;
    -o-transition: all .5s ease-out!important;
    transition: all .5s ease-out!important;
}

.owl-dot.active span {
    background: var(--main-color);
}
strong {
    font-weight: 700!important;
}
b {
    font-weight: 500!important;
}
.ease , .ease * {
    -webkit-transition: all .5s ease-out!important;
    -moz-transition: all .5s ease-out!important;
    -o-transition: all .5s ease-out!important;
    transition: all .5s ease-out!important;
}

.ease-dropdown  , .ease-dropdown  * {
    -webkit-transition: all .0s ease-out!important;
    -moz-transition: all .0s ease-out!important;
    -o-transition: all .0s ease-out!important;
    transition: all .0s ease-out!important;
}

.cursor-pointer , .cursor-pointer * {
    cursor: pointer!important;
}

a {
    text-decoration: none!important;
    color: var(--body-color);
}
a:hover {
    color: var(--main-color);
}

* , *:focus {
    outline: none!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.button_central {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.dropdown-menu.show {
    border-top: solid #1964b9 1px !important;
}
.crumbs ul {
	list-style: none;
	display: inline-table;
	padding: 0;
	margin: 0
}
.crumbs ul li {
	display: inline
}
.crumbs ul li a {
	display: inline-block;
	background: var(--light-grey-2);
	text-align: center;
	padding: 5px 15px 5px 40px;
	position: relative;
	margin: 0 5px 0 0;
	text-decoration: none;
	color: var(--main-color);
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 30px;
}
.crumbs ul li a:after {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid var(--light-grey-2);
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.crumbs ul li a:before {
	content: "";
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	left: 0;
	top: 0
}
.crumbs ul li:first-child a:before {
	display: none
}
.crumbs ul li:first-child a {
	padding-left: 20px
}
.crumbs ul li:last-child a {
	padding-right: 20px;
	margin-right: 0
}
.crumbs ul li:last-child a:after {
	display: none
}
.crumbs ul li a:hover {
	background: var(--main-color);
	color: #fff
}
.crumbs ul li a:hover:after {
	border-left-color: var(--main-color);
	color: #fff
}
.crumbs ul li:last-child a {
	background: var(--main-color);
	color: #fff
}
.crumbs ul li:last-child a:after {
	border-left-color: var(--main-color);
	color: #fff
}
.flagtop {
    width: 1.5rem;
}
.navbar-section {
    background: transparent!important;
}
.navbar-toggler {
    border: none!important;
    outline: none;
    position: relative;
    color: #fff;
    border: none;
    font-size: 30px;
    cursor: pointer;
    padding: 0;
}
.nav-toggle {
	-webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    height: 2rem;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    z-index: 2;
}
.nav-toggle .nav-toggle-bar,.nav-toggle .nav-toggle-bar::after,.nav-toggle .nav-toggle-bar::before {
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	background: var(--main-color);
	content: '';
	height: 0.4rem;
	width: 100%
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0
}
.nav-toggle .nav-toggle-bar::after {
	margin-top: 0.8rem
}
.nav-toggle .nav-toggle-bar::before {
	margin-top: -0.8rem
}
.nav-toggle.expanded .nav-toggle-bar {
	background: transparent!important
}
.nav-toggle.expanded .nav-toggle-bar::after,.nav-toggle.expanded .nav-toggle-bar::before {
	margin-top: 0
}
.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}
.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


.navbar .dropdown-menu {
    background-color: #fff;
}

.navbar .dropdown-toggle{
    padding: 0.3rem 0.3rem;
    margin: 0 1rem;
}

.nav-item.dropdown{
    padding: 1 !important;
}

.container-nav {
    padding: 15px 3vw;
}

.navbar-expand-lg .navbar-collapse {
    margin-left: -200px;
    margin-right: -200px; 
}

nav {
    transition: all ease 0.5s;
}

.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}
    
.icon-navbar {
    position: absolute;
    right: 30px;
    top: 15px;
    content: "";
    font-size: 20px;
    color: black;
    opacity: 0.7;
}

.dropdown-menu .nav-link {
    padding: 0;
}

.p-notizia{
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: bold;
}

.prodcat_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    color: var(--main-color);
}

.prodcat_nav:hover {
    color: var(--body-color);
}

@media screen and (min-width: 1200px) {
    .navbar .dropdown-menu::before {
        content: "";
        z-index: 0;
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;     
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 110%;
    }

.navbar .dropdown-menu {
        border: none;
        background-color: white !important;
        padding: 1rem 6rem;
        margin: 0;
        border-radius: 0;
        width: 100%;
        position: fixed!important;
        top: 113px

    }
}

@media screen and (max-width: 1200px) {
    .navbar .dropdown-menu {
        width: 0vw;
        left:  0px;
    
    }

    .icon-navbar {
        visibility: hidden;
    }

    .fixedSideNav {
        max-height: 400px;
        width: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling:touch;
    }

    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 110%;    
    }

    .navbar .dropdown-menu {
        border: none;
        background-color: white !important;
        text-align: center;
    }

    .container-color-mobile{
        background-color: var(--light-grey-2);
    }

    .text-title-nav{
        text-align: center !important;
        font-weight: 900;
    }
}

.text-title-nav{
    font-weight: 900;
}

.text-dropnav{
    font-weight: 900;
}

#list-nav-drop .text-dropnav {
    display: block;
    margin: 1px 3px 0px 0px;
  }
  .text-dropnav:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: var(--main-color);
}

::-webkit-scrollbar {
    width: 5px!important;
}

::-webkit-scrollbar-track {
	background: #fff
}
::-webkit-scrollbar-thumb , ::-webkit-scrollbar-thumb:hover {
	background: var(--main-color)
}

.preloader {
    background-color: #fffffff2;
    height: 100vh;
    width: 100vw;
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.preloader .spinner {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 75px;
    height: 75px;
}
.preloader .spinner div {
    position: absolute;
    border: 3px solid var(--main-color);
    opacity: 1;
    border-radius: 50%;
    animation:spinner 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.preloader .spinner div:nth-child(2) {
    animation-delay: -0.5s; 
}

.preloader span {
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);   
}


.eweb_signature {
    background: #000;
    color: var(--main-grey);
    font-size: 0.75em;
    letter-spacing: 1.5px;
}

@keyframes spinner {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.navbar-brand img {
    height: 35px;
}

.navbar-section a.nav-link {
    color: #ffffffbf;
    border-bottom: solid 2px transparent;
    border-top: solid 2px transparent;
    font-weight: 500;
}
.navbar-section a.nav-link:hover , .navbar-section a.nav-link.active {
    color: #ffffff;
    border-bottom: solid 2px #fff;
}

.navbar-section.after_scroll a.nav-link {
    color: var(--body-color);
}
.navbar-section.after_scroll a.nav-link:hover , .navbar-section.after_scroll a.nav-link.active {
    color: var(--main-color);
    border-bottom: solid 2px var(--main-color);
}
.bg-light {
    background-color: var(--light-grey-2)!important;
}

.form_section {
    background: url("../../images/main/contact_section.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.form_section::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}
.form-control {
    border-radius: 0;
    border: none!important;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.form-control:focus {
    border: none!important;
    box-shadow: 0 0 0 0.2rem var(--main-color-3);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem var(--main-color-3);
}
.btn-theme {
    background: var(--main-color);
    color: #fff;
}
.btn-theme:hover {
    background: var(--main-color-2);
}

.btn-theme-inv {
    background: var(--main-color-2);
    color: #fff;
}
.btn-theme-inv:hover {
    background: var(--main-color);
}

.footer_section a {
    color: var(--main-color);
}
.footer_section a:hover {
    color: var(--main-color)!important;
}

.sixth_section {
    background-color: var(--main-color);
}
.footer_section {
    background-color: white;
}
.btn-white-o {
    background: transparent;
    color: #fff;
    border: solid 1px #fff;
}
.btn-white-o:hover {
    background: #fff;
    color: var(--main-color) ;
    border: solid 1px #fff;
}

.btn-blue-o {
    background: var(--main-color);
    color: white;
    border: solid 1px #fff;
}
.btn-blue-o:hover {
    background: transparent;
    color: var(--main-color);
    border: solid 1px var(--main-color);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--main-color);
}

.custom-control-input:active~.custom-control-label::before {
    background-color: var(--main-color-3);
}

.categories a.nav-link {
    color: var(--main-grey);
    border-top: solid 1px var(--main-grey);
    border-bottom: solid 1px var(--main-grey);
    display: flex;
}

h5.card-title {
    height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.card-text {
    height: 105px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.card-body::after {
    content: '';
    border: 1px solid var(--body-color);
    top: calc(1.25rem + 21px + 7px);
    left: 1.25rem;
    position: absolute;
    width: 25%;
}
.prim_color {
    color: var(--main-color);
}

.second_color {
    color: var( --main-color-3);
}

.main_title {
    font-size: 2rem;
    font-weight: 500;
}

.share_icon {
    height: 35px;
    width: 35px;
    border-radius: .25rem;
}
.share_icon span , .share_icon span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.share_icon.fb {
    background-color: #3b5998;
}
.share_icon.in {
    background-color: #0e76a8;
}
.share_icon.tw {
    background-color: #00acee;
}
.share_icon.wa {
    background-color: #52ca50;
}
.share_icon.fb:hover {
    background-color: #3b599880;
}
.share_icon.in:hover {
    background-color: #0e76a880;
}
.share_icon.tw:hover {
    background-color: #00acee80;
}
.share_icon.wa:hover {
    background-color: #52ca5080;
}
.main_title::after {
    content: '';
    border: 2px solid var(--main-color);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 25%;
}
.categories a.nav-link span {
    margin: auto;
    display: block;
}
.categories a.nav-link:hover , .categories a.nav-link.active {
    color: var(--main-color);
    border-top: solid 1px var(--main-color);
    border-bottom: solid 1px var(--main-color);
}

.categories a.nav-link.active {
    font-weight: 700;
}

.owl-home .caption h2 {
    height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.owl-home .caption-product h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.owl-home-new .caption h4 {
    height: 50px;
    text-overflow: ellipsis;
    overflow: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.owl-home-new .caption h2 {
    height: 33px;
    text-overflow: ellipsis;
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.owl-home-new .caption-product h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.owl-home-new .caption h4 {
    height: 50px;
    text-overflow: ellipsis;
    overflow: initial;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.service_box::before, .prodotto_box::before {
    background-color: rgba(25, 100, 185, 0.08);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.service_box, .prodotto_box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
  
}
.service_box:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(1px);    
}

.service_box:hover:after, .prodotto_box:hover:after {
    background-color: rgba(25, 100, 185, 0.3);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    transition:all 0.5s ease;
    top: 0;
}

.service_box_focus {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}
.service_box_focus:hover {
    transform: scale(1.1);
}

.overflow-hidden-search {
    margin: 0; 
    height: 100vh; 
    overflow: hidden;
    position: relative;
}

.overflow-hidden {
    overflow: hidden!important;
}
.overflow-hidden .caption {
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.overflow-hidden .caption-product {
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.caption-focus {
    background: var(--main-color);
    position: absolute;
    top: 0;
    opacity: 75%;
  
}

.owl-magazzino .item::before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    opacity: 75%;
    height: 100%;
    background-color: var(--main-color);
    position: absolute;
    z-index: 1;
}
.owl-magazzino .container.caption {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: unset;
}
.owl-consulenze .caption.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.forth_section  {
    z-index: 0;
}

.horse_div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
    z-index: 1;
}

.horse_div .horse_div_content {
    background-color: var(--main-color);
}

.title-category{
   padding-bottom: 3rem!important;
   color: var(--main-color);
   text-align: center;
   height: auto;
}

.title-product{
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
    color: var(--main-color);
    text-align: center;
    height: auto;
 }

.icon-product{
   max-width: 450px;
   padding-top: 60px;
 }

.icon-page{
    max-width: 400px;
    padding-top: 35px;
    width: 100%;
}


.icon-home-category{
    width: 80px;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    background-color: white;
    bottom: 10px;
    left: 10px;
}

.center-image-product{
    width: 100%;
    text-align: center;
}

.search_bg {
    background-color: var(--body-color);
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 2000;
    display: none;
}
.search_bg > i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 1.5rem;
    color: white;
}

.search_icon{
    padding-left: 30px;
    padding-top: 7px;
}

.section-padding{
    margin-top: 12rem!important;
}

.search-title{
   height: 40px;
}

.border-left-menu{
    border-bottom: 2px solid var(--main-color-3);
 }

.active-color{
    color:var(--main-color);
    border-bottom: solid 2px var(--main-color)!important;
}

.margin-title-cat{
    margin-left: 80px;
}

.h-box-cat{
    height: 68px;
}

.text-contatti{
    font-size: 20px;
    padding-top: 26px;
}

.h2-consulenza{
    font-weight: 700!important;
    font-size: 30px;
    font-weight: bolder;
    color: white;
    background-color: var(--main-color);
    padding-top: 20px;
    position: relative;
}

.cont-home-title{
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: 20px;
    z-index: 100;
}

.consulenza-back{
    background-color: var(--light-grey-2)!important;
    top: -20px;
}

.st-logo{
    font-size: 12px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: bold;
}

.nav-logo{
    top: 10px;
    position: relative;
}


/*popup contattaci*/

.live-chat-galaxie {
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0.02em;
    line-height: 0.8em;
}

.live-chat-transition {
    transition:all 0.5s ease;
}
  
#live-chat {
    background: var(--main-color);
    bottom: -190px;
    box-sizing: border-box;
    float: left;
    height: 240px;
    margin: 0 auto;
    left: 25px;
    position: fixed;
    text-align: center;
    width: 300px;
    z-index: 10;
}

#live-chat.open-chat {
    bottom: -1px;
}

#chat-label {
    background: var(--secondary-color);
    cursor: pointer;
    position: relative;
    height: 50px;
    padding: 10px;
}

#chat-label h4 {
    color: white;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}


#chat-label.open-chat-label {
    background: var(--main-color);
}

#chat-label.open-chat-label h4 {
    color: white;
}

#live-chat p {
    color: black;
    margin: 20px auto;
    width: 166px;
}

#chat-button {
    display: block;
    margin: 0 auto;
    padding: 12px 0 11px 0;
    width: 140px;
}

.first_img_framed {
    max-width: 150px;
    margin-right: 15px;
}

.category-padding{
    padding-top: 54px;
}

.category-text{
    font-size: 16px;
    padding-top: 20px;
    text-align: justify;
}

.category-list {
    font-weight: 900;
    /*padding-top: 70px;*/
    padding-top: 40px;
}

.height-tit-category{
    height: 70px;
}

.anchor {
    display: block;
    height: 200px;
    margin-top: -200px;
    visibility: hidden;
}

.text-catalogo{
    text-transform:initial;
}

.image-infopage{
    min-width: 100vw;
}

.icon-right-menu{
    height: 30px; 
    margin-top: 20px;
}

.icon-image-right-menu{
    height: 50px; 
    margin-top: 10px;
}

.icon-image-menu{
    height: 50px; 
    margin-top: 5px;
}

.text-menu-right{
    padding-left: 40px;
}

.h1-page{
    padding-bottom: 0 !important;
    color: #1965b7; 
    padding-top: 30px;
}


.other-grid-class{
    padding: 4px; 
    height: 56px; 
    border: solid;
    text-align: center;
}

.other-grid-class-right{
    padding: 4px;
    height: auto;
    width: 100%;
    border: solid;
    text-align: center;
}





@media only screen and (max-width: 600px) {

    #live-chat {  
        right: 10px;     
        width: 200px;
        font-size: 15px;
    }

    #chat-label h4{
        margin-left: 10px;
        font-size: 15px;
    }

    .navbar .dropdown-menu{
        border-top: solid #1964b9 0px !important;
    }

    .category-padding{
        padding-top: 20px;
    }

    h1{
        font-size: 30px;
    }

}
/*fine popup contattaci*/


@media screen and (min-width: 1199px) {

    .btnfocus{
        transform: translateX(50%);
    }
    .search-space{
        padding-top: 120px!important;
     }
    .secondimage-product{
        width: 350px;
        height: 350px;
    }
    .colfocus{
        top: -110px;
    }
    .size-title-prod{
        width: 540px!important; 
    }
    .owl-home-product .caption h2{
        height: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .navbar-section.after_scroll {
        background: #fff!important;    
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .central_img {
        position: absolute;
        top: -3rem;
        left: -3rem;
        width: calc(100% + 6rem);
        z-index: 1;
        max-width: unset;
    }
    .owl-home .caption {
        position: absolute;
        top: 72%;
        left: 1.5rem;
        right: 1.5rem;
        transform: translateY(-50%);
        width: 55%;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
        height: 140px;
    }

    .owl-home .caption-product {
        position: absolute;
        top: 68%;
        left: 1.5rem;
        right: 1.5rem;
        transform: translateY(-50%);
        width: max-content;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
    }

    .owl-home-new .caption {
        position: absolute;
        top: 72%;
        left: 1.5rem;
        right: 30.5rem;
        transform: translateY(-50%);
        width: 55%;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
        height: 140px;
    }

    .owl-home-new .caption-product {
        position: absolute;
        top: 68%;
        left: 1.5rem;
        right: 1.5rem;
        transform: translateY(-50%);
        width: max-content;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
    }
    .owl-dots {
        position: absolute;
        top: calc(50% + 33px + 50px);
        right: 1.5rem;
        transform: translateY(-150%);
    }
    .owl-dots.owl-category {
        position: absolute;
        top: calc(50% + 33px + 50px);
        right: 1.5rem;
        transform: translateY(-150%);
        
    }
    .bord_me {
        border-right: solid 1px #ffffff80;
    }
    .pad-page{
        padding-top: 110px;
    }
    .cont-nav-full{
        height: calc(100vh - 113px);
    }
    .padding-box{
        padding: 10px;
    }
    
}

@media screen and (max-width: 1368px) {
    .owl-home .caption {
        position: absolute;
        top: 72%;
        left: 1.5rem;
        right: 1.5rem;
        transform: translateY(-50%);
        width: 74%;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
        height: 140px;
    }
    .pad-page{
        margin-top: -30px;
    }
    .st-logo{
        font-size: 11px;
    }

}

@media screen and (max-width: 1199px) {

    .h2, h2{
        font-size: 1.5rem;
    }

    .secondimage-product{
        height: 83%;
    }

    .center-second-image{
        text-align: center;
    }

    .owl-home-product .caption h2{
        height: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .owl-home .caption {
        position: absolute;
        top: 68%;
        left: 1.5rem;
        right: 1.5rem;
        transform: translateY(-50%);
        background-color: rgb(248 249 250 / 0.8);
    }

    .owl-home .caption h2 {
        height: auto;
        text-overflow: ellipsis;
        overflow: hidden;
        /*display: -webkit-box;*/
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    

    .owl-home .caption-product {
        position: absolute;
        top: 68%;
        left: 1.5rem;
        right: 1.5rem;
        transform: translateY(-50%);
        width: max-content;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
    }

    .owl-home .caption {
        position: absolute;
        top: 60%;
        left: 50px;
        right: auto;
        transform: translateY(-50%);
        width: 80%;
        margin-left: auto;
        background-color: rgb(248 249 250 / 0.8);
        height: 338px;
    }

    .icon-page{
        width: 320px;
    }

}


@media screen and (max-width: 1200px) {
    .owl-magazzino .item::before {
        width: 100%;
    }
    .navbar-section {
        background: #fff!important;
        box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .navbar-section a.nav-link {
        color: var(--body-color)!important;
    }
    .navbar-section a.nav-link:hover , .navbar-section a.nav-link.active {
        color: var(--main-color)!important;
        border-bottom: solid 2px var(--main-color)!important;
    }
    
    .owl-dots {
        position: absolute;
        bottom: .5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .owl-home .caption {
        position: absolute;
        
    }
    .owl-home .caption-product {
        position: absolute;
        bottom: 2.5rem;
        left: 1.5rem;
        right: 1.5rem;
    }
}

@keyframes bounce {
	20%,
	55%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0) translateX(-50%)
	}
	40%,
	45% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0) translateX(-50%)
	}
	75% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0) translateX(-50%)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0) translateX(-50%)
	}
}
p img {
    width: 100%!important;
    max-width: 100%!important;
    height: auto!important;
}
.testo_pagina a {
    color: var(--main-color);
}

.rectangle {
    transform: translateY(1.5px);
    margin-right: 5px;
    height: 25px;
    width: 100%;
    background-color: #555;
}
.d-contents {
    display: contents;
}
.sidebarro a {
    font-size: 12px;
}
.elenco_other_cats {
    font-size: 13px;
}
.prodotto_box:hover {
    transform: none !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.service_box img {
    width: 100%;
}
.old_prod .rectangle {
    height: 15px;
    width: 55px;
}

@media (max-width: 480px) {
    .height-tit-category {
        height: unset;
    }
    .fixme {
        position: relative !important;
        top: unset !important;
        width: unset !important;
    }
    .navbar .dropdown-menu {
        border: none;
        background-color: white !important;
        text-align: initial;
    }
    nav .elenco_other_cats {
        font-size: 12px;
        text-align: justify !important;
    }
    nav .elenco_other_cats .rectangle {
        width: 45px;
    }
    .image-infopage {
        min-width: unset;
        width: 100%;
        padding-top: 30px;
    }
}


/* test carosello immagini*/
.outer { 
    margin:0 auto; 
    width:100%;
    height: 1080px;
}

#big .item { 
    height: 1080px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#thumbs { 
    transform: rotate(90deg);
    bottom: 200px;
    left: 750px;
}


#thumbs .owl-item{
    visibility: hidden;
} 

#thumbs .item { 
    transform: rotate(-90deg);
    filter: grayscale(100%);
    text-align: center; 
    cursor: pointer; 
    height: 350px!important; 
    width: 300px!important;
    visibility: visible;
}

#thumbs .owl-item.active { 

    width: 300px!important;

}
#thumbs .current .item { 
    background:var(--main-color); 
    filter: grayscale(10%);
    width: 300px!important;

}
.owl-theme .owl-nav [class*='owl-'] { 
    -webkit-transition: all .3s ease; 
    transition: all .3s ease; 
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover { 
    background-color: #D6D6D6; 
}
#big.owl-theme { 
    position: relative; 
}
#big.owl-theme .owl-next, #big.owl-theme .owl-prev { 

}
#big.owl-theme .owl-prev { 
    left: 10px; 
}
#big.owl-theme .owl-next { 
    right: 10px; 
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { 
    width: 300px!important;

}
.owl-stage-outer{
    max-height: 1080px!important;
}







.gallery-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
  
.gallery-main {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-thumbs {
    order: -1;
    width: 300px;
    height: 800px;
    margin-right: 15px;
    padding-left: 15px;
}

.swipetitle{
    position: relative;
    top: 500px;
    padding-right: 60px!important;
    padding-left: 220px!important;
}

.back-title{
    background-color: rgb(248 249 250 / 0.8);
    padding: 30px;
}

.img-sp{
    height : 150px;
    padding-bottom: -150px;
}
  

  