﻿/* ==|== VARIABLES ===================================================== */
@media only screen and (max-width: 992px) {
  .only-mobile {
    display: inline-block; }
  .only-desktop {
    display: none; } }

@media only screen and (max-width: 993px) {
  .only-mobile {
    display: none; }
  .only-desktop {
    display: inline-block; } }

.ecommerce-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto; }

.logoEcommerce {
  background: url("/Skin/img/loghi/RinascimentoLogo2018-200x31.png") transparent center center no-repeat;
  background: none, url("/Skin/img/loghi/RinascimentoLogo2018-200x31.svg") transparent center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  width: 200px;
  height: 31px;
  display: inline-block; }

.logoPayPal {
  background: url("/Skin/img/loghi/RinascimentoLogo2018-500x210.png") transparent center bottom no-repeat;
  background: none, url("/Skin/img/loghi/RinascimentoLogo2018-500x210.svg") transparent center bottom no-repeat;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 500px;
  width: 100%;
  height: 250px;
  text-align: center;
  display: block; }

.cursor-pointer {
  cursor: pointer !important; }

.text-grey {
  color: #666666; }

/* ==|== VARIABLES ===================================================== */
/* ==|== DOOFINDER ===================================================== */
#bodySito .df-fullscreen {
  font-family: "HarmoniaSans", "Harmonia Sans Pro", Helvetica, Arial, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font-weight: 100; }
  #bodySito .df-fullscreen .df-topbar {
    padding-top: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px; }
  #bodySito .df-fullscreen .df-topbar__logo {
    margin: 80px 4px 0 0;
    width: 190px;
    height: 72px;
    display: block;
    margin-right: 65px;
    /*img {
                padding-top: 40px;
            }*/ }
  #bodySito .df-fullscreen .df-searchbox {
    border-bottom: 1px solid #c0c0c0;
    padding: 33px 0 0 0; }
  #bodySito .df-fullscreen .df-searchbox input {
    font-weight: 100; }
  #bodySito .df-fullscreen .df-icon--close {
    margin-top: 40px;
    background: url("../Skin/img/close.png") no-repeat center center; }
    #bodySito .df-fullscreen .df-icon--close svg {
      display: none; }
    #bodySito .df-fullscreen .df-icon--close:active svg, #bodySito .df-fullscreen .df-icon--close:focus svg, #bodySito .df-fullscreen .df-icon--close:hover svg {
      display: none; }
  #bodySito .df-fullscreen .df-header {
    text-align: left;
    margin-left: 255px; }
  #bodySito .df-fullscreen .listProd {
    margin-top: 0px; }
    #bodySito .df-fullscreen .listProd .itm .codice {
      font-size: 12px;
      font-family: 'Harmonia'; }
      #bodySito .df-fullscreen .listProd .itm .codice a {
        color: #aaa; }
  #bodySito .df-fullscreen .df-results {
    overflow-y: auto; }
  #bodySito .df-fullscreen .df-aside {
    overflow-y: auto;
    background: #fff; }
  #bodySito .df-fullscreen .df-panel {
    margin: 0;
    background-color: inherit;
    border-bottom: 1px solid #c0c0c0;
    padding: 14px 0; }
    #bodySito .df-fullscreen .df-panel:first-of-type {
      padding: 0 0 14px 0; }
    #bodySito .df-fullscreen .df-panel:last-of-type {
      border-bottom: none; }
  #bodySito .df-fullscreen .df-aside__content {
    background: #fff; }
  #bodySito .df-fullscreen .df-panel__title {
    padding-left: 8px;
    padding-right: 0; }
  #bodySito .df-fullscreen .df-term {
    border-radius: 0px;
    padding: 2px 7px 2px 12px;
    margin: 7px 0 7px 8px;
    border: none;
    background-color: inherit;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    color: #0d0d0d;
    font-weight: 500; }
    #bodySito .df-fullscreen .df-term:hover {
      color: #999; }
  #bodySito .df-fullscreen .df-term[data-selected], #bodySito .df-fullscreen .df-term[data-selected]:active, #bodySito .df-fullscreen .df-term[data-selected]:focus, #bodySito .df-fullscreen .df-term[data-selected]:hover {
    background-color: #fff;
    color: #000;
    background: url(/Skin/img/frecciaSmallR.png) no-repeat left 5px; }
  #bodySito .df-fullscreen .df-in {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url(/Skin/img/backToTopGRTR.png) no-repeat center center;
    background-size: contain;
    width: 57px;
    height: 57px;
    border: none;
    box-shadow: none; }
    #bodySito .df-fullscreen .df-in svg {
      display: none; }
  #bodySito .df-fullscreen .noUi-pips, #bodySito .df-fullscreen .doofinderLogo, #bodySito .df-fullscreen #doofinderLogo {
    display: none; }

#cookieModal {
  z-index: 30001; }

.cookieModalBtn {
  cursor: pointer; }

