/*'Maven Pro', sans-serif !default;*/
/*'Maven Pro', sans-serif !default;*/
/**
 * Basic styles for links
 */
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #2765aa;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #222222;
    text-decoration: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

html,
body {
  color: #222222;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

ul, ol {
  padding: 0;
  margin: 0; }

ul li, ol li {
  list-style-type: none; }

p {
  font-size: 14px;
  color: #666;
  font-weight: 300; }

p.required {
  font-size: 85%;
  order: 2; }

.page-title h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 46.24em) {
    .page-title h1 {
      font-size: 26px;
      text-align: center; } }
.col2-set h2 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.25; }

.fieldset .legend {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.25; }

.newpop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  display: none; }
  .newpop.visibile {
    display: flex; }
  .newpop > div {
    background: #fff;
    text-align: center;
    position: relative;
    margin: 15px;
    max-width: 800px; }
    .newpop > div a.chiudi {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: rgba(255, 255, 255, 0.3);
      font-size: 30px; }
      .newpop > div a.chiudi i {
        color: #333; }
    .newpop > div img {
      width: 100%; }
      .newpop > div img.mobile {
        display: none; }
    .newpop > div p {
      color: #111;
      font-size: 16px;
      padding: 20px;
      font-weight: 400;
      margin-bottom: 0; }
      .newpop > div p span {
        color: #2765aa; }
    .newpop > div small {
      font-size: 10px;
      opacity: 0.6;
      margin-bottom: 10px;
      display: block; }

.popup-leave {
  background: #fff;
  padding: 40px;
  position: fixed;
  top: 150px;
  left: calc(50% - 250px);
  z-index: 9999;
  text-align: center;
  width: 500px;
  display: none;
  position: relative; }
  .popup-leave.visible {
    display: block; }
  .popup-leave h3 {
    text-transform: uppercase;
    margin: 0;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
    font-size: 18px; }
  .popup-leave p {
    margin: 10px 0 25px; }
  .popup-leave .popup-exit {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer; }

.popup-leave-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  display: none; }
  .popup-leave-overlay.visible {
    display: block; }

.banner-categoria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 30px 50px 10px; }
  @media (max-width: 46.24em) {
    .banner-categoria {
      padding: 20px 4vw 10px; } }
  .banner-categoria img {
    max-width: 100%; }
  .banner-categoria > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #222;
    padding: 40px 20px 20px; }
    @media (max-width: 46.24em) {
      .banner-categoria > div {
        padding: 25px 20px 10px; } }
    .banner-categoria > div p {
      color: #222;
      flex: 0 0 100%;
      font-size: 14px;
      font-weight: 300;
      max-width: 600px;
      margin-top: 20px;
      margin-bottom: 0;
      line-height: 1.8;
      opacity: 0.9;
      letter-spacing: 0.7px; }
      @media (max-width: 46.24em) {
        .banner-categoria > div p {
          font-size: 11px;
          margin-top: 10px; } }
      .banner-categoria > div p a {
        display: block;
        color: #222;
        margin-top: 15px;
        font-size: 24px;
        line-height: 1.2; }
    .banner-categoria > div h1 {
      margin: 0;
      flex: 0 0 100%;
      color: #222;
      font-size: 39px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1.4px; }
      @media (max-width: 46.24em) {
        .banner-categoria > div h1 {
          font-size: 32px; } }
.tags {
  position: relative;
  padding: 0; }
  .tags .ttip {
    visibility: hidden;
    opacity: 0;
    width: auto;
    padding: 0 10px;
    margin: 5px 0 0;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    background-color: rgba(5, 51, 105, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: calc(100% + 8px);
    left: 50%;
    font-family: 'Montserrat', sans-serif;
    font-size: 7px;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    @media (max-width: 68.6775em) {
      .tags .ttip {
        display: none; } }
    .tags .ttip:before {
      content: '';
      width: 0;
      height: 0;
      border: 5px solid transparent;
      border-bottom: 5px solid rgba(5, 51, 105, 0.5);
      position: absolute;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      transform: translateX(-50%); }
  .tags a:hover + .ttip {
    visibility: visible;
    opacity: 1; }

.col-left .block-currency {
  display: none; }

.sconto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  width: 70px;
  height: 55px;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  @media (max-width: 68.6775em) {
    .sconto {
      top: -10px;
      left: -10px;
      height: 60px;
      width: 60px; } }
  @media (max-width: 46.24em) {
    .sconto {
      left: 0; } }
  .sconto.new {
    left: auto;
    right: 10px; }
    @media (max-width: 68.6775em) {
      .sconto.new {
        right: -10px; } }
    @media (max-width: 46.24em) {
      .sconto.new {
        right: 0; } }
  .sconto p {
    margin: 0;
    padding: 1px 0 0 1px;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #333; }
    .sconto p.prc {
      font-size: 13px;
      letter-spacing: 1.4px;
      line-height: 1; }

.limited {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  .limited p {
    margin: 0 auto;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.6;
    color: #2765aa;
    font-family: 'Montserrat',sans-serif; }

.amscroll-loading {
  width: auto;
  height: 20px !important; }

img.new-image {
  position: absolute;
  top: 18px;
  right: 0;
  width: 100px !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1; }

.ias-trigger a {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 32px;
  margin-top: 30px;
  display: inline-block; }

.text-left,
.text-right,
.text-center {
  display: block; }

.validation-advice {
  font-size: 85%;
  color: #a94442; }
  @media (max-width: 68.6775em) {
    .validation-advice {
      font-size: 8px; } }
.validation-advice {
  font-weight: 500; }

.error-msg {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-size: 12px; }

.success-msg {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d0e9c6;
  font-size: 12px; }

.info-msg {
  padding: 15px;
  margin-top: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  font-size: 12px; }

.no-display {
  display: none;
  visibility: hidden;
  opacity: 0; }

.transparent-overlay,
.blank-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .transparent-overlay.is-visible,
  .blank-overlay.is-visible {
    visibility: visible;
    opacity: 0.3; }
    .transparent-overlay.is-visible.is-mobile,
    .blank-overlay.is-visible.is-mobile {
      z-index: 9999; }

.blank-overlay {
  background: transparent; }
  .blank-overlay.is-visible {
    opacity: 1;
    background: transparent;
    right: 300px; }

/* Pop Up */
.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  top: 0;
  left: 100%;
  opacity: 0;
  z-index: 9998;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out; }

.overlay .popup-overlay {
  opacity: 0.5;
  left: 0; }

.popup {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: -9999; }

.popup .popup-body {
  background: #ffffff;
  opacity: 0;
  min-height: 150px;
  width: 560px;
  margin-left: -280px;
  padding: 20px;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  position: relative;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.popup.visible, .popup.transitioning {
  z-index: 9999; }

.popup.visible .popup-body {
  opacity: 1;
  text-align: center; }

.popup .popup-exit {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -25px;
  right: 5px;
  color: #fff;
  font-size: 18px; }

.popup .popup-content {
  overflow-y: auto; }

.popup .popup-content h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px; }

.popup .popup-content h4 {
  margin-bottom: 5px;
  font-size: 14px; }

.popup .popup-content p {
  margin-bottom: 20px; }

.small {
  font-size: 70%; }

.block-dropdowncartlink, #ajaxaddtocart-progress,
#ajaxaddtocart-add-confirm, #ajaxaddtocart-remove-confirm {
  display: none; }

.wrapper {
  width: 100%; }

.main-container {
  max-width: 100%;
  min-height: calc(100vh - 370px);
  margin: 60px auto;
  padding: 0 2vw; }
  @media (max-width: 68.6775em) {
    .main-container {
      min-height: calc(100vh - 305px);
      margin: 40px auto; } }
  @media (max-width: 46.24em) {
    .main-container {
      min-height: calc(100vh - 140px);
      margin: 20px auto;
      padding: 0 4vw; } }
  .main-container .main {
    max-width: 1200px;
    margin: 0 auto; }

.max-container {
  max-width: 1200px;
  margin: 0 auto; }

.col2-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .col2-set .col-1, .col2-set .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 20em) and (max-width: 68.6775em) {
      .col2-set .col-1, .col2-set .col-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  .col2-set .col-1 {
    padding-right: 20px; }
    @media (min-width: 20em) and (max-width: 68.6775em) {
      .col2-set .col-1 {
        padding: 20px 0 0; } }
  .col2-set .col-2 {
    padding-left: 20px; }
    @media (min-width: 20em) and (max-width: 68.6775em) {
      .col2-set .col-2 {
        padding: 20px 0 0; } }
.box {
  width: 100%; }
  .box .box-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .box .box-content .box-1, .box .box-content .box-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%; }
    .box .box-content .box-1 {
      padding-right: 20px; }
    .box .box-content .box-2 {
      padding-left: 20px; }

.row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.row-nowrap, .row-5, .row-4, .row-3, .row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.row-2 .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 46.24em) {
    .row-2 .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
.row-3 .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%; }
  @media (max-width: 46.24em) {
    .row-3 .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
.row-4 .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }
  @media (max-width: 46.24em) {
    .row-4 .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
.row-5 .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media (max-width: 46.24em) {
    .row-5 .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  background-color: #1e4d82; }
  @media (max-width: 68.6775em) {
    .top-banner {
      padding: 0 5px; } }
  .top-banner .welcome-msg {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.7px;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 15px;
    text-align: center; }
    .top-banner .welcome-msg div {
      margin: 0 20px; }
    @media (max-width: 68.6775em) {
      .top-banner .welcome-msg {
        font-size: 9px;
        padding: 0; }
        .top-banner .welcome-msg div {
          margin: 0 5px; } }
.header-container {
  /*padding-top: $header-full-height;*/
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
  .header-container.more-space {
    padding-top: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .header-container .header {
    position: static;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99; }
    .header-container .header.stick {
      position: fixed;
      -webkit-box-shadow:  0px 5px 10px rgba(0, 0, 0, 0.08);
      -moz-box-shadow:  0px 5px 10px rgba(0, 0, 0, 0.08);
      box-shadow:  0px 5px 10px rgba(0, 0, 0, 0.08);
      top: 0; }
      .header-container .header.stick .header-center {
        height: 40px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .header-container .header.stick .header-center .on-left, .header-container .header.stick .header-center .on-right {
          top: 0;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (max-width: 87.49em) {
            .header-container .header.stick .header-center .on-left, .header-container .header.stick .header-center .on-right {
              top: -30px; } }
          @media (max-width: 68.6775em) {
            .header-container .header.stick .header-center .on-left, .header-container .header.stick .header-center .on-right {
              top: 0; } }
        .header-container .header.stick .header-center .on-right .header-minicart .block-cart {
          padding: 0; }
      .header-container .header.stick .on-center .logo-mobile img {
        height: 30px; }
      .header-container .header.stick .logo img {
        height: 25px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .header-container .topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    color: #000; }
    .header-container .topbar > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.3333%;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      padding: 0; }
    .header-container .topbar .left .form-language {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      position: relative;
      display: none; }
      @media (max-width: 87.49em) {
        .header-container .topbar .left .form-language {
          display: none; } }
      .header-container .topbar .left .form-language select {
        height: 18px;
        line-height: 1;
        width: auto;
        margin: 0 10px 0 25px;
        padding: 0;
        text-transform: uppercase;
        color: #444;
        border: none;
        box-shadow: none;
        font-size: 11px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
      .header-container .topbar .left .form-language i {
        font-size: 21px;
        position: absolute;
        top: -7px; }
    .header-container .topbar .left .currency-switcher .block-title {
      display: none; }
    .header-container .topbar .left .currency-switcher select {
      height: 18px;
      line-height: 1;
      width: auto;
      margin: 0 10px 0 0;
      padding: 0;
      text-transform: uppercase;
      color: #444;
      border: none;
      box-shadow: none;
      font-size: 11px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700; }
    .header-container .topbar .left .currency-switcher i {
      font-size: 21px;
      position: absolute;
      top: -7px; }
    .header-container .topbar .left .langs-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 15px; }
      .header-container .topbar .left .langs-wrapper a {
        display: block; }
      .header-container .topbar .left .langs-wrapper .lang-flag img {
        height: 15px;
        display: block;
        margin-right: 7px; }
    .header-container .topbar .center {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin-top: 0 !important; }
      .header-container .topbar .center .welcome-msg {
        font-size: 13px;
        font-weight: 700;
        color: #2765aa;
        font-family: "Montserrat", sans-serif; }
    .header-container .topbar .right {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end; }
      .header-container .topbar .right li {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 11px;
        position: relative;
        margin-left: 16px;
        font-family: "Montserrat", sans-serif; }
        .header-container .topbar .right li:after {
          content: "/";
          position: absolute;
          right: -12px;
          top: 0; }
        .header-container .topbar .right li:last-child:after {
          display: none; }
  .header-container .header-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px;
    height: 95px;
    background: #2765aa;
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
    @media (max-width: 68.6775em) {
      .header-container .header-center {
        height: 100px; } }
    @media (max-width: 46.24em) {
      .header-container .header-center {
        height: 60px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease; } }
    .header-container .header-center li {
      display: inline-block;
      font-size: 22px; }
      .header-container .header-center li a {
        width: 30px;
        display: inline-block;
        text-align: center;
        margin-left: 2px;
        position: relative; }
    .header-container .header-center .form-language {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: left;
      -ms-flex-pack: left;
      -webkit-justify-content: left;
      -moz-justify-content: left;
      justify-content: left;
      text-align: center;
      padding-left: 30px;
      margin-right: 30px;
      display: none; }
      @media (max-width: 87.49em) {
        .header-container .header-center .form-language {
          display: none; } }
      .header-container .header-center .form-language ul > li a, .header-container .header-center .form-language .sp {
        font-size: 17px;
        font-weight: 300;
        color: #fff; }
      .header-container .header-center .form-language .sp {
        margin: 0 4px; }
        .header-container .header-center .form-language .sp:last-child {
          display: none; }
      .header-container .header-center .form-language ul > li {
        position: relative; }
        .header-container .header-center .form-language ul > li a {
          width: auto;
          text-transform: uppercase; }
    .header-container .header-center .logo {
      margin: 0;
      display: block; }
      @media (max-width: 68.6775em) {
        .header-container .header-center .logo a {
          max-width: 150px;
          margin: 0 auto; } }
      .header-container .header-center .logo a img {
        display: block;
        height: 70px;
        margin: 0 auto;
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1); }
        @media (max-width: 87.49em) {
          .header-container .header-center .logo a img {
            height: 50px;
            margin: 0; } }
        @media (max-width: 68.6775em) {
          .header-container .header-center .logo a img {
            display: none;
            height: 50px;
            margin: 0; } }
        @media (max-width: 46.24em) {
          .header-container .header-center .logo a img {
            display: none;
            height: 50px;
            margin: 0;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            transition: all 0.2s ease; } }
    .header-container .header-center .on-left {
      /*@include flex-50;*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      justify-content: flex-start;
      height: 100%;
      flex-grow: 1;
      transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      min-width: 275px;
      max-width: 275px; }
      @media (max-width: 87.49em) {
        .header-container .header-center .on-left {
          top: 5px;
          height: auto;
          min-width: 220px;
          max-width: 220px; } }
      @media (max-width: 68.6775em) {
        .header-container .header-center .on-left {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
          top: 30px;
          height: 40px;
          min-width: 1px;
          max-width: 100%; }
          .header-container .header-center .on-left > a {
            display: none; } }
      @media (max-width: 46.24em) {
        .header-container .header-center .on-left {
          top: 10px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease; } }
      .header-container .header-center .on-left .mobile-trigger {
        display: none;
        cursor: pointer;
        color: #fff; }
        @media (max-width: 68.6775em) {
          .header-container .header-center .on-left .mobile-trigger {
            display: inline-block; } }
        .header-container .header-center .on-left .mobile-trigger i {
          font-size: 26px; }
      .header-container .header-center .on-left .indietro {
        display: none;
        width: 40px;
        text-align: center; }
        @media (max-width: 46.24em) {
          .header-container .header-center .on-left .indietro a {
            display: inline-block; } }
        .header-container .header-center .on-left .indietro i {
          color: #fff;
          font-size: 36px; }
          @media (max-width: 87.49em) {
            .header-container .header-center .on-left .indietro i {
              font-size: 30px; } }
      .header-container .header-center .on-left a {
        display: inline-block;
        position: relative;
        /*height: 40px;
				line-height: 40px;*/
        margin: 0 5px;
        padding: 0 7px; }
        @media (max-width: 46.24em) {
          .header-container .header-center .on-left a {
            display: none;
            margin-right: 0; } }
      .header-container .header-center .on-left i {
        color: #fff;
        font-size: 17px; }
    .header-container .header-center .on-center {
      /*@include flex-100;*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      flex-grow: 2; }
      .header-container .header-center .on-center .logo-mobile {
        display: none; }
        .header-container .header-center .on-center .logo-mobile img {
          height: 60px; }
        @media (max-width: 68.6775em) {
          .header-container .header-center .on-center .logo-mobile {
            display: block; } }
        @media (max-width: 46.24em) {
          .header-container .header-center .on-center .logo-mobile img {
            height: 40px; } }
    .header-container .header-center .on-right {
      /*@include flex-50;*/
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      height: 40px;
      transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
      flex-grow: 1;
      min-width: 275px;
      max-width: 275px; }
      @media (max-width: 87.49em) {
        .header-container .header-center .on-right {
          top: 5px;
          height: auto;
          min-width: 220px;
          max-width: 220px; } }
      @media (max-width: 68.6775em) {
        .header-container .header-center .on-right {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 20%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
          flex: 0 0 20%;
          max-width: 20%;
          top: 30px;
          height: 40px;
          min-width: 1px;
          max-width: 100%; } }
      @media (max-width: 46.24em) {
        .header-container .header-center .on-right {
          top: 10px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          .header-container .header-center .on-right > div {
            display: none; }
          .header-container .header-center .on-right > div.header-minicart {
            display: inline-block;
            order: 2;
            position: relative;
            top: -4px; }
          .header-container .header-center .on-right > div.search-trigger {
            display: inline-block;
            order: 1;
            position: relative;
            top: -4px; } }
      .header-container .header-center .on-right > div > a, .header-container .header-center .on-right .search-trigger {
        display: inline-block;
        position: relative;
        height: 40px;
        line-height: 40px;
        margin: 0 5px;
        padding: 0 7px;
        cursor: pointer; }
        @media (max-width: 46.24em) {
          .header-container .header-center .on-right > div > a, .header-container .header-center .on-right .search-trigger {
            margin-right: 0;
            margin-bottom: -5px; } }
      .header-container .header-center .on-right i {
        color: #fff;
        font-size: 24px; }
      .header-container .header-center .on-right img {
        width: 16px;
        margin: 0;
        cursor: pointer; }
        @media (max-width: 68.6775em) {
          .header-container .header-center .on-right img {
            margin: 0 10px; } }
        @media (max-width: 46.24em) {
          .header-container .header-center .on-right img {
            width: 20px;
            margin: 0; } }
      .header-container .header-center .on-right .header-minicart {
        display: inline-block; }
        .header-container .header-center .on-right .header-minicart > a .count {
          display: none; }
        .header-container .header-center .on-right .header-minicart .block-cart {
          display: block;
          position: absolute;
          width: 320px;
          top: 100%;
          right: 0;
          padding: 0;
          opacity: 0;
          visibility: hidden;
          background: transparent;
          transition: opacity 0.3s ease, padding 0.3s cubic-bezier(0, 0, 0.2, 1), visibility 0s linear 0.4s; }
          @media (max-width: 46.24em) {
            .header-container .header-center .on-right .header-minicart .block-cart {
              display: none; } }
          .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper {
            position: relative;
            height: 100%;
            padding: 20px 10px 10px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
            .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .block-subtitle {
              display: block;
              padding: 0;
              margin: 0;
              font-family: "Montserrat", sans-serif;
              font-weight: 600;
              line-height: 1.4;
              letter-spacing: 2px;
              text-align: center;
              text-transform: uppercase;
              color: #ddd; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .block-subtitle .close {
                display: none; }
            .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .empty {
              margin: 0;
              padding: 10px 0;
              text-align: center; }
            .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-direction: normal;
              -webkit-box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap;
              position: relative;
              margin: 20px 0;
              font-size: 12px; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item a.product-image {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 33.3333%;
                -moz-box-flex: 0;
                -moz-flex: 0 0 33.3333%;
                -ms-flex: 0 0 33.3333%;
                flex: 0 0 33.3333%;
                max-width: 33.3333%;
                height: auto;
                margin: 0;
                padding: 0;
                border: none; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item a.product-image img {
                  width: 100%; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 66.6666%;
                -moz-box-flex: 0;
                -moz-flex: 0 0 66.6666%;
                -ms-flex: 0 0 66.6666%;
                flex: 0 0 66.6666%;
                max-width: 66.6666%;
                display: -webkit-box;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-direction: normal;
                -webkit-box-orient: vertical;
                -webkit-flex-direction: column;
                -moz-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                justify-content: center;
                margin: 0;
                padding: 0 25px 0 10px; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .product-name {
                  margin: 0; }
                  .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .product-name a {
                    width: auto;
                    margin: 0;
                    padding: 0;
                    font-size: 12px;
                    font-weight: 500;
                    text-transform: uppercase;
                    text-align: left;
                    color: #333; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .info-wrapper th {
                  display: none; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .info-wrapper td {
                  height: auto;
                  margin: 0;
                  padding: 0; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .info-wrapper .qty-wrapper {
                  display: none; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .btn-edit {
                  display: none; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .remove {
                  position: absolute;
                  top: 20px;
                  right: 0; }
                  .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .mini-products-list .item .product-details .remove i {
                    font-size: 14px;
                    color: #333; }
            .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .block-content .subtotal {
              margin: 0 0 10px;
              text-align: center; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .block-content .subtotal .label {
                margin-right: 5px;
                padding: 0;
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.7px;
                text-transform: uppercase;
                color: #c0c0c0; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .block-content .subtotal .price {
                font-family: "Montserrat", sans-serif;
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.5px;
                color: #333; }
            .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .minicart-actions {
              display: -webkit-box;
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-direction: normal;
              -webkit-box-orient: horizontal;
              -webkit-flex-direction: row;
              -moz-flex-direction: row;
              -ms-flex-direction: row;
              flex-direction: row;
              -webkit-flex-wrap: wrap;
              -moz-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .minicart-actions a.cart-link {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 50%;
                -moz-box-flex: 0;
                -moz-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                max-width: calc(50% - 5px);
                margin-right: 5px; }
              .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .minicart-actions ul {
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 50%;
                -moz-box-flex: 0;
                -moz-flex: 0 0 50%;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
                max-width: calc(50% - 5px);
                margin-left: 5px; }
                .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .minicart-actions ul li {
                  width: 100%; }
                  .header-container .header-center .on-right .header-minicart .block-cart .minicart-wrapper .minicart-actions ul li a {
                    width: 100%;
                    margin: 0; }
        .header-container .header-center .on-right .header-minicart:hover .block-cart, .header-container .header-center .on-right .header-minicart:focus .block-cart {
          padding: 10px 0 0;
          opacity: 1;
          visibility: visible;
          transition: opacity 0.3s ease-out, padding 0.3s cubic-bezier(0, 0, 0.2, 1); }
          @media (max-width: 87.49em) {
            .header-container .header-center .on-right .header-minicart:hover .block-cart, .header-container .header-center .on-right .header-minicart:focus .block-cart {
              padding: 0; } }
  .header-container .cartgo {
    position: absolute;
    font-size: 9px;
    font-weight: 600;
    top: 2px;
    right: 0;
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px; }

.menu-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  width: 260px;
  left: -260px;
  top: 0;
  bottom: 0;
  background: #2765aa;
  z-index: 999999;
  overflow: visible;
  -webkit-box-shadow:  5px 0px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow:  5px 0px 10px rgba(0, 0, 0, 0.08);
  box-shadow:  5px 0px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .menu-sidebar.visible {
    left: 0; }
  .menu-sidebar .topnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 6px 4vw;
    margin: 0;
    background: rgba(0, 0, 0, 0.15); }
    @media (min-width: 46.25em) {
      .menu-sidebar .topnav {
        display: none; } }
    .menu-sidebar .topnav > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 26px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 26px;
      -ms-flex: 0 0 26px;
      flex: 0 0 26px;
      padding: 5px;
      margin: 0 12px; }
    .menu-sidebar .topnav img {
      max-width: 100%; }

.page {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
  .page.slide {
    -ms-transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px); }

.sidebar-cart {
  position: fixed;
  width: 300px;
  right: -300px;
  will-change: transform;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
  overflow: auto;
  border-left: 1px solid #ccc;
  padding: 14px 20px; }
  .sidebar-cart.visible {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 0; }
  .sidebar-cart .actions {
    display: none; }
  .sidebar-cart .block-subtitle {
    display: none; }
  .sidebar-cart .summary p {
    display: inline-block;
    font-size: 12px; }
  .sidebar-cart .summary .label {
    display: none; }
  .sidebar-cart #cart-sidebar {
    margin: 20px 0; }
    .sidebar-cart #cart-sidebar .item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .sidebar-cart #cart-sidebar .item a img {
        max-width: 75px;
        flex: 0 0 75px; }
      .sidebar-cart #cart-sidebar .item a.btn-remove {
        position: absolute;
        right: 0;
        font-size: 16px; }
      .sidebar-cart #cart-sidebar .item .product-details {
        flex: 0 0 calc(100% - 75px);
        padding: 0 20px 0 10px;
        position: relative; }
        .sidebar-cart #cart-sidebar .item .product-details .product-name {
          font-weight: 600;
          font-size: 12px;
          margin: 0; }
        .sidebar-cart #cart-sidebar .item .product-details .truncated {
          margin-top: 10px; }
          .sidebar-cart #cart-sidebar .item .product-details .truncated a {
            display: none; }
        .sidebar-cart #cart-sidebar .item .product-details i {
          font-size: 20px; }
        .sidebar-cart #cart-sidebar .item .product-details .item-options dt, .sidebar-cart #cart-sidebar .item .product-details .item-options dd {
          display: inline-block; }

.sidebar-cart .button {
  width: 100%; }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================
.header-minicart {
  display: inline-block;
}
@media only screen and (max-width: 770px) {
  .header-minicart {
    display: block;
  }
}
.header-minicart .minicart-message {
  display: block;
  padding: 10px;
}
.header-minicart .empty {
  padding: 10px;
  text-align: center;
}
.header-minicart .minicart-wrapper {
  clear: both;
  position: relative;
}
.header-minicart .minicart-wrapper:before, .header-minicart .minicart-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}
.header-minicart .minicart-wrapper:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}
.header-minicart .minicart-wrapper:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}
.header-minicart .minicart-wrapper.loading {
  position: relative;
}
.header-minicart .minicart-wrapper.loading:before, .header-minicart .minicart-wrapper.loading:after {
  display: block;
}
.header-minicart .block-cart {
  display: none;
}
.header-minicart .block-subtitle {
  color: #50A4CF;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.header-minicart .block-subtitle .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -3px;
}
.header-minicart .mini-products-list {
  padding: 10px;
  padding-top: 0px;
}
.header-minicart .mini-products-list li {
  padding: 8px 5px 8px 11px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.header-minicart .mini-products-list li.last {
  border: none;
}
.header-minicart .mini-products-list li .product-details {
  position: relative;
}
.header-minicart .product-details .product-name {
  padding-top: 0px;
  font-weight: bold;
}
.header-minicart .product-details .product-name a {
  color: #3399cc;
}
.header-minicart .info-wrapper {
  margin-bottom: 0.5em;
}
.header-minicart .info-wrapper th {
  text-transform: uppercase;
  padding-right: 10px;
}
.header-minicart .info-wrapper td {
  color: #3399cc;
  clear: right;
}
.header-minicart .info-wrapper .qty-wrapper td {
  height: 33px;
  line-height: 33px;
}
.header-minicart .info-wrapper .qty {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 2px;
  width: 3.2em;
  text-align: center;
  height: 30px;
}
.header-minicart .info-wrapper .quantity-button {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.header-minicart .info-wrapper .quantity-button[disabled] {
  cursor: default;
}
.header-minicart .info-wrapper .quantity-button.visible {
  opacity: 1;
}
.header-minicart .subtotal {
  background-color: #DDDDDD;
  text-align: center;
  line-height: 2em;
}
.header-minicart .subtotal .label {
  color: white;
  text-transform: uppercase;
}
.header-minicart .subtotal .price {
  color: #3399cc;
}
.header-minicart .minicart-actions {
  padding: 10px;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.header-minicart .minicart-actions .checkout-button {
  min-width: 145px;
}
.header-minicart .minicart-actions .cart-link {
  height: 33px;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 13px;
}
.header-minicart .minicart-actions .paypal-logo .paypal-or {
  line-height: 1.6;
}
.header-minicart #minicart-error-message {
  text-align: center;
  color: red;
  display: none;
}
.header-minicart #minicart-success-message {
  text-align: center;
  color: green;
  display: none;
}
.header-minicart .jcarousel-control-prev,
.header-minicart .jcarousel-control-next {
  display: none;
}

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block;
}

@media only screen and (min-width: 771px) {
  .checkout-types.minicart {
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .header-minicart a.skip-cart {
    z-index: 1;
  }
}
@media only screen and (max-width: 770px) {
  .header-minicart .subtotal .label {
    color: #636363;
  }
  .header-minicart .minicart-wrapper:before {
    background-color: #EDEDED;
  }
  .header-minicart .quantity-button {
    float: none;
  }
  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }
  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }
  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }
  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo > a {
    display: inline;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .bml_button {
    display: inline-block;
    vertical-align: top;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    width: auto;
    float: none;
    display: inline;
    margin: 0 10px 5px 10px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 740px) {
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or,
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-button {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .header-minicart .minicart-actions .checkout-types.minicart li .paypal-logo .paypal-or {
    line-height: 1.6;
  }
}
@media only screen and (max-width: 599px) {
  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }
}
*/
@media (min-width: 20em) and (max-width: 87.49em) {
  #nav {
    padding: 0 40px; } }

#nav > ul > li {
  display: inline-block; }
  #nav > ul > li > a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px 0;
    display: inline-block; }

#nav ul li .secondary {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 28px 0;
  text-align: left;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 20em) and (max-width: 87.49em) {
    #nav ul li .secondary {
      padding: 0 40px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  #nav ul li .secondary.with-image {
    background: url("http://www.newsmartwave.net/magento/porto/media/wysiwyg/porto/category/banner/fashion_b.png") no-repeat 85%;
    background-color: #fff; }
  #nav ul li .secondary > li {
    max-width: 1200px;
    margin: 0 auto; }
    #nav ul li .secondary > li > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    #nav ul li .secondary > li li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0; }
  #nav ul li .secondary li li {
    display: block; }
  #nav ul li .secondary li h3 {
    margin: 0 0 15px;
    font-size: 16px;
    text-transform: uppercase; }

