/**
 * 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;
}
.privacy-accept-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.privacy-accept {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 800px;
  top: 5%;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  overflow: auto;
  box-sizing: border-box;
}
.privacy-accept .actions {
  text-align: center;
  margin-bottom: 20px;
}
.privacy-accept .actions a {
  display: inline-block;
}
.privacy-accept h1 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #444;
}
.privacy-accept h2 {
  margin-bottom: 10px;
  font-size: 23px;
  color: #555;
}
.privacy-accept .std {
  color: #666;
}
.privacy-accept .action.accept {
  background: #009fe4;
  color: #fff;
}
.privacy-accept .action.accept:hover {
  color: #009fe4;
  background: #fff;
}
.access-restricted-note {
  padding: 10px !important;
  border: 1px solid #ccc;
  background: #f4f4f4;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .mst-searchautocomplete__autocomplete {
    width: 100%;
    min-width: 50rem;
  }
  .mst-searchautocomplete__autocomplete._active {
    display: block !important;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols {
    width: 720px !important;
    position: absolute;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
    clear: left;
    float: left;
    display: block;
    position: relative;
    max-width: 240px;
    width: 240px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
    margin-right: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
    width: 480px !important;
    max-width: 480px !important;
    clear: right;
    float: right;
    border-left: 1px solid #efefef;
    border-right: unset;
    margin-left: -1px;
  }
  .mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__show-all {
    clear: both;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* VARIABLES */
