@charset "UTF-8";
/*
*  Mixins
*/
/*
* Buttons
*/
/*
* Price
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
/*
* @subsection   RD Navbar Toggles
*/
/*
* @subsection   Typography
*/
h1, .heading-1, .block-bundle-summary .product.name {
  font-size: 2.85rem; }

h2, .heading-2 {
  font-size: 2rem; }

h3, .heading-3, .sidebar .collapsible-block .block-title, .sidebar .collapsible-block .opener, .modal-popup .modal-title, .custome-downloadable-products__wrapper .table-title, .account-billing-agreements__wrapper .table-title, .my-reviews-table__wrapper .table-title, .orders-history__wrapper .table-title {
  font-size: 1.6rem; }

h4, .heading-4, .opc-block-shipping-information .shipping-information-title, .block-subtitle, .box-title {
  font-size: 1rem;
  font-weight: 600; }

h5, .heading-5 {
  font-size: .83rem; }

h6, .heading-6 {
  font-size: .67rem; }

h1,
.heading-1,
.block-bundle-summary .product.name {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em; }

h2,
.heading-2 {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em; }

h3,
.heading-3,
.sidebar .collapsible-block .block-title,
.sidebar .collapsible-block .opener,
.modal-popup .modal-title,
.custome-downloadable-products__wrapper .table-title,
.account-billing-agreements__wrapper .table-title,
.my-reviews-table__wrapper .table-title,
.orders-history__wrapper .table-title {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em; }

h4,
.heading-4,
.opc-block-shipping-information .shipping-information-title,
.block-subtitle,
.box-title {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em; }

h5,
.heading-5 {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em; }

h6,
.heading-6 {
  color: #333333;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em; }

.page-title,
.section-title {
  text-align: center; }

.text-center {
  text-align: center; }

a {
  color: #8bc42a;
  transition: 0.3s ease; }
  a:hover {
    color: #65c3e5; }

p {
  margin-bottom: 1rem; }

p a,
.list a,
.contact-info a {
  color: #8bc42a; }
  p a:hover,
  .list a:hover,
  .contact-info a:hover {
    color: #65c3e5; }

mark {
  color: #FFF;
  background: #8bc42a; }

em {
  color: #8bc42a; }

small {
  font-size: .8em; }

pre {
  white-space: normal; }

dl dt {
  font-weight: 700; }
dl dd {
  font-style: italic;
  padding-left: 2rem; }

.page-product-bundle .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .page-product-bundle .price-box .price-from {
    padding-right: .3em; }
    .page-product-bundle .price-box .price-from:after {
      content: '-'; }
.page-product-bundle .bundle-actions {
  padding-top: 2.65vw;
  border-top: 1px solid #f5f5f5; }
.page-product-bundle .product-social-links {
  padding-bottom: 2.65vw;
  border-bottom: 1px solid #f5f5f5; }
.page-product-bundle button.back.customization {
  font-weight: 400;
  padding: 0;
  color: #8bc42a;
  background: transparent;
  margin-bottom: 24px; }
  .page-product-bundle button.back.customization:hover {
    color: #65c3e5;
    background: transparent; }
.page-product-bundle #bundle-slide {
  margin-bottom: 16px; }

.bundle-options-wrapper .legend,
.block-bundle-summary > .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 24px; }

.bundle-options-container .product-add-form {
  display: none; }

.bundle-options-container {
  margin-top: 32px; }
  .bundle-options-container .bundle-options-wrapper {
    position: relative; }
  .bundle-options-container p.required {
    position: absolute;
    top: 0;
    right: 0; }

.bundle-options-container .bundle-options-wrapper {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 40px; }
  .bundle-options-container .bundle-options-wrapper .field.qty.qty-holder {
    margin-bottom: 0; }
    .bundle-options-container .bundle-options-wrapper .field.qty.qty-holder .control {
      max-width: 7em; }
    .bundle-options-container .bundle-options-wrapper .field.qty.qty-holder input {
      text-align: center; }

.block-bundle-summary .product-image-container {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 32px; }
.block-bundle-summary .product-image-wrapper {
  background: #f5f5f5;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .block-bundle-summary .product-image-wrapper img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
.block-bundle-summary .product.name {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 22px; }
.block-bundle-summary .product-details .price-box {
  margin-bottom: 0; }
.block-bundle-summary .stock {
  margin-bottom: 20px; }
  .block-bundle-summary .stock.available {
    color: #3bb141; }
  .block-bundle-summary .stock.unavailable {
    color: #ff5555; }
.block-bundle-summary .bundle-summary {
  margin-bottom: 24px; }
  .block-bundle-summary .bundle-summary .subtitle {
    font-size: 18px;
    height: 20px;
    font-weight: 700;
    color: #8bc42a;
    display: inline-block;
    margin-bottom: 8px; }
  .block-bundle-summary .bundle-summary .items li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .block-bundle-summary .bundle-summary .items li .label {
      color: #333333;
      font-weight: 700; }

.products-grid .product-item .product-image-container,
.products-list .product-item .product-image-container {
  display: inline-block;
  max-width: 100%;
  background: #f5f5f5; }
.products-grid .product-item .product-item-photo,
.products-list .product-item .product-item-photo {
  display: block;
  padding: 5px;
  background: #f5f5f5;
  perspective: 999px;
  text-align: center; }
  .products-grid .product-item .product-item-photo .replaced,
  .products-list .product-item .product-item-photo .replaced {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: none; }
  .products-grid .product-item .product-item-photo .product-image-wrapper > img,
  .products-list .product-item .product-item-photo .product-image-wrapper > img {
    transform: scale(1);
    transition: .3s; }
  .products-grid .product-item .product-item-photo .tm-featured-switch-image-container,
  .products-grid .product-item .product-item-photo .tm-switch-image-container,
  .products-list .product-item .product-item-photo .tm-featured-switch-image-container,
  .products-list .product-item .product-item-photo .tm-switch-image-container {
    display: inline-block;
    overflow: hidden; }
    .products-grid .product-item .product-item-photo .tm-featured-switch-image-container > img,
    .products-grid .product-item .product-item-photo .tm-switch-image-container > img,
    .products-list .product-item .product-item-photo .tm-featured-switch-image-container > img,
    .products-list .product-item .product-item-photo .tm-switch-image-container > img {
      transform: scale(1);
      transition: .3s; }
    .products-grid .product-item .product-item-photo .tm-featured-switch-image-container .replaced > img,
    .products-grid .product-item .product-item-photo .tm-switch-image-container .replaced > img,
    .products-list .product-item .product-item-photo .tm-featured-switch-image-container .replaced > img,
    .products-list .product-item .product-item-photo .tm-switch-image-container .replaced > img {
      transform: scale(0);
      transition: .3s; }
  .products-grid .product-item .product-item-photo:hover .product-image-wrapper > img,
  .products-list .product-item .product-item-photo:hover .product-image-wrapper > img {
    transform-origin: center center;
    animation-name: swingg;
    animation-duration: 0.4s; }
  .products-grid .product-item .product-item-photo:hover .tm-featured-switch-image-container > img,
  .products-grid .product-item .product-item-photo:hover .tm-switch-image-container > img,
  .products-list .product-item .product-item-photo:hover .tm-featured-switch-image-container > img,
  .products-list .product-item .product-item-photo:hover .tm-switch-image-container > img {
    transform: scale(10);
    opacity: 0 !important; }
  .products-grid .product-item .product-item-photo:hover .tm-featured-switch-image-container .replaced > img,
  .products-grid .product-item .product-item-photo:hover .tm-switch-image-container .replaced > img,
  .products-list .product-item .product-item-photo:hover .tm-featured-switch-image-container .replaced > img,
  .products-list .product-item .product-item-photo:hover .tm-switch-image-container .replaced > img {
    transform: scale(1); }
@keyframes swingg {
  0% {
    transform: scale(1); }
  40% {
    transform: scale(1.15); }
  70% {
    transform: scale(0.95); }
  to {
    transform: scale(1); } }
.products-grid .product-item .product-image-wrapper,
.products-list .product-item .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #f5f5f5; }
.products-grid .product-item .product-image-photo,
.products-list .product-item .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f5f5f5; }
.products-grid .product-item .gallery-placeholder,
.products-list .product-item .gallery-placeholder {
  background: #f5f5f5; }
  .products-grid .product-item .gallery-placeholder .fotorama-item .fotorama__stage,
  .products-list .product-item .gallery-placeholder .fotorama-item .fotorama__stage {
    margin: 0 auto; }
  .products-grid .product-item .gallery-placeholder .fotorama-item .fotorama__arr,
  .products-list .product-item .gallery-placeholder .fotorama-item .fotorama__arr {
    width: 50px; }
.products-grid .product-item .price-box,
.products-list .product-item .price-box {
  color: #65c3e5;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 7px; }
  .products-grid .product-item .price-box .price-label,
  .products-list .product-item .price-box .price-label {
    display: none; }
  .products-grid .product-item .price-box .special-price,
  .products-list .product-item .price-box .special-price {
    color: #65c3e5; }
  .products-grid .product-item .price-box .old-price,
  .products-list .product-item .price-box .old-price {
    text-decoration: line-through;
    color: #333333;
    line-height: inherit;
    font-size: 14px; }
    .products-grid .product-item .price-box .old-price span,
    .products-list .product-item .price-box .old-price span {
      vertical-align: baseline; }
  .products-grid .product-item .price-box .price-as-configured,
  .products-list .product-item .price-box .price-as-configured {
    margin-bottom: 0; }
    .products-grid .product-item .price-box .price-as-configured .price-container,
    .products-list .product-item .price-box .price-as-configured .price-container {
      margin-bottom: 1em; }
.products-grid .product-item .product-item-name,
.products-list .product-item .product-item-name {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left; }
  .products-grid .product-item .product-item-name a,
  .products-list .product-item .product-item-name a {
    color: #010100; }
    .products-grid .product-item .product-item-name a:hover,
    .products-list .product-item .product-item-name a:hover {
      color: #8bc42a; }
.products-grid .product-item .product-item-description,
.products-list .product-item .product-item-description {
  margin-top: 0;
  margin-bottom: 18px;
  text-align: left; }
  .products-grid .product-item .product-item-description p,
  .products-list .product-item .product-item-description p {
    margin-bottom: 0; }
.products-grid .product-item .product-reviews-summary,
.products-list .product-item .product-reviews-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 7px; }
  .products-grid .product-item .product-reviews-summary:not(.no-rating),
  .products-list .product-item .product-reviews-summary:not(.no-rating) {
    margin-top: -15px; }
.products-grid .product-item .rating-summary .label,
.products-list .product-item .rating-summary .label {
  display: none; }
.products-grid .product-item .reviews-actions .view,
.products-list .product-item .reviews-actions .view {
  margin-right: 12px; }
.products-grid .product-item .swatch-option,
.products-list .product-item .swatch-option {
  margin-bottom: 10px;
  min-width: 26px; }
  .products-grid .product-item .swatch-option + .swatch-option,
  .products-list .product-item .swatch-option + .swatch-option {
    margin-left: 5px; }
  .products-grid .product-item .swatch-option.color,
  .products-list .product-item .swatch-option.color {
    min-height: 26px; }
  .products-grid .product-item .swatch-option.text,
  .products-list .product-item .swatch-option.text {
    padding: 2px; }
.products-grid .product-item .product-item-actions,
.products-list .product-item .product-item-actions {
  margin-top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-grid .product-item .product-item-actions .actions-primary,
  .products-list .product-item .product-item-actions .actions-primary {
    margin-right: 0;
    margin-bottom: 12px; }
    .products-grid .product-item .product-item-actions .actions-primary .action span,
    .products-list .product-item .product-item-actions .actions-primary .action span {
      line-height: 22px; }
    .products-grid .product-item .product-item-actions .actions-primary .stock.unavailable,
    .products-list .product-item .product-item-actions .actions-primary .stock.unavailable {
      color: #8bc42a; }
  .products-grid .product-item .product-item-actions .actions-secondary,
  .products-list .product-item .product-item-actions .actions-secondary {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 12px; }
    .products-grid .product-item .product-item-actions .actions-secondary .action,
    .products-list .product-item .product-item-actions .actions-secondary .action {
      background-color: transparent;
      font-size: 20px;
      line-height: 20px;
      color: #65c3e5;
      display: block;
      text-align: center; }
      .products-grid .product-item .product-item-actions .actions-secondary .action:hover,
      .products-list .product-item .product-item-actions .actions-secondary .action:hover {
        color: #8bc42a; }
      .products-grid .product-item .product-item-actions .actions-secondary .action + .action,
      .products-list .product-item .product-item-actions .actions-secondary .action + .action {
        margin-left: 8px; }

.products-grid .product-item {
  text-align: center; }
.products-grid .product-reviews-summary {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .products-grid .product-reviews-summary .reviews-actions {
    display: none; }

.products-list .product-item .product-item-name {
  font-size: 24px;
  margin-bottom: 25px; }
.products-list .product-item .actions-secondary {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 15px; }
.products-list .product-item .product-image-wrapper > img {
  margin: 0 auto;
  padding: 0; }
.products-list .product-item .product-reviews-summary {
  margin-top: -10px; }
  .products-list .product-item .product-reviews-summary .rating-result,
  .products-list .product-item .product-reviews-summary .rating-result__stars,
  .products-list .product-item .product-reviews-summary .rating-result__stars > span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.category-view {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }

.sidebar [role="tablist"] [role="tabpanel"] {
  margin-bottom: 0; }
.sidebar .collapsible-block,
.sidebar .filter-wrapper {
  position: relative;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .sidebar .collapsible-block,
    .sidebar .filter-wrapper {
      margin-bottom: 68px; } }
.sidebar .collapsible-block .block-title {
  padding-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px; }
.sidebar .collapsible-block .opener {
  line-height: inherit;
  display: block;
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  cursor: pointer;
  line-height: 26px; }
  .sidebar .collapsible-block .opener:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .sidebar .collapsible-block .opener:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0;
    border: 1px solid #f5f5f5; }
  .sidebar .collapsible-block .opener[aria-expanded="false"]:before {
    content: '\e926'; }

.toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 32px;
  font-size: 12px; }
  .toolbar p,
  .toolbar .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .toolbar p .label,
    .toolbar .field .label {
      margin-right: 10px;
      color: #333333;
      font-weight: 700;
      font-size: 14px;
      line-height: 14px; }
  .toolbar .field.toolbar-sorter {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .toolbar p.toolbar-amount {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .toolbar .field.limiter {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }
  .toolbar .modes {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  @media (min-width: 768px) {
    .toolbar .field.toolbar-sorter {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .toolbar p.toolbar-amount {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .toolbar .field.limiter {
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .toolbar .modes {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 992px) {
    .toolbar .field.toolbar-sorter {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none;
      margin-right: auto; }
    .toolbar p.toolbar-amount {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin: 0; }
    .toolbar .field.limiter {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none;
      margin-left: auto; }
    .toolbar .modes {
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; } }

.field.toolbar-sorter {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 992px) {
    .field.toolbar-sorter {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }
  @media (max-width: 767px) {
    .field.toolbar-sorter {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .field.toolbar-sorter .label {
      display: block;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 8px; } }
  .field.toolbar-sorter .control {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
    @media (min-width: 768px) {
      .field.toolbar-sorter .control {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 250px; } }
    .field.toolbar-sorter .control .select2-container {
      max-width: none; }
      @media (min-width: 768px) {
        .field.toolbar-sorter .control .select2-container {
          max-width: 250px; } }
  .field.toolbar-sorter .sorter-action {
    margin-left: 1rem; }
    .field.toolbar-sorter .sorter-action span {
      display: none; }
    .field.toolbar-sorter .sorter-action.sort-asc, .field.toolbar-sorter .sorter-action.sort-desc {
      line-height: inherit;
      font-size: 14px;
      line-height: 1; }
      .field.toolbar-sorter .sorter-action.sort-asc:before, .field.toolbar-sorter .sorter-action.sort-desc:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .field.toolbar-sorter .sorter-action.sort-desc {
      transform: rotate(180deg); }

p.toolbar-amount {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 24px 0 16px; }
  @media (min-width: 768px) {
    p.toolbar-amount {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }
  p.toolbar-amount span.toolbar-number:first-child, p.toolbar-amount span.toolbar-number:nth-child(2), p.toolbar-amount span.toolbar-number:last-child {
    margin-right: 2px;
    margin-left: 2px; }

.field.limiter {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .field.limiter {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .field.limiter {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .field.limiter .label {
      display: block;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 8px; } }
  .field.limiter .control {
    -webkit-flex-grow: 3;
    -ms-flex-positive: 3;
    flex-grow: 3; }
    @media (min-width: 768px) {
      .field.limiter .control {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0; } }
    .field.limiter .control .select2-container {
      max-width: none; }
      @media (min-width: 768px) {
        .field.limiter .control .select2-container {
          max-width: 250px; } }
  .field.limiter .limiter-text {
    display: none; }

.modes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 130px;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .modes {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }
  .modes .modes-label {
    display: none; }
  .modes .modes-mode {
    margin-left: 8px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 4px; }
    .modes .modes-mode:before {
      font-size: 14px;
      line-height: 50px;
      text-align: center;
      width: 100%; }
    .modes .modes-mode:not(.active) {
      border: 1px solid #f5f5f5; }
      .modes .modes-mode:not(.active):hover {
        color: #65c3e5; }
    .modes .modes-mode.active {
      color: #FFF;
      background: #8bc42a; }
    .modes .modes-mode span {
      display: none; }
  .modes .mode-grid {
    line-height: inherit; }
    .modes .mode-grid:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .modes .mode-list {
    line-height: inherit; }
    .modes .mode-list:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }

.pages {
  display: none;
  margin-bottom: 0;
  padding: 8px 0; }
  .pages .pages-items {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .pages .pages-items li + li {
      margin-left: 4px; }
  .pages .item a,
  .pages .item strong {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 24px; }
  .pages .item:not(.pages-item-previous):not(.pages-item-next) a, .pages .item.current strong {
    line-height: 48px;
    font-weight: 400;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    background: #292929;
    border: 1px solid #292929;
    color: #333333; }
    .pages .item:not(.pages-item-previous):not(.pages-item-next) a:hover, .pages .item.current strong:hover {
      border-color: #f5f5f5;
      background: #FFF; }
  .pages .item.current strong {
    border-color: #f5f5f5;
    background: #FFF; }
  .pages .item.pages-item-previous a, .pages .item.pages-item-next a {
    color: #8bc42a; }
    .pages .item.pages-item-previous a:hover, .pages .item.pages-item-next a:hover {
      color: #333333; }
    .pages .item.pages-item-previous a .label, .pages .item.pages-item-next a .label {
      display: none; }
  .pages .item.pages-item-previous a span:not(.label), .pages .item.pages-item-next a span:not(.label) {
    line-height: inherit; }
    .pages .item.pages-item-previous a span:not(.label):before, .pages .item.pages-item-next a span:not(.label):before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .pages .item.pages-item-previous a span:not(.label):before {
    content: '\e94b'; }
  .pages .item.pages-item-next a span:not(.label):before {
    content: '\e94c'; }

.tollbar-bottom .pages {
  display: block; }
.tollbar-bottom .toolbar-amount,
.tollbar-bottom .toolbar-sorter,
.tollbar-bottom .field.limiter,
.tollbar-bottom .modes {
  display: none; }
.tollbar-bottom .toolbar {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .tollbar-bottom .toolbar {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 991px) {
    .tollbar-bottom .toolbar {
      padding-top: 24px;
      border-top: 1px solid #f5f5f5; } }
@media (min-width: 768px) {
  .tollbar-bottom .field.limiter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none;
    margin-left: auto; } }
@media (min-width: 768px) {
  .tollbar-bottom .modes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none; } }

.catalog-product-view .column.main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.catalog-product-view .product.media {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .catalog-product-view .product.media {
      -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
      max-width: 33.3333%; } }
  @media (min-width: 1200px) {
    .catalog-product-view .product.media {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1400px) {
    .catalog-product-view .product.media {
      -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
      max-width: 60%; } }
  .catalog-product-view .product.media .fotorama__arr {
    background-image: none; }
    .catalog-product-view .product.media .fotorama__arr:before {
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 32px;
      text-align: center;
      background: #FFF;
      border: 1px solid #f5f5f5;
      color: #b4b4b4;
      border-radius: 4px;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      margin-top: -16px;
      margin-left: -16px; }
    .catalog-product-view .product.media .fotorama__arr:hover:before {
      background: #292929;
      border-color: #292929;
      color: #8bc42a; }
    .catalog-product-view .product.media .fotorama__arr--prev:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0); }
    .catalog-product-view .product.media .fotorama__arr--next:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0); }
    .catalog-product-view .product.media .fotorama__arr .fotorama__arr__arr {
      display: none; }
.catalog-product-view .product-info-main {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 992px) {
    .catalog-product-view .product-info-main {
      -webkit-flex-basis: 66.6666%;
      -ms-flex-preferred-size: 66.6666%;
      flex-basis: 66.6666%;
      max-width: 66.6666%; } }
  @media (min-width: 1200px) {
    .catalog-product-view .product-info-main {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 1400px) {
    .catalog-product-view .product-info-main {
      -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      max-width: 40%; } }
.catalog-product-view .product-info-stock-sku {
  margin-bottom: 12px; }
  .catalog-product-view .product-info-stock-sku .available {
    color: #3bb141; }
  .catalog-product-view .product-info-stock-sku .unavailable {
    color: #ff5555; }
  .catalog-product-view .product-info-stock-sku .available,
  .catalog-product-view .product-info-stock-sku .unavailable {
    margin-bottom: 8px; }
.catalog-product-view .page-title-wrapper {
  margin-bottom: 12px;
  line-height: 1; }
  .catalog-product-view .page-title-wrapper .container, .catalog-product-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .catalog-product-view .page-title-wrapper #maincontent,
  .catalog-product-view .page-title-wrapper h1 {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 22px;
    min-width: 280px; }
.catalog-product-view .product-reviews-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 14px; }
  .catalog-product-view .product-reviews-summary .label {
    display: none; }
  .catalog-product-view .product-reviews-summary .rating-result__stars span[class^="rating-star__"] {
    font-size: 12px;
    line-height: 14px; }
    .catalog-product-view .product-reviews-summary .rating-result__stars span[class^="rating-star__"]:after {
      top: 0; }
  .catalog-product-view .product-reviews-summary .rating-result,
  .catalog-product-view .product-reviews-summary .rating-result__stars,
  .catalog-product-view .product-reviews-summary .rating-result__stars > span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.catalog-product-view .product-reviews-summary .rating-summary,
.catalog-product-view .product-reviews-summary .reviews-actions .view {
  padding-right: 4px;
  border-right: 1px solid #f5f5f5;
  margin-right: 4px; }
.catalog-product-view #tab-label-reviews-title span.counter:before {
  content: '('; }
.catalog-product-view #tab-label-reviews-title span.counter:after {
  content: ')'; }
.catalog-product-view .review-add .review-fieldset .label {
  color: #333333;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-right: 24px; }
.catalog-product-view .product-info-price .price-box {
  color: #65c3e5;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 24px; }
  .catalog-product-view .product-info-price .price-box .price-label {
    display: none; }
  .catalog-product-view .product-info-price .price-box .special-price {
    color: #65c3e5; }
  .catalog-product-view .product-info-price .price-box .old-price {
    text-decoration: line-through;
    color: #333333;
    line-height: inherit;
    font-size: 14px; }
    .catalog-product-view .product-info-price .price-box .old-price span {
      vertical-align: baseline; }
  @media (min-width: 768px) {
    .catalog-product-view .product-info-price .price-box {
      font-size: 40px;
      line-height: 40px; } }
  .catalog-product-view .product-info-price .price-box .old-price {
    font-size: 30px;
    font-weight: 400; }
.catalog-product-view .overview {
  margin-bottom: 24px; }
.catalog-product-view .product-brand {
  padding: 32px 0 17px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 32px; }
.catalog-product-view .product-brand-name a {
  color: #333333; }
  .catalog-product-view .product-brand-name a span:after {
    content: ':'; }
  .catalog-product-view .product-brand-name a:hover {
    color: #8bc42a; }
.catalog-product-view .product-brand-logo img {
  transition: 0.3s ease; }
.catalog-product-view .product-brand-logo a:hover img {
  opacity: .7; }
.catalog-product-view .swatch-opt {
  padding: 0;
  margin-bottom: 32px; }
.catalog-product-view .swatch-attribute {
  position: relative; }
  .catalog-product-view .swatch-attribute + .swatch-attribute {
    margin-top: 14px; }
  .catalog-product-view .swatch-attribute .swatch-attribute-label {
    color: #333333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 4px; }
    .catalog-product-view .swatch-attribute .swatch-attribute-label:after {
      content: ':'; }
  .catalog-product-view .swatch-attribute .swatch-attribute-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .catalog-product-view .swatch-attribute .swatch-attribute-selected-option {
    display: none; }
  .catalog-product-view .swatch-attribute [id*='super_attribute['].mage-error {
    position: absolute;
    top: calc(100% - 5px);
    left: 0; }
.catalog-product-view .product-options-wrapper .fieldset > .field,
.catalog-product-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field,
.catalog-product-view .product-options-wrapper .field.qty {
  margin-bottom: 20px; }
  .catalog-product-view .product-options-wrapper .fieldset > .field > .label,
  .catalog-product-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label,
  .catalog-product-view .product-options-wrapper .field.qty > .label {
    color: #333333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px; }
    .catalog-product-view .product-options-wrapper .fieldset > .field > .label span:after,
    .catalog-product-view .product-options-wrapper .fieldset-bundle-options__wrapper > .field > .label span:after,
    .catalog-product-view .product-options-wrapper .field.qty > .label span:after {
      content: ':'; }
.catalog-product-view .product-options-wrapper .field {
  padding: 6px 0;
  display: inline-block;
  width: 100%; }
.catalog-product-view .product-options-wrapper .price-notice {
  font-weight: 700;
  color: #333333; }
.catalog-product-view .product-options-wrapper .select[multiple="multiple"] {
  max-width: 250px; }
.catalog-product-view .product-options-wrapper .date .required legend {
  color: #333333;
  font-weight: 700;
  margin-bottom: 4px; }
  .catalog-product-view .product-options-wrapper .date .required legend span:after {
    color: #ff5555;
    content: "*";
    font-size: 12px;
    margin: 0 0 0 5px; }
.catalog-product-view .product-options-wrapper .date .select2-container {
  margin-right: 4px; }
  @media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .date .select2-container {
      margin-right: 12px; } }
  .catalog-product-view .product-options-wrapper .date .select2-container:nth-child(6) {
    margin-right: 0; }
    @media (min-width: 1200px) {
      .catalog-product-view .product-options-wrapper .date .select2-container:nth-child(6) {
        margin-right: 20px; } }
.catalog-product-view .product-options-wrapper .date b {
  line-height: 50px;
  margin-right: 4px; }
.catalog-product-view .product-options-wrapper .date .select2-container:nth-child(8) {
  margin-right: 4px; }
@media (max-width: 1199px) {
  .catalog-product-view .product-options-wrapper .date .select2-hidden-accessible:nth-child(7) {
    width: 100% !important;
    position: relative !important;
    font-size: 0 !important;
    height: 0 !important;
    margin-bottom: 12px !important; } }
.catalog-product-view .product-add-form {
  margin-bottom: 8px; }
.catalog-product-view .box-tocart {
  margin-bottom: 16px; }
  .catalog-product-view .box-tocart .fieldset {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 480px) {
      .catalog-product-view .box-tocart .fieldset {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; } }
  .catalog-product-view .box-tocart .field.qty {
    padding: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
    @media (min-width: 480px) {
      .catalog-product-view .box-tocart .field.qty {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: auto;
        padding: 0 8px 0 0; } }
    .catalog-product-view .box-tocart .field.qty > .label {
      color: #333333;
      font-weight: 700;
      display: inline-block;
      margin-bottom: 4px; }
    .catalog-product-view .box-tocart .field.qty .control input {
      text-align: center;
      line-height: 20px;
      width: 100%;
      margin-bottom: 8px; }
      @media (min-width: 480px) {
        .catalog-product-view .box-tocart .field.qty .control input {
          width: 8em;
          margin-bottom: 0; } }
  .catalog-product-view .box-tocart .actions {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
    @media (min-width: 480px) {
      .catalog-product-view .box-tocart .actions {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: none;
        width: auto; } }
  .catalog-product-view .box-tocart button.action {
    width: 100%;
    padding: 14px 33px; }
    .catalog-product-view .box-tocart button.action#product-updatecart-button {
      width: auto;
      margin-top: 7px; }
.catalog-product-view .product-social-links {
  margin-bottom: 24px; }
  .catalog-product-view .product-social-links .product-addto-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 16px; }
  .catalog-product-view .product-social-links .action {
    background: transparent;
    color: #8bc42a;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    display: block;
    margin-right: 28px; }
    .catalog-product-view .product-social-links .action:hover {
      color: #65c3e5; }
  .catalog-product-view .product-social-links .action span {
    display: none; }
.catalog-product-view .product.attribute strong {
  font-weight: 600; }
.catalog-product-view .product.attribute .value {
  display: inline-block; }
.catalog-product-view .product.info {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 2rem 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  background: #FFF; }
  @media (min-width: 768px) {
    .catalog-product-view .product.info {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .catalog-product-view .product.info {
      padding-right: 15px;
      padding-left: 15px; } }
  .catalog-product-view .product.info .description p {
    text-indent: 1.5em; }
  .catalog-product-view .product.info .content[role="tabpanel"] {
    background: #FFF; }
.catalog-product-view .data.items {
  position: relative; }
  @media (min-width: 768px) {
    .catalog-product-view .data.items:after {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #f5f5f5; } }
  .catalog-product-view .data.items .title {
    border-top: 1px solid #f5f5f5;
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin-right: 0;
    margin-bottom: 0;
    padding: 12px 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .title {
        display: inline-block;
        border-top: none;
        margin-right: 19px;
        margin-bottom: 16px;
        padding: 8px 0;
        font-size: 24px; }
        .catalog-product-view .data.items .title:first-child {
          padding-left: 0; }
        .catalog-product-view .data.items .title a {
          color: #333333; }
          .catalog-product-view .data.items .title a:hover {
            color: #8bc42a; } }
    .catalog-product-view .data.items .title.active a {
      color: #8bc42a;
      cursor: default; }
    .catalog-product-view .data.items .title:before {
      position: absolute;
      top: 6px;
      right: 0;
      width: 26px;
      height: 26px;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      padding: 6px 0;
      border: 1px solid #f5f5f5; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items .title:before {
          display: none; } }
    .catalog-product-view .data.items .title[aria-expanded="false"]:before {
      content: '\e926'; }
  @media (min-width: 768px) {
    .catalog-product-view .data.items .content {
      box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%;
      padding: 72px 0 0;
      display: none; } }
  .catalog-product-view .data.items .content.active {
    display: block; }
  .catalog-product-view .data.items .content[role="tabpanel"] {
    display: block; }
  .catalog-product-view .data.items .content .table-caption {
    display: none;
    text-align: left; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .content .table-caption {
        display: table-caption; } }
  .catalog-product-view .data.items .content .description p {
    text-indent: 0;
    font-size: 16px;
    line-height: 26px; }
  .catalog-product-view .data.items .additional-attributes .attributes-caption {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #8bc42a;
    margin-bottom: 24px; }
  .catalog-product-view .data.items .additional-attributes .attributes-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .catalog-product-view .data.items .additional-attributes .attributes-row:nth-child(even) {
      background: #f5f5f5; }
  .catalog-product-view .data.items .additional-attributes .attributes-label {
    border-right: 1px solid #f5f5f5;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    padding: 8px;
    font-weight: 700;
    color: #333333; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .additional-attributes .attributes-label {
        -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
        max-width: 150px;
        padding: 16px; } }
  .catalog-product-view .data.items .additional-attributes .attributes-data {
    padding: 8px;
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px);
    max-width: calc(100% - 100px); }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .additional-attributes .attributes-data {
        -webkit-flex-basis: calc(100% - 150px);
        -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
        max-width: calc(100% - 150px);
        padding: 16px; } }
  .catalog-product-view .data.items #product-review-container {
    position: relative;
    padding-top: 21px; }
    @media (min-width: 992px) {
      .catalog-product-view .data.items #product-review-container {
        padding-top: 32px; } }
    .catalog-product-view .data.items #product-review-container .review-toolbar {
      position: absolute;
      top: 5px;
      right: 0;
      margin-bottom: 0; }
      .catalog-product-view .data.items #product-review-container .review-toolbar:last-child {
        display: none; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items #product-review-container .review-toolbar {
          top: 10px; } }
      .catalog-product-view .data.items #product-review-container .review-toolbar .label {
        font-size: 14px;
        line-height: 16px; }
        @media (max-width: 767px) {
          .catalog-product-view .data.items #product-review-container .review-toolbar .label {
            display: none; } }
      .catalog-product-view .data.items #product-review-container .review-toolbar .field {
        padding: 0; }
    .catalog-product-view .data.items #product-review-container .review-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 10px;
      border: 1px solid #f5f5f5;
      border-radius: 4px; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items #product-review-container .review-item {
          padding: 24px 30px; } }
      .catalog-product-view .data.items #product-review-container .review-item .review-details {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .catalog-product-view .data.items #product-review-container .review-item .review-title {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .catalog-product-view .data.items #product-review-container .review-item .review-ratings {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      .catalog-product-view .data.items #product-review-container .review-item .review-content {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
    .catalog-product-view .data.items #product-review-container .rating-label {
      display: none; }
  @media (max-width: 767px) {
    .catalog-product-view .data.items .review-form .actions-toolbar {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .catalog-product-view .data.items .review-form .actions-toolbar .primary {
        width: 100%;
        max-width: 280px; }
      .catalog-product-view .data.items .review-form .actions-toolbar button.action {
        padding: 18px 20px; } }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1rem 0; }
body.catalog-product-compare-index .table-caption {
  display: none; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }
  .table-wrapper.comparison .table-comparison > tbody > tr {
    border-right: 1px solid #f5f5f5; }
    .table-wrapper.comparison .table-comparison > tbody > tr > th,
    .table-wrapper.comparison .table-comparison > tbody > tr > td {
      border-top: 0; }
  @media (max-width: 768px) {
    .table-wrapper.comparison td {
      border-bottom: 0;
      display: table-cell;
      padding: 0; }
      .table-wrapper.comparison td.product:before {
        display: none; } }

table#product-comparison {
  table-layout: fixed; }
  table#product-comparison thead tr th,
  table#product-comparison thead tr td {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #f5f5f5; }
    table#product-comparison thead tr th span,
    table#product-comparison thead tr td span {
      display: none; }
  table#product-comparison tbody tr:nth-child(odd) {
    background: transparent; }
  table#product-comparison tbody tr {
    border-bottom: 1px solid #f5f5f5; }
    table#product-comparison tbody tr:last-child {
      border-bottom: none; }
    table#product-comparison tbody tr th.label {
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      color: #333333; }
  table#product-comparison .cell {
    width: 200px;
    padding: 1rem; }
    table#product-comparison .cell .attibute.value {
      width: 100%;
      overflow: hidden; }
    table#product-comparison .cell.product.info, table#product-comparison .cell.product.label {
      border-bottom: 1px solid #f5f5f5; }
    table#product-comparison .cell.label.product span {
      display: none; }
    table#product-comparison .cell.label {
      width: 120px; }
      table#product-comparison .cell.label .attribute.label {
        display: block;
        width: 100%;
        word-wrap: break-word; }
    table#product-comparison .cell.attribute img {
      max-width: 100%;
      height: auto; }
    table#product-comparison .cell.remove {
      padding-top: 0;
      padding-bottom: 0;
      text-align: right; }
  table#product-comparison .product-item-photo {
    display: block;
    margin: 0 auto 1rem; }
  table#product-comparison .product-image-photo {
    margin-left: 0; }
  table#product-comparison .product-item-name a {
    font-size: 14px;
    line-height: 18px;
    color: #333333; }
    table#product-comparison .product-item-name a:hover {
      color: #8bc42a; }
  table#product-comparison .product-reviews-summary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px; }
    table#product-comparison .product-reviews-summary .label {
      display: none; }
    table#product-comparison .product-reviews-summary .rating-summary {
      padding-right: 8px;
      line-height: 18px; }
    table#product-comparison .product-reviews-summary .reviews-actions {
      font-size: 12px;
      line-height: 18px; }
  table#product-comparison .price-box {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 12px; }
  table#product-comparison .product-item-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    table#product-comparison .product-item-actions .actions-primary {
      padding-right: 8px; }
    table#product-comparison .product-item-actions .tocart {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      padding: 4px;
      text-align: center;
      margin-bottom: 0;
      vertical-align: text-bottom; }
    table#product-comparison .product-item-actions .tocart span {
      display: none; }
    table#product-comparison .product-item-actions .towishlist {
      background-color: transparent;
      font-size: 14px;
      line-height: 48px;
      color: #b4b4b4;
      display: block;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      border: 1px solid #292929;
      background: #292929;
      text-align: center;
      vertical-align: text-bottom; }
      table#product-comparison .product-item-actions .towishlist:hover {
        color: #8bc42a;
        background: #FFF;
        border-color: #dedede; }
  table#product-comparison .price-box,
  table#product-comparison .product.rating,
  table#product-comparison .product-item-name {
    display: block; }
  table#product-comparison .product-addto-links .action.toggle {
    padding: 0; }
  table#product-comparison .action.tocart {
    white-space: nowrap;
    margin-bottom: 15px; }

.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  display: none; }

.sidebar .block-compare .compare-counter {
  margin-bottom: 16px; }
  .sidebar .block-compare .compare-counter .counter {
    color: #8bc42a;
    font-weight: 700; }
.sidebar .block-compare .product-items {
  margin-bottom: 12px; }
.sidebar .block-compare .product-item-name {
  display: block;
  padding-right: 20px; }
  .sidebar .block-compare .product-item-name a {
    color: #010100; }
    .sidebar .block-compare .product-item-name a:hover {
      color: #8bc42a; }
.sidebar .block-compare .product-item {
  position: relative;
  margin-bottom: 12px; }
.sidebar .block-compare .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 1; }
.sidebar .block-compare .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .sidebar .block-compare .actions-toolbar a.compare {
    background-color: #8bc42a;
    color: #FFF;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    padding: 14px 33px; }
    .sidebar .block-compare .actions-toolbar a.compare:hover {
      background: #65c3e5;
      color: #FFF; }
    @media (min-width: 1200px) {
      .sidebar .block-compare .actions-toolbar a.compare {
        padding: 12px 20px 11px; } }
    @media (min-width: 480px) and (max-width: 991px) {
      .sidebar .block-compare .actions-toolbar a.compare {
        width: auto; } }
  .sidebar .block-compare .actions-toolbar .secondary {
    margin-bottom: 16px; }

.products-grid .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.products-grid .product-item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 480px) {
    .products-grid .product-item {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (min-width: 768px) {
    .products-grid .product-item {
      -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
      max-width: 33.33%; } }
.products-grid .product-image-container {
  display: inline-block;
  max-width: 100%;
  background: #f5f5f5; }
.products-grid .product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #f5f5f5; }
.products-grid .product-image-photo {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
  background: #f5f5f5; }
.products-grid .product-item-details {
  margin-top: 13px; }
.products-grid .reviews-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .products-grid .reviews-actions .action.add {
    line-height: inherit;
    font-size: 0; }
    .products-grid .reviews-actions .action.add:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .products-grid .reviews-actions .action.add:before {
      font-size: 14px; }
.products-grid .price-from {
  margin-bottom: 0; }
.products-grid .price-to {
  margin-bottom: 0; }
.products-grid .product-item-info-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px; }
  .products-grid .product-item-info-box .price-box {
    margin-left: 7px;
    margin-top: 3px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .products-grid .product-item-info-box.product-item-actions,
  .products-grid .product-item-info-box .product-item-actions {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }

.column.main .products-list .product-item-info {
  margin-bottom: 4rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.column.main .products-list .product-item-photo {
  margin: 0 auto 25px;
  max-width: 100%; }
.column.main .products-list .product-image-container {
  font-size: 0; }
.column.main .products-list .product-image-photo {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center; }
.column.main .products-list .product-item-details {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
.column.main .products-list .product-item .product-item-actions,
.column.main .products-list .product-item .product-item-actions .actions-secondary {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.column.main .products-list .product-reviews-summary a.add {
  display: none; }

@media (min-width: 480px) {
  .column.main .products-list .product-item-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .column.main .products-list .product-item-photo {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    margin-bottom: 0; }
  .column.main .products-list .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: absolute;
  display: none; }
.gallery-placeholder .fotorama-hidden,
.gallery-placeholder .fotorama--hidden,
.gallery-placeholder .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
  display: none; }

.fotorama-item .fotorama__stage {
  margin-bottom: 1rem; }

.gallery-placeholder.fotorama--fullscreen, .gallery-placeholder.fotorama--fullscreen .fotorama__nav, .gallery-placeholder.fotorama--fullscreen .fotorama__stage,
.fotorama-item.fotorama--fullscreen,
.fotorama-item.fotorama--fullscreen .fotorama__nav,
.fotorama-item.fotorama--fullscreen .fotorama__stage {
  background: #fff; }
.gallery-placeholder .fotorama__nav__shaft .fotorama__nav__frame,
.fotorama-item .fotorama__nav__shaft .fotorama__nav__frame {
  opacity: .5;
  padding: 0;
  cursor: pointer;
  transition: 0.3s ease; }
  .gallery-placeholder .fotorama__nav__shaft .fotorama__nav__frame:hover, .gallery-placeholder .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active,
  .fotorama-item .fotorama__nav__shaft .fotorama__nav__frame:hover,
  .fotorama-item .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
    opacity: 1; }
.gallery-placeholder .fotorama__nav__shaft .fotorama__thumb-border,
.fotorama-item .fotorama__nav__shaft .fotorama__thumb-border {
  border: none; }

.fotorama__fullscreen-icon:focus, .fotorama__fullscreen-icon:focus:after, .fotorama__fullscreen-iconafter,
.fotorama__zoom-out:focus,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-outafter,
.fotorama__zoom-in:focus,
.fotorama__zoom-in:focus:after,
.fotorama__zoom-inafter,
.fotorama__arr:focus,
.fotorama__arr:focus:after,
.fotorama__arrafter,
.fotorama__stage__shaft:focus,
.fotorama__stage__shaft:focus:after,
.fotorama__stage__shaftafter,
.fotorama__nav__frame--thumb:focus,
.fotorama__nav__frame--thumb:focus:after,
.fotorama__nav__frame--thumbafter,
.fotorama__thumb:focus,
.fotorama__thumb:focus:after,
.fotorama__thumbafter,
.fotorama__nav__frame--dot:focus,
.fotorama__nav__frame--dot:focus:after,
.fotorama__nav__frame--dotafter,
.fotorama__dot:focus,
.fotorama__dot:focus:after,
.fotorama__dotafter {
  box-shadow: none !important; }

.block.related {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden; }
  .block.related .block-actions .select {
    padding: 0;
    background: transparent;
    color: #8bc42a; }
    .block.related .block-actions .select:hover {
      color: #333333; }

.products-grid.products-related {
  margin: 34px 0 0;
  padding: 0; }
  .products-grid.products-related .product-items {
    margin: 0 -15px;
    padding: 0; }
    @media (min-width: 768px) {
      .products-grid.products-related .product-items {
        width: calc(100% + 30px); } }
  .products-grid.products-related .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: left; }
    .products-grid.products-related .product-item .price-box {
      text-align: left; }
  .products-grid.products-related .owl-item {
    padding: 0 15px; }

.block.upsell {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden; }
  .block.upsell .block-actions button.action.select {
    color: #8bc42a; }
    .block.upsell .block-actions button.action.select:hover {
      text-decoration: underline; }

.products-grid.products-upsell {
  margin: 3rem 0 0;
  padding: 0; }
  .products-grid.products-upsell .product-items {
    margin: 0 -15px;
    padding: 0; }
  .products-grid.products-upsell .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: left; }
    .products-grid.products-upsell .product-item .price-box {
      text-align: left; }
  .products-grid.products-upsell .owl-item {
    padding: 0 15px; }

.block.crosssell {
  margin-top: 50px; }
  .block.crosssell .owl-controls {
    top: -30px; }

.products-grid.products-crosssell {
  margin: 2rem 0 0;
  padding: 0; }
  .products-grid.products-crosssell .product-items {
    margin: 0 -15px;
    padding: 0; }
  .products-grid.products-crosssell .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0; }
    .products-grid.products-crosssell .product-item .price-box {
      text-align: center; }
  .products-grid.products-crosssell .owl-item {
    padding: 0 15px; }

.product-options-wrapper .fieldset > br {
  display: none; }
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.minicart-wrapper .action.showcart {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding-bottom: 9px; }
  .minicart-wrapper .action.showcart span,
  .minicart-wrapper .action.showcart strong {
    display: inline-block;
    font-weight: normal; }
  .minicart-wrapper .action.showcart .loading-mask {
    display: none; }
  .minicart-wrapper .action.showcart .text {
    font-family: "Nucleo Mini";
    position: relative;
    width: 49px;
    height: 33px;
    padding-right: 16px;
    color: #010100; }
    .minicart-wrapper .action.showcart .text:before, .minicart-wrapper .action.showcart .text:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 30px;
      line-height: 33px;
      transition: .3s transform ease;
      text-align: left;
      transform-origin: 16px center; }
    .minicart-wrapper .action.showcart .text:before {
      content: '\e04f';
      transform: rotate(0deg) scale(1);
      font-family: "fl-outicons";
      opacity: 1;
      visibility: visible; }
    .minicart-wrapper .action.showcart .text:after {
      content: '\ea5c';
      transform: rotate(-90deg) scale(0);
      opacity: 0;
      visibility: hidden; }
  .minicart-wrapper .action.showcart.active .text {
    color: #8bc42a; }
    .minicart-wrapper .action.showcart.active .text:before {
      opacity: 0;
      visibility: hidden;
      transform: rotate(90deg) scale(0); }
    .minicart-wrapper .action.showcart.active .text:after {
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
  .minicart-wrapper .action.showcart:hover .text {
    color: #8bc42a; }
  .minicart-wrapper .action.showcart .qty {
    position: absolute;
    top: 50%;
    left: 55px;
    color: #FFF;
    font-size: 14px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    margin-top: -17px;
    border-radius: 26px;
    background: #f2462e;
    text-align: center; }
    .minicart-wrapper .action.showcart .qty .counter-label {
      display: none; }

.block-minicart {
  display: none;
  text-align: left;
  color: #333333;
  background: #FFF;
  -webkit-box-shadow: 0 2px 24px rgba(2, 68, 89, 0.22);
  -moz-box-shadow: 0 2px 24px rgba(2, 68, 89, 0.22);
  box-shadow: 0 2px 24px rgba(2, 68, 89, 0.22);
  transition: 0.3s ease;
  overflow: hidden; }
  .block-minicart.empty {
    height: auto; }
  .block-minicart .block-title {
    display: none; }
  .block-minicart .action.close {
    position: absolute;
    z-index: 20;
    right: 0;
    top: 0;
    padding: 5px 10px;
    color: #333333;
    background-color: transparent;
    line-height: inherit;
    display: none; }
    .block-minicart .action.close:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .block-minicart .action.close:hover {
      color: #8bc42a;
      background-color: transparent; }
  .block-minicart .block-content {
    padding: 25px 0; }
    .block-minicart .block-content > .subtitle {
      padding: 0 16px;
      font-size: 16px; }
    .block-minicart .block-content .top-minicart-content {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 15px; }
      .block-minicart .block-content .top-minicart-content > .subtitle {
        font-size: 16px;
        line-height: 1;
        font-weight: 700;
        color: #010100;
        padding: 0 16px;
        text-transform: uppercase; }
        .block-minicart .block-content .top-minicart-content > .subtitle.empty {
          font-size: 16px;
          color: #010100; }
          .block-minicart .block-content .top-minicart-content > .subtitle.empty span {
            vertical-align: baseline; }
    .block-minicart .block-content .items-total {
      font-size: 14px;
      color: #010100; }
    .block-minicart .block-content > .subtotal {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      padding: 10px 16px 30px;
      font-weight: 400;
      border-top: 1px solid #f5f5f5; }
      .block-minicart .block-content > .subtotal .label {
        font-size: 16px;
        line-height: 1;
        color: #010100;
        text-transform: uppercase; }
      .block-minicart .block-content > .subtotal .amount {
        font-size: 26px;
        line-height: 1;
        color: #010100; }
    .block-minicart .block-content #top-cart-btn-checkout {
      width: 100%; }
    .block-minicart .block-content > .actions {
      padding: 0 16px; }
      .block-minicart .block-content > .actions button.primary {
        background: #8bc42a;
        padding: 14px 33px;
        text-transform: uppercase; }
        .block-minicart .block-content > .actions button.primary:hover {
          background: #65c3e5; }
      .block-minicart .block-content > .actions .secondary {
        margin-bottom: 16px;
        font-size: 16px; }
      .block-minicart .block-content > .actions .viewcart {
        margin-top: 20px;
        display: inline-block;
        text-decoration: underline; }
    .block-minicart .block-content .paypal.checkout {
      margin-top: 8px; }
  .block-minicart .minicart-items {
    overflow-y: auto;
    height: 100%; }
    .block-minicart .minicart-items > li {
      padding: 0 0 16px; }
      .block-minicart .minicart-items > li > .product {
        padding: 0 16px 16px; }
      .block-minicart .minicart-items > li:first-child > .product {
        padding-top: 24px; }
    .block-minicart .minicart-items > li > .product {
      overflow: hidden;
      position: relative;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .block-minicart .minicart-items > li > .product .product-item-photo {
        -webkit-flex-basis: 97px;
        -ms-flex-preferred-size: 97px;
        flex-basis: 97px;
        max-width: 97px; }
      .block-minicart .minicart-items > li > .product .product-image-container {
        display: inline-block;
        max-width: 100%; }
      .block-minicart .minicart-items > li > .product .product-image-wrapper {
        height: auto;
        padding: 0 !important; }
        .block-minicart .minicart-items > li > .product .product-image-wrapper .product-image-photo {
          position: static;
          background: #f5f5f5; }
      .block-minicart .minicart-items > li > .product .product-item-details {
        padding-left: 8px;
        -webkit-flex-basis: calc(100% - 97px);
        -ms-flex-preferred-size: calc(100% - 97px);
        flex-basis: calc(100% - 97px);
        max-width: calc(100% - 97px); }
      .block-minicart .minicart-items > li > .product .product-item-name {
        font-size: 16px;
        line-height: 18px;
        display: inline-block;
        margin-bottom: 5px;
        width: 100%; }
        .block-minicart .minicart-items > li > .product .product-item-name a {
          color: #333333;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          width: 100%;
          display: inline-block; }
        .block-minicart .minicart-items > li > .product .product-item-name a:hover {
          color: #8bc42a; }
    .block-minicart .minicart-items .product-item-price .price-container {
      margin-bottom: 8px; }
    .block-minicart .minicart-items .product-item-price .minicart-price {
      color: #333333;
      font-size: 26px;
      line-height: 1; }
    .block-minicart .minicart-items .details-qty {
      position: relative;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .block-minicart .minicart-items .details-qty .label {
        display: none; }
      .block-minicart .minicart-items .details-qty .cart-item-qty {
        padding: 9px;
        width: 50px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: baseline;
        background: #f5f5f5;
        text-align: center;
        border: none; }
      .block-minicart .minicart-items .details-qty .update-cart-item {
        line-height: inherit;
        font-size: 20px;
        line-height: 1;
        margin-left: 4px;
        color: #8bc42a; }
        .block-minicart .minicart-items .details-qty .update-cart-item:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
        .block-minicart .minicart-items .details-qty .update-cart-item:hover {
          color: #010100; }
        .block-minicart .minicart-items .details-qty .update-cart-item span {
          display: none; }
    .block-minicart .minicart-items .product.options[role="tablist"] {
      position: relative;
      margin-bottom: 8px; }
      .block-minicart .minicart-items .product.options[role="tablist"] .toggle {
        cursor: pointer;
        color: #8bc42a;
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        margin-bottom: 0;
        line-height: inherit; }
        .block-minicart .minicart-items .product.options[role="tablist"] .toggle:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
        .block-minicart .minicart-items .product.options[role="tablist"] .toggle:before {
          color: #333333;
          font-size: 12px;
          line-height: 10px;
          top: 4px; }
      .block-minicart .minicart-items .product.options[role="tablist"].active .toggle:before {
        content: '\e929'; }
      .block-minicart .minicart-items .product.options[role="tablist"] .content {
        background: #FFF;
        margin-bottom: 0; }
      .block-minicart .minicart-items .product.options[role="tablist"] .content .subtitle {
        display: none; }
      .block-minicart .minicart-items .product.options[role="tablist"] .list {
        font-size: 14px;
        margin-top: 7px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        color: #010100; }
        .block-minicart .minicart-items .product.options[role="tablist"] .list > dt, .block-minicart .minicart-items .product.options[role="tablist"] .list > dd {
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%;
          font-weight: 400; }
        .block-minicart .minicart-items .product.options[role="tablist"] .list > dd {
          padding-left: 5px; }
    .block-minicart .minicart-items .product.actions {
      font-size: 14px;
      line-height: 1;
      margin-bottom: 8px;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      .block-minicart .minicart-items .product.actions .primary,
      .block-minicart .minicart-items .product.actions .secondary {
        display: inline-block; }
      .block-minicart .minicart-items .product.actions .secondary {
        margin-left: 16px; }
        .block-minicart .minicart-items .product.actions .secondary .action.edit {
          font-size: 12px; }
        .block-minicart .minicart-items .product.actions .secondary .action.delete {
          font-size: 15px; }
      .block-minicart .minicart-items .product.actions a {
        color: #8bc42a;
        background: transparent; }
        .block-minicart .minicart-items .product.actions a:hover {
          color: #010100; }

.sm-desktop .minicart-wrapper {
  position: relative;
  float: right; }
@media (max-width: 1399px) and (min-width: 992px) {
  .sm-desktop .minicart-wrapper {
    border-left: 1px solid #f5f5f5;
    padding-left: 15px;
    margin-left: 20px;
    min-height: 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

.sm-desktop .minicart-wrapper .action.showcart {
  height: 56px;
  padding-right: 10px; }
  .sm-desktop .minicart-wrapper .action.showcart .qty {
    top: 20px;
    left: 25px; }
  .sm-desktop .minicart-wrapper .action.showcart .text {
    width: 41px; }
  .sm-desktop .minicart-wrapper .action.showcart .showcart-label {
    color: #333333;
    font-weight: 700;
    display: none; }
.sm-desktop .block-minicart {
  display: block;
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50px);
  z-index: 919; }
  @media (min-width: 768px) {
    .sm-desktop .block-minicart {
      width: 420px;
      padding: 0 24px; } }
.sm-desktop .minicart-wrapper.active .block-minicart {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }

.sm-mobile div:not(.opc-estimated-wrapper) .minicart-wrapper {
  padding: 0;
  margin: 0; }
.sm-mobile div:not(.opc-estimated-wrapper) .action.showcart {
  position: fixed;
  z-index: 19;
  top: 0;
  right: 0;
  width: 84px;
  height: 56px; }
  .sm-mobile div:not(.opc-estimated-wrapper) .action.showcart .text {
    color: #FFF; }
  .sm-mobile div:not(.opc-estimated-wrapper) .action.showcart .showcart-label {
    display: none; }
.sm-mobile div:not(.opc-estimated-wrapper) .block-minicart {
  display: block;
  position: fixed;
  z-index: 21;
  top: 56px;
  right: 0;
  bottom: 0;
  width: 320px;
  opacity: 0;
  overflow-y: auto;
  transform: translateX(100vw); }
.sm-mobile div:not(.opc-estimated-wrapper) .minicart-wrapper.active .block-minicart {
  opacity: 1;
  transform: translateX(0); }

.checkout-cart-index .page-title-wrapper .page-title {
  margin-bottom: 48px; }

.checkout-cart-index .form-cart {
  margin-bottom: 24px; }

#gift-options-cart {
  margin-bottom: 16px; }
  #gift-options-cart .title {
    background-color: #8bc42a;
    color: #FFF;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    padding: 14px 20px;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    #gift-options-cart .title:hover {
      background: #65c3e5;
      color: #FFF; }
    @media (min-width: 1200px) {
      #gift-options-cart .title {
        padding: 12px 20px 11px; } }
    @media (min-width: 992px) {
      #gift-options-cart .title {
        display: inline-block;
        padding: 6px 20px;
        width: auto;
        max-width: none;
        margin-right: 0;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      #gift-options-cart .title {
        padding: 14px 20px; } }
  #gift-options-cart .gift-message {
    padding: 16px 0; }
  #gift-options-cart .gift-options-title {
    font-weight: 700;
    color: #8bc42a; }

#shopping-cart-table {
  border-collapse: collapse; }
  #shopping-cart-table a {
    font-weight: 400; }
  #shopping-cart-table td.col.item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      #shopping-cart-table td.col.item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (min-width: 1400px) {
      #shopping-cart-table td.col.item {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
  @media (max-width: 767px) {
    #shopping-cart-table th.col.item {
      display: none; } }
  #shopping-cart-table thead {
    border-bottom: 1px solid #f5f5f5; }
    #shopping-cart-table thead th {
      color: #333333;
      font-weight: 700;
      border-bottom: none; }
  #shopping-cart-table tr th {
    text-align: center; }
    #shopping-cart-table tr th:first-child {
      text-align: left; }
  #shopping-cart-table td {
    vertical-align: middle;
    padding: 10px; }
    #shopping-cart-table td:first-child {
      padding-left: 0; }
    @media (min-width: 1200px) {
      #shopping-cart-table td {
        padding: 30px;
        min-width: 140px; } }
    #shopping-cart-table td.price, #shopping-cart-table td.subtotal {
      font-size: 1rem;
      line-height: 1;
      color: #333333;
      font-weight: 700; }
    @media (min-width: 768px) {
      #shopping-cart-table td .item-actions {
        min-width: 80px; } }
    #shopping-cart-table td > div {
      margin: 0; }
    #shopping-cart-table td input.qty {
      text-align: center;
      margin: 0 auto;
      max-width: 7em; }
  #shopping-cart-table .cart.item {
    border-bottom: 1px solid #f5f5f5; }
    #shopping-cart-table .cart.item .item-info {
      background: transparent; }
      @media (max-width: 767px) {
        #shopping-cart-table .cart.item .item-info {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          margin-bottom: 16px; }
          #shopping-cart-table .cart.item .item-info td:not(:first-child) {
            text-align: left;
            padding: 4px 10px 4px 120px; }
          #shopping-cart-table .cart.item .item-info td {
            background: transparent;
            border-right: none;
            padding-right: 0; }
            #shopping-cart-table .cart.item .item-info td:before {
              border-bottom: none; }
            #shopping-cart-table .cart.item .item-info td.qty:before {
              display: none; }
            #shopping-cart-table .cart.item .item-info td .field.qty {
              max-width: 7em; } }
    #shopping-cart-table .cart.item td {
      text-align: center; }
      #shopping-cart-table .cart.item td.col.item {
        text-align: center;
        font-size: 16px; }
        @media (min-width: 992px) {
          #shopping-cart-table .cart.item td.col.item {
            text-align: left; } }
        @media (max-width: 767px) {
          #shopping-cart-table .cart.item td.col.item:before {
            display: none; } }
      #shopping-cart-table .cart.item td .product-item-photo {
        padding-left: 0;
        width: 120px; }
        @media (min-width: 768px) {
          #shopping-cart-table .cart.item td .product-item-photo {
            padding-left: 30px;
            padding-right: 0;
            width: 130px; } }
        @media (min-width: 992px) {
          #shopping-cart-table .cart.item td .product-item-photo {
            padding-right: 20px; } }
        @media (min-width: 1400px) {
          #shopping-cart-table .cart.item td .product-item-photo {
            padding-right: 20px;
            padding-left: 0;
            width: 120px; } }
      #shopping-cart-table .cart.item td .product-image-photo {
        width: 100px;
        max-width: none; }
    #shopping-cart-table .cart.item .item-actions td {
      padding: 15px 0; }
    #shopping-cart-table .cart.item .actions-toolbar {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media (min-width: 992px) {
        #shopping-cart-table .cart.item .actions-toolbar {
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      #shopping-cart-table .cart.item .actions-toolbar .action {
        display: inline-block;
        width: 19px;
        margin-right: 4px; }
      #shopping-cart-table .cart.item .actions-toolbar > .action span {
        display: none; }
      #shopping-cart-table .cart.item .actions-toolbar > .action-edit {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar > .action-edit:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
      #shopping-cart-table .cart.item .actions-toolbar > .action-delete {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar > .action-delete:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
      #shopping-cart-table .cart.item .actions-toolbar .action-gift {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar .action-gift:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
        #shopping-cart-table .cart.item .actions-toolbar .action-gift span {
          display: none; }
      #shopping-cart-table .cart.item .actions-toolbar .action-towishlist {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar .action-towishlist:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
      #shopping-cart-table .cart.item .actions-toolbar .gift-content {
        display: none;
        background: #FFF;
        border: 1px solid #f5f5f5;
        padding: 0.5rem;
        text-align: left;
        min-width: 300px; }
        #shopping-cart-table .cart.item .actions-toolbar .gift-content._active {
          display: block;
          position: absolute;
          z-index: 50;
          top: 100%;
          left: 0; }
    #shopping-cart-table .cart.item .col.price,
    #shopping-cart-table .cart.item .col.subtotal {
      font-size: 16px;
      line-height: 1; }
      @media (min-width: 1200px) {
        #shopping-cart-table .cart.item .col.price,
        #shopping-cart-table .cart.item .col.subtotal {
          font-size: 24px; } }
    @media (min-width: 768px) {
      #shopping-cart-table .cart.item .product-item-details {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-top: 15px; } }
    @media (min-width: 1400px) {
      #shopping-cart-table .cart.item .product-item-details {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%; } }
    #shopping-cart-table .cart.item .product-item-details dl.item-options {
      font-size: 12px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dt,
      #shopping-cart-table .cart.item .product-item-details dl.item-options dd {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        line-height: 1;
        margin-bottom: 3px; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dt {
        font-weight: 600;
        text-transform: capitalize;
        padding-right: 5px; }
        #shopping-cart-table .cart.item .product-item-details dl.item-options dt:after {
          content: ':'; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dd {
        padding-left: 0;
        text-transform: capitalize; }
  #shopping-cart-table .item-actions {
    padding: 10px; }
    @media (min-width: 768px) {
      #shopping-cart-table .item-actions {
        border-top: 1px solid #f5f5f5; } }
  #shopping-cart-table .item-control {
    position: relative; }
    #shopping-cart-table .item-control .action-gift {
      line-height: inherit; }
      #shopping-cart-table .item-control .action-gift:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
      #shopping-cart-table .item-control .action-gift span {
        display: none; }
    #shopping-cart-table .item-control .gift-content {
      display: none;
      background: #FFF;
      border: 1px solid #f5f5f5;
      padding: 0.5rem;
      text-align: left;
      min-width: 250px; }
      #shopping-cart-table .item-control .gift-content._active {
        display: block;
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0; }
    #shopping-cart-table .item-control .action-edit,
    #shopping-cart-table .item-control .action-delete {
      font-size: 1.5rem;
      line-height: 1;
      background-color: transparent; }
      #shopping-cart-table .item-control .action-edit span,
      #shopping-cart-table .item-control .action-delete span {
        display: none; }

