/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Custom variables color */
/* Breacrumbs background */
.hidden {
  display: none;
}
.box_shadown {
  -webkit-box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  -moz-box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  -ms-box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
}
.box_shadown_light {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
@keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@keyframes fadeInx {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: 'forza';
  src: url('../fonts/Forza-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'forza-light';
  src: url('../fonts/Forza-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #c00000;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #de0000;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #de0000;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
._am-hide {
  display: block !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
._am-slide-top {
  opacity: 0;
  transform: translate(0, -100%);
  animation: slide-top 0.3s forwards;
}
@keyframes slide-top {
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.aminst-button-arrow {
  background-color: transparent;
  box-shadow: none;
  border-radius: inherit;
  bottom: initial;
  background-size: contain;
  white-space: nowrap;
  position: absolute;
  right: 15px;
  font-size: 0;
  width: 30px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
}
@keyframes aminsta-load-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes aminsta-load-2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-popup-wrapper {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-popup-wrapper {
    padding: 15px;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (max-width: 768px) {
  .amsearch-input-wrapper .amsearch-input {
    height: 40px;
    font-size: 2rem;
  }
  .amsearch-result-section {
    box-shadow: none;
  }
  .amsearch-products-section .amsearch-product-list {
    flex-direction: column;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(100%);
    flex: 1 1 calc(100%);
  }
}
/**
 * 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_FastOrder
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * 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_ReorderProduct
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
body {
  overflow-x: hidden;
}
.cdz-menu *,
.cdz-menu :after,
.cdz-menu :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .cdz-menu .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .cdz-menu .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .container {
    width: 1200px;
  }
}
.cdz-menu .col-lg-1,
.cdz-menu .col-lg-10,
.cdz-menu .col-lg-11,
.cdz-menu .col-lg-12,
.cdz-menu .col-lg-13,
.cdz-menu .col-lg-14,
.cdz-menu .col-lg-15,
.cdz-menu .col-lg-16,
.cdz-menu .col-lg-17,
.cdz-menu .col-lg-18,
.cdz-menu .col-lg-19,
.cdz-menu .col-lg-2,
.cdz-menu .col-lg-20,
.cdz-menu .col-lg-21,
.cdz-menu .col-lg-22,
.cdz-menu .col-lg-23,
.cdz-menu .col-lg-24,
.cdz-menu .col-lg-3,
.cdz-menu .col-lg-4,
.cdz-menu .col-lg-5,
.cdz-menu .col-lg-6,
.cdz-menu .col-lg-7,
.cdz-menu .col-lg-8,
.cdz-menu .col-lg-9,
.cdz-menu .col-md-1,
.cdz-menu .col-md-10,
.cdz-menu .col-md-11,
.cdz-menu .col-md-12,
.cdz-menu .col-md-13,
.cdz-menu .col-md-14,
.cdz-menu .col-md-15,
.cdz-menu .col-md-16,
.cdz-menu .col-md-17,
.cdz-menu .col-md-18,
.cdz-menu .col-md-19,
.cdz-menu .col-md-2,
.cdz-menu .col-md-20,
.cdz-menu .col-md-21,
.cdz-menu .col-md-22,
.cdz-menu .col-md-23,
.cdz-menu .col-md-24,
.cdz-menu .col-md-3,
.cdz-menu .col-md-4,
.cdz-menu .col-md-5,
.cdz-menu .col-md-6,
.cdz-menu .col-md-7,
.cdz-menu .col-md-8,
.cdz-menu .col-md-9,
.cdz-menu .col-sm-1,
.cdz-menu .col-sm-10,
.cdz-menu .col-sm-11,
.cdz-menu .col-sm-12,
.cdz-menu .col-sm-13,
.cdz-menu .col-sm-14,
.cdz-menu .col-sm-15,
.cdz-menu .col-sm-16,
.cdz-menu .col-sm-17,
.cdz-menu .col-sm-18,
.cdz-menu .col-sm-19,
.cdz-menu .col-sm-2,
.cdz-menu .col-sm-20,
.cdz-menu .col-sm-21,
.cdz-menu .col-sm-22,
.cdz-menu .col-sm-23,
.cdz-menu .col-sm-24,
.cdz-menu .col-sm-3,
.cdz-menu .col-sm-4,
.cdz-menu .col-sm-5,
.cdz-menu .col-sm-6,
.cdz-menu .col-sm-7,
.cdz-menu .col-sm-8,
.cdz-menu .col-sm-9,
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cdz-menu .col-xs-1,
.cdz-menu .col-xs-10,
.cdz-menu .col-xs-11,
.cdz-menu .col-xs-12,
.cdz-menu .col-xs-13,
.cdz-menu .col-xs-14,
.cdz-menu .col-xs-15,
.cdz-menu .col-xs-16,
.cdz-menu .col-xs-17,
.cdz-menu .col-xs-18,
.cdz-menu .col-xs-19,
.cdz-menu .col-xs-2,
.cdz-menu .col-xs-20,
.cdz-menu .col-xs-21,
.cdz-menu .col-xs-22,
.cdz-menu .col-xs-23,
.cdz-menu .col-xs-24,
.cdz-menu .col-xs-3,
.cdz-menu .col-xs-4,
.cdz-menu .col-xs-5,
.cdz-menu .col-xs-6,
.cdz-menu .col-xs-7,
.cdz-menu .col-xs-8,
.cdz-menu .col-xs-9 {
  float: left;
}
.cdz-menu .col-xs-24 {
  width: 100%;
}
.cdz-menu .col-xs-23 {
  width: 95.83333333%;
}
.cdz-menu .col-xs-22 {
  width: 91.66666667%;
}
.cdz-menu .col-xs-21 {
  width: 87.5%;
}
.cdz-menu .col-xs-20 {
  width: 83.33333333%;
}
.cdz-menu .col-xs-19 {
  width: 79.16666667%;
}
.cdz-menu .col-xs-18 {
  width: 75%;
}
.cdz-menu .col-xs-17 {
  width: 70.83333333%;
}
.cdz-menu .col-xs-16 {
  width: 66.66666667%;
}
.cdz-menu .col-xs-15 {
  width: 62.5%;
}
.cdz-menu .col-xs-14 {
  width: 58.33333333%;
}
.cdz-menu .col-xs-13 {
  width: 54.16666667%;
}
.cdz-menu .col-xs-12 {
  width: 50%;
}
.cdz-menu .col-xs-11 {
  width: 45.83333333%;
}
.cdz-menu .col-xs-10 {
  width: 41.66666667%;
}
.cdz-menu .col-xs-9 {
  width: 37.5%;
}
.cdz-menu .col-xs-8 {
  width: 33.33333333%;
}
.cdz-menu .col-xs-7 {
  width: 29.16666667%;
}
.cdz-menu .col-xs-6 {
  width: 25%;
}
.cdz-menu .col-xs-5 {
  width: 20.83333333%;
}
.cdz-menu .col-xs-4 {
  width: 16.66666667%;
}
.cdz-menu .col-xs-3 {
  width: 12.5%;
}
.cdz-menu .col-xs-2 {
  width: 8.33333333%;
}
.cdz-menu .col-xs-1 {
  width: 4.16666667%;
}
.cdz-menu .col-xs-pull-24 {
  right: 100%;
}
.cdz-menu .col-xs-pull-23 {
  right: 95.83333333%;
}
.cdz-menu .col-xs-pull-22 {
  right: 91.66666667%;
}
.cdz-menu .col-xs-pull-21 {
  right: 87.5%;
}
.cdz-menu .col-xs-pull-20 {
  right: 83.33333333%;
}
.cdz-menu .col-xs-pull-19 {
  right: 79.16666667%;
}
.cdz-menu .col-xs-pull-18 {
  right: 75%;
}
.cdz-menu .col-xs-pull-17 {
  right: 70.83333333%;
}
.cdz-menu .col-xs-pull-16 {
  right: 66.66666667%;
}
.cdz-menu .col-xs-pull-15 {
  right: 62.5%;
}
.cdz-menu .col-xs-pull-14 {
  right: 58.33333333%;
}
.cdz-menu .col-xs-pull-13 {
  right: 54.16666667%;
}
.cdz-menu .col-xs-pull-12 {
  right: 50%;
}
.cdz-menu .col-xs-pull-11 {
  right: 45.83333333%;
}
.cdz-menu .col-xs-pull-10 {
  right: 41.66666667%;
}
.cdz-menu .col-xs-pull-9 {
  right: 37.5%;
}
.cdz-menu .col-xs-pull-8 {
  right: 33.33333333%;
}
.cdz-menu .col-xs-pull-7 {
  right: 29.16666667%;
}
.cdz-menu .col-xs-pull-6 {
  right: 25%;
}
.cdz-menu .col-xs-pull-5 {
  right: 20.83333333%;
}
.cdz-menu .col-xs-pull-4 {
  right: 16.66666667%;
}
.cdz-menu .col-xs-pull-3 {
  right: 12.5%;
}
.cdz-menu .col-xs-pull-2 {
  right: 8.33333333%;
}
.cdz-menu .col-xs-pull-1 {
  right: 4.16666667%;
}
.cdz-menu .col-xs-pull-0 {
  right: auto;
}
.cdz-menu .col-xs-push-24 {
  left: 100%;
}
.cdz-menu .col-xs-push-23 {
  left: 95.83333333%;
}
.cdz-menu .col-xs-push-22 {
  left: 91.66666667%;
}
.cdz-menu .col-xs-push-21 {
  left: 87.5%;
}
.cdz-menu .col-xs-push-20 {
  left: 83.33333333%;
}
.cdz-menu .col-xs-push-19 {
  left: 79.16666667%;
}
.cdz-menu .col-xs-push-18 {
  left: 75%;
}
.cdz-menu .col-xs-push-17 {
  left: 70.83333333%;
}
.cdz-menu .col-xs-push-16 {
  left: 66.66666667%;
}
.cdz-menu .col-xs-push-15 {
  left: 62.5%;
}
.cdz-menu .col-xs-push-14 {
  left: 58.33333333%;
}
.cdz-menu .col-xs-push-13 {
  left: 54.16666667%;
}
.cdz-menu .col-xs-push-12 {
  left: 50%;
}
.cdz-menu .col-xs-push-11 {
  left: 45.83333333%;
}
.cdz-menu .col-xs-push-10 {
  left: 41.66666667%;
}
.cdz-menu .col-xs-push-9 {
  left: 37.5%;
}
.cdz-menu .col-xs-push-8 {
  left: 33.33333333%;
}
.cdz-menu .col-xs-push-7 {
  left: 29.16666667%;
}
.cdz-menu .col-xs-push-6 {
  left: 25%;
}
.cdz-menu .col-xs-push-5 {
  left: 20.83333333%;
}
.cdz-menu .col-xs-push-4 {
  left: 16.66666667%;
}
.cdz-menu .col-xs-push-3 {
  left: 12.5%;
}
.cdz-menu .col-xs-push-2 {
  left: 8.33333333%;
}
.cdz-menu .col-xs-push-1 {
  left: 4.16666667%;
}
.cdz-menu .col-xs-push-0 {
  left: auto;
}
.cdz-menu .col-xs-offset-24 {
  margin-left: 100%;
}
.cdz-menu .col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.cdz-menu .col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.cdz-menu .col-xs-offset-21 {
  margin-left: 87.5%;
}
.cdz-menu .col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.cdz-menu .col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.cdz-menu .col-xs-offset-18 {
  margin-left: 75%;
}
.cdz-menu .col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.cdz-menu .col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.cdz-menu .col-xs-offset-15 {
  margin-left: 62.5%;
}
.cdz-menu .col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.cdz-menu .col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.cdz-menu .col-xs-offset-12 {
  margin-left: 50%;
}
.cdz-menu .col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.cdz-menu .col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.cdz-menu .col-xs-offset-9 {
  margin-left: 37.5%;
}
.cdz-menu .col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.cdz-menu .col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.cdz-menu .col-xs-offset-6 {
  margin-left: 25%;
}
.cdz-menu .col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.cdz-menu .col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.cdz-menu .col-xs-offset-3 {
  margin-left: 12.5%;
}
.cdz-menu .col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.cdz-menu .col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.cdz-menu .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .cdz-menu .col-sm-1,
  .cdz-menu .col-sm-10,
  .cdz-menu .col-sm-11,
  .cdz-menu .col-sm-12,
  .cdz-menu .col-sm-13,
  .cdz-menu .col-sm-14,
  .cdz-menu .col-sm-15,
  .cdz-menu .col-sm-16,
  .cdz-menu .col-sm-17,
  .cdz-menu .col-sm-18,
  .cdz-menu .col-sm-19,
  .cdz-menu .col-sm-2,
  .cdz-menu .col-sm-20,
  .cdz-menu .col-sm-21,
  .cdz-menu .col-sm-22,
  .cdz-menu .col-sm-23,
  .cdz-menu .col-sm-24,
  .cdz-menu .col-sm-3,
  .cdz-menu .col-sm-4,
  .cdz-menu .col-sm-5,
  .cdz-menu .col-sm-6,
  .cdz-menu .col-sm-7,
  .cdz-menu .col-sm-8,
  .cdz-menu .col-sm-9 {
    float: left;
  }
  .cdz-menu .col-sm-24 {
    width: 100%;
  }
  .cdz-menu .col-sm-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-sm-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-sm-21 {
    width: 87.5%;
  }
  .cdz-menu .col-sm-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-sm-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-sm-18 {
    width: 75%;
  }
  .cdz-menu .col-sm-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-sm-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-sm-15 {
    width: 62.5%;
  }
  .cdz-menu .col-sm-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-sm-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-sm-12 {
    width: 50%;
  }
  .cdz-menu .col-sm-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-sm-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-sm-9 {
    width: 37.5%;
  }
  .cdz-menu .col-sm-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-sm-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-sm-6 {
    width: 25%;
  }
  .cdz-menu .col-sm-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-sm-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-sm-3 {
    width: 12.5%;
  }
  .cdz-menu .col-sm-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-sm-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-sm-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-sm-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-sm-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-sm-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-sm-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-sm-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-sm-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-sm-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-sm-pull-0 {
    right: auto;
  }
  .cdz-menu .col-sm-push-24 {
    left: 100%;
  }
  .cdz-menu .col-sm-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-sm-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-sm-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-sm-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-sm-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-sm-push-18 {
    left: 75%;
  }
  .cdz-menu .col-sm-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-sm-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-sm-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-sm-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-sm-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-sm-push-12 {
    left: 50%;
  }
  .cdz-menu .col-sm-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-sm-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-sm-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-sm-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-sm-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-sm-push-6 {
    left: 25%;
  }
  .cdz-menu .col-sm-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-sm-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-sm-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-sm-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-sm-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-sm-push-0 {
    left: auto;
  }
  .cdz-menu .col-sm-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-sm-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-sm-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-sm-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .cdz-menu .col-md-1,
  .cdz-menu .col-md-10,
  .cdz-menu .col-md-11,
  .cdz-menu .col-md-12,
  .cdz-menu .col-md-13,
  .cdz-menu .col-md-14,
  .cdz-menu .col-md-15,
  .cdz-menu .col-md-16,
  .cdz-menu .col-md-17,
  .cdz-menu .col-md-18,
  .cdz-menu .col-md-19,
  .cdz-menu .col-md-2,
  .cdz-menu .col-md-20,
  .cdz-menu .col-md-21,
  .cdz-menu .col-md-22,
  .cdz-menu .col-md-23,
  .cdz-menu .col-md-24,
  .cdz-menu .col-md-3,
  .cdz-menu .col-md-4,
  .cdz-menu .col-md-5,
  .cdz-menu .col-md-6,
  .cdz-menu .col-md-7,
  .cdz-menu .col-md-8,
  .cdz-menu .col-md-9 {
    float: left;
  }
  .cdz-menu .col-md-24 {
    width: 100%;
  }
  .cdz-menu .col-md-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-md-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-md-21 {
    width: 87.5%;
  }
  .cdz-menu .col-md-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-md-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-md-18 {
    width: 75%;
  }
  .cdz-menu .col-md-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-md-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-md-15 {
    width: 62.5%;
  }
  .cdz-menu .col-md-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-md-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-md-12 {
    width: 50%;
  }
  .cdz-menu .col-md-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-md-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-md-9 {
    width: 37.5%;
  }
  .cdz-menu .col-md-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-md-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-md-6 {
    width: 25%;
  }
  .cdz-menu .col-md-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-md-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-md-3 {
    width: 12.5%;
  }
  .cdz-menu .col-md-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-md-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-md-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-md-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-md-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-md-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-md-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-md-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-md-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-md-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-md-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-md-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-md-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-md-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-md-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-md-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-md-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-md-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-md-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-md-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-md-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-md-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-md-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-md-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-md-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-md-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-md-pull-0 {
    right: auto;
  }
  .cdz-menu .col-md-push-24 {
    left: 100%;
  }
  .cdz-menu .col-md-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-md-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-md-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-md-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-md-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-md-push-18 {
    left: 75%;
  }
  .cdz-menu .col-md-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-md-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-md-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-md-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-md-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-md-push-12 {
    left: 50%;
  }
  .cdz-menu .col-md-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-md-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-md-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-md-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-md-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-md-push-6 {
    left: 25%;
  }
  .cdz-menu .col-md-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-md-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-md-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-md-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-md-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-md-push-0 {
    left: auto;
  }
  .cdz-menu .col-md-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-md-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-md-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-md-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .col-lg-1,
  .cdz-menu .col-lg-10,
  .cdz-menu .col-lg-11,
  .cdz-menu .col-lg-12,
  .cdz-menu .col-lg-13,
  .cdz-menu .col-lg-14,
  .cdz-menu .col-lg-15,
  .cdz-menu .col-lg-16,
  .cdz-menu .col-lg-17,
  .cdz-menu .col-lg-18,
  .cdz-menu .col-lg-19,
  .cdz-menu .col-lg-2,
  .cdz-menu .col-lg-20,
  .cdz-menu .col-lg-21,
  .cdz-menu .col-lg-22,
  .cdz-menu .col-lg-23,
  .cdz-menu .col-lg-24,
  .cdz-menu .col-lg-3,
  .cdz-menu .col-lg-4,
  .cdz-menu .col-lg-5,
  .cdz-menu .col-lg-6,
  .cdz-menu .col-lg-7,
  .cdz-menu .col-lg-8,
  .cdz-menu .col-lg-9 {
    float: left;
  }
  .cdz-menu .col-lg-24 {
    width: 100%;
  }
  .cdz-menu .col-lg-23 {
    width: 95.83333333%;
  }
  .cdz-menu .col-lg-22 {
    width: 91.66666667%;
  }
  .cdz-menu .col-lg-21 {
    width: 87.5%;
  }
  .cdz-menu .col-lg-20 {
    width: 83.33333333%;
  }
  .cdz-menu .col-lg-19 {
    width: 79.16666667%;
  }
  .cdz-menu .col-lg-18 {
    width: 75%;
  }
  .cdz-menu .col-lg-17 {
    width: 70.83333333%;
  }
  .cdz-menu .col-lg-16 {
    width: 66.66666667%;
  }
  .cdz-menu .col-lg-15 {
    width: 62.5%;
  }
  .cdz-menu .col-lg-14 {
    width: 58.33333333%;
  }
  .cdz-menu .col-lg-13 {
    width: 54.16666667%;
  }
  .cdz-menu .col-lg-12 {
    width: 50%;
  }
  .cdz-menu .col-lg-11 {
    width: 45.83333333%;
  }
  .cdz-menu .col-lg-10 {
    width: 41.66666667%;
  }
  .cdz-menu .col-lg-9 {
    width: 37.5%;
  }
  .cdz-menu .col-lg-8 {
    width: 33.33333333%;
  }
  .cdz-menu .col-lg-7 {
    width: 29.16666667%;
  }
  .cdz-menu .col-lg-6 {
    width: 25%;
  }
  .cdz-menu .col-lg-5 {
    width: 20.83333333%;
  }
  .cdz-menu .col-lg-4 {
    width: 16.66666667%;
  }
  .cdz-menu .col-lg-3 {
    width: 12.5%;
  }
  .cdz-menu .col-lg-2 {
    width: 8.33333333%;
  }
  .cdz-menu .col-lg-1 {
    width: 4.16666667%;
  }
  .cdz-menu .col-lg-pull-24 {
    right: 100%;
  }
  .cdz-menu .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .cdz-menu .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .cdz-menu .col-lg-pull-21 {
    right: 87.5%;
  }
  .cdz-menu .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .cdz-menu .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .cdz-menu .col-lg-pull-18 {
    right: 75%;
  }
  .cdz-menu .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .cdz-menu .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .cdz-menu .col-lg-pull-15 {
    right: 62.5%;
  }
  .cdz-menu .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .cdz-menu .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .cdz-menu .col-lg-pull-12 {
    right: 50%;
  }
  .cdz-menu .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .cdz-menu .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .cdz-menu .col-lg-pull-9 {
    right: 37.5%;
  }
  .cdz-menu .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .cdz-menu .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .cdz-menu .col-lg-pull-6 {
    right: 25%;
  }
  .cdz-menu .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .cdz-menu .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .cdz-menu .col-lg-pull-3 {
    right: 12.5%;
  }
  .cdz-menu .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .cdz-menu .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .cdz-menu .col-lg-pull-0 {
    right: auto;
  }
  .cdz-menu .col-lg-push-24 {
    left: 100%;
  }
  .cdz-menu .col-lg-push-23 {
    left: 95.83333333%;
  }
  .cdz-menu .col-lg-push-22 {
    left: 91.66666667%;
  }
  .cdz-menu .col-lg-push-21 {
    left: 87.5%;
  }
  .cdz-menu .col-lg-push-20 {
    left: 83.33333333%;
  }
  .cdz-menu .col-lg-push-19 {
    left: 79.16666667%;
  }
  .cdz-menu .col-lg-push-18 {
    left: 75%;
  }
  .cdz-menu .col-lg-push-17 {
    left: 70.83333333%;
  }
  .cdz-menu .col-lg-push-16 {
    left: 66.66666667%;
  }
  .cdz-menu .col-lg-push-15 {
    left: 62.5%;
  }
  .cdz-menu .col-lg-push-14 {
    left: 58.33333333%;
  }
  .cdz-menu .col-lg-push-13 {
    left: 54.16666667%;
  }
  .cdz-menu .col-lg-push-12 {
    left: 50%;
  }
  .cdz-menu .col-lg-push-11 {
    left: 45.83333333%;
  }
  .cdz-menu .col-lg-push-10 {
    left: 41.66666667%;
  }
  .cdz-menu .col-lg-push-9 {
    left: 37.5%;
  }
  .cdz-menu .col-lg-push-8 {
    left: 33.33333333%;
  }
  .cdz-menu .col-lg-push-7 {
    left: 29.16666667%;
  }
  .cdz-menu .col-lg-push-6 {
    left: 25%;
  }
  .cdz-menu .col-lg-push-5 {
    left: 20.83333333%;
  }
  .cdz-menu .col-lg-push-4 {
    left: 16.66666667%;
  }
  .cdz-menu .col-lg-push-3 {
    left: 12.5%;
  }
  .cdz-menu .col-lg-push-2 {
    left: 8.33333333%;
  }
  .cdz-menu .col-lg-push-1 {
    left: 4.16666667%;
  }
  .cdz-menu .col-lg-push-0 {
    left: auto;
  }
  .cdz-menu .col-lg-offset-24 {
    margin-left: 100%;
  }
  .cdz-menu .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .cdz-menu .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .cdz-menu .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .cdz-menu .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .cdz-menu .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .cdz-menu .col-lg-offset-18 {
    margin-left: 75%;
  }
  .cdz-menu .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .cdz-menu .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .cdz-menu .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .cdz-menu .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .cdz-menu .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .cdz-menu .col-lg-offset-12 {
    margin-left: 50%;
  }
  .cdz-menu .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .cdz-menu .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .cdz-menu .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .cdz-menu .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .cdz-menu .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .cdz-menu .col-lg-offset-6 {
    margin-left: 25%;
  }
  .cdz-menu .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .cdz-menu .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .cdz-menu .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .cdz-menu .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .cdz-menu .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .cdz-menu .col-lg-offset-0 {
    margin-left: 0;
  }
}
.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-group-vertical > .btn-group:before,
.cdz-menu .btn-toolbar:after,
.cdz-menu .btn-toolbar:before,
.cdz-menu .clearfix:after,
.cdz-menu .clearfix:before,
.cdz-menu .container-fluid:after,
.cdz-menu .container-fluid:before,
.cdz-menu .container:after,
.cdz-menu .container:before,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .dl-horizontal dd:before,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .form-horizontal .form-group:before,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-footer:before,
.cdz-menu .modal-header:after,
.cdz-menu .modal-header:before,
.cdz-menu .nav:after,
.cdz-menu .nav:before,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-collapse:before,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar-header:before,
.cdz-menu .navbar:after,
.cdz-menu .navbar:before,
.cdz-menu .pager:after,
.cdz-menu .pager:before,
.cdz-menu .panel-body:after,
.cdz-menu .panel-body:before,
.cdz-menu .row:after,
.cdz-menu .row:before {
  content: " ";
  display: table;
}
.cdz-menu .btn-group-vertical > .btn-group:after,
.cdz-menu .btn-toolbar:after,
.cdz-menu .clearfix:after,
.cdz-menu .container-fluid:after,
.cdz-menu .container:after,
.cdz-menu .dl-horizontal dd:after,
.cdz-menu .form-horizontal .form-group:after,
.cdz-menu .modal-footer:after,
.cdz-menu .modal-header:after,
.cdz-menu .nav:after,
.cdz-menu .navbar-collapse:after,
.cdz-menu .navbar-header:after,
.cdz-menu .navbar:after,
.cdz-menu .pager:after,
.cdz-menu .panel-body:after,
.cdz-menu .row:after {
  clear: both;
}
.cdz-menu .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cdz-menu .pull-right {
  float: right !important;
}
.cdz-menu .pull-left {
  float: left !important;
}
.cdz-menu .hide {
  display: none !important;
}
.cdz-menu .show {
  display: block !important;
}
.cdz-menu .hidden,
.cdz-menu .visible-lg,
.cdz-menu .visible-lg-block,
.cdz-menu .visible-lg-inline,
.cdz-menu .visible-lg-inline-block,
.cdz-menu .visible-md,
.cdz-menu .visible-md-block,
.cdz-menu .visible-md-inline,
.cdz-menu .visible-md-inline-block,
.cdz-menu .visible-sm,
.cdz-menu .visible-sm-block,
.cdz-menu .visible-sm-inline,
.cdz-menu .visible-sm-inline-block,
.cdz-menu .visible-xs,
.cdz-menu .visible-xs-block,
.cdz-menu .visible-xs-inline,
.cdz-menu .visible-xs-inline-block {
  display: none !important;
}
.cdz-menu .invisible {
  visibility: hidden;
}
.cdz-menu .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.cdz-menu .affix {
  position: fixed;
}
@media (max-width: 767px) {
  .cdz-menu .visible-xs {
    display: block !important;
  }
  .cdz-menu table.visible-xs {
    display: table !important;
  }
  .cdz-menu tr.visible-xs {
    display: table-row !important;
  }
  .cdz-menu td.visible-xs,
  .cdz-menu th.visible-xs {
    display: table-cell !important;
  }
  .cdz-menu .visible-xs-block {
    display: block !important;
  }
  .cdz-menu .visible-xs-inline {
    display: inline !important;
  }
  .cdz-menu .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cdz-menu .visible-sm {
    display: block !important;
  }
  .cdz-menu table.visible-sm {
    display: table !important;
  }
  .cdz-menu tr.visible-sm {
    display: table-row !important;
  }
  .cdz-menu td.visible-sm,
  .cdz-menu th.visible-sm {
    display: table-cell !important;
  }
  .cdz-menu .visible-sm-block {
    display: block !important;
  }
  .cdz-menu .visible-sm-inline {
    display: inline !important;
  }
  .cdz-menu .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdz-menu .visible-md {
    display: block !important;
  }
  .cdz-menu table.visible-md {
    display: table !important;
  }
  .cdz-menu tr.visible-md {
    display: table-row !important;
  }
  .cdz-menu td.visible-md,
  .cdz-menu th.visible-md {
    display: table-cell !important;
  }
  .cdz-menu .visible-md-block {
    display: block !important;
  }
  .cdz-menu .visible-md-inline {
    display: inline !important;
  }
  .cdz-menu .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .cdz-menu .visible-lg {
    display: block !important;
  }
  .cdz-menu table.visible-lg {
    display: table !important;
  }
  .cdz-menu tr.visible-lg {
    display: table-row !important;
  }
  .cdz-menu td.visible-lg,
  .cdz-menu th.visible-lg {
    display: table-cell !important;
  }
  .cdz-menu .visible-lg-block {
    display: block !important;
  }
  .cdz-menu .visible-lg-inline {
    display: inline !important;
  }
  .cdz-menu .visible-lg-inline-block {
    display: inline-block !important;
  }
  .cdz-menu .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cdz-menu .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cdz-menu .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cdz-menu .hidden-md {
    display: none !important;
  }
}
.cdz-menu .visible-print {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print {
    display: block !important;
  }
  .cdz-menu table.visible-print {
    display: table !important;
  }
  .cdz-menu tr.visible-print {
    display: table-row !important;
  }
  .cdz-menu td.visible-print,
  .cdz-menu th.visible-print {
    display: table-cell !important;
  }
}
.cdz-menu .visible-print-block {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-block {
    display: block !important;
  }
}
.cdz-menu .visible-print-inline {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-inline {
    display: inline !important;
  }
}
.cdz-menu .visible-print-inline-block {
  display: none !important;
}
@media print {
  .cdz-menu .visible-print-inline-block {
    display: inline-block !important;
  }
  .cdz-menu .hidden-print {
    display: none !important;
  }
}
.cdz-menu ul,
.cdz-menu ol {
  padding: 0;
  list-style: none;
}
.cdz-menu a,
.cdz-menu a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .cdz-navigation {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
  }
  .cdz-navigation .cdz-horizontal-menu .groupmenu {
    margin: 0;
  }
  .nav-sections-item-content > .cdz-navigation {
    display: block;
  }
  .cdz-menu {
    /*menu full width*/
    /*end menu full width*/
  }
  .cdz-menu li.item.level0 .cdz-google-map {
    display: none;
  }
  .cdz-menu li.item.level0:hover .cdz-google-map {
    display: block;
  }
  .cdz-menu .groupmenu-drop,
  .cdz-menu .groupmenu-drop-content {
    display: block;
  }
  .cdz-menu img.groupdrop-banner-pos {
    position: absolute;
  }
  .cdz-menu ul.groupdrop-link,
  .cdz-menu ul.groupmenu-drop,
  .cdz-menu ul.groupmenu-nondrop {
    padding: 0;
  }
  .cdz-menu .dropdown-rtl {
    text-align: right;
  }
  .rtl-layout .cdz-menu .dropdown-rtl {
    text-align: left;
  }
  .cdz-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .rtl-layout .cdz-menu .dropdown-rtl li.item.parent > .menu-link:before {
    float: right;
    content: "\f105";
  }
  .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: auto;
    right: 100%;
    text-align: right;
  }
  .rtl-layout .cdz-menu .dropdown-rtl li.item.parent .groupmenu-drop {
    left: 100%;
    right: auto;
    text-align: left;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-drop {
    border: none;
  }
  .cdz-menu .groupmenu-drop {
    position: absolute;
    background: #ffffff;
    top: 100%;
    z-index: 99;
    border: 1px solid #ccc;
    padding: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    /*tab menu*/
    /*end tab menu*/
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
    padding-right: 0;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs {
    padding-right: 10px;
    padding-left: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: block;
    padding: 10px 5px;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:after {
    float: left;
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active {
    background: #ececec;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-nav-tabs {
    padding-left: 0;
    padding-right: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
    padding-left: 0;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content.col-sm-17 {
    padding-left: 10px;
    padding-right: 0;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
    display: none;
  }
  .cdz-menu .groupmenu-drop .cdz-vertical-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
    display: block;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: block;
    padding: 10px 5px;
    text-align: left;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-vertical-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    text-align: right;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link {
    display: inline-block;
    margin: 3px 20px;
    padding-bottom: 7px;
    position: relative;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #dfdfdf;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    content: "";
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-nav-tabs .cdz-tab-link.active:before {
    transform: scaleX(1);
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane {
    display: none;
  }
  .cdz-menu .groupmenu-drop .cdz-horizontal-tabs .cdz-tabs .cdz-tab-content .cdz-tab-pane.active {
    display: block;
  }
  .cdz-menu .groupmenu-drop .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .cdz-menu .groupmenu-drop .cat-tree.groupmenu-drop .groupmenu-drop {
    top: -7px;
  }
  .cdz-menu .groupmenu-drop .item.parent > .menu-link {
    display: block;
  }
  .cdz-menu .groupmenu-drop .item.parent > .menu-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .rtl-layout .cdz-menu .groupmenu-drop .item.parent > .menu-link:before {
    float: left;
    content: "\f104";
  }
  .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a {
    display: block;
  }
  .cdz-menu .groupmenu-drop .item.parent.cat-tree:not(.no-dropdown) > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 3px;
  }
  .cdz-menu .groupmenu-drop li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .cdz-menu .groupmenu-drop > li.item {
    min-width: 230px;
    position: relative;
    padding: 20px;
    margin: 0px auto;
  }
  .cdz-menu .cat-tree li.item {
    padding: 8px 15px;
    min-width: 230px;
    position: relative;
    margin: 0px auto;
  }
  /*menu horizontal*/
  .cdz-horizontal-menu {
    width: 100%;
  }
  .cdz-horizontal-menu li.level0 > .groupmenu-drop {
    display: none;
  }
  .rtl-layout .cdz-horizontal-menu li.level0 > .groupmenu-drop {
    right: 0;
    left: auto;
  }
  .cdz-horizontal-menu.cdz-translate li.level0 > .groupmenu-drop {
    top: 45px;
    display: block;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
  }
  .cdz-horizontal-menu.cdz-translate li.level0:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
  }
  .cdz-horizontal-menu .groupmenu {
    width: 100%;
    display: inline-block;
    padding: 0;
    background-color: #f0f0f0;
  }
  .cdz-horizontal-menu .groupmenu li.level0 > a.menu-link {
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    vertical-align: top;
    padding: 12px 20px;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
    text-decoration: none;
    color: #333333;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    cursor: pointer;
    line-height: 22px;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-drop {
    font: 500 12px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
  }
  .cdz-horizontal-menu .groupmenu li.item {
    list-style: none;
  }
  .cdz-horizontal-menu .groupmenu li.item.level0 {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
  }
  .rtl-layout .cdz-horizontal-menu .groupmenu li.item.level0 {
    float: right;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-nondrop {
    position: relative;
  }
  .cdz-horizontal-menu .groupmenu .groupmenu-nondrop > li.item {
    margin: 0px 0px;
    padding-left: 0px;
  }
  .cdz-horizontal-menu .groupmenu .no-dropdown > .cat-tree.groupmenu-drop {
    top: auto;
    left: auto;
  }
  .cdz-horizontal-menu .groupmenu .no-dropdown > .groupdrop-title {
    margin-bottom: 10px;
    display: inline-block;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .groupmenu-drop {
    visibility: hidden;
    height: 0;
    position: absolute;
    opacity: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: auto;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown > .cat-tree.groupmenu-drop .parent:hover > .groupmenu-drop {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
  .cdz-horizontal-menu .groupmenu ul.groupmenu-drop li.no-dropdown {
    display: block;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  /*menu vertical*/
  .cdz-vertical-menu .groupmenu-drop {
    top: -1px;
    left: 100%;
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    -moz-transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    transition: opacity .4s ease, transform .4s ease, visibility .4s linear 0s;
    display: none;
  }
  .rtl-layout .cdz-vertical-menu .groupmenu-drop {
    right: 100%;
    left: auto;
  }
  .cdz-vertical-menu li.item:hover > .groupmenu-drop {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: inherit;
    display: block;
  }
  .cdz-vertical-menu .item.level0 {
    display: block;
    padding: 0px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -1px;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link {
    display: block;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    min-width: 37px;
    text-align: center;
    padding-left: 4px;
    margin: 0;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: 1px solid #dfdfdf;
  }
  .rtl-layout .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
    border-left: none;
    border-right: 1px solid #dfdfdf;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link span {
    display: inline-block;
    padding: 10px;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    float: right;
    margin-top: 8px;
    margin-right: 10px;
  }
  .rtl-layout .cdz-vertical-menu .item.level0.parent > a.menu-link:before {
    content: "\f104";
    float: left;
    margin-right: 0px;
    margin-left: 10px;
  }
}
/*menu mobile*/
@media (max-width: 767px) {
  .cdz-menu .row {
    margin: 0 -10px;
  }
  .cdz-menu .groupdrop-banner {
    margin-bottom: 20px;
  }
  .cdz-menu li.item {
    margin-bottom: 0px;
  }
  .cdz-menu li.item.open > .dropdown-toggle:before,
  .cdz-menu li.item .cdz-tab-link.active + .dropdown-toggle:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cdz-menu .menu-tabs {
    margin: 0;
  }
  .cdz-menu .menu-tabs .tab-item {
    margin: 0;
  }
  .cdz-menu .menu-tabs .cdz-tab-pane {
    margin-top: 10px;
    min-height: 1px !important;
  }
  .cdz-menu .menu-tabs .cdz-link-wrap {
    position: relative;
    padding: 4px 0;
  }
  .cdz-menu .groupmenu-drop {
    display: none;
  }
  .cdz-menu .groupmenu-drop li.item {
    padding: 5px 0;
  }
  .cdz-menu .groupmenu-drop li.item.parent .groupmenu-drop {
    padding-left: 20px;
    padding-top: 5px;
  }
  .cdz-menu .menu-link,
  .cdz-menu a.groupdrop-title {
    width: 100%;
    display: inline-block;
  }
  .cdz-menu .item.level-top {
    display: block;
    position: relative;
    margin-bottom: 5px;
  }
  .cdz-menu .item.level-top > .menu-link {
    padding: 10px;
    background: transparent;
    color: inherit;
    border-bottom: 1px solid;
  }
  .cdz-menu .item.level-top > .menu-link .fa {
    margin: 0 5px;
  }
  .cdz-menu .item.level-top > .dropdown-toggle {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0);
    color: inherit;
  }
  .cdz-menu .item.level-top > .dropdown-toggle:before {
    margin-top: 7px;
  }
  .cdz-menu .item.level-top > .groupmenu-drop {
    margin: 0px;
    border: 1px solid #f0f0f0;
    padding: 10px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .cdz-menu .parent {
    position: relative;
  }
  .cdz-menu .dropdown-toggle {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .rtl-layout .cdz-menu .dropdown-toggle {
    left: 0;
    right: auto;
  }
  .cdz-menu .dropdown-toggle:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    text-align: center;
    width: 100%;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .rtl-layout .cdz-menu .dropdown-toggle:before {
    content: "\f104";
  }
}
/*column menu*/
@media (min-width: 768px) {
  .cdz-menu .groupmenu-width-1 {
    width: 29.58333333px;
  }
  .cdz-menu .groupmenu-width-1.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 59.16666667px;
  }
  .cdz-menu .groupmenu-width-2.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 88.75px;
  }
  .cdz-menu .groupmenu-width-3.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 118.33333333px;
  }
  .cdz-menu .groupmenu-width-4.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 147.91666667px;
  }
  .cdz-menu .groupmenu-width-5.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 177.5px;
  }
  .cdz-menu .groupmenu-width-6.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 207.08333333px;
  }
  .cdz-menu .groupmenu-width-7.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 236.66666667px;
  }
  .cdz-menu .groupmenu-width-8.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 266.25px;
  }
  .cdz-menu .groupmenu-width-9.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 295.83333333px;
  }
  .cdz-menu .groupmenu-width-10.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 325.41666667px;
  }
  .cdz-menu .groupmenu-width-11.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 355px;
  }
  .cdz-menu .groupmenu-width-12.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 384.58333333px;
  }
  .cdz-menu .groupmenu-width-13.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 414.16666667px;
  }
  .cdz-menu .groupmenu-width-14.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 443.75px;
  }
  .cdz-menu .groupmenu-width-15.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 473.33333333px;
  }
  .cdz-menu .groupmenu-width-16.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 502.91666667px;
  }
  .cdz-menu .groupmenu-width-17.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 532.5px;
  }
  .cdz-menu .groupmenu-width-18.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 562.08333333px;
  }
  .cdz-menu .groupmenu-width-19.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 591.66666667px;
  }
  .cdz-menu .groupmenu-width-20.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 621.25px;
  }
  .cdz-menu .groupmenu-width-21.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 650.83333333px;
  }
  .cdz-menu .groupmenu-width-22.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 680.41666667px;
  }
  .cdz-menu .groupmenu-width-23.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 710px;
  }
  .cdz-menu .groupmenu-width-24.row {
    box-sizing: content-box;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  355px);
    margin-right: calc(50% -  355px);
  }
}
@media (min-width: 992px) {
  .cdz-menu .groupmenu-width-1 {
    width: 38.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 77.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 116.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 155px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 193.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 232.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 271.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 310px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 348.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 387.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 426.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 465px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 503.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 542.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 581.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 620px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 658.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 697.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 736.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 775px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 813.75px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 852.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 891.25px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 930px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  465px);
    margin-right: calc(50% -  465px);
  }
}
@media (min-width: 1200px) {
  .cdz-menu .groupmenu-width-1 {
    width: 47.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-1 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-2 {
    width: 95px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-2 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-3 {
    width: 142.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-3 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-4 {
    width: 190px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-4 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-5 {
    width: 237.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-5 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-6 {
    width: 285px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-6 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-7 {
    width: 332.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-7 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-8 {
    width: 380px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-8 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-9 {
    width: 427.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-9 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-10 {
    width: 475px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-10 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-11 {
    width: 522.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-11 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-12 {
    width: 570px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-12 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-13 {
    width: 617.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-13 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-14 {
    width: 665px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-14 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-15 {
    width: 712.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-15 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-16 {
    width: 760px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-16 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-17 {
    width: 807.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-17 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-18 {
    width: 855px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-18 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-19 {
    width: 902.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-19 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-20 {
    width: 950px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-20 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-21 {
    width: 997.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-21 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-22 {
    width: 1045px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-22 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-23 {
    width: 1092.5px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-23 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
  .cdz-menu .groupmenu-width-24 {
    width: 1140px;
  }
  .cdz-menu.dropdown-fullwidth .groupmenu-width-24 {
    margin-left: calc(50% -  570px);
    margin-right: calc(50% -  570px);
  }
}
.rtl-layout .cdz-menu .col-xs-1 {
  width: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-2 {
  width: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-3 {
  width: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-4 {
  width: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-5 {
  width: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-6 {
  width: 25%;
}
.rtl-layout .cdz-menu .col-xs-7 {
  width: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-8 {
  width: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-9 {
  width: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-10 {
  width: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-11 {
  width: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-12 {
  width: 50%;
}
.rtl-layout .cdz-menu .col-xs-13 {
  width: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-14 {
  width: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-15 {
  width: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-16 {
  width: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-17 {
  width: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-18 {
  width: 75%;
}
.rtl-layout .cdz-menu .col-xs-19 {
  width: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-20 {
  width: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-21 {
  width: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-22 {
  width: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-23 {
  width: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-24 {
  width: 100%;
}
.rtl-layout .cdz-menu .col-xs-pull-0 {
  left: 0%;
}
.rtl-layout .cdz-menu .col-xs-pull-1 {
  left: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-2 {
  left: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-3 {
  left: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-4 {
  left: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-5 {
  left: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-6 {
  left: 25%;
}
.rtl-layout .cdz-menu .col-xs-pull-7 {
  left: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-8 {
  left: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-9 {
  left: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-10 {
  left: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-11 {
  left: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-12 {
  left: 50%;
}
.rtl-layout .cdz-menu .col-xs-pull-13 {
  left: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-14 {
  left: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-15 {
  left: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-16 {
  left: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-17 {
  left: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-18 {
  left: 75%;
}
.rtl-layout .cdz-menu .col-xs-pull-19 {
  left: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-pull-20 {
  left: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-pull-21 {
  left: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-pull-22 {
  left: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-pull-23 {
  left: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-pull-24 {
  left: 100%;
}
.rtl-layout .cdz-menu .col-xs-push-0 {
  right: 0%;
}
.rtl-layout .cdz-menu .col-xs-push-1 {
  right: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-2 {
  right: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-3 {
  right: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-push-4 {
  right: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-5 {
  right: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-6 {
  right: 25%;
}
.rtl-layout .cdz-menu .col-xs-push-7 {
  right: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-8 {
  right: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-9 {
  right: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-push-10 {
  right: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-11 {
  right: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-12 {
  right: 50%;
}
.rtl-layout .cdz-menu .col-xs-push-13 {
  right: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-14 {
  right: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-15 {
  right: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-push-16 {
  right: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-17 {
  right: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-18 {
  right: 75%;
}
.rtl-layout .cdz-menu .col-xs-push-19 {
  right: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-push-20 {
  right: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-push-21 {
  right: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-push-22 {
  right: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-push-23 {
  right: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-push-24 {
  right: 100%;
}
.rtl-layout .cdz-menu .col-xs-offset-0 {
  margin-right: 0%;
}
.rtl-layout .cdz-menu .col-xs-offset-1 {
  margin-right: 4.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-2 {
  margin-right: 8.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-3 {
  margin-right: 12.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-4 {
  margin-right: 16.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-5 {
  margin-right: 20.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-6 {
  margin-right: 25%;
}
.rtl-layout .cdz-menu .col-xs-offset-7 {
  margin-right: 29.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-8 {
  margin-right: 33.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-9 {
  margin-right: 37.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-10 {
  margin-right: 41.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-11 {
  margin-right: 45.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-12 {
  margin-right: 50%;
}
.rtl-layout .cdz-menu .col-xs-offset-13 {
  margin-right: 54.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-14 {
  margin-right: 58.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-15 {
  margin-right: 62.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-16 {
  margin-right: 66.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-17 {
  margin-right: 70.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-18 {
  margin-right: 75%;
}
.rtl-layout .cdz-menu .col-xs-offset-19 {
  margin-right: 79.16667%;
}
.rtl-layout .cdz-menu .col-xs-offset-20 {
  margin-right: 83.33333%;
}
.rtl-layout .cdz-menu .col-xs-offset-21 {
  margin-right: 87.5%;
}
.rtl-layout .cdz-menu .col-xs-offset-22 {
  margin-right: 91.66667%;
}
.rtl-layout .cdz-menu .col-xs-offset-23 {
  margin-right: 95.83333%;
}
.rtl-layout .cdz-menu .col-xs-offset-24 {
  margin-right: 100%;
}
@media (min-width: 768px) {
  .rtl-layout .cdz-menu .col-sm-1,
  .rtl-layout .cdz-menu .col-sm-2,
  .rtl-layout .cdz-menu .col-sm-3,
  .rtl-layout .cdz-menu .col-sm-4,
  .rtl-layout .cdz-menu .col-sm-5,
  .rtl-layout .cdz-menu .col-sm-6,
  .rtl-layout .cdz-menu .col-sm-7,
  .rtl-layout .cdz-menu .col-sm-8,
  .rtl-layout .cdz-menu .col-sm-9,
  .rtl-layout .cdz-menu .col-sm-10,
  .rtl-layout .cdz-menu .col-sm-11,
  .rtl-layout .cdz-menu .col-sm-12,
  .rtl-layout .cdz-menu .col-sm-13,
  .rtl-layout .cdz-menu .col-sm-14,
  .rtl-layout .cdz-menu .col-sm-15,
  .rtl-layout .cdz-menu .col-sm-16,
  .rtl-layout .cdz-menu .col-sm-17,
  .rtl-layout .cdz-menu .col-sm-18,
  .rtl-layout .cdz-menu .col-sm-19,
  .rtl-layout .cdz-menu .col-sm-20,
  .rtl-layout .cdz-menu .col-sm-21,
  .rtl-layout .cdz-menu .col-sm-22,
  .rtl-layout .cdz-menu .col-sm-23,
  .rtl-layout .cdz-menu .col-sm-24 {
    float: right;
  }
  .rtl-layout .cdz-menu .col-sm-1 {
    width: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-2 {
    width: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-3 {
    width: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-4 {
    width: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-5 {
    width: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-6 {
    width: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-7 {
    width: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-8 {
    width: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-9 {
    width: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-10 {
    width: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-11 {
    width: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-12 {
    width: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-13 {
    width: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-14 {
    width: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-15 {
    width: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-16 {
    width: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-17 {
    width: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-18 {
    width: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-19 {
    width: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-20 {
    width: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-21 {
    width: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-22 {
    width: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-23 {
    width: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-24 {
    width: 100%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-0 {
    left: 0%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-6 {
    left: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-12 {
    left: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-18 {
    left: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-pull-24 {
    left: 100%;
  }
  .rtl-layout .cdz-menu .col-sm-push-0 {
    right: 0%;
  }
  .rtl-layout .cdz-menu .col-sm-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-3 {
    right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-6 {
    right: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-9 {
    right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-12 {
    right: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-15 {
    right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-18 {
    right: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-21 {
    right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-push-24 {
    right: 100%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-sm-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 992px) {
  .rtl-layout .cdz-menu .col-md-1,
  .rtl-layout .cdz-menu .col-md-2,
  .rtl-layout .cdz-menu .col-md-3,
  .rtl-layout .cdz-menu .col-md-4,
  .rtl-layout .cdz-menu .col-md-5,
  .rtl-layout .cdz-menu .col-md-6,
  .rtl-layout .cdz-menu .col-md-7,
  .rtl-layout .cdz-menu .col-md-8,
  .rtl-layout .cdz-menu .col-md-9,
  .rtl-layout .cdz-menu .col-md-10,
  .rtl-layout .cdz-menu .col-md-11,
  .rtl-layout .cdz-menu .col-md-12,
  .rtl-layout .cdz-menu .col-md-13,
  .rtl-layout .cdz-menu .col-md-14,
  .rtl-layout .cdz-menu .col-md-15,
  .rtl-layout .cdz-menu .col-md-16,
  .rtl-layout .cdz-menu .col-md-17,
  .rtl-layout .cdz-menu .col-md-18,
  .rtl-layout .cdz-menu .col-md-19,
  .rtl-layout .cdz-menu .col-md-20,
  .rtl-layout .cdz-menu .col-md-21,
  .rtl-layout .cdz-menu .col-md-22,
  .rtl-layout .cdz-menu .col-md-23,
  .rtl-layout .cdz-menu .col-md-24 {
    float: right;
  }
  .rtl-layout .cdz-menu .col-md-1 {
    width: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-2 {
    width: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-3 {
    width: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-4 {
    width: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-5 {
    width: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-6 {
    width: 25%;
  }
  .rtl-layout .cdz-menu .col-md-7 {
    width: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-8 {
    width: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-9 {
    width: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-10 {
    width: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-11 {
    width: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-12 {
    width: 50%;
  }
  .rtl-layout .cdz-menu .col-md-13 {
    width: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-14 {
    width: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-15 {
    width: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-16 {
    width: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-17 {
    width: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-18 {
    width: 75%;
  }
  .rtl-layout .cdz-menu .col-md-19 {
    width: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-20 {
    width: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-21 {
    width: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-22 {
    width: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-23 {
    width: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-24 {
    width: 100%;
  }
  .rtl-layout .cdz-menu .col-md-pull-0 {
    left: 0%;
  }
  .rtl-layout .cdz-menu .col-md-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-6 {
    left: 25%;
  }
  .rtl-layout .cdz-menu .col-md-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-12 {
    left: 50%;
  }
  .rtl-layout .cdz-menu .col-md-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-18 {
    left: 75%;
  }
  .rtl-layout .cdz-menu .col-md-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-pull-24 {
    left: 100%;
  }
  .rtl-layout .cdz-menu .col-md-push-0 {
    right: 0%;
  }
  .rtl-layout .cdz-menu .col-md-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-3 {
    right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-6 {
    right: 25%;
  }
  .rtl-layout .cdz-menu .col-md-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-9 {
    right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-12 {
    right: 50%;
  }
  .rtl-layout .cdz-menu .col-md-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-15 {
    right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-18 {
    right: 75%;
  }
  .rtl-layout .cdz-menu .col-md-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-push-21 {
    right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-push-24 {
    right: 100%;
  }
  .rtl-layout .cdz-menu .col-md-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .cdz-menu .col-md-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .cdz-menu .col-md-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .cdz-menu .col-md-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .cdz-menu .col-md-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-md-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-md-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-md-offset-24 {
    margin-right: 100%;
  }
}
@media (min-width: 1200px) {
  .rtl-layout .cdz-menu .col-lg-1,
  .rtl-layout .cdz-menu .col-lg-2,
  .rtl-layout .cdz-menu .col-lg-3,
  .rtl-layout .cdz-menu .col-lg-4,
  .rtl-layout .cdz-menu .col-lg-5,
  .rtl-layout .cdz-menu .col-lg-6,
  .rtl-layout .cdz-menu .col-lg-7,
  .rtl-layout .cdz-menu .col-lg-8,
  .rtl-layout .cdz-menu .col-lg-9,
  .rtl-layout .cdz-menu .col-lg-10,
  .rtl-layout .cdz-menu .col-lg-11,
  .rtl-layout .cdz-menu .col-lg-12,
  .rtl-layout .cdz-menu .col-lg-13,
  .rtl-layout .cdz-menu .col-lg-14,
  .rtl-layout .cdz-menu .col-lg-15,
  .rtl-layout .cdz-menu .col-lg-16,
  .rtl-layout .cdz-menu .col-lg-17,
  .rtl-layout .cdz-menu .col-lg-18,
  .rtl-layout .cdz-menu .col-lg-19,
  .rtl-layout .cdz-menu .col-lg-20,
  .rtl-layout .cdz-menu .col-lg-21,
  .rtl-layout .cdz-menu .col-lg-22,
  .rtl-layout .cdz-menu .col-lg-23,
  .rtl-layout .cdz-menu .col-lg-24 {
    float: right;
  }
  .rtl-layout .cdz-menu .col-lg-1 {
    width: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-2 {
    width: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-3 {
    width: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-4 {
    width: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-5 {
    width: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-6 {
    width: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-7 {
    width: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-8 {
    width: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-9 {
    width: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-10 {
    width: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-11 {
    width: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-12 {
    width: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-13 {
    width: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-14 {
    width: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-15 {
    width: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-16 {
    width: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-17 {
    width: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-18 {
    width: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-19 {
    width: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-20 {
    width: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-21 {
    width: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-22 {
    width: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-23 {
    width: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-24 {
    width: 100%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-0 {
    left: 0%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-1 {
    left: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-2 {
    left: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-3 {
    left: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-4 {
    left: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-5 {
    left: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-6 {
    left: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-7 {
    left: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-8 {
    left: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-9 {
    left: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-10 {
    left: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-11 {
    left: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-12 {
    left: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-13 {
    left: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-14 {
    left: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-15 {
    left: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-16 {
    left: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-17 {
    left: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-18 {
    left: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-19 {
    left: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-20 {
    left: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-21 {
    left: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-22 {
    left: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-23 {
    left: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-pull-24 {
    left: 100%;
  }
  .rtl-layout .cdz-menu .col-lg-push-0 {
    right: 0%;
  }
  .rtl-layout .cdz-menu .col-lg-push-1 {
    right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-2 {
    right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-3 {
    right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-4 {
    right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-5 {
    right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-6 {
    right: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-push-7 {
    right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-8 {
    right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-9 {
    right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-10 {
    right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-11 {
    right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-12 {
    right: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-push-13 {
    right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-14 {
    right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-15 {
    right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-16 {
    right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-17 {
    right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-18 {
    right: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-push-19 {
    right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-20 {
    right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-21 {
    right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-push-22 {
    right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-push-23 {
    right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-push-24 {
    right: 100%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-0 {
    margin-right: 0%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-1 {
    margin-right: 4.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-2 {
    margin-right: 8.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-3 {
    margin-right: 12.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-4 {
    margin-right: 16.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-5 {
    margin-right: 20.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-6 {
    margin-right: 25%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-7 {
    margin-right: 29.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-8 {
    margin-right: 33.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-9 {
    margin-right: 37.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-10 {
    margin-right: 41.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-11 {
    margin-right: 45.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-12 {
    margin-right: 50%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-13 {
    margin-right: 54.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-14 {
    margin-right: 58.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-15 {
    margin-right: 62.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-16 {
    margin-right: 66.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-17 {
    margin-right: 70.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-18 {
    margin-right: 75%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-19 {
    margin-right: 79.16667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-20 {
    margin-right: 83.33333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-21 {
    margin-right: 87.5%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-22 {
    margin-right: 91.66667%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-23 {
    margin-right: 95.83333%;
  }
  .rtl-layout .cdz-menu .col-lg-offset-24 {
    margin-right: 100%;
  }
}
/*resize menu vertical*/
/*resize vertial menu*/
.cdz-vertical-menu .item.level0 > a.menu-link > span {
  max-width: 100%;
  display: inline-block;
}
.cdz-vertical-menu .item.level0 > a.menu-link .menu-icon + span {
  max-width: calc(100% - 50px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > span {
  max-width: calc(100% - 35px);
}
.cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
  max-width: calc(100% - 80px);
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow-x: hidden;
}
/*end resize menu vertical*/
@media (max-width: 1200px) and (min-width: 991px) {
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none;  */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0 > a.menu-link {
    font-size: 11px;
  }
  .cdz-vertical-menu .item.level0 > a.menu-link .menu-icon {
    /* display:none; */
    /* + span{ */
    /* border:none; */
    /* } */
  }
}
@media (max-width: 860px) and (min-width: 768px) {
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon {
    display: none;
  }
  .cdz-vertical-menu .item.level0.parent > a.menu-link > .menu-icon + span {
    border: none;
    max-width: calc(100% - 35px);
    padding-left: 17px !important;
  }
}
.cdz-vertical-menu .item.level0 > a.menu-link span span {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0;
  max-width: 100%;
  overflow: hidden;
  display: block;
}
.cat-tree-wrap li.item:not(.level1) {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 10px auto;
}
#shipping-method-buttons-container button.continue {
  float: right;
}
.iwd-address-validation-popup.modal-popup .action-close {
  display: none !important;
}
.iwd-address-validation-popup.modal-popup .modal-inner-wrap {
  margin-left: -200px !important;
  width: 400px !important;
  left: 50% !important;
}
.iwd-address-validation-popup.modal-popup .modal-header {
  background-color: #e8e7e3;
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #343030;
  font-weight: bold;
}
.iwd-address-validation-popup.modal-popup .modal-header h1 {
  font-weight: bold;
  margin: 0;
  border: none;
  padding: 10px 18px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
}
.iwd-address-validation-popup.modal-popup .modal-footer {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
}
.iwd-address-validation-popup.modal-popup .modal-content {
  margin: 0 5px;
  padding: 20px 20px 0;
}
.iwd-address-validation-popup.modal-popup .modal-content p {
  color: #343030;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.iwd-address-validation-popup.modal-popup .modal-content .suggestion {
  text-align: center;
  margin-bottom: 20px;
}
.iwd-address-validation-popup.modal-popup .modal-content ul {
  padding-left: 0;
  margin-bottom: 20px;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li {
  list-style: none;
  cursor: pointer;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li input[type="radio"] {
  display: inline-block;
  float: left;
  width: 20px;
  height: 32px;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li input[type="radio"]:focus {
  border: none !important;
  box-shadow: none;
}
.iwd-address-validation-popup.modal-popup .modal-content ul li label {
  display: inline-block;
  float: left;
  width: 90%;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}
.iwd-address-validation-popup.modal-popup .modal-footer button {
  text-transform: uppercase;
  cursor: pointer;
}
.iwd-address-validation-popup.modal-popup .mage-error {
  color: #e02b27;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 480px) {
  .iwd-address-validation-popup.modal-popup .modal-inner-wrap {
    margin-left: -160px !important;
    width: 320px !important;
    left: 50% !important;
  }
}
.product-items .product-item._with-sale-label .catalog-price-rule-product-label {
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 12px;
  background-color: #C00000;
  border-radius: 4px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
}
.product-items .product-item._with-sale-label .catalog-price-rule-product-label.form {
  background-color: #020b8a;
}
.product-items .product-item._with-sale-label .product-label {
  display: none;
}
.product-items .product-item._with-sale-label .price-box .old-price {
  text-decoration: none;
}
.product-items .product-item._with-sale-label .price-box .old-price:not(._configurable-old-range) .price {
  text-decoration: line-through;
}
.product-items .product-item._with-sale-label .price-box .old-price._configurable-old-range {
  display: block;
}
.product-items .product-item._with-sale-label .price-box .old-price._configurable-old-range .price-wrapper {
  text-decoration: line-through;
}
.product-items .product-item._with-sale-label .price-box .old-price._configurable-old-range .price-wrapper .price {
  text-decoration: none;
}
.product-items .product-item._with-sale-label:not(._form) .price-box {
  display: flex;
  flex-direction: column;
}
.product-items .product-item._with-sale-label:not(._form) .price-box .normal-price:not(._configurable-normal-range) .price,
.product-items .product-item._with-sale-label:not(._form) .price-box .special-price:not(._configurable-normal-range) .price {
  color: #C00000 !important;
}
.product-items .product-item._with-sale-label:not(._form) .price-box .normal-price._configurable-normal-range .price-wrapper .price._on-sale .price,
.product-items .product-item._with-sale-label:not(._form) .price-box .special-price._configurable-normal-range .price-wrapper .price._on-sale .price {
  color: #C00000 !important;
}
.product-items .product-item._with-sale-label:not(._form) .price-box .normal-price._configurable-normal-range .price-wrapper .price .price,
.product-items .product-item._with-sale-label:not(._form) .price-box .special-price._configurable-normal-range .price-wrapper .price .price {
  color: #C00000 !important;
}
.unsubscribe_abandoned_cart-confirm-index .page-title-wrapper,
.unsubscribe_abandoned_cart-cancel-index .page-title-wrapper {
  display: none;
}
.unsubscribe_abandoned_cart-confirm-index .header-title,
.unsubscribe_abandoned_cart-cancel-index .header-title {
  display: block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, Helvetica Neue, Verdana, Arial, sans-serif;
}
.unsubscribe_abandoned_cart-confirm-index .header-title .title,
.unsubscribe_abandoned_cart-cancel-index .header-title .title {
  color: #121212;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.unsubscribe_abandoned_cart-confirm-index .header-title .note,
.unsubscribe_abandoned_cart-cancel-index .header-title .note {
  font-size: 14px;
  font-weight: 400;
}
.unsubscribe_abandoned_cart-confirm-index .form.confirmation .fieldset,
.unsubscribe_abandoned_cart-cancel-index .form.confirmation .fieldset {
  margin: 0;
}
.unsubscribe_abandoned_cart-confirm-index .form.confirmation .actions-toolbar,
.unsubscribe_abandoned_cart-cancel-index .form.confirmation .actions-toolbar {
  text-align: center;
}
.unsubscribe_abandoned_cart-confirm-index .form.confirmation .actions-toolbar > .primary,
.unsubscribe_abandoned_cart-cancel-index .form.confirmation .actions-toolbar > .primary {
  width: 100%;
  float: none;
  text-align: center;
}
.unsubscribe_abandoned_cart-confirm-index .form.confirmation .actions-toolbar > .primary button,
.unsubscribe_abandoned_cart-cancel-index .form.confirmation .actions-toolbar > .primary button {
  margin: 0 auto;
  float: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
/* gobal popup-ajaxsuite style */
/* Ipad and lager srceen */
/* Mobile screen */
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 1400px) {
  .setproduct .product-item > .product {
    width: 270px;
    transform: translatex(-42%);
    left: 0;
    top: 100px;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
  }
  .setproduct .product-item > .product::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -48px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 40px solid #fff;
    z-index: 1;
    transform: translateX(-50%);
  }
  .setproduct .product-item.active > .product {
    top: 85px;
    opacity: 1;
    left: 0;
    visibility: visible;
    box-shadow: 0 0.8rem 1.6rem -0.8rem #a3a7b2;
    transform: translateX(-42%);
  }
}
.notice_activation_purchase_code {
  background: red;
  color: #fff;
  border-bottom: 2px solid #ddd;
  padding: 10px;
  text-align: center;
}
/**
 * Taxjar_SalesTax
 *
 * 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
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * 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
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
@media only screen and (max-width: 994px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media all and (min-width: 995px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 11px 5.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 5.5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .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,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .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-visually-hidden-desktop,
  .dashboard-welcome-toggler,
  .modes-label {
    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,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .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,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar: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,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses: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,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 22px;
  }
  .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 5.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,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 22px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .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,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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: 11px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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: 0;
    max-width: 100%;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
    margin-right: 7rem;
    margin-left: 7rem;
  }
  .catalog-category-view .columns,
  .catalog-product-view .columns,
  .cms-index-index .columns {
    margin-right: 0;
    margin-left: 0;
  }
  .column.main {
    min-height: inherit;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 1.5rem;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 1.5rem;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 1.5rem;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 1.5rem;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 22px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .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 {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .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: 22px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 22px;
    box-sizing: border-box;
    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 5.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 100%;
    font-size: 1.6rem;
    color: #121212;
    text-decoration: none;
    background: transparent;
    border: 0;
    border-bottom: none;
    height: 100%;
    padding: 1.7rem 22px 1.7rem 22px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #121212;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #121212;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #c00000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: rgba(13, 13, 13, 0);
  }
  .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: rgba(38, 38, 38, 0);
    color: #c00000;
    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: 2.7rem;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 0;
    padding: 2.5rem 0 0 0;
    border: 0;
    border-top: 0;
  }
  .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 5.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 #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .page-title span {
    font-size: 4rem;
    line-height: 4.8rem;
    text-transform: initial;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 994px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcorder-popup-block .modal-inner-wrap .modal-footer {
    border-top: none;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
    line-height: 1.2;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  #checkout .amcard-codes-list,
  #checkout .amcard-field-container {
    padding-left: 22px;
  }
  .aminst-feed-title {
    font-size: 20px;
    margin: 20px 0 25px 0;
  }
  .aminst-feed-comment-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s all ease-in;
    -webkit-transition: all 0.2 ease;
    -moz-transition: all 0.2 ease;
    -ms-transition: all 0.2 ease;
    -o-transition: all 0.2 ease;
    align-content: center;
    border: 1px solid #93d6ff;
    bottom: 0;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 16px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .aminst-feed-review {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }
  .aminst-feed-btn {
    margin: 20px 0;
    max-width: 150px;
    padding: 11px 26px;
  }
  .aminst-feed-likes,
  .aminst-feed-comments {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 17px;
  }
  .aminst-feed-likes:before,
  .aminst-feed-comments:before {
    height: 16px;
    margin: 0 4px 0 0;
    width: 16px;
  }
  .aminst-feed-likes:before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMi41NEM5LjAxNC4zOTUgNS4yMi40OTEgMi44NTIgMi44MjZhNi4xODYgNi4xODYgMCAwIDAgMCA4LjgyOWw4LjMzOSA4LjIxOWEuNDQuNDQgMCAwIDAgLjYxOCAwbDguMzM5LTguMjJhNi4xODcgNi4xODcgMCAwIDAgMC04LjgyOEMxNy43OC40OTIgMTMuOTg2LjM5NiAxMS41IDIuNTR6bTguMDI5IDguNTA1TDExLjUgMTguOTU5bC04LjAyOS03LjkxNGE1LjMzMiA1LjMzMiAwIDAgMSAwLTcuNjEgNS40ODMgNS40ODMgMCAwIDEgMy44Ni0xLjU3M2MxLjM5OCAwIDIuNzk1LjUyNSAzLjg2IDEuNTc0LjE3LjE2OC40NDcuMTY4LjYxOCAwIDIuMTMtMi4wOTkgNS41OTItMi4wOTggNy43MiAwYTUuMzMyIDUuMzMyIDAgMCAxIDAgNy42MDl6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiLz48L3N2Zz4=);
    content: '';
  }
  .aminst-feed-comments:before {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjQ5OCAyMmMtLjI4NSAwLS41Ny0uMDExLS44NTYtLjAzNC01LjIzLS40MTgtOS4zNy00LjY4OC05LjYzLTkuOTMzYTEwLjUzNSAxMC41MzUgMCAwIDEgMy4wNjMtNy45NTggMTAuNTMgMTAuNTMgMCAwIDEgNy45NTgtMy4wNjJjNS4yNzUuMjYxIDkuNTQ3IDQuNDI3IDkuOTM3IDkuNjlhMTAuNDc0IDEwLjQ3NCAwIDAgMS0xLjMwMyA1LjkxNmwxLjI1MSA0LjU0MmEuNjIuNjIgMCAwIDEtLjc1MS43NjNsLTQuNjM3LTEuMjA4QTEwLjQ1OCAxMC40NTggMCAwIDEgMTEuNDk3IDIyem0uMDE2LTIwLjA0NUE5LjU3OCA5LjU3OCAwIDAgMCA0Ljc1IDQuNzVhOS41OCA5LjU4IDAgMCAwLTIuNzg0IDcuMjM2Yy4yMzYgNC43NjcgMy45OTkgOC42NDkgOC43NTIgOS4wMjhhOS41MjQgOS41MjQgMCAwIDAgNS41MS0xLjIyM2wuMTY4LS4wOTYgNC40NDcgMS4xNTgtMS4yMDMtNC4zNjYuMTAyLS4xNzNhOS41MjIgOS41MjIgMCAwIDAgMS4yNzctNS41NGMtLjM1NS00Ljc4NC00LjIzOS04LjU3LTkuMDMzLTguODA3YTkuNDI3IDkuNDI3IDAgMCAwLS40NzItLjAxMnoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPg==);
    content: '';
  }
  .aminst-feed-caption {
    flex-basis: 100%;
    line-height: 21px;
    margin: 0;
    max-height: 60%;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: pre;
  }
  .aminst-relation-link {
    left: 0;
    pointer-events: none;
    user-select: none;
    width: auto;
  }
  .aminst-relation-link:hover {
    color: #ffffff;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link {
    background: #008eff;
    min-height: 25px;
    padding: 0 15px;
    pointer-events: initial;
    user-select: initial;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover {
    background: #33a4ff;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(14px * 1);
    -webkit-line-clamp: 1;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link:hover .aminst-button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMSA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDI3LjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjMtLjE5NTMuNTExODQ1IDAgLjcwNzExMkwyOS4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgzMHYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
    right: 10px;
    width: 35px;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-relation-link .aminst-button {
    background-color: transparent;
    box-shadow: none;
    border-radius: inherit;
    bottom: initial;
    background-size: contain;
    white-space: nowrap;
    position: absolute;
    right: 15px;
    font-size: 0;
    width: 30px;
    height: 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNiA4Ij4gIDxkZWZzLz4gIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNS4zNTM2IDQuMzUzNTZjLjE5NTItLjE5NTI3LjE5NTItLjUxMTg1IDAtLjcwNzExTDIyLjE3MTYuNDY0NDY4Yy0uMTk1My0uMTk1MjYyLS41MTE5LS4xOTUyNjItLjcwNzEgMC0uMTk1My4xOTUyNjItLjE5NTMuNTExODQ1IDAgLjcwNzEwMkwyNC4yOTI5IDRsLTIuODI4NCAyLjgyODQzYy0uMTk1My4xOTUyNi0uMTk1My41MTE4NCAwIC43MDcxMS4xOTUyLjE5NTI2LjUxMTguMTk1MjYuNzA3MSAwbDMuMTgyLTMuMTgxOTh6TS00ZS04IDQuNUgyNXYtMUg0ZS04bC04ZS04IDF6Ii8+PC9zdmc+);
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link {
    background: #33a4ff;
    min-height: 45px;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(14px * 2);
    -webkit-line-clamp: 2;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-button,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: none;
    border: 1px solid #ffffff;
    border-radius: 2px;
    font-size: inherit;
    min-height: 25px;
    padding: 0 10px;
    position: static;
    transition: color, background-color 0.2s ease-in;
    width: auto;
  }
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link:hover + .aminst-relation-link .aminst-button:hover,
  .aminst-feed-post:not(.-thumbnail) .aminst-feed-link.-hovered + .aminst-relation-link .aminst-button:hover {
    background: #ffffff;
    color: #33a4ff;
  }
  .aminst-feed-post.-thumbnail .aminst-feed-link:hover + .aminst-relation-link,
  .aminst-feed-post.-thumbnail .aminst-feed-link.-hovered + .aminst-relation-link {
    background-color: #008eff;
    border-top: 1px solid #ffffff;
    pointer-events: inherit;
    transition: background-color 0.2s ease-in;
    user-select: inherit;
  }
  .aminst-feed-post.-thumbnail .aminst-feed-link:hover + .aminst-relation-link .aminst-title,
  .aminst-feed-post.-thumbnail .aminst-feed-link.-hovered + .aminst-relation-link .aminst-title {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: calc(14px * 2);
    -webkit-line-clamp: 2;
  }
  .aminst-feed-link:hover .aminst-feed-comment-cont,
  .aminst-feed-link.-hovered .aminst-feed-comment-cont {
    background: rgba(0, 142, 255, 0.7);
    opacity: 1;
  }
  .aminst-feed-link:hover.-en-desc .aminst-feed-img,
  .aminst-feed-link.-hovered.-en-desc .aminst-feed-img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
  }
  .aminst-feed-link:hover.-dis-desc .aminst-feed-img,
  .aminst-feed-link.-hovered.-dis-desc .aminst-feed-img {
    transform: scale(1.1);
  }
  .amstock-popup-block {
    overflow: auto;
    padding-bottom: 50px;
    max-width: 565px;
    max-height: calc(100% - 25px * 2);
    height: auto;
  }
  .amstock-popup-block > .amstock-button.-close {
    margin: 10px 5px;
    padding: 15px;
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .amstock-popup-block > .amstock-content {
    max-height: 375px;
  }
  .amstock-popup-block .amstock-item {
    align-items: center;
    flex-direction: row;
    padding: 5px 0;
  }
  .amstock-popup-block .amstock-item > .amstock-title {
    margin-bottom: 0;
    padding: 0 5px;
  }
  .amstock-popup-block .amstock-item > .amstock-value {
    flex-wrap: nowrap;
    padding: 0 5px;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #1979c3;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover,
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:focus {
    color: #fff;
    background: #1979c3;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: 100%;
  }
  .page-header .amsearch-wrapper-block {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .amsearch-products-section .amsearch-description span.price {
    color: #1a0b0b !important;
    font-weight: 600 !important;
    font-size: 1.9rem !important;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100% !important;
    margin-bottom: 0;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
    width: 100%;
    margin-bottom: 0;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: 100%;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0;
    box-shadow: none;
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
    flex: 1 1 calc(33.33333333%);
    text-transform: capitalize;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    transition: all .3s ease;
    margin: 10px;
    padding: 10px;
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
    opacity: 0;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  #bss-content-option-product.bss-configurable-grid-view-popup {
    max-height: 640px;
  }
  .bss-fastorder-form .mobile-tfoot {
    display: none !important;
  }
  .panel-content-table .bss-fastorder-multiple-form {
    border-right: 1px solid #eee;
  }
  .panel-content-table .bss-fastorder-multiple-form thead,
  .panel-content-table .bss-fastorder-multiple-form tfoot {
    display: block;
  }
  .panel-content-table .bss-fastorder-multiple-form tbody {
    display: block;
    max-height: 621px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .panel-content-table .bss-fastorder-multiple-form tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .panel-content-table .bss-fastorder-multiple-form tbody tr .bss-fastorder-row-ref {
    width: 27%;
  }
  .panel-content-table .bss-fastorder-multiple-form tbody tr.foot1 {
    background: #f9f9f9 !important;
  }
  .panel-content-table .bss-fastorder-multiple-form tbody tr.foot1 .add-to-line {
    width: 27%;
  }
  .panel-content-table .bss-fastorder-multiple-form tfoot {
    width: 100%;
    display: table;
  }
  .panel-content-table .bss-fastorder-multiple-form tfoot td.add-to-line {
    width: 27%;
    border-right: none;
  }
  .panel-content-table .bss-fastorder-multiple-form tfoot td.fill-line {
    width: 40%;
    border-right: none;
    border-left: none;
  }
  .panel-content-table .bss-fastorder-multiple-form tfoot td.total-qty-fastorder {
    width: 13%;
    border-right: none;
    border-left: none;
  }
  .panel-content-table .bss-fastorder-multiple-form tfoot td.subtotal-fastorder {
    width: 20%;
    border-left: none;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-ref {
    width: 60%;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-edit-delete {
    width: 15%;
  }
  .links.nav-fastorder-toggle .mini-fast-order-toggle #bss-fastorder-form table td.bss-fastorder-row-qty {
    width: 25%;
  }
  .unsubscribe_abandoned_cart-confirm-index .form.confirmation .actions-toolbar > .primary button,
  .unsubscribe_abandoned_cart-cancel-index .form.confirmation .actions-toolbar > .primary button {
    width: 60%;
  }
  .unsubscribe_abandoned_cart-confirm-index .page-main,
  .unsubscribe_abandoned_cart-cancel-index .page-main {
    width: 600px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
    min-width: 300px;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication {
    border: 0;
    margin: -3rem -3rem -2.6rem;
    min-height: 49.1rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content {
    padding: 0 3rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content .logo {
    margin: 0 auto;
    margin-bottom: 6%;
    float: none;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content .title {
    font-size: 3rem;
    margin-bottom: 0.8rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .bg-login-popup .login-content .description {
    color: #dfdfdf;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-customer-login {
    padding: 3rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .photo.image {
    max-width: 27rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .pop-up-success {
    max-width: 25rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success {
    max-width: 50rem;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .photo.image {
    max-width: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
    max-width: 23.6rem;
    margin-right: 3rem;
    width: 35%;
    height: 100%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name {
    margin: 0;
    text-align: left;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .product-item-name {
    font-size: 1.8rem;
    padding-top: 11%;
  }
  .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .ajaxsuite-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .action.tocart.disabled:before {
    position: relative;
    top: 2px;
    left: -2px;
  }
  .wave-top {
    height: 85px;
    border-radius: 5px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .wave {
    bottom: 36px;
    left: -80%;
    width: 1000px;
    height: 1025px;
    background-color: #c00000;
    opacity: 0.6;
    position: absolute;
    border-radius: 40%;
  }
  .wave.one {
    animation: wave 15s linear -1s infinite;
  }
  .wave.two {
    animation: wave 18s linear -1s infinite;
  }
  .wave.three {
    animation: wave 21s linear -1s infinite;
  }
  .super-deal .time_circles .number,
  .super-deal-banner .time_circles .number {
    font-size: 3.6rem;
  }
  .super-deal .title-deal,
  .super-deal-banner .title-deal {
    font-size: 5.2rem;
  }
  .super-deal-banner {
    padding: 11.5rem 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .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: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 22px;
    margin: 0 0 11px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 11px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 22px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
    text-align: left;
  }
  .cart.table-wrapper .item-actions {
    position: absolute;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    transform: translateY(-120%);
    z-index: 1;
    right: 0;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 11px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 22px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3.5rem;
    border-bottom: 0;
    margin-bottom: 27.5px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 994px;
    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: 11px 33px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 44px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 22px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 22px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 33px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    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 11px 11px 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: 22px;
  }
  .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: 22px;
  }
  .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: 20px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 22px;
    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 {
    padding: 6px 15px 0 0;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    box-sizing: border-box;
    float: left;
  }
  .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 22px 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: 22px;
    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: 20px;
  }
  .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 22px;
  }
  .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 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #c00000;
    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: 27.5px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ebebeb;
  }
  .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;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 20px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 22px;
  }
  .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;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 11px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 11px;
    padding-right: 11px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .sidebar-main .amfinder-toggle {
    padding: 0;
  }
  .sidebar-main .amfinder-toggle .amfinder-select {
    padding: 0 15px 0 5px;
  }
  .sidebar-main .amfinder-toggle .amfinder-select-wrapper:after,
  .sidebar-main .amfinder-toggle .amfinder-dropdown:after {
    background-size: 10px;
    width: 20px;
  }
  .sidebar-main .amfinder-toggle .amfinder-dropdown {
    padding: 0 15px 0 5px;
    word-break: break-all;
  }
  .sidebar-main .amfinder-toggle .amfinder-details {
    margin: 5px 0 0;
    width: 100%;
    min-width: 170px;
  }
  .sidebar-main .amfinder-toggle .amfinder-buttons > .button {
    width: 48%;
    padding: 8px;
  }
  .sidebar-main .amfinder-horizontal .am-item {
    min-width: 100%;
  }
  .blog-page.page-layout-2columns-right .sidebar,
  .blog-page.page-layout-2columns-left .sidebar {
    width: 33rem;
    padding-right: 15px;
  }
  .blog-page.page-layout-2columns-right .column.main,
  .blog-page.page-layout-2columns-left .column.main {
    width: calc(100% - 36rem);
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-products:not(:last-child) {
    padding: 0 0 3rem;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
    position: relative;
    top: 1px;
    text-transform: uppercase;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 22px;
    padding-top: 1px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #121212;
  }
  .modes-mode.active {
    color: #c00000;
  }
  .modes-mode.active:before {
    color: inherit;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .modal-tooltip.modal-popup.modal-slide .modal-inner-wrap {
    width: max-content;
  }
  .product-info-main .page-title-wrapper .page-title {
    text-align: left;
  }
  .product-info-main .box-tocart .fieldset,
  .product-options-bottom .box-tocart .fieldset {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    text-align: center;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view .product-image-wrapper .product-image-photo {
    padding: 15px;
  }
  .catalog-category-view .products.wrapper .product-item .product-item-info .product-item-name a {
    font-size: 2.6rem;
  }
  .catalog-category-view .warranty-to-slide {
    margin-bottom: 2rem;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-main-content-right {
    width: 56%;
  }
  .page-layout-1column .product-main-content-right .product-info-main {
    flex: 1;
    padding: 0 4.4vw;
  }
  .page-layout-1column .product-main-content {
    padding: 0 0 5rem;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product.media {
    width: 57%;
    margin-left: 4.7vw;
    margin-bottom: 5vw;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    margin-right: 4.7vw;
    padding: 0 0 0 4rem;
    width: 100%;
    max-width: 480px;
    position: relative;
    -webkit-transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    -moz-transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    -ms-transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  }
  .page-layout-1column .product-main-content.layout-sidebar {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content {
    flex: 1;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content .product.media {
    width: 54%;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content .product-info-main {
    width: 46%;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-sidebar-content {
    flex: 0 0 30%;
    max-width: 250px;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary .product-info-main {
    padding: 0 0 0 6rem;
  }
  .page-layout-1column .product-main-content .product-info-main {
    padding: 3rem 0 0 0;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .magnifier-preview {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .layout-grid-gallary .product.info.detailed,
  .layout-fullwidth .product.info.detailed,
  .layout-sticky .product.info.detailed {
    margin-top: 5rem;
  }
  .layout-grid-gallary .product.info.detailed .product.data.items,
  .layout-fullwidth .product.info.detailed .product.data.items,
  .layout-sticky .product.info.detailed .product.data.items {
    text-align: left;
  }
  .layout-grid-gallary .product.info.detailed .product.data.items > .item.title,
  .layout-fullwidth .product.info.detailed .product.data.items > .item.title,
  .layout-sticky .product.info.detailed .product.data.items > .item.title {
    display: block;
  }
  .layout-grid-gallary .product.info.detailed .product.data.items > .item.content,
  .layout-fullwidth .product.info.detailed .product.data.items > .item.content,
  .layout-sticky .product.info.detailed .product.data.items > .item.content {
    border-top: 0;
  }
  .filter .block-subtitle {
    font-weight: 400;
  }
  .filter .block-subtitle:not(.filter-current-subtitle) {
    margin-bottom: 3rem;
  }
  .filter.block {
    margin-bottom: 3rem;
  }
  .filter-title {
    display: none;
  }
  .filter-options-content {
    padding-bottom: 2.6rem;
  }
  .filter-options-item {
    margin-bottom: 2rem;
  }
  .filter-actions {
    margin-bottom: 33px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
    text-transform: uppercase;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
    margin-left: 0;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #ebebeb;
    position: relative;
    z-index: 4;
  }
  .page-layout-1column .filter-content {
    margin-top: 3rem;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 27.5px;
    position: relative;
  }
  .page-layout-1column .filter-options-item:last-child {
    margin-right: 0;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 22px 0 0;
    font-size: 18px;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #ebebeb;
    padding: 1rem;
    position: absolute;
    top: 100%;
    visibility: hidden;
    min-width: 200px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5.5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #000000;
    display: inline;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 27.5px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 27.5px;
  }
  .order-links .item {
    float: left;
    margin: 0 5.5px 0 0;
  }
  .order-links .item a {
    padding: 1.7rem 22px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    line-height: 1.35;
    padding: 1.7rem 22px 2.7rem 22px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .header.content {
    padding: 33px 22px 0;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 11px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  body[class*='amblog-index-'].page-layout-3columns .sidebar-additional {
    width: 25%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-left: 7rem;
  }
  .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;
  }
  .size-26 {
    font-size: 2.6rem;
  }
  .size-28 {
    font-size: 2.8rem;
  }
  .size-30 {
    font-size: 3rem;
  }
  .size-36 {
    font-size: 3.6rem;
  }
  .size-38 {
    font-size: 3.8rem;
  }
  .size-40 {
    font-size: 4rem;
  }
  .size-44 {
    font-size: 4.4rem;
  }
  .size-48 {
    font-size: 4.8rem;
  }
  .size-50 {
    font-size: 5rem;
  }
  .size-52 {
    font-size: 5.2rem;
  }
  .size-60 {
    font-size: 3.125vw;
  }
  .size-70 {
    font-size: 3.6458333333vw;
  }
  .size-72 {
    font-size: 3.75vw;
  }
  .size-130 {
    font-size: 6.7708333333vw;
  }
  .size-150 {
    font-size: 7.8125vw;
  }
  .page-layout-2columns-right .main {
    padding-right: 15px;
  }
  .breadcrumbs {
    max-width: 100%;
  }
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .panel.wrapper {
    display: none;
    border: 0;
  }
  .page-header .header-container:not(.sticky) .header-middle {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
    padding-right: 7.5rem;
    padding-left: 7.5rem;
  }
  .product.info.detailed > .product.data.items {
    text-align: center;
  }
  .product.info.detailed > .product.data.items .data.item.detailed-content {
    border-top: 1px solid #ebebeb;
    text-align: left;
    background: none;
    margin-top: 0;
    padding: 2.5rem 0 0 0;
    width: 100%;
    margin: 0 0 6.75px;
  }
  .product.info.detailed > .product.data.items .item.title {
    float: none;
    margin-bottom: 1rem;
  }
  .product.info.detailed > .product.data.items .item.title .switchc:after {
    float: right;
    position: relative;
    right: -11px;
    top: -25px;
    font-size: 6rem;
    content: '\e608';
    transform: rotate(90deg);
    font-family: 'icons-blank-theme';
    font-weight: 600;
  }
  .product.info.detailed > .product.data.items .item.title.active .switchc:after {
    position: relative;
    right: -11px;
    top: -25px;
    font-size: 6rem;
    transform: rotate(-90deg);
    content: '\e608';
  }
  .product.info.detailed > .product.data.items .item.title.active > .switch,
  .product.info.detailed > .product.data.items .item.title.active > .switch:focus,
  .product.info.detailed > .product.data.items .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed > .product.data.items .item.title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: transparent !important;
    z-index: 2;
  }
  .product.info.detailed > .product.data.items .item.title.active > .switch,
  .product.info.detailed > .product.data.items .item.title.active > .switch:focus,
  .product.info.detailed > .product.data.items .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed > .product.data.items .item.title.active:after {
    background: #c00000;
  }
  .product-info-main .product-add-form form .box-tocart .fieldset {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .box-tocart .up-down .control input {
    height: 35px;
  }
  .fieldset {
    margin: 0 0 20px;
  }
  .cart-container .cart.table-wrapper .col {
    width: auto;
  }
  .cart-container .cart.table-wrapper .items tr th,
  .cart-container .cart.table-wrapper .items .item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
  }
  .cart-container .cart.table-wrapper .items .item .item-actions .actions-toolbar .action:before {
    color: #666666;
  }
  .cart-container .cart.table-wrapper .box-tocart .up-down .control input {
    padding: 0 5px;
    max-width: 40px;
  }
  .cart-container .cart a.qty-down-fixed-onclick,
  .cart-container .cart a.qty-up-fixed-onclick {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cart-container .cart .box-tocart .up-down {
    max-width: 13rem !important;
    padding: 0;
  }
  body .block-authentication .block-title {
    font-size: 2.4rem;
    text-align: center;
  }
  body .block-authentication .block-title strong {
    font-weight: 400;
  }
  .login-container .block.block-customer-login {
    position: relative;
    padding-right: 5%;
  }
  .login-container .block.block-customer-login:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: -2.5%;
    text-align: center;
    margin: auto;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
  }
  .login-container .block.block-customer-login:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2.5%;
    bottom: 0;
    border-right: 1px solid #ebebeb;
    z-index: 0;
  }
  .login-container .block.block-new-customer {
    padding-left: 5%;
  }
  .login-container .block.block-new-customer .primary .action span {
    color: #ffffff;
  }
  body .fieldset > .field.choice:before,
  body .fieldset > .field.no-label:before {
    padding: 0;
  }
  .form-create-account {
    margin-bottom: 6rem;
  }
  .customer-account-create {
    margin-bottom: 6rem;
  }
  .customer-account-create .form-create-account .fieldset:not(.additional_info) {
    float: left;
    overflow: hidden;
    width: calc(50% - 30px);
    margin: 0 15px;
    overflow: visible;
  }
  .customer-account-create .form-create-account .actions-toolbar > div {
    width: calc(50% - 30px);
  }
  .customer-account-create .form-create-account .actions-toolbar > div,
  .customer-account-forgotpassword .form-create-account .actions-toolbar > div {
    margin: 3rem 15px 0;
  }
  form.form-orders-search {
    margin: auto;
  }
  .catalog-category-view .filter-options-content .swatch-attribute:not(.manufacturer) .swatch-option {
    border-radius: 0;
  }
  .button-box .pagebuilder-button-primary {
    border: none;
  }
  .button-box .pagebuilder-button-primary:hover {
    border-radius: 3px;
  }
  .product.attribute.dicondiv.crosslink {
    margin: 10px 0;
  }
  span.action.nav-toggle {
    display: none;
  }
  a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
  }
  .old-price span {
    font-size: 2.1rem !important;
  }
  body[class*="2columns"] .sidebar {
    width: 43rem;
    padding: 0 15px;
  }
  body[class*="2columns"] .column.main {
    width: calc(100% - 43.6rem);
  }
  body[class*="2columns-right"] .sidebar {
    float: right;
  }
  body[class*="-3columns"] .column.main {
    padding-left: 1.5rem;
  }
  .page-header .container {
    max-width: 100%;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-gap: 30px;
    padding: 1.5rem 0 0;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item {
    display: block;
    border: 0;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item .product-item-info {
    flex-direction: column;
    padding-left: 0;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item .product-item-info .product-item-photo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    margin: 0 0 2rem;
  }
  .search__modal--inner #search-form .rokan-autocomplete-wrapper .products-list .product-items .product-item .product-item-details {
    padding-left: 0;
  }
  .amfinder-title {
    font-family: Open Sans;
    color: #ffffff;
    font-size: 6.7rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-top: 110px;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links.footer-newsletter {
    flex: 0 0 40%;
    max-width: 550px;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links.footer-newsletter .footer-contents {
    max-width: 410px;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links:not(.footer-newsletter) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-footer .footer-container.layout-6 .footer-static_link .footer-links {
    flex: 1;
  }
  .page-footer .footer-container.layout-6 .footer-bottom .copyright {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .sidebar .filter-options .filter-options-item:last-child,
  .sidebar.sidebar-additional .filter-options-item:last-child,
  .sidebar .filter-options .widget:not(.blog-search):last-child,
  .sidebar.sidebar-additional .widget:not(.blog-search):last-child,
  .sidebar .filter-options .block-compare:last-child,
  .sidebar.sidebar-additional .block-compare:last-child,
  .sidebar .filter-options .block-wishlist:last-child,
  .sidebar.sidebar-additional .block-wishlist:last-child {
    border-bottom: 0;
  }
  .sidebar .filter-options .filter-options-item.active,
  .sidebar.sidebar-additional .filter-options-item.active {
    margin-bottom: 4rem;
    padding-bottom: 4.7rem;
    border-bottom: 2px solid #c00200;
  }
  .sidebar .filter-options .filter-options-item.active:last-child,
  .sidebar.sidebar-additional .filter-options-item.active:last-child {
    border-bottom: none;
  }
  .sidebar .filter-options .filter-options-content,
  .sidebar.sidebar-additional .filter-options-content,
  .sidebar .filter-options .block-wishlist .block-content,
  .sidebar.sidebar-additional .block-wishlist .block-content,
  .sidebar .filter-options .block-compare .block-content,
  .sidebar.sidebar-additional .block-compare .block-content,
  .sidebar .filter-options .empty,
  .sidebar.sidebar-additional .empty {
    padding-bottom: 0;
  }
  .sidebar .filter-options .block-wishlist .block-content .empty,
  .sidebar.sidebar-additional .block-wishlist .block-content .empty {
    padding-top: 0;
  }
  .sidebar .filter-options .filter-options-item .filter-options-title,
  .sidebar.sidebar-additional .filter-options-item .filter-options-title,
  .sidebar .filter-options .filter-options-item .block-title,
  .sidebar.sidebar-additional .filter-options-item .block-title {
    padding-bottom: 2.3rem;
    padding-top: 0;
    position: relative;
    overflow: visible;
    margin-bottom: 2rem;
    border-bottom: 0;
    font-size: 2.05rem;
    text-transform: uppercase;
    color: #121212;
    letter-spacing: 0.5px;
  }
  .sidebar .filter-options .filter-options-item .filter-options-title:after,
  .sidebar.sidebar-additional .filter-options-item .filter-options-title:after,
  .sidebar .filter-options .filter-options-item .block-title:after,
  .sidebar.sidebar-additional .filter-options-item .block-title:after {
    content: '';
    width: 26px;
    height: 26px;
    float: right;
    background-color: currentColor;
    -webkit-mask: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMiA2VjE4IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02IDEySDE4IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') no-repeat center / contain;
    -webkit-mask-size: 26px 26px;
  }
  .sidebar .filter-options .filter-options-item.active .filter-options-title:after,
  .sidebar.sidebar-additional .filter-options-item.active .filter-options-title:after,
  .sidebar .filter-options .filter-options-item.active .block-title:after,
  .sidebar.sidebar-additional .filter-options-item.active .block-title:after {
    -webkit-mask: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik02IDEyTDE4IDEyIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+IDwvZz4KDTwvc3ZnPg==) center / contain;
  }
  .sidebar .filter-options .filter-options-item .swatch-attribute-options,
  .sidebar.sidebar-additional .filter-options-item .swatch-attribute-options {
    margin: 0;
  }
  .filter-options-content {
    max-height: 19.2rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #layered-filter-block .filter-title {
    display: block;
  }
  #layered-filter-block .filter-title strong {
    font-weight: 500;
  }
  .catalog-category-view .category-main-content {
    padding-bottom: 0;
    margin: 0;
  }
  .products-grid .product-items:not(.owl-carousel) .product-item {
    margin-bottom: 4rem;
  }
  .catalog-category-view-fullwidth #layered-filter-block .filter-content .filter-options {
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    /* OLD - iOS 6-, Safari 3.1-6 */
    /* OLD - Firefox 19- (buggy but mostly works) */
    /* TWEENER - IE 10 */
    /* NEW - Chrome */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .catalog-category-view-fullwidth #layered-filter-block .filter-content .filter-options .filter-options-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin-right: 0;
  }
  .product.info.detailed .product.data.items > .item.content {
    border-top: 1px solid #ebebeb;
  }
  .column .bundle-options-container .block-bundle-summary {
    max-width: 400px;
  }
  .column #product-options-wrapper {
    width: 100%;
  }
  .product-info-main .product-info-price {
    margin-bottom: 0.5rem;
  }
  .product-info-main .product-info-price .price-box {
    margin-bottom: 0;
  }
  .product-info-main .product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-options {
    margin-top: 1.2rem;
  }
  .banner-about-top img {
    width: 100%;
  }
  .banner-about-top.absolute-content {
    position: relative;
  }
  .banner-about-top.absolute-content .content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -moz-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    -ms-box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
    box-shadow: 800px 0 #f5f5f5, -800px 0 #f5f5f5;
  }
  .about-top p {
    padding-right: 10%;
  }
  .about-top .about-left {
    z-index: 2;
  }
  .how-it-work .sm-4 {
    padding: 0 3rem;
  }
  .section.block-widget-rokanthemes-brand {
    padding: 11px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .giftcard-widget .giftcard_content .giftcard_divine .giftcard_image {
    padding: 0 50px;
  }
  .giftcard-widget .giftcard_content .giftcard_divine .giftcard_meta {
    padding: 0 50px;
  }
  body[class*='amblog-index-'].page-layout-3columns .sidebar-additional {
    width: 25%;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-left: 7rem;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-26.get-size-vw {
    font-size: 1.73333333vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-28.get-size-vw {
    font-size: 1.86666667vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-30.get-size-vw {
    font-size: 2vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-36.get-size-vw {
    font-size: 2.4vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-38.get-size-vw {
    font-size: 2.53333333vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-40.get-size-vw {
    font-size: 2.66666667vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-44.get-size-vw {
    font-size: 2.93333333vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-48.get-size-vw {
    font-size: 3.2vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-50.get-size-vw {
    font-size: 3.33333333vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-52.get-size-vw {
    font-size: 3.46666667vw;
  }
}
@media all and (min-width: 995px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-60 {
    font-size: 60px;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-60.get-size-vw {
    font-size: 4vw;
  }
}
@media all and (min-width: 995px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-70 {
    font-size: 70px;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-70.get-size-vw {
    font-size: 4.66666667vw;
  }
}
@media all and (min-width: 995px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-72 {
    font-size: 72px;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-72.get-size-vw {
    font-size: 4.8vw;
  }
}
@media all and (min-width: 995px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-130 {
    font-size: 130px;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-130.get-size-vw {
    font-size: 6.66666667vw;
  }
}
@media all and (min-width: 995px) and only screen and (min-width: 1921px), print and only screen and (min-width: 1921px) {
  .size-150 {
    font-size: 150px;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1500px), print and only screen and (max-width: 1500px) {
  .size-150.get-size-vw {
    font-size: 8.66666667vw;
  }
}
@media all and (min-width: 995px) and only screen and (max-width: 1200px), print and only screen and (max-width: 1200px) {
  [style*="background: #f5f5f5"] {
    -webkit-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -moz-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    -ms-box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
    box-shadow: 300px 0 #f5f5f5, -300px 0 #f5f5f5;
  }
}
@media all and (min-width: 1200px), print {
  .navigation:not(.mobile-style) .nav-toggle {
    display: none;
  }
  .navigation:not(.mobile-style).nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .navigation:not(.mobile-style) .nav-sections-item-title {
    display: none;
  }
  .navigation:not(.mobile-style) .nav-sections-item-content {
    display: block !important;
  }
  .navigation:not(.mobile-style) .nav-sections-item-content > * {
    display: none;
  }
  .navigation:not(.mobile-style) .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation:not(.mobile-style) {
    background: transparent;
    font-size: 1.4rem;
    font-weight: 400;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:not(.mobile-style):empty {
    display: none;
  }
  .navigation:not(.mobile-style) ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) li.level0 {
    border-top: none;
  }
  .navigation:not(.mobile-style) li.level1 {
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 {
    margin: 0 1rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation:not(.mobile-style) .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 > .level-top {
    color: #ffffff;
    line-height: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0 > .level-top:hover,
  .navigation:not(.mobile-style) .level0 > .level-top.ui-state-focus {
    color: #c00000;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    border-color: #c00000;
    border-width: 0 0 3px;
    color: #c00000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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:not(.mobile-style) .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d0d0d0;
    font-size: 16px;
    font-weight: 400;
    min-width: 34rem;
    padding: 6.5rem 6rem 9rem;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul:before,
  .navigation:not(.mobile-style) .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d0d0d0;
    color: #d0d0d0;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation:not(.mobile-style) .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #121212;
    padding: 5px 15px;
  }
  .navigation:not(.mobile-style) .level0 .submenu a:hover,
  .navigation:not(.mobile-style) .level0 .submenu a.ui-state-focus {
    color: #cccccc;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0 .submenu .active > a {
    border-color: #c00000;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #c00000;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation:not(.mobile-style) .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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:not(.mobile-style) .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .level0.more:before {
    display: none;
  }
  .navigation:not(.mobile-style) .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.more li {
    display: block;
  }
  .navigation:not(.mobile-style) {
    background: transparent;
    font-size: 1.4rem;
    font-weight: 400;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    letter-spacing: 0.5px;
  }
  .navigation:not(.mobile-style):empty {
    display: none;
  }
  .navigation:not(.mobile-style) ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) li.level0 {
    border-top: none;
  }
  .navigation:not(.mobile-style) li.level1 {
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 {
    margin: 0 1rem 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0.menu-item-no-has-children {
    margin: 0 2rem 0 0;
  }
  .navigation:not(.mobile-style) .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation:not(.mobile-style) .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 > .level-top {
    color: #ffffff;
    line-height: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0 > .level-top:hover,
  .navigation:not(.mobile-style) .level0 > .level-top.ui-state-focus {
    color: #c00000;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0.active > .level-top,
  .navigation:not(.mobile-style) .level0.has-active > .level-top {
    border-color: #c00000;
    border-width: 0 0 3px;
    color: #c00000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation:not(.mobile-style) .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation:not(.mobile-style) .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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:not(.mobile-style) .level0 .submenu {
    background: rgba(255, 255, 255, 0.98);
    font-size: 16px;
    font-weight: 400;
    min-width: 34rem;
    padding: 6.5rem 6rem 9rem;
    display: none;
    left: 0;
    margin: 0 !important;
    position: fixed;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation:not(.mobile-style) .level0 .submenu > ul:before,
  .navigation:not(.mobile-style) .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d0d0d0;
    color: #d0d0d0;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation:not(.mobile-style) .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #121212;
    padding: 5px 15px;
  }
  .navigation:not(.mobile-style) .level0 .submenu a:hover,
  .navigation:not(.mobile-style) .level0 .submenu a.ui-state-focus {
    color: #cccccc;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .level0 .submenu .active > a {
    border-color: #c00000;
    border-style: solid;
    border-width: 0 0 0 0;
    color: #c00000;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation:not(.mobile-style) .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation:not(.mobile-style) .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation:not(.mobile-style) .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .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:not(.mobile-style) .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) .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:not(.mobile-style) .level0.more:before {
    display: none;
  }
  .navigation:not(.mobile-style) .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation:not(.mobile-style) .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation:not(.mobile-style) .level0.more li {
    display: block;
  }
  .header-container.sticky .header.links li.authorization-link a {
    margin: 0 10px;
  }
  .header-container.sticky .header.links li.authorization-link a:before {
    color: #ffffff;
  }
  .header-container .header.links li.authorization-link a {
    margin: 0 10px;
  }
  .header-container .header.links li.authorization-link a:before {
    color: #ffffff;
  }
  .cms-index-index .sticky .search-modal span,
  .cms-index-index .sticky .setting-view span {
    color: #ffffff;
  }
  .cms-index-index .sticky .navigation:not(.mobile-style) .level0 > .level-top {
    color: #ffffff;
  }
  .cms-index-index .navigation:not(.mobile-style) .level0 > .level-top {
    color: #ffffff;
  }
  .cms-index-index .sticky .header__action--item li a,
  .cms-index-index .cms-index-index .sticky .header__action--item li .minicart-wrapper > a:before,
  .cms-index-index .sticky .header__action--item li .minicart-wrapper > a.action.showcart:before {
    color: #c00200;
  }
  .cms-index-index .sticky .setting-view {
    border-left: 1px solid #ffffff;
  }
  .cms-index-index .header__action--item li a {
    color: #ffffff;
  }
  .cms-index-index .header__action--item li .minicart-wrapper > a:before,
  .cms-index-index .header__action--item li .minicart-wrapper > a.action.showcart:before {
    color: #ffffff;
  }
  .cms-index-index .search-modal span,
  .cms-index-index .setting-view span {
    color: #ffffff;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .ampromo-popup-wrapper {
    max-width: 960px;
    width: 100%;
  }
  .ampromo-popup-wrapper .slick-dotted.slick-slider {
    margin-bottom: 3rem;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
    flex: 1 1 calc(33.33333333%);
    text-transform: capitalize;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.24);
    transition: all .3s ease;
    margin: 10px;
    padding: 10px;
  }
  #bss-fastorder-form table td {
    padding: 20px 30px;
  }
  #bss-fastorder-form .bss-fastorder-row-qty .qty {
    width: 35px;
  }
  .bss-fastorde-bottom tr td .multiple-wishlist .multi-show {
    width: 70%;
    padding: 0 25px;
  }
  .brand-product-tab .brand-list-tab-container-title {
    grid-template-columns: repeat(1000, 16.66666667%);
  }
  .testimo-slider {
    background-repeat: no-repeat;
    background-position: center;
  }
  .testimonial-index-index .pt-testimonial-item ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #close-vertical {
    display: none;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown {
    border: 2px solid #c00000;
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > a {
    line-height: 42px;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 a .menu-thumb-icon {
    margin-right: 1rem;
    font-size: 1.4rem;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(:last-child) > a {
    border-bottom: 1px solid #ebebeb;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover {
    background: transparent;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover > .submenu {
    left: 100%;
    top: 0;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > .submenu,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .parent .subchildmenu {
    left: 110%;
    top: 0;
    min-height: 100%;
    max-height: 80vh;
    padding: 0;
    -webkit-transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -ms-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.parent > .level-top:after {
    content: '\e608';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.6rem;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.classic .subchildmenu li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu {
    min-width: 52vw;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth {
    position: static;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.fullwidth .submenu,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.staticwidth .submenu {
    max-width: 956px;
    padding: 4rem 6rem 2rem 4rem;
    background-repeat: no-repeat;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link > a {
    border-color: #ebebeb;
    padding: 0 3rem;
    display: block;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0 > a:before,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link > a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: -1;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:not(:hover) a:before,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link:not(:hover) a:before {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.active,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link.active {
    background: transparent;
  }
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0:hover > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link:hover > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown li.level0.active > a,
  html body .page-wrapper .verticalmenu.navigation .list-category-dropdown .expand-category-link.active > a {
    color: #c00000;
  }
  html body .page-wrapper .verticalmenu.navigation .expand-category-link a {
    line-height: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .blog-layout-gird .blog-list-post .post-holder {
    flex: 0 0 33.33333333%;
  }
  body[class*="page-layout-2columns"] .blog-layout-gird .blog-list-post .post-holder {
    flex: 0 0 50%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-layout-1column .product-main-content.layout-sidebar .product-info-content .product-info-main {
    padding: 0 6rem 0 6rem;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary {
    padding: 4rem 6rem;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary .product-info-main {
    padding: 0 0 0 4.5rem;
  }
  .page-layout-1column .product-main-content.layout-fullwidth {
    padding: 6rem;
  }
  .page-layout-1column .product-main-content.layout-fullwidth .product-detailed-content {
    float: left;
    width: 25%;
    position: relative;
  }
  .page-layout-1column .product-main-content.layout-fullwidth .product-info-content {
    float: right;
    width: 25%;
    position: relative;
  }
  .page-layout-1column .product-main-content.layout-fullwidth .product-gallery-content {
    float: left;
    width: 50%;
    padding: 0 3rem;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    padding: 0 0 0 4.5rem;
  }
  .custommenu-list.menu {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .navigation:not(.mobile-style) {
    position: static;
  }
  .navigation:not(.mobile-style) #close-menu {
    display: none;
  }
  .navigation:not(.mobile-style) ul,
  .navigation:not(.mobile-style) ol {
    list-style: none;
  }
  .navigation:not(.mobile-style) > ul {
    position: static;
  }
  .navigation:not(.mobile-style) > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .navigation:not(.mobile-style) .menu-top-block {
    margin-bottom: 10px;
  }
  .navigation:not(.mobile-style) .menu-bottom-block {
    margin-top: 10px;
  }
  .navigation:not(.mobile-style) .open-children-toggle {
    display: none;
  }
  .navigation:not(.mobile-style) span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 11px;
    padding: 3px 7px;
    border-radius: 2px;
    line-height: 1;
    color: #5c08e6;
  }
  .navigation:not(.mobile-style) span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    display: none;
  }
  .navigation:not(.mobile-style) span.cat-label.cat-label-label1 {
    color: #ff3333;
  }
  .navigation:not(.mobile-style) span.cat-label.cat-label-label2 {
    color: #669900;
  }
  .navigation:not(.mobile-style) a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .navigation:not(.mobile-style) li.level0 .row {
    justify-content: space-between;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top {
    padding-right: inherit;
  }
  .navigation:not(.mobile-style) li.level0.parent > .level-top:after {
    content: '';
    margin: 0 6px;
    width: 12px;
    height: 12px;
    float: right;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjY0cHgiIHdpZHRoPSI2NHB4IiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTExLjc4NyA1MTEuNzg3IiB4bWw6c3BhY2U9InByZXNlcnZlIiBzdHJva2U9IiNmZmZmZmYiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlPSIjQ0NDQ0NDIiBzdHJva2Utd2lkdGg9IjIxLjQ5NTA1NCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8Zz4gPGc+IDxwYXRoIGQ9Ik01MDguNjY3LDEyNS43MDdjLTQuMTYtNC4xNi0xMC44OC00LjE2LTE1LjA0LDBMMjU1Ljc2LDM2My41NzNMMTgsMTI1LjcwN2MtNC4yNjctNC4wNTMtMTAuOTg3LTMuOTQ3LTE1LjA0LDAuMjEzIGMtMy45NDcsNC4xNi0zLjk0NywxMC42NjcsMCwxNC44MjdMMjQ4LjI5MywzODYuMDhjNC4xNiw0LjE2LDEwLjg4LDQuMTYsMTUuMDQsMGwyNDUuMzMzLTI0NS4zMzMgQzUxMi44MjcsMTM2LjY5Myw1MTIuODI3LDEyOS44NjcsNTA4LjY2NywxMjUuNzA3eiIvPiA8L2c+IDwvZz4gPC9nPgoNPC9zdmc+) no-repeat 50% 50%;
    -webkit-mask-size: 10px 10px;
    position: relative;
    bottom: 6px;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: 45;
    pointer-events: none;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu:before {
    height: 0;
    top: 0;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent {
    margin-bottom: 2rem;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent > a {
    font-family: Open Sans;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    padding-top: 0;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu .mega-columns .level1.parent > a:not(:hover) {
    color: #999999;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu {
    margin-top: 0 !important;
    -webkit-transform: translateY(29px);
    -moz-transform: translateY(29px);
    -ms-transform: translateY(29px);
    transform: translateY(29px);
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu,
  .navigation:not(.mobile-style) li.level0.parent .subchildmenu .subchildmenu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navigation:not(.mobile-style) li.level0.parent .submenu a,
  .navigation:not(.mobile-style) li.level0.parent .subchildmenu .subchildmenu a {
    text-transform: capitalize;
  }
  .navigation:not(.mobile-style) li.level0.classic .row {
    margin: 0;
  }
  .navigation:not(.mobile-style) li.level0.classic .submenu {
    padding: 5rem;
    left: -5.5rem;
  }
  .navigation:not(.mobile-style) li.level0.classic .submenu a {
    padding: 5px 15px;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu {
    width: 100%;
    z-index: 22;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1 .subchildmenu {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    min-width: 1px;
    border: 1px solid #d0d0d0;
    padding: 6.5rem 6rem 9rem;
    padding-left: 0;
    padding-right: 0;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span {
    width: 100%;
    display: inline-block;
    text-decoration: none;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    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:not(.mobile-style) li.level0.classic .subchildmenu .level1.parent > a > span:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navigation:not(.mobile-style) li.level0.classic .subchildmenu .level1:hover .subchildmenu {
    left: 100% !important;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth {
    position: static;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth > .submenu {
    width: 100vw;
    padding: 6rem 2rem 10rem 13rem;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth > .submenu.category-grid {
    padding: 6rem 0 10rem 0;
  }
  .navigation:not(.mobile-style) li.level0.staticwidth {
    position: static;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu li.parent > a:after,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block h3,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block h3 {
    margin-bottom: 0.7rem;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block p,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block p {
    margin-bottom: 2rem;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-top-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-top-block a,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block a,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-right-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-right-block a,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-bottom-block a,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-bottom-block a {
    display: inline;
  }
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-top-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-top-block a:hover,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-left-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-left-block a:hover,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-right-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-right-block a:hover,
  .navigation:not(.mobile-style) li.level0.fullwidth .submenu .menu-bottom-block a:hover,
  .navigation:not(.mobile-style) li.level0.staticwidth .submenu .menu-bottom-block a:hover {
    text-decoration: underline;
  }
  .navigation:not(.mobile-style) li.level0.fl-left {
    float: left;
  }
  .navigation:not(.mobile-style) li.level0.fl-right {
    float: right;
  }
  .navigation:not(.mobile-style) li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 6px 0 6px 6px;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label {
    top: -2px;
    right: 0px;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -6px;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #007aff;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #ff3b30;
  }
  .navigation:not(.mobile-style) li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .navigation:not(.mobile-style) li.parent > .submenu.popup-left {
    left: auto;
    right: 0;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation:not(.mobile-style) li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns > li {
    float: left;
    padding: 0 5px;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns4 > li {
    width: 100%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .navigation:not(.mobile-style) .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .navigation:not(.mobile-style).side-custommenu li {
    margin: 0;
    position: relative;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 {
    display: block;
    position: relative;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.parent > a:after {
    vertical-align: top;
    margin-left: 6px;
    line-height: 41px;
    float: right;
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.classic .submenu li.parent > a:after {
    content: '\e622';
    display: inline-block;
    font-family: 'icons-blank-theme';
    transform: rotate(-90deg);
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.fullwidth > .submenu,
  .navigation:not(.mobile-style).side-custommenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0.fullwidth > .submenu {
    width: 871px;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a {
    display: block;
    padding: 0 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd;
    line-height: 41px;
    font-weight: 400;
    font-size: 14px;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label:before {
    left: -6px;
    top: 3px;
    bottom: auto;
    border-top-color: transparent;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0:first-child > a {
    border-top: 0;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0:hover {
    background-color: #08c;
  }
  .navigation:not(.mobile-style).side-custommenu li.level0:hover > a {
    color: #fff;
    border-top-color: #08c;
  }
  .navigation .sticky .navigation li.level0.parent .submenu {
    margin-top: 2rem !important;
  }
  .navigation .sticky .navigation li.level0.parent .submenu:before {
    height: 2rem;
    top: -2rem;
  }
  .navigation .home-side-menu {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  .navigation h2.side-menu-title {
    margin: 0;
    background-color: #f5f5f5;
    color: #a39f9c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 15px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ddd;
  }
  .navigation .my_account_link_custom {
    display: none !important;
  }
  .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;
  }
  body .container,
  body .container-sm,
  body .container-md,
  body .container-lg,
  body .container-xl,
  body .wrapper-the-blue-sky-slider .nivo-controlNav,
  body .js-marquee-wrapper {
    max-width: 100%;
  }
  body .container-fluid {
    max-width: 100%;
  }
  .no-wrap-desktop {
    flex-wrap: nowrap;
  }
  .header__logo .nav-toggle {
    display: none;
  }
  .header-container.sticky .hidden-sticky-desktop {
    display: none !important;
  }
  .sticky .navigation li.level0.parent .submenu {
    margin-top: 2rem !important;
  }
  .sticky .navigation li.level0.parent .submenu:before {
    height: 2rem;
    top: -2rem;
  }
  ol[class*="category_page_grid"] .product-item {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .toolbar:not(:last-child) .grid-mode-show-type-products {
    display: block;
  }
  .category_page_grid_2 .product-item {
    width: 50% !important;
  }
  .category_page_grid_3 .product-item {
    width: 33.33333333% !important;
  }
  .category_page_grid_4 .product-item {
    width: 25% !important;
  }
  .category_page_grid_5 .product-item {
    width: 20% !important;
  }
  .banner .col-banner.left .content {
    padding: 7rem 2rem 8rem 8rem;
  }
  .banner .col-banner.center .content {
    padding: 3rem 4rem 5rem;
  }
  .banner .col-banner.space-between .content {
    padding: 6rem 0;
  }
  .banner .col-banner.top .content {
    padding: 6rem 0;
  }
  .banner .col-banner.bottom .content {
    padding: 1.5rem 0;
  }
  .wishlist-index-index .products-grid .product-item {
    width: 20%;
  }
  .cms-index-index .page-footer #focus-area {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 3;
  }
  .cms-index-index .page-footer.has-parallax {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    opacity: 0;
    z-index: -999;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .cms-index-index .page-footer.active {
    opacity: 1;
    z-index: 1;
  }
  .background_shadow .page-footer #focus-area {
    opacity: 1;
    visibility: visible;
  }
  html:not(.nav-open) .topbar {
    z-index: 23;
  }
  .navigation .menu-custom .submenu.level0 {
    padding: 6rem 4rem 6rem 6rem;
  }
  .cms-index-index .header-container.layout-1:not(.sticky) {
    background: #191919;
    background: linear-gradient(0deg, #111111 0%, #3d3d3d 100%);
    z-index: 23;
    border-bottom: 4px solid #c00000;
    width: 100%;
  }
  .cms-index-index .header-container.layout-1:not(.sticky) > div {
    max-width: 100%;
    margin: auto;
    position: relative;
  }
  .cms-index-index .header-container.layout-1:not(.sticky).center-element .logo-sticky,
  .cms-index-index .header-container.layout-1:not(.sticky).center-element .action-sticky {
    flex: 1;
  }
  .cms-index-index .header-container.layout-1:not(.sticky).center-element .logo-sticky .action-header,
  .cms-index-index .header-container.layout-1:not(.sticky).center-element .action-sticky .action-header {
    justify-content: flex-end;
  }
  .cms-index-index .header-container.layout-1:not(.sticky).center-element .header__menu {
    flex: 2;
    justify-content: center;
  }
  .cms-index-index .header-container.layout-1:not(.sticky).center-element .for-full-width-menu {
    padding-top: 2rem;
    padding-bottom: 2rem;
    max-width: 100%;
    margin: auto;
  }
  header .header-container .header {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0:last-child > a:after,
  header .header-container.layout-4 .navigation li.ui-menu-item.level0:nth-last-child(2) > a:after {
    display: none;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0 > a:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c00200;
    position: absolute;
    right: -3.5rem;
    top: 46%;
    transform: translateY(-50%);
    transition: none;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0 > a:after:hover {
    background: #cf0704;
    background: linear-gradient(272deg, #e20303 0%, #8e1515 80%);
    background: -moz-linear-gradient(272deg, #e20303 0%, #8e1515 80%);
    background: -webkit-linear-gradient(272deg, #e20303 0%, #8e1515 80%);
    border: none;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0:hover .level-top:before {
    background: #ffffff;
    width: 100%;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0 .level-top:before {
    content: "";
    width: 0;
    height: 1px;
    background: transparent;
    position: absolute;
    top: -1px;
    z-index: 11;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header .header-container.layout-4 .navigation li.ui-menu-item.level0.active .level-top:before {
    background: #ffffff;
    width: 100%;
  }
  header .header-container.layout-1 .header__logo,
  header .header-container.layout-5 .header__logo {
    flex: 0 0 21%;
    max-width: 320px;
  }
  header .header-container.layout-5 .header__action .search-modal {
    margin-right: 2rem;
  }
  header .header-container.layout-3 .navigation li.ui-menu-item.level0 .level-top:before,
  header .header-container.layout-6 .navigation li.ui-menu-item.level0 .level-top:before,
  header .header-container.layout-7 .navigation li.ui-menu-item.level0 .level-top:before,
  header .header-container.layout-9 .navigation li.ui-menu-item.level0 .level-top:before {
    content: "";
    width: 0;
    height: 1px;
    background: #c00000;
    position: absolute;
    bottom: 16px;
    z-index: 11;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: 0.3s all ease-in;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  header .header-container.layout-3 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-6 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-7 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-9 .navigation li.ui-menu-item.level0:hover .level-top:before,
  header .header-container.layout-3 .navigation li.ui-menu-item.level0.active .level-top:before,
  header .header-container.layout-6 .navigation li.ui-menu-item.level0.active .level-top:before,
  header .header-container.layout-7 .navigation li.ui-menu-item.level0.active .level-top:before,
  header .header-container.layout-9 .navigation li.ui-menu-item.level0.active .level-top:before {
    width: 100%;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth .submenu > .row {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block {
    margin-bottom: -3rem;
    background: #5aab19;
    color: #ffffff;
    -webkit-box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    -moz-box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    -ms-box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    box-shadow: 800px 0 #5aab19, -800px 0 #5aab19;
    padding: 16px 0;
    margin-top: 2.2rem;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth .submenu .menu-bottom-block p {
    margin-bottom: 0;
  }
  header .header-container .custommenu.navigation li.level0.fullwidth.parent .submenu .mega-columns .level1.parent > a,
  header .header-container .custommenu.navigation li.level0.staticwidth.parent .submenu .mega-columns .level1.parent > a {
    margin-bottom: 1.2rem;
  }
  .page-footer .footer-static_link .footer-links {
    flex: 1;
  }
  .page-footer .footer-static_link .footer-links.footer-newsletter {
    flex: 0 0 60%;
    max-width: 600px;
  }
  .page-footer .footer-static_link .footer-links.footer-newsletter .footer-contents {
    line-height: 1.3;
  }
  .page-footer .footer-static_link .footer-links.footer-links-about {
    flex: 0 0 27%;
    max-width: 405px;
  }
  .page-footer .footer-instagram .intagram-item figure img {
    display: inline-block;
    min-height: 216px;
    object-fit: cover;
  }
  .page-footer .footer-container {
    margin: 0 9.5rem;
  }
  .page-footer .footer-container.layout-5 .footer-static_link .f-1 {
    flex: inherit;
    flex: 0 0 26%;
    max-width: 26%;
  }
  .page-footer .footer-container.layout-5 .footer-static_link .footer-links.footer-newsletter {
    flex: 0 0 60%;
    max-width: 600px;
  }
  .page-footer .footer-container.layout-5 .footer-static_link .footer-links.footer-newsletter .footer-contents {
    line-height: 1.3;
  }
  .page-footer .footer-container.layout-5 .footer-bottom .copyright {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .product.info.detailed .additional-attributes tbody tr th {
    width: 20%;
  }
  .blog-post-view .post-view .post-title {
    font-size: 4rem;
  }
  .blog-post-view .post-view.has-thumb .blog-post-thumb {
    margin-bottom: 2rem;
    position: relative;
  }
  .contact-index-index .contact-top-map .col-padding {
    padding-left: 17.5%;
  }
  .banner.top .wapper-content .row > div {
    flex: 1;
  }
  .banner.top .wapper-content .row > div:first-child {
    flex: 0 0 auto;
    width: 60.633333%;
  }
  .shipping-support .content {
    margin-left: 3rem;
  }
}
@media all and (min-width: 1500px), print {
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  #bss-content-option-product.bss-configurable-grid-view-popup {
    max-height: 864px;
  }
  #bss-content-option-product.bss-configurable-grid-view-popup .photo {
    max-height: 214px;
  }
  #bss-content-option-product #bss-fastorder-form-option #bss_configurablegridview {
    max-height: 300px;
  }
  #bss-fastorder-form .bss-fastorder-row-qty .qty {
    width: 40px;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary {
    padding: 4rem 6rem;
  }
  .page-layout-1column .product-main-content.layout-grid-gallary .product-info-main {
    padding: 0 0 0 10rem;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    padding: 0 0 0 3rem;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
  .header_contact {
    margin-right: 14rem;
  }
  .header_contact .contact-box + .contact-box {
    margin-left: 9rem;
  }
}
/*  Typogrphy */
/* Button Default = secondary button */
/*  Primary button */
/*  Large button */
/* Rating */
/* link color */
/**
//  * Copyright © Bluesky, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */
/* Typography */
table > tbody > tr > th,
table > tfoot > tr > th,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
@media all and (min-width: 1200px), print {
  .navigation:not(.mobile-style).nav-sections {
    padding-left: 40px;
    user-select: none;
  }
}
/*   Product detail page */
/**
 * Copyright © Bluesky, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* Breadcrumb restyle */
/* Button Default = secondary button */
.braintree-googlepay-review .paypal-review-items {
  margin-bottom: 150px;
}
.braintree-googlepay-review .block.block-order-details-view {
  margin-bottom: 22px;
}
.braintree-googlepay-review .box-order-shipping-method button#update-shipping-method-submit {
  display: none;
}
.braintree-googlepay-review form#order-review-form .actions-toolbar .primary {
  float: right;
}
.braintree-googlepay-review .amcard-form-container .amcard-title {
  color: #666;
  font-family: forza, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71428571;
  font-size: 1.6rem;
}
.braintree-googlepay-review .amcard-form-container input.amcard-button {
  background: #c00200;
  border: 1px solid #c00200;
  color: #ffffff;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  font-family: Open Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.braintree-googlepay-review .paypal-review-discount {
  max-width: 679px;
  margin-top: 1rem;
}
.braintree-googlepay-review .paypal-review-discount .title {
  padding: 0 !important;
  border-top: none;
}
.braintree-googlepay-review .paypal-review-discount .title:after {
  display: none;
}
.braintree-googlepay-review .paypal-review-discount .title strong#block-discount-heading {
  color: #666;
  font-family: forza, sans-serif, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71428571;
  font-size: 1.6rem;
}
.braintree-googlepay-review .paypal-review-discount .content {
  display: block !important;
}
.braintree-googlepay-review .paypal-review-discount .content label.label {
  display: none !important;
}
.braintree-googlepay-review .paypal-review-discount .content .fieldset.coupon {
  display: flex;
}
.braintree-googlepay-review .paypal-review-discount .content .fieldset.coupon .field {
  width: 100%;
}
.braintree-googlepay-review .paypal-review-discount .content .fieldset.coupon .actions-toolbar {
  width: 60%;
  margin-top: 0;
  margin-left: 0;
}
.braintree-googlepay-review .paypal-review-discount .content .fieldset.coupon .actions-toolbar .action.primary {
  padding: 14px 39px 14px;
  margin-left: 10px;
}
.lnil-minus::before {
  content: '';
  width: 26px;
  height: 26px;
  float: right;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik02IDEyTDE4IDEyIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+IDwvZz4KDTwvc3ZnPg==) no-repeat 50% 50%;
  -webkit-mask-size: 26px 26px;
}
.lnil-plus::before {
  content: '';
  width: 26px;
  height: 26px;
  float: right;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMiA2VjE4IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik02IDEySDE4IiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') no-repeat center / contain;
  -webkit-mask-size: 26px 26px;
}
.lnil-close::before {
  content: '';
  margin: 0 6px;
  width: 25px;
  height: 25px;
  float: right;
  background-color: currentColor;
  -webkit-mask: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGQ9Ik02IDZMMTggMTgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+IDxwYXRoIGQ9Ik0xOCA2TDYuMDAwMDEgMTgiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+IDwvZz4KDTwvc3ZnPg==) no-repeat 50% 50%;
  -webkit-mask-size: 25px 25px;
  position: relative;
  bottom: 6px;
}
.catalog-category-view .category-main-content .category-description {
  line-height: 1.4 !important;
  padding: 0 5% !important;
}
.page-title span {
  letter-spacing: 0px;
  padding: 0px;
}
.page-footer .footer.content ol li:not(:last-child),
.page-footer .footer.content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.itoris-link-product-vew-div a {
  color: #C00000 !important;
  font-size: 1.6rem !important;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  color: #000000 !important;
}
.product-info-main .stock.available span,
.product-info-main .stock.unavailable span {
  color: #000000 !important;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-attribute-label {
  color: #000000 !important;
}
.catalog-category-view p {
  font-weight: 400;
}
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.product-options-wrapper .tooltip-icon {
  font-weight: 700;
  font-size: 1.5rem;
  /* Responsive font size */
  padding: 0.6em;
  /* Responsive padding */
  color: #fff;
  border-radius: 50%;
  background-color: #000;
  width: 15px;
  /* Fixed width for perfect circle */
  height: 15px;
  /* Fixed height for perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-options-wrapper .tooltip {
  font-size: 1.4rem;
  visibility: hidden;
  max-width: 90%;
  /* Responsive max width */
  min-width: 200px;
  /* Increase minimum width */
  background-color: grey;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 1rem;
  /* Increase padding for better spacing */
  position: absolute;
  left: 35px;
  /* Adjust for spacing */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  /* Position of the arrow */
  margin-top: -5px;
  /* Center the arrow vertically */
  border-width: 5px;
  border-style: solid;
  border-color: transparent grey transparent transparent;
  /* Arrow pointing right */
}
.tooltip-container:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.text {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 8px;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.text.selected {
  color: #fff !important;
  background: #373737 !important;
  border-color: #373737 !important;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.text:not(.disabled):hover {
  color: #fff !important;
  background: #373737 !important;
  border-color: #373737 !important;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.image.selected {
  border-width: 2px;
  border-style: solid;
  border-color: red !important;
}
.product-info-main .product-options-wrapper .swatch-opt .swatch-option.image:not(.disabled):hover {
  border-width: 2px;
  border-style: solid;
  border-color: red !important;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.block-brand-image {
  max-width: 40% !important;
  margin: auto !important;
}
.product-item-photo.form-lighting .product-image {
  width: 70% !important;
  margin-left: 16% !important;
}
.product-item-photo.form-lighting .image_hover {
  width: 70% !important;
  margin-left: 16% !important;
}
.product-brand-image {
  max-width: 180px !important;
}
.about-the-brand {
  padding: 2% 5% 2% 5%;
  background-color: #e5e5e5;
  width: 100%;
}
.atb-header-image {
  max-width: 30% !important;
}
.product-desc-fitment .block4 {
  margin-top: 2rem;
}
.product-info-main .page-title-wrapper .page-title {
  text-transform: none !important;
}
@media all and (max-width: 2140px) {
  .product-main-full-top .product.media {
    width: 65%;
  }
  .product-main-full-top .product-info-main {
    width: 35%;
  }
}
@media all and (max-width: 1640px) {
  .product-main-full-top {
    display: flex;
    margin: 0 3vw;
  }
  .product-main-full-top .product.media {
    width: 65%;
  }
  .product-main-full-top .product-info-main {
    width: 35%;
    max-width: inherit;
    min-width: inherit;
    padding: 0 0 0 2rem;
  }
  .navigation:not(.mobile-style) .level0 {
    margin: 0 0 0 0;
  }
  .setting-view {
    padding-left: 1rem;
  }
  .header__action ul.header__action--item > li {
    margin-left: 2rem;
  }
  .product.info.detailed .data-detailed .ytvideo-responsive {
    height: 460px;
  }
  .product-info-main .stock.available:before,
  .product-info-main .stock.unavailable:before {
    display: none;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 0%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0%;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    width: 100%;
    max-width: 350px;
  }
  .block-header-start {
    margin-top: 103px;
  }
}
@media all and (max-width: 1500px) {
  .splash-header-red {
    font-size: 2.8rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #c00000 !important;
  }
  .splash-header-yellow {
    font-size: 2.8rem !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    color: #ffd010 !important;
  }
  .splash-body {
    font-size: 1.6rem !important;
  }
  span.lnil.lnil-search-alt::after {
    content: '';
    color: #c00000;
    width: 28px;
    height: 28px;
    float: right;
    background-color: currentColor;
    -webkit-mask: url(data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjMDAwMDAwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMSwgMCwgMCwgMSwgMCwgMCkiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBkPSJNMTUuNzk1NSAxNS44MTExTDIxIDIxTTE4IDEwLjVDMTggMTQuNjQyMSAxNC42NDIxIDE4IDEwLjUgMThDNi4zNTc4NiAxOCAzIDE0LjY0MjEgMyAxMC41QzMgNi4zNTc4NiA2LjM1Nzg2IDMgMTAuNSAzQzE0LjY0MjEgMyAxOCA2LjM1Nzg2IDE4IDEwLjVaIiBzdHJva2U9IiNjMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+IDwvZz4KDTwvc3ZnPg==) no-repeat 50% 50%;
    -webkit-mask-size: 28px 28px;
    position: absolute;
    top: 14px;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    width: 100%;
    max-width: 485px;
    margin: 45px;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    padding: 0 0 0 2.9rem;
  }
  .header-container.sticky .sticky-header > div,
  .header-container.sticky.sticky-header > div {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .navigation:not(.mobile-style) {
    font-size: 1.4rem;
  }
  .page-header .header-container:not(.sticky) .header-middle {
    padding-right: 4rem;
    padding-left: 4rem;
  }
  body[class*="2columns"] .sidebar {
    width: 25vw;
    padding: 0 15px;
  }
  body[class*="2columns"] .column.main {
    width: calc(100% - 25vw);
  }
  .page-header .header__action--item > li .minicart-wrapper .action.showcart .counter.qty {
    left: auto;
    right: 0;
  }
  .page-header .header__action .level-top {
    display: none;
  }
  .page-header .header__action .search-modal span:after {
    position: initial;
  }
  .page-header .header__action .account-link-header .header.links li a:after {
    position: initial;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block .button.finder-block {
    padding: 15px 7px;
    border-radius: 3px;
    font-size: 1.4rem;
    letter-spacing: 0.7px;
    margin-left: 10px;
  }
  .nav-toggle {
    margin-left: 10px;
  }
  .block-header-start {
    margin-top: 93px;
  }
  .field.search .searchsuite-autocomplete .product .box_product {
    width: 30.39vw;
  }
}
@media all and (max-width: 1200px) {
  .free-text-style {
    font-size: 1.6rem;
  }
  .primary-menu-container.mobile-style {
    display: block !important;
  }
  .primary-menu-container.mobile-style .navigation.custommenu li.level0:hover .level-top {
    color: #121212;
  }
  .primary-menu-container.mobile-style .navigation.custommenu li.level0:hover .level-top::after {
    color: #c00000;
  }
  .primary-menu-container.mobile-style ul.custommenu-list.menu .sub-menu > ul.subchildmenu li span {
    color: #121212;
    font-weight: 400;
  }
  .primary-menu-container.mobile-style .navigation .submenu.level0 .subchildmenu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .primary-menu-container.mobile-style ul.custommenu-list.menu .sub-menu > ul.subchildmenu li {
    margin-bottom: 0;
  }
  .primary-menu-container.mobile-style .ui-menu-item a {
    color: #121212;
  }
  .primary-menu-container.mobile-style .ui-menu-item a:visited {
    color: #121212;
  }
  .primary-menu-container.mobile-style .ui-menu-item.hoverm .sub-menu {
    display: flex;
  }
  .primary-menu-container.mobile-style .ui-menu-item.hoverm .sub-menu ul.subchildmenu {
    display: block;
  }
  .primary-menu-container.mobile-style .navigation .submenu:not(:first-child) ul > li a {
    color: #121212;
  }
  .primary-menu-container.mobile-style .navigation.custommenu li.level0:hover .level-top {
    color: #c00000;
  }
  .primary-menu-container.desktop-style {
    display: none;
  }
  .product-main-full-top .product.media {
    width: 61%;
  }
  .product-main-full-top .product-info-main {
    width: 39%;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin: 0 0 0.7rem 0 !important;
  }
  button#product-addtocart-button span {
    font-size: 1.5rem;
  }
  .navigation.custommenu li > .level-top:after {
    position: absolute;
    right: 2px;
    top: -2px;
    font-size: 43px;
  }
  .navigation.custommenu li .level0.submenu.opened .subchildmenu {
    width: 100%;
    margin-top: 0;
  }
  .navigation.custommenu li .level0.submenu.opened .subchildmenu .parent {
    margin-bottom: 0;
  }
  .navigation.custommenu li .level0.submenu.opened .subchildmenu .parent a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation.custommenu li .level0.submenu.opened .subchildmenu .parent a span {
    font-size: 1.6rem;
  }
  .navigation.custommenu li .level0.submenu.opened .subchildmenu .parent a:after {
    right: 2px;
    top: -5px;
    font-size: 43px;
  }
  .catalog-category-view .page-bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .box-shadow p {
    font-size: 2.1rem;
  }
  .box-shadow h2 {
    font-size: 3.5rem;
  }
  span.action.nav-toggle {
    display: block;
  }
  .block-header-start {
    margin-top: 91px;
  }
  .checkout-index-index .block-header-start {
    display: none;
  }
  .checkout-index-index main#maincontent {
    margin-top: 91px;
  }
  .product.info.detailed .data-detailed .ytvideo-responsive {
    height: 460px;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    width: 100%;
    max-width: 360px;
    margin: 30px;
  }
  .header__action ul.header__action--item li.setting-view {
    margin-left: 4rem;
    padding-left: 40px;
  }
  .header__action ul.header__action--item > li {
    margin-left: 2rem;
  }
  .catalog-product-view .breadcrumbs.blue {
    margin: 17px 0 17px 3vw;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product.media {
    width: 55%;
    margin-left: 1vw;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    margin-right: 1.7vw;
    padding: 0 0 0 1rem;
    width: 40.5%;
  }
  .box-links a.main-button {
    font-size: 1.5rem;
  }
  .page-header .header-container:not(.sticky) .header-middle {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }
  .header-container.sticky .sticky-header > div,
  .header-container.sticky.sticky-header > div {
    padding-right: 2.2rem;
    padding-left: 2.2rem;
  }
  .footer-container {
    margin-right: 6rem;
    margin-left: 2rem;
  }
  .page-header .header__action--item > li .minicart-wrapper .action.showcart .counter.qty {
    min-width: 1.8rem;
    min-height: 1rem;
    height: 1.8rem;
    left: auto;
    right: 0;
  }
  .page-header .header-container .header__logo {
    width: 25%;
  }
  .page-header .header-container .header__logo .logo-site .logo img {
    width: 100%;
  }
  .page-header .header__action .level-top {
    display: none;
  }
  .page-header .header__action .search-modal span:after {
    position: initial;
  }
  .page-header .header__action .account-link-header .header.links li a:after {
    position: initial;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block .button.finder-block {
    padding: 15px 7px;
    border-radius: 3px;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    margin-left: 10px;
  }
  .nav-toggle {
    margin-left: 10px;
  }
  .block-header-start {
    margin-top: 8.4vw;
  }
  .page-title {
    margin: 25px 0 25px 0 !important;
  }
  .page-title span {
    font-size: 4rem;
  }
  .field.search .searchsuite-autocomplete .product .box_product {
    width: 29.3vw;
  }
}
@media all and (max-width: 994px) {
  .product-brand-image {
    margin-top: 4%;
  }
  .splash-header-red {
    font-size: 2rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #c00000 !important;
  }
  .splash-header-yellow {
    font-size: 2rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #ffd010 !important;
  }
  .splash-body {
    font-size: 1.4rem !important;
  }
  .free-text-style {
    font-size: 1.6rem;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .category-menu .category_block .pagebuilder-column-group .pagebuilder-column-line.menu-grid a {
    width: 100%;
  }
  .category-description p {
    text-align: left;
  }
  .box-links a.main-button img {
    width: 26px;
  }
  .page-layout-finder_category_full .category-top-content {
    display: none;
  }
  .product-info-main .product-add-form form .box-tocart {
    max-width: 100%;
  }
  .product-info-main .page-title-wrapper .page-title {
    padding: 0;
  }
  .page-layout-finder_category_full.page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-finder_category_full .page-main .columns {
    margin-top: 0;
  }
  .page-layout-finder_category_full .amfinder-horizontal ul.amfinder-toggle li.am-item {
    width: 32.8% !important;
  }
  .aw-arp-container.aw-arp-container--slider {
    width: 100% !important;
    padding: 0 30px !important;
  }
  .aw-arp-container.aw-arp-container--slider .slick-slider {
    width: inherit !important;
  }
  .product-main-full-top {
    flex-direction: column;
  }
  .product-main-full-top .product.media {
    width: 100%;
  }
  .product-main-full-top .product-info-main {
    width: 100%;
  }
  .shop_by_block .amfinder-buttons {
    margin-left: 0 !important;
    margin-top: 15px;
    justify-content: center;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: 25px;
  }
  .catalog-product-view .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .breadcrumbs.blue {
    position: inherit;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main,
  .catalog-product-view .data-detailed {
    padding: 0 10px !important;
  }
  .catalog-product-view div#tab-block-fullbox {
    padding: 0 !important;
  }
  .catalog-product-view div#tab-block-fullbox .difference {
    padding: 30px;
  }
  .catalog-product-view div#tab-block-fullbox .data-detailed .cvideo {
    margin-bottom: 0;
  }
  .product.info.detailed div#tab-block-reviewss .reviews_block {
    margin: 0 10px;
  }
  div#tab-block-reviewss {
    padding: 0 !important;
  }
  .product.info.detailed div#tab-block-reviewss div#review-block h2.trustspot-photo-carousel-title span {
    font-size: 3rem;
  }
  .product.info.detailed div#tab-block-reviewss div#review-block .main_carousel_photo {
    margin: 0 3rem !important;
  }
  .shop_by_block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .shop_by_block .big-text {
    margin-bottom: 50px;
  }
  .shop_by_block .amfinder-common-wrapper {
    margin: 0 25px;
    padding: 18px;
  }
  .shop_by_block .amfinder-common-wrapper .amfinder-toggle {
    flex-direction: column;
  }
  .shop_by_block .amfinder-common-wrapper .amfinder-toggle .am-item {
    margin-bottom: 18px;
  }
  .shop_by_block .amfinder-common-wrapper .amfinder-toggle .am-item:nth-last-of-type(2) {
    margin-bottom: 0 !important;
  }
  .shop_by_block .amfinder-common-wrapper .amfinder-toggle .last {
    margin-bottom: 0;
  }
  .shop_by_product_block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .shop_by_product_block .big-text {
    margin-bottom: 50px;
  }
  .shop_by_product_block .block_box_main {
    margin: 0 25px;
  }
  .shop_by_product_block .block_box_main .block_box {
    margin: 0;
    padding-right: 2rem;
    max-width: 50%;
    margin-bottom: 4rem;
  }
  .shop_by_product_block .block_box_main .block_box:nth-child(2n) {
    padding-left: 2rem;
    padding-right: 0;
  }
  .shop_by_product_block .block_box_main .block_box:nth-child(3) {
    margin-bottom: 0;
  }
  .shop_by_product_block .block_box_main .block_box:nth-child(4) {
    margin-bottom: 0;
  }
  .shop_by_product_block .block_box_main .block_box .button_big .pagebuilder-button-primary {
    padding: 15px 0 15px;
  }
  .shop_by_product_block .block_box_main .block_box .button_big .pagebuilder-button-primary span {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .blog_block {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .blog_block .big-text-white {
    margin-bottom: 50px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-list {
    display: block;
  }
  .blog_block .owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    right: 0;
    top: 43%;
    width: 100%;
  }
  .blog_block .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: -65px;
  }
  .blog_block .owl-carousel .owl-nav button.owl-prev:before {
    color: #797776;
  }
  .blog_block .owl-carousel .owl-nav button.owl-prev:hover:before {
    color: #797776;
  }
  .blog_block .owl-carousel .owl-nav button.owl-next {
    float: right;
    position: relative;
    left: 65px;
  }
  .blog_block .owl-carousel .owl-nav button.owl-next:before {
    color: #797776;
  }
  .breadcrumbs.blue {
    margin: 2rem 0 -1rem;
    position: inherit;
    height: inherit;
    margin-left: 15px;
  }
  .breadcrumbs.blue .items {
    display: inline-table;
    font-size: 1.7rem;
    padding: 0;
  }
  .cms-page-view .page-title {
    margin: 35px 0;
    font-size: initial;
  }
  .cms-page-view .page-title span {
    font-size: 4rem;
  }
  .cms-page-view h1.deskh1 {
    margin: 35px 0;
    font-size: 4rem;
  }
  .catalog-product-view .fotorama__stage__frame .fotorama__img {
    width: 100%;
  }
  .box-shadow {
    padding-right: 5rem;
    padding-left: 5rem !important;
  }
  .rotate_mobile .pagebuilder-column-line {
    display: flex;
    flex-direction: column-reverse;
  }
  .rotate_mobile .pagebuilder-column {
    width: 100% !important;
  }
  .page-title-wrapper product {
    margin-top: 20px !important;
  }
  .product.info.detailed .data-detailed .cvideo {
    margin-bottom: 0;
    height: inherit;
    padding-bottom: 1%;
  }
  .product.info.detailed .data-detailed .ytvideo-responsive {
    margin-bottom: 15px;
    height: inherit;
    padding-bottom: 56.25%;
  }
  div#tab-block-install .ytvideo-responsive {
    margin-bottom: 15px;
    height: inherit;
    padding-bottom: 56.25%;
  }
  .product.info.detailed {
    margin: 0 0;
  }
  div#reviewss #trustspot-widget-wrapper #product-widget-review-result {
    padding: 0 15px!important;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    font-size: 1.6rem;
  }
  .description_full_box {
    position: relative;
    left: -15px;
    width: 106%;
  }
  .cms-index-index #maincontent {
    padding: 0px;
  }
  .big-button .pagebuilder-button-primary {
    padding: 0 !important;
    border-radius: 12px !important;
    min-width: 100% !important;
  }
  .big-button .pagebuilder-button-primary span {
    font-size: 3.5rem;
  }
  .big-button [data-content-type='button-item'] {
    max-width: 100% !important;
    width: 90%;
  }
  .big-button {
    margin-top: 20px;
  }
  .product.info.detailed > .product.data.items {
    text-align: center;
  }
  .product.info.detailed > .product.data.items .item.title {
    float: none;
    margin-bottom: 1rem;
  }
  .product.info.detailed > .product.data.items .item.title .switchc:after {
    float: right;
    position: relative;
    right: -11px;
    top: -25px;
    font-size: 6rem;
    content: '\e608';
    transform: rotate(90deg);
    font-family: 'icons-blank-theme';
    font-weight: 600;
  }
  .product.info.detailed > .product.data.items .item.title.active .switchc:after {
    position: relative;
    right: -11px;
    top: -25px;
    font-size: 6rem;
    content: '\e608';
    transform: rotate(-90deg);
    float: right;
    font-family: 'icons-blank-theme';
    font-weight: 600;
  }
  .product.info.detailed > .product.data.items .item.title.active > .switch,
  .product.info.detailed > .product.data.items .item.title.active > .switch:focus,
  .product.info.detailed > .product.data.items .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed > .product.data.items .item.title:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 2px;
    display: block;
    background: transparent !important;
    z-index: 2;
  }
  .product.info.detailed > .product.data.items .item.title.active > .switch,
  .product.info.detailed > .product.data.items .item.title.active > .switch:focus,
  .product.info.detailed > .product.data.items .item.title.active > .switch:hover {
    padding-bottom: 1.7rem;
  }
  .product.info.detailed > .product.data.items .item.title.active:after {
    background: #c00000;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product.media {
    width: 100%;
    margin-left: 0;
  }
  .page-layout-1column .product-main-content:not(.layout-fullwidth) .product-info-main {
    margin-right: 0;
    padding: 0 0 0 0;
    width: 100%;
  }
  .box-links .catalog-product-view .breadcrumbs.blue {
    margin: 0;
    padding: 10px 0 0 15px !important;
  }
  .catalog-category-view .category-main-content .breadcrumbs.blue {
    margin: 0;
    height: 15px;
  }
  .page-title-wrapper .page-title {
    font-size: initial;
  }
  .page-header .header__action--item > li .minicart-wrapper .action.showcart .counter.qty {
    min-width: 1.8rem;
    min-height: 1rem;
    height: 1.8rem;
    left: auto;
    right: 0;
  }
  .page-header .header-container .header__logo {
    width: 39%;
  }
  .page-header .header-container .header__logo .logo-site .logo img {
    width: 100%;
  }
  .page-header .header__action .level-top {
    display: none;
  }
  .page-header .header__action .search-modal span:after {
    position: initial;
  }
  .page-header .header__action .account-link-header .header.links li a:after {
    position: initial;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block .button.finder-block {
    padding: 15px 7px;
    border-radius: 3px;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    margin-left: 10px;
  }
  .nav-toggle {
    margin-left: 10px;
  }
  .block-header-start {
    margin-top: 10.3vw;
  }
  .filter.active .filter-title strong:after {
    color: #000;
  }
  div#finder-top-container div#finder-top-container .action.primary,
  div#finder-top-container div#finder-top-container .action-primary {
    line-height: 0px;
    letter-spacing: 0.75px;
    padding: 17px 34px 17px;
  }
  div#finder-top-container .amfinder-title {
    color: #fff;
  }
  div#finder-top-container .amfinder-horizontal .amfinder-toggle {
    border: none;
    border-top: none;
  }
  .page-title {
    margin: 15px 0 15px 0 !important;
  }
  .page-title span {
    font-size: 3.2rem;
  }
  .field.search .searchsuite-autocomplete .product .box_product {
    width: 27.9vw;
  }
  .aminst-feed-slider-container {
    margin: 0 25px;
  }
  .main-category-block {
    padding: 0 5rem;
  }
  .main-category-block .menu-grid {
    display: flex;
  }
  .main-category-block .menu-grid .pagebuilder-column {
    flex-basis: 50%;
    padding: 15px;
    margin: 0;
  }
  .aminst-feed-wrapper .fancyambox-inner .aminst-feed-single-post {
    padding: 25px 40px;
  }
  .aminst-feed-single-post.aminst-feed-wrapper {
    margin: 120px 0 !important;
  }
  table#my-transactions-table td.col.comment {
    white-space: normal;
    padding: 12px 0;
  }
  .checkout-index-index .header.content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    border-bottom: 3px solid #c00000;
  }
  .checkout-index-index .header.content a.logo {
    margin: 0;
    max-width: 158px;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block {
    display: flex;
  }
  .checkout-index-index .opc-estimated-wrapper .estimated-block span.estimated-price {
    padding-left: 10px;
  }
  .catalog-category-view .page-main .columns {
    max-width: 100%;
  }
  .filter.active .filter-title strong {
    line-height: 2;
  }
  .category_block .pagebuilder-column-group .pagebuilder-column-line.menu-grid a {
    width: 50%;
  }
}
@media all and (max-width: 768px) {
  .splash-header-red {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #c00000 !important;
  }
  .splash-header-yellow {
    font-size: 2.2rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    color: #ffd010 !important;
  }
  .category-menu .button-menu .button-menu-row .button-menu-elem a {
    font-size: 1.7rem;
    font-weight: 700;
  }
  .product-main-full-top {
    margin: 0 10px;
    padding: 0 10px;
  }
  .product-main-full-top .product-info-main {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .product.info.detailed .data-detailed {
    padding: 0 15px !important;
  }
  .main-category-block {
    padding: 0;
  }
  .main-category-block .pagebuilder-column {
    margin: 0;
  }
  body[class*=amblog-index-] .page-title {
    font-size: 1.8rem;
    line-height: 1.8rem;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    margin-top: 0 !important;
  }
  body[class*=amblog-index-] .page-title span {
    text-transform: initial;
    font-size: 1.8rem;
  }
  body[class*=amblog-index-] .page-wrapper > .breadcrumbs.blue .items {
    font-size: 2.1vw !important;
  }
  body[class*=amblog-index-] h2 {
    font-size: 2.8rem;
  }
  body[class*=amblog-index-] h2 span {
    font-size: 2.8rem;
  }
  body[class*=amblog-index-] h3 {
    font-size: 2rem;
  }
  body[class*=amblog-index-] h3 span {
    font-size: 2rem;
  }
  body[class*=amblog-index-] p {
    font-size: 1.5rem;
  }
  .page-layout-finder_category_full.page-products .products-grid .product-item {
    width: 50%;
  }
  .page-layout-finder_category_full .amfinder-horizontal {
    margin-top: 5px;
  }
  .page-layout-finder_category_full .amfinder-horizontal ul.amfinder-toggle li.am-item {
    width: 100% !important;
    margin-bottom: 14px;
  }
  .page-title-wrapper {
    margin: 1.5rem 0 !important;
  }
  div#finder-top-container {
    padding: 10px 25px;
  }
  div#finder-top-container .amfinder-title {
    width: 165px;
    text-align: right;
    white-space: nowrap;
  }
  div#finder-top-container div#amfinder_3_header {
    width: 100%;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle {
    flex-wrap: nowrap;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle .am-item {
    max-width: 100%;
    min-width: 1px;
    width: 100% !important;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle .am-item select {
    height: 35px;
  }
  div#finder-top-container .action.primary,
  div#finder-top-container .action-primary {
    padding: 17px 25px 17px;
  }
  .catalogsearch-result-index .category-main-content .category-top-content .page-title-wrapper .page-title,
  .catalog-category-view .category-main-content .category-top-content .page-title-wrapper .page-title {
    margin: 0;
  }
  .catalog-category-view .category-main-content .category-description {
    padding: 0;
  }
  .products-grid .product-items .product-item .product-item-details {
    min-height: auto !important;
  }
  .category-main-content .breadcrumbs .items {
    padding: 0 !important;
    font-size: 2.1vw !important;
  }
  .aw-arp-container {
    margin: 0;
  }
  .breadcrumbs ul.items {
    clear: both;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    width: 43%;
    max-width: 390px;
    margin-left: 0 !important;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info img.product-image {
    max-width: 100% !important;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info {
    margin: 0;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info .product-item-details a.product-item-link {
    font-size: 1.8rem;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info .product-item-name {
    padding: 0;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .product-item .product-item-info .price-box {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .product-item .product-item-info .price-box .special-price *,
  .product-item .product-item-info .price-box .minimal-price *,
  .product-item .product-item-info .price-box .old-price *,
  .product-item .product-item-info .price-box .price *,
  .product-item .product-item-info .price-box .price-final_price * {
    font-size: 1.4rem;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info .product-item-details {
    padding-bottom: 0px;
    min-height: auto !important;
  }
  .big-text,
  .big-text-white {
    font-size: 3.5rem;
  }
  .footer-container {
    margin-right: 0;
    margin-left: 0;
  }
  .fotorama__arr {
    width: 30px;
  }
  .product.info.detailed .data-detailed .detailed-content-active p,
  .product.info.detailed .data-detailed .detailed-content-active li,
  .product.info.detailed .data-detailed .detailed-content-active td,
  .product.info.detailed .data-detailed .detailed-content-active span {
    font-size: 1.9rem;
  }
  .product.info.detailed .data-detailed .data.item.title .data-label {
    font-size: 2.4rem;
  }
  .product.info.detailed .data-detailed .detailed-content-active strong,
  .product.info.detailed .data-detailed .detailed-content-active th {
    font-size: 1.8rem;
  }
  .product-info-main .product.attribute.overview {
    margin-top: 1.2rem;
  }
  div#short_description_content p {
    font-size: 1.9rem;
  }
  .page-title-wrapper .page-title {
    font-size: initial;
  }
  .product.info.detailed .reviews-trust .content-block {
    margin: 0px 2rem;
  }
  #trustspot-widget-wrapper .review-result-header {
    display: flow-root;
    float: none !important;
  }
  .newsletter__footer-layout2 .block.newsletter .field .control .input-focus:before {
    font-size: 4rem;
  }
  .newsletter__footer-layout2.newsletter__footer-layout2-style2 .block-newsletter-form .block.newsletter .field .control {
    padding: 8px 14px;
  }
  .newsletter__footer-layout2 .block.newsletter .field .control .action.subscribe span {
    font-size: 1.7rem;
  }
  .newsletter__footer-layout2.newsletter__footer-layout2-style2 .block-newsletter-form {
    margin: 0 0 1.5rem 0;
  }
  .field.newsletter button.action.subscribe.primary {
    width: max-content !important;
  }
  .page-footer p {
    margin-bottom: 1.9rem;
  }
  .page-footer .layout-5 .footer-top .container-inner {
    padding-bottom: 0rem;
  }
  .page-header .header-container .header__logo {
    width: 39%;
  }
  .page-header .header-container .header__logo .logo-site .logo img {
    width: 100%;
  }
  .page-header .header__action .level-top {
    display: none;
  }
  .page-header .header__action .search-modal span:after {
    position: initial;
  }
  .page-header .header__action .account-link-header .header.links li a:after {
    position: initial;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block {
    display: block !important;
    margin-left: 0;
    padding-left: 0;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block .button.finder-block {
    padding: 15px 7px;
    border-radius: 3px;
    font-size: 1.2rem;
    letter-spacing: 0.7px;
    margin-left: 10px;
  }
  .nav-toggle {
    margin-left: 10px;
  }
  .block-header-start {
    margin-top: 11.5vw;
  }
  .page-footer .newsletter_titel {
    display: block !important;
    border-bottom: none !important;
  }
  .page-footer .sema_mobile {
    display: block !important;
  }
  .page-footer .footer-static_link .footer-links .footer-title {
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  .page-footer .footer-static_link .footer-links .footer-title:after {
    font-size: 6rem;
  }
  .page-footer .footer-links .footer-title {
    text-transform: uppercase;
  }
  .page-footer .footer-links .footer-title a {
    text-transform: uppercase;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-post-container-more .amblog-read {
    font-size: 1.8rem;
  }
  .field.search .searchsuite-autocomplete .product .box_product {
    width: 26.5vw;
  }
  .search__modal--inner .modal-content #search-form .minisearch .search-form .field.search .control input {
    height: 40px;
  }
  .field.search .searchsuite-autocomplete .product .box_product {
    width: 100%;
  }
  .search__modal--inner .modal-content {
    margin-top: 20px;
  }
  .product-item .product-item-info .price-box .special-price *,
  .product-item .product-item-info .price-box .minimal-price *,
  .product-item .product-item-info .price-box .old-price *,
  .product-item .product-item-info .price-box .price *,
  .product-item .product-item-info .price-box .price-final_price * {
    font-size: 2.5rem;
  }
  body[class*=amblog-index-] .page-title-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .category-menu .button-menu .button-menu-row .button-menu-elem {
    width: 50%;
  }
  .category-menu .button-menu .button-menu-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .category-menu .button-menu .button-menu-row .button-menu-elem:nth-child(2n) {
    padding-right: 0;
  }
  .atb-header-image {
    max-width: 50% !important;
  }
}
@media all and (max-width: 576px) {
  h3 {
    font-size: 2.6rem !important;
  }
  .finder-container {
    height: auto;
  }
  .page-title span {
    font-size: 2.5rem !important;
  }
  .catalog-category-view .page-main .category-main-content .category-top-content .page-title-wrapper .page-title {
    font-size: 2.5rem !important;
    padding: 0px;
    line-height: 1.4 !important;
  }
  .category-by-vehicle .amfinder-common-wrapper.amfinder-horizontal {
    margin-top: 10px;
  }
  .button-finder-mobile {
    margin: 28px auto 22px auto;
    width: 163px;
  }
  .button-finder-mobile.active {
    display: block !important;
  }
  .button-finder-mobile span {
    border-radius: 3px;
    background: #c00200;
    color: white;
    padding: 10px 20px;
  }
  .amfinder-common-wrapper.hides {
    display: none !important;
  }
  .category-by-vehicle ul.amfinder-toggle {
    flex-wrap: wrap !important;
    padding: 0;
  }
  .category-by-vehicle ul.amfinder-toggle li.am-item.-list-item {
    margin-right: 0 !important;
  }
  .category-by-vehicle .last.-list-item.finder {
    padding: 0;
    margin-top: 0;
  }
  .catalogsearch-result-index .products-grid .product-item {
    width: 100%;
  }
  .install_global {
    flex-direction: column;
  }
  div#finder-top-container .action.primary,
  div#finder-top-container .action-primary {
    padding: 15.5px 25px 15.5px;
  }
  div#finder-top-container .amfinder-title {
    width: 100px;
    text-align: right;
    white-space: nowrap;
    font-size: 1.1rem;
  }
  .finder-container .amfinder-common-wrapper .amfinder-toggle .am-item {
    margin-right: 7px;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle .am-item select {
    height: 31px;
    font-size: 1.5rem;
    padding: 0px 5px;
  }
  .product-item .product-item-info .price-box .special-price *,
  .product-item .product-item-info .price-box .minimal-price *,
  .product-item .product-item-info .price-box .old-price *,
  .product-item .product-item-info .price-box .price *,
  .product-item .product-item-info .price-box .price-final_price * {
    font-size: 2.5rem;
  }
  .page-layout-finder_category_full.page-products .products-grid .product-item {
    width: 100%;
  }
  .main-category-block {
    padding: 0;
  }
  .main-category-block .pagebuilder-column {
    margin: 0;
  }
  .main-category-block .pagebuilder-column .pagebuilder-button-primary {
    padding: 13px 8px 13px;
  }
  .main-category-block .pagebuilder-column .pagebuilder-button-primary span {
    font-size: 1.7rem !important;
  }
  .detailed-content-active .tg {
    overflow-x: auto;
    display: block;
    white-space: nowrap;
    border-collapse: separate;
    table-layout: fixed;
  }
  .detailed-content-active .tg th:first-child,
  .detailed-content-active .tg td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .detailed-content-active .tg td:first-child {
    background-color: white;
  }
  .detailed-content-active th,
  .detailed-content-active td {
    text-align: left;
    padding: 8px;
  }
  .detailed-content-active table {
    border-collapse: collapse;
    width: 100%;
  }
  .detailed-content-active th {
    background-color: #f2f2f2;
  }
  body[class*=amblog-index-] .page-wrapper > .breadcrumbs.blue .items {
    font-size: 2.6vw !important;
  }
  body[class*=amblog-index-] .page-title {
    margin-bottom: 0 !important;
  }
  body[class*=amblog-index-] .amblog-swipe {
    margin-bottom: 0;
  }
  body[class*=amblog-index-] .page-title-wrapper {
    margin-bottom: 0;
  }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100% !important;
    height: 100% !important;
  }
  .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 105px !important;
    height: 80px !important;
  }
  .catalog-category-view p {
    font-size: 1.4rem;
  }
  .detailed-content-active .product-desc-spec .product.attribute {
    overflow: scroll;
  }
  .detailed-content-active .product-desc-spec .product.attribute.dicondiv {
    overflow: unset;
  }
  .detailed-content-active .sku-data th.sku-data-head-item {
    display: none;
  }
  .detailed-content-active .sku-data tr.sku-data-body-row {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid;
    padding: 13px 0;
  }
  .detailed-content-active .sku-data tr.sku-data-body-row td.sku-data-body-item {
    padding: 3px;
  }
  .detailed-content-active .sku-data tr.sku-data-body-row td.sku-data-body-item .mobile_title {
    display: block !important;
    float: left;
    font-weight: 600;
    margin-right: 3px;
  }
  .detailed-content-active .sku-data tr.sku-data-body-row:last-child {
    border-bottom: none;
  }
  .page-title span {
    font-size: 3.2rem;
  }
  .home_descriptions .pagebuilder-button-primary {
    padding: 13px 24px;
  }
  .home_descriptions .pagebuilder-button-primary span {
    font-size: 1.7rem;
  }
  .blog_block .amblog-element-block-widget {
    margin: 0 37px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-post-container-more .amblog-read {
    font-size: 1.2rem;
    padding: 15px 18px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-post-container-more .amblog-read.event {
    padding: 13px 25px;
    margin-left: 8px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-list .post-item-info .post-item-details {
    padding: 20px 18px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-list .post-item-info .post-item-details .ampost-link {
    font-size: 1.2rem;
  }
  .blog_block .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    left: -46px;
  }
  .blog_block .owl-carousel .owl-nav button.owl-next {
    float: right;
    position: relative;
    left: 46px;
  }
  .cms-page-view h1.deskh1 {
    margin: 1.5rem 0 !important;
    font-size: 3.2rem;
  }
  .cms-page-view .page-title {
    margin: 1.5rem 0 !important;
    font-size: 3.2rem;
  }
  .cms-page-view .page-title span {
    font-size: 3.2rem;
  }
  .category_block .pagebuilder-column {
    margin: 15px 30px 5px 30px;
  }
  .box-shadow {
    padding-right: 3rem;
    padding-left: 3rem !important;
  }
  .box-shadow h2 {
    font-size: 2.5rem;
  }
  .box-shadow p {
    font-size: 1.9rem;
  }
  .box-shadow .button-box {
    margin-top: 20px;
  }
  .box-shadow .button-box .pagebuilder-button-primary {
    padding: 10px 25px;
  }
  .box-shadow .button-box .pagebuilder-button-primary span {
    font-weight: 500;
    font-size: 1.4rem;
  }
  .category-main-content .breadcrumbs .items {
    padding: 0 !important;
    font-size: 2.6vw !important;
  }
  .category-main-content .breadcrumbs .items .item:after {
    padding: 0px 2px;
  }
  div#finder-top-container {
    flex-wrap: wrap;
    padding-top: 0;
  }
  div#finder-top-container .amfinder-title {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .product-info-main .product-info-price .product-info-stock-sku {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 17px;
  }
  .description_full_box {
    position: relative;
    left: -15px;
    width: 109%;
  }
  .amstockstatus-status-container.stock {
    margin: 0 0 1px 0;
  }
  .product-info-main .page-title-wrapper {
    margin-bottom: 0.5rem;
  }
  #html-body [data-pb-style=T5T0KM5] {
    padding-bottom: 50px !important;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    padding: 0;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info {
    max-width: 100%;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid li:nth-child(2n+1 ) {
    margin-right: 15px !important;
  }
  .big-text,
  .big-text-white {
    font-size: 2.9rem;
  }
  .short_specs .product-desc-spec .product.attribute.dicondiv:nth-child(-n+6) {
    padding-left: 35px;
  }
  .short_specs .product-desc-spec .product.attribute.dicondiv strong {
    margin-left: -17px;
  }
  .read-more-btn,
  .short_specs h3 {
    font-size: 1.8rem;
  }
  .product-info-main .box-tocart .field.qty .qty-down,
  .product-options-bottom .box-tocart .field.qty .qty-down,
  .product-info-main .box-tocart .field.qty .qty-up,
  .product-options-bottom .box-tocart .field.qty .qty-up {
    padding: 0.8rem 0.8rem;
  }
  body button,
  body .btn,
  body .action.primary,
  body .block-cart-failed .action.continue,
  body .cart-container .form-cart .action.continue,
  body .product-info-main .box-tocart .action.tocart,
  body .product-options-bottom .box-tocart .action.tocart,
  body .cart-container .checkout-methods-items .action.primary,
  body .cart.table-wrapper .actions-toolbar > .action,
  body .action-gift {
    padding: 17px 15px;
  }
  body .cart.table-wrapper .cart.item {
    padding: 0;
  }
  .checkout-cart-index .columns {
    margin-right: 0;
    margin-left: 0;
  }
  .box-tocart .up-down .control input {
    height: 50px !important;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: Open Sans;
  }
  .catalog-product-view .breadcrumbs.blue,
  .catalog-product-view .breadcrumbs.white {
    margin: 10px 0 0 7px;
    padding-left: 7px !important;
  }
  .catalog-product-view .breadcrumbs.blue li.item:after,
  .catalog-product-view .breadcrumbs.white li.item:after {
    padding: 0 3px;
  }
  .catalog-product-view .breadcrumbs.blue li.item strong,
  .catalog-product-view .breadcrumbs.white li.item strong {
    margin-top: 1px;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-weight: 600;
  }
  .product.info.detailed .data-detailed .data.item.title .data-label {
    margin-top: 2.5rem;
  }
  .short_specs .product-desc-spec .product.attribute.dicondiv:nth-child(-n+6) {
    display: block;
  }
  .product.info.detailed .data-detailed .detailed-content-active p,
  .product.info.detailed .data-detailed .detailed-content-active li,
  .product.info.detailed .data-detailed .detailed-content-active td,
  .product.info.detailed .data-detailed .detailed-content-active span {
    font-size: 1.4rem;
  }
  .product.info.detailed .data-detailed .data.item.title .data-label {
    font-size: 2.2rem;
  }
  .product.info.detailed .data-detailed .data.item.title .data-label a.data-label.switchc {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .product.info.detailed .data-detailed .data.item.title .data-label a.data-label.switchc:after {
    right: -41px;
    top: 16px;
    height: 0;
  }
  .product.info.detailed > .product.data.items .item.title.active .switchc:after {
    right: 27px !important;
  }
  .product.info.detailed .data-detailed .detailed-content-active strong,
  .product.info.detailed .data-detailed .detailed-content-active th {
    font-size: 1.5rem;
  }
  .product-info-main .product.attribute.overview {
    margin-top: 1rem;
  }
  div#short_description_content p {
    font-size: 1.7rem;
  }
  .product-info-main .price-box .price-container .price-wrapper .price,
  .product-options-bottom .price-box .price-container .price-wrapper .price {
    font-size: 7vw;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 6vw;
  }
  .page-layout-1column .product-main-content .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 65px !important;
    height: 65px !important;
    border: 1px solid #dfdfdf;
  }
  .fotorama__nav-wrap--horizontal {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .catalog-product-view .breadcrumbs .items {
    font-size: 2.7vw;
  }
  .box-links a.main-button {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
  .page-title-wrapper .page-title {
    font-size: 4rem;
  }
  .big-button .pagebuilder-button-primary span {
    font-size: 3rem;
  }
  .header__action--item > li .minicart-wrapper > a:after,
  .header__action--item > li .minicart-wrapper > a.action.showcart:after {
    font-size: 2rem;
  }
  .header__action ul.header__action--item > li {
    margin-left: 1rem;
  }
  .nav-toggle:before {
    font-size: 2rem;
    margin-left: 7px;
  }
  .block-header-start {
    margin-top: 54px;
  }
  .header__action--item > li .minicart-wrapper > a:after,
  .header__action--item > li .minicart-wrapper > a.action.showcart:after {
    top: 0px;
  }
  .page-header .header-container .header__logo {
    width: 38%;
  }
  .page-header .header-container .header__logo .logo-site .logo img {
    width: 100%;
  }
  .page-header .header-container:not(.sticky) .header-middle {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
  .page-header .header__action .level-top {
    display: none;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block {
    display: block !important;
    margin-left: 0;
    padding-left: 6px;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block .button.finder-block {
    padding: 13px 4px;
    border-radius: 3px;
    font-size: 0.9rem;
    letter-spacing: 0.7px;
    margin-left: 2px;
  }
  .page-header .header__action .search-modal span {
    font-size: 1.2rem;
  }
  .page-header .header__action .search-modal span:after {
    position: initial;
    font-size: 2rem;
  }
  .page-header .header__action .account-link-header .header.links li a:after {
    position: initial;
    font-size: 2rem;
  }
  .nav-toggle {
    margin-left: 0;
  }
  .product-info-main .product-options-wrapper .swatch-opt .swatch-option.text {
    font-size: 1.4rem;
  }
  .fotorama__stage {
    max-height: initial;
  }
  span.lnil.lnil-search-alt::after {
    width: 18px;
    height: 23px;
    -webkit-mask-size: 23px 23px;
  }
  .account-link-header .header.links li a::after {
    width: 19px;
    height: 22px;
    -webkit-mask-size: 30px 30px;
  }
  .header__action--item > li .minicart-wrapper > a:after,
  .header__action--item > li .minicart-wrapper > a.action.showcart:after {
    width: 19px;
    height: 21px;
    -webkit-mask-size: 21px 21px;
  }
}
@media all and (max-width: 360px) {
  span.lnil.lnil-search-alt::after {
    width: 15px;
    height: 23px;
    -webkit-mask-size: 19px 23px;
  }
  .account-link-header .header.links li a::after {
    width: 15px;
    height: 23px;
    -webkit-mask-size: 24px 30px;
  }
  .header__action--item > li .minicart-wrapper > a:after,
  .header__action--item > li .minicart-wrapper > a.action.showcart:after {
    width: 15px;
    height: 23px;
    -webkit-mask-size: 18px 21px;
  }
  .category_block .pagebuilder-column-group .pagebuilder-column-line.menu-grid a .pagebuilder-column {
    padding: 10px;
  }
  .amfinder-horizontal .amfinder-toggle {
    padding: 0;
    margin-top: 10px;
    margin: 0;
  }
  .amfinder-horizontal .amfinder-toggle li.am-item.-list-item {
    margin-right: 0;
  }
  .main-category-block .menu-grid .pagebuilder-column {
    flex-basis: 50%;
    padding: 5px;
    margin: 0;
  }
  .field.search .searchsuite-autocomplete .product .box_product {
    width: 100%;
  }
  .catalog-product-view .product.media,
  .catalog-product-view .product-info-main,
  .catalog-product-view .data-detailed {
    padding: 0 10px !important;
  }
  .product.info.detailed div#tab-block-reviewss div#review-block {
    background: #e5e5e5;
    margin-top: 5rem;
    margin-bottom: 5rem;
    padding-top: 25px;
    padding-bottom: 58px;
  }
  .product.info.detailed div#tab-block-reviewss div#review-block h2.trustspot-photo-carousel-title span {
    font-size: 2rem;
  }
  .product.info.detailed div#tab-block-reviewss .reviews_block {
    margin: 0 10px;
  }
  .shop_by_block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .shop_by_block .big-text {
    margin-bottom: 25px;
  }
  .shop_by_block .amfinder-common-wrapper .amfinder-toggle .-list-item select {
    border-radius: 0;
    height: 40px;
  }
  .shop_by_product_block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .shop_by_product_block .big-text {
    margin-bottom: 25px;
  }
  .shop_by_product_block .block_box_main .block_box {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }
  .shop_by_product_block .block_box_main .block_box:nth-child(2n) {
    padding-left: 1rem;
  }
  .blog_block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .blog_block .big-text-white {
    margin-bottom: 25px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-post-container-more .amblog-read {
    font-size: 1.2rem;
    padding: 13px 11px;
  }
  .blog_block .amblog-element-block-widget .amblog-post-list-widget .amblog-post-container-more .amblog-read.event {
    padding: 12px 12px;
    margin-left: 8px;
  }
  .finder-container {
    height: auto;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle {
    flex-wrap: wrap;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle .am-item {
    padding: 4px 0;
    margin: 0;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle .last {
    padding: 4px 0;
    width: 100%;
  }
  div#finder-top-container .amfinder-common-wrapper .amfinder-toggle .last button {
    width: 100%;
  }
  .nav-toggle {
    margin-left: 0;
  }
  .block-header-start {
    margin-top: 53px;
  }
  .page-header .header-container .header__logo {
    width: 39%;
  }
  .page-header .header-container .header__logo .logo-site .logo img {
    width: 100%;
  }
  .page-header .header-container:not(.sticky) .header-middle {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .page-header .header__action .level-top {
    display: none;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block {
    display: block !important;
    margin-left: 0;
    padding-left: 6px;
  }
  .page-header .header__action li.setting-view.d-none.d-lg-block .button.finder-block {
    padding: 10px 3px;
    border-radius: 3px;
    font-size: 0.7rem;
    letter-spacing: 0.7px;
  }
  .page-header .header__action .search-modal span:after {
    position: initial;
    font-size: 1.5rem;
  }
  .page-header .header__action .account-link-header .header.links li a:after {
    position: initial;
    font-size: 1.5rem;
  }
  .description_full_box {
    position: relative;
    left: -15px;
    width: 112%;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info .product-item-details a.product-item-link {
    font-size: 1.7rem;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info .product-item-name {
    padding: 0;
  }
  .cms-index-index .block-products-list .widget-product-grid .product-item-info span.price {
    font-size: 2rem !important;
    color: #040404 !important;
  }
  .cms-index-index.page-layout-1column .block.widget .products-grid .product-item {
    width: 40%;
    max-width: 390px;
    margin-left: 0 !important;
  }
  p.icon-text {
    font-size: 1.5rem !important;
  }
  .big-button .pagebuilder-button-primary span {
    font-size: 2rem;
  }
  .catalog-product-view .breadcrumbs .items {
    font-size: 2.7vw;
  }
  .short_specs .product-desc-spec .product.attribute.dicondiv strong {
    font-size: 1.6rem;
  }
  .short_specs .product-desc-spec .product.attribute.dicondiv span {
    font-size: 1.6rem;
  }
  .short_specs h3 {
    font-size: 2.3rem;
  }
  .read-more-btn {
    font-size: 2rem;
  }
  div#short_description_content p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1199px) {
  .products-grid .product-items .product-item .actions-primary {
    grid-template-columns: 1fr;
  }
}
/* Product detail page Gobal style */
@media screen and (max-width: 1400px) {
  body#html-body .utero-5-banner-mid .col-right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 360px) {
  .search-modal span {
    font-size: 1.5rem;
  }
  .header-container .header.links li.authorization-link a:before,
  .header__action--item > li .minicart-wrapper > a:before,
  .header__action--item > li .minicart-wrapper > a.action.showcart:after {
    font-size: 1.5rem;
  }
  .nav-toggle:before {
    font-size: 2rem;
    margin-left: 7px;
  }
  body .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .header-container .header__logo .nav-toggle {
    padding-right: 1rem;
  }
  .header__action ul.header__action--item > li {
    margin-left: 0.9rem;
  }
  .action.primary {
    font-size: 1.4rem;
  }
  #search-form .minisearch .search-form {
    min-width: 100%;
  }
  body#html-body .pagebuilder-overlay.pagebuilder-poster-overlay {
    padding: 2.5rem !important;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 3rem 0 3rem;
  }
  .page-title-wrapper .page-title {
    font-size: 2.8rem;
  }
  .cart-container .checkout-methods-items .action.primary {
    font-size: 1.4rem;
  }
  #shopping-cart-table .box-tocart .up-down input {
    width: 28px !important;
    padding: 0;
  }
  .box-tocart .up-down a {
    font-size: 1.4rem;
  }
  .header-container.sticky .sticky_padding {
    padding-top: 0.5rem;
    padding-bottom: 0.7rem;
  }
  .header-container.sticky.sticky-header > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.product-items .product-item._with-sale-label .catalog-price-rule-product-label {
  position: absolute;
  left: 10px;
  top: 10px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 12px;
  background-color: #C00000;
  border-radius: 4px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
}
.product-items .product-item._with-sale-label .price-box {
  display: flex;
  flex-direction: column;
}
.product-items .product-item._with-sale-label .price-box .normal-price:not(._configurable-normal-range) .price,
.product-items .product-item._with-sale-label .price-box .special-price:not(._configurable-normal-range) .price {
  color: #C00000 !important;
}
.product-items .product-item._with-sale-label .price-box .normal-price._configurable-normal-range .price-wrapper .price._on-sale .price,
.product-items .product-item._with-sale-label .price-box .special-price._configurable-normal-range .price-wrapper .price._on-sale .price {
  color: #C00000 !important;
}
.product-items .product-item._with-sale-label .price-box .normal-price._configurable-normal-range .price-wrapper .price .price,
.product-items .product-item._with-sale-label .price-box .special-price._configurable-normal-range .price-wrapper .price .price {
  color: #C00000 !important;
}
.product-items .product-item._with-sale-label .price-box .old-price {
  text-decoration: none;
}
.product-items .product-item._with-sale-label .price-box .old-price:not(._configurable-old-range) .price {
  text-decoration: line-through;
}
.product-items .product-item._with-sale-label .price-box .old-price._configurable-old-range {
  display: block;
}
.product-items .product-item._with-sale-label .price-box .old-price._configurable-old-range .price-wrapper {
  text-decoration: line-through;
}
.product-items .product-item._with-sale-label .price-box .old-price._configurable-old-range .price-wrapper .price {
  text-decoration: none;
}
@media only screen and (min-width: 994px) and (max-width: 1199px) {
  .banner.top .wapper-content .row > div {
    flex: 1;
  }
  .banner.top .wapper-content .row > div:first-child {
    flex: 0 0 auto;
    width: 60.533333%;
  }
}
