﻿/*@ffBase: 'Montserrat', sans-serif;*/
/*@colorGrigioRestyling2020: #f1f1f2;
@colorGrigietto: @colorGrigioRestyling2020;
@colorLogoRestyling2020: #4b4e51;*/
/*@heightHeader: 120px;
@heightFooter: 120px;*/
body,
.mce-content-body {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body,
  .mce-content-body {
    font-size: 17px;
  }
}
IMG {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 2rem;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 3rem;
}
h1,
h2,
h3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
/*h6 {
    font-size: 1.2rem;
}

h5 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.6rem;
}

h1 {
    font-size: 1.7rem;
}*/
.box-negativo {
  background-color: #000000;
  color: white;
  padding: 3rem;
}
.box-negativo h1,
.box-negativo h2,
.box-negativo h3,
.box-negativo h4,
.box-negativo h5,
.box-negativo h6,
.box-negativo a {
  color: white;
}
.box-negativo a:hover {
  color: white;
}
.box-bluetto {
  background-color: #dae8ee;
  color: #000000;
  padding: 3rem;
}
.box-rosetto {
  background-color: #f7f1ec;
  color: #000000;
  padding: 3rem;
}
.box-grigietto {
  background-color: #ffffff;
  color: #000000;
  padding: 3rem;
}
.box-bianco {
  background-color: white;
  color: #000000;
  padding: 3rem;
}
.grid-item.text-centered {
  display: flex;
  width: calc(100% - 5px);
  margin: 6vw auto;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.grid-item.text-centered p {
  margin-left: 1rem;
  margin-right: 1rem;
}
#tinymce .grid {
  margin: 2.5px;
}
@media only screen and (min-width: 1025px) {
  #tinymce .grid {
    margin: -2.5px;
  }
}
#tinymce .grid-item {
  /*border: @boxesGutter/2 solid white;*/
}
.grid-sizer,
.grid-item {
  width: 100%;
  box-sizing: border-box;
}
.grid-item {
  /*border-top: @boxesGutter solid white;*/
}
.grid-item:nth-child(2) {
  border-top: none;
}
.grid-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: calc(50% - 5px);
    /*width: 50%;*/
  }
  .grid-item:nth-child(3) {
    border-top: none;
  }
}
.text-enfasi-uppercase {
  max-width: 600px;
  text-transform: uppercase;
  /*font-size: 18px;*/
  letter-spacing: normal;
  font-size: 15px;
}
.text-max-w-600 {
  max-width: 600px;
  letter-spacing: normal;
  font-size: 15px;
}
.box-fullscreen IMG {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1025px) and (max-aspect-ratio: 1220 / 856) {
  .box-fullscreen IMG {
    height: 100%;
    width: auto;
  }
}
/*
.box-offset-ori {
    padding: 0 0 2em;

    IMG {
        max-width: 100%;
        height: auto;
    }

    .cel-center-text {
        margin: 2rem;
    }

    &.text-centered {
        display: flex;
        margin-top: 6vw;
        margin-bottom: 6vw;
        min-height: 0 !important;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;

        p {
            margin-left: 1rem;
            margin-right: 1rem;
        }
    }

    .text-page {
        margin-left: 1rem;
        margin-right: 1rem;

        ol, ul {
            list-style: initial;
            margin: 1rem auto;
            outline: none;
            padding-left: 1rem;

            li {
            }
        }
    }
}*/
.pt-0 {
  padding-top: 0 !important;
}
.cel-img {
  text-align: center;
}
.cel-img IMG {
  max-width: 100%;
  height: auto;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .box-fullscreen {
    display: flex;
    min-height: calc(100vh - 100px - 60px );
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  .html-home-page-restyling2020 .box-fullscreen,
  .html-topic-page .box-fullscreen,
  .html-stores-page .box-fullscreen {
    min-height: calc(100vh - 40px - 60px);
  }
  .box-fullscreen IMG {
    position: absolute;
  }
  /* .box-offset-ori {
        display: flex;
        min-height: @heightFrame;
        align-items: center;
        margin-left: @widthShoulderSX;
        margin-right: @widthShoulderDX;

        .html-home-page-restyling2020 &, .html-topic-page &, .html-stores-page & {
            min-height: calc(100vh ~"-" @heightHeader ~"-" @heightFooter );
        }

        .cel-center-text {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 400px;
            margin: auto;
        }

        .cel-img {
            width: 50%;
            align-self: stretch;
            text-align: right;

            IMG {
                max-width: 100%;
                height: auto;
                max-height: @heightFrame;
                width: auto;
            }
        }

        .text-page {
            margin-left: initial;
            margin-right: initial;
            margin-top: 2*@heightHeader;
            margin-bottom: 2*@heightFooter;
        }
    }*/
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
}
/* Pagina stile griglia */
.title-underline {
  position: relative;
  margin-bottom: 1.5em;
  display: inline-block;
  text-transform: uppercase;
}
.title-underline:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  border-bottom: 3px solid #000000;
}
.page-2-cols {
  letter-spacing: normal;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .page-2-cols {
    columns: 2;
    column-gap: 10vw;
  }
}
.box-country {
  position: relative;
  padding-left: 1.5em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.box-country:before {
  content: url(../images/svg/pin-stores.svg);
  position: absolute;
  left: 0;
  top: 3px;
}
.box-country p {
  margin-bottom: 1.5em;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.box-country p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .div-1-cols {
    columns: 1;
    margin-bottom: 1.5em;
  }
  .div-2-cols {
    columns: 2;
    column-gap: 3em;
    margin-bottom: 1.5em;
  }
  .div-3-cols {
    columns: 3;
    column-gap: 3em;
    margin-bottom: 1.5em;
  }
}
body {
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  color: #000000;
}
.language-list.flex-row {
  justify-content: center;
}
.language-list li {
  margin: 0 5px;
}
.language-list a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 1rem;
  font-size: 1rem;
}
.nowrap {
  white-space: nowrap;
}
span.active,
a.active,
.active > span,
.active > a {
  display: inline-block;
  position: relative;
}
span.active:after,
a.active:after,
.active > span:after,
.active > a:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 3px;
  border-bottom: 3px solid #000000;
}
a {
  color: #000000;
}
a:active,
a:hover {
  color: inherit !important;
}
.button-1 {
  width: auto;
  background-color: transparent;
  border: 1px solid;
  padding: 10px 25px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  cursor: pointer;
}
.button-1:active,
.button-1:hover {
  color: inherit !important;
}
#VideoHomeDesktop {
  width: 100%;
  background-size: cover;
  object-fit: cover;
}
#ShoulderDX .links-follow-us {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#ShoulderDX .links-follow-us li {
  display: inline-block;
  margin: 15px;
}
#ShoulderDX .links-follow-us li a {
  display: block;
  line-height: 1;
}
#Footer .footer-block {
  width: 100%;
  margin: 1.5rem auto;
  text-align: initial;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
