/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_CountdownTimer
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.flex-box {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.style1-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.style1 {
  color: #eb5202;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin: 5px 2px;
  align-items: center;
}
.style1-txt1 {
  font-family: Arial, Arial Bold, Gadget, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.style1-txt2 {
  align-self: flex-start;
  line-height: 1;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.product-item-details .style1-txt1 {
  font-size: 18px;
}
.fs-22 {
  font-size: 22px;
}
.fs-20 {
  font-size: 20px;
}
.fs-18 {
  font-size: 18px;
  font-weight: bold;
}
.fs-12 {
  font-size: 12px;
}
.fs-10 {
  font-size: 10px;
}
.style2 {
  width: 65px;
  height: 65px;
  background: #846add;
  border: 2px solid #846add;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 5px;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  line-height: 1;
}
.style2-txt1 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}
.style2-txt2 {
  font-size: 10px;
  text-transform: uppercase;
}
.product-item-details .style2 {
  width: 48px;
  height: 48px;
  margin: 5px 2px;
}
.product-item-details .style2-txt1 {
  font-size: 22px;
}
.product-item-details .style2-txt2 {
  font-size: 8px;
}
.style3 {
  font-family: Verdana, Geneva, sans-serif;
  background-color: #333333;
  color: #ffffff;
  border-radius: 10px;
  margin: 10px 5px;
  width: 60px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
}
.style3-txt1 {
  font-size: 30px;
  padding-bottom: 5px;
  font-weight: bold;
}
.style3-txt2 {
  font-size: 10px;
}
.product-item-details .style3 {
  width: 50px;
  height: 50px;
  margin: 5px 2px;
}
.product-item-details .style3-txt1 {
  font-size: 24px;
  padding-bottom: 3px;
}
.style4 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  border-radius: 3px;
  background: #00BF96;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  margin: 10px 5px;
  padding: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-width: 50px;
}
.style4-txt1 {
  font-weight: 100;
  font-size: 30px;
  padding: 10px;
  border-radius: 3px;
  background: #00816A;
  min-width: 30px;
}
.style4-txt2 {
  padding-top: 5px;
  font-size: 14px;
}
.product-item-details .style4 {
  margin: 10px 2px;
  padding: 5px;
  min-width: 40px;
}
.product-item-details .style4-txt1 {
  font-size: 22px;
  padding: 5px;
}
.product-item-details .style4-txt2 {
  font-size: 10px;
}
.countdown-style5 {
  max-width: 350px;
  height: auto;
  text-align: center;
  background: #222;
  background-image: -webkit-linear-gradient(top, #222222, #333333, #333333, #222222);
  background-image: -moz-linear-gradient(top, #222222, #333333, #333333, #222222);
  background-image: -ms-linear-gradient(top, #222222, #333333, #333333, #222222);
  background-image: -o-linear-gradient(top, #222222, #333333, #333333, #222222);
  border: 1px solid #111;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  margin: 10px 0;
  padding: 10px;
}
.style5 {
  max-width: 60px;
  display: inline-block;
  margin: auto;
}
.style5-txt1 {
  width: 50px;
  font: bold 30px 'Droid Sans', Arial, sans-serif;
  text-align: center;
  color: #111;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(top, #bbbbbb, #eeeeee);
  background-image: -moz-linear-gradient(top, #bbbbbb, #eeeeee);
  background-image: -ms-linear-gradient(top, #bbbbbb, #eeeeee);
  background-image: -o-linear-gradient(top, #bbbbbb, #eeeeee);
  border-top: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
  margin: 5px;
  padding: 5px 0;
  display: inline-block;
  position: relative;
}
.style5-txt1:before {
  content: "";
  width: 100%;
  height: 10px;
  background: #111;
  display: block;
  padding: 0 3px;
  position: absolute;
  top: 41%;
  left: -3px;
  z-index: -1;
}
.style5-txt1:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  border-top: 1px solid #333;
  display: block;
  position: absolute;
  top: 48%;
  left: 0;
}
.style5-txt2 {
  font: bold 10px 'Droid Sans', Arial, sans-serif;
  color: #f47321;
  text-shadow: 1px 1px 0 #000;
  text-transform: uppercase;
  display: inline-block;
}
.product-item-details .countdown-style5 {
  margin: 10px 0;
  padding: 3px;
}
.product-item-details .style5 {
  max-width: 50px;
}
.product-item-details .style5-txt1 {
  width: 40px;
  font-size: 22px;
}
.download-attachment {
  text-align: center;
}
.download-attachment a {
  color: #333;
  font-size: 0;
  text-decoration: none;
}
.download-attachment a:before {
  background: url("../Mageprince_Productattach/images/download.svg") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  font-size: 25px;
  height: 20px;
  width: 20px;
}
.product-info-main .table.attachment-table {
  width: 100%;
}
.all-attachment-block .table.attachment-table {
  width: 100%;
}
.table.attachment-table {
  width: 70%;
}
.table.attachment-table th.download {
  width: 10%;
}
.table.attachment-table td.attachment-icon img {
  width: 40px;
}
.product-attachment {
  line-height: 30px;
  margin-bottom: 10px;
}
.product-attachment .attachment-icon {
  float: left;
  padding-right: 10px;
}
.product-attachment .attachment-icon img {
  width: 30px;
}
:root {
  --bmx-primary: #fb3003;
  --bmx-border: #ebebeb;
  --bmx-link: #203656;
  --bmx-link-hover: #4e678a;
  --bmx-subdued: #8f9bad;
  --bmx-gradient: linear-gradient(to right, #fb3003 0%, #ffa387 100%);
}
@media (min-width: 1024px) {
  .bmx\:lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .bmx\:lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bmx\:lg\:col-span-2 {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 479px) {
  .bmx\:grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.toolbar.mx-list-toolbar {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  color: #8f9bad;
}
.toolbar.mx-list-toolbar::before {
  content: none;
}
.toolbar.mx-list-toolbar::after {
  content: none;
}
.toolbar.mx-list-toolbar .toolbar-amount {
  display: block;
  float: none;
  position: relative;
  text-align: center;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.toolbar.mx-list-toolbar .pages {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter {
  margin-bottom: 0;
}
.toolbar.mx-list-toolbar .limiter .limiter-options {
  width: 4em;
}
@media (max-width: 768px) {
  .toolbar.mx-list-toolbar {
    flex-direction: column;
    row-gap: 2em;
  }
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-next,
  .toolbar.mx-list-toolbar .pages .items.pages-items .pages-item-previous {
    position: relative;
  }
}
.mst-comments__wrapper .block-title strong {
  font-size: 2rem;
}
.mst-comments__wrapper .mst-comments__form {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  margin-bottom: 25px;
  margin-top: 10px;
}
.mst-comments__wrapper .mst-comments__form .comment-fieldset {
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__message {
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment strong {
  font-weight: 600;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta .mst-comment__author .mst-comment__admin {
  color: #fff;
  background: #4CAF50;
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 3px;
  margin-left: 10px;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comment .mst-comment__meta time {
  color: #999;
}
.mst-comments__wrapper .mst-comments__container .mst-comment__tree .mst-comment__wrapper .mst-comments__form {
  padding: 1rem 1.5rem;
}
.mst-comments__wrapper .link {
  color: #006bb4;
  cursor: pointer;
  padding: 5px;
  font-weight: 500;
  border-radius: 3px;
  user-select: none;
}
.mst-comments__wrapper .link.active {
  background-color: #1979c3;
  color: #ffffff;
}
.mst-comments__wrapper .mst-comments__toolbar {
  display: flex;
  padding: 8px 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item {
  padding: 0 8px;
  border-right: 1px solid #c9c9c9;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:first-child {
  padding-left: 0;
}
.mst-comments__wrapper .mst-comments__toolbar .toolbar__item:last-child {
  padding-right: 0;
  border-right: none;
}
.mst-comments__wrapper .reply {
  padding-left: 25px;
  position: relative;
}
.mst-comments__wrapper .reply::before {
  content: "\21AA";
  font-size: 1.8rem;
  position: absolute;
  left: 5px;
}
.mst-comments__wrapper .hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mst-nav__horizontal-bar {
    padding-bottom: 2rem;
  }
  .mst-nav__horizontal-bar strong[role=heading] {
    display: none;
  }
  .mst-nav__horizontal-bar .filter-options {
    display: block !important;
    border-bottom: 1px solid #cccccc;
  }
  .mst-nav__horizontal-bar .filter-options .filter-options-item {
    border-bottom: 0;
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mst-nav__apply-button-wrapper {
    display: none;
  }
  .filter-active .mst-nav__apply-button-wrapper {
    display: block;
    z-index: 1000;
    left: unset !important;
    right: 10px;
  }
}
.mst-nav__sizeLimiter {
  cursor: pointer;
  color: #757575;
}
@media only screen and (max-width: 768px) {
  .mst-nav__slider .mst-nav__slider-from-to input {
    font-size: 16px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
.mst-nav__progress-bar {
  background: #ff5501;
  position: fixed;
  z-index: 103100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.mst-nav__progress-bar .mst-nav__progress-bar-peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #ff5501, 0 0 5px #ff5501;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.gdpr-privacy-settings .column.main .actions-toolbar {
  margin-bottom: 1.5em;
}
body.gdpr-privacy-settings .column.main #download-form,
body.gdpr-privacy-settings .column.main #anonymize-form,
body.gdpr-privacy-settings .column.main #remove-form {
  margin-left: 7em;
}
.mst-gdpr_customer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.mst-gdpr_customer .card {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.mst-gdpr_customer .card .gap-4 {
  gap: 1rem;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 .icon {
  --tw-text-opacity: 1;
  background-color: #f5f5f5;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  display: inline-flex;
  flex-shrink: 0;
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 2rem;
}
.mst-gdpr_customer .card .gap-4 > div > a {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}
.mst-gdpr_customer .card .gap-4 > div > h3 {
  margin-bottom: 1rem;
  line-height: 1.75rem;
}
.mst-anonymize,
.mst-download,
.mst-remove {
  border-radius: 0.4rem;
  --tw-bg-opacity: 1;
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .mst-gdpr_customer .card .gap-4 {
    display: block;
  }
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar {
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    border-radius: 0;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons {
    flex-direction: column;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .mst-gdpr__cookie-bar-wrapper .mst-gdpr__cookie-bar .mst-gdpr__buttons button:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .mst-gdpr__cookie-settings--cookie-modal-settings.modal-popup.modal-slide {
    z-index: 10001;
  }
}
@media (max-width: 640px) {
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table td:nth-child(3),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(2),
  .mst-gdpr__cookie-settings--cookie-group-container .content table th:nth-child(3) {
    display: none;
  }
}
@media (max-width: 500px) {
  .mst-gdpr__cookie-settings--cookie-group-container .title-container {
    padding: 0 2rem;
  }
  .mst-gdpr__cookie-settings--cookie-group-container .title-container .title {
    width: auto;
  }
}
.main .mst-scroll__button {
  cursor: pointer;
  display: flex;
  margin: 1rem auto;
  align-items: center;
  justify-content: center;
}
.main .mst-scroll__button:before {
  opacity: 0.6;
  display: block;
  content: "";
  height: 36px;
  width: 36px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7928 10.3055C22.589 11.2646 23.2047 12.2066 24.1681 12.4094L32.3858 14.1402L34.1553 6.39665C34.3738 5.44085 33.7725 4.48961 32.8125 4.27207C31.8524 4.05452 30.8971 4.65321 30.6786 5.60915L30.104 8.12397C30.066 8.06061 30.0251 7.99829 29.9783 7.9388C27.0513 4.20575 22.488 1.79999 17.3614 1.79999C8.51464 1.79999 1.3501 8.9562 1.3501 17.775C1.3501 26.5939 8.51464 33.75 17.3614 33.75C26.2081 33.75 33.3729 26.5939 33.3729 17.775C33.3729 16.7946 32.5743 16 31.5901 16C30.6053 16 29.8072 16.7946 29.8072 17.775C29.8072 24.6411 24.231 30.2 17.3614 30.2C10.4918 30.2 4.91563 24.6411 4.91563 17.775C4.91563 10.909 10.4918 5.34999 17.3614 5.34999C20.9298 5.34999 24.7283 7.04316 27.0001 9.44976L24.9059 8.93618C23.9426 8.73341 22.9966 9.34644 22.7928 10.3055Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.main .mst-scroll__button:hover:before {
  opacity: 1;
}
.main .mst-scroll__button._loading {
  opacity: .7;
}
.main .mst-scroll__button._loading:before {
  opacity: 1;
  animation: rotating 3s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes reveal {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}
.mst-scroll__loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}
.mst-scroll__loader .loader-dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}
.mst-scroll__loader .loader-dot:nth-child(1),
.mst-scroll__loader .loader-dot:nth-child(2) {
  left: 0;
}
.mst-scroll__loader .loader-dot:nth-child(3) {
  left: 1.5em;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  left: 3em;
}
.mst-scroll__loader .loader-dot:nth-child(1) {
  animation-name: reveal;
}
.mst-scroll__loader .loader-dot:nth-child(2),
.mst-scroll__loader .loader-dot:nth-child(3) {
  animation-name: slide;
}
.mst-scroll__loader .loader-dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}
.mst-scroll__progress {
  text-align: center;
  width: 40%;
  min-width: 300px;
  margin: 0 auto 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-label {
  font-size: 1.4rem;
}
.mst-scroll__progress .mst-scroll__progress-bar {
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  margin: 1rem 0;
}
.mst-scroll__progress .mst-scroll__progress-bar div {
  background-color: #ff5501;
  height: 100%;
}
.mst-search-in__wrapper {
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.mst-search-in__wrapper .mst-search-in__title {
  border: none;
  padding: 6px 3px 6px 6px;
  margin-right: 3px;
  font-weight: 600;
  white-space: nowrap;
}
.mst-search-in__wrapper .mst-search-in__item {
  white-space: nowrap;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin: 0 5px 5px 0;
  padding: 6px 12px;
  color: #494949;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name {
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
}
.mst-search-in__wrapper .mst-search-in__item span.name i {
  font-style: normal;
  display: flex;
  align-items: center;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:after {
  font-size: 7px;
  content: '\e608';
  font-family: 'luma-icons';
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #757575;
}
.mst-search-in__wrapper .mst-search-in__item span.name i:last-child:after {
  display: none;
}
.mst-search-in__wrapper .mst-search-in__item span.count {
  color: #757575;
  display: block;
  margin-left: 8px;
  font-size: 80%;
}
.mst-search-in__wrapper .mst-search-in__item span.count:before {
  content: "(";
}
.mst-search-in__wrapper .mst-search-in__item span.count:after {
  content: ")";
}
.mst-search-in__wrapper .mst-search-in__item:hover {
  border-color: #ff5501;
  text-decoration: none;
}
.mst_categorySearchLoader {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  width: 20px;
  height: 20px;
}
.mst_categorySearchLoader .spinner-item {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 2px solid #ffffff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999999 transparent transparent transparent;
}
.mst_categorySearchLoader .spinner-item.spinner-item-1 {
  animation-delay: -0.45s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-2 {
  animation-delay: -0.3s;
}
.mst_categorySearchLoader .spinner-item.spinner-item-3 {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst_categorySearch {
  display: block;
  position: relative;
}
.mst_categorySearch_searchIcon {
  position: absolute;
  left: 10px;
  font-size: 21px;
  color: #bbbbbb;
}
span.mst_categorySearch_totals {
  position: absolute;
  right: 0;
  padding: 6px 15px 6px 15px;
  color: #999;
  display: none;
}
input#mst_categorySearch {
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}
.mst_categorySearchLoader .fa-spinner {
  font-size: 30px;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .action {
  margin-bottom: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
/*===========================================

@category  :    Ubertheme
@package   :    Ubertheme_Base
@author    :    Ubertheme.com
@copyright :    Copyright 2009-2021 Ubertheme

==============================================*/
@keyframes shine-lines {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/*
    Table Contents
    
    1. @general
    2. @images_videos slider
          a. @single_item
          b. @multi_item
    3. @product_slider
*/
.ub-content-slider .block-title {
  font-size: 18px;
  margin: 0;
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.ub-content-slider.no-items {
  border: 1px solid #d6d6d6;
  font-style: italic;
  margin: 10px;
  padding: 10px;
  text-align: center;
}
.ub-content-slider.outside .slide-content-desc {
  position: static;
  transform: none;
  transition: position .4s linear, top .4s linear;
}
@media (max-width: 640px) {
  .ub-content-slider.outside .slide-content-desc {
    padding: 20px 10px;
  }
}
.ub-content-slider.outside .slide-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 640px) {
  .ub-content-slider.outside .slide-title {
    font-size: 22px;
    line-height: 100%;
  }
}
.ub-content-slider.outside .slide-title a {
  color: #333333;
  text-decoration: none;
}
.ub-content-slider.outside .slide-desc {
  color: #333333;
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (max-width: 640px) {
  .ub-content-slider.outside .slide-desc {
    font-size: 16px;
  }
}
.ub-content-slider.outside .slide-readmore {
  border: 1px solid #000000;
  color: #000000;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.ub-content-slider.outside .slide-readmore:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 480px) {
  div.ub-content-slider .click-to-play .slide-content-desc {
    padding: 20px 0;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-content-desc {
    padding: 20px;
    position: static;
    transform: translateY(0);
  }
}
.ub-content-slider .click-to-play .slide-content {
  position: relative;
}
.ub-content-slider .click-to-play .slide-content:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background-size: 72px;
  pointer-events: none;
  transition: background-size 235ms cubic-bezier(0.4, 0, 0.2, 1), opacity 235ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ub-content-slider .click-to-play .slide-content:after {
  color: #fff;
  content: "\f144";
  font-family: 'Font Awesome 5 Free';
  font-size: 60px;
  font-weight: 900;
  left: 50%;
  margin: -43px 0 0 -30px;
  position: absolute;
  top: 50%;
  z-index: 12;
  opacity: .5;
  transition: opacity .4s linear;
}
.ub-content-slider .click-to-play .slide-content:hover:after {
  opacity: 1;
}
.ub-content-slider .click-to-play .slide-image {
  height: 100%;
  margin: auto;
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-image {
    max-height: 194px;
  }
}
.ub-content-slider .click-to-play .slide-title {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-title a {
    color: #333333;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .click-to-play .slide-desc {
    color: #333333;
  }
}
.ub-content-slider .clicked-to-play .slide-content {
  position: relative;
}
.ub-content-slider .clicked-to-play .slide-content:after {
  display: none !important;
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-content-desc {
    padding: 20px;
    position: static;
    transform: translateY(0);
  }
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-title a {
    color: #333333;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-desc {
    color: #333333;
  }
}
@media (max-width: 640px) {
  .ub-content-slider .clicked-to-play .slide-image {
    height: 100%;
    max-height: 122px;
  }
}
.ub-content-slider .product-item {
  margin: 0 !important;
  padding: 20px !important;
  width: 100% !important;
}
.ub-content-slider .product-item img {
  display: block;
  height: auto !important;
  margin: 0px auto;
  max-width: 100% !important;
  text-align: center;
  width: 100% !important;
}
.ub-content-slider .product-item .product-item-info {
  width: auto;
}
.ub-content-slider .product-item .product-item-info:hover {
  background: #ffffff;
  border: 1px solid #bbb;
  margin: -10px;
  padding: 9px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.ub-content-slider .product-item .product-item-info .actions-primary + .actions-secondary {
  vertical-align: top;
}
.ub-content-slider .product-item .product-item-info .stock {
  margin-top: 10px;
}
.slider-item {
  margin-bottom: 20px;
}
.slider-item .slide-content-desc {
  font-family: 'Lato', sans-serif;
  left: 0;
  margin-top: 0;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 12;
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: position .4s linear, top .4s linear;
}
.slider-item .slide-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .slider-item .slide-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .slider-item .slide-title {
    font-size: 48px;
  }
}
.slider-item .slide-title a {
  color: #ffffff;
  text-decoration: none;
}
.slider-item .slide-desc {
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0;
}
@media (max-width: 640px) {
  .slider-item .slide-desc {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 0;
  }
}
.slider-item .slide-readmore {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
@media (min-width: 640px) {
  .slider-item .slide-readmore {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .slider-item .slide-readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
.slider-item .slide-readmore:active,
.slider-item .slide-readmore:focus,
.slider-item .slide-readmore:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.slider-item .slide-content-desc:empty {
  display: none;
}
.slider-item .slide-content {
  font-size: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 640px) {
  .slider-item .slide-content .youtube-video .youtube iframe {
    height: 122px !important;
    min-height: inherit !important;
    width: auto !important;
  }
}
@media (max-width: 640px) {
  .slider-item .slide-content .vimeo-video .vimeo iframe {
    height: 122px !important;
    min-height: inherit !important;
    width: auto !important;
  }
}
.slider-item.outside .slide-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 640px) {
  .slider-item.outside .slide-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .slider-item.outside .slide-title {
    font-size: 48px;
  }
}
.slider-item.outside .slide-title a {
  color: #000000;
  text-decoration: none;
}
.slider-items .block-content {
  margin: 0 -10px 60px !important;
}
.slider-items .slide-info {
  padding: 0 10px;
}
.slider-items .slide-title {
  font-weight: 300 !important;
}
.slider-items .slide-title a {
  text-transform: uppercase;
}
.slider-items .click-to-play .slide-title {
  font-size: 14px;
}
.slider-items iframe {
  min-height: 327px;
  width: 100% !important;
}
.slider-products .block-title h3 {
  font-size: 18px;
  text-align: left;
}
.sidebar .ub-content-slider {
  display: none;
}
@media (min-width: 768px) {
  .sidebar .ub-content-slider {
    display: block;
  }
}
@media (min-width: 768px) {
  .sidebar .ub-content-slider .product-reviews-summary .reviews-actions .action.add {
    white-space: inherit;
  }
}
@media (min-width: 1024px) {
  .sidebar .ub-content-slider .product-reviews-summary .reviews-actions .action.add {
    white-space: nowrap;
  }
}
.sidebar .slider-products .product-item {
  padding: 10px !important;
}
@media (min-width: 1440px) {
  .sidebar .slider-products .product-item {
    padding: 20px !important;
  }
}
.vertical-slider-sticky {
  background: #ffffff;
  max-width: 120px;
  position: fixed;
  right: 10px;
  top: 220px;
  width: 100%;
  z-index: 15;
  display: none;
}
@media (min-width: 768px) {
  .vertical-slider-sticky {
    display: block;
  }
}
.vertical-slider-sticky .block-title {
  text-align: center;
}
.vertical-slider-sticky .block-title strong {
  font-size: 14px;
}
.vertical-slider-sticky .product-item {
  padding: 10px !important;
}
.vertical-slider-sticky .product-item .product-description,
.vertical-slider-sticky .product-item .product-reviews-summary,
.vertical-slider-sticky .product-item .product-item-actions,
.vertical-slider-sticky .product-item .price-box {
  display: none !important;
}
.vertical-slider-sticky .product-item .product-item-info:hover {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ub-blocks-promo {
  margin-bottom: 50px;
}
.ub-blocks-slider {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .ub-blocks-slider {
    flex-wrap: nowrap;
  }
}
.ub-blocks-slider .big-deal {
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 768px) {
  .ub-blocks-slider .big-deal {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .ub-blocks-slider .big-deal {
    width: 30%;
  }
}
.ub-blocks-slider .big-deal .title {
  color: #1979c3;
  font-size: 94px;
  font-style: italic;
  font-weight: 700;
}
.ub-blocks-slider .big-deal .tagline {
  display: block;
  font-size: 36px;
}
.ub-blocks-slider .big-deal .desc {
  font-size: 18px;
  margin: 20px 0;
}
.ub-blocks-slider .big-deal .more-deal {
  border: 1px solid #1979c3;
  color: #1979c3;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-top: 40px;
  padding: 0 40px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
.ub-blocks-slider .big-deal .more-deal:hover {
  background-color: #1979c3;
  color: #ffffff;
  text-decoration: none;
}
.ub-blocks-slider .slider-contents {
  width: 100%;
}
@media (min-width: 768px) {
  .ub-blocks-slider .slider-contents {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .ub-blocks-slider .slider-contents {
    width: 70%;
  }
}
.ub-content-slider .block-title {
  padding-top: 20px;
}
.ub-content-slider .owl-carousel {
  display: none;
  margin: auto;
  width: 100%;
}
.ub-content-slider .owl-carousel .owl-wrapper-outer {
  background-color: #f2f2f2;
}
.ub-content-slider .owl-carousel .owl-item .item {
  height: auto !important;
  width: 100% !important;
}
.ub-content-slider .owl-theme .owl-controls {
  margin: 0;
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons {
  height: 0;
  width: 100%;
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev,
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  background: rgba(255, 255, 255, 0.5);
  border: 0 !important;
  font-size: 0;
  height: 30px;
  line-height: 1;
  margin: 0;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  top: 50%;
  vertical-align: middle;
  width: 30px;
  z-index: 1;
  transition: all 0.4s linear;
  transform: none;
  opacity: 1;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev,
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before,
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next:before {
  color: inherit;
  content: "";
  display: inline-block;
  height: 20px;
  margin: 5px;
  width: 20px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before,
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next:before {
    height: 30px;
    margin: 10px;
    width: 30px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
@media (min-width: 1440px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -50px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  background: url('../Ubertheme_UbContentSlider/images/back.svg');
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
@media (min-width: 1440px) {
  .ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -50px;
  }
}
.ub-content-slider .owl-theme .owl-controls .owl-buttons .owl-next:before {
  background: url('../Ubertheme_UbContentSlider/images/next.svg');
}
.ub-content-slider .owl-theme .owl-disabled {
  display: none !important;
}
.ub-content-slider .owl-theme .owl-pagination {
  bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ub-content-slider .owl-theme .owl-pagination {
    bottom: 20px;
  }
}
.ub-content-slider .owl-theme .owl-pagination .owl-page {
  background: none;
  border: 0;
  display: inline-block;
  height: 20px;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 20px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page span {
  background-color: #ffffff;
  color: #ffffff;
  content: "";
  display: inline-block;
  height: 6px;
  margin: 7px;
  width: 6px;
  opacity: .5 !important;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page span.owl-numbers {
  color: #000000;
  font-size: 10px;
  height: 15px;
  line-height: 15px;
  padding: 0;
  text-align: center;
  width: 15px;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page:hover span {
  background-color: #000000;
  color: #ffffff;
  opacity: 1 !important;
}
.ub-content-slider .owl-theme .owl-pagination .owl-page.active span {
  background-color: #ffffff;
  opacity: 1 !important;
}
.ub-content-slider .owl-theme .bar {
  background: #fc5e10;
  height: 4px;
  max-width: 100%;
  width: 0%;
}
.ub-content-slider .owl-theme .progressBar {
  background: #ededed;
  margin: 0;
  max-width: 100%;
}
.ub-content-slider.outside .owl-wrapper-outer {
  background: none;
  height: auto !important;
}
.ub-content-slider.outside .owl-wrapper-outer .item {
  height: auto !important;
  width: 100% !important;
}
.ub-content-slider.outside .owl-pagination {
  margin-top: 40px;
  position: static;
}
.ub-content-slider.outside .owl-pagination .owl-page span {
  background-color: #000000;
}
.ub-content-slider.outside .owl-pagination .owl-page.active span {
  background-color: #000000;
}
.ub-content-slider.pagination-bottom-right .owl-controls .owl-pagination {
  left: 15px;
  text-align: left;
  width: auto;
}
.ub-content-slider.pagination-bottom-right .owl-controls .owl-pagination {
  right: 15px;
  text-align: right;
  width: auto;
}
.ub-content-slider .thumb-items .owl-wrapper-outer {
  background: none;
  margin: 0;
  width: initial;
}
.ub-content-slider .thumb-items .owl-wrapper-outer .item {
  height: auto !important;
  width: auto !important;
}
.ub-content-slider .thumb-items .owl-item {
  cursor: pointer;
}
.ub-content-slider .thumb-items .owl-item .item {
  border: 1px solid transparent;
  float: left;
  font-size: 0;
  margin: 10px !important;
  position: relative;
}
.ub-content-slider .thumb-items .owl-item .item a {
  display: flex;
}
.ub-content-slider .thumb-items .owl-item .item:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 50px 0px #000000;
  -ms-box-shadow: inset 0px 0px 50px 0px #000000;
  box-shadow: inset 0px 0px 50px 0px #000000;
}
.ub-content-slider .thumb-items .owl-item .item img {
  margin: auto;
}
.ub-content-slider .thumb-items .owl-item.synced .item {
  border: 1px solid #000000;
}
.ub-content-slider .thumb-items .owl-item.synced .item img {
  border: 0;
}
.ub-content-slider .thumb-items .owl-item.synced .item:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.ub-content-slider .thumb-items .owl-item.synced .item:after {
  color: #000000;
  content: "\f0d8";
  font-family: 'Font Awesome 5 Free';
  font-size: 32px;
  font-weight: 900;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -28px;
}
.ub-content-slider.slider-products .owl-pagination {
  margin-top: 40px;
  position: static;
}
.ub-content-slider.slider-products .owl-pagination .owl-page span {
  background-color: #000000;
}
.ub-content-slider.slider-products .owl-pagination .owl-page span.owl-numbers {
  color: #ffffff;
}
.ub-content-slider.slider-products .owl-pagination .owl-page.active span {
  background-color: #000000;
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev,
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next {
  height: 30px;
  margin-top: -25px;
  top: 0;
  width: 30px;
}
@media (min-width: 1024px) {
  .sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev,
  .sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next {
    margin-top: -50px;
  }
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev:before,
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next:before {
  height: 15px;
  width: 15px;
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-prev {
  left: auto;
  right: 30px;
}
.sidebar .ub-content-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.page-wrapper > .widget.fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.page-wrapper .fullwidth .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
div.ub-content-slider .block-content {
  opacity: 0;
  margin: auto;
  margin: 0 -10px 20px;
  width: initial;
}
div.ub-content-slider .slick-slider {
  opacity: 0;
}
div.ub-content-slider .slick-slider.slick-initialized {
  opacity: 1;
  transition: opacity .1s linear;
}
div.ub-content-slider .slick-loading {
  position: relative;
}
div.ub-content-slider .slick-loading:before {
  background-color: #f2f2f2;
  background-image: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  animation: shine-lines 1.4s ease infinite;
  background-size: 400% 100%;
}
div.ub-content-slider .slick-prev,
div.ub-content-slider .slick-next {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 0 !important;
  display: none;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  z-index: 1;
  transition: all 0.4s linear;
  transform: none;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  div.ub-content-slider .slick-prev,
  div.ub-content-slider .slick-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
div.ub-content-slider .slick-prev:before,
div.ub-content-slider .slick-next:before {
  color: inherit;
  content: "";
  display: inline-block;
  font-size: 0;
  height: 20px;
  width: 20px;
  background-size: 100%;
}
@media (min-width: 768px) {
  div.ub-content-slider .slick-prev:before,
  div.ub-content-slider .slick-next:before {
    height: 25px;
    width: 25px;
  }
}
div.ub-content-slider .slick-disabled {
  display: none !important;
}
div.ub-content-slider .slick-prev {
  left: 20px;
}
@media (min-width: 1440px) {
  div.ub-content-slider .slick-prev {
    left: -50px;
  }
}
div.ub-content-slider .slick-prev:before {
  background: url('../Ubertheme_UbContentSlider/images/back.svg');
}
div.ub-content-slider .slick-next {
  right: 20px;
}
@media (min-width: 1440px) {
  div.ub-content-slider .slick-next {
    right: -50px;
  }
}
div.ub-content-slider .slick-next:before {
  background: url('../Ubertheme_UbContentSlider/images/next.svg');
}
div.ub-content-slider .slick-dots {
  bottom: 20px;
}
@media (max-width: 480px) {
  div.ub-content-slider .slick-dots {
    bottom: 10px;
  }
}
div.ub-content-slider .slick-dots li {
  height: 20px;
  margin: 0;
  width: 20px;
}
div.ub-content-slider .slick-dots button {
  background-color: #ffffff;
  border: 0;
  color: #000;
  display: block;
  font-size: 10px;
  height: 6px;
  margin: 7px;
  padding: 0;
  width: 6px;
  opacity: .5;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
div.ub-content-slider .slick-dots button:before {
  display: none;
}
div.ub-content-slider .slick-dots button:hover {
  background-color: #000000;
  opacity: 1;
}
div.ub-content-slider .slick-dots button.slick-number {
  height: 15px;
  line-height: 15px;
  width: 15px;
}
div.ub-content-slider .slick-dots button.slick-number:hover {
  background-color: #000000;
  color: #fff;
}
div.ub-content-slider .slick-dots li.slick-active button {
  background-color: #ffffff;
  opacity: 1;
}
div.ub-content-slider [dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}
@media (min-width: 1440px) {
  div.ub-content-slider [dir="rtl"] .slick-next {
    left: -50px;
  }
}
div.ub-content-slider [dir="rtl"] .slick-next:before {
  transform: rotate(901deg);
}
div.ub-content-slider [dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
@media (min-width: 1440px) {
  div.ub-content-slider [dir="rtl"] .slick-prev {
    right: -50px;
  }
}
div.ub-content-slider [dir="rtl"] .slick-prev:before {
  transform: rotate(901deg);
}
div.ub-content-slider.center-mode .slick-slide {
  opacity: .25;
}
div.ub-content-slider.center-mode .slick-slide:hover {
  opacity: 1;
}
div.ub-content-slider.center-mode .slick-current {
  opacity: 1;
}
div.ub-content-slider.center-mode .slick-current .product-item-info {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin: -10px;
  padding: 9px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
}
div.ub-content-slider.center-mode .slick-center {
  opacity: 1;
}
div.ub-content-slider .thumb-items {
  opacity: 0;
}
@media (max-width: 767px) {
  div.ub-content-slider .thumb-items {
    max-height: 77px;
  }
}
div.ub-content-slider .thumb-items .slick-slide {
  border: 1px solid transparent;
  cursor: pointer;
  margin: 10px !important;
  position: relative;
}
div.ub-content-slider .thumb-items .slick-slide:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-box-shadow: inset 0px 0px 50px 0px #000000;
  -ms-box-shadow: inset 0px 0px 50px 0px #000000;
  box-shadow: inset 0px 0px 50px 0px #000000;
}
div.ub-content-slider .thumb-items .slick-slide img {
  margin: auto;
}
div.ub-content-slider .thumb-items .slick-current {
  border: 1px solid #000000;
}
div.ub-content-slider .thumb-items .slick-current img {
  border: 0;
}
div.ub-content-slider .thumb-items .slick-current:before {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
div.ub-content-slider .thumb-items .slick-current:after {
  color: #000000;
  content: "\f0d8";
  font-family: 'Font Awesome 5 Free';
  font-size: 32px;
  font-weight: 900;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -28px;
}
div.ub-content-slider.slider-item .block-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
div.ub-content-slider.slider-item .slick-slide {
  height: auto !important;
  margin: 0;
  position: relative;
}
div.ub-content-slider.slider-item .slick-slide .item {
  height: auto !important;
  margin: 0;
  position: relative;
}
div.ub-content-slider.slider-item .slick-slide img {
  display: inherit;
}
div.ub-content-slider.slider-item.outside .slick-list {
  height: auto !important;
}
div.ub-content-slider.slider-item.outside .slick-dots {
  margin-top: 20px;
  position: static;
}
div.ub-content-slider.slider-item.outside .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
div.ub-content-slider.slider-item.outside .slick-dots button:hover {
  background-color: #000000;
}
div.ub-content-slider.slider-item.outside .slick-dots li.slick-active button {
  background-color: #000000;
}
div.ub-content-slider.slider-item.thumbs-inside {
  position: relative;
}
div.ub-content-slider.slider-item.thumbs-inside .thumb-items {
  bottom: 0px;
  bottom: 10px;
  left: 50%;
  margin-left: -150px;
  max-height: 20px;
  max-width: 300px;
  position: static;
  width: 100%;
}
@media (min-width: 768px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items {
    margin-left: -300px;
    max-height: 80px;
    max-width: 600px;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items {
    margin-left: -400px;
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-list {
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    max-width: 300px;
    padding: 0 !important;
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-track {
    max-width: 300px !important;
    text-align: center;
    transform: none !important;
  }
}
div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev,
div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
  height: 30px;
  margin-top: -15px;
  width: 30px;
}
@media (min-width: 768px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev,
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
    height: 50px;
    margin-top: -25px;
    width: 50px;
  }
}
div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev {
  left: 20px;
}
@media (min-width: 768px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-prev {
    left: -50px;
  }
}
div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
  right: 20px;
}
@media (min-width: 768px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-next {
    right: -50px;
  }
}
div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide {
  margin: 0;
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide {
    background-color: rgba(255, 255, 255, 0.5);
    border: 0;
    display: inline-block !important;
    float: none;
    height: 6px !important;
    margin: 4px !important;
    width: 6px !important;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide:before {
    display: none;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide:hover {
    background-color: #000000;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-slide img {
    display: none;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-current {
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-cloned {
    display: none !important;
  }
}
div.ub-content-slider.slider-item.thumbs-inside .thumb-items .slick-current:after {
  display: none;
}
div.ub-content-slider.slider-items .slick-dots {
  bottom: -40px;
}
div.ub-content-slider.slider-items .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
div.ub-content-slider.slider-items .slick-dots button:hover {
  background-color: #000000;
}
div.ub-content-slider.slider-items .slick-dots li.slick-active button {
  background-color: #000000;
}
@media (min-width: 768px) {
  div.ub-content-slider.slider-items.variable-width .slick-slide .slide-image {
    max-width: 1280px;
  }
}
div.ub-content-slider.slider-products .block-title {
  padding-top: 20px;
}
div.ub-content-slider.slider-products .slick-dots {
  bottom: -40px;
}
div.ub-content-slider.slider-products .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
div.ub-content-slider.slider-products .slick-dots button:hover {
  background-color: #000000;
}
div.ub-content-slider.slider-products .slick-dots li.slick-active button {
  background-color: #000000;
}
div.ub-content-slider.slider-products .thumb-items .slick-prev,
div.ub-content-slider.slider-products .thumb-items .slick-next {
  margin-top: -25px;
}
div.ub-content-slider.slider-product .slick-dots {
  bottom: -40px;
}
div.ub-content-slider.slider-product .slick-dots button {
  background-color: #000000;
  color: #ffffff;
}
div.ub-content-slider.slider-product .slick-dots button:hover {
  background-color: #000000;
}
div.ub-content-slider.slider-product .slick-dots li.slick-active button {
  background-color: #000000;
}
div.ub-content-slider.slider-product .thumb-items .slick-prev,
div.ub-content-slider.slider-product .thumb-items .slick-next {
  margin-top: -25px;
}
div.ub-content-slider.pagination-bottom-right .slick-dots {
  text-align: right;
}
div.ub-content-slider.pagination-bottom-left .slick-dots {
  text-align: left;
}
.sidebar .ub-content-slider .slick-prev,
.sidebar .ub-content-slider .slick-next {
  height: 30px;
  margin-top: -25px;
  top: 0;
  width: 30px;
}
@media (min-width: 1024px) {
  .sidebar .ub-content-slider .slick-prev,
  .sidebar .ub-content-slider .slick-next {
    margin-top: -50px;
  }
}
.sidebar .ub-content-slider .slick-prev:before,
.sidebar .ub-content-slider .slick-next:before {
  height: 15px;
  width: 15px;
}
.sidebar .ub-content-slider .slick-prev {
  left: auto;
  right: 30px;
}
.sidebar .ub-content-slider .slick-next {
  right: 0;
}
.sidebar .ub-content-slider [dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}
.sidebar .ub-content-slider [dir="rtl"] .slick-next {
  right: 30px;
}
.ub-content-slider.slider-item .content-to-left .slide-readmore {
  display: none;
}
.ub-content-slider.slider-item .content-to-left .slide-desc {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  max-width: 1280px;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc {
    font-size: 18px;
    padding: 0 80px;
    text-align: left;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .title {
    font-size: 48px;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .title a {
  color: #ffffff;
  text-decoration: none;
}
.ub-content-slider.slider-item .content-to-left .slide-desc .desc {
  display: none;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .desc {
    display: block;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-left .slide-desc .readmore {
    margin-top: 40px;
  }
}
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore:active,
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore:focus,
.ub-content-slider.slider-item .content-to-left .slide-desc .readmore:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.ub-content-slider.slider-item .content-to-right .slide-readmore {
  display: none;
}
.ub-content-slider.slider-item .content-to-right .slide-desc {
  color: #ffffff;
  font-size: 16px;
  margin: auto;
  max-width: 1280px;
  padding: 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc {
    padding: 0 80px;
    text-align: right;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
@media (min-width: 640px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .title {
    font-size: 48px;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .title a {
  color: #ffffff;
  text-decoration: none;
}
.ub-content-slider.slider-item .content-to-right .slide-desc .desc {
  display: none;
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .desc {
    display: block;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 20px;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .readmore {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .ub-content-slider.slider-item .content-to-right .slide-desc .readmore {
    margin-top: 40px;
  }
}
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore:active,
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore:focus,
.ub-content-slider.slider-item .content-to-right .slide-desc .readmore:hover {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
.page-wrapper > .widget.fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth {
  max-width: 100%;
  padding: 0;
}
.page-wrapper .fullwidth .slick-prev {
  left: 20px;
}
.page-wrapper .fullwidth .slick-next {
  right: 20px;
}
.vertical-slider-sticky.slider-products .block-content {
  margin: 0;
}
.vertical-slider-sticky.slider-products .product-item a.ub-quick-view-button {
  font-size: 0;
}
.vertical-slider-sticky.slider-products .slick-prev,
.vertical-slider-sticky.slider-products .slick-next {
  background-color: #ffffff;
  height: 30px;
  margin-top: 0;
  max-width: 120px;
  width: 100%;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.vertical-slider-sticky.slider-products .slick-prev:before,
.vertical-slider-sticky.slider-products .slick-next:before {
  height: 15px;
  width: 15px;
}
.vertical-slider-sticky.slider-products .slick-prev {
  left: 0;
  top: -75px;
}
.vertical-slider-sticky.slider-products .slick-prev:before {
  transform: rotate(90deg);
}
.vertical-slider-sticky.slider-products .slick-next {
  bottom: 0;
  margin-bottom: -30px;
  right: 0;
  top: auto;
}
.vertical-slider-sticky.slider-products .slick-next:before {
  transform: rotate(90deg);
}
.vertical-slider-sticky.slider-products .slick-dots {
  bottom: -20px;
}
.ub-blocks-slider .slick-prev {
  left: 0;
}
.ub-blocks-slider .slick-next {
  right: 0;
}
@media screen and (min-width: 1200px) {
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 182px;
    min-height: 182px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 182px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.checkout-agreement .action.action-show {
  font-size: 1.6rem;
}
.checkout-agreements-block .checkout-agreement.field {
  display: block;
}
.field.choice.consent label:after {
  content: ' *';
  color: #e02b27;
  font-size: 1.2rem;
}
.alignfull {
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  max-width: 100vw;
  width: 100vw !important;
}
.alignfull img {
  width: 100%;
  height: auto;
}
body {
  font-family: sans-serif, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table th {
  font-weight: normal;
}
.header.content {
  padding-top: 8px;
}
.block-search.block-search {
  margin-top: 5px;
}
.logo img {
  width: 150px;
}
#switcher-language,
.header-account {
  display: none;
}
.block-search .label:before,
.block-search .action.search:before,
.minicart-wrapper .action.showcart,
.header-account {
  content: '' !important;
  background-image: url('../images/icon-header.svg');
  background-repeat: no-repeat;
}
.minicart-wrapper.minicart-wrapper {
  margin-top: 5px;
  height: 28px;
}
.minicart-wrapper.minicart-wrapper .action.showcart.active:before {
  content: none;
}
.minicart-wrapper.minicart-wrapper .action.showcart:hover {
  opacity: 0.6;
}
.minicart-wrapper.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  top: -6px;
  right: -8px;
  padding: 0;
  margin: 0;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  min-width: 12px;
  padding: 0 2px;
  background-color: #b10000;
}
.minicart-wrapper.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
}
.minicart-wrapper.minicart-wrapper .action.showcart {
  background-position: 0 0;
  width: 28px;
  height: 28px;
}
.minicart-wrapper.minicart-wrapper .action.showcart:before {
  content: "";
}
.minicart-wrapper.minicart-wrapper .block-minicart {
  border: none;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
}
.minicart-wrapper.minicart-wrapper .action.close {
  right: 8px;
  top: 8px;
}
.authentication-wrapper {
  display: none;
}
#top-cart-btn-checkout,
#shipping-method-buttons-container .button.action.continue.primary,
.action.primary.checkout {
  background-color: #668963;
  border: 1px solid #668963;
}
.cart.table-wrapper .product-image-wrapper,
.minicart-items .product-image-wrapper,
.block-giftregistry-shared-items .product-image-wrapper {
  overflow: visible;
}
.cart.table-wrapper .product-image-wrapper .product-image-photo,
.minicart-items .product-image-wrapper .product-image-photo,
.block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  border: 1px solid #d3d3d3;
}
.minicart-items-wrapper {
  border: none;
  padding: 15px 20px;
}
.minicart-items .product .toggle {
  font-size: 14px;
  color: #707070;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: bold;
  margin: 0;
}
.minicart-items .product-item-details .price {
  font-weight: normal;
}
.minicart-items .details-qty {
  font-size: 14px;
}
.minicart-items .details-qty .label:after {
  content: none;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0px 20px 0;
}
.block-minicart .block-content > .actions > .secondary {
  margin: 15px 0 0 0;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 16px;
  display: block;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  text-decoration: none;
}
.mst-searchautocomplete__wrapper .iva-notice {
  display: none;
}
.block-search .label:before,
.block-search .action.search:before {
  content: '';
  background-position: 0 -112px;
  width: 28px;
  height: 28px;
}
.breadcrumbs .item:not(:last-child):after {
  margin: 0 3px;
}
.page-title-wrapper {
  margin: 20px 0 30px 0;
}
.page-title-wrapper h1 {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.page-footer {
  padding: 0 !important;
}
.page-footer .footer.content {
  display: none;
}
.mnkve-footer-servizi {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1280px;
  margin: auto;
}
.mnkve-footer-servizi .home-servizi {
  margin-bottom: 20px;
}
.mnkve-site-footer {
  background-color: #faf7f7;
  color: #000000;
  padding: 30px 0 0 0;
}
.mnkve-site-footer .block-cms-link.widget {
  margin: 0 !important;
}
.mnkve-site-footer .inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.mnkve-site-footer h2,
.mnkve-site-footer h3,
.mnkve-site-footer h4,
.mnkve-site-footer h5,
.mnkve-site-footer h6 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.mnkve-site-footer a {
  color: #000000;
  text-decoration: none;
}
.mnkve-site-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mnkve-site-footer ul li {
  margin: 0;
  padding: 0;
}
.mnkve-site-footer .footer-info-link-wrapper {
  padding-bottom: 20px;
}
.mnkve-site-footer .footer-links .telephone,
.mnkve-site-footer .footer-info .telephone {
  display: block;
  font-size: 32px;
  line-height: 32px;
  margin: 15px 0 0px 0;
}
.mnkve-site-footer .footer-links .telephone a,
.mnkve-site-footer .footer-info .telephone a {
  text-decoration: none;
}
.mnkve-site-footer .footer-copyright {
  padding: 40px 0;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.mnkve-site-footer .footer-copyright .inner div.copyright-5 a {
  color: #ffffff;
  margin-right: 15px;
}
.mnkve-site-footer .footer-checkout {
  padding-bottom: 30px;
}
.mnkve-site-footer .footer-checkout-carte,
.mnkve-site-footer .footer-checkout-info,
.mnkve-site-footer .footer-checkout-packaging {
  margin-bottom: 40px;
}
.mnkve-site-footer .footer-checkout-copyright a {
  color: #ffffff;
  margin-right: 15px;
}
.mnkve-site-footer .toggle-content-4 a {
  text-decoration: underline;
}
.mnkve-site-footer .block-product-link.widget,
.mnkve-site-footer .block-category-link.widget {
  margin: 0;
}
.mnkve-site-footer .credits {
  display: inline-block;
  margin-top: 30px;
}
.mnkve-site-footer .credits a {
  color: #7F7E7E;
}
.mnkve-site-footer .footer-social-block {
  margin-top: 30px;
}
.mnkve-site-footer .social {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.mnkve-site-footer .social li {
  padding: 0;
  margin: 0 5px;
}
.mnkve-site-footer .facebook,
.mnkve-site-footer .twitter,
.mnkve-site-footer .instagram,
.mnkve-site-footer .youtube,
.mnkve-site-footer .linkedin,
.mnkve-site-footer .pinterest,
.mnkve-site-footer .linkedin,
.mnkve-site-footer .flickr {
  padding: 0;
  margin: 0 5px 5px 0;
}
.mnkve-site-footer .facebook a,
.mnkve-site-footer .twitter a,
.mnkve-site-footer .instagram a,
.mnkve-site-footer .youtube a,
.mnkve-site-footer .linkedin a,
.mnkve-site-footer .pinterest a,
.mnkve-site-footer .linkedin a,
.mnkve-site-footer .flickr a {
  display: block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  background-image: url('../images/icon-social.svg');
  background-repeat: no-repeat;
  background-size: 32px auto;
  text-indent: -9999px;
  overflow: hidden;
}
.mnkve-site-footer .facebook a {
  background-position: 0 0;
}
.mnkve-site-footer .twitter a {
  background-position: 0 -64px;
}
.mnkve-site-footer .instagram a {
  background-position: 0 -128px;
}
.mnkve-site-footer .youtube a {
  background-position: 0 -192px;
}
.mnkve-site-footer .linkedin a {
  background-position: 0 -256px;
}
.mnkve-site-footer .pinterest a {
  background-position: 0 -318px;
}
.mnkve-site-footer .flickr a {
  background-position: 0 -384px;
}
.credit-cards {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.credit-cards li {
  background-image: url('../images/icon-credit-card.svg');
  background-size: 45px auto;
  background-repeat: no-repeat;
  width: 45px;
  height: 29px;
  margin: 0 10px 10px 0 !important;
  overflow: hidden;
  text-indent: -500px;
}
.credit-cards li.visa {
  background-position: 0 0;
}
.credit-cards li.mastercard {
  background-position: 0 -56px;
}
.credit-cards li.maestro {
  background-position: 0 -113px;
}
.credit-cards li.paypal {
  background-position: 0 -170px;
}
.credit-cards li.americanexpress {
  background-position: 0 -226px;
}
.credit-cards li.bonifico-it {
  background-position: 0 -281px;
}
.credit-cards li.contrassegno-it {
  background-position: 0 -339px;
}
.credit-cards li.bonifico-en {
  background-position: 0 -396px;
}
.credit-cards li.bonifico-fr {
  background-position: 0 -452px;
}
.credit-cards li.amazon {
  background-position: 0 -509px;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span,
.account .legend > strong,
.account .legend > span,
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-results .block-title > span,
.block-giftregistry-shared-items .block-title > strong,
.block-giftregistry-shared-items .block-title > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.block-wishlist-search-results .block-title > strong,
.block-wishlist-search-results .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span,
.customer-review .review-details .title > strong,
.customer-review .review-details .title > span,
.paypal-review .block .block-title > strong,
.paypal-review .block .block-title > span,
.account .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title > span,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > strong,
[class^='sales-guest-'] .column.main .block:not(.widget) .block-title > span,
.sales-guest-view .column.main .block:not(.widget) .block-title > strong,
.sales-guest-view .column.main .block:not(.widget) .block-title > span,
fieldset .mnk-titolo-intro > .legend {
  font-size: 18px;
  font-weight: bold;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong,
.block.upsell .title strong,
.block.related .title strong {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.block-compare .block-title strong:after,
.block-reorder .block-title strong:after,
.widget .block-title strong:after,
.block-wishlist .block-title strong:after,
.block.upsell .title strong:after,
.block.related .title strong:after {
  position: absolute;
  background-color: #000000;
  top: 51%;
  width: 100%;
  height: 1px;
  content: "\a0";
  margin-left: 10px;
}
.cms-page-view.page-layout-1column .page-main {
  max-width: 800px;
}
.cms-page-view.page-layout-cms-full-width .page-main {
  max-width: 1280px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.cart-summary,
.opc-block-summary {
  background-color: #faf7f7;
  border-radius: 10px;
}
.cart-summary > .title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0 4px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.block-collapsible-nav .content {
  background: #faf7f7;
  border-radius: 8px;
}
button {
  background-image: none;
  background: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  font-family: sans-serif;
  font-weight: normal;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16px;
}
button:hover {
  background-color: #ffffff;
  color: #707070;
  border-color: #707070;
}
.action.primary,
.action-primary {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16px;
}
.action.primary:hover,
.action-primary:hover {
  background-color: #333333;
}
.home-intro-slide-wrapper {
  clear: both;
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  margin-bottom: 40px;
  max-width: 100vw;
  width: 100vw !important;
}
.home-intro-slide-wrapper .inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
}
.home-azienda,
.doppio-tassello {
  background-color: #faf7f7;
  clear: both;
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  max-width: 100vw;
  width: 100vw !important;
}
.home-azienda .inner,
.doppio-tassello .inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.home-azienda .block-foto img,
.doppio-tassello .block-foto img,
.home-azienda .tassello img,
.doppio-tassello .tassello img {
  display: block;
  width: 100%;
  height: auto;
}
.doppio-tassello {
  padding: 20px 0;
  margin-bottom: 20px;
}
.doppio-tassello .tassello {
  position: relative;
}
.doppio-tassello .tassello:first-child {
  margin-bottom: 20px;
}
.doppio-tassello .tassello .text {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
}
.doppio-tassello .tassello .text h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.doppio-tassello .tassello .text .cta-link {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.doppio-tassello .tassello .text .cta-link a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.doppio-tassello .tassello .text .cta-link a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url('../images/cta-arrow-right.svg');
  width: 51px;
  height: 16px;
  background-repeat: no-repeat;
}
.home-azienda .block-foto img {
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  max-width: 100vw;
  width: 100vw;
}
.home-azienda .block-text {
  padding: 60px 20px;
  text-align: left;
}
.home-azienda .block-text h1,
.home-azienda .block-text h2,
.home-azienda .block-text h3,
.home-azienda .block-text h4,
.home-azienda .block-text h5,
.home-azienda .block-text h6 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 15px 0;
}
.home-azienda .block-text p {
  font-size: 18px;
  line-height: 21px;
  color: #707070;
  margin: 0 0 15px 0;
}
.home-azienda .block-text .cta-button {
  text-align: left;
}
.home-intro-text {
  margin: 20px 0;
}
.home-intro-text h1,
.home-intro-text h2,
.home-intro-text h3,
.home-intro-text h4,
.home-intro-text h5,
.home-intro-text h6,
.home-intro-text p,
.home-intro-text ul,
.home-intro-text li,
.home-intro-text dl,
.home-intro-text ol {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.home-servizi .icon,
.checkout-icon-blocks .icon,
.block-static-promo .block-product .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../images/icon-servizi.svg');
  background-repeat: no-repeat;
  background-size: 38px auto;
  background-position: 0px 0px;
  margin-bottom: 5px;
}
.home-servizi .icon.block-product-shipping,
.checkout-icon-blocks .icon.block-product-shipping,
.block-static-promo .block-product .icon.block-product-shipping {
  background-position: 0 -76px;
}
.home-servizi .icon.block-product-servizioclienti,
.checkout-icon-blocks .icon.block-product-servizioclienti,
.block-static-promo .block-product .icon.block-product-servizioclienti {
  background-position: 0 -228px;
}
.home-servizi .icon.block-product-garanzia,
.checkout-icon-blocks .icon.block-product-garanzia,
.block-static-promo .block-product .icon.block-product-garanzia {
  background-position: 0 -152px;
}
.home-servizi .icon.block-made-in-italy,
.checkout-icon-blocks .icon.block-made-in-italy,
.block-static-promo .block-product .icon.block-made-in-italy {
  background-position: 0 -381px;
}
.home-servizi .icon.block-ricambi,
.checkout-icon-blocks .icon.block-ricambi,
.block-static-promo .block-product .icon.block-ricambi {
  background-position: 0 -455px;
}
.home-servizi .icon.block-product-made-in-italy,
.checkout-icon-blocks .icon.block-product-made-in-italy,
.block-static-promo .block-product .icon.block-product-made-in-italy {
  background-position: 0 -384px;
}
.home-servizi .icon.block-product-resi,
.checkout-icon-blocks .icon.block-product-resi,
.block-static-promo .block-product .icon.block-product-resi {
  background-position: 0 -687px;
}
.home-servizi .icon.block-product-personalizza,
.checkout-icon-blocks .icon.block-product-personalizza,
.block-static-promo .block-product .icon.block-product-personalizza {
  background-position: 0 -761px;
}
.home-servizi .icon.block-product-riciclabile,
.checkout-icon-blocks .icon.block-product-riciclabile,
.block-static-promo .block-product .icon.block-product-riciclabile {
  background-position: 0 -835px;
}
.home-servizi,
.checkout-icon-blocks {
  border-radius: 8px;
  background-color: #faf7f7;
  padding: 25px;
  margin-bottom: 20px;
}
.home-servizi .icon-testo-block,
.checkout-icon-blocks .icon-testo-block {
  margin-bottom: 30px;
}
.home-servizi .icon-testo-block:last-child,
.checkout-icon-blocks .icon-testo-block:last-child {
  margin-bottom: 0;
}
.home-servizi .text-wrapper p,
.checkout-icon-blocks .text-wrapper p {
  color: #707070;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 21px;
}
.home-servizi .text-wrapper p span,
.checkout-icon-blocks .text-wrapper p span {
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.checkout-customer-service {
  background-color: #ffffff;
  float: left;
  width: calc(100% + 30px);
  box-sizing: border-box;
  padding: 15px;
  margin: -15px -15px 30px -15px;
  line-height: 28px;
}
.checkout-customer-service a {
  color: #000000;
  text-decoration: underline;
  margin-left: 5px;
}
.checkout-customer-service .title-wrapper {
  font-weight: bold;
}
.checkout-customer-service .title-wrapper span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #808080;
  font-weight: normal;
}
.checkout-customer-service .icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background-size: 30px auto;
  background-image: url('../images/icon-servizi.svg');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-right: 5px;
}
.checkout-customer-service .icon.block-whatsapp {
  background-position: 0px -483px;
  margin-bottom: 10px;
}
.checkout-customer-service .icon.block-telefono {
  background-position: 0px -422px;
}
.mnkve-newsletter {
  padding: 0 20px 20px 20px;
}
.mnkve-newsletter .inner {
  max-width: 1240px;
  border-radius: 12px;
  margin: auto;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 30px 20px;
}
.mnkve-newsletter h2,
.mnkve-newsletter h3,
.mnkve-newsletter h4,
.mnkve-newsletter h5,
.mnkve-newsletter h6,
.mnkve-newsletter p {
  max-width: 800px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.mnkve-newsletter h2,
.mnkve-newsletter h3,
.mnkve-newsletter h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px;
}
.mnkve-newsletter h5,
.mnkve-newsletter h6 {
  font-size: 16px;
  line-height: 21px;
}
.mnkve-newsletter input[type="checkbox"] {
  top: 0;
  padding: 0 !important;
}
.mnkve-newsletter p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
#coupon_code {
  height: 38px;
  border-radius: 5px 0 0 5px;
}
.action.primary.checkout {
  margin-top: 20px;
}
#contact-form {
  clear: both;
}
.fieldset .mnk-titolo-intro > .legend {
  margin: 0 0 20px;
  padding: 0 0 10px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset .mnk-titolo-intro > .field,
.fieldset > .fields > .field,
.fieldset .mnk-form-wrapper > .field,
.fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset .mnk-form-wrapper > .field > .label,
.fieldset .mnk-form-wrapper > .fields > .field > .label {
  font-weight: 600;
}
.fieldset .mnk-form-wrapper > .field,
.fieldset .mnk-form-wrapper > .fields > .field {
  margin: 0 0 20px;
}
.fieldset .mnk-form-wrapper > .field > .label,
.fieldset .mnk-form-wrapper > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset .mnk-form-wrapper > .field.required > .label:after,
.fieldset .mnk-form-wrapper > .fields > .field.required > .label:after,
.fieldset .mnk-form-wrapper > .field._required > .label:after,
.fieldset .mnk-form-wrapper > .fields > .field._required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
form.payments fieldset hr {
  margin: 0 !important;
}
.cms-home .page-title {
  display: none !important;
}
@media (min-width: 640px) {
  .page-title-wrapper h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation .level0 > .level-top {
    padding: 12px 40px 12px 15px;
    text-transform: none;
  }
  .navigation .submenu {
    padding: 12px 0 !important;
  }
  .navigation .submenu .all-category {
    display: none;
  }
  .navigation .parent .level-top:after {
    top: 10px;
  }
  .nav-sections .header.links li.greet.welcome {
    padding: 12px 15px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    padding: 12px 15px;
  }
  .nav-sections .switcher .label {
    display: block;
  }
  .mnkve-site-footer .desktop {
    display: none;
  }
  .mnkve-site-footer .toggle {
    position: relative;
    border-top: 1px solid #d3d3d3;
    padding: 10px 0;
    margin: 0;
  }
  .mnkve-site-footer .toggle:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 5px;
  }
  .mnkve-site-footer .toggle.active:after {
    content: "\e621";
  }
  .mnkve-site-footer .toggle-content {
    display: none;
  }
  .mnkve-site-footer .toggle-content.active {
    display: block;
    margin-bottom: 15px;
  }
  .mnkve-site-footer .toggle-content.toggle-content-4 {
    padding: 20px 20px 10px 20px;
    background-color: #ebe8e8;
    border-radius: 8px;
  }
  .mnkve-site-footer .toggle-content.toggle-content-4 h4 {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-header .panel.wrapper {
    display: none;
  }
  .header.content {
    box-sizing: border-box !important;
    padding: 0 20px !important;
    height: 80px !important;
    width: 100% !important;
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header.content:before {
    content: none;
  }
  .logo {
    margin: 0 !important;
    flex-grow: 1;
    float: none;
    max-width: 100%;
  }
  .logo img {
    width: 250px;
  }
  .minicart-wrapper {
    float: none;
    order: 5;
    margin-left: 25px;
  }
  .actions.dropdown.options.switcher-options {
    position: relative;
  }
  .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown {
    display: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 4;
    border-radius: 0 0 8px 8px;
    padding: 15px 15px 5px 50px;
    margin: 0;
    min-width: 160px;
    position: absolute;
    top: 30px;
    left: -50px;
  }
  .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown li {
    white-space: nowrap;
  }
  .page-header .switcher {
    display: block !important;
    box-sizing: border-box;
    height: 40px;
    background-color: #ffffff;
    position: relative;
    float: none;
    order: 2;
    margin: 0 20px 0 0;
    padding: 10px 25px 10px 50px;
    border-right: 1px solid #C3C3C3;
  }
  .page-header .switcher a {
    text-decoration: none;
  }
  .page-header .switcher:hover {
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 0 0;
  }
  .page-header .switcher:hover .dropdown.switcher-dropdown {
    display: block !important;
  }
  .page-header .switcher .label.switcher-label {
    display: none;
  }
  .page-header .switcher:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: 10px;
    z-index: 5;
    background-image: url('../images/icon-header.svg');
    background-repeat: no-repeat;
    background-position: 0 -168px;
    width: 28px;
    height: 28px;
  }
  .page-header .switcher:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 4;
    left: 0;
    height: 10px;
    background-color: #ffffff;
  }
  .block-search {
    float: none;
    order: 3;
    width: 300px;
    margin-right: 35px;
  }
  .block-search .action.search:before {
    margin-top: 5px;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled] {
    opacity: 1;
  }
  .block-search input {
    height: 42px;
    border-radius: 10px;
    background-color: #FAF7F7;
    border: 1px solid #D7D6D6;
  }
  .header-account {
    display: block;
    background-position: 0 -56px;
    width: 28px;
    height: 28px;
    order: 4;
  }
  .header-account:hover {
    opacity: 0.6;
  }
  .header-account a {
    display: block;
    height: 28px;
    width: 28px;
    overflow: hidden;
    text-indent: -999px;
  }
  .nav-sections {
    margin-bottom: 10px;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 28px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    right: 8px;
  }
  .navigation .level0:hover > .level-top,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    background-color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0:hover > .level-top:before,
  .navigation .level0 > .level-top.ui-state-focus:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #d3d3d3;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #faf7f7;
    border-top: none;
    box-shadow: none;
  }
  .navigation .level0 .submenu a {
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #d3d3d3;
    border-width: 0 0 1px;
  }
  .doppio-tassello {
    padding: 40px 0;
  }
  .doppio-tassello .inner {
    display: flex;
    justify-content: space-between;
  }
  .doppio-tassello .tassello {
    width: calc(50% - 20px);
  }
  .doppio-tassello .tassello:first-child {
    margin-bottom: 0px;
  }
  .doppio-tassello .tassello .text {
    top: 25px;
    right: 25px;
    left: 25px;
  }
  .home-azienda .inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-azienda .block-foto {
    width: 50%;
  }
  .home-azienda .block-foto img {
    margin-left: calc(100% - 50vw);
    margin-right: 0;
    width: 50vw;
  }
  .home-azienda .block-text {
    box-sizing: border-box;
    width: 50%;
    padding: 20px 60px;
  }
  .home-servizi,
  .checkout-icon-blocks {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 35px;
  }
  .home-servizi .icon-testo-block,
  .checkout-icon-blocks .icon-testo-block {
    margin-bottom: 0px;
  }
  .home-servizi .icon-testo-block,
  .checkout-icon-blocks .icon-testo-block {
    width: calc(50% - 15px);
    text-align: center;
  }
  .home-servizi .icon-testo-block:nth-child(1),
  .checkout-icon-blocks .icon-testo-block:nth-child(1),
  .home-servizi .icon-testo-block:nth-child(2),
  .checkout-icon-blocks .icon-testo-block:nth-child(2) {
    margin-bottom: 30px;
  }
  .home-servizi .icon,
  .checkout-icon-blocks .icon {
    margin-right: auto;
    margin-left: auto;
  }
  .checkout-customer-service {
    float: right;
    width: 33.333%;
    padding: 0;
    margin: 0;
  }
  .checkout-customer-service-cart {
    float: left;
    width: 100%;
    margin-top: -55px;
    margin-bottom: 30px;
  }
  .checkout-customer-service-cart .checkout-customer-service {
    width: 25%;
  }
  .checkout-cart-index .checkout-icon-blocks {
    box-sizing: border-box;
    margin-top: 60px;
  }
  .doppio-tassello {
    margin-bottom: 40px;
  }
  .mnkve-newsletter {
    padding: 80px 20px;
  }
  .mnkve-newsletter h2,
  .mnkve-newsletter h3,
  .mnkve-newsletter h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .mnkve-newsletter h5,
  .mnkve-newsletter h6 {
    font-size: 18px;
    line-height: 24px;
  }
  #contact-form .fieldset {
    display: flex;
    justify-content: space-between;
  }
  #contact-form .fieldset .mnk-titolo-intro,
  #contact-form .fieldset .mnk-form-wrapper {
    width: calc(50% - 15px);
  }
  #contact-form .actions-toolbar {
    box-sizing: border-box;
    padding-left: calc(50% + 15px);
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    height: 2px;
  }
  .opc-progress-bar-item > span {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 28px;
    margin-left: 0;
    width: 28px;
    text-align: center;
    border-radius: 0;
    left: 0;
    top: 5px;
  }
  .opc-progress-bar-item._active > span:after,
  ù.opc-progress-bar-item._complete > span:after {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
  }
  .opc-progress-bar-item._active > span:after {
    content: counter(i);
  }
  .mnkve-footer-servizi .home-servizi {
    margin-bottom: 0px;
  }
  .mnkve-site-footer .mobile {
    display: none;
  }
  .mnkve-site-footer .inner.footer-info-link-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .mnkve-site-footer .inner.footer-info-link-wrapper.footer-checkout {
    padding-top: 30px;
  }
  .mnkve-site-footer .toggle.toggle-4 {
    display: none;
  }
  .mnkve-site-footer h4.toggle {
    margin-top: 20px;
  }
  .mnkve-site-footer h4.toggle.toggle-5 {
    margin-top: 0;
  }
  .mnkve-site-footer .toggle-content.toggle-content-4 {
    padding: 20px 20px 10px 20px;
    background-color: #ebe8e8;
    border-radius: 8px;
  }
  .mnkve-site-footer .toggle-content.toggle-content-4 h4 {
    margin-top: 0 !important;
  }
  .mnkve-site-footer .footer-links,
  .mnkve-site-footer .footer-info,
  .mnkve-site-footer .footer-carte,
  .mnkve-site-footer .footer-social-block {
    width: 50%;
    margin-bottom: 40px;
  }
  .mnkve-site-footer .footer-info {
    margin-left: auto;
  }
  .mnkve-site-footer .footer-social-block {
    margin-top: 0px;
  }
  .mnkve-site-footer .footer-info {
    order: 1;
  }
  .mnkve-site-footer .footer-social-block {
    order: 2;
  }
  .mnkve-site-footer .footer-carte {
    order: 3;
  }
  .mnkve-site-footer .inner.footer-checkout {
    display: flex;
    flex-wrap: wrap;
  }
  .mnkve-site-footer .footer-checkout-info,
  .mnkve-site-footer .footer-checkout-carte {
    width: 50%;
    margin-bottom: 40px;
  }
  .mnkve-site-footer .footer-checkout-packaging,
  .mnkve-site-footer .footer-checkout-info-2 {
    box-sizing: border-box;
    width: 100%;
  }
  .mnkve-site-footer .footer-checkout-copyright .block-cms-link.widget {
    display: inline-block;
    margin-right: 30px;
  }
  .mnkve-site-footer .credits {
    margin-top: 0;
    position: absolute;
    right: 20px;
    bottom: 0px;
  }
  .mnkve-site-footer .footer-copyright {
    padding: 60px 0;
    width: 100%;
    text-align: center;
  }
  .mnkve-site-footer .footer-copyright.footer-checkout-copyright {
    text-align: left;
    padding: 20px;
  }
  .mnkve-site-footer .footer-copyright ul li {
    display: inline-block;
  }
  .mnkve-site-footer .footer-copyright ul li:after {
    content: "|";
    margin: 0 5px;
  }
  .mnkve-site-footer .footer-copyright ul li:last-child:after {
    content: none;
  }
  .mnkve-site-footer .footer-copyright .inner {
    position: relative;
  }
  .mnkve-site-footer .footer-copyright .inner div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mnkve-site-footer .footer-copyright .inner div .copyright-block {
    text-align: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 15px 0;
  }
  .mnkve-site-footer .footer-copyright .inner div .copyright-block.copyright-5 {
    width: 100%;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .mnkve-site-footer .footer-links {
    width: 180px;
    margin-right: 20px;
  }
  .mnkve-site-footer .footer-info,
  .mnkve-site-footer .footer-carte {
    margin-left: auto;
    width: 500px;
  }
  .mnkve-site-footer .footer-copyright .inner div .copyright-block {
    width: 33.3%;
  }
  .mnkve-site-footer .footer-copyright .inner div .copyright-block.copyright-4 {
    width: 100%;
    margin-top: 50px;
  }
  .mnkve-site-footer .footer-copyright .inner div .copyright-block.copyright-5 {
    width: 100%;
    margin-top: 0px;
  }
  .mnkve-site-footer .footer-checkout-info,
  .mnkve-site-footer .footer-checkout-carte,
  .mnkve-site-footer .footer-checkout-packaging {
    width: 33.333%;
  }
  .mnkve-site-footer .footer-checkout-info {
    order: 1;
  }
  .mnkve-site-footer .footer-checkout-carte {
    order: 2;
  }
  .mnkve-site-footer .footer-checkout-packaging {
    order: 3;
  }
  .mnkve-site-footer .footer-checkout-info-2 {
    order: 4;
  }
  .home-servizi,
  .checkout-icon-blocks {
    flex-wrap: nowrap;
  }
  .home-servizi .icon-testo-block,
  .checkout-icon-blocks .icon-testo-block {
    width: calc(25% - 15px);
  }
  .home-servizi .icon-testo-block:nth-child(1),
  .checkout-icon-blocks .icon-testo-block:nth-child(1),
  .home-servizi .icon-testo-block:nth-child(2),
  .checkout-icon-blocks .icon-testo-block:nth-child(2) {
    margin-bottom: 0px;
  }
}
.page-layout-1column .block.widget .products-grid .product-item {
  margin-bottom: 20px;
}
.cta-button {
  text-align: center;
}
.cta-button a {
  background-image: none;
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.cta-button.cta-button-white {
  margin-top: 6px;
}
.cta-button.cta-button-white a {
  background: #ffffff;
  color: #000000;
}
.product-image-photo {
  border-bottom: 1px solid #000000;
  bottom: 1px;
}
.product-image-wrapper {
  margin-bottom: 10px;
}
.special-price {
  font-weight: bold !important;
  color: #b10000;
}
.product-items {
  display: flex;
  flex-wrap: wrap;
}
.product-items > li {
  margin-bottom: 30px !important;
}
.product-item {
  font-size: 16px;
  line-height: 18px;
}
.product-item .iva-notice {
  display: none;
}
.product-item .price-box {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
.product-item .price-box .price {
  font-weight: normal;
}
.product-item .price-box .special-price {
  order: 2;
}
.product-item .price-box .special-price .price {
  font-weight: bold !important;
}
.product-item .price-box .old-price {
  order: 1;
  margin: 0 5px 0 0;
  text-decoration: line-through;
}
.product-item .price-box .old-price .price-label {
  display: none;
}
.product-item .tocart {
  width: 100%;
  border-radius: 10px;
}
.product-item-name {
  margin: 0 0 5px 0;
}
.product-item-name,
.product.name a {
  font-weight: bold;
  color: #000000;
}
.price-container .price {
  font-size: 16px;
  line-height: 18px;
}
.product-item-description {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 25px 0;
}
.products-grid.wishlist .product-item .box-tocart .tocart,
.product-item .tocart {
  padding-top: 12px;
  padding-bottom: 12px;
}
.box-tocart .action.tocart {
  background-color: #668963;
  border-color: #668963;
}
.bollino-sconto {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #b10000;
  box-sizing: border-box;
  text-align: center;
  padding: 8px 8px 8px 16px;
  z-index: 2;
}
.catalog-product-view .columns {
  position: relative;
}
.products-grid .product-item {
  position: relative;
}
.bollino-led {
  color: #668963;
  background-color: #ffffff;
  border: 1px solid #668963;
  margin: 0 15px 15px 0;
  font-size: 14px;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.filter-title strong {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
  font-weight: bold;
  left: auto;
  border-radius: 10px;
  line-height: 16px;
  padding: 12px 10px;
  position: relative;
  text-align: center;
  top: auto;
  z-index: 2;
  display: block;
}
.page-products .columns {
  padding-top: 0;
}
.page-products .sorter {
  position: static;
  right: auto;
  top: auto;
}
.sorter {
  float: none;
  display: flex;
  align-items: center;
}
.sorter #sorter {
  flex: 1;
}
.toolbar {
  text-align: left;
}
.filter .block-subtitle,
.filter-options-title {
  font-size: 18px;
}
.filter-options-title {
  text-transform: none;
}
.filter .block-subtitle {
  font-size: 18px;
}
.action.clear.filter-clear {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  border: 1px solid #707070;
  color: #707070;
  text-decoration: none;
}
.mnk-category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mnk-category-list li {
  width: calc(50% - 15px);
  margin-bottom: 15px;
  position: relative;
  background-color: #000000;
  min-height: 150px;
}
.mnk-category-list li img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
}
.mnk-category-list li a {
  color: #ffffff;
}
.mnk-category-list li .mnk-category-text {
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
}
.fotorama__active .fotorama__dot {
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.fotorama__thumb-border {
  border: 1px solid #000000 !important;
}
.page-title-wrapper.product {
  margin: 0;
}
.page-title-wrapper.product h1 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-info-main .product-info-price {
  display: block;
  border-bottom: none;
  margin: 0;
  color: #000000;
  position: relative;
}
.product-info-main .product-info-price .price-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
  padding-right: 40px;
}
.product-info-main .product-info-price .price-box .price-container > span {
  margin: 0;
}
.product-info-main .special-price {
  order: 2;
  margin-right: 10px;
}
.product-info-main .old-price {
  order: 1;
  margin-right: 5px;
}
.product-info-main .iva-notice {
  line-height: 25px;
  font-size: 12px;
  order: 3;
  color: #999999;
}
.product-info-main .classe-energetica-top {
  position: absolute;
  display: none;
  top: -5px;
  right: 0;
}
.product-info-main .classe-energetica-top.active {
  display: block;
}
.product-info-main .classe-energetica-top img {
  display: block;
  width: auto;
  height: 25px;
}
.product-info-main .stock,
.product-info-main .availability,
.product-info-main .custom-stock-status {
  font-size: 14px;
  line-height: 18px;
}
.product-info-main .product-info-stock-sku {
  display: flex;
  flex-direction: column;
  float: none;
  font-weight: normal;
  padding: 12px 05px 0;
  text-align: right;
}
.product-info-main .stock {
  margin: 0;
  order: 1;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: bold;
  text-transform: none;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
  display: inline-block;
  position: relative;
  padding-left: 14px;
}
.product-info-main .stock.available span:after,
.product-info-main .stock.unavailable span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.product-info-main .stock.available {
  color: #668963;
}
.product-info-main .stock.available span:after {
  background-color: #668963;
}
.product-info-main .stock.unavailable {
  color: #b10000;
}
.product-info-main .stock.unavailable span:after {
  background-color: #b10000;
}
.product-info-main .custom-stock-status {
  order: 2;
}
.product-info-main .availablity {
  order: 3;
}
.product-info-main .product-info-anchors {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  margin: -18px 0 30px;
}
.product-info-main .product-info-anchors span {
  display: block;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.product-info-main .product-add-form {
  padding: 0;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span,
.product-info-main .product-info-price .price-box .price-container > span {
  display: inline-block;
  font-size: 14px;
}
span.price-label {
  color: #707070;
}
.product-info-price .price-box {
  color: #000000;
}
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
}
.product-info-price .price-box .old-price .price-label {
  display: none !important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  text-decoration: line-through;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: none;
}
.box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart {
  margin: 0 0 20px;
}
.box-tocart .input-text.qty,
.bundle-options-container .block-bundle-summary .box-tocart .input-text.qty {
  height: 46px;
}
.box-tocart .fieldset .field.qty,
.bundle-options-container .block-bundle-summary .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
.box-tocart .fieldset .actions,
.bundle-options-container .block-bundle-summary .box-tocart .fieldset .actions {
  flex-grow: 1;
}
.box-tocart .fieldset .action.tocart:not(:last-child),
.bundle-options-container .block-bundle-summary .box-tocart .fieldset .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
#mnk-quantity {
  border: 3px solid #d3d3d3;
  border-radius: 8px;
  display: flex;
  margin-bottom: 5px;
}
#mnk-quantity .mnk-button-less,
#mnk-quantity .mnk-button-add {
  border: none;
  width: 50px;
  font-size: 24px;
}
#mnk-quantity .input-text.qty {
  border-radius: 0;
  border: none;
  width: calc(100% - 100px);
}
.swatch-opt {
  margin: 0 0 20px 0;
}
.block-static-promo {
  margin-bottom: 15px;
}
.block-static-promo .block-product {
  width: 100%;
  padding: 10px 15px;
  position: relative;
  color: #707070;
  box-sizing: border-box;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
}
.block-static-promo .block-product .icon {
  margin-bottom: 0 !important;
}
.block-static-promo .block-product .text {
  width: calc(100% - 50px);
}
.block-static-promo .block-product .icon,
.block-static-promo .block-product .text {
  align-self: center;
}
.block-static-promo .block-product .block-title {
  display: block;
  font-weight: bold;
  color: #000000;
}
.block-static-promo .block-product p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}
.block-static-promo .block-product p a {
  color: #000000;
  text-decoration: underline;
}
.block-static-promo .block-product .contact-anchor {
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
}
.block-static-promo .personalizza {
  border-radius: 10px;
  background-color: #faf7f7;
  border-bottom: none !important;
  margin-bottom: 5px;
}
.block-static-promo .personalizza p {
  font-size: 14px;
  line-height: 18px;
}
.product-social-links {
  margin: 15px 0;
  text-align: left;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary > .action,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.product-social-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #000000;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.product-social-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '';
  height: 26px;
  width: 30px;
  background-image: url('../images/icon-servizi.svg');
  background-repeat: no-repeat;
  background-position: -2px -263px;
  background-size: 32px auto;
}
.product-description {
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
}
.product-description h4,
.product-description p {
  font-size: 14px;
  line-height: 18px;
}
.product-description h4 {
  margin: 0 0 10px 0;
}
.product-description p {
  margin: 0;
  color: #707070;
}
.product-description .product-description-text {
  overflow: hidden;
  height: 40px;
  margin-bottom: 10px;
  position: relative;
}
.product-description .product-description-text:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  background: #ffffff;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.product-description .product-description-toggle {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}
.product-description .toggle-more {
  display: block;
}
.product-description .toggle-less {
  display: none;
}
.product-description.active .product-description-text {
  height: auto;
}
.product-description.active .product-description-text:after {
  content: none;
}
.product-description.active .toggle-less {
  display: block;
}
.product-description.active .toggle-more {
  display: none;
}
.product-description .product-moreinfo-anchor,
.product-description .mobile-packaging-anchor {
  position: relative;
  padding: 15px 0 0 20px;
  cursor: pointer;
}
.product-description .product-moreinfo-anchor {
  display: none;
  font-weight: bold;
}
.product-description .product-moreinfo-anchor span {
  text-decoration: underline;
}
.product-description .product-moreinfo-anchor:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(45deg);
}
.product-description .mobile-packaging-anchor {
  padding-left: 20px;
  color: #668963;
}
.product-description .mobile-packaging-anchor:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon-packaging.svg');
  background-repeat: no-repeat;
  background-position: -5px -45px;
  background-size: 24px auto;
}
.tech-specs {
  background-color: #faf7f7;
  clear: both;
  margin-left: calc(-100vw/2 + 100%/2);
  margin-right: calc(-100vw/2 + 100%/2);
  margin-bottom: 40px;
  padding: 30px 0;
  max-width: 100vw;
  width: 100vw !important;
}
.tech-specs .inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.tech-specs .dettagli-tecnici-wrapper {
  width: 100%;
}
.tech-specs .dettagli-attributi {
  margin: 25px 0;
}
.tech-specs .attribute-wrapper {
  border-top: 1px solid #d3d3d3;
  padding: 8px 0;
  font-size: 14px;
  line-height: 18px;
  display: flex;
}
.tech-specs .attribute-wrapper:first-child {
  border: none;
}
.tech-specs .attribute-wrapper .label {
  color: #707070;
  width: 40%;
}
.tech-specs .attribute-wrapper .value {
  color: #000000;
  width: 60%;
}
.tech-specs .attribute-wrapper .value > div {
  display: inline-block;
  margin-right: 10px;
}
.tech-specs .attribute-wrapper .value img {
  display: inline-block;
  height: 30px;
  width: auto;
}
.tech-specs .disegno-tecnico img {
  display: block;
  width: 100%;
  height: auto;
}
.downloads {
  margin: 25px 0;
}
.packaging {
  border-radius: 8px;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  background-color: #faf7f7;
  overflow: hidden;
}
.packaging h4 {
  background-color: #ffffff;
  padding: 26px 25px 26px 70px;
  margin: 0 0 15px 0;
  font-size: 18px;
  color: #668963;
  background-image: url('../images/icon-packaging.svg');
  background-repeat: no-repeat;
  background-position: 25px 27px;
  background-size: 36px auto;
}
.packaging .packaging-attribute-wrapper {
  padding: 0 15px 15px 25px;
  display: flex;
}
.packaging .packaging-attribute-wrapper .icon {
  width: 36px;
}
.packaging .packaging-attribute-wrapper .icon img {
  display: block;
  width: 100%;
}
.packaging .packaging-attribute-wrapper .packaging-description {
  width: calc(100% - 46px);
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
  color: #707070;
}
.packaging .packaging-attribute-wrapper .packaging-description span {
  color: #000000;
  display: block;
  font-weight: bold;
}
.block.related .field.choice {
  top: -2px;
}
@media (max-width: 639px) {
  .product-info-price > *:first-child {
    padding-left: 0px;
  }
  .product-info-price {
    width: 100% !important;
  }
}
@media (min-width: 640px) {
  .category-view {
    display: flex;
  }
  .category-view .category-image {
    order: 2;
    width: 20%;
    padding: 0px;
  }
  .category-view .category-description {
    box-sizing: border-box;
    width: 80%;
    padding: 0 20px 0 0;
  }
  .mnk-category-list {
    justify-content: flex-start;
    margin: 0 -8px;
  }
  .mnk-category-list li {
    width: calc(33.333% - 16px);
    margin-right: 8px;
    margin-left: 8px;
  }
  .mnk-category-list li .mnk-category-text {
    font-size: 24px;
    line-height: 32px;
  }
  .products-grid .product-item-info:hover,
  .products-grid.wishlist .product-item-info:hover,
  .block.widget .products-grid .product-item-info:hover,
  .page-layout-1column .block.widget .products-grid .product-item-info:hover,
  .products-grid .product-item-info.active,
  .products-grid.wishlist .product-item-info.active,
  .block.widget .products-grid .product-item-info.active,
  .page-layout-1column .block.widget .products-grid .product-item-info.active {
    background: #ffffff;
    border: none;
    margin: -12px;
    padding: 12px;
    box-shadow: 0px -2px 15px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 9;
  }
  .products-grid .product-item-info:hover .bollino-sconto,
  .products-grid.wishlist .product-item-info:hover .bollino-sconto,
  .block.widget .products-grid .product-item-info:hover .bollino-sconto,
  .page-layout-1column .block.widget .products-grid .product-item-info:hover .bollino-sconto,
  .products-grid .product-item-info.active .bollino-sconto,
  .products-grid.wishlist .product-item-info.active .bollino-sconto,
  .block.widget .products-grid .product-item-info.active .bollino-sconto,
  .page-layout-1column .block.widget .products-grid .product-item-info.active .bollino-sconto {
    top: 20px;
    padding-left: 28px;
  }
  .products-grid .product-item .product-item-inner,
  .products-grid.wishlist .product-item .product-item-inner,
  .block.widget .products-grid .product-item .product-item-inner,
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
    background: #ffffff;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.3);
    border: none;
    left: 0;
    margin: 10px 0 0 0px;
    padding: 0 12px 12px;
    position: absolute;
    border-radius: 0 2px 10px 10px;
    z-index: 2;
    right: 0;
  }
  .products-grid .product-item-actions,
  .products-grid.wishlist .product-item-actions,
  .block.widget .products-grid .product-item-actions,
  .page-layout-1column .block.widget .products-grid .product-item-actions {
    margin: -10px 0 6px;
  }
  .blog__post-view-related-products .product-item-info:hover,
  .block.related .product-item-info:hover,
  .block.upsell .product-item-info:hover,
  .blog__post-view-related-products .product-item-info.active,
  .block.related .product-item-info.active,
  .block.upsell .product-item-info.active {
    border-radius: 10px;
  }
  .products-grid.wishlist .product-item-inner:before,
  .products-grid.products-upsell .product-item-inner:before,
  .block.widget .products-grid .products-grid .product-item-inner:before,
  .page-layout-1column .block.widget .products-grid .product-item-inner:before,
  .page-products .products-grid .product-item-inner:before {
    background: #ffffff;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: -1;
  }
  .product-item-actions .actions-primary {
    display: block;
  }
  .product-item-actions .actions-primary .actions-secondary {
    display: none;
  }
  .page-products.page-layout-1column .products-grid.products-upsell .product-item {
    margin-left: 0;
    width: calc((100% - 4%) / 2);
  }
  .page-products.page-layout-1column .products-grid.products-upsell .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid.products-upsell .product-item:nth-child(3n + 1) {
    margin-left: 4%;
  }
  .products-upsell .product-item-info,
  .products-upsell .product-image-container {
    width: 100%;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 6px;
  }
  .products-grid.wishlist .product-item .tocart {
    width: 100%;
  }
  .page-layout-1column .products-grid.products-upsell .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 4);
  }
  .page-layout-1column .products-grid.products-upsell .product-item:nth-child(3n + 1) {
    margin-left: 0%;
  }
  .page-layout-1column .products-grid.products-upsell .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .box-tocart .fieldset,
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
    display: flex;
    align-items: flex-end;
  }
  .box-tocart .fieldset .field.qty,
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset .field.qty {
    width: 180px;
    margin-bottom: 0;
  }
  .product-info-main .product-info-anchors {
    padding-right: 120px;
  }
  .product-info-main .product-info-anchors span {
    display: inline-block;
  }
  .product-info-main .product-info-anchors span:first-child {
    margin-right: 25px;
  }
  #mnk-quantity {
    margin-bottom: 0px;
    margin-right: 15px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .filter.active .filter-title strong:after {
    position: fixed;
    top: 16px;
    right: 15px;
  }
  .mst-quick-nav__filterList-container {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sorter {
    float: right;
  }
  .sorter #sorter {
    flex: none;
  }
  .toolbar {
    text-align: right;
  }
  .page-layout-1column .product.media {
    width: 47%;
  }
  .page-layout-1column .product-info-main {
    width: 45%;
  }
  .product-info-price .price-box .special-price .price-container .price {
    font-weight: bold;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .block-static-promo {
    display: flex;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-description .product-moreinfo-anchor {
    display: block;
  }
  .product-description .mobile-packaging-anchor {
    display: none;
  }
  .tech-specs {
    margin-bottom: 80px;
  }
  .tech-specs .inner {
    display: flex;
    justify-content: space-between;
  }
  .tech-specs .inner .dettagli-tecnici-wrapper.double-column {
    display: flex;
    justify-content: space-between;
    width: 60%;
    flex: 0 1 auto;
    flex-wrap: wrap;
  }
  .tech-specs .inner .dettagli-tecnici-wrapper.double-column h3 {
    width: 100%;
  }
  .tech-specs .inner .dettagli-tecnici-wrapper.double-column .disegno-tecnico,
  .tech-specs .inner .dettagli-tecnici-wrapper.double-column .dettagli-attributi {
    width: calc(50% - 10px);
  }
  .tech-specs .inner .dettagli-tecnici-wrapper.double-column .dettagli-attributi {
    margin: 0;
  }
  .tech-specs .inner .dettagli-tecnici-wrapper.single-column {
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  .tech-specs .inner .attribute-wrapper:first-child {
    padding-top: 0;
  }
  .downloads {
    margin-top: 0;
  }
  .packaging {
    margin-top: auto;
  }
  .products-grid.wishlist .product-item-actions > *,
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: block;
  }
  .page-layout-1column .products-grid.products-upsell .product-item {
    width: calc((100% - 4%) / 4);
    margin-left: 2%;
  }
  .page-layout-1column .products-grid.products-upsell .product-item:nth-child(3n + 1) {
    margin-left: 0%;
  }
  .page-layout-1column .products-grid.products-upsell .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .cart-discount .block.discount {
    width: 500px;
  }
  .box-tocart .fieldset,
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
    display: block;
  }
  .box-tocart .fieldset .field.qty,
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset .field.qty {
    width: 100%;
    margin-bottom: 0;
  }
  #mnk-quantity {
    margin-bottom: 5px;
    margin-right: 0;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .box-tocart .fieldset,
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset {
    display: flex;
    align-items: flex-end;
  }
  .box-tocart .fieldset .field.qty,
  .bundle-options-container .block-bundle-summary .box-tocart .fieldset .field.qty {
    width: 180px;
    margin-bottom: 0;
  }
  #mnk-quantity {
    margin-bottom: 0px;
    margin-right: 15px;
    width: 150px;
  }
}
.action.subscribe.primary {
  background-image: none;
  background: #668963;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16px;
}
.cataloglabel.cataloglabel-product-top-label {
  z-index: 1;
}
.cataloglabel.cataloglabel-product-top-label > span {
  padding: 0;
}
.cataloglabel.position-TL {
  z-index: 2;
}
.cataloglabel.position-TR {
  z-index: 2;
}
.cataloglabel.position-TC {
  z-index: 2;
}
.cataloglabel.position-ML {
  z-index: 2;
}
.cataloglabel.position-MR {
  z-index: 2;
}
.cataloglabel.position-MC {
  z-index: 2;
}
.cataloglabel.position-BL {
  z-index: 2;
}
.cataloglabel.position-BR {
  z-index: 2;
}
.cataloglabel.position-BC {
  z-index: 2;
}
.tooltip {
  z-index: 3;
}
.ub-content-slider .owl-carousel .owl-wrapper-outer {
  background-color: transparent;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 46px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #faf7f7;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #000000;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 336px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 336px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.6rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .navigation .blog-mx.level0:last-child {
    float: right;
  }
  .cms-lookbook-page .lookbook-page-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-lookbook-page .lookbook-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item.col-lg {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 229px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 229px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video .slide-image {
    max-height: inherit;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 144px;
    min-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-xl {
    width: 100%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 46px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #000000;
  }
  .block-search input:-moz-placeholder {
    color: #000000;
  }
  .block-search input::-moz-placeholder {
    color: #000000;
  }
  .block-search input:-ms-input-placeholder {
    color: #000000;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #000000;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #000000;
    border-color: #000000;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #000000;
    border-color: #000000;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #000000;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    font-family: sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 21px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #000000;
    font-style: sans-serif;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #000000;
    font-style: sans-serif;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #000000;
    font-style: sans-serif;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #000000;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 16px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  #newsletter-validate-detail {
    flex-direction: row !important;
  }
  .block.newsletter {
    max-width: 700px;
    margin: auto;
    width: 100%;
    text-align: left;
  }
  .block.newsletter .form.subscribe .field.consent {
    width: 100%;
  }
  .block.newsletter .field {
    margin-right: 0px;
  }
  .block.newsletter .field .control {
    width: 500px;
  }
  .block.newsletter .field.newsletter {
    max-width: none;
  }
  .block.newsletter input {
    border-radius: 10px 0 0 10px;
  }
  .block.newsletter .action.subscribe {
    border-radius: 0 10px 10px 0;
    margin-left: 0;
    min-width: 150px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: none;
  }
  .block.newsletter .form.subscribe > .field {
    width: 500px;
  }
  .block.newsletter .form.subscribe > .actions {
    width: calc(-100% - 500px);
    flex-grow: 1;
  }
}
@media all and (min-width: 1024px), print {
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-2-per-row .item.col-lg {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 315px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 315px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item {
    width: 25%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 144px;
    min-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 144px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-lg {
    width: 50%;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item.col-xl {
    width: 75%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item {
    width: 33.332%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item.col-lg {
    width: 66.664%;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube iframe {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-3-per-row .item .youtube-video {
    min-height: 400px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube iframe {
    max-height: 184px;
    min-height: 184px;
  }
  .cms-lookbook-page .lookbook-content.grid-4-per-row .item .youtube-video .slide-image {
    max-height: 184px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
