@import url('https://fonts.googleapis.com/css?family=Oswald:400,600|Roboto:400,700');

/* ANIMATION */

@keyframes flash-red {
    0% {
        background-color: white;
        color: black;
        border-color: black;
        text-shadow: 0px 0px 3px rgba(0, 0, 3, 0.5);
    }
    50% {
        background-color: red;
        color: white;
        border-color: red;
        text-shadow: 0px 0px 3px rgba(0, 0, 5, 1);
    }
    100% {
        background-color: white;
        color: black;
        border-color: black;
        text-shadow: 0px 0px 3px rgba(0, 0, 3, 0.5);
    }
}

/* COLOR */

.dark .list-group-item:hover {
    background-color: #ffc0e1; 
    color: #212121!important;
}
.dark .list-group-title {
    border-top: 2px solid #ff8fc9;
    border-bottom: 2px solid #ff8fc9!important
}
.dark a {
    color: #df7aae;
}
.dark .list-group-title:hover {
    background: transparent
}
.dark .list-group-item.active {
    color: #212121!important;
    background-color: #ff8fc9!important;
    border-color: #ffc0e1;
}
.dark .list-group-item.active:after {
    background-color: #ff8fc9;
}
#headerLogo {
    filter: grayscale(1) brightness(10.5);
}
#mobile-button-menu {
    background-color: #ff8fc9 !important;
    width: 56px !important;
    height: 56px !important;
}

@media screen and ( max-width:540px) {
    .dark .list-group-item.active:after {
        background-color: transparent;
    }
}

