/*
aggiunto in html
import url('padding-margin-bottom-top.css');
 */
/*
non utilizzato
@import url('../font/futura/stylesheet.css');
*/
/*
non utilizzato
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
*/
/*
aggiunto in html
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&display=swap');
*/
/*-
non utilizzato
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,700,700i&display=swap&subset=latin-ext');
*/

:root {
    --header-height: 102px;
}
@media (min-width: 768px) {
    :root {
        --header-height: 142px;
    }
}
@media (min-width: 1025px) {
    :root {
        --header-height: 154px;
    }
}
@media (min-width: 1300px) {
    :root {
        --header-height: 198px;
    }
}

.hidden-necessary-page-heading {
    -webkit-clip-path: inset(100%) !important;
    clip-path: inset(100%) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}


html {
    height: auto;
    min-height: 100vh;
    width: auto;
}

body {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    height: auto;
    width: auto;
    background: #f7f8f9;
}

a,
a:link,
a:visited,
a:hover {
    color: #0466c1;
}

ul.row {
    list-style: none;
    padding: 0 0 0 0;
    margin-bottom: 0;
    margin-top: 0;
}

.row.row-nomargin {
    margin-left: 0;
    margin-right: 0;
}

.row.row-nomargin>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

body>.wrapper.scrollbar-dynamic>.wrapper.scrollbar-dynamic {
    padding-right: 12px !important;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {}

body .wrapper {
    height: 100%;
    width: 100%;
}

body>.wrapper.scrollbar-dynamic.scrollbarInitialized {
    overflow: auto;
    height: calc(100vh - 80px);
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Poppins, "Josefin Sans", "Josefin Sans", Helvetica, sans-serif;
    font-weight: 300;
}

body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Poppins, "Josefin Sans", "Josefin Sans", Helvetica, sans-serif;
    font-weight: 300;
}

body>.body-wrapper {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    max-width: 1920px;
}

body>.body-wrapper:after {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100vh;
    width: 100%;
    max-width: 1920px;
    z-index: -1;
    background-size: cover !important;
}

body.searchlist>.body-wrapper:after {
    display: none;
}

body.main-search-open:before {
    content: "";
    background: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
}

a,
a:link,
a:visited,
a:hover {}

input,
select,
textarea {
    font-weight: 300;
}

.text-align-left {
    text-align: left !important;
    text-align: -webkit-left !important;
}

.text-align-center {
    text-align: center !important;
    text-align: -webkit-center !important;
}

.text-align-right {
    text-align: right !important;
    text-align: -webkit-right !important;
}

.detail-articoli-correlati {
    display: none;
}

.detail-articoli-correlati button.btn {
    text-transform: none;
    font-size: 14px;
    line-height: normal;
}

.formatiArticoliCorrelati {
    margin-top: 30px;
    font-size: 17px;
    text-align: center;
}

.formatiArticoliCorrelati>a {
    font-size: 17px;
    font-weight: 600;
}

.home-sidebar-content {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*
#########################################################################################
NAV-MENU
#########################################################################################
*/
.navigation-menu.nav-menu-horizontal {
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.navigation-menu.nav-menu-horizontal>li {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.navigation-menu.nav-menu-horizontal>li>a {
    position: relative;
    display: table-cell;
    padding: 0 0 0 20px;
    width: 100% !important;
    min-width: 150px;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}

/*
		MENU HEIGHT
		##########################################################################################
		*/
.navigation-menu.nav-menu-horizontal.menu-height-150 {
    height: 150px;
}

.navigation-menu.nav-menu-horizontal.menu-height-152 {
    height: 152px;
}

/*
		##########################################################################################
		*/
/*
		MENU LABEL HEIGHT
		##########################################################################################
		*/
.navigation-menu.nav-menu-horizontal.labe-height-25>li>a {
    height: 24px;
    line-height: 24px;
}

.navigation-menu.nav-menu-horizontal.labe-height-30>li>a {
    height: 29px;
    line-height: 29px;
}

.navigation-menu.nav-menu-horizontal.labe-height-38>li>a {
    height: 37px;
    line-height: 37px;
}

.navigation-menu.nav-menu-horizontal.labe-height-40>li>a {
    height: 39px;
    line-height: 39px;
}

/*
		##########################################################################################
		*/
.navigation-menu.nav-menu-horizontal>li>a>span {
    position: relative;
    z-index: 1;
}

.navigation-menu.nav-menu-horizontal:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all .5s;
}

/*
			MENU LABEL HEIGHT POSITION
			##########################################################################################
			*/
.navigation-menu.nav-menu-horizontal.labe-height-25:before,
.navigation-menu.nav-menu-horizontal.labe-height-25.activeItem_0:before {
    top: 0;
    height: 25px;
}

.navigation-menu.nav-menu-horizontal.labe-height-25.activeItem_1:before {
    top: 25px;
    height: 25px;
}

.navigation-menu.nav-menu-horizontal.labe-height-25.activeItem_2:before {
    top: 50px;
    height: 25px;
}

.navigation-menu.nav-menu-horizontal.labe-height-25.activeItem_3:before {
    top: 75px;
    height: 25px;
}

.navigation-menu.nav-menu-horizontal.labe-height-25.activeItem_4:before {
    top: 100px;
    height: 25px;
}

.navigation-menu.nav-menu-horizontal.labe-height-30:before,
.navigation-menu.nav-menu-horizontal.labe-height-30.activeItem_0:before {
    top: 0;
    height: 30px;
}

.navigation-menu.nav-menu-horizontal.labe-height-30.activeItem_1:before {
    top: 30px;
    height: 30px;
}

.navigation-menu.nav-menu-horizontal.labe-height-30.activeItem_2:before {
    top: 60px;
    height: 30px;
}

.navigation-menu.nav-menu-horizontal.labe-height-30.activeItem_3:before {
    top: 90px;
    height: 30px;
}

.navigation-menu.nav-menu-horizontal.labe-height-30.activeItem_4:before {
    top: 120px;
    height: 30px;
}

.navigation-menu.nav-menu-horizontal.labe-height-38:before,
.navigation-menu.nav-menu-horizontal.labe-height-38.activeItem_0:before {
    top: 0;
    height: 38px;
}

.navigation-menu.nav-menu-horizontal.labe-height-38.activeItem_1:before {
    top: 38px;
    height: 38px;
}

.navigation-menu.nav-menu-horizontal.labe-height-38.activeItem_2:before {
    top: 76px;
    height: 38px;
}

.navigation-menu.nav-menu-horizontal.labe-height-38.activeItem_3:before {
    top: 114px;
    height: 38px;
}

.navigation-menu.nav-menu-horizontal.labe-height-38.activeItem_4:before {
    top: 152px;
    height: 38px;
}

.navigation-menu.nav-menu-horizontal.labe-height-40:before,
.navigation-menu.nav-menu-horizontal.labe-height-40.activeItem_0:before {
    top: 0;
    height: 40px;
}

.navigation-menu.nav-menu-horizontal.labe-height-40.activeItem_1:before {
    top: 30px;
}

.navigation-menu.nav-menu-horizontal.labe-height-40.activeItem_2:before {
    top: 60px;
    height: 40px;
}

.navigation-menu.nav-menu-horizontal.labe-height-40.activeItem_3:before {
    top: 90px;
    height: 40px;
}

.navigation-menu.nav-menu-horizontal.labe-height-40.activeItem_4:before {
    top: 120px;
    height: 40px;
}

/*
			##########################################################################################
			*/
/*
		MENU CONTENT HEIGHT
		##########################################################################################
		*/
.navigation-menu.nav-menu-horizontal>li>.navigation-menu-content {
    position: absolute;
    top: 0;
    left: 30%;
    right: 0;
    display: none;
    padding: 15px;
    box-sizing: border-box;
    z-index: 2;
}

.navigation-menu.nav-menu-horizontal.menu-height-150>li>.navigation-menu-content {
    height: 150px;
}

.navigation-menu.nav-menu-horizontal.menu-height-152>li>.navigation-menu-content {
    height: 152px;
}

/*
		##########################################################################################
		*/
.navigation-menu.nav-menu-horizontal>li.active>a {
    display: table-cell;
    width: 30%;
    font-size: 20px;
    font-weight: 500;
}

.navigation-menu.nav-menu-horizontal>li.active>.navigation-menu-content {
    display: block;
}


.navigation-menu.nav-menu-single {
    position: relative;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.navigation-menu.nav-menu-single>li {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/*
##########################################################################################
*/


/*
HEADER SEARCH
##########################################################################################
*/
form#form-search {
    text-align: center;
}

input.header-search {
    /*
	width:calc(100% - 100px);
	*/
    width: 100%;
    display: block;
    height: 44px;
    line-height: 44px;
    outline: 0 !important;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .02) !important;
    border: solid 1px rgba(0, 0, 0, .1) !important;
}

input.header-search.loading-ajax {
    background-image: url(../img/ajax_loader_header_search.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 40px;
}

header .search-info-alert {
    display: none;
    position: absolute;
    left: 50%;
    font-size: 13px;
    color: #fff;
    transform: translate(-50%, 0);
    background: #999;
    margin: 10px 0 0 0;
    padding: 3px 15px;
    border-radius: 30px;
    box-shadow: 0 8px 4px -8px rgba(0, 0, 0, 0.2);
}

input.header-search::-webkit-input-placeholder {}

input.header-search::-moz-placeholder {}

input.header-search:-ms-input-placeholder {}

input.header-search:-moz-placeholder {}

/*
##########################################################################################
*/

/*
MAIN BODY
##########################################################################################
*/
.main-body {
    width: 100%;
    max-width: 1920px;
    padding: 0 64px 0 64px;
    margin: 0 auto 0 auto;
    /*
	min-height:100vh;
	*/
}

.main-body section {
    padding: 25px 0 10px 0;
}

.detail-wrapper {
    padding: 0 0 50px 0;
}

body.search-home .detail-wrapper {
    padding: 0 0 50px 0;
    position: relative;
}

/*
body.search-home .detail-wrapper:before {
    content:"";
    position:absolute;
    width:32px;
    background:#eee;
    top:0;
    left:0;
    bottom:50px;
    z-index:1;
    background-repeat:no-repeat;
    background-position:center 40px;
    background-size:contain;
}
body.search-home .detail-wrapper.divisione-catalogo:before {
    background-image:url(../img/lista_dvisione_catalogo.png);
}
body.search-home .detail-wrapper.divisione-scuola:before {
    background-image:url(../img/lista_dvisione_scuola.png);
}
body.search-home .detail-wrapper.divisione-universita:before {
    background-image:url(../img/lista_dvisione_universita.png);
}
body.search-home .detail-wrapper.divisione-test-concorsi:before {
    background-image:url(../img/lista_dvisione_test_concorsi.png);
}
body.search-home .detail-wrapper.divisione-italiano-stranieri:before {
    background-image:url(../img/lista_dvisione_italiano_stranieri.png);
}
body.search-home .detail-wrapper.divisione-foreign-rights:before {
    background-image:url(../img/lista_dvisione_foreign_rights.png);
}
*/

.content-box-dialog {
    width: calc(100% - 30px);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/*
.main-body section.owl-carousel.detail-carusel {
	padding:0 0 0 0;
	display:table;
	margin:0 auto 0 auto;
}
	.main-body section.owl-carousel.detail-carusel:before {
		content:"";
		position:absolute;
		left:0;
		top:0;
		bottom:0;
		width:50px;
		z-index:0;
	}
	.main-body section.owl-carousel.detail-carusel:after {
		content:"";
		position:absolute;
		right:0;
		top:0;
		bottom:0;
		width:50px;
		z-index:0;
	}

	.main-body section.owl-carousel.detail-carusel .slide-container {
		display:table;
		width:calc(100% - 200px);
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
		.main-body section.owl-carousel.detail-carusel .slide-container .owl-item {
			width:100%;
		}
			.main-body section.owl-carousel.detail-carusel .slide-container .owl-item .detail-page {
				width:calc(100% + 30px);
			}

	.main-body section.owl-carousel.detail-carusel .slide-container .wrapper {
		height:300px;
	}
	.detail-wrapper>section.owl-carousel detail-carusel {
		margin:0 0 0 0 !important;
	}

.owl-carousel.detail-carusel {
	position:relative;
	min-height:300px;
	z-index:0;
}
	.owl-carousel.detail-carusel .owl-item {
		padding:25px 25px 25px 25px;
		min-height:500px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
		.owl-carousel.detail-carusel .owl-item.active:after {
			display:none;
		}
		.owl-carousel.detail-carusel .owl-item>.item {
			flex:1;
		}
.owl-carousel.detail-carusel .owl-stage {
		padding-right:83px !important;
	}
	.owl-carousel.detail-carusel .owl-item.active {
		width:calc(100vw - 200px) !important;
	}
	.owl-carousel.detail-carusel .detail-carusel-owl-dots {
		position:absolute;
		left:0;
		right:0;
		top:100%;
		margin-top:35px;
	}
	.owl-carousel.detail-carusel .detail-carusel-owl-nav {
		position:static;
	}
		.owl-carousel.detail-carusel .detail-carusel-owl-nav>button {
			position:absolute;
			top:50%;
			transform:translate(0,-50%);
			z-index:5;
			width:50px;
			height:50px;
			border:0;
			outline:0;
			box-shadow:none;
			padding:0 0 0 0;
			margin:0 0 0 0;
			text-align:center;
		}
		.owl-carousel.detail-carusel .detail-carusel-owl-nav>button.owl-prev {
			left:0;
		}
		.owl-carousel.detail-carusel .detail-carusel-owl-nav>button.owl-next {
			right:0;
		}
		.owl-carousel.detail-carusel .detail-carusel-owl-nav>button>i {
			font-size:45px;
			transition:all .5s;
			font-weight:700;
			width:50px;
			height:50px;
			padding:0 0 0 0;
			margin:0 0 0 0;
			text-align:center;
		}
		.owl-carousel.detail-carusel .detail-carusel-owl-nav>button:hover>i {
		}

	.owl-carousel.search-lists-carusel .owl-item {
		position:relative;
		height:250px;
		box-shadow:0 1px 5px 1px rgba(0,0,0,.1);
		transition:box-shadow .5s;
	}
		.owl-carousel.detail-carusel .detail-navigation {
			list-style:none;
			padding:0 0 0 0;
			margin:0 0 0 0;
			position:absolute;
			left:0;
			right:0;
			bottom:0;
			font-size:0;
		}
			.owl-carousel.detail-carusel .detail-navigation>li {
				display:inline-block;
				font-size:16px;
				text-transform:uppercase;
				text-align:center;
				line-height:30px;
				height:30px;
				width:25%;
			}
			.owl-carousel.detail-carusel .detail-navigation>li:first-of-type {
				border-left:0;
			}
			.owl-carousel.detail-carusel .detail-navigation>li.active {
				display:inline-block;
				font-size:16px;
				text-transform:uppercase;
				text-align:center;
				line-height:30px;
				height:30px;
				width:25%;
			}
				.owl-carousel.detail-carusel .detail-navigation>li>a {
					display:block;
					width:auto;
					font-size:16px;
					text-transform:uppercase;
					text-align:center;
					line-height:30px;
					height:30px;
					text-decoration:none;
				}
*/


body:not(.touchDevice) .owl-carousel .owl-stage-outer {}

.owl-carousel-static .owl-stage-outer>.owl-stage,
.owl-carousel .owl-stage-outer>.owl-stage {
    padding: 25px 0 25px 0;
}

.owl-carousel-static.owl-carousel-center-items .owl-stage-outer>.owl-stage,
.owl-carousel.owl-carousel-center-items .owl-stage-outer>.owl-stage {
    width: 100% !important;
    text-align: center;
}

.owl-carousel-static.owl-carousel-center-items .owl-stage-outer>.owl-stage .owl-item.active,
.owl-carousel.owl-carousel-center-items .owl-stage-outer>.owl-stage .owl-item.active {
    float: none;
    display: inline-block;
    background: transparent !important;
}

body:not(.touchDevice) .owl-carousel-static .owl-stage-outer>.owl-stage .active:last-of-type,
body:not(.touchDevice) .owl-carousel .owl-stage-outer>.owl-stage .active:last-of-type {
    background: #fff;
}

.content-row,
.search-lists {
    padding: 25px 0 15px 0;
    position: relative;
    z-index: 1;
}

.content-row h3,
.search-lists h3 {
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0 50px 15px 50px;
}

.content-row p,
.search-lists p {
    margin: 0 50px 15px 50px;
}

.owl-carousel-static.lists-carusel,
.owl-carousel.lists-carusel {
    padding: 0 0 0 0;
}

.owl-carousel-static.lists-carusel.detail-search-lists,
.owl-carousel-static.lists-carusel.home-lists,
.owl-carousel.lists-carusel.detail-search-lists,
.owl-carousel.lists-carusel.home-lists {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel-static.lists-carusel.post-lists,
.owl-carousel.lists-carusel.post-lists {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel-static.lists-carusel .owl-item,
.owl-carousel.lists-carusel .owl-item {
    position: relative;
    height: 250px;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .1);
    transition: box-shadow .5s, transform .5s;
}

.owl-carousel-static.lists-carusel .owl-item:hover,
.owl-carousel.lists-carusel .owl-item:hover {
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .3);
}

body:not(.touchDevice) .owl-carousel-static.lists-carusel .owl-item:hover,
body:not(.touchDevice) .owl-carousel.lists-carusel .owl-item:hover {
    transform: scale(1.05);
}

.owl-carousel-static.lists-carusel .owl-item .item,
.owl-carousel.lists-carusel .owl-item .item {
    background-position: center top;
    background-size: cover !important;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.owl-carousel-static.lists-carusel .owl-item h3,
.owl-carousel.lists-carusel .owl-item h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 -6px 0 -6px;
    padding: 8px 0;
    text-align: center;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    height: 85px;
    background: rgba(38, 51, 57, .8) !important;
}

.owl-carousel-static.lists-carusel .owl-item h3>strong,
.owl-carousel.lists-carusel .owl-item h3>strong {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 25px;
    font-weight: 300;
    display: -webkit-box;
    max-height: 55px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;

}


.homepage-content.content-detail-book .home-row-list .section-content {
    padding: 96px 0 96px 0;
}

.homepage-content.content-detail-book .home-row-list.light-box {
    background: transparent !important;
}

.search-list-content,
.homepage-content {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #fff;
}

.search-list-content .search-row-list,
.homepage-content .home-row-list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 100px 0 100px 0;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-dots button {
    outline: 0;
    margin: 5px 4px;
    width: 18px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 4px auto 4px auto;
    padding: 0 0 0 0;
    transition: all .2s;
}

.owl-theme .owl-dots .owl-dot:hover span {
    width: 13px;
    height: 13px;
    margin: 2.5px auto 2.5px auto;
    padding: 0 0 0 0;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    height: 15px;
    margin: 0 auto 0 auto;
    margin: 1.5px;
}

.search-list-content .search-row-list:nth-child(odd) .owl-carousel.owl-theme .owl-dots .owl-dot span,
.homepage-content .home-row-list:nth-child(odd) .owl-carousel.owl-theme .owl-dots .owl-dot span {}

.search-list-content .search-row-list:nth-child(odd) .owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.homepage-content .home-row-list:nth-child(odd) .owl-carousel.owl-theme .owl-dots .owl-dot.active span {}

.search-list-content .search-row-list:nth-child(even) .owl-carousel.owl-theme .owl-dots .owl-dot span,
.homepage-content .home-row-list:nth-child(even) .owl-carousel.owl-theme .owl-dots .owl-dot span {}

.search-list-content .search-row-list:nth-child(even) .owl-carousel .owl-theme .owl-dots .owl-dot.active span,
.homepage-content .home-row-list:nth-child(even) .owl-carousel.owl-theme .owl-dots .owl-dot.active span {}

.search-lists {}

.search-list-content .search-row-list:nth-child(odd),
.homepage-content .home-row-list:nth-child(odd) {}

.search-list-content .search-row-list:nth-child(even),
.homepage-content .home-row-list:nth-child(even) {}

.search-lists h2,
.search-list-content .search-row-list .section-content h2,
.homepage-content .home-row-list .section-content h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
    text-align: center;
    position: relative;
    /*
			border-bottom:solid 1px rgba(0,0,0,.16);
			*/
}

h2.user-profile-subtitle {
    text-transform: none !important;
    transform: translate(0, -48px);
}

.search-lists h2 {}

.search-list-content .search-row-list:nth-child(even) .section-content h2,
.homepage-content .home-row-list:nth-child(even) .section-content h2 {}

.search-lists h2>strong,
.search-list-content .search-row-list .section-content h2>strong,
.homepage-content .home-row-list .section-content h2>strong {
    display: inline-block;
    font-size: 26px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
}

.search-lists h2>span,
.search-list-content .search-row-list .section-content h2>span,
.homepage-content .home-row-list .section-content h2>span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-transform: none;
}

.search-lists p,
.search-list-content .search-row-list .section-content p,
.homepage-content .home-row-list .section-content p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 0 0;
}

.search-lists section {
    font-size: 16px;
    text-align: center;
    margin: 100px 0 0 0;
}

.search-list-content .search-row-list .section-content section,
.homepage-content .home-row-list .section-content section {
    font-size: 16px;
    text-align: center;
    margin: 100px 50px 0 50px;
}

.search-list-content .search-row-list .section-content section.owl-carousel-static.search-lists-carusel,
.homepage-content .home-row-list .section-content section.owl-carousel-static.home-list-carusel,
.search-list-content .search-row-list .section-content section.owl-carousel.search-lists-carusel,
.homepage-content .home-row-list .section-content section.owl-carousel.home-list-carusel {
    font-size: 16px;
    text-align: center;
    margin: 100px auto 0 auto !important;
    max-width: calc(100vw - 100px) !important;
}

.home-box .newsletter-body-sidebox,
.homepage-content .home-row-list.newsletter-homepage-box {
    background-size: cover !important;
    background-position: center center;
}

.home-box .newsletter-body-sidebox h3.box-title,
.homepage-content .home-row-list.newsletter-homepage-box h3.box-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    border: 0;
    /*
            color:#fff !important;
            text-shadow: 0 0 1px rgba(0,0,0,.5), 0 0 1px rgba(0,0,0,.5), 0 0 1px rgba(0,0,0,.5), 0 0 4px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.2);
            */
    color: #000;
    margin-bottom: 64px;
}