/* RESET */
body {
  font-family: 'Montserrat', sans-serif;
}
a,
.alink,
a > span,
.alink > span {
  color: #43747e;
  transition: .2s color;
}
alink:hover,
a:hover {
  color: #333333;
  text-decoration: none;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  border-radius: 0;
  padding: 5px;
  height: 40px;
}
.formbuilder-button,
.action.primary {
  border: 1px solid #d30930;
  background: #d30930;
  font-weight: normal;
  padding: 9px 15px;
  color: #ffffff;
  transition: .2s all;
  border-radius: 0;
  text-transform: uppercase;
}
.formbuilder-button:hover,
.action.primary:hover {
  color: #d30930;
  background: #ffffff;
  border: 1px solid #d30930 !important;
}
button,
a.action.primary,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift,
.block-cart-failed .action.continue,
.cart-container .form-cart .action.continue {
  border-radius: 0;
  font-weight: normal;
  color: #43747e;
  border-color: #43747e;
  background: #fff;
  transition: .2s all;
}
button:hover,
a.action.primary:hover,
´ .cart.table-wrapper .actions-toolbar > .action,
.action-gift:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  color: #fff;
  border-color: #43747e;
  background: #43747e;
}
button.action.primary:hover span {
  color: #43747e;
}
button:hover span,
a.action.primary:hover span,
.block-cart-failed .action.continue:hover span {
  color: #fff;
}
.checkout-agreements button.action.action-show:hover span {
  color: #006bb4 !important;
}
.button-banner {
  border: 1px solid #fff;
  padding: 15px 50px;
  color: #fff !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  transition: .2s all;
}
.button-banner:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #333 !important;
}
.privacy-label {
  margin-top: 6px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .checkout-agreements .checkout-agreement.required label button {
    width: calc(80%);
    text-align: left;
    vertical-align: top;
  }
}
/* TOOLS */
.clear {
  clear: both;
}
.message.success,
.message.error,
.message.info,
.message.warning {
  font-size: 14px;
  text-align: center;
  padding: 20px;
}
.message.success > :first-child::before,
.message.error > :first-child::before,
.message.info > :first-child::before,
.message.warning > :first-child::before {
  display: none;
}
/* STYLES */
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  padding-right: 0;
  padding-left: 0;
}
.header.panel {
  padding: 0 !important;
}
.page-main {
  padding: 20px 0;
}
.breadcrumbs {
  max-width: none;
  padding: 6px 0;
  margin-bottom: 0;
}
.breadcrumbs .items {
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumbs .item {
  text-transform: uppercase;
  color: #a0a0a0 !important;
}
.breadcrumbs .item a {
  color: #a0a0a0 !important;
}
.breadcrumbs .item:not(:last-child)::after {
  content: '\007c' !important;
  font-size: 20px;
  line-height: 16px;
  padding: 0 5px;
}
@media only screen and (max-width: 1280px) {
  .page-main {
    padding: 20px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 6px;
  }
}
.fieldset .review-legend.legend strong {
  color: #333333;
  font-weight: normal;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #72939a;
  font-size: 30px;
  font-weight: bolder;
}
.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: 35px;
}
@media only screen and (max-width: 767px) {
  .columns .column.main {
    max-width: 100%;
  }
  .page-wrapper {
    padding: 5px;
  }
}
/* HEADER */
.header.content {
  position: relative;
  padding: 0;
  max-width: none;
  background: #43747e;
}
.logo {
  margin: 0;
  z-index: 99;
  position: absolute;
  top: calc(50% - 25px);
  display: inline-block;
  float: none;
  padding: 0 10px 0 75px;
}
.logo img {
  width: 100%;
}
@media only screen and (max-width: 1280px) {
  .logo {
    padding: 0 10px 0 12px;
    left: 45px;
  }
}
@media only screen and (max-width: 880px) {
  .logo {
    top: 15%;
  }
  .logo img {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    float: right;
    position: static;
    margin-left: 14px;
    margin-top: -5px;
  }
  .panel.header .switcher {
    display: block;
  }
  .logo {
    left: 35px;
  }
}
.switcher-language {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  text-transform: uppercase;
}
.switcher .switcher-dropdown[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
.switcher-language .switcher-trigger strong::after {
  display: none;
}
.header.content .header-inner-container {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  float: right;
}
.header.content .header-inner-container .navigation-customer {
  text-align: right;
}
.create-account {
  float: none;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: auto;
  text-align: center;
  margin: 0 22px 0 0;
  transition: .2s all;
  vertical-align: top;
  cursor: pointer;
}
.create-account .label {
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  padding-right: 5px;
}
.create-account:hover {
  background: #43747e;
}
.create-account a {
  color: #fff !important;
  font-size: 13px;
}
.create-account a:hover {
  text-decoration: underline;
}
.create-account span {
  color: #fff !important;
  transition: .2s all;
  vertical-align: middle;
  font-size: 22px;
  cursor: pointer;
}
.create-account:hover span {
  color: #fff !important;
}
.block-search {
  float: none;
  width: 250px;
  display: inline-block;
  height: 40px;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.block-search form .search {
  background: #43747e;
  width: calc(100% - 40px);
}
.block-search .action.search {
  background: #43747e;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  right: 0;
  padding: 0;
  border-left-color: #000;
  boder: 0;
  cursor: pointer;
}
.block-search .action.search:hover > strong {
  color: #fff;
}
.block-search .action.search::before {
  all: unset;
}
.block-search .action.search > strong {
  color: #fff;
  font-size: 22px;
}
.block-search .action.search[disabled] {
  cursor: pointer;
  pointer-events: unset;
}
.block-search input:not([disabled]) {
  box-shadow: 0 0 0;
}
.block-search input::placeholder {
  color: #fff;
  opacity: 1 !important;
}
.block-search .control {
  border: 0;
}
.block-search input[type="text"] {
  border: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding-left: 12px;
}
.block-search input[type="text"]:placeholder {
  color: #fff;
  opacity: 1 !important;
}
.block-search .action.search[disabled] {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .header.content {
    padding: 10px 0;
    height: 120px;
  }
  .logo img {
    max-width: none;
  }
  .minicart-wrapper {
    float: none;
    position: absolute;
    right: 0;
    top: 15px;
    margin: 0 !important;
  }
  .nav-toggle {
    float: none;
    position: absolute;
    left: auto !important;
    right: 70px !important;
    top: 22px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #43747e;
  }
  .nav-toggle:before {
    color: #fff;
  }
  .nav-toggle:hover:before {
    color: #fff;
  }
  .create-account {
    display: none;
    float: none;
    position: absolute;
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
  }
  .block-search {
    float: none;
    position: absolute;
    right: 1%;
    bottom: 10px;
    margin: 0;
    width: 98%;
  }
  .block-search .control {
    border: none;
  }
  .block-search .field.search input {
    left: auto;
    right: 40px;
    top: 0;
    margin: 0;
    width: calc(100% - 40px);
  }
  .block-search .field.search input[aria-expanded="true"] {
    position: absolute;
    left: auto;
    right: 40px;
    top: 0;
    margin: 0;
  }
  .block-search .field.search label {
    background: #43747e;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .block-search .field.search label:before {
    color: #fff;
  }
  .block-search form .search {
    width: 100%;
  }
}
.minicart-wrapper {
  margin: 0 20px 0 0;
}
.minicart-wrapper .label {
  font-size: 13px;
  line-height: 40px;
  color: #fff;
  padding-right: 5px;
}
.minicart-wrapper .action.close {
  opacity: 1;
  filter: alpha(opacity=1);
  display: none;
}
.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: #fff;
  font-size: 25px;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart .icon {
  background: #43747e;
  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: #fff;
  color: #333;
  border: 0;
  font-size: 14px;
  font-weight: 600;
}
.minicart-wrapper .block-minicart {
  box-shadow: 0 !important;
  border-color: #ccc;
  background: #fff;
  color: #333;
  width: 300px;
  right: 0;
  padding: 0;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
}
.minicart-wrapper .block-minicart .block-title span.text {
  font-size: 17px;
  font-weight: lighter;
}
.minicart-wrapper .block-minicart .block-title span.qty {
  display: none;
}
.minicart-wrapper .block-minicart .block-content {
  padding: 15px;
}
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  margin: 0 -15px;
  height: auto;
}
.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-name {
  text-transform: none !important;
  width: calc(70%) !important;
}
.minicart-items .product-item-pricing .label,
.minicart-items .product-item-name a {
  color: #333 !important;
}
.minicart-items .details-qty {
  margin-top: 5px !important;
}
.minicart-items .item-qty {
  background: none;
  border: 0;
}
.minicart-items-wrapper {
  border: 0;
  border-bottom: 1px solid #ddd;
}
.minicart-wrapper .block-minicart .product-item .product-item-photo {
  border: 0;
}
.minicart-wrapper .block-minicart .product-item .product-item-name a {
  font-weight: normal;
}
.minicart-items .product-item-details .product-item-pricing {
  margin-top: 25px;
}
.minicart-items .product-item-pricing .label {
  width: auto;
}
.minicart-items .item-qty {
  width: 30px;
  padding: 0;
  margin: 0;
  height: auto;
}
.minicart-items .action.delete {
  position: absolute;
  top: -8px;
  right: 0;
}
.block-minicart .subtotal {
  margin: 0 0 25px;
  color: #333;
  text-align: left;
  font-size: 18px;
}
.block-minicart .subtotal .amount .price {
  font-weight: normal !important;
}
.block-minicart .subtotal .amount.price-container {
  display: inline-block;
  float: right;
}
.block-minicart .subtotal .label {
  color: #333;
}
.block-minicart .action.viewcart {
  border: 1px solid #d30930;
  background: #d30930;
  color: #fff;
  border-radius: 0;
  padding: 8px 10px;
  display: inline-block;
  transition: .3s;
  font-size: 15px;
  text-transform: uppercase;
}
.block-minicart .action.viewcart span {
  color: #fff;
}
.block-minicart .action.viewcart:hover {
  background: #fff;
  color: #d30930;
}
.block-minicart .action.viewcart:hover span {
  color: #d30930;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: none;
  display: inline-block;
  color: #fff;
  text-align: left;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart {
  border: 0;
}
.block-minicart .minicart-items .item {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    margin-right: -10px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin-right: 0;
  }
  .minicart-wrapper .label {
    display: none;
  }
}
.checkout-payment-method .payment-option,
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .page-main {
  padding-top: 110px;
}
.checkout-container .opc-progress-bar-item {
  width: 205px;
}
.checkout-container .authentication-wrapper {
  top: 195px !important;
}
.checkout-container .opc-wrapper {
  padding-top: 45px;
}
.checkout-container .authentication-wrapper a span {
  color: #43747e !important;
}
.checkout-container .authentication-wrapper a:hover span {
  color: #43747e !important;
  text-decoration: underline;
}
.checkout-container .authentication-wrapper button.action-auth-toggle {
  background: #d30930;
  border: 1px solid #d30930;
  padding: 8px 20px;
  color: #fff;
  font-weight: normal;
  font-size: 20px;
  width: 100%;
}
.checkout-container .authentication-wrapper button.action-auth-toggle:hover {
  background: #fff;
  text-decoration: none;
}
.checkout-container .authentication-wrapper button:hover > span {
  color: #d30930;
  text-decoration: none;
}
.checkout-container .checkout-shipping-address .step-title {
  color: #000;
  border-bottom: 2px solid #ccc;
  font-weight: normal;
}
.checkout-container .checkout-shipping-method .step-title {
  color: #000;
  border-bottom: 2px solid #ccc;
  margin-top: 70px;
  font-weight: normal;
}
.checkout-payment-method .payment-methods .payment-group .step-title {
  color: #000;
  border-bottom: 2px solid #ccc;
  font-weight: normal;
}
.checkout-container .modal-custom.opc-sidebar {
  margin-top: 92px;
}
.shipping-info {
  background: #43747e;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.checkout-container .authentication-wrapper .block-authentication .actions-toolbar .action-login:hover span {
  color: #fff;
}
.checkout-shipping-method .table-checkout-shipping-method .col.col-method {
  width: 35%;
  text-align: center;
}
.checkout-shipping-method .table-checkout-shipping-method tr.row td.col.col-method {
  text-align: center;
}
.checkout-container .methods-shipping .action.continue {
  border-color: #d30930;
  background: #d30930;
}
.checkout-container .methods-shipping .action.continue:hover {
  border-color: #d30930 !important;
  background: #fff;
  color: #d30930;
}
.checkout-container .methods-shipping .action.continue:hover span {
  color: #d30930;
}
.checkout-container .checkout-shipping-address .action {
  color: #d30930;
  border-color: #d30930;
}
.checkout-container .checkout-shipping-address .action:hover {
  color: #fff;
  border-color: #d30930;
  background: #d30930;
}
.checkout-container .checkout-shipping-address .form-login .action {
  color: #fff;
}
.checkout-container .checkout-shipping-address .form-login .action:hover {
  color: #d30930;
  border-color: #d30930;
  background: #fff;
}
.checkout-container .checkout-shipping-address .form-login .action:hover span {
  color: #d30930;
}
.checkout-agreements button.action.action-show:hover span {
  color: #000 !important;
  text-decoration: none;
}
.checkout-agreement[novalidate="novalidate"] {
  border: 1px solid red;
  padding: 5px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  color: #d30930;
  border-color: #d30930;
}
.checkout-payment-method .checkout-billing-address .primary .action-update:hover {
  color: #fff;
  border-color: #d30930;
  background: #d30930;
}
.checkout-payment-method .checkout-billing-address .action-cancel {
  color: #d30930;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover {
  color: #d30930;
}
.checkout-payment-method .checkout-billing-address .action-cancel:hover span {
  color: #d30930;
}
.checkout-payment-method .payment-method-content .action.checkout:hover span {
  color: #d30930;
}
.checkout-payment-method .form-discount .action {
  color: #d30930;
  border-color: #d30930;
}
.checkout-payment-method .form-discount .action:hover {
  color: #fff;
  border-color: #d30930;
  background: #d30930;
}
.checkout-success .actions-toolbar .continue {
  color: #fff;
  border-color: #d30930;
  background: #d30930;
}
.checkout-success .actions-toolbar .continue span {
  color: #fff;
}
.checkout-success .actions-toolbar .continue:hover {
  color: #ffd30930f;
  background: #fff;
}
.checkout-success .actions-toolbar .continue:hover span {
  color: #d30930;
}
@media only screen and (min-width: 767px) {
  .checkout-container .authentication-wrapper {
    position: relative;
    top: 70px;
  }
  .opc-progress-bar {
    text-align: left;
    width: 50%;
    float: left;
  }
  .authentication-wrapper {
    text-align: right;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .opc-estimated-wrapper {
    display: none;
  }
  .authentication-wrapper {
    float: none;
    max-width: 100%;
    text-align: center;
    margin: 0;
  }
  .checkout-index-index .page-main {
    padding: 0;
  }
  .checkout-container .opc-progress-bar-item {
    width: 160px;
  }
  .opc-progress-bar-item > span {
    font-size: 14px;
  }
  .checkout-container .authentication-wrapper {
    top: 155px !important;
  }
  .checkout-index-index .message.error {
    top: 30px;
  }
  .checkout-container .opc-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 329px) {
  .checkout-container .authentication-wrapper {
    top: 220px !important;
  }
}
/* FOOTER */
.page-footer {
  background: #43747e;
  padding: 15px 0;
}
.footer.content {
  border-top: 0;
  padding: 0;
  margin-bottom: 0px;
  position: relative;
  color: #adb6b8;
  margin-top: 15px;
}
.footer.content .clear {
  border-bottom: 1px solid #fff;
}
.footer h3 {
  color: #ddd;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: normal;
}
.footer.content .block {
  float: left;
  width: 20%;
  box-sizing: border-box;
  margin-top: 50px;
}
.signature {
  margin: 30px 8px 10px;
  text-align: right;
}
@media only screen and (max-width: 1290px) {
  .page-footer {
    padding: 15px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer.content .block {
    float: none;
    width: 100% !important;
    margin: 0 0 40px !important;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px;
  }
}
.footer.content .company {
  padding-right: 80px;
  width: 30%;
  margin-top: 0;
}
.footer .company img {
  margin-bottom: 30px;
}
.footer .company p {
  font-size: 12px;
}
.footer.content .social {
  width: 30%;
}
.footer .social ul {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer .social ul {
    text-align: center;
  }
}
.footer .social ul li {
  background: #3a3939;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  transition: .2s all;
  cursor: pointer;
}
.footer .social ul li:hover {
  background: #f7981d;
}
.footer .social ul li a span {
  color: #fff;
}
.footer .social ul li a:hover {
  text-decoration: none;
}
.footer .social img {
  margin-bottom: 20px;
}
.footer .social p {
  margin-bottom: 20px;
  font-size: 15px;
}
.footer .social p:before {
  padding-right: 10px;
}
.footer .social p.icon-phone,
.footer .social p.icon-mail-alt {
  color: #f7981d;
}
.footer .links ul li {
  margin-bottom: 8px;
}
.footer .links ul li a {
  color: #b7b7b7;
  font-size: 12px;
}
.footer .links ul li a:hover {
  color: #f7981d;
}
.footer .payment {
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: -10px;
}
@media only screen and (max-width: 767px) {
  .footer .payment {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}
.footer-wrapper {
  font-size: 0;
  width: 70%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.footer-wrapper > div {
  display: inline-block;
  vertical-align: top;
}
.footer-wrapper div.footer-logo {
  width: 40%;
}
.footer-wrapper div.footer-logo {
  width: 40%;
}
.footer-wrapper div.footer-logo img {
  position: absolute;
  top: calc(50% - 25px);
}
.footer-wrapper .footer-logo {
  padding: 42px;
}
.footer-wrapper div.footer-links h2 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: bold;
}
.footer-wrapper div.footer-links li {
  margin-bottom: 5px;
}
.footer-wrapper div.footer-links a {
  color: #adb6b8;
  font-size: 14px;
}
.footer-wrapper div.footer-links a:hover {
  color: #fff;
}
.block.newsletter {
  width: 30% !important;
  box-sizing: border-box;
  margin: 0 !important;
  float: right !important;
}
.block.newsletter h3 {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-weight: bold;
}
.block.newsletter .content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.block.newsletter .content p {
  color: #adb6b8;
  font-size: 13px;
  margin: 0;
  margin-bottom: 23px;
}
.block.newsletter .field {
  margin-right: 0;
}
.block.newsletter .content form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.block.newsletter .field .control::before {
  line-height: 41px;
  display: none;
}
.block.newsletter .field .control input[type="email"] {
  background: #43747e;
  border-color: #fff;
  height: 50px;
}
.block.newsletter .field .control input:not([disabled]):focus {
  box-shadow: none;
}
.block.newsletter .action.subscribe {
  border-radius: 0;
  line-height: 20px;
  background: #43747e;
  border-color: #fff;
  border-left: 0;
  transition: .2s all;
  color: #80a1a8;
  height: 50px;
}
.block.newsletter .action.subscribe:hover {
  color: #80a1a8;
  background: #43747e;
  border-color: #fff !important;
  border-left: 0 !important;
}
.block.newsletter .action.subscribe:hover span {
  color: #80a1a8;
}
.block.newsletter .privacy {
  display: block;
  margin-top: 9px;
}
.block.newsletter .privacy .privacy-label {
  font-size: 12px;
  color: #adb6b8;
}
.block.newsletter .privacy .privacy-label input {
  margin-right: 5px;
}
.block.newsletter .privacy .privacy-label a {
  color: #adb6b8;
}
.block.newsletter .privacy .privacy-label:hover a {
  text-decoration: underline;
}
.block.newsletter input {
  padding-left: 15px;
  color: #adb6b8;
}
.block.newsletter input::placeholder {
  color: #adb6b8;
  opacity: 1;
}
.block.newsletter div.mage-error[generated] {
  margin-top: 0;
}
.footer .copyright {
  margin: 13px 0 0;
}
.footer .social-links {
  padding: 10px 5px 0 !important;
  float: right;
}
.footer .social-links li {
  display: inline-block;
  padding-right: 0;
}
.footer .social-links li:last-child {
  padding-right: 0;
}
.footer .social-links li span {
  color: #fff;
  font-size: 25px;
}
@media only screen and (max-width: 1290px) {
  .footer-wrapper {
    width: 60%;
  }
  .footer-wrapper div.footer-logo {
    width: 40%;
    padding: 42px 0 0 15px;
    text-align: left;
  }
  .footer-wrapper div.footer-links {
    width: 60%;
    padding-left: 15px;
  }
  .block.newsletter {
    width: 40% !important;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: left;
    padding: 13px 0;
  }
  .block.newsletter {
    padding: 10px;
    text-align: center;
    margin-bottom: 20px !important;
  }
  .block.newsletter .content,
  .block.newsletter .content p,
  .block.newsletter .content form,
  .block.newsletter h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper {
    width: 100%;
  }
  .footer-wrapper div.footer-links {
    text-align: center;
  }
  .block.newsletter {
    width: 100% !important;
  }
  .footer.content .block.newsletter {
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
  }
  .block.newsletter .content {
    width: 70%;
  }
  .block.newsletter h3 {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 650px) {
  .footer-wrapper div.footer-logo {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
  }
  .footer-wrapper div.footer-logo img {
    position: relative;
  }
  .footer-wrapper div.footer-links {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .block.newsletter h3 {
    font-weight: bold;
  }
  .block.newsletter .content {
    width: 100%;
  }
  .block.newsletter .content .subscribe .newsletter {
    display: inline-block;
    width: calc(100% - 54px);
  }
  .block.newsletter .actions {
    display: inline-block;
    text-align: center;
    width: 50px;
  }
  .block.newsletter .action.subscribe {
    margin-left: -9px;
  }
}
@media only screen and (max-width: 360px) {
  .footer .social-links {
    float: none;
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
    padding-bottom: 5px;
  }
}
/* NAVIGATION */
.navigation .greet.welcome {
  display: none;
}
@media only screen and (min-width: 767px) {
  .nav-sections {
    background: #43747e;
    margin-bottom: 0;
    width: 100%;
  }
  .navigation {
    background: none;
    font-weight: normal;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .navigation ul {
    padding: 0;
    text-align: center;
  }
  .navigation ul li {
    display: inline-block;
  }
  .navigation .level0 {
    margin: 0;
    position: unset;
    line-height: 65px;
  }
  .navigation .level0 > .level-top {
    line-height: 17px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: lighter;
    line-height: auto;
  }
  .navigation .level0 > .level-top span {
    color: #fff;
  }
  .navigation .level0 > .level-top:first-child {
    padding-left: 0;
    padding-right: 25px;
  }
  .navigation .level0:hover:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 3px;
    content: "";
    z-index: 9999;
  }
  .navigation .level0:hover > .level-top span:after {
    position: absolute;
    bottom: -25px;
    left: -14px;
    background: #72939a;
    width: 100%;
    height: 4px;
    content: "";
    z-index: 99999;
  }
  .navigation .level0:last-child a {
    padding-right: 0 !important;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0;
  }
  .navigation .level0 .submenu {
    /*display:block !important;*/
    position: absolute;
    box-shadow: 0 0 0;
    min-width: -moz-max-content;
    top: auto !important;
    right: auto !important;
    width: 100%;
    text-align: left;
    left: 0 !important;
    padding: 25px 18%;
    border-top: 3px solid #72939a;
    border-bottom: 3px solid #72939a;
    z-index: 999;
    background-color: #d9e6e9 !important;
    column-count: 3;
  }
  .navigation .level0 .submenu a {
    font-size: 14px;
    display: block;
    text-align: left;
    color: #454545;
    font-weight: normal;
    padding: 5px;
    text-transform: none;
  }
  .navigation .level0 .submenu a span {
    color: #454545;
    font-weight: normal;
  }
  .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .navigation .level0 .submenu a:focus .navigation .level0 .submenu a:hover {
    font-size: 15px;
    background: none !important;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    font-size: 15px;
    background: none !important;
  }
  .navigation .level0 .submenu li {
    margin-bottom: 0;
    display: block;
    vertical-align: top;
    padding: 5px;
    line-height: 17px;
  }
  .navigation .level0 .submenu:hover:after {
    display: none;
  }
  .page-header .panel.wrapper {
    display: block;
  }
  .panel.header {
    padding: 0;
    display: block;
    position: relative;
    height: 0;
    max-width: 100% !important;
  }
  .panel.header .header.links {
    float: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 162px;
    background: #fff;
    transition: all .3s ease;
    display: block;
    padding: 0 10px;
    box-shadow: 0 0 5px #666;
    z-index: 99;
    right: 185px;
  }
  .panel.header .header.links.visible {
    visibility: visible;
    opacity: 1;
    top: 52px;
    transform: translateY(5px);
  }
  .panel.header .header.links li {
    display: block;
    margin: 0;
    padding: 8px;
    border-bottom: 1px solid #ccc;
  }
  .panel.header .header.links li:last-child {
    border-bottom: 0;
  }
  .panel.header a {
    color: #000;
    display: block;
  }
  .panel.header a:hover {
    text-decoration: underline;
  }
  .panel.header .header.links li:first-child {
    display: none !important;
  }
  .panel.header li.link.wishlist {
    display: none;
  }
  .panel.header li.item.link.compare {
    display: none;
  }
  .panel.header li.greet.welcome {
    display: none;
  }
  .panel.header li.link.rewards {
    display: none;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1800px) {
  .nav-sections {
    padding-left: 300px;
  }
  .navigation .level0 .submenu {
    width: calc(100% - 50px);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1420px) {
  .nav-sections {
    padding-left: 0;
    padding-top: 30px;
  }
  .navigation .level0 .submenu {
    width: 100%;
  }
  .logo {
    top: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  /*.navigation > ul { padding-left: 280px;}*/
}
@media only screen and (min-width: 767px) and (max-width: 1120px) {
  .navigation .level0 > .level-top {
    font-size: 12px;
  }
  .navigation .level0 > .level-top:first-child {
    padding-right: 12px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .navigation .level0 > .level-top {
    font-size: 10px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 880px) {
  .nav-sections {
    padding-top: 10px;
  }
  .navigation > ul {
    padding-left: 0;
  }
  .navigation .level0 > .level-top {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .navigation .level0 > .level-top {
    font-size: 12px;
  }
  .nav-sections-item-title:first-child {
    border-left: 0;
  }
  .nav-sections-item-title a {
    color: #333;
  }
  .nav-sections-item-title.active a {
    color: #43747e;
  }
  .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: #d30930;
    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: 10px;
  width: 100%;
  text-align: center;
}
.flexslider .flex-control-paging li {
  display: inline-block;
}
.flexslider .flex-control-paging li a {
  border-radius: 50%;
  background: #fff;
  width: 19px;
  height: 19px;
  border: 0;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #43747e;
}
.flexslider .flex-control-nav li {
  margin: 0 5px;
}
.flexslider .flex-caption {
  position: relative;
  top: -50%;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  padding-left: 7%;
}
.flexslider .flex-caption .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.flexslider .flex-caption h2 {
  font-size: 29px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 48px;
}
.flexslider .flex-caption p {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 70px;
}
.flexslider .flex-caption h3 {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.flexslider .flex-caption a {
  display: inline-block;
  background: #d30930;
  color: #fff;
  border: 1px solid #d30930;
  padding: 18px 85px;
  transition: .2s all;
  height: auto !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
.flexslider .flex-caption a:hover {
  background: #fff;
  color: #d30930;
}
@media only screen and (max-width: 767px) {
  .flexslider .flex-caption .wrapper {
    padding: 5px;
  }
  .flexslider .flex-caption h2 {
    font-size: 15px;
    margin: 0 0 5px;
  }
  .flexslider .flex-caption h3 {
    font-size: 13px;
    margin: 0 0 8px;
  }
  .flexslider .flex-caption a {
    padding: 2px 10px;
    font-size: 12px;
  }
  .flexslider .flex-caption p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* BLOCKS */
.column.main .block .title strong {
  font-size: 24px;
  color: #43747e;
  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: 1px solid #ddd;
  display: block;
  padding-bottom: 15px;
}
.block-compare .block-title > strong,
.block-giftregistry-results .block-title > strong,
.block-giftregistry-shared-items .block-title > strong,
.block-wishlist-search-results .block-title > strong,
.block-reorder .block-title > strong,
.widget .block-title > strong,
.block-wishlist .block-title > strong {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
/* ICONS */
.product-item .tocompare::before,
.product-items .action.towishlist::before,
.products.list.items .action.towishlist::before,
.table-comparison .action.towishlist::before {
  all: unset;
}
/* CUSTOMER */
.account .page-main {
  padding: 80px 0;
}
.account-nav .item a {
  color: #4d97cf;
}
.account .page-main .block a.action,
.account .page-main .block a.action span {
  color: #4d97cf;
  font-weight: bold;
}
.account .page-main .block a.action {
  padding-right: 0px;
}
.account .page-main .block .block-title {
  margin-bottom: 8px;
}
.account .page-main .block .block-title strong {
  font-weight: normal;
  font-size: 18px;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #000;
}
.account .delete-message .action.primary:hover {
  border: 1px solid #43747e !important;
}
.customer-account-login .column.main {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.customer-account-login .page-title {
  text-align: center !important;
  font-weight: normal !important;
  font-size: 25px !important;
  color: #43747e !important;
}
.login-container .block {
  text-align: left;
}
.login-container .block {
  text-align: left;
}
.login-container .block .block-title {
  border: 0;
  text-align: left;
}
.login-container .block .block-title strong {
  color: #000;
  text-align: left;
  font-weight: normal;
  font-size: 30px;
  text-transform: uppercase;
}
.login-container .block .action.remind {
  color: #0069b8;
  margin-top: 20px;
  padding-right: 10%;
}
.login-container .block .action.remind span {
  color: #0069b8;
}
.login-container .fieldset > .field {
  margin: 0 0 15px;
}
.login-container .fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 100%;
}
.login-container .fieldset > .field > .control {
  width: 61%;
}
.login-container .actions-toolbar {
  width: 61%;
}
.login-container .fieldset::after {
  text-align: left;
}
.login-container .actions-toolbar .secondary {
  text-align: left !important;
}
.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: left;
  margin: 0;
}
.login-container .actions-toolbar .primary .create {
  background: #d30930;
  border-color: #d30930;
}
.login-container .actions-toolbar .primary .create span {
  color: #fff;
}
.login-container .actions-toolbar .primary .create:hover {
  background: #fff;
}
.login-container .actions-toolbar .primary .create:hover span {
  color: #d30930;
}
.login-container .block-customer-login button.action.primary:hover span {
  color: #d30930;
}
.account .actions-toolbar button.action.primary:hover span {
  color: #d30930;
}
.wishlist-index-index .product-items .product-item-actions .action.tocart {
  width: calc(100% - 20px);
  padding: 5px 10px;
  background: #d30930;
  border: 1px solid #d30930;
}
.wishlist-index-index .product-items .product-item-actions .action.tocart:hover {
  background: #fff;
  border: 1px solid #d30930 !important;
}
.wishlist-index-index .product-items .product-item-actions .action.tocart:hover span {
  color: #d30930 !important;
}
.wishlist-index-index .product-items .product-item-actions .action.tocart span {
  display: block;
}
.products-grid.wishlist li .box-tocart {
  float: none;
  margin-right: 0;
  text-align: center;
}
.privacy-accept .action.primary:hover {
  border: 1px solid #43747e !important;
}
.privacy-accept .action.accept {
  background: #43747e !important;
  color: #fff;
}
.privacy-accept .action.accept:hover {
  color: #fff !important;
  background: #43747e !important;
}
@media only screen and (max-width: 767px) {
  .columns .sidebar-main {
    order: 1;
  }
  .customer-account-login .column.main {
    padding-top: 0;
  }
  .login-container .actions-toolbar .primary {
    text-align: center;
  }
  .products-grid.wishlist .product-item-photo {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: none;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: left;
  }
  .products-grid.wishlist .product-item-name,
  .products-grid.wishlist .product-item-description,
  .products-grid.wishlist .product-item .price-box,
  .products-grid.wishlist .product-item-tooltip {
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .login-container .fieldset > .field > .control {
    width: 100%;
  }
  .login-container .actions-toolbar {
    width: 100%;
  }
}
/* 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: 30px;
  border: 1px solid #e7e7e7;
}
.product-item .product-item-photo .mask-bg {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item .product-item-details {
  position: relative;
  text-align: center;
}
.product-item .product-item-name {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  margin: 0;
}
.product-item .product-item-name a {
  font-weight: bold;
  color: #585858;
}
.product-item .product-reviews-summary .rating-summary {
  left: 0;
}
.product-item .price-box {
  margin: 0;
}
.product-item .price-box .special-price {
  margin: 0;
  color: #333;
}
.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;
}
.product-item .price-box .price {
  color: #43747e;
  font-size: 15px;
  font-weight: bolder;
}
.product-item .tag {
  position: absolute;
  top: 0;
  right: -150px;
  background: #43747e;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  z-index: 100;
  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: inline-block;
  padding: 0;
}
.product-item .towishlist,
.product-item .tocompare,
.product-item .tocart {
  all: unset;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #43747e;
  color: #fff;
  border: 1px solid #43747e;
  text-align: center;
  transition: .2s all;
  font-size: 17px;
  vertical-align: top;
  cursor: pointer;
}
.product-item .towishlist:hover,
.product-item .tocompare:hover,
.product-item .tocart:hover {
  color: #43747e;
  background: #fff;
  border: 1px solid #43747e !important;
}
.product-item .tocart span {
  display: none;
}
.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);
}
.page-products .products-grid .product-item:nth-child(4n+1),
.page-layout-2columns-left .page-products .products-grid .product-item:nth-child(4n+1),
.page-layout-1column .products-grid .product-item:nth-child(5n+1) {
  margin: 0 0 15px 35px;
}
.page-layout-1column .products-grid .product-item:nth-child(4n+1) {
  margin: 0 0 15px 0;
}
/*.page-layout-1column .block.widget .products-grid .product-item,*/
/*.page-layout-1column .products-grid .product-item { margin: 0 0 0 35px; width: calc(~"25% - 27px") !important; }*/
.page-layout-1column .products-grid .product-item {
  margin-left: 35px;
  width: calc(25% - 27px);
}
.page-layout-2columns-left .products-grid .product-item:nth-child(4n+1) {
  margin: 0 0 100px;
  margin-left: 0;
}
.page-layout-2columns-left .products-grid .product-item {
  margin: 0;
  margin-left: 35px;
  width: calc(25% - 27px);
  margin-bottom: 100px;
}
.product-item-info {
  width: 100% !important;
}
@media only screen and (max-width: 1025px) {
  .page-layout-2columns-left .products-grid .product-item:nth-child(4n+1) {
    margin-left: 35px;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-layout-2columns-left .products-grid .product-item {
    width: calc(33% - 24px);
    padding: 0 !important;
  }
  .cms-home .home-products .products-grid .product-item {
    all: unset;
    margin: 0 15px 15px 15px !important;
    padding: 0 !important;
    display: inline-block !important;
  }
  .cms-home .home-products .products-grid .product-item:first-child {
    all: unset;
    margin: 0 15px 15px 15px !important;
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1),
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-1column .products-grid .product-item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .page-layout-1column .products-grid .product-item:nth-child(3n+1) {
    margin-left: 20px;
  }
  .page-layout-1column .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1) {
    margin-left: 20px;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item:nth-child(3n+1),
  .products-grid.wishlist .product-item {
    width: 98% !important;
  }
  .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;
  }
  .cms-home .home-products .products-grid .product-item {
    all: unset;
    margin: 0 15px 15px 15px !important;
    padding: 0 !important;
    display: inline-block !important;
  }
  .cms-home .home-products .products-grid .product-item:first-child {
    all: unset;
    margin: 0 15px 15px 15px !important;
    display: inline-block !important;
  }
}
.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 #43747e !important;
}
#mana-please-wait p {
  color: #333;
  border-color: #43747e;
}
/* PRODUCT VIEW */
.catalog-product-view .page-main {
  padding: 80px 0 50px;
}
.fotorama__thumb {
  background-color: #fff !important;
}
.fotorama__thumb-border {
  border-color: #43747e;
  border: 0;
  margin-top: 0 !important;
  padding-bottom: 2px;
  box-sizing: content-box;
  width: 97% !important;
  background: none !important;
  width: auto !important;
}
.fotorama__stage__frame:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  margin-bottom: 10px;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: 97% !important;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb.fotorama__active {
  border: 1px solid #a5a4a4 !important;
}
@media only screen and (max-width: 767px) {
  .product-view {
    padding: 5px;
  }
}
.product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 20px;
  color: #72939a;
  margin-top: 40px;
  text-transform: uppercase;
  text-align: left;
  font-weight: bolder;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-main .page-title-wrapper .page-title {
    margin: 0 0 15px;
  }
}
.product.media {
  position: relative;
}
.product.media .zoom-img {
  position: absolute;
  bottom: 4px;
  right: 3px;
  font-size: 25px;
}
.product.media .zoom-img:hover {
  cursor: pointer;
}
.product-view .product-info-main .price-box {
  text-align: right;
}
.product-view .product-info-main .price-box .price-wrapper .price,
.product-view .product-options-bottom .price-box .price-wrapper .price {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}
.product-view .product-info-main .product.attribute.overview {
  font-size: 13px;
  text-align: justify;
  color: #444;
}
.product-view .product-info-main .price-box {
  margin-top: 100px;
}
.price-box .price-label {
  display: none;
}
.product-view .price-box .price-label {
  display: inline-block;
  padding: 2px 5px 2px 0;
  font-size: 16px !important;
  font-weight: normal;
  text-transform: uppercase;
}
.product-view .box-tocart label {
  display: none !important;
}
.product-view .product-info-main .box-tocart {
  float: right;
}
.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 {
  display: none;
  padding-right: 2px;
}
.product-info-main .box-tocart .action.tocart {
  all: unset;
  padding: 14px 85px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #d30930;
  color: #fff;
  font-size: 16px;
  background: #d30930;
}
.product-info-main .box-tocart .action.tocart:hover {
  border: 1px solid #b20000 !important;
  color: #d30930;
  background: #fff;
  cursor: pointer;
}
.product-info-main .box-tocart .action.tocart:hover span {
  color: #d30930;
}
.product-view .product.description {
  text-align: justify;
  font-size: 14px;
  color: #545454;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-main .box-tocart .qty,
  .product-view .product-options-bottom .box-tocart .qty {
    text-align: center;
  }
  .product-info-main .box-tocart .action.tocart {
    width: auto !important;
  }
  .product-view .product-info-main .short-description {
    margin-bottom: 55px;
  }
}
.product-view .rating-summary .rating-result > span::before {
  color: #ffc741;
}
@media only screen and (max-width: 1285px) {
  .catalog-product-view .page-main {
    padding-left: 5px;
    padding-right: 5px;
  }
  .page-layout-1column .product-info-main {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .product-reviews-summary {
    display: block;
  }
  .product-view .rating-summary {
    display: block;
  }
  .product-reviews-summary .reviews-actions {
    display: block;
  }
  .page-layout-1column .product-info-main {
    margin-top: 20px;
  }
}
.product-view .product-social-links {
  display: table;
  width: 100%;
  margin-top: 30px;
  text-align: right;
}
.product-view .product-social-links em {
  display: inline-block;
  margin-right: 8px;
  font-size: 30px;
  color: #679bcd;
  vertical-align: middle;
}
.product-view .product-social-links span {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  vertical-align: middle;
  font-weight: normal;
}
.product-view .product-mailto-friend {
  display: table-cell;
  width: 50%;
}
.product-view .action.mailto.friend span {
  line-height: normal;
}
.product-view .action.mailto.friend::before {
  all: unset;
}
.product-view .action.mailto.friend {
  margin: 0;
  line-height: 17px;
}
.product-view .product-info-main .product-addto-links,
.product-view .product-options-bottom .product-addto-links {
  margin: 0;
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.product-view .product-social-links .action.towishlist {
  padding: 0;
  background: none;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .product-view .product-social-links .mailto.friend span,
  .product-view .product-social-links .action.towishlist span {
    text-align: center;
    display: inline-block;
  }
  .product-view .product-social-links .mailto.friend em,
  .product-view .product-social-links .action.towishlist em {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }
}
.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: #333333 !important;
}
.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: 40px;
}
.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: #555 !important;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
  height: auto;
}
.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: #679bcd !important;
}
.product-view .product.data.items > .item.title.active > .switch:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
}
.product-view .product.data.items > .item.title.active > .switch::after {
  display: none;
}
@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 .product.info.detailed {
  padding-top: 80px;
  margin-bottom: 70px;
}
.product-view .block.related {
  margin-bottom: 0;
}
.product-view .block .block-content .products {
  margin: 25px 0 0 !important;
}
.product-view .block-title strong {
  color: #679bcd;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0;
}
.product-view .block .details .price-label {
  display: none;
}
.page-product-downloadable .product-add-form {
  all: unset;
  float: right;
  width: 40%;
  text-align: right;
}
.page-product-downloadable .product-add-form .product-options-bottom {
  width: 100%;
}
.page-product-downloadable .product-add-form .product-options-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads .sample.link {
  margin-left: 15px;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart {
  float: right;
}
.page-product-downloadable .product-add-form .product-options-bottom .box-tocart button:hover span {
  color: #d30930 !important;
}
.page-product-downloadable .product-view .product-info-main .price-box {
  display: none;
}
.page-product-bundle .bundle-actions button:hover span {
  color: #d30930 !important;
}
.product-item .price-to {
  display: none;
}
.product-view .old-price .price-label {
  display: none;
}
/* 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 .item-actions .actions-toolbar {
  text-align: right;
}
.cart.table-wrapper .item-actions td {
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: center;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    float: left;
  }
  .cart.table-wrapper .product-item-details {
    padding-top: 20px;
  }
  .cart.table-wrapper .product-item-details:after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    display: block;
  }
}
/* CHECKOUT */
.checkout-cart-index .page-title {
  color: #000 !important;
  font-weight: normal !important;
  margin: 50px 0;
}
.checkout-cart-index .cart.item .item-info td {
  border-top: 0;
}
.checkout-cart-index .cart-summary button.action.primary:hover span {
  color: #d30930;
}
.opc-progress-bar-item._active > span::before,
.opc-progress-bar-item._active::before {
  background: #43747e;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background-color: #43747e;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #43747e;
}
.cart-container .form-cart .actions .action.continue:hover span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .checkout-shipping-method .table-checkout-shipping-method .col-method,
  .checkout-shipping-method .table-checkout-shipping-method .col-price,
  .checkout-shipping-method .table-checkout-shipping-method .col-carrier {
    padding: 8px 3px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 300px) {
  .checkout-shipping-method .table-checkout-shipping-method .col-method,
  .checkout-shipping-method .table-checkout-shipping-method .col-price,
  .checkout-shipping-method .table-checkout-shipping-method .col-carrier {
    padding: 8px 2px;
    font-size: 10px;
  }
}
/* BLOG */
.am-blog-head.fix-me {
  display: none;
}
.amblog-list .amblog-post {
  display: inline-block;
  width: calc(33% - 16px);
  margin-right: 24px;
  margin-bottom: 40px;
  vertical-align: top;
}
.amblog-list .amblog-post:nth-child(3n) {
  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: relative;
  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: top;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  padding-top: 27px;
}
.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: #43747e;
  text-shadow: 0 0 2px #ddd;
  margin: 0;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2 {
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 15px !important;
  color: #585858;
  font-weight: bold;
}
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 14px;
}
.block.amblog-search button:hover span {
  color: #43747e;
}
.amblog-post .page-title {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-align: left;
}
.amblog-post .date {
  font-size: 14px;
  margin-bottom: 30px;
}
.desktop .desktop-block {
  margin-bottom: 5px;
}
.desktop.two-columns-left section.content {
  border-left: 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: #43747e;
  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: #43747e;
}
.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: #43747e;
}
.amblog-home-recent ul li:hover .details a:hover,
.amblog-home-recent ul li:hover .details p:hover {
  color: #43747e;
}
@media only screen and (max-width: 1030px) {
  .amblog-list .amblog-post .post-thumbnail .post-details .details {
    padding: 20px 55px;
    vertical-align: middle !important;
  }
  .amblog-index-index .columns .column.main,
  .amblog-index-post .columns .column.main,
  .amblog-index-category .columns .column.main {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1010px) {
  .amblog-list .amblog-post .post-thumbnail .post-details h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 760px) {
  .amblog-list .amblog-post {
    width: 100%;
    margin-right: 0;
  }
  .amblog-list .amblog-post:nth-child(1) {
    width: 100%;
  }
  .amblog-list .amblog-post .post-thumbnail .post-details h2 {
    margin-top: 10px;
  }
}
@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 PAGE */
.catalog-category-view .sidebar-main {
  display: none;
}
.category-slider {
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}
.category-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-slider ul li {
  display: inline-block;
  text-align: center;
}
.category-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-grid ul li.category {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  margin: 0 32px 32px 0;
  background: #f4f4f4;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.category-grid ul li.category:nth-child(3n + 3) {
  margin-right: 0;
}
.category-grid ul li.category img {
  position: absolute;
  top: 10px;
  left: calc(100% - 0px);
  transition: .5s all;
  z-index: 9;
}
.category-grid ul li.category.shown img {
  left: calc(100% - 150px);
}
.category-grid ul li a {
  color: #111;
}
.category-grid ul li a:hover {
  color: #43747e;
}
.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;
}
@media only screen and (max-width: 767px) {
  .category-grid ul li.category {
    width: 100%;
    margin: 0 0 10px;
  }
}
.catalog-category-view .page-main {
  padding: 40px 0;
}
.magestore-bannerslide-flex-slider {
  margin-bottom: 10px !important;
}
.catalog-category-view .column.main {
  width: 100%;
  padding-bottom: 0;
}
.catalog-category-view .page-title {
  text-align: left;
  color: #72939a !important;
  font-weight: bolder !important;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 25px;
}
.page-with-filter.catalog-category-view .page-title {
  margin-bottom: 0px;
}
.catalog-category-view .products-grid {
  border-top: 1px solid #afb2bb;
  margin: 0;
  padding-top: 60px;
}
.catalog-category-view .page-main {
  position: relative;
  padding-bottom: 0;
}
.catalog-category-view .toolbar-products {
  margin: 0;
}
.catalog-category-view .toolbar-products .toolbar-sorter {
  position: absolute;
  top: -36px;
  right: 0;
}
.catalog-category-view .toolbar-products .limiter {
  padding-bottom: 20px;
}
.catalog-category-view .toolbar-amount {
  display: none;
}
.toolbar-products .sorter-label {
  font-weight: bold;
  color: #679bcd;
  text-transform: uppercase;
}
@media only screen and (max-width: 950px) {
  .catalog-category-view .page-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .toolbar-products .toolbar-sorter {
    top: 5px;
  }
  .toolbar-products .sorter-label {
    font-size: 12px;
  }
}
/*FILTERS*/
.mana-filter-block-above-horizontal {
  transition: .3s all;
}
.mana-filter-block-above-horizontal .filter-options-title {
  padding: 0 40px 0 0;
}
.mana-filter-block-above-horizontal .filter-options-item:nth-child(n) {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  transition: .3s all;
}
.mana-filter-block-above-horizontal.expanded .filter-options-item:nth-child(n) {
  visibility: visible;
  opacity: 1;
  max-height: 200px;
}
.mana-filter-block-above-horizontal .filter-options {
  padding-top: 25px;
}
.mana-filter-block-above-horizontal .show-more-filters {
  position: absolute;
  margin: 0px;
  top: -25px;
  right: 335px;
}
.mana-filter-block-above-horizontal .show-more-filters span {
  position: relative;
  z-index: 9;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #679bcd;
  border-right: 2px solid #679bcd;
  padding-right: 10px;
}
.mana-filter-block-above-horizontal .show-more-filters span:hover {
  color: #a3a3a3;
  transition: .3s all;
}
.mana-filter-block-above-horizontal .icon-down-open {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -2px;
}
.mana-filter-block-above-horizontal.expanded .icon-down-open {
  display: none;
}
.mana-filter-block-above-horizontal.expanded .icon-up-open {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -3px;
}
.mana-filter-block-above-horizontal .icon-up-open {
  display: none;
}
.mana-filter-block-above-horizontal .filter-current {
  padding-top: 20px;
}
.mana-filter-block > strong {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mana-mobile-layered-navigation-enabled .mana-filter-block.mana-mobile {
    margin-top: 50px;
  }
  .filter-options .filter-options-content {
    margin: 0;
  }
}
/*  CATEGORY PAGE WITH SUBCATEGORIES */
.subcategories-grid .categories-list {
  font-size: 0;
  margin: 0;
}
.subcategories-grid .categories-list .category-item {
  margin-bottom: 65px;
}
.subcategories-grid .categories-list .category-item:nth-child(4n+1) {
  margin-bottom: 65px;
}
.subcategories-grid .categories-list .subcategory-item-photo img {
  width: 100%;
}
.subcategories-grid .categories-list .subcategory-description p {
  font-size: 14px;
  color: #6b6b6b;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .subcategories-grid .categories-list .category-item {
    margin-bottom: 30px;
  }
  .subcategories-grid .categories-list .category-item:nth-child(4n+1) {
    margin-bottom: 30px;
  }
}
/* HOME PAGE*/
.banners-home {
  margin-bottom: 50px;
}
.banners-home ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.banners-home ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.banners-home ul li:nth-child(2n + 2) {
  margin-right: 0;
  text-align: right;
}
.banners-home ul li .content {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  transition: .5s all;
}
.banners-home ul li.shown .content {
  right: 0;
}
.banners-home ul li:nth-child(2n + 2) .content {
  right: auto;
  left: 100%;
}
.banners-home ul li.shown:nth-child(2n + 2) .content {
  left: 0;
}
.banners-home ul li .content h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 40px;
}
.banners-home ul li .content p {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.banners-home ul li .content p.button {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .banners-home ul li {
    width: 100%;
    margin: 0 0 10px;
    text-align: center;
  }
  .banners-home ul li:nth-child(2n + 2) {
    text-align: center;
  }
  .banners-home ul li .content {
    padding: 10px 5px;
  }
  .banners-home ul li .content h2 {
    font-size: 30px;
    margin: 0 0 15px;
    text-align: center;
  }
  .banners-home ul li .content p {
    font-size: 17px;
    margin: 0 0 15px;
    text-align: center;
  }
  .banners-home ul li .content .button-banner {
    padding: 8px 50px;
  }
}
.cms-home.page-layout-1column .page-main {
  padding: 38px;
}
.cms-home.page-layout-1column .column.main {
  padding: 0;
}
.newsletter-cms-home {
  display: none;
}
.home-newsletter .newsletter-cms-home {
  display: block;
}
.home-newsletter .footer {
  display: none;
}
.home-newsletter {
  position: relative;
}
.home-newsletter img {
  width: 100%;
}
.home-newsletter .block.newsletter {
  float: none !important;
  position: absolute;
  top: calc(50% - 75px);
  right: 35px;
}
.home-newsletter .block.newsletter h3 {
  font-size: 20px;
  font-weight: normal;
}
.home-newsletter .block.newsletter .content p {
  font-size: 14px;
}
.home-newsletter .block.newsletter .field .control input[type="email"] {
  background: none;
  border-right: 0;
}
.home-newsletter .block.newsletter .action.subscribe {
  background: none;
}
@media only screen and (max-width: 768px) {
  .home-newsletter {
    background: #43747e;
    width: 100%;
  }
  .home-newsletter img.newsletter-cms-home {
    display: none;
  }
  .home-newsletter .block.newsletter {
    position: relative;
    top: 0;
    right: 0;
    margin: 0 !important;
  }
}
.highlights-wrapper {
  font-size: 0;
  margin-bottom: 32px;
}
.highlights-wrapper .highlight-blog {
  width: calc(50% - 18px);
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.highlights-wrapper .highlights-categories {
  width: calc(50% - 18px);
  margin-left: 18px;
  display: inline-block;
  vertical-align: top;
}
.highlights-wrapper .highlights-categories .highlight {
  position: relative;
}
.highlights-wrapper .highlights-categories .highlight:first-child {
  margin-bottom: 7%;
}
.highlights-wrapper img {
  width: 100%;
}
.highlights-wrapper .content-wrapper {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #fff;
  opacity: 0.7;
  padding: 30px 25px;
  min-width: 79%;
  cursor: pointer;
}
.highlights-wrapper .content-wrapper h2 {
  text-transform: uppercase;
  color: #585858;
  font-size: 26px;
  margin-bottom: 10px;
  margin-top: 0;
}
.highlights-wrapper .content-wrapper p {
  color: #585858;
  font-size: 17px;
}
@media only screen and (max-width: 900px) {
  .highlights-wrapper .content-wrapper {
    padding: 10px;
  }
  .highlights-wrapper .content-wrapper h2 {
    font-size: 18px;
  }
  .highlights-wrapper .content-wrapper p {
    font-size: 12px;
  }
  .cms-home.page-layout-1column .page-main {
    padding: 20px 5px 40px;
  }
}
@media only screen and (max-width: 550px) {
  .highlights-wrapper .highlight-blog {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .highlights-wrapper .highlights-categories {
    width: 100%;
    margin-left: 0;
  }
  .highlights-wrapper .highlights-categories .highlight:first-child {
    margin-bottom: 20px;
  }
}
.cms-home .page-bottom {
  max-width: 100%;
  width: 100%;
}
.homepage-content {
  font-size: 0;
  background: #f7f7f7;
}
.homepage-content .info {
  margin-bottom: 20px;
  position: relative;
}
.homepage-content .info.catalog {
  text-align: right;
  margin: 0;
}
.homepage-content .image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.homepage-content .image img {
  width: 100%;
}
.homepage-content .content-wrapper {
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}
.homepage-content .directions .content-wrapper {
  right: 0;
}
.homepage-content .catalog .content-wrapper {
  left: 0;
}
.homepage-content .content-wrapper .content {
  max-width: 50%;
  margin: 0 auto;
  text-align: right;
}
.homepage-content .catalog .content-wrapper .content {
  text-align: left;
}
.homepage-content .content-wrapper h2 {
  color: #72939a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 38px;
}
.homepage-content .content-wrapper p {
  color: #679bcd;
  font-size: 16px;
  margin-bottom: 75px;
}
.homepage-content .content-wrapper a {
  color: #fff;
  font-size: 15px;
  background: #d30930;
  border: 1px solid #d30930;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 100px;
}
.homepage-content .content-wrapper a:hover {
  color: #d30930;
  background: #f7f7f7;
}
.cms-home .home-products .product-item {
  position: relative !important;
}
.cms-home .home-products .product-item .tag-promo {
  right: 0;
}
.cms-home .home-products .prev-arrow-btn {
  font-size: 35px;
  color: #72939a;
  position: absolute;
  top: 30%;
  padding: 0;
  left: -45px;
  border: 0;
  background: none;
  z-index: 1000;
}
.cms-home .home-products .next-arrow-btn {
  font-size: 35px;
  color: #72939a;
  position: absolute;
  top: 30%;
  padding: 0;
  right: -45px;
  border: 0;
  background: none;
  z-index: 1000;
}
.cms-home .home-products button:active {
  box-shadow: 0 0;
}
.cms-home .home-products .products-grid ol {
  font-size: 0;
}
.cms-home .home-products .products-grid .product-item {
  all: unset;
  margin: 0 15px 15px 15px !important;
  padding: 0 !important;
  display: inline-block !important;
}
.cms-home .home-products .products-grid .product-item:first-child {
  all: unset;
  margin: 0 15px 15px 15px !important;
  display: inline-block !important;
}
@media only screen and (max-width: 1280px) {
  .cms-home .home-products .prev-arrow-btn {
    left: -35px;
  }
  .cms-home .home-products .next-arrow-btn {
    right: -35px;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-home .home-products .prev-arrow-btn {
    font-size: 25px;
    left: -15px;
  }
  .cms-home .home-products .next-arrow-btn {
    font-size: 25px;
    right: -15px;
  }
}
@media only screen and (max-width: 1550px) {
  .homepage-content .content-wrapper .content {
    max-width: 100%;
    padding: 0 20%;
  }
}
@media only screen and (max-width: 1280px) {
  .homepage-content .content-wrapper .content {
    padding: 0 10%;
  }
  .homepage-content .content-wrapper a {
    padding: 15px 50px;
  }
  .homepage-content .content-wrapper p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .homepage-content .content-wrapper h2 {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 16px;
  }
  .homepage-content .content-wrapper p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .homepage-content .content-wrapper a {
    padding: 8px 15px;
    font-size: 10px;
  }
  .cms-home .home-products .prev-arrow-btn {
    left: 17px;
    font-size: 20px;
  }
  .cms-home .home-products .next-arrow-btn {
    font-size: 20px;
    right: -5px;
  }
}
@media only screen and (max-width: 768px) {
  .cms-home .columns .column.main {
    order: 0;
  }
  .cms-home .home-products .prev-arrow-btn {
    left: -10px;
  }
  .cms-home .home-products .next-arrow-btn {
    right: -10px;
  }
}
@media only screen and (max-width: 500px) {
  .homepage-content .content-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    transform: none;
    margin: 40px 0;
  }
  .homepage-content .image {
    width: 100%;
  }
}
/* CMS PAGE*/
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view .page-title {
  color: #000 !important;
  font-weight: normal !important;
}
.cms-page-view h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 20px;
  margin-top: 70px;
}
.cms-page-view h2.first {
  margin-top: 20px;
}
.cms-page-view p {
  font-size: 12px;
  text-align: justify;
}
.cms-page-view ul {
  list-style: none;
}
.cms-page-view ul li {
  margin: 0;
}
.cms-page-view ul li p {
  margin: 0;
}
.cms-faqs .collapsible {
  cursor: pointer;
  padding: 5px 0 10px 0;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 21px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: normal;
  background: none;
  color: #43747e;
}
.cms-faqs .collapsible:hover {
  color: #43747e;
  background-color: #fff;
}
.cms-faqs .collapsible:active {
  box-shadow: none;
  color: #43747e !important;
}
.cms-faqs .listStyle li .content {
  display: none;
  overflow: hidden;
  color: #333;
  padding: 0;
}
.cms-faqs .listStyle .content p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .cms-page-view h2 {
    margin-top: 50px;
  }
}
/* CONTACTS */
.cms-contacts .page-main > .page-title-wrapper .page-title,
.cms-contactos .page-main > .page-title-wrapper .page-title {
  margin-bottom: 10px;
  color: #72939a !important;
  font-weight: bolder !important;
}
.cms-contacts .content-info h2,
.cms-contactos .content-info h2 {
  margin-top: 40px;
  margin-bottom: 28px;
  font-size: 25px;
  text-transform: uppercase;
  color: #679bcd;
}
.cms-contacts .main p,
.cms-contactos .main p {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.content-info {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
.content-info .schedule {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
}
.content-info .schedule p {
  display: block;
}
.content-info ul p {
  vertical-align: middle;
  margin: 0;
}
.content-info span {
  color: #72939a;
  font-size: 25px;
  vertical-align: middle;
}
.content-info span.icon-mail {
  font-size: 20px;
  padding: 0 3px;
}
.cms-contacts .main ul,
.cms-contactos .main ul {
  padding: 0;
  list-style: none;
}
.cms-contacts .main ul li,
.cms-contactos .main ul li {
  margin-bottom: 18px;
}
.contact-form {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.contact-form .formbuilder-form .form-content > h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
  color: #679bcd;
  text-align: left;
}
.formbuilder-form .form-content .before-form-content {
  margin-bottom: 16px;
}
.contact-form .formbuilder-form .required {
  visibility: hidden;
  font-size: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.contact-form .formbuilder-form .form-list .field {
  min-height: auto;
}
.contact-form .formbuilder-form .form-list .row {
  margin-bottom: 0;
}
.contact-form .formbuilder-form input[type="text"]::placeholder {
  color: #000;
  opacity: 0.7;
}
.contact-form .formbuilder-form textarea::placeholder {
  color: #000;
  opacity: 0.7;
}
.contact-form .formbuilder-form .formbuilder-button {
  float: right;
  font-weight: bolder;
  padding: 12px 60px;
}
.contact-form .formbuilder-form .formbuilder-button:hover span {
  color: #d30930;
}
.contacts .contact-info {
  float: right;
  width: 35%;
}
.contacts .contact-info h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #43747e;
  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: 1000px) {
  .content-info {
    width: 45%;
  }
  .contact-form {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main {
    padding-top: 0;
  }
  .content-info {
    width: 100%;
    text-align: center;
  }
  .contact-form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-action {
    position: absolute;
    right: 10px;
  }
  .field-tooltip .field-tooltip-content {
    position: relative !important;
    left: 0;
    top: 42px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    display: none;
  }
}
/*Modal add to cart*/
.modal-popup.add-to-cart-popup button {
  margin-bottom: 15px;
}
/* Search Page */
.catalogsearch-result-index .products-grid .product-item {
  margin-left: 35px !important;
  width: calc(25% - 27px) !important;
  margin-bottom: 100px;
}
.catalogsearch-result-index .products-grid .product-item:nth-child(4n+1) {
  margin-left: 0px !important;
}
@media only screen and (max-width: 1024px) {
  .catalogsearch-result-index .column.main .product-items {
    margin-left: 0;
  }
  .catalogsearch-result-index .products-grid .product-item {
    width: calc(33% - 24px) !important;
    padding: 0 !important;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 35px !important;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalogsearch-result-index .products-grid .product-item {
    width: calc(50% - 10px) !important;
    margin-left: 20px !important;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(3n+1) {
    margin-left: 20px !important;
  }
  .catalogsearch-result-index .products-grid .product-item:nth-child(2n+1) {
    margin-left: 0px !important;
  }
}
/* SALES ORDER PRINT */
.sales-order-print .page-main {
  padding: 0;
  font-size: 12px;
}
.sales-order-print .page-title-wrapper {
  text-align: center;
}
.sales-order-print .page-title-wrapper .page-title {
  margin-bottom: 20px;
  font-size: 30px;
}
.sales-order-print .page-title-wrapper .order-date {
  text-align: left;
  margin: 10px 0;
}
.sales-order-print .page-title-wrapper .order-status {
  margin-bottom: 0;
}
.sales-order-print .mark {
  background: none;
}
.sales-order-print .order-details-items .table-wrapper {
  margin: 0;
}
.sales-order-print .order-details-items .table {
  margin: 0;
}
.sales-order-print .order-details-items .table tfoot th,
.sales-order-print .order-details-items .table tfoot td {
  padding: 4px;
}
.sales-order-print .order-details-items .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.sales-order-print .order-details-items .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  padding: 4px;
  padding-top: 14px;
}
.sales-order-print .order-details-items .item-options dd {
  margin: 0;
}
.sales-order-print .order-details-items .item-options {
  margin: 0;
}
.sales-order-print .order-details-items .actions-toolbar {
  display: none;
}
.sales-order-print .block-order-details-view .box {
  margin-bottom: 5px !important;
}
.sales-order-print .box-order-shipping-address,
.sales-order-print .box-order-billing-address,
.sales-order-print .box-order-shipping-method {
  display: inline-block;
  width: 30% !important;
  vertical-align: top;
  float: none !important;
}
.sales-order-print .box-order-billing-method {
  width: 100% !important;
  margin: 0;
}
.sales-order-print .box-order-billing-method .payment-method {
  margin: 0;
}
.sales-order-print .box-order-billing-method table {
  margin: 0 !important;
}
.sales-order-print a {
  text-decoration: underline;
  color: #000;
}
.sales-order-print .copyright {
  display: none;
}
.sales-order-print .logo {
  height: 70px;
  position: relative;
  top: 0;
  padding: 10px 0 0 0;
}
.sales-order-print .logo img {
  max-height: 50px;
  width: auto;
}
.sales-order-print .magestore-bannerslider {
  display: none;
}
@media print {
  .sales-order-print a[href]:after {
    content: none !important;
  }
}