.bg-primary {
    background-color: #ffc0e1!important;
}
.btn-primary {
    color: #212121;
    background-color: #ff8fc9!important;
    border-color: #ff8fc9;
}
.btn-brands {
    color: #212121;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 80px;
    line-height: 80px;
    font-size: 1.6rem;
    padding: 0;
    border-radius: 0 !important;
}
button.search_btn {
    height: 38px !important;
    line-height: inherit !important;
    background-color: #ff8fc9;
    border-color: #ffffff;
    transition: .3s linear all;
}
button.search_btn:hover {
    background-color: #ff4ba8!important;
    color: #ffffff !important;
    border-color: #ffffff !important;
    transition: .3s linear all;
}
button.search_btn.focus, button.search_btn:focus {
    box-shadow: none;
}
button.search_btn .fa.fa-search {
    color: #212121;
    transition: .3s linear all;
}
button.search_btn:hover .fa.fa-search {
    color: #ffffff !important;
    transition: .3s linear all;
}
.nav-categorie {
    padding-left: 0;
    padding-right: 0;
}
nav.list-group.list-group-flush.text-left.mt-5 {
    padding-right: 15px;
}
a.list-group-item.list-group-item-action.pl-1.pt-2.pb-2 {
    padding-left: 15px !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #212121;
    background-color: #ff8fc9 ;
    border-color: #ff8fc9 ;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #d99fcc;
}
.btn-primary:hover {
    background-color: #c981b8;
    border-color: #ff8fc9 ;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem #d99fcc;
}
.card--azienda:hover .card--azienda-body, .card-hover {
    background-color: #ff8fc9;
    color: #212121!important;
}
.card--prodotto-title small {
    color: #ffc0e1;
}
.form-control:focus {
    border-color: #c3993a;
    box-shadow: 0 0 0 .2rem #d99fcc;
}
.form-search.fixedscroll {
    position: fixed;
    background: #1d1d1d;
    top: 58px;
    padding: 10px;
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: all .3s
}
.form-search input {
    /*border-radius:30px!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;*/
    border-radius: 0;
}
.form-search button {
    /*border-radius:30px!important;
	border-top-right-radius: 0!important;
	border-bottom-right-radius: 0!important;*/
    border-radius: 0;
}
.custom-select:focus {
    border-color: #ff8fc9 ;
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(203, 128, 255, .5);*/
}
.list-group--filterCompany {
    border-left: 15px solid #202020;
}
/*.single-product-page {
    border-left: 5px solid #ff8fc9 ;
}*/
hr.primary {
    border-top: 1px solid #ff8fc9;
}
.slogan {
    color: #ffc0e1;
}
#cont-header:after, #cont-header:before {
    background: linear-gradient(to right, #ffffff 0%, #d57bc129%, #d57bc173%, #ffffff 100%);
}
body.search-page a {
    color: #ff8fc9 ;
}
.header_year {
    /*color:#ff8fc9 ;*/
}
.comment-dimgray {
    background-color: #979797;
    transition: .3s linear all;
}
.comment-dimgray:hover {
    background-color: #636363 !important;
    transition: .3s linear all;
}
.bg-light {
    background-color: #e7e7e7 !important;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

/* GENERAL */

*:focus {
    outline: 0
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    color: #fff;
    padding-top: 5px !important;
    padding-bottom: 30px;
}
body.dark {
    background: #202020;
}
@media screen and (max-width: 993px) {
    body.dark {
        padding-top: 65px !important;
        padding-bottom: 40px;
    }
    .btn-yellow {
        min-width: 230px;
        
    }

}

/* TYPOGRAPHY */

h1, h2, h3 {
    font-family: 'Oswald', sans-serif;
}
h1.h1PrimaRiga {
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
}
@media screen and (max-width:769) {
    .h1, h1 {
        font-size: 2rem;
    }
}
h2 {
    font-size: 1.5rem
}
h3 {
    font-size: 1.1rem;
}
p.slogan_small {
    display: none;
}
.hidden {
    display: none;
}
.slogan {
    font-size: 42px;
    font-family: 'Oswald', sans-serif;
}
hr.light {
    border-top: 1px solid rgba(255, 255, 255, 0.33);
}
.dark .list-group-item {
    background-color: transparent;
    transition: all .3s;
}
.dark .list-group-item-action {
    color: #d8d8d8;
}
.dark .list-group-flush .list-group-item {
    border-bottom: 1px solid rgb(93, 93, 93);
}
.dark .list-group-flush .list-group-item.active {
    /*border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;*/
}
/*.dark .list-group-item.active:after{
	content: '';
	position: absolute;
	top: -1px;
	height: calc( 100% + 2px);
	width: 14px;
	right: -20px;
}*/
.nav-categorie {
    background: #202020;
}
@media screen and ( max-width:768px) {
    .dark .list-group-item.active:after {
        display: none;
    }
}
.list-group--filterCompany {
    /*border-top-left-radius:10px;
	border-bottom-left-radius:10px;*/
    padding-left: 10px;
    background-color: #505050;
}
.list-group--filterCompany .list-group-item {
    overflow: hidden;
}
@media screen and (max-width:540px) {
    .list-group--filterCompany {
        padding-left: 10px;
        display: flex;
        flex-direction: row;
        width: auto;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        border-bottom: 4px solid red;
        border-left: 0
    }
    .list-group--filterCompany .list-group-item {
        flex: 0 0 36%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.bannerToday {
    position: relative!important;
    top: 0!important;
}
/*
.list-group--filterCompany .list-group-item:first-child{
	border-top-left-radius:10px
}
.list-group--filterCompany .list-group-item:last-child{
	border-bottom-left-radius:10px
}*/
@media screen and ( max-width:1024px) {
    .card--prodotto[data-excellence="true"]::after {
        right: -46px;
    }
}
@media screen and (max-width:540px) {
    .list-group--filterCompany.v_1 .list-group-item[data-excellence="true"]::after {
        width: 100%;
        height: 4px;
    }
}
.list-group--filterCompany.v_1 .list-group-item[data-excellence="true"] {
    color: white;
}

.list-group--filterCompany.v_1 .list-group-item[data-excellence="false"] {
    color: white;
}

.list-group--filterCompany.v_2 .list-group-item[data-excellence="true"] {
    font-size: 1.3rem;
    color: white;
}
.list-group--filterCompany.v_2 .list-group-item[data-excellence="false"] {
    font-size: 0.9rem;
    opacity: 0.8;
}
.card {
    border: none !important;
}
.card--azienda, .card--prodotto, .card--prodotto1 {
    overflow: hidden;
    min-height: 150px;
    border: 4px solid #202020 !important;
    border-radius: 0;
    transition: all .5s;
}
.v_1.card--azienda[data-excellence="true"]::after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    background-image: url(../images/prod-of-excell2018a.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 4px;
    left: 0;
}
.v_2.card--azienda[data-excellence="true"]::after, .card--prodotto[data-excellence="true"]::after {
    content: 'TOP 100';
    margin: 0 auto;
    display: block;
    height: 21px;
    position: absolute;
    background: red;
    top: 16px;
    right: -40px;
    transform: rotate(45deg);
    /* filter: drop-shadow(0px 6px 3px #000000b3); */
    width: 100%;
    text-align: center;
    color: white!important;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.card--prodotto1[data-excellence="true"]::before {
    content: '\f07a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 auto;
    display: block;
    height: 40px;
    position: absolute;
    background: red;
    top: 0;
    line-height: 40px;
    font-size: 1.2rem;
    left: 0px;
    /* filter: drop-shadow(0px 6px 3px #000000b3); */
    width: 45px;
    text-align: center;
    color: white!important;
    z-index: 10;
}
.card--prodotto[data-excellence="true"]::before {
    right: -69px;
    top: 22px;
}
/* .card--prodotto1[data-excellence="false"]::after {
    display: none;
} */

.card--prodotto1[data-video="true"]::after {
    content: '\f03d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 auto;
    display: block;
    height: 40px;
    position: absolute;
    background: red;
    top: 0px;
    line-height: 40px;
    font-size: 1.2rem;
    right: 0px;
    /* filter: drop-shadow(0px 6px 3px #000000b3); */
    width: 45px;
    text-align: center;
    color: white!important;
    z-index: 10;
}
.card--prodotto[data-video="true"]::after {
    right: -69px;
    top: 22px;
}
/* .card--prodotto1[data-excellence="true"]::after{
	right: -69px;
	top: 22px;
} */
.card--horizontal[data-excellence="true"]::after {
    right: -45%;
}
@media screen and (max-width:540px) {
    .card--prodotto[data-excellence="true"]::after {
        right: -57px;
    }
    .card--horizontal[data-excellence="true"]::after {
        right: -41%;
    }
}
.card--azienda-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    transition: all .3s;
    opacity: 0;
}
.card--azienda:hover .card--azienda-body {
    transform: scale(1);
    opacity: 1;
}
.card--azienda-title {
    font-weight: bold;
    color: white;
    padding: 0px;
    background: transparent
}
.card--prodotto-title {
    font-weight: 400;
}
.card--prodotto-title a {
    color: black;
}
.card--prodotto {
    color: black
}
.card--prodotto .card-img-top {
    padding: 1.5rem;
    padding-bottom: 0;
}
.card--prodotto p {
    display: none;
}
.card--prodotto1 {
    color: black
}
.card--prodotto1 .card-img-top {
    padding: 1.5rem;
    padding-bottom: 0;
}
.card--prodotto1 p {
    display: none;
}
.card--horizontal {
    display: flex;
    flex-direction: row;
    padding-left: 5px;
}
.card--horizontal p {
    display: block;
}
.card--horizontal .card-img-top {
    max-width: 20%;
    padding: 4px;
}
.card-hover:hover {
    text-decoration: none;
}
.card-hover {
    text-decoration: none;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .3s;
    z-index: -1;
    overflow-y: auto;
    padding: 12px !important;
}

.card--prodotto:hover::before, .card--prodotto:hover::after {
    content: "";
    position: absolute;
    right: 10px;
    z-index: 10; /* Above the scrolling link */
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

/* Up Arrow */
.card--prodotto:hover::before {
    top: 10px;
    border-bottom: 8px solid #212121;
}

/* Down Arrow */
.card--prodotto:hover::after {
    bottom: 10px;
    border-top: 8px solid #212121;
}
.card--horizontal:hover .card-hover, .card--prodotto:hover .card-hover {
    opacity: 1;
    transform: scale(1.01);
    z-index: 1
}
.card--prodotto1:hover .card-hover {
    opacity: 1;
    transform: scale(1.01);
    z-index: 1
}
.btn {
    border-radius: 0px;
}
.btn-default:hover {
    background-color: darkgray;
    border-color: darkgray;
}
.btn-red {
    color: #212121 !important;
    background-color: #ffc0e1  !important;
    border-color: #ffffff !important;
    transition: .3s linear all;
}
.btn-red:not(:disabled):not(.disabled).active {
    color: #212121;
    background-color: #ffc0e1;
    border-color: #ffc0e1;
}
.btn-red:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 .2rem #ffc0e1;
}
.btn-red:hover {
    background-color: #ff4ba8!important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    transition: .3s linear all;
}
.btn-red:focus, .btn-red:focus {
    box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
    border-color: #ffc0e1;
}
.btn-flash {
    border: 1px solid red;
    animation-name: flash-red;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.btn-best-price {
    border: 1px solid #000000;
    background-color: grey;
    color: #fff!important;
    line-height: 18px;
    padding-bottom: 0px!important;
}
.btn-yellow {
    color: #000000!important;
    background-color: #ff8fc9;
    border-color: #ffc0e1;
}
.btn-yellow:not(:disabled):not(.disabled).active {
    color: #000000;
    background-color: #ff8fc9;
    border-color: #ffc0e1;
}
.btn-yellow:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 .2rem #ff8fc9;
}
.btn-yellow:hover {
    color: #ffffff!important;
    background-color: #ffc0e1;
    border-color: #ff8fc9;
}
.btn-yellow.focus {
    box-shadow: 0 0 0 .2rem #ff8fc9;
}
.btn-dark {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #000000;
}
.btn-grey {
    color: #fff;
    background-color: #6b6b6b;
    border-color: #585858;
}
.btn-eleAziende {
    color: #fff;
}

.btn-brands {
    background-color: #ffc0e1!important;
    color: #212121 !important;
    transition: .3s linear all;
}
.btn-brands:hover {
    background-color: #ff4ba8!important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    transition: .3s linear all;
}

.btn-categorie {
    /* position: fixed;
    left: 0;
    background: red;
    padding: 10px;
    transform: rotate(-90deg);
    transform-origin: left top;
    text-transform: uppercase;
	z-index: 10;
	top:50%; */
}

.scrollTop {
    position: fixed;
    z-index: 10;
    right: 0;
    bottom: 10%;
    padding: 10px;
    border: 0;
    background: white;
    opacity: 0.8;
    transition: all .3s;
}

.scrollTop:hover {
    padding-right: 15px;
    opacity: 1;
}

.scrollTop:focus {
    outline: 0;
}

.form-control {
    border-radius: 2px
}

.page__testataWrap {
    padding: 0px 3px 3px 3px;
}

.page__testataInner {
    border-radius: 0px;
    color: #000;
    font-weight: bold;
    background: white;
}

.page-header {
    background: white;
    color: black;
}


/* language flag */

.languages_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    filter: saturate(1.5);
}
.languages_selected {
    border: 1px solid white;
}
.flags {
    background: url('https://globelife.com/images/grafica-menu/flags.png') no-repeat top left;
    width: 24px;
    height: 15px;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 16px;
    margin-top: 9px;
    outline: 1px solid gray;
    box-shadow: inset 0px 0px 4px #000;
    transition: all .2s;
}
.flags:hover {
    box-shadow: inset 0px 0px 0px #000;
}

.flags.it {
    background-position: 0 0;
}

.flags.en {
    background-position: -23px 0;
}

.flags.es {
    background-position: -46px 0;
}

.flags.fr {
    background-position: -69px 0;
}

.flags.de {
    background-position: -92px 0;
}

.flags.lv {
    background-position: -115px 0;
}

.flags.nl {
    background-position: -138px 0;
}

.flags.pt {
    background-position: -161px 0;
}

.flags.gl {
    background-position: -184px 0;
}

.flags.el {
    background-position: -207px 0;
}

.flags.ca {
    background-position: -230px 0;
}

.flags.ga {
    background-position: -253px 0;
}

.flags.mt {
    background-position: -277px 0;
}

.flags.cs {
    background-position: -300px 0;
}

.flags.sk {
    background-position: -323px 0;
}

.flags.pl {
    background-position: -346px 0;
}

.flags.ro {
    background-position: -369px 0;
}

.flags.hu {
    background-position: -392px 0;
}

.flags.fi {
    background-position: -415px 0;
}

.flags.sv {
    background-position: -438px 0;
}

.flags.no {
    background-position: -461px 0;
}

.flags.da {
    background-position: -484px 0;
}

.flags.is {
    background-position: -507px 0;
}

.flags.ru {
    background-position: -530px 0;
}

.flags.be {
    background-position: -553px 0;
}

.flags.uk {
    background-position: -576px 0;
}

.flags.bg {
    background-position: -599px 0;
}

.flags.mk {
    background-position: -622px 0;
}

.flags.sr {
    background-position: -645px 0;
}

.flags.sl {
    background-position: -668px 0;
}

.flags.hr {
    background-position: -691px 0;
}

.flags.lt {
    background-position: -714px 0;
}

.flags.et {
    background-position: -737px 0;
}

.flags.sq {
    background-position: -760px 0;
}

.flags.hy {
    background-position: -783px 0;
}

.flags.tr {
    background-position: -806px 0;
}

.flags.fa {
    background-position: -829px 0;
}

.flags.iw {
    background-position: -852px 0;
}

.flags.ar {
    background-position: -876px 0;
}

.flags.zh {
    background-position: -899px 0;
}

.flags.hi {
    background-position: -922px 0;
}

.flags.ja {
    background-position: -945px 0;
}

.flags.ko {
    background-position: -968px 0;
}

.flags.id {
    background-position: -991px 0;
}

.flags.ms {
    background-position: -1014px 0;
}

.flags.tl {
    background-position: -1037px 0;
}

.flags.th {
    background-position: -1060px 0;
}

.flags.vi {
    background-position: -1083px 0;
}

.breadcrumb {
    background: transparent
}

.breadcrumb-item a {
    color: whitesmoke
}

.breadcrumb-item:last-child a {
    color: gray;
}


/*
* intro
*/

#cont-header:before,
#cont-header:after {
    content: '';
    height: 2px;
    display: block;
    width: 100%;
}

#content-header:after {
    top: 0
}