table.cart {
  width: 100%; }
  table.cart > caption,
  table.cart .qty label {
    display: none; }
  @media (min-width: 992px) {
    table.cart .product-item-details,
    table.cart .product-item-photo {
      display: table-cell; } }
  table.cart td.price .price,
  table.cart td.subtotal .price {
    display: inline-block; }

.cart-container .main.actions {
  margin: 40px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 992px) {
    .cart-container .main.actions {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .cart-container .main.actions .action {
    background-color: #8bc42a;
    color: #FFF;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 12px;
    padding: 14px 20px;
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .cart-container .main.actions .action:hover {
      background: #65c3e5;
      color: #FFF; }
    @media (min-width: 1200px) {
      .cart-container .main.actions .action {
        padding: 12px 20px 11px; } }
    .cart-container .main.actions .action:before {
      padding-right: 4px; }
    @media (min-width: 992px) {
      .cart-container .main.actions .action {
        padding: 6px 20px;
        width: auto;
        max-width: none;
        margin-right: 3px;
        margin-left: 0; } }
    @media (min-width: 1200px) {
      .cart-container .main.actions .action {
        padding: 14px 20px;
        margin-bottom: 0; } }
    .cart-container .main.actions .action.continue {
      background-color: #8bc42a;
      color: #FFF;
      line-height: inherit; }
      .cart-container .main.actions .action.continue:hover {
        background: #f2462e;
        color: #FFF; }
      .cart-container .main.actions .action.continue:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .cart-container .main.actions .action.clear {
      line-height: inherit;
      padding: 14px 20px;
      width: 100%;
      max-width: 280px;
      margin-right: auto;
      margin-left: auto;
      text-align: center; }
      .cart-container .main.actions .action.clear:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
      .cart-container .main.actions .action.clear:before {
        padding-right: 4px;
        vertical-align: text-bottom; }
      @media (min-width: 992px) {
        .cart-container .main.actions .action.clear {
          padding: 6px 20px;
          width: auto;
          max-width: none;
          margin-right: 3px;
          margin-left: 0; } }
      @media (min-width: 1200px) {
        .cart-container .main.actions .action.clear {
          padding: 14px 20px;
          margin-left: 12px;
          margin-right: auto; } }
    .cart-container .main.actions .action.update {
      line-height: inherit; }
      .cart-container .main.actions .action.update:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .cart-container .main.actions .action.continue:before, .cart-container .main.actions .action.update:before {
      vertical-align: text-bottom; }

.cart-summary {
  border-top: 1px solid #f5f5f5;
  padding: 30px 0;
  margin-bottom: 48px; }
  @media (min-width: 992px) {
    .cart-summary {
      border: 1px solid #f5f5f5;
      border-radius: 4px;
      padding: 30px; } }
  .cart-summary .field select {
    box-sizing: border-box; }
    .cart-summary .field select option {
      width: 100%;
      line-break: normal; }
  .cart-summary > .title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    font-weight: 700;
    position: relative; }
  .cart-summary .checkout.methods .item {
    margin-bottom: 20px; }
    .cart-summary .checkout.methods .item .primary.checkout {
      display: block;
      width: 100%;
      padding: 14px 20px;
      text-align: center; }
      .cart-summary .checkout.methods .item .primary.checkout:after {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: translate(0, 0);
        padding-left: 4px; }
      @media (min-width: 480px) {
        .cart-summary .checkout.methods .item .primary.checkout {
          width: auto;
          max-width: 280px; } }
      @media (min-width: 992px) {
        .cart-summary .checkout.methods .item .primary.checkout {
          padding: 6px 20px; } }
      @media (min-width: 1200px) {
        .cart-summary .checkout.methods .item .primary.checkout {
          padding: 14px 20px;
          margin: 0;
          width: 100%;
          max-width: 100%; } }
    .cart-summary .checkout.methods .item .multicheckout {
      text-align: center;
      display: block;
      width: 100%; }
      @media (min-width: 992px) {
        .cart-summary .checkout.methods .item .multicheckout {
          display: inline-block;
          width: 100%; } }
      @media (min-width: 1200px) {
        .cart-summary .checkout.methods .item .multicheckout {
          background-color: #8bc42a;
          color: #FFF;
          font-weight: 600;
          padding: 10px 15px;
          display: inline-block;
          backface-visibility: hidden;
          transform: translateZ(0);
          text-transform: uppercase;
          letter-spacing: 0.04em;
          font-size: 14px;
          border-radius: 3px;
          line-height: inherit;
          display: inline-block;
          padding: 6px 20px; }
          .cart-summary .checkout.methods .item .multicheckout:hover {
            background: #65c3e5;
            color: #FFF; } }
  @media (min-width: 1200px) and (min-width: 1200px) {
    .cart-summary .checkout.methods .item .multicheckout {
      padding: 12px 20px 11px; } }
      @media (min-width: 1200px) {
          .cart-summary .checkout.methods .item .multicheckout:before {
            content: "";
            display: inline-block;
            font-family: "Nucleo Mini";
            font-weight: 400;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0); }
          .cart-summary .checkout.methods .item .multicheckout:before {
            padding-right: 4px; } }
      @media (max-width: 991px) {
        .cart-summary .checkout.methods .item .multicheckout {
          background-color: #8bc42a;
          color: #FFF;
          font-weight: 600;
          padding: 10px 15px;
          display: inline-block;
          backface-visibility: hidden;
          transform: translateZ(0);
          text-transform: uppercase;
          letter-spacing: 0.04em;
          font-size: 14px;
          border-radius: 3px;
          line-height: inherit;
          display: inline-block;
          padding: 6px 20px; }
          .cart-summary .checkout.methods .item .multicheckout:hover {
            background: #65c3e5;
            color: #FFF; } }
  @media (max-width: 991px) and (min-width: 1200px) {
    .cart-summary .checkout.methods .item .multicheckout {
      padding: 12px 20px 11px; } }
      @media (max-width: 991px) {
          .cart-summary .checkout.methods .item .multicheckout:before {
            content: "";
            display: inline-block;
            font-family: "Nucleo Mini";
            font-weight: 400;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0); }
          .cart-summary .checkout.methods .item .multicheckout:before {
            padding-right: 4px; } }
    .cart-summary .checkout.methods .item .paypal.checkout + .paypal.checkout {
      margin-top: 8px; }
  .cart-summary .block.shipping, .cart-summary .block.discount {
    margin-bottom: 16px; }
  .cart-summary .block .title[role="tab"] {
    line-height: inherit;
    color: #8bc42a;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    padding-right: 26px;
    position: relative;
    cursor: pointer;
    width: 100%; }
    .cart-summary .block .title[role="tab"]:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .cart-summary .block .title[role="tab"]:before {
      color: #333333;
      position: absolute;
      top: 0;
      right: 0;
      width: 26px;
      height: 26px;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      padding: 6px 0;
      border: 1px solid #f5f5f5; }
    .cart-summary .block .title[role="tab"][aria-expanded="false"]:before {
      content: '\e926'; }
  .cart-summary .block .field.note {
    margin-bottom: 0; }
  .cart-summary .cart-totals {
    text-align: left; }
    .cart-summary .cart-totals caption {
      display: none; }
    .cart-summary .cart-totals th, .cart-summary .cart-totals td {
      padding-left: 0; }
  .cart-summary .legend {
    display: none; }
  .cart-summary .cart-totals {
    padding-top: 32px;
    border-top: 1px solid #f5f5f5;
    margin-bottom: 32px; }
  .cart-summary .table.totals {
    width: 100%; }
    .cart-summary .table.totals tbody tr {
      background: transparent; }
    .cart-summary .table.totals tbody th,
    .cart-summary .table.totals tbody td {
      padding: 5px;
      line-height: 22px; }
    .cart-summary .table.totals tbody th {
      font-weight: 700;
      color: #8bc42a; }
      .cart-summary .table.totals tbody th span[class="value"] {
        font-size: 12px;
        line-height: 22px;
        color: #333333; }
    .cart-summary .table.totals tbody td {
      border-left: none;
      text-align: right;
      padding-right: 0;
      font-weight: 700;
      color: #333333;
      font-size: 18px;
      line-height: 14px; }
      @media (min-width: 768px) {
        .cart-summary .table.totals tbody td {
          font-size: 22px;
          line-height: 22px; } }
    .cart-summary .table.totals .grand.totals th,
    .cart-summary .table.totals .grand.totals td {
      line-height: 44px;
      vertical-align: text-bottom; }
    .cart-summary .table.totals .grand.totals td {
      font-size: 40px; }
  .cart-summary #block-summary .fieldset > .field > .label,
  .cart-summary #block-summary .item-title {
    font-weight: 700;
    color: #333333; }
  .cart-summary #block-summary .fieldset > .field > .label {
    display: inline-block;
    margin-bottom: 4px; }
  .cart-summary #block-summary .items.methods dt {
    color: #333333; }
  .cart-summary #block-summary .items.methods dd {
    padding-left: 0;
    font-style: normal; }
  .cart-summary .block.discount {
    margin-bottom: 32px; }
    .cart-summary .block.discount .content {
      margin-bottom: 0; }
    .cart-summary .block.discount .field {
      padding-bottom: 0; }
    .cart-summary .block.discount .field > .label {
      font-weight: 700;
      color: #333333; }
    .cart-summary .block.discount button.apply {
      display: inline-block;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      text-align: center;
      padding: 14px 33px; }
      .cart-summary .block.discount button.apply:before {
        padding-right: 4px; }
      @media (min-width: 480px) and (max-width: 991px) {
        .cart-summary .block.discount button.apply {
          width: auto; } }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
body._has-modal-custom .modal-custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  transition: 0.3s ease;
  line-height: inherit; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .modal-custom .action-close:hover,
  .modal-popup .action-close:hover,
  .modal-slide .action-close:hover {
    color: #65c3e5; }
  .modal-custom .action-close > span,
  .modal-popup .action-close > span,
  .modal-slide .action-close > span {
    display: none; }

.modals-overlay {
  z-index: 800;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  pointer-events: none; }
  .modal-slide._show,
  .modal-popup._show {
    pointer-events: auto;
    visibility: visible;
    background: rgba(255, 255, 255, 0.65); }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      position: relative;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1; }

.modal-slide {
  left: auto;
  z-index: 1000; }
  .modal-slide._show .modal-inner-wrap {
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    transform: translateX(100%);
    transition: .3s ease-in-out;
    width: 270px; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 8px 8px; }
  .modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px; }

.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 10vh auto;
    position: absolute;
    right: 0;
    transform: translateY(-200%);
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 75%; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 16px;
    padding-right: 16px; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-popup .modal-header {
    padding-bottom: 16px;
    padding-top: 16px; }
  .modal-popup .modal-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 16px; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 16px;
    padding-top: 16px; }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -350px;
    width: 700px; }
    @media (max-width: 702px) {
      .modal-popup.confirm .modal-inner-wrap {
        left: 5vw;
        max-width: 90vw;
        margin-left: 0; } }
  .modal-popup.confirm .modal-footer {
    text-align: right; }
  .modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static; }
  .modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
      border: 1px solid #f5f5f5;
      margin: 0 auto 2rem;
      max-width: 58rem;
      padding: 2rem; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
      max-height: 54rem; }

@media (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    left: auto;
    z-index: 1000; }
    .custom-slide._show {
      pointer-events: auto;
      visibility: visible;
      background: rgba(255, 255, 255, 0.65); }
      .custom-slide._show .modal-inner-wrap {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1; }
    .custom-slide._show .modal-inner-wrap {
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      transform: translateX(100%);
      transition: .3s ease-in-out;
      width: 270px; }
    .custom-slide._inner-scroll .modal-inner-wrap {
      overflow-y: visible;
      display: flex;
      flex-direction: column; }
    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
      flex-grow: 0;
      flex-shrink: 1; }
    .custom-slide._inner-scroll .modal-content {
      overflow-y: auto; }
    .custom-slide._inner-scroll .modal-footer {
      margin-top: auto; }
    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
      padding: 0 8px 8px; }
    .custom-slide .modal-header {
      padding-bottom: 10px;
      padding-top: 10px; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }

  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block; } }