.home-box .newsletter-body-sidebox div.box-test,
.homepage-content .home-row-list.newsletter-homepage-box div.box-test {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    border: 0;
    /*
            color:#fff !important;
            text-shadow: 0 0 1px rgba(0,0,0,.8), 0 0 1px rgba(0,0,0,.8), 0 0 1px rgba(0,0,0,.8), 0 0 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3), 0 0 2px rgba(0,0,0,.3);
            */
    color: #000;
    margin-bottom: 64px;
}

.home-box .newsletter-body-sidebox div.box-test>div,
.homepage-content .home-row-list.newsletter-homepage-box div.box-test>div {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    /*
                color:#fff !important;
                */
    color: #000 !important;
}

.home-box .newsletter-body-sidebox div.box-test a,
.home-box .newsletter-body-sidebox div.box-test a:link,
.home-box .newsletter-body-sidebox div.box-test a:visited,
.home-box .newsletter-body-sidebox div.box-test a:hover,
.homepage-content .home-row-list.newsletter-homepage-box div.box-test a,
.homepage-content .home-row-list.newsletter-homepage-box div.box-test a:link,
.homepage-content .home-row-list.newsletter-homepage-box div.box-test a:visited,
.homepage-content .home-row-list.newsletter-homepage-box div.box-test a:hover {
    /*
                color:#fff !important;
                */
    color: #000 !important;
    font-weight: bold;
}



/*
.owl-carousel.detail-carusel .owl-item .detail-page {
	padding:25px 25px 25px 25px;
	height:100%;
}
	.owl-carousel.detail-carusel .owl-item .detail-page>.detail-image {
		flex:0 0 250px;
		max-width:250px;
	}
		.owl-carousel.detail-carusel .owl-item .detail-page>.detail-image img {
			box-shadow:0 2px 5px 1px rgba(0,0,0,.3);;
		}
	.owl-carousel.detail-carusel .owl-item .detail-page>.detail-data {
		flex:0 0 calc(100% - 550px);
		max-width:calc(100% - 550px);
		min-height:420px;
	}
		.owl-carousel.detail-carusel .owl-item .detail-page>.detail-data .detail-image {
			display:none;
		}
	.owl-carousel.detail-carusel .owl-item .detail-page>.detail-info {
		flex:0 0 300px;
		max-width:300px;
	}
	.owl-carousel.detail-carusel .owl-item .detail-page>.detail-info .dettaglio-titolo {
		line-height:32px;
	}
*/
.detail-page .body-type {
    height: 400px;
    display: none;
}

.detail-page .body-type.active {
    display: block;
}


h1 {
    font-size: 30px;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    border-bottom: solid 1px rgba(0, 0, 0, .16);
}

h1.page-title {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 64px 0;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, .16);
}

.list-box-wrapper h1 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 64px 0;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
    border-bottom: solid 1px rgba(0, 0, 0, .16);
}

.list-box-wrapper h1.titolo-collana-leggere {
    margin: 0 0 32px 0;
}

.list-box-wrapper p.argomento-info-testo {
    margin: 0 0 64px 0;
    padding: 0 0 0 0;
    text-align: center;
}

.list-box-wrapper h1.title {
    font-weight: 600;
}

.list-box-wrapper h1>strong {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.list-box-wrapper h1>span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    text-transform: none;
}


h2 {
    font-size: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.sidebar-box-wrapper h2 {
    text-transform: uppercase;
    font-size: 24px;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    margin: 25px 0 50px 0;
    padding: 0 0 0 0;
    text-align: center;
    margin-left: 32px !important;
    margin-right: 32px !important;
    /*
    border-bottom: solid 1px rgba(0,0,0,.16) !important;
    */
}

.sidebar-box-wrapper .argomentiSearch h2.argomentiHeader {
    margin: 0 0 30px 0 !important;
}

.sidebar-box-wrapper .argomentiSearch h2.argomentiHeader.collanaLeggere {
    margin: 0 0 0 0 !important;
}

.sidebar-box-wrapper .argomentiSearch h2.argomentiHeader>span {
    font-size: 15px;
    font-weight: 300;
    display: block;
    color: rgba(0, 0, 0, .7);
    margin: 5px 0 10px 0 !important;
}

h3 {
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    border: none !important;
}

h4 {
    font-size: 18px;
    line-height: 40px;
}

.search-filters h3 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
    margin-left: 32px;
}

.detail-data h1 {
    font-size: 26px;
    font-weight: 300;
}

.detail-data h2 {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
}

.detail-data .dettaglio-data-info {
    margin: 30px 0 0 0;
    padding: 0 0 0 30px;
}

.detail-data .dettaglio-data-info {
    font-size: 18px;
}

.detail-data .dettaglio-data-info label {
    font-weight: 300;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.detail-data .dettaglio-data-info a {
    font-weight: 400;
}

.detail-data #dettaglio_descrizione {
    padding: 0 0 0 0;
    text-align: justify;
}

textarea.owl-text-select-on {
    border: 0;
    outline: 0;
    resize: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 0 0;
    white-space: normal;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
}

.main-body section.detail-content-wrapper .detail-content .detail-body .detail-add-to-cart {
    text-align: center;
}

.search-list-content .search-row-list:nth-child(even),
.homepage-content .home-row-list.dark-box {
    background: rgba(0, 0, 0, .03) !important;
}

/*
##########################################################################################
*/

/*
PAGINA LISTA
##########################################################################################
*/
.page-wrapper {
    padding: 0 0;
}

.row-page-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.page-wrapper .list-wrapper {
    padding-left: 0;
    padding-right: 0;
}

.page-wrapper .list-wrapper .list-box-wrapper {
    padding: 0 64px 0 0;
    height: 100%;
    min-height: 670px;
}

.page-wrapper .list-wrapper .item-list-wrapper {
    margin-bottom: 64px;
}