#cont-header:before {
    bottom: 0
}

#header-foto div {
    position: absolute;
}

#intro-testo {
    position: absolute;
    top: 140px;
}

.header_year {
    font-size: 81px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

@media screen and (max-width:540px) {
    .header_year {
        font-size: 75px;
    }
}

.animazione-header {
    overflow: hidden;
}


/*  nav */

.navbar-scroll {
    top: -100%;
    transform: scale(0.8);
    /* transition: all .3s cubic-bezier(.68,-0.55,.27,1.55); */
    transition: all .3s;
}

a.navbar-brand {
    color: #ffffff !important;
}

.navbar-scroll.visible {
    top: 0;
    transform: scale(1);
    transition: all .3s;
}

.navbar-mobile .btn {
    padding: 9px 2px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 20px;
}

@media screen and (max-width:992px) {
    .nav-categorie {
        position: fixed;
        width: 100%;
        top: 0;
        right: -100%;
        transition: right 0.3s;
        background: black;
        -webkit-overflow-scrolling: touch;
    }
    .nav-categorie.visible {
        right: 0;
        background: black;
        padding-top: 70px;
        padding-bottom: 70px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        z-index: 100;
    }
}


/*
* banner today
*/

.bannerToday {
    width: 100%;
    height: auto;
    margin-left: 5px;
}

.bannerToday-link {
    width: 25%;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 5px;
}

.banner-today {
    max-width: 100%;
}

#menu {
    margin-bottom: 350px;
}


