@charset "utf-8";
/* CSS Document */


/*CSS front page*/


.btn-digital {
    background-color: #0580DF;
    border-color: #0580DF;
}

.btn-digital:hover {
    background-color: #4C9AD7;
    border-color: #4C9AD7;
}

/* ridimensiona dropdown area personale */
#top-login-form .dropdown-menu > li > a {
    padding: 10px 20px;
}




/***** INIZIO VECCHIO FILE eneaweb.css MERGIATO IN QUESTO PER RIDURRE RICHIESTE ******/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#topslider .owl-item li.has-post-thumbnail {
    padding-top:0;
}
/* Fallback styles */
.book {
    display: inline-block;
    /*box-shadow: 5px 5px 20px #333;*/
    margin: 10px;
}

.book img { vertical-align: middle; }
.disponibilita-prodotto {
    color: #D9D9D9;
}

.payments label span {
    text-align:center;
    font-size: 32px;
    padding:13px 0px;
    display:block;
}
.payments input:checked + span {
    background-color:rgba(0,0,0,0.1);
    color:#F7F7F7;
}

.payments img {
    max-width:40px;
    margin-top:-5px;
}
.payments .linea-pagamento {
    /*float:right;*/
    /*clear:both;*/
    padding:4px;
}

.product.type-product {
    /*border: 2px solid #F0F0F0; */
    /*padding-top: 30px;*/
}

.products li.col-lg-3, .products li.col-md-4, .products li.col-xs-6 {
    margin-bottom:0px!important;
}
/*
 *  In order for this to work, you must use Modernizer
 *  to detect 3D transform browser support. This will add
 *  a "csstransforms3d" class to the HTML element.
 *
 *  Visit http://modernizr.com/ for installation instructions
 */

.csstransforms3d .books {
    /*margin-top:20px;*/
    /*margin-bottom:20px;*/
    -moz-perspective: 100px;
    /*-moz-transform-style: preserve-3d;*/
    /*-webkit-transform-style: preserve-3d; rimossa per bug con tag anchor non cliccabile completamente */
    text-align: center;

    /* fix per glitch safari */
    /*transform: translateZ(50px);*/
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.csstransforms3d .book {
    position: relative;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100px) rotateY(-3deg);
    transform: perspective(100px) rotateY(-3deg);
    outline: 1px solid transparent; /* Helps smooth jagged edges in Firefox */
    /* box-shadow: none; */
    margin: 0;
    left: -10px;
}

.csstransforms3d .book img {
    position: relative;
    max-width: 100%;
}

.csstransforms3d .book:before,
.csstransforms3d .book:after {
    position: absolute;
    top: 2%;
    height: 96%;
    content: ' ';
    z-index: -1;
}

.csstransforms3d .book:before {
    width: 100%;
    left: 4.5%;
    background-color: #333;
    box-shadow: 5px 5px 20px #000;
}

/*.csstransforms3d .book img {*/
/*	border:2px solid #D1D1D1;*/
/*}*/

.csstransforms3d .book:after {
    width: 3%;
    left: 100%;
    background-color: #EFEFEF;
    box-shadow: inset 0px 0px 5px #aaa;
    -moz-transform: rotateY(20deg);
    -webkit-transform: perspective(100px) rotateY(20deg);
    transform: perspective(100px) rotateY(20deg);
}

.shopping-cart .badge {
    position: absolute;
    z-index: 999;
    top: -5px;
    right: -5px;
    background-color: white;
    color: #4A4A4A;
    font-weight: bold;
    font-size: 16px;
    height: auto;
    padding: 5px 8px;
    border-radius: 100%;
}

/* samuel: commentato in data 18/10/2019 perché va a rompere le scatole a tutte le label del sito */
/* samuel: rimosso commento perché levando questa proprietà alcuni form si rovinano (registrazione, login, checkout) */
label { position:absolute; margin-top:-20px; font-size:12px;}

button, input, select, textarea { padding-left:6px; }


/*.widget_pt_categories { padding-top:40px; }*/

/* samuel: commentato in data 12/05/2021 perché rompe tutte le checkbox/radio */
/*.form-group.input button, input, select, textarea {*/
/*    width: 100%;*/
/*}*/
/*input[type="checkbox"], input[type="radio"] {*/
/*    width: auto;*/
/*    height: auto;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    float: left;*/
/*    margin-top: 4px;*/
/*    margin-right: 16px;*/
/*}*/