.list-box-wrapper .detail-content .data-content-text * {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.content-text a {
    font-weight: 400;
}

.content-text strong,
.content-text b {
    font-weight: 600;
}

/*
SIDEBAR LISTA STICKT
*/
.page-wrapper .sidebar-wrapper {}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper {
    /*
    position:absolute;
    width:100%;
    max-width:450px;
    height:100%;
    padding:32px 32px 32px 32px;
    margin-bottom:300px;
    */



    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    width: 100%;
    max-width: 450px;
    padding: 32px 32px 32px 32px;
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper.height100 {
    height: 100% !important;
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper>.scroll-wrapper {
    height: calc(100% - 25px - 50px - 25px);
    width: 100%;
}

body.sticky-sidebar .page-wrapper .sidebar-wrapper .sidebar-box-wrapper {
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    margin-bottom: 0;
}

body.sticky-sidebar .page-wrapper .sidebar-wrapper .sidebar-box-wrapper>.scroll-wrapper {
    height: calc(100% - 25px - 50px - 25px);
    width: 100%;
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper.fixedPosition {
    position: fixed;
    width: 400px;
    left: auto;
    right: auto;
    top: 25px;
    max-height: calc(100vh - 50px);
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper>h2 {
    margin: 0 0 50px 0;
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper .search-filters {
    overflow: hidden;
    overflow-y: auto;
    max-height: 100vh;
}

.page-wrapper .list-wrapper .list-box-wrapper .row-list-item {}

.page-wrapper .list-wrapper .list-box-wrapper .row-list-item:after {
    content: "";
    display: block;
    margin: 50px auto 50px auto;
    width: calc(100% - 30px);
    height: 1px;
}

.page-wrapper .list-wrapper .list-box-wrapper .row-list-item:last-of-type:after {
    display: none;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-image {
    flex: 0 0 120px;
    max-width: 120px;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-content {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-data {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.page-wrapper .list-wrapper .list-box-wrapper .row-data-item:first-of-type {
    margin-top: 20px;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-data .item-header-left {
    flex: 1;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-data h3 {
    line-height: 27px;
    margin: 0 0 10px 0;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-data h4 {
    font-style: italic;
    font-weight: 300;
    line-height: 27px;
    margin: 0 0 0 0;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-data .row-data-item {
    font-size: 16px;
    line-height: 40px;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-options {
    flex: 0 0 300px;
    max-width: 300px;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-options .item-header-left {
    flex: 1;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-options h3 {
    line-height: 27px;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    margin: 0 0 0 0;
    border: 0;
}

.page-wrapper .list-wrapper .list-box-wrapper .list-item-data .autori-link>a {
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: 500;
}

/*
		.page-wrapper .sidebar-wrapper .sidebar-box-wrapper {
			position:absolute;
			left:0;
			top:0;
			right:0;
			height:100%;
			padding:25px 10px 25px 25px;
		}
		.page-wrapper .sidebar-wrapper .sidebar-box-wrapper.fixedPosition {
			position:fixed;
			width:400px;
			left:auto;
			right:auto;
			top:25px;
			max-height:calc(100vh - 50px);
		}
			.page-wrapper .sidebar-wrapper .sidebar-box-wrapper .search-filters {
				overflow:hidden;
				overflow-y:auto;
				max-height:100vh;
			}
			.page-wrapper .list-wrapper .list-box-wrapper .row-list-item {
				transition: padding-left .5s, padding-right .5s;
			}
			.page-wrapper .list-wrapper .list-box-wrapper .row-list-item:after {
				content:"";
				display:block;
				margin:50px auto 50px auto;
				width:calc(100% - 30px);
				height:1px;
			}
			.page-wrapper .list-wrapper .list-box-wrapper .row-list-item:last-of-type:after {
				display:none;
			}
			.page-wrapper .list-wrapper .list-box-wrapper .list-item-image {
				flex:0 0 120px;
				max-width:120px;
			}
			.page-wrapper .list-wrapper .list-box-wrapper .list-item-content {
				flex:0 0 calc(100% - 120px);
				max-width:calc(100% - 120px);
			}
				.page-wrapper .list-wrapper .list-box-wrapper .list-item-data {
					flex:0 0 calc(100% - 300px);
					max-width:calc(100% - 300px);
				}
				.page-wrapper .list-wrapper .list-box-wrapper .row-data-item:first-of-type {
					margin-top:20px;
				}
					.page-wrapper .list-wrapper .list-box-wrapper .list-item-data .item-header-left {
						flex:1;
					}
						.page-wrapper .list-wrapper .list-box-wrapper .list-item-data h3 {
							line-height:27px;
							margin:0 0 10px 0;
						}
						.page-wrapper .list-wrapper .list-box-wrapper .list-item-data h4 {
							font-style:italic;
							font-weight:300;
							line-height:27px;
							margin:0 0 0 0;
						}
				.page-wrapper .list-wrapper .list-box-wrapper .list-item-data .row-data-item {
					font-size:16px;
					line-height:40px;
				}
			.page-wrapper .list-wrapper .list-box-wrapper .list-item-options {
				flex:0 0 300px;
				max-width:300px;
			}
				.page-wrapper .list-wrapper .list-box-wrapper .list-item-options .item-header-left {
					flex:1;
				}
				.page-wrapper .list-wrapper .list-box-wrapper .list-item-options h3 {
					line-height:27px;
					font-size:16px;
					font-weight:300;
					text-transform:none;
					margin:0 0 0 0;
					border:0;
				}
				.page-wrapper .list-wrapper .list-box-wrapper .list-item-data .autori-link>a {
					display:inline-block;
					margin:0 10px 0 0;
					font-weight:500;
				}
*/


/*
##########################################################################################
*/

section.owl-carousel .owl-stage .owl-item .item.item-background-image-cover {
    background-image: url(https://hoeplioctober.dgline.it/themes/hoepli/assets/hoepli/img/copertina_non_disponibile.jpg) !important;
}

.border-bottom-1 {}

img.responsive-image {
    width: auto;
    height: auto;
    max-width: 100%;
}

/*
FORM CHECKBOX / RADIO
##########################################################################################
*/
#myDiv .sidebar-wrapper:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    background: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: opacity .8s;
    z-index: 10;
}

#myDiv.open-filters-screen .sidebar-wrapper:before {
    bottom: 1px;
    opacity: 1;
    transition: opacity 0s;
}

.filter-box {
    margin-bottom: 30px;
    padding-left: 32px;
    padding-right: 15px;
}

.filter-box:last-of-type {
    margin-bottom: 0;
}

.filter-box label {
    display: flex;
    align-items: center;
    padding-right: 0;
}

.filter-box label>div.form-item {
    flex: 0;
    margin-right: 5px;
}

.filter-box label>div.label-text {
    flex: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter-box label>span.count-items {
    flex: 0;
    margin-left: 15px;
    font-size: 12px;
}

.filter-box label>span.count-items>i {
    font-size: 14px;
    border: solid 1px rgba(0, 0, 0, .16);
    padding: 0 5px 0 5px;
    font-weight: 400;
    min-width: 22px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    border-radius: 20px;
    color: rgba(0, 0, 0, .4);
}

.filter-box label>a.toggle-childrens {
    flex: 0;
    margin-left: 15px;
    font-size: 25px;
    color: #555;
}

input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    background-repeat: no-repeat;
    background-position: -1px -1px;
    margin: 0 4px 0 0 !important;
    padding: 0 0 0 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    border: 0 !important;
    transform: translate(0, 0) !important;
    text-indent: 0 !important;
    border-radius: 0 !important;
}

input[type="checkbox"]:checked {
    background-position: -17px -1px;
}

input[type="checkbox"]:disabled {
    background-position: -1px -17px;
}

input[type="checkbox"]:disabled:checked {
    background-position: -17px -17px;
}

input[type="radio"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    appearance: none !important;
    display: inline-block;
    width: 15px !important;
    height: 15px !important;
    background-repeat: no-repeat;
    background-position: -1px -33px;
    margin: 0 4px 0 0 !important;
    padding: 0 0 0 0 !important;
    outline: 0 !important;
    overflow: hidden !important;
    vertical-align: middle !important;
    transform: translate(0, 0) !important;
}

input[type="radio"]:checked {
    background-position: -17px -33px;
}

input[type="radio"]:disabled {
    background-position: -1px -49px;
}

input[type="radio"]:disabled:checked {
    background-position: -17px -49px;
}

.search-filters input[type="checkbox"],
.search-filters input[type="radio"] {
    transform: translate(0, -2px) !important;
}

/*
##########################################################################################
*/

/*
FOTER
##########################################################################################
*/
footer {
    padding: 64px 64px;
    position: relative;
    z-index: 10;
    background: #FBFCFE;
    font-weight: 400;
}

footer .row.row-30 {
    margin-left: -30px;
    margin-right: -30px;
}

footer .row.row-30>.footer-col {
    padding-left: 30px;
    padding-right: 30px;
}

footer .footer-content-wrapper {
    padding: 0 15px;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

footer .footer-content-wrapper .footer-col {
    border-left: solid 1px rgba(255, 255, 255, .2);
}

footer .footer-content-wrapper .footer-col:first-of-type {
    border-left: 0;
}

footer .footer-logo img.footer-logo {
    width: auto;
    height: auto;
    max-width: 112px;
}

footer h3 {
    color: #15202A;
    border: 0;
}

footer h4 {
    color: #15202A;
    border-color: rgba(255, 255, 255, .2);
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

footer .footer-content {
    color: #15202A;
    font-size: 11px;
}

footer .footer-content.footer-content-box {
    border-left: solid 1px rgba(21, 32, 42, .2);
    padding-left: 8px;
}

footer .footer-content a {
    color: #15202A;
    font-size: 11px;
}

footer ul.link-list {
    color: #15202A;
    list-style: none;
    margin: 0 0 0 0;
}

footer ul.list-square-dots {
    color: #15202A;
    list-style: square;
    margin: 0 0 0 0;
}

footer ul.link-list>li,
footer ul.list-square-dots>li {
    color: #15202A;
    font-size: 11px;
    border: 0 !important;
    margin-bottom: 2px;
}

footer ul.list-square-dots>li {
    margin-bottom: 32px;
}

footer ul.link-list>li:last-of-type,
footer ul.list-square-dots>li:last-of-type {
    margin-bottom: 0;
}

footer ul.link-list>li>a,
footer ul.list-square-dots>li>a {
    color: #15202A;
}

footer ul.link-list>li>h4,
footer ul.list-square-dots>li>.paragraph-title {
    color: #15202A;
    font-family: Spartan, "Josefin Sans", "Josefin Sans", Helvetica, sans-serif;
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
}

footer ul.link-list>li>p,
footer ul.list-square-dots>li>p {
    color: #15202A;
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer ul.link-list>li>p>a,
footer ul.list-square-dots>li>p>a {
    color: #15202A;
    font-size: 11px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer ul.footer-social-networks {
    color: #15202A;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-around;
}

footer ul.footer-social-networks>li {
    -webkit-box-flex: 1;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer ul.footer-social-networks>li>a {
    font-size: 18px;
    color: rgba(21, 32, 42, .5);
    transition: all .3s;
}

footer ul.footer-social-networks>li>a:hover {
    color: rgba(21, 32, 42, 1);
}

/*
##########################################################################################
*/

/*
BUTTONS
##########################################################################################
*/
.btn-default,
.btn-primary {
    background: transparent;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

.btn-default:disabled,
.btn-primary:disabled {
    background: transparent;
}

.btn-default.btn-white {
    background: #fff !important;
    border-color: #fff !important;
}

.btn-default.btn-white:disabled {
    background: #fff !important;
    border-color: #fff !important;
}

.btn-default.btn-white:hover,
.btn-default.btn-white:active,
.btn-default.btn-white:focus {
    background: #efefef !important;
    border-color: #efefef !important;
}

.btn-action {
    position: relative;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    z-index: 2;
}

.btn-blue {
    background: rgba(38, 51, 57, .9) !important;
    border-color: rgba(38, 51, 57, .9) !important;
    color: rgba(255, 255, 255, .8) !important;
}

.btn-blue:disabled {
    background: rgba(38, 51, 57, .7) !important;
    border-color: rgba(38, 51, 57, .7) !important;
    color: rgba(255, 255, 255, .6) !important;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    background: #263339 !important;
    border-color: #263339 !important;
    color: rgba(255, 255, 255, 1) !important;
}

.btn-submit {
    display: inline-block;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    background: rgb(38, 51, 57, .9);
    color: rgba(255, 255, 255, .8);
}

.btn-submit:disabled {
    background: rgb(38, 51, 57, .7);
    color: rgba(255, 255, 255, .6);
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    background: rgb(38, 51, 57, 1);
    color: rgba(255, 255, 255, 1);
}

.btn-advanced-search-submit {
    height: 44px;
    padding-left: 45px;
    position: relative;
}

.btn-advanced-search-submit>i {
    position: absolute;
    font-size: 25px;
    transform: translate(0, -50%);
    top: 50%;
    left: 12px;
}

.btn-width-200 {
    width: 100%;
    max-width: 200px;
}

button.btn-transparent,
button.btn-transparent:hover,
button.btn-transparent:focus,
button.btn-transparent:active {
    border: 0;
    outline: none;
    box-shadow: none;
}

i.icon-36 {
    font-size: 36px;
    transition: all .5s;
}

i.icon-36 {
    /*
	color:transparent;
	-webkit-text-stroke-width:1px;
	*/
    font-size: 36px;
    transition: all .5s;
}

button.btn ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

button.btn ul>li:first-of-type {
    margin: 0 10px 0 0;
    padding: 0 0 0 0;
    width: 100%;
    white-space: normal;
    text-align: left;
}

button.btn ul>li:last-of-type {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: auto;
    text-align: right;
}

.btn.btn-ok {
    background: #539871 !important;
    border-color: #539871 !important;
    color: #fff !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn.btn-ok:disabled {
    opacity: .6;
}

.btn.btn-ok:hover,
.btn.btn-ok:focus,
.btn.btn-ok:active {
    background: #4fa674 !important;
    border-color: #4fa674 !important;
    color: #fff !important;
}

.btn.btn-ko {
    background: #c00 !important;
    border-color: #c00 !important;
    color: #fff !important;
    margin-top: 4px;
    margin-bottom: 4px;
}

.btn.btn-ko:disabled {
    opacity: .6;
}

.btn.btn-ko:hover,
.btn.btn-ko:focus,
.btn.btn-ko:active {
    background: #e00 !important;
    border-color: #e00 !important;
    color: #fff !important;
}

/*
##########################################################################################
*/


ul.search-dettaglio-lista.search-prodotti-list>li>.data-search-product {
    padding: 15px 0;
}

li.focusElement {
    background: #f0f0f0;
}

header .user-data ul.menu-body>li ul.search-dettaglio-lista.lista-search li.focusElement a:before,
header .main-search ul.menu-body>li ul.search-dettaglio-lista.lista-search li.focusElement a:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 10px;
    height: calc(100% + 1px);
    background: #f0f0f0;
}


ul.search-dettaglio-lista.search-prodotti-list>li:hover {
    background: #fafafa;
}

.btn-primary {
    background: #263339;
    border-color: #263339;
    text-transform: uppercase;
    font-weight: 300;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #314b57;
    border-color: #314b57;
    outline: none !important;
    box-shadow: none !important;
}

.btn-default-border {
    border: solid 1px #263339;
    background: transparent;
    color: #263339;
}

.btn-default-border:hover,
.btn-default-border:active,
.btn-default-border:focus {
    border: solid 1px #314b57 !important;
    background: rgba(49, 75, 87, .05) !important;
    color: #314b57 !important;
    box-shadow: none !important;
}

.btn-border-radius-0 {
    border-radius: 0 !important;
}

.btn:disabled {
    pointer-events: none;
}

/*
###################################################################################################
###################################################################################################
DETAIL
###################################################################################################
*/
.main-body section.detail-content-wrapper {
    width: 100%;
    max-width: 1920px;
    padding: 0 0 0 0;
}

.main-body .list-box-wrapper section.detail-content-wrapper {
    padding: 0 0 0 0;
}

.main-body section.detail-content-wrapper .detail-content {
    padding: 0 15px 0 15px;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .2);
}

/*
body.search-home .main-body section.detail-content-wrapper .detail-content  {
    padding-left:44px;
}
*/
.main-body section.detail-content-wrapper .detail-content .detail-body>li {
    font-size: 14px;
    background: #fff;
    color: #263339;
}

.main-body section.detail-content-wrapper .detail-content .detail-body>li:first-of-type {
    border-right: solid 1px #ddd;
}

.main-body .list-wrapper section.detail-content-wrapper .detail-content .detail-body>li:first-of-type {
    border-right: 0;
}

.main-body .home-wrapper .detail-body-content,
.main-body .home-wrapper .detail-sidebar-content,
.main-body section.detail-content-wrapper .detail-content .detail-body .detail-body-content,
.main-body section.detail-content-wrapper .detail-content .detail-body .detail-sidebar-content {
    color: #000;
    font-size: 14px;
    padding: 32px 32px 32px 32px;
    margin: 0 -15px 0 -15px;
    line-height: normal;
}

.main-body .home-wrapper .sidebar-box-mybookbox .detail-sidebar-content {
    padding: 64px 64px 64px 64px !important;

}

.main-body .home-wrapper .detail-body-content,
.main-body .home-wrapper .detail-sidebar-content {
    margin: 0 0 0 0;
}

.main-body section.detail-content-wrapper .detail-content h4.box-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 32px 16px 32px;
    margin: 0 -15px 0 -15px;
    line-height: normal;
    background: #263339;
    position: relative;
}

.main-body section.detail-content-wrapper .detail-content h4.extra-title-box {
    margin-bottom: 32px;
}

.main-body section.detail-content-wrapper .detail-content h4.box-title.formati-digitali {
    cursor: pointer;
}

.main-body section.detail-content-wrapper .detail-content h4.box-title>i {
    position: absolute;
    font-size: 24px;
    right: 15px;
    top: 50%;
    transform: translate(0, calc(-50% - 4px));
}

.main-body section.detail-content-wrapper .detail-content h4.box-title.active>i {
    transform: translate(0, calc(-50% + 6px));
}

.main-body section.detail-content-wrapper .detail-content h4.box-title.active>i:before {
    content: "\f0de";
}

.main-body section.detail-content-wrapper .detail-content .detail-body .detail-sidebar-content.formati-digitali {
    display: none;
}

.scuola .main-body section.detail-content-wrapper .detail-content .detail-body:not(.tipo-opera)>li:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detail-content ul.content-data {
    margin: 0 0 0 0;
    color: #000;
}

.detail-content ul.content-data {
    --first-col-width: 192px;
}
.detail-content ul.content-data>li:first-of-type {
    padding: 0 0 0 0;
    -ms-flex: 0 0 var(--first-col-width);
    flex: 0 0 var(--first-col-width);
    max-width: var(--first-col-width);
}

.detail-content ul.content-data>li:last-of-type {
    padding: 0 0 0 32px;
    -ms-flex: 0 0 calc(100% - var(--first-col-width));
    flex: 0 0 calc(100% - var(--first-col-width));
    max-width: calc(100% - var(--first-col-width));
}

.detail-content ul.content-data h4.author {
    font-size: 18px;
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    line-height: normal;
    text-transform: none;
    color: #263339;
    font-weight: 600;
}

.detail-content ul.content-data h4.author>a {
    font-size: 16px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    line-height: normal;
    text-transform: none;
    color: #263339;
    font-weight: 600;
}

.detail-content ul.content-data h1.title,
.detail-content ul.content-data h2.title {
    font-size: 30px;
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    line-height: normal;
    text-transform: none;
    border-color: rgba(0, 0, 0, .16);
    text-align: left;
    font-weight: 600;
}

.detail-content ul.content-data h1.title>a,
.detail-content ul.content-data h2.title>a {
    color: #263339;
}

.detail-content ul.content-data h2.subtitle,
.detail-content ul.content-data h3.subtitle {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 32px 0;
    padding: 0 0 0 0;
    line-height: normal;
    text-transform: none;
    text-align: left;
}

.list-wrapper .detail-content ul.content-data h3.subtitle {
    color: #263339;
    border: none;
}

.detail-content .content-metadata {
    display: none;
}

.detail-content .content-metadata.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.detail-content .content-metadata>li {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}

.detail-content .content-metadata>li.col-3.data-field {
    color: #707070;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
    margin-bottom: 16px;
}

.detail-content .content-metadata>li.col-9 {
    color: #707070;
    -ms-flex: 0 0 calc(100% - 230px);
    flex: 0 0 calc(100% - 230px);
    max-width: calc(100% - 230px);
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: none;
}

.detail-content h4 {
    padding: 0 0 0 0;
    margin: 16px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #707070;
    font-weight: 300;
}

.detail-content .data-content-text {
    font-weight: 300;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    text-transform: none;
    line-height: 24px;
}

.detail-content .data-content-text p {
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
}

.list-wrapper .detail-content .data-content-text {
    max-height: calc(4 * 24px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: left;
}


.detail-content .content-data .cover {
    margin-bottom: 32px;
    position: relative;
}

.extra-volumi-opere .prodotto-box .img-box.opera-cover,
.detail-content .content-data .cover>.img-box {
    display: block;
    position: relative;
    z-index: 2;
}

.extra-volumi-opere .prodotto-box .img-box>img,
.detail-content .content-data .cover>.img-box>img {
    position: relative;
    z-index: 3;
}

.extra-volumi-opere .prodotto-box .img-box.opera-cover:before,
.extra-volumi-opere .prodotto-box .img-box.opera-cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 2px;
    top: 0;
    background: #f7f8f9;
    border: solid 1px #ccc;
    z-index: 2;
}

.detail-content .content-data .cover>.img-box.opera-cover:before,
.detail-content .content-data .cover>.img-box.opera-cover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 3px;
    top: 3px;
    background: #f7f8f9;
    border: solid 1px #ccc;
    z-index: 2;
}

.extra-volumi-opere .prodotto-box .img-box.opera-cover:before {
    left: 2px;
    top: 0;
    z-index: 2;
}

.detail-content .content-data .cover>.img-box.opera-cover:before {
    left: 3px;
    top: 3px;
    z-index: 2;
}

.extra-volumi-opere .prodotto-box .img-box.opera-cover:after {
    left: 4px;
    top: 0;
    z-index: 1;
}

.detail-content .content-data .cover>.img-box.opera-cover:after {
    left: 6px;
    top: 6px;
    z-index: 1;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .2)
}

.extra-volumi-opere .prodotto-box .img-box:not(.opera-cover)>img,
.detail-content .content-data .cover>.img-box:not(.opera-cover)>img {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .2)
}

.detail-content .content-data ul.data-navigator {
    margin: 0 0 32px 0;
    padding: 0 0 0 0;
    list-style: none;
    display: block;
    border-bottom: solid 1px #F7F8F9;
}

.detail-content .content-data ul.data-navigator>li {
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 16px;
    list-style: none;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 32px;
    border-bottom: solid 1px #F7F8F9;
}

.detail-content .content-data ul.data-navigator>li.selected {
    font-weight: 600;
}

.detail-body-content .detail-info-wrapper {
    display: none;
}

.detail-body-content .detail-info-wrapper.active {
    display: block;
}

.detail-body-content .detail-info-wrapper#estratto>.data-content-text>.pdf-item {
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto !important;
}

ul.social-networks {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    list-style: none;
    display: block;
    font-size: 0;
    text-align: center;
}

ul.social-networks>li {
    margin: 0 5px 0 5px;
    padding: 0 0 0 0;
    list-style: none;
    display: inline-block;
    font-size: 27px;
}

ul.social-networks>li>a {
    color: #263339;
    text-decoration: none;
}

.detail-sidebar-content ul.emanazioni {
    /*
	margin:0 0 32px 0;
	padding:0 0 0 0;
	list-style:none;
	display:block;
	*/
}

h5.disabled-product-title {
    margin: 0 -15px 0 -15px;
    padding: 32px 32px 0 32px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f40;
}

.extra-sidebar-content ul.emanazioni>li,
.detail-sidebar-content ul.emanazioni>li {
    margin-bottom: 32px;
}

.detail-sidebar-content ul.emanazioni>li:last-of-type {
    margin-bottom: 0;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni {
    float: left;
    box-sizing: border-box;
    border: solid 1px #ddd;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    cursor: pointer;
    width: calc(100% - 70px - 32px);
    min-height: 72px;
}

.extra-sidebar-content ul.emanazioni>li:last-of-type>.box-emanazioni,
.detail-sidebar-content ul.emanazioni>li:last-of-type>.box-emanazioni {
    margin-bottom: 0;
}

.extra-sidebar-content ul.emanazioni>li.selected:not(.disabled-product)>.box-emanazioni,
.detail-sidebar-content ul.emanazioni>li.selected:not(.disabled-product)>.box-emanazioni {
    background: #f7f8f9;
    border: solid 1px #999;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
}

.extra-sidebar-content ul.emanazioni>li.disabled-product>.box-emanazioni,
.detail-sidebar-content ul.emanazioni>li.disabled-product>.box-emanazioni {
    opacity: .6;
    cursor: not-allowed !important;
    width: auto;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni h3,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni h3 {
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
    line-height: normal;
    text-transform: none;
    font-size: 16px;
    color: #1a3542;
    font-weight: 300;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .title,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni .title {
    line-height: normal;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1a3542;
    font-weight: 600;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .isbn,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni .isbn {
    line-height: normal;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 5px;
    color: #1a3542;
    font-weight: 600;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .isbn {
    margin-bottom: 0;
    font-weight: 400;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .format-type,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni .format-type {
    line-height: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    color: #1a3542;
    font-weight: 600;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .tipo-prezzo,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni .tipo-prezzo {
    line-height: normal;
    text-transform: uppercase;
    font-size: 18px;
    color: #1a3542;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap;
    flex-grow: 0;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .tipo-prezzo {
    margin-bottom: 0;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .data-dimensioni,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni .data-dimensioni {
    flex-grow: 0;
    white-space: nowrap;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.extra-sidebar-content ul.emanazioni>li>.box-emanazioni .data-pagine-peso,
.detail-sidebar-content ul.emanazioni>li>.box-emanazioni .data-pagine-peso {
    flex-grow: 0;
    white-space: nowrap;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.extra-sidebar-content ul.emanazioni>li.selected>.box-emanazioni h3,
.extra-sidebar-content ul.emanazioni>li.selected>.box-emanazioni .isbn,
.extra-sidebar-content ul.emanazioni>li.selected>.box-emanazioni .format-type,
.extra-sidebar-content ul.emanazioni>li.selected>.box-emanazioni .tipo-prezzo,
.detail-sidebar-content ul.emanazioni>li.selected>.box-emanazioni h3,
.detail-sidebar-content ul.emanazioni>li.selected>.box-emanazioni .isbn,
.detail-sidebar-content ul.emanazioni>li.selected>.box-emanazioni .format-type,
.detail-sidebar-content ul.emanazioni>li.selected>.box-emanazioni .tipo-prezzo {
    font-weight: 600;
    color: #263339;
}

.extra-sidebar-content ul.emanazioni>li>.cart-button-external,
.detail-sidebar-content ul.emanazioni>li>.cart-button-external,
.extra-sidebar-content ul.emanazioni>li>.cart-button,
.detail-sidebar-content ul.emanazioni>li>.cart-button {
    border: solid 1px #999;
    text-decoration: none;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
    float: right;
    width: 70px;
    height: 70px;
    display: none;
}

.extra-sidebar-content ul.emanazioni>li>.cart-button-external,
.detail-sidebar-content ul.emanazioni>li>.cart-button-external,
.extra-sidebar-content ul.emanazioni>li>.cart-button,
.detail-sidebar-content ul.emanazioni>li>.cart-button {
    position: absolute;
    border: 0;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
    float: right;
    width: 70px;
    height: 70px;
    display: none;
    font-size: 50px;
    line-height: 63px;
    text-align: center;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
}

.extra-sidebar-content ul.emanazioni>li.selected>.cart-button-external,
.detail-sidebar-content ul.emanazioni>li.selected>.cart-button-external,
.extra-sidebar-content ul.emanazioni>li.selected>.cart-button,
.detail-sidebar-content ul.emanazioni>li.selected>.cart-button {
    display: block;
}

.extra-sidebar-content ul.emanazioni>li>.cart-button-external>i,
.detail-sidebar-content ul.emanazioni>li>.cart-button-external>i,
.extra-sidebar-content ul.emanazioni>li>.cart-button>i,
.detail-sidebar-content ul.emanazioni>li>.cart-button>i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 37px;
}


/*
###################################################################################################
###################################################################################################
DETAIL - EXTRA
###################################################################################################
*/
.main-body section.extra-content-wrapper {
    width: 100%;
    max-width: 1920px;
    padding: 0 0 0 0;
}

.main-body .list-box-wrapper section.extra-content-wrapper {
    padding: 0 0 0 0;
}

.main-body section.extra-content-wrapper .extra-content {
    padding: 0 15px 0 15px;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, .2);
}

/*
body.search-home .main-body section.extra-content-wrapper .extra-content {
    padding-left:44px;
}
*/
.main-body section.extra-content-wrapper .extra-content .extra-body>li {
    font-size: 14px;
    background: #fff;
    color: #263339;
}

.main-body section.extra-content-wrapper .extra-content .extra-body>li:first-of-type {
    border-right: solid 1px #ddd;
}

.main-body .list-wrapper section.extra-content-wrapper .extra-content .extra-body>li:first-of-type {
    border-right: 0;
}

.main-body section.extra-content-wrapper .extra-content .extra-body .extra-body-content,
.main-body section.extra-content-wrapper .extra-content .extra-body .extra-sidebar-content {
    color: #263339;
    font-size: 14px;
    padding: 32px 32px 32px 32px;
    margin: 0 -15px 0 -15px;
    line-height: normal;
}

.main-body section.extra-content-wrapper .extra-content .extra-body .extra-sidebar-content {
    padding: 0 32px 0 32px;
}

.main-body section.extra-content-wrapper .extra-content h4.box-title {
    /*
				color:#fff;
				background:rgba(112,112,112,.5);
				*/
    color: #263339;
    background: rgba(112, 112, 112, .1);
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 32px 16px 32px;
    margin: 0 -15px 0 -15px;
    line-height: normal;
    margin-bottom: 32px;
}


.extra-content-wrapper .extra-volumi-opere>[class*="col-"] {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
}

ul.extra-body>li.extra-body-main>.parent-item,
ul.extra-body>li.extra-body-main>.childrens-items {
    padding-left: 16px;
    padding-right: 16px;
}

.detail-body-right-col .button-nuova-edizione {
    margin: 0 -15px 0 -15px;
    padding: 32px 32px 32px 32px;
    text-align: center;
    border-top: solid 1px #ddd;
}

.detail-body-right-col .button-vecchia-edizione {
    margin: 0 -15px 0 -15px;
    padding: 32px 32px 32px 32px;
    text-align: center;
    border-top: solid 1px #ddd;
}

/*
.extra-content-wrapper .extra-volumi-opere.parent-item>[class*="col-"] {
	margin-top:32px;
}
*/
.detail-sidebar-content .prodotto-box,
.extra-content-wrapper .prodotto-box {
    border: solid 1px #ddd;
    padding: 0 0 0 0;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    overflow: hidden;
}

.detail-sidebar-content .prodotto-box.pacchetti-box,
.extra-content-wrapper .prodotto-box.pacchetti-box {
    padding: 12px 0 12px 0;
}

.detail-sidebar-content .prodotto-box.pacchetti-box i.fa-plus,
.extra-sidebar-content .prodotto-box.pacchetti-box i.fa-plus {
    font-size: 20px;
}

.detail-sidebar-content .prodotto-box.pacchetti-box a,
.extra-sidebar-content .prodotto-box.pacchetti-box a {
    text-decoration: none;
}

.detail-sidebar-content .prodotto-box.pacchetti-box .row-cover-pacchetti,
.extra-content-wrapper .prodotto-box.pacchetti-box .row-cover-pacchetti {
    align-items: center;
    margin-bottom: 15px;
}

.detail-sidebar-content .prodotto-box.pacchetti-box .col,
.extra-sidebar-content .prodotto-box.pacchetti-box .col {
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0;
}

.detail-sidebar-content .prodotto-box.pacchetti-box .col-cover,
.extra-content-wrapper .prodotto-box.pacchetti-box .col-cover {
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.detail-sidebar-content .prodotto-box.pacchetti-box .col-cover img,
.extra-content-wrapper .prodotto-box.pacchetti-box .col-cover img {
    max-height: 100px;
    object-fit: contain;
}

.extra-sidebar-content .row-cover-pacchetti {
    align-items: center;
    margin-bottom: 15px;
}

.extra-sidebar-content .row-cover-pacchetti .col {
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0;
}

.extra-sidebar-content .row-cover-pacchetti .col.col-cover {
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.extra-sidebar-content .row-cover-pacchetti .col.col-cover img {
    max-height: 85px;
    max-width: none;
    margin: 0 0 0 -30px;
    box-shadow: -5px 0px 5px -5px rgba(0, 0, 0, 0.75);
}

.extra-sidebar-content .row-cover-pacchetti .col.col-cover img:first-of-type {
    max-height: 85px;
    max-width: none;
    margin: 0 0 0 0;
    box-shadow: none;

}


.extra-content-wrapper .extra-body-main .prodotto-box {
    height: 100%;
}

.detail-content-wrapper .prodotto-box ul,
.extra-content-wrapper .prodotto-box ul {
    height: 100%;
}

.detail-content-wrapper .prodotto-box ul>.col-3,
.extra-content-wrapper .prodotto-box ul>.col-3 {
    height: 100%;
}

.detail-content-wrapper .prodotto-box ul>.col-3,
.extra-content-wrapper .prodotto-box img.responsive-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*
	.extra-content-wrapper .extra-body-sidebar {
		padding-left:32px;
		padding-right:32px;
	}
	*/
.extra-content-wrapper .extra-body-sidebar .extra-sidebar-content {
    color: #263339;
    font-size: 14px;
    padding: 32px 32px 32px 32px;
    margin: 0 -15px 0 -15px;
    line-height: normal;
}

.detail-content-wrapper .detail-sidebar-content .prodotto-box,
.extra-content-wrapper .extra-body-sidebar .prodotto-box {
    margin-bottom: 32px;
}

.detail-content-wrapper .detail-sidebar-content>ul>li:last-of-type .prodotto-box {
    margin-bottom: 0;
}

.detail-content-wrapper .prodotto-box ul,
.extra-content-wrapper .prodotto-box ul {
    margin-left: -5px;
    margin-right: -5px;
}

.detail-content-wrapper .prodotto-box ul>.col-3,
.extra-content-wrapper .prodotto-box ul>.col-3 {
    padding-left: 5px;
    padding-right: 5px;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    max-width: 96px;
}

.detail-content-wrapper .prodotto-box ul>.col-9,
.extra-content-wrapper .prodotto-box ul>.col-9 {
    padding: 10px 15px 10px 5px;
    -ms-flex: 0 0 calc(100% - 96px);
    flex: 0 0 calc(100% - 96px);
    max-width: calc(100% - 96px);
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box ul>.col-3,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box ul>.col-3 {
    padding-left: 5px;
    padding-right: 5px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px;
    max-width: 132px;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box ul>.col-9,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box ul>.col-9 {
    padding: 10px 21px 10px 16px;
    -ms-flex: 0 0 calc(100% - 132px);
    flex: 0 0 calc(100% - 132px);
    max-width: calc(100% - 132px);
}

.detail-content-wrapper .prodotto-box h3.title,
.extra-content-wrapper .prodotto-box h3.title {
    color: #263339;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
    border-color: rgba(112, 112, 112, .16);
    margin: 0 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail-content-wrapper .extra-body-sidebar .prodotto-box h3.title:hover,
.extra-content-wrapper .extra-body-sidebar .prodotto-box h3.title:hover {
    text-decoration: underline;
}

.detail-content-wrapper .prodotto-box h3.title>a,
.extra-content-wrapper .prodotto-box h3.title>a {
    color: #263339;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h3.title,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h3.title {
    font-size: 26px;
    margin-bottom: 10px;
}

/*
							.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h3.title a ,
							.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h3.title a {
								text-decoration:none;
							}
							*/
.detail-content-wrapper .prodotto-box h4.subtitle,
.extra-content-wrapper .prodotto-box h4.subtitle {
    color: #1A3542;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    text-transform: none;
    margin: 8px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.subtitle,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.subtitle {
    font-size: 20px;
    margin-bottom: 8px;
}

.detail-content-wrapper .prodotto-box .info-emanazioni,
.extra-content-wrapper .prodotto-box .info-emanazioni {
    position: absolute;
    left: 5px;
    right: 15px;
    bottom: 10px;
    line-height: normal;
    padding: 0 0 0 0;
}

.detail-content-wrapper .prodotto-box .info-emanazioni a,
.extra-content-wrapper .prodotto-box .info-emanazioni a {
    font-weight: 600;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.author,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.author {
    font-size: 16px;
    line-height: normal;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.author>a,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.author>a {
    color: #263339;
    margin: 0 16px 0 0;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.author>a:last-of-type,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box h4.author>a:last-of-type {
    margin: 0 0 0 0;
}

.detail-content-wrapper .extra-volumi-opere.parent-item .prodotto-box .abstract,
.extra-content-wrapper .extra-volumi-opere.parent-item .prodotto-box .abstract {
    font-size: 14px;
    line-height: 16px;
    max-height: 48px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


hr.sidebar-separator {
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    border-top: solid 1px #f7e8f9;
    height: 0;
    background: transparent;
}


.page-wrapper .sidebar-wrapper .sidebar-box-wrapper {
    background: #fff;
    padding-left: 0;
    z-index: 9;
    border-top: solid 1px #ddd;
    /*
	box-shadow:0 4px 12px rgba(0,0,0,.3);
	*/
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ddd;
    width: 1px;
    z-index: 1;
}

.page-wrapper .sidebar-wrapper .sidebar-box-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ddd;
    width: 1px;
    z-index: 1;
}

.argomenti-wrapper ul.parent-argomenti {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.argomenti-wrapper ul.parent-argomenti>li {
    position: relative;
    z-index: 2;
}

.argomenti-wrapper ul.parent-argomenti>li>a {
    display: block;
    font-size: 16px;
    padding: 0 0 0 5px;
    margin: 0 0 0 27px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.argomenti-wrapper ul.parent-argomenti>li>a>span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 40px;
}

.argomenti-wrapper ul.parent-argomenti>li>a>i {
    position: absolute;
    font-size: 24px;
    right: 5px;
    top: 5px;
    transform: translate(0, -50%);
    width: 48px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transform: translate(0, 0) !important;
    border-left: solid 1px rgba(0, 0, 0, .1);
}

.argomenti-wrapper ul.parent-argomenti>li.currentParentObj>a>i {
    border-left: solid 1px #fff;
}

.argomenti-wrapper ul.parent-argomenti>li.tempCurrentParentObj>a,
.argomenti-wrapper ul.parent-argomenti>li.currentParentObj>a {
    color: #fff;
}

.argomenti-wrapper ul.parent-argomenti>li.tempCurrentParentObj>a>i,
.argomenti-wrapper ul.parent-argomenti>li.currentParentObj>a>i {
    transform: translate(0, -50%);
    color: #fff;
}

.argomenti-wrapper ul.parent-argomenti>li>a>i:before {
    content: "\f078";
}

.argomenti-wrapper ul.parent-argomenti>li.currentParentObj.selectedParentParent>a>i:before {
    content: "\f077";
}

.argomenti-wrapper ul.parent-argomenti>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    background: transparent;
    /*
			border-bottom:solid 1px rgba(0,0,0,.2);
			*/
    z-index: -1;
}

.argomenti-wrapper ul.parent-argomenti>li.currentParentObj+li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    background: transparent;
    /*
			border-top:solid 1px rgba(0,0,0,.2);
			*/
    z-index: -1;
}

.argomenti-wrapper ul.parent-argomenti>li:not(.currentParentObj):not(.tempCurrentParentObj):not(.selectedParent)>a:hover:after {
    background: rgba(0, 0, 0, .05);
}

.argomenti-wrapper ul.parent-argomenti>li.currentParentObj>a:after {
    left: -25px;
    background: #f00;
    border-bottom: solid 1px transparent;
}

.argomenti-wrapper ul.parent-argomenti ul.argomenti {
    margin: 0 0 0 0;
    padding: 0 0 0 32px;
    list-style: none;
    display: none;
}

.argomenti-wrapper ul.parent-argomenti li.showChildrens ul.argomenti {
    display: block;
}

.argomenti-wrapper ul.parent-argomenti>li.showChildrens:not(.currentParentObj):not(.tempCurrentParentObj)>a:after {
    left: -25px;
    background: rgba(0, 0, 0, .05);
}

.argomenti-wrapper ul.parent-argomenti>li.showChildrens:not(.currentParentObj):not(.tempCurrentParentObj)>a>i:before {
    content: "\f077";
}

.argomenti-wrapper ul.argomenti>li.showChildrens>ul.argomenti-submenu>li {
    background: rgba(0, 0, 0, .11);
}


.argomenti-wrapper ul.parent-argomenti li.selectedParentParent ul.argomenti {
    display: block;
}

.argomenti-wrapper ul.argomenti {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.argomenti-wrapper span.selected-element {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    right: 0;
    height: 48px;
    background: transparent;
    z-index: 1;
    transition: all .5s;
}

.active-menu.argomenti-wrapper span.selected-element {
    background: #e96639;
}

.argomenti-wrapper ul.argomenti>li {
    position: relative;
    z-index: 2;
}

.argomenti-wrapper ul.argomenti>li>a {
    display: block;
    font-size: 16px;
    padding: 0 0 0 15px;
    margin: 0 0 0 27px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}

.argomenti-wrapper ul.argomenti>li>a.argomenti-link,
.argomenti-wrapper ul.argomenti>li>a.argomenti-parent-link {
    display: flex;
    white-space: nowrap;
    cursor: pointer;
    align-items: center;
}

.argomenti-wrapper ul.argomenti>li>a.argomenti-link>div,
.argomenti-wrapper ul.argomenti>li>a.argomenti-parent-link>div {
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.argomenti-wrapper ul.argomenti>li>a.argomenti-link>span,
.argomenti-wrapper ul.argomenti>li>a.argomenti-parent-link>span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
}

.argomenti-wrapper ul.argomenti>li>a.argomenti-link>span>i,
.argomenti-wrapper ul.argomenti>li>a.argomenti-parent-link>span>i {
    font-size: 14px;
    border: solid 1px rgba(0, 0, 0, .16);
    padding: 0 5px 0 5px;
    font-weight: 400;
    min-width: 22px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    border-radius: 20px;
    color: rgba(0, 0, 0, .4);
}

.argomenti-wrapper ul.argomenti>li.currentObj>a.argomenti-link>span>i,
.argomenti-wrapper ul.argomenti>li.currentObj>a.argomenti-parent-link>span>i {
    border: solid 1px rgba(255, 255, 255, .40);
    color: rgba(255, 255, 255, .8);
}



.argomenti-wrapper ul.argomenti>li>a>span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 40px;
}

.argomenti-wrapper ul.argomenti>li>a>i {
    /*
			position: absolute;
			font-size: 24px;
			right: 15px;
			top: 50%;
			transform: translate(0,-50%);
			*/

    position: absolute;
    font-size: 24px;
    right: 5px;
    top: 5px;
    transform: translate(0, -50%);
    width: 48px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    transform: translate(0, 0) !important;
    border-left: solid 1px rgba(0, 0, 0, .1);

}

.argomenti-wrapper li.showChildrens ul.argomenti>li>a>i {
    color: rgba(0, 0, 0, .7);
}

.argomenti-wrapper ul.argomenti>li.tempCurrentObj>a,
.argomenti-wrapper ul.argomenti>li.currentObj>a {
    color: #fff;
}

.argomenti-wrapper ul.argomenti>li.tempCurrentObj>a>i,
.argomenti-wrapper ul.argomenti>li.currentObj.selectedParent>a>i {
    transform: translate(0, -50%);
    color: #fff;
}

.argomenti-wrapper ul.parent-argomenti ul.argomenti>li.tempCurrentObj>a,
.argomenti-wrapper ul.parent-argomenti ul.argomenti>li.currentObj>a {
    color: #000;
}

.argomenti-wrapper ul.parent-argomenti ul.argomenti>li.tempCurrentObj>a>i,
.argomenti-wrapper ul.parent-argomenti ul.argomenti>li.currentObj.selectedParent>a>i {
    color: #000;
}

.argomenti-wrapper ul.argomenti>li>a>i:before {
    content: "\f078";
}

.argomenti-wrapper ul.argomenti>li.showChildrens>a>i:before {
    content: "\f077";
}

.argomenti-wrapper ul.argomenti>li.selectedParent>a>i:before {
    content: "\f077";
}

.argomenti-wrapper ul.argomenti>li>button:after,
.argomenti-wrapper ul.argomenti>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    background: transparent;
    /*
			border-bottom:solid 1px rgba(0,0,0,.2);
			*/
    z-index: -1;
}



.argomenti-wrapper ul.argomenti>li:last-of-type {
    margin-bottom: 15px;
    border-bottom: 0;
}

.argomenti-wrapper ul.argomenti>li>button {
    background: transparent;
    border: none;
    text-decoration: none;
    padding: 0 15px 0 15px;
    margin: 0 0 0 27px;
    display: flex;
    height: 48px;
    line-height: 48px;
    width: calc(100% - 27px);
    outline: none;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.argomenti-wrapper ul.argomenti>li>button:hover,
.argomenti-wrapper ul.argomenti>li>button:focus,
.argomenti-wrapper ul.argomenti>li>button:active {
    background: rgba(0, 0, 0, .02);
}

.argomenti-wrapper ul.argomenti>li.selectedParent>button {
    background: #555;
    color: #fff;
}

.argomenti-wrapper ul.argomenti>li>button>div {
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.argomenti-wrapper ul.argomenti>li>button>span {
    flex: 0;
    padding-left: 15px;
}

.argomenti-wrapper ul.argomenti>li>button>span>i {
    font-size: 14px;
    border: solid 1px rgba(0, 0, 0, .16);
    padding: 0 5px 0 5px;
    font-weight: 400;
    min-width: 22px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    border-radius: 20px;
    color: rgba(0, 0, 0, .4);
}

.argomenti-wrapper ul.argomenti>li.selectedParent>button>span>i {
    border: solid 1px rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .55);
}









.argomenti-wrapper ul.argomenti>li.currentObj+li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 48px;
    background: transparent;
    /*
			border-top:solid 1px rgba(0,0,0,.2);
			*/
    z-index: -1;
}

.argomenti-wrapper ul.argomenti>li:not(.currentParentObj):not(.currentObj):not(.tempCurrentObj)>a:hover:after {
    background: rgba(0, 0, 0, .05);
}

.argomenti-wrapper ul.argomenti>li.showChildrens:not(.currentObj):not(.tempCurrentObj)>a:after {
    left: -25px;
    background: rgba(0, 0, 0, .09);
}

.argomenti-wrapper ul.argomenti>li.currentObj>a:after {
    left: -25px;
    background: #f00;
    border-bottom: solid 1px transparent;
}

.argomenti-wrapper ul.argomenti>li.selected>a {
    color: #fff;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu {
    margin: 0 0 0 0;
    padding: 0 0 0 32px;
    list-style: none;
    display: none;
}

.argomenti-wrapper ul.argomenti>li.selectedParent>ul.argomenti-submenu {
    display: block;
}

.argomenti-wrapper ul.argomenti>li.showChildrens>ul.argomenti-submenu {
    display: block;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li {
    /*
					border-bottom:solid 1px rgba(0,0,0,.2);
					*/
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li:last-of-type {
    margin-bottom: 15px;
    border-bottom: 0;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>a,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button {
    background: transparent;
    border: none;
    text-decoration: none;
    padding: 0 15px 0 15px;
    display: flex;
    height: 48px;
    line-height: 48px;
    width: 100%;
    outline: none;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    align-items: center;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>a:hover,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button:hover,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button:focus,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button:active {
    background: rgba(0, 0, 0, .02);
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li.selected>a,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li.selected>button {
    background: #555;
    color: #fff;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>a>div,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button>div {
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>a>span,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button>span {
    flex: 0;
    padding-left: 15px;
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>a>span>i,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li>button>span>i {
    font-size: 14px;
    border: solid 1px rgba(0, 0, 0, .16);
    padding: 0 5px 0 5px;
    font-weight: 400;
    min-width: 22px;
    display: inline-block;
    line-height: 22px;
    text-align: center;
    border-radius: 20px;
    color: rgba(0, 0, 0, .4);
}

.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li.selected>a>span>i,
.argomenti-wrapper ul.argomenti>li>ul.argomenti-submenu>li.selected>button>span>i {
    border: solid 1px rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .55);
}

.argomenti-wrapper ul.parent-argomenti li.hideSearch,
.argomenti-wrapper ul.argomenti li.hideSearch {
    display: none;
}

.argomentiSearch {
    padding: 0 0 32px 32px;
}

.argomentiSearch .seachArgomentiTextBox {
    position: relative;
}

.argomentiSearch .seachArgomentiTextBox input.cerca_argomenti {
    background: rgba(0, 0, 0, .02);
    border: solid 1px rgba(0, 0, 0, .1);
    outline: 0 !important;
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    padding: 0 5px 0 43px;
    color: rgba(0, 0, 0, .8);
}

.argomentiSearch .seachArgomentiTextBox i.icofont-search-1 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 24px;
    color: rgba(0, 0, 0, .3);
}


.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>button:after,
.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>a:after {
    background: rgba(0, 0, 0, .1);
}

.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>button>i:before,
.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>a>i:before {
    content: "\f077";
}

.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li>button:after,
.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li>a:after {
    background: rgba(0, 0, 0, .06);
}

.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li.selectedParent>button>i:before,
.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li.selectedParent>a>i:before {
    content: "\f077";
}

.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li>ul.argomenti-submenu>li {
    background: rgba(0, 0, 0, .03);
}

.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li>ul.argomenti-submenu>li.selectedParent>button>i:before,
.argomenti-wrapper ul.parent-argomenti.argomenti>li.selectedParentParent:not(.currentParentObj)>ul.argomenti>li>ul.argomenti-submenu>li.selectedParent>a>i:before {
    content: "\f077";
}



/*
.sidebar-box-wrapper-sublayer {
	position:absolute;
	width:100%;
	margin-left:0;
	max-width:400px;
	height:100%;
	padding:25px 10px 25px 0;
	margin-bottom:300px;
	box-sizing:border-box;
	margin-top:calc(29px + 50px);
	background:#e96639;
	color:#fff;
	transition:margin-left .5s;
	z-index:5;
	visibility:hidden;
}
.sidebar-box-wrapper-sublayer.active {
	margin-left:-400px;
	transition:margin-left .5s;
	box-shadow:0 4px 12px rgba(0,0,0,.3);
}
body.sticky-sidebar .sidebar-box-wrapper-sublayer {
	position: fixed;
	top: 50px;
	height: calc(100vh - 50px);
	margin-bottom: 0;
}
	.page-wrapper .sidebar-wrapper .sidebar-box-wrapper-sublayer>.scroll-wrapper {
		height: calc(100% - 29px - 50px);
		width:100%;
	}
	.sidebar-box-wrapper-sublayer>.argomenti-top-spacer {
		font-size:24px;
		margin: 0 0 50px 0;
		padding: 0 0 0 0;
		line-height:28.8px;
	}
	.sidebar-box-wrapper-sublayer .sub-argomenti-wrapper {
		width:100%;
		box-sizing:border-box;
		padding:0 0 0 0;
	}
		.sidebar-box-wrapper-sublayer .sub-argomenti-wrapper ul.list-sub-argomenti {
			margin:0 0 0 0;
			padding:0 0 0 25px;
			list-style:none;
			display:none;
		}
		.sidebar-box-wrapper-sublayer .sub-argomenti-wrapper ul.list-sub-argomenti.active {
			display:block;
		}
			.sidebar-box-wrapper-sublayer .sub-argomenti-wrapper ul.list-sub-argomenti>li>a {
				display:block;
				font-size:14px;
				line-height:36px;
				padding:0 0 0 0;
				text-transform:uppercase;
				color:#fff;
				text-decoration:none;
				border-bottom:solid 1px rgba(255,255,255,.2);
				position:relative;
			}
				.sidebar-box-wrapper-sublayer .sub-argomenti-wrapper ul.list-sub-argomenti>li>a:after {
					content:"";
					position:absolute;
					left:-15px;
					top:0;
					right:0;
					bottom:0;
					background:transparent;
				}
				.sidebar-box-wrapper-sublayer .sub-argomenti-wrapper ul.list-sub-argomenti>li>a:hover:after {
					background:rgba(255,255,255,.05);
				}
*/

.scrollbar-dynamic>.scroll-element.scroll-y {
    background: transparent;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
    background: rgba(255, 255, 255, .05);
}

.scrollbar-dynamic:hover>.scroll-element .scroll-bar {
    background: rgba(255, 255, 255, .3);
}

.articolo-wrapper .pdf-item {
    width: 100%;
    height: calc(100vh - 230px);
    min-height: 500px;
}

.form-control {
    box-shadow: none !important;
    outline: 0 !important;
    border: solid 1px #eee !important;
    border-radius: 0 !important;
}

input:not([type="radio"]):not([type="checkbox"]).form-control,
textarea.form-control,
select.form-control {
    box-shadow: none !important;
    outline: 0 !important;
    border: solid 1px #bbb !important;
    border-radius: 0 !important;
    height: 32px !important;
    line-height: 32px !important;
    padding: 0 5px 0 5px !important;
}

input[disabled]:not([type="radio"]):not([type="checkbox"]).form-control,
textarea[disabled].form-control,
select[disabled].form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto !important;
    resize: vertical;
}

.page-content-wrapper {
    padding: 64px 64px 64px 64px;
}

.margin-left-fullwidth {
    margin-left: 64px;
}

.margin-top-fullwidth {
    margin-top: 64px;
}

.margin-right-fullwidth {
    margin-right: 64px;
}

.margin-bottom-fullwidth {
    margin-bottom: 32px;
}

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

.font-size-0 {
    font-size: 0;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

input:not([type="radio"]):not([type="checkbox"]).form-control-48,
textarea.form-control-48,
select.form-control-48 {
    font-size: 14px !important;
    height: 48px !important;
    padding: 0 16px !important;
}

select.form-control-48 option {
    -webkit-appearance: button;
    height: 48px;
}

.form-input-height-48 input:not([type="radio"]):not([type="checkbox"]).form-control,
.form-input-height-48.form-control,
.form-input-height-48 select.form-control {
    height: 48px !important;
}

.disabled-product .prodotto-box {
    opacity: .6;
    cursor: not-allowed !important;
    text-decoration: none !important;
}

.disabled-product .prodotto-box a {
    cursor: not-allowed !important;
    text-decoration: none !important;
}

.color-white {
    color: #fff;
}

.btn {
    line-height: 100%;
}

.min-width-75-perc {
    min-width: 75%;
    max-width: 400px;
}

.min-width-75-perc.btn-login-mybook-box {
    /*
	width:auto;
	*/
    max-width: none;
    white-space: normal;
}

.btn-height-48 {
    height: 48px !important;
}

a.btn-height-48 {
    line-height: 48px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.padding-0-0-0-0 {
    padding: 0 0 0 0;
}

.padding-top-16 {
    padding-top: 16px;
}

.padding-left-16 {
    padding-left: 16px;
}

.padding-right-16 {
    padding-right: 16px;
}

.padding-bottom-16 {
    padding-bottom: 16px;
}

.transform-position-vert-middle {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
}

.transform-position-vert-middle {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
}

.box-two-buttons .transform-position-vert-middle {
    display: block;
    transform: translate(0, 0);
    top: auto;
}

.box-two-buttons .buttons-wrapper {
    position: relative;
    transform: translate(0, -50%);
    top: 50%;
}

.box-two-buttons .buttons-wrapper .margin-bottom-24 {
    margin-bottom: 24px !important;
}

.line-height-24-clamp-3 {
    line-height: 24px;
    display: -webkit-box;
    height: 72px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.box-social-networks {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

ul.box-social-networks>li {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0;
}

ul.box-social-networks>li>a {
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 30px;
}

.tooltipTitleLayer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 5px 15px;
    font-size: 12px;
    z-index: 50;
    border-radius: 5px !important;
}

.tooltipTitleLayer:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    transform: translate(-50%, 0);
    border: solid 6px transparent;
    border-top-color: rgba(0, 0, 0, 1);
    top: 100%;
    left: 50%;
}

.product-new-eventi,
.download-file {
    display: block;
    border: solid 1px #ddd;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .1);
    text-decoration: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: border .3s, box-shadow .3s;
}

.product-new-eventi:hover,
.download-file:hover {
    border: solid 1px #999;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
}

.product-new-eventi .news-info,
.download-file .file-info {
    flex: 1;
    margin: 0 0 0 15px;
    color: #000;
}

.product-new-eventi .news-info .news-name,
.download-file .file-info .file-name {
    /*
			display:-webkit-box;
			-webkit-line-clamp:2;
			-webkit-box-orient:vertical;
			overflow:hidden;
			*/
    line-height: 22px;
    min-height: 22px;
}

.product-new-eventi .news-info .news-name {
    color: #263339;
    font-weight: 600;
}

.download-file .file-info .file-size {
    line-height: 22px;
    height: 22px;
    text-align: right;
    font-weight: 600;
    margin: 4px 0 0 0;
}

.sidebar-email-agente {
    word-wrap: break-word;
}

img.image-autore {
    border: solid 1px #ddd;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

.sidebar-box-mybookbox .detail-sidebar-content {
    background: #263339;
}

.sidebar-box-mybookbox .detail-sidebar-content>h4 {
    padding: 0 0 3px 0;
    margin: 0 0 24px 0;
    height: auto;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.sidebar-box-mybookbox .detail-sidebar-content>p {
    padding: 0 0 0 0;
    margin: 0 0 24px 0;
    height: auto;
    line-height: normal;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

.login-wrapper .row.box-fullwidth {
    justify-content: space-around;
    padding-top: 128px;
    padding-bottom: 128px;
}

.login-wrapper .row.box-fullwidth.background-image {
    background: #263339;
    background: #f7f8f9;
}

.login-wrapper .login-background-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .3;
}

.login-wrapper .content-box.content-dark {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .4);
}

.login-wrapper .content-form-login {
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
}

.login-wrapper .box-registrazione {
    min-width: 800px;
    max-width: 800px;
}

.login-wrapper .box-registrazione a.account-type {
    width: 100%;
}

@media (min-width: 1200px) {
    .login-wrapper .col-xl-3 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

/*
#############################################################################################
*/




/*
#############################################################################################
CARRELLO: start
#############################################################################################
*/
.cart-wrapper {
    margin: 0 -64px 0 -64px;
    padding: 64px 64px 64px 64px;
    background: #fff;
}

.cart-wrapper h1 {
    position: relative;
    font-size: 30px;
    margin: 0 0 64px 0;
    padding: 0 200px 0 0;
    line-height: normal;
    text-transform: none;
    border-color: rgba(0, 0, 0, .16);
    text-align: left;
}

.table-responsive.table-responsive-cart table.cart-table-responsive thead td {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
}

.table-responsive.table-responsive-cart table.cart-table-responsive tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .03);
}

.table-responsive.table-responsive-cart table.cart-table-responsive thead td {
    border: 0;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.table-responsive.table-responsive-cart table.cart-table-responsive tbody td {
    border: 0;
    vertical-align: middle;
}


.table-responsive.table-responsive-cart table.cart-table-responsive td {
    padding: 16px 16px 16px 16px;
}

.table-responsive.table-responsive-cart table.cart-table-responsive td a.product-image {
    display: block;
    white-space: nowrap;
    font-size: 0;
}

.table-responsive.table-responsive-cart table.cart-table-responsive td a.product-image>img {
    max-width: 70px;
    margin: 0 0 0 -50px;
    box-shadow: -5px 0px 5px -5px rgba(0, 0, 0, 0.75);
}

.table-responsive.table-responsive-cart table.cart-table-responsive td a.product-image>img:first-of-type {
    margin: 0 0 0 0;
    box-shadow: none;
}

.table-responsive.table-responsive-cart table.cart-table-responsive .product-title {
    font-size: 22px;
    font-weight: 600;
}

.table-responsive.table-responsive-cart table.cart-table-responsive .product-subtitle {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 16px 0;
    color: rgba(0, 0, 0, .8);
}

.table-responsive.table-responsive-cart table.cart-table-responsive .product-type {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, .5);
}

.table-responsive.table-responsive-cart table.cart-table-responsive td:nth-of-type(1) {}

.table-responsive.table-responsive-cart table.cart-table-responsive td:nth-of-type(2) {
    width: 80%;
    min-width: 400px;
}

.table-responsive.table-responsive-cart table.cart-table-responsive tbody td:nth-of-type(3) {
    font-size: 22px;
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.table-responsive.table-responsive-cart table.cart-table-responsive td:nth-of-type(4) {
    padding-left: 64px;
    padding-right: 64px;
}

.table-responsive.table-responsive-cart table.cart-table-responsive tbody td:nth-of-type(5) {
    font-size: 22px;
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.table-responsive.table-responsive-cart table.cart-table-responsive td:nth-of-type(6) {}

.table-responsive.table-responsive-cart table.cart-table-responsive .cart-delete-item {
    height: 44px;
    width: 44px;
    font-size: 25px;
    color: initial;
    padding: 0.5rem .75rem
}

.table-responsive.table-responsive-cart table.cart-table-responsive input.cart-quantity-item {
    max-width: 80px;
    font-size: 22px !important;
    text-align: right;
}

.table-responsive.table-responsive-cart table.cart-table-responsive input.cart-quantity-item[type=number]::-webkit-inner-spin-button,
.table-responsive.table-responsive-cart table.cart-table-responsive input.cart-quantity-item[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-wrapper .box-cart-checkout {
    background: #f5f5f5;
    padding: 15px;
}

.cart-wrapper .box-cart-checkout button.btn-cart-checkout {
    padding: 0 25px 0 25px;
    line-height: 48px;
    height: 48px;
    vertical-align: middle;
    font-size: 18px;
}

.cart-wrapper .box-cart-checkout input.condizioni-vendita[type="checkbox"] {
    transform: translate(0, -3px);
}

/*
#############################################################################################
CARRELLO: end
#############################################################################################
*/

.archivio-saggi-wrapper h1.title {
    margin-bottom: 64px !important;
}

.archivio-saggi-wrapper h3.richiesta-titolo {
    color: #000;
    border-bottom: 0;
    line-height: normal;
    margin: 0 0 0 -15px;
}

.archivio-saggi-wrapper .row-richiesta-adozioni-header {
    padding: 15px 15px 15px 15px;
    background: transparent;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.archivio-saggi-wrapper .row-richiesta-adozioni {
    padding: 15px 15px 15px 15px;
    background: transparent;
}

.archivio-saggi-wrapper .row-richiesta-adozioni:nth-of-type(even) {
    background: rgba(0, 0, 0, .03);
}

.testo-non-adottato {
    color: #c00;
    font-weight: bold;
}

.testo-adottato {
    color: #539871;
    font-weight: bold;
}

.select2-selection {
    border-radius: 0 !important;
    height: 48px !important;
}

.select2.select2-form-control-48 .select2-selection {
    border-radius: 0 !important;
    height: 48px !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.select2-form-control-48.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2.select2-form-control-48.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

.modal-default {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 9999;
    transition: all .8s;
}

.modal-default.show-modal {
    background: rgba(0, 0, 0, .4);
}

.modal-default .cart-layer {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -110%);
    width: 100%;
    max-width: 600px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .3);
    padding: 30px;
    z-index: 999;
    transition: all .8s;
}

.modal-default.show-modal .cart-layer {
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal-default .cart-layer h3 {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    line-height: normal;
    font-weight: 600;
    color: #263339;
    font-size: 23px;
    border-color: rgba(38, 51, 57, .2);
    text-transform: none;
}

.modal-default .cart-layer h4 {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    line-height: normal;
    font-weight: 400;
    color: #263339;
    font-size: 18px;
}

.modal-default .cart-layer h5 {
    margin: 0 0 8px 0;
    padding: 0 0 0 0;
    line-height: normal;
    font-weight: 400;
    color: #263339;
    font-size: 14px;
}

.modal-default .cart-layer h6 {
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    line-height: normal;
    font-weight: 400;
    color: #263339;
    font-size: 14px;
}

.modal-default .cart-layer p {
    margin: 0 0 16px 0;
    padding: 16px 0 16px 0;
    line-height: normal;
    font-weight: 400;
    color: #263339;
    font-size: 18px;
    border-bottom: solid 1px rgba(38, 51, 57, .2);
}

.modal-default .cart-layer h3 a.close-cart-layer {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #263339;
}

.modal-default .cart-layer h3 a.close-cart-layer:hover {
    color: #1b305f !important;
}

.modal-default .cart-layer .cart-layer-footer {
    text-align: right;
}

.modal-default .cart-layer .cart-layer-footer a {
    margin-left: 10px;
}

.alert.alert-danger,
.alert.alert-success,
.main-body>.alert {
    position: absolute;
    left: 50%;
    right: 0;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 1000px;
    transform: translate(-50%, 0);
    margin: 10px 0 0 0;
    z-index: 999;
    border: solid 2px rgba(0, 0, 0, .2);
    border-radius: 5px !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .5);
    font-size: 22px;
    text-align: center;
    pointer-events: none;
    opacity: .8;
}

/*
.alert.alert-danger:before {
.alert.alert-success:before {
.main-body>.alert:before {
	font-family:"Font Awesome 5 Pro";
	font-size:40px;
	font-weight:900;
	content: "\f058";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	vertical-align:middle;
}
*/
.alert.alert-danger:after,
.alert.alert-success:after,
.main-body>.alert:after {
    font-family: "Font Awesome 5 Pro";
    font-size: 25px;
    font-weight: 400;
    content: "\f057";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px;
}


@media (max-width: 1024px) {
    .tooltipTitleLayer {
        white-space: nowrap;
        transform: translate(-100%, -10px) !important;
    }

    .tooltipTitleLayer:before {
        left: auto;
        right: 15px;
        transform: translate(0, 0);
    }
}

.table thead th,
.table thead td {
    border-top: 0;
}

.btn-group-toggle label.btn:not(.active) {
    background: #eee !important;
    border-color: #eee !important;
    color: #999;
}

.btn-group-toggle label.btn-danger:not(:disabled):not(.disabled).active,
.btn-group-toggle label.btn-danger:not(:disabled):not(.disabled):active,
.btn-group-toggle label.show>.btn-danger.dropdown-toggle {
    background: #f00;
    border-color: #f00;
}

.download-yes-not.btn-group-toggle label.btn {
    width: 50px;
}

.tab-navigation {
    border-bottom: solid 1px #000;
    margin: 15px 0 30px 0;
}

.tab-navigation>ul {
    list-style: none;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.tab-navigation>ul>li {
    list-style: none;
    display: inline-block;
    padding: 0 4px 0 4px;
    margin: 0 0 0 0;
}

.tab-navigation>ul>li>a {
    font-size: 22px;
    text-decoration: none;
    line-height: 40px;
    height: 40px;
    list-style: none;
    display: inline-block;
    margin: 0 0 0 0;
    padding: 0 15px;
    color: #000;
    position: relative;
}

.tab-navigation>ul>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    transition: height .5s;
}

.tab-navigation>ul>li.active>a:before {
    height: 3px;
}

.tab-navigation>ul>li:not(.active)>a:hover:before {
    height: 3px;
}

.blog-image-gallery {
    display: table;
    width: calc(100% + 10px);
    margin: 0 -5px 0 -5px;
    font-size: 0;
}

.gallery-sidebar .blog-image-gallery {
    padding-top: 5px;
}

.blog-image-gallery .gallery-item {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    width: calc(100% / 3);
}

.detail-body-content .blog-image-gallery .gallery-item {
    display: inline-block;
    padding: 5px 5px 5px 5px;
    width: calc(100% / 5);
}

.gallery-fullwidth .blog-image-gallery .gallery-item {
    width: calc(100% / 15);
}

.blog-image-gallery .gallery-item>a {
    display: block;
    background: #000;
}

.blog-image-gallery .gallery-item>a>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    opacity: .7;
    transition: all .5s;
}

.blog-image-gallery .gallery-item>a:hover img {
    opacity: 1;
    transform: scale(1.1);
}

.detail-body-content .blog-image-gallery .gallery-item>a {
    position: relative;
    display: block;
    background: #000;
    transition: all .5s;
    border: solid 1px #000;
}

.detail-body-content .blog-image-gallery .gallery-item>a:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.detail-body-content .blog-image-gallery .gallery-item>a:hover {
    transform: scale(1.1);
}

.detail-body-content .blog-image-gallery .gallery-item>a>img {
    display: block;
    opacity: .7;
    transition: all .5s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail-body-content .blog-image-gallery .gallery-item>a:hover img {
    opacity: 1;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .gallery-fullwidth .blog-image-gallery .gallery-item {
        width: calc(100% / 8);
    }
}

@media (max-width: 767px) {
    .gallery-fullwidth .blog-image-gallery .gallery-item {
        width: calc(100% / 4);
    }
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-41 {
    font-size: 41px;
}

.font-size-42 {
    font-size: 42px;
}

.font-size-43 {
    font-size: 43px;
}

.font-size-44 {
    font-size: 44px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-46 {
    font-size: 46px;
}

.font-size-47 {
    font-size: 47px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-49 {
    font-size: 49px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-55 {
    font-size: 55px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-65 {
    font-size: 65px;
}

.font-size-70 {
    font-size: 70px;
}



body.search-home .detail-wrapper.divisione-catalogo:before {
    background-color: #0b3b67;
}

body.search-home .detail-wrapper.divisione-scuola:before {
    background-color: #ffaf04;
}

body.search-home .detail-wrapper.divisione-universita:before {
    background-color: #cf4950;
}

body.search-home .detail-wrapper.divisione-test-concorsi:before {
    background-color: #ee6323;
}

body.search-home .detail-wrapper.divisione-italiano-stranieri:before {
    background-color: #356f8c;
}

body.search-home .detail-wrapper.divisione-foreign-rights:before {
    background-color: #0b3b67;
}

.pagination a.page-link {
    line-height: 34px;
    height: 34px;
    padding: 0 12px;
    min-width: 34px;
}

.pagination li.page-item.active a.page-link,
.pagination li.page-item.active a.page-link:hover {
    background-color: #0b3b67;
    color: #fff;
}

.pagination a.page-link>span {
    padding: 0 0 0 0;
    font-size: 24px;
    height: 34px;
    line-height: 34px;
    margin: 0 0 0 0;
}

.pagination .page-item.disabled a.page-link {
    color: #dee2e6;
    background-color: #fff;
    border-color: #dee2e6;
}




.box-full-screen-height {
    min-height: calc(100vh - 269px);
    box-sizing: border-box;
}

.box-full-screen-height.top-bottom-padding-100 {
    padding: 100px 0 100px 0;
}

.pagination>li.page-item {
    margin: 0 3px 0 3px;
    background: transparent;
}

.pagination>li.page-item>a.page-link,
.pagination>li.page-item.disabled>a.page-link {
    background: transparent;
    line-height: 40px;
    height: 40px;
    padding: 0 5px 0 5px;
    min-width: 40px;
    text-align: center;
}

.pagination>li.page-item:not(.disabled):not(.active)>a.page-link:hover {
    background: #fff;
}

.pagination>li.page-item>a.page-link>i {
    padding: 0 0 0 0;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 0;
}

h1.search-page-title {
    margin: 0 0 8px 0;
}

h1.search-page-title.titolo-collana-leggere {
    margin: 0 0 8px 0;
}

h2.search-match {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    justify-content: space-between;
    margin: 0 0 64px 0;
    border: none !important;
}

h2.search-match.subtitle-collana-leggere {
    margin: 0 0 32px 0;
}

h2.search-match .pagination {
    margin: 0 0 0 0;
}

h2.search-match .pagination>li.page-item>a.page-link,
h2.search-match .pagination>li.page-item.disabled>a.page-link {
    line-height: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 16px;
    font-weight: 300;
}

h2.search-match .pagination>li.page-item>a.page-link>i {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
}

@media (max-width: 767px) {
    h2.search-match {
        justify-content: center;
    }

    h2.search-match .search-match-number {
        margin: 0 0 8px 0;
        width: 100%;
    }
}




.certificazioni-wrapper {
    margin: 0 0 64px 0;
    padding: 0 15px;
    background: #fff;
}

.certificazioni-wrapper .certificazione-code-box {
    padding: 32px 32px 32px 32px;
    background: rgba(255, 175, 4, .1);
    color: rgba(255, 175, 4, .8);
    border: solid 1px rgba(255, 175, 4, .3);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.certificazioni-wrapper .certificazione-info-box {
    padding: 32px 32px 32px 32px;
    background: rgba(255, 255, 255, 1);
    border: solid 1px rgba(255, 175, 4, .3);
    border-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: calc(100% - 200px);
}

.certificazioni-wrapper .certificazione-code-box>h3,
.certificazioni-wrapper .certificazione-info-box>h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: normal;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
}

.certificazioni-wrapper .certificazione-code-box>p {
    font-size: 35px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
}

.certificazioni-wrapper .certificazione-info-box>p {
    font-size: 14px;
    line-height: 18px;
}

.content-text.form-elements {
    -webkit-column-count: unset !important;
    -moz-column-count: unset !important;
    column-count: unset !important;
}

.form-elements .required-element label:after {
    content: "\f069";
    display: inline-block;
    color: rgba(207, 73, 80, .5);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 13px;
    margin: 0 0 0 5px;
    transform: translate(0, -5px);
}

i.icon-color-default {
    color: rgba(207, 73, 80, .5);
    font-size: 13px;
    transform: translate(0, -5px);
}

.form-elements .required-element .select2.select2-container,
.form-elements .required-element input:not([type="radio"]):not([type="checkbox"]).form-control,
.form-elements .required-element textarea.form-control,
.form-elements .required-element select.form-control {
    outline: 0 !important;
}

.form-elements .required-element .select2.select2-container .select2-selection {
    outline: 0 !important;
}

.form-elements .required-element .select2.select2-container:not(.requiredDone),
.form-elements .required-element input:not([type="radio"]):not([type="checkbox"]).form-control:not(.requiredDone),
.form-elements .required-element textarea.form-control:not(.requiredDone),
.form-elements .required-element select.form-control:not(.requiredDone) {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3) !important;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-color: #bbb;
}

.big-button-icon {
    font-size: 22px;
    transform: translate(0, 3px);
    margin: -5px 5px 0 0;
}

h2.volume-add-delete,
h2.insegnamento-add-delete {
    position: relative;
}

h2.volume-add-delete button.delete-volume,
h2.insegnamento-add-delete button.delete-insegnamento {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(50px, -50%);
}

.current-item h2.volume-add-delete button.delete-volume,
.current-item h2.insegnamento-add-delete button.delete-insegnamento {
    display: inline-block;
}

.richiesta-adozione-lista .richiesta-adozione-riga {
    font-size: 16px;
}

.richiesta-adozione-lista .richiesta-adozione-riga:nth-child(odd) {
    background: rgba(0, 0, 0, 0);
}

.richiesta-adozione-lista .richiesta-adozione-riga:nth-child(even) {
    background: rgba(0, 0, 0, .05);
}

.richiesta-adozione-lista .richiesta-adozione-riga .richiesta-adozione-ean-titolo {
    font-size: 18px;
    font-weight: 700;
}

.richiesta-adozione-lista .richiesta-adozione-riga .data-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 365px);
    flex: 0 0 calc(100% - 365px);
    max-width: calc(100% - 365px);
}

.richiesta-adozione-lista .richiesta-adozione-riga .data-buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 365px;
    flex: 0 0 365px;
    max-width: 365px;
}

.home-header.home-box .home-item-content.text-content p.text:before {
    background: #ffaf04 !important;
}

.blog-wrapper .box-background .blog-item-content .home-header p.text:before {
    background: #ffaf04 !important;
}

.home-header.home-box .home-item-content.text-content h3 {
    color: #ffaf04 !important;
    text-shadow: 0 0 1px rgba(11, 59, 103, .2), 0 0 10px rgba(11, 59, 103, .2), 0 0 10px rgba(11, 59, 103, .2);
}

.blog-wrapper .box-background .blog-item-content .home-header h3 {
    color: #ffaf04 !important;
    text-shadow: 0 0 1px rgba(11, 59, 103, .2), 0 0 10px rgba(11, 59, 103, .2), 0 0 10px rgba(11, 59, 103, .2);
}

.btn.btn-default.btn-registrazione {
    white-space: normal !important;
    line-height: 24px !important;
    height: auto !important;
    min-height: 48px !important;
    width: 100% !important;
}

.btn-full-width {
    width: 100% !important;
}

.modal-book-browser {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
}

.modal-book-browser .book-browser-layer {
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: calc(100vw - 100px);
    height: calc(100vh - 100px);
    padding: 11px 11px 11px 11px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.modal-book-browser .book-browser-layer iframe.book-browser-content {
    border: 0;
    display: block;
    width: calc(100vw - 100px - 22px);
    height: calc(100vh - 100px - 22px);
    border-radius: 0;
}

.modal-book-browser .book-browser-layer button.book-browser-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    border: 0;
    background: rgba(0, 0, 0, .8);
    /* color:rgba(0,0,0,.5); */
    font-size: 22px;
    cursor: pointer;
    outline: 0;
    color: rgba(255, 255, 255, .85);
    border-radius: 50%;
    box-shadow:
        0 0 1px 1px rgba(255, 255, 255, .8),
        0 0 3px 1px rgba(255, 255, 255, .6),
        0 0 5px 1px rgba(255, 255, 255, .4);
    transition: all .5s;
}

.modal-book-browser .book-browser-layer button.book-browser-close:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 1);
    box-shadow:
        0 0 1px 1px rgba(255, 255, 255, .85),
        0 0 3px 1px rgba(255, 255, 255, .65),
        0 0 5px 1px rgba(255, 255, 255, .45);
}

.content-box.content-dark .login-white-text a,
.content-box.content-dark .login-white-text a:link,
.content-box.content-dark .login-white-text a:visited,
.content-box.content-dark .login-white-text a:hover {
    color: #fff
}

.home-wrapper .home-box .home-item-content .content-box .login-white-text h3.color-blue,
.home-wrapper .home-box .home-item-content .content-box .login-white-text h4.color-blue {
    color: rgba(255, 255, 255, .5);
}

.home-wrapper .home-box .home-item-content .content-box .login-white-text a.btn-signeup {
    color: #fff;
}

.extra-content-wrapper ul.extra-body {
    background: #fff;
}

.search-filters .filters-parent-wrapper {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.search-filters .filters-parent-wrapper>li.filter-parent-item {
    display: block;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.search-filters .filters-parent-wrapper>li.filter-parent-item a.toggle-childrens>i:before {
    content: "\f107";
}

.search-filters .filters-parent-wrapper>li.filter-parent-item.active a.toggle-childrens>i:before {
    content: "\f106";
}

.search-filters .filters-parent-wrapper>li.filter-parent-item>ul.filters-children-wrapper {
    display: none;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.search-filters .filters-parent-wrapper>li.filter-parent-item.active>ul.filters-children-wrapper {
    display: block;
}


.search-filters .filters-parent-wrapper>li.filter-parent-item>ul.filters-children-wrapper>li.filter-children-item {
    display: block;
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0 0 0 0;
}

.hoepliconlascuola {
    margin: 0 0 10px 0;
}

.hoepliconlascuola>img {
    max-width: 450px;
    height: auto;
}

/* SCUOLA POST LIST */
.post-list-page {
    padding: 0 0 0 0;
    margin-bottom: 64px;
}

.post-list-page h1 {
    position: relative;
    margin-bottom: 88px;
}

.post-list-page .change-view-layout-wrapper {
    position: absolute;
    top: 100%;
    margin: 5px 0 0 0;
    right: 0;
    vertical-align: top;
    line-height: 24px;
}

.post-list-page .change-view-layout-wrapper a {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    vertical-align: top;
}

.post-list-page:not(.list-layout-view) .change-view-layout-wrapper a.change-view-grid {
    color: #bbb;
    cursor: default;
}

.post-list-page:not(.list-layout-view) .change-view-layout-wrapper a.change-view-list {
    color: #212529;
}

.post-list-page:not(.list-layout-view) .change-view-layout-wrapper a.change-view-list:hover {
    color: #0466c1;
}

.post-list-page.list-layout-view .change-view-layout-wrapper a.change-view-grid {
    color: #212529;
}

.post-list-page.list-layout-view .change-view-layout-wrapper a.change-view-grid:hover {
    color: #0466c1;
}

.post-list-page.list-layout-view .change-view-layout-wrapper a.change-view-list {
    color: #bbb;
    cursor: default;
}

.post-list-page .change-view-layout-wrapper span {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
    text-transform: none;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-picture {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    max-height: 50%;
    background: transparent;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-text {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    padding: 0 24px;
    margin: 24px 0;
    overflow: hidden;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-left: -32px;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    background: transparent;
    margin: 0 0 0 0;
    padding: 0 32px 0 32px;
    box-shadow: none;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-text a.post-title {
    display: block;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-text a.post-title>h3 {
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    text-transform: uppercase;
    border: none !important;
    font-weight: 500;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-abstract {
    font-size: 14px;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    height: 80px;
}

.post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li .post-item-wrapper {
    background: #fff;
    margin: 0 0 32px 0;
    padding: 0 0 0 0;
    box-shadow: 0 5px 12px rgba(0, 0, 0, .5);
    flex-direction: column;
    transition: transform .5s;
    flex-wrap: nowrap;
}

.hoepliconlascuola-categoty-title {
    font-size: 30px;
}

.hoepliconlascuola>.testo-hashtag-hoepliconlascuola {
    font-size: 30px;
    font-style: italic;
}

.hoepliconlascuola>.testo-hashtag-hoepliconlascuola>i {
    font-weight: 200;
    font-style: normal;

}

.hoepliconlascuola>.testo-hashtag-hoepliconlascuola>span {
    font-weight: 200;
}

.hoepliconlascuola>.testo-hashtag-hoepliconlascuola>strong {
    font-weight: 600;
}


.loading-data-categorie-sidebar:before {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.page-wrapper.pagina-registrazione label>span.field-info {
    font-size: 13px;
    display: inline-block;
}

.carousel .carousel-indicators li {
    width: 50px;
    height: 8px;
}

.carousel .carousel-indicators li:not(.active) {
    cursor: pointer;
}

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    opacity: 0;
    transition: opacity .5s;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
    opacity: .5;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

.newsletter-list-selection {
    text-align: left;
}

.newsletter-list-selection>h4.newsletter-selection-title {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    line-height: normal;
}

.newsletter-list-selection .form-check {
    padding-left: 15px;
    padding-right: 15px;
}

/*
############################################################################################
mailchimp overwrite sytles
############################################################################################
*/
#mc_embed_signup form {
    padding: 0 0 0 0 !important;
}

#mc_embed_signup .indicates-required {
    text-align: right;
    font-size: 11px;
    margin-right: 0 !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
    padding-bottom: 0 important;
    min-height: 50px important;
}

#mc_embed_signup .button {
    margin: 0 0 60px 0 !important;
    font-weight: 300 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: -30px 0 30px 0 !important;
    padding: 0 0 0 0 !important;
    background-color: transparent !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#mc_embed_signup input:focus {
    border-color: #999 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error:focus,
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #e85c41 !important;
}

#mc_embed_signup .mc-field-group input {
    text-indent: 0 !important;
}

#mc_embed_signup .min-width-75-perc {
    min-width: 0;
    width: 75% !important;
    max-width: 300px !important;
}

#mc_embed_signup .mc-field-group select {
    display: block !important;
    width: 100% !important;
    padding: 0 0 0 0 !important;
    margin-bottom: 30px !important;
}

#mc_embed_signup .mc-field-group {
    clear: both !important;
    position: relative;
    width: 100% !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
}

#mc_embed_signup .group-extra-data {
    display: none;
    margin-bottom: 30px;
}

#mc_embed_signup div#mce-responses {
    margin: 0 0 30px 0 !important;
    padding: 0 0 0 0 !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    overflow: visible !important;
    display: table !important;
    width: 100% !important;
}

#mc_embed_signup div.response {
    width: auto !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    float: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    font-weight: 300 !important;
}

label.inline-label {
    display: inline !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

html body header ul.header-nav>li>a {
    color: rgba(0, 0, 0, 0.6);
}



@media (max-width: 575px) {
    .hoepliconlascuola-categoty-title {
        font-size: 24px;
    }

    .hoepliconlascuola>.testo-hashtag-hoepliconlascuola {
        font-size: 24px;
    }
}

@media (min-width: 1201px) {
    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li .post-item-wrapper:hover {
        transform: scale(1.1);

    }
}

.post-list-page.list-layout-view .blog-wrapper .blog-box .blog-item-content ul.post-list>li .post-item-wrapper {
    height: auto !important;
}

@media (max-width: 1560px) and (min-width: 1200px) {
    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list {
        margin-right: -24px;
        margin-left: -24px;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li {
        padding: 0 24px 0 24px;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-text {
        padding: 0 16px;
        margin: 16px 0;
        min-height: 150px;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-abstract {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
        height: 40px;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li {
        padding: 0 16px 0 16px;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-text {
        padding: 0 16px;
        margin: 16px 0;
        min-height: 150px;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list .post-abstract {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 20px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .post-list-page:not(.list-layout-view) .blog-wrapper .blog-box .blog-item-content ul.post-list>li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* ################### */


@media (max-width: 1024px) {

    form[data-request="onInviaComunicazioneAdozione"] .col-form-label,
    form[data-request="onInviaRichiestaSaggi"] .col-form-label {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    form[data-request="onInviaComunicazioneAdozione"] .col-sm-8,
    form[data-request="onInviaRichiestaSaggi"] .col-sm-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .richiesta-adozione-lista .richiesta-adozione-riga {
        border: solid 1px #ddd;
        border-top: 0;
    }

    .richiesta-adozione-lista .richiesta-adozione-riga:first-of-type {
        border-top: solid 1px #ddd;
    }

    .richiesta-adozione-lista .richiesta-adozione-riga .data-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .richiesta-adozione-lista .richiesta-adozione-riga .data-buttons {
        padding-top: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hoepliconlascuola>img {
        max-width: 100%;
    }

    .newsletter-list-selection>h4.newsletter-selection-title {
        padding-left: 15px;
        padding-right: 15px;
    }

}

.btn[data-request="onRemoveFromPreferiti"],
#btn-preferito-div>a[data-request="onAddPreferitoDettaglio"],
#btn-preferito-div>a[data-request="onRemovePreferitoDettaglio"] {
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    padding: 12px 10px 12px 10px;
    display: block;
    text-align: center;
    transition: all .5s;
}

.btn[data-request="onRemoveFromPreferiti"]:hover,
#btn-preferito-div>a[data-request="onAddPreferitoDettaglio"]:hover,
#btn-preferito-div>a[data-request="onRemovePreferitoDettaglio"]:hover {
    transform: scale(1.05);
}

td.codice-coupon>.lable-title {
    display: none;
}

td.esito-richiesta>.lable-title {
    display: none;
}

td.esito-richiesta .text-muted {
    white-space: nowrap;
    color: #bbb !important;
    font-weight: 100 !important;
}

td.esito-richiesta .text-warning {
    white-space: nowrap;
    color: #ffaf04 !important;
    font-weight: 900 !important;
}

td.esito-richiesta .text-success {
    white-space: nowrap;
    color: #007f7b !important;
    font-weight: 900 !important;
}

td.esito-richiesta .text-danger {
    white-space: nowrap;
    color: #cf4950 !important;
    font-weight: 900 !important;
}

.bundle-cover-wrapper,
.cover-wrapper-min {
    display: inline-block;
    position: relative;
}

.bundle-cover-wrapper>.bollino-novita,
.cover-wrapper>.bollino-novita,
.cover-wrapper-min>.bollino-novita {
    display: block;
    /*display: none !important;*/
    position: absolute;
    top: -2% !important;
    right: 2% !important;
    width: 50%;
    z-index: 4;
}

.bundle-cover-wrapper>.bollino-novita,
.cover-wrapper-min>.bollino-novita {
    width: 70%;
    top: 0 !important;
}

.bundle-cover-wrapper>.bollino-novita>img,
.cover-wrapper>.bollino-novita>img,
.cover-wrapper-min>.bollino-novita>img {
    display: block;
    width: auto;
    height: auto;
    max-height: none !important;
    max-width: 100% !important;
}

#estratto_modal {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#estratto_modal>.modal-dialog {
    width: calc(100vw - 50px);
    height: calc(100vh - 50px);
    max-height: none;
    max-width: none;
    margin: 0 0 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#estratto_modal .modal-body {
    padding: 27px;
}

#estratto_modal>.modal-dialog>.modal-content {
    height: 100%;
}

#estratto_modal>.modal-dialog>.modal-content button.close {
    outline: 0 !important;
    border: 0;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 4px;
    right: 3px;
}

.diretta_da {
    font-weight: bold;
}

.titolo_collana {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
}


.common-wrapper .default-content-wrapper,
.blog-wrapper .articolo-wrapper {
    background: #fff;
    border: solid 1px #ddd;
    margin: 0 64px 64px 64px;
    min-height: 65vh;
}

.circle-icon-border {
    display: inline-flex;
    border: solid 1px #0b3b67;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: #0b3b67 !important;
    border-radius: 50%;
    text-decoration: none !important;
}

/*
CONTATTI E INFORMAZIONI
*/
.common-wrapper .default-content-wrapper.default-content-contatti-info {
    display: flex;
    border-color: transparent;
    background-color: transparent;
}

.common-wrapper .default-content-wrapper .contatti-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.common-wrapper .default-content-wrapper .contatti-info-wrapper h1.title {
    margin-left: 0;
    margin-right: 0;
}

.common-wrapper .default-content-wrapper h1.title {
    position: relative;
    font-size: 30px;
    margin: 64px 64px 16px 64px;
    padding: 0 0 0 0;
    line-height: normal;
    text-transform: none;
    border-color: rgba(0, 0, 0, .16);
    text-align: left;
    text-transform: uppercase;
}

.common-wrapper .default-content-wrapper .content-text {
    margin: 0 64px 0 64px;
    padding: 0 0 64px 0;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: normal;
}

.contatti-info-wrapper h3.contatti-info {
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin: 60px 0 40px 0;
}

.contatti-info-wrapper h3.contatti-info>span {
    display: inline-flex;
    border-radius: 50%;
    background-color: #0b3b67;
    color: #fff;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
}

.contatti-info-wrapper ul.contatti-info.link-list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.contatti-info-wrapper ul.contatti-info.link-list>li {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
}

.contatti-info-wrapper ul.contatti-info.link-list>li>a {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    color: #0b3b67;
}

.contatti-info-wrapper ul.contatti-info.link-list>li>a>i {
    display: inline-flex;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #0b3b67;
    color: #0b3b67;
    height: 20px;
    width: 20px;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}

.contatti-info-wrapper ul.contatti-info.link-list.large-icon>li>a>i {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
    font-size: 30px;
    border: dotted 1px #0B3B67;
}

.contatti-info-wrapper .form-wrapper {
    display: inline-flex;
    width: 100%;
    max-width: 400px;

}

.contatti-info-wrapper .contatto-wrapper-box {
    box-sizing: border-box;
    background-color: #f5f5f5;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    outline: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    transition: background-color .5s, box-shadow .5s, outline .5s;
}

.contatti-info-wrapper .contatto-wrapper-box.active {
    background-color: #fff;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    outline: solid 1px transparent;
}

.contatti-info-wrapper .contatti-data-row.row {
    margin-top: 60px;
    min-height: 500px;
}

.contatti-info-wrapper .contatti-data-row h3.contatti-info {
    margin-top: 0;
}

.contatti-info-wrapper .contatto-wrapper {
    margin-bottom: 30px;
}

.contatti-info-wrapper .contatto-wrapper-box>h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    color: #263339;
    padding: 0 0 0 0;
    margin: 0 0 20px 0;
}

.contatti-info-wrapper .contatto-wrapper-box.active>h3>a {
    pointer-events: none;
    color: #263339;
}

.contatti-info-wrapper .contatto-wrapper-box>p {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.contatti-info-wrapper iframe.contatto-mappa {
    display: none;
    width: 100%;
    height: 500px;
    border-radius: 5px;
    outline: solid 1px #0000001A;
}

.contatti-info-wrapper iframe.contatto-mappa.active {
    display: flex;
}

.contatti-info-wrapper .contatti-info-main-link {
    text-decoration: none;
}

.contatti-info-wrapper .contatti-info-main-link:hover>span {
    text-decoration: underline;
}



@media (max-width: 1200px) and (min-width: 992px) {
    .common-wrapper .default-content-wrapper .content-text {
        margin: 0 32px 0 32px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .common-wrapper .default-content-wrapper .content-text {
        margin: 0 32px 0 32px;
    }
}

@media (max-width: 767px) {
    .common-wrapper .default-content-wrapper .content-text {
        margin: 0 24px 0 24px;
    }
}

.img_zaino_digitale {
    float: left;
    width: 78px !important;
    position: relative;
}

.zaino_digitale_text {
    display: inline-block
}

.blog-video {
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
}

.blog-video video{
    width:100%;
    max-width: 800px;
}

.box-square.set-height-as-width>img.image-cover {
    height: 100% !important;
}