/*
* single product
*/

@media screen and ( max-width:540px) {
    .prodottiCorrelati {
        padding: 12px!important;
    }
    .product-page_nav>.col-12 {
        flex-direction: column;
    }
    .single-product-page .logo-excellance {
        max-width: 200px;
        text-align: center;
        margin: 10px auto 0;
    }
}

.single-product-page {
    background: white;
    color: black;
}

@media screen and (min-width:769px) {
    .single-product-page {
        margin-left: -15px;
    }
}

@media screen and (max-width:415px) {
    .single-product-page {
        margin: 0 -15px;
        border-left: 0;
    }
    .prodotto_immagine {
        text-align: center;
    }
}

#linkToSiteWrapper {
    position: fixed!important;
    width: 60px !important;
    height: auto !important;
    top: 50%!important;
    transform: translateY(-50%) !important;
    padding-left: 0px;
    padding-bottom: 0px !important;
    left: 0!important;
    z-index: 99999999!important;
}

#linkToSite {
    position: relative!important;
    margin: 0px auto;
    width: 100% !important;
    height: auto !important;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 10px !important;
    background-color: #9b0000!important;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

#linkToSite a {
    text-decoration: none
}

#linkToSite:hover {
    background: rgb(122, 0, 0)!important;
}

.siteLink {
    font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif, Tahoma;
    text-shadow: 3px 3px 4px #000;
    color: white;
    text-align: center;
    font-size: 11px;
    margin-left: 10px !important;
    margin-top: 7px !important;
    margin-right: 15px;
    margin-bottom: 10px;
}

