/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 820px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 820px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../Boolfly_Base/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 201;
  border-radius: 20px;
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  border: 1px #fff;
  background-color: rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
  color: #000;
}
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
  background-color: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px #CDCDCD;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 32px;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 10px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "<";
}
[dir="rtl"] .slick-prev:before {
  content: ">";
}
.slick-next {
  right: 10px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: ">";
}
[dir="rtl"] .slick-next:before {
  content: "<";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 12%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .modal-footer .action,
.slick-dots li .modal-footer button {
  border: 0;
  background: #d2d2d2;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #fff;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .modal-footer .action:hover,
.slick-dots li .modal-footer .action:focus,
.slick-dots li .modal-footer button:hover,
.slick-dots li .modal-footer button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .modal-footer .action:hover:before,
.slick-dots li .modal-footer .action:focus:before,
.slick-dots li .modal-footer button:hover:before,
.slick-dots li .modal-footer button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .modal-footer .action,
.slick-dots li.slick-active .modal-footer button {
  background: #606da6;
  opacity: 0.75;
}
.banner-content {
  position: absolute;
  bottom: 40%;
  width: 100%;
  color: #000000;
}
.banner-content.left {
  text-align: left;
}
.banner-content.left .banner-title,
.banner-content.left .banner-inner,
.banner-content.left .banner-button {
  padding-left: 15%;
}
.banner-content.center {
  text-align: center;
}
.banner-content.right {
  text-align: right;
}
.banner-content.right .banner-title,
.banner-content.right .banner-inner,
.banner-content.right .banner-button {
  padding-right: 15%;
}
.banner-content .banner-title {
  font-weight: bold;
}
.banner-content .banner-button {
  margin-top: 18px;
}
.banner-content .banner-button a {
  font-size: 1.8rem;
  background: #e4e4e4;
  background: linear-gradient(34deg, #e4e4e4 0%, #eeeeee 59%, #f3f3f3 100%);
  color: #000;
  border-radius: 4px;
  max-width: 160px;
  box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
  padding: 10px;
  font-weight: bold;
}
.banner-content .banner-button a:hover {
  color: #fff;
  background: #929292;
  background: linear-gradient(122deg, #929292 0%, #c5c5c5 54%, #d1d1d1 100%);
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow,
.modal-footer .action.mfp-close,
.modal-footer .action.mfp-arrow,
.modal-footer button.mfp-close,
.modal-footer button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner,
.modal-footer .action::-moz-focus-inner,
.modal-footer button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #303030;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.product-label-info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.product-label-info .product-label {
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: table;
  line-height: 20px;
  padding: 4px 6px 2px 5px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 1px dimgray;
}
.product-label-info .product-label img {
  max-height: 48px;
}
.product-label-info .product-label span {
  padding: 2px 4px;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
}
.product-label-info .product-label.sale {
  background: #f71602;
}
.product-label-info .product-label.best-seller {
  background: #007fd4;
}
.product-label-info .product-label.new {
  background: #048500d6;
}
.product-label-info .product-label.custom {
  color: #000;
  box-shadow: none;
}
.product-label-info.top-right {
  top: 0;
  right: 0;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
}
.product-label-info.top-left {
  top: 0;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.bot-right {
  top: auto !important;
  margin-top: 0 !important;
  left: auto !important;
  margin-left: 0 !important;
  bottom: 0;
  right: 0;
}
.product-label-info.bot-left {
  top: auto !important;
  margin-top: 0 !important;
  left: 0 !important;
  margin-left: 0 !important;
  bottom: 0;
  right: auto;
}
.product-label-info.mid-left {
  top: 50%;
  left: 0;
  margin-left: 0 !important;
  right: auto;
}
.product-label-info.mid-right {
  top: 50%;
  left: auto;
  margin-left: 0 !important;
  right: 0;
}
.product-label-info.mid-mid {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.top-mid {
  top: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
  bottom: auto;
}
.product-label-info.bot-mid {
  top: auto;
  bottom: 0;
  margin-top: 0 !important;
  left: 50%;
  right: auto;
}
.product-image-container {
  position: relative;
}
.product.media {
  position: relative;
}
.products-grid .product-item .product-item-info:hover {
  z-index: 1501;
}
.products-grid .product-item .product-item-info:hover .product-label {
  box-shadow: none;
}
/*
 * 4mage Package
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the 4mage.co license that is
 * available through the world-wide-web at this URL:
 * https://4mage.co/license-agreement/
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category 	ForMage
 * @package 	ForMage_PriceTracker
 * @copyright 	Copyright (c) 2022 4mage.co (https://4mage.co/)
 * @license  	https://4mage.co/license-agreement/
 */
/** All **/
/** Mobile **/
/** Desktop **/
.idea07-breadcrumbs .main-item {
  position: relative;
  cursor: pointer;
}
.idea07-breadcrumbs .main-item:hover .dropdown-menu {
  display: block;
  z-index: 9999;
}
.idea07-breadcrumbs .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -10px;
  width: 130px;
  font-size: 13px;
}
.idea07-breadcrumbs .dropdown-menu .breadcrumbs-links {
  background: #fff;
  padding: 10px;
  list-style-type: none;
}
/*
    Created on : 2019-10-18
    Author     : Idea07
*/
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.field.qty {
  position: relative;
}
.field.qty .decreaseQty {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: transparent;
  border: 0px;
  width: 10px !important;
  height: 50%;
}
.field.qty .decreaseQty:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #a1a1a1 transparent transparent transparent;
}
.field.qty .increaseQty {
  position: absolute;
  right: 0px;
  top: 0px;
  background: transparent;
  border: 0px;
  width: 10px !important;
  height: 50%;
}
.field.qty .increaseQty:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #a1a1a1 transparent;
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/*
    Created on : 2019-10-18
    Author     : Idea07
*/
/*------------------------------------*\
  #FLEX MIXIN
\*------------------------------------*/
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs:hover {
  background-color: #eee;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search,
.mpblog-search .modal-footer .action.action.search,
.mpblog-search .modal-footer button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before,
.mpblog-search .modal-footer .action.action.search :before,
.mpblog-search .modal-footer button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.action.search span,
.mpblog-search .modal-footer .action.action.search span,
.mpblog-search .modal-footer button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search label[for="mpblog-search-box"] {
  display: none;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}
.post-list-content .limiter {
  display: block !important;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
/* mageplaza end blog style */
.faq-collection {
  margin-bottom: 20px;
}
.faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.faq-collection .faq-accordion .ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.faq-collection .faq-accordion .ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.faq-collection .faq-accordion .ui-widget-content a {
  color: #333333;
}
.faq-collection .ui-state-default,
.faq-collection .ui-widget-content .ui-state-default,
.faq-collection .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.faq-collection .ui-state-hover a,
.faq-collection .ui-state-hover a:hover,
.faq-collection .ui-state-hover a:link,
.faq-collection .ui-state-hover a:visited,
.faq-collection .ui-state-focus a,
.faq-collection .ui-state-focus a:hover,
.faq-collection .ui-state-focus a:link,
.faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.faq-collection .ui-state-active,
.faq-collection .ui-widget-content .ui-state-active,
.faq-collection .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.faq-collection .ui-state-active a,
.faq-collection .ui-state-active a:link,
.faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.faq-collection .group-title {
  margin: 25px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: #32a082;
  font-weight: bold;
}
.faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #198dd3;
}
.faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.faq-collection .faq-group {
  display: inline-block;
}
.faq-collection .faq-group-image {
  border: 1px solid #1979C3;
  padding: 20px;
  margin-right: 25px;
}
.faq-collection img.group-image {
  height: 100px;
  width: 100px;
}
.faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
}
.faq-collection .faq-group a.group-link:hover {
  color: #ff5501;
  text-decoration: none;
}
.faq-collection .faq-group .faq-group-image:hover {
  border-color: #ff5501;
}
.faq-collection .faq-content .ui-accordion-header:hover {
  background-color: #1979c3;
  color: #ffffff;
}
.faq-collection .faq-group:hover {
  border-color: #ff5501;
}
.faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.faq-collection .ui-accordion .ui-state-default:after {
  content: '\e608';
  font-family: 'luma-icons';
  float: right;
}
.faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\e622';
  font-family: 'luma-icons';
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
@media screen and (min-width: 1024px) {
  .checkout-index-index .billing-address-form .fieldset .field {
    width: calc(49%);
  }
}
@media only screen and (max-width: 820px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 0;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.payment-method-second-col.billing-address-form .fieldset .field {
  width: 85% !important;
}
.form-shipping-address .fieldset .field {
  width: 47% !important;
}
@media (max-width: 760px) {
  .form-shipping-address .fieldset .field {
    width: 100% !important;
  }
}
@media (max-width: 760px) {
  .checkout-index-index .field.street .control .field {
    width: 100% !important;
  }
}
.tig_buckaroo_creditcards .tig_buckaroo_image_title:after,
.tig_buckaroo_creditcard .tig_buckaroo_image_title:after,
.tig_buckaroo_paypal .tig_buckaroo_image_title:after {
  background: unset;
  margin-top: unset;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2016-12-07, 16:07:23
    Author     : krzysztof
*/
/**
* Copyright © Idea07, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.product-badge {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  background-color: #4aa28f;
  color: white;
  padding: 5px 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.customer-address-form #street_1 {
  margin-bottom: 20px;
}
.copyright-container .copyright-wrapper {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_ProductStockAlert
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media all and (min-width: 820px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 50%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:before,
  .login-container:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  .login-container:after,
  .block-addresses-list .items.addresses:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    right: 40px;
    top: 42px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    display: none;
  }
  .fieldset > .field .description {
    padding: 0 0 9px;
    text-align: left;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 0 0 9px;
    text-align: left;
    font-weight: 400;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.2rem;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #4a4a4a;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #f5f6fa;
    text-align: right;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  #template-contact-form .actions-toolbar .primary {
    float: right;
  }
  #template-contact-form .actions-toolbar .primary button,
  #template-contact-form .actions-toolbar .primary .modal-footer .action,
  #template-contact-form .actions-toolbar .primary .modal-footer button {
    margin: 0;
  }
  .block.newsletter .newsletter-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block.newsletter .title strong {
    font-size: 4.8rem;
    letter-spacing: 0;
    margin-bottom: 13px;
  }
  .block.newsletter .text {
    margin-bottom: 28px;
  }
  .block.newsletter .form.subscribe {
    flex-direction: row;
    max-width: 556px;
  }
  .block.newsletter .field {
    margin: 0 -1px 0 0;
  }
  .block.newsletter .actions {
    margin-top: 0;
  }
  .block.newsletter .actions .subscribe {
    min-width: 190px;
    padding: 0 20px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .companies {
    padding: 41px 0 73px;
  }
  .brands-view-index .products-grid .items {
    max-width: none;
  }
  .brands-view-index .products-grid .items .item {
    -webkit-flex: 1 0 calc(33.33% - 30px);
    -ms-flex: 1 0 calc(33.33% - 30px);
    flex: 1 0 calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
  }
  .brands-view-index .products-grid .items .item:nth-last-child(1):nth-child(odd) {
    margin-right: 15px;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .checkout-cart-index .header.content {
    padding-top: 61px;
  }
  .checkout-cart-index .cart.table-wrapper thead {
    display: table-header-group;
  }
  .cart-container {
    -moz-box-orient: row-reverse;
    -ms-box-orient: row-reverse;
    -webkit-box-orient: row-reverse;
    box-orient: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-container .form-cart {
    float: none;
    width: 100%;
  }
  .cart.table-wrapper .item .col {
    vertical-align: middle;
  }
  .cart.table-wrapper .item .col.item {
    padding: 30px 0 25px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: inline-block;
    max-width: 100%;
    position: static;
    vertical-align: middle;
    width: auto;
  }
  .cart.table-wrapper .product-item-details {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: auto;
    padding-top: 0;
    padding-left: 13px;
  }
  .cart.table-wrapper thead .col {
    background-color: #f5f6fa;
    font-weight: 400;
    padding: 4px 10px 5px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #9a9a9a;
  }
  .cart.table-wrapper thead .col span {
    font-family: 'Open Sans', sans-serif;
  }
  .cart.table-wrapper thead .col.qty {
    text-align: center;
  }
  .cart.table-wrapper thead .col.actions {
    color: #f5f6fa;
    width: 1px;
    overflow: hidden;
  }
  .cart.table-wrapper .col.actions .actions-toolbar {
    position: static;
  }
  .cart-summary {
    width: 100%;
  }
  .cart-totals .table-wrapper {
    padding: 0;
    margin: 0 20px;
  }
  .block.discount {
    width: 100%;
  }
  .block.discount .coupon {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .block.discount .coupon .field {
    margin: 0 20px 0 0;
    width: 50%;
  }
  .block.discount .coupon .actions-toolbar {
    width: auto;
  }
  .block.discount .coupon .actions-toolbar .primary {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .block.discount .coupon .actions-toolbar .action {
    width: auto;
  }
  .minicart-wrapper .block-minicart {
    width: 355px;
    max-width: none;
  }
  .opc-wrapper {
    width: calc(100% - 274px);
    padding-right: 12px;
    display: inline-block;
  }
  .checkout-index-index .header.content {
    padding-top: 61px;
  }
  .checkout-onepage-success .checkout-success .action.primary,
  .checkout-onepage-success #registration .action.primary {
    width: auto;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: none;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .methods-shipping .actions-toolbar {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .methods-shipping .actions-toolbar .primary {
    width: auto;
  }
  .methods-shipping .actions-toolbar .continue {
    width: auto;
  }
  .methods-shipping .actions-toolbar .continue.primary {
    width: 271px;
  }
  .methods-shipping .actions-toolbar .back {
    width: auto;
  }
  .opc-sidebar {
    width: 270px;
    display: inline-block;
    margin-top: 68px;
    vertical-align: top;
  }
  .opc-sidebar.modal-custom .modal-inner-wrap {
    background-color: #f5f6fa;
  }
  .opc-block-shipping-information {
    padding: 29px 0 0;
    background-color: #ffffff;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar {
    margin-left: 0;
    -moz-box-orient: row-reverse;
    -ms-box-orient: row-reverse;
    -webkit-box-orient: row-reverse;
    box-orient: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .block-authentication .actions-toolbar:before,
  .block-authentication .actions-toolbar:after {
    display: none;
  }
  .block-authentication .actions-toolbar > .primary {
    margin-right: 0;
    width: auto;
  }
  .block-authentication .actions-toolbar > .secondary {
    margin-right: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 820px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .payment-method .actions-toolbar .action.checkout {
    width: 270px;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    display: none;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 0 0 9px;
    text-align: left;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 0 0 9px;
    text-align: left;
    font-weight: 400;
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.2rem;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #4aa28f;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .homepage-slider__item {
    height: 848px;
  }
  .homepage-slider__description {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 20px;
    max-width: 540px;
    display: block;
  }
  .homepage-slider__thumbs {
    max-width: 700px;
    display: block;
  }
  .homepage-slider__thumbs .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .homepage-slider__thumbs .slick-list {
    padding-left: 40px;
  }
  .homepage-slider__thumbs.slider-before-init.slick-initialized {
    position: absolute;
    right: 33px;
    bottom: -43px;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .homepage-slider__thumbs .slick-slide {
    margin: 0 15px;
    width: 200px;
    padding-top: 26px;
    height: 159px;
  }
  .homepage-slider__thumbs .slick-slide img {
    height: 100%;
    min-width: 100%;
    object-fit: cover;
  }
  .homepage-slider__thumbs .slick-slide.slick-current {
    position: relative;
    z-index: 10;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transform-origin: bottom right;
  }
  .homepage-slider__thumbs .slick-slide .slide-number {
    font-size: 1.6rem;
    color: #ffffff;
    position: absolute;
    bottom: 13px;
    left: 18px;
    z-index: 1;
  }
  .homepage-slider__thumb {
    height: 133px;
    position: relative;
    z-index: 1;
  }
  .homepage-slider__details {
    bottom: auto;
    top: 35.5%;
  }
  .homepage-slider__category {
    letter-spacing: 3.5px;
  }
  .homepage-slider__description {
    margin-bottom: 37px;
  }
  .homepage-slider .slider-number {
    top: calc(50% - 99px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    right: 116px;
  }
  .homepage-slider .slider-number .active {
    font-size: 7rem;
    margin-right: 8px;
  }
  .homepage-slider .slider-number .from {
    margin-top: 16px;
  }
  .delivery-banner__text:before {
    background-size: 16px;
    margin-right: 12px;
  }
  .delivery-banner__close {
    right: 15px;
    height: 18px;
    width: 18px;
  }
  .delivery-banner__close:before,
  .delivery-banner__close:after {
    height: 8px;
  }
  .delivery-banner__close {
    right: 13px;
  }
  .informations {
    padding: 80px 0 37px;
  }
  .informations__box {
    margin-bottom: 18px;
  }
  .special-offer {
    padding: 102px 0 0;
  }
  .special-offer .action.show-all {
    margin: 0 auto 60px;
  }
  .special-offer .product-carousel {
    margin-bottom: 31px;
  }
  .special-offer .menu {
    margin: 45px auto 60px;
  }
  .special-offer .menu a {
    margin: 0;
    letter-spacing: 0.7px;
    font-size: 1.5rem;
    padding: 19px 0 11px;
  }
  .special-offer__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .instagram-widget__image:nth-last-of-type(-n+2) {
    display: block;
  }
  .bestsellers {
    margin-bottom: 100px;
    padding-top: 48px;
  }
  .bestsellers__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .bestsellers__header {
    margin-bottom: 49px;
  }
  .bestsellers .slick-slide {
    margin: 0;
  }
  .bestsellers .product-item-details {
    padding: 26px 60px 0;
    text-align: center;
  }
  .bestsellers .product-item .price-box {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .bestsellers .slick-next,
  .bestsellers .slick-prev {
    top: auto;
    bottom: 18px;
    transform: none;
  }
  .bestsellers .slick-next:before,
  .bestsellers .slick-prev:before {
    border: 1px solid transparent;
  }
  .bestsellers .slick-next {
    right: -3px;
  }
  .bestsellers .slick-prev {
    left: -3px;
  }
  .products-grid .items {
    margin: 0 -15px;
  }
  .products-grid .items .product-item {
    margin: 0 15px;
  }
  .product-item-details {
    padding: 15px 0 0;
    text-align: left;
  }
  .product-item .price-box {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .page-products .products-grid .items {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .page-products .products-grid .items .item {
    -webkit-flex: 1 0 calc(33.33% - 30px);
    -ms-flex: 1 0 calc(33.33% - 30px);
    flex: 1 0 calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin-bottom: 30px;
  }
  .page-products .products-grid .items .item:nth-last-child(1):nth-child(odd) {
    margin-right: 15px;
  }
  .product.data.items > .item.title > .switch {
    height: 32px;
  }
  .catalog-product-view .column.main {
    display: block;
  }
  .product.media {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-top: 30px;
  }
  .title-sku-wrapper {
    float: left;
    width: 50%;
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .product-info-main {
    float: right;
    width: 50%;
    padding-left: 15px;
  }
  .product-options-bottom .box-tocart {
    margin-right: 25px;
  }
  .block.upsell {
    width: 100%;
    clear: both;
  }
  .block.upsell .slick-slide {
    max-width: none;
  }
  .block.upsell .products {
    max-width: 540px;
  }
  .block.upsell .products .items {
    margin: 0;
    display: block;
  }
  .block.upsell .products .items .item {
    margin: 0;
    max-width: none;
    flex: none;
  }
  .additional-attributes-wrapper {
    margin-top: 48px;
  }
  .additional-attributes-wrapper .additional-attributes tbody tr {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .additional-attributes-wrapper .additional-attributes tbody tr th {
    -webkit-flex: 1 0 190px;
    -ms-flex: 1 0 190px;
    flex: 1 0 190px;
    max-width: 190px;
    width: auto;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .block-search {
    margin-right: 38px;
  }
  .block-search .control {
    position: relative;
  }
  .block-search .control input {
    width: 300px;
    top: calc(100% + 10px);
  }
  .block-search {
    margin-right: 28px;
  }
  .contact-index-index .form.contact .action {
    width: 200px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 0 0 9px;
    text-align: left;
    width: 0;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .account .column.main {
    width: 100%;
  }
  .account .column.main .block-content {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .account .sidebar.sidebar-main {
    width: 100%;
  }
  .account .box {
    -webkit-flex: 1 0 49%;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%;
    max-width: 49%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .control.captcha-image .action {
    margin-bottom: 10px;
  }
  .block.newsletter .newsletter-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .block.newsletter .title strong {
    font-size: 4.8rem;
    letter-spacing: 0;
    margin-bottom: 13px;
  }
  .block.newsletter .text {
    margin-bottom: 28px;
  }
  .block.newsletter .form.subscribe {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 556px;
  }
  .block.newsletter .field {
    margin: 0 -1px 0 0;
  }
  .block.newsletter .actions {
    margin-top: 0;
  }
  .block.newsletter .actions .subscribe {
    min-width: 190px;
    padding: 0 20px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  .order-links {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order-links .item {
    margin-right: 20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .logo img {
    height: auto;
    max-height: unset;
  }
  .links-container {
    margin-right: 59px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #4aa28f;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    margin-top: 20px;
  }
  .cms-index-index .page-main {
    max-width: none;
    padding: 0;
  }
  .header.content {
    padding-bottom: 26px;
  }
  .products.products-grid.wishlist li {
    width: 25%;
    text-align: center;
  }
  .block.filter {
    padding: 28px 40px 15px;
    height: auto;
    max-height: 100vh;
  }
  .block.filter.active {
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
  }
  .filter-options .filter-options-content {
    padding-bottom: 40px;
    margin: 0 0 41px;
  }
  .filter-options .filter-options-content .item {
    font-size: 1.6rem;
  }
  .filter-content {
    max-height: calc(100vh - 103px);
    padding-bottom: 0;
  }
  .block.filter {
    padding: 28px 40px 15px;
    height: auto;
    max-height: 100vh;
  }
  .block.filter.active {
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7);
  }
  .filter-options .filter-options-content {
    padding-bottom: 40px;
    margin: 0 0 41px;
  }
  .filter-options .filter-options-content .item {
    font-size: 1.6rem;
  }
  .filter-content {
    max-height: calc(100vh - 103px);
    padding-bottom: 0;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .product-carousel .slick-slide .product-item {
    margin: 0;
  }
  .slick-slide {
    margin: 0 15px;
    max-width: 255px;
  }
  .slick-slider-container {
    max-width: 620px;
  }
  .slick-prev,
  .slick-next {
    top: calc(50% - 14px);
  }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    background: url("../images/icons/arrow-long-left.svg") no-repeat center center;
    width: 52px;
    height: 52px;
    font-weight: 300;
    border: 1px solid rgba(151, 151, 151, 0.32);
    border-radius: 50%;
    background-color: #ffffff;
    -moz-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
  }
  .slick-prev:hover:before,
  .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-next:focus:before,
  .slick-prev:active:before,
  .slick-next:active:before {
    background-color: #f2f2f2;
  }
  .slick-next {
    right: -87px;
  }
  .slick-next:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .slick-prev {
    left: -87px;
  }
  .slick-prev:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .footer-links {
    padding-top: 0;
  }
  .footer-links .links-box {
    -webkit-flex: 1 0 30.3%;
    -ms-flex: 1 0 30.3%;
    flex: 1 0 30.3%;
    max-width: 30.3%;
    padding-right: 10px;
  }
  .footer-links .links-box__title {
    margin-bottom: 24px;
  }
  .footer-links .links-box__link {
    letter-spacing: 0.3px;
  }
  .footer-links .links-box.social-box {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 66px;
  }
  .footer-links .links-box.social-box .links-box__links {
    margin: 0;
    padding: 0;
    max-width: 215px;
  }
  .footer-links .links-box.social-box .links-box__link.facebook a:after {
    font-size: 29px;
  }
  .footer-links .links-box.social-box .links-box__link.twitter a:after {
    font-size: 25px;
  }
  .footer-links .links-box.social-box .links-box__link.instagram a:after {
    font-size: 26px;
  }
  .footer-links .links-box__logo {
    text-align: left;
    max-width: 210px;
  }
  .copyright-container .copyright-wrapper {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-top: 0;
  }
  .copyright-container .copyright {
    margin: 0;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .copyright-container .switcher {
    margin-right: 29px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .copyright-container .switcher-options {
    margin: 22px 0;
  }
  .promotions {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 40px;
  }
  .promotions__box {
    -webkit-flex: 1 0 calc(50% - 15px);
    -ms-flex: 1 0 calc(50% - 15px);
    flex: 1 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 0;
  }
  .promotions .section-title {
    padding-top: 62px;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
  }
  .promotions__title {
    font-size: 2.9rem;
    letter-spacing: 0.7px;
    font-weight: 600;
  }
  .socials-box {
    position: absolute;
    right: unset;
    right: 0;
    top: 101%;
    background: #ffffff;
    width: 65px;
    padding: 172px 0 25px;
    z-index: 50;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .socials-box__text {
    font-size: 1.2rem;
    letter-spacing: 2.2px;
    opacity: 0.5;
    color: #000000;
    line-height: 1.2;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0;
    position: absolute;
    top: 97px;
  }
  .socials-box__links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .socials-box__link {
    margin: 20px 0;
    display: inline-block;
  }
  .socials-box__link span {
    display: none;
  }
  .socials-box__link a {
    font-size: 0;
  }
  .socials-box__link a:after {
    font-weight: 400;
  }
  .socials-box__link a:hover:after,
  .socials-box__link a:focus:after,
  .socials-box__link a:active:after {
    -moz-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
  }
  .socials-box__link.facebook a {
    display: inline-block;
    text-decoration: none;
  }
  .socials-box__link.facebook a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #989898;
    content: '\f082';
    font-family: 'Font Awesome 5 Brands';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .socials-box__link.facebook a:hover:after {
    color: #7f7f7f;
  }
  .socials-box__link.facebook a:active:after {
    color: #7f7f7f;
  }
  .socials-box__link.twitter a {
    display: inline-block;
    text-decoration: none;
  }
  .socials-box__link.twitter a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #989898;
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .socials-box__link.twitter a:hover:after {
    color: #7f7f7f;
  }
  .socials-box__link.twitter a:active:after {
    color: #7f7f7f;
  }
  .socials-box__link.instagram a {
    display: inline-block;
    text-decoration: none;
  }
  .socials-box__link.instagram a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #989898;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .socials-box__link.instagram a:hover:after {
    color: #7f7f7f;
  }
  .socials-box__link.instagram a:active:after {
    color: #7f7f7f;
  }
  .socials-links {
    z-index: 50;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .socials-links__text {
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.2;
  }
  .socials-links__links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .socials-links__link {
    margin: 20px 0;
    display: inline-block;
  }
  .socials-links__link span {
    display: none;
  }
  .socials-links__link a {
    font-size: 0;
  }
  .socials-links__link a:after {
    font-weight: 400;
  }
  .socials-links__link a:hover:after,
  .socials-links__link a:focus:after,
  .socials-links__link a:active:after {
    -moz-transition: color 0.4s ease-in-out;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
  }
  .socials-links__link.facebook a {
    display: inline-block;
    text-decoration: none;
  }
  .socials-links__link.facebook a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #989898;
    content: '\f082';
    font-family: 'Font Awesome 5 Brands';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .socials-links__link.facebook a:hover:after {
    color: #7f7f7f;
  }
  .socials-links__link.facebook a:active:after {
    color: #7f7f7f;
  }
  .socials-links__link.twitter a {
    display: inline-block;
    text-decoration: none;
  }
  .socials-links__link.twitter a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #989898;
    content: '\f099';
    font-family: 'Font Awesome 5 Brands';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .socials-links__link.twitter a:hover:after {
    color: #7f7f7f;
  }
  .socials-links__link.twitter a:active:after {
    color: #7f7f7f;
  }
  .socials-links__link.instagram a {
    display: inline-block;
    text-decoration: none;
  }
  .socials-links__link.instagram a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 1;
    color: #989898;
    content: '\f16d';
    font-family: 'Font Awesome 5 Brands';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .socials-links__link.instagram a:hover:after {
    color: #7f7f7f;
  }
  .socials-links__link.instagram a:active:after {
    color: #7f7f7f;
  }
  .cms-page-view .page-title-wrapper .page-title {
    font-size: 5.8rem;
  }
  .cms-no-route .page-title-wrapper .page-title {
    font-size: 34rem;
  }
  .cms-no-route .actions-toolbar {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .cms-no-route .actions-toolbar a {
    width: 200px;
  }
  .cms-page-view .page-title-wrapper .page-title {
    font-size: 3.8rem;
  }
  .catalog-category-view #maincontent .column.main .product-item,
  .catalogsearch-result-index #maincontent .column.main .product-item {
    max-width: calc(33.33% - 30px);
  }
}
@media all and (min-width: 820px) and (max-width: 991.98px), print and (max-width: 991.98px) {
  .owl-gallery-container.thumb_right .thumbnails {
    width: 18%;
  }
}
@media all and (min-width: 820px) and (max-width: 991.98px), print and (max-width: 991.98px) {
  .owl-gallery-container.thumb_left .thumbnails {
    width: 18%;
  }
}
@media all and (min-width: 820px) and (max-width: 767px), print and (max-width: 767px) {
  .special-offer__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 820px) and (max-width: 767px), print and (max-width: 767px) {
  .bestsellers__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px), print {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
  }
  .nav-sections .switcher {
    display: none;
  }
  .navigation .level0 > .level-top {
    margin: 0 20px;
  }
  nav.navigation {
    position: static;
  }
  nav.navigation ul.ui-menu {
    position: static;
  }
  nav.navigation li.level0 {
    position: static;
  }
  nav.navigation li.level0 .ui-state-active + .level0,
  nav.navigation li.level0 .ui-state-focus + .level0 {
    display: flex !important;
  }
  nav.navigation li.level0:first-of-type > .level-top {
    margin-left: 0;
  }
  nav.navigation li.level0:last-of-type > .level-top {
    margin-right: 0;
  }
  nav.navigation li.level0.parent > .level-top {
    padding-right: 0;
  }
  nav.navigation li.level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  nav.navigation li.level0.parent > .level-top:after {
    content: '';
    background: url('..//images/icons/select-bg.svg') no-repeat center center;
    display: inline-block;
    width: 15px;
    height: 10px;
    background-size: 30px;
    margin-left: 3px;
  }
  nav.navigation li.level0 .submenu .active > a span {
    border-bottom: 2px solid #4aa28f;
  }
  nav.navigation li.level0 .submenu a span {
    position: relative;
  }
  nav.navigation li.level0 .submenu a span:after {
    content: '';
    height: 2px;
    width: 0;
    background-color: transparent;
    -moz-transition: width 0.4s ease-in-out;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  nav.navigation li.level0 .submenu a.ui-state-focus {
    background-color: transparent;
  }
  nav.navigation li.level0 .submenu a:hover,
  nav.navigation li.level0 .submenu a:focus,
  nav.navigation li.level0 .submenu a:active {
    background-color: transparent;
  }
  nav.navigation li.level0 .submenu a:hover span:after,
  nav.navigation li.level0 .submenu a:focus span:after,
  nav.navigation li.level0 .submenu a:active span:after {
    background-color: #4aa28f;
    width: 100%;
  }
  nav.navigation li.level0 .submenu li.parent > a > .ui-menu-icon {
    display: none;
  }
  nav.navigation li.level0.parent:after {
    content: '';
    width: 100vw;
    background-color: transparent;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 60;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
  }
  nav.navigation li.level0.parent:hover:after,
  nav.navigation li.level0.parent:focus:after,
  nav.navigation li.level0.parent:active:after {
    background-color: #d8d8d8;
  }
  nav.navigation li.level0.parent:hover > .level-top:before,
  nav.navigation li.level0.parent:focus > .level-top:before,
  nav.navigation li.level0.parent:active > .level-top:before {
    width: 100%;
  }
  nav.navigation li.level0 > .level0 .submenu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
    height: auto;
  }
  nav.navigation li.level0 > .level0 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 5.5px 20px;
    text-transform: unset;
  }
  nav.navigation li.level0 > .level0 .category-item:hover,
  nav.navigation li.level0 > .level0 .category-item:focus,
  nav.navigation li.level0 > .level0 .category-item:active {
    background-color: #f5f6fa;
  }
  nav.navigation li.level0 > .level0.submenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    border: 0;
    box-shadow: none;
    z-index: 60;
    padding: 25px 25px 40px;
    height: auto;
  }
  nav.navigation li.level0 > .level0.submenu:after {
    content: '';
    display: block;
    left: -999em;
    right: auto;
    background: #ffffff;
    position: absolute;
    width: 999em;
    top: 0;
    height: 100%;
    visibility: visible;
  }
  nav.navigation li.level0 > .level0.submenu:before {
    content: '';
    display: block;
    left: auto;
    right: -999em;
    background: #ffffff;
    position: absolute;
    width: 999em;
    top: 0;
    height: 100%;
    visibility: visible;
  }
  nav.navigation li.level0 > .level0.submenu .submenu {
    box-shadow: none;
    border: 0;
    margin: 0;
    width: 100%;
  }
  nav.navigation li.level0 > .level0.submenu > .level1 {
    display: inline-block;
    vertical-align: top;
    position: static;
    width: 25%;
  }
  nav.navigation li.level0 > .level0.submenu > .level1 > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  nav.navigation li.level0 > .level0.submenu > .level1 > .submenu {
    left: 25% !important;
    top: 25px !important;
    width: auto;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    flex-direction: unset;
    border: 0;
    box-shadow: none;
    z-index: 60;
    padding: 25px 25px 40px;
    height: auto;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal:after {
    content: '';
    display: block;
    left: -999em;
    right: auto;
    background: #ffffff;
    position: absolute;
    width: 999em;
    top: 0;
    height: 100%;
    visibility: visible;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal:before {
    content: '';
    display: block;
    left: auto;
    right: -999em;
    background: #ffffff;
    position: absolute;
    width: 999em;
    top: 0;
    height: 100%;
    visibility: visible;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal .submenu {
    box-shadow: none;
    border: 0;
    margin: 0;
    width: 100%;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal > .level1 {
    display: block;
    vertical-align: unset;
    position: unset;
    width: unset;
    flex: 1 1 auto;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal > .level1 > a {
    font-weight: 700;
    text-transform: uppercase;
  }
  nav.navigation li.level0 > .level0.submenu.horizontal > .level1 > .submenu {
    left: 25% !important;
    top: 25px !important;
    width: auto;
  }
  nav.navigation li.level0 > .level-top {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    margin: 0 15px;
    position: relative;
    font-size: 1.6rem;
  }
  nav.navigation li.level0 > .level-top:before {
    content: '';
    background: #4aa28f;
    height: 2px;
    width: 0;
    -moz-transition: 0.4s width ease-in-out;
    -webkit-transition: 0.4s width ease-in-out;
    -o-transition: 0.4s width ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  nav.navigation li.level0 > .level-top:hover:before,
  nav.navigation li.level0 > .level-top:focus:before,
  nav.navigation li.level0 > .level-top:active:before {
    width: 100%;
  }
  nav.navigation li.level0.active > .level-top:before {
    width: 100%;
  }
  nav.navigation .level1 a {
    font-weight: 700;
    text-transform: uppercase;
  }
  nav.navigation .level2 a {
    font-weight: 700;
  }
  nav.navigation .level3 a {
    font-weight: 400;
  }
  nav.navigation .level4 a {
    font-weight: 300;
  }
  nav.navigation ul.level2.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all.expanded {
    left: 30% !important;
    height: 100% !important;
    background: #ececec !important;
  }
  nav.navigation li.level0 > .level0 .submenu {
    min-width: 80% !important;
  }
  nav.navigation ul.level2.submenu {
    width: 80% !important;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content:nth-child(2) {
    order: 2 !important;
  }
  .nav-sections-item-content:nth-child(6) {
    order: 1 !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #ffffff;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #000000;
    line-height: 1.2;
    padding: 12px 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #000000;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #4aa28f;
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fullscreen-gallery {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 109;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
  }
  .fullscreen-gallery .fullscreen-gallery__wrapper {
    transform: translateY(100%);
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-height: 100vh;
    transition: transform 350ms ease-in-out;
  }
  .fullscreen-gallery.fullscreen-gallery--before-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .fullscreen-gallery.fullscreen-gallery--open .fullscreen-gallery__wrapper {
    transform: translateY(0);
  }
  .fullscreen-gallery .fullscreen-gallery__close {
    position: absolute;
    right: 0;
    top: 80px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    transform: translateX(115%);
  }
  .fullscreen-gallery .fullscreen-gallery__items {
    max-height: 100vh;
    width: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .fullscreen-gallery .fullscreen-gallery__items img {
    display: block;
    max-height: calc(100vh - 40px);
    max-width: 100%;
    margin-top: 20px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .fullscreen-gallery .fullscreen-gallery__items .owl-nav .owl-prev,
  .fullscreen-gallery .fullscreen-gallery__items .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
  }
  .fullscreen-gallery .fullscreen-gallery__items .owl-nav .owl-prev {
    left: -10px;
    transform: translateY(-50%) translateX(-100%);
  }
  .fullscreen-gallery .fullscreen-gallery__items .owl-nav .owl-next {
    right: -10px;
    transform: translateY(-50%) translateX(100%);
  }
  .brands-view-index .products-grid {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .brands-view-index .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .brands-view-index .columns .column.main {
    -webkit-flex: 1 0 calc(100% - 226px);
    -ms-flex: 1 0 calc(100% - 226px);
    flex: 1 0 calc(100% - 226px);
    max-width: calc(100% - 226px);
    padding-left: 44px;
  }
  .brands-view-index .toolbar-products {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: row-reverse;
    -ms-box-orient: row-reverse;
    -webkit-box-orient: row-reverse;
    box-orient: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .brands-view-index .toolbar-products:after,
  .brands-view-index .toolbar-products:before {
    display: none;
  }
  .brands-view-index .toolbar-products .pages {
    display: block;
  }
  .filters-mobile {
    display: none;
  }
  .checkout-cart-index .cart.table-wrapper {
    margin-bottom: 11px;
  }
  .checkout-cart-index .cart.table-wrapper .cart.item:last-of-type .item-info {
    border-bottom: 0;
  }
  .cart-container {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .cart-container .form-cart {
    width: calc(100% - 270px);
    padding-right: 15px;
  }
  .cart-container .form-cart .actions {
    margin-right: 2px;
  }
  .cart-summary {
    width: 270px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .block.discount {
    margin: 39px 0;
  }
  .block.discount .coupon .field {
    width: 31.5%;
  }
  .block.discount .coupon .actions-toolbar .action {
    margin-right: 20px;
  }
  .cart.table-wrapper .item .col.item {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper thead .col {
    padding: 5px 10px;
  }
  .cart.table-wrapper .product-item-details {
    margin-left: 0;
  }
  .minicart-wrapper {
    padding-left: 26px;
    border-left: 1px solid #9a9a9a;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .opc-wrapper .form-login {
    max-width: 47%;
  }
  .form-shipping-address .fieldset,
  .billing-address-form .fieldset {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form-shipping-address .fieldset .field,
  .billing-address-form .fieldset .field {
    width: calc(26%);
  }
  .form-shipping-address .fieldset .field.street,
  .billing-address-form .fieldset .field.street {
    width: 100%;
  }
  .form-shipping-address .fieldset .field.street .control,
  .billing-address-form .fieldset .field.street .control {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .form-shipping-address .fieldset .field.street .control .field:first-of-type,
  .billing-address-form .fieldset .field.street .control .field:first-of-type {
    margin-right: 24px;
  }
  .form-shipping-address .fieldset .field.street .control .field:nth-of-type(n + 2),
  .billing-address-form .fieldset .field.street .control .field:nth-of-type(n + 2) {
    width: calc(25% - 24px);
    margin-left: 24px;
  }
  .form-shipping-address .fieldset .field[name="shippingAddress.street.0"],
  .billing-address-form .fieldset .field[name="shippingAddress.street.0"] {
    margin-right: 24px;
  }
  .form-shipping-address .fieldset .field[name="shippingAddress.street.2"],
  .billing-address-form .fieldset .field[name="shippingAddress.street.2"],
  .form-shipping-address .fieldset .field[name="shippingAddress.street.1"],
  .billing-address-form .fieldset .field[name="shippingAddress.street.1"] {
    width: calc(25% - 24px);
    margin-left: 24px;
  }
  .form-shipping-address .fieldset .card.styled .width-100,
  .billing-address-form .fieldset .card.styled .width-100 {
    width: 100% !important;
  }
  .homepage-slider {
    margin-bottom: 3rem;
  }
  .homepage-slider__arrows {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    bottom: 4px;
    left: 0;
    background-color: #ffffff;
    width: 26.6%;
    height: 112px;
    padding: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-content: center;
  }
  .homepage-slider__arrows .slick-arrow {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 23px 0;
  }
  .homepage-slider__arrows .slick-arrow:focus,
  .homepage-slider__arrows .slick-arrow:active {
    background: none;
    border: none;
  }
  .homepage-slider__arrows .slick-arrow:hover {
    background: none;
    border: none;
  }
  .homepage-slider__arrows .slick-arrow.disabled,
  .homepage-slider__arrows .slick-arrow[disabled],
  fieldset[disabled] .homepage-slider__arrows .slick-arrow {
    pointer-events: none;
    opacity: 0.5;
  }
  .homepage-slider__arrows .slick-arrow:after {
    content: '';
    background: url("../images/icons/arrow-long-left.svg") no-repeat center center;
    height: 30px;
    width: 30px;
    display: inline-block;
  }
  .homepage-slider__arrows .slick-arrow:active,
  .homepage-slider__arrows .slick-arrow:focus,
  .homepage-slider__arrows .slick-arrow:hover {
    box-shadow: none;
  }
  .homepage-slider__arrows .next {
    margin-left: 12px;
  }
  .homepage-slider__arrows .next:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .homepage-slider__thumbs {
    max-width: 639px;
  }
  .homepage-slider__thumbs.slider-before-init.slick-initialized {
    position: absolute;
    right: 0;
    bottom: -43px;
    margin: 0;
    opacity: 1;
    pointer-events: auto;
  }
  .homepage-slider__thumbs.slider-before-init.slick-initialized ~ .arrows-container {
    opacity: 1;
    pointer-events: auto;
  }
  .homepage-slider__thumbs .slick-slide {
    margin: 0;
  }
  .homepage-slider__item {
    height: 600px;
  }
  .homepage-slider .slider-number {
    top: calc(50% - 120px);
    right: 127px;
  }
  .homepage-slider__details {
    top: 32.9%;
    left: 8px;
  }
  .homepage-slider__category {
    margin-bottom: 9px;
  }
  .homepage-slider__title {
    font-size: 7.3rem;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
  }
  .homepage-slider__description {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.5px;
    margin-bottom: 39px;
  }
  .informations {
    padding: 80px 0 45px;
  }
  .special-offer .menu {
    margin-top: 42px;
  }
  #wk-oosn-button {
    width: auto;
  }
  .bestsellers {
    padding-top: 0;
    margin-bottom: 90px;
  }
  .bestsellers__bg-text {
    display: block;
    position: absolute;
    font-size: 20.1rem;
    line-height: 1.2;
    opacity: 0.05;
    color: #000000;
    z-index: -1;
    top: 69.6%;
    left: -20px;
    font-weight: 700;
  }
  .bestsellers__link {
    margin-top: 0;
  }
  .bestsellers__link .check-all {
    position: absolute;
    left: 47px;
    bottom: 14px;
  }
  .bestsellers .slick-slider-container {
    max-width: none;
  }
  .bestsellers .slider-before-init {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
  .bestsellers .product-items {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 7px;
  }
  .bestsellers .product-item {
    width: 100%;
    max-width: 290px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  .bestsellers .product-item-photo {
    height: auto;
  }
  .bestsellers .product-item-photo img:not(.photo-image-hover) {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .bestsellers .product-item:nth-of-type(1) {
    margin-top: 0;
  }
  .bestsellers .product-item:nth-of-type(2) {
    max-width: 665px;
    margin: 0 -224px 0 -91px;
    z-index: 1;
  }
  .bestsellers .product-item:nth-of-type(2) .product-item-details {
    margin: 0 224px 0 91px;
    padding-left: 30px;
  }
  .bestsellers .product-item:nth-of-type(2) .product-item-photo .product-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 665px;
    height: 443px;
  }
  .bestsellers .product-item:nth-of-type(2) .product-item-photo .product-image-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: none;
    width: 100%;
    height: auto;
  }
  .bestsellers .product-item:nth-of-type(3) {
    margin-top: 180px;
  }
  .bestsellers .product-item-details {
    padding: 26px 0 0;
    text-align: left;
  }
  .bestsellers .product-item .price-box {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .bestsellers .product-image-container {
    display: block;
  }
  .bestsellers .product-image-container img {
    width: 100%;
  }
  .product-hover-details {
    display: block;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
  }
  .page-products .products-grid {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .page-products .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page-products .columns .column.main {
    -webkit-flex: 1 0 calc(100% - 226px);
    -ms-flex: 1 0 calc(100% - 226px);
    flex: 1 0 calc(100% - 226px);
    max-width: calc(100% - 226px);
    padding-left: 44px;
  }
  .page-products .toolbar-products {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: row-reverse;
    -ms-box-orient: row-reverse;
    -webkit-box-orient: row-reverse;
    box-orient: row-reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .page-products .toolbar-products:after,
  .page-products .toolbar-products:before {
    display: none;
  }
  .page-products .toolbar-products .pages {
    display: block;
  }
  .filters-mobile {
    display: none;
  }
  .catalog-product-view .breadcrumbs {
    display: block;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .product.media {
    padding-top: 16px;
    width: 57.7%;
  }
  .title-sku-wrapper {
    width: 42.3%;
  }
  .product-info-main {
    width: 42.3%;
  }
  .product-options-bottom {
    max-width: 350px;
  }
  .product-options-bottom .box-tocart .action.tocart {
    width: auto;
  }
  .block.upsell {
    padding-top: 69px;
  }
  .block.upsell .products {
    max-width: 810px;
  }
  .account .columns {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .account .column.main {
    padding-left: 20px;
    width: calc(100% - 226px);
  }
  .swatch-option {
    margin: 10px 7px 0 0;
  }
  .swatch-option.image,
  .swatch-option.color {
    height: 20px;
    width: 20px;
  }
  .swatch-option.image:before,
  .swatch-option.color:before {
    bottom: -5px;
  }
  .swatch-attribute-options {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .logo img {
    height: auto;
  }
  .header.links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header.links li.wishlist {
    margin-right: 15px;
    margin-left: 15px;
  }
  .header.links li.authorization-link {
    margin-left: 15px;
  }
  .header.content {
    padding-top: 25px;
    padding-bottom: 23px;
  }
  .sidebar.sidebar-main {
    padding: 31px 0;
    -webkit-flex: 1 0 196px;
    -ms-flex: 1 0 196px;
    flex: 1 0 196px;
    max-width: 196px;
    float: none;
    width: 100%;
  }
  .block.filter {
    position: relative;
    max-width: 300px;
    min-width: 300px;
    padding: 0 20px 0 0;
    max-height: none;
    height: auto;
    margin: 0;
    left: 0;
  }
  .block.filter.active {
    box-shadow: none;
  }
  .filter-content {
    max-height: none;
    padding: 0 15px 15px;
    border: 0;
    margin: 0;
  }
  .filter-options {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    overflow: visible;
    text-align: left;
  }
  .filter-options div.filter-options-title {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .filter-options .filter-options-content {
    padding-bottom: 30px;
    margin: 0 0 31px;
  }
  .filter-options .filter-options-content .item {
    font-size: 1.2rem;
    line-height: 1;
  }
  .filter-current {
    text-align: left;
  }
  .filter-current .items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-current .items .item {
    padding-right: 15px;
  }
  .filter-current + .filter-actions {
    text-align: left;
  }
  .sidebar.sidebar-main {
    padding: 31px 0;
    -webkit-flex: 1 0 196px;
    -ms-flex: 1 0 196px;
    flex: 1 0 196px;
    max-width: 196px;
    float: none;
    width: 100%;
  }
  .block.filter {
    max-height: none;
    height: auto;
    margin: 0;
    left: 0;
  }
  .block.filter.active {
    box-shadow: none;
  }
  .filter-content {
    max-height: none;
    padding: 0;
    border: 0;
    margin: 0;
  }
  .filter-options {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    overflow: visible;
    text-align: left;
  }
  .filter-options .filter-options-title {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
  .filter-options .filter-options-content {
    padding-bottom: 30px;
    margin: 0 0 31px;
  }
  .filter-options .filter-options-content .item {
    font-size: 1.2rem;
    line-height: 1;
  }
  .filter-current {
    text-align: left;
  }
  .filter-current .items {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-current .items .item {
    padding-right: 15px;
  }
  .filter-current + .filter-actions {
    text-align: left;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .slick-slider-container {
    max-width: 895px;
  }
  .footer-links {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .footer-links .links-box {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
  }
  .footer-links .links-box.social-box {
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -moz-box-orient: column;
    -ms-box-orient: column;
    -webkit-box-orient: column;
    box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 69px;
  }
  .footer-links .links-box.social-box .links-box__links {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: none;
    margin: 20px 0 0;
  }
  .footer-links .links-box.social-box .links-box__link {
    margin: 0 34px 0 0;
  }
  .footer-links .links-box.social-box .links-box__link.facebook a:after,
  .footer-links .links-box.social-box .links-box__link.instagram a:after,
  .footer-links .links-box.social-box .links-box__link.twitter a:after {
    font-size: 20px;
  }
  .footer-links .links-box__logo {
    margin-top: 0;
    max-width: none;
  }
  .copyright-container .copyright {
    font-size: 1.2rem;
  }
  .copyright-container .switcher {
    margin-right: 66px;
  }
  .promotions .section-title {
    margin: 0 0 40px;
    padding-top: 61px;
  }
  .promotions__content {
    bottom: 44px;
    left: 31px;
  }
  .promotions__title {
    margin: 0 0 31px;
  }
  nav.navigation li.level0 > .level0.submenu::after {
    background: #f3f3f3;
  }
  nav.navigation li.level0 > .level0.submenu::before {
    background: #f3f3f3;
  }
  .fullscreen-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fullscreen-gallery .owl-carousel.fullscreen-gallery__items img {
    max-height: calc(100vh - 40px);
  }
  .catalog-category-view #maincontent .column.main .product-item,
  .catalogsearch-result-index #maincontent .column.main .product-item {
    -webkit-flex: 1 0 calc(33.33% - 30px);
    -ms-flex: 1 0 calc(33.33% - 30px);
    flex: 1 0 calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
  .page-products .product-photo-wrapper .photo .product-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
  }
  .page-products .product-photo-wrapper .photo .product-image-wrapper:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .page-products .product-photo-wrapper .photo img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .page-products .toolbar-products {
    -moz-box-orient: row;
    -ms-box-orient: row;
    -webkit-box-orient: row;
    box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .page-products .toolbar-products .pages {
    display: none;
  }
  .product-mobile-title-wrapper,
  .product-mobile-help,
  .product.attribute.short-description {
    display: none !important;
  }
  .product-info-main .product-reviews-summary {
    display: none !important;
  }
}
@media all and (min-width: 1024px) and (max-width: 767px), print and (max-width: 767px) {
  .nav-sections {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) and (max-width: 767px), print and (max-width: 767px) {
  nav.navigation li.level0 > .level0.submenu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) and (max-width: 767px), print and (max-width: 767px) {
  nav.navigation li.level0 > .level0.submenu.horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) and (min-width: 993px), print and (min-width: 993px) {
  .nav-sections-item-content > .navigation {
    overflow: hidden;
    width: 100%;
    height: 45px;
  }
}
@media all and (min-width: 1200px), print {
  nav.navigation li.level0 > .level0.submenu {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  nav.navigation li.level0 > .level-top {
    margin: 0 20px;
  }
  .companies__slider {
    padding: 0 35px;
  }
  .brands-view-index .columns .column.main {
    padding-left: 59px;
  }
  .homepage-slider__details {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .homepage-slider .slider-number {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    padding-left: 40px;
    padding-right: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
    width: 100%;
    top: 35.6%;
  }
  .homepage-slider__title {
    letter-spacing: 1px;
    margin-bottom: 16px;
    margin-left: -6px;
    max-width: 557px;
  }
  .homepage-slider__arrows {
    width: 354px;
  }
  .informations {
    padding: 82px 0 62px;
  }
  .informations__box {
    max-width: 320px;
  }
  .bestsellers {
    margin-bottom: 85px;
  }
  .bestsellers .product-item {
    max-width: 348px;
  }
  .bestsellers .product-item:nth-of-type(2) {
    max-width: 665px;
    margin: 0 -182px 0 -69px;
    z-index: 1;
  }
  .bestsellers .product-item:nth-of-type(2) .product-item-details {
    margin: 0 181px 0 70px;
    padding-left: 7.8%;
  }
  .bestsellers .product-items {
    margin: 0;
  }
  .bestsellers__link .check-all {
    left: 41px;
  }
  .bestsellers__bg-text {
    top: 57.5%;
    font-size: 25.2rem;
  }
  .page-products .columns .column.main {
    padding-left: 59px;
  }
  .block.upsell .products {
    max-width: none;
  }
  .product.media {
    padding-top: 16px;
    width: 58.6%;
  }
  .title-sku-wrapper {
    width: 41.4%;
  }
  .product-info-main {
    width: 41.4%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .logo img {
    height: auto;
  }
  .sidebar.sidebar-main {
    padding: 30px 0 0 30px;
    -webkit-flex: 1 0 226px;
    -ms-flex: 1 0 226px;
    flex: 1 0 226px;
    max-width: 226px;
  }
  .sidebar.sidebar-main {
    padding: 30px 0 0 30px;
    -webkit-flex: 1 0 226px;
    -ms-flex: 1 0 226px;
    flex: 1 0 226px;
    max-width: 226px;
  }
  .slick-slider-container {
    max-width: 1190px;
  }
  .slick-prev {
    left: -94px;
  }
  .slick-next {
    right: -94px;
  }
  .footer-links {
    padding-top: 0;
  }
  .footer-links .links-box.social-box .links-box__links {
    margin-top: 15px;
  }
  .footer-links .links-box__logo img {
    max-width: 259px;
  }
  .promotions {
    padding: 0 10px;
  }
  .promotions .section-title {
    margin: 0 0 60px;
  }
  .promotions__content {
    bottom: 54px;
    left: 50px;
  }
  .promotions__title {
    font-size: 3.3rem;
    letter-spacing: 1.8px;
  }
  .promotions__text {
    margin-bottom: 14px;
  }
}
@media all and (min-width: 1200px) and (max-width: 767px), print and (max-width: 767px) {
  .homepage-slider .slider-number {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1200px) and (min-width: 1440px), print and (min-width: 1440px) {
  .block.filter {
    min-width: 330px;
  }
}
@media all and (min-width: 1200px) and (min-width: 1600px), print and (min-width: 1600px) {
  .block.filter {
    min-width: 380px;
  }
}
@media only screen and (max-width: 1399px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .slick-prev {
    left: -40px;
  }
  .slick-next {
    right: -40px;
  }
}
/*------------------------------------*\
  #TRANSFORMATION MIXIN
\*------------------------------------*/
/*------------------------------------*\
  #FLEX MIXIN
\*------------------------------------*/
/*
    Created on : 2019-10-16
    Author     : Idea07
*/
.page-header {
  padding-top: 0;
  min-height: 115px;
}
.page-header .field.search {
  position: relative;
}
@media screen and (max-width: 820px) {
  .page-header .field.search {
    position: unset;
  }
}
.checkout-onepage-success #maincontent {
  padding-top: 3rem;
}
.wishlist-index-index .box-tocart .fieldset {
  display: block;
}
.sidebar .block filter .filter-options {
  border-bottom: 1px solid #4aa28f;
  margin-bottom: 35px;
}
.sidebar .block filter .filter-current .item {
  margin-bottom: 10px;
}
.fieldset.payment .control .card-types {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem 0;
  transition: all 0.2s ease-in-out;
  background: transparent;
}
.fieldset.payment .control .card-types:hover {
  border: 1px solid #000;
  padding: 0.5rem;
  margin: 0.5rem 0;
  transition: all 0.2s ease-in-out;
  background: #000;
  color: #fff;
}
.brands-view-index .page-title {
  display: none !important;
}
.page-header .panel.wrapper {
  display: none;
  border-bottom: unset;
  text-align: right;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .page-header .panel.wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.lang-list-flags {
  width: 23%;
  z-index: 99;
  position: relative;
}
@media (max-width: 767px) {
  .lang-list-flags {
    width: 80%;
  }
}
div#switcher-currency {
  z-index: 98;
}
@media only screen and (max-width: 767px) {
  div#switcher-currency {
    left: 35px;
  }
}
.lang-list-flags a {
  padding: 0 5px;
}
.switcher-currency {
  z-index: 1;
}
.lang-list-flags {
  margin-top: 5px;
  z-index: 100;
  position: relative;
}
.block-search .label:before {
  z-index: 11;
  position: relative;
  padding-left: 5px;
  padding-top: 1px;
}
.block-search .control {
  position: unset;
}
@media screen and (min-width: 820px) {
  .block-search .control input {
    opacity: 1 !important;
    width: auto;
    top: -1px;
  }
}
@media screen and (min-width: 820px) {
  .block-search .search-autocomplete {
    top: calc(110%);
  }
}
.products.wrapper.grid.products-grid {
  position: relative !important;
}
.switcher-currency .switcher-label {
  display: none;
}
.switcher-currency .switcher-trigger {
  display: inline-block;
  text-decoration: none;
  height: 26px;
  width: 47px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 0 10px;
  cursor: pointer;
  position: relative;
  color: #e5e6eb;
  border: 1px solid #e5e6eb;
  background-color: transparent;
}
.switcher-currency .switcher ul {
  margin: 0;
}
.switcher-currency .switcher-dropdown {
  position: absolute;
  text-align: left;
  padding: 0;
  left: 0;
  top: calc(98%);
  width: auto;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 0.4s ease-in-out;
  -webkit-transition: max-height 0.4s ease-in-out;
  -o-transition: max-height 0.4s ease-in-out;
  z-index: 999;
}
.switcher-currency .switcher-dropdown li {
  color: #e5e6eb;
  border: 1px solid #e5e6eb;
  background-color: #ffffff;
  margin: 0;
  width: 100%;
}
.switcher-currency .switcher-dropdown li a {
  padding: 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 26px;
}
.switcher-currency .switcher-options {
  position: relative;
}
.switcher-currency .switcher-options.active .switcher-dropdown {
  max-height: 200px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-image-container {
  padding: 1rem 15px !important;
}
.action.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
.overflow-hidden {
  overflow: hidden;
}
.modal-content {
  font-size: 1.2rem;
}
.modal-footer .action,
.modal-footer button {
  border: 1px solid #000000;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.9px;
  padding: 0 15px;
  height: 30px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal-footer .action:hover,
.modal-footer button:hover,
.modal-footer .action:focus,
.modal-footer button:focus,
.modal-footer .action:active,
.modal-footer button:active,
.modal-footer .modal-footer .action:hover,
.modal-footer .modal-footer .action:focus,
.modal-footer .modal-footer .action:active,
.modal-footer .modal-footer button:hover,
.modal-footer .modal-footer button:focus,
.modal-footer .modal-footer button:active {
  box-shadow: none;
  background-color: #000000;
  color: #ffffff;
}
a,
button,
.modal-footer .action,
.modal-footer button {
  border-radius: 0;
}
a.action.primary,
button.action.primary,
.modal-footer .action.action.primary,
.modal-footer button.action.primary {
  border-radius: 0;
}
.homepage-slider__thumbs {
  display: none;
}
.homepage-slider__item {
  display: flex !important;
}
.homepage-slider__text {
  width: 38%;
}
@media screen and (max-width: 820px) {
  .homepage-slider__text {
    width: 0%;
  }
}
.homepage-slider__imgbig {
  width: 62%;
}
@media screen and (max-width: 820px) {
  .homepage-slider__imgbig {
    width: 100%;
  }
}
.homepage-slider .slick-slide {
  border-bottom: 1px solid #e5e6eb;
}
@media (min-width: 640px) and (max-width: 1600px) {
  .homepage-slider__wrapper,
  .homepage-slider,
  .homepage-slider__item,
  .homepage-slider__items {
    height: 37.5vw;
  }
  .homepage-slider__item .homepage-slider__details {
    top: 13.5vw;
  }
  .homepage-slider__item .homepage-slider__title {
    font-size: 3.75vw;
    margin-bottom: 0;
  }
  .homepage-slider__item .homepage-slider__description {
    padding-top: 6vw;
    font-size: 0.8125vw;
  }
}
@media (min-width: 640px) and (max-width: 1600px) {
  .homepage-slider__item .homepage-slider__description {
    padding-top: 1vw;
  }
}
@media screen and (max-width: 640px) {
  .checkout-cart-index .logo-links-container {
    display: flex !important;
    justify-content: center !important;
  }
}
.header.content {
  display: block;
  padding-bottom: 2px;
}
@media screen and (max-width: 820px) {
  .header.content {
    padding-bottom: 25px;
  }
  .header.content .logo-links-container {
    display: flex !important;
  }
  .header.content .logo-links-container .switcher-currency {
    width: 100%;
    padding-top: 0;
  }
  .header.content .logo-links-container .links-container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between !important;
    margin-right: 45px !important;
    width: auto !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    float: unset !important;
  }
  .header.content .logo-links-container .block-search {
    padding-left: 0px;
    width: auto !important;
    margin-right: 15px;
    padding-top: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .header.content .logo-links-container .minicart-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .header.content .logo-links-container .block-search .label:before {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .homepage-slider__arrows {
    left: calc(37.95% - 90px) !important;
  }
}
.logo-links-container {
  width: 100%;
}
.cms-home .page-title-wrapper {
  display: none;
}
.logo-links-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.empty-container {
  width: 30%;
}
@media (max-width: 760px) {
  .empty-container {
    width: 0;
  }
}
.switcher-currency {
  width: 30%;
  padding-top: 25px;
}
.logo-container {
  width: 35%;
  padding-bottom: 0;
}
@media (max-width: 760px) {
  .logo-container {
    width: 70% !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.logo-container .logo {
  width: 100%;
}
@media (max-width: 760px) {
  .logo-container .logo {
    width: auto !important;
  }
}
.logo-container .logo img {
  margin: 0 auto;
  height: auto;
  max-width: 100%;
  max-height: none;
}
@media (max-width: 760px) {
  .logo-container .logo img {
    height: auto;
    max-height: none;
  }
}
.discount-coupon-form .coupon label {
  display: none;
}
.catalog-product-view {
  overflow-x: hidden;
}
.fotorama__stage__shaft {
  height: 100%;
}
.links-container {
  width: 35%;
  margin-right: 0;
  padding-bottom: 30px;
  align-items: normal;
  justify-content: flex-end;
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.filter-current {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .filter-current {
    max-width: 100%;
    width: 100%;
    border-top: 1px solid #4aa28f;
    padding: 10px 0;
  }
}
@media (max-width: 769px) {
  .filter-content {
    border-top: unset;
  }
}
.block-actions.filter-actions {
  max-width: 400px;
  margin: 0 auto;
}
.menutop-container {
  padding: 0.1rem 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.block-search {
  padding-left: 5px;
  width: 200px;
  margin-right: 15px;
  padding-top: 3px;
}
.header.links {
  justify-content: flex-end;
}
.header.links a:hover {
  text-decoration: none;
}
.minicart-wrapper {
  border-left: 1px solid #dfe2e9;
  margin-bottom: 3px;
}
@media screen and (max-width: 820px) {
  .minicart-wrapper {
    border-left: unset;
  }
}
#js-delivery-banner {
  background: #f5f6fa;
  padding: 2.5rem 5%;
  border-top: 1px solid #e5e6eb;
  border-bottom: 1px solid #e5e6eb;
}
#js-delivery-banner .delivery-banner__text {
  color: #8d94a2;
}
#js-delivery-banner .delivery-banner__text:before {
  color: #8d94a2;
}
.product-photo-wrapper .photo img {
  height: 265px;
  margin: 0 auto;
  object-fit: contain;
}
.page-with-filter .page-products .products-grid {
  flex-direction: unset;
}
.products.wrapper.grid.products-grid {
  align-items: normal;
}
.toolbar-products .pager-container {
  display: block;
}
.pager-container .pages .action {
  width: auto !important;
  border: unset;
}
.pages li.item.current span {
  color: #4aa28f;
}
.block.related {
  clear: both;
  order: 5;
}
.block.related .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.block.related .block-title #block-related-heading {
  font-weight: 400;
}
.block.related .block-title #block-related-heading::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.block.related .field.choice.related {
  display: none;
}
.block.related .block-actions {
  display: none;
}
.block.related .product-item-actions .actions-primary {
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
.related .slick-list.draggable {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .related .slick-track {
    display: flex;
  }
  .related .slick-track .slick-slide {
    display: flex;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    max-width: unset;
    float: unset;
    align-items: center;
    margin: 0 1%;
  }
  .related .slick-track .slick-slide .product-item {
    margin: 0;
  }
}
.block.crosssell .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.block.crosssell .block-title #block-crosssell-heading {
  font-weight: 400;
}
.block.crosssell .block-title #block-crosssell-heading::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.block.crosssell .product-photo-wrapper .photo img {
  height: 215px;
  margin: 0 auto;
  object-fit: none;
}
.block.crosssell .price-final_price {
  padding-bottom: 10px;
}
.checkout-cart-index .page-main .action {
  padding: 2px 8px 1px 8px !important;
}
.checkout-cart-index .cart.actions .action.clear:before {
  line-height: 12px;
}
.header.links li.authorization-link a:before {
  font-size: 0;
}
.cms-no .page-wrapper .page-main {
  padding-top: 5rem;
}
.account .page-wrapper .page-main {
  padding-top: 5rem;
}
@media screen and (min-width: 1024px) {
  .account .sidebar.sidebar-main {
    padding: 30px 0 0 30px;
  }
  .account .column.main {
    padding-left: 59px;
  }
}
.columns .column.main {
  padding-bottom: 0 !important;
  position: relative;
}
.socials-container {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  top: 0;
  right: 0;
  margin: 0 auto;
  left: 0;
}
.minicart-items .action.delete {
  right: 5px !important;
}
.block.upsell .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}
.block.upsell .block-title #block-upsell-heading {
  font-weight: 400;
  font-size: 2.3rem;
}
.block.upsell .block-title #block-upsell-heading::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.block.upsell .slider-before-init {
  opacity: 1;
  position: relative;
  flex-wrap: unset;
  display: flex !important;
}
.block.upsell .items .item {
  width: auto !important;
}
.block.upsell .product-item-actions .actions-primary {
  margin-top: 30px;
  display: block;
  width: 100%;
  text-align: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
}
/* WEEK OFFERTS */
.week-offerts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #e5e6eb;
}
.week-offerts .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
}
.week-offerts .block-title ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.week-offerts .product-items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.week-offerts .product-items .product-item {
  width: 100% !important;
  text-align: center;
}
.week-offerts .product-items .product-item .product-item-info .product-item-photo {
  padding: 2rem;
  border: 1px solid #e5e6eb;
  display: block;
  border-radius: 10px;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .old-price {
  text-decoration: none;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0 0.5rem;
  text-decoration: line-through;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .special-price .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .price-box .normal-price {
  font-size: 1.5rem;
  color: #e5e6eb;
  padding: 0 0.5rem;
}
.week-offerts .product-items .product-item .product-item-info .product-item-details .product-item-name {
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-index-index .field.street {
  width: 100% !important;
}
@media screen and (min-width: 1024px) {
  .checkout-index-index .field.street .control .field {
    width: 29% !important;
  }
}
@media (min-width: 768px) {
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    margin-top: 2px;
  }
}
/* OWL FIX */
.owl-carousel .owl-item img {
  max-width: 100%;
  max-height: 640px;
  margin: 0 auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-item img {
    max-height: 300px;
    width: auto !important;
  }
}
/* WEEK OFFERTS */
.content-two-columns {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .content-two-columns {
    display: block;
  }
}
.content-two-columns__left {
  width: 32%;
  margin-right: 2.5%;
}
.content-two-columns__left .product-item-details {
  padding: 7px 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__left {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .content-two-columns__left {
    width: 100%;
  }
}
.content-two-columns__left .product-item-link {
  height: auto;
  margin-bottom: 10px;
}
.content-two-columns__left .pages {
  display: none;
}
.content-two-columns__left .block-title strong {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
}
.content-two-columns__left .block-title strong ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.content-two-columns__left .block-content {
  border: 1px solid #e5e6eb;
  border-radius: 10px;
  padding: 5rem 2rem 2rem;
  position: relative;
  height: 543px;
}
.content-two-columns__left .product-item .price-box .price {
  font-size: 3.3rem;
  color: #4aa28f;
}
.content-two-columns__left .product-item {
  width: 100% !important;
  text-align: center;
  padding-top: 0.5rem;
  margin-top: 8px;
}
.content-two-columns__left .product-item .product-item-name {
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 4px;
  text-align: center;
}
.content-two-columns__left .product-item img {
  transition: all 0.2s ease-in-out;
  height: 315px;
  object-fit: contain;
  margin-bottom: 14px;
}
.content-two-columns__left .product-item .product-item-inner {
  display: none;
}
.content-two-columns__left .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.content-two-columns__left .price-box .price-box .price {
  font-size: 1.7rem;
  color: #e5e6eb;
  padding: 0 0.5rem;
}
.content-two-columns__left .price-box .price-box .normal-price {
  font-size: 1.7rem;
  color: #e5e6eb;
  padding: 0 0.5rem;
}
.content-two-columns__left .price-box .old-price {
  text-decoration: none;
}
.content-two-columns__left .price-box .old-price .price {
  font-size: 1.7rem;
  color: #adafbc;
  padding: 0 0.5rem;
  text-decoration: line-through;
}
.content-two-columns__left .price-box .special-price .price {
  font-size: 2.5rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.content-two-columns__left .check-new-banner {
  position: relative;
  padding-top: 6px;
}
.content-two-columns__left .check-new-banner img {
  border-radius: 10px;
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.content-two-columns__left .check-new-banner h1,
.content-two-columns__left .check-new-banner h2,
.content-two-columns__left .check-new-banner h3,
.content-two-columns__left .check-new-banner h4,
.content-two-columns__left .check-new-banner h5,
.content-two-columns__left .check-new-banner h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 3.1rem;
  position: absolute;
  top: 3.1rem;
  left: 2.5rem;
  font-weight: 400;
  padding-right: 15%;
  line-height: 1.3;
}
.content-two-columns__left .check-new-banner a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 5px;
  position: absolute;
  bottom: 3.2rem;
  left: 3rem;
  background: #4aa28f;
}
.content-two-columns__left .check-new-banner a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1.1rem;
  padding-left: 1.8rem;
}
.content-two-columns__left .check-new-banner a:hover {
  text-decoration: none;
  background: #000000;
}
.content-two-columns__right {
  width: 65%;
}
.content-two-columns__right .product-item-details {
  padding: 10px 0 0 !important;
}
.content-two-columns__right .product-item-link {
  height: auto;
  padding-bottom: 3px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__right {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .content-two-columns__right {
    width: 100%;
  }
}
.content-two-columns__right .block-title strong {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
}
.content-two-columns__right .block-title strong ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.content-two-columns__right .product-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px 1vw;
}
@media screen and (max-width: 1025px) {
  .content-two-columns__right .product-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 820px) {
  .content-two-columns__right .product-items {
    display: block;
  }
}
.content-two-columns__right .product-items .product-item {
  text-align: center;
  border: 1px solid #e5e6eb;
  border-radius: 10px;
  padding: 2rem;
  list-style: none;
  flex: 0 0 31.5%;
  width: 100% !important;
  margin-left: 1.5% !important;
  margin-right: 1.5% !important;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__right .product-items .product-item {
    flex: 0 0 44%;
    margin-left: 3% !important;
    margin-right: 3% !important;
  }
}
@media screen and (max-width: 820px) {
  .content-two-columns__right .product-items .product-item {
    flex: 0 0 100%;
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
.content-two-columns__right .product-items .product-item .product-item-info {
  border: unset;
  border-radius: 10px;
  padding: 10px 2rem;
}
.content-two-columns__right .product-items .product-item .product-item-info .product-item-name {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0;
  text-align: center;
}
.content-two-columns__right .product-items .product-item .product-item-info .product-item-inner {
  display: none;
}
.content-two-columns__right .product-items .product-item .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.content-two-columns__right .product-items .product-item .price-box .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.content-two-columns__right .product-items .product-item .price-box .old-price {
  text-decoration: none;
}
.content-two-columns__right .product-items .product-item .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0 0.5rem;
  text-decoration: line-through;
}
.content-two-columns__right .product-items .product-item .price-box .special-price .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0 0.5rem;
}
.content-two-columns__right .product-items .product-item img {
  height: 150px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .content-two-columns__right .product-items .product-item:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .content-two-columns__right .product-items .product-item:nth-child(n+4) {
    display: none;
  }
}
.content-two-columns .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
}
.content-two-columns .block-title ::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
@media screen and (max-width: 820px) {
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 100% !important;
  }
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(6) {
  margin-left: 2rem;
}
.page-layout-1column .products-related {
  position: relative;
}
.page-layout-1column .products-related .swiper-button-prev {
  font-size: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 40%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -40px;
}
.page-layout-1column .products-related .swiper-button-next {
  font-size: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 40%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -40px;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  display: none !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  display: none;
}
@media (max-width: 1025px) and (min-width: 767px) {
  .header.links li.wishlist {
    margin-right: 10px;
    margin-left: 15px;
  }
  .minicart-wrapper {
    padding-left: 18px;
  }
}
.bestsel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
.bestsel .product-item {
  width: 100% !important;
  text-align: center;
  padding-top: 0.5rem;
}
.bestsel .product-item .product-item-name {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 0rem;
  text-align: left;
  margin-top: 0;
}
.bestsel .product-item .product-item-inner {
  display: none;
}
.bestsel .product-item .price-box .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0;
}
.bestsel .product-item .price-box .old-price {
  text-decoration: none;
}
.bestsel .product-item .price-box .old-price .price {
  font-size: 1.2rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0;
  text-decoration: line-through;
}
.bestsel .product-item .price-box .special-price .price {
  font-size: 1.8rem;
  color: #4aa28f;
  font-weight: 700;
  padding: 0;
}
#mini-cart .product-image-photo {
  width: 100% !important;
  height: auto !important;
}
.opc-block-summary .items-in-cart .product-image-wrapper img {
  width: 100% !important;
  height: auto !important;
}
.opc-block-summary tr.totals-tax-summary {
  display: none;
}
.opc-block-summary .grand.totals span.price {
  font-size: 2.4rem;
}
.minicart-wrapper .block-minicart {
  overflow-y: scroll;
  -webkit-transition: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.block-minicart::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE and Edge */
.block-minicart {
  -ms-overflow-style: none;
}
#switcher-currency-nav {
  display: none;
}
.product-info-main .box-tocart .actions {
  margin-bottom: 20px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  display: block;
}
.block.block-compare {
  display: none;
}
.block.block-reorder {
  display: none;
}
.block.block-wishlist {
  display: none;
}
.cms-no-route #maincontent {
  padding-top: 3rem;
}
.brands-index-index #maincontent {
  padding-top: 3rem;
}
#empty_cart_button span {
  padding-left: 15px;
}
.product-info-main {
  float: left;
}
.product-info-main .product.alert a {
  border: 1px solid #000000;
  padding: 1rem;
  margin: 0.5rem 0;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.product-info-main .product.alert a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #000000;
}
.product-item .tocart:hover {
  background: #ffffff;
  color: #000000;
}
.product-item-actions .actions-secondary > .action:hover {
  background: #000000;
}
.companies .slick-slide {
  padding: 10px;
  height: 150px;
  border: 1px solid #e5e6eb;
  overflow: hidden;
}
.companies .slick-slide img {
  object-fit: scale-down;
  height: 130px;
  width: 100%;
}
.companies__header h3::after {
  display: none !important;
}
ul.level1.submenu {
  display: none;
}
.product.attribute.overview {
  padding-top: 10px;
  float: right;
  width: 50%;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .product.attribute.overview {
    width: 41.6%;
  }
}
@media (min-width: 1025px) {
  .product.attribute.overview {
    width: 41.4%;
  }
}
@media (max-width: 820px) {
  .product.attribute.overview {
    padding-top: 20px;
    float: unset;
    width: 100%;
    padding-left: 0;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
}
.product.attribute.description {
  clear: both;
}
@media (max-width: 820px) {
  .product.attribute.description {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
.fotorama {
  max-height: 600px !important;
}
@media (max-width: 1024px) {
  .fotorama {
    max-height: unset !important;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .product.media {
    float: left;
    width: 48%;
    padding-right: 15px;
    padding-top: 30px;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .product.media {
    width: 100%;
  }
}
.social-box-top {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: column;
  -ms-box-orient: column;
  -webkit-box-orient: column;
  box-orient: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .social-box-top {
    display: none;
  }
}
.social-box-top .social-box-top__links {
  text-align: center;
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: -80px;
  background: #fff;
  padding: 20px 4%;
  max-width: none;
  width: auto;
}
.social-box-top .social-box-top__link {
  margin: 0;
  display: inline-block;
  padding: 0 30px;
}
.social-box-top .social-box-top__link span {
  display: none;
}
.social-box-top .social-box-top__link a {
  font-size: 0;
}
.social-box-top .social-box-top__link a:after {
  font-weight: 400;
}
.social-box-top .social-box-top__link a:hover:after,
.social-box-top .social-box-top__link a:focus:after,
.social-box-top .social-box-top__link a:active:after {
  -moz-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
}
.social-box-top .social-box-top__link.facebook a {
  display: inline-block;
  text-decoration: none;
}
.social-box-top .social-box-top__link.facebook a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: #989898;
  content: '\f082';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-box-top .social-box-top__link.facebook a:hover:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.facebook a:active:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.twitter a {
  display: inline-block;
  text-decoration: none;
}
.social-box-top .social-box-top__link.twitter a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: #989898;
  content: '\f099';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-box-top .social-box-top__link.twitter a:hover:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.twitter a:active:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.instagram a {
  display: inline-block;
  text-decoration: none;
}
.social-box-top .social-box-top__link.instagram a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
  color: #989898;
  content: '\f16d';
  font-family: 'Font Awesome 5 Brands';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-box-top .social-box-top__link.instagram a:hover:after {
  color: #7f7f7f;
}
.social-box-top .social-box-top__link.instagram a:active:after {
  color: #7f7f7f;
}
/* owl */
.image-gallery.thumbnails {
  max-height: 706px;
  overflow: hidden;
  overflow-y: auto;
}
.image-gallery.thumbnails::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #4aa28f;
  background-color: transparent;
}
.image-gallery.thumbnails::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.image-gallery.thumbnails::-webkit-scrollbar-thumb {
  background-color: #4aa28f;
}
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .thumbnails {
    width: 100% !important;
    display: block !important;
    float: left !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .owl-gallery-container.thumb_left .thumbnails .owl-dot {
    width: 30% !important;
  }
}
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .productGallery {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .owl-gallery-container.thumb_left .thumbnails button,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer .action,
  .owl-gallery-container.thumb_left .thumbnails .modal-footer button {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
  }
}
/* messager theme */
.message.error {
  background: rgba(224, 32, 32, 0.2);
  color: #E02020;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.error div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.error > *:first-child:before {
  color: #E02020;
  content: '\e941';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.success {
  background: rgba(75, 138, 0, 0.2);
  color: #4B8A09;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.success div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.success > *:first-child:before {
  color: #4B8A09;
  content: '\e943';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.info {
  background: rgba(250, 100, 0, 0.2);
  color: #FA6400;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.info div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.info > *:first-child:before {
  color: #FA6400;
  content: '\e944';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.notice {
  background: rgba(0, 145, 255, 0.2);
  color: #0091FF;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 20px;
}
.message.notice div {
  display: flex;
  align-items: center;
  text-align: center;
}
.message.notice > *:first-child:before {
  color: #0091FF;
  content: '\e942';
  font-family: 'icomoon';
  font-size: 28px;
  width: 45px;
  position: unset;
  height: 17px;
  margin-top: -4px;
  overflow: unset;
}
.message.error > *:first-child:before {
  top: 21px;
}
.page.messages .message {
  margin: 20px auto;
  width: 100%;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
/* cookies */
.message.global.cookie {
  text-align: center;
  background: #f1f1f1;
}
.message.global.cookie .btn-cookie-allow {
  border: 1px solid #000 !important;
  font-weight: 700 !important;
  padding: 7px 15px !important;
  font-size: 1.4rem !important;
}
.message.global.cookie .btn-cookie-allow:hover {
  background: #000;
  border: #000 1px solid;
}
@media screen and (max-width: 1024px) {
  .empty-container {
    display: none;
  }
  .links-container {
    width: 50%;
    float: unset !important;
    margin-right: 45px;
  }
  .logo-links-container {
    justify-content: space-between;
    padding: 0 40px;
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .logo-links-container {
    width: unset;
    justify-content: space-between;
    padding: 0 0;
  }
  .block-search {
    width: auto;
    padding-left: 0;
    margin-right: 0;
  }
}
.checkout-cart-index .grand.totals.incl {
  display: none;
}
.product-options-bottom {
  max-width: unset !important;
}
.product-options-bottom .box-tocart {
  margin-right: unset !important;
}
.product-options-bottom button,
.product-options-bottom .modal-footer .action,
.product-options-bottom .modal-footer button {
  width: 100% !important;
}
.message div {
  text-align: left !important;
}
.message div a {
  display: contents;
}
.wishlist-index-index .product-image-photo {
  margin: 50px 0;
}
.wishlist-index-index .product-item-name a {
  text-align: left;
  font-weight: 400;
}
.sidebar .block.filter .filter-options {
  border-bottom: 1px solid #4aa28f;
  margin-bottom: 35px;
  padding-bottom: 0 !important;
}
.sidebar .block.filter .filter-current .item {
  margin-bottom: 10px;
}
/* PROMO BANERS */
.active-promo {
  margin: 0 auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
.active-promo .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 28px;
  margin-top: 0px;
}
.active-promo .block-title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.active-promo-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.5rem;
}
.active-promo-flex__col {
  position: relative;
  width: 31.5%;
  height: 250px;
}
@media screen and (max-width: 820px) {
  .active-promo-flex__col {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .active-promo-flex__col {
    width: 100%;
  }
}
.active-promo-flex__col img {
  border-radius: 10px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.active-promo-flex__col h1,
.active-promo-flex__col h2,
.active-promo-flex__col h3,
.active-promo-flex__col h4,
.active-promo-flex__col h5,
.active-promo-flex__col h6 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.75rem;
  position: absolute;
  top: 1.5rem;
  left: 2.5rem;
  font-weight: 400;
  padding-right: 5%;
  line-height: 1.2;
}
.active-promo-flex__col h1 strong,
.active-promo-flex__col h2 strong,
.active-promo-flex__col h3 strong,
.active-promo-flex__col h4 strong,
.active-promo-flex__col h5 strong,
.active-promo-flex__col h6 strong {
  font-size: 7rem;
  line-height: 1;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 1024px) {
  .active-promo-flex__col h1 strong,
  .active-promo-flex__col h2 strong,
  .active-promo-flex__col h3 strong,
  .active-promo-flex__col h4 strong,
  .active-promo-flex__col h5 strong,
  .active-promo-flex__col h6 strong {
    font-size: 5rem;
  }
}
.active-promo-flex__col a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.3rem;
  display: inline-block;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 5px;
  position: absolute;
  bottom: 3.2rem;
  left: 3rem;
  background: #4aa28f;
}
.active-promo-flex__col a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1.1rem;
  padding-left: 1.8rem;
}
.active-promo-flex__col a:hover {
  text-decoration: none;
  background: #000000;
}
@media screen and (max-width: 820px) {
  .active-promo-flex__col:nth-last-child(1) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .active-promo-flex__col:nth-child(1) {
    display: none;
  }
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.why-us {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 5% 0;
  background: #f5f6fa;
}
.why-us .block-title {
  padding-top: 46px;
  font-size: 2.3rem;
  width: 1190px;
  display: block;
  padding-bottom: 55px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .why-us .block-title {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .why-us .block-title {
    width: 100%;
  }
}
.why-us .content-size {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1024px) {
  .why-us .content-size {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .why-us .content-size {
    width: 100%;
  }
}
.why-us .whyus {
  display: flex;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 55px;
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .why-us .whyus {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .why-us .whyus {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .why-us .whyus {
    width: 100%;
    display: -ms-grid;
    display: grid;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
}
.why-us .whyus__col {
  width: 100%;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .why-us .whyus__col {
    width: 100%;
    padding: 1rem 15%;
  }
}
.why-us .whyus__col .fas {
  color: #4aa28f;
  font-size: 4.6rem;
}
.why-us .whyus__col .fab {
  color: #4aa28f;
  font-size: 4.6rem;
}
.why-us .whyus__col span {
  color: #4aa28f;
  font-size: 0;
}
.why-us .whyus__col span:before {
  font-size: 4.6rem;
}
.why-us .whyus__col h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: #adafbc;
}
.why-us .whyus__col:hover {
  transform: scale(1.3);
}
#maincontent + .why-us {
  margin: 20px 0 0;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  background-position: center;
  background-size: cover;
  max-height: 550px;
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  width: 18px;
  height: 50px;
  margin-top: 0px;
  background-size: 18px 50px;
  left: 30px;
  top: 50%;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  width: 18px;
  height: 50px;
  margin-top: 0px;
  background-size: 18px 50px;
  right: 30px;
  top: 50%;
}
.swiper-container .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  opacity: 1;
  background: #c0c6d3;
}
.swiper-container .swiper-pagination-bullet-active {
  height: 3px;
}
.swiper-container .swiper-pagination-bullets {
  bottom: 25px !important;
}
.swiper-container-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container-2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo-swiper {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
}
.promo-swiper .swiper-slide {
  text-align: center;
}
.promo-swiper h2 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 23.5%;
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .promo-swiper h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .promo-swiper h2 {
    top: 5%;
    font-size: 3rem;
  }
}
.promo-swiper h3 {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 72%;
  left: 15%;
}
@media screen and (max-width: 1024px) {
  .promo-swiper h3 {
    font-size: 4rem;
    bottom: 22%;
  }
}
@media screen and (max-width: 640px) {
  .promo-swiper h3 {
    font-size: 3rem;
    bottom: 35%;
  }
}
.promo-swiper h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #4aa28f;
  position: absolute;
  top: 18.5%;
  left: 15%;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  .promo-swiper h4 {
    top: 1%;
  }
}
.promo-swiper a {
  text-decoration: none;
  background: #4aa28f;
  font-size: 1.5rem;
  color: #ffffff;
  position: absolute;
  top: 75%;
  left: 34%;
  display: inline-block;
  padding: 1.3rem 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .promo-swiper a {
    top: 85%;
    left: 15%;
  }
}
@media screen and (max-width: 640px) {
  .promo-swiper a {
    top: 85%;
    left: 15%;
  }
}
.promo-swiper a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 1.5rem;
  padding-left: 1.5rem;
}
.promo-swiper img {
  width: 100%;
  height: 590px;
  object-fit: cover;
}
.recommended-categories-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-top: 5rem;
}
.recommended-categories-header h3 {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 5rem;
}
.recommended-categories-header h3::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.recommended-categories-swiper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  margin-bottom: 3rem;
}
.recommended-categories-swiper .image-box {
  overflow: hidden;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0% 5%;
}
.recommended-categories-swiper .image-box img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.recommended-categories-swiper .swiper-container-3 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recommended-categories-swiper .swiper-container-3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #e5e6eb;
}
.recommended-categories-swiper .swiper-container-3 .swiper-slide img {
  transition: all 0.2s ease-in-out;
}
.recommended-categories-swiper .swiper-container-3 .swiper-slide img:hover {
  transform: scale(1.3);
}
.recommended-categories-swiper .swiper-container-3 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
  display: block !important;
}
@media (max-width: 768px) {
  .recommended-categories-swiper .swiper-container-3 .swiper-button-prev {
    display: none;
  }
}
.recommended-categories-swiper .swiper-container-3 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
  display: block !important;
}
@media (max-width: 768px) {
  .recommended-categories-swiper .swiper-container-3 .swiper-button-next {
    display: none;
  }
}
.swiper-container-7 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.products-crosssell .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
}
.products-crosssell .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
}
.swiper-container-8 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-container-8 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container-8 .swiper-wrapper .swiper-slide .product-item {
  padding-top: 0;
}
.swiper-container-8 .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 3rem 7rem;
  border-radius: 10px;
}
.swiper-container-8 .swiper-wrapper .swiper-slide img {
  height: 200px;
  object-fit: contain;
}
.swiper-container-8 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
}
.swiper-container-8 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
}
.product-list-widget-container .section-title {
  margin-top: 0px;
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 30px;
}
.product-list-widget-container .section-title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.bestsel .product-list-widget-container {
  position: relative;
}
.bestsel .product-list-widget-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 38%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -30px;
  display: block !important;
}
.bestsel .product-list-widget-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 38%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -30px;
  display: block !important;
}
@media (min-width: 1280px) {
  .bestsel .product-list-widget-container {
    position: relative;
  }
  .bestsel .product-list-widget-container .swiper-button-prev {
    top: 55%;
    left: -7%;
  }
  .bestsel .product-list-widget-container .swiper-button-next {
    top: 55%;
    right: -7%;
  }
}
.swiper-container-idea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e6eb;
  margin-bottom: 55px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details {
  padding-top: 0;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .price-label {
  display: none;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price {
  text-decoration: none;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0;
  text-decoration: line-through;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .price-box .special-price .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-item-details .product-item-name {
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 1rem;
  padding-top: 10px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 1rem 7rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
}
.swiper-container-idea .swiper-wrapper .swiper-slide img {
  height: 185px;
  object-fit: contain;
}
.swiper-container-idea .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 55%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: 0;
}
.swiper-container-idea .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 55%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: 0;
}
@media screen and (max-width: 640px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.homepage-slider__category {
  color: #4aa28f;
  font-size: 1.3rem;
}
.homepage-slider__title {
  color: #000000;
  text-transform: uppercase;
  font-size: 6rem;
  max-width: none;
}
.homepage-slider__description {
  color: #aeb3bf;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.homepage-slider__description strong {
  color: #4aa28f;
  font-size: 3.7rem;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.action.go-to {
  display: none;
}
.homepage-slider {
  max-width: 1920px;
  margin: 0 auto;
  /**
   przy mniejszym powiekszeniu robi sie puste pole
   min-height: 100vh;
   */
}
@media screen and (max-width: 640px) {
  .homepage-slider_item img {
    position: unset;
    top: 0;
    transform: none;
    left: 0;
    max-width: 100%;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.homepage-slider__details {
  left: 12.5%;
  transform: unset;
  top: 36%;
}
.homepage-slider .slider-number {
  left: 34%;
  top: 33%;
  z-index: 1;
  letter-spacing: 23px;
  position: relative;
}
.homepage-slider .slider-number .active {
  color: #ebedf1;
  font-size: 26rem;
}
.homepage-slider .slider-number .from {
  display: none;
}
.homepage-slider__description {
  padding-top: 13%;
}
.homepage-slider__arrows {
  background: transparent;
  left: 32.3%;
  right: unset;
  bottom: 39px;
  margin-left: 0;
  width: auto;
  height: 73px;
}
.homepage-slider__arrows .slick-arrow:hover {
  border: 1px solid #aeb3bf;
}
.homepage-slider__arrows .slick-arrow.prev {
  padding: 5px 33px 0 15px;
  border: 1px solid #000000;
  border-right: unset;
}
.homepage-slider__arrows .slick-arrow.next {
  padding: 5px 15px 0 31px;
  border: 1px solid #ffffff;
  margin-left: 0;
  border-left: unset;
}
.homepage-slider__imgbig img {
  padding-left: unset;
  max-width: none;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.homepage-slider__thumbs {
  right: 0;
  bottom: 50%;
  left: unset;
}
.homepage-slider .homepage-slider__thumbs {
  right: 0;
  bottom: 50% !important;
  transform: translateY(50%);
  left: unset;
}
.homepage-slider .homepage-slider__thumbs .slick-track {
  width: auto !important;
  transform: none;
  flex-direction: column;
}
.homepage-slider .homepage-slider__thumbs .slick-slide {
  padding-top: 0 !important;
  height: 133px;
}
.homepage-slider .homepage-slider__thumbs .slick-slide .homepage-slider__thumb {
  border-left: 4px solid transparent;
}
.homepage-slider .homepage-slider__thumbs .slick-slide .homepage-slider__thumb img {
  padding-left: 10px;
}
.homepage-slider .homepage-slider__thumbs .slick-current .homepage-slider__thumb {
  border-left: 4px solid #4aa28f;
}
.homepage-slider .homepage-slider__thumbs .slick-current .homepage-slider__thumb img {
  padding-left: 0;
}
.homepage-slider .homepage-slider__thumbs .slick-slide.slick-current {
  transform: none;
}
.homepage-slider .homepage-slider__thumbs p {
  z-index: 9;
  position: absolute;
  font-size: 1.5rem;
  color: #ffffff;
  bottom: 10px;
  left: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .homepage-slider__imgbig img {
    max-width: 100%;
    object-fit: cover;
  }
  .homepage-slider .slider-number {
    left: 3%;
    justify-content: unset;
  }
  .homepage-slider__title {
    padding-right: 20%;
  }
}
@media screen and (max-width: 820px) {
  .homepage-slider__imgbig img {
    padding-left: 50%;
  }
  .homepage-slider .slider-number {
    left: 0%;
    justify-content: unset;
  }
  .homepage-slider .slider-number .active {
    font-size: 25rem;
  }
  .homepage-slider__title {
    font-size: 5rem;
  }
  .homepage-slider .homepage-slider__thumbs.slider-before-init.slick-initialized {
    right: -30px !important;
  }
}
@media screen and (max-width: 640px) {
  .homepage-slider__imgbig img {
    padding-left: 0%;
  }
  .homepage-slider .slider-number {
    left: 45px;
    justify-content: unset;
    top: 52%;
    bottom: unset;
  }
  .homepage-slider .slick-dots {
    display: none !important;
  }
  .homepage-slider__item {
    flex-direction: column-reverse;
    height: auto;
  }
  .homepage-slider__text {
    width: 100%;
  }
  .homepage-slider__details {
    position: relative;
    padding: 25px;
    bottom: unset;
    left: unset;
  }
  .homepage-slider__title {
    padding-right: 0%;
    font-size: 2.5rem;
  }
  .homepage-slider__description {
    font-size: 1.3rem;
    padding-top: 0;
    display: block;
  }
  .homepage-slider__description strong {
    font-size: 3.7rem;
  }
  .homepage-slider__item img {
    position: relative;
    top: 0;
    transform: unset;
    left: 0;
    min-width: unset;
    min-height: unset;
    height: auto;
    width: auto;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
  }
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.bestsellers {
  overflow: unset;
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  padding-top: 6rem;
}
.bestsellers__content {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.bestsellers__header {
  margin-bottom: 0;
  text-align: left;
}
.bestsellers__title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.bestsellers__title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.bestsellers .product-item-photo {
  height: auto;
}
.bestsellers .product-item-photo img {
  position: unset;
  transform: none;
}
.bestsellers .swiper-container-5 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide .product-item {
  padding-top: 0;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 3rem 7rem;
  border-radius: 10px;
}
.bestsellers .swiper-container-5 .swiper-wrapper .swiper-slide img {
  height: 200px;
  object-fit: contain;
}
.bestsellers .swiper-container-5 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: -3%;
}
.bestsellers .swiper-container-5 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: -3%;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.content-tips {
  background: #f5f6fa;
  padding: 4rem 0 5rem;
  max-width: 1600px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.content-tips__header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1190px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  padding-bottom: 2rem;
}
.content-tips__header h3 {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-weight: 400;
}
.content-tips__header h3::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding: 0 1rem;
}
.swiper-container-4 {
  margin-left: -20%;
  margin-right: -20%;
  position: relative;
  height: 100%;
  padding-bottom: 5rem;
}
.swiper-container-4 .swiper-slide {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;
}
.swiper-container-4 a:hover {
  text-decoration: none;
}
.swiper-container-4 a:hover h5 {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  text-decoration: none;
}
.swiper-container-4 a:hover h4 {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
  text-decoration: none;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
.swiper-container-4 h5 {
  color: #4aa28f;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 0.5rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .swiper-container-4 h5 {
    font-size: 1.5rem;
  }
}
.swiper-container-4 h4 {
  font-weight: 700;
  text-align: center;
  margin: 0rem;
  font-size: 4rem;
}
@media (max-width: 768px) {
  .swiper-container-4 h4 {
    font-size: 2.5rem;
  }
}
.swiper-container-4 .swiper-slide-active {
  opacity: 1;
}
.swiper-container-4 .swiper-slide-active img {
  box-shadow: 0px 20px 25px -10px #676767;
}
.swiper-container-4 .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
  text-align: center;
  line-height: 0;
  font-size: 0;
  color: #000;
  opacity: 1;
  background: #c0c6d3;
}
.swiper-container-4 .swiper-pagination-bullet-active {
  height: 3px;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.weekoffer {
  overflow: unset;
  margin-bottom: 0rem;
  padding-bottom: 5rem;
  padding-top: 65px;
  border-top: 1px solid #e5e6eb;
}
.weekoffer .pager {
  display: none;
}
.weekoffer .block_content {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.weekoffer .block-title {
  font-size: 2.3rem;
  width: 100%;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 24px;
  font-weight: 400;
}
.weekoffer .block-title strong {
  font-size: 2.3rem;
  font-weight: 400;
}
.weekoffer .block-title::after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-weight: 900;
  color: #aeb3bf;
  font-size: 1.3rem;
  padding-left: 1rem;
}
.weekoffer .swiper-container-6 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details {
  padding-top: 0;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .price-label {
  display: none;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price {
  text-decoration: none;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .old-price .price {
  font-size: 1.5rem;
  color: #adafbc;
  font-weight: 400;
  padding: 0;
  text-decoration: line-through;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .price-box .special-price .price {
  font-size: 2.3rem;
  color: #4aa28f;
  font-weight: 400;
  padding: 0;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-item-details .product-item-name {
  text-transform: uppercase;
  font-weight: 400;
  font-weight: 1rem;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide .product-image-container {
  border: 1px solid #e5e6eb;
  padding: 1rem 7rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
}
.weekoffer .swiper-container-6 .swiper-wrapper .swiper-slide img {
  height: 185px;
  object-fit: contain;
}
.weekoffer .swiper-container-6 .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  left: 0;
}
.weekoffer .swiper-container-6 .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23aeb3bf'%2F%3E%3C%2Fsvg%3E") !important;
  top: 50%;
  width: 20px;
  height: 24px;
  margin-top: 0px;
  background-size: 18px 24px;
  right: 0;
}
.weekoffer .swiper-container-6 .pager {
  display: none !important;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.designer-text {
  clear: both;
}
.designer-text h1 {
  font-weight: 600;
  font-size: 24px;
}
.designer-text .designer-text-content {
  font-size: 16px;
}
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.ammenu-menu-wrapper.-mobile .ammenu-link.-main,
.ammenu-menu-wrapper.-desktop .ammenu-link.-level1 {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: unset;
}
.ammenu-menu-toggle {
  left: unset;
  right: 0px;
  top: unset;
}
.ammenu-menu-welcome {
  display: none;
}
.ammenu-menu-header {
  display: none;
}
div[aria-controls="am.store.settings"] {
  display: none !important;
}
#am.store.settings {
  display: none !important;
}
.ammenu-menu-wrapper .ammenu-link.-main:before {
  display: none !important;
}
/**
    * Copyright © Idea07, Inc. All rights reserved.
    * See COPYING.txt for license details.
*/
.minisearch .search-autocomplete .product-item .price-box {
  display: flex;
  height: auto;
  margin: 0;
}
.minisearch .search-autocomplete .product-item .price-box .special-price {
  margin-left: 0;
}
.minisearch .search-autocomplete .product-item .price-box .old-price {
  position: static;
  margin-top: 0;
}
.minisearch .search-autocomplete .product-item .price-box .old-price .price {
  font-weight: 600;
  font-size: 1.4rem;
  color: #9c9d9d !important;
}
@media (min-width: 1024px), print {
  .mpblog-author-view .sidebar,
  .mpblog-tag-view .sidebar,
  .mpblog-post-index .sidebar,
  .mpblog-category-view .sidebar {
    padding-top: 0;
    width: 16.66666667%;
    padding-left: 0;
  }
}
@media (max-width: 819px), print {
  .mpblog-author-view .post-listwar-item,
  .mpblog-tag-view .post-list-item,
  .mpblog-post-index .post-list-item,
  .mpblog-category-view .post-list-item {
    padding-right: 0 !important;
  }
}
.mpblog-author-view .sidebar,
.mpblog-tag-view .sidebar,
.mpblog-post-index .sidebar,
.mpblog-category-view .sidebar {
  float: left;
}
.mpblog-author-view .sidebar .block-content,
.mpblog-tag-view .sidebar .block-content,
.mpblog-post-index .sidebar .block-content,
.mpblog-category-view .sidebar .block-content {
  margin: 0 0 2.5rem;
  padding: 0 0 0 10px;
}
.mpblog-author-view .sidebar .list-archives,
.mpblog-tag-view .sidebar .list-archives,
.mpblog-post-index .sidebar .list-archives,
.mpblog-category-view .sidebar .list-archives {
  margin-left: 8px;
}
.mpblog-author-view .post-list-item,
.mpblog-tag-view .post-list-item,
.mpblog-post-index .post-list-item,
.mpblog-category-view .post-list-item {
  padding-left: 0;
  padding-right: 20px;
}
.block-blog-related .related-content-container .price-box {
  margin: 0;
}
.block-blog-related .related-content-container .product-item-inner {
  width: 100%;
  display: flex;
}
.mpblog-post-view .item.product.product-item.mp-blog-slider-item {
  height: auto;
}
.mpblog-post-view .block-blog-related {
  margin-bottom: 50px;
  width: 100% !important;
}
.mpblog-post-view .item.product.product-item.mp-blog-slider-item {
  width: 100%;
}
.post-item-wraper {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
body.mpblog-post-index .post-item-list .post-image {
  width: auto;
}
body.mpblog-post-index .post-item-list .post-image img {
  width: auto;
}
.post-list-content {
  margin-bottom: 20px;
}
.post-list-content .pages-items {
  align-items: center;
}
.post-list-content .pages-items li {
  font-size: 1.6rem;
}
.post-list-content .pages-items li .action.next:before {
  font-size: 42px;
  margin: 0 0 0 -12px;
}
.post-list-content .pages-items li .action.previous {
  margin-right: 0;
}
.post-list-content .pages-items li .action.previous:before {
  font-size: 42px;
}
.post-list-content .limiter-custom {
  display: none;
  align-items: flex-end;
}
.post-list-content .limiter-custom .current-item {
  font-size: 1.6rem;
}
.post-list-content .limiter-custom .dropdown-items a .qty {
  font-size: 1.6rem;
}
.mp-footer {
  display: none;
}
@media (max-width: 768px) {
  .mpblog-post-view .block-blog-related .related-content-container {
    padding: 0;
  }
  .mpblog-post-view .block-blog-related {
    margin-bottom: 35px;
  }
}
@media (max-width: 568px) {
  .post-item-wraper {
    flex-direction: column;
  }
}