#Footer .footer-block .title {
  margin: 0;
  background: none;
  padding: 0;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
}
#Footer .footer-block .title strong {
  font-weight: 700;
  font-size: 18px;
}
#Footer .footer-upper {
  width: 100%;
  border-bottom: none;
  padding: 0 2rem;
}
#Footer .footer-lower {
  width: 100%;
  padding: 2rem;
  font-size: 9.33333333px;
  text-align: center;
}
#Footer .footer-lower .topic-block {
  width: 100%;
  margin-bottom: 3rem;
}
#Footer .footer-lower .topic-block .topic-block-title h2 {
  font-size: 13px;
  text-transform: none;
  margin-bottom: 0.5em;
  color: #000000;
}
#Footer .footer-lower .footer-info {
  color: #000000;
}
#Footer .footer-lower .footer-powered-by {
  color: #000000;
}
#Footer .footer-lower .footer-powered-by a {
  font-weight: normal;
  color: #000000;
}
#Footer .footer-lower .footer-powered-by a:active,
#Footer .footer-lower .footer-powered-by a:hover {
  color: inherit !important;
}
#ScrollTopWindow {
  display: none;
}
.header-links-wrapper {
  padding: 0;
}
.header-links-wrapper .header-links > UL.flex-row {
  justify-content: center;
}
.header-links-wrapper .header-links span,
.header-links-wrapper .header-links a {
  line-height: 1;
}
.header-links-wrapper .header-links > ul > li > * {
  width: 20px;
}
.header-links-wrapper .header-links li {
  padding: 10px;
  margin: 0;
}
.header-links-wrapper .header-links li#topcartlink {
  display: inline-block;
  width: auto;
  padding: 10px;
  margin: 0;
  background: none;
}
.header-links-wrapper .header-links li#topcartlink a {
  background: none;
  padding: 0;
}
.top-menu {
  text-transform: uppercase;
  overflow: hidden;
}
.top-menu .lev-1,
.top-menu .sublist-toggle {
  font-weight: 700;
  font-size: 15px;
  margin: 1.5rem auto;
}
.top-menu .sublist {
  font-weight: 300;
  font-size: 14px;
}
.top-menu .sublist li {
  margin: 0.75rem auto;
}
.top-menu .sublist li a {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.top-menu {
  text-align: center;
}
.top-menu .pages li.toggle .sublist-toggle {
  position: relative;
  width: auto;
  height: auto;
  border-left: none;
  background: none;
  padding: 15px;
  color: #000000;
}
.top-menu .pages li.toggle .sublist li {
  margin: 0.75rem auto;
}
.top-menu .pages li.toggle .sublist li a {
  display: inline-block;
  margin: 0;
  font-size: 14px;
}
.svg-ico-std {
  height: 20px;
}
.admin-header-links * {
  font-weight: 300;
}
.admin-header-links > a {
  color: #eee;
}
.mini-shopping-cart {
  padding: 12px;
}
.mini-shopping-cart .count {
  padding: 15px;
}
#ProfileLink,
#topcartlink {
  cursor: pointer;
}
.flyout-cart,
.flyout-profile {
  box-shadow: none;
  max-height: calc(100vh - 141px);
  overflow-y: auto;
  /*width: 440px;*/
}
.flyout-cart.slide-down,
.flyout-profile.slide-down {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.flyout-profile {
  display: none;
  position: absolute;
  z-index: 100;
  width: 300px;
  background-color: #fff;
  overflow: hidden;
}
.flyout-profile ul {
  overflow: hidden;
  margin: 0 auto;
  padding: 5px 15px;
  text-align: left;
  font-size: 14px;
  color: #000000;
}
.flyout-profile ul li {
  display: block;
}
@media all and (max-width: 1024px) {
  .flyout-profile {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
  }
  .flyout-profile ul {
    text-align: center;
  }
}
.flyout-profile .btn-brown {
  line-height: 40px;
  color: white;
}
.flyout-profile .btn-brown:hover {
  color: white;
}
.flyout-profile .border-bottom {
  text-transform: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.flyout-profile .border-top {
  text-transform: none;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ffffff;
}
.flyout-profile .ico-register {
  display: inline-block;
  margin-top: 10px;
  text-transform: none;
}
.flyout-profile .ico-logout img {
  height: 14px;
  vertical-align: baseline;
  margin-right: 5px;
  margin-bottom: -2px;
}
.wishlist-qty,
.cart-qty {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #f7f1ec;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  font-size: 7px;
  line-height: 12px;
  border-radius: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  z-index: 1;
  position: relative;
}
/*FORMS*/
form .fieldset .form-fields .inputs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1.5rem auto;
}
form .fieldset .form-fields .inputs .field-validation-error {
  font-size: 10px;
}
form .fieldset .form-fields .remeber-me,
form .fieldset .form-fields .accept-privacy-policy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
form .fieldset .form-fields .remeber-me input[type=checkbox].input-validation-error,
form .fieldset .form-fields .accept-privacy-policy input[type=checkbox].input-validation-error {
  -webkit-box-shadow: 0 0 3rem #000000;
  -moz-box-shadow: 0 0 3rem #000000;
  box-shadow: 0 0 3rem #000000;
}
form .fieldset .form-fields .remeber-me label,
form .fieldset .form-fields .accept-privacy-policy label {
  margin-left: 10px;
}
.topic-1-column img {
  max-width: 100%;
  height: auto;
}
.menu-toggle {
  padding: 0;
}
.menu-toggle.hamburger-slim {
  background: transparent;
  margin: 1.5rem auto;
  position: relative;
  height: 15px;
  width: 25px;
}
.menu-toggle.hamburger-slim:before,
.menu-toggle.hamburger-slim:after {
  background: #000000;
  backface-visibility: hidden;
  content: "";
  height: 1px;
  left: 0;
  transition: 0.75s;
  width: 25px;
}
.menu-toggle.hamburger-slim:before {
  box-shadow: #000000 0 7px 0 0;
  position: absolute;
  top: 0;
}
.menu-toggle.hamburger-slim:after {
  position: absolute;
  top: calc(100% - 1px);
}
.menu-toggle.hamburger-slim.open:before {
  box-shadow: transparent 0 0 0 0;
  top: 50%;
  transform: rotate(225deg);
}
.menu-toggle.hamburger-slim.open:after {
  top: 50%;
  transform: rotate(315deg);
}
@media all and (max-width: 1024px) {
  .topic-1-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header-links-wrapper {
    text-align: center;
    background-color: white;
  }
  .fix-bottom-header-links .header-links-wrapper {
    position: fixed !important;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
  }
  .fix-bottom-header-links .header-links-wrapper #ScrollTopWindow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: content-box;
    height: 12px;
    padding: 16px;
  }
  #ShoulderSX {
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #ShoulderDX .links-follow-us {
    position: relative;
    margin: 4.5rem auto;
  }
  #ShoulderDX .links-follow-us:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    bottom: 100%;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid;
  }
  #ShoulderDX .links-follow-us:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    top: 100%;
    margin-top: 1.5rem;
    border-top: 1px solid;
  }
}
@media all and (min-width: 768px) and (max-aspect-ratio: 1080/650) {
  #VideoHomeDesktop {
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .flyout-cart.slide-down,
  .flyout-profile.slide-down {
    border-left: 1px solid;
    width: auto;
  }
  .contacts-form,
  .shoulder-left,
  .shoulder-right {
    min-height: calc(100vh - 100px - 60px );
  }
  .showroom-text {
    min-height: 100%;
  }
  .topic-1-column {
    margin-right: 5px;
  }
}
@media all and (min-width: 1367px) {
  /*FORMS*/
  form .fieldset .form-fields .inputs {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-flex-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  form .fieldset .form-fields .inputs > *:first-child .page-body:not(.limit-width) {
    max-width: 60%;
  }
  form .fieldset .form-fields .inputs .field-validation-error {
    margin: auto 1rem;
  }
}
.salce-197-menu .first-level {
  text-transform: none;
}
@media only screen and (min-width: 1025px) {
  .salce-197-menu .first-level > li {
    margin: 0.5rem 0 0 0 !important;
  }
}
.salce-197-menu .li-sublist {
  margin-top: 1.5rem !important;
}
@media only screen and (min-width: 1025px) {
  .salce-197-menu .li-sublist:first-child {
    margin-top: 1rem !important;
  }
}
/* PRODUCT DETAILS */
.product-details-page {
  padding: 0;
}
.product-grid {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.product-grid .product-item {
  width: auto;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
.product-grid .product-item .photos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-grid .product-item .photos img.dafulat-picture {
  display: block;
}
.product-grid .product-item .photos img.hover-picture {
  display: none;
}
.product-grid .product-item .photos:hover img.dafulat-picture {
  display: none;
}
.product-grid .product-item .photos:hover img.hover-picture {
  display: block;
}
.product-grid .product-item .product-title {
  margin-top: 0;
  margin-bottom: 0.1em;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0;
}
.product-grid .product-item .prices {
  width: 100%;
  height: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.product-grid .product-item .prices .price.actual-price {
  font-weight: 700;
  opacity: 0;
}
.product-grid .product-item .prices .ribbon-wrapper {
  font-weight: 700;
}
.product-grid .product-item .prices.discounted .non-discounted-price,
.product-grid .product-item .prices.discounted .product-price.discounted-price {
  display: none;
  font-weight: 700;
}
.product-grid .product-item .prices.discounted .non-discounted-price {
  text-decoration: line-through;
  opacity: 0.65;
}
.product-grid .product-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: center;
  justify-content: center;
}
.product-grid .product-item a:hover {
  text-decoration: none;
}
.product-grid .product-item a:hover .product-title {
  opacity: 1;
}
.product-grid .product-item a:hover .prices .price.actual-price {
  opacity: 1;
}
.product-grid .product-item a:hover .prices .ribbon-wrapper {
  display: none;
}
.product-grid .product-item a:hover .prices.discounted .non-discounted-price,
.product-grid .product-item a:hover .prices.discounted .product-price.discounted-price {
  display: block;
}
.ribbon-position {
  position: relative !important;
}
.product-essential {
  margin: 0 2rem;
  border-bottom: none;
  padding: 0;
}
.product-essential .gallery.desktop {
  display: none;
}
@media (min-width: 992px) {
  .product-essential .gallery.mobile {
    display: none;
  }
  .product-essential .gallery.desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.product-essential .gallery.desktop {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  margin-right: 50px !important;
}
.product-essential .gallery.desktop .photo {
  margin-bottom: 50px;
}
.product-essential .overview,
.product-essential .variant-overview {
  margin: 3rem 0;
}
.product-essential .overview .product-name,
.product-essential .variant-overview .product-name,
.product-essential .overview .prices,
.product-essential .variant-overview .prices,
.product-essential .overview .colors,
.product-essential .variant-overview .colors,
.product-essential .overview .short-description,
.product-essential .variant-overview .short-description,
.product-essential .overview .full-description,
.product-essential .variant-overview .full-description,
.product-essential .overview .additional-details,
.product-essential .variant-overview .additional-details,
.product-essential .overview .product-collateral,
.product-essential .variant-overview .product-collateral,
.product-essential .overview .add-to-cart,
.product-essential .variant-overview .add-to-cart {
  margin-top: 3rem !important;
  margin-bottom: 0 !important;
}
.product-essential .overview .product-name h2,
.product-essential .variant-overview .product-name h2,
.product-essential .overview .prices h2,
.product-essential .variant-overview .prices h2,
.product-essential .overview .colors h2,
.product-essential .variant-overview .colors h2,
.product-essential .overview .short-description h2,
.product-essential .variant-overview .short-description h2,
.product-essential .overview .full-description h2,
.product-essential .variant-overview .full-description h2,
.product-essential .overview .additional-details h2,
.product-essential .variant-overview .additional-details h2,
.product-essential .overview .product-collateral h2,
.product-essential .variant-overview .product-collateral h2,
.product-essential .overview .add-to-cart h2,
.product-essential .variant-overview .add-to-cart h2 {
  margin-bottom: 1rem !important;
}
.product-essential .overview .product-name h1 + p,
.product-essential .variant-overview .product-name h1 + p,
.product-essential .overview .prices h1 + p,
.product-essential .variant-overview .prices h1 + p,
.product-essential .overview .colors h1 + p,
.product-essential .variant-overview .colors h1 + p,
.product-essential .overview .short-description h1 + p,
.product-essential .variant-overview .short-description h1 + p,
.product-essential .overview .full-description h1 + p,
.product-essential .variant-overview .full-description h1 + p,
.product-essential .overview .additional-details h1 + p,
.product-essential .variant-overview .additional-details h1 + p,
.product-essential .overview .product-collateral h1 + p,
.product-essential .variant-overview .product-collateral h1 + p,
.product-essential .overview .add-to-cart h1 + p,
.product-essential .variant-overview .add-to-cart h1 + p,
.product-essential .overview .product-name h2 + p,
.product-essential .variant-overview .product-name h2 + p,
.product-essential .overview .prices h2 + p,
.product-essential .variant-overview .prices h2 + p,
.product-essential .overview .colors h2 + p,
.product-essential .variant-overview .colors h2 + p,
.product-essential .overview .short-description h2 + p,
.product-essential .variant-overview .short-description h2 + p,
.product-essential .overview .full-description h2 + p,
.product-essential .variant-overview .full-description h2 + p,
.product-essential .overview .additional-details h2 + p,
.product-essential .variant-overview .additional-details h2 + p,
.product-essential .overview .product-collateral h2 + p,
.product-essential .variant-overview .product-collateral h2 + p,
.product-essential .overview .add-to-cart h2 + p,
.product-essential .variant-overview .add-to-cart h2 + p,
.product-essential .overview .product-name h3 + p,
.product-essential .variant-overview .product-name h3 + p,
.product-essential .overview .prices h3 + p,
.product-essential .variant-overview .prices h3 + p,
.product-essential .overview .colors h3 + p,
.product-essential .variant-overview .colors h3 + p,
.product-essential .overview .short-description h3 + p,
.product-essential .variant-overview .short-description h3 + p,
.product-essential .overview .full-description h3 + p,
.product-essential .variant-overview .full-description h3 + p,
.product-essential .overview .additional-details h3 + p,
.product-essential .variant-overview .additional-details h3 + p,
.product-essential .overview .product-collateral h3 + p,
.product-essential .variant-overview .product-collateral h3 + p,
.product-essential .overview .add-to-cart h3 + p,
.product-essential .variant-overview .add-to-cart h3 + p,
.product-essential .overview .product-name h4 + p,
.product-essential .variant-overview .product-name h4 + p,
.product-essential .overview .prices h4 + p,
.product-essential .variant-overview .prices h4 + p,
.product-essential .overview .colors h4 + p,
.product-essential .variant-overview .colors h4 + p,
.product-essential .overview .short-description h4 + p,
.product-essential .variant-overview .short-description h4 + p,
.product-essential .overview .full-description h4 + p,
.product-essential .variant-overview .full-description h4 + p,
.product-essential .overview .additional-details h4 + p,
.product-essential .variant-overview .additional-details h4 + p,
.product-essential .overview .product-collateral h4 + p,
.product-essential .variant-overview .product-collateral h4 + p,
.product-essential .overview .add-to-cart h4 + p,
.product-essential .variant-overview .add-to-cart h4 + p,
.product-essential .overview .product-name h5 + p,
.product-essential .variant-overview .product-name h5 + p,
.product-essential .overview .prices h5 + p,
.product-essential .variant-overview .prices h5 + p,
.product-essential .overview .colors h5 + p,
.product-essential .variant-overview .colors h5 + p,
.product-essential .overview .short-description h5 + p,
.product-essential .variant-overview .short-description h5 + p,
.product-essential .overview .full-description h5 + p,
.product-essential .variant-overview .full-description h5 + p,
.product-essential .overview .additional-details h5 + p,
.product-essential .variant-overview .additional-details h5 + p,
.product-essential .overview .product-collateral h5 + p,
.product-essential .variant-overview .product-collateral h5 + p,
.product-essential .overview .add-to-cart h5 + p,
.product-essential .variant-overview .add-to-cart h5 + p,
.product-essential .overview .product-name h6 + p,
.product-essential .variant-overview .product-name h6 + p,
.product-essential .overview .prices h6 + p,
.product-essential .variant-overview .prices h6 + p,
.product-essential .overview .colors h6 + p,
.product-essential .variant-overview .colors h6 + p,
.product-essential .overview .short-description h6 + p,
.product-essential .variant-overview .short-description h6 + p,
.product-essential .overview .full-description h6 + p,
.product-essential .variant-overview .full-description h6 + p,
.product-essential .overview .additional-details h6 + p,
.product-essential .variant-overview .additional-details h6 + p,
.product-essential .overview .product-collateral h6 + p,
.product-essential .variant-overview .product-collateral h6 + p,
.product-essential .overview .add-to-cart h6 + p,
.product-essential .variant-overview .add-to-cart h6 + p {
  margin-top: 1rem;
}
.product-essential .overview .product-name,
.product-essential .variant-overview .product-name {
  margin: 0;
  border-bottom: none;
  padding: 0;
}
.product-essential .overview .product-name h1,
.product-essential .variant-overview .product-name h1 {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .product-essential .overview,
  .product-essential .variant-overview {
    width: 40% !important;
    max-width: 500px !important;
  }
}
.product-essential .overview .product-price,
.product-essential .variant-overview .product-price,
.product-essential .overview .prices,
.product-essential .variant-overview .prices {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: left;
  -webkit-flex-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.product-essential .overview .product-price > *,
.product-essential .variant-overview .product-price > *,
.product-essential .overview .prices > *,
.product-essential .variant-overview .prices > * {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.product-essential .overview .prices *,
.product-essential .variant-overview .prices * {
  line-height: 1;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  letter-spacing: normal;
}
.product-essential .overview .prices .non-discounted-price,
.product-essential .variant-overview .prices .non-discounted-price {
  margin-right: 1rem !important;
}
.product-essential .overview .prices .ribbon-wrapper,
.product-essential .variant-overview .prices .ribbon-wrapper {
  margin-left: 1rem !important;
}
.product-essential .overview .colors,
.product-essential .variant-overview .colors {
  text-transform: uppercase;
}
.product-essential .overview .colors > *,
.product-essential .variant-overview .colors > * {
  margin-right: 1em;
}
.product-essential .overview .product-collateral .product-specs-box,
.product-essential .variant-overview .product-collateral .product-specs-box {
  margin-bottom: 0;
}
.product-essential .overview .product-collateral .product-specs-box td,
.product-essential .variant-overview .product-collateral .product-specs-box td {
  border: none;
  padding: 0;
  padding-bottom: 1rem;
}
.product-essential .overview .product-collateral .product-specs-box td.spec-name,
.product-essential .variant-overview .product-collateral .product-specs-box td.spec-name {
  opacity: 0.65;
  padding-right: 1rem;
}
.product-essential .overview .product-collateral .product-specs-box td.spec-value,
.product-essential .variant-overview .product-collateral .product-specs-box td.spec-value {
  width: 100%;
}
.product-essential .overview .add-to-cart .add-to-cart-panel,
.product-essential .variant-overview .add-to-cart .add-to-cart-panel {
  width: 250px;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: left;
  -webkit-flex-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.product-essential .overview .add-to-cart .add-to-cart-panel .qty-input,
.product-essential .variant-overview .add-to-cart .add-to-cart-panel .qty-input {
  border: 0;
  border-right: 1px solid;
  border-color: white;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
  -webkit-text-fill-color: white;
  background-color: #3d3935;
}
.product-essential .overview .add-to-cart .add-to-cart-panel .add-to-cart-button,
.product-essential .variant-overview .add-to-cart .add-to-cart-panel .add-to-cart-button {
  color: white;
  -webkit-text-fill-color: white;
  background-color: #3d3935;
  border: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.product-essential .overview .add-to-wishlist,
.product-essential .variant-overview .add-to-wishlist {
  width: 250px;
  max-width: 100%;
  margin: 0;
  margin-top: 10px;
}
.product-essential .overview .add-to-wishlist .add-to-wishlist-button,
.product-essential .variant-overview .add-to-wishlist .add-to-wishlist-button {
  text-align: center;
  padding-left: 60px;
}
.ico-wishlist,
.ico-cart {
  position: relative;
}
.ico-wishlist .wishlist-qty,
.ico-cart .wishlist-qty,
.ico-wishlist .cart-qty,
.ico-cart .cart-qty {
  position: absolute;
  bottom: -2px;
  left: 0;
  margin-bottom: 0;
  margin-left: 0;
  line-height: 12px !important;
  font-size: 7px;
  letter-spacing: normal;
  text-align: center;
  background-color: #3d3935;
  color: #f7f1ec;
}
.page {
  text-align: left !important;
}
/* restyling 09/2019 */
@media (min-width: 768px) {
  main.fixed-row {
    display: flex;
    height: 56vw;
    overflow: hidden;
    flex-direction: row;
    justify-content: space-between;
  }
  main.fixed-row .grid-item {
    border-top: 0;
    height: 100%;
  }
  main.fixed-row .grid-item:first-child {
    margin-left: 0;
  }
  main.fixed-row .grid-item img {
    display: block;
    width: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  main.fixed-row {
    min-height: calc(100vh - 100px - 60px );
  }
}
.html-home-page .v-align-img-middle {
  height: 56vw;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .html-home-page .v-align-img-middle {
    height: calc(100vh - 100px - 60px );
  }
}
.flex-row {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
#topinfo {
  align-self: center;
}
@media (max-width: 1024px) {
  #topinfo {
    display: none;
  }
}
@media (min-width: 1025px) {
  .inputs label {
    text-align: left;
  }
}
.fieldset .title strong {
  text-transform: uppercase;
}
.checkout-as-guest-or-register-block .buttons .button-1,
.register-block .buttons .button-1 {
  margin-top: 30px;
}
.forgot-password {
  margin: 0.75rem auto 1.5rem;
}
.page-body.limit-width {
  max-width: 450px;
  margin: auto;
}
.html-account-page .fieldset {
  margin-bottom: 4rem;
}
.page {
  min-height: calc(100vh - 160px);
}
.button-1 {
  white-space: inherit;
}
.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top-color: inherit;
  background-color: transparent;
  padding: 10px 0 0;
  color: inherit;
}
@media (min-width: 1025px) {
  .address-list-page .buttons,
  .order-list-page .buttons {
    position: relative;
    top: auto;
    right: auto;
  }
}
.account-page .buttons {
  text-align: left;
}
.order-list {
  display: flex;
  flex-wrap: wrap;
}
.order-list .order-item.section {
  width: 400px;
  max-width: 100%;
  margin-bottom: 50px;
}
.address-list {
  display: flex;
  flex-wrap: wrap;
}
.address-list .address-item.section {
  width: 400px;
  max-width: 100%;
  margin-bottom: 50px;
}
.address-list-page .add-button {
  margin: 0 0 20px;
  text-align: left;
}
.address-list-page .info,
.order-list-page .info {
  border-top: none;
}
.order-details-page .order-overview {
  line-height: inherit;
  text-align: left;
  font-size: inherit;
  color: inherit;
}
.order-details-area {
  display: flex;
  flex-wrap: wrap;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
  flex-grow: 1;
  margin: 0 auto 40px;
  color: inherit;
  padding: 0;
  background-color: #0000;
  border-top: 1px solid;
  padding-top: 40px;
}
@media (min-width: 769px) {
  .order-review-data > div,
  .order-details-area > div,
  .shipment-details-area > div {
    float: none;
    width: auto;
    margin: auto;
  }
}
.order-details-page .section.products {
  margin: 50px auto;
}
.order-details-page .totals.section {
  padding: 0;
}
.order-details-page .totals.section .total-info {
  background-color: transparent;
  padding: 0;
  color: inherit;
}
@media (min-width: 769px) {
  .order-details-page .totals.section {
    float: none;
    clear: initial;
  }
}
.order-details-page .actions input {
  display: block;
  margin: auto;
  border: 1px solid;
  background-color: transparent;
  font-size: initial;
  color: inherit;
}
.back-link {
  position: absolute;
  z-index: 1;
  top: 90px;
  right: 120px;
}
.wishlist-content .email-a-friend-wishlist-button {
  background-color: #0000;
  padding: 10px 25px;
}
/* Real One page Checkout */
.panel-loader-effect {
  background-color: #f9f5f1 !important;
}
.section-title.title {
  max-width: none !important;
  padding: 10px 0 !important;
  background-color: transparent !important;
  font-size: inherit !important;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .section-title.title {
    background-color: transparent !important;
  }
}
.section-body {
  margin: 0 !important;
  border-top: none !important;
  padding: 0 !important;
}
@media (min-width: 769px) {
  .section-body {
    background-color: transparent !important;
  }
}
@media (min-width: 769px) {
  .ropc .panel-group-left {
    width: 40% !important;
  }
}
@media (min-width: 1025px) {
  .ropc .panel-group-left {
    width: 33% !important;
  }
}
@media (min-width: 769px) {
  .ropc .panel-group-right-top,
  .ropc .panel-group-right-middle,
  .ropc .panel-group-right-bottom {
    width: calc(60% - 50px) !important;
  }
}
@media (min-width: 1025px) {
  .ropc .panel-group-right-top,
  .ropc .panel-group-right-middle,
  .ropc .panel-group-right-bottom {
    width: calc(67% - 50px) !important;
  }
}
.choose-address select {
  width: auto !important;
}
.checkout-page .section {
  margin: 0 0 50px !important;
}
@media (min-width: 769px) {
  .section {
    margin: 0 0 50px !important;
  }
}
.coupon-box-panel .coupon-code,
.giftcard-box-panel .coupon-code {
  display: flex !important;
  flex-wrap: wrap;
}
.coupon-box-panel .coupon-code input[type="text"],
.giftcard-box-panel .coupon-code input[type="text"] {
  flex-grow: 1;
}
@media (min-width: 1367px) {
  .coupon-box-panel input[type="text"],
  .giftcard-box-panel input[type="text"],
  .coupon-box-panel .coupon-code button,
  .giftcard-box-panel .coupon-code button {
    width: 100% !important;
  }
}
.coupon-box-panel input[type="text"],
.giftcard-box-panel input[type="text"] {
  float: none !important;
}
@media (min-width: 1025px) {
  .checkout-page .terms-of-service {
    text-align: center !important;
  }
}
.checkout-page .total-info {
  background-color: transparent !important;
  padding: 0 !important;
  color: inherit !important;
}
@media (min-width: 1025px) {
  .order-totals-panel {
    float: none !important;
  }
}
.terms-of-service {
  margin: 0 0 40px !important;
  padding: 0 !important;
}
.ropc .complete-order-panel {
  margin-top: 40px;
  border-top: 1px solid;
  padding-top: 40px;
}
.cart tr {
  background-color: white;
}
@media (max-width: 768px) {
  .panel-group.panel-group-left .panel .section-title.title,
  .panel-group.panel-group-right-top .panel .section-title.title,
  .panel-group.panel-group-right-middle .panel .section-title.title,
  .panel-group.panel-group-right-bottom .panel .section-title.title {
    border-top: 1px solid;
  }
}
.panel.order-totals-panel {
  overflow: visible !important;
}
.overview .free-shipping,
.variant-overview .free-shipping {
  display: flex;
  background: none;
  padding: 2px;
  font-weight: normal;
}
/* Customize the label (the container) */
.radio-styled {
  display: block;
  position: relative;
  width: auto !important;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.radio-styled input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-styled .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-styled:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-styled input:checked ~ .checkmark {
  background-color: #3d3935;
}
.radio-styled .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-styled input:checked ~ .checkmark:after {
  display: block;
}
.radio-styled .checkmark:after {
  top: 8px;
  left: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: white;
}
/* result messages */
.contacts-form .result,
.change-password-page .result,
.password-recovery-page .result,
.product-reviews-page .result,
.registration-result-page .result {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #4cb17c;
}
.contacts-form .message-error,
.change-password-page .message-error,
.password-recovery-page .message-error,
.product-reviews-page .message-error,
.registration-result-page .message-error {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FF9800;
}
.captcha-box {
  margin: 20px auto;
}
/* ESAURITO */
.esaurito {
  margin-top: 3rem;
}
.back-in-stock-subscription .subscribe-button {
  text-align: center;
  padding-left: 60px;
}
/* =============================================================================
   POP-UP
   ========================================================================== */
.popup-box.close {
  display: none;
}
.popup-box.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  flex-flow: row;
  align-content: center;
  justify-content: center;
}
.popup-box.open .window-popup-wrapper {
  position: relative;
  background-color: white;
  padding: 0;
  max-width: 450px;
  width: 90%;
}
.popup-box.open .window-popup-wrapper .display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-box.open .window-popup-wrapper .pos-relative {
  display: flex;
  flex-direction: column;
}
.popup-box.open .window-popup-wrapper .pos-relative .immagine img {
  display: block;
}
.popup-box.open .window-popup-wrapper .pos-relative .contenuto {
  padding: 30px;
}
.popup-box.open .window-popup-wrapper .pos-relative .contenuto .topic-block .topic-block-title {
  min-height: 0;
  margin: 0;
  margin-bottom: 1rem;
  border-bottom: none;
  padding: 0;
}
.popup-box.open .window-popup-wrapper .pos-relative .contenuto .topic-block .topic-block-title h2 {
  margin: 0;
  font-weight: 700;
  font-family: 'Arimo', sans-serif;
  line-height: 1;
}
.popup-box.open .window-popup-wrapper .pos-relative .contenuto .topic-block .topic-block-body {
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
}
@media only screen and (min-width: 1000px) {
  .popup-box.open .window-popup-wrapper {
    max-width: 600px;
  }
  .popup-box.open .window-popup-wrapper .pos-relative {
    display: flex;
  }
  .popup-box.open .window-popup-wrapper .pos-relative .immagine {
    width: 53%;
  }
  .popup-box.open .window-popup-wrapper .pos-relative .contenuto {
    width: 47%;
  }
  .popup-box.open .window-popup-wrapper .pos-relative .contenuto .topic-block .topic-block-body {
    font-size: 24px;
    max-width: 360px;
  }
}
.popup-box.open .window-popup-wrapper .btn-close {
  display: block;
  position: absolute;
  top: 1vh;
  right: 1vh;
  -moz-transition: -moz-transform 100ms ease 0ms;
  -o-transition: -o-transform 100ms ease 0ms;
  -webkit-transition: -webkit-transform 100ms ease 0ms;
  transition: transform 100ms ease 0ms;
}
.popup-box.open .window-popup-wrapper .btn-close img {
  width: 3vh;
}
.popup-box.open .window-popup-wrapper .btn-close:hover {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0;
}