@media screen and (max-width:993px) {
    #linkToSite {
        top: auto!important;
        bottom: 0 !important;
        width: auto !important;
        height: auto!important;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    }
}

.privacy {
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 5px;
    font-size: 12px;
    border: 2px solid white;
    margin-bottom: -10px;
    transition: all .3s;
    color: white !important;
    font-weight: normal;
    display: block;
    text-decoration: none !important;
}

.privacy:hover {
    background: rgba(0, 0, 0, 1);
}

.privacy a:link,
.privacy a:visited,
.privacy a:active {
    color: #ffffff !important;
}

#closeHP {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 0px;
}

#closeHP p {
    color: #9b0000 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 0px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    cursor: pointer;
    transition: all .3s;
}

#closeHP p:hover {
    color: #ffffff !important;
    transition: all .3s;
}

@media (max-width:600px) {
    #linkToSiteWrapper {
        display: block !important;
        height: 100% !important;
    }
    #linkToSite {
        position: fixed !important;
        bottom: 0px !important;
        display: block !important;
    }
    #closeHP {
        position: fixed;
        bottom: 85px;
        float: none !important;
        display: block !important;
        margin: 0px auto !important;
        text-align: center;
        padding-bottom: 0px;
        left: 50% !important;
        margin-left: -5px !important;
    }
    .copertina.tot figure img {
        margin: 0 auto;
        float: none;
        display: block;
    }
    img.imgcopertina {
        margin: 0 auto;
        float: none;
        display: block;
    }
}


