body{
	
	padding:0;
	font-family: "Dosis", sans-serif;
}
	
h1, h2, h3, h4, h5, h6{
	
	font-family: "Dosis", sans-serif;
}

img{

	max-width:100%;
	
}
a:hover{

    color: #f29400;
}

.btn, button, .button {
	
    font-family: "Dosis", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 3px 10px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #d9dadb;
    text-align: center;
}
	
}	



.header-wrapper{
	
	background:#1a8ca3;
	
}

.hero-image {
    background-image: url('../img/header.png');
    
}
	

.header{
	
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 5%;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	
	height: 90px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu_horizzontal{
	

		
	
}	

.menu_horizzontal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu_horizzontal ul li{
	list-style: none;
	margin: 0 auto;
	border-left: 2px solid #fff;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	text-decoration: none;
	text-align: center;
}
.menu_horizzontal ul li a{
	
	color:#fff;
	font-size: 15px;
}	

.menu_horizzontal ul li a:hover{
	
	
}	
.menu_horizzontal ul li a:beefore{
	content:"&";

	
}

	

/***MOBILE**/



.mobile-btn{
	background: #fff;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	border-radius: 10%;
	z-index: +400;
	top: 10px;
	left: 10px;
	}

.mobile-btn:before,
.mobile-btn:after{
	background:#000;
	width:20px;
	height:2px;
	left:10px;
	display:block;
	position:absolute;
	content:"";
	transition:all .75s ease;
	
}
	
.mobile-btn:before{top:16px;}
.mobile-btn:after{bottom:16px}

.mobile-btn.opened::after{
	
	top: 20px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(-40deg);
}
.mobile-btn.opened::before{
	transform:rotate(40deg);
	
	top: 20px;
}	

.top-link-cart{
	text-transform: uppercase;
	
	margin: 0px 5px;
	font-weight: 400;
	line-height: 30px;
	
	
}

.top-link-cart .cart_qty{

	width:50px;
	height:50px;
	
	
	
}	
.top-link-cart .material-icons{
	
	font-size:15px;
	
}
.user-info{
	height:100%;
	top:0;
	display:flex;
	position:fixed;
	align-items:center;
	flex-flow:column wrap;
	justify-content:center;
	z-index:-1;
	transition:all .75s ease
}

.user-info{
	background:#fff;
	width:450px;
	right: -450px;
	opacity:0;
	border: 1px solid #dcdcdc;
	webkit-box-shadow: -5px 0px 5px -3px rgba(163,163,163,1);
	-moz-box-shadow: -5px 0px 5px -3px rgba(163,163,163,1);
	box-shadow: -5px 0px 5px -3px rgba(163,163,163,1);
	z-index: +300;
}


.vertical-align-bottom, .vertical-align-middle {
    display: inline-block;
    max-width: 100%;
    font-size: 14px;
}

.menu_horizzontal{
	margin:0;

}
.menu_horizzontal ul{

	margin: 0 15px;
    padding: 0;
	
}
.menu_horizzontal li{

	list-style:none;
	padding:5px 0;
}

.folder-list{

	margin: 5px;
	padding: 0;
	list-style: none;
	width:100%;
	
}

.folder-list li{

	padding:10px 5px;
	display:inline-block;
	text-align:center;
	cursor:pointer;
	width:12.4%
}



.folder-list li span{

	display:block;
   
    position: relative;
    text-align: center;
	

}

.folder-list span.file_image{

	height:226px;
	
	
}




.folder-list li span.file_name{
	height: 75px;
    overflow: hidden;
    word-break: break-all;
}
.ebook-info-container{
	
	margin-top: 40px
		
}
.epub_info{

	
}

.epub_info label{
	padding: 12px 12px 12px 0;
  display: inline-block;
	
}
.epub_info input{

	width: -webkit-fill-available;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-left: 10px;
	border-bottom: 1px solid;
}




.overload{
	width:100%;
	height:100%;
	background:#fff;
	display:none;
	position: absolute;
    z-index: 1000;
	position: fixed;

	
	
}
.loader {
	
	border: 16px dotten #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
  
}
.noScroll {
    overflow: hidden;
}

.no-scroll .overlay{
	
	
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: +300;
	position: absolute;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.hide {
	display:none;

}

.overlay{

	display:none;	
	
}	


/***************************/

.card {
	width: 95%;
	margin: auto;
	margin-top: auto;
	text-align: center;
	font-family: arial;
	display: block;
	padding: 20px 0;
	margin-top: 120px;
	border: none;
	height: auto;
	overflow: scroll;
}

#cart_table{
	
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	display: block;
	width: 100%;
	
}

#cart_table .thumb{
	
	display: inline-block;
	width: 70px;
	position: relative;
	vertical-align: top;
	
	
}	
#cart_table .cart_prod_info{
	
	display: inline-block;
	width: 260px;
	text-align: left;
	
	
}

#cart_table .cart_prod_info p {
	
	margin:0;
	padding:0;
	
}

.cart_prod_info .price{
	
	
	color:#000;
	font-weight:600;
	
}
.cart_prod_info .total{
	
	font-weight:700;
	font-size:18px;
	text-align:right;
	
}	

