/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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;
}
#search_autocomplete,
.search-autocomplete,
#searchbox_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
@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 {
  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: #333;
    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: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #fff;
    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: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    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: #333;
    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: #333;
    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: #333;
  }
  .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;
  }
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [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;
  }
  .abs-blocks-2columns:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [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;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .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;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .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;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .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: #ccc;
    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: #333;
  }
  .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: #fff;
    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 {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    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: #ccc;
    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: 'Muli', sans-serif;
  background: #000;
}
@media only screen and (min-width: 1550px) {
  /*body { background: #000 url(../images/bg.jpg) no-repeat center top; background-size: 100% auto; }*/
}
@media only screen and (max-width: 1024px) {
  body:not(.amasty-quickview-ajax-view) {
    display: block;
  }
}
a,
.alink {
  color: #f7981d;
  transition: .2s color;
}
alink:hover,
a:hover {
  color: #333;
  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 #f7981d;
  background: #f7981d;
  font-weight: normal;
  padding: 5px 15px;
  color: #fff;
  transition: .2s all;
  border-radius: 0;
  text-transform: uppercase;
}
.formbuilder-button:hover,
.action.primary:hover {
  color: #f7981d;
  background: #fff;
  border: 1px solid #f7981d !important;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  font-weight: normal;
  transition: .2s all;
}
a.action.primary {
  border-radius: 0;
}
.privacy-label {
  margin-top: 6px;
  display: block;
}
/* 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;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  height: 100%;
}
.livro-reclamacoes {
  display: inline-block;
}
.livro-reclamacoes img {
  width: 60px;
  display: inline-block;
}
/* 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-header .header.panel {
  max-width: 1180px;
}
.page-main {
  padding: 20px;
  background: #fff;
  max-width: 1180px;
}
.breadcrumbs {
  background: #fff;
  padding: 20px 20px 0;
  margin-bottom: 0;
  max-width: 1180px;
}
.breadcrumbs .items {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-main {
    padding: 5px;
  }
  .breadcrumbs {
    padding: 6px;
    display: none;
  }
  .toolbar-amount {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
  }
  .sorter {
    display: inline-block;
  }
}
.fieldset .review-legend.legend strong {
  color: #333;
  font-weight: normal;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
}
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-left .sidebar-main {
  width: 300px;
  padding: 0;
}
.page-layout-2columns-left .column.main {
  width: calc(100% - 320px);
}
.account.page-layout-2columns-left .column.main {
  width: 75%;
}
.page-title {
  text-align: center;
  font-weight: bold;
  font-size: 27px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .columns .column.main {
    max-width: 100%;
  }
  .page-wrapper {
    padding: 0px;
  }
  .sidebar .block-content.filter-content dt {
    border: 1px solid #f7981d;
    padding: 10px;
    cursor: pointer;
  }
  .sidebar .block-content.filter-content dd {
    display: none;
  }
  .sidebar .block-content.filter-content dd.active {
    display: block;
  }
  .sidebar .show-more-show-less {
    height: auto !important;
  }
}
.columns .column.main {
  padding-bottom: 0;
}
/* HEADER */
.header.content {
  position: relative;
  padding: 20px;
  background: #fff;
  max-width: 1180px;
}
.logo {
  margin: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    float: right;
    position: static;
    margin-left: 14px;
    margin-top: -5px;
  }
}
.block-search {
  width: 300px;
  display: block;
  float: none;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
}
.block-search .action.search {
  background: #fff;
  height: 38px;
  width: 38px;
  line-height: 38px;
  color: #333;
  right: 1px;
  padding: 0;
  border: 0;
  opacity: 1;
  top: 1px;
  border-radius: 0 !important;
  transition: .2s all;
}
.block-search .action.search:hover {
  background: #333;
}
.block-search .action.search:hover > strong {
  color: #fff;
}
.block-search .action.search::before {
  all: unset;
}
.block-search .action.search > strong {
  color: #000;
  font-size: 22px;
}
.block-search #search::placeholder {
  color: #333;
}
.stores-info .toggle-stores {
  display: none;
}
.stores-info .links {
  display: inline-block;
}
.stores-info #botao_assismatica {
  background-image: url('/pub/media/assis/botao_assismatica.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 31px;
}
.stores-info #botao_assismatica:hover {
  background-image: url('/pub/media/assis/botao_assismatica_hover.png');
}
.stores-info #botao_produtos_digitais {
  background-image: url('/pub/media/assis/botao_produtos_digitais.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 31px;
}
.stores-info #botao_produtos_digitais:hover {
  background-image: url('/pub/media/assis/botao_produtos_digitais_hover.png');
}
.stores-info #botao_produtos_digitais span {
  font-size: 17px;
}
.stores-info #botao_marketplace {
  background-image: url('/pub/media/assis/botao_marketplace.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 36px;
}
.stores-info #botao_marketplace:hover {
  background-image: url('/pub/media/assis/botao_marketplace_hover.png');
}
.stores-info #botao_escritorio {
  background-image: url('/pub/media/assis/botao_escritorio.png');
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 25px;
}
.stores-info #botao_escritorio:hover {
  background-image: url('/pub/media/assis/botao_escritorio_hover.png');
}
.stores-info #botao_escritorio span {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .page-header .panel.wrapper {
    background: #666;
    border: 0;
  }
  .stores-info .links {
    list-style: none;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99999;
    padding: 5px;
    background: #fff;
    display: none;
  }
  .stores-info .toggle-stores {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #f7981d;
    cursor: pointer;
    display: block;
  }
  .stores-info .links li {
    display: block;
    vertical-align: top;
    margin: 5px 0;
  }
  .stores-info .links li a.two-lines {
    line-height: 14px;
  }
  .stores-info .links li a {
    background: #f7981d;
    border: 1px solid #f7981d;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    display: block;
    line-height: 31px;
    transition: .2s all;
  }
  .stores-info .links li a span.large {
    line-height: 16px;
    font-size: 15px;
  }
  .stores-info .links li a span.small {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
  }
  .contacts {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 0px 0 10px;
  }
  .contacts li {
    display: inline-block;
    margin: 5px 0;
  }
  .header.content {
    padding: 10px 10px;
    height: 120px;
  }
  .logo img {
    max-width: none;
  }
  .minicart-wrapper {
    float: none;
    position: absolute;
    right: 20px;
    /*top: 20px;*/
    top: 42px;
    margin: 0 !important;
  }
  .nav-toggle {
    float: none;
    position: absolute;
    left: auto !important;
    top: 15px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f7981d;
    right: 10px;
  }
  .nav-toggle:before {
    color: #fff;
  }
  .nav-toggle:hover:before {
    color: #fff;
  }
  .create-account {
    float: none;
    position: absolute;
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
  }
  .block-search {
    float: none;
    position: relative;
    left: 0;
    top: 80px;
    margin: 0;
    width: 100%;
    transform: none;
  }
  .block-search .control {
    border: none;
    position: initial !important;
    margin: 0;
    padding: 0;
    clear: none;
  }
  .block-search .field.search input {
    left: auto;
    right: 40px;
    top: 0;
    margin: 0;
    width: calc(100% - 40px);
  }
  .block-search .field.search label {
    background: #666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .block-search .field.search label:before {
    color: #fff;
  }
  .form minisearch.active {
    display: inline-block;
    position: relative;
    top: 500px;
  }
  /*.flex-viewport .slides li{height: 200px !important;}*/
  .flex-viewport .slides li img {
    /*height: 200px !important;*/
    height: auto !important;
  }
}
.minicart-wrapper {
  margin: 15px 10px 0 0;
}
.minicart-wrapper .action.close {
  opacity: 1;
  filter: alpha(opacity=1);
}
.minicart-wrapper .action.close:before {
  color: #111;
  opacity: 1;
}
.minicart-wrapper .action.close:hover {
  opacity: 0.6;
}
.minicart-wrapper .action.showcart.active::before,
.minicart-wrapper .action.showcart::before {
  all: unset;
}
.minicart-wrapper .action.showcart {
  font-size: 0;
  vertical-align: top;
}
.minicart-wrapper .action.showcart .icon-basket {
  color: #000;
  /*font-size: 35px; */
  font-size: 30px;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart .icon {
  background: none;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  vertical-align: top;
  margin: 0;
  box-sizing: border-box;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #fb9c4f !important;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
  position: relative;
  /*top: -10px;*/
  top: 8px;
}
.minicart-wrapper .block-minicart {
  box-shadow: 0 !important;
  border-color: #ccc;
  background: #fff;
  color: #333;
  width: 300px;
  right: 0;
}
.minicart-wrapper .block-minicart .block-title {
  display: block;
}
.minicart-wrapper .block-minicart .block-title .qty {
  display: none;
}
.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: #333 !important;
}
.minicart-items .item-qty {
  background: none;
  border: 0;
}
.minicart-items-wrapper {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.minicart-items .product-item-pricing .label {
  width: auto;
}
.minicart-items .item-qty {
  width: 30px;
  padding: 0;
  margin: 0;
}
.block-minicart .subtotal {
  margin: 0 0 25px;
  color: #333;
}
.block-minicart .subtotal .label {
  color: #333;
  float: left;
  margin-top: 5px;
}
.block-minicart .action.viewcart {
  border: 1px solid #f7981d;
  background: #f7981d;
  color: #fff;
  border-radius: 0;
  padding: 8px 20px;
  display: inline-block;
  transition: .3s;
  text-transform: uppercase;
}
.block-minicart .action.viewcart span {
  color: #fff;
  text-align: right;
}
.block-minicart .action.viewcart:hover {
  background: #fff;
  color: #f7981d;
}
.block-minicart .action.viewcart:hover span {
  color: #f7981d;
}
.minicart-wrapper .action.showcart {
  border: 0;
}
.minicart-wrapper .product-item-details .values .price {
  display: none;
}
.cart-totals {
  border: none;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    margin-right: -10px;
    z-index: 99999;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin-right: -10px;
  }
}
.checkout-container .authentication-wrapper button.action-auth-toggle {
  background: #f7981d;
  border: 1px solid #f7981d;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.checkout-container .authentication-wrapper button.action-auth-toggle:hover {
  background: #fff;
  text-decoration: none;
}
.checkout-container .authentication-wrapper button:hover > span {
  color: #f7981d;
  text-decoration: none;
}
.checkout-container .checkout-agreement input {
  position: relative;
  top: 21px;
  left: -15px;
}
.checkout-container .label {
  padding: 0;
}
.checkout-container .additional-options .field,
.checkout-container .additional-options .admin__field {
  margin-bottom: 20px;
}
.checkout-payment-method .payment-option-title {
  padding-left: 0;
}
.checkout-block .title:before,
.checkout-block .step-title:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f7981d;
  color: #fff;
  line-height: 30px;
  text-align: center;
  vertical-align: baseline;
  font-size: 18px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.checkout-shipping-address .step-title:before {
  content: "1";
}
.checkout-shipping-method .step-title:before {
  content: "2";
}
.checkout-payment-method .step-title:before {
  content: "3";
}
.opc-block-summary > .title:before {
  content: "4";
}
.opc-block-summary > .title,
.opc-wrapper .step-title {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
@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;
  }
}
.table-checkout-shipping-method tbody td {
  vertical-align: middle;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='gls'] {
  background: url(../images/gls.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='seur'] {
  background: url(../images/seur.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='dhl'] {
  background: url(../images/dhl.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='tnt'] {
  background: url(../images/tnt.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='correos'] {
  background: url(../images/correos.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='ups'] {
  background: url(../images/ups.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
.table-checkout-shipping-method tbody td.col-carrier[id*='ctt'] {
  background: url(../images/ctt.svg) no-repeat center right;
  background-size: 50px 50px;
  padding-right: 60px;
}
/* FOOTER */
.page-footer {
  background: #333;
  max-width: 1180px;
  margin: 0 auto;
  width: 100%;
}
.footer.content {
  border-top: 0;
  padding: 0;
  position: relative;
  color: #b7b7b7;
  margin: 0;
}
.footer.content .clear {
  border-bottom: 1px solid #aaa;
}
.footer h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: bold;
}
.footer.content .block-wrapper {
  padding: 10px 0;
  display: table;
  margin: 20px 10px;
}
.footer.content .block {
  width: 15%;
  box-sizing: border-box;
  float: none;
  display: table-cell;
  vertical-align: top;
  margin-bottom: 0;
  padding: 0 20px;
  margin-right: 40px;
  border-right: 1px solid #888;
}
@media only screen and (max-width: 767px) {
  .footer.content .company {
    border-right: none !important;
  }
  .footer.content .block {
    float: none;
    width: 100% !important;
    margin: 0 0 40px !important;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border-right: none;
    border-bottom: 1px solid #888;
  }
}
.footer.content .company {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #888;
  width: 20%;
  margin-top: 0;
}
.footer .company img {
  margin-bottom: 30px;
}
.footer .company p {
  font-size: 12px;
}
.footer .company ul.social {
  text-align: left;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #888;
}
@media only screen and (max-width: 767px) {
  .footer .company ul.social {
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer .company ul.social li {
  background: #474747;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: .2s all;
  cursor: pointer;
}
.footer .company ul.social li:last-child {
  margin-right: 0px;
}
.footer .company ul.social li:hover {
  background: #f7981d;
}
.footer .company ul.social li a span {
  color: #fff;
}
.footer .company ul.social li a:hover {
  text-decoration: none;
}
.footer.content .block.address {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  width: 20%;
}
.footer .address img {
  margin-bottom: 20px;
}
.footer .address p {
  margin-bottom: 20px;
  font-size: 15px;
}
.footer .address p:before {
  padding-right: 10px;
}
.footer .address p span.white,
.footer .address p a {
  color: #fff;
}
.footer .address p a:hover,
.footer .address p:before {
  color: #f7981d;
}
@media only screen and (max-width: 780px) {
  .footer.content .block.address {
    margin-bottom: 10px !important;
  }
}
.footer .links ul {
  list-style: disc outside;
  margin-left: 10px;
}
.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 .chronopost-tracker {
  padding: 20px;
  border-bottom: 1px solid #888;
  text-align: center;
}
.footer .chronopost-tracker h3 {
  padding-right: 40px;
  display: inline-block;
  background: url(../images/i_chronopost.png) no-repeat center right;
  line-height: 32px;
  width: 460px;
  box-sizing: border-box;
  margin-bottom: 0;
  font-size: 16px;
}
.footer .chronopost-tracker form {
  display: inline-block;
  width: calc(100% - 470px);
}
.footer .chronopost-tracker form input {
  width: 87%;
  color: #666;
}
.footer .chronopost-tracker form input::placeholder {
  color: #333;
}
.footer .chronopost-tracker form button {
  padding: 0;
  border: 0;
  background: none;
  margin: 0;
  font-size: 30px;
  color: #ccc;
}
.absolute-footer {
  background: #2a2a2a;
  padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
  .footer .chronopost-tracker h3 {
    width: auto;
  }
  .footer .chronopost-tracker form {
    display: block;
    width: 100% ;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .chronopost-tracker form input {
    width: 83%;
  }
  .footer.content .block.links ul {
    margin-bottom: 25px;
    list-style: none;
    margin-left: 0;
  }
  .footer .links ul li a {
    color: #b7b7b7;
    font-size: 16px;
  }
  .absolute-footer .payment {
    text-align: center !important;
    overflow: auto !important;
  }
  .absolute-footer .payment img {
    margin-top: 10px;
  }
}
.footer .copyright {
  padding: 10px 30px;
  background: #fff;
  color: #333;
  margin: 0;
}
.footer .signature {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.footer .newsletter-wrapper {
  padding: 0 20px 20px 20px;
  background: #fff;
}
.footer .block.newsletter {
  background: #f7981d;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin: 0 !important;
  display: block;
  border: 0;
}
.footer .block.newsletter .info {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}
.footer .block.newsletter .info h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.footer .block.newsletter .info p {
  color: #fff;
  margin: 0;
}
.footer .block.newsletter form {
  display: inline-block;
  width: 59%;
  vertical-align: middle;
}
.footer .block.newsletter .field .control::before {
  line-height: 41px;
}
.footer .block.newsletter .action.subscribe {
  border-radius: 0;
  line-height: 27px;
  background: #000;
  border-color: #000;
  transition: .2s all;
}
.footer .block.newsletter .action.subscribe:hover {
  color: #f7981d;
  background: #fff;
  border-color: #f7981d;
}
.footer .block.newsletter .privacy {
  display: block;
  margin-top: 9px;
}
.footer .block.newsletter .privacy .privacy-label {
  font-size: 11px;
  color: #333;
}
.footer .block.newsletter .privacy .privacy-label a {
  color: #333;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .footer .newsletter-wrapper {
    padding: 0;
  }
  .footer .block.newsletter {
    padding: 10px !important;
    text-align: center;
  }
  .footer .block.newsletter .info {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .footer .block.newsletter .content,
  .footer .block.newsletter .content p,
  .footer .block.newsletter .content form,
  .footer .block.newsletter h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer .block.newsletter form {
    width: 93%;
    margin-bottom: 10px;
  }
}
/* NAVIGATION */
.navigation .greet.welcome {
  display: none;
}
@media only screen and (min-width: 767px) {
  .nav-sections {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .navigation {
    background: #f7981d;
    font-weight: normal;
  }
  .navigation ul {
    padding: 0;
    text-align: left;
    display: table;
    width: 100%;
  }
  .navigation .level0 {
    display: table-cell;
    width: 2%;
    vertical-align: middle;
    padding: 8px 5px;
    transition: .2s background;
    position: static;
    text-align: center;
  }
  .navigation .level0 > .level-top {
    padding: 0;
    display: block;
    text-align: center;
    line-height: 23px;
  }
  .navigation .level0 > .level-top span {
    color: #fff;
    text-shadow: 1px 1px 1px #666;
  }
  .navigation .level0:hover,
  .navigation .level0.active,
  .navigation .level0.has-active {
    background: #454545;
  }
  .navigation .level0:hover > a,
  .navigation .level0.active > a,
  .navigation .level0.has-active > a {
    color: #fff;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0;
  }
  .navigation .level0 .submenu {
    background: #454545;
    border: 0;
    box-shadow: 0 0 0;
    font-weight: normal;
    width: 100%;
    top: 62px;
    left: 0 !important;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    box-sizing: border-box;
    padding: 20px 25% 20px 0;
  }
  .navigation .level0 .submenu li {
    display: block;
    text-align: left;
  }
  .navigation .level0 .submenu li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
  .navigation .level0 .submenu li a:hover,
  .navigation .level0 .submenu li a.ui-state-focus {
    color: #f7981d !important;
    background: none;
  }
  .navigation .level0 > .submenu-container {
    page-break-inside: avoid;
  }
  .navigation .level0 .navigation-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    overflow: hidden;
  }
  .navigation .level0 .navigation-image:after {
    content: "";
    width: 27%;
    height: 145%;
    background: #454545;
    transform: rotate(27deg);
    position: absolute;
    top: -42%;
    left: -10%;
  }
  .navigation .level0 .submenu .submenu {
    position: static !important;
    width: auto;
    display: block !important;
    height: auto;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0;
  }
  .navigation .level0 .submenu .submenu li a {
    color: #ccc;
    font-weight: normal;
    text-transform: none;
    padding: 0 20px;
  }
  .navigation .level0 .submenu .submenu .submenu {
    display: none !important;
  }
  .page-header .panel.wrapper {
    background: #666;
    border: 0;
  }
  .header.panel > .header.links {
    margin-top: 10px;
  }
  .header.panel > .header.links > li {
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
  }
  .header.panel > .header.links > li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: -1px;
    width: 1px;
    height: 12px;
    background: #eee;
  }
  .header.panel > .header.links > li:first-child a:after {
    display: none;
  }
  .header.panel > .header.links > li.welcome {
    display: none;
  }
  .header.panel > .header.links > li a {
    color: #eee;
    font-size: 14px;
  }
  .header.panel > .header.links > li a:hover {
    color: #f7981d;
  }
  .stores-info .contacts,
  .stores-info .links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .stores-info .links li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .stores-info .links li a {
    background: #f7981d;
    border: 1px solid #f7981d;
    display: inline-block;
    height: 40px;
    box-sizing: border-box;
    color: #fff;
    padding: 4px 15px;
    text-align: center;
    display: block;
    line-height: 31px;
    transition: .2s all;
    padding-left: 45px;
    width: 140px;
  }
  .stores-info .links li a:hover {
    background: #fff;
  }
  .stores-info .links li a:hover span {
    color: #f7981d;
  }
  .stores-info .links li a.two-lines {
    line-height: 14px;
  }
  .stores-info .links li a span {
    color: #fff;
  }
  .stores-info .links li a span.large {
    line-height: 16px;
    font-size: 15px;
  }
  .stores-info .links li a span.small {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
  }
  .stores-info .contacts li {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .stores-info .contacts li a .text {
    color: #eee;
  }
  .stores-info .contacts li a:hover .text {
    color: #f7981d;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections-item-title:first-child {
    border-left: 0;
  }
  .nav-sections-item-title a {
    color: #333;
  }
  .nav-sections-item-title.active a {
    color: #f7981d;
  }
  .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: #f7981d;
    border-width: 0 0 0 4px;
  }
  .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;
  }
}
/* BANNERS */
.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: 90%;
  right: 0;
  width: auto;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
.flexslider .flex-control-paging li {
  display: block;
  margin: 0 0 5px;
}
.flexslider .flex-control-paging li a {
  border-radius: 0 5px 5px 5px;
  border: 1px solid #f7981d;
  background: #f7981d;
  width: 13px;
  height: 13px;
  display: block;
  box-shadow: 0 0 0;
  overflow: hidden;
}
.flexslider .flex-control-paging li a:hover,
.flexslider .flex-control-paging li a.flex-active {
  background: #fff;
}
.flexslider .flex-caption {
  position: relative;
  top: -65%;
  left: 0;
  width: 100%;
  text-align: right;
  color: #fff;
  box-sizing: border-box;
  padding: 0 50px;
}
.flexslider .flex-caption .wrapper {
  max-width: 1180px;
  margin: 0 auto;
  text-align: right;
}
.flexslider .flex-caption h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.flexslider .flex-caption h3 {
  font-size: 35px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.flexslider .flex-caption p {
  font-size: 25px;
}
.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;
  }
  .flexslider .flex-control-paging li a {
    width: 5px;
    height: 5px;
  }
  .flexslider .flex-control-paging {
    bottom: 86%;
  }
}
/* BLOCKS */
.column.main .block .title strong {
  font-size: 24px;
  color: #f7981d;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.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: 0;
  display: block;
}
.block-compare .block-title,
.block-wishlist-search-results .block-title,
.block-wishlist .block-title {
  border-bottom: 1px solid #ccc !important;
  display: block;
  padding-bottom: 5px;
}
.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: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f7981d;
}
.block-compare .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-wishlist .block-title > strong {
  color: #333;
}
/* 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;
}
.login-container .block .block-title {
  border: 0;
}
.login-container .block .block-title strong {
  color: #f7981d;
  font-weight: bold;
}
.login-container .block .action.remind {
  color: #f7981d;
  margin-top: 20px;
}
.login-container .block .action.remind span {
  color: #f7981d;
}
.login-container .fieldset::after,
.login-container .actions-toolbar {
  margin: 20px 0 0 !important;
}
.login-container .actions-toolbar .secondary,
.login-container .actions-toolbar .primary {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
/* PRODUCTS */
.products-grid {
  margin-bottom: 40px;
}
.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: 10px;
}
.product-item .product-item-details {
  position: relative;
}
.product-item .product-item-name {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin: 0;
  height: 35px;
  width: 100%;
  overflow: hidden;
}
.product-item .product-reviews-summary .rating-summary {
  left: 0;
}
.product-item .price-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  margin: 0;
  text-align: right;
}
.product-item .price-box .special-price {
  margin: 0;
  color: #333;
}
.product-item .price-box .price-excluding-tax {
  display: none;
}
.product-item .price-box .old-price {
  margin: 0;
}
.product-item .old-price .price {
  color: #999 !important;
  font-size: 90%;
}
.product-item .product-reviews-summary {
  margin: 0;
  position: relative;
  top: -5px;
}
.product-item .price-box .price {
  color: #333;
}
.product-item .tag {
  position: absolute;
  top: 0;
  right: -150px;
  background: #f7981d;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  z-index: 1;
  transition: .2s all;
}
.product-item .tag.shown {
  right: 0;
}
.product-item .tag-promo {
  background: #b1060f;
}
.product-item .product-item-actions .actions-primary,
.product-item .product-item-actions .actions-secondary {
  display: block;
  padding: 0;
}
.product-item .tocart {
  background: #fff;
  color: #333;
  border: 1px solid #000 !important;
  width: 100%;
  display: block;
}
.product-item .towishlist,
.product-item .tocompare {
  background: #ebeaea;
  color: #727272;
  border: 1px solid #ebeaea;
}
.product-item .tocompare:hover {
  background: #fff;
  border: 1px solid #ebeaea;
}
.product-item .tocompare .icon-chart-bar:before {
  transform: rotate(90deg);
}
.products-grid.wishlist .product-item .price-box {
  position: static;
  text-align: left;
}
.products-grid.wishlist .product-item .product-item-name {
  min-height: inherit;
}
.products-grid.wishlist .product-item .tocart {
  width: 98%;
}
.products-grid ol {
  font-size: 0;
}
.products-grid .configurate-product-item {
  width: calc(50% - 10px);
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
.products-grid .configurate-product-item:nth-child(2n) {
  margin-right: 0px;
}
.products-grid .configurate-product-item .product-item-name a {
  color: #f7981d;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.products-grid .configurate-product-item .description {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 15px;
}
.products-grid .configurate-product-item .product-item-actions button {
  padding: 12px;
}
.products-grid .configurate-product-item .product-item-actions .icon-cog-alt {
  font-size: 18px;
}
.products-grid .configurate-product-item .product-item-actions span {
  font-weight: bold;
}
.products-grid .configurate-product-item .product-item-details .price-box {
  display: none;
}
.page-layout-1column .destaques .products-grid .product-item {
  margin: 0 15px 0 0 !important;
  width: calc(16% - 13px) !important;
}
.page-layout-1column .destaques .products-grid .product-item:nth-child(6n+6) {
  margin-right: 0 !important;
}
@media only screen and (max-width: 1000px) {
  .page-layout-1column .destaques .products-grid .product-item {
    margin: 0 30px 30px 0 !important;
    width: calc(33% - 48px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-1column .destaques .products-grid .product-item {
    margin: 0 30px 30px 0 !important;
    width: calc(33% - 28px) !important;
  }
}
@media only screen and (max-width: 630px) {
  .page-layout-1column .destaques .products-grid .product-item {
    margin: 0 30px 30px 0 !important;
    width: calc(50% - 30px) !important;
  }
}
@media only screen and (max-width: 400px) {
  .page-layout-1column .destaques .products-grid .product-item {
    margin: 0 0 30px 0 !important;
    width: 100% !important;
  }
}
/*SLICK */
.page-products.page-layout-1column .promocao .products-grid .product-item,
.page-layout-1column .promocao .block.widget .products-grid .product-item,
.page-layout-1column .promocao .products-grid .product-item {
  margin: 0 15px 15px 15px;
  width: calc(16.6% - 15px);
}
.promocao .products-grid .prevArrowBtn {
  position: absolute;
  z-index: 1000;
  top: 40%;
  left: -30px;
  font-size: 36px;
  cursor: pointer;
  color: #f7981d;
}
.promocao .products-grid .nextArrowBtn {
  position: absolute;
  z-index: 1000;
  top: 40%;
  right: -30px;
  font-size: 36px;
  cursor: pointer;
  color: #f7981d;
}
@media only screen and (max-width: 1000px) {
  .promocao .products-grid .prevArrowBtn {
    left: -15px;
  }
}
@media only screen and (max-width: 780px) {
  .promocao .products-grid .nextArrowBtn {
    right: -15px;
  }
}
.page-layout-2columns-left .products-grid .product-item:nth-child(4n+1) {
  margin: 0 0 15px;
  margin-left: 0;
}
.page-products.page-layout-2columns .products-grid .product-item:nth-child(6n+6),
.page-layout-2columns-left .page-products .products-grid .product-item:nth-child(6n+6),
.page-layout-2columns-left .page-products .products-grid .product-item:nth-child(4n+1),
.page-layout-2columns-left .products-grid .product-item {
  margin: 0;
  margin-left: 15px;
  width: calc(25% - 12px);
}
.product-item-info {
  width: 100% !important;
}
/* SEARCHR ESULTS PRODUCTS  */
.page-products.catalogsearch-result-index .products.wrapper.grid.products-grid .item.product.product-item {
  margin-right: 28px;
  width: calc(25% - 21px);
}
.page-products.catalogsearch-result-index .products.wrapper.grid.products-grid .item.product.product-item:nth-child(4n) {
  margin-right: 0;
}
/* BUNDLE PRODUCTS */
.page-product-bundle .product.info.detailed,
.page-product-bundle .product.attribute.description,
.page-product-bundle .title.anchors {
  display: none;
}
.page-product-bundle .box-tocart .field.qty {
  display: none;
}
.page-product-bundle .product-info-main .bundle-actions {
  display: none;
}
.page-product-bundle .product-info-main .product-info-actions .action.primary.anchor {
  display: none;
}
.page-product-bundle .product-info-main .price-box {
  display: none;
}
.bundle-options-container .block-bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .bundle-options-wrapper {
  width: 58%;
}
.bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
}
.bundle-options-container .bundle-options-wrapper .field.option {
  margin-bottom: 10px;
}
.bundle-options-container .bundle-options-wrapper .field.option .field.choice .product-name {
  width: 43%;
  display: inline-block;
  margin-right: 12px;
}
.bundle-options-container .bundle-options-wrapper .field.option .field.choice .product-sku {
  display: inline-block;
  vertical-align: top;
}
.bundle-options-container .bundle-options-wrapper .group-label {
  width: 100%;
  border: 1px solid #f7981d;
}
.bundle-options-container .bundle-options-wrapper a.label {
  cursor: pointer;
  padding: 10px;
  display: block;
}
.bundle-options-container .bundle-options-wrapper a.label span {
  float: right;
}
.bundle-options-container .bundle-options-wrapper .group-label.active a.label span {
  transform: rotate(180deg);
}
.bundle-options-container .bundle-options-wrapper .dropdown {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .dropdown.show {
  display: block;
  margin-top: 15px;
  padding-left: 15px;
}
.bundle-options-container .bundle-options-wrapper .dropdown.show .field.qty .control {
  display: inline-block;
}
.bundle-options-container .bundle-options-wrapper button.action.back.customization {
  display: none;
}
.bundle-options-container .bundle-options-wrapper .price-notice {
  float: right;
}
/* GROUPED PRODUCTS */
.product .associated-products .name-sku {
  display: inline-block;
}
.product .associated-products .name-sku p {
  font-size: 12px;
}
.product .associated-products .price-box {
  display: inline-block;
  float: right;
}
.product .associated-products .price-box .price-wrapper.price-including-tax .price {
  color: #f7981d;
  font-size: 22px;
  font-weight: bold;
}
.product .associated-products .price-box .price-wrapper.price-excluding-tax .price {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
.page-product-grouped .product-info-main .price-box {
  float: right;
}
.page-product-grouped .product-info-main .price-box .price-wrapper.price-excluding-tax {
  display: inline-block;
}
@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: 100%;
    padding: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin: 0 15px 15px 15px;
  }
  .page-layout-2columns-left .products-grid .product-item .column.main .product-item {
    padding: 0;
  }
  .column.main .product-items {
    margin: 0;
  }
  .product-item-actions .action.tocompare {
    display: inline-block !important;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .configurate-product-item {
    width: 100%;
    display: block;
  }
  .products-grid .prevArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 40%;
    left: -19px;
    font-size: 36px;
    cursor: pointer;
    color: #f7981d;
  }
  .products-grid .nextArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 40%;
    right: -19px;
    font-size: 36px;
    cursor: pointer;
    color: #f7981d;
  }
}
.product-item .old-price {
  display: inline-block;
  margin-right: 8px;
}
.product-item .special-price {
  display: inline-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: #f7981d;
}
/* PRODUCT VIEW */
.fotorama__thumb-border {
  border-color: #f7981d;
  border-left: 0;
  border-bottom: 0;
  border-right: 0;
  margin-top: 0 !important;
  padding-bottom: 2px;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .product-view {
    padding: 0px;
  }
  .products.wrapper.grid.products-grid li {
    width: 100% !important;
  }
}
.product-view .product-info-main {
  position: relative;
}
.product-view .product-info-main .page-title {
  word-break: break-all;
}
.product-view .product-info-stock-sku {
  margin-bottom: 20px;
}
.product-view .product-info-actions .quickview {
  display: none;
}
.product-info-main .product.attribute.sku > .value,
.product-info-main .product.attribute.ean > .value,
.product-view .product-info-main .product.attribute.sku,
.product-view .product-info-main .product.attribute.ean {
  display: inline-block;
  color: #333;
}
.product-view .product-info-main .product.attribute.sku:after {
  display: inline-block;
  content: "|";
  margin: 0 5px;
}
.product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 22px;
  color: #f7981d;
  margin-top: 10px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 50px;
}
.product-view iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-main .page-title-wrapper .page-title {
    margin: 0 0 15px;
  }
  .product-view .product-info-main .manufacturer-icon {
    display: none;
  }
}
.product-view .product-info-main .price-box .price-wrapper .price,
.product-view .product-options-bottom .price-box .price-wrapper.price-including-tax .price {
  color: #f7981d;
  font-size: 22px;
  font-weight: bold;
}
.product-view .product-info-main .product.attribute.overview {
  font-size: 12px;
  line-height: 22px;
}
.product-view .box-tocart label {
  display: none !important;
}
.product-view .product-info-main .box-tocart .actions,
.product-view .product-options-bottom .box-tocart .actions {
  padding-top: 0;
}
.product-view .product-info-main .box-tocart .field.qty,
.product-view .product-options-bottom .box-tocart .field.qty {
  padding-right: 2px;
}
.product-view .product-info-main .manufacturer-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .box-tocart {
    float: none !important;
  }
  .product-view .box-tocart .field.qty {
    display: inline-block;
    vertical-align: top;
  }
  .product-view .box-tocart .actions {
    display: inline-block;
    width: calc(100% - 54px);
  }
  .product-view .product-info-main .box-tocart .qty,
  .product-view .product-options-bottom .box-tocart .qty {
    text-align: center;
  }
}
.product-view .rating-summary .rating-result > span::before {
  color: #ffc741;
}
.product-view .product-reviews-summary .rating-summary {
  left: 0;
}
@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;
  }
}
.product-view .product-social-links {
  display: table;
  width: 100%;
  margin-top: 30px;
}
.product-view .product-social-links em {
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
}
.product-view .product-social-links span {
  color: #555;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
}
.product-view .product-addto-links a {
  display: inline-block;
  margin-right: 10px;
  border: 0;
  padding: 0;
  background: none;
}
.product-view .product-addto-links a em {
  color: #f7981d;
  margin-right: 5px;
  font-size: 17px;
}
.product-view .product-addto-links a span {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.product-view .product-share {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-share {
    text-align: center;
  }
}
.product-view .product-share .addthis-smartlayers {
  display: none;
}
.product-view .product-share .custom-icons strong {
  font-weight: normal;
  color: #666 !important;
  text-transform: uppercase;
}
.product-view .product-share .custom-icons a span {
  color: #999 !important;
  font-size: 15px;
}
.product-view .product-share .custom-icons a:hover {
  color: #333 !important;
}
.product-view .product.data.items {
  border-top: 1px solid #f7981d;
}
.product-view .product.data.items > .item.title > .switch {
  border: 0;
}
.product-view .product.data.items > .item.content {
  padding: 20px 0;
  border: 0;
}
.product-view .product.data.items > .item.title {
  margin-right: 20px;
}
.product-view .product.data.items > .item.title > .switch,
.product-view .product.data.items > .item.title > .switch:focus,
.product-view .product.data.items > .item.title > .switch:hover {
  background: #fff !important;
  color: #f7981d !important;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 10px;
  position: relative;
  height: auto;
  border: 1px solid #f7981d;
}
.product-view .product.data.items > .item.title.active > .switch,
.product-view .product.data.items > .item.title.active > .switch:focus,
.product-view .product.data.items > .item.title.active > .switch:hover {
  color: #fff !important;
  background: #f7981d !important;
}
.product-view .product.data.items > .item.title > .switch:after {
  background: #fff;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f7981d;
}
.product-view .product.data.items > .item.title.active > .switch:after {
  background: #f7981d;
}
@media only screen and (max-width: 767px) {
  .product-view .product.data.items > .item.content {
    border: 0;
  }
}
.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 strong {
  color: #333;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-view .price-container {
  text-align: right;
}
.product-view .product-info-main .box-tocart,
.product-view .product-options-bottom .box-tocart {
  float: right;
}
.product-view .product.attribute.description {
  margin-bottom: 30px;
}
.product-view .title.anchors {
  border-top: 1px solid #f7981d;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-view .title.anchors li {
  display: inline-block;
  padding: 0;
}
.product-view .title.anchors li span,
.product-view .title.anchors li a {
  display: block;
  padding: 6px 15px;
  background: #fff;
  color: #f7981d;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}
.product-view .title.anchors li a:hover,
.product-view .title.anchors li span {
  background: #f7981d;
  color: #fff;
}
.product-view .title.anchors li a {
  cursor: pointer;
}
.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
  display: none;
}
.price-including-tax + .price-excluding-tax::after,
.weee[data-label]::after {
  content: " " attr(data-label);
  color: #000;
}
.product-view .product-info-main .price-box .price-wrapper.price-excluding-tax .price,
.product-view .product-options-bottom .price-box .price-wrapper.price-excluding-tax .price {
  color: #000;
  font-size: 13px;
  font-weight: normal;
}
/* CART */
.cart.table-wrapper .product-item-photo {
  width: 110px;
}
.cart.table-wrapper .product-item-details {
  width: auto;
  vertical-align: middle;
}
.cart.table-wrapper .item .col.item,
.cart.table-wrapper .col {
  vertical-align: middle;
  padding: 10px;
}
.cart.table-wrapper .col.qty {
  width: 85px;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
.cart.table-wrapper .item-actions td {
  border-top: 0;
}
.cart.table-wrapper .item-actions .action.action-edit {
  display: none;
}
.cart.table-wrapper .item-info .control.qty {
  vertical-align: middle;
  font-size: 0;
}
.cart.table-wrapper .item-info .control.qty input {
  vertical-align: middle;
  height: 46px;
  display: inline-block;
  margin: 0 ;
}
.cart.table-wrapper .item-info .buttons-qty {
  display: inline-block;
  vertical-align: top;
  margin-left: 2px;
}
.cart.table-wrapper .item-info .control.qty button {
  display: block;
  margin: 0;
  padding: 2px 8px;
  width: 100%;
}
.cart.table-wrapper .item-info .control.qty button:last-child {
  border-top: none;
}
.cart.table-wrapper .item-info .control.qty button span {
  vertical-align: text-top;
}
@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-details:after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    display: block;
  }
}
.abs-shopping-cart-items-desktop .action.clear,
.abs-shopping-cart-items-desktop .action.update,
.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 {
  width: 270px;
}
.cart-container .action em,
.cart-container .action:before {
  color: #333 !important;
  transition: .2s all;
}
.cart-container .action:hover em,
.cart-container .action:hover:before {
  color: #fff !important;
}
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue,
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.action-gift {
  border: 1px solid #f7981d;
  background: #fff;
  color: #f7981d;
  font-weight: normal;
}
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.cart.table-wrapper .actions-toolbar > .action:hover {
  border-color: #f7981d !important;
  background: #f7981d !important;
  color: #fff !important;
}
.cart-container .confirm-stock {
  margin: 20px 0;
  text-align: right;
}
/* CHECKOUT */
.opc-progress-bar-item._active > span::before,
.opc-progress-bar-item._active::before {
  background: #f7981d;
}
.opc-wrapper {
  width: 100%;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background-color: #f7981d;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #f7981d;
}
.opc-wrapper.layout-3-columns .checkout-column.opc {
  width: 33%;
  display: inline-block;
  vertical-align: top;
}
.opc-wrapper .shipping-address-item {
  width: 50%;
}
.opc-wrapper .table-checkout-shipping-method {
  min-width: inherit;
}
.opc-wrapper .checkout-payment-method .actions-toolbar .primary {
  width: 100%;
}
.opc-wrapper .action-cancel,
.opc-wrapper .checkout-agreements .action.action-show {
  background: none !important;
  color: #f7981d !important;
}
.opc-wrapper .action-cancel {
  font-size: 14px;
  margin: 6px 0 0 0 !important;
}
@media only screen and (max-width: 1024px) {
  .opc-wrapper.layout-3-columns .checkout-column.opc {
    width: 100%;
  }
}
/* BLOG */
.amblog-list .amblog-post {
  display: inline-block;
  width: calc(33% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.amblog-list .amblog-post:nth-child(1) {
  width: 100%;
  margin-right: 0;
}
.amblog-list .amblog-post:nth-child(3n + 4) {
  margin-right: 0;
}
.amblog-list .amblog-post .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.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:hover .post-thumbnail img.thumbnail {
  transform: scale(1.1);
}
.amblog-list .amblog-post .post-thumbnail .post-details {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  top: 0;
  left: 0;
  display: table;
}
.amblog-list .amblog-post .post-thumbnail .post-details .details {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more {
  display: none;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  font-size: 14px;
  transition: .2s all;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more:hover {
  background: #ffffff;
  color: #333;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2,
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 2px #222;
  margin: 0;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2 {
  margin-bottom: 5px;
  font-weight: bold;
}
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 12px;
}
.amblog-list .amblog-post:nth-child(1) .post-thumbnail .post-details .learn-more {
  display: inline-block;
}
.amblog-list .amblog-post:nth-child(1) .post-thumbnail .post-details h2,
.amblog-list .amblog-post:nth-child(1) .post-thumbnail .post-details p {
  margin-bottom: 15px;
  font-size: 18px;
}
.amblog-list .amblog-post:nth-child(1) .post-thumbnail .post-details h2 {
  font-size: 22px;
}
.amblog-post .page-title {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.amblog-post .date {
  font-size: 14px;
  margin-bottom: 30px;
}
.desktop .desktop-block {
  margin-bottom: 5px;
}
.desktop.two-columns-left section.content {
  border-left: 2px solid #ccc;
}
.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: #f7981d;
  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-left: 0;
  padding-right: 20px;
}
.amblog-categories ul li a {
  text-transform: uppercase;
  color: #777;
  font-size: 16px;
}
.amblog-categories ul li .icon-right-open-mini {
  float: right;
  color: #777;
}
.amblog-post .post-thumbnail img.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.amblog-post .customer-action-bar {
  border-bottom: 0;
}
.amblog-home-recent {
  text-align: center;
}
.amblog-home-recent h2,
.amblog-home-recent p {
  color: #f7981d;
}
.amblog-home-recent h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.amblog-home-recent p {
  margin-bottom: 40px;
  font-size: 16px;
}
.amblog-home-recent ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.amblog-home-recent ul li {
  display: inline-block;
  border: 0;
  width: calc(25% - 11px);
  margin-right: 10px;
  border: 1px solid #ddd;
  position: relative;
}
.amblog-home-recent ul li:hover {
  cursor: pointer;
}
.amblog-home-recent ul li:last-child {
  margin-right: 0;
}
.amblog-home-recent ul li .thumbnail {
  border: 0;
  padding: 0;
  margin: 0;
}
.amblog-home-recent ul li .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  visibility: hidden;
  opacity: 0;
  transition: .2s all;
  background: #fff;
}
.amblog-home-recent ul li:hover .details {
  visibility: visible;
  opacity: 1;
}
.amblog-home-recent ul li .details-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.amblog-home-recent ul li .details h3 {
  font-size: 22px;
  font-weight: normal;
}
.amblog-home-recent ul li .details p {
  font-size: 16px;
}
.amblog-home-recent ul li:hover .details a,
.amblog-home-recent ul li:hover .details p {
  color: #f7981d;
}
.amblog-home-recent ul li:hover .details a:hover,
.amblog-home-recent ul li:hover .details p:hover {
  color: #f7981d;
}
@media only screen and (max-width: 767px) {
  .amblog-home-recent {
    padding: 5px;
    width: calc(100% - 10px);
  }
  .amblog-home-recent ul li {
    width: 100%;
  }
}
.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-slider {
  border-bottom: 1px solid #ddd;
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.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;
}
.category-grid .manufacturer-grid {
  font-size: 0;
}
.category-grid .manufacturer-grid .manufacturer-item {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.category-grid .manufacturer-grid .manufacturer-item img {
  width: 360px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .category-grid ul li.category {
    width: 100%;
    margin: 0 0 10px;
  }
}
.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;
  border: 1px solid #333;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}
.banners-home ul li img {
  width: 100%;
}
.banners-home ul li:nth-child(2n + 2) {
  margin-right: 0;
}
.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: #f7981d;
  font-weight: bold;
  margin-bottom: 10px;
}
.banners-home ul li .content p {
  color: #f7981d;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.banners-home ul li:hover .content .hover-effect {
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .banners-home {
    margin-bottom: 20px;
  }
  .banners-home ul li {
    width: 100%;
    margin: 0 0 10px;
  }
  .banners-home ul li .content {
    padding: 10px 5px;
  }
  .banners-home ul li .content h2 {
    font-size: 30px;
    margin: 0 0 15px;
  }
  .banners-home ul li .content p {
    font-size: 17px;
    margin: 0 0 15px;
  }
  .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: 18px;
  font-weight: bold;
}
.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: #f7981d;
  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-top: 0;
  }
  .contacts .contact-form {
    width: 100%;
  }
  .contacts .contact-form h2 {
    margin-top: 0 !important;
    text-align: left !important;
  }
  .contacts .contact-form .formbuilder-button.button {
    float: right;
  }
  .contacts .contact-info {
    width: 100%;
  }
}
.block.cart-email {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.block.cart-email label {
  display: block;
  margin-bottom: 10px;
}
.block.cart-email .actions {
  margin-top: 10px;
}
.amasty-quickview-ajax-view {
  padding: 0;
}
.amasty-quickview-ajax-view .fotorama__stage,
.amasty-quickview-ajax-view .fotorama__nav {
  width: 100%;
  left: 0 !important;
}
.amasty-quickview-ajax-view .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: none !important;
}
.amasty-quickview-ajax-view .fotorama__stage__shaft {
  width: 100% !important;
  max-width: none !important;
}
.amasty-quickview-ajax-view .product.media {
  width: 40% !important;
}
.amasty-quickview-ajax-view .product-info-main {
  width: 53% !important;
}
.amasty-quickview-ajax-view .product-view .product-info-actions .anchor {
  display: none;
}
.amasty-quickview-ajax-view .product-view .product-info-actions .quickview {
  display: inline-block;
}
.amasty-quickview-ajax-view .title.anchors,
.amasty-quickview-ajax-view .product.attribute.description,
.amasty-quickview-ajax-view .block.related,
.amasty-quickview-ajax-view .block.review-add,
.amasty-quickview-ajax-view .product.info.detailed,
.amasty-quickview-ajax-view .title.anchors {
  display: none;
}
.amquickview-hover {
  position: absolute;
  top: -33px;
  right: auto;
  left: -40px;
  max-height: none;
  width: 65px;
  height: 50px;
  line-height: 55px;
  background: #000;
  color: #fff;
  transform: rotate(-45deg);
}
.amquickview-hover a {
  transform: rotate(130deg);
  position: relative;
  top: 21px;
  left: 6px;
}
@media only screen and (max-width: 767px) {
  .amquickview-hover {
    display: none !important;
  }
  .product.info.detailed {
    margin-bottom: 0px;
  }
  .review-add {
    margin-bottom: 0px;
  }
  .product-view .product-info-actions a {
    margin-top: 10px;
  }
}
.page.tracking table.order.tracking td,
.page.tracking table.order.tracking th {
  padding: 8px;
}
.manadev-expandable-filter.outer-container {
  padding-bottom: 15px;
}
.amscroll-page-num {
  display: none;
}
/*# sourceMappingURL=styles-l.css.map */