/* Prodotto CSS */



/* Layout */

@media all and (min-width: 768px) {
    body.page-layout-1column .product-info-main {
        width: 44%;
    }
    body.page-layout-1column .product.media {
        width: 48%;
    }
}



@media all and (max-width: 767px) {
    .product.media {
        margin-bottom: 25px;
    }
    .product.info.detailed {
        margin-top: 25px;
    }
}

.product-info-main {
    margin-bottom: 25px;
}

.productTitleWrapper {
    -ms-flex-order: -2;
    -webkit-order: -2;
    order: -2;
}

/* TITOLO */

div.product-info-main .page-title-wrapper .page-title {
    margin-top: 0;
    line-height: 0.9;
}

/* stile */
.product-item-name {
    font-size: 16px;
    color: #1080C7;
    text-transform: uppercase;
}

.product-item-name > a {
    color: #1080C7;
}

.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
    color: #00ABF0;
    text-decoration: none;
}

/* Bollino special price percentuale */
.product-item-info {position: relative;}
.special-price-percentuale {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
    background: #fff url('../images/prodotto/gianedavi_sconto_prodotto.svg') 0 0 no-repeat;
    color: #FFFFFF;
    position: relative;
}
.special-price-percentuale strong {
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 14px;
    line-height: 1;
    width: 23px;
    text-align: center;
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
}



/* .product-info-price .special-price-percentuale {display: none;} */
.product.media {position: relative;}
.product.media .special-price-percentuale {
    z-index: 8;
    position: absolute;
    top: -20px;
    right: -20px;
}
@media all and (max-width: 767px) {
    .product.media .special-price-percentuale {
        right: -10px;
    }
}

/* PREZZO - PREZZO SPECIALE */

/* Prezzo normale */

div.product-info-main .price-box .price-wrapper .price {
    font-size: 48px;
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding: 0px 10px;
}

/* Old price - special price */
.product-info-main .price-box {
    margin-top: 20px;
    padding-left: 80px;
}
@media all and (max-width: 767px) {
    .product-info-main .price-box {
        padding-left: 0px;
    }
}

.old-price .price-wrapper.price-including-tax,
.old-price .price-wrapper {
    display: inline-block;
    /* text-decoration: line-through; */
    position: relative;
}
.old-price .price-wrapper.price-including-tax:before,
.old-price .price-wrapper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;

    -webkit-transform:rotate(-15deg);
    -moz-transform:rotate(-15deg);
    -ms-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    transform:rotate(-15deg);
}