#nav .has-secondary.opened ul {
  visibility: visible;
  opacity: 1; }
  #nav .has-secondary.opened ul.secondary > li {
    visibility: visible;
    opacity: 1; }

#nav .menu-image {
  max-width: 100%; }
  #nav .menu-image + span {
    font-family: "Montserrat", sans-serif;
    font-size: 85%;
    color: #777777; }

.nav-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: none; }
  @media (max-width: 68.6775em) {
    .nav-container {
      display: none; } }
  .nav-container.nav-custom .cat-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
  .nav-container .cat-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .nav-container .cat-list li {
      position: relative;
      margin: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (max-width: 87.49em) {
        .nav-container .cat-list li {
          margin: 0; } }
      .nav-container .cat-list li:first-child {
        margin: 0; }
      .nav-container .cat-list li:hover, .nav-container .cat-list li:focus {
        background-color: rgba(255, 255, 255, 0.1); }
      .nav-container .cat-list li a.disabled-link > i {
        display: none; }
      .nav-container .cat-list li a.sub-disabled-link,
      .nav-container .cat-list li a.sub-sub-disabled-link {
        padding: 0 25px;
        margin: 0; }
      .nav-container .cat-list li a {
        display: block;
        width: auto;
        margin: 0;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #fff;
        cursor: pointer; }
        @media (max-width: 87.49em) {
          .nav-container .cat-list li a {
            padding: 0 8px; } }
      .nav-container .cat-list li:hover .sub-cat-list {
        height: 66px;
        opacity: 1;
        border-top-width: 5px;
        transition: height 0.3s cubic-bezier(0, 0, 0.2, 1), border 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s ease-out; }
      .nav-container .cat-list li .sub-cat-list {
        z-index: 99;
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        height: 0;
        min-width: 100%;
        background-color: #2765aa;
        border-radius: 0 0 2px 2px;
        opacity: 0;
        overflow: hidden;
        border-top: 0px solid #2765aa;
        transition: height 0.3s cubic-bezier(0, 0, 0.2, 1), border 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.2s ease-out 0.1s; }
        .nav-container .cat-list li .sub-cat-list ul {
          display: none; }
        .nav-container .cat-list li .sub-cat-list li {
          display: block;
          position: relative;
          background-color: rgba(0, 0, 0, 0.15);
          margin: 0; }
          .nav-container .cat-list li .sub-cat-list li:first-child {
            border-bottom: 1px solid #2765aa; }
          .nav-container .cat-list li .sub-cat-list li:hover, .nav-container .cat-list li .sub-cat-list li:focus {
            background-color: #2765aa; }
            .nav-container .cat-list li .sub-cat-list li:hover a, .nav-container .cat-list li .sub-cat-list li:focus a {
              background-color: rgba(255, 255, 255, 0.1); }
          .nav-container .cat-list li .sub-cat-list li a {
            height: 30px;
            margin: 0;
            padding: 0 20px;
            font-size: 13px;
            letter-spacing: 0.7px;
            line-height: 30px;
            text-align: left;
            color: #fff;
            background-color: transparent;
            min-width: 100px; }
      .nav-container .cat-list li i {
        position: absolute;
        right: 15px; }

.stick .nav-container .cat-list li a {
  font-size: 13px; }

.m-menu .tab, .m-footer-menu .tab {
  position: relative;
  height: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .m-menu .tab:first-child, .m-footer-menu .tab:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .m-menu .tab a, .m-footer-menu .tab a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif; }
    .m-menu .tab a:hover, .m-menu .tab a:focus, .m-menu .tab a:active, .m-footer-menu .tab a:hover, .m-footer-menu .tab a:focus, .m-footer-menu .tab a:active {
      background-color: rgba(255, 255, 255, 0.2); }
    .m-menu .tab a.nolink:hover, .m-menu .tab a.nolink:focus, .m-menu .tab a.nolink:active, .m-footer-menu .tab a.nolink:hover, .m-footer-menu .tab a.nolink:focus, .m-footer-menu .tab a.nolink:active {
      background-color: inherit; }
  .m-menu .tab i, .m-footer-menu .tab i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    color: #fff;
    font-size: 14px;
    cursor: pointer; }
    .m-menu .tab i::before, .m-footer-menu .tab i::before {
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
    .m-menu .tab i.active::before, .m-footer-menu .tab i.active::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.m-menu .sub-menu, .m-footer-menu .sub-menu {
  background-color: #f0f0f0; }
  .m-menu .sub-menu .tab, .m-footer-menu .sub-menu .tab {
    height: 0;
    border-width: 0;
    opacity: 0; }
    .m-menu .sub-menu .tab:first-child, .m-footer-menu .sub-menu .tab:first-child {
      border-width: 0; }
  .m-menu .sub-menu.visible .tab, .m-footer-menu .sub-menu.visible .tab {
    height: 42px;
    border-width: 1px;
    opacity: 1; }
    .m-menu .sub-menu.visible .tab:first-child, .m-footer-menu .sub-menu.visible .tab:first-child {
      border-width: 1px; }
    .m-menu .sub-menu.visible .tab a, .m-footer-menu .sub-menu.visible .tab a {
      background-color: #fff;
      color: #333;
      font-size: 10px; }
      .m-menu .sub-menu.visible .tab a:hover, .m-footer-menu .sub-menu.visible .tab a:hover {
        background-color: #f0f0f0; }

.m-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: none; }

.m-footer-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .m-footer-menu .tab {
    height: 30px;
    margin: 0;
    border-bottom: 0; }
    .m-footer-menu .tab:first-child {
      border-top: 0; }
    .m-footer-menu .tab a {
      font-weight: 300;
      text-transform: none; }

.m-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 10px 0; }
  .m-social li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 28px;
    width: 28px;
    margin: 0 10px;
    font-size: 18px;
    color: #fff; }
    .m-social li a:hover, .m-social li a:focus, .m-social li a:active {
      background-color: rgba(255, 255, 255, 0.2); }

.footer-newsletter {
  background: url("http://www.myt-shirt.it/skin/frontend/evolve/evolve/images/newsletter.jpg") no-repeat center/cover;
  text-align: center;
  padding: 50px 30px;
  margin-top: 60px;
  border-top: 2px solid #ef8106; }
  .footer-newsletter h3 {
    margin: 0 0 5px;
    font-size: 36px;
    text-transform: uppercase;
    color: #000; }
  .footer-newsletter p {
    color: #000;
    font-weight: 600;
    font-size: 14px; }
  .footer-newsletter #mc_embed_signup {
    background: transparent;
    font-family: "Montserrat", sans-serif;
    max-width: 600px;
    margin: 0 auto; }
    .footer-newsletter #mc_embed_signup #mc_embed_signup_scroll {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-newsletter #mc_embed_signup #mc_embed_signup_scroll input.email {
        margin: 0 10px 0 0;
        border-radius: 0;
        width: calc(100% - 140px);
        font-family: "Montserrat", sans-serif;
        padding: 0 15px; }
      .footer-newsletter #mc_embed_signup #mc_embed_signup_scroll input.button {
        background: #2765aa;
        border-radius: 0;
        margin: 0;
        height: 40px;
        width: 130px;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 500; }

.footer-container .helper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 30px; }
  .footer-container .helper-container > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    text-align: center; }
    .footer-container .helper-container > div img {
      max-width: 50px;
      display: block;
      margin: 0 auto 10px; }
    .footer-container .helper-container > div p {
      margin: 0;
      text-transform: uppercase;
      color: #333;
      font-weight: 500; }
    @media (max-width: 46.24em) {
      .footer-container .helper-container > div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px 20px; }
        .footer-container .helper-container > div p {
          font-size: 13px; } }
.footer-container .img-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 40px;
  height: 75px;
  align-items: center;
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3; }
  .footer-container .img-container img {
    width: auto;
    height: 25px; }
  .footer-container .img-container > div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    .footer-container .img-container > div:last-child span {
      margin-right: 15px;
      display: block;
      color: #333;
      font-size: 12px; }
  @media (max-width: 68.6775em) {
    .footer-container .img-container {
      height: auto;
      margin: 0; }
      .footer-container .img-container div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        padding: 15px; }
        .footer-container .img-container div:last-child {
          justify-content: center; }
          .footer-container .img-container div:last-child span {
            margin: 0; } }
.footer-container .footer-helper {
  background: #2765aa;
  padding: 6px 30px; }
  .footer-container .footer-helper .footer-helper-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto; }
    .footer-container .footer-helper .footer-helper-container > div {
      max-width: 400px;
      text-align: center;
      flex-grow: 2; }
      .footer-container .footer-helper .footer-helper-container > div span, .footer-container .footer-helper .footer-helper-container > div i, .footer-container .footer-helper .footer-helper-container > div a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-right: 10px; }

.footer-container .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 20px; }
  @media (min-width: 20em) and (max-width: 87.49em) {
    .footer-container .footer {
      padding: 0 40px;
      padding-top: 40px; } }
  .footer-container .footer .footer-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0;
    text-align: center; }
  .footer-container .footer h3 {
    margin: 0 0 15px;
    font-size: 18px;
    text-transform: uppercase; }
  .footer-container .footer a, .footer-container .footer li {
    font-weight: 500;
    font-size: 15px; }

.footer-container .footer-mobile {
  display: none; }
  .footer-container .footer-mobile li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #2765aa;
    text-transform: uppercase;
    border-bottom: 1px solid #fff; }
  .footer-container .footer-mobile .social {
    background: #2765aa;
    height: 60px;
    line-height: 60px;
    text-align: center; }
    .footer-container .footer-mobile .social a {
      color: #fff;
      font-size: 16px;
      padding: 5px;
      margin: 5px;
      border: 1px solid #fff;
      height: 30px;
      width: 30px;
      display: inline-block;
      line-height: 19px;
      text-align: center; }

.footer-container .footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px; }
  @media (min-width: 46.25em) and (max-width: 68.6775em) {
    .footer-container .footer-menu {
      padding: 10px 20px; } }
  @media (max-width: 46.24em) {
    .footer-container .footer-menu {
      display: none; } }
  @media (min-width: 46.25em) and (max-width: 68.6775em) {
    .footer-container .footer-menu > div {
      width: 100%;
      text-align: center; } }
  .footer-container .footer-menu > div ul li {
    display: inline-block;
    height: 35px; }
    .footer-container .footer-menu > div ul li a {
      display: block;
      margin: 7px 20px 0 0;
      color: #333;
      font-size: 12px;
      line-height: 20px;
      border-bottom: 1px solid transparent; }
      .footer-container .footer-menu > div ul li a:hover, .footer-container .footer-menu > div ul li a:focus {
        border-color: #2765aa; }
    .footer-container .footer-menu > div ul li:last-child a {
      margin-right: 0; }
  .footer-container .footer-menu > div ul.social li {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    background-color: #fbfbfb;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .footer-container .footer-menu > div ul.social li a {
      font-size: 20px;
      line-height: inherit;
      color: #4b4b4b;
      margin: 0;
      padding: 0;
      border: none; }
    .footer-container .footer-menu > div ul.social li:hover a {
      color: #fff; }
    .footer-container .footer-menu > div ul.social li.fb:hover {
      background-color: #4267B2; }
    .footer-container .footer-menu > div ul.social li.is:hover {
      background: url(http://www.saraghinaeyewear.it/media/wysiwyg/images/is_gradient.png); }
    .footer-container .footer-menu > div ul.social li.tw:hover {
      background-color: #1DA1F2; }
    .footer-container .footer-menu > div ul.social li.gp:hover {
      background-color: #DC4A38; }

.footer-container .footer-bottom {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  padding: 10px 20px;
  background: #2765aa;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  letter-spacing: 1px;
  color: #fff; }
  @media (max-width: 46.24em) {
    .footer-container .footer-bottom {
      padding: 5px 2vw;
      font-size: 10px; } }
  .footer-container .footer-bottom a {
    color: #fff; }
    .footer-container .footer-bottom a:hover, .footer-container .footer-bottom a:focus, .footer-container .footer-bottom a:visited {
      color: #fff; }

iframe[name="google_conversion_frame"] {
  display: none; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility .15s .3s;
  -moz-transition: opacity .3s 0s, visibility .15s .3s;
  transition: opacity .3s 0s, visibility .15s .3s;
  color: #fff;
  background-color: #2765aa;
  text-align: center; }
  .cd-top i {
    line-height: 40px;
    color: #fff; }

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility .15s 0s;
  -moz-transition: opacity .3s 0s, visibility .15s 0s;
  transition: opacity .3s 0s, visibility .15s 0s; }

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1; }

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0;
  visibility: hidden; }

.no-touch .cd-top:hover {
  background-color: #2765aa;
  opacity: 1; }

button {
  min-height: 40px; }

.buttons-set {
  margin: 25px 0; }
  .buttons-set .button {
    order: 2; }

.button {
  height: 40px;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 20px;
  font-size: 1.2rem;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #2765aa;
  font-size: 12px; }
  .button:hover, .button:active, .button:focus {
    color: #f8f8f8;
    background-color: #2765aa; }

.back-link a {
  font-size: 12px !important; }

table,
.data-table {
  width: 100%; }
  table thead,
  table tfoot,
  .data-table thead,
  .data-table tfoot {
    background: #f8f8f8; }
  table th,
  .data-table th {
    height: 55px; }
  table th, table td,
  .data-table th,
  .data-table td {
    white-space: nowrap;
    padding: 10px; }
  table td span a,
  .data-table td span a {
    font-size: 85%;
    color: #777777; }
  table input.qty,
  .data-table input.qty {
    width: 40px;
    text-align: center; }

.breadcrumbs {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 20px;
  display: none; }
  @media (min-width: 20em) and (max-width: 87.49em) {
    .breadcrumbs {
      padding: 0 40px;
      padding-bottom: 20px; } }
  .breadcrumbs ul li {
    display: inline-block; }

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-align: left; }
  .pager .amount {
    margin: 0 30px 0 0; }
  .pager .limiter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center; }
    .pager .limiter label {
      padding: 0; }
    .pager .limiter select {
      width: auto;
      margin: 0 10px; }

.toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  display: none; }
  .toolbar .sorter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .toolbar .sorter .view-mode {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 30px 0 0; }
      .toolbar .sorter .view-mode label {
        padding: 0;
        margin-right: 10px; }
      .toolbar .sorter .view-mode strong {
        color: #2765aa; }
      .toolbar .sorter .view-mode i {
        font-size: 20px;
        margin-right: 5px;
        position: relative;
        top: 2px; }
    .toolbar .sorter .sort-by {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center; }
      .toolbar .sorter .sort-by label {
        padding: 0; }
      .toolbar .sorter .sort-by select {
        width: auto;
        margin: 0 10px; }
      .toolbar .sorter .sort-by img {
        width: 15px; }

.toolbar-bottom .toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .toolbar-bottom .toolbar img {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    display: inline-block; }
  .toolbar-bottom .toolbar .sorter {
    display: none; }
  .toolbar-bottom .toolbar .pager {
    width: 100%;
    justify-content: center; }
    .toolbar-bottom .toolbar .pager .amount, .toolbar-bottom .toolbar .pager .limiter {
      display: none; }
  .toolbar-bottom .toolbar .pages strong {
    display: none; }
  .toolbar-bottom .toolbar .pager li > a, .toolbar-bottom .toolbar .pager li > span {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 2px;
    font-family: 'Roboto Condensed'; }
  .toolbar-bottom .toolbar .pager li.current {
    padding: 0;
    border: none;
    border-radius: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 2px;
    background: #2765aa;
    font-family: 'Roboto Condensed';
    color: #fff;
    display: inline-block; }

#search_mini_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background: #fff;
  height: auto;
  border: 25px solid #cecece;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #search_mini_form #search_autocomplete {
    visibility: hidden; }
  #search_mini_form.searchable {
    position: fixed;
    opacity: 1;
    z-index: 9999999; }
  #search_mini_form i {
    position: absolute;
    top: 10px;
    right: 40px;
    color: #000;
    font-size: 70px;
    cursor: pointer; }
    @media (max-width: 46.24em) {
      #search_mini_form i {
        right: 20px;
        font-size: 35px; } }
  #search_mini_form img {
    width: auto; }
  #search_mini_form button {
    background: transparent;
    box-shadow: none;
    border: none;
    height: auto;
    width: auto;
    min-height: 1px; }
  #search_mini_form .form-search {
    position: relative;
    height: auto;
    width: 100%;
    text-align: center; }
    #search_mini_form .form-search > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 60px; }
      @media (max-width: 46.24em) {
        #search_mini_form .form-search > div {
          height: auto; } }
      #search_mini_form .form-search > div img {
        width: 34px;
        margin: 0 15px; }
        @media (max-width: 46.24em) {
          #search_mini_form .form-search > div img {
            width: 22px;
            margin: 0 5px; } }
    #search_mini_form .form-search label {
      position: absolute;
      left: 0;
      top: 1px;
      height: 25px;
      line-height: 25px;
      cursor: pointer;
      padding: 0;
      width: 30px;
      text-align: center; }
    #search_mini_form .form-search input {
      font-family: "Roboto", sans-serif;
      box-shadow: none;
      position: relative;
      height: auto;
      border-radius: 0;
      border: none;
      text-transform: uppercase;
      font-size: 42px;
      text-align: center;
      min-width: 620px;
      width: auto;
      font-weight: 100; }
      @media (max-width: 46.24em) {
        #search_mini_form .form-search input {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          min-width: 100px;
          margin-bottom: 10px;
          font-size: 22px; } }
    #search_mini_form .form-search img.search-logo {
      display: none;
      margin-top: 20px; }

input, select, textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: none; }

input[type="checkbox"] {
  width: auto;
  height: auto;
  margin-top: 20px; }

input[type="radio"] {
  width: auto; }

.customer-account-edit input[type="checkbox"],
.newsletter-manage-index input[type="checkbox"] {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px; }

#street_2 {
  display: none; }

label {
  color: #141414;
  padding: 20px 0 10px;
  margin: 0;
  font-weight: 600;
  font-size: 13px; }
  label em {
    margin-right: 5px;
    color: #ef3c38; }

.control .input-box {
  display: inline-block; }

/* Checkbox */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  margin-left: 21px; }

[type=checkbox] + label[for], [type=radio] + label[for] {
  cursor: pointer;
  padding-left: 5px;
  line-height: 23px; }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -30px;
  width: 10px;
  height: 19px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #2765aa;
  border-bottom: 2px solid #2765aa;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 16px;
  height: 16px;
  z-index: 0;
  border: 2px solid #cecece;
  border-radius: 1px;
  margin: 4px;
  transition: .2s; }

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

/* Radio */
[type="radio"]:not(:checked), [type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label:before, [type="radio"]:not(:checked) + label:after {
  border: 2px solid #cecece; }

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0; }

[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 0; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #2765aa;
  z-index: 0; }

[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 0; }

.fieldset .legend,
.col2-set h2 {
  font-size: 20px;
  font-weight: 400;
  text-transform: none; }

#iubenda {
  background-color: #eee; }

.center {
  margin-top: 100px; }

#iubenda-cs-banner {
  top: auto !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  position: fixed !important;
  width: 100% !important;
  z-index: 99999998 !important;
  background-color: #2765aa; }

#iubenda_policy .iub_content.legal_pp {
  padding: 0; }

.iubenda-cs-content {
  display: block;
  margin: 0 auto;
  padding: 30px 40px;
  width: auto;
  font-family: Helvetica,Arial,FreeSans,sans-serif;
  font-size: 14px;
  background: #2765aa;
  color: #eee;
  position: relative; }
  @media (max-width: 46.24em) {
    .iubenda-cs-content {
      padding: 40px 4vw 20px; } }
.iubenda-cs-rationale {
  max-width: 1580px;
  margin: 0 auto; }

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.7px;
  margin: 0;
  color: #fff; }
  @media (max-width: 46.24em) {
    .iubenda-banner-content p {
      font-size: 10px; } }
  .iubenda-banner-content p:first-child {
    text-transform: uppercase;
    display: none; }
  .iubenda-banner-content p .iubenda-cs-cookie-policy-lnk {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    color: #fff; }
    .iubenda-banner-content p .iubenda-cs-cookie-policy-lnk:hover {
      color: #fff; }

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn {
  margin: 0;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  position: absolute;
  top: 10px;
  right: 25px;
  border: none;
  font-family: 'Roboto', sans-serif; }
  @media (max-width: 46.24em) {
    .iubenda-cs-close-btn {
      font-size: 20px;
      top: 7px;
      right: 20px; } }
  .iubenda-cs-close-btn:hover {
    color: #fff; }

/* Social Login */
.socials-login {
  word-spacing: 8px;
  margin: 0px 0 11px 0 !important;
  text-align: center;
  border: 1px solid #ccc;
  padding: 7px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: 30px !important;
  width: 100%; }

.socials-login legend {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 0 25px;
  font-family: 'Abel', sans-serif;
  text-transform: uppercase; }

.socials-login a, .magehit-sociallogin-account a {
  background-image: none; }

.socials-login .magehit-btn-google-login,
.magehit-sociallogin-account .magehit-btn-google-login {
  background-position: -326px -9px;
  width: 120px;
  height: 40px;
  display: inline-block;
  text-indent: 0;
  cursor: pointer;
  background-color: #d34836;
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff; }

.socials-login .magehit-btn-facebook-login, .magehit-sociallogin-account .magehit-btn-facebook-login {
  background-position: -326px -9px;
  width: 120px;
  height: 40px;
  display: inline-block;
  text-indent: 0;
  cursor: pointer;
  background-color: #3B5998;
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff; }

/* Dashboard Start */
#remember-me-box {
  display: none; }

@media (max-width: 46.24em) {
  .back-link {
    width: 100%; } }

.back-link a {
  height: 40px;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0 20px;
  font-size: 1.2rem;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  background-color: #777777;
  order: 1; }
  @media (max-width: 46.24em) {
    .back-link a {
      width: 100%; } }
body.checkout-onepage-success .main {
  text-align: center;
  padding-top: 40px; }
  body.checkout-onepage-success .main h2.sub-title {
    font-size: 16px; }
  body.checkout-onepage-success .main .col-right {
    display: none; }

body.customer-account-logoutsuccess .main {
  text-align: center; }
  body.customer-account-logoutsuccess .main .col-main {
    margin: 0 auto; }

body.customer-account-edit .control label,
body.newsletter-manage-index .control label,
body.customer-account-create .input-box label {
  padding: 0;
  margin-top: 10px;
  padding-left: 5px;
  font-size: 12px; }

body[class*="customer-"] #form-validate,
body[class*="newsletter-manage-"] #form-validate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body[class*="customer-"] #form-validate .fieldset,
  body[class*="newsletter-manage-"] #form-validate .fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px; }
    @media (min-width: 20em) and (max-width: 87.49em) {
      body[class*="customer-"] #form-validate .fieldset,
      body[class*="newsletter-manage-"] #form-validate .fieldset {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px 0; } }
  body[class*="customer-"] #form-validate .buttons-set,
  body[class*="newsletter-manage-"] #form-validate .buttons-set {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 20px; }
    @media (max-width: 46.24em) {
      body[class*="customer-"] #form-validate .buttons-set,
      body[class*="newsletter-manage-"] #form-validate .buttons-set {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 15px 0 0; }
        body[class*="customer-"] #form-validate .buttons-set button,
        body[class*="newsletter-manage-"] #form-validate .buttons-set button {
          width: 100%;
          margin: 0 0 7px; } }
    body[class*="customer-"] #form-validate .buttons-set p,
    body[class*="newsletter-manage-"] #form-validate .buttons-set p {
      margin: 0; }
      @media (max-width: 46.24em) {
        body[class*="customer-"] #form-validate .buttons-set p.required,
        body[class*="newsletter-manage-"] #form-validate .buttons-set p.required {
          order: 0;
          margin-bottom: 10px; } }
@media (max-width: 68.6775em) {
  body[class*="customer-"] table, body[class*="customer-"] .data-table,
  body[class*="sales-"] table,
  body[class*="sales-"] .data-table,
  body[class*="newsletter-manage-"] table,
  body[class*="newsletter-manage-"] .data-table,
  body[class*="wishlist-index-"] table,
  body[class*="wishlist-index-"] .data-table {
    display: block;
    max-width: 100%;
    overflow: auto; } }

body[class*="customer-"] .success-msg,
body[class*="sales-"] .success-msg,
body[class*="newsletter-manage-"] .success-msg,
body[class*="wishlist-index-"] .success-msg {
  margin-bottom: 10px; }

body[class*="customer-"] .main-container,
body[class*="sales-"] .main-container,
body[class*="newsletter-manage-"] .main-container,
body[class*="wishlist-index-"] .main-container {
  max-width: 100%;
  margin: 80px auto;
  padding: 0 50px; }
  @media (max-width: 68.6775em) {
    body[class*="customer-"] .main-container,
    body[class*="sales-"] .main-container,
    body[class*="newsletter-manage-"] .main-container,
    body[class*="wishlist-index-"] .main-container {
      margin: 40px auto; } }
  @media (max-width: 46.24em) {
    body[class*="customer-"] .main-container,
    body[class*="sales-"] .main-container,
    body[class*="newsletter-manage-"] .main-container,
    body[class*="wishlist-index-"] .main-container {
      margin: 20px auto;
      padding: 0 20px; } }