@media print {
  .modal-popup {
    display: none;
    visibility: hidden;
    opacity: 0; } }
.checkout-index-index .page-title {
  margin-bottom: 24px; }
.checkout-index-index .page-header__content .logo {
  order: 1;
  margin-right: 30px; }
.checkout-index-index .page-header__content .page-header__content-right {
  order: 2; }

.checkout-index-index .opc-wrapper select {
  box-sizing: border-box; }
.checkout-index-index .opc-wrapper .step-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px; }
.checkout-index-index .opc-wrapper .step-content {
  margin: 0; }
  .checkout-index-index .opc-wrapper .step-content .note {
    font-size: 12px; }
  .checkout-index-index .opc-wrapper .step-content .message {
    padding: 5px 5px 5px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: #F11F17; }
.checkout-index-index .opc-wrapper .form-login .actions-toolbar {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary {
    margin: 0 8px 0 0; }
    .checkout-index-index .opc-wrapper .form-login .actions-toolbar > .primary button {
      margin-bottom: 0; }
.checkout-index-index .opc-wrapper .fieldset > .field > .label {
  font-weight: 700;
  color: #333333; }

#checkout-payment-method-load .step-title {
  font-size: 14px;
  line-height: 16px;
  margin: 12px 0; }

@media (max-width: 767px) {
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    line-height: 20px; }
  .opc-estimated-wrapper .estimated-label {
    color: #333333; }
  .opc-estimated-wrapper .estimated-price {
    color: #8bc42a; } }

.checkout-index-index .page-title {
  text-align: center; }
.checkout-index-index #customer-email-fieldset .loading-mask {
  display: none !important; }
.checkout-index-index #customer-email-fieldset .field {
  margin-bottom: 0 !important; }
.checkout-index-index .loading-mask {
  background: #FFF;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 9999; }
  .checkout-index-index .loading-mask .loader {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase; }
    .checkout-index-index .loading-mask .loader:before, .checkout-index-index .loading-mask .loader:after {
      opacity: 0;
      box-sizing: border-box;
      content: "\0020";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 60px;
      border: 3px solid #8bc42a;
      box-shadow: 0 0 30px #8bc42a, #8bc42a; }
    .checkout-index-index .loading-mask .loader:before {
      z-index: 2;
      animation: cssload-gogoloader 2.3s infinite; }
    .checkout-index-index .loading-mask .loader:after {
      z-index: 1;
      animation: cssload-gogoloader 2.3s infinite 1.15s; }
@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 0; } }
    .checkout-index-index .loading-mask .loader p {
      display: none; }
    .checkout-index-index .loading-mask .loader > img {
      bottom: 0;
      left: 0;
      height: 60px;
      margin: auto;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 100;
      width: auto;
      display: none; }

.checkout-onepage-success #registration .action.primary,
.checkout-onepage-success .checkout-success .action.primary {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: .2s; }
  .checkout-onepage-success #registration .action.primary:hover,
  .checkout-onepage-success .checkout-success .action.primary:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .checkout-onepage-success #registration .action.primary,
    .checkout-onepage-success .checkout-success .action.primary {
      padding: 12px 20px 11px; } }

.checkout-container {
  position: relative; }
  @media (min-width: 768px) {
    .checkout-container:before, .checkout-container:after {
      display: table;
      content: "";
      line-height: 0; }
    .checkout-container:after {
      clear: both; }
    .checkout-container .opc-wrapper {
      float: left;
      padding-right: 30px;
      width: 66.6667%; }
    .checkout-container .opc-sidebar {
      float: right;
      margin: 0 0 32px;
      width: 33.3333%; } }

.opc-progress-bar {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (min-width: 768px) {
    .opc-progress-bar {
      float: left;
      padding-right: 40px;
      width: 66.6667%; } }
  .opc-progress-bar .opc-progress-bar-item {
    color: #8bc42a;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    position: relative;
    padding: 8px;
    background: #f5f5f5;
    border: 1px solid transparent; }
    @media (max-width: 479px) {
      .opc-progress-bar .opc-progress-bar-item {
        display: flex;
        justify-content: center;
        align-items: center; } }
    @media (min-width: 992px) {
      .opc-progress-bar .opc-progress-bar-item {
        padding: 18px 30px; } }
    .opc-progress-bar .opc-progress-bar-item span {
      position: relative;
      padding-left: 32px; }
      .opc-progress-bar .opc-progress-bar-item span:before {
        font-size: 22px;
        color: #333333;
        position: absolute;
        bottom: 2px;
        left: 0; }
        @media (max-width: 991px) {
          .opc-progress-bar .opc-progress-bar-item span:before {
            display: block;
            position: relative;
            bottom: auto;
            left: auto; } }
      @media (max-width: 991px) {
        .opc-progress-bar .opc-progress-bar-item span {
          padding-left: 0;
          text-align: center;
          display: inline-block;
          width: 100%; } }
    .opc-progress-bar .opc-progress-bar-item:first-child {
      z-index: 2;
      -webkit-flex-basis: calc(50% - 8px);
      -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
      max-width: calc(50% - 8px); }
      @media (min-width: 1200px) {
        .opc-progress-bar .opc-progress-bar-item:first-child:before {
          content: '';
          position: absolute;
          z-index: 4;
          top: 0;
          right: -29px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 29px 0 29px 29px;
          border-color: transparent transparent transparent #f5f5f5; }
        .opc-progress-bar .opc-progress-bar-item:first-child:after {
          content: '';
          position: absolute;
          z-index: 3;
          top: -1px;
          right: -30px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 30px 0 30px 30px;
          border-color: transparent transparent transparent #f5f5f5; }
        .opc-progress-bar .opc-progress-bar-item:first-child._active:before {
          border-left-color: #FFF; }
        .opc-progress-bar .opc-progress-bar-item:first-child._active:after {
          border-left-color: #f5f5f5; } }
      .opc-progress-bar .opc-progress-bar-item:first-child span:before {
        content: '01'; }
    .opc-progress-bar .opc-progress-bar-item:last-child {
      z-index: 1;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (min-width: 992px) {
        .opc-progress-bar .opc-progress-bar-item:last-child {
          padding-left: 32px; } }
      @media (min-width: 1200px) {
        .opc-progress-bar .opc-progress-bar-item:last-child {
          padding-left: 60px; }
          .opc-progress-bar .opc-progress-bar-item:last-child:before {
            content: '';
            position: absolute;
            z-index: 1;
            top: -1px;
            left: -2px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 0 30px 30px;
            border-color: transparent transparent transparent #FFF; }
          .opc-progress-bar .opc-progress-bar-item:last-child:after {
            content: '';
            position: absolute;
            z-index: 0;
            top: -1px;
            left: -1px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 30px 0 30px 30px;
            border-color: transparent transparent transparent #f5f5f5; }
          .opc-progress-bar .opc-progress-bar-item:last-child._active:before {
            border-left-color: #FFF; }
          .opc-progress-bar .opc-progress-bar-item:last-child._active:after {
            border-left-color: #f5f5f5; } }
      .opc-progress-bar .opc-progress-bar-item:last-child span:before {
        content: '02'; }
    .opc-progress-bar .opc-progress-bar-item._active {
      background: #FFF;
      border-color: #f5f5f5; }
    .opc-progress-bar .opc-progress-bar-item._complete {
      cursor: pointer; }

.opc-estimated-wrapper .action.showcart {
  display: none; }

.opc-sidebar .action-close {
  display: none; }

#opc-sidebar {
  padding: 10px; }
  @media (min-width: 1200px) {
    #opc-sidebar {
      padding: 30px; } }
  @media (min-width: 768px) {
    #opc-sidebar {
      border: 1px solid #f5f5f5; } }
  #opc-sidebar .opc-block-summary span.title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #333333;
    display: block;
    margin-bottom: 32px; }
  #opc-sidebar .items-in-cart {
    border-top: 1px solid #f5f5f5;
    padding-top: 16px; }
    #opc-sidebar .items-in-cart > .title:before {
      position: absolute;
      top: -4px;
      right: 0;
      width: 26px;
      height: 26px;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      padding: 6px 0;
      border: 1px solid #f5f5f5; }
    #opc-sidebar .items-in-cart > .title[aria-expanded="false"]:before {
      content: '\e926'; }
    #opc-sidebar .items-in-cart > .title span:first-child {
      color: #8bc42a; }
    #opc-sidebar .items-in-cart .minicart-items .product-item {
      margin-bottom: 16px; }
    #opc-sidebar .items-in-cart .minicart-items .product-item > .product {
      overflow: hidden; }
    #opc-sidebar .items-in-cart .minicart-items .product-image-container {
      margin-right: 8px;
      float: left; }
    #opc-sidebar .items-in-cart .minicart-items .product-item-name {
      font-size: 14px;
      line-height: 23px;
      color: #333333; }
    #opc-sidebar .items-in-cart .minicart-items .subtotal {
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      color: #333333;
      margin-bottom: 8px; }
    #opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"] {
      color: #8bc42a;
      margin-bottom: 4px; }
      #opc-sidebar .items-in-cart .minicart-items .product.options [data-role="title"]:before {
        font-size: 12px;
        padding-left: 8px;
        color: #333333; }
    #opc-sidebar .items-in-cart .minicart-items .product.options .content .subtitle {
      display: none; }
    #opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dt,
      #opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dd {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; }
      #opc-sidebar .items-in-cart .minicart-items .product.options .content .item-options dt {
        padding-right: 4px;
        font-weight: 400; }

.checkout-shipping-method {
  margin-top: 40px; }
  .checkout-shipping-method button.action.primary > span:after {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-left: 8px;
    vertical-align: middle; }

.opc-wrapper .shipping-address-item {
  padding: 16px;
  border: solid 1px transparent; }
  .opc-wrapper .shipping-address-item.selected-item {
    border: 1px solid #f5f5f5; }

.form-shipping-address .field.street label {
  display: none; }
.form-shipping-address .field.required.street div.mage-error {
  position: relative; }

.table-checkout-shipping-method {
  width: 100%;
  max-width: 500px;
  margin-bottom: 1rem; }
  .table-checkout-shipping-method th {
    font-weight: 700;
    color: #333333; }
  .table-checkout-shipping-method td:first-child {
    position: relative; }
    .table-checkout-shipping-method td:first-child input[type="radio"] {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .table-checkout-shipping-method td:first-child span.radio:before {
      display: inline-block;
      font-size: 16px;
      line-height: 1rem;
      width: 18px;
      height: 18px;
      font-family: "Nucleo Mini";
      font-style: normal;
      vertical-align: baseline;
      color: #8bc42a;
      text-align: center;
      padding-right: 3px; }
    .table-checkout-shipping-method td:first-child input[type="radio"] + span.radio:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0); }
    .table-checkout-shipping-method td:first-child input[type=radio]:checked + span.radio:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0); }
    .table-checkout-shipping-method td:first-child input[type=checkbox]:disabled:checked + span.radio:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      pointer-events: none;
      opacity: .6; }
  .table-checkout-shipping-method td > span {
    display: inline-block; }

.methods-shipping {
  margin-bottom: 16px; }

.opc-estimated-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px; }
  .opc-estimated-wrapper .estimated-block span {
    display: block;
    font-weight: 700; }
  @media (min-width: 768px) {
    .opc-estimated-wrapper {
      display: none; } }

.opc-block-summary table.table-totals {
  margin-bottom: 32px; }
  .opc-block-summary table.table-totals caption {
    display: none; }
  .opc-block-summary table.table-totals.table {
    font-weight: 700; }
    .opc-block-summary table.table-totals.table tbody tr:nth-child(odd) {
      background: transparent; }
    .opc-block-summary table.table-totals.table .totals.sub th:after,
    .opc-block-summary table.table-totals.table .grand.totals th:after {
      content: ':'; }
    .opc-block-summary table.table-totals.table .totals.shipping.excl th .label:after {
      content: ':'; }
    .opc-block-summary table.table-totals.table th {
      padding-left: 0;
      text-align: left;
      font-size: 18px;
      line-height: 24px;
      color: #8bc42a; }
      .opc-block-summary table.table-totals.table th .value {
        font-size: 12px;
        line-height: inherit;
        font-weight: 400;
        color: #333333;
        vertical-align: baseline;
        padding-left: 4px; }
        .opc-block-summary table.table-totals.table th .value:before {
          content: '('; }
        .opc-block-summary table.table-totals.table th .value:after {
          content: ')'; }
    .opc-block-summary table.table-totals.table td {
      border-left: none;
      text-align: right;
      padding-right: 0;
      font-size: 22px;
      line-height: 24px;
      color: #333333; }

.opc-block-shipping-information {
  border-top: 1px solid #f5f5f5;
  padding-top: 16px; }
  .opc-block-shipping-information .shipping-information-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .opc-block-shipping-information .shipping-information-content {
    padding: 12px; }
  .opc-block-shipping-information .action-edit {
    background: none;
    padding: 0; }
    .opc-block-shipping-information .action-edit span {
      display: none; }
    .opc-block-shipping-information .action-edit:hover {
      background: none;
      color: #333333; }
    .opc-block-shipping-information .action-edit:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      padding-right: 10px; }

@media (max-width: 768px) {
  .opc-block-summary .table-totals th {
    display: block;
    width: 100%;
    padding: 10px 0 0; }
  .opc-block-summary .table-totals td {
    padding: 0; }
    .opc-block-summary .table-totals td::before {
      display: none; } }
.checkout-container .authentication-wrapper {
  position: relative; }
  .checkout-container .authentication-wrapper button.action-auth-toggle {
    background-color: #8bc42a;
    color: #FFF;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 16px; }
    .checkout-container .authentication-wrapper button.action-auth-toggle:hover {
      background: #65c3e5;
      color: #FFF; }
    @media (min-width: 1200px) {
      .checkout-container .authentication-wrapper button.action-auth-toggle {
        padding: 12px 20px 11px; } }
    @media (min-width: 768px) {
      .checkout-container .authentication-wrapper button.action-auth-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 33.3333%;
        padding: 19px 33px;
        margin-bottom: 0; } }
  .checkout-container .authentication-wrapper .authentication-dropdown {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh; }
    @media (min-width: 768px) {
      .checkout-container .authentication-wrapper .authentication-dropdown {
        bottom: 0;
        top: 0;
        right: 0;
        left: auto;
        pointer-events: none;
        display: block;
        z-index: 1000;
        width: 33.3333%;
        position: absolute;
        overflow: visible;
        height: auto; }
        .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
          transform: translateY(-100vh); } }
    .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
      position: absolute;
      top: 0;
      right: 0;
      pointer-events: all;
      transform: translateX(100vw); }
      @media (min-width: 768px) {
        .checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
          transform: translateX(0);
          transform: translateY(-100vh); } }
  .checkout-container .authentication-wrapper .authentication-dropdown._show {
    visibility: visible; }
    .checkout-container .authentication-wrapper .authentication-dropdown._show .modal-inner-wrap {
      transform: translateX(0); }
      @media (min-width: 768px) {
        .checkout-container .authentication-wrapper .authentication-dropdown._show .modal-inner-wrap {
          transform: translateY(0); } }
  .checkout-container .authentication-wrapper .actions-toolbar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .checkout-container .authentication-wrapper .actions-toolbar .primary {
      margin-bottom: 5px; }

@media (min-width: 768px) {
  .authentication-wrapper .modal-custom-overlay {
    background: none; }

  .authentication-dropdown {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
    width: 33.3333%;
    right: 0;
    left: auto;
    position: absolute;
    overflow: visible; }
    .authentication-dropdown._show {
      pointer-events: auto;
      visibility: visible;
      background: rgba(255, 255, 255, 0.65); }
      .authentication-dropdown._show .modal-inner-wrap {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .authentication-dropdown .modal-inner-wrap {
      padding: 15px;
      background-color: #fff;
      box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
      opacity: 1; }
    .authentication-dropdown._show .modal-inner-wrap {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .authentication-dropdown .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      left: 0;
      margin: 10vh auto;
      position: absolute;
      right: 0;
      transform: translateY(-200%);
      transition: 0.3s ease;
      display: flex;
      flex-direction: column;
      width: 75%; }
    .authentication-dropdown .modal-inner-wrap {
      margin: 0;
      width: 100%; } }
.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #65c3e5; }
  .field-tooltip .field-tooltip-action:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }
  ._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
      display: block; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus:before {
      color: #8bc42a; }
  .field-tooltip .field-tooltip-content {
    background: #FFF;
    border: solid 1px #f5f5f5;
    padding: 4px;
    width: 270px;
    display: none;
    right: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    word-wrap: break-word;
    z-index: 2; }

#checkout-step-payment .legend {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #333333; }
#checkout-step-payment input[name="billing-address-same-as-shipping"] + label span:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: middle;
  color: #8bc42a;
  text-align: center;
  padding-right: 3px; }
#checkout-step-payment input[name="billing-address-same-as-shipping"]:checked + label span:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0); }
#checkout-step-payment input[name="billing-address-same-as-shipping"]:disabled:checked + label span:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6; }
#checkout-step-payment .payment-method {
  margin-bottom: 24px; }
  #checkout-step-payment .payment-method .payment-method-content {
    display: none; }
  #checkout-step-payment .payment-method._active .payment-method-content {
    display: block; }
  #checkout-step-payment .payment-method .field.required input.input-text {
    max-width: 350px; }
#checkout-step-payment .fieldset .actions-toolbar {
  padding-top: 0; }
#checkout-step-payment .discount-code .payment-option-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a;
  padding: 0 40px 0 0; }
  #checkout-step-payment .discount-code .payment-option-title:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0;
    border: 1px solid #f5f5f5; }
  #checkout-step-payment .discount-code .payment-option-title[aria-expanded="false"]:before {
    content: '\e926'; }
#checkout-step-payment .checkout-billing-address {
  padding-bottom: 12px; }
#checkout-step-payment .credit-card-types {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #checkout-step-payment .credit-card-types li + li {
    margin-left: 12px; }
  #checkout-step-payment .credit-card-types li img {
    transition: 0.3s ease; }
  #checkout-step-payment .credit-card-types li._inactive img {
    opacity: .75;
    filter: grayscale(80%); }
  #checkout-step-payment .credit-card-types li._active img {
    filter: grayscale(0); }
#checkout-step-payment .authorizenet_directpost {
  max-width: 400px; }
  #checkout-step-payment .authorizenet_directpost .field.date .group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #checkout-step-payment .authorizenet_directpost .field.date .group > div {
      margin-bottom: 0; }
    #checkout-step-payment .authorizenet_directpost .field.date .group .month {
      -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      padding-right: 16px; }
    #checkout-step-payment .authorizenet_directpost .field.date .group .year {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  #checkout-step-payment .authorizenet_directpost .field.cvv .control {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  #checkout-step-payment .authorizenet_directpost .field.cvv input {
    max-width: 6em;
    margin-right: 8px; }
  #checkout-step-payment .authorizenet_directpost .field.cvv .field-tooltip {
    position: static;
    right: auto;
    top: auto; }
    #checkout-step-payment .authorizenet_directpost .field.cvv .field-tooltip span span {
      display: none; }

body.sm-desktop #co-shipping-form select {
  box-sizing: border-box; }

#discount-form .control input {
  max-width: 250px; }

.page-print.sales-order-print #maincontent {
  margin-top: 3rem; }
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none; }

.form-create-account .fieldset,
.form-edit-account .fieldset,
.form-address-edit .fieldset,
.form-login .fieldset,
.block-addresses-list .fieldset,
.form-newsletter-manage .fieldset,
.downloadable-customer-products .fieldset,
.my-reviews-table__wrapper .fieldset,
.account-billing-agreements__wrapper .fieldset {
  margin-bottom: 16px; }
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar,
.form-login .actions-toolbar,
.block-addresses-list .actions-toolbar,
.form-newsletter-manage .actions-toolbar,
.downloadable-customer-products .actions-toolbar,
.my-reviews-table__wrapper .actions-toolbar,
.account-billing-agreements__wrapper .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .form-create-account .actions-toolbar,
    .form-edit-account .actions-toolbar,
    .form-address-edit .actions-toolbar,
    .form-login .actions-toolbar,
    .block-addresses-list .actions-toolbar,
    .form-newsletter-manage .actions-toolbar,
    .downloadable-customer-products .actions-toolbar,
    .my-reviews-table__wrapper .actions-toolbar,
    .account-billing-agreements__wrapper .actions-toolbar {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .form-create-account .actions-toolbar .primary + .secondary,
  .form-edit-account .actions-toolbar .primary + .secondary,
  .form-address-edit .actions-toolbar .primary + .secondary,
  .form-login .actions-toolbar .primary + .secondary,
  .block-addresses-list .actions-toolbar .primary + .secondary,
  .form-newsletter-manage .actions-toolbar .primary + .secondary,
  .downloadable-customer-products .actions-toolbar .primary + .secondary,
  .my-reviews-table__wrapper .actions-toolbar .primary + .secondary,
  .account-billing-agreements__wrapper .actions-toolbar .primary + .secondary {
    margin: 8px 0 0; }
    @media (min-width: 768px) {
      .form-create-account .actions-toolbar .primary + .secondary,
      .form-edit-account .actions-toolbar .primary + .secondary,
      .form-address-edit .actions-toolbar .primary + .secondary,
      .form-login .actions-toolbar .primary + .secondary,
      .block-addresses-list .actions-toolbar .primary + .secondary,
      .form-newsletter-manage .actions-toolbar .primary + .secondary,
      .downloadable-customer-products .actions-toolbar .primary + .secondary,
      .my-reviews-table__wrapper .actions-toolbar .primary + .secondary,
      .account-billing-agreements__wrapper .actions-toolbar .primary + .secondary {
        margin: 0 8px 0 0; } }
  .form-create-account .actions-toolbar .action,
  .form-edit-account .actions-toolbar .action,
  .form-address-edit .actions-toolbar .action,
  .form-login .actions-toolbar .action,
  .block-addresses-list .actions-toolbar .action,
  .form-newsletter-manage .actions-toolbar .action,
  .downloadable-customer-products .actions-toolbar .action,
  .my-reviews-table__wrapper .actions-toolbar .action,
  .account-billing-agreements__wrapper .actions-toolbar .action {
    line-height: 25px;
    padding: 11px 20px 9px; }
    .form-create-account .actions-toolbar .action:before,
    .form-edit-account .actions-toolbar .action:before,
    .form-address-edit .actions-toolbar .action:before,
    .form-login .actions-toolbar .action:before,
    .block-addresses-list .actions-toolbar .action:before,
    .form-newsletter-manage .actions-toolbar .action:before,
    .downloadable-customer-products .actions-toolbar .action:before,
    .my-reviews-table__wrapper .actions-toolbar .action:before,
    .account-billing-agreements__wrapper .actions-toolbar .action:before {
      line-height: 18px;
      font-size: 16px;
      margin-top: 2px; }

.form-edit-account .fieldset .field.password div.mage-error,
.form-create-account .fieldset .field.password div.mage-error {
  top: calc(100% - 40px); }
.form-edit-account .fieldset .field #password-strength-meter-container,
.form-create-account .fieldset .field #password-strength-meter-container {
  font-size: 12px;
  line-height: 1;
  padding-top: 4px; }

.form-login .primary {
  margin-bottom: 4px; }