/*chrome*/

::-webkit-scrollbar-thumb {
    background: #ffc0e1;
    /* height: 30px; */
}

::-webkit-scrollbar-track {
    background: none;
}

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

aside#categorie.fix {
    position: fixed;
    height: calc(100vh - 59px);
    top: 59px;
    overflow-x: hidden;
    transition: all .3s;
    padding-bottom: 50px;
    padding-right: 15px
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .card--prodotto {
        display: inline-block;
    }
    .card--prodotto1 {
        display: inline-block;
    }
    .card--azienda a {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 10px
    }
    .languages_selected {
        max-width: 63px;
        width: 63px;
        height: 47px;
        ;
    }
    body.search-page .prodotti .d-flex {
        display: inline-block!important;
    }
    .card--prodotto .card-img-top {
        padding: 0
    }
    .card--prodotto1 .card-img-top {
        padding: 0
    }
    .card--horizontal .card-img-top {
        max-width: 20%;
        position: relative;
        float: left;
    }
}

.headerTitleWrapper {
    padding: 5px;
}

.filterWrapper {
    background-color: #ff8fc9!important;
    padding: 10px 5px;
    margin-bottom: 0px !important;
}


/* FOOTER FROM NEWS GLOBELIFE */

.footer_wrapper {
    padding-left: 285px;
}