input[type="submit"] {width:auto;}
.login-forms {
    width:140px;
    margin:0;
}

#shopping-cart-icon {
    height: 72px;
    font-size: 40px;
    color: white;
    border: 2px solid white;
    padding: 14px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;

    -webkit-transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}
#shopping-cart-icon:hover{
    background-color:#565656;
}
.login-forms2{
    margin-bottom:28px;
    max-width:160px;
    float:left;
}
.abb-tab {
    /*padding:2px;*/
    /*margin-bottom:0;*/

    /*background: -webkit-linear-gradient(90deg, #EDEDED, #C3C3C3); !* For Safari 5.1 to 6.0 *!*/
    /*background: -o-linear-gradient(90deg, #EDEDED, #C3C3C3); !* For Opera 11.1 to 12.0 *!*/
    /*background: -moz-linear-gradient(90deg, #EDEDED, #C3C3C3); !* For Firefox 3.6 to 15 *!*/
    /*background: linear-gradient(90deg, #EDEDED, #C3C3C3); !* Standard syntax *!*/

    background: #EDEDED url('/assets/images/red_mini_bg.png') repeat-x bottom; /* For browsers that do not support gradients */

    /*padding:0;*/
    /*margin:0;*/
}
.abb-tab-container {
    width:100%;
    min-height:380px;
    padding:0;
    margin:0;
    text-align:center;
    height: 420px;
}

.abb-tab-container h2 {
    margin-top:16px;
    font-size:20px;
    line-height:22px;
    color: #202020;
    height: 90px;
}

.abb-tab-container h2 span {
    font-size:0.7em;
}

.abb-tab-container button {
    background-color: #88130C;
    color:#E8E8E8;
    clear:both;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.abb-tab-container button:hover {
    background-color: #3C3C3C;
    color:#F4F4F4;
}

.abb-tab .infos {
    font-size:12px;
    margin-top:16px;
    color:#F4F4F4;
}
.abb-tab .infos span {
    font-size:16px;
}

.abb-tab .abb-tab-absolute {
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
}

.abb-tab .abb-tab-absolute2 {
    position:absolute;
    top:30%;
    left:0;
    right:0;
}
.abb-tab .col-infos {
    margin-left:-20px;
}

img.picture-abbonamento {
    max-width:170px!important;;
    /*margin-top:-26px*/
}

@media all and (max-width:992px)
{
    .abb-tab .col-infos {
        margin-left:0px;
    }

    img.picture-abbonamento {
        max-width:100px!important;;
    }

    .thespace {
        height:10px;
    }
}

.abb-tab .col-image {
    margin-left:10px;
}

.login-abbonato {
    background-color:#262626;
    padding:20px;
}
.login-abbonato, .login-abbonato h6 {
    color:#F2F2F2;
    font-weight:normal;
}

button, input, select, textarea {
    border-radius:3px;
}

.under-product-wrapper {
    height:80px;
    padding: 2px 6px;
}
.abbonamenti .under-product-wrapper {
    height:40px;
}


/*.pagination {*/
/*	margin-left:auto;*/
/*	margin-right:auto;*/
/*	display:inline-block;*/
/*}*/

/*.pagination .active {*/
/*   color: white;*/
/*}*/


.pagination>li>a, .pagination>li>span {
    /*list-style: none;*/
    /*float:left;*/
    /*display:inline-block;*/
    /*font-size: 14px;*/
    font-weight:bold;
    /*margin-right: 1px;*/
    /*display: inline-block;*/
    -webkit-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    -o-transition: color 0.3s ease-in, background-color 0.3s ease-in;
    transition: color 0.3s ease-in, background-color 0.3s ease-in;
}

ul.pager {
    margin-left:auto;
    margin-right:auto;
    float:right;
}

ul.pager li {
    list-style: none;
    float:left;
    display:inline-block;

    font-size: 24px;
    margin-right: 1px;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #e1e1e1;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}


.input-group input[type=text],
.input-group input[type=email],
.input-group input[type=password] {
    height:34px;
}
.input-group input {
    border:1px solid #DFDFDF;
}

.cart h6 {
    margin: 10px 0 10px 0;
}

.twoselection-buttons {
    color:black;
    background-color:darkgrey;
}

.twoselection-selected {
    background-color: #CA0000;
    color:white;
}

#accordion .panel-title a:after {
    color:#DF4B4B;
    background:none;
}
#accordion .panel-heading:hover a {
    background:none!important;
    color:black!important;
}
#accordion .size-pt-cat-thumb {
    display:inline-block;
    width:20px;
    height:20px;
    margin-right:6px;
    float:left;
}
#accordion .panel-title a {
    padding:6px;
    padding-left:0;
}
#accordion .panel-title {
    font-size:13px;
    padding: 2px 5px;
}
#accordion .panel-title a:after {
    top:0;right:-6px;
}
#accordion .panel-title a {
    background:inherit;
}
#accordion .panel-default {
    border:none;
    border-bottom:1px solid #ddd;
}
#accordion .panel-body {
    padding: 10px;
    font-size: 13px;
}
#accordion .panel-collapse { border:none; }

