/**
 * 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;
}
.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: #000;
  color: #fff;
}
.privacy-accept .action.accept:hover {
  color: #000;
  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;
  }
  .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: 'Catriel', sans-serif;
}
a,
.alink,
a > span,
.alink > span {
  color: #2a7faa;
  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 #2a7faa;
  background: #2a7faa;
  font-weight: normal;
  padding: 9px 15px;
  color: #ffffff;
  transition: .2s all;
  border-radius: 0;
  text-transform: uppercase;
}
.formbuilder-button:hover,
.action.primary:hover {
  color: #2a7faa;
  background: #ffffff;
  border: 1px solid #2a7faa !important;
}
/*
.fotorama__stage__frame{cursor:pointer !important;}
.fotorama--fullscreen { max-width: 80%; max-height: 80%; top: 10% !important; left: 10% !important; box-shadow: 0 0 5px #000; }
.fotorama__nav.fotorama__nav--thumbs { margin-top: 20px !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: #2a7faa;
  border-color: #2a7faa;
  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: #2a7faa;
  background: #2a7faa;
}
button.action.primary:hover span {
  color: #2a7faa;
}
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;
}
/* TOOLS */
.clear {
  clear: both;
}
.message.success,
.message.error,
.message.info,
.message.warning {
  font-size: 14px;
  text-align: center;
  padding: 20px;
}
.message.success > :first-child::before,
.message.error > :first-child::before,
.message.info > :first-child::before,
.message.warning > :first-child::before {
  display: none;
}
/* STYLES */
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  padding-right: 0;
  padding-left: 0;
}
.page-main {
  padding: 20px 0;
}
.breadcrumbs {
  max-width: none;
  background: #e9e9e9;
  padding: 6px 0;
  margin-bottom: 0;
  display: none;
}
.breadcrumbs .items {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 6px;
  }
}
.fieldset .review-legend.legend strong {
  color: #555;
  font-weight: normal;
  display: inline-block;
  padding-left: 15px;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
}
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-left .sidebar-main {
  width: 300px;
  padding: 0;
}
.page-layout-2columns-left .column.main {
  width: calc(100% - 320px);
}
.account.page-layout-2columns-left .column.main {
  width: 75%;
}
.page-title {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  .page-main {
    padding-left: 5px;
    padding-right: 5px;
  }
  .column.main {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .columns .column.main {
    max-width: 100%;
  }
  .page-wrapper {
    padding: 5px;
  }
}
/* HEADER */
.page-wrapper {
  position: relative;
}
.header-warning {
  background: #d92e86;
  margin-bottom: 10px;
}
.header-warning .warning {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}
.header-warning .warning p {
  text-align: center;
  margin: 0;
  color: #fff;
}
.header.content {
  position: relative;
  padding: 0;
  height: 135px;
}
.logo {
  position: absolute;
  margin: 0;
  top: 20px;
  z-index: 99;
}
.logo img {
  width: 229px;
}
@media only screen and (max-width: 767px) {
  .nav-toggle {
    float: right;
    position: static;
    margin-left: 14px;
    margin-top: -5px;
  }
}
.create-account {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0px 0 0 0;
  transition: .2s all;
  cursor: pointer;
}
.create-account:hover {
  background: #2a7faa;
}
.create-account a {
  color: #888 !important;
  font-size: 22px;
}
.create-account span {
  color: #2a7faa !important;
  transition: .2s all;
  font-size: 22px;
}
.create-account:hover span {
  color: #fff !important;
}
.action-phone {
  display: inline-block;
  position: relative;
  float: right;
  background: #2a7faa;
  color: #fff;
  padding: 8px 15px;
  font-size: 18px;
}
.action-phone a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding-left: 8px;
}
.block-search {
  float: right;
  display: inline-block;
  height: 40px;
  margin: 0px 10px 0 0;
  width: auto;
}
.block-search .action-search {
  float: right;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  margin: 0px 0 0 0;
  cursor: pointer;
}
.block-search .action-search span {
  font-size: 22px;
  color: #2a7faa;
}
.block-search .block-content {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 250px;
  top: 50px;
  right: -90px;
}
.block-search .block-content.visible {
  visibility: visible;
  opacity: 1;
}
.block-search .action.search {
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #fff;
  right: 0;
  padding: 0;
  border-left-color: #000;
  opacity: 1 !important;
}
.block-search .action.search:hover > strong {
  color: #2a7faa;
}
.block-search .action.search::before {
  all: unset;
}
.block-search .action.search > strong {
  color: #2a7faa;
  font-size: 22px;
}
@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: 10px;
    bottom: 10px;
  }
  .nav-toggle {
    float: none;
    position: absolute;
    left: auto !important;
    right: 49px !important;
    top: 30px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2a7faa;
  }
  .nav-toggle:before {
    color: #fff;
  }
  .nav-toggle:hover:before {
    color: #fff;
  }
  .create-account {
    float: none;
    position: absolute;
    left: auto !important;
    right: 10px !important;
    top: 10px !important;
  }
  .block-search {
    float: none;
    position: absolute;
    right: 100px;
    bottom: 10px;
    margin: 0;
    width: calc(100% - 105px);
  }
  .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 label {
    background: #666;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .block-search .field.search label:before {
    color: #fff;
  }
  .block-search .field.search input[aria-expanded="true"] {
    position: absolute;
    left: auto;
    right: 39px;
    top: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .create-account {
    display: none;
  }
  .logo {
    left: 5%;
  }
  .nav-toggle {
    top: 75px !important;
    right: 60px !important;
    background: #fff;
  }
  .nav-toggle::before {
    color: #2a7faa;
  }
  .nav-toggle:hover::before {
    color: #2a7faa;
  }
  .block-search .block-content {
    z-index: 9999;
  }
  .block-search .field.search label {
    background: #fff;
  }
  .block-search .field.search label::before {
    color: #2a7faa;
  }
  .block-search .field.search input {
    border: 0;
  }
  .block-search .block-content.visible {
    border: 1px solid #ddd;
  }
}
@media only screen and (max-width: 520px) {
  .logo img {
    width: 170px;
  }
  .action-phone {
    padding: 2px 5px;
  }
}
@media only screen and (max-width: 390px) {
  .logo {
    left: 2%;
  }
  .logo img {
    width: 130px;
  }
}
.minicart-wrapper {
  margin: 0px 10px 0 0;
  cursor: pointer;
}
.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: #2a7faa;
  font-size: 25px;
}
.minicart-wrapper .action.showcart .counter.qty,
.minicart-wrapper .action.showcart .icon {
  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: block;
  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-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 #2a7faa;
  background: #2a7faa;
  color: #fff;
  border-radius: 0;
  padding: 8px 20px;
  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: #2a7faa;
}
.block-minicart .action.viewcart:hover span {
  color: #2a7faa;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: none;
  display: inline-block;
  color: #2a7faa;
  text-align: left;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart {
  border: 0;
}
.block-minicart .minicart-items .item {
  border: 0;
}
.minicart-items-wrapper .product-item .product-item-name {
  width: 100% !important;
  padding-right: 20px;
  padding-left: 72px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    margin-right: -10px;
    z-index: 99999;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    margin-right: -40px;
  }
}
.checkout-payment-method .payment-option,
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-container .authentication-wrapper a span {
  color: #2a7faa !important;
}
.checkout-container .authentication-wrapper a:hover span {
  color: #2a7faa !important;
  text-decoration: underline;
}
.checkout-container .authentication-wrapper button.action-auth-toggle {
  background: #2a7faa;
  border: 1px solid #2a7faa;
  padding: 8px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
.checkout-container .authentication-wrapper button.action-auth-toggle:hover {
  background: #fff;
  text-decoration: none;
}
.checkout-container .authentication-wrapper button:hover > span {
  color: #2a7faa;
  text-decoration: none;
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .opc-wrapper .step-title {
  color: #2a7faa;
  border-bottom: 2px solid #ccc;
}
@media only screen and (min-width: 767px) {
  .checkout-container .authentication-wrapper {
    position: relative;
    top: 70px;
    width: 33%;
  }
  .opc-progress-bar {
    text-align: left;
    float: none;
  }
  .authentication-wrapper {
    text-align: right;
    width: 50%;
    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: 10px 0 30px;
  }
}
/*  HOME PAGE */
.cms-home .column.main {
  padding-bottom: 0;
}
.cms-home .page-main {
  padding-bottom: 0;
}
.cms-home .page-footer {
  padding-top: 0;
}
.cms-home .text-welcome {
  padding: 0 5px 30px 5px;
}
.cms-home .servicos .consultas li {
  display: inline-block;
  margin-right: 30px;
  width: calc(33% - 20px);
  height: 405px;
  padding: 20px 28px;
}
.cms-home .servicos .consultas li:nth-child(3) {
  margin-right: 0;
}
.cms-home .servicos .consultas li h2 {
  margin: 12px 0 5px;
  font-size: 24px;
}
.cms-home .servicos .consultas li p {
  font-size: 17px;
}
.cms-home .servicos .consultas .consultas img {
  left: -57px;
  position: absolute;
  top: 146px;
  width: 95%;
}
.cms-home .servicos .consultas .espiritualidade img {
  right: -60px;
  position: absolute;
  top: 115px;
  width: 75%;
}
.cms-home .servicos .consultas .trabalhos img {
  top: 70px;
}
.cms-home .servicos .consultas .trabalhos .mobile-only {
  display: none;
}
.cms-home .servicos .consultas li .button {
  left: calc(50% - 82px);
  bottom: 70px;
}
.cms-home .servicos .consultas li .button a {
  padding: 14px 30px;
  font-size: 18px;
}
.cms-home .servicos .consultas li.consultas {
  background-image: url('../images/consultas.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.cms-home .servicos .consultas li.espiritualidade {
  background-image: url('../images/espiritualidade.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.cms-home .servicos .consultas li.trabalhos {
  background-image: url('../images/trabalhos-distancia.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
.cms-home .servicos .cursos {
  list-style: none;
  padding: 0;
}
.cms-home .servicos .cursos li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  width: calc(50% - 20px);
  height: 215px;
  background: #2a7faa;
  color: #fff;
  padding: 20px 28px;
}
.cms-home .servicos .cursos li:nth-child(2) {
  margin-right: 0;
}
.cms-home .servicos .cursos li h2 {
  margin: 12px 0 5px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.cms-home .servicos .cursos p {
  font-size: 17px;
  margin-bottom: 20px;
}
.cms-home .servicos .cursos li .button {
  position: absolute;
  left: calc(50% - 82px);
  bottom: 45px;
  z-index: 999;
}
.cms-home .servicos .cursos li .button a {
  padding: 14px 30px;
  font-size: 18px;
  background: #fff;
  border: 1px solid #2a7faa;
  text-transform: uppercase;
}
.cms-home .servicos .cursos li .button a:hover {
  background: #2a7faa;
  border: 1px solid #fff;
}
.cms-home .servicos .cursos li .button a:hover span {
  color: #fff;
}
@media only screen and and (min-width: 405px) and (max-width: 1250px) {
  .cms-home .servicos .consultas li {
    margin-right: 16px;
    width: calc(33% - 10px);
  }
  .cms-home .servicos .consultas .trabalhos img {
    top: 95px;
  }
}
@media only screen and (min-width: 405px) and (max-width: 976px) {
  .cms-home .servicos .consultas li {
    margin-right: 0;
    width: 100%;
  }
  .cms-home .servicos .consultas .consultas img {
    left: unset;
    top: 35px;
    width: 45%;
    right: 20px;
  }
  .cms-home .servicos .consultas .espiritualidade img {
    right: -25px;
    top: 25px;
    width: 33%;
  }
  .cms-home .servicos .consultas .trabalhos .pc-only {
    display: none;
  }
  .cms-home .servicos .consultas .trabalhos .mobile-only {
    display: block;
  }
  .cms-home .servicos .consultas .trabalhos img {
    top: 85px;
    transform: unset;
    left: unset;
    right: 0;
  }
  .cms-home .servicos .cursos li {
    vertical-align: top;
  }
}
@media only screen and (min-width: 405px) and (max-width: 650px) {
  .cms-home .servicos .consultas .consultas img {
    top: 95px;
    width: 55%;
  }
  .cms-home .servicos .consultas .espiritualidade img {
    width: 50%;
    top: 110px;
  }
  .cms-home .servicos .consultas {
    margin-bottom: 0;
  }
  .cms-home .servicos .cursos li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 405px) {
  .cms-home .servicos .consultas li {
    margin-right: 0;
    width: 100%;
  }
  .cms-home .servicos .consultas .trabalhos img {
    top: 95px;
  }
  .cms-home .servicos .consultas {
    /*margin-bottom: 0;*/
  }
  .cms-home .servicos .cursos li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .cms-home .servicos .cursos li .button {
    bottom: 30px;
  }
}
/* BANNERS */
.cms-home .slides .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.cms-home .slides .content p {
  font-size: 22px;
}
.cms-home .contact-form {
  position: absolute;
  top: 240px;
  right: 16%;
  width: 28%;
  background: rgba(121, 85, 29, 0.7);
}
.banner_estatico {
  position: relative;
  margin-bottom: 30px;
}
.banner_estatico .banner img {
  width: 100%;
}
.banner_estatico .wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.banner_estatico .content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.banner_estatico .content .text {
  position: absolute;
  left: 310px;
  top: 100px;
  color: #fff;
}
.banner_estatico .content h2 {
  font-weight: bold;
  font-size: 38px;
  text-transform: uppercase;
}
.banner_estatico .content p {
  font-size: 24px;
}
.banner_estatico .content img {
  position: absolute;
  width: unset;
  transform: scale(1.2);
  right: -65px;
  top: 36px;
}
.banner_estatico .page-banner-title {
  position: absolute;
  top: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  top: calc(50% - 20px);
}
.banner_estatico .page-banner-title h1 {
  margin: 0;
}
@media only screen and (max-width: 1900px) {
  .cms-home .contact-form {
    top: 230px;
  }
}
@media only screen and (max-width: 1775px) {
  .cms-home .contact-form {
    top: 200px;
  }
  .cms-home .contact-form {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1620px) {
  /*.cms-home .contact-form {position: relative; width: 530px; top: 40px; margin-bottom: 65px; right: 0; left: calc(~"50% - 265px");}*/
  .cms-home .contact-form .formbuilder-form .form-list .field {
    min-height: unset;
  }
  .formbuilder .subtemplate-wrapper > label {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .cms-home .contact-form h2 {
    font-size: 20px !important;
  }
  .contact-form .subtemplate-wrapper textarea.input-text {
    height: 65px !important;
  }
  .cms-home .contact-form {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .banner_estatico .content img {
    transform: scale(0.9);
    right: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .cms-home .slides .content {
    padding-left: 15px;
  }
  .cms-home .contact-form {
    top: 200px;
    right: 20px;
  }
  .banner_estatico .content .text {
    left: 225px;
    top: 30px;
  }
  .banner_estatico .content img {
    transform: scale(0.7);
    right: -30px;
    top: -45px;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 841px) {
  .flexslider .flex-caption {
    width: calc(100% - 400px) !important;
  }
}
@media only screen and (min-width: 841px) and (max-width: 1160px) {
  .cms-home .contact-form {
    right: 5%;
    width: 35%;
  }
  .contact-form .subtemplate-wrapper .input-text {
    height: 30px;
  }
  .contact-form .subtemplate-wrapper .form-field-icon {
    top: 0 !important;
  }
  .contact-form .subtemplate-wrapper textarea.input-text {
    height: 55px !important;
  }
}
@media only screen and (min-width: 841px) and (max-width: 1050px) {
  .cms-home .contact-form {
    top: 195px;
  }
  .contact-form .formbuilder-button {
    padding: 2px 15px;
    margin: 0 !important;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .banner_estatico .content h2 {
    font-size: 30px;
  }
  .banner_estatico .content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 841px) and (max-width: 940px) {
  .cms-home .contact-form {
    top: 200px;
    right: 1%;
  }
  .cms-home .contact-form h2 {
    font-size: 15px !important;
    margin-bottom: 0px;
  }
  .contact-form .subtemplate-wrapper .input-text {
    height: 25px !important;
    font-size: 12px;
  }
  .contact-form .subtemplate-wrapper .form-field-icon {
    padding: 2px 0 0;
  }
  .contact-form .formbuilder-form .form-list .field .response-field-dropdown select {
    height: 25px !important;
    font-size: 12px;
  }
  .contact-form .subtemplate-wrapper textarea.input-text {
    height: 45px !important;
  }
  .contact-form .subtemplate-wrapper textarea.input-text::placeholder {
    font-size: 12px !important;
  }
}
@media only screen and (max-width: 940px) {
  .banner_estatico .page-banner-title h1 {
    text-align: right;
    padding-right: 50px;
  }
  .banner_estatico .content img {
    transform: scale(0.5);
    right: -80px;
    top: -65px;
  }
  .banner_estatico .content p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 840px) {
  .cms-home .contact-form {
    position: relative;
    width: 530px;
    top: 40px;
    margin-bottom: 65px;
    right: 0;
    left: calc(50% - 265px);
  }
}
@media only screen and (max-width: 780px) {
  .banner_estatico .page-banner-title h1 {
    font-size: 25px;
  }
  .banner_estatico .content img {
    display: none;
  }
  .banner_estatico .content .text {
    left: 275px;
    top: 0px;
  }
}
@media only screen and (max-width: 660px) {
  .banner_estatico .page-banner-title h1 {
    font-size: 20px;
    padding-right: 5px;
  }
  .banner_estatico .content h2 {
    font-size: 22px;
    margin: 5px 0;
  }
  .cms-home .contact-form {
    top: 0px;
  }
}
@media only screen and (max-width: 540px) {
  .cms-home .contact-form {
    width: 100%;
    left: 0;
  }
  .banner_estatico .page-banner-title {
    width: calc(95% - 229px);
    right: 0;
  }
  .banner_estatico .page-banner-title h1 {
    font-size: 18px;
  }
  .banner_estatico .content .text {
    left: 258px;
  }
}
@media only screen and (max-width: 520px) {
  .banner_estatico .content .text {
    left: 195px;
  }
  .banner_estatico .content p {
    font-size: 14px;
  }
  .banner_estatico .content h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 450px) {
  .banner_estatico .page-banner-title {
    width: calc(95% - 170px);
    right: 0;
  }
  .banner_estatico .content h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 390px) {
  .banner_estatico .page-banner-title {
    width: calc(100% - 130px);
    right: 0;
  }
  .banner_estatico .page-banner-title h1 {
    font-size: 16px;
    padding-top: 7px;
    line-height: 13px;
  }
  .banner_estatico .content .text {
    left: 130px;
  }
  .banner_estatico .content h2 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .banner_estatico .content p {
    font-size: 12px;
  }
  .cms-home .contact-form {
    top: -20px;
    margin-bottom: 0px;
  }
}
/* FOOTER */
.page-footer {
  padding: 15px 0;
}
.footer.content {
  border-top: 0;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  color: #b7b7b7;
}
.footer .wrapper-banner {
  text-align: center;
}
.footer .wrapper-banner .content {
  position: absolute;
  top: 0;
}
.footer .wrapper-banner .content h2 {
  text-transform: uppercase;
  color: #2a7faa;
  font-weight: bold;
}
.footer .wrapper-banner .content p {
  font-size: 18px;
}
.footer .wrapper-banner .content .button a {
  background: #2a7faa;
  border: 1px solid #2a7faa;
  padding: 13px 28px;
}
.footer .wrapper-banner .content .button a span {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.footer .wrapper-banner .content .button:hover a {
  background: #fff;
}
.footer .wrapper-banner .content .button:hover a span {
  color: #2a7faa;
}
.footer .wrapper-banner .blog {
  position: relative;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.footer .wrapper-banner .blog img {
  width: 100%;
}
.footer .wrapper-banner .blog .content {
  color: #2a7faa;
  width: 100%;
  margin: 55px 0;
}
.footer .wrapper-banner .blog .content .wrapper {
  padding-bottom: 20px;
}
.footer .wrapper-banner .store {
  margin-bottom: 40px;
  width: 100%;
}
.footer .wrapper-banner .store .mobile-only {
  display: none;
}
.footer .wrapper-banner .store img {
  width: 100%;
}
.footer .wrapper-banner .store .content {
  color: #fff;
  width: 1280px;
  right: calc(50% - 640px);
  text-align: left;
  margin: 35px 0;
  padding: 0 115px;
}
.footer .wrapper-banner .store .content h2 {
  color: #fff;
}
.footer .wrapper-banner .store .content .wrapper {
  display: inline-block;
}
.footer .wrapper-banner .store .content .button {
  display: inline-block;
  float: right;
  margin: 35px 0;
}
.footer .wrapper-banner .store .content .button a {
  background: #fff;
  border: 1px solid #fff;
  padding: 13px 28px;
}
.footer .wrapper-banner .store .content .button a span {
  color: #2a7faa;
  text-transform: uppercase;
  font-size: 18px;
}
.footer .wrapper-banner .store .content .button:hover a {
  background: #2a7faa;
}
.footer .wrapper-banner .store .content .button:hover a span {
  color: #fff;
}
.footer.content {
  max-width: 100%;
}
.footer.block-wrapper {
  background: #875e1b;
  padding: 15px 0;
}
.block-links {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.cms-footer {
  width: 70%;
  display: inline-block;
}
.cms-footer .wrapper {
  font-size: 0;
}
.cms-footer .wrapper li.content {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.footer.content .block {
  float: none;
}
.footer.content .links {
  margin-bottom: 10px;
}
.footer.content .clear {
  border-bottom: 1px solid #aaa;
  background: #875e1b;
  font-size: 0;
}
.footer h3 {
  color: #ddd;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: normal;
}
.footer.content .block.newsletter {
  float: right;
  width: 20%;
  box-sizing: border-box;
  padding-top: 15px;
}
@media only screen and (max-width: 1330px) {
  .footer .wrapper-banner .store .content .button {
    margin: 20px 0;
  }
  .footer .wrapper-banner .store .content {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .footer .wrapper-banner .store .content {
    width: 100%;
    right: 0;
    padding: 0;
    padding-left: 5px;
  }
  .footer .wrapper-banner .store .content .button {
    margin: 10px 0;
    padding-right: 20px;
  }
  .footer .wrapper-banner .store .content {
    margin: 0;
  }
  .footer .wrapper-banner .store .content h2 {
    font-size: 22px;
  }
  .footer .wrapper-banner .blog .content .wrapper {
    padding-bottom: 0;
  }
  .footer .wrapper-banner .blog .content h2 {
    margin: 0;
  }
}
@media only screen and (max-width: 820px) {
  .footer .wrapper-banner .store .content {
    margin: 10px 0;
  }
  .footer .wrapper-banner .store .content .wrapper {
    width: 78%;
  }
  .footer .wrapper-banner .store .content h2 {
    font-size: 18px;
    margin: 5px 0 0;
  }
  .footer .wrapper-banner .content p {
    font-size: 14px;
  }
  .footer .wrapper-banner .store .content .button {
    margin: 0;
  }
  .footer .wrapper-banner .store .content .button a {
    padding: 7px 10px;
  }
  .footer .wrapper-banner .store .content .button a span {
    font-size: 14px;
  }
  .footer .wrapper-banner .blog .content {
    margin: 25px 0;
  }
  .footer.content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .wrapper-banner .store .mobile-only {
    display: block;
  }
  .footer .wrapper-banner .store .pc-only {
    display: none;
  }
  .footer .wrapper-banner .store .content {
    margin: 22px 0;
  }
  .footer .wrapper-banner .store .content h2 {
    font-size: 22px;
  }
  .footer .wrapper-banner .content p {
    font-size: 16px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 630px) {
  .footer .wrapper-banner .store .content .wrapper {
    width: 70%;
  }
  .footer .wrapper-banner .blog .content {
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 580px) {
  .footer .wrapper-banner .store .content {
    margin: 5px 0 0;
  }
  .footer .wrapper-banner .store .content h2 {
    font-size: 18px;
  }
  .footer .wrapper-banner .content p {
    font-size: 14px;
    margin-top: 0;
  }
  .footer .wrapper-banner .blog .content h2 {
    font-size: 25px;
  }
  .footer .wrapper-banner .blog .content .button a {
    padding: 8px;
  }
}
@media only screen and (max-width: 465px) {
  .footer .wrapper-banner .store .content .button a span {
    font-size: 12px;
  }
  .footer .wrapper-banner .store .content .button a {
    padding: 2px 5px;
  }
  .page-footer .widget.block {
    margin-bottom: 0;
  }
  .footer .wrapper-banner .store .content .wrapper {
    width: 100%;
  }
  .footer .wrapper-banner .store .content .button {
    margin: 0;
    position: absolute;
    right: 5px;
    padding: 0;
    bottom: 12px;
  }
  .page-footer .widget.block {
    margin: 0;
  }
  .footer .wrapper-banner .blog .content .button a {
    padding: 4px;
  }
  .footer .wrapper-banner .blog .content .button a span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 370px) {
  .footer .wrapper-banner .store .content h2 {
    font-size: 15px;
  }
  .footer .wrapper-banner .content p {
    font-size: 12px;
  }
  .footer .wrapper-banner .store .content .button a {
    padding: 0px 2px;
  }
  .footer .wrapper-banner .store .content .button {
    bottom: 4px;
  }
  .footer .wrapper-banner .blog .content h2 {
    font-size: 18px;
  }
  .footer .wrapper-banner .content p {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  .footer.block-wrapper {
    padding: 15px 5px;
  }
}
@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%;*/
  margin-top: 50px;
}
.footer .social ul {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer .social ul {
    text-align: center;
  }
}
.footer .social ul li {
  color: #fff;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  transition: .2s all;
  cursor: pointer;
}
.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: 5px;
}
.footer .links ul li a {
  font-size: 15px;
  color: #ddd;
}
.footer .links ul li a span {
  font-size: 15px;
  color: #ddd;
}
.footer .links ul li a:hover {
  text-decoration: underline;
}
.footer .links .block-category-link {
  margin: 0;
  width: 100%;
  margin-bottom: 5px;
}
.footer .payment {
  position: relative;
  text-align: right;
  max-width: 1280px;
  margin: 0 auto;
}
.footer .payment img {
  position: absolute;
  right: 0;
  top: -31px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .footer .payment {
    text-align: center !important;
    padding: 5px 0 10px;
    background: #875e1b;
  }
  .footer .payment img {
    position: relative;
    top: 0;
  }
}
.block.newsletter {
  width: 30% !important;
  box-sizing: border-box;
  margin: 0 !important;
}
.block.newsletter h3 {
  color: #ddd;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 30px;
  font-weight: normal;
}
.block.newsletter .content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.block.newsletter .content p {
  font-size: 15px;
  color: #ddd;
  margin: 0;
  margin-bottom: 5px;
}
.block.newsletter .content form {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.block.newsletter .field .control::before {
  line-height: 41px;
  display: none;
}
.block.newsletter .action.subscribe {
  border-radius: 0;
  line-height: 19px;
  background: #fff;
  border-color: #fff;
  transition: .2s all;
  color: #875e1b;
}
.block.newsletter .action.subscribe:hover {
  color: #fff;
  background: #2a7faa;
  border-color: #2a7faa;
}
.block.newsletter .action.subscribe:hover span {
  color: #fff;
}
.block.newsletter .privacy {
  display: block;
  margin-top: 9px;
}
.block.newsletter .privacy .privacy-label {
  font-size: 11px;
  color: #ddd;
}
.block.newsletter .privacy .privacy-label a {
  color: #ddd;
  text-decoration: underline;
}
.block.newsletter input {
  padding-left: 15px;
  color: #875e1b;
}
.block.newsletter input::placeholder {
  color: #875e1b;
  opacity: 1;
}
.block.newsletter div.mage-error[generated] {
  margin-top: 0;
}
.footer .copyright {
  padding: 10px 0 10px;
  margin: 0;
  background: #875e1b;
  text-align: center;
  color: #ddd;
}
@media only screen and (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
  .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: 910px) {
  .block.newsletter {
    width: 100% !important;
    background: #875e1b;
    padding: 20px;
  }
  .footer.content .block.newsletter {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .block.newsletter .content {
    width: 70%;
  }
  .cms-footer {
    width: 100%;
  }
  .cms-footer .wrapper li.content {
    text-align: center;
  }
  .footer .social ul {
    text-align: center;
  }
  .block.newsletter h3 {
    margin: 0 0 15px;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 650px) {
  .cms-footer .wrapper li.content {
    display: block;
    width: 100%;
  }
  .footer h3 {
    margin: 20px 0 20px;
    font-weight: bold;
  }
  .block.newsletter h3 {
    font-weight: bold;
  }
  .block.newsletter .content {
    width: 100%;
  }
  .block.newsletter .actions {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
  .footer.content .social {
    margin-top: 20px;
  }
}
/* NAVIGATION */
.navigation .greet.welcome {
  display: none;
}
@media only screen and (min-width: 767px) {
  .nav-sections {
    background: #fff;
    margin-bottom: 0;
    width: calc(100% - 400px);
    position: absolute;
    left: 310px;
    bottom: 0;
  }
  .navigation {
    background: none;
    font-weight: normal;
  }
  .navigation ul {
    padding: 0;
    text-align: left;
  }
  .navigation ul li {
    display: inline-block;
  }
  .navigation .level0 {
    margin: 0;
  }
  .navigation .level0 > .level-top {
    line-height: 55px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: auto;
    padding-right: 25px;
  }
  .navigation .level0 > .level-top span {
    color: #000;
    font-weight: normal;
    font-size: 16px;
  }
  .navigation .level0 > .level-top:first-child {
    padding-left: 0;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: 0;
  }
  .navigation .level0.active > .level-top span,
  .navigation .level0.has-active > .level-top span {
    color: #111;
    font-weight: normal;
    font-size: 16px;
  }
  .navigation .level0 .submenu {
    top: 55px !important;
    border: 0;
    background: #fff;
    padding: 0;
    padding: 20px;
    min-width: 300px;
  }
  .navigation .level0 .submenu .submenu {
    top: 15px !important;
  }
  .navigation .level0 .submenu a {
    font-size: 18px;
    display: block;
    text-align: left;
    color: #101010;
    font-weight: normal;
    padding: 3px 10px;
  }
  .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .navigation .level0 .submenu a:focus,
  .navigation .level0 .submenu a:hover {
    background: none !important;
    text-decoration: underline;
    color: #2a7faa;
  }
  .navigation .level0 .submenu li {
    margin-bottom: 0;
    display: block;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: 100% !important;
    right: unset;
  }
  .page-header .panel.wrapper {
    /* display: none; */
  }
  .panel.header {
    padding: 0;
    display: block;
    position: relative;
    height: 0;
  }
  .panel.header .header.links {
    float: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 150px;
    background: #fff;
    transition: all .3s ease;
    display: block;
    padding: 0 10px;
    box-shadow: 0 0 5px #666;
    z-index: 99;
    right: 50px;
  }
  .panel.header .header.links.visible {
    visibility: visible;
    opacity: 1;
    top: 45px;
    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 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 (max-width: 1163px) {
  .navigation .level0 > .level-top {
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-sections-item-title:first-child {
    border-left: 0;
  }
  .nav-sections-item-title a {
    color: #333;
  }
  .nav-sections-item-title.active a {
    color: #2a7faa;
  }
  .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: #2a7faa;
    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;
  }
  .navigation .submenu > li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .navigation .level0 .submenu {
    min-width: 225px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1040px) {
  .nav-sections {
    width: calc(100% - 280px);
    left: 265px;
  }
}
@media only screen and (max-width: 926px) {
  .navigation .level0 > .level-top {
    line-height: 40px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 890px) {
  .navigation .level0 .submenu {
    left: -100px !important;
  }
}
/* 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: #f7981d;
}
.flexslider .flex-control-nav li {
  margin: 0 5px;
}
.flexslider .flex-caption {
  position: relative;
  top: -50%;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
}
.flexslider .flex-caption .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
.flexslider .flex-caption h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.flexslider .flex-caption h3 {
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.flexslider .flex-caption a {
  display: inline-block;
  background: #f7981d;
  color: #fff;
  border: 1px solid #f7981d;
  padding: 15px 30px;
  transition: .2s all;
  height: auto !important;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.flexslider .flex-caption a:hover {
  background: #fff;
  color: #f7981d;
}
@media only screen and (max-width: 767px) {
  .flexslider .flex-caption {
    top: unset;
    bottom: 20%;
  }
  .flexslider .flex-caption .wrapper {
    padding: 5px;
  }
  .flexslider .flex-caption h2 {
    font-size: 30px;
    margin: 0 0 5px;
  }
  .flexslider .flex-caption h3 {
    font-size: 14px;
    margin: 0 0 8px;
  }
  .flexslider .flex-caption a {
    padding: 2px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .flexslider .flex-caption h2 {
    font-size: 25px;
  }
  .flexslider .flex-caption p {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 470px) {
  .flexslider .flex-caption {
    bottom: unset;
    top: -25%;
  }
}
@media only screen and (max-width: 390px) {
  .flexslider .flex-caption {
    top: -35%;
  }
}
@media only screen and (max-width: 310px) {
  .flexslider .flex-caption h2 {
    font-size: 18px;
  }
  .flexslider .flex-caption p {
    font-size: 14px !important;
  }
}
/* BLOCKS */
.column.main .block .title strong {
  font-size: 24px;
  color: #2a7faa;
  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 */
.login-container .block {
  text-align: center;
}
.login-container .block .block-title {
  border: 0;
}
.login-container .block .block-title strong {
  color: #000;
  font-weight: bold;
}
.login-container .block .action.remind {
  color: #0069b8;
  margin-top: 20px;
}
.login-container .block .action.remind span {
  color: #0069b8;
}
.login-container .fieldset::after,
.login-container .actions-toolbar {
  margin: 20px 0 0 !important;
}
.login-container .actions-toolbar .secondary,
.login-container .actions-toolbar .primary {
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #000;
}
.account .block-title {
  margin-bottom: 12px;
}
.account .block-title strong {
  font-weight: normal;
  font-size: 20px;
}
/* SIDEBAR */
.categories-list ul {
  list-style: none;
}
.categories-list ul.categories {
  padding: 0;
}
.categories-list a {
  text-transform: uppercase;
  font-size: 17px;
}
.categories-list .category a {
  color: #9d6f27;
  font-weight: bold;
}
.categories-list .categories li {
  margin-bottom: 30px;
}
.categories-list .categories li.current .category a {
  color: #2a7faa;
}
.categories-list .subcategories li {
  margin-bottom: 8px;
  display: none;
}
.categories-list .categories li.current .subcategories.opened li,
.categories-list .categories li .subcategories.opened li {
  display: block;
}
.categories-list .sub_category a {
  color: #000;
  font-size: 14px;
}
.categories-list .category .icon-down-dir {
  float: right;
  padding-right: 130px;
}
.categories-list .category .icon-down-dir.opened::before {
  transform: rotate(180deg);
}
.servicos .title {
  text-align: center;
  position: relative;
  margin: 55px 0;
}
.servicos .title span {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 3px;
  font-weight: bold;
}
.servicos .title::after {
  position: absolute;
  border-bottom: 1px solid #000;
  bottom: 12px;
  left: 0;
  content: "";
  width: 100%;
  z-index: 0;
}
.servicos .consultas {
  list-style: none;
  padding: 0;
}
.servicos .consultas li {
  background: #2a7faa;
  color: #fff;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 25px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.servicos .consultas li h2 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
}
.servicos .consultas li p {
  font-size: 13px;
  margin-bottom: 20px;
}
.servicos .consultas li .button {
  position: absolute;
  left: calc(50% - 61px);
  bottom: 38px;
  z-index: 999;
}
.servicos .consultas li .button a {
  background: #fff;
  border: 1px solid #2a7faa;
  padding: 10px 20px;
  text-transform: uppercase;
}
.servicos .consultas li .button a:hover {
  background: #2a7faa;
  border: 1px solid #fff;
}
.servicos .consultas li .button a:hover span {
  color: #fff;
}
.servicos .consultas li.consultas img {
  left: -43px;
  position: absolute;
  top: 98px;
}
.servicos .consultas li.espiritualidade img {
  position: absolute;
  right: -45px;
  top: 80px;
  width: 75%;
}
.servicos .consultas li.trabalhos img {
  position: absolute;
  left: -2px;
  top: 48px;
  transform: scale(1.5);
}
/* CATEGORY */
.catalog-category-view .column.main {
  border-left: 1px solid #000;
  padding-left: 30px;
}
.catalog-category-view .page-title {
  text-align: left;
  text-transform: uppercase;
  color: #9d6f27;
  font-weight: normal;
  margin-top: 0;
}
.catalog-category-view .category-description {
  margin-bottom: 45px;
}
.catalog-category-view.page-layout-1column .column.main {
  border-left: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.catalog-category-view.page-layout-1column .products-grid {
  margin-bottom: 0;
}
.catalog-category-view.page-layout-1column .page-footer {
  padding-top: 0;
}
.catalog-category-view.page-layout-1column .footer.content {
  margin-top: 0;
}
@media only screen and (min-width: 767px) and (max-width: 1280px) {
  .catalog-category-view.page-layout-1column .column.main {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-with-filter .columns .sidebar-main {
    order: 1;
  }
  .catalog-category-view .column.main {
    border-left: 0;
    padding-left: 5px;
  }
  .catalog-category-view .products-grid .product-item {
    width: 50% !important;
    margin-bottom: 50px !important;
  }
  .product-item .product-item-details {
    text-align: center;
  }
  .categories-list ul.categories {
    margin-top: 70px;
    text-align: center;
  }
  .categories-list .category .icon-down-dir {
    float: unset;
    padding-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .catalog-category-view .products-grid .product-item {
    width: 100% !important;
  }
}
/* PRODUCTS */
.products-grid {
  margin-bottom: 40px;
}
.product-item {
  position: relative;
  overflow: hidden;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}
.product-item .product-item-photo {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.product-item .product-item-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;
  padding: 0 5px;
}
.product-item .product-item-name {
  font-size: 16px;
  font-weight: normal;
  color: #666;
  margin-bottom: 0;
  text-align: center;
  min-height: 46px;
}
.product-item .product-reviews-summary .rating-summary {
  left: 0;
}
/*.product-item .price-box { position: absolute; top: 0; right: 0; width: 70px;  margin: 0; text-align: right;  }*/
.product-item .price-box {
  text-align: center;
  color: #ee2f6a;
  margin: 5px 0 0;
  font-size: 16px;
}
.product-item .price-box .price {
  font-size: 16px;
}
.product-item .price-box .special-price {
  margin: 0;
  color: #ee2f6a;
  padding-left: 8px;
}
.product-item .price-box .old-price {
  margin: 0;
}
.product-item .old-price .price {
  color: #ee2f6a !important;
  font-size: 16px;
}
.product-item .product-reviews-summary {
  margin: 0;
}
.product-item .price-box .price {
  color: #ee2f6a !important;
}
.product-item .tag {
  position: absolute;
  top: 0;
  right: -150px;
  background: #f7981d;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  z-index: 100;
  transition: .2s all;
}
.product-item .tag.shown {
  right: 0;
  font-size: 12px;
}
.product-item .tag-promo {
  background: #2a7faa;
  position: relative;
  display: inline-block;
  padding: 0 3px;
}
.product-item .promo p {
  display: inline-block;
  font-size: 12px;
  margin: 0;
}
.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: #f7981d;
  color: #fff;
  border: 1px solid #f7981d;
  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: #f7981d;
  background: #fff;
  border: 1px solid #f7981d !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 15px;
}
.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 15px;
  width: calc(25% - 15px);
}
.page-layout-2columns-left .products-grid .product-item:nth-child(4n+1) {
  margin: 0 0 15px;
  margin-left: 0;
}
.page-layout-2columns-left .products-grid .product-item {
  margin: 0;
  margin-left: 15px;
  width: calc(25% - 14px);
  margin-bottom: 55px;
  position: relative;
  padding-bottom: 10px;
  border: 1px solid #fff;
}
.page-layout-2columns-left .products-grid .product-item:hover {
  border: 1px solid #aaa;
}
.page-layout-2columns-left .products-grid .product-item .laber-hover {
  visibility: hidden;
  position: absolute;
  top: -23px;
  right: -34px;
  text-align: center;
  z-index: 999;
  width: 82px;
  height: 61px;
  background: #2a7faa;
  transform: rotate(45deg);
}
.page-layout-2columns-left .products-grid .product-item .laber-hover span {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  color: #fff;
  right: calc(50% - 14px);
}
.page-layout-2columns-left .products-grid .product-item:hover .laber-hover {
  visibility: visible;
}
.product-item-info {
  width: 100% !important;
}
@media only screen and (max-width: 1023px) {
  .page-layout-2columns-left .products-grid .product-item {
    width: calc(33% - 30px);
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(4n+1) {
    margin: 0;
    margin-left: 15px;
    margin-bottom: 55px;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1) {
    margin: 0 0 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 927px) {
  .page-layout-2columns-left .products-grid .product-item {
    width: calc(50% - 30px);
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1) {
    margin: 0;
    margin-left: 15px;
    margin-bottom: 55px;
  }
  .page-layout-2columns-left .products-grid .product-item:nth-child(2n+1) {
    margin: 0 0 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-2columns-left .products-grid .product-item:nth-child(3n+1),
  .page-layout-2columns-left .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1),
  .page-layout-1column .products-grid .product-item,
  .page-layout-1column .block.widget .products-grid .product-item,
  .page-layout-1column .products-grid .product-item {
    width: 100% !important;
    margin: 0 0 5px;
    padding: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin: 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+4),
  .page-layout-1column .products-grid .product-item:nth-child(4n + 4) {
    margin: 0;
  }
  .page-layout-2columns-left .products-grid .product-item .column.main .product-item {
    padding: 0;
  }
  .column.main .product-items {
    margin: 0;
  }
  .product-item-actions .action.tocompare {
    display: inline-block !important;
  }
  .product-item-actions {
    display: block;
  }
}
.product-item .old-price {
  display: inline-block;
  margin-right: 8px;
}
.product-item .special-price {
  display: inline-block;
}
@media only screen and (min-width: 767px) {
  .block.filter .filter-title,
  .block.filter .filter-subtitle {
    display: none;
  }
  .block.filter .filter-options {
    border: 1px solid #ddd;
  }
  .block.filter .filter-options .filter-options-title {
    padding: 15px 15px 0 15px;
  }
  .block.filter .filter-options .filter-options-content {
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .block.filter .filter-options .filter-options-content:last-child {
    border: 0;
  }
  .block.filter .filter-actions,
  .block.filter .filter-current {
    padding: 15px;
    border: 1px solid #ddd;
  }
  .block.filter .filter-actions {
    border-top: 0;
  }
}
.swatch-option {
  height: 30px !important;
  width: 30px !important;
  border-radius: 5px;
  border: 2px solid #fff !important;
  float: none;
  display: inline-block;
}
.swatch-option:hover,
.swatch-option.selected {
  outline: none !important;
  border: 2px solid #f7981d !important;
}
#mana-please-wait p {
  color: #333;
  border-color: #f7981d;
}
/* VIRTUAL PRODUCT */
.catalog-category-view.page-layout-1column .page-main {
  padding-top: 40px;
}
.catalog-category-view.page-layout-1column .title-virrtual-products {
  margin-top: 55px;
}
.catalog-category-view.page-layout-1column .title-virrtual-products h1 {
  color: #9d6f27;
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 0 20px 0;
  text-align: left;
  font-weight: normal;
}
.virtual-item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 21px);
  margin-right: 28px !important;
  margin-bottom: 30px !important;
  background: #2a7faa;
  color: #fff;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
}
.virtual-item.image {
  background: none;
  padding: 0;
}
.virtual-item:nth-child(4n) {
  margin-right: 0px !important;
}
.virtual-item .category {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}
.virtual-item .name {
  font-size: 30px;
  margin: 15px;
  min-height: 130px;
}
.virtual-item .price-box {
  margin-bottom: 30px;
}
.virtual-item .price-container .price {
  font-size: 30px;
}
.virtual-item .action.primary {
  background: #fff;
  border-color: #fff;
  color: #2a7faa;
  padding: 5px 20px;
}
.virtual-item .action.primary:hover {
  transform: scale(1.2);
  border: 0;
}
.virtual-item .product-item-actions .actions-primary {
  display: block;
}
@media only screen and (max-width: 767px) {
  .virtual-item {
    width: calc(50% - 8px);
    margin-right: 16px !important;
  }
  .virtual-item:nth-child(2n) {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 500px) {
  .virtual-item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* PRODUCT VIEW */
.catalog-product-view .sidebar-main {
  width: 300px;
}
.product-view {
  padding-left: 35px;
  display: inline-block;
  width: calc(100% - 320px);
  border-left: 1px solid #000;
  float: right;
}
.product-view .product-info-main {
  margin-bottom: 50px;
}
.product-info-main .product.alert {
  padding: 0;
}
.product-info-main .product.alert .alert {
  padding: 0;
}
@media only screen and (min-width: 767px) and (max-width: 920px) {
  .product-view .product-info-main {
    width: 100%;
  }
  .product-view .product.media {
    width: 100%;
  }
  .product.data.items > .item.content {
    margin-top: 60px;
  }
  .product-view .product.data.items > .item.title.active > .switch {
    font-weight: bold;
  }
  .product-view .product.data.items > .item.title.active > .switch::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product-view {
    padding: 5px;
  }
  .product-view {
    border-left: 0;
  }
  .product-view .product-info-main {
    width: 100%;
  }
  .product-view .product.media {
    width: 100%;
  }
  .product-view {
    width: 100%;
  }
  .products {
    margin: 0;
  }
  .categories-list ul.categories {
    margin-top: 0px;
  }
  .product-view .page-title-wrapper .page-title {
    margin-bottom: 15px !important;
  }
}
.product-view .product-info-main .page-title-wrapper .page-title {
  font-size: 22px;
  color: #2a7faa;
  margin-top: 40px;
  text-transform: uppercase;
  text-align: left;
}
.product-view .page-title-wrapper .page-title {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 55px;
  text-transform: uppercase;
  text-align: left;
  color: #9d6f27;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .product-view .product-info-main .page-title-wrapper .page-title {
    margin: 0 0 15px;
  }
}
.product-view .product-info-main .sku {
  font-size: 12px;
  font-weight: bold;
  color: #545454;
  margin-bottom: 35px;
}
.product-view .product-info-main .sku span {
  font-weight: normal;
}
.product-view .product-info-main .product.attribute.overview {
  font-size: 14px;
  color: #555;
  line-height: 28px;
  margin-bottom: 35px;
}
.product-view .product-info-main .price-box .price-wrapper .price,
.product-view .product-options-bottom .price-box .price-wrapper .price {
  color: #ee2f6a;
  font-size: 22px;
  font-weight: normal;
}
.product-view .product-info-main .price-box .old-price {
  text-decoration: none;
}
.product-view .product-info-main .price-box .old-price .price-wrapper .price {
  text-decoration: line-through;
}
.product-view .product-info-main .price-box .special-price {
  display: inline-block;
}
.product-view .product-info-main .price-box .special-price .price-wrapper .price {
  font-weight: bold;
  padding-left: 20px;
}
.product-view .product-info-main .product-tag p {
  display: inline-block;
  font-size: 12px;
  color: #555;
}
.product-view .box-tocart label {
  display: none !important;
}
.product-view .product-info-main .box-tocart .actions,
.product-view .product-options-bottom .box-tocart .actions {
  padding-top: 0;
}
.product-view .product-info-main .box-tocart .field.qty,
.product-view .product-options-bottom .box-tocart .field.qty {
  padding-right: 2px;
}
@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-view .rating-summary .rating-result > span::before {
  color: #ffc741;
}
@media only screen and (max-width: 767px) {
  .product-reviews-summary {
    display: block;
  }
  .product-view .rating-summary {
    display: block;
  }
  .product-reviews-summary .reviews-actions {
    display: block;
  }
}
.product-view .product-social-links {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.product-view .product-social-links em {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}
.product-view .product-social-links span {
  color: #555;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
}
.product-view .product-mailto-friend {
  display: inline-block;
  width: 50%;
}
.product-view .action.mailto.friend span {
  line-height: normal;
  font-size: 12px;
}
.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;
  float: right;
}
.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: block;
  }
  .product-view .product-social-links .mailto.friend em,
  .product-view .product-social-links .action.towishlist em {
    display: 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: 13px;
  padding: 0 20px 0 5px;
}
.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;
  font-size: 14px;
  color: #555;
  line-height: 28px;
}
.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: 18px;
  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: #555 !important;
}
.product-view .product.data.items > .item.title.active > .switch:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .product-view .product.data.items > .item.content {
    border: 0;
  }
}
.product-view .block.review-list .block-title strong {
  color: #d02062;
}
.product-view .review-toolbar {
  margin-bottom: 0;
}
.toolbar-products {
  margin-bottom: 0;
}
.catalog-category-view .column.main {
  padding-bottom: 0;
}
.products-grid {
  margin-bottom: 0;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.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%;
  font-size: 22px;
  font-weight: normal;
  text-transform: uppercase;
  color: #d02062;
}
.product-view .block-title {
  margin: 4px;
}
.product-view .block-title strong {
  color: #555;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
  margin: 0;
}
.product-view .block-title > strong::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.product-view .block-content .products-grid {
  margin-top: 0;
  border-top: 1px solid #d1d1d1;
  padding-top: 35px;
}
@media only screen and (max-width: 767px) {
  .toolbar-products {
    margin-bottom: 35px;
  }
}
/* 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;
}
.cart.table-wrapper .item-actions .actions-toolbar a.action span {
  color: #fff;
}
.cart.table-wrapper .item-actions .actions-toolbar a.action:hover span {
  color: #2a7faa;
}
.cart.table-wrapper .item-actions .actions-toolbar a.action:hover {
  background: #fff;
}
@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 */
.opc-progress-bar-item._active > span::before,
.opc-progress-bar-item._active::before {
  background: #2a7faa;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background-color: #2a7faa;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #2a7faa;
}
.checkout-cart-index .page-title-wrapper .page-title {
  text-align: left;
  font-weight: normal;
  font-size: 22px;
  text-transform: uppercase;
}
.cart-container .cart .table > tbody > tr > td {
  border-top: 0;
}
.cart-container .cart th span {
  font-weight: normal;
  font-size: 16px;
}
.cart.table-wrapper .product-item-name {
  font-size: 16px;
}
.cart-container .form-cart .action.continue:hover span {
  color: #fff;
}
/* BLOG */
.am-blog-head.fix-me {
  display: none;
}
.amblog-list .amblog-post {
  display: inline-block;
  width: calc(33% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.amblog-list .amblog-post:nth-child(1) {
  display: inline-block;
  width: calc(33% - 10px);
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.amblog-list .amblog-post:nth-child(3n + 4) {
  margin-right: 0;
}
.amblog-list .amblog-post .post-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.amblog-list .amblog-post .post-thumbnail img.thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  transition: .2s all;
  width: 100%;
}
.amblog-list .amblog-post:hover .post-thumbnail img.thumbnail {
  transform: scale(1.1);
}
.amblog-list .amblog-post .post-thumbnail .post-details {
  position: absolute;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  top: 0;
  left: 0;
  display: table;
}
.amblog-list .amblog-post .post-thumbnail .post-details .details {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  padding-top: 45px;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #2a7faa;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: .2s all;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more:hover {
  transform: scale(1.2);
}
.amblog-list .amblog-post .post-thumbnail .post-details h2,
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 15px;
  color: #fff;
  text-shadow: 0 0 2px #222;
  margin: 0;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2 {
  font-weight: normal;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 31px;
}
.amblog-list .amblog-post .post-thumbnail .post-details p {
  font-size: 14px;
}
.amblog-list .amblog-post .post-thumbnail .post-details .learn-more {
  display: inline-block;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2,
.amblog-list .amblog-post .post-thumbnail .post-details p {
  margin-bottom: 15px;
  font-size: 18px;
}
.amblog-list .amblog-post .post-thumbnail .post-details h2 {
  font-size: 30px;
  text-transform: uppercase;
}
.block.amblog-search button:hover span {
  color: #2a7faa;
}
.amblog-post .page-title {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.amblog-post .date {
  font-size: 14px;
  margin-bottom: 30px;
}
.desktop .desktop-block {
  margin-bottom: 5px;
}
.desktop.two-columns-left section.content {
  border-left: 2px solid #ccc;
}
.amblog-categories .block-title,
.amblog-search .block-title,
.amblog-recentposts .block-title,
.amblog-tags .block-title,
.amblog-recentcomments .block-title,
.amblog-archives .block-title {
  display: none;
}
.amblog-categories .block-content,
.amblog-search .block-content,
.amblog-recentposts .block-content,
.amblog-tags .block-content,
.amblog-recentcomments .block-content,
.amblog-archives .block-content {
  padding: 0;
}
.amblog-search {
  margin-bottom: 5px;
}
.amblog-search .block-content .button:hover,
.amblog-search .block-content .button {
  all: unset;
  color: #888;
  border: 0;
  font-size: 22px;
  margin: 0 !important;
  cursor: pointer;
  vertical-align: middle;
}
.amblog-search .block-content input.input-text {
  margin: 0;
  width: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: .2s all;
}
.amblog-search .block-content input.input-text:focus {
  border-color: #2a7faa;
  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: #2a7faa;
}
.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: #2a7faa;
}
.amblog-home-recent ul li:hover .details a:hover,
.amblog-home-recent ul li:hover .details p:hover {
  color: #2a7faa;
}
@media only screen and (max-width: 1030px) {
  .amblog-list .amblog-post .post-thumbnail .post-details .details {
    padding: 20px 55px;
  }
  .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%;
  }
}
@media only screen and (max-width: 767px) {
  .amblog-home-recent {
    padding: 5px;
    width: calc(100% - 10px);
  }
  .amblog-home-recent ul li {
    width: 100%;
  }
}
.advantages ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.advantages ul li {
  display: inline-block;
  width: 25%;
  font-size: 14px;
  padding: 20px 70px;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
}
.advantages ul li .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.advantages ul li:before {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 40px;
  color: #d8d8d8;
}
.advantages ul li:after {
  position: absolute;
  top: 33px;
  right: 15px;
  width: 1px;
  height: 50px;
  background: #ddd;
  content: "";
}
.advantages ul li:last-child:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .advantages ul li {
    width: 100%;
  }
  .advantages ul li::after {
    right: calc(50% - 100px);
    top: 100%;
    height: 1px;
    width: 200px;
  }
}
.category-slider {
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}
.category-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-slider ul li {
  display: inline-block;
  text-align: center;
}
.category-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-grid ul li.category {
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 20px);
  margin: 0 32px 32px 0;
  background: #f4f4f4;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.category-grid ul li.category:nth-child(3n + 3) {
  margin-right: 0;
}
.category-grid ul li.category img {
  position: absolute;
  top: 10px;
  left: calc(100% - 0px);
  transition: .5s all;
  z-index: 9;
}
.category-grid ul li.category.shown img {
  left: calc(100% - 150px);
}
.category-grid ul li a {
  color: #111;
}
.category-grid ul li a:hover {
  color: #f7981d;
}
.category-grid ul li.category > a {
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.category-grid ul ul li.sub-category {
  margin-bottom: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .category-grid ul li.category {
    width: 100%;
    margin: 0 0 10px;
  }
}
.banners-home {
  margin-bottom: 50px;
}
.banners-home ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.banners-home ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
  position: relative;
}
.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 PAGE */
.cms-page-view .page-title-wrapper h1 {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  color: #2a7faa;
}
.cms-page-view .page-title-wrapper h1 {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  color: #2a7faa;
}
.cms-page-view .page-title-wrapper h1 {
  margin: 0 0 20px 0;
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  color: #2a7faa;
}
.cms-page-view .column.main p {
  text-align: justify;
  font-size: 14px;
  color: #000;
}
.cms-page-view .sidebar-main {
  width: 250px;
}
.cms-page-view .column.main {
  width: calc(100% - 270px);
}
.cms-page-view.page-layout-1column .column.main {
  width: 100%;
}
.cms-page-view .sidebar-main .menu ul {
  list-style: none;
  padding: 0;
}
.cms-page-view .sidebar-main .menu ul li {
  padding: 3px 0 3px 15px;
  margin: 0;
}
.cms-page-view .sidebar-main .menu ul li a {
  color: #000;
  font-size: 18px;
}
.cms-page-view .sidebar-main .menu ul li a:hover {
  color: #2a7faa;
}
.cms-page-view .sidebar-main .menu ul li.current {
  background: #2a7faa;
  color: #fff;
}
.cms-page-view .sidebar-main .menu ul li.current a {
  color: #fff;
}
.cms-page-view.page-layout-1column .page-title-wrapper h1 {
  text-align: left;
  margin-bottom: 30px;
}
.cms-atendimento-distancia .page-title-wrapper h1,
.cms-ensino-distancia-cursos-workshops .page-title-wrapper h1,
.cms-pagamentos .page-title-wrapper h1 {
  text-align: center !important;
}
.cms-page-view.page-layout-1column .column.main p[align="center"] {
  text-align: center;
}
.cms-page-view.page-layout-1column .column.main h3,
.cms-page-view.page-layout-1column .column.main h2 {
  font-size: 18px;
}
.cms-page-view.page-layout-1column table {
  width: unset;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.cms-page-view .list-img {
  padding: 0;
  text-align: center;
  list-style: none;
}
.cms-page-view .list-img img {
  padding-top: 20px;
}
.cms-page-view .content-wrapper img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.cms-page-view .content-wrapper h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 35px;
}
.cms-page-view .content-wrapper h4 {
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
.cms-page-view .content-wrapper h5 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.cms-page-view .content-wrapper h6 {
  font-size: 16px;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 20px;
}
.cms-page-view .content-wrapper ul {
  list-style: none;
}
.cms-page-view .content-wrapper p[align="center"] {
  text-align: center;
}
.cms-page-view .content-wrapper .specialist-img {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.cms-page-view .content-wrapper img.specialist {
  all: unset;
  max-width: 200px;
}
.cms-page-view .content-wrapper ul.store-img {
  padding: 0;
}
.cms-page-view .content-wrapper ul.store-img li {
  display: inline-block;
  width: calc(33% - 45px);
  margin-right: 68px;
  margin-bottom: 45px;
}
.cms-page-view .content-wrapper ul.store-img li:nth-child(3n) {
  margin-right: 0;
}
.cms-page-view .content-wrapper ul.store-img li img {
  all: unset;
  width: 100%;
}
@media only screen and (min-width: 520px) and (max-width: 767px) {
  .cms-page-view .column.main {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .content-wrapper ul.store-img li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
    text-align: center;
  }
  .cms-page-view .content-wrapper ul.store-img li img {
    width: unset;
  }
}
/* CONTACTS */
.cms-contactos .page-main {
  padding-top: 40px;
}
.cms-contactos .column.main {
  width: 100%;
}
.cms-contactos .page-title-wrapper h1 {
  color: #9d6f27;
  text-transform: uppercase;
  font-size: 35px;
}
.cms-contactos .page-main .content {
  width: 60%;
  display: inline-block;
  padding-right: 30px;
}
.cms-contactos .page-main .content p {
  margin-bottom: 0;
}
.cms-contactos .page-main .content .phone-contact {
  font-weight: bold;
  font-size: 15px;
}
.cms-contactos .page-main .content .email-contact {
  font-weight: bold;
  font-size: 15px;
}
.contacts {
  text-align: center;
}
.contacts .contact {
  display: inline-block;
  padding: 55px;
  vertical-align: top;
}
.contacts .contact img {
  margin-bottom: 10px;
  max-width: 132px;
}
.contacts .contact p {
  text-align: center !important;
  font-size: 16px !important;
  margin-bottom: 5px !important;
}
.contacts .contact .name {
  color: #2a7faa !important;
}
.catalog-category-view.page-layout-1column .page-title-wrapper h1 {
  color: #9d6f27;
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 0 20px 0;
  text-align: left;
  font-weight: normal;
}
.catalog-category-view.page-layout-1column .page-main .content {
  width: 60%;
  display: inline-block;
  padding-right: 30px;
}
.catalog-category-view.page-layout-1column .page-main .content h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
.catalog-category-view.page-layout-1column .page-main .content h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}
.catalog-category-view.page-layout-1column .page-main .content h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  text-transform: uppercase;
}
.catalog-category-view.page-layout-1column .page-main .content h5 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
}
.catalog-category-view.page-layout-1column .page-main .content ul {
  list-style: none;
}
.catalog-category-view.page-layout-2columns-left .page-title-wrapper h1 {
  color: #9d6f27;
  text-transform: uppercase;
  font-size: 35px;
  margin: 0 0 20px 0;
  text-align: left;
  font-weight: normal;
}
.catalog-category-view.page-layout-2columns-left .page-main .content {
  width: 60%;
  display: inline-block;
  padding-right: 30px;
}
.catalog-category-view.page-layout-2columns-left .page-main .content h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-top: 35px;
}
.catalog-category-view.page-layout-2columns-left .page-main .content h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
  text-transform: uppercase;
}
.catalog-category-view.page-layout-2columns-left .page-main .content h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}
.catalog-category-view.page-layout-2columns-left .page-main .content h5 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
}
.catalog-category-view.page-layout-2columns-left .page-main .content ul {
  list-style: none;
}
.catalog-category-view.page-layout-2columns-left .page-main .category-cms .contact-form {
  margin-top: 0px;
}
.catalog-category-view .collapsible {
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-top: 35px;
}
.catalog-category-view .examples-work {
  /*display: none;*/
  overflow: hidden;
  margin-top: 30px;
}
.catalog-category-view .examples-work ul {
  padding: 0;
  font-size: 0;
}
.catalog-category-view .examples-work ul li {
  display: inline-block;
  width: calc(25% - 23px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.catalog-category-view .examples-work ul li:nth-child(4n) {
  margin-right: 0;
}
.catalog-category-view .examples-work ul img {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .catalog-category-view .examples-work ul li {
    width: calc(50% - 15px);
  }
  .catalog-category-view .examples-work ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  .catalog-category-view .examples-work ul li {
    width: calc(100%);
    margin-right: 0px;
  }
}
.catalog-category-view .courses-content {
  margin-top: 50px;
}
.catalog-category-view .courses-content .courses {
  padding: 0;
  font-size: 0;
}
.catalog-category-view .courses-content .courses li {
  display: inline-block;
  width: calc(50% - 25px);
  margin-right: 50px;
  margin-bottom: 50px;
  background: #2a7faa;
  min-height: 130px;
  text-align: center;
  vertical-align: top;
  padding: 20px 0;
}
.catalog-category-view .courses-content .courses li:nth-child(2n) {
  margin-right: 0;
}
.catalog-category-view .courses-content .courses li .block-category-link.widget {
  margin-top: 44px;
}
.catalog-category-view .courses-content .courses li h2 {
  color: #fff;
  font-size: 30px;
  margin: 15px;
  text-transform: uppercase;
}
.catalog-category-view .courses-content .courses li .button a {
  font-size: 14px;
  background: #fff;
  border: 1px solid #2a7faa;
  padding: 10px 20px;
  text-transform: uppercase;
}
.catalog-category-view .courses-content .courses li .button a:hover {
  background: #2a7faa;
  border: 1px solid #fff;
}
.catalog-category-view .courses-content .courses li .button a:hover span {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .courses-content .courses li {
    width: 100%;
    margin-right: 0px;
  }
}
.catalog-category-view.category-workshops .columns,
.catalog-category-view.category-cursos-de-espiritualidade .columns {
  display: none;
}
.contact-form {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  background: #a18860;
  padding: 25px;
  margin-top: -58px;
}
.contact-form h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px !important;
  font-weight: normal !important;
  margin-top: 0;
}
.contact-form .formbuilder .subtemplate-wrapper > label {
  font-size: 1px;
  visibility: hidden;
}
.contact-form .subtemplate-wrapper .form-field-icon {
  left: 5px;
  top: 3px;
  padding-left: 10px;
  width: 35px;
}
.contact-form i::before {
  color: #9d6f27;
  opacity: 0.4;
}
.contact-form .subtemplate-wrapper .input-text {
  padding-left: 35px;
}
.contact-form .subtemplate-wrapper textarea.input-text {
  padding-left: 15px;
}
.contact-form .subtemplate-wrapper .input-text::placeholder {
  color: #9d6f27;
  opacity: 1;
  vertical-align: top;
}
.contact-form .subtemplate-wrapper textarea.input-text::placeholder {
  font-size: 16px;
}
.contact-form .formbuilder-button {
  border: 1px solid #2a7faa;
  margin-top: 10px;
}
.contact-form .formbuilder-button:hover span {
  color: #2a7faa;
}
.contact-form .formbuilder-form .form-list .field {
  margin-bottom: 0;
}
.contact-form .formbuilder-form .form-list .field .response-field-dropdown select {
  color: #9d6f27;
}
.contact-form .formbuilder-form .response-field-checkboxes .list-options {
  padding: 0;
  margin: 0;
}
.contact-form .formbuilder-form .response-field-checkboxes label {
  color: #fff;
}
.contact-form .formbuilder-form .response-field-checkboxes label a {
  color: #fff;
  text-decoration: underline;
}
/*.contact-form .formbuilder-form .form-list .field:nth-child(5) .subtemplate-wrapper .input-text{height:150px;}*/
.cms-contactos .map {
  margin-top: 50px;
}
.cms-contactos .map h2 {
  color: #9d6f27;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 25px;
}
.cms-contactos .map iframe {
  width: 100%;
  height: 220px;
}
.contacts .contact-form {
  float: left;
  width: 60%;
  text-align: left;
}
.formbuilder-form .form-content > h2 {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.formbuilder-form .form-content .before-form-content {
  margin-bottom: 20px;
}
.contacts .contact-info {
  float: right;
  width: 35%;
}
.contacts .contact-info h2 {
  font-size: 13px;
  text-transform: uppercase;
  color: #2a7faa;
  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 (min-width: 768px) and (max-width: 868px) {
  .contacts .contact {
    padding: 0;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-contactos .page-main .content {
    width: 100%;
    padding-right: 5px;
  }
  .contact-form {
    width: 100%;
    margin-top: 0px;
  }
  .cms-contactos .column.main {
    padding-bottom: 0px;
  }
  .cms-contactos .page-main {
    padding-top: 0;
  }
  .catalog-category-view.page-layout-1column .page-main .content {
    width: 100%;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .account .page-main {
    padding-top: 0;
  }
}
/* COOKIES */
.message.global.cookie {
  text-align: center;
  background: #444444;
  padding: 10px 7px;
  vertical-align: middle;
  font-size: 12px;
  z-index: 99999999;
}
.message.global.cookie p {
  display: inline-block;
  color: #fff;
}
.message.global.cookie a:hover {
  color: #2a7faa;
  text-decoration: underline;
}
.message.global.cookie .actions {
  display: inline-block;
  margin-left: 20px;
  margin-top: 0;
}
.message.global.cookie .actions button {
  border: 0;
  background: none;
  padding: 0;
}
.message.global.cookie .actions button:hover {
  border: 0 !important;
  background: none;
  padding: 0;
}
.message.global.cookie .actions button span {
  text-decoration: underline;
  color: #fff;
  text-transform: none;
  font-size: 12px;
}
.message.global.cookie .actions button:hover span {
  text-decoration: underline;
  color: #2a7faa;
  text-transform: none;
  font-size: 12px;
}