/* The Modal (background) */
.modalCustom {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modalCustom .modal-content-custom {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20vw;
    transition: transform .3s ease;
    transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%); }
    .modalCustom .modal-content-custom .consentHeader {
      outline: none; }
      .modalCustom .modal-content-custom .consentHeader .leftmobile {
        color: #000;
        font-size: 30px;
        padding: 21px 60px 20px 0;
        display: block;
        text-align: left;
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 1.5px;
        padding-left: 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #98989a; }
      .modalCustom .modal-content-custom .consentHeader .showdesktop {
        font-size: 14px;
        text-align: left;
        text-align: left;
        padding: 20px 15px;
        margin: 0;
        line-height: 16px; }
    .modalCustom .modal-content-custom .footer {
      background: none repeat scroll 0 0 #fff;
      font-size: 11px;
      margin-top: 0;
      padding: 16px 0 17px 0;
      border-top: 1px solid #98989a; }
      .modalCustom .modal-content-custom .footer .right {
        float: none;
        text-align: left;
        padding-left: 20px;
        color: #000;
        font-size: 14px;
        line-height: 16px; }
        .modalCustom .modal-content-custom .footer .right a {
          color: #000;
          text-decoration: underline;
          cursor: pointer;
          display: inline;
          padding-left: 1px;
          padding-right: 1px;
          transition: color 0.1s cubic-bezier(0.3, 0, 0.45, 1), background-color 0.1s cubic-bezier(0.3, 0, 0.45, 1); }
  .modalCustom.in .modal-content-custom {
    transform: translate(0, 25%);
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -moz-transform: translate(0, 25%); }
  .modalCustom .RadButton.pulsante {
    margin: 20px auto;
    display: block; }

.options div {
  padding-left: 44px;
  padding-top: 0;
  min-height: 20px;
  min-width: 20px; }
  .options div p {
    font-size: 14px; }

.checkOptions div.disabled {
  background: #fff url(/Skin/img/cookie_grey_unselected.png) no-repeat 0 0;
  background-size: 24px 90px;
  border: 0;
  height: 100px;
  outline: none; }
  .checkOptions div.disabled h2 {
    color: #616363;
    border: 0;
    line-height: 17px; }
  .checkOptions div.disabled p {
    color: #616363;
    border: 0;
    line-height: 16px !important;
    font-size: 12px; }

.checkOptions div.selected {
  background: #fff url(/Skin/img/cookie_black_selected.png) no-repeat 0 0;
  background-size: 24px 90px;
  border: 0;
  height: 100px;
  outline: none; }
  .checkOptions div.selected p {
    border: 0;
    color: #363738;
    line-height: 16px !important;
    font-size: 12px; }
  .checkOptions div.selected h2 {
    color: #000;
    border: 0;
    line-height: 17px; }

.checkOptions div.active {
  background: #fff url(/Skin/img/cookie_black_filled.png) no-repeat 0 0;
  background-size: 24px 90px;
  border: 0;
  height: 100px;
  outline: none; }
  .checkOptions div.active h2 {
    color: #363738;
    border: 0;
    line-height: 17px; }
  .checkOptions div.active p {
    border: 0;
    color: #363738;
    line-height: 16px !important;
    font-size: 12px; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/*! jQuery UI - v1.11.4 - 2016-03-01
* http://jqueryui.com
* Includes: core.css, button.css, menu.css, selectmenu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }
  .ui-menu.articoliAbbinati {
    width: 250px !important;
    border-top: solid 1px #CCCCCC; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  border: solid 1px #CCCCCC;
  border-top: none;
  height: 40px;
  background-color: #ffffff;
  padding-left: 0; }
  .ui-menu .ui-menu-item:not(:last-child) {
    border-bottom: 0; }
  .ui-menu .ui-menu-item > div {
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding-left: 15px; }
    .ui-menu .ui-menu-item > div.nonDisponibile {
      color: #CCCCCC; }
    .ui-menu .ui-menu-item > div .notifica {
      float: right;
      color: #CCCCCC;
      margin: 0 15px;
      padding-right: 25px;
      text-transform: lowercase;
      background: url("/Skin/img/bustaGRTR.png") no-repeat right center; }
    .ui-menu .ui-menu-item > div:hover .notifica {
      color: #000000;
      background-image: url("/Skin/img/bustaBLTR.png"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  background-color: #f9f9f9; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-size: 11px;
  transition: all ease-in-out .3sec;
  width: 100%;
  display: block;
  position: relative;
  text-align: left;
  font-size: 14px; }
  .ui-selectmenu-button:after {
    content: url(/assets/img/icon-arrow-right.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    right: -10px;
    transform: rotate(90deg); }
  .ui-selectmenu-button-open:after {
    transform: rotate(-90deg); }
  .ui-selectmenu-button span.ui-icon {
    right: 12px;
    position: absolute;
    background: url("/Skin/img/frecciaSmallDownBLTR.png") no-repeat;
    width: 10px;
    height: 6px;
    top: 17px; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    display: block;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    font-weight: bold; }
    .ui-selectmenu-button span.ui-selectmenu-text .notifica {
      position: absolute;
      right: 0;
      color: #CCCCCC;
      margin: 0 15px;
      padding-right: 25px;
      text-transform: lowercase;
      background: url("/Skin/img/bustaGRTR.png") no-repeat right center;
      margin-right: 35px; }
    .ui-selectmenu-button span.ui-selectmenu-text:hover .notifica {
      color: #000000;
      background-image: url("/Skin/img/bustaBLTR.png"); }

#sizes-menu {
  width: 100%;
  max-width: 483px;
  margin-left: -16px;
  margin-top: 11px; }

/*.size-selector-wrapper .size-selector,
.size-selector-wrapper .size-list {
    border: 1px solid #aaa;
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    outline: none;
    font-weight: 700;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}


.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu-item {
    position: relative;
    cursor: pointer;
    min-height: 0;
    border: solid 1px #CCCCCC;
    border-top: none;
    height: 40px;
    background-color: #ffffff;
    padding-left: 15px;
}

.ui-menu .ui-menu-item > div {
    line-height: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    background-color: #f9f9f9;
}

.ui-selectmenu-button {
    transition: all ease-in-out .3sec;
    width: 100%;
    display: block;
    position: relative;

    &:after {
        content: url(/assets/img/icon-arrow-right.svg);
        width: 30px;
        height: 30px;
        position: absolute;
        top: -4px;
        right: -10px;
        transform: rotate(90deg);
    }

    &-open:after {
        transform: rotate(-90deg);
    }
}*/
.RadComboBox_MetroTouch .rcbInputCell {
  font-size: 13px;
  font-family: "Apercu Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  border-color: #aaaaaa !important; }
  .RadComboBox_MetroTouch .rcbInputCell input {
    color: #000000 !important;
    font-weight: 700; }

.RadComboBox_MetroTouch .rcbArrowCell {
  border-left: none !important;
  background-color: transparent !important;
  border-color: #aaaaaa !important; }
  .RadComboBox_MetroTouch .rcbArrowCell a {
    background-image: url(/assets/img/svg/Arrow-small.svg) !important;
    background-size: 5px 10px;
    transform: rotate(90deg);
    background-position: center !important;
    opacity: 0.5;
    width: 28px !important;
    height: 42px !important; }

.RadCalendarPopupShadows > .rcShadTR,
.RadCalendarPopupShadows > .rcShadBL,
.RadCalendarPopupShadows > .rcShadBR {
  display: none; }

.custom-data-picker {
  position: relative; }
  .custom-data-picker td a {
    position: absolute !important;
    right: 0; }
    .custom-data-picker td a img {
      width: 15px; }
  .custom-data-picker .riSingle .riContentWrapper {
    width: 100% !important; }
  .custom-data-picker .riLabel {
    display: block !important;
    font-family: "Apercu Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #666 !important;
    font-weight: 200; }
  .custom-data-picker .RadInput_Default .riTextBox, .custom-data-picker .RadInputMgr_Default {
    border: none !important;
    border-bottom: 1px solid #666 !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    display: block;
    width: 100% !important;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    background-clip: padding-box; }
    .custom-data-picker .RadInput_Default .riTextBox.riHover, .custom-data-picker .RadInput_Default .riTextBox.RadInput_Hover_Default, .custom-data-picker .RadInput_Default .riTextBox.riFocused, .custom-data-picker .RadInput_Default .riTextBox.RadInput_Focused_Default, .custom-data-picker .RadInputMgr_Default.riHover, .custom-data-picker .RadInputMgr_Default.RadInput_Hover_Default, .custom-data-picker .RadInputMgr_Default.riFocused, .custom-data-picker .RadInputMgr_Default.RadInput_Focused_Default {
      outline: none; }

input.form-control:not(#inputStoreFinder), input.form-control:not(.form-control--grey) {
  padding: 0; }
  input.form-control:not(#inputStoreFinder).form-control--grey, input.form-control:not(.form-control--grey).form-control--grey {
    border-radius: 0;
    border: none;
    background-color: #f5f5f5;
    padding: 0 10px;
    height: calc(2.25rem + 2px); }

.button--promo-code {
  height: 38px; }

.psw-show-hide {
  top: 20px;
  position: absolute;
  right: 0; }
  .psw-show-hide label {
    transition: opacity .3s ease-in-out; }
    .psw-show-hide label:before, .psw-show-hide label:after {
      position: absolute;
      display: block;
      content: url("/assets/img/svg/icon-eye.svg");
      top: 10px;
      left: 0;
      position: relative;
      width: 20px;
      height: 20px;
      opacity: .5; }
    .psw-show-hide label:after {
      opacity: .0;
      content: url("/assets/img/svg/icon-eye-slash.svg");
      top: -10px; }
  .psw-show-hide input {
    display: none; }
    .psw-show-hide input:checked ~ label:after {
      opacity: .5; }
    .psw-show-hide input:checked ~ label:before {
      opacity: .0; }

label:not(#lblTaglia, #lblColore) {
  margin-bottom: 0; }

.custom-checkbox .custom-control-input {
  position: relative;
  z-index: auto;
  opacity: 1; }
  .custom-checkbox .custom-control-input input {
    position: absolute !important;
    z-index: -1;
    opacity: 0; }
    .custom-checkbox .custom-control-input input:focus, .custom-checkbox .custom-control-input input:active {
      outline: none !important;
      box-shadow: none !important; }
    .custom-checkbox .custom-control-input input:checked ~ label:before {
      color: #ffffff;
      background-color: #ffffff;
      border: 1px solid #666666; }
    .custom-checkbox .custom-control-input input:checked ~ label:after {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
      left: -1.4rem;
      top: 0.15rem; }
  .custom-checkbox .custom-control-input label {
    position: relative;
    margin-bottom: 0;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    line-height: 1.5rem;
    height: 1rem; }
    .custom-checkbox .custom-control-input label:before {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      content: "";
      background-color: #ffffff;
      border: 1px solid #666666;
      height: 20px;
      width: 20px;
      top: inherit; }
    .custom-checkbox .custom-control-input label:after {
      position: absolute;
      top: 0.25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

.custom-radio label {
  padding-left: 0.5rem; }

.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
  outline: none !important; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000000;
  left: -1.2rem; }

.custom-radio .custom-control-label:before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffffff;
  border: 1px solid #666666;
  height: 20px;
  width: 20px;
  top: inherit; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity .input-number {
  max-width: 50px; }

.quantity .quantity-nav {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px; }
  .quantity .quantity-nav .quantity-button {
    height: 15px;
    line-height: 16px;
    cursor: pointer; }

.invalid-feedback, .error, .warning {
  color: #ff1170; }

.select2-container {
  width: 100%; }
  .select2-container--default .select2-selection--single {
    border: transparent;
    border-radius: 0;
    border-bottom: 1px solid #000;
    height: calc(2.25rem + 2px);
    padding: 0;
    font-size: 1rem;
    width: 100%;
    outline: none; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: calc(2.25rem + 2px); }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: calc(2.25rem + 2px); }
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        width: 15px;
        height: 15px;
        background: url(/assets/img/arrow-left.png) no-repeat;
        background-size: contain;
        border-color: transparent !important;
        border-style: solid;
        border-width: 0px 0px 0 0px !important;
        left: 50%;
        margin-left: -4px;
        margin-top: -15px;
        position: absolute;
        top: 50%;
        transform: rotate(-90deg); }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff1170; }
  .select2-container--default .select2-search--dropdown {
    text-align: left; }
    .select2-container--default .select2-search--dropdown .select2-search__field {
      border: 1px solid #ddd;
      width: 95%;
      outline: none; }
  .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
    border-width: 0 !important;
    transform: rotate(90deg);
    margin-top: -8px; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    outline: none; }
  .select2-container .select2-results__options::-webkit-scrollbar {
    width: 5px;
    background-clip: padding-box; }
  .select2-container .select2-results__options::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  .select2-container .select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #000000;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 6px;
    opacity: .7; }
  .select2-container .select2-results__options::-webkit-scrollbar-button {
    display: none; }

html.t-chrome, body#bodySito, #aspnetForm {
  background: none !important;
  background-color: transparent !important; }

#cboxMiddleLeft, #cboxContent, #cboxLoadedContent {
  float: none !important;
  width: 500px !important;
  overflow: auto !important;
  height: auto !important; }