span.old-price, span.old.price {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.special-price .price-label,
.old-price .price-label {
    display: none;
}

div.product-info-main .special-price {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

.old-price {
    color: #A5A5A5;
}

.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 35px;
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding: 0px 15px 0px 10px;
}

.special-price {
    color: #FF0000;
}

.product-info-main .price-box .special-price .price-wrapper .price {
    font-size: 48px;
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    padding: 0px 10px;
}


div.product-info-main .price-box .price-including-tax + .price-excluding-tax,
div.product-options-bottom .price-box .price-including-tax + .price-excluding-tax,
div.product-info-main .price-box .weee + .price-excluding-tax,
div.product-options-bottom .price-box .weee + .price-excluding-tax,
div.product-info-main .price-box .weee,
div.product-options-bottom .price-box .weee {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 5px;
}


/* Limited edition */
.a08_limited_edition {
    color: #636363;
    margin-top: -10px;
}

/* disponibilità */

.product.attibute.a12_disponibilita {
    margin-top: -10px;
    background: #000000;
    color: #FFFFFF;
    padding: 4px 10px 4px;
    font-size: 13px;
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 20px;
}

.product.attibute.a12_disponibilita.in-stock {background: #9ac12d;}
.product.attibute.a12_disponibilita.out-of-stock {background: #000000;}
.product.attibute.a12_disponibilita.pre-order {background: #bd081d;}
.product.attibute.a12_disponibilita.re-stock {background: #ffad08;}
.product.attibute.a12_disponibilita.su-ordinazione {background: #967ADC;}






/* Bollino isNew */
div.new-lable {
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 4;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #DC3D24;
    color: #FFFFFF;
}
@media all and (max-width: 1023px) {
    div.new-lable {
        left: -5px;
    }
}

.product.media .new-lable {
    width: 100px;
    height: 100px;
    z-index: 8;
    position: absolute;
    top: 0px;
    left: inherit;
    right: 0;
    text-indent: -99999px;
    border-radius: 0px;
    background: url('../images/prodotto/gianedavi-01.svg') 0 0 no-repeat;
}
@media all and (max-width: 767px) {
    .product.media .new-lable {
        right: 0px;
    }
}

/* Descrizione prodotto */

.productFieldTitle {
    display: block;
    margin: 20px 0px;
    color: #636363;
    font-size: 16px;
}

.product.attribute.description {
    color: #A5A5A5;
    margin: 0px 0px 40px;
}









/* Tab di base pagina prodotto */

.product.info.detailed .product.data.items > .item.title > .switch {
    height: auto;
}

/* Form recensione prodotto */
.fieldset .review-legend.legend strong {
    display: inline-block;
    margin-left: 10px;
    color: #00ABF0;
}
/* div.product-info-main .product-reviews-summary .reviews-actions {
	font-size: 1rem;
} */

div.product-info-main .product-reviews-summary .reviews-actions a {
    background: #00ABF0;
    border: 1px solid #00ABF0;
    color: #ffffff;
    line-height: 1.2rem;
    padding: 5px 8px;
    border-radius: 3px;
}

div.product-info-main .product-reviews-summary .reviews-actions a:hover,
div.product-info-main .product-reviews-summary .reviews-actions a:focus {
    background: #1080C7;
    border-color: #1080C7;
}

/* Campo descrizione */
.product-info-main .product.attibute.description {
    margin: 20px 0px;
    padding: 15px 0px 5px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}



/* Tabella Altri campi */


table#product-attribute-specs-table {
    border: none;
}
table#product-attribute-specs-table th.col.label {
    color: #A5A5A5;
}

table#product-attribute-specs-table caption.table-caption {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    color: #636363;
    padding: 5px 0px;
    margin: 0px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

table#product-attribute-specs-table > tbody > tr {
    border-bottom: 1px dotted #9B9B9B;
}
table#product-attribute-specs-table > tbody > tr:last-child {
    border-bottom: none;
}

table#product-attribute-specs-table > tbody > tr:nth-child(odd) td,
table#product-attribute-specs-table > tbody > tr:nth-child(even) td {
    background: transparent;
    color: #A5A5A5;
}
table#product-attribute-specs-table > thead > tr > th,
table#product-attribute-specs-table > tbody > tr > th,
table#product-attribute-specs-table > tfoot > tr > th,
table#product-attribute-specs-table > thead > tr > td,
table#product-attribute-specs-table > tbody > tr > td,
table#product-attribute-specs-table > tfoot > tr > td {
    padding: 4px 10px 4px 0px;
}

@media all and (max-width: 639px) {
    .table-wrapper table#product-attribute-specs-table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
    .table-wrapper table#product-attribute-specs-table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
        color: #A5A5A5;
    }
}


/* Blocco social share */
.socialShareBlock {
    display: inline-block;
    width: 100%;
    /* margin-top: 15px; */
    margin-bottom: 20px;
    border-top: 1px dotted #9B9B9B;
    padding-top: 10px;
    text-align: center;
    vertical-align: bottom;
}

.productShare {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.productShare li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.productShare li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0px 7px;
    text-indent: -99999px;
    transition: all .2s ease-in-out;
}
.productShare li a:hover,
.productShare li a:focus {
    transform: scale(1.2);
}