.dropdown-menu.footer_dropdown_text.show {
    background-color: #000000;
    border: 1px solid;
    padding: 10px;
    text-align: justify;
    height: 200px;
    overflow: auto;
}

@media (max-width: 600px) {
    .footer_wrapper {
        padding-left: 0;
    }
}


/* DISCOUNT STYLES */

.discount_wrapper {
    width: 100%;
}

.discount_wrapper img.img-fluid {
    margin: 0 auto !important;
    float: none !important;
    display: block !important;
}

.img_dove_comprare {
    border: 1px solid rgba(0, 0, 0, .5);
    max-height: 96px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .6));
    margin: 0 30px;
}

.btn-flash {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    animation-name: flash-red;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 10px;
    float: center;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1.2;
    /*width: 90%;*/
}

span.offer_price_large {
    font-size: 20px;
    /*text-transform: uppercase;*/
}

span.offer_price_large-innerclick {
    font-size: 20px;
    color: #ffffff;
    line-height: 2.5;
    text-transform: none;
    /*font-weight: bolder;*/
    padding: 5px 15px 5px 15px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10px 10px 10px 10px;
    background-color: #c981b8;
}

span.offer_price_medium {
    font-size: 18px;
    text-transform: uppercase;
}

span.offer_price_small {
    font-size: 18px;
    text-transform: none;
}

span.offer_price_box {
    font-size: 12px;
    text-transform: none;
}

@media (max-width: 1100px) {
    #mobile-button-menu {
        top: 0px !important;
        width: 50px !important;
        height: 50px !important;
        border-radius: 0 !important;
    }
    a.btn.btn-flash.text-uppercase.text-center {
        padding: 10px;
    }
    span.offer_price_large {
        font-size: 16px;
        /* text-transform: uppercase;*/
    }
    span.offer_price_medium {
        font-size: 14px;
        text-transform: uppercase;
    }
    span.offer_price_small {
        font-size: 13px;
    }
    .img_dove_comprare {
        max-height: 98px;
    }
    a.navbar-brand {
        margin-left: 30px;
    }
    .btn-flash {
        margin: 15px 0px;
        left: -5px;
    }
    .v_2.card--azienda[data-excellence="true"]::after,
    .card--prodotto[data-excellence="true"]::after {
        content: 'TOP 100';
        right: -32px;
    }
}

@media (max-width: 800px) {
    .img_dove_comprare {
        max-height: 98px;
        margin: 0 10px;
    }
}

@media (max-width: 500px) {
    a.btn.btn-flash.text-uppercase.text-center {
        position: relative;
        /*width: 100%;*/
        margin: 10px auto;
    }
    .where_to_buy {
        text-align: center;
    }
    span.offer_price_large {
        font-size: 20px;
        /* text-transform: uppercase;*/
    }
    span.offer_price_medium {
        font-size: 16px;
        text-transform: uppercase;
    }
    span.offer_price_small {
        font-size: 15px;
    }
    .img_dove_comprare {
        max-height: 104px;
        margin: 15px auto 0 auto;
    }
    #mobile-button-menu {
        top: 0 !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        width: 50px !important;
        height: 58px !important;
        left: 0 !important;
        border-radius: 0;
    }
}