.block-new-customer a.create {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF; }
  .block-new-customer a.create:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .block-new-customer a.create {
      padding: 12px 20px 11px; } }
  .block-new-customer a.create:hover {
    background: #f2462e;
    color: #FFF; }

body.account .main .message.info.empty {
  color: #31708f;
  background-color: #d9edf7;
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  position: relative;
  font-size: 14px; }
body.account .block-title {
  position: relative; }
  body.account .block-title .action {
    position: absolute;
    right: 0;
    top: 0; }
body.account .box address {
  margin-bottom: 1rem; }

.sidebar .account-navigation {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .sidebar .account-navigation {
      margin-bottom: 68px; } }
  @media (min-width: 992px) {
    .sidebar .account-navigation .block-title {
      padding-bottom: 1.24em;
      border-bottom: 1px solid #f5f5f5;
      margin-bottom: 1.4em; } }
  .sidebar .account-navigation a {
    color: #8bc42a; }
    .sidebar .account-navigation a:hover {
      color: #010100; }
    @media (max-width: 991px) {
      .sidebar .account-navigation a {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600; } }
  @media (max-width: 991px) {
    .sidebar .account-navigation li {
      margin-top: 12px; } }
  .sidebar .account-navigation li.current strong {
    font-weight: 700;
    color: #8bc42a; }
    @media (max-width: 991px) {
      .sidebar .account-navigation li.current strong {
        font-size: 16px;
        line-height: 18px; } }

.block-dashboard-orders,
.block-dashboard-info,
.block-dashboard-addresses,
.block-reviews-dashboard,
.customer-account-edit .form-edit-account,
.block-addresses-default,
.block-addresses-list,
.custome-downloadable-products__wrapper,
.orders-history__wrapper,
.form-newsletter-manage,
.my-reviews-table__wrapper,
.account-billing-agreements__wrapper {
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .block-dashboard-orders,
    .block-dashboard-info,
    .block-dashboard-addresses,
    .block-reviews-dashboard,
    .customer-account-edit .form-edit-account,
    .block-addresses-default,
    .block-addresses-list,
    .custome-downloadable-products__wrapper,
    .orders-history__wrapper,
    .form-newsletter-manage,
    .my-reviews-table__wrapper,
    .account-billing-agreements__wrapper {
      padding: 32px 30px 40px;
      margin-bottom: 40px; } }
  .block-dashboard-orders .block-title,
  .block-dashboard-orders .legend,
  .block-dashboard-info .block-title,
  .block-dashboard-info .legend,
  .block-dashboard-addresses .block-title,
  .block-dashboard-addresses .legend,
  .block-reviews-dashboard .block-title,
  .block-reviews-dashboard .legend,
  .customer-account-edit .form-edit-account .block-title,
  .customer-account-edit .form-edit-account .legend,
  .block-addresses-default .block-title,
  .block-addresses-default .legend,
  .block-addresses-list .block-title,
  .block-addresses-list .legend,
  .custome-downloadable-products__wrapper .block-title,
  .custome-downloadable-products__wrapper .legend,
  .orders-history__wrapper .block-title,
  .orders-history__wrapper .legend,
  .form-newsletter-manage .block-title,
  .form-newsletter-manage .legend,
  .my-reviews-table__wrapper .block-title,
  .my-reviews-table__wrapper .legend,
  .account-billing-agreements__wrapper .block-title,
  .account-billing-agreements__wrapper .legend {
    color: #010100;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 29px; }
    .block-dashboard-orders .block-title > strong,
    .block-dashboard-orders .block-title > span,
    .block-dashboard-orders .legend > strong,
    .block-dashboard-orders .legend > span,
    .block-dashboard-info .block-title > strong,
    .block-dashboard-info .block-title > span,
    .block-dashboard-info .legend > strong,
    .block-dashboard-info .legend > span,
    .block-dashboard-addresses .block-title > strong,
    .block-dashboard-addresses .block-title > span,
    .block-dashboard-addresses .legend > strong,
    .block-dashboard-addresses .legend > span,
    .block-reviews-dashboard .block-title > strong,
    .block-reviews-dashboard .block-title > span,
    .block-reviews-dashboard .legend > strong,
    .block-reviews-dashboard .legend > span,
    .customer-account-edit .form-edit-account .block-title > strong,
    .customer-account-edit .form-edit-account .block-title > span,
    .customer-account-edit .form-edit-account .legend > strong,
    .customer-account-edit .form-edit-account .legend > span,
    .block-addresses-default .block-title > strong,
    .block-addresses-default .block-title > span,
    .block-addresses-default .legend > strong,
    .block-addresses-default .legend > span,
    .block-addresses-list .block-title > strong,
    .block-addresses-list .block-title > span,
    .block-addresses-list .legend > strong,
    .block-addresses-list .legend > span,
    .custome-downloadable-products__wrapper .block-title > strong,
    .custome-downloadable-products__wrapper .block-title > span,
    .custome-downloadable-products__wrapper .legend > strong,
    .custome-downloadable-products__wrapper .legend > span,
    .orders-history__wrapper .block-title > strong,
    .orders-history__wrapper .block-title > span,
    .orders-history__wrapper .legend > strong,
    .orders-history__wrapper .legend > span,
    .form-newsletter-manage .block-title > strong,
    .form-newsletter-manage .block-title > span,
    .form-newsletter-manage .legend > strong,
    .form-newsletter-manage .legend > span,
    .my-reviews-table__wrapper .block-title > strong,
    .my-reviews-table__wrapper .block-title > span,
    .my-reviews-table__wrapper .legend > strong,
    .my-reviews-table__wrapper .legend > span,
    .account-billing-agreements__wrapper .block-title > strong,
    .account-billing-agreements__wrapper .block-title > span,
    .account-billing-agreements__wrapper .legend > strong,
    .account-billing-agreements__wrapper .legend > span {
      font-weight: 700; }
    .block-dashboard-orders .block-title a.action,
    .block-dashboard-orders .legend a.action,
    .block-dashboard-info .block-title a.action,
    .block-dashboard-info .legend a.action,
    .block-dashboard-addresses .block-title a.action,
    .block-dashboard-addresses .legend a.action,
    .block-reviews-dashboard .block-title a.action,
    .block-reviews-dashboard .legend a.action,
    .customer-account-edit .form-edit-account .block-title a.action,
    .customer-account-edit .form-edit-account .legend a.action,
    .block-addresses-default .block-title a.action,
    .block-addresses-default .legend a.action,
    .block-addresses-list .block-title a.action,
    .block-addresses-list .legend a.action,
    .custome-downloadable-products__wrapper .block-title a.action,
    .custome-downloadable-products__wrapper .legend a.action,
    .orders-history__wrapper .block-title a.action,
    .orders-history__wrapper .legend a.action,
    .form-newsletter-manage .block-title a.action,
    .form-newsletter-manage .legend a.action,
    .my-reviews-table__wrapper .block-title a.action,
    .my-reviews-table__wrapper .legend a.action,
    .account-billing-agreements__wrapper .block-title a.action,
    .account-billing-agreements__wrapper .legend a.action {
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      top: 50%;
      margin-top: -7px;
      padding: 0; }
      .block-dashboard-orders .block-title a.action:before,
      .block-dashboard-orders .legend a.action:before,
      .block-dashboard-info .block-title a.action:before,
      .block-dashboard-info .legend a.action:before,
      .block-dashboard-addresses .block-title a.action:before,
      .block-dashboard-addresses .legend a.action:before,
      .block-reviews-dashboard .block-title a.action:before,
      .block-reviews-dashboard .legend a.action:before,
      .customer-account-edit .form-edit-account .block-title a.action:before,
      .customer-account-edit .form-edit-account .legend a.action:before,
      .block-addresses-default .block-title a.action:before,
      .block-addresses-default .legend a.action:before,
      .block-addresses-list .block-title a.action:before,
      .block-addresses-list .legend a.action:before,
      .custome-downloadable-products__wrapper .block-title a.action:before,
      .custome-downloadable-products__wrapper .legend a.action:before,
      .orders-history__wrapper .block-title a.action:before,
      .orders-history__wrapper .legend a.action:before,
      .form-newsletter-manage .block-title a.action:before,
      .form-newsletter-manage .legend a.action:before,
      .my-reviews-table__wrapper .block-title a.action:before,
      .my-reviews-table__wrapper .legend a.action:before,
      .account-billing-agreements__wrapper .block-title a.action:before,
      .account-billing-agreements__wrapper .legend a.action:before {
        content: '';
        display: none; }
      .block-dashboard-orders .block-title a.action span,
      .block-dashboard-orders .legend a.action span,
      .block-dashboard-info .block-title a.action span,
      .block-dashboard-info .legend a.action span,
      .block-dashboard-addresses .block-title a.action span,
      .block-dashboard-addresses .legend a.action span,
      .block-reviews-dashboard .block-title a.action span,
      .block-reviews-dashboard .legend a.action span,
      .customer-account-edit .form-edit-account .block-title a.action span,
      .customer-account-edit .form-edit-account .legend a.action span,
      .block-addresses-default .block-title a.action span,
      .block-addresses-default .legend a.action span,
      .block-addresses-list .block-title a.action span,
      .block-addresses-list .legend a.action span,
      .custome-downloadable-products__wrapper .block-title a.action span,
      .custome-downloadable-products__wrapper .legend a.action span,
      .orders-history__wrapper .block-title a.action span,
      .orders-history__wrapper .legend a.action span,
      .form-newsletter-manage .block-title a.action span,
      .form-newsletter-manage .legend a.action span,
      .my-reviews-table__wrapper .block-title a.action span,
      .my-reviews-table__wrapper .legend a.action span,
      .account-billing-agreements__wrapper .block-title a.action span,
      .account-billing-agreements__wrapper .legend a.action span {
        display: block; }
  .block-dashboard-orders .table-caption,
  .block-dashboard-info .table-caption,
  .block-dashboard-addresses .table-caption,
  .block-reviews-dashboard .table-caption,
  .customer-account-edit .form-edit-account .table-caption,
  .block-addresses-default .table-caption,
  .block-addresses-list .table-caption,
  .custome-downloadable-products__wrapper .table-caption,
  .orders-history__wrapper .table-caption,
  .form-newsletter-manage .table-caption,
  .my-reviews-table__wrapper .table-caption,
  .account-billing-agreements__wrapper .table-caption {
    display: none; }

@media (min-width: 992px) {
  .block-dashboard-info .row,
  .block-dashboard-addresses .row,
  .box-billing-address .row,
  .box-address-shipping .row {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .block-dashboard-info .row > div,
    .block-dashboard-addresses .row > div,
    .box-billing-address .row > div,
    .box-address-shipping .row > div {
      margin-bottom: 0; } }
.block-dashboard-info .box, .block-dashboard-info.box,
.block-dashboard-addresses .box,
.block-dashboard-addresses.box,
.box-billing-address .box,
.box-billing-address.box,
.box-address-shipping .box,
.box-address-shipping.box {
  background: #f5f5f5;
  padding: 20px 20px 10px 25px;
  margin-bottom: 20px;
  position: relative; }
  @media (min-width: 992px) {
    .block-dashboard-info .box, .block-dashboard-info.box,
    .block-dashboard-addresses .box,
    .block-dashboard-addresses.box,
    .box-billing-address .box,
    .box-billing-address.box,
    .box-address-shipping .box,
    .box-address-shipping.box {
      height: 100%; } }
.block-dashboard-info .box-title,
.block-dashboard-addresses .box-title,
.box-billing-address .box-title,
.box-address-shipping .box-title {
  font-size: 18px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 22px; }
.block-dashboard-info .box-content,
.block-dashboard-addresses .box-content,
.box-billing-address .box-content,
.box-address-shipping .box-content {
  line-height: 2; }
  .block-dashboard-info .box-content p,
  .block-dashboard-addresses .box-content p,
  .box-billing-address .box-content p,
  .box-address-shipping .box-content p {
    margin-bottom: 18px; }
.block-dashboard-info .box-actions .action.edit,
.block-dashboard-addresses .box-actions .action.edit,
.box-billing-address .box-actions .action.edit,
.box-address-shipping .box-actions .action.edit {
  position: absolute;
  top: 22px;
  right: 15px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  color: #b4b4b4; }
  .block-dashboard-info .box-actions .action.edit:hover,
  .block-dashboard-addresses .box-actions .action.edit:hover,
  .box-billing-address .box-actions .action.edit:hover,
  .box-address-shipping .box-actions .action.edit:hover {
    color: #8bc42a; }
.block-dashboard-info .box-actions a:not(.edit),
.block-dashboard-addresses .box-actions a:not(.edit),
.box-billing-address .box-actions a:not(.edit),
.box-address-shipping .box-actions a:not(.edit) {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF; }
  .block-dashboard-info .box-actions a:not(.edit):hover,
  .block-dashboard-addresses .box-actions a:not(.edit):hover,
  .box-billing-address .box-actions a:not(.edit):hover,
  .box-address-shipping .box-actions a:not(.edit):hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .block-dashboard-info .box-actions a:not(.edit),
    .block-dashboard-addresses .box-actions a:not(.edit),
    .box-billing-address .box-actions a:not(.edit),
    .box-address-shipping .box-actions a:not(.edit) {
      padding: 12px 20px 11px; } }
  .block-dashboard-info .box-actions a:not(.edit):hover,
  .block-dashboard-addresses .box-actions a:not(.edit):hover,
  .box-billing-address .box-actions a:not(.edit):hover,
  .box-address-shipping .box-actions a:not(.edit):hover {
    background: #f2462e;
    color: #FFF; }

.block-addresses-list .block-content {
  background: #f5f5f5;
  padding: 20px 20px 25px 25px;
  margin-bottom: 25px;
  position: relative; }
  @media (min-width: 992px) {
    .block-addresses-list .block-content {
      height: 100%; } }
  .block-addresses-list .block-content .action.edit,
  .block-addresses-list .block-content .action.delete {
    position: absolute;
    top: 22px;
    right: 15px;
    background-color: transparent;
    font-size: 14px;
    line-height: 1;
    color: #b4b4b4; }
    .block-addresses-list .block-content .action.edit:hover,
    .block-addresses-list .block-content .action.delete:hover {
      color: #8bc42a; }
  .block-addresses-list .block-content .action.delete {
    right: 35px; }

.block-reviews-dashboard .items li {
  padding: 9px 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .block-reviews-dashboard .items li:nth-child(odd) {
    background: #292929; }

@media (min-width: 1400px) {
  .block-dashboard-orders .table-order-items td, .block-dashboard-orders .table-order-items th {
    padding: 9px 20px; } }
@media (min-width: 992px) {
  .block-dashboard-orders .table-order-items td.actions .view {
    float: left; }
  .block-dashboard-orders .table-order-items td.actions .order {
    float: right; } }
.block-dashboard-orders .table-order-items td.actions a {
  font-weight: 700; }
  .block-dashboard-orders .table-order-items td.actions a.view {
    padding-right: 8px; }

.sales-order-history .actions-toolbar a.back {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  padding: 11px 15px; }
  .sales-order-history .actions-toolbar a.back:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .sales-order-history .actions-toolbar a.back {
      padding: 12px 20px 11px; } }
  .sales-order-history .actions-toolbar a.back:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-right: 8px; }
    @media (min-width: 1200px) {
      .sales-order-history .actions-toolbar a.back:before {
        font-size: 14px;
        line-height: 14px; } }
  .sales-order-history .actions-toolbar a.back span {
    display: inline-block;
    position: relative; }
    @media (min-width: 1200px) {
      .sales-order-history .actions-toolbar a.back span {
        line-height: 18px; } }

#add-recipient-button {
  margin-bottom: 1em; }

.popup-authentication .block-authentication {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (min-width: 992px) {
    .popup-authentication .block-authentication {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
@media (min-width: 992px) {
  .popup-authentication .block {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
.popup-authentication .block:first-child {
  padding: 0 0 32px 0; }
  @media (min-width: 992px) {
    .popup-authentication .block:first-child {
      padding: 16px 32px 16px 0; } }
.popup-authentication .block + .block {
  border-top: 1px solid #f5f5f5;
  padding: 32px 0; }
  @media (min-width: 992px) {
    .popup-authentication .block + .block {
      border-top: none;
      border-left: 1px solid #f5f5f5;
      padding: 16px 0 16px 32px; } }
.popup-authentication .block-new-customer .block-title {
  margin-bottom: 8px; }
.popup-authentication .block-new-customer .block-content ul {
  margin-bottom: 32px; }
.popup-authentication .block-new-customer .block-content li {
  list-style: disc inside; }
.popup-authentication .block-title {
  font-size: 18px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 22px; }
.popup-authentication .actions-toolbar .action-register {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF; }
  .popup-authentication .actions-toolbar .action-register:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .popup-authentication .actions-toolbar .action-register {
      padding: 12px 20px 11px; } }
  .popup-authentication .actions-toolbar .action-register:hover {
    background: #f2462e;
    color: #FFF; }
.popup-authentication .actions-toolbar .action-login {
  background-color: #8bc42a;
  color: #FFF; }
  .popup-authentication .actions-toolbar .action-login:hover {
    background: #f2462e;
    color: #FFF; }

.custome-downloadable-products__wrapper .table-title {
  display: block;
  margin-bottom: 16px; }
.custome-downloadable-products__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .custome-downloadable-products__wrapper .pager .toolbar-amount,
  .custome-downloadable-products__wrapper .pager .limiter {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none; }
  .custome-downloadable-products__wrapper .pager .field {
    padding: 0; }
.custome-downloadable-products__wrapper .table-downloadable-products {
  margin-bottom: 26px; }
  .custome-downloadable-products__wrapper .table-downloadable-products caption {
    display: none; }
  .custome-downloadable-products__wrapper .table-downloadable-products .col.title a.download:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding: 0 4px 0 8px; }

.page-product-downloadable .product-options-wrapper {
  padding-top: 10px;
  border-top: 1px solid #f5f5f5; }
  @media (min-width: 768px) {
    .page-product-downloadable .product-options-wrapper {
      padding-top: 32px; } }
  .page-product-downloadable .product-options-wrapper .legend {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #8bc42a; }
  .page-product-downloadable .product-options-wrapper .fieldset > .field {
    margin-bottom: 0; }
.page-product-downloadable .product-options-bottom .price-box {
  font-size: 20px;
  line-height: 20px;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .page-product-downloadable .product-options-bottom .price-box {
      padding-bottom: 32px; } }
.page-product-downloadable .samples {
  padding-top: 10px;
  border-top: 1px solid #f5f5f5; }
  @media (min-width: 768px) {
    .page-product-downloadable .samples {
      padding-top: 32px; } }
  .page-product-downloadable .samples .samples-item-title {
    color: #333333;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px; }
  .page-product-downloadable .samples dd {
    font-style: normal;
    padding-left: 0; }

.page-product-grouped .table.grouped .table-caption {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 24px;
  text-align: left; }
.page-product-grouped .table.grouped th,
.page-product-grouped .table.grouped td {
  border-left: none; }
@media (min-width: 768px) {
  .page-product-grouped .table.grouped thead tr {
    border-bottom: 1px solid #f5f5f5; } }
.page-product-grouped .table.grouped thead th {
  border-top: none;
  border-bottom: none;
  color: #333333;
  font-weight: 700;
  padding-bottom: 16px; }
  .page-product-grouped .table.grouped thead th:first-child {
    padding-left: 0; }
  .page-product-grouped .table.grouped thead th:last-child {
    padding-right: 32px;
    text-align: right; }
  .page-product-grouped .table.grouped thead th.qty:after {
    content: ':'; }
.page-product-grouped .table.grouped tbody tr {
  color: #333333; }
  @media (min-width: 768px) {
    .page-product-grouped .table.grouped tbody tr {
      border-bottom: 1px solid #f5f5f5; } }
  .page-product-grouped .table.grouped tbody tr .price-box {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0; }
.page-product-grouped .table.grouped tbody td {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .page-product-grouped .table.grouped tbody td {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .page-product-grouped .table.grouped tbody td:before {
    border-bottom: none; }
  .page-product-grouped .table.grouped tbody td > * {
    vertical-align: sub; }
.page-product-grouped .table.grouped tbody td.qty {
  width: 100px;
  padding-right: 0; }
  .page-product-grouped .table.grouped tbody td.qty input {
    text-align: center; }
.page-product-grouped .table.grouped tbody:last-child tr {
  border-bottom: none; }
.page-product-grouped .table.grouped tbody td:first-child {
  padding-left: 0; }

.sidebar .filter-wrapper .filter-subtitle {
  font-size: 18px;
  color: #8bc42a;
  margin-bottom: 16px; }

#layered-filter-block .modal-slide._show {
  background-color: transparent; }
  #layered-filter-block .modal-slide._show a,
  #layered-filter-block .modal-slide._show a > span {
    transition: color .3s ease; }

.filter-current--wrapper {
  margin-bottom: 32px;
  background: #f5f5f5;
  padding: 24px 30px;
  border-radius: 4px; }
  .filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"] {
    line-height: inherit;
    color: #010100;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 26px;
    position: relative;
    cursor: pointer;
    width: 100%; }
    .filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"]:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"]:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 26px;
      height: 26px;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      padding: 6px 0;
      border: 1px solid #f5f5f5; }
    .filter-current--wrapper [role="tablist"] .filter-current-subtitle[role="tab"][aria-expanded="false"]:before {
      content: '\e926'; }
  .filter-current--wrapper .filter-current .items {
    padding: 8px 0;
    display: none; }
  .filter-current--wrapper .filter-current.active .items {
    display: block; }
  .filter-current--wrapper .filter-current .item {
    padding: 4px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .filter-current--wrapper .filter-current .filter-label:after {
    content: ':'; }
  .filter-current--wrapper .filter-current .filter-value {
    padding-left: 4px; }
  .filter-current--wrapper .filter-current .remove {
    line-height: inherit;
    margin-left: auto;
    padding-right: 5px; }
    .filter-current--wrapper .filter-current .remove:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .filter-current--wrapper .filter-current .remove span {
      display: none; }

@media (min-width: 992px) {
  .filter-options[role="tablist"] {
    border: 1px solid #f5f5f5;
    border-radius: 2px; } }
.filter-options[role="tablist"] .filter-options-item {
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5; }
  .filter-options[role="tablist"] .filter-options-item:last-child {
    border-bottom: none; }
  @media (min-width: 992px) {
    .filter-options[role="tablist"] .filter-options-item {
      padding: 15px 25px; } }
.filter-options[role="tablist"] .filter-options-title[role="tab"] {
  line-height: inherit;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  padding-right: 26px;
  position: relative;
  cursor: pointer;
  width: 100%; }
  .filter-options[role="tablist"] .filter-options-title[role="tab"]:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .filter-options[role="tablist"] .filter-options-title[role="tab"]:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0;
    border: 1px solid #f5f5f5; }
  .filter-options[role="tablist"] .filter-options-title[role="tab"][aria-expanded="false"]:before {
    content: '\e926'; }
.filter-options[role="tablist"] .filter-options-content {
  padding: 12px 0 2px;
  margin-bottom: 0; }
  .filter-options[role="tablist"] .filter-options-content .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 0; }
    @media (max-width: 1199px) and (min-width: 992px) {
      .filter-options[role="tablist"] .filter-options-content .item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .filter-options[role="tablist"] .filter-options-content .item .count {
          padding-left: 0; } }
    .filter-options[role="tablist"] .filter-options-content .item a {
      text-transform: capitalize;
      color: #333333; }
      .filter-options[role="tablist"] .filter-options-content .item a:hover {
        color: #010100; }
  .filter-options[role="tablist"] .filter-options-content .count {
    color: #8bc42a;
    padding-left: 4px; }
  .filter-options[role="tablist"] .filter-options-content a:hover .count {
    color: #010100; }
.filter-options[role="tablist"] .price-slider .slider-fields a.action {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  margin-top: 8px; }
  .filter-options[role="tablist"] .price-slider .slider-fields a.action:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .filter-options[role="tablist"] .price-slider .slider-fields a.action {
      padding: 12px 20px 11px; } }

button.action.filter-toggle {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex-basis: calc(100% - 150px);
  -ms-flex-preferred-size: calc(100% - 150px);
  flex-basis: calc(100% - 150px);
  max-width: calc(100% - 150px);
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF;
  line-height: inherit;
  font-size: 14px;
  line-height: 16px;
  padding: 17px 10px;
  height: 50px;
  margin: 5px 16px 0 0;
  text-align: center;
  min-width: 80px;
  max-width: 300px; }
  button.action.filter-toggle:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    button.action.filter-toggle {
      padding: 12px 20px 11px; } }
  button.action.filter-toggle:hover {
    background: #f2462e;
    color: #FFF; }
  button.action.filter-toggle:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  @media (min-width: 992px) {
    button.action.filter-toggle {
      min-width: 150px;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }

.sm-dektop button.action.filter-toggle {
  display: none; }

.tollbar-bottom button.action.filter-toggle {
  display: none !important; }

.sidebar .price-slider .slider-fields .slider-input {
  margin-top: 8px; }
.sidebar .price-slider .slider-fields label {
  color: #333333;
  font-weight: 700;
  text-transform: capitalize; }
.sidebar .price-slider .ui-slider-handle {
  background: #8bc42a;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: -10px;
  margin-top: -5px;
  transition: none; }
  .sidebar .price-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FFF; }
.sidebar .price-slider .ui-slider-range {
  position: absolute;
  height: 100%;
  background: #8bc42a; }

.footer .block.newsletter {
  margin-bottom: 30px; }
  .footer .block.newsletter form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 1 auto; }
    @media (max-width: 1199px) {
      .footer .block.newsletter form {
        flex: 1 1 100%; } }
  .footer .block.newsletter h4 {
    font-size: 26px;
    margin-bottom: 5px; }
  .footer .block.newsletter .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    padding: 20px; }
    @media (min-width: 1800px) {
      .footer .block.newsletter .content {
        padding: 37px 40px 30px 38px; } }
    .footer .block.newsletter .content .label {
      font-size: 15px;
      margin: 0 0 8px;
      display: block; }
      @media (min-width: 1800px) {
        .footer .block.newsletter .content .label {
          font-size: 18px; } }
  .footer .block.newsletter .subscribe-text {
    margin-right: 20px; }
  .footer .block.newsletter .field {
    padding: 0;
    position: relative;
    -webkit-flex-basis: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px); }
    .footer .block.newsletter .field input {
      background: #FFF;
      border: 0;
      margin-bottom: 0;
      transition: margin-bottom 0.3s ease;
      padding: 13px 18px 12px 40px;
      color: #010100;
      line-height: 20px;
      font-weight: 100; }
    .footer .block.newsletter .field:before {
      content: "";
      display: inline-block;
      font-family: "fl-outicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      position: absolute;
      height: 20px;
      line-height: 20px;
      font-size: 20px;
      top: 50%;
      margin-top: -10px;
      left: 15px;
      color: #65c3e5; }
  .footer .block.newsletter .actions {
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
    font-weight: 700;
    line-height: 20px; }
    .footer .block.newsletter .actions .action {
      background: #65c3e5;
      color: #FFF;
      padding: 14px 30px 11px; }
      .footer .block.newsletter .actions .action:hover {
        background: #8bc42a;
        color: #010100; }
  .footer .block.newsletter .field,
  .footer .block.newsletter .actions {
    margin-bottom: 8px; }
  .footer .block.newsletter #newsletter-error {
    position: absolute;
    left: 0;
    padding: 1px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    background: #FFF;
    margin-top: 1px;
    border-radius: 2px; }

.account-billing-agreements__wrapper .table-title {
  display: block;
  margin-bottom: 16px; }
.account-billing-agreements__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .account-billing-agreements__wrapper .pager .toolbar-amount,
  .account-billing-agreements__wrapper .pager .limiter {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none; }
  .account-billing-agreements__wrapper .pager .field {
    padding: 0; }
.account-billing-agreements__wrapper .table-billing-agreements {
  margin-bottom: 26px; }
.account-billing-agreements__wrapper .select2-container {
  max-width: 450px; }

/**
 *
 */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }
.fotorama-video-container .magnify-lens {
  display: none !important; }
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9997; }

.fotorama__arr.hidden-video {
  z-index: -1 !important; }

.fotorama__video-close {
  bottom: 89%;
  top: auto; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .rating-summary .label {
    margin-right: 1rem; }
  .rating-summary .rating-result__stars {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .rating-summary .rating-result__stars span[class^="rating-star__"] {
      color: #ffb503;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-size: 14px;
      line-height: 1;
      padding: 0 2px;
      position: relative; }
      .rating-summary .rating-result__stars span[class^="rating-star__"]:before, .rating-summary .rating-result__stars span[class^="rating-star__"]:after {
        font-family: "Material Icons";
        font-size: 14px;
        line-height: 1; }
      .rating-summary .rating-result__stars span[class^="rating-star__"]:before {
        content: '\e838';
        color: #b4b4b4; }
      .rating-summary .rating-result__stars span[class^="rating-star__"]:after {
        color: #ffb503;
        position: absolute;
        top: 0;
        left: 2px; }
      .rating-summary .rating-result__stars span[class^="rating-star__"].rating-star__full:after {
        content: '\e838'; }
      .rating-summary .rating-result__stars span[class^="rating-star__"].rating-star__half:after {
        content: '\e839'; }
  .rating-summary .rating-result__text {
    display: none; }

.items.review-items .rating-result__stars {
  padding-top: 3px; }

.review-list .block-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 32px; }
.review-list .review-title {
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 4px; }
.review-list .review-item {
  margin-bottom: 30px; }
.review-list .review-ratings {
  margin-bottom: 8px; }
.review-list .rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.review-list .rating-label {
  margin-right: 24px; }
.review-list .rating-result {
  display: inline-block; }
.review-list .review-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .review-list .review-details p + p {
    margin-left: 4px; }
  .review-list .review-details p > * {
    display: inline-block; }
  .review-list .review-details .review-author .review-details-value {
    text-transform: uppercase;
    font-weight: 700; }

.review-add .block-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 32px; }
.review-add .review-legend {
  padding: 12px 24px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 32px;
  width: 100%; }
  .review-add .review-legend span {
    font-weight: 700;
    margin-right: 4px;
    color: #333333; }
.review-add .field[class*=review-field]:not(.review-field-ratings):not(.review-field-rating) {
  margin-bottom: 8px; }
  .review-add .field[class*=review-field]:not(.review-field-ratings):not(.review-field-rating):last-child {
    margin-bottom: 24px; }
.review-add .review-field-text textarea {
  min-height: 100px; }
  @media (min-width: 768px) {
    .review-add .review-field-text textarea {
      min-height: 200px; } }

.review-field-ratings {
  margin-bottom: 4px; }
  .review-field-ratings:before, .review-field-ratings:after {
    display: table;
    content: "";
    line-height: 0; }
  .review-field-ratings:after {
    clear: both; }
  .review-field-ratings .review-field-rating .label {
    display: inline-block;
    width: 80px; }
  .review-field-ratings .field {
    padding: 0; }
  .review-field-ratings > .label {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin-right: 24px; }
  .review-field-ratings [id="Rating_rating_label"] {
    display: none; }

.control.review-control-vote {
  display: inline-block; }
  .control.review-control-vote label[class^='rating-'] {
    display: inline-block;
    cursor: pointer;
    margin-right: 0; }
    .control.review-control-vote label[class^='rating-'] .rating-star {
      color: #b4b4b4;
      display: inline-block;
      padding: 0 4px;
      line-height: inherit; }
      .control.review-control-vote label[class^='rating-'] .rating-star:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .control.review-control-vote label[class^='rating-'].fill .rating-star {
      color: #ffb503; }
  .control.review-control-vote .radio {
    display: none; }

.my-reviews-table__wrapper .table-title {
  display: block;
  margin-bottom: 16px; }
.my-reviews-table__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .my-reviews-table__wrapper .pager .toolbar-amount,
  .my-reviews-table__wrapper .pager .limiter {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none; }
  .my-reviews-table__wrapper .pager .field {
    padding: 0; }
.my-reviews-table__wrapper .table-wrapper.reviews {
  margin-bottom: 26px; }
  .my-reviews-table__wrapper .table-wrapper.reviews caption {
    display: none; }

.sales-order-print {
  text-align: center; }
  .sales-order-print .logo {
    display: inline-block;
    margin-bottom: 32px; }
  .sales-order-print .columns {
    text-align: left; }
  .sales-order-print .page-title {
    margin-bottom: 16px; }
  .sales-order-print .order-status {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px; }
  .sales-order-print .order-date {
    display: inline-block;
    font-size: 16px;
    font-style: italic; }

.order-details-items table.table-order-items caption {
  display: none; }
@media (min-width: 768px) {
  .order-details-items table.table-order-items tbody:nth-child(odd) {
    background: #f5f5f5; } }
.order-details-items table.table-order-items tbody:first-child:last-child tr {
  background: transparent; }
.order-details-items table.table-order-items tbody > tr > td {
  vertical-align: middle; }
@media (max-width: 767px) {
  .order-details-items table.table-order-items td.name:before {
    background: #f5f5f5; } }
.order-details-items table.table-order-items .product-item-name {
  font-weight: 700; }
.order-details-items table.table-order-items .item-options {
  display: block; }
  .order-details-items table.table-order-items .item-options dt, .order-details-items table.table-order-items .item-options dd {
    display: inline;
    font-size: 12px; }
  .order-details-items table.table-order-items .item-options dt:after {
    content: ':'; }
  .order-details-items table.table-order-items .item-options dd {
    padding: 0 8px 0 4px; }
    .order-details-items table.table-order-items .item-options dd:after {
      content: ';'; }
.order-details-items table.table-order-items tfoot {
  border-top: 1px solid #f5f5f5;
  font-weight: 700; }
  @media (max-width: 767px) {
    .order-details-items table.table-order-items tfoot {
      background: #f5f5f5; } }
.order-details-items .block-order-details-view .block-content .box-title {
  margin-top: 8px;
  margin-bottom: 8px; }

.box-order-billing-address .box-title,
.box-order-billing-method .box-title {
  margin-top: 8px;
  margin-bottom: 8px; }

.order-links {
  font-size: 18px; }
  .order-links strong {
    font-weight: normal; }

.order-details-items .order-title {
  display: none; }

.block-order-details-view {
  padding: 20px 0 0;
  overflow: hidden; }
  .block-order-details-view .block-content .box {
    display: inline-block;
    min-width: 50%;
    float: left;
    padding-right: 15px;
    border-top: solid 1px #f5f5f5; }
    .block-order-details-view .block-content .box.box-order-billing-address {
      clear: both; }
    @media (max-width: 767px) {
      .block-order-details-view .block-content .box {
        min-width: 100%; } }

.orders-history__wrapper .table-title {
  display: block;
  margin-bottom: 16px; }
.orders-history__wrapper .pager {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .orders-history__wrapper .pager .toolbar-amount,
  .orders-history__wrapper .pager .limiter {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: none; }
  .orders-history__wrapper .pager .field {
    padding: 0; }
.orders-history__wrapper .table-order-items caption {
  display: none; }

#reorder-validate-detail strong.subtitle {
  display: none; }
#reorder-validate-detail .no-display {
  display: block; }
#reorder-validate-detail .actions-toolbar .primary {
  margin-bottom: 4px; }
#reorder-validate-detail .actions-toolbar .secondary a {
  font-weight: 700; }
#reorder-validate-detail .action.tocart {
  width: 100%;
  text-align: center;
  padding: 14px 33px; }
  @media (min-width: 480px) and (max-width: 991px) {
    #reorder-validate-detail .action.tocart {
      width: auto; } }

#cart-sidebar-reorder {
  margin-bottom: 8px; }
  #cart-sidebar-reorder .product-item {
    padding: 8px 0;
    line-height: 23px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    #cart-sidebar-reorder .product-item:first-child {
      padding-top: 0; }
  #cart-sidebar-reorder .field {
    padding: 0; }
  #cart-sidebar-reorder .item.choice label span {
    display: none; }
  #cart-sidebar-reorder .checkbox {
    margin: 0;
    vertical-align: middle; }
  #cart-sidebar-reorder .product-item-name {
    padding: 0 4px 0 12px;
    font-size: 14px;
    line-height: 18px; }
  #cart-sidebar-reorder .product-item-link {
    color: #010100; }
    #cart-sidebar-reorder .product-item-link:hover {
      color: #8bc42a; }

#cart-sidebar-reorder .control input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0; }
#cart-sidebar-reorder .control .label:before {
  display: inline-block;
  font-size: 16px;
  line-height: 1rem;
  width: 18px;
  height: 18px;
  font-style: normal;
  vertical-align: baseline;
  color: #8bc42a;
  text-align: center;
  padding-top: 2px; }
#cart-sidebar-reorder input[type=checkbox] + .label:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0); }
#cart-sidebar-reorder input[type=checkbox]:checked + .label:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0); }
#cart-sidebar-reorder input[type=checkbox]:disabled:checked + .label:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  pointer-events: none;
  opacity: .6; }

.block-search .block-title,
.block-search .nested {
  display: none; }

.sm-desktop .block-search .search-control_wrapper {
  display: block !important; }
  .sm-desktop .block-search .search-control_wrapper .ui-dialog-buttonpane {
    display: none; }
.sm-desktop .block-search #search_mini_form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .sm-desktop .block-search #search_mini_form .search .label {
    display: none; }
  .sm-desktop .block-search #search_mini_form .field {
    padding: 0; }
  .sm-desktop .block-search #search_mini_form .control {
    position: static;
    top: auto;
    right: auto;
    left: auto; }
  .sm-desktop .block-search #search_mini_form input {
    font-size: 14px;
    line-height: 17px;
    padding: 13px 20px 13px 40px;
    border-left: 1px solid #f5f5f5; }
    @media (min-width: 1200px) {
      .sm-desktop .block-search #search_mini_form input {
        min-width: 200px; } }
    @media (min-width: 1400px) {
      .sm-desktop .block-search #search_mini_form input {
        min-width: 200px; } }
  .sm-desktop .block-search #search_mini_form button[type="submit"] {
    line-height: inherit;
    font-size: 30px;
    font-weight: 700;
    height: 90px;
    line-height: 70px;
    padding: 10px 13px 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent;
    color: #65c3e5; }
    .sm-desktop .block-search #search_mini_form button[type="submit"]:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .sm-desktop .block-search #search_mini_form button[type="submit"] span {
      display: none; }
    .sm-desktop .block-search #search_mini_form button[type="submit"]:hover {
      background: transparent;
      color: #8bc42a; }

.sm-mobile .block-search #search_mini_form,
.sm-mobile .block-search #search_mini_form > .search {
  position: fixed;
  z-index: 51;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  padding: 0;
  margin: 0; }
.sm-mobile .block-search #search_mini_form .ui-dialog-buttonpane {
  display: none; }
.sm-mobile .block-search .search .label {
  display: block;
  position: fixed;
  z-index: 11;
  top: 0;
  right: 140px;
  font-family: "Nucleo Mini";
  width: 56px;
  height: 56px;
  background: transparent; }
  .sm-mobile .block-search .search .label > span {
    display: inline-block;
    position: relative;
    width: 56px;
    height: 56px;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    color: #FFF; }
    .sm-mobile .block-search .search .label > span:before, .sm-mobile .block-search .search .label > span:after {
      transition: .3s ease; }
    .sm-mobile .block-search .search .label > span:before, .sm-mobile .block-search .search .label > span:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .sm-mobile .block-search .search .label > span:before {
      content: "";
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .sm-mobile .block-search .search .label > span:after {
      content: "";
      transform: rotate(-90deg) scale(0);
      opacity: 0;
      visibility: hidden; }
  .sm-mobile .block-search .search .label.active > span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0); }
  .sm-mobile .block-search .search .label.active > span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }
  .sm-mobile .block-search .search .label span {
    text-indent: 200vw; }
    .sm-mobile .block-search .search .label span:before, .sm-mobile .block-search .search .label span:after {
      text-indent: 0; }
  .sm-mobile .block-search .search .label.active {
    right: 0;
    z-index: 99; }
    .sm-mobile .block-search .search .label.active span {
      color: #333333; }
    .sm-mobile .block-search .search .label.active:hover span {
      color: #8bc42a; }
.sm-mobile .block-search .field.search > .search-control_wrapper {
  position: fixed;
  z-index: 10;
  left: auto;
  top: 0;
  right: 112px;
  width: 0;
  height: 56px;
  transition: 0.3s ease; }
  .sm-mobile .block-search .field.search > .search-control_wrapper > .control {
    height: 100%; }
  .sm-mobile .block-search .field.search > .search-control_wrapper input {
    border-radius: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: #FFF;
    border: none;
    font-size: 12px;
    line-height: 14px;
    padding: 16px 0 16px 0; }
.sm-mobile .block-search #search_mini_form .search.active .search-control_wrapper {
  right: 0;
  left: 0;
  width: auto;
  z-index: 97; }
  .sm-mobile .block-search #search_mini_form .search.active .search-control_wrapper input {
    padding: 16px 112px 16px 16px; }
.sm-mobile .block-search form button[type="submit"] {
  line-height: inherit;
  background: transparent;
  color: #8bc42a;
  line-height: 56px;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 59;
  right: 56px;
  top: -56px;
  width: 56px;
  height: 56px;
  opacity: 0; }
  .sm-mobile .block-search form button[type="submit"]:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .sm-mobile .block-search form button[type="submit"]:before {
    font-size: 20px; }
  .sm-mobile .block-search form button[type="submit"] span {
    display: none; }
.sm-mobile .block-search .field.search.active + .actions button[type="submit"] {
  top: 0;
  opacity: 1;
  z-index: 99; }
  .sm-mobile .block-search .field.search.active + .actions button[type="submit"]:hover {
    color: #010100; }

/**
 * Copyright ┬⌐ 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.swatch-opt {
  padding: 20px 0; }

.swatch-attribute-label {
  font-weight: 700;
  position: relative; }
  .swatch-attribute-label.required {
    padding-right: 10px; }
  .swatch-attribute-label[data-required="1"]:after {
    content: '*';
    color: red;
    position: absolute;
    right: -11px;
    top: -2px;
    font-weight: bold;
    font-size: 1em; }

.swatch-attribute-selected-option {
  color: #999999;
  padding-left: 17px; }

[class*="swatch-opt"] .swatch-option {
  min-width: 40px;
  height: auto;
  margin: 0 0 10px 0;
  float: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease; }
  [class*="swatch-opt"] .swatch-option.text {
    background: #292929;
    border: 1px solid #f5f5f5;
    color: #333333;
    line-height: 20px;
    padding: 9px 5px;
    min-width: 40px;
    margin-right: 0; }
    [class*="swatch-opt"] .swatch-option.text.selected, [class*="swatch-opt"] .swatch-option.text:not(.disabled):hover {
      background: #FFF;
      outline: none; }
  [class*="swatch-opt"] .swatch-option.color {
    min-height: 40px;
    border: 0 solid #FFF; }
    [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"] {
      border: 1px solid #f5f5f5; }
      [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"].selected, [class*="swatch-opt"] .swatch-option.color[option-tooltip-value="#ffffff"]:not(.disabled):hover {
        border: 4px solid #f5f5f5;
        border-radius: 7px; }
    [class*="swatch-opt"] .swatch-option.color.selected, [class*="swatch-opt"] .swatch-option.color:not(.disabled):hover {
      border: 4px solid #FFF;
      outline: none;
      border-radius: 7px;
      background: #f5f5f5; }
  [class*="swatch-opt"] .swatch-option .disabled {
    cursor: default; }
    [class*="swatch-opt"] .swatch-option .disabled:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #292929;
      opacity: .5; }

body .swatch-option-tooltip {
  visibility: hidden;
  display: none; }
  @media (min-width: 992px) {
    body .swatch-option-tooltip {
      max-width: 140px;
      max-height: 100%;
      min-height: 20px;
      min-width: 40px;
      position: absolute;
      padding: 5px;
      background: #fff;
      color: #949494;
      border: 1px solid #adadad;
      display: none;
      visibility: visible;
      z-index: 999;
      text-align: center; } }

body .swatch-option-tooltip .corner,
body .swatch-option-tooltip-layered .corner {
  position: absolute;
  top: calc(100% - 1px);
  height: 8px; }
  body .swatch-option-tooltip .corner::after,
  body .swatch-option-tooltip-layered .corner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    font-size: 0; }
  body .swatch-option-tooltip .corner::before,
  body .swatch-option-tooltip-layered .corner::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #adadad transparent transparent transparent;
    font-size: 0; }

body .swatch-option-tooltip .image,
body .swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }

body .swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

/* Layered Features */
.swatch-attribute-options {
  margin-left: -3px; }
  .swatch-attribute-options .swatch-option-link-layered,
  .swatch-attribute-options .swatch-option {
    position: relative;
    margin-left: 3px; }

body .swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

body .swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

body .swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

body .swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.products-grid .swatch-attribute-options {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url("../images/loader-2.gif"); }

* {
  margin: 0; }

html, body {
  height: 100%;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5; }

body {
  text-align: left;
  -webkit-text-size-adjust: none;
  color: #333333;
  background: #FFF; }
  body.sm-mobile {
    font-size: 12px;
    line-height: 18px; }

button.action {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px; }
  button.action:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    button.action {
      padding: 12px 20px 11px; } }
  button.action.primary {
    background-color: #8bc42a;
    color: #FFF; }
    button.action.primary:hover {
      background: #f2462e;
      color: #FFF; }
  button.action.tocart:before, button.action#bundle-slide:before {
    font-size: 20px;
    line-height: 20px;
    vertical-align: text-bottom;
    font-weight: normal;
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }

button.action-dismiss {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px; }
  button.action-dismiss:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    button.action-dismiss {
      padding: 12px 20px 11px; } }

button.action-accept {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF; }
  button.action-accept:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    button.action-accept {
      padding: 12px 20px 11px; } }
  button.action-accept:hover {
    background: #f2462e;
    color: #FFF; }

.actions-toolbar a.back {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  padding: 11px 15px; }
  .actions-toolbar a.back:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .actions-toolbar a.back {
      padding: 12px 20px 11px; } }
  .actions-toolbar a.back:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-right: 8px; }
    @media (min-width: 1200px) {
      .actions-toolbar a.back:before {
        font-size: 14px;
        line-height: 14px; } }
  .actions-toolbar a.back span {
    display: inline-block;
    position: relative; }
    @media (min-width: 1200px) {
      .actions-toolbar a.back span {
        line-height: 18px; } }
  @media (min-width: 1200px) {
    .actions-toolbar a.back {
      padding: 11px 15px; } }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(139, 196, 42, 0.8);
  -webkit-box-shadow: inset 0 0 15px rgba(139, 196, 42, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(139, 196, 42, 0.3); }

.towishlist,
.tocompare {
  position: relative; }
  .towishlist span,
  .tocompare span {
    display: none; }

.product-social-links .mailto {
  padding: 0 0.5rem;
  line-height: inherit; }
  .product-social-links .mailto:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.towishlist {
  line-height: inherit; }
  .towishlist:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .towishlist:before {
    font-family: "Material Icons"; }

.tocompare {
  line-height: inherit; }
  .tocompare:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .tocompare:before {
    font-family: "Material Icons"; }

.action.edit {
  line-height: inherit; }
  .action.edit:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .action.edit:before {
    font-family: "Linearicons"; }
  .action.edit > span {
    display: none; }

.action.delete {
  line-height: inherit; }
  .action.delete:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .action.delete:before {
    font-family: "Linearicons"; }
  .action.delete > span {
    display: none; }

.translate-edit-icon {
  width: auto; }

.page-wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ajax-loading .loading-mask,
.checkout-index-index .loading-mask,
.slider-pro-wrapper .loading-mask {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }
  .ajax-loading .loading-mask img,
  .ajax-loading .loading-mask p,
  .checkout-index-index .loading-mask img,
  .checkout-index-index .loading-mask p,
  .slider-pro-wrapper .loading-mask img,
  .slider-pro-wrapper .loading-mask p {
    display: none; }
  .ajax-loading .loading-mask .loader,
  .ajax-loading .loading-mask .loader:before,
  .ajax-loading .loading-mask .loader:after,
  .checkout-index-index .loading-mask .loader,
  .checkout-index-index .loading-mask .loader:before,
  .checkout-index-index .loading-mask .loader:after,
  .slider-pro-wrapper .loading-mask .loader,
  .slider-pro-wrapper .loading-mask .loader:before,
  .slider-pro-wrapper .loading-mask .loader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #333333;
    border-left-color: #8bc42a;
    border-radius: 100px; }
  .ajax-loading .loading-mask .loader,
  .checkout-index-index .loading-mask .loader,
  .slider-pro-wrapper .loading-mask .loader {
    border-width: 2px;
    margin: -32px 0 0 -32px;
    height: 64px;
    width: 64px;
    animation: loader-spinner 1150ms linear infinite; }
  .ajax-loading .loading-mask .loader:before,
  .checkout-index-index .loading-mask .loader:before,
  .slider-pro-wrapper .loading-mask .loader:before {
    content: "";
    margin: -28px 0 0 -28px;
    height: 56px;
    width: 56px;
    animation: loader-spinner 1150ms linear infinite; }
  .ajax-loading .loading-mask .loader:after,
  .checkout-index-index .loading-mask .loader:after,
  .slider-pro-wrapper .loading-mask .loader:after {
    content: "";
    margin: -36px 0 0 -36px;
    height: 72px;
    width: 72px;
    animation: loader-spinner 2300ms linear infinite; }

@keyframes loader-spinner {
  100% {
    transform: rotate(360deg); } }
.checkout-index-index .loading-mask {
  background: #FFF; }

.slider-pro-wrapper .loading-mask.for-slider {
  position: absolute; }

/*=====================================
/*
/*  Mega Menu switch off
/*
=====================================*/
.sm-header-nav-wrap.isStuck {
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important; }
  .sm-header-nav-wrap.isStuck nav.navigation li.level-top {
    height: auto; }

nav.navigation > ul:not(.ui-menu) {
  display: none; }

.sm-desktop nav.navigation {
  margin: 0 20px;
  height: 100%; }
  .sm-desktop nav.navigation > .ui-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 300px;
    max-width: 480px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    border-top: 1px solid #f5f5f5; }
    @media (min-width: 768px) {
      .sm-desktop nav.navigation > .ui-menu {
        max-width: 768px; } }
    @media (min-width: 992px) {
      .sm-desktop nav.navigation > .ui-menu {
        max-width: 992px; } }
    @media (min-width: 1200px) {
      .sm-desktop nav.navigation > .ui-menu {
        max-width: 1200px; } }
    @media (min-width: 1400px) {
      .sm-desktop nav.navigation > .ui-menu {
        max-width: 1400px; } }
    @media (min-width: 1800px) {
      .sm-desktop nav.navigation > .ui-menu {
        max-width: 1800px; } }
    @media (min-width: 1400px) {
      .sm-desktop nav.navigation > .ui-menu {
        border-right: 1px solid #f5f5f5;
        border-left: 1px solid #f5f5f5;
        border-top: 0; } }
  .sm-desktop nav.navigation li.level-top {
    height: 100%;
    min-height: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (min-width: 1400px) {
      .sm-desktop nav.navigation li.level-top {
        max-width: 100px;
        min-height: 90px; } }
    .sm-desktop nav.navigation li.level-top + .level-top {
      margin-left: 10px;
      border-left: 1px solid #f5f5f5; }
    .sm-desktop nav.navigation li.level-top > a {
      display: block;
      color: #010100;
      font-weight: 900;
      padding: 5px 15px 4px;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      position: relative; }
    .sm-desktop nav.navigation li.level-top:first-child > a {
      padding-left: 0; }
    .sm-desktop nav.navigation li.level-top.active > a,
    .sm-desktop nav.navigation li.level-top > .ui-state-active,
    .sm-desktop nav.navigation li.level-top > .ui-state-focus {
      color: #8bc42a; }
    .sm-desktop nav.navigation li.level-top .ui-state-active,
    .sm-desktop nav.navigation li.level-top .ui-state-focus {
      color: #8bc42a; }
    .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) {
      position: absolute;
      z-index: 999; }
      .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper),
      .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul {
        width: 215px;
        background: #FFF;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0;
        -webkit-box-shadow: 0 2px 24px rgba(41, 41, 41, 0.22);
        -moz-box-shadow: 0 2px 24px rgba(41, 41, 41, 0.22);
        box-shadow: 0 2px 24px rgba(41, 41, 41, 0.22);
        margin-top: 10px; }
        @media (min-width: 1200px) {
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper),
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul {
            padding: 15px 0; } }
        .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) li,
        .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li {
          display: block;
          width: 100%;
          padding: 0 30px; }
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) li + li,
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li + li {
            margin-top: 10px; }
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) li.parent > a:after,
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li.parent > a:after {
            content: "";
            display: inline-block;
            font-family: "Nucleo Mini";
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            transform: translate(0, 0);
            font-size: 8px;
            line-height: inherit;
            padding-left: 4px; }
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) li > a,
          .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li > a {
            padding: 5px 0;
            color: #333333; }
            .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) li > a:hover,
            .sm-desktop nav.navigation li.level-top > ul:not(.megamenu-wrapper) ul li > a:hover {
              color: #8bc42a; }
  .sm-desktop nav.navigation .level1 > ul:not(.megamenu-wrapper) {
    position: absolute !important;
    top: 0 !important;
    left: calc(100% + 1px) !important; }

.sm-desktop .page-header__panel {
  padding: 13px 0;
  background: #f5f5f5;
  color: #333333; }
  .sm-desktop .page-header__panel .container, .sm-desktop .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .sm-desktop .page-header__panel #maincontent {
    display: flex;
    justify-content: space-between; }
    .sm-desktop .page-header__panel .container .page-header__panel-left, .sm-desktop .page-header__panel .page-print.sales-order-print #maincontent .page-header__panel-left, .page-print.sales-order-print .sm-desktop .page-header__panel #maincontent .page-header__panel-left,
    .sm-desktop .page-header__panel .container .page-header__panel-right,
    .sm-desktop .page-header__panel .page-print.sales-order-print #maincontent .page-header__panel-right,
    .page-print.sales-order-print .sm-desktop .page-header__panel #maincontent .page-header__panel-right {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }

.sm-mobile .page-header__panel .welcome {
  display: none; }

.sm-desktop .page-header__content {
  position: relative; }
  .sm-desktop .page-header__content .container, .sm-desktop .page-header__content .page-print.sales-order-print #maincontent, .page-print.sales-order-print .sm-desktop .page-header__content #maincontent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px; }
    @media (max-width: 1399px) {
      .sm-desktop .page-header__content .container, .sm-desktop .page-header__content .page-print.sales-order-print #maincontent, .page-print.sales-order-print .sm-desktop .page-header__content #maincontent {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .sm-desktop .page-header__content .block-search {
    margin-left: auto; }
  .sm-desktop .page-header__content .logo {
    margin-right: 20px; }

.sm-mobile .page-header__content {
  padding: 32px 0;
  text-align: center; }

.header-switchers:before, .header-switchers:after {
  display: table;
  content: "";
  line-height: 0; }
.header-switchers:after {
  clear: both; }
.header-switchers .switcher {
  float: left; }
  .header-switchers .switcher + .switcher {
    margin-left: 24px; }

.switcher-label {
  display: none; }

.switcher-options {
  display: inline-block;
  perspective: 999px; }
  .switcher-options.active .switcher-dropdown {
    display: inline-block; }

.switcher-dropdown {
  display: none; }

.links li {
  display: inline-block; }

.page-top {
  margin-bottom: 2rem; }

.breadcrumbs {
  background: #f5f5f5;
  padding: 1rem 0; }
  .breadcrumbs .items .item {
    display: inline-block;
    font-size: 14px;
    margin-right: 1rem;
    padding-right: 1rem;
    position: relative; }
    .breadcrumbs .items .item:after {
      content: '|';
      position: absolute;
      right: -4px;
      top: 0;
      color: #f5f5f5; }
    .breadcrumbs .items .item:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs .items .item:last-child:after {
        display: none; }

.page-main {
  margin-top: 10px;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .page-main {
      margin-top: 11px;
      margin-bottom: 4px; } }
  .page-header + .page-main {
    border-top: 1px solid #f5f5f5;
    margin-top: 0;
    padding-top: 25px; }

.page-title-wrapper {
  margin-bottom: 16px; }
  @media (min-width: 768px) {
    .page-title-wrapper {
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .page-title-wrapper {
      margin-bottom: 32px; } }
  .page-title-wrapper .page-title {
    margin-bottom: 0; }

.columns > .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-layout-3columns .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-3columns .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
.page-layout-3columns .grid-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.page-layout-2columns-right .grid-main {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-right .grid-right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.page-layout-2columns-left .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-left .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media (max-width: 991px) {
  .page-layout-3columns .grid-left,
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-left,
  .page-layout-2columns-left .grid-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .page-layout-3columns .grid-left,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-left .grid-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px; }
  .page-layout-3columns .grid-right,
  .page-layout-2columns-right .grid-right,
  .page-layout-2columns-left .grid-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 30px; } }
.block-title {
  color: #000;
  font-size: 20px;
  margin-bottom: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600; }
  @media (min-width: 768px) {
    .block-title {
      font-size: 24px;
      margin-bottom: 28px; } }
  @media (min-width: 992px) {
    .block-title {
      font-size: 26px;
      margin-bottom: 40px; } }
  .block-title strong {
    width: 100%;
    display: inline-block; }
  .block-title .action {
    float: right;
    padding: 0;
    background: none;
    line-height: inherit; }
    .block-title .action.edit {
      padding: 5px; }
  .block-title .counter {
    width: 100%;
    font-size: .8rem;
    line-height: 1;
    margin-top: 0; }

.block-subtitle {
  display: block; }

.box {
  margin-bottom: 1rem; }

.box-title {
  margin-bottom: 16px;
  display: block; }

.page-footer {
  padding: 10px 0 0;
  line-height: 20px; }
  .page-footer .about-footer-text {
    margin-right: 11px; }
  .page-footer ul.social-links.position-footer {
    display: block;
    text-align: left; }
    .page-footer ul.social-links.position-footer li {
      display: inline-block;
      width: auto; }
    .page-footer ul.social-links.position-footer li + li {
      margin-left: 5px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .page-footer ul.social-links.position-footer li + li {
          margin-left: 2px; } }
    .page-footer ul.social-links.position-footer a {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-radius: 50px;
      color: #000;
      background: #f5f5f5;
      transition: .3s all ease; }
      .page-footer ul.social-links.position-footer a:hover, .page-footer ul.social-links.position-footer a:focus {
        background: #65c3e5;
        color: #FFF; }
      @media (min-width: 1200px) {
        .page-footer ul.social-links.position-footer a {
          width: 40px;
          height: 40px;
          line-height: 40px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .page-footer ul.social-links.position-footer a {
          width: 35px;
          height: 35px;
          line-height: 35px; }
          .page-footer ul.social-links.position-footer a > .icon {
            line-height: 35px !important; } }
  .page-footer * + .social-links {
    margin-top: 13px; }
  .page-footer > .footer {
    padding-bottom: 50px;
    border-bottom: 1px solid #eaeaea; }
    @media (min-width: 992px) {
      .page-footer > .footer .row > div {
        position: relative; }
        .page-footer > .footer .row > div:before {
          content: '';
          position: absolute;
          right: 15px;
          top: 0;
          bottom: 0;
          height: 100%;
          width: 1px;
          background: #f5f5f5; }
        .page-footer > .footer .row > div:last-child {
          border-right: none; }
          .page-footer > .footer .row > div:last-child:before {
            display: none; } }
    .page-footer > .footer .subscribe-box {
      margin-bottom: 55px; }
  .page-footer h4,
  .page-footer .newsletter .title {
    font-size: 16px;
    line-height: 24px;
    color: #010100;
    text-transform: uppercase;
    letter-spacing: .04em; }
  .page-footer h4 {
    margin-bottom: 13px; }
  .page-footer .newsletter .title {
    margin-bottom: 21px; }
  .page-footer .facebook .block-title {
    font-size: 16px; }
    @media (max-width: 991px) {
      .page-footer .facebook .block-title {
        font-size: 20px; } }
@media (max-width: 1199px) and (min-width: 992px) {
  .page-footer .footer-col {
    margin-bottom: 40px; } }

  @media (max-width: 1199px) {
    .page-footer .order-md-4 {
      order: 5; }
    .page-footer .order-md-5 {
      order: 4; } }
  .page-footer .copyright {
    font-size: 14px; }

.footer-panel {
  padding: 40px 0 20px;
  color: #010100; }
  .footer-panel .container, .footer-panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .footer-panel #maincontent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-panel .list-payment {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .footer-panel .list-payment li {
      margin: 0 5px;
      font-size: 30px;
      color: #bebebe; }

.footer-contact-info {
  font-size: 14px;
  color: #010100;
  letter-spacing: .04em; }
  .footer-contact-info li {
    margin-bottom: 30px; }
  .footer-contact-info .contact-info-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 20px; }
  .footer-contact-info span[class^="icon-"] {
    color: #8bc42a;
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 2px; }

.sm-desktop .footer-panel .social-links {
  margin-left: 4.2vw; }
  .sm-desktop .footer-panel .social-links:before, .sm-desktop .footer-panel .social-links:after {
    display: table;
    content: "";
    line-height: 0; }
  .sm-desktop .footer-panel .social-links:after {
    clear: both; }
  .sm-desktop .footer-panel .social-links li {
    float: left; }
  .sm-desktop .footer-panel .social-links li + li {
    margin-left: 10px; }

.sm-mobile .footer-panel .container, .sm-mobile .footer-panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .sm-mobile .footer-panel #maincontent {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.sm-mobile .footer-panel .logo,
.sm-mobile .footer-panel .social-links {
  margin-bottom: 12px; }

.footer-col .footer-col-content {
  display: block; }
.footer-col li {
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px; }
  .footer-col li a {
    color: #8bc42a; }
    .footer-col li a:hover {
      color: #f2462e; }
.footer-col [class*="store-info_"] {
  position: relative;
  padding-left: 24px;
  line-height: 14px;
  margin-bottom: 12px; }
  .footer-col [class*="store-info_"]:before {
    position: absolute;
    top: 50%;
    left: 0;
    color: #8bc42a;
    margin-top: -8px;
    font-size: 14px;
    line-height: 12px; }
.footer-col .store-info_address {
  line-height: inherit; }
  .footer-col .store-info_address:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .footer-col .store-info_address a {
    color: #333333; }
    .footer-col .store-info_address a:hover {
      color: #8bc42a; }
.footer-col .store-info_tel {
  line-height: inherit; }
  .footer-col .store-info_tel:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.footer-col .store-info_time {
  line-height: inherit; }
  .footer-col .store-info_time:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.footer-col .store-info_email {
  line-height: inherit; }
  .footer-col .store-info_email:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.sm-mobile .footer-col {
  padding: 16px 0; }
  .sm-mobile .footer-col h4 {
    line-height: inherit;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    padding-right: 26px;
    margin-bottom: 0; }
    .sm-mobile .footer-col h4:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .sm-mobile .footer-col h4:before {
      position: absolute;
      top: 50%;
      right: 0;
      width: 26px;
      height: 26px;
      margin-top: -13px;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
      line-height: 1;
      padding: 6px 0;
      border: 1px solid #010100; }
    .sm-mobile .footer-col h4.active:before {
      content: '\e929'; }
  .sm-mobile .footer-col .footer-col-content {
    display: none;
    margin-top: 24px; }

.scrollToTop {
  position: fixed;
  z-index: 999;
  bottom: 3vh;
  right: 3vw;
  height: 60px;
  width: 60px;
  display: none;
  cursor: pointer;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  transition: .3s;
  border: 0 solid transparent; }
  .scrollToTop:before {
    content: "";
    display: inline-block;
    font-family: "fl-outicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 30px;
    line-height: 1;
    text-indent: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #8bc42a;
    transition: 0.3s ease; }
  .scrollToTop:hover {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #8bc42a; }
    .scrollToTop:hover:before {
      color: #65c3e5; }

.sm-mobile .scrollToTop {
  right: 0;
  bottom: 0;
  background: #8bc42a;
  border-top-left-radius: 8px;
  transition: 0.3s ease; }
  .sm-mobile .scrollToTop:before {
    color: #FFF;
    transition: none; }
  .sm-mobile .scrollToTop:hover {
    background: #65c3e5; }

.no-display {
  display: none; }

.fotorama--fullscreen {
  z-index: 99999 !important; }

/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
.cms-page-view h1,
.cms-page-view heading-1 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h2,
.cms-page-view heading-2 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h3,
.cms-page-view heading-3 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h4,
.cms-page-view heading-4 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h5,
.cms-page-view heading-5 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h6,
.cms-page-view heading-6 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view .page-title,
.cms-page-view .section-title {
  margin-top: 2em; }

.custom-page table {
  margin-bottom: 4em; }
  @media (max-width: 767px) {
    .custom-page table.responsive thead {
      display: none; }
    .custom-page table.responsive tbody td {
      display: block;
      text-align: center;
      border-left: none; }
      .custom-page table.responsive tbody td:first-child {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        color: #010100;
        background: #292929;
        padding: 1em 1em .8em; }
        .custom-page table.responsive tbody td:first-child:before {
          display: none; }
    .custom-page table.responsive tbody td:before {
      content: attr(data-th);
      display: block;
      text-align: center;
      font-weight: 600; } }

.about-us-page img {
  margin-bottom: 35px; }
.about-us-page p {
  margin-bottom: 25px; }
.about-us-page ul {
  padding-top: 5px; }
  .about-us-page ul li {
    padding: 5px 0; }

.customer-service h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px; }
.customer-service h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 15px; }
.customer-service .customer-service__block {
  margin-bottom: 94px; }
.customer-service .table-block {
  margin-bottom: 65px; }
  .customer-service .table-block h3 {
    margin-bottom: 46px; }
  .customer-service .table-block table {
    width: 100%; }
  .customer-service .table-block thead {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
    .customer-service .table-block thead th {
      padding: 10px;
      border-left: 1px solid #f5f5f5;
      font-size: 16px;
      line-height: 1;
      vertical-align: middle; }
      .customer-service .table-block thead th:first-child {
        padding-left: 0;
        border-left: none; }
      @media (min-width: 992px) {
        .customer-service .table-block thead th {
          padding: 15px 10px 15px 35px; } }
  @media (min-width: 768px) {
    .customer-service .table-block tbody tr:first-child td {
      padding-top: 41px; } }
  @media (min-width: 768px) {
    .customer-service .table-block tbody tr:last-child td {
      padding-bottom: 30px; } }
  .customer-service .table-block tbody td {
    font-size: 12px;
    line-height: 1;
    padding: 7px; }
    @media (min-width: 768px) {
      .customer-service .table-block tbody td {
        border-left: 1px solid #f5f5f5; }
        .customer-service .table-block tbody td:first-child {
          padding-left: 0;
          border-left: none; } }
    @media (min-width: 992px) {
      .customer-service .table-block tbody td {
        padding: 11px 10px 11px 35px; } }
  @media (max-width: 767px) {
    .customer-service .table-block thead {
      display: none; }
    .customer-service .table-block tbody td {
      display: block;
      text-align: center; }
      .customer-service .table-block tbody td:first-child {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        background: #292929;
        margin-bottom: 1em;
        padding: 1em 1em .8em; }
        .customer-service .table-block tbody td:first-child:before {
          display: none; }
      .customer-service .table-block tbody td:last-child {
        margin-bottom: 1em; }
    .customer-service .table-block tbody td:before {
      content: attr(data-th);
      display: block;
      text-align: center;
      font-weight: 600; } }
.customer-service .list-block h3 {
  margin-bottom: 27px; }
.customer-service .list-block li {
  margin-bottom: 20px; }
.customer-service .list-block h4 {
  line-height: inherit; }
  .customer-service .list-block h4:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .customer-service .list-block h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px; }

.cms-customer-service .page-title-wrapper .page-title {
  margin-bottom: 86px; }

.change-message {
  color: #31708f;
  background-color: #d9edf7;
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  position: relative;
  font-size: 14px; }

.privacy-policy-page dd {
  font-style: normal;
  margin-bottom: 50px; }

.not-found-page .disc li,
.not-found-page dd {
  font-style: normal; }
.not-found-page .not-found-page_top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .not-found-page .not-found-page_top img {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px; }
  .not-found-page .not-found-page_top > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
  .not-found-page .not-found-page_top strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .not-found-page .not-found-page_top strong {
        font-size: 50px;
        line-height: 1; } }
    @media (min-width: 992px) {
      .not-found-page .not-found-page_top strong {
        font-size: 84px;
        line-height: 84px; } }
  .not-found-page .not-found-page_top span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .not-found-page .not-found-page_top span {
        font-size: 30px;
        line-height: 38px; } }
    @media (min-width: 992px) {
      .not-found-page .not-found-page_top span {
        font-size: 55px;
        line-height: 68px; } }
.not-found-page .not-found-page_bottom dt {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .not-found-page .not-found-page_bottom dt {
      font-size: 20px; } }
.not-found-page .not-found-page_bottom dd {
  text-align: center; }
  .not-found-page .not-found-page_bottom dd a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 27px;
    text-transform: uppercase;
    line-height: inherit;
    background-color: #8bc42a;
    color: #FFF; }
    .not-found-page .not-found-page_bottom dd a:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .not-found-page .not-found-page_bottom dd a:hover {
      background: #f2462e;
      color: #FFF; }
    .not-found-page .not-found-page_bottom dd a:before {
      padding-right: 5px;
      font-size: 22px;
      vertical-align: sub; }

.contact-index-index .fieldset {
  margin-bottom: 24px; }
.contact-index-index .legend {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a; }
.contact-index-index .field.note {
  margin-bottom: 8px; }

.search-term-popular ul.search-terms:before, .search-term-popular ul.search-terms:after {
  display: table;
  content: "";
  line-height: 0; }
.search-term-popular ul.search-terms:after {
  clear: both; }
.search-term-popular ul.search-terms li {
  float: left;
  margin-right: 15px;
  font-size: 24px; }

.search.advanced {
  max-width: 50%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .search.advanced {
      max-width: 75%; } }
  @media (min-width: 1200px) {
    .search.advanced {
      max-width: 50%; } }
  .search.advanced legend.legend {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #8bc42a; }
  .search.advanced .price .range.price {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .search.advanced .price .range.price > .field {
      -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      max-width: 48%; }
    .search.advanced .price .range.price .addafter {
      position: absolute;
      top: 0;
      left: calc(100% + 6px);
      line-height: 28px;
      margin-right: 0; }
      @media (max-width: 767px) {
        .search.advanced .price .range.price .addafter {
          left: auto;
          right: 0; } }
    .search.advanced .price .range.price .separator {
      line-height: 28px;
      padding: 7px 0;
      margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .search.advanced .price .range.price .addon {
        padding-right: 45px; } }
  .search.advanced .brand_id select {
    max-height: 100px; }
    .search.advanced .brand_id select option:first-child {
      display: none; }
  .search.advanced .actions-toolbar {
    margin-top: 24px; }

.search-terms ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-terms ul li {
    margin: 0 5px 5px 0;
    border: 1px solid #f5f5f5; }
  .search-terms ul a {
    padding: 5px;
    color: #333333; }
    .search-terms ul a:hover {
      background: #f5f5f5; }

.form-orders-search {
  max-width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .form-orders-search {
      max-width: 75%; } }
  @media (min-width: 1200px) {
    .form-orders-search {
      max-width: 50%; } }
  .form-orders-search .actions-toolbar {
    margin-top: 14px; }
    @media (min-width: 992px) {
      .form-orders-search .actions-toolbar {
        margin-top: 24px; } }
    .form-orders-search .actions-toolbar button {
      width: 100%; }
  .form-orders-search .select2-container {
    max-width: 100%;
    width: 100% !important; }

.sales-guest-form .fieldset {
  margin-top: 14px; }
  @media (min-width: 992px) {
    .sales-guest-form .fieldset {
      margin-top: 24px; } }
.sales-guest-form .admin__legend {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #8bc42a;
  margin-bottom: 12px; }
.sales-guest-form .field.note {
  margin-bottom: 8px; }

.shipping-delivery-page p {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .shipping-delivery-page p {
      margin-bottom: 30px; } }
.shipping-delivery-page .heading-3, .shipping-delivery-page .sidebar .collapsible-block .block-title, .sidebar .collapsible-block .shipping-delivery-page .block-title, .shipping-delivery-page .sidebar .collapsible-block .opener, .sidebar .collapsible-block .shipping-delivery-page .opener, .shipping-delivery-page .modal-popup .modal-title, .modal-popup .shipping-delivery-page .modal-title, .shipping-delivery-page .custome-downloadable-products__wrapper .table-title, .custome-downloadable-products__wrapper .shipping-delivery-page .table-title, .shipping-delivery-page .account-billing-agreements__wrapper .table-title, .account-billing-agreements__wrapper .shipping-delivery-page .table-title, .shipping-delivery-page .my-reviews-table__wrapper .table-title, .my-reviews-table__wrapper .shipping-delivery-page .table-title, .shipping-delivery-page .orders-history__wrapper .table-title, .orders-history__wrapper .shipping-delivery-page .table-title {
  text-transform: uppercase;
  color: #8bc42a;
  margin-bottom: 10px; }
.shipping-delivery-page ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.8em; }
  .shipping-delivery-page ul li:before {
    content: '.';
    font-size: 35px;
    line-height: inherit;
    color: #8bc42a;
    position: absolute;
    top: -8px;
    left: 0; }
  .shipping-delivery-page ul li:last-child {
    margin-bottom: 1.5em; }
.shipping-delivery-page .shipping-delivery-page__border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5; }
  @media (min-width: 992px) {
    .shipping-delivery-page .shipping-delivery-page__border {
      padding-bottom: 30px;
      margin-bottom: 40px; } }
  .shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3) {
    margin-bottom: 15px;
    display: block; }
.shipping-delivery-page .shipping-delivery-page_shipping-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_shipping-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.shipping-delivery-page .shipping-delivery-page_track-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_track-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.shipping-delivery-page .shipping-delivery-page_order-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_order-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.shipping-delivery-page .shipping-delivery-page_shipping-icon:before,
.shipping-delivery-page .shipping-delivery-page_track-icon:before,
.shipping-delivery-page .shipping-delivery-page_order-icon:before {
  font-size: 40px;
  color: #8bc42a;
  padding-right: 15px; }

.faq-page #faq-accordion .accordion-trigger {
  margin-bottom: 30px;
  padding-right: 30px;
  position: relative; }
  .faq-page #faq-accordion .accordion-trigger:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    background: #8bc42a;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer; }
  .faq-page #faq-accordion .accordion-trigger:after {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 17px;
    right: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }
  .faq-page #faq-accordion .accordion-trigger.open:after {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }
  @media (min-width: 768px) {
    .faq-page #faq-accordion .accordion-trigger {
      display: inline-block; } }
  .faq-page #faq-accordion .accordion-trigger span {
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    color: #8bc42a; }
.faq-page #faq-accordion .accordion-content {
  display: none; }
  .faq-page #faq-accordion .accordion-content p {
    padding-bottom: 50px;
    margin-bottom: 0; }
    .faq-page #faq-accordion .accordion-content p:before {
      content: 'a';
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      color: #8bc42a;
      background: #2d2d2d;
      text-align: center;
      padding: 15px 0;
      width: 50px;
      display: inline-block;
      margin: 5px 15px 15px 0;
      float: left; }

.support-page .text-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px; }
.support-page .boxes-block li a {
  transition: 0s; }
.support-page .boxes-block li div {
  background: transparent;
  border: 1px solid #8bc42a;
  margin-bottom: 30px;
  padding: 87px 10px;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .support-page .boxes-block li div:hover {
    background: #8bc42a; }
    .support-page .boxes-block li div:hover span,
    .support-page .boxes-block li div:hover span:before {
      color: #FFF; }
  @media (min-width: 1200px) {
    .support-page .boxes-block li div {
      margin-bottom: 50px; } }
  .support-page .boxes-block li div span {
    font-size: 20px;
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .support-page .boxes-block li div span:before {
      color: #8bc42a;
      font-size: 70px;
      line-height: 1; }
.support-page .boxes-block .support-page__archive-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__archive-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.support-page .boxes-block .support-page__bubbles-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__bubbles-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.support-page .boxes-block .support-page__bubble-question-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__bubble-question-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.support-page .boxes-block .support-page__envelope-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__envelope-icon:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.guarantee-page p {
  margin-bottom: 20px; }
.guarantee-page h3 {
  font-size: 35px;
  line-height: 1;
  color: #000;
  font-weight: 600; }
.guarantee-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #010100;
  line-height: inherit; }
  .guarantee-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .guarantee-page h4:before {
    font-size: 30px;
    line-height: inherit;
    color: #8bc42a;
    padding-right: 10px; }
.guarantee-page ul {
  padding: 10px 0 20px; }
  .guarantee-page ul li {
    margin-bottom: 15px; }
    .guarantee-page ul li:last-child {
      margin-bottom: 0; }
.guarantee-page .text-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 30px; }
  .guarantee-page .text-block:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.secure-payment-page h4 {
  color: #8bc42a;
  line-height: inherit; }
  .secure-payment-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .secure-payment-page h4:before {
    font-size: 1.5em;
    line-height: inherit;
    color: #8bc42a;
    padding-right: 10px;
    vertical-align: bottom; }
.secure-payment-page ul {
  padding: 15px 0 20px; }
  .secure-payment-page ul li {
    margin-bottom: 15px; }
    .secure-payment-page ul li:last-child {
      margin-bottom: 0; }
.secure-payment-page .secure-payment_icons ul:before, .secure-payment-page .secure-payment_icons ul:after {
  display: table;
  content: "";
  line-height: 0; }
.secure-payment-page .secure-payment_icons ul:after {
  clear: both; }
.secure-payment-page .secure-payment_icons ul li {
  float: left;
  margin-right: 28px; }
.secure-payment-page .secure-payment_icons ul a {
  font-size: 41px;
  line-height: 1;
  color: #8bc42a; }
  .secure-payment-page .secure-payment_icons ul a:hover {
    color: #010100; }

.terms-conditions-page p {
  margin-bottom: 28px; }
.terms-conditions-page ul h4 {
  color: #8bc42a;
  line-height: inherit; }
  .terms-conditions-page ul h4:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .terms-conditions-page ul h4:before {
    font-size: 1.5em;
    line-height: inherit;
    color: #8bc42a;
    padding-right: 10px;
    vertical-align: bottom; }

.cms-template-settings .page-title-wrapper .page-title {
  margin-bottom: 86px; }
.cms-template-settings.cms-page-view h3 {
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 2em; }
  .cms-template-settings.cms-page-view h3 em {
    font-weight: 400; }
.cms-template-settings .data-table {
  margin-bottom: 40px; }
  .cms-template-settings .data-table thead {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; }
    .cms-template-settings .data-table thead th {
      border-left: 1px solid #f5f5f5;
      background: transparent;
      padding: 5px 5px;
      text-transform: none; }
      .cms-template-settings .data-table thead th:first-child {
        padding-left: 0;
        border-left: none; }
      @media (min-width: 992px) {
        .cms-template-settings .data-table thead th {
          padding: 10px 20px; } }
  .cms-template-settings .data-table tbody tr:first-child td {
    padding-top: 15px; }
    @media (min-width: 992px) {
      .cms-template-settings .data-table tbody tr:first-child td {
        padding-top: 35px; } }
  .cms-template-settings .data-table tbody tr:last-child td {
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .cms-template-settings .data-table tbody tr:last-child td {
        padding-bottom: 30px; } }
  .cms-template-settings .data-table tbody td {
    padding: 5px 5px;
    border-left: 1px solid #f5f5f5; }
    .cms-template-settings .data-table tbody td:first-child {
      border-left: none;
      padding-left: 0; }
    @media (min-width: 992px) {
      .cms-template-settings .data-table tbody td {
        padding: 10px 20px; } }

.cms-about-us .page-title-wrapper .page-title {
  margin-top: 1em; }
.cms-about-us .section-title {
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #e8f6fb; }
.cms-about-us .custom-page .section-title:first-child {
  border-top: none; }
.cms-about-us .column.main .section-title {
  padding-top: 3.5em;
  border-top: 1px solid #e8f6fb; }
.cms-about-us span.heading-3, .cms-about-us .sidebar .collapsible-block span.block-title, .sidebar .collapsible-block .cms-about-us span.block-title, .cms-about-us .sidebar .collapsible-block span.opener, .sidebar .collapsible-block .cms-about-us span.opener, .cms-about-us .modal-popup span.modal-title, .modal-popup .cms-about-us span.modal-title, .cms-about-us .custome-downloadable-products__wrapper span.table-title, .custome-downloadable-products__wrapper .cms-about-us span.table-title, .cms-about-us .account-billing-agreements__wrapper span.table-title, .account-billing-agreements__wrapper .cms-about-us span.table-title, .cms-about-us .my-reviews-table__wrapper span.table-title, .my-reviews-table__wrapper .cms-about-us span.table-title, .cms-about-us .orders-history__wrapper span.table-title, .orders-history__wrapper .cms-about-us span.table-title, .cms-about-us span.heading-4, .cms-about-us .opc-block-shipping-information span.shipping-information-title, .opc-block-shipping-information .cms-about-us span.shipping-information-title, .cms-about-us span.block-subtitle, .cms-about-us span.box-title {
  display: inline-block; }

.skills {
  color: #8bc42a; }
  .skills .value {
    font-size: 56px;
    line-height: 1.519em;
    font-weight: 700; }
  .skills .term {
    font-size: 16px;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .cms-about-us .big-circle-icon {
    margin-top: 2rem; } }

@media (max-width: 767px) {
  .team > div[class*='col-'] {
    margin-bottom: 2rem; } }
.team > div[class*='col-'] img {
  margin-bottom: 1rem; }

.testimonials {
  padding-bottom: 2em; }
  .testimonials blockquote {
    padding: 10px 20px; }
    .testimonials blockquote cite {
      display: block;
      text-align: center;
      margin: 0 auto 0.5em;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      color: #8bc42a; }
    .testimonials blockquote q {
      display: block;
      padding: 0 5%; }
  .testimonials.owl-testimonials .owl-nav {
    position: static; }
  .testimonials.owl-testimonials .owl-controls {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -49px; }
  .testimonials.owl-testimonials .owl-prev,
  .testimonials.owl-testimonials .owl-next {
    padding: 8px 7px 0;
    height: 35px; }
    .testimonials.owl-testimonials .owl-prev:before,
    .testimonials.owl-testimonials .owl-next:before {
      font-size: 2.5em;
      color: #65c3e5;
      transition: .3s ease; }
    .testimonials.owl-testimonials .owl-prev:hover:before,
    .testimonials.owl-testimonials .owl-next:hover:before {
      color: #8bc42a; }
  .testimonials.owl-testimonials .owl-prev {
    line-height: inherit; }
    .testimonials.owl-testimonials .owl-prev:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .testimonials.owl-testimonials .owl-next {
    line-height: inherit; }
    .testimonials.owl-testimonials .owl-next:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }

.big-circle-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid #8bc42a;
  text-align: center; }
  .big-circle-icon:before {
    color: #8bc42a;
    font-size: 66px !important;
    line-height: 122px;
    width: 100%; }

.medium-icon {
  margin: 0 auto 1rem;
  text-align: center;
  width: 100%; }
  .medium-icon:before {
    font-size: 60px;
    line-height: 1em;
    color: #8bc42a; }

.small-icon {
  width: 100%; }
  .small-icon:before {
    font-size: 40px;
    line-height: inherit;
    color: #8bc42a; }

.extra-title-settings {
  font-weight: 500; }

.banner-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .banner-text:hover {
    box-shadow: inset 0 0 300px #fff;
    color: #FFF; }

.banner-title {
  font-size: 50px; }

.banner-button {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  padding: 13px 30px 11px; }
  .banner-button:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .banner-button {
      padding: 12px 20px 11px; } }
  @media (min-width: 1200px) {
    .banner-button {
      padding: 19px 50px 17px; } }

.banner-box {
  position: relative;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block; }
  @media (min-width: 992px) {
    .banner-box {
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .banner-box {
      margin-bottom: 20px; } }
  @media (min-width: 1800px) {
    .banner-box {
      margin-bottom: 30px; } }
  .banner-box .banner-img {
    line-height: 0; }
  .banner-box.banner-box-1 .banner-text-wrapper {
    margin-top: 50px;
    width: 100%; }
  .banner-box.banner-box-1 img.banner-img {
    max-width: 90%; }
  .banner-box.banner-box-1 .banner-pre-title {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .banner-box.banner-box-1 .banner-pre-title {
        font-size: 5.3vw; } }
    @media (min-width: 768px) {
      .banner-box.banner-box-1 .banner-pre-title {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .banner-box.banner-box-1 .banner-pre-title {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .banner-box.banner-box-1 .banner-pre-title {
        font-size: 34px; } }
    @media (min-width: 1400px) {
      .banner-box.banner-box-1 .banner-pre-title {
        font-size: 36px; } }
    @media (min-width: 1800px) {
      .banner-box.banner-box-1 .banner-pre-title {
        font-size: 40px; } }
  .banner-box.banner-box-2 .banner-text {
    transition: .3s; }
  .banner-box.banner-box-2 .banner-title {
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-bottom: 18px;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .banner-box.banner-box-2 .banner-title {
        font-size: 30px; } }
    @media (max-width: 479px) {
      .banner-box.banner-box-2 .banner-title {
        font-size: 6vw; } }
    @media (min-width: 992px) {
      .banner-box.banner-box-2 .banner-title {
        font-size: 35px; } }
    @media (min-width: 1200px) {
      .banner-box.banner-box-2 .banner-title {
        font-size: 40px; } }
    @media (min-width: 1400px) {
      .banner-box.banner-box-2 .banner-title {
        font-size: 50px; } }
  .banner-box.banner-box-3 .banner-title {
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.075em;
    margin-bottom: 6px; }
    @media (max-width: 479px) {
      .banner-box.banner-box-3 .banner-title {
        font-size: 6vw; } }
    @media (min-width: 1800px) {
      .banner-box.banner-box-3 .banner-title {
        font-size: 60px; } }
  .banner-box.banner-box-3 .banner-pre-title {
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 0.075em; }
    @media (max-width: 479px) {
      .banner-box.banner-box-3 .banner-pre-title {
        font-size: 6vw; } }
    @media (min-width: 1800px) {
      .banner-box.banner-box-3 .banner-pre-title {
        font-size: 50px; } }
  .banner-box.banner-box-3 .banner-text {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .banner-box.banner-box-3 .banner-text .banner-text-wrapper {
      margin-right: 75px; }
  .banner-box.banner-box-4 .banner-title {
    font-weight: 700;
    font-size: 75px;
    letter-spacing: 0.075em;
    margin-bottom: 4px; }
    @media (min-width: 1800px) {
      .banner-box.banner-box-4 .banner-title {
        font-size: 93px; } }
  .banner-box.banner-box-4 .banner-pre-title {
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 0.06em; }
    @media (min-width: 1800px) {
      .banner-box.banner-box-4 .banner-pre-title {
        font-size: 50px; } }
  .banner-box.banner-box-4 .banner-text {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .banner-box.banner-box-4 .banner-text .banner-text-wrapper {
      margin-right: 75px; }
  .banner-box.banner-box-5 .banner-text {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #010100; }
    .banner-box.banner-box-5 .banner-text .banner-title {
      font-size: 30px;
      font-weight: 300;
      letter-spacing: .05em;
      margin-bottom: 5px;
      line-height: 1.5; }
      .banner-box.banner-box-5 .banner-text .banner-title b {
        font-weight: 600; }
      @media (max-width: 479px) {
        .banner-box.banner-box-5 .banner-text .banner-title {
          font-size: 6.5vw; } }
      @media (min-width: 768px) {
        .banner-box.banner-box-5 .banner-text .banner-title {
          line-height: 55px; } }
      @media (min-width: 992px) {
        .banner-box.banner-box-5 .banner-text .banner-title {
          font-size: 24px;
          line-height: 29px; } }
      @media (min-width: 1200px) {
        .banner-box.banner-box-5 .banner-text .banner-title {
          font-size: 30px;
          line-height: 38px; } }
      @media (min-width: 1800px) {
        .banner-box.banner-box-5 .banner-text .banner-title {
          font-size: 40px;
          line-height: 1.4; } }
  .banner-box.banner-box-6 .banner-text {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 21px; }
    @media (min-width: 1200px) {
      .banner-box.banner-box-6 .banner-text {
        font-size: 25px; } }
    .banner-box.banner-box-6 .banner-text .banner-label-warapper {
      position: relative;
      padding: 30px;
      margin: 0 30px 30px 0; }
      @media (min-width: 1200px) {
        .banner-box.banner-box-6 .banner-text .banner-label-warapper {
          margin: 0 60px 90px 0; } }
      @media (max-width: 1799px) {
        .banner-box.banner-box-6 .banner-text .banner-label-warapper {
          transform: scale(0.75); } }
      .banner-box.banner-box-6 .banner-text .banner-label-warapper:before {
        content: '';
        position: absolute;
        width: 100%;
        padding-bottom: 100%;
        background: #d65644;
        top: -45px;
        left: 0;
        border-radius: 50%; }
      .banner-box.banner-box-6 .banner-text .banner-label-warapper span {
        display: block;
        position: relative;
        z-index: 9; }
  .banner-box.banner-box-6 .banner-label {
    margin-top: -10px;
    font-size: 120px;
    line-height: 1;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    z-index: 99;
    font-weight: 600; }
    @media (min-width: 1200px) {
      .banner-box.banner-box-6 .banner-label {
        font-size: 149px; } }
    .banner-box.banner-box-6 .banner-label i {
      float: right;
      text-align: left;
      font-size: 75px;
      letter-spacing: 0;
      margin-top: 9px;
      margin-left: 5px; }
      @media (min-width: 1200px) {
        .banner-box.banner-box-6 .banner-label i {
          font-size: 100px;
          margin-top: 6px; } }
      .banner-box.banner-box-6 .banner-label i b {
        display: block;
        font-size: 30px;
        margin-top: -9px; }
        @media (min-width: 1200px) {
          .banner-box.banner-box-6 .banner-label i b {
            font-size: 36px; } }

.banner-container-1 {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 20px; }

.featured-product {
  margin-bottom: 40px; }
  .featured-product + .featured-product {
    margin-top: 40px;
    padding-top: 75px;
    border-top: 4px solid #f5f5f5; }

.banner-container-1 a {
  display: block;
  line-height: 0;
  position: relative; }
  .banner-container-1 a:before, .banner-container-1 a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #FFF;
    opacity: .25;
    transition: .3s; }
  .banner-container-1 a:after {
    background: #8bc42a; }
  .banner-container-1 a:hover:before, .banner-container-1 a:hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .banner-container-1 a:hover:after {
    transition-delay: .15s; }

.col-md-hide {
  display: none; }
  @media (min-width: 1200px) {
    .col-md-hide {
      display: block; } }

.banner-container-2 {
  margin-top: 30px;
  margin-bottom: 50px; }
  .banner-container-2 .banner-wrapper {
    margin-bottom: 30px;
    text-align: center; }
    .banner-container-2 .banner-wrapper a {
      display: inline-block;
      line-height: 0;
      position: relative; }
      .banner-container-2 .banner-wrapper a > img {
        width: 100%; }
      .banner-container-2 .banner-wrapper a:before, .banner-container-2 .banner-wrapper a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: #FFF;
        opacity: .25;
        transition: .3s; }
      .banner-container-2 .banner-wrapper a:after {
        background: #8bc42a; }
      .banner-container-2 .banner-wrapper a:hover:before, .banner-container-2 .banner-wrapper a:hover:after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .banner-container-2 .banner-wrapper a:hover:after {
        transition-delay: .15s; }

@keyframes bann-swing {
  20% {
    transform: rotate3d(0, 0, 1, 7deg); }
  40% {
    transform: rotate3d(0, 0, 2, -5deg); }
  60% {
    transform: rotate3d(0, 0, 3, 3deg); }
  80% {
    transform: rotate3d(0, 0, 2, -2deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.brands-on-homepage {
  border-bottom: 3px solid #f5f5f5;
  padding-top: 15px;
  padding-bottom: 74px; }
  .brands-on-homepage .brand-logo {
    display: block;
    line-height: 0; }
    .brands-on-homepage .brand-logo:hover > img {
      transform-origin: center center;
      animation-name: rubberBand;
      animation-duration: 0.75s;
      opacity: .75;
      transition: .2s; }

.offsers-wrap {
  margin: 10px 0 17px; }

.box-offer {
  position: relative;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto; }
  .box-offer-inner {
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .box-offer .icon {
    display: inline-block;
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #65c3e5;
    margin-right: 18px;
    margin-top: -15px; }
  .box-offer .box-offer-title {
    margin-top: -4px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #000; }
    .box-offer .box-offer-title a {
      color: #000; }
      .box-offer .box-offer-title a:hover, .box-offer .box-offer-title a:focus {
        color: #8bc42a; }
  .box-offer .box-offer-desc {
    margin-top: 10px;
    line-height: 1.5; }
  @media (min-width: 768px) {
    .box-offer {
      max-width: 548px; } }
  @media (min-width: 992px) {
    .box-offer .box-offer-desc {
      margin-top: 19px; }
    .box-offer .box-offer-title {
      margin-top: 1px;
      font-size: 16px; }
      .box-offer .box-offer-title a {
        color: #000; } }
  @media (min-width: 1800px) {
    .box-offer .box-offer-title {
      font-size: 26px; } }

.tt-uppercase {
  text-transform: uppercase; }

.fl-left {
  float: left; }

.slider-title {
  white-space: normal; }

.add_header_info {
  width: 100%;
  text-align: left;
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 992px) {
    .add_header_info {
      margin-top: 0;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
@media (max-width: 1399px) and (min-width: 992px) {
  .add_header_info {
    display: none; } }

  .add_header_info .icon {
    display: inline-block;
    font-size: 12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #65c3e5;
    margin-right: 5px; }
    @media (min-width: 992px) {
      .add_header_info .icon {
        font-size: 14px; } }
  .add_header_info .wrap-text {
    font-size: 12px;
    letter-spacing: .04em;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px; }
    @media (min-width: 1200px) {
      .add_header_info .wrap-text {
        font-size: 14px; } }
    .add_header_info .wrap-text a {
      font-weight: 700;
      margin-right: 5px; }
      .add_header_info .wrap-text a:hover {
        color: #8bc42a; }
    .add_header_info .wrap-text p {
      margin: 0; }

.block-wishlist .wishlist-counter {
  margin-bottom: 16px; }
  .block-wishlist .wishlist-counter span {
    font-weight: 700;
    color: #8bc42a; }
.block-wishlist .subtitle {
  font-size: 1.15em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 24px;
  display: inline-block; }
.block-wishlist .product-item {
  display: block;
  margin-bottom: 30px; }
.block-wishlist .product-item-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1400px) {
    .block-wishlist .product-item-info {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
.block-wishlist .product-image-container {
  display: inline-block;
  max-width: 100%;
  background: #f5f5f5; }
.block-wishlist .product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
.block-wishlist .product-image-photo {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%; }
.block-wishlist .product-item-details {
  overflow: hidden;
  padding: 0 0 0 16px;
  position: relative;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
  @media (min-width: 1400px) {
    .block-wishlist .product-item-details {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none; } }
.block-wishlist .product-item-name {
  display: block;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 12px;
  padding-right: 24px; }
  .block-wishlist .product-item-name a {
    color: #333333; }
    .block-wishlist .product-item-name a:hover {
      color: #8bc42a; }
.block-wishlist .price-box {
  color: #65c3e5; }
  .block-wishlist .price-box .price-label {
    display: none; }
  .block-wishlist .price-box .special-price {
    color: #65c3e5; }
  .block-wishlist .price-box .old-price {
    text-decoration: line-through;
    color: #333333;
    line-height: inherit;
    font-size: 14px; }
    .block-wishlist .price-box .old-price span {
      vertical-align: baseline; }
.block-wishlist .price-as-configured .price-final_price {
  display: none; }
.block-wishlist .product-item-actions .tocart span {
  display: none; }
.block-wishlist .product-item-actions button.action {
  padding: 0;
  border-radius: 50px; }
  .block-wishlist .product-item-actions button.action:before {
    display: inline-block;
    width: 50px;
    font-size: 23px;
    line-height: 50px;
    vertical-align: baseline; }
.block-wishlist .empty {
  margin-top: 16px; }
.block-wishlist .actions-secondary {
  position: absolute;
  top: -2px;
  right: 0; }
  .block-wishlist .actions-secondary .btn-remove {
    font-size: 16px; }
.block-wishlist .actions-toolbar a.details {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 14px 33px; }
  .block-wishlist .actions-toolbar a.details:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .block-wishlist .actions-toolbar a.details {
      padding: 12px 20px 11px; } }
  @media (min-width: 480px) and (max-width: 991px) {
    .block-wishlist .actions-toolbar a.details {
      width: auto; } }

.products-grid.wishlist .product-item-name {
  display: block;
  margin-top: 7px;
  margin-bottom: 15px; }
.products-grid.wishlist .price-as-configured span[data-price-amount="0"] {
  display: none; }
.products-grid.wishlist .product-item-inner {
  text-align: left; }
.products-grid.wishlist .price-box {
  text-align: left; }
.products-grid.wishlist .product-item-tooltip .subtitle,
.products-grid.wishlist .product-item-tooltip .ui-dialog-buttonpane {
  display: none; }
.products-grid.wishlist .product-item-tooltip .toggle {
  cursor: pointer;
  color: #333333;
  font-weight: 700;
  margin-bottom: 8px; }
.products-grid.wishlist .product-item-tooltip dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-grid.wishlist .product-item-tooltip dl dt, .products-grid.wishlist .product-item-tooltip dl dd {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .products-grid.wishlist .product-item-tooltip dl dt {
    text-align: right;
    padding-right: 8px; }
  .products-grid.wishlist .product-item-tooltip dl dd {
    text-align: left;
    padding-left: 8px; }
.products-grid.wishlist .comment-box label {
  color: #010100;
  font-weight: 700;
  margin-bottom: 4px;
  display: inline-block; }
.products-grid.wishlist textarea {
  min-height: 105px; }
.products-grid.wishlist .box-tocart {
  margin-bottom: 10px; }
  .products-grid.wishlist .box-tocart .fieldset {
    width: 100%; }
    .products-grid.wishlist .box-tocart .fieldset .label {
      width: 100%;
      color: #333333;
      font-weight: 700;
      margin-bottom: 4px;
      display: inline-block; }
    .products-grid.wishlist .box-tocart .fieldset .wishlist_box-tocart__wrapper {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media (min-width: 1400px) {
        .products-grid.wishlist .box-tocart .fieldset .wishlist_box-tocart__wrapper {
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-align-items: stretch;
          -ms-flex-align: stretch;
          align-items: stretch;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row; } }
    .products-grid.wishlist .box-tocart .fieldset .field.qty {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none;
      padding: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .products-grid.wishlist .box-tocart .fieldset .field.qty {
          width: auto; } }
      @media (min-width: 1400px) {
        .products-grid.wishlist .box-tocart .fieldset .field.qty {
          -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
          max-width: 40%; } }
      .products-grid.wishlist .box-tocart .fieldset .field.qty .control,
      .products-grid.wishlist .box-tocart .fieldset .field.qty input {
        height: 100%;
        text-align: center; }
    .products-grid.wishlist .box-tocart .fieldset .product-item-actions {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-top: 12px; }
      @media (min-width: 1400px) {
        .products-grid.wishlist .box-tocart .fieldset .product-item-actions {
          -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
          max-width: 60%;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          margin-top: 0; } }
  .products-grid.wishlist .box-tocart .unavailable.stock {
    margin: 7px 3px 6px 8px; }
.products-grid.wishlist .product-item-actions {
  display: block;
  margin: 0;
  padding-top: 1px; }
  .products-grid.wishlist .product-item-actions .actions-primary {
    margin: 0; }
@media (max-width: 767px) {
  .products-grid.wishlist .product-item-inner {
    position: relative; }
    .products-grid.wishlist .product-item-inner > .product-item-actions {
      position: absolute;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .products-grid.wishlist .product-item-inner > .product-item-actions .action {
        background-color: transparent;
        font-size: 14px;
        line-height: 36px;
        color: #8bc42a;
        display: block;
        width: 36px;
        height: 36px;
        text-align: center; }
        .products-grid.wishlist .product-item-inner > .product-item-actions .action:hover {
          color: #65c3e5; }
        .products-grid.wishlist .product-item-inner > .product-item-actions .action + .action {
          margin-left: 8px; } }
.products-grid.wishlist a.action.edit, .products-grid.wishlist a.action.delete {
  font-size: 14px;
  line-height: 1;
  color: #b4b4b4; }
  .products-grid.wishlist a.action.edit:hover, .products-grid.wishlist a.action.delete:hover {
    color: #8bc42a; }
.products-grid.wishlist a.action + a.action {
  margin-left: 30px; }

.form-wishlist-items .actions-toolbar {
  margin-top: 10px;
  padding-top: 40px;
  border-top: 1px solid #f5f5f5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .form-wishlist-items .actions-toolbar {
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .form-wishlist-items .actions-toolbar .primary {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .form-wishlist-items .actions-toolbar .primary {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 0; } }
    .form-wishlist-items .actions-toolbar .primary .action {
      display: block; }
      .form-wishlist-items .actions-toolbar .primary .action + .action {
        margin-bottom: 10px;
        margin-left: 0; }
        @media (min-width: 768px) {
          .form-wishlist-items .actions-toolbar .primary .action + .action {
            margin-bottom: 0;
            margin-left: 10px; } }
  .form-wishlist-items .actions-toolbar .update {
    line-height: inherit; }
    .form-wishlist-items .actions-toolbar .update:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .form-wishlist-items .actions-toolbar .share {
    line-height: inherit; }
    .form-wishlist-items .actions-toolbar .share:before {
      content: "";
      display: inline-block;
      font-family: "Nucleo Mini";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .form-wishlist-items .actions-toolbar .tocart {
    background-color: #8bc42a;
    color: #FFF; }
    .form-wishlist-items .actions-toolbar .tocart:hover {
      background: #f2462e;
      color: #FFF; }

/*
*   TM_AjaxCatalog
*/
.swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 1024px) {
    .swatch-option-tooltip {
      visibility: visible; } }

.modals-wrapper .modal-popup.compare-popup._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden; }
.modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  max-height: 90vh;
  margin-top: 5vh;
  min-height: 600px;
  width: 90%; }
  @media (min-width: 768px) {
    .modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
      width: 75%; } }
.modals-wrapper .modal-popup.compare-popup._inner-scroll .modal-content {
  margin-right: -40px;
  padding-right: 40px; }
.modals-wrapper .modal-popup.compare-popup .modal-footer {
  display: block;
  min-height: 70px !important; }
  .modals-wrapper .modal-popup.compare-popup .modal-footer button {
    background-color: #8bc42a;
    color: #FFF;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 3px;
    background-color: #8bc42a;
    color: #FFF; }
    .modals-wrapper .modal-popup.compare-popup .modal-footer button:hover {
      background: #65c3e5;
      color: #FFF; }
    @media (min-width: 1200px) {
      .modals-wrapper .modal-popup.compare-popup .modal-footer button {
        padding: 12px 20px 11px; } }
    .modals-wrapper .modal-popup.compare-popup .modal-footer button:hover {
      background: #f2462e;
      color: #FFF; }
.modals-wrapper .modal-popup.compare-popup .table tr td {
  border-left: 1px solid #f5f5f5; }

/*
*   TM_AjaxCatalog
*/
.sm-desktop #search_mini_form {
  position: relative; }
  .sm-desktop #search_mini_form #search {
    padding-left: 20px;
    background-color: transparent;
    border-color: transparent;
    border-left-color: #f5f5f5;
    height: 90px; }

body.ajax-loading #search.input-text:focus {
  background-image: url(../images/loader-dark.gif);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px; }
  @media (min-width: 992px) {
    body.ajax-loading #search.input-text:focus {
      background-image: url(../images/45.gif); } }

#search_mini_form input[aria-haspopup="false"] + #search_autocomplete ul[role=listbox] {
  overflow: hidden; }
#search_mini_form .search-autocomplete {
  overflow: hidden;
  position: static;
  max-height: 350px;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25); }
  #search_mini_form .search-autocomplete:after {
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 1;
    width: 120%;
    height: 30px;
    display: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 72%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  #search_mini_form .search-autocomplete ul[role=listbox] {
    overflow-y: scroll;
    position: static;
    max-height: 350px;
    margin-right: -20px;
    z-index: 10;
    display: block; }
  #search_mini_form .search-autocomplete ul li.search-item {
    border-bottom: solid 1px #ccc;
    border-top: none;
    padding: 10px;
    padding-right: 30px; }
    #search_mini_form .search-autocomplete ul li.search-item .amount {
      position: static; }
    #search_mini_form .search-autocomplete ul li.search-item a {
      display: block;
      overflow: hidden;
      line-height: normal;
      text-decoration: none;
      margin: -10px;
      padding: 10px; }
      #search_mini_form .search-autocomplete ul li.search-item a .search-thumb {
        float: left;
        width: 50px;
        margin-right: 10px; }
      #search_mini_form .search-autocomplete ul li.search-item a .qs-option-name {
        font-size: 12px;
        display: block;
        margin-bottom: 5px; }
      #search_mini_form .search-autocomplete ul li.search-item a .price {
        display: block;
        color: #313131;
        font-size: 16px; }
    #search_mini_form .search-autocomplete ul li.search-item:hover {
      background: none;
      box-shadow: 0 0 15px 0 rgba(139, 196, 42, 0.15) inset; }
#search_mini_form [aria-haspopup="true"] + .search-autocomplete:after {
  display: block; }

.block-posts-list {
  clear: both;
  font-family: inherit; }
  .block-posts-list .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px; }
    .block-posts-list .post-items .post-item {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      list-style: none;
      padding: 0 15px;
      box-sizing: border-box; }
      @media (min-width: 992px) {
        .block-posts-list .post-items .post-item {
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%; } }
      @media (min-width: 992px) {
        .block-posts-list .post-items .post-item {
          -webkit-flex-basis: 33.3333%;
          -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
          max-width: 33.3333%; } }
      .block-posts-list .post-items .post-item .item-wrapper {
        padding-bottom: 43px; }
    .block-posts-list .post-items .post-image {
      margin-bottom: 21px; }
      .block-posts-list .post-items .post-image img {
        width: 100%;
        vertical-align: top; }
    .block-posts-list .post-items .post-title {
      margin-bottom: 6px; }
      .block-posts-list .post-items .post-title h3 {
        font-family: inherit;
        font-size: 22px;
        line-height: 34px;
        font-weight: 500;
        margin: 0; }
        .block-posts-list .post-items .post-title h3 a {
          color: #010100;
          text-decoration: none; }
          .block-posts-list .post-items .post-title h3 a:hover {
            color: #cdcd00; }
    .block-posts-list .post-items .post-short-content {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 26px; }
    .block-posts-list .post-items .post-link {
      color: #8bc42a;
      font-weight: 700;
      text-transform: none; }
      .block-posts-list .post-items .post-link:hover {
        color: #cdcd00; }
    .block-posts-list .post-items .post-data {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .block-posts-list .post-items .post-data .create-date a,
      .block-posts-list .post-items .post-data .post-author a,
      .block-posts-list .post-items .post-data .post-comments a {
        text-decoration: none; }
        .block-posts-list .post-items .post-data .create-date a:hover,
        .block-posts-list .post-items .post-data .post-author a:hover,
        .block-posts-list .post-items .post-data .post-comments a:hover {
          color: #010100; }
      .block-posts-list .post-items .post-data .create-date a span:before, .block-posts-list .post-items .post-data .create-date:before,
      .block-posts-list .post-items .post-data .post-author a span:before,
      .block-posts-list .post-items .post-data .post-author:before,
      .block-posts-list .post-items .post-data .post-comments a span:before,
      .block-posts-list .post-items .post-data .post-comments:before {
        font-size: 18px;
        padding-right: 4px;
        color: #010100;
        vertical-align: middle; }
      .block-posts-list .post-items .post-data .create-date {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-right: auto; }
        .block-posts-list .post-items .post-data .create-date time {
          display: inline-block; }
      .block-posts-list .post-items .post-data .post-author {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 700; }
      .block-posts-list .post-items .post-data .post-comments {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
        max-width: 50px;
        line-height: inherit;
        text-align: right; }
        .block-posts-list .post-items .post-data .post-comments:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
      @media (max-width: 1200px) {
        .block-posts-list .post-items .post-data {
          display: block;
          overflow: hidden; }
          .block-posts-list .post-items .post-data .create-date,
          .block-posts-list .post-items .post-data .post-author {
            display: block; }
          .block-posts-list .post-items .post-data .post-comments {
            float: right; } }
    @media (max-width: 768px) {
      .block-posts-list .post-items .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%; }
        .block-posts-list .post-items .post-item .item-wrapper {
          padding-bottom: 20px; } }
    @media (max-width: 350px) {
      .block-posts-list .post-items .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%; } }

.posts-list-wrapper {
  /*Toolbar
  **********************************************/ }
  .posts-list-wrapper .toolbar-top {
    margin-bottom: 30px; }
    .posts-list-wrapper .toolbar-top .toolbar {
      margin-bottom: 0;
      text-align: left; }
    .posts-list-wrapper .toolbar-top .sorter {
      float: left;
      margin-bottom: 5px; }
    .posts-list-wrapper .toolbar-top .limiter {
      display: block;
      margin-bottom: 5px;
      text-align: right; }
    .posts-list-wrapper .toolbar-top .pages {
      display: none; }
  .posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0; }
    .posts-list-wrapper .toolbar-bottom .toolbar .pages {
      text-align: left;
      margin: 0;
      display: block; }
      .posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
        position: relative; }
  .posts-list-wrapper .toolbar-bottom .sorter,
  .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden; }

.widget.blog-posts {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .widget.blog-posts .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px; }
    .widget.blog-posts .post-items .post-item {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%;
      list-style: none;
      padding: 0 15px;
      box-sizing: border-box; }
      .widget.blog-posts .post-items .post-item .item-wrapper {
        padding-bottom: 43px; }
    .widget.blog-posts .post-items .post-image {
      margin-bottom: 21px; }
      .widget.blog-posts .post-items .post-image img {
        width: 100%;
        vertical-align: top; }
    .widget.blog-posts .post-items .post-title {
      margin-bottom: 6px; }
      .widget.blog-posts .post-items .post-title h3 {
        font-family: inherit;
        font-size: 22px;
        line-height: 34px;
        font-weight: 700;
        margin: 0; }
        .widget.blog-posts .post-items .post-title h3 a {
          color: #010100;
          text-decoration: none; }
          .widget.blog-posts .post-items .post-title h3 a:hover {
            color: #8bc42a; }
    .widget.blog-posts .post-items .post-short-content {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 12px; }
    .widget.blog-posts .post-items .post-link {
      background-color: #8bc42a;
      color: #FFF;
      font-weight: 600;
      padding: 10px 15px;
      display: inline-block;
      backface-visibility: hidden;
      transform: translateZ(0);
      text-transform: uppercase;
      letter-spacing: 0.04em;
      font-size: 14px;
      border-radius: 3px; }
      .widget.blog-posts .post-items .post-link:hover {
        background: #65c3e5;
        color: #FFF; }
      @media (min-width: 1200px) {
        .widget.blog-posts .post-items .post-link {
          padding: 12px 20px 11px; } }
    .widget.blog-posts .post-items .post-data {
      padding: 11px 0 0;
      color: #333333;
      display: flex;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .widget.blog-posts .post-items .post-data .create-date a,
      .widget.blog-posts .post-items .post-data .post-author a,
      .widget.blog-posts .post-items .post-data .post-comments a {
        color: #333333;
        text-decoration: none; }
        .widget.blog-posts .post-items .post-data .create-date a:hover,
        .widget.blog-posts .post-items .post-data .post-author a:hover,
        .widget.blog-posts .post-items .post-data .post-comments a:hover {
          color: #8bc42a; }
      .widget.blog-posts .post-items .post-data .create-date a span:before, .widget.blog-posts .post-items .post-data .create-date:before,
      .widget.blog-posts .post-items .post-data .post-author a span:before,
      .widget.blog-posts .post-items .post-data .post-author:before,
      .widget.blog-posts .post-items .post-data .post-comments a span:before,
      .widget.blog-posts .post-items .post-data .post-comments:before {
        padding-right: 4px;
        color: #b4b4b4;
        vertical-align: middle; }
      .widget.blog-posts .post-items .post-data .post-author {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        font-weight: 700; }
      .widget.blog-posts .post-items .post-data .create-date {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 4px; }
        .widget.blog-posts .post-items .post-data .create-date time {
          display: inline-block; }
      .widget.blog-posts .post-items .post-data .post-comments {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto;
        line-height: inherit; }
        .widget.blog-posts .post-items .post-data .post-comments:before {
          content: "";
          display: inline-block;
          font-family: "Nucleo Mini";
          font-weight: 400;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0); }
      @media (max-width: 1200px) {
        .widget.blog-posts .post-items .post-data {
          display: block;
          overflow: hidden; }
          .widget.blog-posts .post-items .post-data .create-date,
          .widget.blog-posts .post-items .post-data .post-author {
            display: block; }
          .widget.blog-posts .post-items .post-data .post-comments {
            float: right; } }
    @media (max-width: 768px) {
      .widget.blog-posts .post-items .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%; }
        .widget.blog-posts .post-items .post-item .item-wrapper {
          padding-bottom: 20px; } }
    @media (max-width: 350px) {
      .widget.blog-posts .post-items .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%; } }

.post-page {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .post-page .post-text {
    margin-bottom: 25px; }
  .post-page .post-data {
    margin-bottom: 50px; }
    .post-page .post-data .create-date,
    .post-page .post-data .post-author,
    .post-page .post-data .post-comments {
      display: inline-block;
      margin-right: 20px; }
      .post-page .post-data .create-date span, .post-page .post-data .create-date a,
      .post-page .post-data .post-author span,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments span,
      .post-page .post-data .post-comments a {
        display: inline-block; }
      .post-page .post-data .create-date a,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments a {
        color: #333333;
        text-decoration: none; }
        .post-page .post-data .create-date a:hover,
        .post-page .post-data .post-author a:hover,
        .post-page .post-data .post-comments a:hover {
          color: #010100; }
      .post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before,
      .post-page .post-data .post-author a span:before,
      .post-page .post-data .post-author:before,
      .post-page .post-data .post-comments a span:before,
      .post-page .post-data .post-comments:before {
        font-size: 18px;
        line-height: 18px;
        padding-right: 4px;
        color: #010100;
        vertical-align: sub; }
    .post-page .post-data .create-date {
      margin-right: auto; }
    .post-page .post-data .create-date time {
      display: inline-block; }
    .post-page .post-data .post-author {
      font-weight: 700; }
    .post-page .post-data .post-comments {
      line-height: inherit; }
      .post-page .post-data .post-comments:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    @media (max-width: 480px) {
      .post-page .post-data {
        overflow: hidden; }
        .post-page .post-data .create-date,
        .post-page .post-data .post-author,
        .post-page .post-data .post-comments {
          display: block;
          margin-bottom: 3px; } }
    .post-page .post-data .social-sharing {
      margin-top: 0; }
  .post-page .post-relatedproducts .block.related {
    float: none; }
    .post-page .post-relatedproducts .block.related .owl-carousel .product-item {
      width: 100%; }
    .post-page .post-relatedproducts .block.related .product-item .product-item-info {
      width: 100%;
      padding: 0;
      margin: 0;
      box-shadow: none;
      border: none; }
    .post-page .post-relatedproducts .block.related .product-item .product-item-photo {
      display: block;
      text-align: center; }
    .post-page .post-relatedproducts .block.related .product-items:not(.owl-carousel) .product-item {
      width: 33.33%; }
  .post-page .block.related {
    padding-top: 16px; }
    .post-page .block.related .block-title {
      margin-bottom: 0;
      padding-top: 4px; }
    .post-page .block.related .owl-nav {
      top: -29px; }
  .post-page .products-grid.products-related {
    margin-top: 8px; }

.post-comments-block {
  margin-bottom: 68px; }
  .post-comments-block .post-comments-content {
    margin-bottom: 48px; }
  .post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px; }
  .post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #f5f5f5; }
    .post-comments-block .comment-info .post-data {
      float: right;
      margin: 0 0 0 5px;
      border: none;
      padding: 0; }
      .post-comments-block .comment-info .post-data .create-date {
        margin: 0; }
        .post-comments-block .comment-info .post-data .create-date time {
          display: inline-block; }
    .post-comments-block .comment-info .comment-author {
      margin-top: 0; }
  .post-comments-block .comment-add .subtitle {
    margin-bottom: 30px; }
  .post-comments-block .comment-add .fieldset {
    margin-bottom: 0; }
    .post-comments-block .comment-add .fieldset .field {
      margin-bottom: 28px; }

.block.related-posts .block-title {
  margin-bottom: 30px; }
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none; }
  .block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0; }
    .block.related-posts .related-post-list li h5.post-title {
      margin: 0;
      font-weight: normal; }
      .block.related-posts .related-post-list li h5.post-title a {
        display: block;
        text-decoration: none;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        font-size: 14px;
        line-height: 51px;
        color: #000000;
        border-top: solid 1px #e8e8e8; }
        .block.related-posts .related-post-list li h5.post-title a:hover {
          background: #e8e8e8;
          padding-left: 15px; }
  @media (min-width: 767px) {
    .block.related-posts .related-post-list {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -15px; }
      .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%; } }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px; } }
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px; }
  .block.related-posts .related-post-grid:not(.owl-carousel) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .block.related-posts .related-post-grid:not(.owl-carousel) .inner {
      width: 33.33333%; }
  .block.related-posts .related-post-grid .inner {
    padding: 0 15px; }
  .block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px; }
    .block.related-posts .related-post-grid .post-image img {
      vertical-align: top; }
  .block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: normal;
    line-height: normal; }
    .block.related-posts .related-post-grid h5.post-title a {
      font-size: 14px;
      color: #000000; }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px; } }

.block-blog-categories .block-content ul li,
.block-recent-posts .block-content ul li,
.block-recent-comments .block-content ul li {
  padding-bottom: 8px; }

.block-blog-categories .block-content #blog-show-all {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 14px 33px; }
  .block-blog-categories .block-content #blog-show-all:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .block-blog-categories .block-content #blog-show-all {
      padding: 12px 20px 11px; } }
  .block-blog-categories .block-content #blog-show-all:hover {
    background: #f2462e;
    color: #FFF; }
  @media (min-width: 480px) and (max-width: 991px) {
    .block-blog-categories .block-content #blog-show-all {
      width: auto; } }
  .block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
    display: none; }

.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 0;
  margin-bottom: 0; }
  .block-recent-comments .title-section strong {
    font-weight: 700;
    color: #333333;
    display: inline-block;
    width: 100%; }
    .block-recent-comments .title-section strong:before {
      font-size: 18px;
      line-height: 16px;
      vertical-align: middle; }

.posts-list-wrapper .toolbar-top .toolbar-posts {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .posts-list-wrapper .toolbar-top .toolbar-posts .limiter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .posts-list-wrapper .toolbar-top .toolbar-posts .limiter {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  .posts-list-wrapper .toolbar-top .toolbar-posts .sorter {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .posts-list-wrapper .toolbar-top .toolbar-posts .sorter {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    .posts-list-wrapper .toolbar-top .toolbar-posts .sorter .sorter-label {
      padding-right: 1rem; }
  .posts-list-wrapper .toolbar-top .toolbar-posts .control {
    text-align: center; }

.block-posts-list .post-items .post-title a {
  color: #333333;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700; }
  .block-posts-list .post-items .post-title a:hover {
    color: #8bc42a; }
.block-posts-list .post-items a.post-link {
  color: #333333;
  text-transform: capitalize; }
  .block-posts-list .post-items a.post-link:hover {
    color: #8bc42a; }
.block-posts-list .post-items .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block-posts-list .post-items .post-data time {
    display: inline-block; }
  .block-posts-list .post-items .post-data .post-comments a {
    color: #333333; }
    .block-posts-list .post-items .post-data .post-comments a:hover {
      color: #8bc42a; }

.post-page .post-text img {
  margin-bottom: 1rem; }
.post-page .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .post-page .post-data time {
    display: inline-block; }
  .post-page .post-data .post-comments a {
    color: #333333; }
    .post-page .post-data .post-comments a:hover {
      color: #8bc42a; }
.post-page .post-comments-block .post-comments-title {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #333333; }
.post-page .post-comments-block .comment-add .post-comments-title {
  font-size: 18px;
  line-height: 22px;
  color: #8bc42a; }
.post-page .post-comments-block .post-comment {
  background-color: transparent;
  border: 1px solid #f5f5f5;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .post-page .post-comments-block .post-comment {
      padding: 24px 30px; } }
.post-page .post-comments-block .comment-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: none; }
  .post-page .post-comments-block .comment-info div {
    float: none; }
  .post-page .post-comments-block .comment-info h3 {
    margin: 0 2em 0 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .post-page .post-comments-block .comment-info span {
    line-height: 2rem; }
  .post-page .post-comments-block .comment-info .post-data {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

/**
 * Copyright ┬⌐ 2016 TemplateMonster. All rights reserved.
 * See COPYING.txt for license details.
 */
.catalog-image-grid {
  margin-bottom: 20px;
  /************** Category **************/ }
  .catalog-image-grid ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .catalog-image-grid ul img {
      max-width: 100%; }
  .catalog-image-grid .category-grid,
  .catalog-image-grid .category-list {
    overflow: hidden;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
    /************** SubCategory **************/ }
    .catalog-image-grid .category-grid > li,
    .catalog-image-grid .category-list > li {
      padding: 0 8px;
      margin: 0 0 20px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .catalog-image-grid .category-grid > li,
        .catalog-image-grid .category-list > li {
          -moz-flex-basis: 33.333%;
          -ms-flex-basis: 33.333%;
          flex-basis: 33.333%; } }
      @media (max-width: 500px) {
        .catalog-image-grid .category-grid > li,
        .catalog-image-grid .category-list > li {
          -moz-flex-basis: 50%;
          -ms-flex-basis: 50%;
          flex-basis: 50%; } }
      @media (max-width: 350px) {
        .catalog-image-grid .category-grid > li,
        .catalog-image-grid .category-list > li {
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%; } }
      .catalog-image-grid .category-grid > li .grid-inner,
      .catalog-image-grid .category-list > li .grid-inner {
        box-sizing: border-box;
        text-align: center; }
    .catalog-image-grid .category-grid .category-link,
    .catalog-image-grid .category-list .category-link {
      display: inline-block;
      text-decoration: none;
      font-weight: 500;
      font-size: 24px;
      color: #000;
      text-align: center; }
      .catalog-image-grid .category-grid .category-link:hover,
      .catalog-image-grid .category-list .category-link:hover {
        color: #65c3e5; }
      @media (max-width: 767px) {
        .catalog-image-grid .category-grid .category-link,
        .catalog-image-grid .category-list .category-link {
          font-weight: 600;
          font-size: 16px; } }
      .catalog-image-grid .category-grid .category-link .category-name,
      .catalog-image-grid .category-list .category-link .category-name {
        display: inline-block;
        margin-bottom: 10px; }
      .catalog-image-grid .category-grid .category-link .category-image,
      .catalog-image-grid .category-list .category-link .category-image {
        display: block;
        margin-bottom: 10px; }
      .catalog-image-grid .category-grid .category-link .category-icon,
      .catalog-image-grid .category-list .category-link .category-icon {
        display: inline-block;
        font-style: normal; }
        .catalog-image-grid .category-grid .category-link .category-icon:before,
        .catalog-image-grid .category-list .category-link .category-icon:before {
          line-height: normal;
          margin-right: 5px; }
    .catalog-image-grid .category-grid .button-more,
    .catalog-image-grid .category-list .button-more {
      text-decoration: none;
      font-size: 16px;
      color: #8bc42a; }
      .catalog-image-grid .category-grid .button-more:hover,
      .catalog-image-grid .category-list .button-more:hover {
        color: #000; }
    .catalog-image-grid .category-grid .subcategory-grid,
    .catalog-image-grid .category-list .subcategory-grid {
      margin-bottom: 10px; }
      .catalog-image-grid .category-grid .subcategory-grid > li,
      .catalog-image-grid .category-list .subcategory-grid > li {
        padding: 0;
        margin: 0;
        line-height: 30px; }
      .catalog-image-grid .category-grid .subcategory-grid .subcategory-link,
      .catalog-image-grid .category-list .subcategory-grid .subcategory-link {
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        color: #333333; }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link:hover,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link:hover {
          color: #65c3e5; }
        @media (max-width: 767px) {
          .catalog-image-grid .category-grid .subcategory-grid .subcategory-link,
          .catalog-image-grid .category-list .subcategory-grid .subcategory-link {
            font-size: 14px; } }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-name,
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-name,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image {
          display: inline-block; }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image {
          vertical-align: middle;
          margin-right: 10px; }
          .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image img,
          .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image img {
            vertical-align: middle; }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .category-icon,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .category-icon {
          display: inline-block;
          font-style: normal; }
          .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .category-icon:before,
          .catalog-image-grid .category-list .subcategory-grid .subcategory-link .category-icon:before {
            line-height: normal;
            margin-right: 5px; }
  .catalog-image-grid .grid-wrapper {
    overflow: hidden; }
    .catalog-image-grid .grid-wrapper .category-image {
      float: left;
      width: 33%;
      margin-right: 20px; }
    .catalog-image-grid .grid-wrapper .subcategories {
      overflow: hidden;
      float: left; }

.timer-wrapper {
  border: none;
  background: #8bc42a;
  color: #FFF;
  border-radius: 4px;
  font-weight: 700;
  max-width: 300px;
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 22px;
  line-height: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/*
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/* Main Styles */
.block.widget.featured .products-grid .product-items .product-item-photo {
  display: block;
  text-align: center;
  line-height: 0; }
.block.widget.featured .block-content .products-grid .product-items {
  margin: 0 -15px; }
  .block.widget.featured .block-content .products-grid .product-items .product-item {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px; }
@media (max-width: 1399px) {
  .block.widget.featured.featured-product .block-content .products-grid .product-items .product-item {
    width: 33.333% !important;
    max-width: 33.333% !important; } }
@media (max-width: 767px) {
  .block.widget.featured.featured-product .block-content .products-grid .product-items .product-item {
    width: 50% !important;
    max-width: 50% !important; } }
@media (max-width: 479px) {
  .block.widget.featured.featured-product .block-content .products-grid .product-items .product-item {
    width: 100% !important;
    max-width: 100% !important; } }
.block.widget.featured.many-f-products .block-content .products-grid .product-items .product-item {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: none; }
  @media (max-width: 1799px) {
    .block.widget.featured.many-f-products .block-content .products-grid .product-items .product-item {
      width: 25% !important;
      max-width: 25% !important; } }
  @media (max-width: 1399px) {
    .block.widget.featured.many-f-products .block-content .products-grid .product-items .product-item {
      width: 25% !important;
      max-width: 25% !important; } }
  @media (max-width: 1199px) {
    .block.widget.featured.many-f-products .block-content .products-grid .product-items .product-item {
      width: 33.333% !important;
      max-width: 33.333% !important; } }
  @media (max-width: 767px) {
    .block.widget.featured.many-f-products .block-content .products-grid .product-items .product-item {
      width: 50% !important;
      max-width: 50% !important; } }
  @media (max-width: 479px) {
    .block.widget.featured.many-f-products .block-content .products-grid .product-items .product-item {
      width: 100% !important;
      max-width: 100% !important; } }

.block.featured {
  overflow: hidden; }
  .block.featured .block-content .products-grid.is-carousel {
    margin: 0 -15px; }
  .block.featured .block-content .products-grid .product-items.owl-carousel {
    margin: 0; }
    .block.featured .block-content .products-grid .product-items.owl-carousel .owl-wrapper-outer {
      padding: 10px 0 0; }
  .block.featured[role="tablist"] .block-title {
    display: inline-block;
    width: auto;
    margin-right: 15px; }
    .block.featured[role="tablist"] .block-title strong {
      margin-bottom: 0;
      cursor: pointer; }
    .block.featured[role="tablist"] .block-title:before {
      display: none; }
    .block.featured[role="tablist"] .block-title.active strong {
      color: #ccc; }
  .block.featured[role="tablist"] .block-content {
    float: right;
    margin-left: -100%;
    padding: 3rem 0 0;
    width: 100%; }
  @media (max-width: 767px) {
    .block.featured[role="tablist"] .block-title {
      display: block;
      width: 100%; }
    .block.featured[role="tablist"] .block-content {
      float: none;
      margin-left: 0; } }
  .block.featured [role="tablist"] {
    text-align: right; }
    .block.featured [role="tablist"] .category-title {
      display: inline-block;
      width: auto;
      padding: 0;
      margin: 0 0 20px; }
      .block.featured [role="tablist"] .category-title strong {
        margin-bottom: 0;
        padding-left: 15px;
        cursor: pointer;
        font-size: 18px;
        font-weight: normal; }
      .block.featured [role="tablist"] .category-title:before {
        display: none; }
      .block.featured [role="tablist"] .category-title.active strong {
        color: #ccc; }
    .block.featured [role="tablist"] .category-content {
      text-align: left;
      float: right;
      margin-left: -100%;
      padding: 70px 0 0;
      width: 100%; }
    @media (max-width: 767px) {
      .block.featured [role="tablist"] .category-title {
        display: block;
        width: 100%; }
      .block.featured [role="tablist"] .category-content {
        float: none;
        margin-left: 0;
        padding-top: 20px; } }

/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/* Main Styles */
.block.widget.featured:not(.sidebar-featured) .products-list .product-items .product-label {
  left: 10px;
  right: auto; }
.block.widget.featured:not(.sidebar-featured) .custom-columns .products-list .product-item {
  float: left; }
.block.widget .products-list .product-item-info {
  display: block; }
.block.widget .products-list .product-item {
  display: block; }
.block.widget .products-list .product-item-details {
  display: block; }

.block.featured .products-list .product-item-photo {
  float: left;
  width: 38%; }

/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/* Main Styles */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"], .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: inherit; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
    content: "";
    display: inline-block;
    font-family: "Nucleo Mini";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
    top: 0;
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding: 6px 0;
    border: 1px solid #dedede; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"][aria-expanded="false"]:before,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"][aria-expanded="false"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"][aria-expanded="false"]:before,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"][aria-expanded="false"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"][aria-expanded="false"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"][aria-expanded="false"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"][aria-expanded="false"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"][aria-expanded="false"]:before {
    content: '\e926'; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:hover,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:hover, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:hover,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:hover,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:hover,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:hover,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:hover,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:hover {
    color: #65c3e5; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
    line-height: 1.8rem; }
.sidebar .block.widget.featured[role="tablist"] .block-content, .sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 16px; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-items, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
    display: block; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
      max-width: 100%; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
      position: relative;
      float: none;
      width: 100%;
      text-align: center;
      margin-bottom: 12px; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
      margin: 0; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
    margin: 0; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none; }
.sidebar .block.widget.featured[role="tablist"] .owl-controls, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 15px 20px;
  text-align: center; }
  .sidebar .block.widget.featured[role="tablist"] .owl-controls .owl-pagination .owl-page, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls .owl-pagination .owl-page,
  .sidebar .block.widget.featured [role="tablist"] .owl-controls .owl-pagination .owl-page,
  .sidebar .block.widget.featured [role="tabpanel"] .owl-controls .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #292929; }
    .sidebar .block.widget.featured[role="tablist"] .owl-controls .owl-pagination .owl-page.active, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls .owl-pagination .owl-page.active,
    .sidebar .block.widget.featured [role="tablist"] .owl-controls .owl-pagination .owl-page.active,
    .sidebar .block.widget.featured [role="tabpanel"] .owl-controls .owl-pagination .owl-page.active {
      background: #8bc42a; }
.sidebar .block.widget.featured[role="tablist"] .category-title, .sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
  width: 100%;
  text-align: left; }
  .sidebar .block.widget.featured[role="tablist"] .category-title::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
  .sidebar .block.widget.featured [role="tablist"] .category-title::before,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px); }
  .sidebar .block.widget.featured[role="tablist"] .category-title.active::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
  .sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
    content: "\f106"; }
  .sidebar .block.widget.featured[role="tablist"] .category-title strong, .sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
  .sidebar .block.widget.featured [role="tablist"] .category-title strong,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
    padding: 0;
    font-size: 16px; }
.sidebar .block.widget.featured[role="tablist"] .category-content, .sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
  float: none;
  margin-left: 0;
  padding: 20px 0 0;
  text-align: left;
  width: 100%; }
.sidebar .block.widget.featured[role="tablist"] .block-content + .title[data-role="collapsible"] {
  padding-top: 8px;
  border-top: 1px solid #dedede; }
  .sidebar .block.widget.featured[role="tablist"] .block-content + .title[data-role="collapsible"]:before {
    top: 8px; }
.sidebar .block.widget.featured .owl-nav {
  top: -30px; }
.sidebar .block.widget.featured .products-list .product-items {
  padding-top: 20px; }
  .sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: block;
    margin-left: 0;
    margin-right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .sidebar .block.widget.featured .products-list .product-items .product-reviews-summary {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sidebar .block.widget.featured .products-list .product-items .product-reviews-summary .label {
      display: none; }
    .sidebar .block.widget.featured .products-list .product-items .product-reviews-summary .action.view {
      margin-right: 0;
      margin-left: 4px; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block;
    text-align: center; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-photo {
    position: relative;
    display: inline-block;
    padding: 0; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-actions {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary button.action {
      padding: 0;
      border-radius: 50px; }
      .sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary button.action:before {
        display: inline-block;
        width: 50px;
        font-size: 23px;
        line-height: 50px;
        vertical-align: baseline; }
      .sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary button.action span {
        display: none; }
    .sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-secondary {
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: none;
      margin-left: 8px; }
  .sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0; }
  .sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible; }
  .sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0;
    right: auto;
    top: -20px; }
.sidebar .block.widget.featured .not-found {
  padding: 0 0 25px;
  margin: -25px 0 0; }
.sidebar .sidebar-featured .collapsible-block {
  margin-top: 0px; }
.sidebar .sidebar-featured .block {
  margin-bottom: 0; }
  .sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px; }

/* Main Styles */
.block.widget.featured .product-item {
  position: relative;
  max-width: 100%; }
  .block.widget.featured .product-item .product-item-info {
    position: relative; }
  .block.widget.featured .product-item .product-label {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
    font-size: 12px;
    color: #ffffff;
    background-color: #83bed7;
    text-transform: uppercase;
    padding: 3px 10px;
    font-weight: 700; }
.block.widget.featured .not-found {
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .block.widget.featured .not-found {
      padding: 0 0 15px;
      margin: -30px 0 0; } }

.block.widget.featured .products-grid .owl-carousel .owl-item .product-item {
  width: 100%; }

.block.featured {
  float: none; }
  .block.featured .block-content .owl-carousel .owl-controls {
    position: absolute;
    top: -30px;
    right: 10px; }
    .block.featured .block-content .owl-carousel .owl-controls .owl-prev {
      line-height: inherit;
      display: inline-block; }
      .block.featured .block-content .owl-carousel .owl-controls .owl-prev:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .block.featured .block-content .owl-carousel .owl-controls .owl-next {
      line-height: inherit;
      display: inline-block; }
      .block.featured .block-content .owl-carousel .owl-controls .owl-next:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .block.featured .block-content .owl-carousel .owl-controls .owl-prev,
    .block.featured .block-content .owl-carousel .owl-controls .owl-next {
      padding: 0 7px;
      cursor: pointer; }
      .block.featured .block-content .owl-carousel .owl-controls .owl-prev:before,
      .block.featured .block-content .owl-carousel .owl-controls .owl-next:before {
        font-size: 36px;
        line-height: 20px;
        color: #65c3e5;
        transition: 0.3s ease; }
      .block.featured .block-content .owl-carousel .owl-controls .owl-prev:hover:before,
      .block.featured .block-content .owl-carousel .owl-controls .owl-next:hover:before {
        color: #8bc42a; }

/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.sp-slides-container {
  position: relative; }

.sp-mask {
  position: relative;
  overflow: hidden; }

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.sp-slide {
  position: absolute; }

.sp-image-container {
  overflow: hidden; }

.sp-image {
  position: relative;
  display: block;
  border: none; }

.sp-no-js {
  overflow: hidden;
  max-width: 100%; }

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden; }

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto; }

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px; }

.sp-bottom-thumbnails {
  margin-top: 4px; }

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0; }

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px; }

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px; }

.sp-thumbnails {
  position: relative; }

.sp-thumbnail {
  border: none; }

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px; }

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0; }

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0; }

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px; }

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0; }

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0; }

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px; }

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px; }

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px; }

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; }

.sp-slides .sp-slide .sp-layer {
  opacity: 0; }

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

.sp-rounded {
  border-radius: 10px; }

.sp-padding {
  padding: 10px; }

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  cursor: url(../images/openhand.cur), move; }

.sp-grabbing {
  cursor: url(../images/closedhand.cur), move; }

.sp-selectable {
  cursor: default; }

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px; }

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000; }

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sp-full-screen-button:before {
  content: '\2195'; }

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1; }

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px; }

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.sp-selected-button {
  background-color: #000; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px; } }
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px; } }
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px; } }
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute; }

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1; }

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px; }

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px; }

.sp-arrow {
  position: absolute;
  display: block;
  color: #FFF;
  cursor: pointer;
  transition: .3s all ease; }
  .sp-arrow:hover {
    color: #8bc42a; }

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-horizontal .sp-previous-arrow {
  left: 20px; }

.sp-horizontal .sp-next-arrow {
  right: 20px; }

.sp-vertical .sp-previous-arrow {
  top: 20px; }

.sp-vertical .sp-next-arrow {
  bottom: 20px; }

.sp-previous-arrow:before,
.sp-next-arrow:before {
  content: '';
  font-size: 50px;
  font-family: "Material Icons"; }

.sp-previous-arrow:before {
  content: '\e408'; }

.sp-next-arrow:before {
  content: '\e409'; }

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none; }

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute; }

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1; }

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px; }

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px; }

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer; }

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px; }

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px; }

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px; }

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px; }

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none; }

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none; }

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none; }

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px; }

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important; }

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none; }

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0; }

.slider-pro img.sp-layer {
  border: none; }

/* TM styles */
@media screen and (max-width: 767px) {
  #maincontent .columns {
    display: block; } }
.slider-pro-wrapper {
  overflow: hidden;
  position: relative; }

.slider-pro.abs {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.slider-title, .slider-title a {
  color: #FFF; }
.slider-title a {
  transition: .3s all ease !important; }
  .slider-title a:hover, .slider-title a:focus {
    color: #8bc42a; }

.slider-desc {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #FFF;
  display: none; }
  @media (min-width: 480px) {
    .slider-desc {
      display: inline-block; } }

.slider-pro .btn {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px; }
  .slider-pro .btn:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .slider-pro .btn {
      padding: 12px 20px 11px; } }
.slider-pro .btn-primary {
  background-color: #8bc42a;
  color: #FFF; }
  .slider-pro .btn-primary:hover {
    background: #f2462e;
    color: #FFF; }
  .slider-pro .btn-primary:hover {
    color: #333333;
    background: #FFF; }
.slider-pro .slider-button {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px; }
  .slider-pro .slider-button:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .slider-pro .slider-button {
      padding: 12px 20px 11px; } }
@media (min-width: 1200px) {
  .slider-pro .btn {
    position: relative;
    padding: 20px 38px;
    overflow: hidden;
    transition: .6s all ease !important; }
    .slider-pro .btn:before, .slider-pro .btn:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 0 0;
      position: absolute;
      -webkit-transition: 0.5s;
      transition: .4s;
      z-index: -1; }
    .slider-pro .btn:before {
      border-color: transparent transparent transparent #FFF;
      bottom: 0;
      left: 0; }
    .slider-pro .btn:after {
      border-color: transparent #FFF transparent transparent;
      top: 0;
      right: 0; }
    .slider-pro .btn:hover:before {
      border-width: 165px 0 0 165px; }
    .slider-pro .btn:hover:after {
      border-width: 0 165px 165px 0; }
  .slider-pro .btn-primary:hover {
    background: #8bc42a; } }
@media (max-width: 479px) {
  .slider-pro .btn-wrap {
    -webkit-transform: scale(0.73672) !important;
    transform: scale(0.73672) !important; } }
.slider-pro .sp-buttons {
  position: absolute;
  bottom: 7%;
  width: auto;
  left: 50%;
  margin-left: -72px;
  display: inline-block;
  z-index: 9; }
  .slider-pro .sp-buttons .sp-button {
    display: inline-block;
    position: relative;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 4px solid;
    background: none;
    border-color: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
    transition: .2s; }
    .slider-pro .sp-buttons .sp-button::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #000; }
    .slider-pro .sp-buttons .sp-button.sp-selected-button {
      cursor: default; }
      .slider-pro .sp-buttons .sp-button.sp-selected-button::before {
        background: #8bc42a; }
    .slider-pro .sp-buttons .sp-button:not(.sp-selected-button):hover {
      border-color: rgba(255, 255, 255, 0.8); }
  @media (max-width: 1400px) {
    .slider-pro .sp-buttons {
      bottom: 5%; } }
  @media (max-width: 768px) {
    .slider-pro .sp-buttons {
      bottom: 2%; } }
  @media (max-width: 480px) {
    .slider-pro .sp-buttons {
      display: none; } }
.slider-pro .banner-label {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em; }
  .slider-pro .banner-label i {
    float: right;
    text-align: left;
    font-size: 155px;
    letter-spacing: 0;
    margin-top: 9px;
    margin-left: 0;
    font-weight: 700; }
    .slider-pro .banner-label i b {
      display: block;
      font-size: 67px;
      margin-top: -7px;
      font-weight: 700; }
.slider-pro .withbg > div {
  padding: 0 20px; }
.slider-pro .twocolortext b {
  color: #8bc42a;
  font-weight: 700; }

/*
** Vars
*/
.navigation li.level-top,
.navigation a.level-top {
  position: static; }
  .navigation li.level-top .submenu .submenu-reverse,
  .navigation a.level-top .submenu .submenu-reverse {
    right: auto; }
  .navigation li.level-top .mm-label,
  .navigation a.level-top .mm-label {
    position: absolute;
    top: -10px;
    left: -5px;
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13.2px;
    color: #ffffff;
    background-color: #c02a2a;
    display: none; }
    @media (min-width: 992px) {
      .navigation li.level-top .mm-label,
      .navigation a.level-top .mm-label {
        display: block; } }
  .navigation li.level-top li,
  .navigation a.level-top li {
    position: relative; }
  .navigation li.level-top .mm-image,
  .navigation a.level-top .mm-image {
    display: none;
    margin-bottom: 10px; }
    .navigation li.level-top .mm-image img,
    .navigation a.level-top .mm-image img {
      width: 100%;
      max-width: 100%; }
    @media (min-width: 768px) {
      .navigation li.level-top .mm-image,
      .navigation a.level-top .mm-image {
        display: inline-block; } }
  .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent,
  .navigation a.level-top .megamenu-wrapper > .container,
  .navigation a.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent,
  .page-print.sales-order-print .navigation a.level-top .megamenu-wrapper > #maincontent {
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #ffffff; }
    @media (min-width: 992px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent,
      .navigation a.level-top .megamenu-wrapper > .container,
      .navigation a.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent,
      .page-print.sales-order-print .navigation a.level-top .megamenu-wrapper > #maincontent {
        box-shadow: 0 2px 24px rgba(2, 68, 89, 0.22); } }
  .navigation li.level-top ul.mm-submenu,
  .navigation a.level-top ul.mm-submenu {
    display: block;
    padding: 0; }
    @media (max-width: 767px) {
      .navigation li.level-top ul.mm-submenu.level1 li a,
      .navigation a.level-top ul.mm-submenu.level1 li a {
        padding-left: 15px;
        padding-right: 0; }
      .navigation li.level-top ul.mm-submenu .mm-submenu,
      .navigation a.level-top ul.mm-submenu .mm-submenu {
        padding-left: 15px; } }
  .navigation li.level-top .tm-megamenu ul.level1 > li > a,
  .navigation a.level-top .tm-megamenu ul.level1 > li > a {
    font-weight: 600;
    position: relative; }
    @media (min-width: 992px) {
      .navigation li.level-top .tm-megamenu ul.level1 > li > a,
      .navigation a.level-top .tm-megamenu ul.level1 > li > a {
        text-transform: uppercase;
        font-size: 16px;
        color: #333333;
        margin-bottom: 7px;
        display: inline-block; }
        .navigation li.level-top .tm-megamenu ul.level1 > li > a:hover,
        .navigation a.level-top .tm-megamenu ul.level1 > li > a:hover {
          color: #8bc42a; } }
  @media (min-width: 992px) {
    .navigation li.level-top .tm-megamenu ul.level2 > li a,
    .navigation a.level-top .tm-megamenu ul.level2 > li a {
      color: #f2462e;
      padding: 4px 0;
      display: inline-block; }
      .navigation li.level-top .tm-megamenu ul.level2 > li a:hover,
      .navigation a.level-top .tm-megamenu ul.level2 > li a:hover {
        color: #8bc42a; } }
  .navigation li.level-top .tm-megamenu .product,
  .navigation a.level-top .tm-megamenu .product {
    display: none; }
    .navigation li.level-top .tm-megamenu .product .product-image,
    .navigation a.level-top .tm-megamenu .product .product-image {
      margin-bottom: 10px; }
      .navigation li.level-top .tm-megamenu .product .product-image a,
      .navigation a.level-top .tm-megamenu .product .product-image a {
        display: block;
        border: solid 1px #c9c9c9;
        background: none; }
    .navigation li.level-top .tm-megamenu .product .product-name,
    .navigation a.level-top .tm-megamenu .product .product-name {
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px; }
      .navigation li.level-top .tm-megamenu .product .product-name a,
      .navigation a.level-top .tm-megamenu .product .product-name a {
        padding: 0;
        color: #575757; }
        .navigation li.level-top .tm-megamenu .product .product-name a:hover,
        .navigation a.level-top .tm-megamenu .product .product-name a:hover {
          background: none;
          color: #b9b9b9; }
    .navigation li.level-top .tm-megamenu .product .price-box,
    .navigation a.level-top .tm-megamenu .product .price-box {
      font-weight: bold; }
      .navigation li.level-top .tm-megamenu .product .price-box .price,
      .navigation a.level-top .tm-megamenu .product .price-box .price {
        font-size: 1.2em;
        line-height: 1.2em; }
      .navigation li.level-top .tm-megamenu .product .price-box .old-price,
      .navigation a.level-top .tm-megamenu .product .price-box .old-price {
        font-size: 1em;
        text-decoration: line-through; }
      .navigation li.level-top .tm-megamenu .product .price-box .special-price,
      .navigation a.level-top .tm-megamenu .product .price-box .special-price {
        font-size: 1.2em; }
    @media (min-width: 992px) {
      .navigation li.level-top .tm-megamenu .product,
      .navigation a.level-top .tm-megamenu .product {
        display: block; } }
  .navigation li.level-top .tm-megamenu .widget,
  .navigation li.level-top .tm-megamenu .video,
  .navigation li.level-top .tm-megamenu .static-block,
  .navigation a.level-top .tm-megamenu .widget,
  .navigation a.level-top .tm-megamenu .video,
  .navigation a.level-top .tm-megamenu .static-block {
    display: none; }
    @media (min-width: 992px) {
      .navigation li.level-top .tm-megamenu .widget,
      .navigation li.level-top .tm-megamenu .video,
      .navigation li.level-top .tm-megamenu .static-block,
      .navigation a.level-top .tm-megamenu .widget,
      .navigation a.level-top .tm-megamenu .video,
      .navigation a.level-top .tm-megamenu .static-block {
        display: block; } }

.sidebar .navigation {
  background: none;
  margin-bottom: 20px;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3; }
  .sidebar .navigation:empty {
    display: none; }
  .sidebar .navigation .rd-navbar-nav-wrap {
    display: block; }
  .sidebar .navigation > ul {
    padding: 0;
    border-bottom: none; }
  .sidebar .navigation li.level0 {
    display: block;
    border-bottom: solid 1px #c9c9c9;
    margin: 0;
    position: relative; }
    .sidebar .navigation li.level0 a.level-top {
      display: block; }
  @media (max-width: 767px) {
    .sidebar .navigation > ul {
      border: none; } }
  .sidebar .navigation .level0 .megamenu-wrapper {
    width: 100% !important;
    position: absolute;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 0 2px 24px rgba(2, 68, 89, 0.22); }
  .sidebar .navigation ul {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative; }
  .sidebar .navigation li.level0 {
    border-top: medium none; }
  .sidebar .navigation .level0 {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative; }
    .sidebar .navigation .level0:last-child {
      margin-right: 0;
      padding-right: 0; }
    .sidebar .navigation .level0 > .level-top {
      box-sizing: border-box;
      color: #575757;
      line-height: 47px;
      padding: 0 12px;
      position: relative;
      text-decoration: none; }
    .sidebar .navigation .level0 > .level-top:hover,
    .sidebar .navigation .level0 > .level-top.ui-state-focus {
      color: #b9b9b9;
      text-decoration: none; }
    .sidebar .navigation .level0.active > .level-top, .sidebar .navigation .level0.has-active > .level-top {
      border-color: #c9c9c9;
      border-style: solid;
      border-width: 0 0 3px;
      color: #575757;
      display: block;
      text-decoration: none; }
    .sidebar .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .sidebar .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
      margin: 0; }
    .sidebar .navigation .level0.parent:hover > .submenu {
      overflow: visible !important; }
    .sidebar .navigation .level0 .submenu {
      background: #ffffff none repeat scroll 0 0;
      border: 1px solid #c9c9c9;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
      display: none;
      font-weight: 400;
      left: 0;
      margin: 0 !important;
      min-width: 230px;
      position: absolute;
      z-index: 1; }
      @media (max-width: 767px) {
        .sidebar .navigation .level0 .submenu:not(:first-child) ul {
          padding-left: 15px; } }
      .sidebar .navigation .level0 .submenu > ul {
        margin-top: 11px; }
        .sidebar .navigation .level0 .submenu > ul::before, .sidebar .navigation .level0 .submenu > ul::after {
          content: "";
          display: block;
          overflow: hidden;
          position: absolute; }
        .sidebar .navigation .level0 .submenu > ul::before {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: transparent transparent #fff;
          border-image: none;
          border-style: solid;
          border-width: 10px;
          color: #fff;
          height: 0;
          left: 20px;
          top: -20px;
          width: 0;
          z-index: 4; }
        .sidebar .navigation .level0 .submenu > ul::after {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: transparent transparent #c9c9c9;
          border-image: none;
          border-style: solid;
          border-width: 11px;
          color: #575757;
          height: 0;
          left: 19px;
          top: -22px;
          width: 0;
          z-index: 3; }
      .sidebar .navigation .level0 .submenu a {
        color: #575757;
        display: block;
        line-height: inherit;
        padding: 8px 20px; }
        .sidebar .navigation .level0 .submenu a:hover, .sidebar .navigation .level0 .submenu a.ui-state-focus {
          background: #e8e8e8 none repeat scroll 0 0;
          color: #575757;
          text-decoration: none; }
      .sidebar .navigation .level0 .submenu .active > a {
        border-color: #c9c9c9;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #575757; }
    .sidebar .navigation .level0.more {
      display: inline-block;
      position: relative;
      text-decoration: none; }
      .sidebar .navigation .level0.more::after {
        color: inherit;
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 26px;
        font-weight: normal;
        line-height: inherit;
        overflow: hidden;
        text-align: center;
        vertical-align: middle; }
      .sidebar .navigation .level0.more::before {
        display: none; }
      .sidebar .navigation .level0.more::after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1; }
      .sidebar .navigation .level0.more:hover > .submenu {
        overflow: visible !important; }
      .sidebar .navigation .level0.more li {
        display: block; }
  @media (max-width: 479px) {
    .sidebar .navigation .level0 .submenu {
      box-shadow: none;
      border: none; }
    .sidebar .navigation .parent .level-top {
      display: block;
      position: relative;
      text-decoration: none; }
    .sidebar .navigation .parent .level-top::after {
      color: inherit;
      content: "\f107";
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 20px;
      font-weight: normal;
      line-height: 47px;
      overflow: hidden;
      text-align: center;
      vertical-align: middle; }
    .sidebar .navigation .parent .level-top::after {
      position: absolute;
      right: 7px;
      top: 0px; }
    .sidebar .navigation .parent .level-top.ui-state-active::after {
      content: "\f105"; } }
  @media (max-width: 479px) {
    .sidebar .navigation .submenu:not(:first-child) {
      font-weight: 400;
      line-height: 1.3;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative !important;
      top: auto !important;
      transition: left .3s ease-out; }
    .sidebar .navigation .rd-navbar-dropdown {
      width: 100%; } }

.sm-header-nav-wrap.isStuck {
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  background: #FFF;
  box-shadow: 0 0 5px #8bc42a; }
  .sm-header-nav-wrap.isStuck nav.navigation > .ui-menu {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sm-header-nav-wrap.isStuck nav.navigation > .ui-menu li.level-top {
      min-height: auto;
      padding: 7px;
      max-width: none; }

@media (max-width: 1399px) {
  .sm-header-nav-wrap.stuckElement {
    order: 99;
    flex-basis: 100%; } }

nav.navigation[role="navigation"] *,
nav.navigation[role="navigation"] *:before,
nav.navigation[role="navigation"] *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
@media (min-width: 768px) {
  nav.navigation[role="navigation"] .row {
    margin-bottom: 20px; }
  nav.navigation[role="navigation"] ul.vm-static,
  nav.navigation[role="navigation"] ul.vm-easing {
    margin-left: 10px; }
  nav.navigation[role="navigation"] ul.vm-pop-up {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFF;
    box-shadow: 1px 1px 5px #cccccc; } }
@media (min-width: 992px) {
  nav.navigation[role="navigation"] li.level-top.parent > a:after {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 10px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px; } }
@media (max-width: 767px) {
  nav.navigation[role="navigation"] li.level-top .megamenu-wrapper,
  nav.navigation[role="navigation"] a.level-top .megamenu-wrapper {
    padding: 0;
    background: none; }
  nav.navigation[role="navigation"] [class*="col-"] {
    padding: 0; } }
nav.navigation[role="navigation"].mobile-only, nav.navigation[role="navigation"].desktop-only {
  visibility: hidden;
  opacity: 0;
  display: none; }
nav.navigation[role="navigation"].active {
  visibility: visible;
  opacity: 1;
  display: block; }

.tm-top-navigation > .ui-menu {
  min-width: 300px;
  max-width: 480px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .tm-top-navigation > .ui-menu {
      max-width: 768px; } }
  @media (min-width: 992px) {
    .tm-top-navigation > .ui-menu {
      max-width: 992px; } }
  @media (min-width: 1200px) {
    .tm-top-navigation > .ui-menu {
      max-width: 1200px; } }
  @media (min-width: 1400px) {
    .tm-top-navigation > .ui-menu {
      max-width: 1400px; } }
  @media (min-width: 1800px) {
    .tm-top-navigation > .ui-menu {
      max-width: 1770px; } }

.sm-desktop .tm-top-navigation > .ui-menu {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1400px) {
    .sm-desktop .tm-top-navigation > .ui-menu {
      padding-left: 0;
      padding-right: 0; } }

.navigation li.level-top .megamenu-wrapper {
  left: 0 !important;
  width: 100%;
  z-index: 9998; }
  @media (min-width: 992px) {
    .navigation li.level-top .megamenu-wrapper {
      position: absolute !important;
      margin-top: 16px; } }
  @media (min-width: 992px) {
    .navigation li.level-top .megamenu-wrapper .desktop-display-none {
      display: none; } }
  .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
    min-width: 300px;
    max-width: 480px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0; }
    @media (min-width: 768px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
        max-width: 768px; } }
    @media (min-width: 992px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
        max-width: 992px; } }
    @media (min-width: 1200px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
        max-width: 1200px; } }
    @media (min-width: 1400px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
        max-width: 1400px; } }
    @media (min-width: 1800px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
        max-width: 1770px; } }
    @media (min-width: 992px) {
      .navigation li.level-top .megamenu-wrapper > .container, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent {
        padding: 40px 20px 35px; } }
    .navigation li.level-top .megamenu-wrapper > .container > .row, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent > .row, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent > .row {
      margin: 0 auto;
      width: 100%; }
    .navigation li.level-top .megamenu-wrapper > .container .widget .catalog-image-grid.image-grid-no-title .catalog-image-grid-title, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent .widget .catalog-image-grid.image-grid-no-title .catalog-image-grid-title, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent .widget .catalog-image-grid.image-grid-no-title .catalog-image-grid-title {
      display: none; }
    .navigation li.level-top .megamenu-wrapper > .container .widget .catalog-image-grid .category-link, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .navigation li.level-top .megamenu-wrapper > .container .widget .catalog-image-grid .category-link .category-name, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link .category-name, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link .category-name {
        order: 2;
        font-size: 18px;
        font-weight: 700;
        text-align: center; }
      .navigation li.level-top .megamenu-wrapper > .container .widget .catalog-image-grid .category-link .category-image, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link .category-image, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link .category-image {
        order: 1;
        margin-bottom: 15px; }
      .navigation li.level-top .megamenu-wrapper > .container .widget .catalog-image-grid .category-link:hover .category-image, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link:hover .category-image, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link:hover .category-image {
        opacity: .7; }
      .navigation li.level-top .megamenu-wrapper > .container .widget .catalog-image-grid .category-link:hover .category-name, .navigation li.level-top .page-print.sales-order-print .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link:hover .category-name, .page-print.sales-order-print .navigation li.level-top .megamenu-wrapper > #maincontent .widget .catalog-image-grid .category-link:hover .category-name {
        color: #8bc42a; }

.cig-mm {
  overflow: hidden; }
  .cig-mm .catalog-image-grid-title {
    display: none; }
  .cig-mm .category-grid {
    margin: 0 -8px  -1px 0; }
    .cig-mm .category-grid .category-grid {
      margin-bottom: -1px; }
    .cig-mm .category-grid li {
      border: 1px solid #dedede;
      margin: -1px 0 0 -1px; }

/*
* TM_Newsletter-popup
*/
.newsletter-popup.modal-popup .modal-inner-wrap {
  margin-top: 7%;
  padding: 0;
  margin-right: 20px;
  margin-left: 20px;
  background: #FFF; }
  @media screen and (max-width: 767px) {
    .newsletter-popup.modal-popup .modal-inner-wrap {
      width: auto !important; } }
  @media (min-width: 768px) {
    .newsletter-popup.modal-popup .modal-inner-wrap {
      margin-top: 12%;
      margin-right: auto;
      margin-left: auto; } }
.newsletter-popup.modal-popup .actions {
  display: none; }
.newsletter-popup.modal-popup header.modal-header {
  padding: 60px 30px 40px;
  background: url("../images/media/nlpp.png") no-repeat center center #8bc42a;
  background-size: cover;
  text-align: center; }
  .newsletter-popup.modal-popup header.modal-header .action-close {
    padding: 0;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    text-align: center;
    border-radius: 50%;
    background: #8bc42a; }
    .newsletter-popup.modal-popup header.modal-header .action-close:before {
      display: block;
      font-size: 24px;
      line-height: 43px;
      transition: 0.3s ease;
      color: #FFF; }
    .newsletter-popup.modal-popup header.modal-header .action-close:hover:before {
      color: #65c3e5; }
    @media (min-width: 768px) {
      .newsletter-popup.modal-popup header.modal-header .action-close {
        top: -50px;
        right: -50px; } }
  .newsletter-popup.modal-popup header.modal-header h1.modal-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    color: #010100;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .newsletter-popup.modal-popup header.modal-header h1.modal-title {
        line-height: inherit; } }
  .newsletter-popup.modal-popup header.modal-header .content-text {
    padding-bottom: 5px;
    margin-top: 23px; }
    .newsletter-popup.modal-popup header.modal-header .content-text > span {
      display: block;
      color: #010100;
      text-transform: uppercase;
      line-height: 1; }
      .newsletter-popup.modal-popup header.modal-header .content-text > span.size-1 {
        font-size: 30px;
        font-weight: 100; }
        @media (min-width: 768px) {
          .newsletter-popup.modal-popup header.modal-header .content-text > span.size-1 {
            font-size: 60px; } }
      .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 {
        display: inline-block;
        font-family: "PT Sans", sans-serif; }
        .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 .banner-label {
          margin-top: -10px;
          font-size: 104px;
          line-height: 1;
          letter-spacing: -0.025em;
          text-transform: uppercase;
          z-index: 99;
          font-weight: 600;
          color: #65c3e5; }
          @media (min-width: 1200px) {
            .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 .banner-label {
              font-size: 160px; } }
          .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 .banner-label i {
            float: right;
            text-align: left;
            font-size: 64px;
            letter-spacing: 0;
            margin-top: 9px;
            margin-left: 9px; }
            @media (min-width: 1200px) {
              .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 .banner-label i {
                font-size: 86px;
                margin-top: 13px; } }
            .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 .banner-label i b {
              display: block;
              font-size: 21px;
              margin-top: 5px; }
              @media (min-width: 1200px) {
                .newsletter-popup.modal-popup header.modal-header .content-text > span.size-2 .banner-label i b {
                  font-size: 40px;
                  margin-top: 5px; } }
      .newsletter-popup.modal-popup header.modal-header .content-text > span.size-3 {
        font-size: 19px;
        font-weight: 100; }
    @media (min-width: 768px) {
      .newsletter-popup.modal-popup header.modal-header .content-text {
        padding-bottom: 20px; } }
    .newsletter-popup.modal-popup header.modal-header .content-text p {
      margin-bottom: 0; }
.newsletter-popup.modal-popup .modal-content {
  padding: 40px 40px 25px;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .newsletter-popup.modal-popup .modal-content .newsletter-popup {
    order: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 460px) {
      .newsletter-popup.modal-popup .modal-content .newsletter-popup {
        -webkit-flex-basis: calc(100% - 165px);
        -ms-flex-preferred-size: calc(100% - 165px);
        flex-basis: calc(100% - 165px);
        max-width: calc(100% - 165px); } }
  .newsletter-popup.modal-popup .modal-content .block.newsletter {
    margin: 0;
    width: 100%; }
    .newsletter-popup.modal-popup .modal-content .block.newsletter .field {
      padding: 0; }
      .newsletter-popup.modal-popup .modal-content .block.newsletter .field input {
        padding: 12px 18px 12px 40px;
        background: #f5f5f5;
        border-color: transparent;
        margin-bottom: 5px; }
      .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control {
        position: relative; }
        .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control:before {
          content: "";
          display: inline-block;
          font-family: "Material Icons";
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          transform: translate(0, 0);
          position: absolute;
          height: 20px;
          line-height: 20px;
          font-size: 20px;
          top: 0;
          margin-top: 12px;
          left: 15px;
          color: #8bc42a; }
        .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control div.mage-error {
          background: #FFF;
          padding: 1px;
          border-radius: 2px;
          margin-top: 1px;
          margin-bottom: 2px; }
.newsletter-popup.modal-popup footer.modal-footer {
  padding: 10px 0 0; }
  @media (min-width: 768px) {
    .newsletter-popup.modal-popup footer.modal-footer {
      padding-top: 25px; } }
  .newsletter-popup.modal-popup footer.modal-footer .modal-social {
    background: #292929;
    font-size: 1.75em;
    padding: 15px 30px 10px; }
    .newsletter-popup.modal-popup footer.modal-footer .modal-social a {
      display: inline-block;
      margin-bottom: 5px;
      padding: 7px 5px;
      transition: .2s; }
      .newsletter-popup.modal-popup footer.modal-footer .modal-social a:hover {
        opacity: 0.7; }
    .newsletter-popup.modal-popup footer.modal-footer .modal-social :link,
    .newsletter-popup.modal-popup footer.modal-footer .modal-social :hover {
      text-decoration: none; }
.newsletter-popup.modal-popup .buttons-container {
  order: 2;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 460px) {
    .newsletter-popup.modal-popup .buttons-container {
      -webkit-flex-basis: 158px;
      -ms-flex-preferred-size: 158px;
      flex-basis: 158px;
      max-width: 158px; } }
  @media (min-width: 768px) {
    .newsletter-popup.modal-popup .buttons-container {
      padding-bottom: 25px; } }
  .newsletter-popup.modal-popup .buttons-container button {
    background-color: #8bc42a;
    color: #FFF;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    border-radius: 3px;
    padding: 13px 15px;
    box-shadow: none; }
    .newsletter-popup.modal-popup .buttons-container button:hover {
      background: #65c3e5;
      color: #FFF; }
    @media (min-width: 1200px) {
      .newsletter-popup.modal-popup .buttons-container button {
        padding: 12px 20px 11px; } }
    @media (min-width: 1200px) {
      .newsletter-popup.modal-popup .buttons-container button {
        padding: 13px 13px; } }
    .newsletter-popup.modal-popup .buttons-container button.subscribe {
      color: #FFF;
      width: 100%; }
      .newsletter-popup.modal-popup .buttons-container button.subscribe:hover {
        color: #FFF;
        background: #8bc42a; }
    .newsletter-popup.modal-popup .buttons-container button:not(.subscribe) {
      bottom: 0;
      left: 40px;
      background: none;
      padding: 0;
      margin: 10px 0 0 0;
      color: #8bc42a;
      text-transform: none;
      font-weight: 400; }
      @media (min-width: 460px) {
        .newsletter-popup.modal-popup .buttons-container button:not(.subscribe) {
          position: absolute; } }
      .newsletter-popup.modal-popup .buttons-container button:not(.subscribe):hover {
        background-color: transparent !important;
        text-decoration: underline; }

.rd-parallax {
  position: relative; }
  .rd-parallax .background-video {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0; }
  .rd-parallax video,
  .rd-parallax source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute; }
  .rd-parallax .loaded .ytplayer-container {
    display: block; }
  .rd-parallax .loaded .placeholder-image {
    opacity: 0; }
  .rd-parallax .ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }
  .rd-parallax .placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1; }
  .rd-parallax .ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .rd-parallax .ytplayer-player {
    position: absolute; }

.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  clip: rect(0, auto, auto, 0); }

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }

.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%; }

.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.rd-parallax-swiper {
  z-index: 1 !important; }

.static-video {
  height: 100%; }

.rd-parallax-inner .static-video-layer {
  position: absolute !important; }

.parallax-container {
  position: relative; }

/* 
 *  Shop By Brand by TemplateMonster 2016
 *  v1.0.0
 */
.sidebar .block.block-brand .brand-items {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -8px 10px; }
.sidebar .block.block-brand .brand-item {
  flex-basis: 50%;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 16px; }
  .sidebar .block.block-brand .brand-item .brand-item-info {
    border: 1px solid #dedede;
    padding: 4px; }
  .sidebar .block.block-brand .brand-item .brand-item-name a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #8bc42a; }
    .sidebar .block.block-brand .brand-item .brand-item-name a:hover {
      color: #65c3e5; }
  .sidebar .block.block-brand .brand-item .brand-image-photo {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    position: relative; }
    .sidebar .block.block-brand .brand-item .brand-image-photo img {
      vertical-align: top;
      max-width: 100%; }
.sidebar .block.block-brand .action.primary {
  background-color: #8bc42a;
  color: #FFF;
  font-weight: 600;
  padding: 10px 15px;
  display: inline-block;
  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 14px;
  border-radius: 3px;
  background-color: #8bc42a;
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 14px 33px; }
  .sidebar .block.block-brand .action.primary:hover {
    background: #65c3e5;
    color: #FFF; }
  @media (min-width: 1200px) {
    .sidebar .block.block-brand .action.primary {
      padding: 12px 20px 11px; } }
  .sidebar .block.block-brand .action.primary:hover {
    background: #f2462e;
    color: #FFF; }
  @media (min-width: 480px) and (max-width: 991px) {
    .sidebar .block.block-brand .action.primary {
      width: auto; } }

.brand-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 10px;
  padding: 0;
  list-style: none; }
  .brand-list .brand-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px; }
    @media (min-width: 480px) {
      .brand-list .brand-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .brand-list .brand-item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; } }
    .brand-list .brand-item .inner {
      border: 1px solid #dedede;
      padding: 5px;
      height: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 480px) {
        .brand-list .brand-item .inner {
          padding: 10px; } }
      @media (min-width: 992px) {
        .brand-list .brand-item .inner {
          padding: 30px; } }
    .brand-list .brand-item .brand-logo {
      display: inline-block;
      margin-bottom: 20px; }
    .brand-list .brand-item .brand-item-name {
      margin: 0 0 10px;
      font-size: 18px; }
      .brand-list .brand-item .brand-item-name a {
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        color: #8bc42a; }
        .brand-list .brand-item .brand-item-name a:hover {
          color: #65c3e5; }

.product-brand {
  margin-bottom: 20px; }
  .product-brand .product-brand-name {
    margin-bottom: 15px; }
  .product-brand .product-brand-logo {
    margin-bottom: 15px; }

.category-brand-banner {
  margin-bottom: 30px; }

.logo-description-container {
  overflow: hidden;
  margin-bottom: 30px; }
  .logo-description-container img {
    float: left;
    margin: 0 15px 15px 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/***/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.block.brands {
  float: none; }
  .block.brands .block-content .brandlist {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .block.brands .block-content .brandlist .inner {
      padding: 0 15px; }
    .block.brands .block-content .brandlist .brand-logo {
      display: inline-block;
      margin-bottom: 15px; }
    .block.brands .block-content .brandlist .brand-name {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .block.brands .block-content .brandlist li {
        flex-basis: 50% !important;
        -ms-flex-basis: 50% !important; } }
  .block.brands .block-content .owl-carousel .owl-controls {
    position: absolute;
    top: -50px;
    right: 0; }
    .block.brands .block-content .owl-carousel .owl-controls .owl-prev {
      line-height: inherit;
      display: inline-block; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-prev:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .block.brands .block-content .owl-carousel .owl-controls .owl-next {
      line-height: inherit;
      display: inline-block; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-next:before {
        content: "";
        display: inline-block;
        font-family: "Nucleo Mini";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .block.brands .block-content .owl-carousel .owl-controls .owl-prev,
    .block.brands .block-content .owl-carousel .owl-controls .owl-next {
      padding: 0 7px;
      cursor: pointer; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-prev:before,
      .block.brands .block-content .owl-carousel .owl-controls .owl-next:before {
        font-size: 36px;
        color: #65c3e5;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-prev:hover:before,
      .block.brands .block-content .owl-carousel .owl-controls .owl-next:hover:before {
        color: #8bc42a; }

/**
 * Copyright ┬⌐ 2016 TemplateMonster. All rights reserved.
 * See COPYING.txt for license details.
 */
.sm-wrapper {
  height: 100%; }
  .sm-wrapper .sm-main {
    max-width: 800px;
    padding: 30px 10px 50px;
    margin: 0 auto;
    text-align: center; }
    .sm-wrapper .sm-main #sm-content-block {
      padding-top: 50px;
      margin-bottom: 50px; }
      .sm-wrapper .sm-main #sm-content-block .sm-logo {
        margin-bottom: 20px; }
      .sm-wrapper .sm-main #sm-content-block .sm-title {
        font-size: 31px;
        margin-bottom: 10px; }
    .sm-wrapper .sm-main #sm-timer-block {
      margin-bottom: 50px; }
      .sm-wrapper .sm-main #sm-timer-block .sm-timer-wrapper {
        font-size: 40px;
        font-weight: 700; }
    .sm-wrapper .sm-main #sm-subscription-block .sm-title {
      font-size: 22px;
      margin-bottom: 10px; }
    .sm-wrapper .sm-main #sm-subscription-block .sm-text {
      margin-bottom: 10px; }
    .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-subscription {
      position: relative; }
      .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-subscription #newsletter-error {
        position: absolute;
        bottom: -25px;
        margin: 0;
        width: 100%; }
    .sm-wrapper .sm-main #sm-subscription-block .sm-content #newsletter {
      width: 200px;
      display: inline-block; }
    .sm-wrapper .sm-main #sm-subscription-block .sm-content .sm-button {
      display: inline-block; }

/*
*   Social Login
*/
.block-social-login {
  width: 100%;
  text-align: center;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .block-social-login {
      text-align: left; } }
  .block-social-login ul {
    margin-top: 20px; }
    .block-social-login ul li {
      margin-bottom: 8px;
      text-align: center; }
      .block-social-login ul li a {
        display: inline-block;
        text-decoration: none;
        overflow: hidden;
        position: relative;
        transition: 0.2s;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 40px;
        color: #ffffff;
        border-radius: 2px;
        min-width: 270px;
        padding: 5px 6px;
        text-align: left; }
        .block-social-login ul li a i.fa {
          font-style: normal;
          display: inline-block;
          width: 43px;
          text-align: center;
          border-right: solid 1px;
          border-right-color: rgba(255, 255, 255, 0.1);
          font-size: 18px;
          line-height: 40px; }
        .block-social-login ul li a.facebook {
          background: #3b5999; }
        .block-social-login ul li a.twitter {
          background: #00b6f1; }
        .block-social-login ul li a.instagram {
          background: #7c4e3a; }
        .block-social-login ul li a.google-plus {
          background: #e04a39; }
        .block-social-login ul li a .label {
          padding-left: 25px; }
        .block-social-login ul li a::after {
          background: #fff;
          content: "";
          height: 155px;
          left: -75px;
          opacity: .2;
          position: absolute;
          top: -50px;
          transform: rotate(35deg);
          transition: 0.55s cubic-bezier(0.19, 1, 0.22, 1);
          width: 50px;
          z-index: 10; }
        .block-social-login ul li a:hover {
          opacity: .8; }
          .block-social-login ul li a:hover::after {
            left: 120%; }

.columns .twitter-timeline-wrapper {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  order: 3;
  -webkit-order: 3;
  -ms-flex-order: 3; }

.page-layout-2columns-right .columns .twitter-timeline-wrapper.position-left,
.page-layout-2columns-left .columns .twitter-timeline-wrapper.position-right {
  display: none; }

.page-layout-1column .columns .twitter-timeline-wrapper.position-left,
.page-layout-1column .columns .twitter-timeline-wrapper.position-right {
  display: none; }

.twitter-timeline-wrapper.position-content {
  clear: both;
  width: 500px;
  margin: 0 auto; }

.twitter-timeline-wrapper.position-footer {
  float: right;
  clear: right;
  width: 300px; }

body.account .twitter-timeline-wrapper {
  display: none; }

/*# sourceMappingURL=modules.css.map */