.productShare li a.fb {
    background: url('../images/prodotto/gianedavi_prodotto_Facebook.svg') 0 0 no-repeat;
}
.productShare li a.fb:hover, .productShare li a.fb:focus{background-color: #3b5998;}
.productShare li a.tw {
    background: url('../images/prodotto/gianedavi_prodotto_twitter.svg') 0 0 no-repeat;
}
.productShare li a.tw:hover, .productShare li a.fb:focus{background-color: #00aced;}
.productShare li a.gp {
    background: url('../images/prodotto/gianedavi_prodotto_G_plus.svg') 0 0 no-repeat;
}
.productShare li a.gp:hover, .productShare li a.fb:focus{background-color: #dd4b39;}
.productShare li a.pi {
    background: url('../images/prodotto/gianedavi_prodotto_pinterest.svg') 0 0 no-repeat;
}
.productShare li a.pi:hover, .productShare li a.fb:focus{background-color: #cb2027;}



/* Prodotti correlati */

@media all and (min-width: 1024px) {
    .page-layout-1column .related .products-grid .product-related-4col {
        /* width: 33.33333333%; */
        width: 25%;
    }
}

@media all and (max-width: 767px) {
    .page-layout-1column .related .products-grid .product-related-4col {
        display: inline-block;
        width: 50%;
        padding-left: 5%;
    }
}

.column.main .block.related .title strong {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 40px;
    color: #FCBB01;
}

.related .product-item-info {
    max-width: 100%;
    width: 100%;
}

.related .product-item-name {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    color: #636363;
    text-transform: none;
}

.related .product-item-name > a,
.related .product-item-name > a:visited {
    color: #636363;
}

.related .product-item-name > a:hover,
.related .product-item-name > a:focus {
    color: #FCBB01;
}

.product-produttore-brand {
    color: #A5A5A5;
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
}

/* .related .product-image-container {
	position: relative;
	border-left: 1px solid #A5A5A5;
}

.related .product-image-container:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 24px;
	background-color: transparent;
	background-image: url('../images/prodotto/gianedavi_Fumetto_prodotto.png');
	background-position: 0 0;
	background-repeat: no-repeat;

}

.related .product-image-photo {
	margin-top: 0;
	border-right: 1px solid #fff;
} */


/* LISTE PRODOTTI */

.page-products .page-title-wrapper {
    text-align: center;
}


.product-item .product-item-name > a,
.product-item .product-item-name > a:visited {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    color: #636363;
    text-transform: none;
    color: #636363;
}

.product-item .product-item-name > a:hover,
.product-item .product-item-name > a:focus {
    color: #FCBB01;
}

.product-item .price-box {
    margin: 0px 0px 15px;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
}

li.product-item .price-box > span {
    vertical-align: baseline;
    margin-right: 7px;
}

.product-item .price-box .price {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    color: #00ABF0;
}

.product-item .price-box .old-price .price {
    color: #A5A5A5;
    order:1;
}

.product-item .price-box .special-price .price {
    order:2;
}

.product-item .special-price-percentuale {
    order:3;
    display: inline-block;
    width: 30px;
    height: 31px;
    line-height: 31px;
    background: #fff url('../images/prodotto/gianedavi_sconto_prodotto_mini.svg') 0 0 no-repeat;
}
.product-item .special-price-percentuale strong { display: none; }


/* .product-item .product-image-container {
	position: relative;
	border-left: 1px solid #A5A5A5;
}

.product-item .product-image-container:after {
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 24px;
	background-color: transparent;
	background-image: url('../images/prodotto/gianedavi_Fumetto_prodotto.png');
	background-position: 0 0;
	background-repeat: no-repeat;

}

.product-item .product-image-photo {
	margin-top: 0;
	border-right: 1px solid #fff;
} */

li.product-item .special-price {
    display: inline-block;
}

.product-item div.new-lable {
    width: 50px;
    height: 50px;
    z-index: 8;
    position: absolute;
    top: 0px;
    left: inherit;
    right: 0;
    text-indent: -99999px;
    border-radius: 0px;
    background: url('../images/prodotto/gianedavi-01.svg') 0 0 no-repeat;
}

.products-list .product-item-details {
    position: relative;
}

.products-list .product-item-details div.new-lable {
    right: inherit;
    left: -80px;
}
@media all and (max-width: 767px) {
    .products-list .product-item-details div.new-lable {
        left: -60px;
    }
}


.product-item-info-out-of-stock img.product-image-photo {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}



/* FILTRI PAGINE CATEGORIA */

.block.filter .filter-title {
    margin-bottom: 0px;
}

.block.filter .filter-title strong {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #A5A5A5;
}

.block-content.filter-content strong.block-subtitle.filter-subtitle {
    display: none;
}

dl.filter-options .filter-options-title {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #FCBB01;
    font-size: 20px;
    margin-bottom: 3px;
}


dl.filter-options .filter-options-content {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
}

dl.filter-options li a,
dl.filter-options li a:visited {
    color: #A5A5A5;
}
dl.filter-options li a:hover,
dl.filter-options li a:focus {
    color: #00ABEF;
}

div.filter-current .filter-label {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #00ABEF;
    font-size: 20px;
}

div.filter-current .filter-value {
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #A5A5A5;
}

div.filter-current a.action.remove {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../images/form/filtro-reset.svg') 0 0 no-repeat;
    text-indent: -99999px;
    transition: all .2s ease-in-out;
}
div.filter-current a.action.remove:hover,
div.filter-current a.action.remove:focus {
    transform: scale(1.2);
}

div.filter-actions a {
    display: inline-block;
    text-align: center;
    width: 100%;
    background: #FCBB01;
    color: #000000;
    border-radius: 15px;
    font-family: "Franklin Gothic Std",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

/* FILTRI PAGINE CATEGORIA - MOBILE DROPDOWN */

@media all and (max-width: 767px) {

    .block.filter .filter-title strong {
        font-size: 20px;
    }
    div.filter-actions a {
        padding: 6px 0px;
    }

    dl.filter-options .filter-options-title {
        background: #FCBB01;
        color: #fff;
        margin: 10px 0px 0px;
        padding: 5px 5px 2px;
        position: relative;
        cursor: pointer;
    }

    dl.filter-options .filter-options-title:after {
        content: "+";
        display: block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 20px;
        height: 20px;
        color: #fff;
        font-size: 28px;
        line-height: 20px;
        /* background: red; */
        text-align: center;
        transition: all .2s ease-in-out;
    }

    dl.filter-options .filter-options-title.isOpen:after {
        transform: rotate(45deg);
    }

    dl.filter-options .filter-options-content {
        border: 1px solid #FCBB01;
        margin: 0;
        padding: 5px;
        display: none;
    }

    #price-slider.ui-slider-horizontal {
        width: 95%;
        margin: 0% 2%;
    }

}
@media all and (min-width: 768px) {
    dl.filter-options .filter-options-content {
        display: block!important;
    }
}

li.product-item .product-item-info .stock.unavailable {
    background: #000;
    color: #fff;
    /* padding: 5px 4px 3px;
    font-size: 1rem;
    line-height: 1; */

    font-size: 1.1rem;
    line-height: 1;
    padding: 7px 15px 5px;
    border-radius: 15px;
}

li.product-item .product-item-info button.action.tocart {
    font-size: 1.1rem;
    line-height: 1;
    padding: 7px 15px 5px;
}





/* Avviso preorder */
.wk-pay-preorer-amount {
    margin-top: 15px;
}

/* Fotorama Gallery */
/* .fotorama__stage__shaft.fotorama__grab */
.fotorama__stage {
    border: 1px solid #d1d1d1;
}
div.fotorama__thumb-border {
    border: 1px solid #00ABF0;
}
div.fotorama__active .fotorama__dot {
    background-color: #00ABF0;
    border-color: #00ABF0;
}
/* Fotorama btn */
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__fullscreen .fotorama__wrap--css3 .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__wrap--css3 .fotorama__zoom-out {
    background-color: #1080C7;
}

.fotorama__wrap--css3 .fotorama__fullscreen-icon:hover,
.fotorama__fullscreen .fotorama__wrap--css3 .fotorama__zoom-in:hover,
.fotorama__fullscreen .fotorama__wrap--css3 .fotorama__zoom-out:hover {
    background-color: #00ABF0;
}

div.fotorama-sprite,
body.fotorama__fullscreen .fotorama__zoom-out,
body.fotorama__fullscreen .fotorama__zoom-in,
div.fotorama__arr .fotorama__arr__arr,
div.fotorama__fullscreen-icon,
div.fotorama__video-play,
div.fotorama__thumb--icon,
div.fotorama__video-close {
    background-image: url('../images/gallery/gallery_2.png');
    background-repeat: no-repeat;
}