.btn_list_aziende {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: auto;
    z-index: 11;
    float: none;
    display: block;
}

form.form-inline.form-search {
    max-width: 100%;
    float: right;
}

@media (max-width:1200px) {
    form.form-inline.form-search {
        max-width: 100%;
        width: 100%;
        float: right;
        margin: 0 auto;
    }
    .header_year {
        font-size: 60px !important;
    }
    .slogan {
        font-size: 28px !important;
    }
    .btn-brands {
        font-size: 1.2rem !important;
    }
}

@media (max-width:800px) {
    form.form-inline.form-search {
        max-width: 100%;
        width: 100%;
        float: right;
        margin: 0 auto;
    }
    body, body.dark {
        padding-top: 80px !important;
    }
}

@media (max-width:450px) {
    body, body.dark {
        padding-top: 65px !important;
    }
    nav.navbar.navbar-mobile.navbar-expand-lg.navbar-dark.bg-primary.fixed-top.d-lg-none.px-1 {
        height: 58px !important;
    }
    p.slogan_small {
        display: block;
        letter-spacing: 1.5px;
        margin-top: -20px !important;
        margin-bottom: 0 !important;
    }
    hr.primary {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important;
    }
    .slogan_wrapper, .year_wrapper, .filterWrapper, .xs-hidden {
        display: none !important;
    }
    .search_wrapper {
        padding-right: 0 !important;
    }
    button.search_btn {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .serch_contact_wrapper {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .btn-brands, .headerTitleWrapper {
        display: none !important;
    }
    form.form-inline.form-search {
        width: 100%;
    }
    button#filterViewOnlyCompanyExcellance,
    button#filterViewAllCompany {
        font-size: 14px;
        border-radius: 0;
    }
    .languages_list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        filter: saturate(1.5);
        align-items: center;
    }
    .flags {
        float: none;
        margin-left: 8px;
        display: block;
        text-align: center;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .navbar-mobile .btn {
        font-size: 11px;
    }
}

video {
    max-width: 100% !important;
}

.clsLinkVideo {
    background-color: #212121;
    color: white !important;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
}


#tooltip-vote {
    position: relative !important;
    margin-top: 25px !important;
    height: 30px !important;
    line-height: 20px !important;
    margin-left: 0px;
    background: #f39c12;
    padding: 5px 10px;
    text-align: center;
    width: 120px;
    text-transform: uppercase;
    color: white;
    box-shadow: 0 5px 10px rgb(0 0 0 / 19%), 0 3px 3px rgb(0 0 0 / 23%);
}
.iconaVideo[data-video="true"]::after {
    content: '\f03d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 auto;
    display: block;
    height: 40px;
    position: absolute;
    background: red;
    top: 0px;
    line-height: 40px;
    font-size: 1.2rem;
    right: 0px;
    width: 45px;
    text-align: center;
    color: white!important;
    z-index: 10;
}

/*.card--prodotto1::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 5px;
    left: 5px;
    background-image: url(https://globelife.com/beautybazar/love-brand.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 1;
}*/

/* CONTACT & COMMENT STYLES */

fieldset {
    border: none !important;
    padding: 0;
}
.modals-actions input[type="text"], .modals-actions input[type="email"], .modals-actions input[type="tel"], .modals-actions input[type="url"], .modals-actions textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 0 !important;
}
.modals-actions input[type="text"], .modals-actions input[type="email"], .modals-actions input[type="tel"], .modals-actions input[type="url"], .modals-actions textarea, .modals-actions button[type="submit"] {
    font: 400 12px / 16px "Roboto", Helvetica, Arial, sans-serif;
}
.modals-actions button[type="button"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #ff0000;
    color: #ffffff !important;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    transition: .25s linear all;
}
.modals-actions button[type="button"]:hover {
    background: #ffc0e1;
    color: #ffffff !important;
    transition: .25s linear all;
}





#centrale_aziende {
    overflow-x: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
}