#cboxOverlay {
  opacity: 0.5 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  z-index: 1000; }

#colorbox {
  z-index: 1001; }

.cboxIframe {
  width: 500px;
  height: 450px;
  overflow: auto;
  text-align: left;
  /*width: 90%;
    max-width: 840px;
    margin: auto;*/ }

.contenutoModale #notificaRiassortimento.modal-dialog {
  margin: auto; }
  .contenutoModale #notificaRiassortimento.modal-dialog .modal-body {
    height: 380px;
    overflow: auto;
    text-align: left; }

.modal-content {
  border: none; }

#giacenzeModal .modal-dialog {
  width: 90%;
  max-width: 840px;
  margin: auto; }
  #giacenzeModal .modal-dialog form {
    width: 100%; }
  #giacenzeModal .modal-dialog .modal-body {
    height: 450px;
    overflow: auto;
    text-align: left; }

#guidaTaglieModal .modal-body {
  height: auto; }

/* The Modal (background) */
.modalCustom {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .modalCustom .modal-content-custom {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 20vw;
    transition: transform .3s ease;
    transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%); }
    .modalCustom .modal-content-custom .consentHeader {
      outline: none; }
      .modalCustom .modal-content-custom .consentHeader .leftmobile {
        color: #000;
        font-size: 30px;
        padding: 7px 60px 20px 0;
        display: block;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        padding-left: 20px;
        text-transform: uppercase;
        border-bottom: 1px solid #98989a; }
      .modalCustom .modal-content-custom .consentHeader .showdesktop {
        font-size: 14px;
        text-align: left;
        text-align: left;
        padding: 20px 15px;
        margin: 0;
        line-height: 16px; }
    .modalCustom .modal-content-custom .footer {
      background: none repeat scroll 0 0 #fff;
      font-size: 11px;
      margin-top: 0;
      padding: 16px 0 17px 0;
      border-top: 1px solid #98989a; }
      .modalCustom .modal-content-custom .footer .right {
        float: none;
        text-align: left;
        padding-left: 20px;
        color: #000;
        font-size: 14px;
        line-height: 16px; }
        .modalCustom .modal-content-custom .footer .right a {
          color: #000;
          text-decoration: underline;
          cursor: pointer;
          display: inline;
          padding-left: 1px;
          padding-right: 1px;
          transition: color 0.1s cubic-bezier(0.3, 0, 0.45, 1), background-color 0.1s cubic-bezier(0.3, 0, 0.45, 1); }
  .modalCustom.in .modal-content-custom {
    transform: translate(0, 25%);
    -webkit-transform: translate(0, 25%);
    -ms-transform: translate(0, 25%);
    -moz-transform: translate(0, 25%); }
  .modalCustom .RadButton.pulsante {
    margin: 20px auto;
    display: block; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.header-backstage {
  text-transform: uppercase;
  text-align: center;
  padding: 0; }
  .header-backstage figure {
    margin-bottom: 60px; }
  .header-backstage h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px; }
  .header-backstage p {
    max-width: 690px;
    margin: 0 auto;
    font-size: 16px; }
  .header-backstage footer {
    width: 100%;
    height: 106px;
    background: url("/Skin/img/arrow-down.png") transparent center center no-repeat;
    background: none, url("/Skin/img/arrow-down.svg") transparent center center no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 36px; }

.backstage > div:nth-child(even) .youtube-video {
  float: right; }

.backstage > div:nth-child(even) .targhetta {
  left: 0;
  text-align: right; }

.backstage .video-container {
  position: relative;
  margin-bottom: 50px; }
  .backstage .video-container:after {
    content: '';
    display: block;
    clear: both; }

.backstage .targhetta {
  padding: 50px;
  top: calc(50% - 125px);
  right: 0;
  color: #000000;
  text-align: center;
  line-height: 1em;
  width: 490px;
  height: 250px;
  position: absolute;
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  text-align: left; }
  @media screen and (max-width: 1280px) {
    .backstage .targhetta {
      width: 90%;
      height: 200px; } }
  @media screen and (max-width: 1025px) {
    .backstage .targhetta {
      height: 175px; } }
  .backstage .targhetta .tit {
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold; }
    @media screen and (max-width: 1280px) {
      .backstage .targhetta .tit {
        font-size: 28px; } }
    @media screen and (max-width: 1025px) {
      .backstage .targhetta .tit {
        font-size: 20px; } }
  .backstage .targhetta .sub {
    font-size: 15px;
    text-transform: uppercase; }
  .backstage .targhetta .video-button {
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    display: inline-block; }
    .backstage .targhetta .video-button:hover {
      text-decoration: none; }
    .backstage .targhetta .video-button:after {
      content: '';
      margin-top: 10px;
      height: 1px;
      width: 100%;
      background: #000000;
      display: block; }

.contentPage .tit {
  font-family: "Canela",Georgia,Times,"Times New Roman",serif;
  font-weight: 200;
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  display: block;
  font-size: 30px; }

.contentPage .menu li {
  padding: 5px 0; }
  .contentPage .menu li.active a {
    text-decoration: underline; }

.contentPage .testi {
  border-left: 1px solid #aaaaaa; }
  .contentPage .testi h1 {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 25px; }
  .contentPage .testi h2, .contentPage .testi h3 {
    font-family: "Apercu Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin: 40px 0 20px 0; }

.video .icona picture, .video .icona img, .fidelity-table img {
  width: auto; }

.form_module .form-group multi .form-control {
  border: 1px solid #aaa;
  line-height: 42px;
  width: 42px; }

.form_module h2, .form_module h3 {
  font-family: "Apercu Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  margin: 40px 0 40px 0; }

.siteError h1.titolo, .siteError h2.titolo, .siteError h3.titolo, .siteError h4.titolo, .siteError h5.titolo {
  border-bottom: 1px solid #aaaaaa;
  margin: 0 0 45px 0;
  padding-bottom: 45px; }

.siteError h1 {
  font-size: 50px;
  color: #ff1170; }

.siteError h2 {
  font-family: "Apercu Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px; }

#shop .pannelloControllo-title {
  font-family: "Canela",Georgia,Times,"Times New Roman",serif;
  font-weight: 200;
  line-height: 1.4;
  color: #000;
  font-size: 20px;
  display: block; }

.myAccount h2.f-text, .listOrdini h2.f-text, .rubrica h2.f-text, .ServizioClienti h2.f-text, #ordine h2.f-text {
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600; }

.myAccount .nomeUtente, .listOrdini .nomeUtente, .rubrica .nomeUtente, .ServizioClienti .nomeUtente, #ordine .nomeUtente {
  color: #ff1170;
  margin: 0 0 20px 0;
  display: block;
  font-family: "Canela",Georgia,Times,"Times New Roman",serif;
  font-size: 20px; }

.myAccount .menu li, .listOrdini .menu li, .rubrica .menu li, .ServizioClienti .menu li, #ordine .menu li {
  padding: 5px 0; }
  .myAccount .menu li a, .listOrdini .menu li a, .rubrica .menu li a, .ServizioClienti .menu li a, #ordine .menu li a {
    font-weight: 600; }
    .myAccount .menu li a.sel, .listOrdini .menu li a.sel, .rubrica .menu li a.sel, .ServizioClienti .menu li a.sel, #ordine .menu li a.sel {
      text-decoration: underline; }

.myAccount .testi, .listOrdini .testi, .rubrica .testi, .ServizioClienti .testi, #ordine .testi {
  border-left: 1px solid #aaaaaa; }

.myAccount .pannelloControllo__box a, .listOrdini .pannelloControllo__box a, .rubrica .pannelloControllo__box a, .ServizioClienti .pannelloControllo__box a, #ordine .pannelloControllo__box a {
  display: block;
  text-align: center;
  padding: 50px 0;
  border: 1px solid #999999;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all ease-in-out .3s; }
  .myAccount .pannelloControllo__box a:hover, .listOrdini .pannelloControllo__box a:hover, .rubrica .pannelloControllo__box a:hover, .ServizioClienti .pannelloControllo__box a:hover, #ordine .pannelloControllo__box a:hover {
    background: #f5f5f5;
    border: 1px solid #aaaaaa; }

.rbSkinnedButton.button:not(.button--white) {
  height: inherit !important;
  padding-left: 50px !important;
  background-color: #333333 !important;
  border: 1px solid #333333 !important; }
  .rbSkinnedButton.button:not(.button--white):hover {
    background-color: #fff !important;
    border-width: 1px;
    border: 1px solid #aaaaaa !important; }

.RadButton {
  font-size: inherit !important;
  font-family: inherit !important; }
  .RadButton .rbDecorated {
    text-transform: unset;
    height: inherit !important;
    line-height: inherit !important;
    width: 100%; }

.dettaglioOrdine .barraStato th {
  color: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: normal; }

.dettaglioOrdine.id_6 .barraStato {
  background-color: #aaa; }

.dettaglioOrdine.id_1 .barraStato {
  background-color: #aaa; }

.dettaglioOrdine.id_2 .barraStato {
  background-color: #ff1170; }

.dettaglioOrdine.id_4 .barraStato {
  background-color: #F1A902; }

.dettaglioOrdine.id_3 .barraStato {
  background-color: #cf0404; }

.dettaglioOrdine.id_5 .barraStato {
  background-color: #348b1f; }

.dettaglioOrdine .box {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 15px; }
  .dettaglioOrdine .box.riassuntoArticoli {
    padding-bottom: 10px; }
  .dettaglioOrdine .box.modalitaConsegna h2, .dettaglioOrdine .box.modalitaPagamento h2 {
    margin-bottom: 18px; }
  .dettaglioOrdine .box h3 {
    margin-top: 0; }

.dettaglioOrdine #riepilogoCarrelloFooter {
  text-align: right;
  border-top: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0 5px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 20px; }
  .dettaglioOrdine #riepilogoCarrelloFooter span {
    position: absolute;
    right: 125px; }
  .dettaglioOrdine #riepilogoCarrelloFooter .totale {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    color: #ff1170; }
    .dettaglioOrdine #riepilogoCarrelloFooter .totale span {
      color: #7e8087; }

.continuaShopping {
  color: #666 !important;
  font-weight: normal !important;
  background-image: url(/Skin/img/frecciaSmallLeftBLTR.png);
  background-repeat: no-repeat;
  background-position: 0px 15px;
  padding-left: 15px !important;
  padding: 10px;
  font-size: 15px;
  background-color: transparent !important; }
  .continuaShopping:hover {
    color: #000; }

.pulsantiTop, .pulsantiBottom {
  margin-bottom: 40px; }
  .pulsantiTop h1, .pulsantiBottom h1 {
    text-align: center;
    font-size: 38px; }
  .pulsantiTop .procedi, .pulsantiBottom .procedi {
    background-image: url(/Skin/img/frecciaSmallRightWHTR.png);
    background-repeat: no-repeat;
    background-position: 95% 48%; }
    .pulsantiTop .procedi .rbPrimaryIcon, .pulsantiBottom .procedi .rbPrimaryIcon {
      left: inherit; }

.pulsantiBottom {
  margin-bottom: 40px; }

.oppure {
  font-size: 18px;
  margin: 30px 0;
  position: relative;
  text-align: center; }
  .oppure:before {
    content: '';
    background-color: #CCCCCC;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 0; }
  .oppure span {
    background-color: #ffffff;
    padding: 10px;
    position: relative;
    z-index: 2; }

.cartStep {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }
  .cartStep li {
    float: left;
    background-color: #ffffff;
    line-height: 38px;
    height: 38px;
    padding: 0 8px 0 30px;
    background: url(../scss/img/stepTipWHTR.png) no-repeat left bottom #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999; }
  .cartStep li:first-child {
    background-image: none;
    padding-left: 15px; }
  .cartStep li:last-child {
    padding-right: 15px; }
  .cartStep li.past {
    background-position: left bottom; }
  .cartStep li.current {
    background-position: left bottom;
    background-color: #f9f9f9;
    color: #0d0d0d; }
  .cartStep li.next {
    background-position: left top; }

.orderSummary {
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0; }
  .orderSummary .totaleOrdineLabel {
    font-size: 18px;
    padding: 0;
    color: #000000; }
    .orderSummary .totaleOrdineLabel .ivaCompresaLabel {
      font-size: 11px; }
  .orderSummary .promoCodeLabel {
    background-color: #000000;
    display: inline-block;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    color: #fff; }
  .orderSummary .totale .iva {
    color: #AAAAAA;
    font-size: 10px;
    margin-left: 5px; }
  .orderSummary a {
    color: #ddd; }
  .orderSummary a:hover {
    color: #fff; }

table.articoliInCarrello {
  width: 100%;
  margin-bottom: 20px; }

table.base {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left; }

table.base > thead > tr > th,
table.base > tbody > tr > th,
table.base > tfoot > tr > th {
  text-align: left; }

table.base > tfoot > tr > th {
  font-weight: normal; }

table.base > thead > tr > td,
table.base > tbody > tr > td,
table.base > thead > tr > th,
table.base > tbody > tr > th,
table.base > tfoot > tr > th {
  padding: 8px;
  vertical-align: top; }

.noData, .rgNoRecords td, .emptyCartMessage {
  padding: 40px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px; }

#addressBox .item {
  text-align: center; }
  #addressBox .item .addressGroup {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: normal; }
    #addressBox .item .addressGroup .intestatario {
      margin-bottom: 10px;
      font-weight: bold; }
      #addressBox .item .addressGroup .intestatario .descr {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 30px;
        font-weight: normal;
        margin-bottom: 10px; }

.addresses address {
  margin: 0 0 0 0; }
  .addresses address span {
    display: inline-block;
    color: #000;
    padding-right: 5px; }

.addresses .intestatario {
  text-transform: capitalize;
  color: #ff1170;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px; }
  .addresses .intestatario .descr {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: 600; }

.moduloContatto {
  margin-bottom: 10px;
  text-align: left; }

.accoutProfileLink {
  margin: 40px auto;
  width: 720px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 50px;
  font-size: 13px;
  text-align: center; }
  .accoutProfileLink h2 {
    font-size: 22px; }

.bloccoDatiProfilo {
  float: left;
  width: 33%; }
  .bloccoDatiProfilo .title {
    height: 60px; }

.testataInfoOrdine {
  padding: 5px 0;
  font-size: 15px;
  margin-bottom: 15px; }

.radioGruppo {
  margin: 5px 0;
  padding: 0; }
  .radioGruppo li {
    display: inline-block;
    margin-right: 15px; }
    .radioGruppo li input, .radioGruppo li label {
      display: inline;
      padding: 0 5px; }

.eTableCart {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  font: 12px/14px;
  margin-bottom: 20px; }
  .eTableCart > thead > tr > th {
    padding: 5px 0;
    line-height: 12px;
    border-bottom: 1px solid #CCCCCC;
    vertical-align: bottom;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    white-space: nowrap;
    color: #7e8087; }
    .eTableCart > thead > tr > th:first-child {
      /*width: auto;*/ }
  .eTableCart > tbody > tr > td {
    padding: 15px;
    border-bottom: 1px solid #CCCCCC;
    color: #7e8087;
    width: 1px;
    padding: 5px 0;
    font-size: 14px; }
    .eTableCart > tbody > tr > td:first-child {
      /*width: auto;*/ }
    .eTableCart > tbody > tr > td.taglia {
      color: #333333;
      width: 15%; }
    .eTableCart > tbody > tr > td.addWishlist {
      white-space: nowrap; }
      .eTableCart > tbody > tr > td.addWishlist label {
        text-transform: lowercase;
        font-size: 12px;
        color: #0d0d0d;
        display: inline-block;
        cursor: pointer; }
        .eTableCart > tbody > tr > td.addWishlist label:hover {
          text-decoration: underline; }
  .eTableCart .tit {
    font-size: 16px;
    text-transform: uppercase; }
  .eTableCart .tit, .eTableCart .totale {
    color: #000000; }
  .eTableCart .totale {
    font-weight: bold;
    color: #ff1170; }
    .eTableCart .totale strike {
      color: #000000; }

.item__price--old {
  text-decoration: line-through;
  color: #7e8087;
  font-weight: 400; }

.item__price--new {
  font-size: 1rem;
  color: #ff1170; }

#pulsantieraCarrello {
  padding: 30px;
  background-color: #ffffff; }

.processoAcquisto {
  font-size: 14px;
  text-align: left; }
  .processoAcquisto > header {
    margin-top: -64px;
    padding: 40px;
    text-align: left; }
  .processoAcquisto h1.titolo, .processoAcquisto h2.titolo, .processoAcquisto h3.titolo, .processoAcquisto h4.titolo, .processoAcquisto h5.titolo {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center; }
  .processoAcquisto .box {
    margin-bottom: 15px; }
    .processoAcquisto .box > header {
      border-bottom: 3px solid #CCCCCC;
      padding: 15px 0;
      margin: 30px 0; }
      .processoAcquisto .box > header h2 {
        font-size: 25px; }
    .processoAcquisto .box.riassuntoArticoli {
      padding-bottom: 10px; }
    .processoAcquisto .box.modalitaConsegna h2, .processoAcquisto .box.modalitaPagamento h2 {
      margin-bottom: 18px; }
    .processoAcquisto .box.modalitaConsegna .imgRadio:first-child, .processoAcquisto .box.modalitaPagamento .imgRadio:first-child {
      margin-top: 17px; }
    .processoAcquisto .box.modalitaConsegna table, .processoAcquisto .box.modalitaPagamento table {
      table-layout: fixed;
      width: 100%; }
      .processoAcquisto .box.modalitaConsegna table tr:first-child, .processoAcquisto .box.modalitaPagamento table tr:first-child {
        margin-top: 0 !important; }
      .processoAcquisto .box.modalitaConsegna table tr td, .processoAcquisto .box.modalitaPagamento table tr td {
        padding-top: 30px;
        padding-bottom: 30px; }
        .processoAcquisto .box.modalitaConsegna table tr td:first-child, .processoAcquisto .box.modalitaPagamento table tr td:first-child {
          padding-right: 10px; }
      .processoAcquisto .box.modalitaConsegna table label, .processoAcquisto .box.modalitaPagamento table label {
        cursor: pointer;
        display: block !important;
        margin-bottom: 0; }
      .processoAcquisto .box.modalitaConsegna table span, .processoAcquisto .box.modalitaPagamento table span {
        display: block;
        color: #999999;
        font-size: 13px; }
      .processoAcquisto .box.modalitaConsegna table input, .processoAcquisto .box.modalitaPagamento table input {
        cursor: pointer; }
    .processoAcquisto .box.modalitaConsegna .imgRadio, .processoAcquisto .box.modalitaPagamento .imgRadio {
      padding: 0; }
    .processoAcquisto .box.modalitaConsegna address {
      margin-bottom: 0; }
    .processoAcquisto .box.modalitaConsegna .moduloContatto {
      display: block;
      clear: left;
      margin: 20px 0 0 0; }
    .processoAcquisto .box .imgRadio {
      display: block;
      padding: 30px 0;
      border-top: solid 1px #CCCCCC;
      margin-bottom: 0; }
      .processoAcquisto .box .imgRadio .txt {
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        display: inline-block; }
      .processoAcquisto .box .imgRadio input {
        margin-right: 5px; }
      .processoAcquisto .box .imgRadio:last-child {
        border-bottom: solid 1px #CCCCCC; }
  .processoAcquisto .pulsante.modIndirizzoSpedizione, .processoAcquisto .pulsante.modIndirizzoFatturazione {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    font-weight: normal !important; }
    .processoAcquisto .pulsante.modIndirizzoSpedizione > input, .processoAcquisto .pulsante.modIndirizzoSpedizione .rbPrimary, .processoAcquisto .pulsante.modIndirizzoFatturazione > input, .processoAcquisto .pulsante.modIndirizzoFatturazione .rbPrimary {
      color: #000 !important; }
    .processoAcquisto .pulsante.modIndirizzoSpedizione:hover, .processoAcquisto .pulsante.modIndirizzoFatturazione:hover {
      background-color: #FFF !important; }
    .processoAcquisto .pulsante.modIndirizzoSpedizione.inverted, .processoAcquisto .pulsante.modIndirizzoFatturazione.inverted {
      background-color: #FFFFFF !important;
      border-color: #FFFFFF !important; }
      .processoAcquisto .pulsante.modIndirizzoSpedizione.inverted.bordered, .processoAcquisto .pulsante.modIndirizzoFatturazione.inverted.bordered {
        border-color: #CCC !important; }
      .processoAcquisto .pulsante.modIndirizzoSpedizione.inverted:hover, .processoAcquisto .pulsante.modIndirizzoFatturazione.inverted:hover {
        background-color: #f9f9f9 !important;
        border-color: #CCCCCC !important; }
  .processoAcquisto #riepilogoCarrelloFooter {
    text-align: right;
    border-bottom: solid 1px #CCCCCC;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0 5px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px; }
    .processoAcquisto #riepilogoCarrelloFooter span {
      position: absolute;
      right: 125px; }
    .processoAcquisto #riepilogoCarrelloFooter .totale {
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase;
      margin-top: 15px;
      color: #ff1170; }
      .processoAcquisto #riepilogoCarrelloFooter .totale span {
        color: #000000; }
  .processoAcquisto .infoBox {
    border: solid 1px #9A010D;
    font-size: 12px;
    padding: 10px;
    display: inline-block; }
  .processoAcquisto .condizioniVendita {
    text-align: right;
    padding: 0 0 10px;
    border-bottom: solid 1px #CCCCCC;
    margin-bottom: 10px; }
    .processoAcquisto .condizioniVendita a {
      cursor: pointer;
      text-decoration: underline; }
  .processoAcquisto .riepilogoCarrello {
    border: solid 1px #CCCCCC;
    border-right: none;
    border-left: none;
    padding: 20px 0;
    margin-bottom: 30px; }
    .processoAcquisto .riepilogoCarrello #totale {
      float: right;
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase;
      margin-top: 15px;
      color: #ff1170; }
      .processoAcquisto .riepilogoCarrello #totale span {
        margin-right: 15px;
        color: #000000; }
    .processoAcquisto .riepilogoCarrello .totale {
      float: right;
      font-weight: bold;
      font-size: 22px;
      text-transform: uppercase;
      margin-top: 15px;
      color: #ff1170; }
      .processoAcquisto .riepilogoCarrello .totale span {
        margin-right: 15px;
        color: #000000; }
    .processoAcquisto .riepilogoCarrello .numArticoli {
      font-size: 16px;
      font-weight: bold; }
      .processoAcquisto .riepilogoCarrello .numArticoli .etichetta {
        font-weight: normal;
        margin-right: 10px; }
    .processoAcquisto .riepilogoCarrello a {
      color: #666666;
      padding-right: 15px;
      text-decoration: underline;
      cursor: pointer; }
      .processoAcquisto .riepilogoCarrello a.dettagli {
        background: url("/Skin/img/frecciaSmallDownBLTR.png") no-repeat right; }
        .processoAcquisto .riepilogoCarrello a.dettagli.open {
          background-image: url("/Skin/img/frecciaSmallUpBLTR.png"); }
    .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box {
      margin: 0;
      margin-top: 30px; }
      .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box h3 {
        font-size: 18px; }
      .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .articoli {
        float: left;
        font-size: 12px; }
        .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .articoli .itm {
          margin-bottom: 15px; }
          .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .articoli .itm .immagine {
            float: left;
            width: 80px;
            margin-right: 10px; }
          .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .articoli .itm .dettagli {
            float: left; }
            .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .articoli .itm .dettagli .prezzo, .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .articoli .itm .dettagli .titolo {
              font-weight: bold;
              text-transform: uppercase;
              color: #000000; }
      .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto {
        float: right;
        padding-left: 25px;
        border-left: solid 1px #CCCCCC;
        width: 300px; }
        .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto > div {
          padding: 20px 0;
          border-top: solid 1px #CCCCCC;
          font-size: 16px; }
          .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto > div .importo {
            float: right;
            line-height: 40px;
            font-weight: bold; }
          .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto > div .voce {
            text-transform: uppercase; }
          .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto > div .descrizione {
            font-weight: bold; }
          .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto > div .totaleSnippet {
            float: none;
            text-align: right; }
            .processoAcquisto .riepilogoCarrello #riepilogoCarrello.box .riassunto > div .totaleSnippet span {
              float: left; }
  .processoAcquisto.associaLoginEsterno .formRegistrazione {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 30px; }
    .processoAcquisto.associaLoginEsterno .formRegistrazione .accordion__heading a {
      text-decoration: none; }

.wrapperSocial {
  text-align: center; }
  .wrapperSocial .loginSocial .button {
    color: #ffffff; }
    .wrapperSocial .loginSocial .button.google {
      background-color: #F5514E; }
    .wrapperSocial .loginSocial .button.facebook {
      background-color: #3B589C; }

.formRegistrazione .campiObbligatori {
  text-align: center;
  display: block; }

.formRegistrazione a {
  text-decoration: underline; }

.formRegistrazione.carrello .regSocial {
  width: 50%; }

.formRegistrazione .collapsable {
  margin-bottom: 15px; }
  .formRegistrazione .collapsable .link {
    text-align: center; }

.modInsAccount {
  margin-bottom: 30px; }

.indirizzi h2 {
  margin-top: 20px;
  margin-bottom: 15px; }

.indirizzi .campiObbligatori {
  font-size: 12px;
  color: #666666; }

.rubrica .campiObbligatori {
  font-size: 12px;
  color: #666666;
  float: right; }

.promoCode h3 {
  margin: 0; }

.promoCode .areaCodice {
  text-align: right;
  white-space: nowrap; }
  .promoCode .areaCodice .pulsante {
    background-color: #f9f9f9 !important;
    color: #000 !important;
    font-weight: normal !important; }
    .promoCode .areaCodice .pulsante > input, .promoCode .areaCodice .pulsante .rbPrimary {
      color: #000 !important; }
    .promoCode .areaCodice .pulsante:hover {
      background-color: #FFF !important; }
    .promoCode .areaCodice .pulsante.inverted {
      background-color: #FFFFFF !important;
      border-color: #FFFFFF !important; }
      .promoCode .areaCodice .pulsante.inverted.bordered {
        border-color: #CCC !important; }
      .promoCode .areaCodice .pulsante.inverted:hover {
        background-color: #f9f9f9 !important;
        border-color: #CCCCCC !important; }
  .promoCode .areaCodice .alertText {
    display: inline-block;
    margin-top: 20px; }

.promoCode .promoCodeLabel {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-transform: uppercase; }

/*Fidelity Card*/
/*.processoAcquisto .FidelityContainer.box {
    padding: 40px 30px 20px;
}*/
.FidelityContainer h2 {
  padding-left: 60px;
  position: relative;
  margin-bottom: 10px; }
  .FidelityContainer h2:after {
    position: absolute;
    content: "";
    background-image: url("/Skin/img/fidelity_card.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 33px;
    width: 50px;
    left: 0;
    top: -5px; }

.FidelityContainer p.fit {
  margin-bottom: 0; }

.FidelityContainer .barcode {
  float: right;
  position: relative; }
  .FidelityContainer .barcode .br_c {
    float: left;
    width: 100%; }
    .FidelityContainer .barcode .br_c:not(.no_input) {
      padding-right: 141px; }
  .FidelityContainer .barcode .br_el,
  .FidelityContainer .barcode input[type="text"] {
    box-sizing: border-box;
    font-family: Harmonia,sans-serif;
    border: 1px solid #c1c5c9;
    height: 39px;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-weight: bold;
    float: left;
    padding-top: 8px; }
  .FidelityContainer .barcode input.br_el:not(:last-child),
  .FidelityContainer .barcode .br_el:not(:last-child) {
    border-right: none; }
  .FidelityContainer .barcode .br_el {
    background-color: #f9f9f9; }
  .FidelityContainer .barcode .no_input .br_el {
    width: 39px;
    line-height: 26px; }
  .FidelityContainer .barcode input.br_el {
    width: 16.666%;
    max-width: 39px;
    vertical-align: middle; }
  .FidelityContainer .barcode .btn {
    white-space: normal;
    text-transform: uppercase;
    text-decoration: none !important;
    position: absolute;
    right: 0;
    border: 1px solid #ccc;
    padding: 0.41rem 2.47rem; }

.FidelityContainer .benefits {
  text-transform: uppercase;
  margin-top: 20px; }
  @media screen and (min-width: 1400px) {
    .FidelityContainer .benefits b {
      margin-right: 15px; } }

.FidelityContainer.account .barcode {
  float: left; }

.FidelityContainer.account .benefits {
  margin: 30px 0; }
  .FidelityContainer.account .benefits p {
    font-size: 16px;
    margin-bottom: 10px; }

.FidelityContainer.account .barcode .br_c:not(.no_input) {
  padding-right: 170px; }

.FidelityContainer.account .barcode .btn {
  width: 171px; }

.FidelityContainer .barcode input.br_el {
  background-color: #fff; }

.NewValidationBox .alertBox {
  width: 100%;
  padding: 15px;
  display: block;
  font-size: 18px; }
  .NewValidationBox .alertBox.success {
    border: 1px solid #17c164;
    background: rgba(23, 193, 100, 0.2);
    color: #0c6635; }
  .NewValidationBox .alertBox.error {
    border: 1px solid #f04e18;
    background: rgba(240, 78, 24, 0.2);
    color: #982d0a; }
  .NewValidationBox .alertBox.warning {
    border: 1px solid #ffd70f;
    background: rgba(255, 215, 15, 0.2);
    color: #a88c00; }
  .NewValidationBox .alertBox .first {
    display: flex;
    flex-direction: row; }
  .NewValidationBox .alertBox .message {
    margin-right: auto; }
  .NewValidationBox .alertBox .closer {
    width: 15px;
    height: 15px;
    background: url(/assets/img/svg/Btn-close-medium.svg) no-repeat center;
    background-size: 50px; }

.OldValidationBox {
  display: none; }

.bg-red {
  background: #ff1170; }
  .bg-red * {
    color: #fff !important; }

.myAccount .button--white:after, #processoAcquisto .button--white:after {
  content: '';
  width: 80%;
  height: 1px;
  background: #000000;
  display: block;
  margin: 10px auto 0 auto;
  border: none; }

.myAccount .button--white:hover, .myAccount .button--white:focus, #processoAcquisto .button--white:hover, #processoAcquisto .button--white:focus {
  background: transparent;
  border: none;
  color: #666666;
  border: 1px solid transparent !important;
  border-width: 1px !important; }
  .myAccount .button--white:hover:after, .myAccount .button--white:focus:after, #processoAcquisto .button--white:hover:after, #processoAcquisto .button--white:focus:after {
    width: 100%;
    background: #666666;
    transition: all .3s; }

.inline-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  fill: #000000; }
  .inline-icon--left {
    margin-right: 10px; }
  .inline-icon--right {
    margin-left: 10px; }
  .inline-icon--bordered {
    display: inline-block;
    width: 15px;
    height: 15px;
    stroke: #000000;
    fill: transparent; }

.filters__reset {
  color: #000 !important;
  cursor: pointer;
  text-decoration: underline !important; }

.pd__colors__color {
  width: 30px; }

@media only screen and (min-width: 1024px) {
  .pd__extra {
    display: flex !important; } }

.footer .footer__menu input#inputNewsletter.form-control {
  padding-left: 0px !important; }

.form-registrazione h2.f-text {
  display: none; }

.store-locator {
  padding: 0; }
  .store-locator__stores-list .store .store__inner:hover {
    background: transparent !important; }
    .store-locator__stores-list .store .store__inner:hover p {
      background: #f5f5f5; }
  .store-locator__search .row .col-12 {
    padding-right: 15px;
    padding-left: 15px; }
  .store-locator #btnLocalizza {
    top: 0;
    right: 0;
    font-size: 12px; }

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.df-results, .custom-scroll {
  font-family: "Apercu Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  scrollbar-color: #000000 #F4F4F4;
  scrollbar-width: thin; }
  .df-results::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 16px;
    background-clip: padding-box; }
  .df-results::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
  .df-results::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #000000;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-radius: 6px;
    opacity: .7; }
  .df-results::-webkit-scrollbar-button, .custom-scroll::-webkit-scrollbar-button {
    display: none; }
  .df-results__content, .custom-scroll__content {
    padding-right: 30px !important; }

.df-icon.df-icon--close {
  width: 25px !important; }

table.table-taglie {
  width: 100%;
  font-size: 14px;
  color: #000;
  background-color: #f5f5f5;
  overflow: hidden; }
  table.table-taglie th {
    background-color: #ffffff; }
  table.table-taglie tr {
    border-bottom: 1px solid #ffffff; }
    table.table-taglie tr:hover {
      background-color: #ffffff; }
  table.table-taglie th, table.table-taglie td {
    text-align: center;
    padding: 15px; }
    table.table-taglie th:first-child, table.table-taglie td:first-child {
      text-align: left; }
  table.table-taglie .hover {
    background-color: #ffffff !important; }

.gm-ui-hover-effect {
  top: 5px !important;
  right: 5px !important; }

.text-red {
  color: #ff1170 !important; }

.text-xl {
  font-size: 32px !important; }

.hero__header--big {
  max-width: 725px; }

#cookieModal {
  z-index: 30001; }

.cookieModalBtn {
  cursor: pointer; }

.options div {
  padding-left: 44px;
  padding-top: 0;
  min-height: 20px;
  min-width: 20px; }
  .options div p {
    font-size: 14px; }

.checkOptions div.disabled {
  background: #fff url(/Skin/img/cookie_grey_unselected.png) no-repeat 0 0;
  background-size: 31px 110px;
  border: 0;
  height: 120px;
  outline: none; }
  .checkOptions div.disabled h2 {
    color: #616363;
    border: 0;
    line-height: 17px; }
  .checkOptions div.disabled p {
    color: #616363;
    border: 0;
    line-height: 16px !important; }

.checkOptions div.selected {
  background: #fff url(/Skin/img/cookie_black_selected.png) no-repeat 0 0;
  background-size: 31px 110px;
  border: 0;
  height: 120px;
  outline: none; }
  .checkOptions div.selected p {
    border: 0;
    color: #363738;
    line-height: 16px !important; }
  .checkOptions div.selected h2 {
    color: #000;
    border: 0;
    line-height: 17px; }

.checkOptions div.active {
  background: #fff url(/Skin/img/cookie_black_filled.png) no-repeat 0 0;
  background-size: 31px 110px;
  border: 0;
  height: 120px;
  outline: none; }
  .checkOptions div.active h2 {
    color: #363738;
    border: 0;
    line-height: 17px; }
  .checkOptions div.active p {
    border: 0;
    color: #363738;
    line-height: 16px !important; }

@media only screen and (min-width: 768px) {
  .ruler-punti .ruler {
    width: auto !important; } }

@media only screen and (min-width: 1024px) {
  .quick-cart .quick-cart__itemlist {
    overflow-x: hidden;
    overflow-y: inherit !important; } }

@media only screen and (min-width: 1024px) {
  .item--lookbook__wrap {
    max-height: inherit !important; } }

.fidelity-tab--logout {
  position: absolute;
  right: 0;
  font-weight: 300 !important; }

.store-detail .store-locator__map {
  height: 500px; }

@media only screen and (min-width: 1024px) {
  .header__inner:hover .header__menu li:hover > a,
  .header__inner.has-whitebg .header__menu li:hover > a {
    border-color: #aaa; } }

@media only screen and (min-width: 1024px) {
  .slide--hp .hero__header.tl {
    top: 0;
    left: 5%;
    transform: translate(0, 0); }
  .slide--hp .hero__header.tc {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .slide--hp .hero__header.tr {
    top: 0;
    left: 95%;
    transform: translate(-100%, 0); }
  .slide--hp .hero__header.cl {
    top: 50%;
    left: 5%;
    transform: translate(0, -50%); }
  .slide--hp .hero__header.cc {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .slide--hp .hero__header.cr {
    top: 50%;
    left: 95%;
    transform: translate(-100%, -50%); }
  .slide--hp .hero__header.bl {
    top: auto;
    bottom: 0;
    left: 5%;
    transform: translate(0, 0); }
  .slide--hp .hero__header.bc {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .slide--hp .hero__header.br {
    top: auto;
    bottom: 0;
    left: 95%;
    transform: translate(-100%, 0); } }