body[class*="customer-"] .main,
body[class*="sales-"] .main,
body[class*="newsletter-manage-"] .main,
body[class*="wishlist-index-"] .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body[class*="customer-"] .main .welcome-msg,
  body[class*="sales-"] .main .welcome-msg,
  body[class*="newsletter-manage-"] .main .welcome-msg,
  body[class*="wishlist-index-"] .main .welcome-msg {
    margin-bottom: 50px; }
    body[class*="customer-"] .main .welcome-msg p,
    body[class*="sales-"] .main .welcome-msg p,
    body[class*="newsletter-manage-"] .main .welcome-msg p,
    body[class*="wishlist-index-"] .main .welcome-msg p {
      font-size: 15px; }
      body[class*="customer-"] .main .welcome-msg p.hello,
      body[class*="sales-"] .main .welcome-msg p.hello,
      body[class*="newsletter-manage-"] .main .welcome-msg p.hello,
      body[class*="wishlist-index-"] .main .welcome-msg p.hello {
        font-size: 17px;
        letter-spacing: 0.4px; }

body[class*="customer-"] .col-main,
body[class*="sales-"] .col-main,
body[class*="newsletter-manage-"] .col-main,
body[class*="wishlist-index-"] .col-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 60px;
  max-width: 1200px;
  margin: 0 auto; }
  @media (min-width: 20em) and (max-width: 68.6775em) {
    body[class*="customer-"] .col-main,
    body[class*="sales-"] .col-main,
    body[class*="newsletter-manage-"] .col-main,
    body[class*="wishlist-index-"] .col-main {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 20px; } }
body[class*="customer-"] .sidebar,
body[class*="sales-"] .sidebar,
body[class*="newsletter-manage-"] .sidebar,
body[class*="wishlist-index-"] .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }
  @media (min-width: 20em) and (max-width: 68.6775em) {
    body[class*="customer-"] .sidebar,
    body[class*="sales-"] .sidebar,
    body[class*="newsletter-manage-"] .sidebar,
    body[class*="wishlist-index-"] .sidebar {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 20px; } }
  body[class*="customer-"] .sidebar .block-cart,
  body[class*="sales-"] .sidebar .block-cart,
  body[class*="newsletter-manage-"] .sidebar .block-cart,
  body[class*="wishlist-index-"] .sidebar .block-cart {
    display: none; }
  body[class*="customer-"] .sidebar .order-helpers,
  body[class*="sales-"] .sidebar .order-helpers,
  body[class*="newsletter-manage-"] .sidebar .order-helpers,
  body[class*="wishlist-index-"] .sidebar .order-helpers {
    display: none; }
  body[class*="customer-"] .sidebar .block-title span,
  body[class*="sales-"] .sidebar .block-title span,
  body[class*="newsletter-manage-"] .sidebar .block-title span,
  body[class*="wishlist-index-"] .sidebar .block-title span {
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #222;
    padding-bottom: 7px;
    margin: 10px 0 40px;
    display: block;
    font-size: 20px; }
    @media (max-width: 68.6775em) {
      body[class*="customer-"] .sidebar .block-title span,
      body[class*="sales-"] .sidebar .block-title span,
      body[class*="newsletter-manage-"] .sidebar .block-title span,
      body[class*="wishlist-index-"] .sidebar .block-title span {
        margin: 0 0 20px; } }
    @media (max-width: 68.6775em) {
      body[class*="customer-"] .sidebar .block-title span,
      body[class*="sales-"] .sidebar .block-title span,
      body[class*="newsletter-manage-"] .sidebar .block-title span,
      body[class*="wishlist-index-"] .sidebar .block-title span {
        margin: 0 0 10px; } }
  body[class*="customer-"] .sidebar ul,
  body[class*="sales-"] .sidebar ul,
  body[class*="newsletter-manage-"] .sidebar ul,
  body[class*="wishlist-index-"] .sidebar ul {
    margin-bottom: 40px; }
    @media (max-width: 46.24em) {
      body[class*="customer-"] .sidebar ul,
      body[class*="sales-"] .sidebar ul,
      body[class*="newsletter-manage-"] .sidebar ul,
      body[class*="wishlist-index-"] .sidebar ul {
        margin-bottom: 20px; } }
    body[class*="customer-"] .sidebar ul li,
    body[class*="sales-"] .sidebar ul li,
    body[class*="newsletter-manage-"] .sidebar ul li,
    body[class*="wishlist-index-"] .sidebar ul li {
      padding: 5px 0;
      font-size: 16px;
      letter-spacing: 0.3px; }
      body[class*="customer-"] .sidebar ul li:last-child, body[class*="customer-"] .sidebar ul li:nth-last-child(2),
      body[class*="sales-"] .sidebar ul li:last-child,
      body[class*="sales-"] .sidebar ul li:nth-last-child(2),
      body[class*="newsletter-manage-"] .sidebar ul li:last-child,
      body[class*="newsletter-manage-"] .sidebar ul li:nth-last-child(2),
      body[class*="wishlist-index-"] .sidebar ul li:last-child,
      body[class*="wishlist-index-"] .sidebar ul li:nth-last-child(2) {
        display: none; }
      body[class*="customer-"] .sidebar ul li a,
      body[class*="sales-"] .sidebar ul li a,
      body[class*="newsletter-manage-"] .sidebar ul li a,
      body[class*="wishlist-index-"] .sidebar ul li a {
        color: #666; }
        body[class*="customer-"] .sidebar ul li a:hover,
        body[class*="sales-"] .sidebar ul li a:hover,
        body[class*="newsletter-manage-"] .sidebar ul li a:hover,
        body[class*="wishlist-index-"] .sidebar ul li a:hover {
          color: #333; }
      body[class*="customer-"] .sidebar ul li.current,
      body[class*="sales-"] .sidebar ul li.current,
      body[class*="newsletter-manage-"] .sidebar ul li.current,
      body[class*="wishlist-index-"] .sidebar ul li.current {
        color: #2765aa; }

body[class*="customer-"] .page-title h1,
body[class*="sales-"] .page-title h1,
body[class*="newsletter-manage-"] .page-title h1,
body[class*="wishlist-index-"] .page-title h1 {
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #222;
  padding-bottom: 7px;
  margin: 10px 0 40px;
  display: block;
  font-size: 32px; }
  @media (max-width: 68.6775em) {
    body[class*="customer-"] .page-title h1,
    body[class*="sales-"] .page-title h1,
    body[class*="newsletter-manage-"] .page-title h1,
    body[class*="wishlist-index-"] .page-title h1 {
      margin: 0 0 20px; } }
  @media (max-width: 68.6775em) {
    body[class*="customer-"] .page-title h1,
    body[class*="sales-"] .page-title h1,
    body[class*="newsletter-manage-"] .page-title h1,
    body[class*="wishlist-index-"] .page-title h1 {
      margin: 0 0 10px; } }
  @media (max-width: 68.6775em) {
    body[class*="customer-"] .page-title h1,
    body[class*="sales-"] .page-title h1,
    body[class*="newsletter-manage-"] .page-title h1,
    body[class*="wishlist-index-"] .page-title h1 {
      font-size: 24px; } }
  @media (max-width: 46.24em) {
    body[class*="customer-"] .page-title h1,
    body[class*="sales-"] .page-title h1,
    body[class*="newsletter-manage-"] .page-title h1,
    body[class*="wishlist-index-"] .page-title h1 {
      font-size: 20px; } }
body[class*="customer-"] .box-head,
body[class*="sales-"] .box-head,
body[class*="newsletter-manage-"] .box-head,
body[class*="wishlist-index-"] .box-head {
  margin-top: 60px;
  position: relative; }
  body[class*="customer-"] .box-head h2,
  body[class*="sales-"] .box-head h2,
  body[class*="newsletter-manage-"] .box-head h2,
  body[class*="wishlist-index-"] .box-head h2 {
    line-height: 1.1;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #222;
    padding-bottom: 7px;
    margin: 10px 0 40px;
    display: block;
    font-size: 20px;
    margin-bottom: 20px; }
    @media (max-width: 68.6775em) {
      body[class*="customer-"] .box-head h2,
      body[class*="sales-"] .box-head h2,
      body[class*="newsletter-manage-"] .box-head h2,
      body[class*="wishlist-index-"] .box-head h2 {
        margin: 0 0 20px; } }
    @media (max-width: 68.6775em) {
      body[class*="customer-"] .box-head h2,
      body[class*="sales-"] .box-head h2,
      body[class*="newsletter-manage-"] .box-head h2,
      body[class*="wishlist-index-"] .box-head h2 {
        margin: 0 0 10px; } }
  body[class*="customer-"] .box-head a,
  body[class*="sales-"] .box-head a,
  body[class*="newsletter-manage-"] .box-head a,
  body[class*="wishlist-index-"] .box-head a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    background: #2765aa;
    padding: 5px 20px; }

body[class*="customer-"] .box-title h3,
body[class*="sales-"] .box-title h3,
body[class*="newsletter-manage-"] .box-title h3,
body[class*="wishlist-index-"] .box-title h3 {
  display: inline-block;
  font-size: 18px;
  margin-top: 0; }

body[class*="customer-"] .box-title a,
body[class*="sales-"] .box-title a,
body[class*="newsletter-manage-"] .box-title a,
body[class*="wishlist-index-"] .box-title a {
  color: #777777;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 12px; }

body[class*="customer-"] .box-content h4,
body[class*="sales-"] .box-content h4,
body[class*="newsletter-manage-"] .box-content h4,
body[class*="wishlist-index-"] .box-content h4 {
  margin-top: 0; }

body[class*="customer-"] .box-content a,
body[class*="sales-"] .box-content a,
body[class*="newsletter-manage-"] .box-content a,
body[class*="wishlist-index-"] .box-content a {
  color: #777777;
  font-size: 12px; }

@media (max-width: 46.24em) {
  body[class*="customer-"] .account-login,
  body[class*="sales-"] .account-login,
  body[class*="newsletter-manage-"] .account-login,
  body[class*="wishlist-index-"] .account-login {
    text-align: center; } }

@media (max-width: 46.24em) {
  body[class*="customer-"] .account-login .content h2,
  body[class*="sales-"] .account-login .content h2,
  body[class*="newsletter-manage-"] .account-login .content h2,
  body[class*="wishlist-index-"] .account-login .content h2 {
    margin: 10px 0 5px;
    font-size: 18px; } }

@media (max-width: 46.24em) {
  body[class*="customer-"] .account-login .content .buttons-set,
  body[class*="sales-"] .account-login .content .buttons-set,
  body[class*="newsletter-manage-"] .account-login .content .buttons-set,
  body[class*="wishlist-index-"] .account-login .content .buttons-set {
    margin: 20px 0; } }

@media (max-width: 46.24em) {
  body[class*="customer-"] .account-login .content .buttons-set button.button,
  body[class*="sales-"] .account-login .content .buttons-set button.button,
  body[class*="newsletter-manage-"] .account-login .content .buttons-set button.button,
  body[class*="wishlist-index-"] .account-login .content .buttons-set button.button {
    width: 100%; } }

body.customer-account-edit h2.legend,
body.customer-address-form h2.legend {
  display: inline-block;
  font-size: 18px;
  margin-top: 0;
  text-transform: capitalize; }

body.customer-account-login .col-main {
  flex: 0 0 100%;
  padding: 20px 0; }

body.sales-order-view .col-main h2 {
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #222;
  padding-bottom: 7px;
  margin: 10px 0 40px;
  display: block; }
  @media (max-width: 68.6775em) {
    body.sales-order-view .col-main h2 {
      margin: 0 0 20px; } }
  @media (max-width: 68.6775em) {
    body.sales-order-view .col-main h2 {
      margin: 0 0 10px; } }
body.sales-order-view .col-main .product-name {
  font-size: 16px;
  text-transform: uppercase; }

body.customer-address-index .col-main h2 {
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #222;
  padding-bottom: 7px;
  margin: 10px 0 40px;
  display: block; }
  @media (max-width: 68.6775em) {
    body.customer-address-index .col-main h2 {
      margin: 0 0 20px; } }
  @media (max-width: 68.6775em) {
    body.customer-address-index .col-main h2 {
      margin: 0 0 10px; } }
body.customer-address-index .col-main h3 {
  font-size: 18px;
  margin-top: 0; }
  @media (max-width: 46.24em) {
    body.customer-address-index .col-main h3 {
      font-size: 16px; } }
body.customer-address-index .col-main address {
  margin-bottom: 5px; }
  body.customer-address-index .col-main address + p a {
    font-size: 85%;
    color: #777777;
    margin-bottom: 20px;
    display: block; }

#wishlist-view-form textarea {
  display: none;
  min-height: 40px;
  max-height: 100px;
  width: 100% !important; }

#wishlist-view-form .truncated {
  display: none; }

#wishlist-view-form .starting, #wishlist-view-form .price-label, #wishlist-view-form .label {
  display: none; }

#wishlist-view-form h3 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase; }
  #wishlist-view-form h3 a {
    color: #333; }

#wishlist-view-form .inner p {
  white-space: initial;
  font-size: 85%; }

#wishlist-view-form .btn-remove {
  text-align: right;
  font-size: 25px;
  padding-right: 20px; }

#wishlist-view-form .cart-cell {
  text-align: center; }
  #wishlist-view-form .cart-cell .price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 10px;
    text-align: left; }
    #wishlist-view-form .cart-cell .price-box .price {
      font-size: 18px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 1;
      color: #333; }
    #wishlist-view-form .cart-cell .price-box .old-price {
      margin: 0;
      margin-right: 7px; }
      #wishlist-view-form .cart-cell .price-box .old-price .price {
        font-size: 14px;
        font-weight: 300;
        text-decoration: line-through;
        color: #898989; }
    #wishlist-view-form .cart-cell .price-box .special-price {
      margin: 0; }
  #wishlist-view-form .cart-cell .add-to-cart-alt {
    text-align: left; }
    #wishlist-view-form .cart-cell .add-to-cart-alt input {
      height: 30px;
      line-height: 30px; }
    #wishlist-view-form .cart-cell .add-to-cart-alt button.button {
      height: 30px;
      min-height: 0;
      margin-left: 5px;
      font-size: 11px;
      font-weight: 300;
      line-height: 30px;
      letter-spacing: 1px; }
  #wishlist-view-form .cart-cell input {
    width: auto;
    display: inline-block;
    max-width: 52px; }
  #wishlist-view-form .cart-cell .link-edit {
    font-size: 85%;
    color: #777777;
    display: none;
    text-align: left; }

/* Dashboard End */
body.customer-account-create .col-main,
body.customer-account-forgotpassword .col-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0; }

tr.summary-details-amrules.summary-details {
  display: table-row !important; }

tr.summary-details-amrules.summary-details + tr {
  display: none !important; }

table#shopping-cart-table .button {
  background: #999; }

#shopping-cart-table,
#shopping-cart-totals-table {
  width: 100%;
  margin-top: 40px;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 68.6775em) {
    #shopping-cart-table,
    #shopping-cart-totals-table {
      margin-top: 20px; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #shopping-cart-table,
    #shopping-cart-totals-table {
      max-width: 100%; } }
#shopping-cart-totals-table {
  width: 90%;
  margin-left: 10%;
  margin-top: 0; }
  @media (max-width: 46.24em) {
    #shopping-cart-totals-table {
      width: 100%;
      margin: 0 0 10px; } }
  #shopping-cart-totals-table tfoot {
    text-align: right;
    background-color: transparent; }
    #shopping-cart-totals-table tfoot tr:not(:last-child) {
      display: none; }
  #shopping-cart-totals-table tr td {
    padding-right: 25px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #666; }
    #shopping-cart-totals-table tr td:last-child {
      text-align: right;
      letter-spacing: 1px; }
    #shopping-cart-totals-table tr td strong {
      font-size: 18px;
      font-weight: 600;
      color: #333; }
      @media (max-width: 68.6775em) {
        #shopping-cart-totals-table tr td strong {
          font-size: 17px; } }
      @media (max-width: 46.24em) {
        #shopping-cart-totals-table tr td strong {
          font-size: 14px; } }
  @media (min-width: 20em) and (max-width: 46.24em) {
    #shopping-cart-totals-table td {
      text-align: left; } }
  #shopping-cart-totals-table td, #shopping-cart-totals-table td strong {
    font-weight: 500;
    text-align: left;
    padding: 0;
    font-size: 14px; }

.checkout-cart-index .main-container {
  padding: 0 4vw; }
  .checkout-cart-index .main-container .main {
    max-width: 1400px; }

.checkout-cart-index .totals tbody {
  /*display: none;*/ }
  .checkout-cart-index .totals tbody td {
    text-align: right;
    padding: 5px 15px 5px 7px; }

.checkout-cart-index .empty-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  min-height: 45vh;
  padding-top: 5vh; }
  .checkout-cart-index .empty-cart .page-title h1 {
    margin: 20px 0 40px; }
  .checkout-cart-index .empty-cart .cart-empty p {
    font-size: 15px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #333;
    margin-bottom: 15px; }

.cart .cart-collaterals .col2-set .col-1 {
  display: none; }

