  @font-face {
    font-family: '"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif';
    font-style: normal;
    font-weight: normal;
    src: local('"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif');
    font-display: swap;
  }


  body {
      font-size: 100%;
  }
  .row {
      max-width: 1280px !important;
  }

  h2 {
    font-size: 1.5rem !important;
  }

  .icon-h2 {
    color: #e5577b;
    margin-right: 10px;
  }

  .pt_me {
      /* menu */
  }
  .pt_me p {
      font-size: 12px;
      margin-bottom: 12px;
  }
  .pt_se {
    /* searchform */
    padding: 8px 0;
    /* margin-bottom: 10px; */
  }
  /*
  @media only screen and (max-width: 40em) {
    .search-container {
      position: sticky;
      top: 0;
      z-index: 99;
    }
  }
  */
  form#search {
    /*
    border: solid 3px #9e9e9ea8;
    border-radius: 5px;
    */
  }

  input[type="text"] {
    background-color: #fff;
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    height: 3rem;
  }

  .search-input__cancel {
    display: none;
    background-color: transparent !important;
    border: 0 none;
    cursor: pointer;
    width: 52px;
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 34px;
    top: 10px;
    transition: color 250ms ease-out;
  }


  .search-input__cancel svg {
    fill: #ccc;
    outline: 0 none;
    width: 100%;
  }

  .pt_se button,
  .pt_se input {
      margin: 0 !important;
  }
  .pt_fp {
      /* featured */
  }
  .pt_fp_each {
      text-align: center;
      font-size: 12px;
      line-height: 1.8em;
  }
  .pt_fp_name {} .pt_fp_image {
      border: 0;
      height: 100px;
      max-width: none;
  }
  .pt_fp_interaction {
      font-size: 10px;
  }
  .pt_fp_from {
      font-style: italic;
  }
  .pt_fp_price {
      font-weight: bold;
  }
  .pt_fp h2 {
      border-top: 1px solid #ccc;
      padding-top: 3px;
      font-size: 12px;
      font-weight: bold;
      color: #999;
  }
  .pt_co {
      /* coupons */
  }
  .pt_co img {
      margin: 0;
      padding: 0;
  }
  .pt_co p {
      font-size: 12px;
      margin: 0;
      padding: 0.5em 0;
  }
  .pt_co a {
      margin: 0;
      padding: 0;
  }
  .pt_co_each {
      margin: 10px 0;
      padding: 10px;
      border: 2px dashed #ccc;
  }
  /*
  .pt_co_link {
      text-align: right;
  }
  */
  .pt_az {
      /* atoz */
  }
  .pt_az h4,
  .pt_az li {
      font-size: 14px;
  }
  .pt_az_img {
      text-align: center;
  }
  .pt_ba {
      /* banner */
  }
  .pt_ba hr {
      border-top: 1px solid #ccc;
      margin: 0;
      padding: 0;
  }
  .pt_ba h2,
  .pt_ba h3, span.sort {
      white-space: nowrap;
      font-size: 12px;
      color: #999;
      float: left;
      margin: 5px 0px 5px 0px;
  }
  .pt_ba h2 {
      float: left;
      white-space: nowrap;
  }

  .pt_sr {
      /* searchresults */
  }
  .pt_sr_each {
      /* margin-top: 15px; */
      border: solid 1px #ccc;
      display: flex;
      align-content: center;
      align-items: center;
  }

  .pagination-centered {
    margin: 15px auto;
  }

  .pt_sr_each .small-10.columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pt_sr_each:hover {
      box-shadow: 8px 8px 6px -6px #999;
      border: 1px solid #e7e7e7;
      background: #e7e7e7;
  }
  .pt_sr_each_price {
      text-align: center;
      font-size: 12px;
      line-height: 1.8em;
      margin-top: 5px;
      padding: 0 0.5rem 0 0;
  }
  .pt_sr_image_container {
      text-align: center;
      max-width: 100px;
      margin-left: auto;
      margin-right: auto;
  }
  .pt_sr_image {
      border: 0;
      transition: all .2s ease-in-out;
      height: 100%;
      object-fit: contain;      
  }
  .pt_sr_image:hover {
      transform: scale(1.1);
  }
  .pt_sr_from {
      font-style: italic;
      color: #767676;
  }
  .pt_sr_price {
      font-weight: bold;
      color: #f60;
      font-size: 1.85rem;
  }
  .pt_sr_price .decimal-price {
      font-size: 0.8rem;
      vertical-align: top;
  }
  .pt_pr_visit a {
      white-space: nowrap;
  }
  .pt_sr h4 {
      font-size: 14px;
  }
  .pt_sr h4 img {
      vertical-align: baseline;
  }
  .pt_sr p {
      font-size: 12px;
      margin-bottom: 0.25rem;
  }
  .pt_sf {
      /* searchfilters */
  }
  .pt_sf label {
      font-size: 12px;
      font-weight: bold;
  }
  .pt_sf_price {}
  .pt_sf_submit {
      top: -0.1rem;
      border-radius: 5px;
  }
  .pt_sf_small {} .pt_p {
      /* product */
  }
  .pt_p img {
      margin-bottom: 20px;
  }
  .pt_p h1 {
      font-size: 1.25rem;
      font-weight: bold;
  }

 .pt_p {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(3, auto);
  }

  .pt_p-image {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .h1-wrapper {
    grid-column: 1;
    grid-row: 1/2;
  }

  .pt_p-details {
    grid-row: 3/-1;
    justify-self: center;
    max-width: 100vw;
    width: 100%;
  }
  
  .product-details__description {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.05rem;
    padding: 0.5rem 0;
    text-align: center;
  }  

  /** https://css-tricks.com/preventing-a-grid-blowout/ **/
  @media print,
  screen and (min-width: 37.5em) {
    .pt_p {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      grid-template-rows: auto auto;
    }

    .pt_p-image {
      grid-column: 1/2;
      grid-row: 1/-1;
    }

    .h1-wrapper {
      grid-column: 2/3;
      grid-row: 1/2;
    }

    .pt_p-details {
      grid-column: 2/3;
      grid-row: 2/-1;
    }
    
    .product-details__description {
      text-align: initial;
    }    
  }

  @media print,
  screen and (min-width: 60em) {
    .pt_p {
      grid-template-columns: minmax(0, 1fr) 2fr;
    }
  }

  .product-details__bestPrice {
    background-color: blanchedalmond;
    padding: 5px;
    border-radius: 5px;
    color: #2D2D2D;
    display: block;
    font-size: 1.7125rem;
    font-weight: bold;
    max-width:100%;
  }

  .product-details__description-energyEfficiency {
    margin-right: 6px;
    top: 3px;
    font-size: 0.8125rem;
    font-weight: bold;
  }

  .product-details__offer {
    display:flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.30rem;
    font-size: 0.9rem;
    color: #888;
  }

  .product-details__wrapper,
  .productInfoButtons {
    font-size: 1.05rem;
    margin: 0.65rem 0;
  }

  @media only screen and (min-width: 40.063em) {
    .product-details__description {
      justify-content: flex-start;
      margin-top: unset;
    }
  }

  @media only screen and (max-width: 40em) {
    .product-details__wrapper {
      line-height: 2.2rem;
      margin-bottom: 0px !important;
    }
  }

  @media only screen and (max-width: 600px) {
    .pt_p h1 {
      text-align: center;
    }
  }

  .pt_p p {
      text-align: justify;
      font-size: 1.05rem;
      margin-bottom: 0.9rem;
  }

  .pt_p p.small-only-text-center {
    margin-top: 1rem;
  }

  .pt_p .variations {
    font-size: 0.95rem;
  }

  .pt_p .variations a {
    background: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 5px;
    color: black;
    display: inline-block;
    margin-top: 3px;
    padding: 0.1rem 0.2rem 0.2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .variations .badge-count {
    background-color: #767676;
    border-radius: 8px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.75rem;
    margin-right: 2px;
    padding: 0 6px;
  }

  .pt_p_vouchercode {
    font-weight: bold;
  }

  .specs-row {
    color: #222;
    font-size: 15px;
    padding: 5px 0px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .specs-row:last-child {
    border-bottom: none;
  }

  .specs-name {
    display: inline-block;
    vertical-align: top;
    width: 225px;
  }
  .specs-value {
    display: inline-block;
    max-width: 744px;
    padding-left: 30px;
  }

  @media only screen and (max-width: 40.0625em) {
    #table_prices_body td
    {
      display: block;
    }
    #table_prices_body tr {
      border-bottom: solid 2px #ddd;
    }
    #table_prices_body tr:last-child {
       border-bottom: unset;
    }
    #table_prices_body td {
      padding-top: 2px;
      padding-bottom: 0.4rem;
    }

  }

  .pt_pr {
      /* prices */
  }
  .pt_pr table {
      width: 100%;
  }
  .pt_pr tbody tr:hover {
      border-left: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
      box-shadow: 0 0 16px #D3CCCC;
      border-collapse: separate;
  }
  .pt_pr table th {
      text-align: center;
  }
  .pt_pr_mlogo {
      text-align: center;
      min-width: 75px;
  }
  .pt_pr_mtext {
      text-align: center;
  }
  .pt_pr_price {
      font-weight: bold;
      text-align: center;
      min-width: 75px;
      overflow: hidden;
      text-overflow: ellipsis;
      /* vertical-align: top; */
      white-space: normal;
  }
  .pt_pr_price .shipping {

    color: #767676;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    font-size: small;

  }
  .pt_pr_vouchercode {
    /*
      font-weight: bold;
      text-align: center;
      */
    border: 2px dashed #ccc;
    color: #262626;
    cursor: pointer;
    display: inline-table;
    margin: 5px auto;
    max-width: 188px;
    padding: 5px 10px;
    text-align: center;
    z-index: 1;
    word-wrap: break-word;
    font-size: 1.15rem;
  }
