/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_ProductStockAlert
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
.mana-overlay {
  position: absolute;
  background: white;
  filter: alpha(opacity=0);
  /* percent */
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 10000;
}
#mana-please-wait {
  position: absolute;
  color: #d85909;
  font-size: 1.1em;
  text-align: center;
  z-index: 20000;
}
#mana-please-wait p {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #3399cc;
  color: #3399cc;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
}
#mana-please-wait p img {
  margin: 10px auto 0;
}
/**
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.filter-options-content .mana-selected.mana-tree-item,
.filter-options-content .mana-selected.item a,
.filter-options-content .mana-selected.item .count,
.filter-options-content .mana-selected.item .label {
  color: #ff5501;
}
.mana-filter-block {
  position: relative;
}
ol.mana-filter-checkboxes a {
  padding-left: 20px;
  text-decoration: none;
}
ol.mana-filter-checkboxes a.unchecked {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_unchecked.png') 0 50% no-repeat;
}
ol.mana-filter-checkboxes a.checked {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_checked.png') 0 50% no-repeat;
}
ol.mana-filter-checkboxes a.unchecked:hover {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_unchecked_hover.png') 0 50% no-repeat;
}
ol.mana-filter-checkboxes a.checked:hover {
  background: transparent url('../Manadev_LayeredNavigationCheckboxes/images/checkbox_checked_hover.png') 0 50% no-repeat;
}
/* "Filter" header  */
.mana-mobile .m-filter-title {
  background-color: darkgrey;
  color: white;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  padding: 7px 10px;
  cursor: pointer;
  position: relative;
}
.mana-mobile .block-content {
  display: none;
}
.mana-mobile > dl > dt {
  position: relative;
}
.mana-mobile.active > dl > dt {
  border: none;
}
.mana-mobile .filter-remove {
  position: absolute;
  right: 25px;
  top: 5px;
  color: initial;
}
.mana-mobile .filter-clear {
  position: absolute;
  top: 7px;
  right: 30px;
  color: white;
  font-weight: normal;
}
.mana-mobile .action.remove:after {
  content: 'X';
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  line-height: 20px;
  width: 100%;
}
.mana-mobile .action.remove:hover {
  background-color: darkgrey;
  color: white;
  text-decoration: none;
}
.mana-mobile .action.remove {
  font: 0/0 a;
  display: inline-block;
  width: 20px;
  border: 1px solid #ededed;
  text-align: center;
  text-shadow: none;
  color: inherit;
}
.mana-mobile .block-content dl:last-child {
  border-bottom: 1px solid #ccc;
}
.mana-mobile .block-content dl:first-child dt {
  border-top: none;
}
.mana-mobile dl,
.mana-mobile dt,
.mana-mobile dd {
  margin: 0;
  padding: 0;
}
.mana-mobile .m-applied-filters .item {
  margin-bottom: 0;
  margin-top: 0;
}
.mana-mobile .block-content dd .m-accordion-container,
.mana-mobile .m-applied-filters {
  padding: 10px 5px;
  margin: 0;
  background: transparent;
  border: 1px solid #ccc;
  border-bottom: none;
}
.mana-mobile .m-applied-filters {
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.mana-mobile .collapse-indicator {
  position: absolute;
  right: 10px;
  width: 9px;
  background: url('../Manadev_LayeredNavigationMobile/images/m-collapsed.png') 0 5px no-repeat;
}
.mana-mobile .block-content dl.active .collapse-indicator,
.mana-mobile.active .m-filter-title .collapse-indicator {
  background: url('../Manadev_LayeredNavigationMobile/images/m-expanded.png') 0 5px no-repeat;
}
.mana-mobile .block-content dt {
  cursor: pointer;
  display: block;
  padding: 7px 10px !important;
  position: relative;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  border-bottom: none;
  text-transform: uppercase;
}
.mana-mobile .swatch-attribute-options {
  margin-top: 0;
}
/* Hide "Shop By" button */
.mana-mobile .filter-title {
  display: none;
}
/* Display "Shopping Options" */
.mana-mobile .filter-subtitle {
  display: block;
}
/* Display all the options on mobile navigation*/
.mana-mobile .filter-options {
  display: block;
}
.mana-mobile .swatch-attribute-options {
  margin-top: 0;
}
.mana-mobile .filter-options-content a {
  margin-left: 0;
}
.mana-mobile .filter-options-content .item:first-child,
.mana-mobile .filter-options-content .item:last-child {
  margin: 0;
}
.mana-mobile .filter-options-content .item {
  margin: 10px 0;
}
.mana-mobile {
  display: none;
}
.mana-mobile-layered-navigation-enabled .mana-filter-block {
  display: none;
}
.mana-mobile-layered-navigation-enabled .mana-filter-block.mana-mobile {
  display: block;
}
.mana-mobile-layered-navigation-enabled .columns {
  padding-top: 0;
}
.mana-mobile-layered-navigation-enabled .page-products .sorter {
  position: relative !important;
  top: -25px !important;
}
.mana-filter-block-above-horizontal .filter-options {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.mana-filter-block-above-horizontal .filter-options-item {
  padding: 0 20px;
  flex-basis: 200px;
  width: 20%;
  border-bottom: 0;
  /* Remove the border set on Magento Luma */
}
.mana-filter-block-above-horizontal .filter-options-content .item {
  margin: 0;
}
.mana-filter-block-above-horizontal .filter-options-title {
  padding: 10px 40px 0 10px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: auto;
}
.mana-filter-block-above-horizontal .filter-options-title:after {
  content: '';
}
.mana-filter-block-above-menu .filter-options {
  margin: 10px auto;
  position: relative;
}
.mana-filter-block-above-menu .filter-options-item {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  border-bottom: 0;
  /* Remove the border set on Magento Luma */
  position: relative;
}
.mana-filter-block-above-menu .filter-options-item.mana-inline-slider {
  cursor: inherit;
  padding: 0;
}
.mana-filter-block-above-menu .mana-inline-slider .filter-options-title {
  background: none;
  padding: 0;
  cursor: inherit;
  display: inline-block;
}
.mana-filter-block-above-menu .mana-inline-slider .m-slider {
  display: inline-flex;
  padding: 0;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-filter-slider {
  width: 130px;
  min-width: 130px;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values {
  margin-top: 0;
  margin-left: 5px;
  top: 8px;
  position: relative;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values.mana-slider-with-range {
  top: 0;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values.mana-slider-range-only {
  top: -5px;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-values {
  margin-top: 0;
  margin-left: 5px;
}
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-min-value,
.mana-filter-block-above-menu .mana-inline-slider .mana-slider-max-value {
  display: none;
}
.mana-filter-block-above-menu .mana-inline-slider .filter-options-content {
  display: inline-block;
  height: 20px;
}
.mana-filter-block-above-menu .filter-options-item.hover {
  background: #DEE5E8;
}
.mana-filter-block-above-menu .filter-options-title {
  background: url('../Manadev_LayeredNavigationPositions/images/i-dropdown.gif') 5px 10px no-repeat;
  /* Reset CSS values that are set in Magento Luma */
  border-bottom: 0;
  padding: 0 0 0 20px;
}
.mana-filter-block-above-menu .filter-options-title:after {
  /* Reset CSS values that are set in Magento Luma */
  content: '';
}
.mana-filter-block-above-menu .filter-options-item:first-child {
  margin-left: 0;
}
.mana-filter-block-above-menu .filter-options-content {
  display: none;
  margin: 0;
  padding: 10px;
}
.mana-filter-block-above-menu .filter-options-item.hover .filter-options-content {
  display: block;
  position: absolute;
  z-index: 9999;
  background: #f0f0f0;
  top: 40px;
  margin-left: -10px;
  max-width: 200px;
  border: solid 1px #cccccc;
}
.mana-filter-block-above-menu .filter-options-content .item {
  margin: 0 auto;
  padding: 5px;
}
.mana-filter-block-above-horizontal .filter-current .items,
.mana-filter-block-above-menu .filter-current .items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.mana-filter-block-above-horizontal .filter-current .item,
.mana-filter-block-above-menu .filter-current .item {
  padding-left: 8px;
}
.mana-filter-block-above-horizontal .filter-current .action.remove,
.mana-filter-block-above-menu .filter-current .action.remove {
  position: static;
}
.mana-filter-block-above-horizontal .filter-actions,
.mana-filter-block-above-menu .filter-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.mana-filter-radio {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.mana-filter-radio .item {
  margin: 10px;
  padding: 0;
}
.mana-mobile .mana-apply-filters {
  position: absolute;
  top: 7px;
  right: 90px;
  color: white;
  font-weight: normal;
}
.mana-filter-block-above-horizontal .mana-apply-filters {
  position: absolute;
  top: -21px;
  right: 10px;
}
.mana-filter-block-above-menu .mana-apply-filters {
  position: absolute;
  top: -30px;
  right: 10px;
}
.sidebar .mana-filter-block .mana-apply-filters {
  display: block;
  margin-top: 18px;
  font-weight: normal;
}
.manadev-expandable-filter.outer-container {
  overflow: hidden;
  transition-property: height;
}
.manadev-show-more {
  text-align: right;
  font-size: 12px;
  padding-top: 5px;
}
.manadev-expandable-filter.outer-container.scrollbar {
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  background: rgba(255, 255, 255, 0.5);
}
.mana-filter-block.mana-filter-block-above-menu .manadev-expandable-filter.outer-container.scrollbar {
  border: 0;
}
.mana-filter-block.mana-mobile .manadev-expandable-filter.outer-container.scrollbar {
  border-bottom: 0;
}
.manadev-option-search {
  margin: 5px 0 0;
}
.mana-no-match {
  display: none;
}
.m-slider input {
  width: 30px;
  padding: 0;
  text-align: center;
}
/* For All */
.mana-filter-slider {
  margin: 10px 0 15px;
}
/* Responsive layout */
.one-filter-column .mana-filter-slider {
  margin-bottom: 20px;
}
.one-filter-column .mana-slider-values {
  line-height: 25px;
}
.one-filter-column .mana-slider-values input {
  width: 50px;
  padding: 1px 3px;
}
/* Default style - style1 */
.mana-filter-slider {
  height: 17px;
  position: relative;
  background: transparent url('../Manadev_LayeredNavigationSliders/images/bkg_slider.png') 0 0 repeat-x;
}
.mana-filter-slider > .mana-slider-from,
.mana-filter-slider > .mana-slider-to {
  height: 17px;
  width: 17px;
  position: absolute;
}
.mana-filter-slider > .mana-slider-span {
  height: 8px;
  position: absolute;
  background: none;
  border-bottom: 2px solid #969696;
  margin: 0;
}
.mana-filter-slider > .mana-slider-from {
  background: transparent url('../Manadev_LayeredNavigationSliders/images/slider.png') 0 0 no-repeat;
  cursor: e-resize;
}
.mana-filter-slider > .mana-slider-to {
  background: transparent url('../Manadev_LayeredNavigationSliders/images/slider.png') -19px 0 no-repeat;
  cursor: w-resize;
}
.mana-slider-values {
  text-align: center;
  margin-top: 3px;
  overflow: hidden;
}
.mana-slider-values .mana-slider-min-value {
  float: left;
}
.mana-slider-values .mana-slider-max-value {
  float: right;
}
/* Style2 */
.mana-filter-slider.style2 {
  border: 2px solid #c8c8c8;
  border-width: 0 1px;
  background: transparent url('../Manadev_LayeredNavigationSliders/images/bkg_slider2.png') center 0 repeat-x;
}
.mana-filter-slider.style2 > .mana-slider-span {
  height: 6px;
  border-bottom: 5px solid #969696;
}
.mana-filter-slider.style2 > .mana-slider-from,
.mana-filter-slider.style2 > .mana-slider-to {
  height: 17px;
  width: 5px;
  background: #26b1e8 none;
}
.mana-filter-slider.style2 > .mana-slider-from {
  margin-right: 1px;
}
.mana-filter-slider.style2 > .mana-slider-to {
  margin-left: 1px;
}
/* Touch screen slider style */
.one-filter-column .mana-filter-slider.style2 > .mana-slider-from,
.one-filter-column .mana-filter-slider.style2 > .mana-slider-to {
  width: 15px;
  height: 30px;
  top: -7px;
}
/* Style3 */
.mana-filter-slider.style3 {
  background: #e6e6e6;
}
.mana-filter-slider.style3,
.mana-filter-slider.style3 > .mana-slider-span {
  height: 5px;
  border: none;
}
.mana-filter-slider.style3 > .mana-slider-span {
  background: #888;
}
.mana-filter-slider.style3 > .mana-slider-from,
.mana-filter-slider.style3 > .mana-slider-to,
.mana-filter-slider.style3:before,
.mana-filter-slider.style3:after {
  height: 20px;
  width: 10px;
  top: -9px;
  background: #aaa none;
  z-index: 4;
}
.mana-filter-slider.style3 > .mana-slider-from,
.mana-filter-slider.style3 > .mana-slider-to {
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #ccc;
  background: #eeeeee;
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.mana-filter-slider.style3:before,
.mana-filter-slider.style3:after {
  position: absolute;
  left: 0;
  height: 22px;
  top: -8px;
  width: 5px;
  background-color: #e6e6e6;
  display: block;
  content: "";
  z-index: 3;
}
.mana-filter-slider.style3:after {
  right: 0;
  left: auto;
}
/* Touch screen slider style */
.one-filter-column .mana-filter-slider.style3:before,
.one-filter-column .mana-filter-slider.style3:after {
  width: 5px;
  height: 30px;
  top: -12px;
}
.one-filter-column .mana-filter-slider.style3 > .mana-slider-from,
.one-filter-column .mana-filter-slider.style3 > .mana-slider-to {
  width: 28px;
  height: 28px;
  top: -14px;
}
/* Style4 */
.mana-filter-slider.style4,
.mana-filter-slider.style4 > .mana-slider-span,
.mana-filter-slider.style4 > .mana-slider-from,
.mana-filter-slider.style4 > .mana-slider-to {
  border-radius: 15px;
  height: 10px;
}
.mana-filter-slider.style4 {
  background: #e3e3e3;
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #f2f2f2;
}
.mana-filter-slider.style4 > .mana-slider-from,
.mana-filter-slider.style4 > .mana-slider-to {
  background: #aaa none;
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  width: 18px;
  height: 18px;
  top: -5px;
  border: 1px solid #eee;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.mana-filter-slider.style4 > .mana-slider-span {
  background: #838383;
  box-shadow: inset 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  border: none;
  margin-left: -20px;
  padding-left: 20px;
}
/* Touch screen slider style */
.one-filter-column .mana-filter-slider.style4 > .mana-slider-from,
.one-filter-column .mana-filter-slider.style4 > .mana-slider-to {
  width: 28px;
  height: 28px;
  top: -10px;
}
.mana-filter-category-tree,
.mana-filter-category-tree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mana-filter-category-tree li {
  padding: 0;
  margin-bottom: 0;
}
.mana-filter-category-tree li > ul,
.mana-filter-category-tree .mana-tree-item {
  padding-left: 15px;
}
.mana-filter-category-tree li.mana-collapsed > ul {
  display: none;
}
.mana-filter-category-tree li.mana-expanded > .mana-tree-item {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/expanded.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-expanded > .mana-tree-item:hover {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/expanded_over.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-collapsed > .mana-tree-item {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/collapsed.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-collapsed > .mana-tree-item:hover {
  background: transparent url('../Manadev_LayeredNavigationCategoryTree/images/collapsed_over.png') 0 4px no-repeat;
}
.mana-filter-category-tree li.mana-expanded > .mana-tree-item,
.mana-filter-category-tree li.mana-collapsed > .mana-tree-item {
  cursor: pointer;
}
.mana-filter-category-tree a {
  text-decoration: underline;
  padding: 0;
  margin: 0;
}
.mana-filter-category-tree a:hover {
  text-decoration: none;
}
.mana-parents-children .mana-children {
  padding-left: 10px;
}
.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;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.download-attachment {
  text-align: center;
}
.download-attachment a {
  font-size: 0;
  text-decoration: none;
  color: #333;
}
.download-attachment a:before {
  content: "";
  font-size: 25px;
  background: url("../Prince_Productattach/images/download.svg") no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.product-info-main .table.attachment-table {
  width: 100%;
}
.all-attachment-block .table.attachment-table {
  width: 100%;
}
.table.attachment-table {
  width: auto;
}
.table.attachment-table th.download {
  width: 10%;
}
.table.attachment-table td.attachment-icon img {
  width: 40px;
}
.product-attachment {
  margin-bottom: 10px;
  line-height: 30px;
}
.product-attachment .attachment-icon {
  float: left;
  padding-right: 10px;
}
.product-attachment .attachment-icon img {
  width: 30px;
}
.attachment-table th {
  text-align: center;
}
.privacy-accept-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.privacy-accept {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 800px;
  top: 5%;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  overflow: auto;
  box-sizing: border-box;
}
.privacy-accept .actions {
  text-align: center;
  margin-bottom: 20px;
}
.privacy-accept .actions a {
  display: inline-block;
}
.privacy-accept h1 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #444;
}
.privacy-accept h2 {
  margin-bottom: 10px;
  font-size: 23px;
  color: #555;
}
.privacy-accept .std {
  color: #666;
}
.privacy-accept .action.accept {
  background: #009fe4;
  color: #fff;
}
.privacy-accept .action.accept:hover {
  color: #009fe4;
  background: #fff;
}
.access-restricted-note {
  padding: 10px !important;
  border: 1px solid #ccc;
  background: #f4f4f4;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .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),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .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),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .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;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .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,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .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,
  .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,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content: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 {
    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 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    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: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    margin-right: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px !important;
    max-width: 480px !important;
    clear: right;
    float: right;
    border-left: 1px solid #efefef;
    border-right: unset;
    margin-left: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .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;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .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 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 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 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .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: 25px;
  }
  .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: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .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 10px;
  }
  .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 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .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 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    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: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    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;
    width: 25.8%;
    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;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 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: 14px;
    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: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .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: 20px;
  }
  .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;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .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: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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 {
    width: 25%;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .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;
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
}
/* VARIABLES */
/* RESET */
/*body { font-family: 'PT Sans', sans-serif; }*/
body {
  font-family: 'Open Sans', sans-serif;
}
a,
.alink,
a > span,
.alink > span {
  color: #e79038;
  transition: .2s color;
}
alink:hover,
a:hover {
  color: #333333;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 0;
  padding: 5px;
  height: 40px;
}
.formbuilder-button,
.action.primary {
  border: 1px solid #000;
  background: #000;
  font-weight: normal;
  padding: 5px 20px !important;
  color: #fff;
  transition: .2s all;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 15px !important;
}
.formbuilder-button:hover,
.action.primary:hover {
  color: #fff;
  background: #e79038;
  border: 1px solid #e79038 !important;
}
.formbuilder-button:hover span,
.action.primary:hover span {
  color: #fff;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  font-weight: normal;
  color: #e79038;
  border-color: #e79038;
  background: #fff;
  transition: .2s all;
  border-radius: 3px;
}
button:hover,
a.action.primary:hover,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  color: #fff;
  border-color: #e79038;
  background: #e79038;
}
.actions-toolbar .primary .action {
  border-radius: 3px;
}
button.action.primary:hover span {
  color: #fff;
}
button:hover span,
a.action.primary:hover span,
.block-cart-failed .action.continue:hover span {
  color: #fff;
}
.checkout-agreements .checkout-agreement {
  text-align: right;
}
.checkout-agreements button.action.action-show span {
  color: #000 !important;
}
.checkout-agreements button.action.action-show:hover span {
  color: #006bb4 !important;
}
.button-banner {
  border: 1px solid #fff;
  padding: 15px 50px;
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  transition: .2s all;
}
.button-banner:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #333 !important;
}
.privacy-label {
  margin-top: 6px;
  display: block;
}
.icon {
  border: 0;
}
@media only screen and (max-width: 430px) {
  .checkout-agreements .checkout-agreement {
    text-align: left;
  }
}
/* TOOLS */
.clear {
  clear: both;
}
.message.success,
.message.error,
.message.info,
.message.warning {
  font-size: 14px;
  text-align: center;
  padding: 20px;
}
.message.success > :first-child::before,
.message.error > :first-child::before,
.message.info > :first-child::before,
.message.warning > :first-child::before {
  display: none;
}
/* STYLES */
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  padding-right: 0;
  padding-left: 0;
}
.page-wrapper {
  position: relative;
}
.page-main {
  padding: 50px 0 0;
  font-family: 'PT Sans', sans-serif;
}
.breadcrumbs {
  max-width: 1280px;
  background: #fff;
  padding: 6px 0;
  margin: 0 auto;
  display: block;
}
.breadcrumbs .items {
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 15px 2px;
}
.breadcrumbs a:visited,
.breadcrumbs a {
  color: #bcbec0;
}
.breadcrumbs strong {
  color: #000;
}
.catalog-category-view .breadcrumbs {
  position: relative;
  top: 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .catalog-category-view .breadcrumbs {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 6px;
  }
}
.column.main {
  min-height: 400px;
}
.fieldset .review-legend.legend strong {
  color: #333333;
  font-weight: normal;
  display: inline-block;
  padding-left: 15px;
}
.review-form .action.submit.primary {
  background: #e79038;
  border: 1px solid #e79038;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
.review-form .action.submit.primary:hover {
  background: #fff;
  color: #e79038;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
}
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-left .sidebar-main {
  width: 350px;
  padding: 45px 0 0;
}
.page-layout-2columns-left .column.main {
  width: calc(100% - 400px);
}
.account.page-layout-2columns-left .column.main {
  width: 75%;
}
.page-title {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}
.page-main .page-title-wrapper h1 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
.page-main .page-title-wrapper h1 img {
  margin-bottom: 6px;
}
.page-main .page-title-wrapper h1 span {
  display: block;
  margin: 15px 0 30px;
}
.page-wrapper .magestore-bannerslider {
  position: relative;
}
.page-wrapper .magestore-bannerslider .page-title-wrapper {
  position: absolute;
  z-index: 999;
  width: 100%;
  text-align: center;
  top: 45%;
}
.page-wrapper .magestore-bannerslider .page-title-wrapper .page-title {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
}
.page-wrapper .magestore-bannerslider .magestore-bannerslide-flex-slider {
  margin-bottom: 0 !important;
}
.page-wrapper .magestore-bannerslider-standard img.no-pointer {
  cursor: auto;
}
.magestore-bannerslide-flex-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  border: 0;
  left: 0;
  z-index: 9999;
  background: none;
  color: #fff;
  font-size: 40px;
  padding: 0 9px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.magestore-bannerslide-flex-slider .slick-arrow:hover span {
  color: #e79038;
}
.magestore-bannerslide-flex-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}
.magestore-bannerslide-flex-slider .slick-arrow span:before {
  width: 100%;
  margin: 0;
  transition: .2s all;
}
.magestore-bannerslide-flex-slider .slick-arrow .icon-left-open:before {
  padding: 0 12px 0 8px;
}
.magestore-bannerslide-flex-slider .slick-arrow .icon-right-open:before {
  padding: 0 8px 0 12px;
}
.magestore-bannerslide-flex-slider .slick-dots {
  display: none !important;
}
.magestore-bannerslide-flex-slider .slick-arrow:active {
  box-shadow: 0 0 0;
}
.slick-initialized .slick-slide {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .columns .column.main {
    max-width: 100%;
  }
  .page-wrapper .page-main {
    padding: 5px;
  }
  .page-wrapper .magestore-bannerslider .page-title-wrapper {
    top: calc(50% - 9px);
  }
  .page-wrapper .magestore-bannerslider .page-title-wrapper .page-title {
    font-size: 16px;
  }
  .catalogsearch-result-index .page-wrapper .magestore-bannerslider .page-title-wrapper .page-title {
    font-size: 10px;
  }
}
/* HEADER */
.page-header {
  background: #000;
  margin-top: 40px;
  z-index: 999;
  position: relative;
  width: 100%;
}
.catalog-category-view .page-header,
.cms-home .page-header {
  /*position:absolute;*/
  width: 100%;
}
.header.content {
  position: relative;
  padding: 0 5px;
  max-width: 100%;
  margin-bottom: 0;
  background: #000;
  max-width: 1280px;
  margin: 0 auto;
}
.page-header.fixed {
  position: fixed;
  width: 100%;
  z-index: 9999;
  animation: smoothScroll 1s forwards;
  max-width: 100%;
  margin-top: 0;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-75px);
  }
  100% {
    transform: translateY(0px);
  }
}
.logo {
  margin: 0;
  z-index: 0;
  left: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
.header-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 188px);
  padding-left: 58px;
  box-sizing: border-box;
  min-height: 108px;
  text-align: left;
}
.header-content .customer-navigation {
  text-align: right;
  padding-top: 26px;
}
.header-content .customer-navigation .minicart-wrapper {
  float: none;
  z-index: 999 !important;
}
.header-content .customer-navigation .wishlist-link {
  display: inline-block;
  vertical-align: middle;
}
.header-content .customer-navigation .wishlist-link span {
  color: #fff;
  font-size: 20px;
}
.header-content .customer-navigation .wishlist-link a:hover span {
  color: #e79038;
}
.header-content .action-search {
  display: inline-block;
  vertical-align: middle;
  color: #818283;
  font-size: 18px;
  cursor: pointer;
}
.header-content .navigation-wrapper {
  margin-top: 25px;
}
.page-header .header.panel {
  padding: 0;
  display: inline-block;
}
.switcher-language {
  display: none !important;
}
.header.content .header-certificates {
  text-align: right;
}
.header.content .header-certificates p {
  font-size: 0;
  margin: 0;
}
.header.content .header-certificates img {
  vertical-align: middle;
  max-height: 40px;
}
.mst-searchautocomplete__autocomplete._active {
  left: unset !important;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .header.fixed {
    height: auto;
  }
  .nav-toggle {
    float: right;
    position: static;
    margin-left: 0px;
  }
  .block-search {
    position: absolute !important;
    top: 30px !important;
    right: 0 !important;
    padding: 10px;
    height: 30px !important;
    width: 100% !important;
  }
  .block-search .block-content .field.search {
    display: block;
    position: relative !important;
    top: 0 !important;
    background: none;
    right: 0 !important;
    padding: 0;
    height: 30px !important;
    width: 100% !important;
  }
  .block-search .actions {
    position: absolute;
    top: 9px;
    right: 3px;
  }
  .header.fixed {
    position: relative;
  }
}
.absolute-wrapper {
  background: #257abe;
}
.absolute-wrapper .absolute {
  padding: 0;
  list-style: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  text-align: right;
  margin-bottom: 0;
}
.absolute-wrapper .absolute li {
  display: inline-block;
  margin: 0;
  padding: 2px 0;
  font-size: 15px;
}
.absolute-wrapper .absolute .phone {
  margin-right: 22px;
}
.absolute-wrapper .absolute span {
  color: #fff;
}
.absolute-wrapper .absolute span.icon-mail-alt {
  font-size: 20px;
  padding-right: 10px;
}
.absolute-wrapper .absolute span.icon-phone {
  font-size: 20px;
  padding-right: 10px;
}
.quick-order,
.create-account {
  float: none;
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 10px 0 0;
  transition: .2s all;
  vertical-align: middle;
  padding-top: 0;
  box-sizing: border-box;
  padding-bottom: 0;
}
.quick-order a,
.create-account a,
.create-account span {
  color: #fff !important;
  font-size: 12px;
  line-height: 20px;
  padding: 0 1px;
  background: none;
  border-radius: 0;
}
.quick-order a:hover,
.create-account a:hover,
.create-account span:hover {
  background: none;
  color: #a3a3a3 !important;
}
.create-account a span {
  padding: 0;
}
.create-account:hover span {
  color: #444 !important;
  cursor: pointer;
}
.quick-order a span.label,
.create-account span.label {
  color: #fff !important;
  font-size: 12px;
}
.quick-order a:hover span.label,
.create-account a:hover span.label {
  color: #a3a3a3 !important;
}
.create-account:hover label {
  color: #e79038;
}
.create-account .show {
  display: inline !important;
}
.customer-navigation .compare-link {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.customer-navigation .compare-link img {
  max-height: 22px;
}
.block-search {
  visibility: visible;
  float: left;
  left: 40%;
  transform: translateX(-50%);
  width: 342px;
  display: inline-block;
  height: 24px;
  margin: 0;
  right: 0;
  z-index: 99 !important;
  transition: .3s all;
  padding-left: 0;
  padding-right: 20px;
}
.block-search.visible {
  visibility: visible;
}
.block-search .action.search {
  height: 28px;
  width: 24px;
  line-height: 28px;
  color: #fff;
  right: 0;
  padding: 0;
  border-left-color: #000;
  cursor: pointer;
  background: #f2f2f2;
  border-radius: 0;
}
.block-search .action.search:hover {
  background: #f2f2f2;
}
.block-search .action.search:hover > strong {
  color: #e79038;
}
.block-search .action.search::before {
  all: unset;
}
.block-search .action.search > strong {
  color: #000;
  font-size: 19px;
}
.block-search .action.search[disabled] {
  opacity: 1;
  cursor: pointer;
  pointer-events: unset;
}
.block-search input[type="text"] {
  border: 1px solid #f2f2f2;
  height: 28px;
  background: #f2f2f2;
  border-radius: 0;
  font-size: 10px;
  color: #000;
}
.block-search input[type="text"]::placeholder {
  text-transform: none;
  color: #000;
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  .absolute-wrapper .absolute li {
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .page-header,
  .cms-home .page-header {
    position: relative;
  }
  .header.content {
    height: 120px;
    padding: 0 0 0 50px;
  }
  .logo {
    position: relative;
    width: 100%;
    left: unset;
    transform: unset;
    text-align: center;
    max-width: 100%;
    top: 0 !important;
    margin-top: 10px;
    padding: 0 !important;
  }
  .logo img {
    max-width: 85px !important;
    margin: 0 auto;
  }
  .header-content {
    position: relative;
    padding: 0 !important;
    text-align: center;
    width: 100% !important;
  }
  .header-content .customer-navigation {
    text-align: right;
    padding: 0;
    margin-top: 15px;
    padding-right: 15px;
  }
  .minicart-wrapper {
    float: none;
    position: relative;
    right: unset;
    top: unset;
  }
  .nav-toggle {
    float: left;
    position: absolute;
    left: 5px !important;
    right: 65px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50% !important;
    transform: translateY(-50%);
  }
  .nav-toggle:before {
    color: #fff;
  }
  .nav-toggle:hover:before {
    color: #e79038;
  }
  .create-account {
    display: none;
    float: none;
    position: absolute;
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
  }
  .block-search {
    float: right;
    position: relative;
    bottom: 10px;
    top: 50px;
    margin: 0;
  }
  .block-search .control {
    border: none;
  }
  .block-search .field.search input {
    left: auto;
    right: 7px;
    margin: 0;
    width: 250px;
    box-sizing: border-box;
    border-right: 0;
  }
  .block-search .field.search input[aria-expanded="true"] {
    position: absolute;
    left: auto;
    right: 18px;
    top: 0;
    margin: 0;
  }
  .block-search .field.search label {
    display: none;
  }
  .block-search .field.search label:before {
    color: #444;
  }
  .block-search .action.search {
    display: block;
    border: 0;
  }
  .block-search .action.search span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:hover > strong {
    color: #444444;
    background: #fff;
  }
  .header-content .navigation-wrapper {
    position: absolute;
    right: 15px;
    top: 14px;
    margin: 0;
    text-align: right;
  }
  .header-content .navigation-wrapper .sections.nav-sections {
    text-align: left;
  }
  .top-menu-image {
    display: none;
  }
  .page-header {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .header-content {
    min-height: auto;
  }
}
@media only screen and (max-width: 570px) {
  .logo img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 450px) {
  .logo {
    top: 0;
    padding: 0 !important;
  }
  .logo img {
    max-width: 130px;
  }
  .block-search {
    width: 100%;
  }
  .block-search input[type="text"] {
    height: 28px;
  }
  .block-search .actions {
    margin-top: 0;
  }
  .block-search .field.search input {
    width: 135px;
  }
  .header-content .navigation-wrapper {
    position: relative;
    top: 0;
  }
  .minicart-wrapper .action.showcart {
    margin-right: 0;
  }
  .customer-navigation .compare-link {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 381px) {
  .absolute-wrapper .absolute {
    text-align: center;
  }
  .absolute-wrapper .absolute li {
    padding-right: 0;
  }
  .absolute-wrapper .absolute .phone {
    margin-right: 0;
  }
  .quick-order a span.label,
  .create-account span.label,
  .minicart-wrapper .action.showcart,
  .minicart-wrapper .action.showcart span.label {
    font-size: 12px !important;
  }
}
.minicart-wrapper {
  margin: 0 0 0 0;
}
.minicart-wrapper .action.close {
  opacity: 1;
  filter: alpha(opacity=1);
  width: 30px;
  height: 30px;
}
.minicart-wrapper .action.close:before {
  color: #fff;
  opacity: 1;
  font-size: 15px;
}
.minicart-wrapper .action.close:hover {
  opacity: 0.6;
  color: #000;
}
.minicart-wrapper .action.showcart.active::before,
.minicart-wrapper .action.showcart::before {
  all: unset;
  content: none !important;
}
.minicart-wrapper .action.showcart {
  font-size: 0;
  vertical-align: middle;
  background: none;
  padding: 0;
  border-radius: 0;
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 16px;
  box-sizing: border-box;
  margin-right: 0;
}
.minicart-wrapper .action.showcart span.label {
  padding: 0;
  font-size: 14px;
  color: #fff;
}
.minicart-wrapper .action.showcart .icon-basket {
  color: #fff;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart .icon {
  color: #fff;
  display: inline-block;
  width: auto;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 0;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #000;
  background: #fff;
  font-size: 9px;
  min-width: 10px;
  display: block;
  width: auto;
  height: 12px;
  line-height: 12px;
  position: absolute;
  top: -2px;
  right: 43%;
  transform: translateX(50%);
}
.minicart-wrapper:hover .action.showcart .counter.qty {
  background: #e79038;
}
.minicart-wrapper .block-minicart {
  box-shadow: 0 !important;
  border-color: #6d6e71;
  background: #fff;
  color: #333;
  width: 300px;
  right: -124px;
  padding: 0;
  top: 140%;
}
.minicart-wrapper .block-minicart::before,
.minicart-wrapper .block-minicart::after {
  display: none;
}
.block-minicart .subtitle.empty {
  font-weight: normal;
}
.minicart-items .action.edit::before,
.minicart-items .action.edit {
  display: none;
}
.minicart-items .action.delete::before {
  color: #333;
}
.minicart-items .product-item {
  border: 0;
}
.minicart-items .product-item-pricing .label,
.minicart-items .product-item-name a {
  color: #000 !important;
  font-size: 11px;
}
.minicart-items .item-qty {
  background: none;
  border: 0;
  font-size: 12px;
}
.minicart-items-wrapper {
  border: 0;
  border-bottom: 0;
  max-height: 300px !important;
}
.minicart-items .product-item-pricing .label {
  width: auto;
}
.minicart-items .item-qty {
  width: 30px;
  padding: 0;
  margin: 0;
  text-align: left;
  height: auto;
}
.block-minicart .subtotal {
  margin: 0 0 25px;
  color: #333;
}
.block-minicart .subtotal .label {
  color: #000;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  margin-right: 17px;
}
.block-minicart .subtotal .label::after {
  display: none;
}
.block-minicart .action.viewcart {
  border: 1px solid #e79038;
  background: #e79038;
  color: #fff;
  border-radius: 0;
  padding: 2px 32px;
  display: inline-block;
  transition: .3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
.block-minicart .action.viewcart span {
  color: #fff;
}
.block-minicart .action.viewcart:hover {
  background: #fff;
  color: #e79038;
}
.block-minicart .action.viewcart:hover span {
  color: #e79038;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 6px;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fff;
  display: inline-block;
  color: #000;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart {
  border: 0;
}
.minicart-wrapper .action.showcart img {
  max-height: 22px;
}
.minicart-wrapper .product-item-photo .photo {
  height: auto !important;
  width: auto !important;
}
.minicart-items .product-item-details {
  padding-left: 110px;
}
.minicart-items .product-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.minicart-items .product-item {
  border: 0 !important;
}
.minicart-items .action.delete {
  position: absolute;
  top: -8px;
  right: 0;
}
.minicart-wrapper .block-minicart .block-title {
  display: inline-block;
  border-bottom: 0;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  text-align: center;
  background: #e79038;
}
.minicart-wrapper .block-minicart .block-title span {
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.minicart-wrapper .block-minicart .block-content {
  padding: 10px 20px 5px;
  text-align: left;
}
.minicart-wrapper .product-item .product-item-details {
  width: calc(100% - 80px);
  float: right;
  font-size: 10px;
}
.minicart-wrapper .product-item .product-item-name {
  width: calc(100% - 25px);
  text-transform: none;
  margin-bottom: 10px;
}
.minicart-wrapper .product-item .product-item-sku {
  width: calc(100% - 25px);
}
.minicart-wrapper .product-item .product-item-sku a {
  color: #000;
  font-weight: normal;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0px;
  display: inline-block;
}
.minicart-items .product-item-details .details-qty .label {
  color: #000;
  font-size: 9px;
}
.minicart-items-wrapper .product-item-details .content .product.options.list .label {
  float: left;
  padding-right: 10px;
  padding-left: 8px;
}
.minicart-items-wrapper .product-item-details .content .product.options.list .values {
  margin: 5px 0;
}
.minicart-items .product-item-details .product-item-pricing {
  float: right;
}
.minicart-items .product-item-details .price {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
  line-height: 21px;
}
.block-minicart .subtotal {
  margin: 0 0 25px;
  margin-top: 0px;
  color: #333;
  text-align: right;
  font-size: 18px;
}
.block-minicart .subtotal .amount.price-container {
  display: inline-block;
  float: right;
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 12px;
  font-weight: 600;
}
.block-minicart .block-content > .actions {
  text-align: center;
}
@media only screen and (max-width: 1550px) {
  .minicart-wrapper .block-minicart {
    margin-right: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1390px) {
  .minicart-wrapper .block-minicart {
    margin-right: 0;
    right: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1280px) {
  .block-search {
    right: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  .logo {
    padding-left: 10px;
  }
  .header-content {
    width: calc(100% - 182px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .header-content {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .logo img {
    max-width: 100px;
  }
  .header-content {
    width: calc(100% - 114px);
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper {
    margin: 0 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    margin-right: 0;
    right: 0;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin-right: 0;
  }
}
.checkout-payment-method .payment-option,
.checkout-payment-method .payment-methods {
  margin: 0;
}
.payment-method .action-help {
  display: none !important;
}
.checkout-payment-method .step-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #333;
  font-weight: normal;
  font-size: 26px;
}
.checkout-container .authentication-wrapper a span {
  color: #e79038 !important;
}
.checkout-container .authentication-wrapper a:hover span {
  color: #e79038 !important;
  text-decoration: underline;
}
.checkout-container .authentication-wrapper button.action-auth-toggle {
  background: #000;
  border: 1px solid #000;
  padding: 2px 20px;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
  width: auto;
  border-radius: 0;
}
.checkout-container .authentication-wrapper button.action-auth-toggle:hover {
  background: #e79038;
  border-color: #e79038;
  text-decoration: none;
}
.checkout-container .authentication-wrapper button:hover > span {
  color: #fff;
  text-decoration: none;
}
.checkout-container .authentication-wrapper .actions-toolbar .action-login:hover span {
  color: #fff;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-container .messages {
  margin-top: -65px;
}
.checkout-container .block-authentication .messages,
.payment-method-content .messages,
.payment-option-content {
  margin-top: 0;
}
.checkout-container .payment-option-content .messages {
  margin-top: 0;
}
.checkout-index-index .page-title-wrapper {
  all: unset;
}
@media only screen and (min-width: 767px) {
  .checkout-container .authentication-wrapper {
    position: relative;
    top: 70px;
  }
  .opc-progress-bar {
    text-align: left;
    width: 50%;
    float: left;
  }
  .authentication-wrapper {
    text-align: right;
    float: right;
  }
  .navigation .level0:hover a.level-top::after {
    z-index: 999 !important;
  }
  .navigation .level0.parent:hover > .submenu {
    display: table;
  }
}
@media only screen and (max-width: 767px) {
  .opc-estimated-wrapper {
    display: none;
  }
  .authentication-wrapper {
    float: none;
    max-width: 100%;
    text-align: center;
    margin: 10px 0 30px;
  }
  .checkout-index-index .nav-sections,
  .checkout-index-index .nav-toggle {
    display: block;
  }
  .checkout-container .messages {
    margin-top: 0px;
  }
  .table-checkout-shipping-method .row th.col {
    font-size: 8px;
    text-align: center;
  }
  .table-checkout-shipping-method tbody tr {
    text-align: center;
    font-size: 11px;
  }
  .checkout-success .order-info thead > tr > th {
    font-size: 12px;
  }
}
@media only screen and (max-width: 450px) {
  .checkout-agreements .checkout-agreement label {
    width: calc(100% - 22px);
    display: inline-block;
    vertical-align: middle;
  }
}
/* FOOTER */
.page-footer {
  background: #000;
  padding: 15px 0 10px;
  margin-top: 142px;
}
.footer.content {
  border-top: 0;
  padding: 0;
  margin: 0 auto;
  position: relative;
  color: #fff;
  max-width: 1240px;
  box-sizing: border-box;
}
.footer.content .clear {
  border-bottom: 1px solid #aaa;
}
.footer h3 {
  color: #ddd;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: normal;
}
.footer.content {
  font-family: 'PT Sans', sans-serif;
}
.footer.content .footer-content {
  display: inline-block;
  width: 72%;
  vertical-align: top;
  position: relative;
  margin-top: 25px;
}
.footer.content .footer-bottom,
.footer.content .footer-wrapper {
  display: inline-block;
  width: calc(100% - 130px);
  vertical-align: top;
  padding-left: 45px;
  box-sizong: border-box;
}
.footer.content .footer-bottom {
  margin-top: 30px;
}
.footer.content .footer-wrapper .footer-links {
  font-size: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.footer.content .footer-wrapper .footer-links ul {
  columns: 4;
}
.footer.content .footer-wrapper .footer-links li {
  display: block;
  vertical-align: middle;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 6px;
}
.footer.content .footer-wrapper .footer-links li:last-child:after {
  display: none;
}
.footer.content .footer-wrapper .footer-links div {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.footer.content .footer-wrapper .footer-links .about-us {
  width: 58%;
}
.footer.content .footer-wrapper .footer-links .buy {
  width: 42%;
}
.footer.content .footer-wrapper .footer-links div::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 215px;
  background: #fff;
  right: 20px;
  top: 16px;
}
.footer.content .footer-wrapper .footer-links div p,
.footer.content .footer-wrapper .footer-links div a {
  font-size: 15px;
  color: #fff;
}
.footer.content .footer-wrapper .footer-links div a:hover {
  text-decoration: underline;
}
.footer.content .footer-wrapper .footer-links li a {
  color: #fff;
  font-size: 13px;
  text-transform: none;
}
.footer.content .footer-wrapper .footer-links li a:hover {
  color: #e79038;
}
.footer.content .footer-wrapper .contacts {
  font-size: 0;
}
.footer.content .footer-wrapper .contacts div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 15px;
}
.footer.content .footer-wrapper .contacts .info {
  width: 58%;
}
.footer.content .footer-wrapper .contacts .social {
  width: 42%;
}
.footer.content .footer-wrapper .contacts .social {
  vertical-align: bottom;
}
.footer.content .footer-wrapper .contacts div p {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
}
.footer.content .footer-wrapper .contacts .info span {
  font-size: 20px;
  padding-right: 12px;
}
.footer.content .footer-wrapper .contacts .icon-phone-outline::before {
  transform: scale(-1, 1);
}
.footer.content .footer.catalog {
  max-width: 123px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: -128px;
}
.footer.content .footer.catalog img {
  border: 1px solid #fff;
}
.footer.content .footer.catalog p {
  text-transform: uppercase;
  font-size: 11px;
  margin: 0;
}
.footer.content .footer.catalog a {
  font-size: 11px;
  margin: 0;
  text-decoration: underline;
  color: #fff;
}
.footer.content .complaint-book {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 210px);
}
.footer.content .complaint-book img {
  max-height: 30px;
}
.footer.content .complaint-book .livro-reclamacoes {
  float: left;
  margin: 0 100px;
}
.footer.content .footer-wrapper .social {
  color: #58595b;
}
.footer.content .footer-wrapper .social h2 {
  margin: 0 0 8px;
  text-transform: uppercase;
  font-size: 13px;
}
.footer.content .block {
  float: right;
  width: 42%;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 0 0 26px;
}
.footer.content .block.newsletter {
  position: relative;
  background: none;
  width: 28%;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  float: none;
  display: inline-block;
}
.footer.content .block.newsletter .actions {
  width: auto;
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 1280px) {
  .page-footer {
    padding: 15px 8px;
  }
  .footer.content .footer-wrapper .contacts .info {
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }
  .footer.content .footer-wrapper .footer-links .about-us {
    width: 50%;
    text-align: center;
  }
  .footer.content .footer-wrapper .footer-links .buy {
    width: 50%;
    text-align: center;
  }
  .footer.content .footer-wrapper .contacts .social {
    width: 100%;
  }
  .footer.content .footer-wrapper .contacts .social ul {
    text-align: center;
  }
  .footer.content .footer-wrapper .footer-links div::before {
    right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .footer.content .footer-wrapper .footer-links ul {
    columns: 3;
  }
}
@media only screen and (max-width: 960px) {
  .footer.content .block.newsletter {
    position: relative;
    top: 0;
    right: ;
    width: 100%;
    padding: 20px 28px 40px !important;
    text-align: left;
  }
  .footer.content .footer-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .absolute.footer {
    max-width: 100% !important;
    text-align: center !important;
  }
  .footer.content .footer.catalog {
    right: -28%;
    top: -45px;
  }
  .page-footer {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 850px) {
  .footer.content .footer-wrapper {
    width: 100%;
    text-align: center;
  }
  .footer.content .footer-wrapper .footer-links .buy::before {
    display: none;
  }
  .footer.content .block {
    float: none;
    width: 100% !important;
    margin: 0 0 40px !important;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
  }
  .footer.content .social {
    float: none !important;
    margin-top: 10px;
  }
  .footer.content .footer-wrapper .footer-links li {
    margin-bottom: 10px;
    text-align: center !important;
  }
  .footer.content .footer-wrapper .footer-links {
    text-align: center;
    width: 100%;
  }
  .block.newsletter .content {
    text-align: left !important;
  }
  .footer .copyright.footer span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 555px) {
  .footer.content .footer-wrapper .footer-links .about-us {
    width: 100%;
  }
  .footer.content .footer-wrapper .footer-links .buy {
    width: 100%;
    margin-top: 65px;
  }
  .footer.content .footer-wrapper .footer-links .about-us::before {
    display: none;
  }
  .footer.content .block.newsletter .actions {
    margin-top: 5px;
  }
}
.footer.content .company {
  padding-right: 80px;
  width: 30%;
  margin-top: 0;
}
.footer .company img {
  margin-bottom: 30px;
}
.footer .company p {
  font-size: 12px;
}
.footer.content .social {
  float: none;
  display: inline-block;
  width: calc(100% - 275px);
  line-height: 30px;
}
.footer.content .social h2 {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}
.footer .social ul {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.footer .social .livro-reclamacoes {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
  height: 18px;
}
.footer .social .livro-reclamacoes img {
  max-height: 18px;
  transition: .3s all;
}
.footer .social .livro-reclamacoes img:hover {
  transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
  .footer .social ul {
    text-align: center;
  }
}
.footer .social ul li {
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}
.footer .social ul li:hover {
  border: 1px solid #e79038;
}
.footer .social ul li:hover span {
  color: #e79038;
}
.footer .social ul li a span {
  color: #fff;
}
.footer .social ul li a:hover {
  text-decoration: none;
}
.footer .social p {
  margin-bottom: 20px;
  font-size: 15px;
}
.footer .social p:before {
  padding-right: 10px;
}
.footer .social p.icon-phone,
.footer .social p.icon-mail-alt {
  color: #f7981d;
}
.footer .links ul li {
  margin-bottom: 8px;
}
.footer .links ul li a {
  color: #b7b7b7;
  font-size: 12px;
}
.footer .links ul li a:hover {
  color: #f7981d;
}
.footer .payment {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .footer .payment {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
.block.newsletter {
  width: 100%;
  padding: 46px 4px 40px;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}
.block.newsletter h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: unset;
  margin-bottom: 8px;
}
.block.newsletter .content p {
  color: #fff;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 13px;
}
.block.newsletter .form.subscribe {
  display: block;
}
.block.newsletter .field {
  margin-right: 0;
}
.block.newsletter .field .control::before {
  display: none;
  line-height: 41px;
}
.block.newsletter input {
  padding-left: 8px;
  background: #fff;
  border: 0px solid #d1d3d4;
  border-radius: 0;
  margin-top: 0;
  vertical-align: top;
}
.block.newsletter .field.newsletter .control input {
  height: 30px;
  font-size: 13px;
}
.block.newsletter input::placeholder {
  text-transform: none;
  color: #000;
  opacity: 1;
}
.block.newsletter .action.subscribe {
  border-radius: 0;
  line-height: 20px;
  background: #fff;
  border-color: #fff;
  text-transform: uppercase;
  transition: .2s all;
  padding: 0 15px;
  color: #000;
  font-size: 13px;
}
.block.newsletter .action.subscribe:hover {
  color: #fff;
  background: #e79038;
  border-color: #fff;
}
.block.newsletter .privacy {
  display: block;
  margin-top: 4px;
}
.block.newsletter .privacy .privacy-label {
  font-size: 10px;
  color: #fff;
  margin-top: 0px;
  vertical-align: middle;
  display: inline-block;
}
.block.newsletter .privacy .privacy-label a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  text-decoration: underline;
}
.block.newsletter .action.primary:hover {
  border: 1px solid #e79038 !important;
}
.block.newsletter button.action.primary:hover span {
  color: #fff;
}
.absolute.footer {
  max-width: 50%;
  text-align: right;
}
.footer .copyright {
  margin: 10px 0;
  font-size: 10px;
}
.footer .copyright.footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  float: left;
}
.absolute.footer .complaint-book {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.absolute.footer .livro-reclamacoes img {
  max-height: 35px;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
  .block.newsletter {
    padding: 10px;
    text-align: center;
    margin-bottom: 0 !important;
  }
  .block.newsletter .content,
  .block.newsletter .content p,
  .block.newsletter .content form,
  .block.newsletter h3 {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .footer.content .block.newsletter {
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
  }
}
.page-bottom {
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  margin-top: 100px;
}
.page-bottom .content {
  max-width: 1240px;
  margin: 0 auto;
}
.page-bottom .newsletter-bottom {
  background: #f2f2f3;
}
.cms-contactos .page-bottom .content {
  max-width: 100%;
}
.store-info {
  height: 250px;
}
.page-bottom .certificate-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: left;
  color: #000;
}
.page-bottom .certificate-wrapper p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px;
  font-size: 10px;
}
.page-bottom .certificate-wrapper img {
  display: inline-block;
  vertical-align: middle;
  max-height: 40px;
}
/* NAVIGATION */
.navigation .greet.welcome {
  display: none;
}
@media only screen and (min-width: 767px) {
  .nav-sections {
    background: none;
    margin-bottom: 0;
    width: auto;
    clear: both;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-sections-item-content {
    position: static;
  }
  .navigation {
    background: none;
    font-weight: normal;
    position: unset;
    max-width: 100%;
    text-align: right;
  }
  .navigation ul {
    display: table;
    padding: 0;
    text-align: center;
    position: unset;
  }
  .navigation ul li {
    display: table-cell !important;
  }
  .navigation .level0 {
    margin: 0;
    position: static;
    vertical-align: middle;
  }
  /*.navigation .level0:hover a.level-top:after { position: absolute; bottom: -2px; left: -14px; background: #000; width: 100%; height: 3px; content: ""; z-index: 9999;}*/
  .navigation .level0 > .level-top {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #fff;
    padding: 4px 30px 8px 0;
    position: unset;
  }
  .navigation .level0 > .level-top span {
    color: #fff;
  }
  .navigation .level0 > .level-top.ui-state-focus span,
  .navigation .level0 > .level-top.ui-state-active span,
  .navigation .level0 > .level-top span:hover {
    color: #e79038;
    border-bottom: 2px solid #fff;
  }
  .navigation .level0 > .level-top .icon-down-open-mini {
    display: inline-block;
  }
  .navigation .level0 > .level-top:first-child {
    padding-left: 0;
    position: relative;
  }
  .navigation .level0 > .level-top.ui-state-focus,
  .navigation .level0 > .level-top.ui-state-active {
    color: #e79038;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0;
  }
  .navigation .level0.active > .level-top span,
  .navigation .level0.has-active > .level-top span {
    color: #fff;
  }
  .navigation .level0 .submenu {
    border: 1px solid #e6e7e8;
    background: #e6e7e8;
    box-shadow: -5px 7px 10px -8px rgba(59, 62, 64, 0.6899999999999999);
    padding: 0;
    width: 350px;
    text-align: center;
    box-sizing: border-box;
    top: 152px !important;
    z-index: 999;
  }
  .navigation .level0 .submenu a {
    font-size: 12px;
    display: block;
    color: #3b3e40;
    font-weight: normal;
    padding: 8px 10px;
    text-align: left;
  }
  .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .navigation .level0 .submenu a:focus,
  .navigation .level0 .submenu a:hover {
    font-size: 15px;
    background: none;
    color: #e79038;
  }
  .navigation .level0 .submenu .level1 {
    margin-bottom: 0;
    display: block !important;
    width: 55%;
    vertical-align: top;
  }
  .navigation .level0 .submenu .level1:first-child {
    padding-top: 25px;
  }
  .navigation .level0 .submenu .level1.last {
    border-bottom: 0;
    padding-bottom: 25px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus,
  .navigation .level0 .submenu .level1:hover {
    background: none;
    color: #e79038;
  }
  .navigation .level0 .submenu .level1 .icon {
    width: 100%;
    display: block;
    text-align: center;
    min-height: 100px;
  }
  .navigation .level0 .submenu .level1 .icon img {
    width: 80px;
    display: inline-block;
  }
  .navigation .level0 .submenu .level1 .text {
    font-weight: normal;
    text-transform: none;
    color: #000;
    font-size: 12px;
    display: block;
  }
  .navigation .level0 .submenu .level1 > a:hover .text {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
  }
  .navigation .level0 .submenu .description {
    font-size: 11px;
    font-weight: normal;
    display: block;
    color: #666;
    padding: 0 10px 10px;
    margin-bottom: 0;
  }
  .navigation .level0 .submenu .top-menu-image {
    right: 0;
    width: 45%;
    top: 0;
    position: absolute;
    height: 100%;
    text-align: right;
  }
  .navigation .level0 .submenu .top-menu-image img {
    max-height: 100%;
  }
  .navigation .level0 .submenu .submenu {
    display: none !important;
    position: relative;
    top: unset !important;
    left: unset !important;
    box-sizing: border-box;
    border: 0;
    padding-bottom: 0;
    background: none;
  }
  .navigation .level0 .submenu .submenu li {
    display: block !important;
    margin: 0;
  }
  .navigation .level0 .submenu .submenu-reverse {
    right: unset !important;
  }
  .navigation .level0 .submenu .submenu a {
    padding: 5px 10px;
    color: #5d6266;
  }
  .navigation .level0 .submenu .submenu .text {
    font-weight: normal;
    color: #5d6266;
    font-size: 13px;
  }
  .navigation .level0 .submenu .submenu .text:hover {
    color: #e79038;
  }
  .page-header .panel.wrapper {
    /*display: none;*/
  }
  .panel.header {
    padding: 0;
    display: block;
    position: relative;
    height: 0;
  }
  .panel.header .header.links {
    float: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    width: 150px;
    background: #fff;
    transition: all .3s ease;
    display: block;
    padding: 0 10px;
    box-shadow: 0 0 5px #666;
    z-index: 99;
    right: -100px;
    text-align: left;
  }
  .panel.header .header.links.visible {
    visibility: visible;
    opacity: 1;
    top: 0;
    right: -100px;
    text-align: left;
    transform: translateY(5px);
    z-index: 999;
  }
  .panel.header .header.links li {
    display: block;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }
  .panel.header .header.links li:last-child {
    border-bottom: 0;
  }
  .panel.header a {
    color: #000;
    display: block;
  }
  .panel.header a:hover {
    text-decoration: underline;
  }
  .panel.header li.link.wishlist {
    display: none;
  }
  .panel.header li.item.link.compare {
    display: none;
  }
  .panel.header li.greet.welcome {
    display: none;
  }
  .panel.header li.link.rewards {
    display: none;
  }
  .page-header.sticky {
    margin: 0 auto;
    max-width: 100%;
    position: fixed;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 0;
  }
  .page-header.sticky .header.content {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 190px;
  }
  .page-header.sticky .header-content {
    min-height: 56px;
    padding-left: 15px;
    padding-top: 20px;
  }
  .page-header.sticky .header.content .customer-navigation {
    display: none;
  }
  .page-header.sticky .header.content .logo {
    top: 18px;
  }
  .page-header.sticky .header.content .block-search {
    position: absolute;
    margin: 0;
  }
  .page-header.sticky .block-search input[type="text"] {
    border: 1px solid #dddfdd;
    background: #dddfdd;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1190px) {
  .header.content {
    padding: 0 5px;
  }
  .header-content {
    width: calc(100% - 204px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 800px) {
  .header-content {
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 1000px) {
  .navigation .level0 > .level-top {
    font-size: 12px;
    padding: 4px 15px 8px 0;
  }
  .block-search {
    width: 250px !important;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections-item-title[aria-controls="store.settings"] {
    display: none;
  }
  .navigation .submenu > li.all-category {
    display: none;
  }
  .nav-sections-item-title:first-child {
    border-left: 0;
  }
  .nav-sections-item-title a {
    color: #333;
  }
  .nav-sections-item-title.active a {
    color: #e79038;
  }
  .header.links .greet.welcome {
    display: none;
  }
  .navigation .level0 .icon-down-open-mini {
    display: none;
  }
  .navigation .submenu:not(:first-child) .active > a,
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #e79038;
    border-width: 0 0 0 4px;
  }
  .navigation .level0 > .level-top {
    font-size: 15px;
    padding: 4px 15px 8px 15px;
  }
  .navigation .submenu:not(:first-child) > li > a {
    font-size: 13px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover,
  .navigation a,
  .navigation .alink,
  .navigation a > span,
  .navigation .alink > span,
  .navigation .level0 > .level-top {
    font-weight: normal;
    color: #333;
    display: block;
  }
  .nav-sections .header.links li.wishlist,
  .nav-sections .header.links li.rewards {
    display: none;
  }
  .block-search {
    bottom: unset;
    top: 5px !important;
    left: unset;
    right: -55px !important;
  }
  .page-bottom {
    margin-top: 0;
  }
}
/* BANNERS */
.magenest-slider .slider-item-container {
  padding: 0 !important;
}
.magenest-slider .slider-item-bg {
  position: relative;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.magenest-banner img {
  width: 100%;
}
.magestore-bannerslider-standard {
  width: 100% !important;
}
.flexslider {
  box-shadow: 0 0 0 !important;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flexslider .flex-control-paging {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.flexslider .flex-control-paging li {
  display: inline-block;
}
.flexslider .flex-control-paging li a {
  border-radius: 50%;
  background: #fff;
  width: 15px;
  height: 15px;
  border: 0;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #e79038;
}
.flexslider .flex-control-nav li {
  margin: 0 5px;
}
.flexslider .flex-caption {
  position: relative;
  top: -50%;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
}
.flexslider .flex-caption .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.flexslider .flex-caption h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.flexslider .flex-caption h3 {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.flexslider .flex-caption a {
  display: inline-block;
  background: #f7981d;
  color: #fff;
  border: 1px solid #f7981d;
  padding: 15px 30px;
  transition: .2s all;
  height: auto !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.flexslider .flex-caption a:hover {
  background: #fff;
  color: #f7981d;
}
@media only screen and (max-width: 767px) {
  .flexslider .flex-caption .wrapper {
    padding: 5px;
  }
  .flexslider .flex-caption h2 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .flexslider .flex-caption h3 {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .flexslider .flex-caption a {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.banner-blog {
  position: relative;
  margin: 70px 0 50px;
}
.banner-blog img {
  width: 100%;
}
.banner-blog img.mobile-only {
  display: none;
}
.banner-blog .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  padding: 28px 162px 25px;
}
.banner-blog .content h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
}
.banner-blog .button {
  max-width: 207px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}
.banner-blog .button a {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  border: 1px solid #fff;
  padding: 8px 15px;
}
.banner-blog .button a:hover {
  transform: scale(1.1);
}
.banner-top {
  position: relative;
  top: 0;
}
.banners-wrapper {
  font-size: 0;
}
.banner-content-left {
  display: inline-block;
  vertical-align: top;
  width: 58%;
}
.banner-content-right {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  padding-left: 40px;
  box-sizing: border-box;
}
/*
.banner-top .magenest-banner {height:430px; background-position:bottom left !important;}
.banner-content .magenest-banner {height:395px;} 
.banner-content-left .magenest-banner {height:470px;}
.banner-content-right .magenest-banner {height:470px;}
.cms-contactos .banner-top .magenest-banner {height:610px;}
.banner-top .owl-item{height:595px;}
*/
.magenest-slider .slider-item-content {
  height: 100%;
  padding: 0 !important;
  position: absolute;
}
.banner-top .owl-item .content-box {
  position: absolute;
  width: 40% !important;
  right: 0;
  margin-right: 1%;
  line-height: 40px;
  font-size: 40px;
  padding: 0 10%;
  top: 50%;
  transform: translateY(-50%);
}
.banner-top .owl-item .content-box span {
  font-size: 40px;
}
.magenest-slider .owl-dots {
  left: unset;
  right: 0;
  transform: none;
}
.banner-top .magenest-slider .owl-dots button.owl-dot {
  background: #eeefef;
}
.banner-top .magenest-slider .owl-dots button.owl-dot.active {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(214, 214, 214, 0.1);
  background: #dbdcdd;
}
.banner-content {
  margin: 40px 0;
}
.banner-content .magenest-banner-conten {
  height: 100%;
  padding: 0 !important;
  position: absolute;
}
.banner-content .content-box {
  position: absolute;
  width: 40% !important;
  right: 0;
  margin-right: 1%;
  font-size: 42px;
  padding: 0 2%;
  text-align: center;
  text-transform: uppercase;
  line-height: 60px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
}
.magenest-slider .owl-nav button {
  top: unset !important;
  bottom: 0 !important;
  width: 11px !important;
  height: 26px !important;
  line-height: 26px !important;
  color: #fff !important;
  background: none !important;
  opacity: 1 !important;
}
.magenest-slider .owl-nav button.owl-prev {
  left: unset;
  right: 50px;
}
.magenest-slider .owl-nav button.owl-next {
  right: 20px;
}
.magenest-slider .owl-nav button:hover span {
  color: #000;
}
@media only screen and (max-width: 1450px) {
  .banner-content .content-box,
  .banner-top .owl-item .content-box {
    padding: 0 2%;
  }
  .banner-content .magenest-banner {
    height: 550px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner-content .magenest-banner,
  .banner-top .owl-item {
    height: 400px;
  }
  .cms-contactos .banner-top .magenest-banner {
    height: 400px;
  }
  .banner-top .magenest-banner {
    height: 150px;
  }
  .banner-top .owl-item .content-box span {
    font-size: 28px;
  }
  .banner-top .owl-item .content-box {
    width: 50% !important;
    font-size: 28px;
  }
  .banner-content .content-box {
    width: 50% !important;
    font-size: 28px;
    line-height: unset;
  }
}
@media only screen and (max-width: 1050px) {
  .banner-top .owl-item {
    height: 370px;
  }
}
@media only screen and (max-width: 900px) {
  .banner-content .magenest-banner {
    height: 218px;
  }
  .cms-contactos .banner-top .magenest-banner {
    height: 250px;
  }
  .banner-top .owl-item {
    height: 250px;
  }
  .cms-contactos .banner-top .magenest-banner {
    height: 250px;
  }
  .banner-top {
    top: 0;
  }
  .page-header {
    margin-top: 0;
  }
  .banner-content-right .magenest-banner,
  .banner-content-left .magenest-banner {
    height: 250px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .banner-top .magenest-banner {
    height: 80px;
  }
  .banner-content .magenest-banner,
  .banner-top .owl-item {
    height: 150px;
  }
  .cms-contactos .banner-top .magenest-banner {
    height: 150px;
  }
  .banner-content .content-box,
  .banner-top .owl-item .content-box {
    width: 100% !important;
    font-size: 18px;
    line-height: unset;
    text-shadow: 1px 1px #dddddd;
    text-align: right;
  }
  .banner-top .owl-item .content-box span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .banner-top .magenest-banner {
    height: 80px;
  }
  .banner-content .magenest-banner,
  .banner-top .owl-item {
    height: 100px;
  }
  .banner-content-left,
  .banner-content-right {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 1241px) {
  .banner-blog .content {
    padding: 1%;
  }
}
@media only screen and (max-width: 1040px) {
  .banner-blog .content h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .banner-blog .button a {
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
  }
  .banner-blog .button {
    max-width: 150px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-blog img.mobile-only {
    display: block;
  }
  .banner-blog img.pc-only {
    display: none;
  }
}
@media only screen and (max-width: 570px) {
  .banner-blog {
    margin: 10px 0 15px;
  }
  .banner-blog img.mobile-only {
    display: block;
  }
  .banner-blog img.pc-only {
    display: none;
  }
  .banner-blog .content h2 {
    font-size: 12px;
    margin: 5px 0;
  }
  .banner-blog .button {
    max-width: 105px;
    margin-top: 0px;
  }
  .banner-blog .button a {
    font-size: 10px;
    padding: 0px 2px;
  }
}
@media only screen and (max-width: 390px) {
  .banner-blog .content h2 {
    font-size: 10px;
    margin: 5px 0;
  }
}
/* HOME PAGE */
.cms-home .columns .column.main {
  padding-bottom: 0;
}
.cms-home .magestore-bannerslide-flex-slider {
  position: relative;
  margin-bottom: 0 !important;
}
.cms-home .magestore-bannerslide-flex-slider .flex-caption {
  top: 50%;
  left: 10%;
  margin: 0 !important;
  position: absolute;
  width: auto;
  transform: translateY(-50%);
}
.cms-home .flexslider .flex-caption a {
  display: inline-block;
  background: #e79038;
  border: 1px solid #e79038;
  padding: 8px 35px;
  font-size: 16px;
}
.cms-home .flexslider .flex-caption a:hover {
  background: #fff;
  border: 1px solid #e79038;
  color: #e79038;
}
.embed-container {
  margin: 0 auto;
}
.embed-container .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.embed-container .video iframe,
.embed-container .video object,
.embed-container .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cms-home .page-title {
  margin: 0;
}
.cms-home .page-main {
  padding-top: 0px;
  top: 0;
  position: relative;
}
.home-info-wrapper,
.category-grid-home {
  background: #f2f2f3;
}
.category-grid-home .block-products-list.grid,
.video-home,
.links-home,
.home-info-wrapper .block-static-block {
  max-width: 1200px;
  margin: 0 auto;
}
.video-home {
  margin-bottom: 35px;
  text-align: center;
}
.links-home ul {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 60px 0;
}
.links-home ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 78px;
  margin: 0;
}
.links-home ul li h2 {
  margin: 5px 0 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  max-width: 150px;
  line-height: 25px;
}
.links-home ul li a {
  color: #333333;
}
.links-home ul li a:hover {
  color: #e79038;
}
.home-info-wrapper .home-info {
  padding: 15px 95px;
  text-align: center;
}
.home-info-wrapper .home-info h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
}
.home-info-wrapper .home-info .info {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}
.home-info-wrapper .home-info .info p {
  margin-bottom: 20px;
}
.home-info-wrapper .home-info .info p:last-child {
  margin-bottom: 0;
}
.links-home .advantages {
  margin: 48px 0;
}
.links-home .advantages h2 {
  text-transform: none;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  line-height: 20px;
}
.block-links-hp {
  margin-bottom: 60px;
}
.block-links-hp ul {
  padding: 0;
}
.block-links-hp li {
  display: inline-block;
  width: calc(33% - 8px);
  border: 3px solid #dbdbdb;
  margin-right: 12px;
  vertical-align: top;
  padding: 26px 10px 15px;
  text-align: center;
}
.block-links-hp li:nth-child(3n) {
  margin-right: 0;
}
.block-links-hp li img {
  padding: 0 15px 0 5px;
}
.block-links-hp li .content {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
}
.block-links-hp li .content h2 {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin-top: 0;
}
.block-links-hp li .content h2 a {
  color: #000;
}
.block-links-hp li .content p {
  color: #6b6b6b;
  font-size: 18px;
}
.block-links-hp li:hover img,
.block-links-hp li:hover .content {
  transform: scale(1.05);
}
.banner-hp {
  position: relative;
  margin: 60px 0 85px;
}
.banner-hp img {
  width: 100%;
}
.banner-hp img.mobile-only {
  display: none;
}
.banner-hp .content {
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 40%;
  transform: translateY(-50%);
}
.banner-hp .content.left {
  left: 0;
}
.banner-hp .content.right {
  width: 40%;
}
.banner-hp .content.black {
  color: #000;
}
.banner-hp .content h2 {
  font-size: 24px;
  margin-bottom: 14px;
}
.banner-hp .content p {
  position: relative;
  font-size: 18px;
  padding: 14px;
  display: inline-block;
}
.banner-hp .content p:before {
  position: absolute;
  content: "";
  background: #fff;
  height: 1px;
  width: calc(100% + 20px);
  top: 0;
  right: -10px;
}
.banner-hp .content.black p:before {
  background: #000;
}
.cms-marcas .page-main .page-title-wrapper h1 span {
  margin-bottom: 0 !important;
}
.manufacuturer-slider {
  text-align: center;
  margin-top: 0;
}
.manufacuturer-slider .block-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 0;
  text-align: left;
  padding-left: 40px;
}
.manufacuturer-slider .block-title strong {
  font-weight: normal;
}
.manufacuturer-slider ul {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 45px;
  padding: 0 30px;
  box-sizing: border-box;
}
.manufacuturer-slider ul li {
  display: inline-block !important;
  vertical-align: middle;
  margin: 0;
  padding: 10px 40px;
  float: none;
  width: calc(100% / 6);
  box-sizing: border-box;
}
.manufacuturer-slider ul li:hover {
  opacity: 52%;
}
.manufacturer-slider button.slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 999;
  padding: 0;
  border: 0;
  color: #a3a3a3;
  font-size: 20px;
  background: #fff !important;
  box-shadow: 0 0 0 !important;
}
.manufacturer-slider button.slick-arrow:hover {
  background: #fff;
  color: #e79038;
}
.manufacturer-slider button.prev-arrow-btn {
  left: 0;
}
.manufacturer-slider button.next-arrow-btn {
  right: 0;
}
.manufacuturer-slider .block-title {
  display: none;
}
.cms-home .manufacuturer-slider .block-title {
  display: block;
}
.articles .highlights-categories ul {
  padding: 0;
  list-style: none;
  font-size: 0;
}
.articles .highlights-categories ul li {
  padding: 0 10px;
  box-sizing: border-box;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.articles .highlights-categories ul li .category-info {
  position: absolute;
  bottom: 0;
  width: calc(100% - 20px);
  padding: 15px 10px 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
.articles .highlights-categories ul li .category-info h2 {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  min-height: 45px;
}
.articles .highlights-categories ul li .category-info .action-button {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-align: right;
}
.articles .highlights-categories ul li .category-info .action-button a {
  color: #000;
  text-decoration: underline;
}
.articles .highlights-categories ul li .category-info .action-button a:hover {
  color: #e79038;
}
.articles .highlights-categories ul.slick-dots {
  text-align: center;
  margin-top: 14px;
}
.articles .highlights-categories ul.slick-dots li {
  padding: 0 3px;
}
.articles .highlights-categories ul.slick-dots li button {
  font-size: 0;
  background: #f2f2f2;
  border: 0;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
}
.articles .highlights-categories ul.slick-dots li.slick-active button {
  background: #dddedf;
}
.article-item .article-info {
  text-align: center;
}
.article-item .article-info .title {
  display: block;
  margin: 50px 0 90px;
  color: #000;
  font-size: 26px;
}
.article-item .item-image {
  text-align: center;
}
.article-item .item-image img {
  width: 500px;
  margin-bottom: 50px;
  max-width: 100%;
}
.article-item .return {
  text-align: right;
}
.article-item .return .button {
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-top: 30px;
}
.article-item .return .button:hover {
  background: #e79038;
}
@media only screen and (min-width: 880px) and (max-width: 1250px) {
  .block-links-hp li {
    text-align: center;
    padding: 30px 10px 30px;
  }
  .block-links-hp li .content {
    display: block;
    margin-top: 20px;
  }
  .cms-home .page-main {
    padding-right: 5px;
    padding-left: 5px;
  }
  .banner-hp .content {
    /*top:0;*/
  }
}
@media only screen and (max-width: 950px) {
  .banner-hp img.mobile-only {
    display: block;
  }
  .banner-hp img.pc-only {
    display: none;
  }
  .banner-hp .content {
    /*top: 17%; */
    width: 65%;
  }
  .manufacuturer-slider ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 900px) {
  .links-home ul li {
    padding: 0 30px;
    margin: 0;
  }
  .cms-home .page-main {
    top: 0;
  }
}
@media only screen and (max-width: 880px) {
  .cms-home .page-main {
    padding-right: 0;
    padding-left: 0;
  }
  .cms-home .flexslider .flex-caption a {
    padding: 2px 15px;
    font-size: 12px;
  }
  .cms-home .magestore-bannerslide-flex-slider .flex-caption {
    top: -24%;
    right: 32%;
  }
  .block-links-hp ul {
    padding: 0 10%;
  }
  .block-links-hp li {
    width: 100%;
    margin-right: 0;
  }
  .home-info-wrapper .home-info {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-links-hp {
    margin-bottom: 0;
  }
  .banner-hp .content.right {
    width: 40%;
  }
  .block-links-hp {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .banner-hp {
    margin: 10px 0 70px;
  }
  .banner-hp .content {
    /*top: 0;*/
  }
  .banner-hp .content h2 {
    font-size: 18px;
  }
  .banner-hp .content p {
    font-size: 15px;
  }
  .links-home .advantages {
    margin: 25px 0 0;
  }
  .links-home ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    padding: 0;
  }
  .links-home ul li h2 {
    font-size: 18px;
    max-width: 100%;
  }
  .home-info-wrapper .home-info .info {
    font-size: 14px;
  }
  .video-home {
    margin-bottom: 20px;
  }
  .manufacuturer-slider ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .cms-home .magestore-bannerslide-flex-slider .flex-caption {
    top: -50%;
    right: 90%;
  }
  .block-links-hp ul {
    padding: 0;
  }
  .banner-hp .content h2 {
    margin: 10px 0;
  }
  .banner-hp .content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 420px) {
  .block-links-hp li {
    text-align: center;
    padding: 30px 10px 30px;
  }
  .block-links-hp li .content {
    display: block;
    margin-top: 20px;
  }
  .banner-hp .content h2 {
    font-size: 14px;
    margin: 8px 0;
  }
  .banner-hp .content p {
    font-size: 12px;
    padding: 8px;
  }
  .banner-hp {
    margin: 10px 0 20px;
  }
  .cms-home .columns .column.main {
    padding-bottom: 10px;
  }
  .cms-home .magestore-bannerslide-flex-slider {
    margin-bottom: 0 !important;
  }
  .manufacuturer-slider {
    margin-top: 25px;
  }
  .manufacuturer-slider ul {
    margin-bottom: 20px;
  }
}
/* CMS PAGE */
.cms-page-view .page-main {
  padding: 35px 0 0;
}
.cms-page-view .page-main .page-title-wrapper h1 {
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
.cms-page-view .page-main .page-title-wrapper h1 img {
  margin-bottom: 6px;
}
.cms-page-view .page-main .page-title-wrapper h1 span {
  display: block;
  margin: 50px 0 90px;
  color: #000;
  font-size: 26px;
}
.cms-page-view .column.main h3 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin: 45px 0 0;
}
.cms-page-view .column.main p {
  text-align: justify;
  font-size: 16px;
  color: #000;
  margin-bottom: 25px;
  line-height: 25px;
}
.cms-page-view .column.main a {
  text-decoration: underline;
}
.cms-page-view .column.main h2 {
  font-size: 18px;
  color: #000;
  margin: 45px 0 25px;
  font-weight: bold;
}
.cms-page-view .column.main .content-media {
  text-align: center;
  margin-top: 20px;
}
.cms-page-view .column.main .content-image {
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.cms-page-view .column.main .content-media-right {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  text-align: center;
  padding: 0 10px 0 70px;
  box-sizing: border-box;
}
.cms-page-view .column.main .text-center {
  text-align: center;
}
.cms-page-view .column.main .text-center p {
  text-align: center;
}
.cms-page-view .column.main .images-left {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  text-align: center;
}
.cms-page-view .column.main .images-left img {
  display: block;
  max-width: 100%;
  margin-bottom: 50px;
}
.cms-page-view .column.main .text-right {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 410px);
  padding-left: 58px;
  box-sizing: border-box;
}
.cms-page-view .block-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  color: #e79038;
  margin: 50px 0 25px !important;
}
.cms-page-view .listStyle {
  padding: 0;
  list-style: none;
}
.cms-page-view .listStyle li {
  margin-bottom: 10px;
}
.cms-page-view .listStyle button {
  text-align: left;
  width: 100%;
  border: 0;
  background: #C7C7C7;
  color: #fff;
  padding: 9px;
  position: relative;
  font-size: 18px;
  transition: .3s all;
}
.cms-page-view .listStyle button:hover {
  background: #e79038;
}
.cms-page-view .listStyle li.active button {
  background: #e79038;
}
.cms-page-view .listStyle button .icon-button {
  position: absolute;
  width: 34px;
  height: 34px;
  top: 0;
  right: 0;
  background: #C7C7C7;
  text-align: center;
  line-height: 34px;
  transition: .3s all;
}
.cms-page-view .listStyle button:hover .icon-button {
  background: #e79038;
}
.cms-page-view .listStyle button .icon-button:before {
  content: "+";
  width: 26px;
  height: 36px;
  margin: 0;
  line-height: 36px;
  font-weight: bold;
  font-size: 26px;
}
.cms-page-view .listStyle li.active button .icon-button {
  background: #e79038;
}
.cms-page-view .listStyle li.active button .icon-button:before {
  content: "-";
  line-height: 26px;
  font-weight: normal;
  font-size: 40px;
}
.cms-page-view .listStyle .content {
  display: none;
  padding: 25px 5px 5px;
  transition: .3s all;
}
.cms-page-view .listStyle li.active .content {
  display: block;
}
.cms-page-view .sidebar-main {
  width: 300px;
}
.cms-page-view .column.main {
  width: calc(100% - 300px);
  padding-left: 30px;
  box-sizing: border-box;
}
.cms-page-view.page-layout-1column .column.main {
  width: 100%;
  padding-left: 0;
}
.cms-page-view .sidebar-main .menu ul {
  list-style: none;
  padding: 0;
}
.cms-page-view .sidebar-main .menu ul li {
  padding: 3px 0 3px 15px;
  margin: 0;
}
.cms-page-view .sidebar-main .menu ul li a {
  color: #000;
  font-size: 17px;
}
.cms-page-view .sidebar-main .menu ul li a:hover {
  color: #e79038;
}
.cms-page-view .sidebar-main .menu ul li.current {
  background: #e79038;
  color: #fff;
}
.cms-page-view .sidebar-main .menu ul li.current a {
  color: #fff;
}
.cms-page-view ul {
  padding: 0;
  list-style: none;
}
.cms-page-view ul li {
  margin: 0;
}
.categories-index-index ul {
  padding: 0;
  list-style: none;
}
.categories-index-index ul li {
  margin: 0;
}
@media only screen and (max-width: 1280px) {
  .cms-page-view .page-main {
    padding: 20px 10px 0;
  }
  .cms-page-view .column.main .images-left {
    width: 100%;
    text-align: center;
  }
  .cms-page-view .column.main .images-left img {
    display: block;
    max-width: 100%;
    width: 400px;
    margin: 0 auto 50px;
  }
  .cms-page-view .column.main .text-right {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 850px) {
  .cms-page-view .column.main .content-image {
    width: 100%;
  }
  .cms-page-view .column.main .content-media-right {
    width: 100%;
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .page-main .page-title-wrapper h1 {
    font-size: 18px;
  }
  .cms-page-view .page-main .page-title-wrapper h1 img {
    max-width: 40px;
  }
}
/* CATALOGS */
.catalog-title {
  margin-bottom: 60px;
  text-align: center;
}
.catalog-title h2 {
  font-size: 26px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 12px;
  letter-spacing: 1px;
  margin-top: 50px;
}
.catalog-title p {
  font-size: 16px;
  margin-bottom: 3px;
  color: #000;
}
.menu-documents,
.menu-catalog {
  padding: 0;
}
.menu-documents h2.title,
.menu-catalog h2.title {
  font-size: 17px;
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: bold;
  border-bottom: 1px solid #e79038;
  color: #6d6e71;
  margin: 0 0 10px;
}
.menu-documents ul li,
.menu-catalog ul li {
  padding-left: 0;
}
.menu-documents ul li a,
.menu-catalog ul li a {
  color: #6d6e71;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 0;
  display: block;
}
.menu-documents ul li.selected a,
.menu-catalog ul li.selected a,
.menu-documents ul li a:hover,
.menu-catalog ul li a:hover,
.menu-catalog ul li.current a {
  color: #e79038;
}
.articles .highlights-categories.cat {
  margin-top: 62px;
  margin-bottom: 70px;
}
.articles .highlights-categories.cat ul li {
  padding: 0;
  width: calc(25% - 32px);
  margin: 0 16px 30px;
}
.articles .highlights-categories.cat ul li img {
  border: 1px solid #e5e6e9;
  border-radius: 3px;
}
.articles .highlights-categories.cat ul li .category-info {
  position: relative;
  width: 100%;
  padding: 15px 0 0;
  background: none;
}
.articles .highlights-categories.cat ul li .category-info h2 {
  margin: 0;
  font-size: 13px;
  min-height: 45px;
  line-height: 17px;
}
.articles .highlights-categories.cat ul li .category-info .action-button {
  line-height: 0;
}
.articles .highlights-categories.cat ul li .category-info .action-button a {
  color: #fff;
  text-decoration: none;
  background: #9c9aa0;
  text-transform: none;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 13px;
}
.articles .highlights-categories.cat ul li .category-info .action-button a:hover {
  background: #e79038;
}
.articles .highlights-categories.cat ul li .category-info .action-button input {
  opacity: 0;
  height: 0;
  border: 0;
  padding: 0;
}
.articles .highlights-categories.cat ul li .category-info .action-button button {
  color: #fff;
  text-decoration: none;
  background: #9c9aa0;
  text-transform: none;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 13px;
  border: 0;
}
.articles .highlights-categories.cat ul li .category-info .action-button button:hover {
  background: #e79038;
}
@media only screen and (max-width: 1280px) {
  .articles .highlights-categories.cat ul li {
    width: calc(33% - 32px);
  }
}
@media only screen and (max-width: 500px) {
  .articles .highlights-categories.cat ul li {
    width: calc(50% - 32px);
  }
  .catalog-title {
    margin-bottom: 0;
  }
}
/* CONTACTS */
.contacts .contact-form {
  float: left;
  width: 60%;
  text-align: left;
}
.formbuilder-form .form-content > h2 {
  text-align: left;
  font-size: 25px;
  font-weight: normal;
  color: #333;
}
.formbuilder-form .form-content .before-form-content {
  margin-bottom: 20px;
}
.contacts .contact-info {
  float: right;
  width: 35%;
}
.contacts .contact-info h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #e79038;
  border-bottom: 1px solid #003964;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contacts .contact-info p {
  color: #333;
  margin-bottom: 30px;
}
.cms-contactos .banner_estatico {
  display: none;
}
.cms-contactos.cms-page-view .magestore-bannerslide-flex-slider {
  margin-bottom: 0 !important;
}
.cms-contactos.cms-page-view .page-main {
  padding-top: 0;
  max-width: 100%;
}
.cms-contactos.cms-page-view .page-main .page.messages,
.cms-contactos.cms-page-view .page-main .columns {
  max-width: 1280px;
  margin: 0 auto;
}
.cms-contactos.cms-page-view .column.main {
  position: relative;
  width: 100% !important;
  font-size: 0;
  text-align: right;
}
.cms-contactos.cms-page-view .page-main image img {
  width: 100%;
}
.cms-contactos.cms-page-view ul .info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}
.cms-contactos.cms-page-view ul .info h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.cms-contactos.cms-page-view ul .info p {
  margin-bottom: 0;
}
.cms-contactos.cms-page-view ul .info strong {
  color: #5d6266;
  font-weight: 600;
}
.cms-contactos.cms-page-view ul .info .address strong {
  color: #838689;
}
.cms-contactos.cms-page-view ul .info .address .email p {
  display: inline-block;
}
.cms-contactos.cms-page-view ul .info li {
  margin-bottom: 18px;
}
.cms-contactos.cms-page-view .more-info {
  font-size: 15px;
  color: #858585;
}
.cms-contactos.cms-page-view .more-info .more-info-button {
  background: #e79038;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 4px 5px 0;
  line-height: 14px;
  height: 32px;
  cursor: pointer;
}
.cms-contactos.cms-page-view .more-info .more-info-button:hover,
.cms-contactos.cms-page-view .more-info .more-info-button.active {
  background: #808285;
}
.cms-contactos.cms-page-view .more-info .more-info-button p {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
}
.cms-contactos.cms-page-view .more-info .more-info-button span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.cms-contactos.cms-page-view .more-info .store-form {
  transition: all 1s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  background: #f2f3f3;
  padding-right: 40px;
  padding-bottom: 14px;
}
.cms-contactos.cms-page-view .more-info .store-form.active {
  opacity: 1;
  height: auto;
  background: #fff;
  transition: opacity 1s ease-out;
}
.cms-contactos.cms-page-view .column.main p {
  font-size: 14px;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder-form .form-content > h2 {
  margin: 0;
  padding-left: 15px;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder em {
  color: #858585;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder .subtemplate-wrapper > label {
  font-size: 0;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder .response-field-radio .subtemplate-wrapper > label {
  font-size: 15px;
  margin: 15px 0 5px;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder .response-field-radio .subtemplate-wrapper li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder-form .form-list .field {
  margin-bottom: 0;
  min-height: auto;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder-form .form-content input[type="text"],
.cms-contactos.cms-page-view .more-info .store-form .formbuilder-form .form-content textarea {
  border-radius: 5px;
  border-color: #cfcfcf;
}
.cms-contactos.cms-page-view .more-info .store-form .formbuilder-form .form-content textarea::placeholder,
.cms-contactos.cms-page-view .more-info .store-form .formbuilder-form .form-content input[type="text"]::placeholder {
  color: #858585;
  opacity: 1;
}
.contact-form {
  max-width: 345px;
  background: #F2F2F2;
  padding-top: 70px;
  padding-bottom: 32px;
  display: inline-block;
  text-align: left;
}
.contact-form .contact-title {
  padding-left: 8px;
}
.contact-form .form-list {
  column-count: 1;
  column-gap: 0;
}
.contact-form .formbuilder-form .form-list .field {
  padding: 0;
  min-height: auto;
  float: none;
}
.contact-form .formbuilder-form .form-list .field textarea,
.contact-form .formbuilder-form .form-list .field input {
  height: 28px;
  padding-left: 8px;
  font-size: 10px;
  border-color: #fff;
  border-radius: 0;
}
.contact-form .input-text::placeholder {
  color: #000;
  opacity: 1;
}
.contact-form .formbuilder .subtemplate-wrapper > label {
  margin: 0;
  padding: 0;
}
.contact-form .response-field-html label {
  font-size: 9px;
  color: #000;
  padding-left: 8px !important;
}
.contact-form .response-field-checkboxes input {
  height: auto !important;
  margin-top: 0;
}
.contact-form .response-field-checkboxes label {
  font-size: 9px;
  color: #000;
  vertical-align: top;
}
.contact-form .response-field-checkboxes label.required {
  display: none;
}
.contact-form .response-field-checkboxes label a {
  color: #000;
}
.contact-form .formbuilder-form .buttons-set {
  text-align: right;
  padding: 0;
}
.contact-form .formbuilder-form .buttons-set .formbuilder-button.button {
  margin: 0 8px 0 0;
  padding: 2px 40px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}
.contact-form .formbuilder-form .form-list .row {
  margin: 0;
}
.contact-form .formbuilder-form .form-list .col-lg-12 {
  padding: 0 8px;
}
.contact-form .formbuilder-form .col-sm-12 {
  padding: 0;
}
.cms-contactos .contacts-details {
  position: absolute;
  width: 30%;
  right: 10%;
  top: 75px;
}
.formbuilder-form .form-content .before-form-content {
  margin-bottom: 20px;
  padding-left: 8px;
  font-size: 12px;
}
.formbuilder-form .form-content .before-form-content p {
  text-align: justify;
  font-size: 13px;
  color: #333;
}
.formbuilder-form .buttons-set .formbuilder-button.button {
  background: #e79038;
  font-size: 16px;
  font-weight: lighter;
  letter-spacing: 1px;
  padding: 9px 30px;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #E79038 !important;
}
.formbuilder-form .buttons-set .formbuilder-button.button:hover {
  background: #fff;
}
.formbuilder-form .buttons-set .formbuilder-button.button:hover span {
  color: #e79038;
}
.cms-contactos .contacts-details h2 {
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.cms-contactos .contacts-details h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #8e8e8e8e;
  content: "";
}
.cms-contactos .contacts-details p {
  color: #333;
  font-size: 12px;
  margin: 0;
}
.cms-contactos .contacts-details div {
  margin-bottom: 35px;
}
.contacts-location {
  font-size: 0;
  margin-top: 70px;
}
.contacts-location h2 {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  margin-bottom: 45px;
}
.contacts-location div {
  display: inline-block;
  width: calc(50% - 12.5px);
  margin-right: 25px;
  vertical-align: top;
}
.contacts-location div:last-child {
  margin-right: 0;
}
.contacts-location div h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 5px;
}
.contacts-location div p {
  font-size: 12px;
  text-align: justify;
  color: #333;
  padding-right: 40px;
  padding-left: 5px;
}
.contact-title {
  color: #000 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-bottom: 30px !important;
}
.contact-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 70px 0 0 104px;
  box-sizing: border-box;
}
.contact-info .info {
  margin-bottom: 20px;
}
.contact-info .info span {
  font-size: 28px;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  line-height: 20px;
  color: #e79038;
}
.contact-info .info p {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  font-size: 17px !important;
  padding-left: 10px;
  box-sizing: border-box;
  color: #000 !important;
}
.contact-info .contact-email {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  padding-left: 10px;
  box-sizing: border-box;
}
.contact-info .contact-email strong {
  text-transform: uppercase;
  min-width: 215px;
  display: inline-block;
  font-size: 15px;
}
@media only screen and (max-width: 1280px) {
  .cms-contactos.cms-page-view .store-porto {
    padding-left: 25px;
  }
  .cms-contactos.cms-page-view .store-lisbon {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1000px) {
  .cms-contactos.cms-page-view .page-main {
    padding-top: 0;
  }
  .contact-info {
    padding: 70px 10px 0 30px;
  }
}
@media only screen and (max-width: 800px) {
  .cms-contactos.cms-page-view .store-lisbon,
  .cms-contactos.cms-page-view .store-porto {
    padding: 0;
    width: 100%;
  }
  .contact-form .form-list {
    column-count: 1;
  }
}
@media only screen and (max-width: 767px) {
  .cms-contactos .formbuilder-form {
    width: 100%;
  }
  .cms-contactos .contacts-details {
    position: relative;
    width: 100%;
    right: 0;
    top: 15px;
  }
  .cms-contactos .response-field-text,
  .cms-contactos .response-field-email,
  .cms-contactos .response-field-number,
  .cms-contactos .response-field-paragraph {
    width: 100%;
  }
  .contacts-location div {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 50px;
  }
  .contacts-location div:last-child {
    margin-bottom: 0;
  }
  .cms-contactos .columns:last-child:not(:first-child) {
    float: none;
  }
  .cms-contactos .block.newsletter .actions {
    top: 245px;
  }
  .store-info {
    height: auto;
  }
  .cms-contactos.cms-page-view ul .info {
    display: block;
    vertical-align: top;
    width: 100%;
    font-size: 14px;
  }
  .contact-form {
    display: block;
    max-width: 100%;
  }
  .contact-info {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .cms-contactos.cms-page-view ul .info {
    width: 100%;
  }
}
/* BLOCKS */
.column.main .block .title strong {
  color: #e79038;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-giftregistry-shared-items .block-title,
.block-wishlist-search-results .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
/* ICONS */
.product-item .tocompare::before,
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
  all: unset;
}
/* CUSTOMER */
.login-container .block {
  text-align: center;
  max-width: 400px;
}
.login-container .block .block-title {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 48px;
}
.login-container .block .block-title strong {
  color: #000;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.login-container .block .action.remind {
  color: #000;
  margin: 6px 0 10px;
}
.login-container .block .action.remind span {
  color: #000;
  font-size: 11px;
  text-decoration: underline;
}
.account .block-title {
  margin-bottom: 12px;
}
.account .block-title strong {
  font-size: 16px !important;
  background: #fff;
  padding: 2px 0;
  min-width: 235px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold !important;
}
.account .box-actions span,
.account .box-actions a,
.account .block-title .action span {
  font-weight: bold;
  margin-right: 20px;
}
.account-nav .content {
  background: #fff;
}
.account-nav .item a:hover {
  background: #fff;
}
.account-nav .item.current a {
  padding: 0;
  border: 0;
}
.account-nav .item.current strong {
  border-left: 1px solid #000;
  color: #000;
  background: #fff;
  font-weight: normal;
}
.account .sidebar-main {
  padding-top: 0;
}
.account .page-main {
  padding: 100px 0 0;
}
.account-nav .item a {
  color: #9F9F9F;
  padding: 2px 6px;
  font-size: 15px;
  margin-bottom: 8px;
}
.account-nav .item strong {
  padding: 2px 6px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
}
.account-nav .item .delimiter {
  border-top: 3px solid #EDEDED;
  display: block;
  margin: 15px 4%;
}
.login-container {
  max-height: 400px;
  max-width: 1100px;
  margin: 0 auto;
}
.login-container .fieldset::after,
.login-container .actions-toolbar {
  margin: 20px 0 0 !important;
  text-align: right;
}
.login-container .fieldset::after {
  display: none;
}
.login-container .actions-toolbar .secondary,
.login-container .actions-toolbar .primary {
  float: none;
  display: block;
  text-align: right;
  margin: 0 auto;
}
.login-container .actions-toolbar .secondary {
  text-align: left;
  padding-left: 30%;
}
.login-container .actions-toolbar .primary .primary {
  float: right;
  margin: 0;
  padding: 5px 20px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0;
  min-width: 135px;
  text-align: center;
  line-height: 15px;
  background: #000;
  border-color: #000;
}
.login-container .actions-toolbar .primary .primary:hover {
  background: #fff;
}
.login-container .actions-toolbar .primary .primary span {
  color: #fff;
}
.login-container .actions-toolbar .primary .primary:hover span {
  color: #e79038;
}
.login-container .block-new-customer .block-content {
  color: #000;
  font-size: 15px;
}
.login-container .block-new-customer .block-content .actions-toolbar {
  margin-top: 87px !important;
}
.wishlist-index-index .product-item-inner {
  display: none;
}
.customer-account-login .magestore-bannerslide-flex-slider {
  margin: 0 !important;
}
.customer-account-login .page-main {
  padding: 90px 0 0;
  max-width: 100%;
}
.customer-account-login .page-main .page.messages,
.customer-account-login .page-main .columns {
  max-width: 1280px;
  margin: 0 auto;
}
.customer-account-login .page-main .column.main {
  padding: 0;
}
.customer-account-login input {
  border-radius: 5px;
}
.form-create-account .fieldset > .field.choice::before {
  display: none;
}
.customer-account-create .page-main {
  padding: 90px 0 0;
}
.customer-account-create .page-title-wrapper {
  display: none;
}
.customer-account-create .page-title {
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.form.create.account {
  width: 100%;
}
.form.create.account .fieldset.create.info {
  text-align: center;
  max-width: 665px;
  margin: 0 auto;
}
.form.create.account .fieldset.create.account {
  text-align: center;
  max-width: 665px;
  margin: 0 auto;
}
.form.create.account legend {
  color: #000;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0;
  width: 100%;
  margin-left: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 44px;
}
.form.create.account .actions-toolbar {
  margin: 0 auto;
  max-width: 665px;
}
.form.create.account .actions-toolbar .primary {
  float: right;
  text-transform: none;
  margin: 0;
}
.form.create.account .actions-toolbar .secondary {
  float: left;
}
.form.create.account .actions-toolbar .secondary a span {
  color: #000;
}
.form.create.account .actions-toolbar .secondary a span:hover {
  color: #e79038;
}
.form.create.account input {
  border-radius: 5px;
}
.form.create.account .field.taxvat label,
.form.create.account .field.newsletter label,
.form.create.account .field.required label,
.form.create.account .field.newsletter a,
.form.create.account .field.required a {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  text-align: left;
  width: 28%;
}
.form.create.account .field .control {
  width: 72%;
  text-align: left;
}
.form.create.account .field.newsletter a:hover,
.form.create.account .field.required a:hover {
  color: #e79038;
}
.form.create.account .actions-toolbar .primary .primary {
  float: right;
  margin: 0;
  padding: 4px 22px;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  min-width: 135px;
  text-align: center;
  line-height: 16px;
  background: #000;
  border-color: #000;
}
.form.create.account .actions-toolbar .primary .primary:hover {
  background: #e79038;
}
.form.create.account .actions-toolbar .primary .primary span {
  color: #fff;
}
.form.create.account .actions-toolbar .primary .primary:hover span {
  color: #fff;
}
.form.create.account .fieldset > .field {
  margin: 0 0 12px;
}
.form.create.account input {
  height: 34px;
  padding-left: 15px;
  font-size: 17px;
  border-color: #9F9F9F;
  border-radius: 7px;
}
.form.create.account input::placeholder {
  color: #87898c;
  opacity: 1;
}
.form.create.account .newsletter input {
  height: auto;
}
.form.create.account .privacy-label input {
  height: auto;
}
.form.create.account .fieldset > .field.newsletter {
  text-align: left;
  padding-left: 28%;
}
.form.create.account .fieldset > .field.newsletter .label {
  padding: 0;
}
.form.create.account .fieldset > .field.privacy {
  width: 100%;
  padding-left: 28%;
  box-sizing: border-box;
}
.form.create.account .fieldset > .field .privacy-label {
  width: 100%;
  font-size: 10px;
}
.form.create.account .fieldset > .field .privacy-label a {
  font-size: 10px;
}
.form.create.account .fieldset > .field.required > .label::after {
  margin: 0;
  color: #000;
}
.form.create.account .password-strength-meter {
  text-align: left;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
}
.login-container .block-customer-login .block-title {
  padding-left: 30%;
  text-align: left;
}
.login-container .fieldset > .field {
  margin: 0 0 24px;
}
.login-container .fieldset > .field.password {
  margin: 0;
}
.login-container .fieldset > .field:not(.choice) > .label {
  width: 30%;
}
.login-container .fieldset > .field:not(.choice) > .label span {
  font-weight: normal;
  font-size: 15px;
}
.login-container .fieldset > .field.required > .label::after {
  color: #000;
}
.login-container .fieldset > .field > .control {
  width: 70%;
}
.login-container .fieldset > .field > .control input {
  height: 35px;
  padding-left: 15px;
  font-size: 15px;
  border-color: ##9F9F9F;
  border-radius: 7px;
}
.login-container .fieldset > .field > .control input::placeholder {
  color: #87898c;
  opacity: 1;
}
.login-container .block-customer-login .actions-toolbar {
  margin: 0 !important;
}
.account .column.main .fieldset {
  color: #000;
}
.account .column.main .fieldset .legend {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.account .column.main .fieldset .label {
  font-weight: normal;
}
.account .column.main .fieldset .label::after {
  color: #000;
  margin: 0;
}
.account .column.main .fieldset input.input-text {
  height: 34px;
  padding-left: 15px;
  font-size: 17px;
  border-color: #9F9F9F;
  border-radius: 7px;
  font-size: 12px;
}
.account .column.main .fieldset .privacy-label a {
  color: #000;
}
.account .column.main .fieldset .privacy-label a:hover {
  color: #e79038;
}
@media only screen and (max-width: 1280px) {
  .customer-account-create .page-main {
    padding: 20px 10px 0;
  }
  .customer-account-login .page-main {
    padding: 45px 10px 0;
  }
}
@media only screen and (max-width: 1000px) {
  .customer-account-create .magestore-bannerslide-flex-slider {
    margin-bottom: 0 !important;
  }
  .customer-account-create .page-main {
    padding: 20px 10px 0;
  }
  .form.create.account .fieldset.create.info,
  .form.create.account .fieldset.create.account {
    width: 100%;
    padding: 0;
  }
  .form.create.account .fieldset > .field:not(.choice) > .control,
  .form.create.account legend {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .login-container {
    padding-top: 35px;
  }
  .products-grid.wishlist {
    margin-top: 0px !important;
  }
  .products-grid.wishlist .product-item-photo {
    float: none;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
  }
  .column.main .login-container .block-new-customer {
    margin-bottom: 30px !important;
  }
  .login-container .block {
    max-width: 100%;
  }
  .login-container .block {
    text-align: left;
  }
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .login-container .actions-toolbar .secondary {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .login-container .block .block-title {
    margin-bottom: 12px;
    padding: 0 !important;
    text-align: center !important;
  }
  .login-container .block-new-customer .block-content .actions-toolbar {
    margin-top: 20px !important;
  }
  .form.create.account .fieldset > .field {
    padding: 0 !important;
    text-align: left;
  }
  .form.create.account .field.newsletter label,
  .form.create.account .field.required label,
  .form.create.account .field.newsletter a,
  .form.create.account .field.required a {
    width: 100%;
  }
}
/* PRODUCTS */
.products-grid {
  margin-bottom: 0;
}
.product-item {
  position: relative;
  overflow: hidden;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.product-item .product-item-photo {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
}
.product-item:hover .product-item-photo {
  border-color: #e79038;
  opacity: 50%;
}
.product-item .product-item-photo .mask-bg {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item .product-item-details {
  color: #000;
  text-align: left;
  padding: 0 5px;
  box-sizing: border-box;
}
.product-item .product-item-details .ref {
  font-weight: normal;
  font-size: 13px;
  margin: 0 0 5px;
}
.product-item .product-item-details .product-page-promotion-percentage {
  display: none;
}
.product-item .product-item-details .product-discount-dates-small-text {
  font-size: 9px;
  display: block;
}
.product-item .product-item-details .price-label {
  color: #000;
  font-size: 15px;
  padding-right: 5px;
}
/*.product-item .product-item-details .minimal-price .price{ display: none;}
.product-item .product-item .price-box .price-label::after {display:none;}*/
.product-item .product-item-details .minimal-price .minimal-price-link .price-wrapper {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.product-item .product-item-name {
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  margin: 0;
  width: 100%;
  line-height: 18px;
  min-height: auto;
}
.product-item .product-item-name a {
  color: #000;
}
.product.name a {
  font-weight: normal;
  color: #000;
}
.product-item p.size {
  font-weight: bold;
  color: #000;
  font-size: 14px;
}
.product-item p.brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  z-index: 999;
}
.product-item .product-reviews-summary .rating-summary {
  left: 0;
}
.product-item .price-box {
  margin: 0;
  display: inline-block;
  min-height: 31px;
}
.product-item .price-box .special-price {
  margin: 0;
  color: #333;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.product-item .price-box .old-price {
  margin: 0;
  text-decoration: none;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.product-item .old-price .price {
  color: #6c7074 !important;
  font-size: 90%;
  position: relative;
  font-size: 11px !important;
}
.product-item .old-price .price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.product-item .product-reviews-summary {
  margin: 0;
}
.product-item .price-box .price {
  color: #e79038;
  font-size: 13px;
  font-weight: bold;
}
.product-item .price-box .label {
  display: none;
}
.product-item .tag {
  position: absolute;
  top: 0;
  right: unset;
  background: #df8d2f;
  padding: 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  z-index: 100;
  transition: .2s all;
  margin: 0;
  left: 6px;
  min-width: 90px;
  text-align: center;
}
.product-item .tag.shown {
  left: 6px;
  background: #df8d2f;
  font-size: 14px;
  right: unset;
  min-width: 90px;
  text-align: center;
}
.product-item .tag-221 {
  background: #ed1c24 !important;
}
.product-item .product-item-actions .actions-primary,
.product-item .product-item-actions .actions-secondary {
  display: inline-block;
  padding: 0;
  vertical-align: top;
}
.product-item .product-item-actions .actions-primary {
  float: right;
}
.product-item .towishlist,
.product-item .tocompare,
.product-item .tocart {
  all: unset;
  background: #EDEDED;
  color: #000;
  border: 1px solid #EDEDED;
  text-align: center;
  transition: .2s all;
  font-size: 13px !important;
  vertical-align: top;
  cursor: pointer;
  border-radius: 0;
  line-height: 16px;
  min-width: 125px;
  text-transform: uppercase;
  padding: 2px 10px !important;
  box-sizing: border-box;
}
.product-item:hover .tocart,
.product-item .towishlist:hover,
.product-item .tocompare:hover,
.product-item .tocart:hover {
  color: #fff;
  background: #e79038;
  border: 1px solid #e79038 !important;
}
.product-item .tocompare:hover {
  border: 0 !important;
}
.product-item .tocart span {
  display: block;
}
.product-item .towishlist,
.product-item .tocompare {
  background: none;
  color: #000;
  border: 0;
  text-align: left;
}
.product-item .towishlist {
  min-width: auto;
  padding: 0 !important;
  color: #d2d2d1;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px !important;
}
.product-item .towishlist:hover {
  border: 0 !important;
  color: #e79038;
  background: none;
}
.product-item .tocompare:hover {
  background: #fff;
  border: 0;
}
.product-item .tocompare .icon-chart-bar:before {
  transform: rotate(90deg);
}
.product-item .promo {
  font-size: 8px;
  text-transform: uppercase;
  min-height: 12px;
  margin-bottom: 4px;
}
.page-products .products-grid .product-item:nth-child(4n+1),
.page-layout-2columns-left .page-products .products-grid .product-item:nth-child(4n+1) {
  margin-left: 0;
}
.page-products.page-layout-1column .products-grid .product-item,
.page-layout-1column .products-grid .product-item {
  margin: 0 0 20px 112px !important;
  width: calc(25% - 84px);
  padding: 0;
  position: relative;
  background: #fff;
  text-align: center;
}
.page-layout-1column .products-grid .product-item:nth-child(4n+1) {
  margin-left: 0 !important;
}
.page-layout-1column .products-grid.products-upsell .product-item,
.page-layout-1column .products-grid.products-related .product-item {
  margin: 0 !important;
  padding: 0 55px;
  box-sizing: border-box;
}
.page-layout-1column .block.widget .products-grid {
  margin-bottom: 0;
  margin-top: 35px !important;
}
.page-layout-1column .last-block-products .products-grid {
  margin-bottom: 0 !important;
}
.page-layout-1column .block.widget .products-grid .product-items {
  font-size: 0;
  padding: 0 40px;
}
.page-layout-1column .block.widget .products-grid .product-item {
  margin: 0 0 98px 112px !important;
  width: calc(25% - 84px) !important;
  padding: 0;
  position: relative;
  background: #fff;
  text-align: center;
}
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
  margin-left: 0 !important;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-photo {
  border: 0;
}
.cms-home .block-products-list.grid .block-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: left;
  margin: 45px 0 0;
  padding: 0;
  border: 0;
}
.cms-home .block-products-list.grid .block-title strong {
  margin: 0;
  font-weight: normal;
}
.cms-home .block.widget .products-grid .product-items button {
  position: relative;
  padding: 0;
}
.page-layout-2columns-left .products-grid .product-item {
  margin: 0 0 45px 10px;
  width: calc(25% - 8px);
  position: relative;
  background: #fff;
  text-align: center;
}
.page-layout-2columns-left .products-grid .product-item:nth-child(4n) {
  margin-left: 10px !important;
}
.catalogsearch-result-index .products-grid .product-item {
  margin-bottom: 50px;
}
.product-item .minimal-price .price-label {
  display: inline-block;
}
.product-item .minimal-price .price-container {
  display: none;
  display: inline-block;
}
.product-item .minimal-price .minimal-price-link {
  margin: 0;
}
.product-item .minimal-price .minimal-price-link .price-container {
  display: block;
}
.product-item .minimal-price .price-label::after {
  display: none;
}
.product-item-info {
  width: 100% !important;
  padding: 0;
  box-sizing: border-box;
}
.products-grid .product-item .stock {
  font-size: 0;
  height: 5px;
}
.products-grid .product-item .stock.green {
  background: #08c404;
}
.products-grid .product-item .stock.yellow {
  background: #ffcb05;
}
.products-grid .product-item .stock.red {
  background: #ed1c24;
}
.cms-home .highlights {
  font-size: 0;
}
.cms-home .highlights .highlight {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}
.cms-home .highlights .highlight.left {
  padding-right: 20px;
}
.cms-home .highlights .highlight.right {
  padding-left: 20px;
}
.cms-home .highlights .highlight img {
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .products-grid .product-item:hover {
    transition: .4s all;
  }
}
@media only screen and (max-width: 1280px) {
  .page-layout-2columns-left .products-grid .product-item {
    margin: 0 0 45px 10px !important;
    width: calc(50% - 8px);
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-main {
    width: 300px;
  }
  .page-layout-2columns-left .column.main {
    width: calc(100% - 300px);
    padding-right: 0;
    padding-left: 15px;
  }
  .column.main .product-items {
    margin-left: 0;
    margin-top: 20px;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin: 0 0 0 26px;
    width: calc(50% - 26px);
    margin-bottom: 80px;
    padding-left: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:first-child {
    margin-left: 26px;
  }
  .page-layout-2columns-left .products-grid .product-item {
    margin: 0 0 26px 10px !important;
    width: calc(50% - 5px);
    padding-left: 0;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(4n) {
    margin-left: 10px !important;
  }
}
@media only screen and (max-width: 900px) {
  .cms-home .block-products-list.grid .block-title {
    padding: 0 15px 15px;
  }
  .page-layout-1column .block.widget .products-grid .product-items {
    padding: 0 15px;
  }
  .page-products.page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    margin: 0 0 50px 35px !important;
    width: calc(33% - 24px) !important;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(4n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 35px !important;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1),
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1),
  .page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-1column .products-grid .product-item {
    width: calc(50% - 8px);
    margin: 0 0 20px 15px;
    padding: 0;
    margin-bottom: 20px;
  }
  .page-layout-2columns-left .products-grid .product-item:last-child {
    margin-bottom: 0 !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item:last-child,
  .page-layout-1column .products-grid .product-item:last-child {
    margin-bottom: 35px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:last-child {
    margin-bottom: 35px;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+4),
  .page-layout-1column .products-grid .product-item:nth-child(4n + 4) {
    margin: 0;
    margin-bottom: 20px;
  }
  .page-layout-2columns-left .products-grid .product-item {
    margin: 0 0 26px 15px !important;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(4n) {
    margin-left: 15px !important;
  }
  .page-layout-1column .products-grid .product-item:first-child {
    margin: 0 0 20px 0;
  }
  .page-layout-1column .products-grid .product-item:nth-child(2n+1) {
    margin: 0 0 50px 26px !important;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+4),
  .page-layout-1column .products-grid .product-item:nth-child(4n + 4) {
    margin: 0 0 20px 15px;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0px !important;
  }
  .page-layout-1column .block.widget .products-grid {
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
  .page-layout-1column .products-grid.products-upsell .product-item,
  .page-layout-1column .products-grid.products-related .product-item {
    margin: 0 !important;
  }
  .column.main .product-item {
    padding: 0;
  }
  .column.main .product-items {
    margin: 0;
  }
  .products-grid {
    margin-top: 25px !important;
  }
  .product-item-actions .action.tocompare {
    display: inline-block !important;
  }
  .product-item-actions {
    display: block;
  }
  .product-item .product-item-name {
    width: 100%;
  }
  .page-layout-2columns-left .column.main {
    padding: 0;
  }
  .product-item .tocart {
    min-width: 70px;
    font-size: 14px;
  }
  .cms-home .block.widget .products-grid .product-items button {
    right: 32px;
  }
  .cms-home .block.widget .products-grid .product-items button.icon-right-open-1 {
    right: 10px;
  }
  .cms-home .highlights .highlight.left {
    padding-right: 10px;
  }
  .cms-home .highlights .highlight.right {
    padding-left: 10px;
  }
  .product-item-actions .actions-secondary > .action.tocompare {
    font-size: 12px;
  }
  .mana-filter-category-tree li.mana-expanded > .mana-tree-item,
  .mana-filter-category-tree li.mana-expanded > .mana-tree-item:hover,
  .mana-filter-category-tree li.mana-collapsed > .mana-tree-item:hover,
  .mana-filter-category-tree li.mana-collapsed > .mana-tree-item {
    background: none;
  }
  .mana-mobile .m-filter-title {
    background-color: #d2d2d1;
  }
}
@media only screen and (max-width: 600px) {
  .page-layout-1column .products-grid .product-item:nth-child(2n+1) {
    margin: 0 0 50px 26px !important;
  }
  .page-products.page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item {
    margin: 0 0 50px 26px !important;
    width: calc(50% - 13px) !important;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: 26px !important;
  }
  .page-products.page-layout-1column .products-grid .product-item:nth-child(2n+1),
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
  .page-layout-1column .products-grid.products-upsell .product-item,
  .page-layout-1column .products-grid.products-related .product-item {
    margin: 0 !important;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 450px) {
  .product.name a {
    min-height: 35px;
    display: block;
  }
  .product-item .promo {
    font-size: 7px;
  }
  .catalog-category-view .page-main {
    padding: 10px 0 0;
  }
  .catalog-category-view .page-title-wrapper .page-title {
    text-align: left;
    margin: 0 0 10px;
  }
  .cms-home .highlights .highlight {
    width: 100%;
  }
  .cms-home .highlights .highlight.left {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .cms-home .highlights .highlight.right {
    padding-left: 0;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(4n),
  .page-layout-2columns-left .products-grid .product-item {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.product-item .old-price {
  display: block;
  margin-right: 0;
}
.product-item .special-price {
  display: block;
}
@media only screen and (min-width: 767px) {
  .block.filter .filter-title,
  .block.filter .filter-subtitle {
    display: none;
  }
  .block.filter .filter-options {
    border: 1px solid #ddd;
  }
  .block.filter .filter-options .filter-options-title {
    padding: 15px 15px 0 15px;
  }
  .block.filter .filter-options .filter-options-content {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .block.filter .filter-options .filter-options-content:last-child {
    border: 0;
  }
  .block.filter .filter-actions,
  .block.filter .filter-current {
    padding: 15px;
    border: 1px solid #ddd;
  }
  .block.filter .filter-actions {
    border-top: 0;
  }
}
.swatch-option {
  height: 30px !important;
  width: 30px !important;
  border-radius: 5px;
  border: 2px solid #fff !important;
  float: none;
  display: inline-block;
}
.swatch-option:hover,
.swatch-option.selected {
  outline: none !important;
  border: 2px solid #f7981d !important;
}
#mana-please-wait p {
  color: #333;
  border-color: #e79038;
}
/* PRODUCT VIEW */
.catalog-product-view .page-main {
  padding: 40px 0 0;
  max-width: 100%;
}
.catalog-product-view .page-main .page.messages,
.catalog-product-view .page-main .product-content,
.catalog-product-view .page-main .product.info.detailed .product.data.items,
.catalog-product-view .page-main .block.related {
  max-width: 1110px;
  margin: 0 auto;
}
.catalog-product-view .product-view {
  padding-bottom: 22px !important;
}
.catalog-product-view .page-main .block.upsell,
.catalog-product-view .page-main .block.related {
  max-width: 1280px;
  margin: 58px auto 0;
  padding: 0 30px;
  box-sizing: border-box;
}
.page-layout-1column .product.media {
  width: 40%;
  position: relative;
  padding-right: 0;
  box-sizing: border-box;
}
.page-layout-1column .product-info-main {
  width: 60%;
  position: relative;
  color: #5d6266;
  padding-right: 0;
  box-sizing: border-box;
  font-size: 13px;
  padding-bottom: 15px;
  padding-left: 18px;
}
.page-layout-1column .product.media .product-brand {
  margin-bottom: 3px;
}
.page-layout-1column .product.media .product-brand img {
  max-height: 28px;
}
.page-layout-1column .product-info-main .product-info-content {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  color: #000;
  font-size: 15px;
  min-height: 200px;
}
.page-layout-1column .product-info-main .product-info-left {
  width: 50px;
  display: inline-block;
  vertical-align: top;
  padding-top: 0;
  text-align: right;
}
.page-layout-1column .product-info-main .product-info-content .product-page-promotion-percentage {
  display: none;
}
.catalog-product-view .page-main .banner-blog {
  margin-top: 0;
}
/*.fotorama__nav-wrap--vertical.fotorama__nav-wrap {left:unset; right:0;}*/
.page-layout-1column .product.media .datasheet {
  background: #f09121;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 4px 10px 5px 5px;
  margin-top: 20px;
}
.page-layout-1column .product.media .datasheet:hover {
  background: #e79038;
}
.page-layout-1column .product.media .datasheet a {
  color: #fff;
}
.page-layout-1column .product.media .datasheet img {
  vertical-align: middle;
}
.product-info-main .action.tocompare {
  font-size: 15px;
  color: #4f4e50;
  background: none !important;
  border: 0 !important;
}
.product-info-main .action.tocompare:hover {
  background: none !important;
  border: 0 !important;
}
/*.fotorama__thumb-border {display:none; border-color: @primary_button_background; border:0; margin-top: 0 !important; padding-bottom: 2px; box-sizing: content-box; }
.fotorama__stage__frame:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content:""; }*/
.page-layout-1column .product-info-main .product-ean,
.page-layout-1column .product-info-main .product-packing,
.page-layout-1column .product-info-main .product-group {
  margin-bottom: 8px;
}
/*.product.media .fotorama__img { border:1px solid #e5e5e9 !important; border-radius:5px; position:relative; top:0; transform: unset; left:0; max-width: calc(~"100% - 2px"); max-height: calc(~"100% - 2px");}  
 
.product.media .fotorama__stage,
.product.media .fotorama__nav-wrap--horizontal {background:#fff; left:0 !important;} 
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left, 
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {height: 70px;}
.fotorama__thumb-border {top: 2px;} 
.fotorama__thumb-border { background-image: linear-gradient(to bottom right, rgba(231, 232, 233, 0.5), rgba(231, 232, 233, 0.5));}

.fotorama__wrap--slide .fotorama__stage__frame {left:0 !important;}
.fotorama__nav--thumbs .fotorama__nav__frame {margin:0 0 12px 0; opacity:30%;}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active { opacity:1;}

.fotorama__stage__frame {text-align:left; position:relative;}*/
.product.media .brand {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.product.media .zoom-img {
  position: absolute;
  bottom: 4px;
  right: 3px;
  font-size: 25px;
}
.features {
  display: inline-block;
  width: 100%;
}
.features h3 {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.features span {
  cursor: pointer;
  display: inline-block !important;
}
.features span::before {
  cursor: pointer;
  color: #ed7f14;
  font-size: 22px;
}
.features .description {
  display: none;
}
.features .description.show {
  display: block !important;
  padding: 15px 10px;
}
@media only screen and (max-width: 1050px) {
  .catalog-product-view .page-main .block.upsell,
  .catalog-product-view .page-main .block.related {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .page-layout-1column .product.media {
    padding-right: 0;
  }
}
@media only screen and (max-width: 920px) {
  .page-layout-1column .product-info-main {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-view {
    padding: 5px;
  }
  .page-layout-1column .product.media {
    width: 100%;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
  }
  .features {
    margin-top: 50px;
  }
  /*.fotorama__active .fotorama__dot { background-color: @primary_color !important; border-color: @primary_color !important;}*/
  .product.info.detailed {
    padding-top: 0 !important;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .page-layout-1column .product.media {
    padding-right: 0;
  }
  .catalog-product-view .page-main .page.messages,
  .catalog-product-view .page-main .product-content,
  .catalog-product-view .page-main .product.info.detailed .product.data.items,
  .catalog-product-view .page-main .block.related {
    width: 100%;
  }
}
.product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 16px;
  color: #4f4e50;
  margin: 0;
  text-align: left;
  line-height: 30px;
  width: calc(100% - 150px);
}
.product-view .product-info-main .page-title-wrapper .page-title span {
  margin: 0;
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-main .page-title-wrapper .page-title {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .page-layout-1column .product-info-main .product-info-content {
    width: 100%;
  }
  .page-layout-1column .product-info-main .product-info-left {
    width: 100%;
    text-align: left;
  }
  .product-view .product-share {
    text-align: left !important;
  }
  .catalog-product-view .page-main .block.related {
    margin: 20px auto;
  }
}
.product-view .product-info-main .sku {
  font-size: 18px;
  margin-bottom: 35px;
  font-weight: normal;
  width: calc(100% - 150px);
}
.product-view .product-info-main .short-description {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 40px;
}
.product-view .product-info-main .short-description p {
  margin-bottom: 0;
}
.product-view .product-info-main .short-description ul {
  padding: 0;
  list-style: inside;
}
.product-info-main .stock-status {
  margin-top: 25px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: normal;
  text-transform: none;
  color: #5d6266;
}
.product-info-main .stock-status p {
  margin: 0;
}
.product-info-main .stock-status .stock .stock-bar {
  display: block;
  background: #08c404;
  width: 244px;
  height: 9px;
  margin-bottom: 8px;
}
.product-info-main .stock-status .stock.yellow .stock-bar {
  background: #ffcb05;
}
.product-info-main .stock-status .stock.red .stock-bar {
  background: #ed1c24;
}
.product-info-main .delivery-time {
  margin-bottom: 24px;
}
.page-layout-1column .product-info-main .rewardssocial-buttons {
  display: none;
}
.product-view .product-info-main .price-box .price-wrapper .price,
.product-view .product-options-bottom .price-box .price-wrapper .price {
  color: #e79038;
  font-size: 15px;
  font-weight: normal;
}
.product-view .product-info-main .product.attribute.overview {
  font-size: 12px;
  line-height: 22px;
}
.product-view .product-info-main .price-box .product-discount-dates-small-text {
  display: block;
}
.product-view .box-tocart label {
  display: none !important;
}
.product-view .product-info-main .box-tocart form {
  display: inline-block;
}
.product-view .product-info-main .box-tocart .actions,
.product-view .product-options-bottom .box-tocart .actions {
  padding-top: 0;
  display: inline-block;
  width: auto;
  padding-right: 0px;
  vertical-align: top;
  height: 26px;
}
.product-view .product-info-main .box-tocart .actions button,
.product-view .product-options-bottom .box-tocart .actions button {
  width: 100%;
  padding: 0 20px !important;
  font-size: 13px;
  border-radius: 5px;
  height: auto;
  min-width: 128px;
}
.product-view .product-info-main .box-tocart .actions button img,
.product-view .product-options-bottom .box-tocart .actions button img {
  vertical-align: middle;
}
.product-view .product-info-main .box-tocart .actions button .icon-basket,
.product-view .product-options-bottom .box-tocart .actions button .icon-basket {
  vertical-align: middle;
  margin-right: 5px;
}
.product-view .product-info-main .box-tocart .actions button span,
.product-view .product-options-bottom .box-tocart .actions button span {
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px;
}
.product-view .product-info-main .box-tocart .actions button:hover,
.product-view .product-options-bottom .box-tocart .actions button:hover {
  color: #fff;
  background: #e79038;
  border: 1px solid #e79038 !important;
}
.product-view .product-info-main .box-tocart .actions button:hover span,
.product-view .product-options-bottom .box-tocart .actions button:hover span {
  color: #fff;
}
.product-view .product-info-main .box-tocart .field.qty,
.product-view .product-options-bottom .box-tocart .field.qty {
  vertical-align: middle !important;
  display: inline-block;
  width: 54px;
  margin: 0 2px 0 0;
  vertical-align: bottom;
  background: #fff;
  border-radius: 0;
  font-size: 0;
  padding: 0;
  border: 1px solid #f2f2f2;
  height: 26px !important;
}
.product-view .box-tocart .label.qty {
  vertical-align: middle;
  color: #000;
  text-transform: none;
  margin-right: 6px;
  letter-spacing: 0;
  font-size: 13px;
}
.product-view .product-info-main .box-tocart .field.qty input,
.product-view .product-options-bottom .box-tocart .field.qty input {
  width: 30px;
  border-radius: 0;
  height: 24px;
  border-color: #000;
  border: 0;
  float: left;
  vertical-align: middle;
}
.product-view .product-info-main .box-tocart .field.qty button.product {
  width: 20px;
  height: 12px;
  display: block;
  padding: 0;
  line-height: 10px;
  background: #fff;
  color: #000;
  border: 0 !important;
}
.product-view .product-info-main .box-tocart .field.qty button.product span {
  color: #000;
}
.product-view .product-info-main .box-tocart .field.qty button:active {
  box-shadow: 0 0 0;
  border: 0;
}
.product-view .product-info-main .box-tocart,
.product-view .product-options-bottom .box-tocart {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 0;
  width: 100%;
  text-align: right;
  margin-top: 8px;
  font-size: 0;
}
.product-info-main .price-box {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
.product-info-main .special-price .price-label {
  font-size: 17px;
  color: #000;
  font-weight: bold;
}
.product-info-main .special-price .price-label::after {
  display: none;
}
.product-view .product-info-main .price-box .price-wrapper .price {
  font-size: 18px;
  font-weight: bold;
}
.product-info-main .old-price {
  text-decoration: none;
}
.product-info-main .old-price .price {
  font-size: 16px !important;
  position: relative;
  margin-left: 10px;
}
.product-info-main .old-price .price:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.product-info-main .special-price,
.product-options-bottom .special-price {
  display: inline-block;
}
.product-info-main .promo p {
  font-size: 10px;
}
.product-info-main .minimal-price {
  margin-top: 0px;
  margin-bottom: 26px;
}
.product-info-main .minimal-price .price-label {
  font-weight: normal;
  font-size: 19px;
}
.product-info-main .minimal-price .price {
  color: #e79038;
  font-size: 28px;
  font-weight: bold;
}
.product-info-main .minimal-price .price-unity {
  font-weight: normal;
  font-size: 19px;
}
.product-view .product-info-main .product-options-wrapper .swatch-opt {
  margin: 0 0 40px;
}
.product-view .product-info-main .product-options-wrapper .swatch-attribute.color {
  margin-bottom: 25px;
}
.product-view .product-info-main .product-options-wrapper .swatch-attribute-label {
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.product-view .product-info-main .product-options-wrapper {
  margin: 20px 0;
}
.product-view .product-info-main .price-tier_price {
  margin: 0;
  display: none;
}
.product-view .product-info-main .price-tier_price .discount {
  text-transform: uppercase;
  color: #e79038;
  font-weight: bold;
  margin-bottom: 22px;
}
.product-view .product-info-main .price-tier_price .items {
  margin: 10px 0 40px;
}
.product-view .product-info-main .price-tier_price .items .fields {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}
.product-view .product-info-main .price-tier_price .items .fields th {
  text-align: center;
}
.product-view .product-info-main .price-tier_price .items .item {
  background: #eeeeee;
  border-bottom: 1px solid #c8c8c8;
}
.product-view .product-info-main .price-tier_price .items .item.odd {
  background: #fff;
}
.product-view .product-info-main .price-tier_price .items .item td {
  text-align: center;
}
.product.info.detailed {
  margin-bottom: 30px;
  background: #fff;
  padding-top: 60px;
}
.page-product-downloadable .product-add-form {
  max-width: 1280px;
  margin: 0 auto 50px;
}
.bundle-options-container {
  max-width: 1280px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-main .box-tocart .qty,
  .product-view .product-options-bottom .box-tocart .qty {
    text-align: center;
  }
  .product.info.detailed {
    padding-top: 60px;
    margin-bottom: 30px;
  }
}
.product-view .rating-summary .rating-result > span::before {
  color: #ffc741;
}
@media only screen and (max-width: 767px) {
  .product-reviews-summary {
    display: block;
  }
  .product-view .rating-summary {
    display: block;
  }
  .product-reviews-summary .reviews-actions {
    display: block;
  }
}
.page-layout-1column .product-info-main .product-info-left ul {
  padding: 0;
  list-style: none;
}
.page-layout-1column .product-info-main .product-info-left ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.page-layout-1column .product-info-main .product-info-left ul li img {
  max-height: 36px;
}
.product-view .product-social-links {
  position: absolute;
  width: 145px;
  top: 0;
  right: 0;
  margin: 0;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
}
.product-view .product-social-links em {
  display: inline-block;
  background: #fff;
  font-size: 18px;
  color: #000;
  padding: 0;
  border: 0;
  float: right;
}
.product-view .product-social-links:hover em {
  background: #fff;
  color: #e79038;
}
.product-view .product-social-links span {
  display: inline-block;
  color: #000;
  text-transform: none;
  font-size: 10px;
  line-height: normal;
  font-weight: normal;
  vertical-align: top;
  line-height: 18px;
}
.product-view .product-mailto-friend {
  display: table-cell;
  width: 50%;
}
.product-view .action.mailto.friend span {
  line-height: normal;
}
.product-view .action.mailto.friend::before {
  all: unset;
}
.product-view .action.mailto.friend {
  margin: 0;
  line-height: 17px;
}
.product-view .product-info-main .product-addto-links,
.product-view .product-options-bottom .product-addto-links {
  margin: 0;
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.product-view .product-social-links .action.towishlist {
  padding: 0;
  background: none;
  border: 0;
  width: 100%;
}
.associated-products-title {
  margin-left: 50px;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.associated-products {
  border: 1px solid #ededed;
  border-top: 5px solid #ededed;
  padding: 10px 5px;
  margin-bottom: 20px;
  margin-left: 50px;
}
.associated-products .associated-products-content {
  display: inline-block;
  width: 54%;
  vertical-align: top;
}
.associated-products .associated-products-info {
  display: inline-block;
  width: 45%;
  vertical-align: bottom;
}
.associated-products .associated-content {
  display: inline-block;
  width: calc(100% - 65px);
  vertical-align: top;
}
.associated-products .product-item-name {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #000 !important;
}
.associated-products .product-item-sku {
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
  color: #000 !important;
}
.associated-products .stock {
  font-size: 11px;
  color: #000 !important;
  font-weight: bold !important;
  margin-top: 27px;
}
.associated-products .stock .label {
  font-weight: normal !important;
  color: #000 !important;
}
.page-product-grouped .box-tocart {
  display: none !important;
}
.associated-products .box-tocart {
  display: block !important;
}
.product-view .product-add-form {
  padding-left: 50px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1110px) {
  .product-view .product-options-bottom {
    width: 90%;
  }
  .product-view .product-info-main .box-tocart,
  .product-view .product-options-bottom .box-tocart {
    width: 100%;
  }
  .associated-products {
    margin-left: 0;
  }
  .associated-products-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product-social-links .mailto.friend span,
  .product-view .product-social-links .action.towishlist span {
    text-align: center;
  }
  .product-view .product-social-links .mailto.friend em,
  .product-view .product-social-links .action.towishlist em {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .page-layout-1column .product-info-main {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .product-view .product-social-links em {
    padding: 15px 15px;
  }
  .product-view .product-add-form {
    width: 82%;
  }
}
@media only screen and (max-width: 525px) {
  .product-view .product-options-bottom {
    width: 100%;
  }
  .product-view .product-social-links {
    right: 0;
    position: relative;
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
  .product-view .product-social-links .action.towishlist em {
    padding: 0 0 0 5px;
  }
}
.product-view .product-share {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .product-share {
    text-align: center;
  }
}
.product-view .product-share .addthis-smartlayers {
  display: none !important;
}
.product-view .product-share .custom-icons strong {
  font-weight: normal;
  color: #4f4e50 !important;
  text-transform: none;
  font-size: 15px;
}
.product-view .product-share .custom-icons a span {
  color: #000 !important;
  font-size: 15px;
}
.product-view .product-share .custom-icons a:hover {
  color: #333333 !important;
}
.product-view .product-share .custom-icons a span:hover {
  color: #e79038 !important;
}
.page-layout-1column .product-info-main .product-info-left .custom-icons {
  text-align: left;
}
.page-layout-1column .product-info-main .product-info-left .custom-icons span {
  color: #000;
  font-size: 15px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.page-layout-1column .product-info-main .product-info-left .custom-icons span:hover {
  color: #e79038;
  border-color: #e79038;
}
.page-layout-1column .product-info-main .product-info-left .custom-icons a {
  display: none;
  transition: .2s all;
}
.page-layout-1column .product-info-main .product-info-left .custom-icons.active a {
  display: inline-block;
}
.product-view .product.data.items {
  text-align: left;
  font-size: 0;
}
.product-view .product.data.items .value {
  text-align: left;
}
.product-view .product.data.items .col {
  text-align: left;
  width: 50%;
  padding: 2px 10px;
}
.product-view .product.data.items > .item.title > .switch {
  border: 0;
}
.product-view .product.data.items > .item.content {
  border: 0;
  border-top: 1px solid #ededed;
  color: #000;
  font-size: 12px;
  padding: 10px;
  min-height: auto;
  margin-top: 30px;
}
.product-view .product.data.items > .item.content .product-name {
  display: none;
}
.product-view .product.data.items > .item.content .documents a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-align: center;
}
.product-view .product.data.items > .item.content .documents a img {
  max-height: 180px;
  display: block;
  margin-bottom: 18px;
  padding: 20px 40px;
}
.product-view .product.data.items > .item.content .documents a:hover {
  opacity: 50%;
}
.product-view .product.data.items > .item.title {
  margin-right: 0;
  float: none;
  display: inline-block;
}
.product-view .product.data.items > .item.title > .switch,
.product-view .product.data.items > .item.title > .switch:focus,
.product-view .product.data.items > .item.title.active > .switch:hover,
.product-view .product.data.items > .item.title.active > .switch {
  background: #fff !important;
  color: #a3a3a3 !important;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0 16px;
  position: relative;
  height: auto;
  line-height: 16px;
  min-width: 160px;
  text-align: center;
  box-sizing: border-box;
}
.product-view .product.data.items > .item.title > .switch {
  border-left: 1px solid #a3a3a3;
}
.product-view .product.data.items #tab-label-additional .switch {
  border-left: 0;
}
.product-view .product.data.items > .item.title > .switch:focus,
.product-view .product.data.items > .item.title.active > .switch:hover,
.product-view .product.data.items > .item.title.active > .switch {
  color: #000 !important;
}
.product-view .product.data.items > .item.content .additional-attributes {
  width: 100%;
}
.product-view .product.data.items > .item.content .additional-attributes tbody tr:nth-child(odd) {
  background: #fff;
}
.product-view .product.data.items > .item.content .additional-attributes tbody tr .label {
  color: #000;
  font-size: 12px;
  font-weight: normal;
}
.product.info.detailed .additional-attributes > tbody > tr > th {
  padding-left: 10px;
}
.product-view .product.data.items > .item.title > .switch:hover,
.product-view .product.data.items > .item.title > .switch {
  background: #fff !important;
}
.product-view .product.data.items .value .product-name {
  font-size: 20px;
  color: #000;
  text-align: left;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-view .product.data.items .value p,
.product-view .product.data.items .value ul {
  margin-bottom: 16px;
}
.product-view .product.data.items .value ul li {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .product-view .product.data.items > .item.title > .switch,
  .product-view .product.data.items > .item.title > .switch:focus,
  .product-view .product.data.items > .item.title.active > .switch:hover,
  .product-view .product.data.items > .item.title.active > .switch {
    min-width: auto;
    padding: 2px 10px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 780px) {
  .product-view .product.data.items > .item.title {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-view .product.data.items > .item.content {
    border: 0;
    min-height: auto;
  }
  .product-view .product.data.items > .item.title {
    margin: 0;
  }
  .product-view .product-add-form {
    width: 100%;
  }
  .product-view .product.data.items > .item.title > .switch {
    border-left: 0;
    text-align: left !important;
    color: #000 !important;
    font-size: 18px !important;
  }
  .product-view .product.data.items > .item.content {
    display: block !important;
  }
  .catalog-product-view .page-main .block.upsell,
  .catalog-product-view .page-main .block.related {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .page-layout-1column .product-info-main .product-info-left .custom-icons span {
    display: inline-block;
    vertical-align: middle;
  }
  .product-view .product-add-form {
    padding: 0;
  }
  .associated-products .associated-products-content {
    width: 100%;
  }
  .associated-products .associated-products-info {
    width: 100%;
    margin-top: 20px;
  }
}
.product-view .review-toolbar {
  margin-bottom: 0;
}
.product-view.column.main .product-items {
  margin-left: 0;
}
.product-view .review-form {
  max-width: 750px;
}
.product-view .review-form .legend {
  float: none;
  text-align: left;
  width: 100%;
}
.product-view .block-title {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
}
.product-view .block-title strong {
  background: #fff !important;
  color: #e79038 !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 0;
  position: relative;
  height: auto;
  border-bottom: 1px solid #e79038;
  margin: 0;
}
.catalog-product-view .page-main .block.related .products {
  margin-top: 12px;
  margin-bottom: 0;
}
.catalog-product-view .page-main .block.related .title {
  text-align: left;
}
.catalog-product-view .page-main .block.upsell .title strong,
.catalog-product-view .page-main .block.related .title strong {
  font-size: 18px;
  color: #000 !important;
  text-align: left;
  font-weight: normal;
  margin: 0 0 50px;
  background: none !important;
  border: 0;
  display: block;
  letter-spacing: 0;
  text-decoration: none;
}
.catalog-product-view .page-main .block.upsell button.slick-arrow,
.catalog-product-view .page-main .block.related button.slick-arrow {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: 999;
  padding: 0;
  border: 0;
  color: #a3a3a3;
  font-size: 20px;
  background: #fff !important;
  box-shadow: 0 0 0 !important;
}
.catalog-product-view .page-main .block.upsell button.slick-arrow:hover,
.catalog-product-view .page-main .block.related button.slick-arrow:hover {
  background: #fff;
  color: #e79038;
}
.catalog-product-view .page-main .block.upsell button.prev-arrow-btn,
.catalog-product-view .page-main .block.related button.prev-arrow-btn {
  left: -30px;
}
.catalog-product-view .page-main .block.upsell button.next-arrow-btn,
.catalog-product-view .page-main .block.related button.next-arrow-btn {
  right: -30px;
}
.product-view .review-add .block-title {
  display: block;
  text-align: left !important;
}
.product-view .review-add button.collapsible {
  display: none;
}
.product-view .review-add .block-content {
  padding-top: 30px;
}
.product-view .review-list .block-title {
  text-align: left;
}
.product-view .review-list .block-title strong {
  font-size: 24px !important;
}
.product-view .review-list .review-totals {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
}
.product-view .review-list .block-content {
  width: calc(100% - 285px);
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  box-sizing: border-box;
  padding-top: 30px;
}
.product-view .review-list .review-totals .rating-summary {
  margin-bottom: 22px;
}
.product-view .review-list .review-totals .rating-value p {
  font-size: 28px;
  color: #000;
}
.product-view .review-list .review-totals .rating-count p {
  font-style: italic;
  color: #333;
}
.product-view .review-list .review-totals .rating-votes ul {
  padding: 0;
  list-style: none;
}
.product-view .review-list .review-totals .rating-votes .label {
  min-width: 60px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #000;
}
.product-view .review-list .review-totals .rating-votes .result {
  display: inline-block;
  vertical-align: middle;
  width: 122px;
  height: 15px;
  border: 1px solid #939598;
}
.product-view .review-list .review-totals .rating-votes .result span {
  display: inline-block;
  height: 15px;
  background-color: #f6cb01;
  vertical-align: top;
}
.product-view .review-list .review-totals .rating-votes .count {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  padding-left: 5px;
}
.product-view .review-list .block-content li:first-child {
  padding-top: 0;
}
.product-view .review-list .block-content .review-author strong {
  font-weight: normal;
  font-size: 16px;
  color: #000;
}
.product-view .review-list .block-content .review-date {
  font-style: italic;
  margin: 0;
}
.product-view .review-list .block-content .review-ratings {
  float: none;
}
.product-view .review-list .block-content .review-ratings .label {
  font-size: 0;
}
.product-view .review-list .block-content .title {
  margin: 15px 0 5px;
  font-size: 16px;
  color: #000;
}
.product-view .review-list .block-content .review-item {
  border-bottom: 2px solid #a7a9ac;
}
.product-view .review-list .block-content .review-item:last-child {
  border-bottom: 0;
}
.product-view .product-description-wrapper {
  max-width: 1100px;
  margin: 50px auto 30px;
}
.product-view .product-description-wrapper .product-name {
  display: none;
}
.product-view .product-description-wrapper .left {
  display: inline-block;
  width: 39%;
  vertical-align: middle;
  padding-right: 80px;
  box-sizing: border-box;
}
.product-view .product-description-wrapper .right {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .product-view .block-title {
    text-align: center;
  }
  .product-view .product-description-wrapper .left {
    width: 100%;
    padding-right: 0;
  }
  .product-view .product-description-wrapper .right {
    width: 100%;
  }
}
.modals-overlay {
  z-index: 999 !important;
}
.modal-popup {
  z-index: 9999 !important;
}
.add-to-cart-popup {
  width: 680px;
  margin: 0 auto;
  max-width: 100%;
}
.add-to-cart-popup .modal-content {
  padding: 0 30px 42px 78px;
  position: relative;
}
.add-to-cart-popup .modal-content:before {
  position: absolute;
  content: "";
  height: 42px;
  width: 28px;
  left: 40px;
  top: 0;
  background-image: url('../images/success.jpg');
  background-repeat: no-repeat;
}
.add-to-cart-popup .modal-content .add-to-cart-dialog {
  font-weight: normal;
  font-size: 18px;
  color: #6c6e70;
  text-transform: uppercase;
}
.add-to-cart-popup .modal-content span {
  display: block;
  text-transform: uppercase;
  color: #e79038;
  font-size: 13px;
}
.add-to-cart-popup .modal-footer {
  display: none !important;
}
/* CART */
.cart.table-wrapper .product-item-photo {
  width: 80px;
}
.cart.table-wrapper .product-item-details {
  width: auto;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
}
.cart.table-wrapper .item .col.item,
.cart.table-wrapper .col {
  vertical-align: middle;
  padding: 10px 10px 0;
  text-align: center !important;
}
.cart.table-wrapper .col.item {
  text-align: left !important;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
.cart.table-wrapper .item-actions td {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: center;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    float: left;
  }
  .cart.table-wrapper .product-item-details {
    padding-top: 20px;
  }
  .cart.table-wrapper .product-item-sku,
  .cart.table-wrapper .product-item-name {
    width: calc(100% - 70px);
    margin-left: 10px;
    float: right;
  }
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price,
  .cart.table-wrapper .col.subtotal {
    font-size: 14px;
  }
  .cart.table-wrapper .col.qty .input-text {
    width: 30px;
    height: 30px;
  }
  .price-including-tax .price,
  .price-excluding-tax .price {
    font-size: 14px;
  }
  .cart.table-wrapper .actions-toolbar > .action {
    padding: 5px 10px;
  }
  .cart.table-wrapper .item-actions td {
    padding-top: 10px !important;
  }
  .cart.table-wrapper .product-item-details:after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    display: block;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action,
  .cart-container .cart.table-wrapper .items thead + .item .actions-toolbar > .action {
    right: 0;
  }
}
/* CHECKOUT */
.checkout-cart-index .cart.item .item-info td.col.item {
  border-top: 0;
}
.cart-container .form-cart .action.continue:hover span {
  color: #fff;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action {
  color: #000;
  border: 1px solid #9f9f9f;
  background: #fff;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  border-radius: 7px;
  padding: 3px;
  min-width: 100px;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action {
  margin-right: 5px;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action span {
  color: #000;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover {
  color: #fff;
  border-color: #e79038;
  background: #e79038;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover span {
  color: #fff;
}
.checkout-cart-index .cart-container .form-cart .action {
  color: #000;
  border-color: #000;
}
.checkout-cart-index .cart-container .form-cart .action span {
  color: #000;
}
.checkout-cart-index .cart-container .form-cart .action:hover {
  color: #fff;
  border-color: #e79038;
}
.checkout-cart-index .cart-container .form-cart .action:hover span {
  color: #fff;
}
.cart-container .cart.table-wrapper thead th {
  text-transform: uppercase;
  font-size: 13px;
  color: #9F9F9F;
  padding-bottom: 2px;
  text-align: center !important;
}
.cart-container .cart.table-wrapper thead th.item {
  text-align: left !important;
}
.cart-container .cart.table-wrapper .items thead + .item {
  border-top: 3px solid #ededed;
}
.cart-container .cart.table-wrapper .items thead + .item tr td {
  padding-top: 20px;
}
.cart-container .cart.table-wrapper .items > .item {
  border-bottom: 1px solid #ededed;
}
.cart-container .cart.table-wrapper .product-item-details .product-item-name {
  display: block;
  margin: 0;
  font-size: 15px;
}
.cart-container .cart.table-wrapper .product-item-details .product-item-name a {
  color: #000;
}
.cart-container .cart.table-wrapper .product-item-details .product-item-sku {
  font-weight: normal;
}
.cart-container .cart.table-wrapper .price-including-tax .price,
.cart-container .cart.table-wrapper .price-excluding-tax .price {
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.cart-container .cart.table-wrapper {
  margin-bottom: 60px;
}
.checkout-cart-index .cart-container .form-cart .action {
  color: #000;
  border-color: #9f9f9f;
  background: #fff;
  padding: 5px 15px;
  border-radius: 7px;
}
.checkout-cart-index .cart-container .form-cart .action:hover {
  color: #fff;
  border-color: #e79038;
  background: #e79038;
}
.checkout-cart-index .cart-container .form-cart .action span {
  color: #000;
}
.cart.table-wrapper .product-item-photo img {
  border: 0;
  border-radius: 3px;
}
.cart-container .cart-summary {
  padding: 0;
  margin-top: 15px;
}
.cart-container .cart-summary > .title {
  background: #fff;
  margin: 0;
  color: #000;
  padding: 0;
  border-bottom: 1px solid #9f9f9f;
  text-transform: uppercase;
  font-size: 15px;
}
.cart-container .cart-summary > .title strong {
  color: #000;
  font-size: 14px;
}
.cart-container .cart-summary .block > .title {
  background: #fff;
  margin: 10px 0;
  padding: 3px 30px 3px 5px;
  border: 0;
}
.cart-container .cart-summary .block > .title strong {
  color: #000;
  font-size: 13px !important;
}
.cart-container .cart-summary .cart-totals {
  border-top: 0;
}
.cart-container .checkout-methods-items {
  padding: 10px;
  text-align: center;
}
.cart-container .checkout-methods-items .action.primary {
  width: auto;
  padding: 2px 20px;
  border-radius: 5px;
  text-transform: uppercase;
}
.cart-container .checkout-methods-items .action.primary .checkout span {
  text-transform: none;
  font-size: 17px;
}
.cart-container .checkout-methods-items .action.multicheckout span {
  color: #000;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
  max-width: 155px;
  display: block;
  margin: 0 auto;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action.action-towishlist {
  display: none;
}
.opc-progress-bar {
  margin-bottom: 50px;
}
.opc-progress-bar-item > span {
  font-size: 15px;
}
.opc-progress-bar-item._active > span::before,
.opc-progress-bar-item._active::before {
  background: #000;
  border-radius: 0;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background-color: #e79038;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #e79038;
}
.opc-progress-bar-item > span::after {
  background: #e4e4e4;
  color: #fff;
}
.opc-progress-bar-item._active > span::after {
  background: #000;
  color: #fff;
}
.opc-progress-bar-item > span::before,
.opc-progress-bar-item > span::after {
  border-radius: 0;
}
.checkout-shipping-address input,
.checkout-shipping-address select {
  border-color: 9f9f9f;
  border-radius: 7px;
  height: 34px;
}
.checkout-shipping-address .label {
  text-align: left !important;
}
.checkout-shipping-address .label::after {
  color: #000 !important;
  margin: 0 !important;
}
.checkout-shipping-address .actions-toolbar .secondary span {
  font-size: 11px;
  color: #000;
  text-decoration: underline;
}
.checkout-container .opc-wrapper li .step-title {
  border-bottom: 3px solid #ededed;
  padding-bottom: 0px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}
.table-checkout-shipping-method {
  width: 100%;
}
.table-checkout-shipping-method thead th {
  display: table-cell;
  background: #ededed;
  vertical-align: middle;
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
  padding: 4px 10px;
  font-size: 12px;
}
.table-checkout-shipping-method tbody td {
  border-color: #ededed;
}
.table-checkout-shipping-method thead th:first-child {
  font-size: 0;
}
.checkout-shipping-method .actions-toolbar .action.primary {
  padding: 2px 20px !important;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px !important;
  border-radius: 5px;
  margin-top: 50px;
}
.checkout-container .opc-sidebar.opc-summary-wrapper {
  width: 25%;
}
.checkout-container .opc-block-summary {
  background: #f7f7f7;
  padding: 22px 15px;
  border: 1px solid #f7f7f7;
}
.checkout-container .opc-block-summary > .title {
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding: 5px 0 2px;
  margin-bottom: 10px;
  color: #fff;
  background: #000;
  text-align: center;
}
.checkout-container .opc-block-summary .items-in-cart > .title {
  border-color: #000;
  padding-bottom: 2px;
}
.checkout-container .opc-block-summary .items-in-cart > .title strong {
  color: #000;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.checkout-container .opc-block-summary .product-item img {
  border: 0;
  border-radius: 0;
}
.checkout-container .opc-block-summary .product-item .product-item-details {
  width: calc(100% - 80px);
  display: inline-block;
  box-sizing: border-box;
}
.checkout-container .opc-block-shipping-information {
  padding: 0;
  border: 0;
}
.checkout-container .opc-block-shipping-information .shipping-information {
  padding: 10px 15px 0;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
}
.checkout-container .opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #000;
  margin: 0 0 20px;
  position: relative;
  font-size: 15px;
  padding: 5px 0 2px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  color: #fff;
}
.shipping-information-content a {
  color: #000;
}
.checkout-onepage-success .page-title-wrapper .page-title {
  display: none;
}
.checkout-onepage-success .print {
  margin: 20px 20px 0;
}
.checkout-onepage-success .print:hover {
  color: #e79038;
}
.checkout-onepage-success h2 {
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0;
  font-weight: normal;
  margin: 8px 0;
  font-size: 30px;
}
.checkout-onepage-success .success-confirmation {
  font-size: 18px;
}
.checkout-onepage-success p {
  margin-bottom: 25px;
  color: #000;
}
.checkout-onepage-success a {
  color: #000;
}
.checkout-onepage-success a strong {
  font-weight: normal;
  color: #000;
}
.checkout-onepage-success .actions-toolbar .primary {
  float: right;
}
.checkout-onepage-success .actions-toolbar .primary a.action.primary {
  background: #e79038;
  border-color: #e79038;
  color: #fff;
}
.checkout-onepage-success .actions-toolbar .primary a.action.primary:hover {
  background: #fff;
  color: #e79038;
}
.checkout-onepage-success .actions-toolbar .primary a.action.primary span {
  color: #fff;
}
.checkout-onepage-success .actions-toolbar .primary a.action.primary:hover span {
  color: #e79038;
}
.checkout-success {
  max-width: 800px;
  margin: 0 auto;
}
.checkout-success .checkout-info {
  text-align: center;
}
.checkout-success .checkout-info p {
  color: #000 !important;
  font-size: 17px !important;
  margin: 0;
  font-weight: bold;
}
.checkout-success .order-info {
  margin: 50px 0;
}
.checkout-success .order-info thead > tr > th {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
  color: #9f9f9f;
  padding-bottom: 3px;
  border-bottom: 3px solid #ededed !important;
}
.checkout-success .order-info tr > td.price,
.checkout-success .order-info tr > td.qty,
.checkout-success .order-info tr > td.subtotal {
  font-weight: bold;
}
.checkout-success .order-info tr > td {
  vertical-align: middle;
}
.checkout-success .order-info tfoot {
  text-align: right;
}
.checkout-success .order-info tfoot > tr > th {
  border-top: 1px solid #000;
}
.checkout-success .order-info tfoot .shipping {
  font-weight: bold;
  color: #000;
}
.checkout-success .order-info tfoot .shipping .label {
  text-transform: uppercase;
  font-size: 10px;
  color: #9f9f9f;
  font-weight: normal;
  padding-bottom: 0;
}
.checkout-success .order-info tfoot .total {
  font-weight: bold;
  color: #000;
}
.checkout-success .order-info tfoot .total .label {
  text-transform: uppercase;
  font-size: 10px;
  color: #9f9f9f;
  font-weight: normal;
}
.checkout-cart-index .block-title {
  text-align: center;
  margin-bottom: 60px;
}
.checkout-cart-index .block-title h1 {
  margin-bottom: 0;
}
.checkout-cart-index .block-title h1 span {
  margin-bottom: 0;
}
.checkout-cart-index .block-title p {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
}
/* BLOG */
.page-main .page-title-wrapper.news h1 {
  margin-bottom: 0;
}
.page-main .page-title-wrapper.news h1 span {
  margin-bottom: 0;
}
.amblog-index-index .page-main {
  max-width: 100%;
}
.amblog-index-post .breadcrumbs,
.amblog-index-index .breadcrumbs {
  display: none;
}
.am-blog-head.fix-me {
  display: block;
}
.am-blog-head.fix-me .am-blog-rss {
  display: none;
}
.am-blog-head.fix-me h1.am-title {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.am-blog-head.fix-me h1.am-title span {
  color: #707070;
}
.amblog-list {
  font-size: 0;
}
.amblog-list .amblog-post {
  display: inline-block;
  width: calc(25% - 20px);
  margin: 0 10px 90px;
  vertical-align: top;
}
.amblog-list .amblog-post .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  text-align: center;
}
.amblog-list .amblog-post .post-thumbnail img.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  transition: .2s all;
  width: 100%;
}
.amblog-list .amblog-post .post-thumbnail .post-details .details {
  cursor: pointer;
  text-align: left;
  margin-top: 18px;
  padding: 0 5px;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more {
  display: block;
  padding: 10px 0;
  border: 0px solid #fff;
  color: #000;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  font-size: 15px;
  transition: .3s all;
  text-decoration: underline;
  text-align: right;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more:hover {
  background: #ffffff;
  color: #e79038;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2,
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 15px;
  color: #000;
  margin: 0;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2 {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
}
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 14px;
}
.block.amblog-search button:hover span {
  color: #e79038;
}
.mplog-categories {
  background: #f2f2f2;
  padding: 10px 0 15px;
}
.amblog-post .page-title {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}
.amblog-post .date {
  font-size: 14px;
  margin-bottom: 30px;
}
.desktop .desktop-block {
  margin-bottom: 5px;
}
.desktop.two-columns-left section.content {
  border-left: 0;
  padding-left: 45px;
  box-sizing: border-box;
}
.amblog-categories .block-title,
.amblog-search .block-title,
.amblog-recentposts .block-title,
.amblog-tags .block-title,
.amblog-recentcomments .block-title,
.amblog-archives .block-title {
  display: none;
}
.amblog-categories .block-content,
.amblog-search .block-content,
.amblog-recentposts .block-content,
.amblog-tags .block-content,
.amblog-recentcomments .block-content,
.amblog-archives .block-content {
  padding: 0;
}
.amblog-search {
  margin-bottom: 5px;
}
.amblog-search .block-content .button:hover,
.amblog-search .block-content .button {
  all: unset;
  color: #888;
  border: 0;
  font-size: 22px;
  margin: 0 !important;
  cursor: pointer;
  vertical-align: middle;
}
.amblog-search .block-content input.input-text {
  margin: 0;
  width: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: .2s all;
}
.amblog-search .block-content input.input-text:focus {
  border-color: #e79038;
  box-shadow: 0 0 0;
}
.amblog-search .block-content input.input-text.visible {
  width: 168px;
  opacity: 1;
  visibility: visible;
  padding: 5px;
}
.amblog-categories ul li,
.amblog-recentcomments ul li,
.amblog-archives ul li {
  padding: 0 10px;
  margin: 15px 0;
  transition: .2s all;
}
.amblog-categories ul li:hover,
.amblog-categories ul li.active {
  background: #fff;
}
.amblog-categories ul li a {
  text-transform: none;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.amblog-categories ul li .icon-right-open-mini {
  float: right;
  color: #777;
  display: none;
}
.amblog-post .post-thumbnail {
  text-align: center;
}
.amblog-post .post-thumbnail img.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.amblog-post .customer-action-bar {
  border-bottom: 0;
}
.amblog-post .post-title {
  color: #000;
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  margin: 10px 0 50px;
  text-align: center;
}
.amblog-post .am-content {
  color: #000;
  font-size: 13px;
  text-align: justify;
  font-size: 16px;
  color: #6d6e71;
  margin-bottom: 30px;
  margin-top: 50px;
}
.amblog-post .am-content h2 {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.amblog-post .am-content p {
  margin-bottom: 20px;
}
.amblog-post .am-content img {
  width: auto;
}
.amblog-post .action.primary {
  border: 0;
  padding: 2px 15px;
  float: right;
  margin-bottom: 15px;
  background: #e79038;
  border: 1px solid #e79038;
  color: #fff;
  border-radius: 5px;
  text-transform: none;
}
.amblog-post .action.primary:hover {
  background: #fff;
  color: #e79038;
}
.amblog-post .action.primary span {
  color: #fff;
}
.amblog-post .action.primary:hover span {
  color: #e79038;
}
.blog-footer {
  background: #f2f2f3;
}
.amblog-list-recent h2,
.amblog-list-recent p {
  color: #e79038;
}
.amblog-list-recent h2 {
  text-align: left;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  color: #6d6e71;
  text-align: center;
  margin: 50px 0 30px;
  border: 0;
}
.amblog-list-recent h2 a span {
  color: #6d6e71;
}
.amblog-list-recent h2 a:hover span {
  color: #e79038;
}
.amblog-list-recent p {
  margin-bottom: 40px;
  font-size: 16px;
}
.amblog-list-recent ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.amblog-list-recent ul li {
  display: inline-block;
  border: 0;
  width: 25%;
  margin-right: 50px;
  position: relative;
  vertical-align: top;
  margin: 0 0 30px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
}
.amblog-list-recent ul li:hover {
  cursor: pointer;
}
.amblog-list-recent ul li:last-child {
  margin-right: 0;
}
.amblog-list-recent ul li .thumbnail {
  border: 0;
}
.amblog-list-recent ul li .thumbnail img {
  width: 100%;
}
.amblog-list-recent ul li:hover .thumbnail img {
  opacity: 0.9;
}
.amblog-list-recent ul li .details {
  height: auto !important;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
  padding: 0 5px;
  box-sizing: border-box;
}
.amblog-list-recent ul li .details-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  height: 83px;
}
.amblog-list-recent ul li .details h2 {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  padding: 0;
  text-align: left;
  margin-top: 5px;
}
.amblog-list-recent ul li .details h2 a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.amblog-list-recent ul li .details p {
  font-size: 16px;
}
.amblog-list-recent ul li .details .button {
  font-size: 14px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
  margin-top: 15px;
}
.amblog-list-recent ul li .details .button a {
  color: #000;
  text-decoration: underline;
}
.amblog-list-recent ul li:hover .details a,
.amblog-list-recent ul li:hover .details p {
  color: #5d6266;
}
.amblog-list-recent ul li:hover .details a:hover,
.amblog-list-recent ul li:hover .details p:hover {
  color: #e79038;
}
.amblog-list-recent .show-all.button {
  margin: 0;
  padding: 35px 0 20px;
}
.amblog-list-recent .show-all.button a {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  padding: 5px 20px;
  border: 1px solid #484848;
  display: inline-block;
  background: #484848;
}
.amblog-list-recent .show-all.button a:hover {
  color: #484848;
  background: none;
}
.amblog-home-recent .show-all.button a:hover {
  background: #e79038;
  color: #fff;
  border-color: #e79038;
}
@media only screen and (max-width: 1030px) {
  .amblog-list .amblog-post .post-thumbnail .post-details .details {
    padding: 10px 10px;
    vertical-align: middle !important;
  }
  .amblog-index-index .columns .column.main,
  .amblog-index-post .columns .column.main,
  .amblog-index-category .columns .column.main {
    padding-bottom: 0px;
  }
  .amblog-list .amblog-post .post-thumbnail .post-details h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1010px) {
  .amblog-list .amblog-post .post-thumbnail .post-details h2 {
    font-size: 14px;
  }
  .amblog-list .amblog-post {
    width: calc(50% - 20px);
    margin: 0 10px 40px;
  }
}
@media only screen and (max-width: 760px) {
  .amblog-list .amblog-post {
    width: 100%;
    margin: 0 0 40px;
  }
  .amblog-list .amblog-post:nth-child(1) {
    width: 100%;
    margin: 0 0 40px;
  }
  .amblog-list .amblog-post .post-thumbnail .post-details h2 {
    margin-top: 10px;
  }
  .mobile.two-columns-left section.content .swipe-me.left {
    background: none;
  }
}
@media only screen and (max-width: 767px) {
  .amblog-list-recent {
    padding: 5px;
    width: calc(100% - 10px);
  }
  .amblog-list-recent ul li {
    width: 50%;
  }
  .mobile.two-columns-left section.content .swipe-me {
    margin-top: 0px !important;
  }
  .amblog-list-recent ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .amblog-list-recent ul li .details h2 {
    font-size: 13px;
  }
  .opc-progress-bar {
    margin-top: 35px;
  }
}
.advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.advantages ul li {
  display: inline-block;
  width: 25%;
  font-size: 14px;
  padding: 20px 70px;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.advantages ul li .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.advantages ul li:before {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 40px;
  color: #d8d8d8;
}
.advantages ul li:after {
  position: absolute;
  top: 33px;
  right: 15px;
  width: 1px;
  height: 50px;
  background: #ddd;
  content: "";
}
.advantages ul li:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .advantages ul li {
    width: 100%;
  }
  .advantages ul li::after {
    right: calc(50% - 100px);
    top: 100%;
    height: 1px;
    width: 200px;
  }
}
/*CATEGORY PAGE */
.mana-filter-block-above-horizontal {
  transition: .3s all;
}
.mana-filter-block-above-horizontal .filter-options {
  padding-top: 37px;
}
.mana-filter-block-above-horizontal .filter-options-title {
  padding: 0 40px 0 0;
  font-weight: normal;
  font-size: 12px;
  color: #000;
  margin-bottom: 8px;
}
.mana-filter-block-above-horizontal .filter-current .item,
.mana-filter-block-above-menu .filter-current .item {
  padding-left: 10px;
  padding-right: 25px;
  display: block;
  width: 100%;
}
.mana-filter-block-above-horizontal .filter-options-item:nth-child(n) {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: .3s all;
}
.mana-filter-block-above-horizontal.expanded .filter-options-item:nth-child(n) {
  visibility: visible;
  opacity: 1;
  max-height: 100%;
}
.mana-filter-block-above-horizontal .show-more-filters {
  display: block;
  text-align: left;
  width: 100%;
  position: relative;
  margin: 0;
  background: #EDEDED;
  padding: 0 10px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
}
.mana-filter-block-above-horizontal.expanded .show-more-filters .icon-down-open-mini {
  transform: rotate(180deg);
}
.mana-filter-block-above-horizontal .show-more-filters span {
  background: none;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 9;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}
.mana-filter-block-above-horizontal .show-more-filters span:hover {
  color: #000;
  transition: .3s all;
}
.mana-filter-block-above-horizontal .icon-down-open {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -2px;
}
.mana-filter-block-above-horizontal.expanded .icon-down-open {
  display: none;
}
.mana-filter-block-above-horizontal.expanded .icon-up-open {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -3px;
}
.mana-filter-block-above-horizontal .filter-actions,
.mana-filter-block-above-menu .filter-actions {
  position: relative;
  right: 0;
  top: -10px;
  text-align: right;
  color: #000;
  margin-bottom: 0px;
  padding-right: 10px;
}
.mana-filter-block-above-horizontal .filter-actions span {
  font-size: 12px;
  color: #000;
}
.mana-filter-block > strong {
  display: none;
}
.catalog-category-view .columns {
  padding-top: 15px;
}
.catalogsearch-result-index .page-main,
.catalog-category-view .page-main {
  padding: 25px 0 0;
  max-width: 100%;
  position: relative;
  top: 0;
}
.catalogsearch-result-index .page-main .page.messages,
.catalogsearch-result-index .page-main .columns,
.catalog-category-view .page-main .page.messages,
.catalog-category-view .page-main .columns {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}
.catalogsearch-result-index .page-title-wrapper .page-title,
.catalog-category-view .page-title-wrapper .page-title {
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}
.catalogsearch-result-index .page-title-wrapper .page-title span,
.catalog-category-view .page-title-wrapper .page-title span {
  margin: 0 0 15px 0;
}
.category-view {
  border-bottom: 0;
  margin-bottom: 0;
}
.category-view .category-description {
  margin-bottom: 32px;
}
.toolbar-products {
  margin-bottom: 0;
}
.toolbar-products .pages {
  display: block;
}
.toolbar-amount {
  display: none;
}
.toolbar-sorter {
  position: relative;
  top: 0;
  right: 0;
}
.toolbar-sorter .sorter-label {
  text-transform: none;
  font-size: 13px;
}
.sorter-options {
  margin: 0 0 0 4px;
  width: 110px;
  height: 26px;
  font-size: 10px;
  padding: 0;
}
.sorter-action::before {
  font-size: 20px;
  line-height: 26px;
}
.catalog-category-view .column.main {
  padding-bottom: 0;
}
.products-grid {
  margin-top: 50px;
}
@media only screen and (max-width: 1280px) {
  .catalogsearch-result-index .page-main .page.messages,
  .catalogsearch-result-index .page-main .columns,
  .catalog-category-view .page-main .page.messages,
  .catalog-category-view .page-main .columns {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .catalogsearch-result-index .page-main,
  .catalog-category-view .page-main {
    top: -0;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .toolbar-sorter {
    position: relative;
    top: 0;
  }
}
.category-slider {
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}
.category-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-slider ul li {
  display: inline-block;
  text-align: center;
}
.category-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-grid ul li.category {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  margin: 0 32px 32px 0;
  background: #f4f4f4;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.category-grid ul li.category:nth-child(3n + 3) {
  margin-right: 0;
}
.category-grid ul li.category img {
  position: absolute;
  top: 10px;
  left: calc(100% - 0px);
  transition: .5s all;
  z-index: 9;
}
.category-grid ul li.category.shown img {
  left: calc(100% - 150px);
}
.category-grid ul li a {
  color: #111;
}
.category-grid ul li a:hover {
  color: #f7981d;
}
.category-grid ul li.category > a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.category-grid ul ul li.sub-category {
  margin-bottom: 0;
  font-size: 13px;
}
.mana-filter-block {
  border: 0;
  background: #fff;
  padding-bottom: 30px;
  padding-top: 0;
}
.block.filter .filter-options {
  border: 0;
}
.block.filter .filter-actions,
.block.filter .filter-current {
  border: 0;
}
.block.filter .filter-title {
  display: none;
  text-align: center;
  background: #e79038;
  margin: 10px;
  padding: 10px;
}
.block.filter .filter-title strong {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
}
.block.filter .filter-options .filter-options-title {
  padding: 15px 20px 3px 0;
  color: #58595b;
  text-transform: uppercase;
  border-bottom: 2px solid #e79038;
  margin-bottom: 0;
  font-size: 15px;
}
.block.filter .filter-options .filter-options-content {
  padding: 5px 0 0 0;
  border: 0;
  margin-bottom: 35px !important;
}
.block.filter .filter-options .filter-options-content .items {
  padding: 5px 10px 15px 0;
}
.block.filter .filter-options .filter-options-content:last-child .items {
  border-bottom: 0;
}
.filter-options .filter-options-content .item {
  margin-bottom: 8px;
}
.filter-options .filter-options-content .item a {
  color: #a3a3a3;
}
ol.mana-filter-checkboxes a.unchecked {
  color: #454545;
  font-size: 14px;
}
.filter-options-content .mana-selected.mana-tree-item,
.filter-options-content .mana-selected.item a,
.filter-options-content .mana-selected.item .count,
.filter-options-content .mana-selected.item .label {
  color: #e79038;
  font-size: 14px;
  font-weight: normal;
  text-transform: normal;
}
.filter-options .count {
  color: #5d6266;
  padding-right: 5px;
  display: none;
}
.block.filter .filter-options .filter-options-content .swatch-attribute {
  padding: 0 10px 25px 10px;
  border-bottom: 1px solid #000;
}
.swatch-option {
  height: 42px !important;
  width: 42px !important;
  border-radius: 50%;
  border: 2px solid #fff !important;
  float: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 2px;
}
.swatch-option.selected[option-tooltip-value="#ffffff"],
.swatch-option[option-tooltip-value="#ffffff"] {
  border: 1px solid #cecece !important;
  height: 41px !important;
  width: 41px !important;
}
.swatch-option:hover,
.swatch-option.selected {
  border: 0 !important;
  transform: scale(1.1);
}
.swatch-option[option-tooltip-value="#ffffff"]:hover {
  border: 1px solid #cecece !important;
}
.swatch-attribute.size .swatch-option {
  border-radius: 0;
  width: auto !important;
  min-width: 50px;
  max-width: unset;
  height: 50px !important;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc !important;
}
.swatch-attribute.size .swatch-option:hover,
.swatch-attribute.size .swatch-option.selected {
  border-color: #e79038 !important;
  transform: none;
}
.swatch-attribute.size .swatch-option.text {
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.block.filter .filter-options .filter-options-content .m-slider {
  padding: 0 10px 25px 10px;
  /*border-bottom: 1px solid #000;*/
}
.mana-filter-slider.style4 > .mana-slider-span {
  width: 100% !important;
  left: 20px !important;
  height: 2px;
  top: calc(48%);
  background: #ddd;
}
.mana-filter-slider.style4 {
  background: none !important;
  box-shadow: inset 1px 1px 3px 1px rgba(254, 254, 254, 0.2), 0px 1px 1px 0px rgba(255, 255, 255, 0.2);
  border: 0 !important;
}
.mana-filter-slider {
  background: none;
}
.mana-filter-slider.style4 > .mana-slider-from,
.mana-filter-slider.style4 > .mana-slider-to {
  background: #000;
  border-color: #000;
  width: 22px;
  height: 22px;
  top: -6px;
  box-shadow: 1px 1px 3px 1px rgba(255, 255, 255, 0.2);
}
.mana-slider-values {
  font-weight: bolder;
  color: #595959;
  font-size: 15px;
}
.filter-current-subtitle {
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  width: 100%;
  padding: 0 10px;
}
.filter-current .filter-label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  font-weight: normal;
  padding-bottom: 8px;
  display: inline-block;
}
.filter-current .filter-value {
  color: #a3a3a3;
}
.filter-current .item .remove {
  float: none;
  padding-left: 20px;
  font-size: 9px;
  vertical-align: middle;
}
.filter-current .item .remove span {
  color: #454545;
}
.block.filter .filter-actions {
  border-bottom: 2px solid #000;
  padding-top: 0;
  text-align: right;
}
.block.filter .filter-actions a span {
  color: #454545;
}
.block.filter .filter-options .manadev-show-more {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px 20px;
}
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li.mana-expanded > .mana-tree-item:hover,
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li.mana-expanded > .mana-tree-item {
  background: url('../Manadev_LayeredNavigationCategoryTree/images/expanded.jpg') right 4px no-repeat;
  z-index: 999;
  position: relative;
}
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li.mana-collapsed > .mana-tree-item:hover,
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li.mana-collapsed > .mana-tree-item {
  background: url('../Manadev_LayeredNavigationCategoryTree/images/collapsed.jpg') right 4px no-repeat;
  z-index: 999;
  position: relative;
}
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li .mana-tree-item a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #5d6266;
}
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li.mana-collapsed:hover a {
  color: #e79038;
}
.catalog-category-view #maincontent .sidebar-main dd.main-filter-cat li.mana-expanded .mana-tree-item:hover {
  color: #e79038;
}
.mana-filter-category-tree li {
  margin: 6px 0;
}
.mana-filter-category-tree li > ul,
.mana-filter-category-tree .mana-tree-item {
  padding-left: 0;
  padding-right: 15px;
}
.mana-filter-category-tree li.mana-expanded ul {
  padding: 0 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .category-grid ul li.category {
    width: 100%;
    margin: 0 0 10px;
  }
  .mana-filter-block {
    background: none;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .page-layout-2columns-left .sidebar-main {
    padding: 0;
  }
  .filter-options .filter-options-content {
    background: #fff;
  }
  .mana-mobile .block-content dl dt {
    background: #fff;
    border: 0;
  }
  .filter-options .filter-options-content {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .manadev-show-more {
    padding-left: 10px;
    text-align: left;
  }
  .mana-mobile .block-content dd .m-accordion-container,
  .mana-mobile .m-applied-filters {
    border: 0;
  }
  .toolbar-sorter {
    text-align: right;
  }
}
.table-comparison {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  border: 1px solid #e5e6e9;
  border-radius: 3px;
}
.table-comparison .product-item-name {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  margin: 0;
  width: 100%;
  margin-bottom: 12px;
  line-height: 18px;
}
.table-comparison .product-item-name a {
  font-weight: bold;
  color: #000;
}
.table-comparison .price-container .price-box .price {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
.table-comparison .action.tocart {
  background: #E79038;
  color: #fff;
  border: 1px solid #E79038;
  text-align: center;
  transition: .2s all;
  font-size: 16px;
  vertical-align: top;
  cursor: pointer;
  border-radius: 5px;
  line-height: 20px;
  min-width: 118px;
}
.comparison .table:not(.cart):not(.totals) > thead > tr > th,
.comparison .table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 0;
}
.table-comparison .product-item-photo {
  position: relative;
  display: block;
  margin-bottom: 5px;
  margin-top: 0;
  border: 1px solid #e5e6e9;
  border-radius: 3px;
}
.table-comparison .price-box .label {
  display: none;
}
.table-comparison .price-box .price {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
/*HOME PAGE */
.banners-home {
  margin-bottom: 50px;
}
.banners-home ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.banners-home ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.banners-home ul li:nth-child(2n + 2) {
  margin-right: 0;
  text-align: right;
}
.banners-home ul li .content {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  transition: .5s all;
}
.banners-home ul li.shown .content {
  right: 0;
}
.banners-home ul li:nth-child(2n + 2) .content {
  right: auto;
  left: 100%;
}
.banners-home ul li.shown:nth-child(2n + 2) .content {
  left: 0;
}
.banners-home ul li .content h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.banners-home ul li .content p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.banners-home ul li .content p.button {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banners-home ul li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .banners-home ul li:nth-child(2n + 2) {
    text-align: center;
  }
  .banners-home ul li .content {
    padding: 10px 5px;
  }
  .banners-home ul li .content h2 {
    font-size: 30px;
    margin: 0 0 15px;
    text-align: center;
  }
  .banners-home ul li .content p {
    font-size: 17px;
    margin: 0 0 15px;
    text-align: center;
  }
  .banners-home ul li .content .button-banner {
    padding: 8px 50px;
  }
}
/* CONTACTS */
.contacts .contact-form {
  float: left;
  width: 60%;
  text-align: left;
}
.formbuilder-form .form-content > h2 {
  text-align: left;
  font-size: 22px;
  font-weight: normal;
}
.formbuilder-form .form-content .before-form-content {
  margin-bottom: 20px;
}
.contacts .contact-info {
  float: right;
  width: 35%;
}
.contacts .contact-info h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #e79038;
  border-bottom: 1px solid #003964;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.contacts .contact-info p {
  color: #333;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .account .page-main {
    padding: 0 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-action {
    position: absolute;
    right: 10px;
  }
  .field-tooltip .field-tooltip-content {
    position: relative !important;
    left: 0;
    top: 42px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    display: none;
  }
}
/* POPUP NEWSLETTER */
.popup-newsletter-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(93, 98, 102, 0.4);
  display: none;
  z-index: 99999;
}
.popup-newsletter-wrapper .block.newsletter {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  top: 20%;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0;
}
.popup-newsletter-wrapper .block.newsletter .content-media {
  display: inline-block;
  vertical-align: top;
  width: 56%;
  background-image: url('../images/banner-newsletter.jpg');
  background-repeat: no-repeat;
  height: 534px;
}
.popup-newsletter-wrapper .block.newsletter .content-info {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  min-height: 534px;
}
.popup-newsletter-wrapper .block.newsletter .content-info .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5% 0 3%;
}
.popup-newsletter-wrapper .block.newsletter .form.subscribe {
  display: block;
}
.popup-newsletter-wrapper .block.newsletter .field {
  margin-right: 0;
  margin-bottom: 20px;
}
.popup-newsletter-wrapper .block.newsletter .actions {
  display: block;
  margin-bottom: 18px;
}
.popup-newsletter-wrapper .block.newsletter .content-info .content h2 {
  padding-right: 40%;
  color: #000;
  margin: 0 0 25px;
}
.popup-newsletter-wrapper .block.newsletter .content-info .content h2 span.highlight {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 60px;
}
.popup-newsletter-wrapper .block.newsletter .content-info .content h2 span {
  font-size: 42px;
  font-weight: normal;
  line-height: 40px;
}
.popup-newsletter-wrapper .block.newsletter .content-info .content h2 span.intro {
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 17px;
}
.popup-newsletter-wrapper .block.newsletter .content-info .button-cancel {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  color: #7f8081;
  transition: .3s all;
  cursor: pointer;
}
.popup-newsletter-wrapper .block.newsletter .content-info .button-cancel:hover {
  color: #e79038;
}
@media only screen and (max-width: 1250px) {
  .popup-newsletter-wrapper .block.newsletter .content-info .content h2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .popup-newsletter-wrapper .block.newsletter {
    max-width: 80%;
  }
  .popup-newsletter-wrapper .block.newsletter .content-media {
    display: none;
  }
  .popup-newsletter-wrapper .block.newsletter .content-info {
    width: 100%;
  }
  .block.newsletter .content,
  .block.newsletter .content p,
  .block.newsletter .content form,
  .block.newsletter h3 {
    width: 100%;
  }
  .block.newsletter .content {
    margin-bottom: 30px;
  }
  .video-home iframe {
    width: 100%;
  }
  .footer.content .footer-content {
    width: 100%;
  }
  .footer.content .footer-bottom,
  .footer.content .footer-wrapper {
    padding-left: 0;
    width: 100%;
  }
  .footer.content .footer.catalog {
    right: 0;
    top: 30px;
    position: relative;
    margin: 0 auto 40px;
  }
  .footer.content .complaint-book {
    width: 100%;
    text-align: center;
  }
  .footer .copyright.footer {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .block.newsletter .action.subscribe {
    padding: 2px 5px !important;
    font-size: 12px !important;
  }
  .footer.content .footer-wrapper .footer-links ul {
    columns: 2;
  }
  .footer.content .social {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer.content .complaint-book .livro-reclamacoes {
    width: 100%;
    margin: 0;
  }
}
.privacy-accept-overlay .std h3 {
  margin: 30px 0 30px;
}
.privacy-accept .action.accept {
  background: #e79038;
}
.privacy-accept .action.accept:hover {
  color: #e79038;
}
/* COOKIES */
.message.global.cookie {
  text-align: center;
  background: #000;
  padding: 10px 7px;
  vertical-align: middle;
  font-size: 12px;
  z-index: 99999999;
}
.message.global.cookie p {
  display: inline-block;
  color: #fff;
}
.message.global.cookie a {
  color: #fff;
  text-decoration: underline;
}
.message.global.cookie a:hover {
  color: #fff;
  text-decoration: underline;
}
.message.global.cookie .actions {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
}
.message.global.cookie .actions button {
  border: 0;
  background: none;
  padding: 0;
}
.message.global.cookie .actions button:hover {
  border: 0 !important;
  background: none;
  padding: 0;
}
.message.global.cookie .actions button span {
  color: #fff;
  text-transform: none;
  font-size: 12px;
}
.message.global.cookie .actions button:hover span {
  color: #e79038;
  text-transform: none;
  font-size: 12px;
}
/* SALES ORDER PRINT */
.sales-order-print .page-main {
  padding: 0;
  font-size: 12px;
}
.sales-order-print .page-title-wrapper {
  text-align: center;
}
.sales-order-print .page-title-wrapper .page-title {
  margin-bottom: 20px;
  font-size: 30px;
}
.sales-order-print .page-title-wrapper .order-date {
  text-align: left;
  margin: 10px 0;
}
.sales-order-print .page-title-wrapper .order-status {
  margin-bottom: 0;
}
.sales-order-print .mark {
  background: none;
}
.sales-order-print .order-details-items .table-wrapper {
  margin: 0;
}
.sales-order-print .order-details-items .table {
  margin: 0;
}
.sales-order-print .order-details-items .table tfoot th,
.sales-order-print .order-details-items .table tfoot td {
  padding: 4px;
}
.sales-order-print .order-details-items .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.sales-order-print .order-details-items .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  padding: 4px;
  padding-top: 14px;
}
.sales-order-print .order-details-items .item-options dd {
  margin: 0;
}
.sales-order-print .order-details-items .item-options {
  margin: 0;
}
.sales-order-print .order-details-items .actions-toolbar {
  display: none;
}
.sales-order-print .block-order-details-view .box {
  margin-bottom: 5px !important;
}
.sales-order-print .box-order-shipping-address,
.sales-order-print .box-order-billing-address,
.sales-order-print .box-order-shipping-method {
  display: inline-block;
  width: 30% !important;
  vertical-align: top;
  float: none !important;
}
.sales-order-print .box-order-billing-method {
  width: 100% !important;
  margin: 0;
}
.sales-order-print .box-order-billing-method .payment-method {
  margin: 0;
}
.sales-order-print .box-order-billing-method table {
  margin: 0 !important;
}
.sales-order-print a {
  text-decoration: underline;
  color: #000;
}
.sales-order-print .copyright {
  display: none;
}
.sales-order-print .logo {
  height: 70px;
}
.sales-order-print .logo img {
  max-height: 50px;
  width: auto;
}
.sales-order-print #backtop {
  display: none;
}
.sales-order-print .page-bottom {
  display: none;
}
.sales-order-print .footer.complaint-book {
  display: none;
}
@media print {
  .sales-order-print a[href]:after {
    content: none !important;
  }
}
.logo {
  top: -20px !important;
}
.custom-icons .share-icon {
  width: 23px;
}
.amblog-index-post .custom-icons a {
  display: none !important;
}
.amblog-index-post .addthis_inline_share_toolbox_fliy,
.articles-article-item .addthis_inline_share_toolbox_fliy {
  display: table !important;
}
.amblog-index-post .addthis_inline_share_toolbox_fliy .custom-icons,
.amblog-index-post .addthis_inline_share_toolbox_fliy #atstbx,
.articles-article-item .addthis_inline_share_toolbox_fliy .custom-icons,
.articles-article-item .addthis_inline_share_toolbox_fliy #atstbx {
  display: inline-block !important;
  vertical-align: middle !important;
}
.amblog-index-post .addthis_inline_share_toolbox_fliy .custom-icons,
.articles-article-item .addthis_inline_share_toolbox_fliy .custom-icons {
  margin-right: 20px !important;
}
.amblog-index-post #maincontent,
.articles-article-item #maincontent {
  max-width: 920px !important;
}
.customer-action-bar.fix-me {
  display: none;
}
.amblog-list .amblog-post .post-thumbnail {
  overflow: visible !important;
}
.amblog-list .amblog-post .post-thumbnail > a {
  position: relative;
  display: block !important;
}
.amblog-list .amblog-post .post-thumbnail > a img.positioned {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 576px) {
  .logo {
    top: 0 !important;
  }
}
.article-item .article-info {
  text-align: center;
  margin: 10px 0 50px;
}
.article-item .article-info .title {
  color: #000;
  font-weight: 400;
  text-transform: none;
  font-size: 18px;
}
.article-item .item-image {
  text-align: center;
}
.article-item .item-image img {
  margin-bottom: 1em;
  max-width: 100%;
}
.article-item .return {
  text-align: right;
}
.article-item .return .button {
  background: #000;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-top: 30px;
}
.article-item .return .button:hover {
  background: #e79038;
}
.article-item .description.image {
  text-align: justify;
  font-size: 16px;
  color: #6d6e71;
  margin-bottom: 30px;
  margin-top: 50px;
}
.articles-article-item #maincontent {
  max-width: 920px !important;
}
.articles-article-item .return a {
  border: 0;
  padding: 2px 15px;
  float: right;
  margin-bottom: 15px;
  background: #E79038 !important;
  border: 1px solid #E79038!important;
  color: #fff !important;
  border-radius: 5px;
  text-transform: none;
}
.articles-article-item .return a span {
  color: #fff !important;
}
.articles-article-item .return a:hover span {
  color: #E79038 !important;
}
.articles-article-item .return a:hover {
  background: #fff !important;
  color: #E79038 !important;
}
@media only screen and (max-width: 768px) {
  .amblog-index-post #maincontent,
  .articles-article-item #maincontent {
    padding: 0 15px;
  }
}
.amblog-index-post .custom-icons a,
.articles-article-item .custom-icons a {
  display: none;
}