.cart .cart-table thead {
  border-bottom: 5px solid #fff; }
  @media (max-width: 46.24em) {
    .cart .cart-table thead {
      display: none; } }
  .cart .cart-table thead th {
    height: 50px;
    min-width: 100px;
    padding-right: 3%;
    font-size: 17px;
    font-weight: 500;
    background: #2765aa;
    color: #fff; }
    @media (max-width: 68.6775em) {
      .cart .cart-table thead th {
        height: 35px;
        padding: 5px 10px;
        min-width: 80px;
        font-size: 14px; } }
    .cart .cart-table thead th:nth-child(3) {
      display: none; }
    .cart .cart-table thead th:last-child {
      padding-right: 0;
      min-width: 0; }

.cart .cart-table tbody {
  background: #f8f8f8; }
  .cart .cart-table tbody td {
    font-size: 14px;
    letter-spacing: 2px; }
    @media (max-width: 68.6775em) {
      .cart .cart-table tbody td {
        padding: 30px 10px; }
        .cart .cart-table tbody td img {
          max-width: 140px; } }
    @media (max-width: 46.24em) {
      .cart .cart-table tbody td {
        padding: 10px 2vw; }
        .cart .cart-table tbody td img {
          max-width: 100%;
          width: 100%; }
        .cart .cart-table tbody td.a-center:not(.last) {
          display: none; }
        .cart .cart-table tbody td:not(.c-tot) .cart-price {
          display: none; }
        .cart .cart-table tbody td.c-tot .cart-price {
          margin: 15px 0;
          font-size: 18px;
          text-align: center; } }
    @media (max-width: 46.24em) and (max-width: 46.24em) {
      .cart .cart-table tbody td.c-tot .cart-price {
        font-size: 14px; } }
    @media (max-width: 46.24em) {
        .cart .cart-table tbody td.last i {
          font-size: 20px; } }
    .cart .cart-table tbody td.c-wish, .cart .cart-table tbody td:nth-child(3) {
      display: none; }
    .cart .cart-table tbody td:not(:first-child) {
      padding-left: 10px; }
      @media (max-width: 46.24em) {
        .cart .cart-table tbody td:not(:first-child) {
          padding: 0; } }
  .cart .cart-table tbody a {
    color: #222; }

.cart .cart-table tfoot {
  display: none; }

.cart h2.product-name {
  z-index: 1;
  margin: 0;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  white-space: normal; }
  @media (max-width: 68.6775em) {
    .cart h2.product-name {
      font-size: 13px;
      line-height: 1.2; } }
  @media (max-width: 46.24em) {
    .cart h2.product-name {
      padding: 10px 0 0;
      margin: 0;
      font-size: 16px;
      text-align: center; } }
.cart .item-options {
  margin: 0; }
  .cart .item-options dt, .cart .item-options dd {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #777777; }

@media (min-width: 20em) and (max-width: 46.24em) {
  .cart .page-title.title-buttons {
    justify-content: center !important; } }

.cart .page-title.title-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.cart .page-title h1 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px; }
  @media (max-width: 46.24em) {
    .cart .page-title h1 {
      font-size: 26px;
      text-align: center; } }
.cart .page-title .checkout-types {
  display: none; }

.cart .cart-collaterals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 68.6775em) {
    .cart .cart-collaterals {
      margin-top: 40px; } }
  @media (max-width: 46.24em) {
    .cart .cart-collaterals {
      margin-top: 20px; } }
  .cart .cart-collaterals .col2-set {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 68.6775em) {
      .cart .cart-collaterals .col2-set {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; } }
    @media (max-width: 46.24em) {
      .cart .cart-collaterals .col2-set {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    .cart .cart-collaterals .col2-set .col-2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
  .cart .cart-collaterals .shipping {
    display: none; }
  .cart .cart-collaterals .totals {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: none;
    max-width: 655px;
    margin-left: auto; }
    @media (max-width: 46.24em) {
      .cart .cart-collaterals .totals {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0 20px; } }
  .cart .cart-collaterals .discount h2 {
    font-size: 16px;
    text-align: left;
    margin: 0;
    text-transform: none;
    font-weight: 500; }
    @media (max-width: 46.24em) {
      .cart .cart-collaterals .discount h2 {
        font-size: 16px; } }
  .cart .cart-collaterals .discount label {
    text-transform: none;
    text-align: left;
    padding-top: 0;
    display: none; }
  .cart .cart-collaterals .discount button {
    height: 45px;
    background: #2765aa;
    font-size: 15px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.3px;
    margin-top: 10px;
    margin-left: 10px;
    text-transform: none; }
    @media (max-width: 68.6775em) {
      .cart .cart-collaterals .discount button {
        width: 100%;
        margin: 0; } }
    @media (max-width: 46.24em) {
      .cart .cart-collaterals .discount button {
        height: 35px;
        width: 100%;
        margin: 0 0 20px;
        font-size: 12px;
        text-transform: uppercase; } }
    .cart .cart-collaterals .discount button > span {
      position: relative;
      top: -1px; }
  .cart .cart-collaterals .discount .discount-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 68.6775em) {
      .cart .cart-collaterals .discount .discount-form {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .cart .cart-collaterals .discount .discount-form .input-box {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: none;
      text-align: left; }
      @media (max-width: 68.6775em) {
        .cart .cart-collaterals .discount .discount-form .input-box {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      .cart .cart-collaterals .discount .discount-form .input-box input {
        height: 45px;
        width: 100%;
        padding: 8px 5px;
        margin: 10px 0 15px;
        font-size: 18px;
        font-weight: 500;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 68.6775em) {
          .cart .cart-collaterals .discount .discount-form .input-box input {
            height: 40px;
            padding: 5px 15px;
            margin: 10px 0; } }
        @media (max-width: 46.24em) {
          .cart .cart-collaterals .discount .discount-form .input-box input {
            height: 35px; } }
    .cart .cart-collaterals .discount .discount-form .buttons-set {
      margin: 0; }
      @media (max-width: 68.6775em) {
        .cart .cart-collaterals .discount .discount-form .buttons-set {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
  .cart .cart-collaterals .checkout-types {
    text-align: right;
    margin-top: 10px;
    width: 90%;
    margin-left: 10%; }
    @media (max-width: 46.24em) {
      .cart .cart-collaterals .checkout-types {
        width: 100%;
        margin: 0; } }
    .cart .cart-collaterals .checkout-types button {
      background-color: #2765aa;
      width: 100%;
      height: 50px;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 1px;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 68.6775em) {
        .cart .cart-collaterals .checkout-types button {
          height: 45px; } }
      @media (max-width: 46.24em) {
        .cart .cart-collaterals .checkout-types button {
          height: 35px;
          width: 100%;
          font-size: 12px; } }
      .cart .cart-collaterals .checkout-types button > span {
        top: -1px !important; }
    .cart .cart-collaterals .checkout-types > li > a {
      display: none; }
  .cart .cart-collaterals .crosssell {
    display: none; }

.cart .cart-remove,
.cart .btn-remove {
  text-align: right;
  font-size: 25px;
  padding-right: 20px; }

.cart-table {
  width: 100%;
  margin-top: 40px;
  max-width: none; }
  @media (max-width: 46.24em) {
    .cart-table * {
      display: block;
      margin: 0 auto; }
    .cart-table tr {
      text-align: center;
      margin: 0 0 25px; }
      .cart-table tr.even {
        background: #f8f8f8; }
      .cart-table tr td {
        padding: 10px 0; }
        .cart-table tr td input {
          height: 25px; }
        .cart-table tr td.c-edit, .cart-table tr td.c-wish {
          display: inline-block;
          padding: 0; }
          .cart-table tr td.c-edit a, .cart-table tr td.c-wish a {
            font: 85%;
            color: #777777;
            text-align: center; }
        .cart-table tr td.c-wish a:before {
          content: ' | ';
          position: relative; }
        .cart-table tr td .qty {
          margin: 0 auto; }
        .cart-table tr td.c-unit {
          display: none; }
        .cart-table tr td.last {
          padding: 0; } }
      @media (max-width: 46.24em) and (max-width: 46.24em) {
        .cart-table tr td.last {
          padding: 10px; } }
  @media (max-width: 46.24em) {
      .cart-table tr .cart-remove,
      .cart-table tr .btn-remove {
        text-align: center;
        padding: 0; }
    .cart-table tfoot td .button {
      margin: 10px auto;
      width: 90%;
      background: #777777; }
      .cart-table tfoot td .button:first-child {
        background: #2765aa; } }
#shopping-cart-table tr {
  border-top: 1px solid #e0e0e0; }
  @media (max-width: 46.24em) {
    #shopping-cart-table tr {
      padding: 10px 2vw; } }
  #shopping-cart-table tr:first-child {
    border-top: none; }

#dt_method_checkmo, #dt_method_cashondelivery {
  display: none !important; }

#checkout-progress-wrapper {
  display: none; }

ul.saved-cards li {
  height: 10px;
  margin-top: -70px;
  margin-bottom: 100px; }

ol#checkoutSteps.prodotti3 #opc-billing #checkout-step-billing .form-list > li.control + li.control + li.control {
  display: none; }

.paypal-express-review .page-title,
.paypal-express-review .alert,
.paypal-express-review .info-set {
  display: none; }

.paypal-express-review .agree {
  position: relative;
  margin: 0 25px; }
  .paypal-express-review .agree label {
    margin: 0 !important;
    padding: 0 !important; }

.paypal-express-review .agreement-content {
  background: #eee;
  height: 120px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #ccc;
  margin-bottom: 10px; }

.paypal-express-review form#order_review_form {
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center; }

.paypal-express-review .btn-checkout {
  border: none;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  display: block; }

.checkout-onepage-index {
  /* Try at Home */ }
  .checkout-onepage-index .order-helpers.quantita3 {
    display: none; }
  .checkout-onepage-index dl[class*="quantita"] #dt_method_cryozonic_stripe {
    display: none; }
  .checkout-onepage-index dl.quantita3 #dt_method_payplug_payments,
  .checkout-onepage-index dl.quantita3 #dt_method_paypal_express,
  .checkout-onepage-index dl.quantita3 #dt_method_scalapay {
    display: none; }
  .checkout-onepage-index dl.quantita3 #dt_method_cryozonic_stripe {
    display: block; }
  .checkout-onepage-index .header-container .header-center .on-center {
    display: block;
    text-align: center; }
    .checkout-onepage-index .header-container .header-center .on-center .logo-mobile {
      display: block; }
  .checkout-onepage-index .header-container .header-center .on-left {
    position: absolute;
    display: block;
    left: 30px;
    top: 60px; }
  .checkout-onepage-index .main-container {
    padding: 0 4vw; }
    .checkout-onepage-index .main-container .main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 1600px;
      margin: 0 auto; }
      .checkout-onepage-index .main-container .main .col-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        padding-right: 30px; }
        @media (max-width: 87.49em) {
          .checkout-onepage-index .main-container .main .col-main {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0; } }
      .checkout-onepage-index .main-container .main .col-right.sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; }
        @media (max-width: 87.49em) {
          .checkout-onepage-index .main-container .main .col-right.sidebar {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 40px 0 0; } }
  .checkout-onepage-index .footer-newsletter,
  .checkout-onepage-index .footer.desktop,
  .checkout-onepage-index .footer-mobile {
    display: none !important; }
  .checkout-onepage-index .header-container .topbar {
    display: none !important; }
  .checkout-onepage-index .header-container .header-center .on-right {
    display: none; }
  .checkout-onepage-index .header-container .header-center .on-center .nav-container {
    display: none; }
  .checkout-onepage-index .header-container .header-center .on-left > *:not(.indietro) {
    display: none; }
  .checkout-onepage-index .header-container .header-center .on-left .indietro {
    display: block; }
  .checkout-onepage-index [id*='please-wait'], .checkout-onepage-index .please-wait {
    display: none; }
  .checkout-onepage-index .please-wait img {
    width: 40px;
    margin: 0 20px; }
  .checkout-onepage-index .back-link {
    display: none; }
  .checkout-onepage-index p.required {
    display: none; }
  .checkout-onepage-index .page-title {
    width: 100%;
    margin: 10px 0 40px; }
    @media (max-width: 46.24em) {
      .checkout-onepage-index .page-title {
        margin: 10px 0 20px; } }
  .checkout-onepage-index h1 {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px; }
    @media (max-width: 46.24em) {
      .checkout-onepage-index h1 {
        font-size: 26px;
        text-align: center; } }
  .checkout-onepage-index .input-box {
    position: relative; }
  .checkout-onepage-index .validation-advice {
    position: absolute;
    top: 43px;
    left: 0;
    font-size: 11px;
    color: #a94442; }
  .checkout-onepage-index .button {
    font-family: "Montserrat", sans-serif; }
  .checkout-onepage-index .step-title {
    position: relative;
    padding: 10px 20px;
    background: #eee;
    border-bottom: 1px solid #fff; }
    .checkout-onepage-index .step-title h2 {
      margin: 0;
      display: inline-block;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #777777; }
    .checkout-onepage-index .step-title a {
      position: absolute;
      font-size: 0;
      right: 30px;
      top: 12px; }
      .checkout-onepage-index .step-title a:before {
        content: "\f2bf";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        color: #777; }
    .checkout-onepage-index .step-title .number {
      display: none; }
  .checkout-onepage-index .active .step-title {
    background-color: #2765aa; }
    .checkout-onepage-index .active .step-title h2 {
      color: #fff; }
    .checkout-onepage-index .active .step-title a:before {
      color: #fff; }
  .checkout-onepage-index .step {
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 0;
    border: 1px solid #eee;
    border-top: none;
    position: relative; }
    .checkout-onepage-index .step [type="radio"]:not(:checked) + label,
    .checkout-onepage-index .step [type="radio"]:checked + label {
      padding: 0;
      padding-left: 3px;
      margin-left: 21px;
      font-size: 14px;
      font-weight: 400; }
    .checkout-onepage-index .step [type="radio"] + label:before,
    .checkout-onepage-index .step [type="radio"] + label:after {
      top: 1px;
      margin-top: 5px;
      width: 12px;
      height: 12px; }
    .checkout-onepage-index .step [type="checkbox"]:not(:checked) + label,
    .checkout-onepage-index .step [type="checkbox"]:checked + label {
      padding: 0;
      padding-left: 3px;
      margin-left: 21px;
      font-size: 14px;
      font-weight: 400; }
    .checkout-onepage-index .step h3 {
      display: block;
      width: 100%;
      margin: 0 0 10px;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      line-height: 1.25;
      text-transform: uppercase; }
    .checkout-onepage-index .step .form-list [type=color],
    .checkout-onepage-index .step .form-list [type=date],
    .checkout-onepage-index .step .form-list [type=datetime-local],
    .checkout-onepage-index .step .form-list [type=datetime],
    .checkout-onepage-index .step .form-list [type=email],
    .checkout-onepage-index .step .form-list [type=month],
    .checkout-onepage-index .step .form-list [type=number],
    .checkout-onepage-index .step .form-list [type=password],
    .checkout-onepage-index .step .form-list [type=search],
    .checkout-onepage-index .step .form-list [type=tel],
    .checkout-onepage-index .step .form-list [type=text],
    .checkout-onepage-index .step .form-list [type=time],
    .checkout-onepage-index .step .form-list [type=url],
    .checkout-onepage-index .step .form-list [type=week],
    .checkout-onepage-index .step .form-list textarea {
      border: 1px solid #cecece; }
    .checkout-onepage-index .step .form-list input, .checkout-onepage-index .step .form-list select, .checkout-onepage-index .step .form-list textarea {
      font-size: 18px;
      font-weight: 500;
      margin: 0 0 15px;
      color: #333; }
    .checkout-onepage-index .step .form-list label {
      margin: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.8;
      color: #333; }
    .checkout-onepage-index .step .form-list .label-hint {
      position: relative;
      top: -15px;
      font-size: 12px;
      color: #888; }
    .checkout-onepage-index .step .control {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      height: 40px;
      margin-right: 20px;
      margin-bottom: 0; }
    .checkout-onepage-index .step .buttons-set {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 150px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
      flex: 0 0 150px;
      position: absolute;
      right: 20px;
      bottom: 20px;
      margin: 0; }
      @media (max-width: 46.24em) {
        .checkout-onepage-index .step .buttons-set {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          position: static;
          margin: 20px 0 0; } }
      .checkout-onepage-index .step .buttons-set .button {
        width: 150px;
        margin: 0; }
        @media (max-width: 46.24em) {
          .checkout-onepage-index .step .buttons-set .button {
            width: 100%; } }
.checkout-onepage-index .main .sidebar .block-cart {
  margin-bottom: 30px;
  background: #fbfbfb;
  border: 1px solid #2765aa;
  margin-top: 85px; }
  @media (max-width: 87.49em) {
    .checkout-onepage-index .main .sidebar .block-cart {
      margin: 0; } }
  .checkout-onepage-index .main .sidebar .block-cart .amount {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    font-size: 12px; }
    .checkout-onepage-index .main .sidebar .block-cart .amount a {
      color: #666; }
  .checkout-onepage-index .main .sidebar .block-cart .subtotal {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600; }
  .checkout-onepage-index .main .sidebar .block-cart .summary {
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .checkout-onepage-index .main .sidebar .block-cart .item img {
    max-width: 100%; }
  .checkout-onepage-index .main .sidebar .block-cart .item .truncated a {
    display: none; }
  .checkout-onepage-index .main .sidebar .block-cart .item .item-options dt, .checkout-onepage-index .main .sidebar .block-cart .item .item-options dd {
    display: inline-block; }
  .checkout-onepage-index .main .sidebar .block-cart .item .item-options dt {
    margin-right: 5px; }
  .checkout-onepage-index .main .sidebar .block-cart .item .btn-remove {
    display: none; }

.checkout-onepage-index .sidebar dd {
  font-size: 85%; }

.checkout-onepage-index .sidebar .changelink a {
  font-size: 85%;
  color: #777777; }

.block-cart .block-title strong span {
  display: block;
  padding: 13px 20px;
  content: 'Your Cart';
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background: #2765aa;
  color: #fff; }

.block-cart .block-content .consegna-stimata {
  padding: 20px 20px 0;
  font-size: 13px;
  text-align: center;
  color: #333; }

.block-cart .block-content .side-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 20px;
  background: #f0f0f0; }
  .block-cart .block-content .side-cart dl {
    margin-bottom: 0;
    margin-top: -2px; }
    .block-cart .block-content .side-cart dl span {
      font-size: 14px;
      color: #666; }
      .block-cart .block-content .side-cart dl span:last-child {
        margin-left: 5px !important; }
  .block-cart .block-content .side-cart .product-details {
    background: none;
    margin: 0 0 0 10px;
    padding: 0; }
  .block-cart .block-content .side-cart .product-name {
    overflow: hidden;
    max-width: 200px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: -o-ellipsis-lastline;
    margin: 0 0 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #333; }
  .block-cart .block-content .side-cart .price {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #666; }

.block-cart .block-content .cart-subtotal {
  font-weight: 700;
  text-align: right;
  padding: 25px 10px 10px;
  display: none; }
  .block-cart .block-content .cart-subtotal > span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #333; }
  .block-cart .block-content .cart-subtotal:last-child {
    display: block; }

ol#cart-sidebar {
  margin: 0; }

#checkout-progress-wrapper,
.block-cart .block-subtitle,
.block-cart .summary,
.block-cart .actions {
  display: none; }

.order-helper {
  padding: 20px;
  margin-top: 20px;
  background-color: #f1f1f1;
  border: 1px solid #eee;
  border-radius: 1px; }
  .order-helper h3 {
    font-family: 'Abel', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px; }
  .order-helper p {
    margin: 0;
    font-size: 13px; }

#checkout-step-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #checkout-step-login .col2-set {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 150px);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(100% - 150px);
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px); }
    @media (max-width: 46.24em) {
      #checkout-step-login .col2-set {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #checkout-step-login .col2-set > .col-1, #checkout-step-login .col2-set > .col-2 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: none;
      padding: 0; }
  #checkout-step-login > .col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    padding-left: 20px;
    padding-top: 55px; }
    @media (max-width: 46.24em) {
      #checkout-step-login > .col-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
  #checkout-step-login .sep {
    display: none; }
  #checkout-step-login .buttons-set {
    position: static; }
    #checkout-step-login .buttons-set .button {
      width: 100%;
      height: 39px; }
  #checkout-step-login #login-form .form-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #checkout-step-login #login-form .form-list li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin: 0 auto; }
      @media (max-width: 46.24em) {
        #checkout-step-login #login-form .form-list li {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      #checkout-step-login #login-form .form-list li:first-child {
        padding-right: 10px; }
        @media (max-width: 46.24em) {
          #checkout-step-login #login-form .form-list li:first-child {
            padding-right: 0; } }
      #checkout-step-login #login-form .form-list li:last-child {
        padding-left: 10px; }
        @media (max-width: 46.24em) {
          #checkout-step-login #login-form .form-list li:last-child {
            padding-left: 0; } }
  #checkout-step-login .fast-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    width: 100%; }
    #checkout-step-login .fast-checkout .guest-register {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 calc(100% - 151px);
      -moz-box-flex: 0;
      -moz-flex: 0 0 calc(100% - 151px);
      -ms-flex: 0 0 calc(100% - 151px);
      flex: 0 0 calc(100% - 151px); }
      @media (max-width: 46.24em) {
        #checkout-step-login .fast-checkout .guest-register {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
    #checkout-step-login .fast-checkout .col2-set {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 150px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
      flex: 0 0 150px; }
      @media (max-width: 46.24em) {
        #checkout-step-login .fast-checkout .col2-set {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; } }
      #checkout-step-login .fast-checkout .col2-set .button {
        margin: 0;
        width: 130px;
        margin-left: 20px; }
        @media (max-width: 46.24em) {
          #checkout-step-login .fast-checkout .col2-set .button {
            width: 100%;
            margin: 10px 0 0; } }
#checkout-step-billing .customer-name-middlename,
#checkout-step-billing .address-container, #checkout-step-shipping .customer-name-middlename,
#checkout-step-shipping .address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

#checkout-step-billing .customer-name-middlename .field,
#checkout-step-billing .address-container .fields,
#checkout-step-billing .address-container .wide, #checkout-step-shipping .customer-name-middlename .field,
#checkout-step-shipping .address-container .fields,
#checkout-step-shipping .address-container .wide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 46.24em) {
    #checkout-step-billing .customer-name-middlename .field,
    #checkout-step-billing .address-container .fields,
    #checkout-step-billing .address-container .wide, #checkout-step-shipping .customer-name-middlename .field,
    #checkout-step-shipping .address-container .fields,
    #checkout-step-shipping .address-container .wide {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
#checkout-step-billing .customer-name-middlename .field:first-child,
#checkout-step-billing .address-container .fields, #checkout-step-shipping .customer-name-middlename .field:first-child,
#checkout-step-shipping .address-container .fields {
  padding-right: 10px; }
  @media (max-width: 46.24em) {
    #checkout-step-billing .customer-name-middlename .field:first-child,
    #checkout-step-billing .address-container .fields, #checkout-step-shipping .customer-name-middlename .field:first-child,
    #checkout-step-shipping .address-container .fields {
      padding: 0; } }
#checkout-step-billing #billing-new-address-form .customer-name, #checkout-step-shipping #billing-new-address-form .customer-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  #checkout-step-billing #billing-new-address-form .customer-name .field, #checkout-step-shipping #billing-new-address-form .customer-name .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 46.24em) {
      #checkout-step-billing #billing-new-address-form .customer-name .field, #checkout-step-shipping #billing-new-address-form .customer-name .field {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #checkout-step-billing #billing-new-address-form .customer-name .field:first-child, #checkout-step-shipping #billing-new-address-form .customer-name .field:first-child {
      padding-right: 10px; }
      @media (max-width: 46.24em) {
        #checkout-step-billing #billing-new-address-form .customer-name .field:first-child, #checkout-step-shipping #billing-new-address-form .customer-name .field:first-child {
          padding: 0; } }
#checkout-step-billing ul > .fields, #checkout-step-shipping ul > .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #checkout-step-billing ul > .fields > .field, #checkout-step-shipping ul > .fields > .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 46.24em) {
      #checkout-step-billing ul > .fields > .field, #checkout-step-shipping ul > .fields > .field {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #checkout-step-billing ul > .fields > .field:first-child:first-child, #checkout-step-shipping ul > .fields > .field:first-child:first-child {
      padding-right: 10px; }
      @media (max-width: 46.24em) {
        #checkout-step-billing ul > .fields > .field:first-child:first-child, #checkout-step-shipping ul > .fields > .field:first-child:first-child {
          padding: 0; } }
#checkout-step-billing select, #checkout-step-shipping select {
  height: 39px;
  border: 1px solid #cecece;
  width: 100%; }

#checkout-step-billing .control, #checkout-step-shipping .control {
  margin-top: 20px; }
  #checkout-step-billing .control:nth-child(5), #checkout-step-shipping .control:nth-child(5) {
    display: block;
    width: 170px;
    padding: 7px 20px 0;
    background: #eee;
    border: 1px solid #2765aa;
    position: relative; }
  @media (max-width: 46.24em) {
    #checkout-step-billing .control, #checkout-step-shipping .control {
      margin-top: 0; } }
#shipping-new-address-form .customer-name-middlename {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #shipping-new-address-form .customer-name-middlename .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 46.24em) {
      #shipping-new-address-form .customer-name-middlename .field {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #shipping-new-address-form .customer-name-middlename .field:first-child {
      padding-right: 10px; }
      @media (max-width: 46.24em) {
        #shipping-new-address-form .customer-name-middlename .field:first-child {
          padding: 0; } }
    #shipping-new-address-form .customer-name-middlename .field:last-child {
      padding-left: 10px; }
      @media (max-width: 46.24em) {
        #shipping-new-address-form .customer-name-middlename .field:last-child {
          padding: 0; } }
#shipping-new-address-form .customer-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  #shipping-new-address-form .customer-name .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 46.24em) {
      #shipping-new-address-form .customer-name .field {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #shipping-new-address-form .customer-name .field:first-child {
      padding-right: 10px; }
      @media (max-width: 46.24em) {
        #shipping-new-address-form .customer-name .field:first-child {
          padding: 0; } }
#shipping-new-address-form .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #shipping-new-address-form .flex-container .fields, #shipping-new-address-form .flex-container .wide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 46.24em) {
      #shipping-new-address-form .flex-container .fields, #shipping-new-address-form .flex-container .wide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
  #shipping-new-address-form .flex-container .fields {
    padding-right: 10px; }
    @media (max-width: 46.24em) {
      #shipping-new-address-form .flex-container .fields {
        padding: 0; } }
  #shipping-new-address-form .flex-container .wide {
    padding-left: 10px; }
    @media (max-width: 46.24em) {
      #shipping-new-address-form .flex-container .wide {
        padding: 0; } }
#shipping-new-address-form ul > .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #shipping-new-address-form ul > .fields:first-child {
    display: block; }
  #shipping-new-address-form ul > .fields .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 46.24em) {
      #shipping-new-address-form ul > .fields .field {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    #shipping-new-address-form ul > .fields .field:first-child {
      padding-right: 10px; }
      @media (max-width: 46.24em) {
        #shipping-new-address-form ul > .fields .field:first-child {
          padding: 0; } }
    #shipping-new-address-form ul > .fields .field:last-child {
      padding-left: 10px; }
      @media (max-width: 46.24em) {
        #shipping-new-address-form ul > .fields .field:last-child {
          padding: 0; } }
#checkout-step-shipping_method #co-shipping-method-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

#checkout-step-shipping_method #checkout-shipping-method-load {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 150px);
  -moz-box-flex: 0;
  -moz-flex: 0 0 calc(100% - 150px);
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  padding-right: 20px;
  /* Test */
  flex: 100%;
  margin-bottom: 60px;
  padding: 0; }
  @media (max-width: 46.24em) {
    #checkout-step-shipping_method #checkout-shipping-method-load {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; } }
  #checkout-step-shipping_method #checkout-shipping-method-load .gm-control-active > img {
    top: 0;
    left: 11px;
    transform: none; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pickupatstore_days,
  #checkout-step-shipping_method #checkout-shipping-method-load #pickupatstore_hours {
    display: none; }
  #checkout-step-shipping_method #checkout-shipping-method-load #direction_title {
    background: #2765aa; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box .gm-style-mtc, #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box .gm-svpc, #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box .gm-fullscreen-control {
    display: none !important; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #map_canvas_pointofsale h4 {
    margin-bottom: 0;
    font-size: 16px; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #map_canvas_pointofsale a {
    display: inline-block;
    margin-bottom: 10px; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale #title {
    background: #2765aa;
    padding: 6px 15px; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale select {
    height: 20px; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale img {
    display: none; }
  #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale #pointofsale_scroll {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto;
    max-height: 368px; }
    #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale #pointofsale_scroll .place {
      border: 1px solid #ccc;
      border-top: none; }
      #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale #pointofsale_scroll .place h3 a {
        padding: 10px;
        font-size: 12px;
        color: #2765aa;
        background: #eee;
        font-weight: 600; }
      #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale #pointofsale_scroll .place .details {
        padding: 10px; }
        #checkout-step-shipping_method #checkout-shipping-method-load #pointofsale_box #pointofsale #pointofsale_scroll .place .details br:first-of-type {
          display: none; }
  #checkout-step-shipping_method #checkout-shipping-method-load #dirRendererBlock {
    margin-bottom: 20px;
    padding: 0;
    border: none; }

#checkout-step-shipping_method .sp-methods {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd; }
  #checkout-step-shipping_method .sp-methods label {
    padding: 0;
    font-size: 14px;
    font-weight: 400; }
  #checkout-step-shipping_method .sp-methods dt {
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif; }

#checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 150px);
  -moz-box-flex: 0;
  -moz-flex: 0 0 calc(100% - 150px);
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  padding-right: 20px; }
  @media (max-width: 46.24em) {
    #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; } }
  #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load .gift-messages h3 {
    font-size: 14px;
    margin-bottom: 5px; }
  #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load .gift-messages label {
    padding-top: 0 !important; }
  #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-message-container h4 {
    margin-top: 20px;
    font-size: 14px;
    text-transform: uppercase; }
  #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-message-container label {
    padding-top: 0 !important; }
  #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container p {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #2765aa;
    margin: -5px 0 5px; }
  #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list {
    margin-top: 10px; }
    #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li {
      flex: 0 0 100% !important;
      display: flex;
      flex-wrap: wrap; }
      #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li .field {
        width: 50%;
        display: inline-block;
        padding-left: 10px; }
        @media (max-width: 46.24em) {
          #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li .field {
            width: 100%;
            padding: 0; } }
        #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li .field:first-child {
          padding-left: 0;
          padding-right: 10px; }
          @media (max-width: 46.24em) {
            #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li .field:first-child {
              padding: 0; } }
      #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li.wide {
        display: block; }
        #checkout-step-shipping_method #onepage-checkout-shipping-method-additional-load #allow-gift-messages-for-order-container .form-list > li.wide textarea {
          width: 100% !important;
          min-height: 70px;
          height: 70px;
          margin-bottom: 0; }

#checkout-step-payment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: block; }
  #checkout-step-payment #co-payment-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 150px);
    -moz-box-flex: 0;
    -moz-flex: 0 0 calc(100% - 150px);
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    padding-right: 20px; }
    @media (max-width: 46.24em) {
      #checkout-step-payment #co-payment-form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; } }
  #checkout-step-payment #checkout-payment-method-load {
    margin-bottom: 0; }
  #checkout-step-payment .agreement-content {
    margin-bottom: 0;
    padding-left: 25px;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    color: #2765aa; }
  #checkout-step-payment .form-alt {
    padding-left: 23px;
    margin: -3px 0 3px;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.3px;
    color: #2765aa; }
  #checkout-step-payment .buttons-set {
    position: static;
    margin-top: 20px;
    text-align: right; }
  #checkout-step-payment dt {
    position: relative;
    /*&:before {
		    position: absolute;
		    top: 0;
		    right: 0;
		    content: '';
		    background-image: url(https://www.tassinarishoes.com/skin/frontend/mgstheme/evolve/images/cards.png);
		    background-size: 158px 24px;
		    width: 158px;
		    height: 24px;
		}
		&:nth-child(3):before {
		    background-image: url(https://www.tassinarishoes.com/skin/frontend/mgstheme/evolve/images/paypal_icon.png);
		    background-size: 38px 24px;
		    width: 38px;
		    height: 24px;
		}*/ }
  #checkout-step-payment dt#dt_method_free:before {
    display: none !important; }

#checkout-step-review {
  background: #f2f2f2;
  padding: 30px 0 0; }
  @media (max-width: 46.24em) {
    #checkout-step-review {
      padding: 20px 0 0; } }
  #checkout-step-review .review-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 40px 20px 40px;
    background: #f8f8f8; }
    @media (max-width: 46.24em) {
      #checkout-step-review .review-item-container {
        padding: 0 20px 10px 20px; } }
    #checkout-step-review .review-item-container .a-right {
      font-size: 0; }
    #checkout-step-review .review-item-container .product-image, #checkout-step-review .review-item-container .review-text {
      padding-top: 20px; }
      @media (max-width: 46.24em) {
        #checkout-step-review .review-item-container .product-image, #checkout-step-review .review-item-container .review-text {
          padding-top: 10px; } }
    #checkout-step-review .review-item-container:not(:first-child) .product-image, #checkout-step-review .review-item-container:not(:first-child) .review-text {
      border-top: 1px solid #ddd; }
    #checkout-step-review .review-item-container .product-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
      @media (max-width: 46.24em) {
        #checkout-step-review .review-item-container .product-image {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 30%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 30%;
          -ms-flex: 0 0 30%;
          flex: 0 0 30%;
          max-width: 30%; } }
      #checkout-step-review .review-item-container .product-image img {
        max-width: 100%; }
    #checkout-step-review .review-item-container .review-text {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 46.24em) {
        #checkout-step-review .review-item-container .review-text {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 70%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 70%;
          -ms-flex: 0 0 70%;
          flex: 0 0 70%;
          max-width: 70%; } }
    #checkout-step-review .review-item-container .cart-price {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1px; }
    #checkout-step-review .review-item-container .review-text h3 {
      margin: 0;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 46.24em) {
        #checkout-step-review .review-item-container .review-text h3 {
          font-size: 12px; } }
    #checkout-step-review .review-item-container .review-text > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      padding-left: 20px; }
      @media (max-width: 46.24em) {
        #checkout-step-review .review-item-container .review-text > div {
          display: none; } }
      #checkout-step-review .review-item-container .review-text > div:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        padding-right: 20px; }
        @media (max-width: 46.24em) {
          #checkout-step-review .review-item-container .review-text > div:first-child {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            display: block;
            padding-right: 0; } }
      #checkout-step-review .review-item-container .review-text > div:last-child {
        text-align: right; }
  #checkout-step-review dl.item-options dt,
  #checkout-step-review dl.item-options dd {
    display: inline-block; }
  #checkout-step-review #checkout-review-table-wrapper table {
    width: 100%;
    margin: 20px 40px 20px auto;
    border-radius: 0;
    max-width: 550px; }
    @media (max-width: 68.6775em) {
      #checkout-step-review #checkout-review-table-wrapper table {
        margin: 20px auto; } }
  #checkout-step-review #checkout-review-table-wrapper tfoot {
    background: transparent; }
  #checkout-step-review #checkout-review-table-wrapper tr {
    display: none; }
    #checkout-step-review #checkout-review-table-wrapper tr:first-child, #checkout-step-review #checkout-review-table-wrapper tr:nth-child(2), #checkout-step-review #checkout-review-table-wrapper tr:last-child {
      display: table-row; }
  #checkout-step-review #checkout-review-table-wrapper td.a-right {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333; }
    @media (max-width: 46.24em) {
      #checkout-step-review #checkout-review-table-wrapper td.a-right {
        font-size: 14px;
        letter-spacing: 0.7px;
        white-space: normal; } }
    #checkout-step-review #checkout-review-table-wrapper td.a-right.last {
      padding-right: 0;
      text-align: right; }
      @media (max-width: 46.24em) {
        #checkout-step-review #checkout-review-table-wrapper td.a-right.last {
          padding-right: 10px; } }
      #checkout-step-review #checkout-review-table-wrapper td.a-right.last strong {
        font-size: 17px;
        line-height: 1; }
  #checkout-step-review #checkout-review-submit {
    background: #f8f8f8; }
    #checkout-step-review #checkout-review-submit .f-left {
      display: none; }
    #checkout-step-review #checkout-review-submit .buttons-set {
      position: static;
      padding: 30px 20px; }
      @media (max-width: 46.24em) {
        #checkout-step-review #checkout-review-submit .buttons-set {
          padding: 20px 10px; } }
      #checkout-step-review #checkout-review-submit .buttons-set .page-title {
        display: none; }
      #checkout-step-review #checkout-review-submit .buttons-set .button {
        display: block;
        height: 50px;
        width: auto;
        min-width: 300px;
        margin: 0 auto;
        padding: 0 30px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        background-color: #2765aa; }
        @media (max-width: 46.24em) {
          #checkout-step-review #checkout-review-submit .buttons-set .button {
            width: 100%;
            height: 40px;
            min-width: 0;
            font-size: 14px; } }
    #checkout-step-review #checkout-review-submit #checkout-agreements {
      padding: 0 20px;
      text-align: center; }
      #checkout-step-review #checkout-review-submit #checkout-agreements .agreement-content {
        display: none;
        height: 200px;
        width: 100%;
        padding: 15px;
        margin: 0 0 20px;
        overflow: auto; }
      #checkout-step-review #checkout-review-submit #checkout-agreements .agree {
        display: inline-block;
        margin: 30px 0 5px; }
  #checkout-step-review #checkout-review-load > .buttons-set, #checkout-step-review #checkout-review-load .buttons-set label {
    display: none; }
  #checkout-step-review .review-text .a-right,
  #checkout-step-review .review-text .a-left {
    text-align: right; }