/*
  @media (max-width: 380px) {
    .pt_pr_vouchercode {
      white-space: normal;
      max-width: 65%;
      display: table-caption;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
*/

  .is-it-safe {
    display: inline;
    padding: 5px 5px;
    white-space: pre;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,.15);
    border-color: #727171;
    color: #696868;
  }

  .pt_pr_vouchercode:hover{
    border: 2px dashed #5d33ff;
    color: #5d33ff;
  }

  .pt_pr_visit {
      text-align: center;
  }
  .pt_pr_visit a {
      margin: 0;
  }
  .pt_ra {
      /* ratings */
    margin-top: 1rem;
  }
  .pt_ra blockquote {
      text-align: justify;
      font-size: 15px;
  }
  .pt_ra textarea {
      height: 100px;
  }
  .pt_ra select {
      color: #AC7910;
  }
  .pt_ra_submit {
      top: -0.1rem;
  }
  .pt_rp {
      /* related */
  }
  .pt_rp h2 {
      border-top: 1px solid #ccc;
      padding-top: 3px;
      font-size: 12px;
      font-weight: bold;
      color: #999;
  }
  /* foundation overrides */

  .top-bar {
      padding-left: 15px;
  }
  .top-bar-section ul li > a {
      color: #777 !important;
  }
  .top-bar.expanded .title-area {
      background: #f8f8f8 !important;
  }
  .top-bar input[type="text"],
  .top-bar button {
      font-size: 0.77778rem;
      position: relative;
      top: 7px;
      height: auto;
      padding-top: 0.35rem;
      padding-bottom: 0.35rem;
      font-size: 0.75rem;
  }
  .top-bar .preloader {
      height: 20px;
      width: 20px;
      left: 1em !important;
      margin-left: 0px !important;
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      position: absolute !important;
      top: 12px !important;
  }
  :focus {
      outline: none;
  }
  ::-moz-focus-inner {
      border: 0;
  }
  .breadcrumbs {
      margin-bottom: 2px !important;
      background-color: white !important;
      border-style: none !important;
      display: flex !important;
      flex-direction: row;
  }

  @media only screen and (max-width: 40em) {
    .breadcrumbs {
      overflow-x: auto;
      white-space: nowrap;
    }
  }

  .breadcrumbs>* a {
    text-decoration: underline;
    font-weight: bold;
  }
  .breadcrumbs li {
    line-height: 1.3rem;
    font-size: 0.85rem;
    text-align: center;
  }

  .pt_ba h1.lastBreadcrumb{
    display: inline;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    word-break: break-word;
  }
  .total-count {
    color: #767676;
    display: inline-block;
    font-size: .875rem;
    font-weight: normal;
  }

  .top-bar,
  .top-bar a,
  .top-bar label,
  .top-bar h1 {
      background-color: #f8f8f8 !important;
  }
  .top-bar a:hover {
      background-color: #ecebeb !important;
  }
  .top-bar .name:hover {
      background-color: #ecebeb;
      !important;
  }
  .contain-to-grid {
      background: #f8f8f8 !important;
  }
  #site-logo {
      display: inline-block;
      margin-right: 5px;
      margin-top: 10px;
      float: left;
      height: 30px;
  }
  .top-bar .toggle-topbar.menu-icon a::after {
      -webkit-box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black !important;
      box-shadow: 0 10px 0 1px black, 0 16px 0 1px black, 0 22px 0 1px black !important;
  }
  .top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #009688, 0 7px 0 1px #009688, 0 14px 0 1px #009688 !important;
  }
  /*
  #footer
  {
      background-color:#4184bf;
      position:fixed;
      bottom:0px;
      left:0px;
      right:0px;
      height:50px;
      margin-bottom:0px;
      margin-top:20px;
  }
  */


  /* Autocomplete */
  .suggest-containerListItemImg{

    display: inline-block;
    padding-right: 5px;
    width: 60px;
    height: 60px;
  }
  .suggest-containerDetails{
    display: inline-block;
    padding: 14px 7px;
    vertical-align: middle;
    max-width: 300px;
  }
  .suggest-containerDetails > .suggest-containerName{
    color: #262626;
    /* font-weight: bold;     */
  }
  .suggest-containerDetails > .suggest-containerCategory{
    color: #767676;
    display: block;
  }

  #toc {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 20px 10px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    background-color: #f2f2f2;
  }
  
  /** CLS **/
  @media only screen and (min-width: 40em) {
    #toc {
      min-height: 70px;
    }
  }

  #toc span {
    font-size: 1rem;
    font-weight: 560;
    text-align: center;

  }

  #toc span:not(:last-child) {
    margin-right: 13px;
  }
 /*
  #toc span:after {
      content: "\b7";
      display: inline-block;
      padding: 0 5px;
  }

  #toc span:before {
      content: "\b7";
      display: inline-block;
      padding: 0 5px;
  }
   */

  #toc span:hover{
    cursor: pointer;
    text-decoration: underline;
  }

  .full-width {
      max-width: 1400px;
  }

  #wrapper {
      min-height: 100%;
      position: relative;
  }
  .alert-box {
      background-position: 2% 7px;
      background-repeat: no-repeat;
      background-size: auto 2rem;
      background-color: #fff;
      border: 0;
      text-align: left;
      padding-left: 4rem;
  }
  .alert-box .close {
      background: none;
  }
  .alert-box.alert {
      background-color: #fff;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAARVBMVEX////7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0P7y0NAQECdhUHYsUKGdEG1l0JLSEBuYkHkukPKU8NPAAAADnRSTlMA4EDAoCAQ8IBgkDDQUFItelQAAAC0SURBVHherZBLDsMwCAVD7Nj5gvPr/Y/a0FpGLTibdnbozQJN829agPZu7/CiuxE8C76+T/hiqgruLbjqh5ip/TljZrb3AQuDKYAIYO09L3TBRq/3EHk4shCDEkZkTqITmdGMLIIO7r8FbzfaiDappSNjIkpZcCqyCDo4WAJYkR8prTp4ADSBUCIX9uPY5epL5AJdyBWDRDYFHCWyCiXBObKwrh+nl4g2TiLVhSXW97g0v/MEHIQbCYeFmYAAAAAASUVORK5CYII=);
      border-top: 1px solid #f22613;
      border-bottom: 1px solid #f22613;
      color: #333;
  }
  .alert-box.info {
      background-color: #fff;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAADBklEQVR42u3YyWsTURwHcP8aQUWtWlu7JEbtpngQvIqXevDWm1fXehO12BTErdQiVMFQ8ODBusWkmSa1lVrTxdrG0FA9WJtkljfL19/LTDKMibl0EorkwReSCQ8+fN+bl2G2AdhSqYH+P1CpAS0DfXUI+ufzUCfaoQptYMIxsMhRsE/d0L4/BNR0qcnug4y159CmTkOLdkKNdnBQAaNEjkAZ90EOH4YcOQ51dQQVBRnLN6DHuqDFOqGZGEpbaVDICynkAVvoRUVAxuqQE8PjXC7C/AX64KG0gq3ch6sgQ1zkEBtTph2FY8JeApkYKdgCMdgMPTMP10D64kUOsTDtDsw/27FAIge9b4Y8e8EdELS0jTAh5TF2Ow5Q9l0TDDWNTYOMjSkLQREcEAdGCRfvHdFcLgI1EegQtPXY5kFactAE2JDyGHvvONrhILZ81w3QIxNQCEfw2JvYxpRYKrMdSqNLoNSzPMBGTJwEmz4HuSSGMnkWYrgjv1Rm3jZATQ5vHqT//sgRVhtmI8p0NwADbOF6EUaOX4GiZCHGzhAkD2ogUD20XxNw5baXhRN2G2EvR+QwhqFDme91YJgiQfpyCTamkTAHaQm97p1DauIBR1jxWI14CHMNuqZCmbsKmcKYBLkYQzkA9m3APRA/P6TxrvztbCfYkoOoqgKVydTQ5ZIYMdgKQ91wD8SHvj7JAYXb2T5jmqEkhiEnHnNIESb7po72joCK/Ntray8sRD7UBkVeGoBEIQilwYFRUwFU9HmIrdzjCHtpKNJXP48FqSfIfspe2jf+Sj4P2UOMnOKQfCOE6Ye0eMdqZR+yr/fwc8icXA2QmnzCD7pCI+JiH8SFPt4KYXYjO7YTLDFYPZCensu3QakjzC2I8zcJsguZsR3IvNoOfWO2eiA+tJ9jfI9Q+qEkn1JGoCz1UW5D+/HSnFhNUCqVQjwezyUajSIUChW+02/VB42OjqJMaqCtB5qZmUEgEIDf73eEXxMEofogPtLpNHp6euDz+Xhyn+lauUm1tx81UMXzBw5wT9JYWi53AAAAAElFTkSuQmCC);
      border-top: 1px solid #89c4f4;
      border-bottom: 1px solid #89c4f4;
      color: #333;
  }
  .alert-box.success {
      background-color: #fff;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAqFBMVEX////w8PDw8PDw8PDw8PDw8PDw8PDw8PDW1tbn5+ff398PnVjd3d3i4uIPnVjk5OQPnVjg4OAPnVgzqW8PnVgPnVjT09Pw8PDG4NOp1sBjvJHu7u4PmVYqp2ri6+YcomFHsn4bmlzHzsoPnFeuxbl9tJk0n2t/xqSVvqqNzK1ZqYKJuaJVt4c4rHQnnWPl5eXj4+MPm1fe3t6b0bfc3NxBo3TY2NjX19eKj23kAAAAFXRSTlMA8BCwcFCgkP4f3NDnrzCHoM8Qc/Avz3otAAAA9klEQVR4Xq2T2XKDMAwAMRACNGdbyUDus/d9/f+f1VHEiFamfcm+7qIZGTs4IWEcGeswURz6dGIbJCrp0MeC6QTBCADO2Hetokv+vNXbyvnLAc9v8cA+NH4/veAFEr/f7HIe0OJvETMKYhLlLw8fiNinICKxnHHCfr92QY8CcwwAloX41cFjSoElCnBU89pvkeCAeAPH4or89Bp1YG+g5uUOPQEP5wWbgZzjPRDiU1mTmD/wggyvGVspZgCP4rGvjrpYuAWFTP+sounzwPO7n8SnNEBdmGesGZLUV+6V/ZilLt7F+6/95BMxHf71cCZfefbf0zsl3w3QOjVy6QFpAAAAAElFTkSuQmCC);
      border-top: 1px solid #87d37c;
      border-bottom: 1px solid #87d37c;
      color: #333;
  }
  h2.opiniones:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -5px;
      height: 10px;
      background: url(../images/pattern-stripes.png) 0 -50px;
  }
  h2.opiniones span {
      display: inline-block;
      background: #fff;
      position: relative;
      padding: 0 .5em;
      line-height: 1em;
  }
  h2.opiniones {
      position: relative;
      margin: 0.25em 0 .9em 0;
      background: #fff;
      line-height: 0em;
  }
  .fav-heart {
      font-size: 1.2rem;
      color: #E33100;
      transition: all .2s ease-in-out;
  }
  .review-elementCount{
    font-size: .75rem;
    position: absolute;
    right: 15px;
    top: 1px;
  }


  #loadingBar {
    position: fixed;
    height: 8px;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  /* mprogress */
  .indeter-bar{
    height: 5px !important;
  }
  .ias_loader {
    text-align:center;
    margin: 5px 0;
  }

  .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button){
    color: #3e1515 !important;
  }

  #image-container .swiper-container {
    height: 200px;
    position: relative;
  }

  .image-container__ribbon--sale {
    position: absolute;
    top: 10px;
    right: 12px;
    padding: 0 10px;
    font-weight: 700;
    line-height: 1.65rem;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 2;
    border-left: 3px solid #43ac6a;
    border-radius: 0 2px 2px 0;
    background-color: #f3f3f3;
    color: #666;
  }

  .image-container__ribbon--bf {
    background-color: #262626;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
    padding: 3px 3px 0 5px;
    position: relative;
    z-index: 2;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: rgb(209,12,21);
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
    top: 10px;
    right: 12px;
  }

  .image-container__share {
    width: 36px;
    height: 36px;
    display: block;
    background-color: rgba(255,255,255,.8);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAALVBMVEUAAAA3Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj43Pj5aBko/AAAADnRSTlMAECAwQFBggI+fv8/f78/m67IAAADESURBVDjLxZQ9CsJAEEbHELTwApbpPYOQzktYWFuIha2FF7G0FPEAdp7Awi5lwMi+M1gEhbjzEUXQ6XY+2Jl582P2tc1g6/mHAIfYnxQAIYuEPgDsI2FOWI4LykjYcTYbUUUCLMx68OrvQG6WfiDIrwb4wbsFbrrpEbwCk83D/0RSE10BpwbE+jEBLg3sNVGAa+YRhVvuEiVMfaKs/0BUB5fpygIlEglRY9eNammtHgY9Pj8lXb2/anI55TrLA6BPRrvdAbTlEpx+axupAAAAAElFTkSuQmCC);
    background-size: 24px 24px;
    border-radius: 18px;
    right: 2rem;
    z-index: 2;
    position: absolute;
    bottom: 0;
  }

  @media only screen and (min-width: 90.063em) {
    #image-container img {
      height: 225px;
    }
  }

  .mfp-container button {
    background-color: unset;
  }

  :root {
      --swiper-theme-color: #44ac6b !important;
  }

  .swiper-button-next, .swiper-button-prev {
    color: grey;
    fill: grey;
    stroke: grey;
    --swiper-navigation-size: 60px;
  }

  .swiper-button-prev {
    left: 0;
    right: auto;
  }

  .swiper-button-next {
    right: 0px;
    left: auto;
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem;
  }

  body.is-reveal-open.disable-background {
    overflow: hidden;
  }

  body.is-reveal-open.disable-background .reveal-modal {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #image-container .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
  }

  /* https://github.com/verlok/lazyload */
  img:not([src]) {
      visibility: hidden;
  }
  /* Fixes Firefox anomaly during image load */
  @-moz-document url-prefix() {
    img:-moz-loading {
      visibility: hidden;
    }
  }

  .video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
  }

  .video-responsive iframe,
  .video-responsive video,
  .video-responsive object,
  .video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Fucking order!! pseudo http://stackoverflow.com/questions/5777210/how-to-write-hover-condition-for-abefore-and-aafter*/

  .fav-heart.fi-heart:hover:before {
      transform: scale(1.5);
  }
  .fi-heart:before {
    color: chocolate;
  }
  .sidebar-icon {
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 100%;
      left: 60px;
  }
  /* https://codepen.io/vakhula/pen/OJVqBOK */
  .scrollbox-more-horizontal {
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(white), to(white)), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
  }
