/* Basic Style */

html {
    font-size: 62.5%;
    min-height: 100%;
    position: relative;
}

body {
    font-size: 2rem;
    font-family: 'Nunito', sans-serif;
    color: #757575;
    margin-bottom: 50px;
    font-weight:400;
}

a {
    color: #A64560
}

a:hover {
    color: #A64560;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

a {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

a:hover, .headerMain .nav li a:hover {
    color: #565656;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    }

p {
    margin-bottom: 2rem;
}

b, strong {
font-weight:bold;

}

    .btn, .btn:focus, .btn:link, .btn:active, .btn:visited, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active, .show > .btn.dropdown-toggle {
    background-color: #565656;
    border: hidden;
    border-radius: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

    .btn:hover {
        background-color: #565656;
        color: #fff;
    }

.btn {
    color: #ffffff;
    font-size: 14px;
    width: auto;
    padding: 0.6rem 3rem;
    border-radius: 2rem;
    margin: 1rem 0;
}

.btn.btn-gray, .btn.btn-gray:focus, .btn.btn-gray:link, .btn.btn-gray:active, .btn.btn-gray:visited, .btn.btn-gray:not(:disabled):not(.disabled).active, .btn.btn-gray:not(:disabled):not(.disabled):active, .show > .btn.btn-gray.dropdown-toggle {
background-color: #616060 !important;
color: #fff;
}

.btn.btn-gray:hover {
    background-color: #565656 !important;
    color: #fff;
}

.btn.btn-white, .btn.btn-white:focus, .btn.btn-white:link, .btn.btn-white:active, .btn.btn-white:visited, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active, .show > .btn.btn-white.dropdown-toggle {
    background-color: #eee;
    color: #565656 !important;
}

.btn.btn-white:hover {
    background-color: #ddd !important;
}

.btn-disabled, .btn-disabled :hover {
    background-color: #d7d7d7 !important;
    color: #fff !important;
}

.btn-active, .btn-active :hover {
    background-color: #730226 !important;
    cursor: text;
}

.img-border {
    border: 2px solid #EEEDED;
}

.container-fluid {
    padding: 0;
}

h1 {
    font-size: 4.5rem;
}

h2 {
    font-size: 4.0rem;
}

h3 {
    font-size: 3.0rem;
}

h4 {
    font-size: 2.3rem;
}

h5 {
    font-size: 1.8rem;
}


h1, h2, h3, h4, h5, h6 {
    margin: 2rem 0;
}

.f-49 {
    font-size: 4.9rem;
}

.f-39 {
    font-size: 3.9rem;
}

.f-33 {
    font-size: 3.3rem;
}

.f-27 {
    font-size: 2.7rem;
}

.f-17 {
    font-size: 1.7rem;
}

.txt-uppercase {
    text-transform: uppercase;
}

.table th, .table td {
    padding: 1.3rem 2rem;
}

.table th {
    background-color: #565656;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.6rem;
    text-transform: uppercase;
    width: 100%;
}

input[type=text], select.form-control:not([size]):not([multiple]) {
    padding: 1rem;
    height: auto;
}

.tooltip, .form-control {
    font-size: 1.4rem;
}

.table td, .table th {
    border: hidden;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #EEEDED;
}

.table-responsive {
   
}

.box-card .img-fluid {
    width: 100%;
}

.alert-secondary {
background-color: #f5f5f5;
border: hidden;
}

    .pgInterna .content li {
    margin-bottom: 1rem;
}

.navbar-toggler {
    background-color: #565656;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
    margin-top: 4px;
}

.navbar-toggler {
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 0;
}

.rigaalternata {
    background-color: #EEEDED;
}

.dettaglio-tr {
    padding: 1.3rem 2rem;
    color: #222;
    background-color: #d0d0d0;
}

    .dettaglio-tr table {
        width: 100%;
        margin: 2rem 0 0;
    }

    .dettaglio-tr td {
        border: 1px solid #fff;
        color: #222;
    }


.table-in.table th {
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
    background-color: #A64560;
    background-color: #565656;
    font-weight: normal;
}

.table-in.table {
    background-color: transparent;
}

.notify {
    top: 10px;
    right: -20px;
    padding: 0.5rem 0.7rem;
    border-radius: 10rem;
    font-size: 1rem;
    font-weight: normal;
}

.text-danger {
    color: #dc3545 !important;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

hr.border-white{
    border-color:#fff;
}

.b-radius{
    border-radius:3rem;
}

.jumbotron {
    background-color: #f5f5f5;
}

.border {
    border: 2px solid #dee2e6 !important;
}

.accordion .card {
    margin: 1rem 0;
}

.accordion .card-header {
cursor:pointer;
}

.pgInterna .content .list-group li {
    margin-bottom: 0;
}

.list-group-item-secondary {
    background-color: #f5f5f5;
}

.list-group .list-group-item {
    padding: 1.5rem 3rem;
    border: hidden;
    font-size:1.6rem;
}
    /* HEADER*/
    .headerTop {
    background-color: #AEACAC;
}

    .headerTop .nav a {
        color: #fff;
        font-size: 1.8rem;
        font-weight: normal;
    }

    .headerTop .nav-link {
        display: inline-block;
    }

    .headerTop li {
        padding: 0 0.5rem;
        color: #fff;
    }

    .headerTop .menu-servizio img {
        margin: 0 0.5rem 0 0;
    }

    .headerTop .dropdown-menu {
        right: -35px;
        left: auto;
    }


.pulsante-login .dropdown-menu {
    background-color: #707070;
    padding: 1.5rem 2rem;
    margin: 0.5rem;
    min-width: 290px;
    color: #fff;
}

    .pulsante-login .dropdown-menu, .pulsante-login .dropdown-menu a {
        font-size: 1.5rem;
    }

        .pulsante-login .dropdown-menu .btn, .pulsante-login .dropdown-menu .btn a {
            width: 100%;
            font-size: 1.3rem;
            text-align: center;
        }

            .pulsante-login .dropdown-menu .btn:hover, .pulsante-login .dropdown-menu .btn a:hover {
            }

.pulsante-login .login-utente {
    margin: 1rem 0;
    display: inline-block;
}

    .pulsante-login .login-utente a {
        font-weight: bold;
    }

.headerMain {
    margin: 1rem 0;
    padding: 1rem;
}

.headerMain .navbar-nav {
    padding: 0;
}

.headerMain .brand img {
    max-width: 270px;
}

.headerMain .navbar-nav li {
}

    .headerMain .navbar-nav li a {
        color: #707070;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
        text-decoration: none;
        padding: 1rem;
        display: inline-block;
    }


    .headerMain .navbar-expand-lg .navbar-nav .dropdown-menu {
        opacity:0.9;
    }

.headerMain .navbar-nav li.active a {
    color: #565656;
}

.dropdown-toggle::after{
    content:initial;
}

.statoCarrelloClass {
    position: relative;
    height: auto;
}


/*.mainContent {
    background-image: url(/media/1040/arcobaleno_tue.jpg);
    background-image: url(/media/1041/arcobaleno_tue_thin.jpg);
    background-repeat:repeat-x;
}

.content {
background-color: #fff;
padding: 4rem;
}*/
/* NO LOGIN */
.noLogin .mainContent {
    background-image: none;
}

.noLogin .content {
    background-color: transparent;
    padding: initial;
}

.noLogin.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.noLogin p, .noLogin span {
    font-size: 1.7rem;
}

.noLogin.headerTop {
    background-color: #A60837;
}

.noLogin .pgInterna {
    padding: 4rem;
}

.noLogin .login-form .form-group {
    margin-bottom: 10px;
}

.noLogin .main-div {
    width: 100%;
}

.noLogin .login-form {
    margin: 0 auto;
    max-width: 350px;
}

.noLogin .label-form {
    color: #AA223C;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: lowercase;
}

.noLogin .form-control {
    padding: 1.8rem;
    border-radius: 1rem;
    margin: 0 0 0.5rem 0;
    font-size: 1.5rem;
}

.noLogin .forgot a {
    color: #AA223C;
    font-size: 1.4rem;
}

.noLogin .btn, .noLogin .btn:focus, .noLogin .btn:link, .noLogin .btn:active, .noLogin .btn:visited, .noLogin .btn:active, .noLogin .btn:not(:disabled):not(.disabled).active, .noLogin .btn:not(:disabled):not(.disabled):active, .show > .noLogin .btn.dropdown-toggle {
    background-color: #AA223C;
}

.noLogin.brand {
    text-align: center;
}

    .noLogin.brand img {
        max-width: 350px;
        width: 100%;
        margin: 8rem 0 2rem 0;
    }

.noLogin h1 {
    font-size: 3.7rem;
}

.noLogin label {
    font-size: 2rem;
}

.noLogin .txt-evidenza {
    color: #A64560 !important;
}

footer.footer-noLogin {
    height: 10px;
    background-color: #A60837;
}

/* LANDING PAGE */


.box-card {
    padding-top: 0;
    padding-bottom: 3%;
}

    .box-card a {
        color: #fff;
    }

    .box-card p {
        text-align: left;
        font-size: 1.4rem;
        font-weight: normal;
    }

.box-txt {
    border-left: 1px solid #fff;
}

.landing-card01, .landing-card02 {
    margin: 2rem 0;
    text-align: center;
    border-radius: 25px;
    padding: 3rem;
}

.landing-card01 {
    background-color: #BB5669;
}

.landing-card02 {
    background-color: #3E9197;
}

.card-img {
    -webkit-box-shadow: 2px 3px 12px -4px rgba(82,80,82,1);
    -moz-box-shadow: 2px 3px 12px -4px rgba(82,80,82,1);
    box-shadow: 2px 3px 12px -4px rgba(82,80,82,1);
}


/* WIDGET*/
.widg {
    padding: 3rem;
}

.container-widg {
    margin: 5rem auto;
}


.bg-d7d7d7 {
    background-color: #d7d7d7;
}

.bg-F3F3F3 {
    background-color: #F3F3F3;
}

/*widget content box */
.bg-01 {
padding: 4rem;
background-image: url('img/Tu_E_Imperial_bg.jpg');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
}

.widg-content-box {
border-radius: 3rem;
padding: 6rem;
background-color: #fff;
}

.widg-content-box .btn {
    font-size: 1.8rem;
}



/* Widget carousel*/

.widg-multipleCarousel {
background-color: #EEEDED;
}

.widg-multipleCarousel h2 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
}

.widg-multipleCarousel .lightSlider li .panel-thumbnail {
    background-color: #fff;
    text-align: center;
    margin: 1rem 0
}

    .widg-multipleCarousel .lightSlider li .panel-thumbnail img {
        max-height: 250px;
    }


.widg-multipleCarousel .panel-body {
    font-size: 1.3rem;
}

    .widg-multipleCarousel .panel-body span {
        display: inline-block;
        margin: 0 2rem 0 0;
        font-weight: bold;
    }

.pgInterna .widg-multipleCarousel h3{margin:2rem 0;}

.carousel-caption {
    background-color: #545454;
    padding: 3rem;
    right: 10%;
    top: 20%;
    left: auto;
    bottom: auto;
    width: 600px;
    opacity: 0.9;
}

    .carousel-caption h1 {
        color: #fff;
        opacity: 0.9;
    }

    .carousel-caption .btn {
        background-color: #d20244;
        margin-top: 3rem;
    }

	.carousel-tue .carousel-caption h1 {
			color: #333;
	}

	.carousel-tue .carousel-caption{
		background-color:#EEEDED;
		color:#333;
	}

.lSAction a {
    background-color: #565656;
    top: 45%;
    background-image: url('img/controls.png');
    opacity: 1;
}

.lSAction a:hover {
    opacity: 0.5;
}

.lSAction > .lSPrev {
left: 0;
}

.lSAction > .lSNext {
    right: 0;
}

.slide h3 {
    font-size: 1.75rem;
}

/* Widget box point*/

.widg-box-point {
    color: #fff;
    font-size: 2.2rem;
}

.widg-box-point .box-point-01, .widg-box-point .box-point-02 {
    border-radius: 3rem;
    padding: 1rem;
    /*min-height:268px;*/
}

.widg-box-point .box-point-01 {
}

.box-red {
    background-color: #A60837 !important;
}

.box-DD890D {
    background-color: #DD890D !important;
}

.box-2293AA {
    background-color: #2293AA !important;
}

.box-AA2270 {
    background-color: #AA2270 !important;
}

.widg-box-point .box-point-02 {
    text-align: center;
    background-image: url('img/bg_box_point_02.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.widg-box-point span {
    display: inline-block;
}


/* Small box point*/

.small-box-point {
font-size:1.4rem;
}

.small-box-point a, .small-box-point a:focus, .small-box-point a:visited {
    color: #fff;
    font-weight: normal;
}

.small-box-point h4 {
color: #fff;
font-weight: bold;
font-size: 1.8rem;
}

.item-small-box{
    min-height:100px;
}

/* Indice Tobacco Academy*/
.indice-academy {
    list-style: none;
    font-size: 1.5rem;
    vertical-align: middle;
    padding-left: 0;
}

.indice-academy a {
    color: #707070;
    font-weight:bold;
}

.indice-academy li {
    margin:0.5rem 0;
}

.indice-academy img {
    margin-right: 0.5rem;
}

.bg-academy {
    padding: 4rem;
    background-image: url(/media/1279/copertina-tobacco-academy.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size:contain;
}

.widg-tobacco-academy {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    border-radius: 0;
    padding:5rem;
}

/* PG INTERNA*/
.pgInterna h1, .pgInterna h2, .pgInterna h3 {
    color: #545454;
    margin: 4.5rem 0 2rem;
    /*text-transform: uppercase;*/
}

.pgInterna h1 {
    /*margin: 4rem 0;*/
    margin: 4rem 0 2rem 0;
}

.pgInterna h4, .pgInterna h5 {
    color: #545454;
    margin: 4rem 0 1rem;
    /*text-transform: uppercase;*/
}

.txt-nota{
    font-size: 1.5rem;
}

.container-img {
    width: 100%;
    background-image: url(/media/1071/chi-siamo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-img img {
    object-fit: cover;
    width: 100%;
}

/*.pgInterna .img-fluid {
    width: 100%;
}*/

.sidebar {
    padding: 3rem 2rem;
    font-size: 1.6rem;
}

.pgInterna .content {
    /*line-height: 3rem;*/
}

.breadcrumb {
    background-color: transparent;
    padding-top: 2.0rem;
    border-bottom: 2px solid #eee;
}

    .breadcrumb a, .breadcrumb {
        font-size: 1.6rem;
        font-weight: normal;
    }

.pgInterna .content .breadcrumb li {
    margin-bottom: 0;
}

    /*NEWS*/
    .linea {
        overflow: hidden;
        text-align: center;
        font-size: 1.8rem;
    }

.linea:before,
.linea:after {
    background-color: #757575;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.linea:before {
    right: 0.5em;
    margin-left: -50%;
}

.linea:after {
    left: 0.5em;
    margin-right: -50%;
}

.elenco-news .titolo, .elenco-news .titolo a{
    font-size: 2.1rem;
}

.elenco-news .read-more{
    font-size:1.6rem;
}

.elenco-news p {
    font-size: 1.8rem;
}

.elenco-news .post{
margin-bottom:3rem;
}

/* MENU LATERALE */
.nav-side-menu .menu-list {
}

.nav-side-menu .menu-list li {
    list-style: none;
    position: relative;
}

.nav-side-menu span, .nav-side-menu li a {
    background-color: #248993;
    display: inline-block;
    color: #fff;
    line-height: 20px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 3px;
    padding: 1.5rem 1.5rem;
    line-height: inherit;
    /*text-transform: uppercase;*/
    font-size: 1.6rem;
}

.nav-side-menu {
    font-size: 1.8rem;
    font-weight: 400;
}

.nav-side-menu-b {
    margin-top: 40px
}

.nav-side-menu ul,
.nav-side-menu li {
    cursor: pointer;
}

.nav-side-menu ul {
    padding: 0;
}

.nav-side-menu li ul li a {
    padding-left: 0px;
    padding: 1.5rem 1.5rem;
    display: block;
}

.arrow-bottom::before {
    border-top: 2px solid #3E9197;
    border-left: 2px solid #3E9197;
}

.nav-side-menu ul .collapsed .arrow-bottom:before,
.nav-side-menu li .collapsed .arrow-bottom:before {
    vertical-align: middle;
    position: absolute;
    top: 16px;
    right: 1.5rem;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    width: 12px;
    height: 12px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0px;
}

.nav-side-menu ul :not(collapsed) .arrow-bottom:before,
.nav-side-menu li :not(collapsed) .arrow-bottom:before {
    vertical-align: middle;
    position: absolute;
    top: 16px;
    right: 1.5rem;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    width: 12px;
    height: 12px;
    z-index: 10;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 5px;
}

.arrow-bottom {
    width: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.nav-side-menu span.arrow {
    color: #fff;
    width: auto;
    padding: 0;
    float: right;
    background-color: transparent;
}


.nav-side-menu ul li span, .nav-side-menu ul li a {
    border-bottom: 2px solid #fff;
    color:#545454;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
    font-size: 1.5rem;
}

.nav-side-menu ul li ul li ul li a {
    border-bottom: hidden;
    padding: 1rem 3rem;
}

.nav-side-menu ul li ul li ul, .nav-side-menu ul li ul li ul li a, .nav-side-menu ul li ul li ul li span {
    background-color: #ddd;
}

    .nav-side-menu ul li ul li ul li ul li a {
        background-color: #6d7b86;
    }

.nav-side-menu ul li ul li ul {
    padding: 0rem;
    margin-top: 0;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu li a:hover {
    background-color: #dddddd;
    /*color:#fff;*/
    transition: initial;
    text-decoration: none;
    cursor: pointer;
}

.nav-side-menu .active span, .nav-side-menu li.active a {
    font-weight: normal;
}

.headerMain .navbar-nav li .dropdown-menu a {
    color:rgba(82,80,82,1);
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 1rem 2rem;
    display: inline-block;
    font-weight: normal;
    font-size: 1.6rem;
}

.menuLaterale.navbar-nav li .dropdown-menu a:hover {
    background-color: #5accd7;
}

/* PREMI */
    .catalogo-premi .sidebar {
    padding: 0 15px;
}

.catalogo-premi .premi-list {
    /* background-color: #EEEDED;*/
}

.catalogo-premi .premi-list .card-premio {
margin-bottom: 2rem;
background-color: #fff;
padding: 0 1rem;
}


.catalogo-premi .premi-list .card-premio h4 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 1.5rem 0 0.5rem;
}

.catalogo-premi .premi-list .card-premio .description {
    margin: 0 2rem 1.5rem 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.catalogo-premi .premi-list .card-premio img {
    width: 100%;
}

.catalogo-premi .list-group .list-group-item {
    padding: 0.5rem 1rem
}

.filtro-ricerca {
    color: #fff;
    padding: 1.5rem;
    background-color: #565656;
}

.filtro-ricerca ul {
    margin: 2rem 0;
    padding: 0;
}

.filtro-ricerca ul li {
    list-style: none;
}


.filtro-ricerca .btn, .filtro-ricerca .btn:focus, .filtro-ricerca .btn:link, .filtro-ricerca .btn:active, .filtro-ricerca .btn:visited, .filtro-ricerca .btn:active, .filtro-ricerca .btn:not(:disabled):not(.disabled).active, .filtro-ricerca .btn:not(:disabled):not(.disabled):active, .show > .filtro-ricerca .btn.dropdown-toggle {
    background-color: #fff;
    font-weight: bold;
}

.filtro-ricerca label {
}

.menu-cat {
}

.menu-cat .card-group-item .card-header {
}

.menu-cat .card-header .title {
    font-size: 1.8rem;
}

.menu-cat .badge-secondary {
    color: #fff;
}

.cat-info {
    margin: 0 0 3rem;
    font-size: 1.6rem;
}

.cat-info h3 {
    text-transform: initial;
    margin: 0 0 1rem;
}

.catalogo-premi .sidebar .strumenti {
    text-align: center;
    padding: 2rem;
}

.catalogo-premi .sidebar input[type=text] {
    width: 100%;
}


.filtro-ricerca input[type=text] {
    padding: 0.5rem
}


.object-list {
}

.object-list .card {
padding: 0;
}

.object-list .sidebar {
background-color: #EEEDED;
}


.object-list .sidebar .btn {
    margin: 0.5rem 0;
}

.shopping-cart-wrap h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0.5rem 0 1rem;
}

.shopping-cart-wrap .btn {
    font-size: 1.2rem;
    padding: 0.5rem 1.3rem;
}

.shopping-cart-wrap .price {
    font-size: 1.8rem;
}

/* FORM */

.form-full-width{}

    .form-full-width .col-sm-2, .form-full-width .col-sm-10, .form-full-width .col-md-12 {
        padding: 0;
    }

.form-group {
    font-size: 1.8rem;
}

.box-form {
}

.box-form h4 {
    margin: 5rem 0 3rem;
}

.box-form h5 {
    font-weight: bold;
    margin: 1rem 0 1rem;
    font-size: 1.7rem;
}

.box-form .row {
    margin-bottom: 3rem;
}

.box-form .input-group-text i {
    font-size: 1.8rem
}

.custom-select {
height:auto;

}

.card .box-form input[type="text"], .card .box-form input[type="password"] {
    /*width: 85%;*/
    width: 100%;
    padding: 1rem;
    margin: 0 0 1.3rem 0;
}

.card .form-01.box-form .input-group input {
    width: 85%;
    margin: 0;
    border: 1px solid #ced4da;
}

.field-validation-error {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb !important;
    position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: inline-block;
    width: 100%;
}

.noLogin .form-control[readonly] {
    background-color: #fff;
}

.trattamento-privacy h4 {
    font-size: 2.1rem;
    font-weight: bold;
    margin: 1rem 0;
}

.accettato .card {
    color: #155724;
    background-color: #def5e4;
    border-color: #c3e6cb;
}

.pulsantiera form {
    display: inline-block;
    margin: 0;
}


.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 1rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
}

.bootstrap-datetimepicker-widget ul {
    font-size: 1.4rem !important;
}

/* COUNTER*/

.counter {
    background-color: #f5f5f5;
    padding: 2rem;
    min-height: 300px;
    margin: 1rem 0;
}

.count-title {
    font-size: 5rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #248993;
    font-weight: bold;
}

.count-text {
    font-size: 1.7rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #545454;
}

.counter-img{}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
}

/* LIST BLOCK/PRODOTTI */

.list-block{}

    .list-block .list-block-item {
        margin-bottom:4rem;
    }

.list-block .list-block-txt h4{
    margin:2rem 0;
}

.list-block .list-block-txt p {
    margin-bottom: 1rem;
}

/* PRODOTTI CAROUSEL*/

.widg-carousel-prodotti {
}

.widg-carousel-prodotti .widg-multipleCarousel {
    background-color: transparent;
}

.bg-blu .container {
    background-color: #162a62;
}

.bg-davidoff {
	background-color: #e7dfc9;
}
.bg-davidoff .lSAction a {
    background-color: #dbd1b7;
}
.bg-davidoff .widg-multipleCarousel .panel-body, .bg-davidoff .widg-multipleCarousel h3, .bg-davidoff .widg-multipleCarousel h3 a {
    color: #545454;
    font-weight: bold;
}

.bg-west {
	background-color: #ebe1e1;
}
.bg-west .lSAction a {
    background-color: #555;
}
.bg-west .widg-multipleCarousel .panel-body, .bg-west .widg-multipleCarousel h3, .bg-west .widg-multipleCarousel h3 a {
    color: #000;
}

.bg-jps {
	background-color: #f4e4cf;
}
.bg-jps .lSAction a {
    background-color: #ead9c2;
}
.bg-jps .widg-multipleCarousel .panel-body, .bg-jps .widg-multipleCarousel h3, .bg-jps .widg-multipleCarousel h3 a {
    color: #000;
}

.bg-PeterStuyvesant {
	background-color: #a7c2e0;
}
.bg-PeterStuyvesant .lSAction a {
    background-color: #90afd2;
}
.bg-PeterStuyvesant .widg-multipleCarousel .panel-body, .bg-PeterStuyvesant .widg-multipleCarousel h3, .bg-PeterStuyvesant .widg-multipleCarousel h3 a {
    color: #000;
}


.bg-GoldenVirginia {
	background-color: #006a38;
}
.bg-GoldenVirginia .lSAction a {
    background-color: #d7b97b;
}
.bg-GoldenVirginia .widg-multipleCarousel .panel-body, .bg-GoldenVirginia .widg-multipleCarousel h3, .bg-GoldenVirginia .widg-multipleCarousel h3 a {
    color: #faedb0;
}


/* VETRINA PRODOTTI */

.widg-item-vetrina {
    font-size: 1.5rem;
    min-height: 410px;
}

.widg-item-vetrina h5 {
    font-weight:bold;
    font-size:1.6rem;
}

/* PAGINA ERRORE*/

.error-template {
    padding: 0 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

/* SLICK PLUGIN */
.thumbnail img {
    width: 100%;
    display: block;
}

.overlay {
    background-color: #000;
}

.slick-next:before, .slick-prev:before {
    content: "";
}

.slick-prev:hover, .slick-prev:focus, .slick-prev, .slick-next, .slick-next:hover, .slick-next:focus {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.slick-next, .slick-next:hover, .slick-next:focus {
    background-image: url('img/arrow_dx.svg');
}

.slick-prev:hover, .slick-prev:focus, .slick-prev {
    background-image: url('img/arrow_sx.svg');
}

/* MEDIAGALLERY*/

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
    max-width: 100% !important;
    margin: 0;
}

.mediagallery-post img {
    margin-bottom: 15px;
    opacity: 0.6;
}

.mediagallery-post img:hover {
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.mediagallery-post a:hover:after, .mediagallery-post a.hover:hover:after {
    display: none;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

a.video-thumb::after, a.foto-thumb::after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin: -30px 0 0 -24px;
    color: #fff;
    width: 58px;
    height: 48px;
    opacity: 0.7;
    background-repeat: no-repeat;
}

.mediagallery-post a.video-thumb::after {
    content: "";
    background-image: url('img/icon_thumb_video.svg');
}

.mediagallery-post a.foto-thumb::after {
    content: "";
    background-image: url('img/icon_thumb_foto.svg');
}

.mediagallery-post a.foto-thumb::after {
    content: "";
}


/* FOOTER*/
footer {
    background-color: #565656;
    color: #fff;
    font-size: 1.4rem;
}

    footer span {
        font-style: italic;
    }

    footer a {
        color: #fff;
    }

        footer a:hover {
            color: #d7d7d7;
        }

.fancybox-enabled body {
    height: auto;
}


.boxCerca .iconCerca { 
	margin:0;
	width:30px;
}
.boxCerca .btn,.boxCerca .btn:active,.boxCerca .btn:focus,.boxCerca .btn:hover, .boxCerca .btn:not(:disabled):not(.disabled):active { 
	background: transparent; 
	margin: 12px 0 0 20px; 
	border:none;
	padding: 4px 10px;
}


.boxCerca .btn:hover { cursor: pointer; }

.modalCercaNelSito .modal-content {  border-radius: 10px; }
.modalCercaNelSito .modal-title  { margin-left: 6%; margin-bottom:0; }
.modalCercaNelSito .modal-header, .modalCercaNelSito .modal-footer { border:none }
 .modalCercaNelSito .modal-footer { margin-right: 4%; }

.modalCercaNelSito .modal-body { padding: 0; }
.modalCercaNelSito input{
    width: 90%;
    margin: auto;
    border-radius: 30px;
    background-color: #eee;
    padding: 10px 20px;
    font-size: 24px;
}
.modalCercaNelSito .btn-secondary { background-color: #aaa;  }
.modalCercaNelSito .btn-secondary:hover { cursor: pointer;}

/****** Paginatore *****/

.pagination {
display:inline-block;
text-align:center;
}

.pagination li {
float:left;
}

.page-item.active .page-link {
    background-color: #3E9197;
    border-color: #3E9197;
}

.page-link {
    color:#3E9197;
}

.pagination li a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3E9197;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.carousel-comunicazione-slide .carousel-caption{
	width:60%;
}

/*RESPONSIVE*/
/********************************************************************************************

inizio DOWN VALUES

*********************************************************************************************/
/******************* Large devices (desktops, less than 1340px) */
@media (max-width: 1340px) {
    .bg-social-blu h5 {
        background-color: #fff;
        padding: 3rem;
        opacity: 0.9;
    }
	
	.hero-carousel .carousel-caption {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        padding: 1rem;
    }
	
	.carousel-comunicazione-slide .carousel-caption{
	width:100%;
}
}

/******************* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
}

/******************* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    h1, h2, h3, h4, h5, h6 {
        margin: 1rem 0;
    }

    h1 {
        font-size: 4.0rem;
    }

    h2 {
        font-size: 3.0rem;
    }

    h3 {
        font-size: 2.7rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    .f-39 {
        font-size: 3.0rem;
    }

    .f-33 {
        font-size: 2.7rem;
    }

    .f-27 {
        font-size: 2.4rem;
    }

    .f-17 {
        font-size: 1.5rem;
    }

    .catalogo-premi .sidebar {
        background-color: #A64560;
    }

    .catalogo-premi .premi-list {
        padding: 2rem;
        margin: 0;
    }

    .headerMain .navbar-nav {
        padding: 2rem 0;
        text-align: center;
    }

        .headerMain .navbar-nav li {
            background-color: #F3F3F3;
            border: 2px solid #fff;
        }

    .headerMain .brand img {
    }

    .hero-carousel .carousel-caption {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        padding: 1rem;
    }

    .container-widg {
        margin: 2rem auto;
    }

    .widg {
        padding: 2rem;
    }

    .widg-box-point .box-point-01, .widg-box-point .box-point-02 {
        padding: 2rem;
        text-align: center;
    }

        .widg-box-point .box-point-01 p, .widg-box-point .box-point-02 p {
            width: 100%;
        }


    .catalogo-premi .card {
        border: hidden;
    }

    .catalogo-premi .sidebar .strumenti {
        margin: 0 0 1rem;
    }

    .img-big-wrap img {
        max-width: 200px;
        height: auto !important;
    }

    .gallery-wrap .img-big-wrap img {
        margin-bottom: 0 !important;
    }

    .small-box-point .item-small-box {
        margin: 1rem 0;
    }

    .small-box-point .mb-5 {
        margin-bottom: 0 !important;
    }

    .bg-academy {
        padding: 4rem 1rem;
    }

    .boxCerca{
        text-align:center;
    }

    .boxCerca .btn{
        padding:0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding:1rem;
    }
}

/******************* Small devices (landscape phones, less than 768px) */

@media (max-width: 767px) {
    .bg-01 {
        padding: 2rem;
    }

    .btn {
        margin: 1rem 0;
    }
    /*responsive landing page*/

    /* .logo, .img-fluid, .col-md-6 {
        width: 90%;
        text-align: center;
    }

    .col-md-6 {
        margin-top: 2rem;
        margin-left: 3rem;
    } */

    .img-big-wrap img {
        max-width: 100%;
        height: auto !important;
    }

    .media.gallery-wrap {
        display: block;
    }
}
/******************* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    h1 {
        font-size: 3.0rem;
    }

    h2 {
        font-size: 2.8rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 2rem 0;
    }

    .box-txt {
        display: none;
    }

    .img-fluid {
        width: 100%;
    }


    .no-md-flex.media, .no-md-flex.media-body {
        display: block;
    }
}


/******************* Extra small devices (portrait phones, less than 461px) */
@media (max-width: 460px) {

    .headerMain .brand img {
        max-width: 200px;
    }

    .headerTop .nav a {
        font-size: 1.4rem;
    }

    .headerTop .navbar img {
        width: 22px;
    }

    .no-sm-flex.media, .no-sm-flex.media-body {
        display: block;
    }
}

@media (max-width: 380px) {
}

/******************* Extra small devices (portrait phones, less than 361px) */
@media (max-width: 360px) {
}

@media (max-width: 320px) {

    html, body {
        width: 320px;
    }
}


/********************************************************************************************

	inizio UP VALUES 

*********************************************************************************************/


@media (min-width: 360px) {
}

/******************* Small devices ( 460px and up)*/
@media (min-width: 460px) {
}
/******************* Small devices (576px and up)*/
@media (min-width: 576px) {
}

/******************* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .pgInterna {
        padding: 3rem 0 4rem;
    }

        .pgInterna .img-copertina-interna {
            max-width: 400px;
        }

    .catalogo-premi .premi-list .card-premio {
    }

}
/******************* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 2rem 1.5rem 0;
    }


    .headerMain .navbar-collapse {
        flex: none;
    }


    footer {
        bottom: 0;
        width: 100%;
        position: absolute;
        height: 50px;
    }



    .headerMain .navbar-nav li.active {
        border-bottom: 2px solid #707070;
    }
}
/******************* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .container-img {
        height: 250px;
        overflow: hidden;
    }

    .catalogo-premi .premi-list .card-premio {
    }
}


/********************************************************************************************

	inizio "AND" VALUES 

*********************************************************************************************/


@media (max-width: 575px) and (min-width: 460px) {
}

@media (max-width: 1199px) and (min-width: 767px) {
    .headerMain .navbar-nav li a {
        font-size: 1.8rem;
    }
}

@media (max-width: 991px) and (min-width: 767px) {
}


@media (max-width: 767px) and (min-width: 567px) {
}


/* Switch */

.switchPrivacy .labelSwitchPrivacy {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 10px;
    ;
}

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
    background-color: #AA223C;
}

.material-switch input[disabled] ~ .label-default {
    background-color: #ddd;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
background: inherit;
opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
background: inherit;
left: 20px;
}



/* Modifiche pagina ordini*/

.pulsantiera form {
    display: inline
}

.pulsantiera form .input-group-text {
    font-size:1.6rem;
}

.btn{white-space:initial;}

.tableDetail .table-in.table {
    background-color: #EEEDED;
}

.tableDetail.table.table-responsive th, .tableDetail.table-responsive .table-in th {
    width: auto;
}

.tableDetail.table td {
    vertical-align: middle;
}

.table th{width:auto;}

.table.table-responsive th {
    width: 100%;
}

.icon-note {
    font-size: 1.5rem;
    color: #3E9197;
}

.tooltip-inner {
    padding: 0.5rem 1rem;
}

    @media (min-width: 767px) {
        .table-responsive {
            display: inline-table;
        }

        .table.table-responsive th {
            width: auto;
        }
    }

.carousel-style2 h2 {
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    font-size: 2.1rem;
    margin: 1rem;
    color:#fff !important;
}
.carousel-style2 {
    padding: 0;
    color: #fff;
    margin-bottom: 3rem;
    background-color: #3b757b;
    padding:0 2rem;
}

.carousel-style2 .widg {
    padding:2rem 0;
}

.carousel-style2 .slide {
    background-color: #3E9197;
}

.carousel-style2 .panel-body {
    padding: 0 2rem 1rem 2rem;
}

.carousel-style2 .panel-body h3 a {
    color: #fff !important;
}

.carousel-style2 .panel-body h3 {
margin: 1rem 0 !important;
}

.card-premio .badge, .badge-cardPremio {
    position: absolute;
    top: 10px;
    left: 0;
    /*background-color: #A64560;*/
}

.img-big-wrap{position:relative;}

.img-big-wrap .badge-cardPremio {
    top: 50px;
}

.carousel-style2 .light-slider,  .carousel-style2 .slide {
    min-height: 370px;
}

.logoBrandWidget {
    max-width: 130px;
}

/* Banner ecommerce */

.bannerEcommerce {
    background-image: url('/media/2657/bg_ecommercedesk.png');
    background-position: center right;
    background-repeat: no-repeat;
}

    .bannerEcommerce .col-md-6 a, .bannerEcommerce .col-md-12 a {
        padding: 5rem 0;
    }

.bannerEcommerce .box-txtHome p {
    font-family: 'Nunito Sans';
    font-size: 1.8rem;
    width:80%;
}

.bannerEcommerce strong {
    color: #EFE884;
}

.bannerEcommerce .box-txtHome {
}

.bannerEcommerce .box-txtHome img {
    margin-right: 10px;
    margin-top: 8px;
}

.BannerProntoOrdini {
    background-color: #3E9197;
    color:#fff;
    padding:0;
}

.BannerProntoOrdini a, .BannerProntoOrdini a:hover {
    color: #fff;
}

.BannerProntoOrdini  .box-txt {
    border:hidden;
}

.BannerProntoOrdini .bannerEcommerce .box-txtHome img {
    margin-right: 0;
    margin-top: 8px;
    margin-left: 30px;
}

.BannerProntoOrdini .bannerEcommerce .box-txtHome p {
    width: 77%;
    margin-left: 10px;
}

.BannerProntoOrdini .bannerEcommerce .col-md-4 a, .BannerProntoOrdini .bannerEcommerce .col-md-6 a {
    padding: 5rem 0;
}


@media (max-width: 1200px) and (min-width: 992px) {
    .bannerEcommerce .box-txtHome img {
        top: 50px;
    }
}

@media (max-width: 1200px) {

    .bannerEcommerce .landing-card01, .landing-card02 {
        padding: 0;
    }
    .BannerProntoOrdini .bannerEcommerce .col-md-6 a, .BannerProntoOrdini .bannerEcommerce .col-md-12 a {
        padding: 2rem 0;
    }

    .BannerProntoOrdini .bannerEcommerce .box-txtHome img {
        margin-left: 0;
    }
    .BannerProntoOrdini .bannerEcommerce .box-txtHome p {
        width: 80%;
    }
    .BannerProntoOrdini .bannerEcommerce {
        text-align:center;
    }
	
	.bannerEcommerce .col-md-6 a, .bannerEcommerce .col-md-12 a {
    padding: 3rem 0;
	}
	
    }

@media (max-width: 992px) {
    .bannerEcommerce {
        background-image: none;
    }

    .bannerEcommerce .logo {
        max-width: 280px;
    }

    .bannerEcommerce .col-md-6 a, .bannerEcommerce .col-md-12 a, .bannerEcommerce .landing-card01, .landing-card02 {
        padding: 1rem 0 0 0;
    }

    .bannerEcommerce {
        padding: 2rem;
    }
    .BannerProntoOrdini .bannerEcommerce .col-md-4 a, .BannerProntoOrdini .bannerEcommerce .col-md-6 a {
        padding: 2rem 0;
    }

    .BannerProntoOrdini .bannerEcommerce .logo {
        max-width: 230px;;
    }
}

@media (max-width: 767px) {
    .bannerEcommerce .box-txt {
        border-left: hidden;
    }
    .BannerProntoOrdini .bannerEcommerce .logo {
       margin-bottom:20px;;
    }
    .bannerEcommerce .box-txtHome{
        min-height:100px;
    }

}

@media (max-width: 480px) {
    .bannerEcommerce .box-txtHome img {
    }
}

.infoEvidenza{
    background-color: #3E9197;
    color: #fff;
    padding: 2rem;
}

.pgInterna .infoEvidenza h3 {
    color: #fff;
    margin-top:0;
}

.pgInterna .infoEvidenza p {
    margin-bottom: 0;
}


.caotemp input.form-check-input {
    position: initial;
}

/* Popover */

.popover{
padding:0;
}
.popover .popover-header{
font-size:1.5rem;
margin:0;
padding:1.6rem;
}

.popover button{
	color: #ffffff;
    font-size: 13px;
    width: auto;
    padding: 0.6rem 3rem;
    border-radius: 2rem;
    margin: 0.5rem;
	background-color: #616060 !important;
	border:hidden;
	text-transform:uppercase;
}


.ty-1 ul{list-style-type:none;}
.ty-1 ul li{list-style-position:inside;}

/****** Sezione video *****/

.elenco-video{}
.content-video{background-color: #f0f0f0;}

/* Aggiornamento 2024*/

.box-card a .landing-card01 {
    color: #18234d;
    font-weight: bold;
}

.landing-card01 {
    background-color: #fdd6a8;
}

.noLogin.headerTop, footer.footer-noLogin{
    background-color: #f78f28;
}

.noLogin .label-form, .noLogin .forgot a {
    color: #1d3a82;
}

.noLogin .btn, .noLogin .btn:focus, .noLogin .btn:link, .noLogin .btn:active, .noLogin .btn:visited, .noLogin .btn:active, .noLogin .btn:not(:disabled):not(.disabled).active, .noLogin .btn:not(:disabled):not(.disabled):active, .show > .noLogin .btn.dropdown-toggle {
    background-color: #1d3a82
}

.noLogin.brand img {
    max-width: 250px;
}

.field-validation-error {
    color: #f28e27;
    background-color: #feefdd;
    border: 1px solid #FFE3BF !important;
    position: relative;
    padding: .5rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: inline-block;
    width: 100%;
}

.headerMain .brand img {
    max-width: 180px;
}

a {
    color: #f78f28;
}

a:hover {
    color: #F78028
}

.noLogin .txt-evidenza {
    color: #F78028 !important;
}