.catalog-category-view, .catalogsearch-result-index {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .catalog-category-view .main-container, .catalogsearch-result-index .main-container {
    margin: 0 auto 50px; }
    @media (max-width: 46.24em) {
      .catalog-category-view .main-container, .catalogsearch-result-index .main-container {
        padding: 0 4vw; } }
    .catalog-category-view .main-container .main, .catalogsearch-result-index .main-container .main {
      max-width: 1600px; }
    .catalog-category-view .main-container .col-main, .catalogsearch-result-index .main-container .col-main {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin: 20px auto 0; }
    .catalog-category-view .main-container .col-left, .catalogsearch-result-index .main-container .col-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      position: sticky;
      top: 45px;
      margin-top: 40px;
      padding: 0;
      z-index: 99; }
      @media (max-width: 46.24em) {
        .catalog-category-view .main-container .col-left, .catalogsearch-result-index .main-container .col-left {
          margin-top: 20px; } }
      .catalog-category-view .main-container .col-left .spaced, .catalogsearch-result-index .main-container .col-left .spaced {
        margin-top: 30px; }
  .catalog-category-view .products-grid .item .product-informations .price-box .label, .catalogsearch-result-index .products-grid .item .product-informations .price-box .label {
    display: none; }
  .catalog-category-view .starting, .catalogsearch-result-index .starting {
    display: none;
    margin: 0 7px 0 0; }
  .catalog-category-view .col-left .block-layered-nav .actions, .catalogsearch-result-index .col-left .block-layered-nav .actions {
    display: none; }
  .catalog-category-view .col-left .block-layered-nav .block-content, .catalogsearch-result-index .col-left .block-layered-nav .block-content {
    display: inline-block;
    width: 100%; }
  .catalog-category-view .col-left .block-layered-nav .currently, .catalogsearch-result-index .col-left .block-layered-nav .currently {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    max-width: 800px; }
    .catalog-category-view .col-left .block-layered-nav .currently .block-subtitle, .catalogsearch-result-index .col-left .block-layered-nav .currently .block-subtitle {
      flex: 0 0 25%;
      font-size: 14px;
      font-weight: 400;
      border: none;
      margin: 0;
      color: #444;
      padding: 5px 25px;
      border-right: 1px solid #bbb; }
    .catalog-category-view .col-left .block-layered-nav .currently ol, .catalogsearch-result-index .col-left .block-layered-nav .currently ol {
      flex: 0 0 75%;
      margin: 0;
      display: flex; }
      .catalog-category-view .col-left .block-layered-nav .currently ol li, .catalogsearch-result-index .col-left .block-layered-nav .currently ol li {
        flex: 0 0 33.3333%;
        border-right: 1px solid #bbb;
        padding: 8px 25px 5px; }
        .catalog-category-view .col-left .block-layered-nav .currently ol li .btn-remove:after, .catalogsearch-result-index .col-left .block-layered-nav .currently ol li .btn-remove:after {
          top: 10px;
          right: 10px;
          color: #444; }
  .catalog-category-view .col-left .block-layered-nav .btn-remove, .catalogsearch-result-index .col-left .block-layered-nav .btn-remove {
    font-size: 0; }
    .catalog-category-view .col-left .block-layered-nav .btn-remove:after, .catalogsearch-result-index .col-left .block-layered-nav .btn-remove:after {
      content: '\f129';
      position: absolute;
      right: 0;
      display: inline-block;
      font-family: "Ionicons";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      text-rendering: auto;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: transparent;
      font-size: 12px;
      top: 4px;
      color: #777; }
  .catalog-category-view .col-left .filter-desktop-trigger, .catalogsearch-result-index .col-left .filter-desktop-trigger {
    text-transform: uppercase;
    padding: 0 20px;
    border: 1px solid #666;
    display: flex;
    height: 35px;
    line-height: 35px;
    max-width: 140px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
    font-weight: 300;
    cursor: pointer;
    background: #fff; }
    @media (max-width: 46.24em) {
      .catalog-category-view .col-left .filter-desktop-trigger, .catalogsearch-result-index .col-left .filter-desktop-trigger {
        width: 110px;
        height: 30px;
        line-height: 30px;
        font-size: 15px; } }
    .catalog-category-view .col-left .filter-desktop-trigger i, .catalogsearch-result-index .col-left .filter-desktop-trigger i {
      font-size: 22px;
      margin-left: 9px;
      position: relative; }
      @media (max-width: 46.24em) {
        .catalog-category-view .col-left .filter-desktop-trigger i, .catalogsearch-result-index .col-left .filter-desktop-trigger i {
          font-size: 17px; } }
  .catalog-category-view .col-left #narrow-by-list, .catalogsearch-result-index .col-left #narrow-by-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #fff;
    height: auto;
    border: 25px solid #cecece;
    overflow: auto;
    display: none; }
    .catalog-category-view .col-left #narrow-by-list.visible, .catalogsearch-result-index .col-left #narrow-by-list.visible {
      display: block; }
    .catalog-category-view .col-left #narrow-by-list i.close-filter, .catalogsearch-result-index .col-left #narrow-by-list i.close-filter {
      position: absolute;
      top: 10px;
      right: 40px;
      color: #000;
      font-size: 70px;
      cursor: pointer;
      z-index: 9; }
      @media (max-width: 68.6775em) {
        .catalog-category-view .col-left #narrow-by-list i.close-filter, .catalogsearch-result-index .col-left #narrow-by-list i.close-filter {
          font-size: 50px;
          top: 20px; } }
      @media (max-width: 46.24em) {
        .catalog-category-view .col-left #narrow-by-list i.close-filter, .catalogsearch-result-index .col-left #narrow-by-list i.close-filter {
          font-size: 30px;
          top: 10px;
          right: 25px; } }
    .catalog-category-view .col-left #narrow-by-list .filter-block, .catalogsearch-result-index .col-left #narrow-by-list .filter-block {
      height: 100%; }
      @media (max-width: 68.6775em) {
        .catalog-category-view .col-left #narrow-by-list .filter-block, .catalogsearch-result-index .col-left #narrow-by-list .filter-block {
          height: auto; } }
      .catalog-category-view .col-left #narrow-by-list .filter-block h3, .catalogsearch-result-index .col-left #narrow-by-list .filter-block h3 {
        margin: 0;
        padding: 60px 0 40px;
        font-size: 32px;
        font-weight: 100;
        text-align: center;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif; }
        @media (max-width: 68.6775em) {
          .catalog-category-view .col-left #narrow-by-list .filter-block h3, .catalogsearch-result-index .col-left #narrow-by-list .filter-block h3 {
            margin: 0; } }
        @media (max-width: 46.24em) {
          .catalog-category-view .col-left #narrow-by-list .filter-block h3, .catalogsearch-result-index .col-left #narrow-by-list .filter-block h3 {
            margin: 20px 0 0;
            padding: 40px 0 0;
            height: auto;
            font-size: 26px;
            line-height: 1.6; } }
      .catalog-category-view .col-left #narrow-by-list .filter-block .f-list, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        margin-top: 6vh; }
        @media (max-width: 79.99em) {
          .catalog-category-view .col-left #narrow-by-list .filter-block .f-list, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list {
            margin-top: 2vh; } }
        @media (max-width: 68.6775em) {
          .catalog-category-view .col-left #narrow-by-list .filter-block .f-list, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list {
            margin-top: 4vh; } }
        .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 25%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
          flex: 0 0 25%;
          max-width: 25%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-align-content: center;
          -moz-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          padding: 30px 50px; }
          @media (max-width: 79.99em) {
            .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont {
              padding: 15px 30px; } }
          @media (max-width: 68.6775em) {
            .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont {
              padding: 20px; } }
          @media (max-width: 46.24em) {
            .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 100%;
              -moz-box-flex: 0;
              -moz-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%;
              padding: 0 4vw;
              margin-bottom: 30px; } }
          .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont + .d-cont, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont + .d-cont {
            border-left: 1px solid #cecece; }
            @media (max-width: 46.24em) {
              .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont + .d-cont, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont + .d-cont {
                border: none; } }
          .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont ol, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont ol {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-flex-direction: column;
            -moz-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont ol li, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont ol li {
              padding: 0 10px; }
              @media (max-width: 68.6775em) {
                .catalog-category-view .col-left #narrow-by-list .filter-block .f-list .d-cont ol li, .catalogsearch-result-index .col-left #narrow-by-list .filter-block .f-list .d-cont ol li {
                  padding: 2px 10px; } }
    .catalog-category-view .col-left #narrow-by-list .dt, .catalog-category-view .col-left #narrow-by-list li, .catalogsearch-result-index .col-left #narrow-by-list .dt, .catalogsearch-result-index .col-left #narrow-by-list li {
      font-size: 12px;
      line-height: 1.8;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      color: #2765aa; }
      @media (max-width: 68.6775em) {
        .catalog-category-view .col-left #narrow-by-list .dt, .catalog-category-view .col-left #narrow-by-list li, .catalogsearch-result-index .col-left #narrow-by-list .dt, .catalogsearch-result-index .col-left #narrow-by-list li {
          font-size: 12px; } }
      .catalog-category-view .col-left #narrow-by-list .dt a, .catalog-category-view .col-left #narrow-by-list li a, .catalogsearch-result-index .col-left #narrow-by-list .dt a, .catalogsearch-result-index .col-left #narrow-by-list li a {
        color: #222;
        font-size: 13px; }
        @media (max-width: 68.6775em) {
          .catalog-category-view .col-left #narrow-by-list .dt a, .catalog-category-view .col-left #narrow-by-list li a, .catalogsearch-result-index .col-left #narrow-by-list .dt a, .catalogsearch-result-index .col-left #narrow-by-list li a {
            font-size: 14px; } }
    .catalog-category-view .col-left #narrow-by-list .dt, .catalogsearch-result-index .col-left #narrow-by-list .dt {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 20px;
      font-size: 22px;
      font-weight: 600;
      color: #333; }
      @media (max-width: 79.99em) {
        .catalog-category-view .col-left #narrow-by-list .dt, .catalogsearch-result-index .col-left #narrow-by-list .dt {
          font-size: 18px;
          margin-bottom: 10px; } }
      @media (max-width: 68.6775em) {
        .catalog-category-view .col-left #narrow-by-list .dt, .catalogsearch-result-index .col-left #narrow-by-list .dt {
          font-size: 18px; } }
    .catalog-category-view .col-left #narrow-by-list .dd, .catalogsearch-result-index .col-left #narrow-by-list .dd {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; }
  .catalog-category-view .col-left .currently ol, .catalogsearch-result-index .col-left .currently ol {
    margin-bottom: 10px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    .catalog-category-view .col-left .currently ol dt, .catalogsearch-result-index .col-left .currently ol dt {
      text-align: center;
      font-family: "Montserrat", sans-serif; }
    .catalog-category-view .col-left .currently ol li, .catalogsearch-result-index .col-left .currently ol li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      height: 30px;
      line-height: 30px;
      font-family: "Montserrat", sans-serif;
      border: 1px solid #666;
      padding: 0 35px 0 10px;
      position: relative;
      margin: 0 7px;
      text-align: center;
      background: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .catalog-category-view .col-left .currently ol li:hover, .catalogsearch-result-index .col-left .currently ol li:hover {
        border-color: #2765aa; }
        .catalog-category-view .col-left .currently ol li:hover i, .catalogsearch-result-index .col-left .currently ol li:hover i {
          color: #2765aa; }
      .catalog-category-view .col-left .currently ol li .value, .catalogsearch-result-index .col-left .currently ol li .value {
        margin-left: 5px;
        font-size: 11px;
        line-height: 30px; }
    .catalog-category-view .col-left .currently ol .label, .catalogsearch-result-index .col-left .currently ol .label {
      padding: 0;
      font-size: 11px;
      line-height: 30px;
      font-weight: 600;
      color: #222; }
    .catalog-category-view .col-left .currently ol i, .catalogsearch-result-index .col-left .currently ol i {
      font-size: 14px;
      position: absolute;
      right: 10px;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      color: #222; }
  .catalog-category-view .col-left .actions, .catalogsearch-result-index .col-left .actions {
    display: none; }
  .catalog-category-view .category-products .products-grid, .catalogsearch-result-index .category-products .products-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center; }
    .catalog-category-view .category-products .products-grid .item, .catalogsearch-result-index .category-products .products-grid .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.3333%;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding: 20px 30px 40px;
      text-align: center; }
      @media (max-width: 68.6775em) {
        .catalog-category-view .category-products .products-grid .item, .catalogsearch-result-index .category-products .products-grid .item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 46.24em) {
        .catalog-category-view .category-products .products-grid .item, .catalogsearch-result-index .category-products .products-grid .item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          padding: 20px 0; } }
      .catalog-category-view .category-products .products-grid .item > a, .catalogsearch-result-index .category-products .products-grid .item > a {
        display: block; }
      .catalog-category-view .category-products .products-grid .item:hover .link-wishlist, .catalogsearch-result-index .category-products .products-grid .item:hover .link-wishlist {
        visibility: visible;
        opacity: 1; }
      .catalog-category-view .category-products .products-grid .item .item-inner, .catalogsearch-result-index .category-products .products-grid .item .item-inner {
        text-align: center; }
      .catalog-category-view .category-products .products-grid .item .product-image, .catalogsearch-result-index .category-products .products-grid .item .product-image {
        position: relative; }
        .catalog-category-view .category-products .products-grid .item .product-image img, .catalogsearch-result-index .category-products .products-grid .item .product-image img {
          width: 100%;
          height: auto; }
        .catalog-category-view .category-products .products-grid .item .product-image.unavailable, .catalogsearch-result-index .category-products .products-grid .item .product-image.unavailable {
          opacity: 0.3; }
      .catalog-category-view .category-products .products-grid .item .product-name, .catalogsearch-result-index .category-products .products-grid .item .product-name {
        margin: 0 0 5px;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        color: #222; }
        @media (max-width: 68.6775em) {
          .catalog-category-view .category-products .products-grid .item .product-name, .catalogsearch-result-index .category-products .products-grid .item .product-name {
            font-size: 16px;
            line-height: 1.25; } }
        .catalog-category-view .category-products .products-grid .item .product-name a, .catalogsearch-result-index .category-products .products-grid .item .product-name a {
          color: inherit; }
          .catalog-category-view .category-products .products-grid .item .product-name a:hover, .catalogsearch-result-index .category-products .products-grid .item .product-name a:hover {
            color: inherit; }
      .catalog-category-view .category-products .products-grid .item .availability, .catalogsearch-result-index .category-products .products-grid .item .availability {
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-bottom: 10px; }
      .catalog-category-view .category-products .products-grid .item .price-box-container.configurable .starting, .catalogsearch-result-index .category-products .products-grid .item .price-box-container.configurable .starting {
        display: block; }
      .catalog-category-view .category-products .products-grid .item .price-box, .catalogsearch-result-index .category-products .products-grid .item .price-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-bottom: 10px; }
        @media (max-width: 68.6775em) {
          .catalog-category-view .category-products .products-grid .item .price-box, .catalogsearch-result-index .category-products .products-grid .item .price-box {
            font-size: 16px; } }
        .catalog-category-view .category-products .products-grid .item .price-box p, .catalogsearch-result-index .category-products .products-grid .item .price-box p {
          margin: 0 5px 0 0;
          font-size: inherit; }
          .catalog-category-view .category-products .products-grid .item .price-box p:last-child, .catalogsearch-result-index .category-products .products-grid .item .price-box p:last-child {
            margin: 0; }
        .catalog-category-view .category-products .products-grid .item .price-box .price, .catalogsearch-result-index .category-products .products-grid .item .price-box .price {
          font-weight: 400;
          letter-spacing: 1px;
          color: #333; }
        .catalog-category-view .category-products .products-grid .item .price-box .old-price, .catalogsearch-result-index .category-products .products-grid .item .price-box .old-price {
          text-decoration: line-through; }
          .catalog-category-view .category-products .products-grid .item .price-box .old-price .price, .catalogsearch-result-index .category-products .products-grid .item .price-box .old-price .price {
            font-weight: 300;
            color: inherit; }
        .catalog-category-view .category-products .products-grid .item .price-box .price-label, .catalogsearch-result-index .category-products .products-grid .item .price-box .price-label {
          display: none; }
      .catalog-category-view .category-products .products-grid .item .cat-products-carousel, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel {
        height: auto;
        width: 100%;
        margin: 0;
        padding: 0 30px;
        position: relative; }
        .catalog-category-view .category-products .products-grid .item .cat-products-carousel .item, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel .item {
          -webkit-box-flex: none;
          -webkit-flex: none;
          -moz-box-flex: none;
          -moz-flex: none;
          -ms-flex: none;
          flex: none;
          max-width: 100%;
          padding: 0; }
        .catalog-category-view .category-products .products-grid .item .cat-products-carousel .owl-item .item, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel .owl-item .item {
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
          opacity: 1; }
        .catalog-category-view .category-products .products-grid .item .cat-products-carousel .owl-item:hover .item, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel .owl-item:hover .item {
          opacity: 0.8; }
        .catalog-category-view .category-products .products-grid .item .cat-products-carousel.owl-theme .owl-nav > *, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel.owl-theme .owl-nav > * {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          margin: 0;
          padding: 7px 0 0;
          border-radius: 0;
          font-size: 22px;
          line-height: 22px;
          color: #4b4b4b;
          background: transparent; }
          @media (min-width: 68.6875em) and (max-width: 87.49em) {
            .catalog-category-view .category-products .products-grid .item .cat-products-carousel.owl-theme .owl-nav > *, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel.owl-theme .owl-nav > * {
              font-size: 20px;
              line-height: 20px; } }
          @media (max-width: 68.6775em) {
            .catalog-category-view .category-products .products-grid .item .cat-products-carousel.owl-theme .owl-nav > *, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel.owl-theme .owl-nav > * {
              font-size: 16px;
              line-height: 16px;
              padding: 3px 0 0; } }
        .catalog-category-view .category-products .products-grid .item .cat-products-carousel .owl-prev, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel .owl-prev {
          left: 0;
          text-align: center; }
          .catalog-category-view .category-products .products-grid .item .cat-products-carousel .owl-prev i, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel .owl-prev i {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .catalog-category-view .category-products .products-grid .item .cat-products-carousel .owl-next, .catalogsearch-result-index .category-products .products-grid .item .cat-products-carousel .owl-next {
          right: 0;
          text-align: center; }
      .catalog-category-view .category-products .products-grid .item .actions, .catalogsearch-result-index .category-products .products-grid .item .actions {
        display: none; }
        .catalog-category-view .category-products .products-grid .item .actions .button, .catalogsearch-result-index .category-products .products-grid .item .actions .button {
          margin: 20px 0 5px; }
        .catalog-category-view .category-products .products-grid .item .actions .add-to-links a, .catalogsearch-result-index .category-products .products-grid .item .actions .add-to-links a {
          font-size: 85%;
          color: #777777; }
        .catalog-category-view .category-products .products-grid .item .actions .separator, .catalogsearch-result-index .category-products .products-grid .item .actions .separator {
          display: none; }

.owl-carousel .item,
.home-mobile .widget-products .item {
  padding: 20px 15px 30px;
  text-align: center; }
  .owl-carousel .item .owl-item,
  .home-mobile .widget-products .item .owl-item {
    float: left; }
  .owl-carousel .item > a,
  .home-mobile .widget-products .item > a {
    display: block; }
  .owl-carousel .item:hover h2 a,
  .home-mobile .widget-products .item:hover h2 a {
    color: #2765aa; }
  .owl-carousel .item:hover .link-wishlist,
  .home-mobile .widget-products .item:hover .link-wishlist {
    visibility: visible;
    opacity: 1; }
  .owl-carousel .item .product-informations .product-name,
  .home-mobile .widget-products .item .product-informations .product-name {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 500; }
    .owl-carousel .item .product-informations .product-name a,
    .home-mobile .widget-products .item .product-informations .product-name a {
      font-family: "Roboto", sans-serif;
      color: #222;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 16px; }
  .owl-carousel .item .product-informations .price-box,
  .home-mobile .widget-products .item .product-informations .price-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0; }
    .owl-carousel .item .product-informations .price-box p,
    .home-mobile .widget-products .item .product-informations .price-box p {
      margin: 0 5px 0 0; }
    .owl-carousel .item .product-informations .price-box p.old-price,
    .home-mobile .widget-products .item .product-informations .price-box p.old-price {
      margin-right: 5px;
      text-decoration: line-through;
      color: #777; }
    .owl-carousel .item .product-informations .price-box p.special-price,
    .home-mobile .widget-products .item .product-informations .price-box p.special-price {
      margin-left: 0; }
      .owl-carousel .item .product-informations .price-box p.special-price .price,
      .home-mobile .widget-products .item .product-informations .price-box p.special-price .price {
        color: #2765aa; }
    .owl-carousel .item .product-informations .price-box .price-label,
    .home-mobile .widget-products .item .product-informations .price-box .price-label {
      display: none; }
    .owl-carousel .item .product-informations .price-box .label,
    .home-mobile .widget-products .item .product-informations .price-box .label {
      color: #222;
      padding: 0;
      font-size: 16px;
      margin-right: 10px; }
  .owl-carousel .item .product-informations .amconf-block label,
  .home-mobile .widget-products .item .product-informations .amconf-block label {
    display: none; }
  .owl-carousel .item .product-informations .amconf-block .owl-prev.disabled, .owl-carousel .item .product-informations .amconf-block .item .owl-next.disabled,
  .home-mobile .widget-products .item .product-informations .amconf-block .owl-prev.disabled,
  .home-mobile .widget-products .item .product-informations .amconf-block .item .owl-next.disabled {
    opacity: 0.2; }
  .owl-carousel .item .sizes,
  .home-mobile .widget-products .item .sizes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px; }
    .owl-carousel .item .sizes p,
    .home-mobile .widget-products .item .sizes p {
      margin: 0 10px 0 0; }
    .owl-carousel .item .sizes span,
    .home-mobile .widget-products .item .sizes span {
      margin-right: 10px; }
  .owl-carousel .item .actions,
  .home-mobile .widget-products .item .actions {
    display: none; }
    .owl-carousel .item .actions .button,
    .home-mobile .widget-products .item .actions .button {
      margin: 20px 0 5px; }
    .owl-carousel .item .actions .add-to-links a,
    .home-mobile .widget-products .item .actions .add-to-links a {
      font-size: 85%;
      color: #777777; }
    .owl-carousel .item .actions .separator,
    .home-mobile .widget-products .item .actions .separator {
      display: none; }

.category-description {
  font-size: 13px;
  margin: 5px 0; }

.item .amconf-images-container {
  overflow: hidden;
  position: relative; }

.item .owl-carousel .owl-stage-outer {
  overflow: hidden; }

.item .owl-stage {
  position: relative;
  margin: 0 auto; }

.item .owl-item {
  float: left;
  /*&:nth-last-child(2),
		&:last-child {
			display: none !important;
		}*/ }

.item .owl-prev, .item .owl-next {
  position: absolute;
  height: 100%;
  width: 30px;
  top: 0;
  line-height: 30px;
  font-size: 26px; }

.item .owl-prev {
  left: 0;
  text-align: left; }

.item .owl-next {
  right: 0;
  text-align: right; }

.amconf-block .owl-prev.disabled, .amconf-block .owl-next.disabled {
  opacity: 0.2; }

.img-cont {
  position: relative; }
  .img-cont .link-wishlist {
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .img-cont .link-wishlist p {
      display: none;
      position: absolute;
      margin: 0; }
    .img-cont .link-wishlist i {
      font-size: 24px; }
    .img-cont .link-wishlist:hover i {
      color: #2765aa; }
    .img-cont .link-wishlist:hover p {
      display: block;
      right: 30px;
      text-align: right;
      font-size: 12px;
      background: #222;
      color: #fff; }

.cms-not-found .sidebar {
  display: none; }

.cms-try-at-home .main-container {
  margin: 0 auto; }
  .cms-try-at-home .main-container .main {
    max-width: 100%; }
    .cms-try-at-home .main-container .main .category-products {
      width: 100%; }

.cms-page-view .main h2, .cms-page-view .main h3 {
  font-size: 16px; }

.cms-page-view .main p {
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b; }
  .cms-page-view .main p strong {
    color: #222; }

.cms-page-view .main ul li {
  font-size: 14px; }

.cms-summer-flash2 .mc-field-group.input-group, .cms-summer-flash .mc-field-group.input-group {
  text-align: center;
  margin-top: 40px; }
  .cms-summer-flash2 .mc-field-group.input-group ul, .cms-summer-flash .mc-field-group.input-group ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .cms-summer-flash2 .mc-field-group.input-group ul li, .cms-summer-flash .mc-field-group.input-group ul li {
      flex: 0 0 33.3333%;
      padding: 5px;
      text-align: center; }
      .cms-summer-flash2 .mc-field-group.input-group ul li input, .cms-summer-flash .mc-field-group.input-group ul li input {
        display: none; }
        .cms-summer-flash2 .mc-field-group.input-group ul li input[type=checkbox]:checked + label, .cms-summer-flash .mc-field-group.input-group ul li input[type=checkbox]:checked + label {
          border: 3px solid #2765aa; }
      .cms-summer-flash2 .mc-field-group.input-group ul li label, .cms-summer-flash .mc-field-group.input-group ul li label {
        height: auto;
        margin: 0;
        border: 3px solid #fff;
        padding: 0; }
        .cms-summer-flash2 .mc-field-group.input-group ul li label:before, .cms-summer-flash2 .mc-field-group.input-group ul li label:after, .cms-summer-flash .mc-field-group.input-group ul li label:before, .cms-summer-flash .mc-field-group.input-group ul li label:after {
          display: none; }
        .cms-summer-flash2 .mc-field-group.input-group ul li label img, .cms-summer-flash .mc-field-group.input-group ul li label img {
          max-width: 100%; }

.cms-company-html .main-container {
  padding: 0; }
  .cms-company-html .main-container .main {
    max-width: none; }

.company-page .logo {
  margin: 0;
  padding: 2vw 0 6vw;
  text-align: center; }
  .company-page .logo img {
    width: auto;
    max-width: 300px; }
    @media (max-width: 68.6775em) {
      .company-page .logo img {
        margin-top: 6vw; } }
.company-page .section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 68.6775em) {
    .company-page .section {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .company-page .section .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    overflow: hidden; }
    @media (max-width: 68.6775em) {
      .company-page .section .block {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
        .company-page .section .block img {
          width: 100%; } }
  .company-page .section:nth-child(even) .block:first-child, .company-page .section:nth-child(odd) .block:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 4vw;
    text-align: center; }
    @media (max-width: 68.6775em) {
      .company-page .section:nth-child(even) .block:first-child, .company-page .section:nth-child(odd) .block:last-child {
        padding: calc(4vw + 25px) 4vw 4vw; } }
    .company-page .section:nth-child(even) .block:first-child p, .company-page .section:nth-child(odd) .block:last-child p {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.8;
      margin: 0 0 30px;
      max-width: 620px; }
      .company-page .section:nth-child(even) .block:first-child p:last-child, .company-page .section:nth-child(odd) .block:last-child p:last-child {
        margin-bottom: 0; }
      .company-page .section:nth-child(even) .block:first-child p strong, .company-page .section:nth-child(odd) .block:last-child p strong {
        font-weight: 400;
        color: #2765aa; }
  @media (max-width: 68.6775em) {
    .company-page .section:nth-child(odd) .block:last-child {
      order: -1; } }
  .company-page .section:nth-child(odd) .block:last-child img {
    width: 100%;
    max-width: 600px; }
  .company-page .section:nth-child(odd) .block:last-child p.strong {
    margin: 40px 0 0;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 68.6775em) {
      .company-page .section:nth-child(odd) .block:last-child p.strong {
        margin-bottom: 30px; } }
    .company-page .section:nth-child(odd) .block:last-child p.strong strong {
      font-size: 18px;
      font-weight: 600;
      line-height: 2.4;
      color: #333; }

.catalog-product-view .main-container {
  max-width: none;
  padding: 0;
  margin: 0 0 60px; }
  .catalog-product-view .main-container .main {
    max-width: none;
    position: relative; }
    .catalog-product-view .main-container .main > .breadcrumbs {
      display: none; }

.catalog-product-view ul.messages {
  margin: 0 30px 30px; }

.catalog-product-view form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
  @media (max-width: 46.24em) {
    .catalog-product-view form {
      padding: 0 0 40px; } }
  .catalog-product-view form .product-img-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 63%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 63%;
    position: relative;
    text-align: center;
    padding: 20px;
    padding-left: 10%; }
    @media (max-width: 87.49em) {
      .catalog-product-view form .product-img-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding-left: 10vw; } }
    @media (max-width: 68.6775em) {
      .catalog-product-view form .product-img-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px 20px 20px; } }
    @media (max-width: 46.24em) {
      .catalog-product-view form .product-img-box {
        padding: 0px 20px 20px; } }
    .catalog-product-view form .product-img-box .product-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
      flex: 0 0 80%;
      max-width: 80%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      width: 100%;
      max-width: 920px;
      margin: 0 auto; }
      @media (max-width: 79.99em) {
        .catalog-product-view form .product-img-box .product-image {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
          -moz-box-flex: 0;
          -moz-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          margin-top: 10vh; } }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-img-box .product-image {
          max-width: 80%;
          margin-top: 0; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-img-box .product-image {
          max-width: 100%; } }
      .catalog-product-view form .product-img-box .product-image .navi {
        position: absolute;
        left: -15%;
        top: 50%;
        width: 120px;
        z-index: 9;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-img-box .product-image .navi {
            width: auto;
            position: static;
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0); } }
        .catalog-product-view form .product-img-box .product-image .navi a {
          display: inline-block;
          width: 100%;
          margin: 15px 0;
          opacity: 0.4; }
          @media (max-width: 68.6775em) {
            .catalog-product-view form .product-img-box .product-image .navi a {
              width: 120px;
              margin: 0 15px; } }
          @media (max-width: 46.24em) {
            .catalog-product-view form .product-img-box .product-image .navi a {
              width: 80px; } }
          .catalog-product-view form .product-img-box .product-image .navi a.active, .catalog-product-view form .product-img-box .product-image .navi a:hover, .catalog-product-view form .product-img-box .product-image .navi a:focus {
            opacity: 1; }
          .catalog-product-view form .product-img-box .product-image .navi a img {
            padding: 0; }
    .catalog-product-view form .product-img-box img {
      width: 100%;
      padding-left: 20px;
      max-width: 100% !important; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-img-box img {
          padding-left: 0;
          padding-top: 4vw; } }
    .catalog-product-view form .product-img-box .owl-item {
      opacity: 0;
      transition: all 0.2s ease-in; }
      .catalog-product-view form .product-img-box .owl-item.active {
        opacity: 1; }
    .catalog-product-view form .product-img-box .owl-dots {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      position: absolute;
      left: -15%;
      top: 50%;
      margin-top: 0 !important; }
      @media (max-width: 79.99em) {
        .catalog-product-view form .product-img-box .owl-dots {
          left: -10%; } }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-img-box .owl-dots {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          position: static;
          margin-top: -10px !important; } }
      .catalog-product-view form .product-img-box .owl-dots .owl-dot span {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border-radius: 50%;
        width: 17px;
        height: 17px; }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-img-box .owl-dots .owl-dot span {
            height: 13px;
            width: 13px; } }
        @media (max-width: 46.24em) {
          .catalog-product-view form .product-img-box .owl-dots .owl-dot span {
            height: 12px;
            width: 12px;
            margin: 0 10px; } }
      .catalog-product-view form .product-img-box .owl-dots .owl-dot.active span {
        background: #a0a0a0; }
      .catalog-product-view form .product-img-box .owl-dots .owl-dot:hover:not(.active) span {
        background: #d6d6d6;
        box-shadow: inset 0 0 13px rgba(0, 0, 0, 0.1); }
    .catalog-product-view form .product-img-box .sconto.mobile {
      top: 10px;
      left: 30px;
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 16px;
      display: none; }
    .catalog-product-view form .product-img-box a.link-wishlist {
      display: none;
      font-size: 24px;
      position: absolute;
      top: 10px;
      right: 30px; }
    .catalog-product-view form .product-img-box .link-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-left: calc(6vw + 20px);
      padding-right: 20px;
      height: 30%;
      z-index: 9; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-img-box .link-box {
          height: auto;
          position: static;
          padding-left: 20px;
          margin: 10px 0; } }
      .catalog-product-view form .product-img-box .link-box a {
        position: relative;
        margin-top: 3vw;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.4;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Montserrat", sans-serif;
        color: #333; }
        @media (max-width: 87.49em) {
          .catalog-product-view form .product-img-box .link-box a {
            margin-top: 4vw; } }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-img-box .link-box a {
            margin-bottom: 2vw; } }
        @media (max-width: 46.24em) {
          .catalog-product-view form .product-img-box .link-box a {
            font-size: 12px;
            text-transform: none;
            color: #c0c0c0; } }
        .catalog-product-view form .product-img-box .link-box a::before {
          content: '';
          width: 0;
          height: 0;
          border: 8px solid transparent;
          border-top: 8px solid #333;
          position: absolute;
          top: 100%;
          left: calc(50% - 8px); }
          @media (max-width: 46.24em) {
            .catalog-product-view form .product-img-box .link-box a::before {
              border: 6px solid transparent;
              border-top: 6px solid #c0c0c0; } }
  .catalog-product-view form .product-shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    min-height: calc(100vh - 120px);
    text-align: left;
    background-color: #f0f0f0;
    padding: 40px 5vw; }
    @media (max-width: 87.49em) {
      .catalog-product-view form .product-shop {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        padding: 40px 4vw; } }
    @media (max-width: 68.6775em) {
      .catalog-product-view form .product-shop {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 0;
        padding: 40px;
        border-left: 10vw solid #fff;
        border-right: 10vw solid #fff;
        text-align: center; } }
    @media (max-width: 46.24em) {
      .catalog-product-view form .product-shop {
        padding: 40px 20px;
        border-left: 20px solid #fff;
        border-right: 20px solid #fff; } }
    .catalog-product-view form .product-shop .product-pricing {
      display: none; }
    .catalog-product-view form .product-shop > div {
      width: 100%; }
    .catalog-product-view form .product-shop h1 {
      margin-top: 0;
      margin-bottom: 0;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 26px; }
      @media (max-width: 79.99em) {
        .catalog-product-view form .product-shop h1 {
          font-size: 20px; } }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop h1 {
          font-size: 18px; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop h1 {
          font-size: 18px;
          line-height: 1.25; } }
    .catalog-product-view form .product-shop .amxnotif-block {
      margin-bottom: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .catalog-product-view form .product-shop .amxnotif-block label {
        padding-top: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .catalog-product-view form .product-shop .amxnotif-block .amxnotif-input-fields {
        flex-grow: 2; }
      .catalog-product-view form .product-shop .amxnotif-block .amgdpr-label {
        padding-top: 0px;
        margin-top: 4px;
        display: block; }
    .catalog-product-view form .product-shop .sku {
      text-transform: uppercase;
      color: #c0c0c0;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.2;
      margin-bottom: 30px; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .sku {
          font-size: 14px;
          line-height: 1.4;
          margin-bottom: 15px; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .sku {
          font-size: 14px;
          margin-bottom: 25px; } }
    .catalog-product-view form .product-shop .price-container {
      position: relative;
      display: inline-block;
      margin-bottom: 20px; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .price-container {
          margin-bottom: 15px; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .price-container {
          margin-bottom: 20px; } }
      .catalog-product-view form .product-shop .price-container .price-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 1;
        color: #222; }
        @media (max-width: 79.99em) {
          .catalog-product-view form .product-shop .price-container .price-box {
            font-size: 20px; } }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-shop .price-container .price-box {
            font-size: 18px; } }
        @media (max-width: 46.24em) {
          .catalog-product-view form .product-shop .price-container .price-box {
            font-size: 20px; } }
        .catalog-product-view form .product-shop .price-container .price-box > p {
          margin: 0 10px 0 0;
          font-size: inherit;
          font-weight: inherit;
          color: inherit; }
          .catalog-product-view form .product-shop .price-container .price-box > p:last-child {
            margin: 0; }
        .catalog-product-view form .product-shop .price-container .price-box .starting, .catalog-product-view form .product-shop .price-container .price-box .price-label, .catalog-product-view form .product-shop .price-container .price-box .label {
          display: none; }
        .catalog-product-view form .product-shop .price-container .price-box .price {
          display: inline-block; }
        .catalog-product-view form .product-shop .price-container .price-box .old-price {
          text-decoration: line-through; }
          .catalog-product-view form .product-shop .price-container .price-box .old-price .price {
            font-size: 80%;
            font-weight: 300;
            text-decoration: inherit;
            color: #666; }
      .catalog-product-view form .product-shop .price-container .flags {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        left: calc(100% + 15px);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        .catalog-product-view form .product-shop .price-container .flags .limited {
          position: static;
          bottom: auto;
          left: auto;
          display: inline-block;
          width: auto;
          padding: 5px 7px;
          margin-right: 5px;
          white-space: nowrap;
          background-color: #2765aa; }
          .catalog-product-view form .product-shop .price-container .flags .limited p {
            margin: 0;
            font-size: 8px;
            font-weight: 500;
            line-height: 1.4;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #fff; }
        .catalog-product-view form .product-shop .price-container .flags .sconto {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 0;
          -moz-box-flex: 1;
          -moz-flex: 1 0 0;
          -ms-flex: 1 0 0;
          flex: 1 0 0;
          max-width: none;
          position: static;
          display: inline-block;
          top: auto;
          right: auto;
          left: auto;
          height: auto;
          width: auto;
          padding: 5px 7px;
          margin-right: 5px;
          white-space: nowrap;
          border: none;
          border-radius: 0;
          background-color: #c0c0c0; }
          @media (max-width: 68.6775em) {
            .catalog-product-view form .product-shop .price-container .flags .sconto {
              padding: 3px 7px; } }
          .catalog-product-view form .product-shop .price-container .flags .sconto p {
            letter-spacing: 1px;
            color: #fff; }
            @media (max-width: 68.6775em) {
              .catalog-product-view form .product-shop .price-container .flags .sconto p {
                font-size: 8px; } }
    .catalog-product-view form .product-shop .std {
      color: #666;
      font-weight: 500;
      font-size: 14px;
      line-height: 1.6;
      letter-spacing: 1px;
      margin-bottom: 25px; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .std {
          margin-bottom: 15px;
          font-size: 14px; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .std {
          margin-bottom: 25px;
          font-size: 12px; } }
    .catalog-product-view form .product-shop.unavailable .product-selection {
      display: none; }
    .catalog-product-view form .product-shop .availability {
      margin: 30px 0 40px;
      font-size: 15px;
      font-style: italic;
      letter-spacing: 0.7px;
      line-height: 40px;
      text-align: center;
      background: #ddd;
      color: #777;
      cursor: pointer; }
      .catalog-product-view form .product-shop .availability.out-of-stock {
        margin-bottom: 10px; }
    .catalog-product-view form .product-shop .link-wishlist {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      height: 25px;
      width: 100%;
      margin-top: 5px;
      padding-top: 2px;
      font-size: 10px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      color: #666;
      border: 1px solid transparent; }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .link-wishlist {
          height: 34px;
          margin: 10px 0 0;
          line-height: 34px;
          border-color: #aaa; } }
      .catalog-product-view form .product-shop .link-wishlist:hover, .catalog-product-view form .product-shop .link-wishlist:focus {
        color: #2765aa;
        border-color: #2765aa; }
      .catalog-product-view form .product-shop .link-wishlist i {
        display: inline-block;
        margin-right: 4px; }
    .catalog-product-view form .product-shop .product-selection {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 714px;
      margin: 0 auto 40px;
      position: relative;
      text-align: center; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .product-selection {
          max-width: 280px;
          margin: 0 auto 30px; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .product-selection {
          max-width: 100%; } }
      .catalog-product-view form .product-shop .product-selection .product-options {
        padding: 0;
        width: 100%; }
        .catalog-product-view form .product-shop .product-selection .product-options .amconf-images-container {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .catalog-product-view form .product-shop .product-selection .product-options .amconf-images-container .amconf-image-container {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 25%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 25%;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            margin: 0;
            padding: 0; }
        .catalog-product-view form .product-shop .product-selection .product-options label, .catalog-product-view form .product-shop .product-selection .product-options .required {
          display: none; }
        .catalog-product-view form .product-shop .product-selection .product-options dl {
          margin: 0; }
        .catalog-product-view form .product-shop .product-selection .product-options select {
          -webkit-appearance: none;
          border-radius: 0;
          border: 2px solid #ccc;
          height: 35px;
          box-shadow: none;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          line-height: 1;
          color: #222;
          width: 100%;
          margin: 0 0 5px;
          background-image: url(https://www.myt-shirt.it/skin/frontend/evolve/evolve/images/arrow-down.png);
          background-size: 20px 30px;
          background-repeat: no-repeat;
          background-position: center right;
          text-align-last: center;
          cursor: pointer; }
          @media (max-width: 68.6775em) {
            .catalog-product-view form .product-shop .product-selection .product-options select {
              height: 30px;
              font-size: 12px;
              margin: 0 0 2px; } }
          .catalog-product-view form .product-shop .product-selection .product-options select.validation-failed {
            border-color: #a94442; }
      .catalog-product-view form .product-shop .product-selection .product-options-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin-top: 10px; }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-shop .product-selection .product-options-bottom {
            margin-top: 5px; } }
        .catalog-product-view form .product-shop .product-selection .product-options-bottom .price-box {
          display: none; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .price-box p {
            margin: 0 8px;
            font-size: 18px;
            font-weight: 500; }
            .catalog-product-view form .product-shop .product-selection .product-options-bottom .price-box p.old-price {
              text-decoration: line-through;
              color: #777; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .price-box .price-label {
            display: none; }
        .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between;
          padding: 0;
          width: 100%; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .quantita {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            display: none; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart input {
            height: 30px;
            padding: 0;
            text-align: center;
            width: 30px;
            border-color: transparent;
            box-shadow: none; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart label {
            padding: 0;
            text-transform: uppercase;
            font-size: 14px; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button {
            height: 40px;
            width: 100%;
            line-height: 40px;
            min-height: 1px;
            background: #2765aa;
            border-radius: 0;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 1px;
            font-family: "Montserrat", sans-serif;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease; }
            @media (max-width: 68.6775em) {
              .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button {
                height: 30px;
                line-height: 30px;
                font-size: 11px; } }
            @media (max-width: 46.24em) {
              .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button {
                height: 50px;
                line-height: 50px;
                font-size: 13px; } }
            .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button:hover, .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button:focus {
              opacity: 0.8; }
            .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button + .button {
              margin-top: 10px;
              border: 1px solid #2765aa;
              color: #2765aa;
              background: #fff;
              font-weight: 600;
              position: relative; }
              .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-cart .button + .button + i {
                position: absolute;
                bottom: 34px;
                right: 10px;
                font-size: 22px;
                color: #2765aa;
                cursor: pointer; }
        .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-links {
          display: none; }
          .catalog-product-view form .product-shop .product-selection .product-options-bottom .add-to-links li:last-child {
            display: none; }
        .catalog-product-view form .product-shop .product-selection .product-options-bottom .label {
          color: #222;
          display: none; }
    @media (max-width: 68.6775em) {
      .catalog-product-view form .product-shop .product-collateral {
        max-width: 350px;
        margin: 0 auto; } }
    @media (max-width: 46.24em) {
      .catalog-product-view form .product-shop .product-collateral {
        max-width: 100%; } }
    .catalog-product-view form .product-shop .product-collateral h2 {
      display: none; }
    .catalog-product-view form .product-shop .product-collateral .box-description {
      display: none; }
    .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table, .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table * {
      display: block; }
    .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table tr {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table tr {
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          -moz-align-items: flex-start;
          align-items: flex-start; } }
    .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table th, .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table td {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: none;
      padding: 0 0 4px;
      padding-right: 20px;
      color: #666;
      font-size: 12px;
      line-height: 1.1;
      font-weight: 500;
      letter-spacing: 0.5px;
      font-family: 'Roboto',sans-serif;
      height: auto;
      text-align: left;
      white-space: normal; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table th, .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table td {
          padding-right: 15px;
          font-size: 12px; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table th, .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table td {
          padding: 0 0 6px;
          padding-right: 15px;
          font-size: 12px; } }
    .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table td {
      padding-right: 0; }
    .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table .label {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      font-weight: 600;
      letter-spacing: 0;
      font-family: 'Montserrat',sans-serif;
      color: #333; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table .label {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .product-collateral .box-additional table.data-table .label {
          text-align: right; } }
    .catalog-product-view form .product-shop .product-collateral ul.tabs {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #a0a0a0;
      width: 100%; }
      @media (max-width: 79.99em) {
        .catalog-product-view form .product-shop .product-collateral ul.tabs {
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          justify-content: space-between; } }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .product-collateral ul.tabs {
          margin: 20px 0 0; } }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .product-collateral ul.tabs {
          display: none; } }
      .catalog-product-view form .product-shop .product-collateral ul.tabs li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        margin: 0 0 -1px;
        padding: 0;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media (max-width: 79.99em) {
          .catalog-product-view form .product-shop .product-collateral ul.tabs li {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -moz-box-flex: 0;
            -moz-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            max-width: 100%;
            margin-right: 0;
            font-size: 10px; } }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-shop .product-collateral ul.tabs li {
            height: 20px;
            line-height: 20px; } }
        .catalog-product-view form .product-shop .product-collateral ul.tabs li span {
          display: inline-block;
          height: 26px;
          padding: 0 15px;
          font-size: 11px;
          font-weight: 600;
          line-height: 25px;
          letter-spacing: 1px;
          text-transform: uppercase;
          border: 1px solid transparent;
          color: #c0c0c0;
          cursor: pointer;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          .catalog-product-view form .product-shop .product-collateral ul.tabs li span:hover, .catalog-product-view form .product-shop .product-collateral ul.tabs li span:focus {
            border-color: #e0e0e0;
            border-bottom-color: transparent;
            color: #444; }
        .catalog-product-view form .product-shop .product-collateral ul.tabs li.active {
          display: block; }
          .catalog-product-view form .product-shop .product-collateral ul.tabs li.active span {
            border-color: #a0a0a0;
            border-bottom-color: #f0f0f0;
            color: #444; }
    .catalog-product-view form .product-shop .product-collateral .tab_container {
      clear: both;
      float: left;
      width: 100%;
      overflow: auto; }
      @media (max-width: 68.6775em) {
        .catalog-product-view form .product-shop .product-collateral .tab_container {
          min-height: 150px; } }
      .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content {
        padding: 20px 0 0;
        display: none; }
        @media (max-width: 68.6775em) {
          .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content {
            padding: 10px 0 0; } }
        @media (max-width: 46.24em) {
          .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content {
            padding: 15px 0 30px; } }
        .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content p {
          color: #666;
          font-weight: 500;
          font-size: 13px;
          line-height: 1.4;
          letter-spacing: 0.9px;
          font-family: 'Roboto',sans-serif; }
          @media (max-width: 68.6775em) {
            .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content p {
              font-size: 12px;
              margin: 0; } }
          @media (max-width: 46.24em) {
            .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content p {
              font-size: 12px;
              margin: 0; } }
        .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content ul {
          margin: -5px 0 10px;
          padding-left: 20px;
          font-size: 12px;
          font-weight: 500;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          color: #666; }
          @media (max-width: 46.24em) {
            .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content ul {
              margin: 10px 0;
              padding: 0; } }
          .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content ul li {
            list-style-type: disc; }
            @media (max-width: 46.24em) {
              .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content ul li {
                list-style: none; } }
        .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          align-items: center; }
          .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .label {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 40%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 40%;
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            max-width: 40%;
            padding: 0;
            padding-right: 20px;
            color: #666;
            font-size: 13px;
            line-height: 1.1;
            font-weight: 600;
            letter-spacing: 0.3px;
            font-family: 'Roboto',sans-serif;
            height: auto;
            text-align: left;
            white-space: normal; }
            @media (max-width: 68.6775em) {
              .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .label {
                padding-right: 15px;
                font-size: 8px; } }
          .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .data {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0;
            -moz-box-flex: 1;
            -moz-flex: 1 0 0;
            -ms-flex: 1 0 0;
            flex: 1 0 0;
            max-width: none;
            margin-top: 4px; }
            @media (max-width: 68.6775em) {
              .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .data {
                margin-top: 10px; } }
            @media (max-width: 46.24em) {
              .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .data {
                margin-top: 6px; } }
            .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .data img {
              max-height: 70px;
              max-width: 100%; }
              @media (max-width: 68.6775em) {
                .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .data img {
                  height: 60px; } }
              @media (max-width: 46.24em) {
                .catalog-product-view form .product-shop .product-collateral .tab_container .tab_content .custom .data img {
                  height: 60px; } }
      .catalog-product-view form .product-shop .product-collateral .tab_container .tab_drawer_heading {
        display: none; }
        @media (max-width: 46.24em) {
          .catalog-product-view form .product-shop .product-collateral .tab_container .tab_drawer_heading {
            display: block;
            margin: 0 0 7px;
            padding: 5px 20px;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            color: #333;
            background: #ddd;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none; } }
        .catalog-product-view form .product-shop .product-collateral .tab_container .tab_drawer_heading.d_active {
          color: #fff;
          background: #898989; }
      @media (max-width: 46.24em) {
        .catalog-product-view form .product-shop .product-collateral .tab_container .d_active {
          color: #fff; } }
  .catalog-product-view form .custom-related {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .catalog-product-view form .custom-related .block-title {
      display: none; }
    .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content {
      padding: 0;
      margin: 0 5vw; }
      .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.3333%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
          margin: 0;
          padding: 40px 10px 0;
          text-align: center; }
          @media (min-width: 46.25em) and (max-width: 87.49em) {
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 50%;
              -moz-box-flex: 0;
              -moz-flex: 0 0 50%;
              -ms-flex: 0 0 50%;
              flex: 0 0 50%;
              max-width: 50%; } }
          @media (max-width: 46.24em) {
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item {
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 100%;
              -moz-box-flex: 0;
              -moz-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              max-width: 100%; } }
          .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .product-image {
            position: relative; }
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .product-image img {
              width: 100%;
              height: auto; }
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .product-image.unavailable {
              opacity: 0.3; }
          .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .product-name {
            display: block;
            margin: 0 0 5px;
            font-family: "Roboto", sans-serif;
            font-size: 16px;
            line-height: 1.1;
            text-transform: uppercase;
            font-weight: 400;
            color: #222; }
            @media (max-width: 68.6775em) {
              .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .product-name {
                font-size: 14px;
                line-height: 1.4; } }
          .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .starting {
            display: none;
            margin: 0 7px 0 0; }
          .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box-container.configurable .starting {
            display: block; }
          .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            -moz-justify-content: center;
            justify-content: center;
            font-size: 14px;
            letter-spacing: 0.5px;
            margin-bottom: 10px; }
            @media (max-width: 46.24em) {
              .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box {
                font-size: 12px; } }
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box p {
              margin: 0 5px 0 0;
              font-size: inherit; }
              .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box p:last-child {
                margin: 0; }
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box .price {
              font-weight: 400;
              letter-spacing: 1px;
              color: #333; }
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box .old-price {
              text-decoration: line-through; }
              .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box .old-price .price {
                font-weight: 300;
                color: inherit; }
            .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box .price-label, .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .price-box .label {
              display: none; }
          .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .aw-arp-addtocart, .catalog-product-view form .custom-related .block-related-product .aw-arp-block-content ul .aw-arp-item .link-wishlist {
            display: none; }

.catalog-product-view .product-popups {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 709px;
  align-items: center;
  justify-content: center;
  margin: -35px auto 6px; }
  .catalog-product-view .product-popups .single-popup {
    flex: 0 0 calc(33.3333% - 6px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: #9a9a9a;
    border: 2px solid #9a9a9a;
    margin: 0 3px;
    height: 35px; }
    .catalog-product-view .product-popups .single-popup a {
      color: #fff; }

.catalog-product-view .sconto-testo {
  margin-bottom: -20px;
  margin-top: 20px;
  font-family: roboto condensed;
  font-weight: 700;
  font-size: 24px;
  color: #ef8106; }

.catalog-product-view .more-views {
  display: none; }

.catalog-product-view .product-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 594px;
  margin: 0 auto 10px; }
  .catalog-product-view .product-navigation .go-back {
    display: none; }
  .catalog-product-view .product-navigation .prev-next {
    text-align: left;
    flex: 0 0 150px; }
    .catalog-product-view .product-navigation .prev-next i {
      margin-right: 10px;
      font-size: 12px; }
    .catalog-product-view .product-navigation .prev-next .previous {
      font-size: 12px;
      margin-top: -1px;
      position: relative;
      display: block; }
  .catalog-product-view .product-navigation .breadcrumbs {
    text-align: right;
    font-size: 12px;
    flex: 0 0 calc(100% - 150px); }

.catalog-product-view .guidataglie-trigger {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  border: 2px solid #ccc;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  color: #ccc; }
  .catalog-product-view .guidataglie-trigger a {
    color: #888;
    padding: 10px 0;
    display: block;
    margin-top: -10px; }

.catalog-product-view #guidataglie {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto; }
  .catalog-product-view #guidataglie.visible {
    display: flex; }
  .catalog-product-view #guidataglie .popup-body {
    margin: 0;
    width: auto; }

.catalog-product-view .upsell-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 590px;
  align-items: center;
  margin: 0 20px; }
  .catalog-product-view .upsell-container .upsell-title.mobile {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .catalog-product-view .upsell-container .upsell {
    flex: 0 0 calc(25% - 150px);
    padding: 0;
    opacity: 0.7;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .catalog-product-view .upsell-container .upsell:nth-child(3) {
      margin-right: 590px; }
    .catalog-product-view .upsell-container .upsell:hover {
      opacity: 1; }
    .catalog-product-view .upsell-container .upsell img {
      max-width: 100%; }
    .catalog-product-view .upsell-container .upsell h4.product-name {
      display: inline-block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 80%;
      margin: 10px 0 0;
      font-size: 14px;
      font-weight: 500; }
    .catalog-product-view .upsell-container .upsell .price-box {
      display: flex;
      justify-content: center;
      font-size: 16px;
      font-weight: 500;
      margin-top: 10px;
      height: 15px;
      line-height: 15px; }
      .catalog-product-view .upsell-container .upsell .price-box .price-label {
        display: none; }
      .catalog-product-view .upsell-container .upsell .price-box .old-price {
        margin-right: 5px;
        text-decoration: line-through;
        color: #777; }
      .catalog-product-view .upsell-container .upsell .price-box .special-price {
        margin-left: 5px; }
        .catalog-product-view .upsell-container .upsell .price-box .special-price .price {
          color: #2765aa; }

.catalog-product-view #domande-frequenti {
  display: none; }

.catalog-product-view .wa-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 45px;
  border: 2px solid #ccc;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  max-width: 704px;
  margin: 0 auto 0;
  opacity: 0;
  display: none; }
  .catalog-product-view .wa-message i {
    color: #2765aa;
    margin: 0 10px;
    font-size: 18px; }
  .catalog-product-view .wa-message.mobile {
    display: none; }

.catalog-product-view .trustpilot-widget {
  margin: 120px auto 30px;
  max-width: 1200px; }

.catalog-product-view .pp-prodotto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 10px 0; }
  .catalog-product-view .pp-prodotto a {
    color: #222;
    text-transform: uppercase;
    font-size: 14px; }

.catalog-product-view .amconf-image-selected {
  margin: 0;
  outline: none; }

/* Ajax add to cart */
#ajaxaddtocart-add-confirm,
#ajaxaddtocart-remove-confirm {
  padding: 0;
  border: 8px solid #ccc;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }
  @media (max-width: 68.6775em) {
    #ajaxaddtocart-add-confirm,
    #ajaxaddtocart-remove-confirm {
      width: 360px !important;
      left: calc(50vw - 180px) !important;
      right: auto !important; } }
  #ajaxaddtocart-add-confirm #shopping-cart-totals-table,
  #ajaxaddtocart-remove-confirm #shopping-cart-totals-table {
    width: 100% !important; }
  #ajaxaddtocart-add-confirm .discount button,
  #ajaxaddtocart-remove-confirm .discount button {
    margin-top: 0; }
  #ajaxaddtocart-add-confirm p,
  #ajaxaddtocart-remove-confirm p {
    width: auto;
    font-size: 13px;
    opacity: 0.9;
    font-weight: 300;
    margin-top: 5px; }
    @media (max-width: 68.6775em) {
      #ajaxaddtocart-add-confirm p,
      #ajaxaddtocart-remove-confirm p {
        margin: 0;
        font-size: 14px;
        letter-spacing: 0.3px;
        color: #222;
        opacity: 1; }
        #ajaxaddtocart-add-confirm p span,
        #ajaxaddtocart-remove-confirm p span {
          text-transform: uppercase;
          font-weight: 500; } }
#ajaxaddtocart-add-confirm *, #ajaxaddtocart-add-confirm *:before, #ajaxaddtocart-add-confirm *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#ajaxaddtocart-add-confirm .added-content {
  padding: 0;
  min-height: auto;
  min-width: 850px;
  width: auto;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden; }
  @media (max-width: 68.6775em) {
    #ajaxaddtocart-add-confirm .added-content {
      min-width: 0;
      max-width: 100%; } }
  #ajaxaddtocart-add-confirm .added-content button.btn-continue {
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
    margin: 0;
    left: auto;
    right: 10px;
    top: 6px; }
    @media (max-width: 68.6775em) {
      #ajaxaddtocart-add-confirm .added-content button.btn-continue {
        right: 20px;
        top: 15px; } }
    #ajaxaddtocart-add-confirm .added-content button.btn-continue span {
      width: auto;
      height: 100%;
      line-height: 1;
      text-align: center; }
      #ajaxaddtocart-add-confirm .added-content button.btn-continue span span {
        background: transparent;
        border: none;
        color: #000;
        box-shadow: none;
        border-radius: 0;
        line-height: 1;
        height: auto;
        padding: 5px;
        margin: 0;
        width: auto;
        font-weight: normal;
        font-size: 30px;
        background: transparent;
        filter: none;
        box-shadow: none; }
    #ajaxaddtocart-add-confirm .added-content button.btn-continue:hover span span {
      background: transparent;
      filter: none; }
    #ajaxaddtocart-add-confirm .added-content button.btn-continue:focus {
      outline: none; }
  #ajaxaddtocart-add-confirm .added-content table {
    border: none; }
  #ajaxaddtocart-add-confirm .added-content fieldset {
    width: 100% !important; }
    #ajaxaddtocart-add-confirm .added-content fieldset table {
      margin: 0 !important; }
  #ajaxaddtocart-add-confirm .added-content thead {
    border-bottom: 5px solid #fff; }
    #ajaxaddtocart-add-confirm .added-content thead th {
      font-weight: 500 !important;
      border: none !important; }
  #ajaxaddtocart-add-confirm .added-content tbody {
    border: none; }
  #ajaxaddtocart-add-confirm .added-content tfoot {
    border: none; }
  #ajaxaddtocart-add-confirm .added-content tr {
    background: #f1f1f1 !important; }
  #ajaxaddtocart-add-confirm .added-content td.a-right.last {
    padding-right: 20px; }
  #ajaxaddtocart-add-confirm .added-content td .a-right {
    display: none; }
    #ajaxaddtocart-add-confirm .added-content td .a-right .last {
      display: table-cell;
      padding-right: 35px; }
  #ajaxaddtocart-add-confirm .added-content dt, #ajaxaddtocart-add-confirm .added-content dd {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
  #ajaxaddtocart-add-confirm .added-content dl {
    margin-bottom: 0; }
  #ajaxaddtocart-add-confirm .added-content > div.cart {
    width: auto;
    max-height: auto; }
    #ajaxaddtocart-add-confirm .added-content > div.cart .page-title, #ajaxaddtocart-add-confirm .added-content > div.cart .page-title.title-buttons.title_popup {
      margin-left: 0;
      margin-right: 0;
      box-shadow: none;
      height: auto;
      padding: 0 20px 20px;
      position: relative;
      border: none;
      color: #000;
      background: transparent;
      box-sizing: border-box !important;
      filter: none;
      margin: 40px auto 0; }
      #ajaxaddtocart-add-confirm .added-content > div.cart .page-title h3, #ajaxaddtocart-add-confirm .added-content > div.cart .page-title.title-buttons.title_popup h3 {
        height: 25px;
        float: none !important;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
        text-transform: uppercase;
        text-align: center;
        color: #000; }
    #ajaxaddtocart-add-confirm .added-content > div.cart form {
      max-height: 221px;
      overflow: auto; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td {
        border-bottom: none;
        padding: 0 10px; }
        #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td input.qty {
          margin: 0 auto;
          text-align: center;
          width: 32px;
          background: #f9f9f9;
          border: 1px solid #999;
          border-radius: 0;
          box-shadow: none;
          box-sizing: content-box;
          display: block;
          height: 17px;
          line-height: 17px;
          padding: 3px 0 3px 13px;
          font-family: "Montserrat", sans-serif;
          font-size: 12px; }
        #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td .btn-remove2 {
          opacity: 0.5;
          font-size: 10px; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tr.last td {
        border-bottom: none !important; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td .btn-remove2 {
        display: none;
        color: #000;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        letter-spacing: 1px;
        font-size: 12px; }
        #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td .btn-remove2:hover {
          opacity: 1; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td:first-child {
        padding-left: 25px; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td:last-child {
        padding-right: 25px; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td:last-child, #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table tbody td:nth-last-child(2) {
        text-align: right; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table thead tr.last th:last-child {
        padding-right: 25px; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table thead tr.last th:last-child,
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table thead tr.last th:nth-last-child(2) {
        text-align: right; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table.cart-table {
        margin: 0 20px;
        width: 100%; }
        #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table.cart-table thead span {
          font-size: 12px; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table .product-image {
        box-shadow: none;
        display: block;
        float: left;
        height: auto;
        margin: 0;
        width: 100px;
        padding: 20px 0; }
        #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table .product-image img {
          border: none;
          height: auto;
          margin: 0;
          width: 100%; }
      #ajaxaddtocart-add-confirm .added-content > div.cart form .data-table .product-name a {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.3px;
        text-transform: uppercase; }
    #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; }
      #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom tfoot td.a-right {
        display: table-cell;
        text-align: left;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom tfoot td.a-right strong {
          font-size: 16px;
          font-weight: 500; }
          #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom tfoot td.a-right strong .price {
            font-size: inherit;
            font-weight: 500; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom tfoot td.a-right .price {
          font-weight: 400; }
      #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom tbody td.a-right {
        font-size: 15px;
        font-weight: 500; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom tbody td.a-right .price {
          font-weight: 500; }
      #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals, #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button {
        padding: 40px 20px 20px;
        align-self: flex-end; }
      #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 0; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .col2-set {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          padding-bottom: 0; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount h2 {
          color: #000;
          font-weight: 400;
          display: block;
          width: 100%;
          text-align: left; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount input.input-text {
          width: calc(100% - 10px);
          background: #fff;
          border: 1px solid #000;
          box-shadow: none;
          margin-right: 10px;
          height: 31px;
          line-height: 31px;
          margin-top: -1px;
          border-color: #777 !important; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount .input-box {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 calc(100% - 142px);
          -moz-box-flex: 0;
          -moz-flex: 0 0 calc(100% - 142px);
          -ms-flex: 0 0 calc(100% - 142px);
          flex: 0 0 calc(100% - 142px); }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount .discount-form {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          margin-bottom: 20px; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount .buttons-set {
          min-width: 1px;
          width: 142px;
          margin: 0 !important; }
          #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount .buttons-set button.button {
            width: 100%;
            height: 39px;
            margin: 0;
            font-size: 12px;
            line-height: 39px;
            min-height: 0;
            background: #2765aa; }
            #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount .buttons-set button.button span span {
              box-shadow: none;
              color: #fff;
              height: 35px;
              line-height: 12px;
              width: auto;
              background: #000;
              border: none;
              filter: none;
              text-transform: uppercase;
              font-family: "Montserrat", sans-serif;
              font-weight: 400;
              padding: .85em 1.5em;
              font-size: .9rem; }
            #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .discount .buttons-set button.button:hover span span {
              background: #000;
              color: #fff;
              filter: none; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .continua-shopping {
          width: 100%;
          margin: 0;
          border-radius: 0;
          border: none;
          background: #f0f0f0;
          -webkit-transition: all 0.3s ease-out;
          -moz-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          -ms-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out; }
          #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .cart-collaterals .continua-shopping span span {
            width: auto;
            margin: 0;
            padding: 0 20px;
            font-size: 14px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-family: "Montserrat", sans-serif;
            border: none;
            border-radius: 0;
            box-shadow: none;
            color: #333;
            filter: none; }
      #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button button.btn-checkout1 span span, #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button button.btn-continue1 span span {
          width: auto;
          height: 40px;
          padding: 0 20px;
          font-size: 14px;
          font-weight: 400;
          line-height: 40px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-family: "Montserrat", sans-serif;
          background: #ef3c38;
          color: #fff;
          border: none;
          border-radius: 0;
          box-shadow: none;
          filter: none; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button button.btn-checkout1:hover span span, #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button button.btn-continue1:hover span span {
          filter: none; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button button.btn-checkout1 {
          float: none;
          width: 100%; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button button.btn-continue1 {
          float: none;
          margin: 0 auto; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button tr {
          background: transparent !important;
          font-size: 12px; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals.mst_popup_total {
          float: none; }
        #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals table {
          margin-bottom: 10px; }
          #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals table tbody tr, #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals table tfoot tr {
            display: none; }
            #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals table tbody tr td, #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals table tfoot tr td {
              padding: 3px 0; }
          #ajaxaddtocart-add-confirm .added-content > div.cart .cart-bottom .box-button .totals table tfoot tr:last-child {
            display: table-row; }
  #ajaxaddtocart-add-confirm .added-content .price {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: right; }

@media (max-width: 68.6775em) {
  #ajaxaddtocart-add-confirm .popup_productdetail {
    display: block;
    padding: 0 20px; } }

@media (max-width: 68.6775em) {
  #ajaxaddtocart-add-confirm .popup_productdetail .product_image {
    float: none !important;
    max-width: 200px;
    margin: 20px auto 0; } }

@media (max-width: 68.6775em) {
  #ajaxaddtocart-add-confirm .popup_productdetail .mst-bac-continue, #ajaxaddtocart-add-confirm .popup_productdetail .mst-bac-checkout {
    display: block;
    height: 40px;
    padding: 0;
    margin-top: 40px;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 1px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    background: #2765aa; } }

@media (max-width: 68.6775em) {
  #ajaxaddtocart-add-confirm .popup_productdetail .mst-bac-checkout {
    background: #ef3c38;
    margin-bottom: 20px;
    margin-top: 5px; } }

#fromDate,
#toDate {
  font-weight: 700; }

#ajaxaddtocart-progress {
  background: transparent;
  border: none; }

#ajaxaddtocart-progress p {
  display: none !important; }

body.catalogsearch-advanced-index .form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.catalogsearch-advanced-index .form-list li.odd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px 0 0; }
  body.catalogsearch-advanced-index .form-list li.even {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 20px; }

.catalogsearch-result-index .main-container {
  margin: 60px auto 0; }

.catalogsearch-result-index .block-layered-nav, .catalogsearch-result-index .col-right {
  display: none; }

.catalogsearch-result-index .page-title h1 {
  margin: 20px 0 40px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 300;
  text-align: center; }
  @media (max-width: 46.24em) {
    .catalogsearch-result-index .page-title h1 {
      margin: 0 0 20px;
      font-size: 24px; } }
.catalogsearch-result-index .main-container .block-currency {
  display: none; }

body.sales-guest-form .col-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 0; }

body.sales-guest-form .form-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  body.sales-guest-form .form-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0; }
    body.sales-guest-form .form-list li:first-child {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
      body.sales-guest-form .form-list li:first-child input {
        width: 100% !important; }
    body.sales-guest-form .form-list li.wide {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 20px; }

.amlocator-index-index .main-container {
  margin: 20px 0; }
  @media (max-width: 46.24em) {
    .amlocator-index-index .main-container {
      padding: 0 2vw; } }
  .amlocator-index-index .main-container .main {
    max-width: none; }

.amlocator-index-index button {
  min-height: 0; }

.amlocator-index-index .popup {
  position: static;
  top: unset;
  left: unset; }
  .amlocator-index-index .popup h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0 0; }
    @media (max-width: 46.24em) {
      .amlocator-index-index .popup h2 {
        font-size: 16px; } }
  .amlocator-index-index .popup span {
    display: block;
    margin-top: 3px;
    font-weight: 400; }
    .amlocator-index-index .popup span.address {
      color: #777777;
      letter-spacing: 0.3px;
      line-height: 1.35; }
      @media (max-width: 46.24em) {
        .amlocator-index-index .popup span.address {
          font-size: 11px; } }
    .amlocator-index-index .popup span.description {
      font-size: 14px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
      @media (max-width: 46.24em) {
        .amlocator-index-index .popup span.description {
          font-size: 12px; } }
.amlocator-index-index .amlocator_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .amlocator-index-index .amlocator_group .amlocator_mapblock, .amlocator-index-index .amlocator_group .amlocator_store_list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    width: auto; }

.amlocator-index-index .amlocator_mapblock {
  position: relative;
  margin: 0; }
  .amlocator-index-index .amlocator_mapblock #amasty_locator_filter {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 9;
    width: 80%;
    background: #fff;
    padding: 15px 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08); }
    @media (max-width: 68.6775em) {
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter {
        top: 10px;
        width: 65%;
        padding: 12px 20px; } }
    @media (max-width: 46.24em) {
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter {
        position: static;
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
        box-shadow: none;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0); } }
    .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-title {
      display: none; }
    .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      align-items: flex-end;
      margin: 0; }
      @media (max-width: 46.24em) {
        .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list {
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:not(:last-child) {
        padding-right: 20px; }
        @media (max-width: 68.6775em) {
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:not(:last-child) {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0;
            -moz-box-flex: 1;
            -moz-flex: 1 0 0;
            -ms-flex: 1 0 0;
            flex: 1 0 0;
            max-width: none;
            padding-right: 10px; } }
        @media (max-width: 46.24em) {
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:not(:last-child) {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            padding: 0 0 10px; } }
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -moz-box-flex: 1;
        -moz-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        max-width: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end; }
        @media (max-width: 68.6775em) {
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -moz-box-flex: 0;
            -moz-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }
        @media (max-width: 46.24em) {
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -moz-box-flex: 0;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%; } }
        .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child button.button {
          min-width: 150px;
          margin: 0; }
          @media (max-width: 68.6775em) {
            .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child button.button {
              min-width: 100px;
              height: 35px;
              line-height: 35px;
              font-size: 12px; } }
          @media (max-width: 46.24em) {
            .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child button.button {
              width: 100%; } }
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:last-child button.button:last-child {
            display: none; }
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li#current-address input {
        width: 20vw;
        min-width: 200px; }
        @media (max-width: 68.6775em) {
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li#current-address input {
            width: 100%;
            height: 35px;
            min-width: 0;
            font-size: 12px; } }
      @media (max-width: 68.6775em) {
        .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:nth-child(2) {
          max-width: 140px; } }
      @media (max-width: 46.24em) {
        .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:nth-child(2) {
          max-width: 100%; } }
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:nth-child(2) select {
        width: 10vw;
        min-width: 150px; }
        @media (max-width: 68.6775em) {
          .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li:nth-child(2) select {
            width: 100%;
            height: 35px;
            min-width: 0;
            font-size: 12px; } }
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter .block-content .form-list li label {
        display: none;
        padding: 0; }
    .amlocator-index-index .amlocator_mapblock #amasty_locator_filter button.button {
      margin-left: 10px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.7px; }
      .amlocator-index-index .amlocator_mapblock #amasty_locator_filter button.button span {
        margin: 0; }
  .amlocator-index-index .amlocator_mapblock #amlocator-map-canvas {
    height: 75vh; }
    .amlocator-index-index .amlocator_mapblock #amlocator-map-canvas div[style*="background-image"] {
      background-repeat: no-repeat;
      background-position: center !important; }
    .amlocator-index-index .amlocator_mapblock #amlocator-map-canvas .gm-style div[tabindex] div:first-child img[src="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png"] {
      opacity: 0 !important; }
    .amlocator-index-index .amlocator_mapblock #amlocator-map-canvas .gm-style div[tabindex] .gm-style-pbc + div .gmnoprint {
      opacity: 1 !important;
      background-image: url(https://www.saraghinaeyewear.com/skin/frontend/base/default/images/amasty/amlocator/pin.png) !important;
      background-repeat: no-repeat;
      background-position: center bottom;
      -webkit-transform: translate(0, 12px);
      -moz-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
      transform: translate(0, 12px); }
      .amlocator-index-index .amlocator_mapblock #amlocator-map-canvas .gm-style div[tabindex] .gm-style-pbc + div .gmnoprint img[src="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-poi2.png"] {
        opacity: 0 !important; }
    .amlocator-index-index .amlocator_mapblock #amlocator-map-canvas .gm-style div[tabindex] .gm-style-pbc + div > div > div:last-child > div:first-child {
      -webkit-transform: translate(0, 20px);
      -moz-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
      transform: translate(0, 20px); }
  .amlocator-index-index .amlocator_mapblock .please-wait {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.6); }
    .amlocator-index-index .amlocator_mapblock .please-wait img {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -50px;
      max-width: 100%;
      width: 100px; }

