/* C'è di più - Pagina di configurazione */
.authoring-title-page {
    margin-top: 10px;
}
.authoring-featured-products div.featured-product-content em {
    text-decoration: underline;
}
.author-megamenu {
    margin-top: 30px;
}

.authoring-featured-products .box.box--simple .box--simple__thumb {
    margin: 0;
    padding: 0;
}
.authoring-featured-products .box.box--simple {
    display: table-row;
}
.authoring-featured-products .box.box--simple > * {
    display: table-cell;
    float: none;
}
.authoring-featured-products .storesTableDiv {
    padding: 6px;
}

.authoring-featured-products .promo_vantaggi_coop.promo_vantaggi {
    margin: 5px;
}

.authoring-featured-products .box.box--simple .box--simple__content {
    padding: 10px;
    height: 100%;
}
.authoring-featured-products .cedipiu_prodotto_coop.cedipiu_prodotto {
    margin-bottom: 10px;
}
.authoring-featured-products div.featured-product {
    display: inline-flex;
    padding-bottom: 3px;
    width: 100%;
    font-size: 11px;
}
.authoring-featured-products div.featured-product-thumb {
    width: 200px;
}

.authoring-featured-products div.featured-product-content p,
.authoring-featured-products div.featured-product-content h3,
.authoring-featured-products div.featured-product-content h4 {
    font-size: 1.3em !important;
    line-height: 1.8;
}

.authoring-cedipiu-logo {
    margin-left: 20px;
}

.authoring-featured-products .box--simple__thumb > img {
    margin: 0 auto;
    max-height: 170px;
}

/*  AUTHORING VOLANTINI  */
.author-volantino .flyer-wrapper .flyer-container * {
    display: block !important;
    font-size: 11px;
    margin: 0;
    text-align: left;
    padding-left:0;
}
.author-volantino .flyer-wrapper .calameoSection * {
    font-size:11px;
}
.author-volantino .flyer-wrapper .calameoSection h3 {
    font-size:14px;
}
.author-volantino .flyer-wrapper .flyer-container a.btn-default {
    float: none;
}
.author-volantino .flyer-wrapper .flyer-container h2 {
    font-size: 18px;
}
.author-volantino .warningMessage {
    color: red !important;
    margin-top: 5px !important;
    font-weight: 700;
    text-decoration: underline;
    padding-left: 0 !important;
}
.author-volantino .highlightedText, .authoring-featured-products .highlightedText {
    color: blue !important;
}
.author-volantino .storesTable, .authoring-featured-products .storesTable {
    font-size: 9px;
    border: black solid 1px;
    margin-top: 4px;
    width:100%;
}
.author-volantino .storesTable th, .author-volantino .storesTable td,
.authoring-featured-products .storesTable th, .authoring-featured-products .storesTable td  {
    padding: 0 5px;
    border: black solid 1px;
}
.author-volantino .authorVisible {
    margin-top: 10px !important;
}
.author-volantino .authorVisible > img, .author-volantino .flyer-wrapper .flyer-container .authorVisible > img {
    width: 17px;
    vertical-align: middle;
    display: inline !important;
    margin-right: 3px;
}
.author-volantino .flyer-wrapper .flyer-container .authorVisible > a {
    display: inline !important;
}
.clearFixAuthoring {
    overflow: auto;
}

.tag.greenolive, .filter.greenolive {
    border: 2px solid #8f993c;
    color: #8f993c;
}

/** Resend mail activation link */
.system-error a {
  color: #e20714;
  text-decoration: underline;
}
.system-error a:hover {
	color: #e20714;
  text-decoration: none;
}
/***/
/* FLAG NEW PRODOTTI BASSI FISSI */
.box.box-square.box-square-low-products-new {
  border: solid 5px #e30613;
}
.box.box-square.box-square-low-products-new .label {
  background: #e30613;
}
.box.box-square.box-square-low-products-new .label em {
  font-size: 12px;
}

/* News Archive - Selected filter */
.active-news-menu {
	color:#f68429!important;
}

div.show-logged, div.show-with-card, div.hide-with-card {
	display: none;
}

/* BLOCK TAGS #2660 */
.block-tags {
  margin-bottom: 30px;
  display: block;
  *zoom: 1;
}
.block-tags:before,
.block-tags:after {
  content: "";
  display: table;
}
.block-tags:after {
  clear: both;
}
.block-tags .block-tags_label {
  display: block;
  margin-bottom: 15px;
}
.block-tags .block-tags_item {
  display: inline-block;
  margin: 0px 5px 5px 0px;
}
.block-tags .block-tags_item a {
  display: block;
  border: solid 1px #545454;
  padding: 2px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-tags .block-tags_item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  .block-tags .col-md-1 {
    padding-right: 0;
  }
  .block-tags .col-md-11 {
    padding-left: 0;
  }
}

/** #2503 Store Locator Map Image BEGIN */
.map-wrapper {
  min-height: 405px;
}
.map-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 30;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  min-height: 405px;
}
.map-cover.hidden {
  opacity: 0;
  z-index: -99;
}
@media screen and (min-width: 898px) {
  .map-cover {
    background: url(assets/store/map_cover_desktop.png) no-repeat center center scroll #fafaf4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 630px) and (max-width: 897px) {
  .map-wrapper {
    min-height: 405px;
  }
  .map-cover {
    background: url(assets/store/map_cover_tablet.png) no-repeat center center scroll #fafaf4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
@media screen and (max-width: 629px) {
  .map-wrapper {
    min-height: 405px;
  }
  .map-cover {
    background: url(assets/store/map_cover_mobile.png) no-repeat center center scroll #fafaf4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/** #2503 Store Locator Map Image END */

/** CR 3254 Modifica del footer per inserimento icone app e link agli store Begin */
.mobile-store-padding{
        padding-top:20px;
        padding-bottom:10px;
    }
.mobile-store-image{
        max-width:100%;
        height:auto;
    }


    .box--footer .col-md-12.mobile-store-padding {
        padding-left: 0;
    }

    .box--footer .mobile-store-padding p.mb20 {
        font-size: 12px;
        padding-left: 0;
    }

    .box--footer .apple {
        padding: 0 5px 0 0;
    }

    .box--footer .android {
        padding: 0 0 0 5px;
    }


/** CR 3254 Modifica del footer per inserimento icone app e link agli store End */