.cart_prod_info .total-cart{
	
	font-size: 16px;
	font-weight: 700;
	
}
.total-cart{
	
	text-align:left;
	
}
.total-cart span{
	
	float:right;
	font-size: 16px;
	font-weight: 700;
}
#checkout_btn{
	
	color: #fff;
	background: #F29400;
	border-radius: 4px;
	padding: 6px 0px;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: -0.5px;
	border: none;
	width: 100%;
	text-align: center;
}



.title {
  color: grey;
  font-size: 18px;
}


.books_list{
	
	max-width: 1290px;
	margin:0 auto;
	
}

a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover, a:hover {
  opacity: 0.7;
}




.upload-area {
	width:70%;
	margin: 30px auto;
    font-size: 1.25rem;
    background-color: #c8dadf;
    position: relative;
    padding: 100px 20px;
	outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
	
}
.box_icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
    margin-bottom: 40px;
}
.box_input label{
	text-align:center;
	display:block;
	width:100%;
}

.upload-area:hover{
    cursor: pointer;
}

.upload-area h1{
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: darkslategray;
}

#file{
    display: none;
}


#progress_bar_content{
background-color: #ccc;
width:100%;
height: 35px;

}

#progress_bar_epub{

	height: 35px;
    width:0%;
    line-height: 35px;
}

#report_container{
/*	position: fixed;
	padding: 10px;
	width: 100%;
	height: 100%;
	overflow-y:scroll;
	border-radius: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #000;
	display: none;
	opacity:0.38;
	
	-webkit-transition: opacity .5s, visibility 0s linear .5s;
	transition: opacity .5s, visibility 0s linear .5s;
	z-index: 1;
	*/
	display:none;
}
#report{
	background: #fff;
    width: fit-content;
    height: fit-content;
    position: absolute;
    margin: 0 auto;
    position: relative;
}
#report p{
	border-bottom: 1px solid #ccc;
    padding: 5px;
    display: list-item;

}

.dettagliLibro h1 {
	margin: 10px 0px 5px;
	font-size: 32px;
	line-height: 32px;
	color: #002e64;
	font-weight: 500;
	
}

 h4.text-left {
    font-family: 'Dosis', sans-serif;
    margin: 15px 0;
    padding: 0;
    color: #378fae;
    font-size: 21px;
    font-weight: 400;
}

.old-price{
 text-decoration: line-through;
}

.product-price{
	
	font-size:18px;
	font-weight: 600;
}

.social {
	
	display:block;
	margin-bottom: 10px;
}

.facebook{
	float: left;
	width: 80px;
	padding: 5px 0;
	
}

.email{
	
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

.telegram{
	text-align: center;
	margin: 0 auto;
	float: left;
	padding-top: 5px;
}
.book_list{
	
	border-top: 1px solid #c5c5c6;
padding-top: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #c5c5c6;
overflow: hidden;
position: relative;
margin: 10px auto;
   
}

.book_list h5 {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 18px;
	color: #002e64;
}

.book_list ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.book_list ul li{
	padding: 0px;
	
	font-size: 13px;
	float: left;
	width: 100%;
	font-weight: normal;
}	

.book_list span{
	color: #000;
	display: inline-block;
	float: left;
	width: 50%;
	text-align: left;
	padding: 3px 0px !important;
	line-height: normal;	
	font-size: 11px;
	font-size: 12px;
	
}	

.book_list .label{
	
	font-weight: 600;
}


	
.qty_on_search{
	
	width:10%;
	
	
}
#addToChart{
	color: #fff;
	background: #F29400 url(https://www.edisesuniversita.it/skin/frontend/edises/default/images/ico_cart.png) no-repeat 10px 8px;
	border-radius: 4px;
	padding: 6px 10px 8px 40px;
	font-size: 16px;
	border-radius: 4px;
	letter-spacing: -0.5px;
	border:none;
}


.book_list h3{
	
	font-family: "Dosis", sans-serif;
	text-transform: capitalize;
	margin: 0;
	color: #002e64;
	font-weight: 600;
	font-size: 22px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 8px;
	border-left: 1px solid #acd0d8;	
	
}



.pre-footer {
    padding: 22px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.pre-footer .footer-title-message{
		
	display: block;
	font-size: 20px;	
	
}	

.pre-footer .footer-title-message .button{
	
	margin-left: 50px;
}	

.cart-wrapper{
	
	display:none;
	
}
@media(max-width:768px){
	
.owl-carousel .owl-item img {
    display: block;
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

}

.owl-nav button{

width: 25px;
height: 23px;
top: 50%;
margin-top: -12px;
position: absolute;
transition: all 0.25s ease 0s;
-webkit-transition-: all 0.25s ease 0s;
-webkit-transition: all 0.25s ease 0s;
-moz-transition: all 0.25s ease 0s;
-o-transition: all 0.25s ease 0s;
display: inline-block;
border: none;
box-shadow: none;
border-radius: unset;
content: '&#9;'

}

.owl-nav .owl-prev {
    background: url(http://edisesm2.meetweb.it/static/version1595328353/frontend/Meetweb/edises/it_IT/images/arrow-left.png) no-repeat center right!important;
    left: -40px;
}
.owl-nav .owl-next {
        background: url(http://edisesm2.meetweb.it/static/version1595328353/frontend/Meetweb/edises/it_IT/images/arrow-right.png) no-repeat center left!important;
    right: -40px;
}
.owl-nav .owl-prev span,.owl-nav .owl-next span{
	content: '&#9;';
	display:none;
	
}