.amlocator-index-index .amlocator_store_list {
  margin: 40px 0; }
  .amlocator-index-index .amlocator_store_list h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 30px;
    text-align: center; }
  .amlocator-index-index .amlocator_store_list #amlocator_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    margin: 0; }
    .amlocator-index-index .amlocator_store_list #amlocator_left > span {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      margin: 0;
      padding: 30px 40px 25px;
      background: #f8f8f8;
      border: 10px solid #fff;
      cursor: auto;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (max-width: 87.49em) {
        .amlocator-index-index .amlocator_store_list #amlocator_left > span {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.3333%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%; } }
      @media (max-width: 68.6775em) {
        .amlocator-index-index .amlocator_store_list #amlocator_left > span {
          padding: 25px 20px 20px;
          font-size: 13px; } }
      @media (max-width: 46.24em) {
        .amlocator-index-index .amlocator_store_list #amlocator_left > span {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          padding: 20px 12px 15px;
          border-width: 5px; } }
      .amlocator-index-index .amlocator_store_list #amlocator_left > span .store-info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0;
        -moz-box-flex: 1;
        -moz-flex: 1 0 0;
        -ms-flex: 1 0 0;
        flex: 1 0 0;
        max-width: none; }
      .amlocator-index-index .amlocator_store_list #amlocator_left > span h3 {
        margin: 0 0 15px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.3px; }
        @media (max-width: 87.49em) {
          .amlocator-index-index .amlocator_store_list #amlocator_left > span h3 {
            font-size: 18px; } }
        @media (max-width: 68.6775em) {
          .amlocator-index-index .amlocator_store_list #amlocator_left > span h3 {
            font-size: 16px; } }
        @media (max-width: 46.24em) {
          .amlocator-index-index .amlocator_store_list #amlocator_left > span h3 {
            font-size: 14px; } }
      .amlocator-index-index .amlocator_store_list #amlocator_left > span p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        margin: 0;
        font-size: 15px;
        letter-spacing: 0.3px;
        line-height: 1.25; }
        @media (max-width: 68.6775em) {
          .amlocator-index-index .amlocator_store_list #amlocator_left > span p {
            font-size: 14px; } }
        @media (max-width: 46.24em) {
          .amlocator-index-index .amlocator_store_list #amlocator_left > span p {
            font-size: 12px; } }
        .amlocator-index-index .amlocator_store_list #amlocator_left > span p.address-2 {
          margin-bottom: 7px; }
          .amlocator-index-index .amlocator_store_list #amlocator_left > span p.address-2 i {
            opacity: 0;
            visibility: hidden; }
        .amlocator-index-index .amlocator_store_list #amlocator_left > span p.mail {
          margin-top: 5px; }
          .amlocator-index-index .amlocator_store_list #amlocator_left > span p.mail i {
            margin-bottom: -2px; }
        .amlocator-index-index .amlocator_store_list #amlocator_left > span p i {
          width: 18px;
          margin-right: 5px;
          font-size: 20px;
          line-height: 1;
          color: #2765aa; }
          @media (max-width: 68.6775em) {
            .amlocator-index-index .amlocator_store_list #amlocator_left > span p i {
              width: 16px;
              font-size: 18px; } }
          @media (max-width: 46.24em) {
            .amlocator-index-index .amlocator_store_list #amlocator_left > span p i {
              width: 14px;
              font-size: 16px; } }
      .amlocator-index-index .amlocator_store_list #amlocator_left > span a.button {
        height: 30px;
        margin: 20px 0 0;
        font-size: 12px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 1px;
        background: #aaa;
        color: #fff; }
        @media (max-width: 46.24em) {
          .amlocator-index-index .amlocator_store_list #amlocator_left > span a.button {
            width: 100%; } }
        .amlocator-index-index .amlocator_store_list #amlocator_left > span a.button:hover {
          background: #2765aa; }