#top-login-form {
    margin-top:15px;
    border: 2px solid #EFEFEF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 4px 4px 4px 4px;
    background-color: rgba(255,255,255,0.16);
}

#top-login-form .form-group {
    max-width:130px;
}

.site-logo {
    float:left;
    display:inline-block;
}

@media all and (max-width:994px) {
    .site-header .logo-wrapper .site-logo img {
        max-height: 72px;
    }

    #modal-login-form {
        margin-top: 0;
    }

    #top-login-form {
        margin-top: 0;
        margin-left:10px;
        margin-right:10px;
    }
}

/* Bootstrap Layout */
@media (min-width: 768px) {
    .container, .row.ig_fullwidth {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container, .row.ig_fullwidth {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container, .row.ig_fullwidth {
        width: 1170px;
    }
}



/* ============================================
   PRODUCT CARD CLEAN (used in sliders & homepage)
   ============================================ */

:root {
    --primary: #c90000;
    --dark: #1a1a1a;
    --gray-900: #212529;
    --gray-700: #495057;
    --gray-500: #6c757d;
    --gray-300: #dee2e6;
    --gray-100: #f8f9fa;
    --white: #ffffff;
}

.product-card-clean {
    background: var(--white);
    border: 1px solid var(--gray-300);
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s ease;
}

.product-card-clean:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.product-card-clean .product-image {
    background: var(--gray-100);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-clean .product-image img {
    max-height: 180px;
    width: auto;
    max-width: 100%;
}

.product-card-clean .product-info {
    padding: 15px;
    border-top: 1px solid var(--gray-300);
}

.product-card-clean .product-title {
    font-size: 0.85em;
    font-weight: 600;
    color: var(--dark);
    margin: 0 0 8px 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-card-clean .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card-clean .product-price {
    font-size: 1em;
    font-weight: 700;
    color: var(--primary);
}

.product-card-clean .product-formats {
    display: flex;
    gap: 8px;
}

.format-tag {
    font-size: 0.7em;
    padding: 3px 8px;
    border-radius: 3px;
    font-weight: 500;
}

.format-tag.paper {
    background: var(--gray-100);
    color: var(--gray-700);
}

.format-tag.digital {
    background: #e3f2fd;
    color: #1976d2;
}

/* morphsearch, searchbar full screen */
.morphsearch-close,.morphsearch-content,.overlay{opacity:0;pointer-events:none}.morphsearch{width:1px;min-height:1px;background:#f1f1f1;position:absolute;z-index:10000;top:-40px;right:20px;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transition-property:min-height,width,top,right;transition-property:min-height,width,top,right;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);transition-timing-function:cubic-bezier(0.7,0,0.3,1)}.morphsearch.open{width:100%;min-height:100%;top:0;right:0}.morphsearch-form{width:100%;height:40px;margin:0 auto;position:relative;-webkit-transition-property:width,height,-webkit-transform;transition-property:width,height,transform;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(0.7,0,0.3,1);transition-timing-function:cubic-bezier(0.7,0,0.3,1)}.morphsearch.open .morphsearch-form{width:80%;height:160px;-webkit-transform:translate3d(0,3em,0);transform:translate3d(0,3em,0)}.dummy-media-object b{color:#333}.morphsearch-input{width:100%;height:100%;padding:0 10% 0 10px;font-weight:700;border:none;background:0 0;font-size:.8em;color:#ca1000;-webkit-transition:font-size .5s cubic-bezier(.7,0,.3,1);transition:font-size .5s cubic-bezier(.7,0,.3,1)}.morphsearch-input::-ms-clear{display:none}.morphsearch.hideInput .morphsearch-input{color:transparent;-webkit-transition:color .3s;transition:color .3s}.morphsearch.open .morphsearch-input{font-size:7em}.morphsearch-input::-webkit-input-placeholder{color:#c2c2c2}.morphsearch-input:-moz-placeholder{color:#c2c2c2}.morphsearch-input::-moz-placeholder{color:#c2c2c2}.morphsearch-input:-ms-input-placeholder{color:#c2c2c2}.gn-search:focus::-webkit-input-placeholder{color:transparent}input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box}.morphsearch-close{width:36px;height:36px;position:absolute;right:1em;top:1em;overflow:hidden;text-indent:100%;cursor:pointer;-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}.morphsearch.open .morphsearch-close{opacity:1;pointer-events:auto;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:opacity .3s 0.5s,-webkit-transform .3s 0.5s;transition:opacity .3s 0.5s,transform .3s 0.5s}.morphsearch-close::after,.morphsearch-close::before{content:'';position:absolute;width:2px;height:100%;top:0;left:50%;border-radius:3px;opacity:.2;background:#000}.morphsearch-close:hover.morphsearch-close::after,.morphsearch-close:hover.morphsearch-close::before{opacity:1}.morphsearch-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.morphsearch-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.morphsearch-content{color:#333;margin-top:4.5em;width:100%;height:0;overflow:hidden;padding:0 10.5%;background:#f1f1f1;position:absolute}.morphsearch.open .morphsearch-content{opacity:1;height:auto;overflow:visible;pointer-events:auto;-webkit-transition:opacity .3s .5s;transition:opacity .3s .5s}.dummy-column{width:22%;padding:0 0 6em;float:left;opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translateY(100px);-webkit-transition:-webkit-transform .5s,opacity .5s;transition:transform .5s,opacity .5s}.moveUp{-webkit-transform:translate3d(0,100px,0);transform:translateY(100px);-webkit-transition:-webkit-transform .5s,opacity .5s;transition:transform .5s,opacity .5s}.morphsearch.open .dummy-column:first-child{-webkit-transition-delay:0.4s;transition-delay:0.4s}.morphsearch.open .dummy-column:nth-child(2){-webkit-transition-delay:0.45s;transition-delay:0.45s}.morphsearch.open .dummy-column:nth-child(3){-webkit-transition-delay:0.5s;transition-delay:0.5s}morphsearch.open .dummy-column:nth-child(4){-webkit-transition-delay:0.55s;transition-delay:0.55s}.morphsearch.open .dummy-column{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.dummy-column:nth-child(2),.dummy-column:nth-child(4){margin:0 2.5%}.dummy-column h2{font-size:1em;letter-spacing:1px;text-transform:uppercase;font-weight:800;color:#c00;padding:.5em 0}.dummy-media-object{padding:.75em;display:block;margin:.3em 0;cursor:pointer;border-radius:5px;background:rgba(118,117,128,.05)}.dummy-media-object:focus,.dummy-media-object:hover{background:rgba(118,117,128,.1);text-decoration:none}.dummy-media-object img{display:inline-block;width:50px;margin:0 10px 0 0;vertical-align:middle}.dummy-media-object h3{vertical-align:middle;font-size:.85em;line-height:1.6;display:inline-block;font-weight:700;margin:0;width:calc(100% - 70px);color:rgba(145,145,145,.7)}.dummy-media-object:hover h3{color:#ec5a62}.overlay{z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);-webkit-transition:opacity .5s cubic-bezier(0.7,0,0.3,1);transition:opacity .5s cubic-bezier(0.7,0,0.3,1)}.morphsearch.open~.overlay{opacity:1}@media screen and (max-width:53.125em){.morphsearch-input{padding:0 25% 0 10px}.morphsearch.open .morphsearch-input{font-size:2em}.dummy-column{float:none;width:auto;padding:0 0 2em}.dummy-column:nth-child(2),.dummy-column:nth-child(4){margin:0}}