.nl-main {
  display: flex; }

.immagine-newsletter {
  /*background: url('../images/saucony-nl.jpg') no-repeat center / cover;
    flex: 0 0 35%;*/
  display: none; }

.cont-newsletter {
  padding: 20px;
  flex: 0 0 100%; }

#esns_background_layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6); }
  #esns_background_layer #esns_box_layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    max-width: 90%;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    margin: 0 auto !important;
    border: 10px solid #ccc; }
    #esns_background_layer #esns_box_layer .ns_image, #esns_background_layer #esns_box_layer .esns_container {
      padding: 50px; }
      @media (max-width: 68.6775em) {
        #esns_background_layer #esns_box_layer .ns_image, #esns_background_layer #esns_box_layer .esns_container {
          padding: 30px; } }
      @media (max-width: 46.24em) {
        #esns_background_layer #esns_box_layer .ns_image, #esns_background_layer #esns_box_layer .esns_container {
          padding: 30px 4vw 20px; } }
    #esns_background_layer #esns_box_layer .ns_image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0; }
      @media (max-width: 46.24em) {
        #esns_background_layer #esns_box_layer .ns_image {
          display: none; } }
      #esns_background_layer #esns_box_layer .ns_image img {
        width: 450px;
        height: auto; }
        @media (max-width: 68.6775em) {
          #esns_background_layer #esns_box_layer .ns_image img {
            width: 280px; } }
    #esns_background_layer #esns_box_layer .esns_container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0;
      -moz-box-flex: 1;
      -moz-flex: 1 0 0;
      -ms-flex: 1 0 0;
      flex: 1 0 0;
      max-width: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
    #esns_background_layer #esns_box_layer #esns_box_close {
      position: absolute;
      top: 10px;
      right: 15px;
      width: 48px;
      height: 48px;
      float: none;
      background: none; }
      @media (max-width: 68.6775em) {
        #esns_background_layer #esns_box_layer #esns_box_close {
          width: 30px;
          height: 30px; } }
      @media (max-width: 46.24em) {
        #esns_background_layer #esns_box_layer #esns_box_close {
          width: 20px;
          height: 20px; } }
      #esns_background_layer #esns_box_layer #esns_box_close::after {
        content: "\f2d7";
        display: inline-block;
        font-family: "Ionicons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 48px; }
        @media (max-width: 68.6775em) {
          #esns_background_layer #esns_box_layer #esns_box_close::after {
            font-size: 30px; } }
        @media (max-width: 46.24em) {
          #esns_background_layer #esns_box_layer #esns_box_close::after {
            font-size: 20px; } }
    #esns_background_layer #esns_box_layer #esns_box_title {
      width: 100%;
      margin: 0;
      background: none; }
      #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_1, #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_2 {
        width: 100%;
        margin: 0;
        line-height: 1.25;
        text-transform: uppercase;
        text-align: center;
        font-family: "Montserrat", sans-serif; }
      #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_1 {
        font-size: 24px;
        word-spacing: 3px;
        margin-bottom: 5px; }
        @media (max-width: 68.6775em) {
          #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_1 {
            font-size: 17px;
            margin-bottom: 3px; } }
      #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_2 {
        font-size: 18px;
        letter-spacing: 1px; }
        @media (max-width: 68.6775em) {
          #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_2 {
            font-size: 13px;
            letter-spacing: 0.3px; } }
        @media (max-width: 46.24em) {
          #esns_background_layer #esns_box_layer #esns_box_title #esns_box_block_2 {
            letter-spacing: 0.6px; } }
    #esns_background_layer #esns_box_layer .esns_box_lines {
      display: none; }
    #esns_background_layer #esns_box_layer #esns_box_block_3 {
      margin: 40px 0 50px;
      padding: 0;
      font-size: 11px;
      line-height: 2;
      letter-spacing: 0.4px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      text-align: center; }
      @media (max-width: 68.6775em) {
        #esns_background_layer #esns_box_layer #esns_box_block_3 {
          margin: 20px 0;
          font-size: 9px; } }
      #esns_background_layer #esns_box_layer #esns_box_block_3 span {
        color: #d00000; }
    #esns_background_layer #esns_box_layer #esns_box_subscribe {
      margin: 0;
      padding: 0; }
      #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_response_success {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #3c763d; }
      #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_response_error {
        margin: 0 0 10px;
        font-size: 12px;
        text-align: center;
        color: #a94442; }
      #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_input {
        width: auto;
        float: none; }
        #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_input input {
          width: 100%;
          height: 50px;
          margin: 0 0 10px;
          font-size: 16px;
          text-align: center;
          border: 1px solid #c0c0c0;
          color: #666; }
          @media (max-width: 68.6775em) {
            #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_input input {
              height: 30px;
              font-size: 12px; } }
      #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_submit {
        width: auto;
        float: none; }
        #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_submit a {
          display: block;
          height: 50px;
          width: auto;
          margin: 0;
          padding: 0 25px;
          font-size: 18px;
          line-height: 50px;
          letter-spacing: 1px;
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          text-align: center;
          background-image: none;
          background: #c0c0c0;
          color: #fff; }
          @media (max-width: 68.6775em) {
            #esns_background_layer #esns_box_layer #esns_box_subscribe #esns_box_subscribe_submit a {
              height: 30px;
              font-size: 12px;
              line-height: 30px; } }
    #esns_background_layer #esns_box_layer .esns_agreement {
      margin: 15px 0 0;
      font-size: 11px;
      font-weight: 300;
      line-height: 1.6;
      letter-spacing: 0.3px; }
      @media (max-width: 68.6775em) {
        #esns_background_layer #esns_box_layer .esns_agreement {
          margin: 10px 0 0;
          font-size: 9px;
          line-height: 1.4; } }
#aw_popup_window {
  padding: 0;
  border-radius: 0;
  border: none;
  height: auto !important; }
  #aw_popup_window img {
    display: block; }
  #aw_popup_window #aw_popup_close_btn {
    cursor: pointer;
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent; }

.cms-index-index .main-container {
  margin: 40px 0 20px; }
  @media (max-width: 68.6775em) {
    .cms-index-index .main-container {
      margin: 0; } }
  @media (max-width: 46.24em) {
    .cms-index-index .main-container {
      padding: 2vw 2vw 0; } }
  .cms-index-index .main-container .main {
    max-width: none; }

.cms-index-index img {
  max-width: 100%; }

.cms-index-index .homebody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 80vw; }
  @media (max-width: 68.6775em) {
    .cms-index-index .homebody {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding: 0 20px;
      margin: 20px 0; } }
  @media (max-width: 46.24em) {
    .cms-index-index .homebody {
      padding: 0 2vw;
      margin: 10px 0 0; } }
  .cms-index-index .homebody .l-box, .cms-index-index .homebody .r-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .cms-index-index .homebody .l-box > div, .cms-index-index .homebody .r-box > div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      background-color: #e0e0e0;
      border-bottom: 15px solid #fff;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      overflow: hidden; }
      .cms-index-index .homebody .l-box > div a, .cms-index-index .homebody .r-box > div a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px 5%;
        z-index: 1; }
        .cms-index-index .homebody .l-box > div a h2, .cms-index-index .homebody .r-box > div a h2 {
          margin: 0;
          text-transform: uppercase;
          font-size: 48px;
          font-weight: 500;
          color: #fff; }
          @media (max-width: 87.49em) {
            .cms-index-index .homebody .l-box > div a h2, .cms-index-index .homebody .r-box > div a h2 {
              font-size: 32px; } }
          @media (max-width: 46.24em) {
            .cms-index-index .homebody .l-box > div a h2, .cms-index-index .homebody .r-box > div a h2 {
              font-size: 30px; } }
        .cms-index-index .homebody .l-box > div a .tile, .cms-index-index .homebody .r-box > div a .tile {
          text-align: center; }
          .cms-index-index .homebody .l-box > div a .tile h2.title, .cms-index-index .homebody .r-box > div a .tile h2.title {
            margin-bottom: 20px; }
            @media (max-width: 46.24em) {
              .cms-index-index .homebody .l-box > div a .tile h2.title, .cms-index-index .homebody .r-box > div a .tile h2.title {
                margin-bottom: 0; } }
          .cms-index-index .homebody .l-box > div a .tile .subtitle, .cms-index-index .homebody .r-box > div a .tile .subtitle {
            margin: 0;
            padding: 0 10%;
            font-size: 16px;
            font-weight: lighter;
            letter-spacing: 1px;
            color: #fff; }
            @media (min-width: 68.6875em) and (max-width: 87.49em) {
              .cms-index-index .homebody .l-box > div a .tile .subtitle, .cms-index-index .homebody .r-box > div a .tile .subtitle {
                font-size: 14px; } }
            @media (max-width: 68.6775em) {
              .cms-index-index .homebody .l-box > div a .tile .subtitle, .cms-index-index .homebody .r-box > div a .tile .subtitle {
                padding: 0 2%; } }
            @media (max-width: 46.24em) {
              .cms-index-index .homebody .l-box > div a .tile .subtitle, .cms-index-index .homebody .r-box > div a .tile .subtitle {
                display: none; } }
        .cms-index-index .homebody .l-box > div a:hover + div.image, .cms-index-index .homebody .r-box > div a:hover + div.image {
          -webkit-transform: scale(1.02);
          -moz-transform: scale(1.02);
          -ms-transform: scale(1.02);
          transform: scale(1.02); }
      .cms-index-index .homebody .l-box > div .image, .cms-index-index .homebody .r-box > div .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 1.2s cubic-bezier(0, 0, 0.2, 1); }
    .cms-index-index .homebody .l-box .l1, .cms-index-index .homebody .r-box .l1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 40%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%; }
      @media (max-width: 68.6775em) {
        .cms-index-index .homebody .l-box .l1, .cms-index-index .homebody .r-box .l1 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.3333%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
          height: 30vw;
          border-right: 15px solid #fff; } }
      @media (max-width: 46.24em) {
        .cms-index-index .homebody .l-box .l1, .cms-index-index .homebody .r-box .l1 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          height: 70vw;
          border-right: none; } }
    .cms-index-index .homebody .l-box .l2, .cms-index-index .homebody .r-box .l2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%; }
      @media (max-width: 68.6775em) {
        .cms-index-index .homebody .l-box .l2, .cms-index-index .homebody .r-box .l2 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.3333%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
          height: 30vw;
          border-right: 15px solid #fff; } }
      @media (max-width: 46.24em) {
        .cms-index-index .homebody .l-box .l2, .cms-index-index .homebody .r-box .l2 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          height: 70vw;
          border-right: none; } }
    .cms-index-index .homebody .l-box .l3, .cms-index-index .homebody .r-box .l3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 35%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%; }
      @media (max-width: 68.6775em) {
        .cms-index-index .homebody .l-box .l3, .cms-index-index .homebody .r-box .l3 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.3333%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%;
          height: 30vw; } }
      @media (max-width: 46.24em) {
        .cms-index-index .homebody .l-box .l3, .cms-index-index .homebody .r-box .l3 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          height: 70vw;
          border-right: none; } }
    .cms-index-index .homebody .l-box .r1, .cms-index-index .homebody .r-box .r1 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      height: 60%; }
      @media (max-width: 68.6775em) {
        .cms-index-index .homebody .l-box .r1, .cms-index-index .homebody .r-box .r1 {
          height: 60vw; } }
      @media (max-width: 46.24em) {
        .cms-index-index .homebody .l-box .r1, .cms-index-index .homebody .r-box .r1 {
          height: 70vw; } }
    .cms-index-index .homebody .l-box .r2, .cms-index-index .homebody .r-box .r2 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 55%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 55%;
      -ms-flex: 0 0 55%;
      flex: 0 0 55%;
      border-right: 15px solid #fff;
      height: 40%; }
      @media (max-width: 68.6775em) {
        .cms-index-index .homebody .l-box .r2, .cms-index-index .homebody .r-box .r2 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          height: 40vw; } }
      @media (max-width: 46.24em) {
        .cms-index-index .homebody .l-box .r2, .cms-index-index .homebody .r-box .r2 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          height: 70vw;
          border-right: none; } }
    .cms-index-index .homebody .l-box .r3, .cms-index-index .homebody .r-box .r3 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
      flex: 0 0 45%;
      height: 40%; }
      @media (max-width: 68.6775em) {
        .cms-index-index .homebody .l-box .r3, .cms-index-index .homebody .r-box .r3 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 50%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
          flex: 0 0 50%;
          max-width: 50%;
          height: 40vw; } }
      @media (max-width: 46.24em) {
        .cms-index-index .homebody .l-box .r3, .cms-index-index .homebody .r-box .r3 {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          height: 70vw; } }
  .cms-index-index .homebody .l-box {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    padding-right: 20px; }
    @media (max-width: 68.6775em) {
      .cms-index-index .homebody .l-box {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }
  .cms-index-index .homebody .r-box {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 67%;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%; }
    @media (max-width: 68.6775em) {
      .cms-index-index .homebody .r-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
.cms-index-index .banner-full img {
  display: block; }

.cms-index-index .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 150px; }
  .cms-index-index .banner-list .banner {
    flex: 0 0 calc(25% - 15px);
    padding: 0;
    text-align: center;
    overflow: hidden; }
    .cms-index-index .banner-list .banner img {
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .cms-index-index .banner-list .banner:hover img {
      -ms-transform: scale(1.01);
      -webkit-transform: scale(1.01);
      transform: scale(1.01); }

.cms-index-index .breadcrumbs {
  display: none; }

.cms-index-index .home-content-wrap {
  display: inline-block;
  width: 100%; }

.cms-index-index .home-mobile {
  display: none; }
  .cms-index-index .home-mobile .hero {
    height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    background: url("http://www.myt-shirt.it/skin/frontend/evolve/evolve/images/hero.jpg") no-repeat center/cover; }
    .cms-index-index .home-mobile .hero h2 {
      margin: 0;
      text-transform: uppercase;
      color: #fff; }
    .cms-index-index .home-mobile .hero p {
      color: #fff; }
    .cms-index-index .home-mobile .hero .hero-actions {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      text-align: center;
      font-weight: 600; }
      .cms-index-index .home-mobile .hero .hero-actions a {
        color: #fff; }
  .cms-index-index .home-mobile .fast-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 10px; }
    .cms-index-index .home-mobile .fast-actions > div {
      flex: 0 0 calc(50% - 5px);
      background: #eee;
      height: 60px;
      text-align: center;
      line-height: 60px;
      margin-bottom: 10px;
      font-weight: 600; }
      .cms-index-index .home-mobile .fast-actions > div:nth-child(odd) {
        margin-right: 5px; }
      .cms-index-index .home-mobile .fast-actions > div:nth-child(even) {
        margin-left: 5px; }
      .cms-index-index .home-mobile .fast-actions > div:last-child {
        background: #555; }
        .cms-index-index .home-mobile .fast-actions > div:last-child a {
          color: #fff; }
  .cms-index-index .home-mobile .widget-products ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cms-index-index .home-mobile .widget-products ul .item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 20px 15px;
      max-width: 50%; }
  .cms-index-index .home-mobile .home-actions {
    text-align: center; }
    .cms-index-index .home-mobile .home-actions a {
      display: inline-block;
      background: #eee;
      height: 60px;
      line-height: 60px;
      padding: 0 30px;
      margin: 0 20px 60px;
      text-transform: uppercase;
      font-weight: 600; }

.cms-index-index .owl-carousel + .owl-carousel {
  display: none; }

.cms-index-index #owl-products-new {
  max-width: 1480px;
  margin: 0 auto;
  position: relative; }

.cms-index-index #owl-slider .owl-nav {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; }
  .cms-index-index #owl-slider .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    margin-top: -30px; }
  .cms-index-index #owl-slider .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    margin-top: -30px; }
  .cms-index-index #owl-slider .owl-nav .owl-next, .cms-index-index #owl-slider .owl-nav .owl-prev {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    opacity: 0.6;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .cms-index-index #owl-slider .owl-nav .owl-next:hover, .cms-index-index #owl-slider .owl-nav .owl-prev:hover {
      opacity: 1; }
  .cms-index-index #owl-slider .owl-nav i {
    font-size: 32px; }

.cms-index-index #owl-slider .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0; }
  .cms-index-index #owl-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    background: #fff;
    display: inline-block;
    opacity: 0.6; }
    .cms-index-index #owl-slider .owl-dots .owl-dot.active {
      opacity: 1; }

.cms-index-index #owl-slider:hover .owl-next {
  opacity: 1; }

.cms-index-index .widget .widget-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 100px 0 20px; }
  .cms-index-index .widget .widget-title h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 0 30px; }
  .cms-index-index .widget .widget-title .line {
    flex-grow: 2;
    height: 1px;
    width: auto;
    background: #ccc; }

.cms-index-index .widget #owl-products-new .owl-dots.disabled, .cms-index-index .widget #owl-products-new .owl-nav.disabled, .cms-index-index .widget .owl-nav {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; }
  .cms-index-index .widget #owl-products-new .owl-dots.disabled .owl-prev, .cms-index-index .widget #owl-products-new .owl-nav.disabled .owl-prev, .cms-index-index .widget .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    margin-top: -20px; }
  .cms-index-index .widget #owl-products-new .owl-dots.disabled .owl-next, .cms-index-index .widget #owl-products-new .owl-nav.disabled .owl-next, .cms-index-index .widget .owl-nav .owl-next {
    position: absolute;
    right: 0;
    margin-top: -20px; }
  .cms-index-index .widget #owl-products-new .owl-dots.disabled i, .cms-index-index .widget #owl-products-new .owl-nav.disabled i, .cms-index-index .widget .owl-nav i {
    font-size: 32px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    display: block; }

.cms-index-index .home-mobile .widget .widget-title {
  margin: 30px 0 20px; }

.blog-index-list .main-container {
  max-width: 1400px;
  margin: 0 auto; }
  @media (max-width: 46.24em) {
    .blog-index-list .main-container {
      padding: 0 2vw; } }
@media (max-width: 46.24em) {
  .blog-index-list .banner-categoria {
    padding: 20px 2vw 10px; } }

.blog-index-list .press-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 0 0; }
  @media (max-width: 46.24em) {
    .blog-index-list .press-list {
      padding: 40px 0; } }
  .blog-index-list .press-list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px 5vw;
    text-align: center; }
    @media (max-width: 68.6775em) {
      .blog-index-list .press-list .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%; } }
    @media (max-width: 46.24em) {
      .blog-index-list .press-list .item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    .blog-index-list .press-list .item img {
      width: 100%; }
    .blog-index-list .press-list .item .post-content {
      margin-bottom: 20px; }
    .blog-index-list .press-list .item .post-title h2 {
      margin: 0;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
      @media (max-width: 87.49em) {
        .blog-index-list .press-list .item .post-title h2 {
          font-size: 15px; } }
    .blog-index-list .press-list .item .post-date {
      font-size: 14px;
      font-weight: 400;
      text-transform: capitalize;
      display: block;
      margin-bottom: 10px;
      color: #787878;
      letter-spacing: 1px;
      line-height: 1; }
      @media (max-width: 87.49em) {
        .blog-index-list .press-list .item .post-date {
          font-size: 12px; } }
/* -----------------------------------------------------------------------------*/
/* This file contains all styles related to the responsive of the site.*/
/* -----------------------------------------------------------------------------*/
@media only screen and (max-width: 1500px) {
  .catalog-product-view .product-img-box img {
    max-width: 450px; }
  .catalog-product-view .upsell-container {
    height: 400px; } }

@media only screen and (max-width: 1400px) {
  .catalog-product-view .product-img-box img {
    max-width: 400px; } }

@media only screen and (max-width: 1299px) {
  /* Checkout
	-------------------------------------------------------------------------------*/
  .checkout-onepage-index .main .sidebar {
    position: static;
    padding: 40px 0 0;
    max-width: 100% !important; } }

@media only screen and (max-width: 1280px) {
  /* Generico
	-------------------------------------------------------------------------------*/
  /* Header
	-------------------------------------------------------------------------------*/
  /* Menu
	-------------------------------------------------------------------------------*/
  /* Footer
	-------------------------------------------------------------------------------*/
  /* Store Locator
	-------------------------------------------------------------------------------*/
  body .storelocator .filter {
    position: relative !important;
    top: 10px;
    left: 0;
    right: 0;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.85);
    border: 2px solid #1b1b1b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 20px; }
  /* Prodotto
	-------------------------------------------------------------------------------*/
  .catalog-product-view .upsell-container {
    height: 400px; }
  /* Carrello
	-------------------------------------------------------------------------------*/
  .checkout-cart-index td img {
    max-width: 100px; }
  /* Checkout
	-------------------------------------------------------------------------------*/ }

@media only screen and (max-width: 1100px) {
  /* Carrello
	-------------------------------------------------------------------------------*/ }

@media only screen and (max-width: 980px) {
  .catalog-product-view .guidataglie-trigger {
    left: 38px; }
  /* Carrello
	-------------------------------------------------------------------------------*/
  .newpop > div img.mobile {
    display: block; }
  .newpop > div img.desktop {
    display: none; }
  /* Generico
	-------------------------------------------------------------------------------*/
  .popup .popup-body {
    width: 90vw;
    margin-left: -45vw; }
  .catalogsearch-result-index .products-grid .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .form-language i {
    display: none; }
  .lista-categorie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cat-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }
  .form-language, .currency-switcher {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0; }
  .form-language select,
  .currency-switcher select {
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .form-language select {
    border-right: 1px solid #eee; }
  body.category-stores .main-container {
    max-width: none; }
    body.category-stores .main-container .store-locator {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      body.category-stores .main-container .store-locator .span4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; }
      body.category-stores .main-container .store-locator .span8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0; }
  /* Header
	-------------------------------------------------------------------------------*/
  .catalog-category-view .main-container {
    padding-top: 0 !important; }
  /* Store Locator */
  body .storelocator .button span span {
    padding: 0 20px !important; }
  /* Menu
	-------------------------------------------------------------------------------*/
  .logo-sidebar img {
    height: 28px;
    margin: 11px 8px; }
  .nav-container .cat-list li a:hover + ul,
  .nav-container .cat-list li a + ul:hover, .nav-container .cat-list li a:focus + ul,
  .nav-container .cat-list li a + ul:focus {
    display: none; }
  .nav-container .cat-list {
    /* Margini menu */
    /* Colori menu */ }
    .nav-container .cat-list > li > a {
      font-weight: 600; }
    .nav-container .cat-list li a {
      height: 50px;
      line-height: 50px;
      border-top: 1px solid #eee;
      color: #000; }
      .nav-container .cat-list li a.sub-disabled-link, .nav-container .cat-list li a.sub-sub-disabled-link {
        padding: 0; }
      .nav-container .cat-list li a.disabled-link > i {
        display: block; }
    .nav-container .cat-list li a:hover + ul, .nav-container .cat-list li a + ul:hover, .nav-container .cat-list li a:focus + ul, .nav-container .cat-list li a + ul:focus {
      background: transparent;
      position: relative;
      width: 100%;
      padding: 0; }
    .nav-container .cat-list li ul li {
      border-top: 1px solid #eee;
      margin: 0 10px;
      min-height: 40px;
      height: auto; }
      .nav-container .cat-list li ul li:first-child {
        border: none; }
      .nav-container .cat-list li ul li:hover, .nav-container .cat-list li ul li:focus {
        background: transparent; }
      .nav-container .cat-list li ul li a {
        padding: 0;
        margin: 0;
        display: block;
        height: 40px;
        line-height: 40px; }
      .nav-container .cat-list li ul li ul li {
        margin: 0; }
    .nav-container .cat-list ul.sub-cat-list > li {
      margin-left: 20px !important; }
    .nav-container .cat-list ul.sub-sub-cat-list {
      margin-left: 20px; }
    .nav-container .cat-list ul.sub-cat-list {
      background: #eee !important; }
  /* macello */
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:hover,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:focus,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:hover,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:focus {
    right: 0;
    position: relative;
    top: 0;
    border-left: none;
    width: auto; }
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:hover + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:hover + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:hover .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:hover .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:hover .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:hover .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:focus + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:focus + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:hover + ul .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:focus .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:focus .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:focus .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:hover + ul .sub-sub-cat-list:focus .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:hover + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:hover + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:hover .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:hover .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:hover .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:hover .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:focus + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:focus + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:hover .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:focus .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:focus .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:focus .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:hover .sub-sub-cat-list:focus .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:hover + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:hover + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:hover .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:hover .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:hover .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:hover .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:focus + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:focus + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:focus + ul .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:focus .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:focus .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:focus .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a:focus + ul .sub-sub-cat-list:focus .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:hover + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:hover + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:hover + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:hover .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:hover .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:hover .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:hover .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:focus + ul .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:focus + ul .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:focus .sub-disabled-link:focus + ul .sub-sub-sub-cat-list:focus,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:focus .sub-sub-disabled-link:hover + ul,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:focus .sub-sub-sub-cat-list:hover,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:focus .sub-sub-disabled-link:focus + ul,
  .nav-container .cat-list li a + ul:focus .sub-sub-cat-list:focus .sub-sub-sub-cat-list:focus {
    right: 0;
    border: none;
    margin-left: 20px; }
  #nav-container .sub-cat-list.open,
  #nav-container .sub-sub-cat-list.open,
  #nav-container .sub-sub-sub-cat-list.open {
    display: block;
    position: relative;
    margin-bottom: 20px; }
  #nav-container .disabled-link,
  #nav-container .sub-disabled-link,
  #nav-container .sub-sub-disabled-link {
    position: relative; }
    #nav-container .disabled-link i,
    #nav-container .sub-disabled-link i,
    #nav-container .sub-sub-disabled-link i {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 0; }
  #nav-container .disabled-link.open > i,
  #nav-container .sub-disabled-link.open > i,
  #nav-container .sub-sub-disabled-link.open > i {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  /* Footer
	-------------------------------------------------------------------------------*/
  .footer-newsletter {
    display: none;
    background: none;
    margin: 0;
    padding: 0;
    border: none; }
  .popup-body .footer-newsletter {
    display: block; }
  #newsletter .popup-body {
    background: url(http://www.myt-shirt.it/skin/frontend/evolve/evolve/images/newsletter.jpg) no-repeat center/cover;
    padding: 30px 20px 20px; }
  .footer-container .footer.desktop {
    display: none; }
  .footer-container .footer-mobile {
    display: block; }
  .footer-container .footer-helper {
    background: #fff;
    padding: 0; }
    .footer-container .footer-helper .footer-helper-container > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.3333%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.3333%;
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%;
      padding: 0;
      height: 60px;
      line-height: 60px;
      border-top: 1px solid #000; }
      .footer-container .footer-helper .footer-helper-container > div span, .footer-container .footer-helper .footer-helper-container > div i {
        color: #000;
        font-size: 14px; }
      .footer-container .footer-helper .footer-helper-container > div i {
        font-size: 16px;
        color: #444; }
      .footer-container .footer-helper .footer-helper-container > div:first-child i:before {
        content: "\f2ab"; }
      .footer-container .footer-helper .footer-helper-container > div:nth-child(2) i:before {
        content: "\f201"; }
      .footer-container .footer-helper .footer-helper-container > div:nth-child(3) i:before {
        content: "\f392"; }
  /* Homepage
	-------------------------------------------------------------------------------*/
  .cms-index-index .home-desktop {
    display: none; }
  .cms-index-index .home-mobile {
    display: block; }
  /* Categoria
	-------------------------------------------------------------------------------*/
  .catalog-category-view .main-container .products-grid .item .link-wishlist {
    display: none; }
  .catalog-category-view .main-container .col-left .currently li {
    background: #fff;
    margin-top: 5px; }
  /* Prodotto
	-------------------------------------------------------------------------------*/
  .catalog-product-view {
    /* Coupon Fix */ }
    .catalog-product-view .product-img-box img {
      max-width: 100%; }
    .catalog-product-view .popup .popup-content {
      max-height: 300px;
      overflow: auto; }
    .catalog-product-view .sconto-testo {
      display: none; }
    .catalog-product-view .trustpilot-widget {
      margin-top: 40px; }
    .catalog-product-view .product-img-box a {
      display: block; }
    .catalog-product-view .product-img-box .sconto.mobile {
      display: block; }
    .catalog-product-view #domande-frequenti {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 30px; }
      .catalog-product-view #domande-frequenti .faq {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        background: #eee;
        height: 45px;
        text-align: center;
        line-height: 45px;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif; }
        .catalog-product-view #domande-frequenti .faq:nth-child(even) {
          margin-right: 5px; }
        .catalog-product-view #domande-frequenti .faq:nth-child(odd) {
          margin-left: 5px; }
      .catalog-product-view #domande-frequenti .faq-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 35px;
        margin-bottom: 7px; }
        .catalog-product-view #domande-frequenti .faq-title h3 {
          font-size: 12px;
          margin: 0;
          padding: 0 12px; }
        .catalog-product-view #domande-frequenti .faq-title .line {
          -webkit-box-flex: 2;
          -ms-flex-positive: 2;
          flex-grow: 2;
          height: 1px;
          background: #ccc; }
    .catalog-product-view img {
      max-width: 100%; }
    .catalog-product-view .product-navigation .breadcrumbs {
      display: none; }
    .catalog-product-view .product-navigation .go-back.mobile {
      display: block;
      text-transform: uppercase;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      width: 100%; }
      .catalog-product-view .product-navigation .go-back.mobile a {
        background: #eee;
        margin: 0 30px;
        padding: 10px 20px;
        text-align: center;
        display: block; }
        .catalog-product-view .product-navigation .go-back.mobile a i {
          margin-right: 10px; }
    .catalog-product-view .product-navigation .prev-next {
      display: none; }
    .catalog-product-view .product-selection .product-options-bottom .price-box {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      margin-bottom: 5px; }
    .catalog-product-view .product-selection .product-options-bottom .add-to-cart {
      padding: 0;
      width: 100%; }
      .catalog-product-view .product-selection .product-options-bottom .add-to-cart .button {
        width: 100%; }
    .catalog-product-view .product-popups {
      display: none; }
    .catalog-product-view .wa-message {
      display: none; }
    .catalog-product-view .wa-message.mobile {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-left: 30px;
      margin-right: 30px; }
    .catalog-product-view .upsell-container {
      position: static;
      height: auto;
      -webkit-box-align: initial;
      -ms-flex-align: initial;
      align-items: initial; }
      .catalog-product-view .upsell-container .upsell-title.mobile {
        display: block; }
        .catalog-product-view .upsell-container .upsell-title.mobile h3 {
          font-size: 18px;
          text-transform: uppercase;
          text-align: center;
          margin-top: 40px;
          margin-bottom: 10px; }
      .catalog-product-view .upsell-container .upsell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
        opacity: 1;
        max-width: 50%;
        margin-bottom: 40px; }
        .catalog-product-view .upsell-container .upsell:nth-child(3) {
          margin-right: 0; }
        .catalog-product-view .upsell-container .upsell h4 {
          margin-left: 10%;
          margin-right: 10%;
          text-align: center; }
    .catalog-product-view #ajaxaddtocart-add-confirm .cart .page-title, .catalog-product-view .page-title.title-buttons.title_popup,
    .catalog-product-view #ajaxaddtocart-add-confirm .cart .page-title, .catalog-product-view .page-title.title-buttons.title_popup + form {
      display: none; }
    .catalog-product-view #ajaxaddtocart-add-confirm .box-button {
      display: none; }
    .catalog-product-view #ajaxaddtocart-add-confirm .cart .cart-collaterals {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 25px; }
    .catalog-product-view #ajaxaddtocart-add-confirm .continua-shopping {
      display: none; }
  /* Carrello
	-------------------------------------------------------------------------------*/
  /* Checkout
	-------------------------------------------------------------------------------*/
  .mobile-menu #nav-container {
    display: block; }
    .mobile-menu #nav-container .form-language {
      display: none; }
    .mobile-menu #nav-container .cat-list li {
      width: 100%;
      position: relative;
      height: auto;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -moz-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      -ms-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0, 0, 0.2, 1); }
      .mobile-menu #nav-container .cat-list li a {
        color: #fff;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-family: 'Montserrat',sans-serif;
        height: 100%;
        width: 100%;
        text-align: center;
        height: 41px;
        line-height: 41px;
        border-top: none; }
      .mobile-menu #nav-container .cat-list li ul.sub-cat-list {
        background: #fff;
        position: static;
        margin: 0 !important;
        height: 0;
        border-top: none; }
        .mobile-menu #nav-container .cat-list li ul.sub-cat-list li {
          margin: 0 !important; }
          .mobile-menu #nav-container .cat-list li ul.sub-cat-list li a {
            color: #000;
            background: #fff; }
        .mobile-menu #nav-container .cat-list li ul.sub-cat-list.open {
          height: auto; } }

@media only screen and (max-width: 767px) {
  body .storelocator {
    width: auto; }
    body .storelocator .search-result {
      width: auto !important;
      margin: 0 auto; }
    body .storelocator #storelocator-search {
      width: 100%; }
      body .storelocator #storelocator-search .field {
        margin-bottom: 11px;
        float: none !important;
        width: 100% !important; }
      body .storelocator #storelocator-search #country_chosen,
      body .storelocator #storelocator-search input[type="text"],
      body .storelocator #storelocator-search .radius-input,
      body .storelocator #storelocator-search .button {
        width: 100% !important;
        float: none !important;
        padding: 0; } }

@media only screen and (max-width: 750px) {
  /* Footer
	-------------------------------------------------------------------------------*/
  .footer-container .footer-helper .footer-helper-container > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    max-width: 100%; } }

@media only screen and (max-width: 739px) {
  .checkout-onepage-index .header-container .header-center .on-left {
    position: absolute;
    left: 20px;
    top: 50px;
    display: block; }
  .adp-step, .adp-substep {
    white-space: initial; }
  /* Carrello
	-------------------------------------------------------------------------------*/
  /* Checkout
	-------------------------------------------------------------------------------*/ }

@media only screen and (max-width: 61.24em) {
  .header-container .header-center .on-right,
  .header-container .header-center .on-left {
    top: 30px; } }

@media only screen and (max-width: 46.24em) {
  .header-container .header-center .on-right,
  .header-container .header-center .on-left {
    top: 9px; } }

@media only screen and (max-width: 27.313em) {
  .header-container .header-center .on-right {
    top: 9px; }
  .header-container .header-center .on-left {
    top: 9px; }
  .header-container .header.stick .header-center .on-left, .header-container .header.stick .header-center .on-right {
    top: 0px; } }
