.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  font-family: "pagebuilder-font";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}

[class^=pagebuilder-icon-]:before,
[class*=" pagebuilder-icon-"]:before {
  display: inline-block;
  font-family: "pagebuilder-font";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}

.pagebuilder-icon-down:before {
  content: "\F101";
}

.pagebuilder-icon-next:before {
  content: "\F102";
}

.pagebuilder-icon-prev:before {
  content: "\F103";
}

.pagebuilder-icon-up:before {
  content: "\F104";
}

.product-full-width-section {
  padding: 0.5em 0;
}

.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}

.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}

.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}

.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}

.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}

.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}

.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  left: 2rem;
}

.slick-prev:before {
  content: "\F103";
  padding-right: 5px;
}

.slick-next {
  right: 2rem;
}

.slick-next:before {
  content: "\F102";
  padding-left: 5px;
}

.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.2;
}

.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}

.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: 0.2;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555;
  font-size: 38px;
  opacity: 1;
}

.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}

.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}

.slick-dots li button {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: 0.3s;
  width: 14px;
}

.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}

.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}

.slick-dots li.slick-active button {
  background: #1c1918;
}

[data-content-type=banner] > [data-element=link],
[data-content-type=banner] > [data-element=empty_link] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type=banner] > [data-element=link]:hover,
[data-content-type=banner] > [data-element=empty_link]:hover {
  color: inherit;
  text-decoration: inherit;
}

.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}

.pagebuilder-banner-wrapper [data-element=content] {
  min-height: 50px;
}

.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}

@media only screen and (max-width: 970px) {
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-appearance=collage-centered] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-appearance=collage-left] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-appearance=collage-right] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

[data-content-type$=block] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}

[data-content-type=buttons] {
  max-width: 100%;
}

[data-content-type=button-item] {
  max-width: 100%;
}

[data-content-type=button-item] [data-element=link],
[data-content-type=button-item] [data-element=empty_link] {
  max-width: 100%;
  word-wrap: break-word;
}

[data-content-type=button-item] [data-element=empty_link] {
  cursor: default;
}

a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}

a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #1979c3;
  text-decoration: none;
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
  text-decoration: underline;
}

a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #ff5501;
  text-decoration: underline;
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #006bb4;
}

a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}

a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: var(--color-primary);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0 10px 10px 0;
  padding: 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}

a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: var(--color-primary);
  border: none;
  color: #fff;
}

a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: var(--color-primary);
  border: none;
  color: #fff;
}

a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
  border-radius: 0;
  box-shadow: none;
}

a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}

a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}

a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}

a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.pagebuilder-column {
  box-sizing: border-box;
}

@media only screen and (max-width: 970px) {
  .pagebuilder-column {
    background-attachment: scroll !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .pagebuilder-column-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
[data-content-type=heading] {
  word-wrap: break-word;
}

[data-content-type=html] {
  word-wrap: break-word;
}

figure[data-content-type=image] {
  box-sizing: border-box;
}

figure[data-content-type=image] > [data-element=link],
figure[data-content-type=image] > [data-element=link] img {
  border-radius: inherit;
}

figure[data-content-type=image] figcaption {
  word-wrap: break-word;
}

[data-content-type=map] {
  box-sizing: border-box;
  height: 300px;
}

.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}

.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}

.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}

.pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}

[data-content-type=row][data-appearance=contained] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}

[data-content-type=row][data-appearance=contained] [data-element=inner] {
  box-sizing: border-box;
}

@media only screen and (max-width: 970px) {
  [data-content-type=row][data-appearance=contained] [data-element=inner] {
    background-attachment: scroll !important;
  }
}
[data-content-type=row][data-appearance=full-bleed] {
  box-sizing: border-box;
}

@media only screen and (max-width: 970px) {
  [data-content-type=row][data-appearance=full-bleed] {
    background-attachment: scroll !important;
  }
}
[data-content-type=row][data-appearance=full-width] {
  box-sizing: border-box;
}

[data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}

@media only screen and (max-width: 970px) {
  [data-content-type=row][data-appearance=full-width] {
    background-attachment: scroll !important;
  }
}
[data-content-type=slide] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}

[data-content-type=slide] > [data-element=link],
[data-content-type=slide] > [data-element=empty_link] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type=slide] > [data-element=link]:hover,
[data-content-type=slide] > [data-element=empty_link]:hover {
  color: inherit;
  text-decoration: inherit;
}

.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: inherit;
}

.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}

.pagebuilder-slide-wrapper [data-element=content] {
  min-height: 50px;
}

.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}

@media only screen and (max-width: 970px) {
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-appearance=collage-left] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-appearance=collage-right] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

div[data-content-type=slider] {
  display: none;
}

div[data-content-type=slider].slick-initialized {
  display: block;
}

div[data-content-type=slider] .slick-list,
div[data-content-type=slider] .slick-track,
div[data-content-type=slider] .slick-slide {
  min-height: inherit;
}

div[data-content-type=slider] .slick-list > div,
div[data-content-type=slider] .slick-track > div,
div[data-content-type=slider] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}

a.button {
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}

div[data-content-type=tabs] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}

div[data-content-type=tabs] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
  white-space: normal;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #ccc;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
  background: #fff;
  z-index: 19;
}

div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all 0.3s;
}

div[data-content-type=tabs] .tabs-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

div[data-content-type=tabs] .tabs-content [data-content-type=tab-item] {
  box-sizing: border-box;
  min-height: inherit;
}

div[data-content-type=tabs] .tabs-content [data-content-type=tab-item]:not(:first-child) {
  display: none;
}

div[data-content-type=tabs].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

div[data-content-type=tabs].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

@media only screen and (max-width: 970px) {
  [data-content-type=tab-item] {
    background-attachment: scroll !important;
  }
}
div[data-content-type=text] {
  word-wrap: break-word;
}

div[data-content-type=video] {
  font-size: 0;
}

div[data-content-type=video] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

div[data-content-type=video] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

div[data-content-type=video] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cms-content-important {
  background-color: #f5f5f5;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}

.pagebuilder-full-width {
  float: left;
  width: 100%;
}

.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}

.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}

.pagebuilder-accordion > .item.title > .switch {
  display: block;
}

.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}

.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: "";
  display: table;
}

.pagebuilder-accordion > .item.content:after {
  clear: both;
}

.pagebuilder-accordion > .item.content.active {
  display: block;
}

.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}

.pagebuilder-accordion > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}

.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}

.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}

.pagebuilder-accordion > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}

.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}

.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #fff;
  color: #333;
  text-decoration: none;
  padding-bottom: 5px;
}

.pagebuilder-accordion > .item.content {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}

@media all and (min-width: 971px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@media all and (max-width: 970px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}

.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.review-form .field-recaptcha {
  margin-bottom: 10px;
}

.form.send.friend .g-recaptcha {
  margin-top: 40px;
}

[data-content-type=dynamic_block] figure[data-content-type=image] img {
  display: inline;
}

[data-content-type=dynamic_block] .block-banners .banner-item-content,
[data-content-type=dynamic_block] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

@media all and (max-width: 970px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}

@media all and (max-width: 970px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.initial-page {
  color: #000000;
  min-height: 514px;
  width: 100%;
  background-image: url("../GonzalezByass_Recommend/img/bgk-recomendador.png");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.initial-page .initial-page-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.initial-page .initial-page-wrapper .main-title {
  font-family: "MuseoSlab";
  font-weight: 900;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}

.initial-page .initial-page-wrapper .recommend-desc {
  color: #000000;
  font-family: "MuseoSans";
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 700;
  margin: 35px auto;
}

.initial-page .initial-page-wrapper .start-button-wrapper {
  clear: both;
  min-height: 50px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.initial-page .initial-page-wrapper .start-button-wrapper button {
  font-weight: 900;
  text-align: center;
  width: 180px;
  padding: 0;
  color: #ffffff;
  background-color: var(--color-primary);
  border: 0;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.wine-recommending {
  display: none;
  width: 100%;
  min-height: 514px;
}

.wine-recommending .title {
  font-family: "MuseoSlab";
  font-weight: 900;
  font-size: 30px;
  height: 75px;
}

.wine-recommending .recommending-breadcrumb {
  width: inherit;
  padding: 0;
}

.wine-recommending .recommending-breadcrumb .step {
  display: inline-block;
  width: 25%;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin-right: -4px;
  list-style: none;
}

.wine-recommending .recommending-breadcrumb .step:before {
  background: #b3b3b3;
  top: 7px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.wine-recommending .recommending-breadcrumb .step:first-child:before {
  width: 50%;
  left: 50%;
}

.wine-recommending .recommending-breadcrumb .step:last-child:before {
  width: 50%;
}

.wine-recommending .recommending-breadcrumb .step span {
  color: #b3b3b3;
  font-family: "MuseoSans";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding-top: 30px;
  width: 100%;
  word-wrap: break-word;
}

.wine-recommending .recommending-breadcrumb .step span:before {
  background: #b3b3b3;
  height: 15px;
  margin-left: -7.5px;
  width: 15px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
}

.wine-recommending .recommending-breadcrumb .highlighted {
  font-size: larger;
  font-weight: bold;
}

.wine-recommending .recommending-breadcrumb .highlighted span {
  color: var(--color-primary);
}

.wine-recommending .recommending-breadcrumb .highlighted span:before {
  background: var(--color-primary);
  height: 30px;
  margin-left: -15px;
  width: 30px;
  top: -7.5px;
}

.wine-recommending #step-wrapper {
  min-height: 1px;
  margin-top: 30px;
}

.wine-recommending #step-wrapper .step-content:after {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ".";
  font-size: 0;
}

.wine-recommending #step-wrapper .step-label {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  font-family: "MuseoSans";
}

.wine-recommending #step-wrapper .advise {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
}

.wine-recommending #step-wrapper .options {
  padding: 0 10%;
}

.wine-recommending #step-wrapper .options .option {
  float: left;
  width: 20%;
  margin: 2%;
  background-color: #f9f9f9;
  font-weight: 900;
  text-align: center;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  cursor: pointer;
  height: 68px;
  line-height: 68px;
}

.wine-recommending #step-wrapper .options .option.selected {
  background-color: #f8fbbf;
  border-color: #b7bf10;
  color: #b7bf10;
}

.wine-recommending #step-wrapper .options .option div {
  line-height: 20px;
  padding: 5px;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wine-recommending #step-wrapper .button-wrapper {
  clear: both;
  min-height: 68px;
  padding: 0 10%;
}

.wine-recommending #step-wrapper .button-wrapper .btn-retroceder {
  float: left;
}

.wine-recommending #step-wrapper .button-wrapper .btn-siguiente {
  float: right;
}

.wine-recommending #step-wrapper .button-wrapper button {
  font-weight: 900;
  text-align: center;
  width: 20%;
  padding: 0;
  color: #ffffff;
  background-color: var(--color-primary);
  border: 0;
  height: 68px;
  line-height: 68px;
  margin: 2% 0;
}

.wine-recommending #step-wrapper .button-wrapper button:disabled {
  background-color: #e3e3e3;
}

.pl-thm-berepublic-pedrodomecq .initial-page .initial-page-wrapper .main-title {
  color: #003f76;
  font-family: "MuseoSans";
}

.pl-thm-berepublic-pedrodomecq .initial-page .initial-page-wrapper .start-button-wrapper button {
  background-color: #c8a813;
}

.pl-thm-berepublic-pedrodomecq .initial-page .initial-page-wrapper .recommend-desc {
  font-family: "MuseoSans";
}

.pl-thm-berepublic-pedrodomecq .wine-recommending .recommending-breadcrumb .highlighted span:before {
  background: #003f76;
}

.pl-thm-berepublic-pedrodomecq .wine-recommending .recommending-breadcrumb .highlighted span {
  color: #003f76;
}

.pl-thm-berepublic-pedrodomecq .wine-recommending #step-wrapper .step-label {
  color: #003f76;
}

.pl-thm-berepublic-pedrodomecq .wine-recommending #step-wrapper .options .option {
  border: 1px solid #003f76;
  color: #003f76;
}

.pl-thm-berepublic-pedrodomecq .wine-recommending #step-wrapper .options .option.selected {
  background-color: #003f76;
  border-color: #003f76;
  color: white;
}

.pl-thm-berepublic-pedrodomecq .wine-recommending #step-wrapper .button-wrapper button {
  background-color: #c8a813;
}

.pl-thm-berepublic-pedrodomecq .wine-recommending #step-wrapper .button-wrapper button:disabled {
  background-color: #e3e3e3;
}

.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}

label.klarna-payments-method-cell > span {
  padding-left: 5px;
}

span.klarna-payments-method-cell > img {
  display: block;
}

.table-checkout-shipping-method tbody tr.storepickup-row td {
  border-top: 0px;
}

.table-checkout-shipping-method tbody tr.storepickup-row label {
  padding-bottom: 8px;
  display: inline-block;
}

.table-checkout-shipping-method tbody tr.storepickup-row .show-store-detail,
.table-checkout-shipping-method tbody tr.storepickup-row .storepickup-date-show {
  max-width: 300px;
}

.checkout-shipping-address .step-title {
  margin-bottom: 15px;
}

.checkout-shipping-address .step-content {
  margin-bottom: 15px;
}

.display-storeinfo {
  max-width: 240px;
  border: 2px solid transparent;
  font-size: 14px;
  line-height: 30px;
  margin: 15px 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  position: relative;
  vertical-align: top;
  border-color: #ff5501;
  word-wrap: break-word;
}

.display-storeinfo:after {
  background: #ff5501;
  color: #fff;
  content: "\E610";
  font-family: "luma-icons";
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.display-storeinfo h4 {
  color: #000;
  font-family: "MuseoSlab";
  font-weight: 900;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 8px;
  margin-bottom: 8px;
}

.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}

.mp-blog-rss {
  text-align: right;
}

.mp-post-info {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.mp-post-info span {
  color: #6f6f6f;
}

.post-item-wraper {
  border: 1px solid #eee;
}

.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}

.post-info-wraper {
  padding: 20px 0px 10px 0px;
}

.post-list-item {
  margin-bottom: 20px;
}

.post-short-description {
  max-width: 100%;
}

.post-short-description p {
  max-width: 100%;
}

.post-post_content {
  margin: 10px 0 10px 0;
}

.post-post_content p {
  color: #4b4b4b;
}

.post-short-description p {
  color: #4b4b4b;
}

.block-blog-related a.product-item-link {
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}

@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}

.block-blog-related {
  margin-top: 35px;
}

.block-blog-related .related-content-container {
  padding: 0 10px;
}

.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}

.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}

.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}

#post-reviews {
  margin-top: 50px;
}

a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}

a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}

.menu-archives {
  list-style: none;
  padding-left: 8px;
}

.menu-archives a.list-archives {
  color: inherit;
}

.author-image {
  text-align: center;
}

.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.tab-content {
  /*border: 1px solid #ddd;*/
  border-top: none;
}

.pager {
  text-align: center;
}

.pager span.toolbar-number {
  display: none;
}

.block-title p {
  font-size: 18px;
  font-weight: 300;
}

.mp-sidebar {
  margin-bottom: 25px;
}

.mp-sidebar .block-content {
  padding-left: 10px;
}

.mp-sidebar .data.item.title {
  cursor: pointer;
}

.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}

.sidebar-tags {
  margin-bottom: 15px;
}

a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}

ul.menu-categories li.category-item {
  list-style: none;
}

ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}

ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}

ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}

ul.menu-categories i {
  cursor: pointer;
}

h2.list-title {
  margin-bottom: 30px;
}

.list-post-tabs {
  padding: 5px 10px 5px 0;
}

.list-post-tabs:hover {
  background-color: #eee;
}

.list-post-tabs .post-left {
  float: left;
  width: 25%;
}

.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}

.list-post-tabs .post-right span {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}

.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.fa.fa-angle-right {
  font-size: larger;
}

.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}

.autocomplete-suggestions {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #fff;
  cursor: default;
  overflow: auto;
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}

.autocomplete-suggestion:last-child {
  border-bottom: none;
}

.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}

.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}

.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

.mpblog-product-des {
  color: #333333;
}

.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}

.mpblog-search {
  position: relative;
}

.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}

.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #c8a813;
}

.mpblog-search button.action.search span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mpblog-search label[for=mpblog-search-box] {
  display: none;
}

.mpblog-search #mpblog-search-box {
  height: 40px;
  vertical-align: middle;
}

.mpblog-search i.fa.fa-search {
  margin-top: 8px !important;
}

textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}

.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}

.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}

.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}

.cmt-row__reply-row {
  margin-top: 10px;
}

.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}

ul.default-cmt__content__cmt-content {
  list-style: none !important;
}

.cmt-row__cmt-content {
  font-size: 13px;
}

.cmt-row__cmt-interactions {
  font-size: 13px;
}

.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}

.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}

a.interactions__btn-actions.action {
  cursor: pointer;
}

.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}

.cmt-row.reply-row {
  margin-bottom: 0 !important;
}

.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}

.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}

li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}

li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}

.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}

.widget-title {
  margin-bottom: 20px;
}

.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}

.share-col-right {
  display: inline-block;
  width: 50%;
}

.page-layout-1column .column.main {
  width: 100% !important;
}

.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}

.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}

.mp-footer-links-light {
  color: #e8e8e8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.mp-footer-links-light a {
  color: #e8e8e8 !important;
}

.post-image {
  min-height: 250px;
  position: relative;
}

.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}

.mpblog-post-view .post-view-image {
  text-align: center;
}

.post-item-wraper {
  padding: 10px !important;
}

@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}

.post-info-wraper h2.mp-post-title {
  margin-top: 0;
}

.post-list-content .limiter {
  display: block !important;
}

.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}

.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}

@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
.mpblog-post-index .column.main,
.mpblog-post-view .column.main {
  width: 75% !important;
}

.mpblog-post-index .sidebar-main,
.mpblog-post-view .sidebar-main {
  width: 24% !important;
}

.mp-blog-rss {
  display: none;
}

.mpblog-post-index .sidebar-additional,
.mpblog-category-view .sidebar-additional,
.mpblog-month-view .sidebar-additional,
.mpblog-post-view .sidebar-additional {
  display: none;
}

.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;
}

.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}

.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}

.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}

.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}

.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}

#delivery-options-fields-block {
  max-width: 100%;
}

.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}

.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}

.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}

.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}

.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}

.opening-hour-wrapper {
  font-size: 12px;
}

.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 900;
}

.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}

.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #8f8f8f;
  content: "\E622";
  font-family: "icons-blank-theme";
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.opening-hour-wrapper table thead tr td:hover:after {
  color: #333;
}

.opening-hour-wrapper table thead tr td:active:after {
  color: #8f8f8f;
}

.opening-hour-wrapper table tbody {
  display: none;
}

.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 900;
}

.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}

.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}

.opening-hour-wrapper table._active thead tr td:after {
  content: "\E621";
}

.opening-hour-wrapper table._active tbody {
  display: block;
}

.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}

@media only screen and (max-width: 970px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 970px), 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,
  .amazon-addresses .amazon-address,
  .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%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .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,
  .block-collapsible-nav .title {
    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,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .amazon-addresses: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;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0 > .dropdown-menu > li {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main,
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0 > .dropdown-menu > li {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-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;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-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 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 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: 900;
    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 li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: 103%;
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #000;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\E622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 900;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #fff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #fff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #000;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: "\E608";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: "\E607";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: "";
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: "";
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: "";
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #fff;
    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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  .mp-sidebar #tab-label-popular-title,
  .mp-sidebar #tab-label-mostview-title {
    padding-bottom: 30px;
    padding-top: 10px;
    border: 0px !important;
    background-color: #e4e0d3;
  }
  .mp-sidebar #tab-label-popular-title div,
  .mp-sidebar #tab-label-mostview-title div {
    color: #003f76;
    font-weight: 400;
  }
  .mp-sidebar #tab-content-popular {
    border: 0px !important;
  }
  .mp-sidebar .block-mp-sidebar-heading,
  .mp-sidebar .block-mp-sidebar-heading {
    font-size: 16px;
    color: #003f76;
    font-weight: 700;
  }
  .mp-sidebar.product.info.detailed {
    border: 1px solid #bababa;
  }
  .mp-sidebar.product.info.detailed .product.data.items {
    margin-bottom: 0px;
    background: white;
  }
  .mp-sidebar.product.info.detailed .product.data.items .item.content {
    border: 0px !important;
  }
  .mp-sidebar.product.info.detailed .product.data.items .data.item.title.active .data.switch {
    background-color: white !important;
  }
  .data.item.content {
    margin-top: 50px !important;
  }
  .data.item.content .list-post-tabs .post-right span {
    font-size: 12px;
  }
  .data.item.content .list-post-tabs .post-right span.create-at {
    color: #a8a8a8;
  }
  .sidebar.sidebar-main .mp-sidebar.mpcss {
    margin-top: 29px;
  }
  .sidebar.sidebar-main .mp-sidebar.mpcss .menu-archives a.list-archives {
    color: #003f76;
    font-size: 16px;
  }
  .sidebar.sidebar-main .mp-sidebar.mpcss strong.month-number {
    font-weight: 400;
    color: #c8a813;
  }
  .sidebar.sidebar-main .mp-sidebar.mpcss i.fa.fa-calendar {
    color: #8d8d8d;
  }
  .mp-sidebar.mpcss .menu-categories .category-item {
    float: left;
    width: auto !important;
    border: 1px solid #bababa;
    color: #c8a813;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 8px 16px;
  }
  .mp-sidebar.mpcss ul.menu-categories a.list-categories {
    margin-left: 0px;
  }
  .post-link-title {
    font-weight: 700 !important;
  }
  .post-info-wraper .mp-post-meta-info a.mp-read-more {
    color: #c8a813 !important;
  }
  .post-info-wraper .mp-post-info a.mp-info {
    color: #c8a813 !important;
  }
  .post-list-content .post-list-body .post-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .post-list-content .post-list-body .post-image img.img-responsive {
    text-align: center;
    max-height: 500px;
    display: block;
  }
  .post-list-content .pager .pages {
    float: right;
    margin-right: 20px;
  }
  .post-list-content .pager .pages li.item {
    width: 28px;
    text-align: center;
  }
  .post-list-content .pager .pages li.item a {
    color: #4b4b4b !important;
  }
  .post-list-content .pager .pages li.item.current {
    background-color: #e3e3e3;
  }
  .post-list-content .pager .pages li.item.current span {
    color: #c8a813 !important;
  }
  .post-list-content .pager .limiter {
    float: left !important;
    margin-left: 20px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: 32%;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .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";
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    /*margin-bottom: 10px; nbk*/
  }
  .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;
    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;
  }
  .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;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #fff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear 0.1s, visibility 0s linear 0.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 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.4rem;
    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: 970px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -ms-flexbox;
    display: flex;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 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.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 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: 80%;
  }
  .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,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 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;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 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: 15px 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: 0px auto 25px 0;
  }
  .logo img {
    margin: 30px auto 20px 0;
    object-fit: none;
    width: 150px;
    height: 61px;
  }
  .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 {
    margin-left: 2%;
    width: 23.5%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .page-header {
    /*z-index: 2;*/
  }
  .page-header > .header.content {
    padding-left: 0;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-top: 15px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
        align-items: center;
    background: white;
  }
  .page-header > .header.content > .logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .page-header > .header.content > .logo.searchTranslate {
    left: calc(50% - 18em);
  }
  .page-header > .header.content .panel.wrapper {
    border-bottom: 0;
  }
  .page-header .user-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .page-header .user-icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\F2BD";
    padding-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 18px !important;
  }
  .sections.nav-sections {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
  }
  .navigation {
    background-color: #fff;
    position: static;
  }
  .sections.nav-sections .navigation {
    display: -ms-grid;
    display: grid;
    padding: 0 20px;
    -ms-grid-columns: 2fr 12fr 2fr;
        grid-template-columns: 2fr 12fr 2fr;
  }
  .sections.nav-sections .navigation > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sections.nav-sections .navigation .level0 > .level-top {
    text-transform: uppercase;
  }
  .navigation .ui-menu > li.level0,
  .navigation > .ui-menu > li.level0.active {
    display: inherit;
    -ms-flex-align: inherit;
        align-items: inherit;
    height: 100%;
    background-image: none !important;
  }
  .navigation .ui-menu > li.level0 > a,
  .navigation > .ui-menu > li.level0.active > a {
    display: inherit !important;
    -ms-flex-align: inherit;
        align-items: inherit;
    height: inherit;
  }
  .right-categories-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .right-categories-container > .block.block-search .field.search > .control {
    padding-bottom: 0;
  }
  .right-categories-container i.fas.fa-search.fa-lg {
    cursor: pointer;
  }
  .sections.nav-sections > .section-items.nav-sections-items {
    border-image-source: linear-gradient(to right, #703f2a 0, #703f2a 33%, #b7bf10 33%, #b7bf10 66%, var(--color-primary) 66%, var(--color-primary) 100%);
    border-image-slice: 1;
    border-bottom: solid 6px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
  .left-categories-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .left-categories-container > .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 133px;
    min-height: 72px;
    margin: 0;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
  }
  @keyframes fadeInOpacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .ui-state-focus:after {
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: -6px;
    height: 6px;
    left: 0;
    content: "";
  }
  .sticky .right-categories-container .panel.header {
    padding: 0px;
  }
  .sticky .right-categories-container .panel.header a {
    font-size: 0;
    font-weight: 500;
    color: #000;
  }
  .sticky .right-categories-container .panel.header a:before {
    font-family: "Font Awesome 5 Free";
    content: "\F2BD";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 22px !important;
    color: #000;
  }
  .navigation .level0:hover:after {
    display: none;
  }
  #menubreadcrumb-component {
    display: none !important;
  }
  .categoryMega2 > .title {
    display: block !important;
    padding-left: 26px;
  }
  .categoryMegamenuLvl1 {
    font-weight: 700;
  }
  .categoryMegamenuLvl1 .ui-icon-carat-1-e {
    display: none !important;
  }
  .hoverCategory {
    font-weight: 900;
    color: var(--color-primary);
    padding: 0 !important;
  }
  .nameCategoryLvl1 {
    padding: 0.1em;
  }
  .sections.nav-sections .navigation > #defaultmenu {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: 100%;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    height: 100%;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0 > .dropdown-menu {
    top: 100% !important;
    border: 0;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0 > .dropdown-menu > .withdesc {
    padding-bottom: 40px;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0 > .dropdown-menu > li > .row.clearfix > * {
    display: -ms-flexbox;
    display: flex;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0 > .dropdown-menu > li > .row.clearfix > * .ui-menu {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 500px;
  }
  .bss-megamenu .dropdown a,
  .bss-megamenu .dropdown-menu a {
    color: #000;
  }
  .nameCategoryLvl2 {
    font-weight: 700;
  }
  .categoryMegamenuLvl2 > a {
    font-size: 16px;
    font-weight: 500;
  }
  .originAttribute {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }
  .categoryMega3 .categoryMegamenuLvl2 {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .categoryMega3 .categoryMegamenuLvl2:hover {
    background-color: #f2f2f2;
  }
  .categoryMega3 .categoryMegamenuLvl2:hover span,
  .categoryMega3 .categoryMegamenuLvl2:hover .originAttribute {
    color: var(--color-primary);
  }
  .allCategoriesButtonParent {
    text-align: center;
    margin-bottom: 40px !important;
  }
  .allCategoriesButtonParent .allCategoriesButton {
    display: inline-block;
    background-color: var(--color-primary);
    color: #fff !important;
    padding: 15px 17px !important;
    font-weight: 900;
  }
  .allCategoriesButtonParent .allCategoriesButton > .menuItemArrow {
    color: #fff;
    margin-left: 15px;
  }
  .allCategoriesButtonParent .allCategoriesButton:after {
    display: none;
  }
  .invisibleCategory {
    visibility: hidden;
  }
  .bss-megamenu-content.withdesc.ui-menu-item .rightBlock > div[data-content-type=row] {
    width: 100%;
  }
  .bss-megamenu-content.withdesc.ui-menu-item .rightBlock > div[data-content-type=row] .product-info-withAddToCartIcon {
    width: auto;
    padding: 10px;
  }
  .bss-megamenu-content.withdesc.ui-menu-item .rightBlock > div[data-content-type=row] .product-item-name > a {
    color: var(--color-primary);
  }
  .bss-megamenu-content.withdesc.ui-menu-item .rightBlock > div[data-content-type=row] .product-description {
    font-weight: 300;
  }
  .bss-megamenu-content.withdesc.ui-menu-item .rightBlock > div[data-content-type=row] .iva-incl {
    font-weight: 500;
  }
  .bss-megamenu-content.withdesc.ui-menu-item > .row.clearfix {
    display: -ms-flexbox;
    display: flex;
  }
  .bss-megamenu-content.withdesc.ui-menu-item > .row.clearfix > .categoriesColumns {
    width: auto;
    -ms-flex: auto;
        flex: auto;
  }
  .bss-megamenu-content.withdesc.ui-menu-item > .row.clearfix > .rightBlock {
    -ms-flex: auto;
        flex: auto;
  }
  .level0:first-child .dropdown-menu:first-of-type .categoryMega2:last-child {
    -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0:first-child > .dropdown-menu > li > .row.clearfix > * .categoryMega2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .sections.nav-sections .navigation > #defaultmenu > ul > .level0:first-child > .dropdown-menu > li > .row.clearfix > * .ui-menu {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .categoryMegamenuLvl1:first-child .categoryMega2:last-child .categoryMega3 .categoryMegamenuLvl2 {
    width: 46%;
  }
  .doubleColumn + .dropdown-menu .categoryMega3 {
    max-height: 150px !important;
  }
  .catalog-category-view .products-grid > ol > li {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
  }
  .catalog-category-view.page-layout-2columns-right .column.main {
    margin-right: 23px;
  }
  .catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
    width: calc(33.333% - 23px) !important;
  }
  .showMore,
  .showLess {
    display: none;
  }
  .sidebar.sidebar-main {
    margin-top: 108px;
  }
  .footer-icon-accordion-plus {
    display: none;
  }
  [data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
    max-width: 100%;
  }
  .ui-datepicker {
    width: 322px;
  }
  .create-customer-container {
    float: right;
    width: 50%;
  }
  .create-customer-container .block-new-customer {
    width: 100%;
    margin-bottom: 0;
  }
  .create-customer-container .pslogin-block {
    float: left;
  }
  form.form-create-account {
    width: 48.8% !important;
    float: left;
  }
  .customer-account-create .pslogin-block {
    width: 50%;
    float: right;
  }
  .account .columns .sidebar-main {
    margin-top: 0px;
  }
  .account .columns .sidebar-main > .block-collapsible-nav {
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .account .columns .sidebar-main > .block-collapsible-nav .nav.items > .item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .account .columns .sidebar-main > .block-collapsible-nav .nav.items > .item > a,
  .account .columns .sidebar-main > .block-collapsible-nav .nav.items > .item strong {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 700;
  }
  .account .columns .sidebar-main > .block-collapsible-nav .nav.items > .item > a:hover {
    background-color: transparent;
  }
  .account .columns .sidebar-main > .block-collapsible-nav .nav.items > .item:not(:first-child):hover {
    background: #efefef;
  }
  .modal-content .pslogin-block.pslogin-login {
    float: left;
    margin: 20px 0;
  }
  .modal-popup.popup-authentication .modal-content .block-authentication .block.block-customer-login,
  .modal-popup.popup-authentication .modal-content .block-authentication .block.block-new-customer {
    display: block !important;
  }
  .customer-account-login .block-new-customer-titles > div {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
  .customer-account-login .block-new-customer-titles > .block-title.left {
    margin-right: 20px;
  }
  .customer-account-login .block-new-customer-titles > .block-title.right {
    margin-left: 20px;
  }
  .customer-account-login .login-container > div {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
  .customer-account-login .login-container .block-customer-login {
    margin-right: 20px;
  }
  .customer-account-login .login-container .create-customer-container {
    margin-left: 20px;
  }
  .customer-account-create .block-new-customer-titles > div {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
  .customer-account-create .block-new-customer-titles > .block-title.left {
    margin-right: 20px;
  }
  .customer-account-create .block-new-customer-titles > .block-title.right {
    margin-left: 20px;
  }
  .customer-account-create .register-container .form-register-container,
  .customer-account-create .register-container .pslogin-block.pslogin-register {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
  }
  .customer-account-create .register-container .form-register-container {
    margin-right: 20px;
  }
  .customer-account-create .register-container .pslogin-block.pslogin-register {
    margin-left: 20px;
  }
  .column.main .product-info-main {
    margin-top: 80px;
  }
  .product-info-main {
    width: 30% !important;
    float: left;
    margin-left: 40px;
  }
  .product-container-buttons-vacio {
    display: block;
  }
  .product-container-buttons {
    width: 40%;
  }
  .page-layout-1column .columns .column.main .product.media {
    margin-top: -40px;
  }
  .product-info-price .price-box .old-price {
    margin: 10px 0;
  }
  .product-container-description {
    width: 59%;
  }
  .product-enologo-block {
    width: 30%;
  }
  .product-comments-block {
    width: 69%;
  }
  .product-container-enologo-comments {
    margin-right: 40px;
  }
  .product-container-users-comments {
    width: 100%;
    float: left;
  }
  .product-comments-block-title {
    margin-bottom: 24px;
    margin-top: 25px;
  }
  .catalog-product-view .aditional-info {
    width: 49%;
  }
  .form-container {
    padding: 0 16.6667%;
  }
  .form-container .item.title.active a.switch {
    border-bottom: 4px solid var(--color-primary) !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding-bottom: 22px !important;
    color: var(--color-primary) !important;
  }
  .form-container .item.title a.switch {
    color: #000 !important;
    font-weight: 500 !important;
    border: none !important;
    background: transparent !important;
  }
  .form-container .item.title {
    width: 49% !important;
    text-align: center;
  }
  .form-container .item.content {
    border: none !important;
  }
  .form-container .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    content: none;
  }
  .phone-us div {
    width: 50%;
  }
  .form-container .item.content .phone-us-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .phone-us div.phone-number {
    text-align: center;
  }
  .checkout-index-index .tab-titles > .step-title {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .checkout-index-index #maincontent {
    margin-top: 30px;
  }
  .checkout-index-index .minicart-wrapper {
    display: none;
  }
  .checkout-index-index #opc-shipping_method .actions-toolbar > .primary {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
  }
  .checkout-index-index .opc-wrapper #shipping #checkout-step-shipping .form.form-shipping-address {
    max-width: none;
  }
  .checkout-index-index .opc-wrapper #shipping #checkout-step-shipping .form.form-shipping-address > #shipping-new-address-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .checkout-index-index .opc-wrapper #shipping #checkout-step-shipping .form.form-shipping-address > #shipping-new-address-form > .field {
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
  }
  .checkout-index-index .opc-wrapper #shipping #checkout-step-shipping .form.form-shipping-address > #shipping-new-address-form > .field > .control {
    width: 100%;
    float: none;
  }
  .checkout-index-index .checkout-payment-method .payment-method-content {
    padding-left: 0;
  }
  #shipping input[type=password]#customer-password {
    width: 407px;
  }
  #shipping .form-login .actions-toolbar {
    margin-left: 0;
    width: 400px;
  }
  #shipping .actions-toolbar .secondary .action.remind span {
    color: var(--color-primary);
  }
  #shipping .actions-toolbar > .primary .login.primary {
    width: 170px;
  }
  #shipping .pslogin-button .pslogin-button-link .pslogin-button-auto span.pslogin-button-text {
    padding: 9px;
    font-size: 14px;
    font-weight: 900;
    margin-right: 12px;
  }
  #shipping span.pslogin-button-auto {
    height: 50px;
    width: 400px;
  }
  #shipping .pslogin-block .pslogin-buttons ul li.facebook .pslogin-button-icon {
    margin-top: 8px;
    margin-left: 86px;
  }
  #shipping .pslogin-block .field.note {
    display: none;
  }
  #shipping .pslogin-buttons.pslogin-buttons-showfull {
    margin-top: 22px;
  }
  #shipping .checkout-index-index #opc-shipping_method .actions-toolbar {
    float: right;
  }
  #shipping .checkout-index-index #opc-shipping_method .actions-toolbar > .primary {
    width: 400px;
    -ms-flex: none;
        flex: none;
  }
  .checkout-cart-index #maincontent {
    margin-top: 30px;
  }
  .checkout-cart-index .cart-summary {
    width: 30.3%;
  }
  .checkout-cart-index .cart-summary .title {
    text-align: center;
    padding-bottom: 23px;
  }
  .checkout-cart-index .cart-summary .title:after {
    transform: scale(1.5, 1.5);
    padding-right: 22px !important;
  }
  .checkout-cart-index .cart-table-form-wrapper .form.form-cart {
    width: 66.6%;
  }
  .checkout-cart-index .cart-after-info {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .cart.item {
    border: none !important;
  }
  .checkout-cart-index .cart.table-wrapper .cart.item:last-child {
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .checkout-cart-index .cart.table-wrapper .product-image-photo {
    max-width: none;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-photo {
    width: 100%;
  }
  .checkout-cart-index .cart.table-wrapper .col.item.firstRow,
  .checkout-cart-index .cart.table-wrapper .col.qty.firstRow,
  .checkout-cart-index .cart.table-wrapper .col.name.firstRow,
  .checkout-cart-index .cart.table-wrapper .col.subtotal.firstRow {
    font-size: 20px;
    color: #000;
  }
  .checkout-cart-index .cart.table-wrapper .col.item.firstRow {
    width: 19%;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty {
    text-align: center;
    white-space: nowrap;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty.firstRow {
    width: 15%;
  }
  .checkout-cart-index .cart.table-wrapper .col.name .product-item-name {
    margin: 0;
  }
  .checkout-cart-index .cart.table-wrapper .col.subtotal > .subtotal-container {
    right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty > .field.qty {
    font-weight: 700;
    color: black;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty,
  .checkout-cart-index .cart.table-wrapper .col.name,
  .checkout-cart-index .cart.table-wrapper .col.subtotal,
  .checkout-cart-index .cart.table-wrapper .col.subtotal {
    position: relative;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty > .field.qty,
  .checkout-cart-index .cart.table-wrapper .col.name > .product-item-details,
  .checkout-cart-index .cart.table-wrapper .col.subtotal > .subtotal-container {
    position: absolute;
    bottom: 27px;
  }
  .checkout-cart-index .checkout-container .cart.main.actions {
    float: left;
  }
  .checkout-cart-index .checkout-container .gift-item-block.block {
    float: right;
    margin-right: 39px;
  }
  .checkout-cart-index .checkout-container .gift-item-block .title {
    border: 1px solid var(--color-primary);
    font-weight: 900;
    color: var(--color-primary) !important;
    background: white;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    border-radius: 0px;
    float: right;
  }
  .checkout-cart-index .checkout-container .gift-options {
    width: 480px;
  }
  .checkout-cart-index .checkout-container .gift-options-title {
    font-weight: 600;
    color: var(--color-primary) !important;
    font-size: 15px;
  }
  .checkout-cart-index .checkout-container .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .checkout-cart-index .checkout-container .gift-item-block.block._active .content {
    margin-top: 70px;
  }
  .checkout-cart-index .checkout-container input#gift-message-whole-to-giftOptionsCart,
  .checkout-cart-index .checkout-container textarea#gift-message-whole-message,
  .checkout-cart-index .checkout-container input#gift-message-whole-from-giftOptionsCart {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #c2c2c2;
  }
  .checkout-cart-index .checkout-container .secondary button.action.secondary.action-update {
    background: var(--color-primary);
  }
  .checkout-cart-index .checkout-container .secondary button.action.secondary.action-update span {
    color: white;
  }
  .checkout-cart-index .checkout-container .cart-after-info [data-content-type=row][data-appearance=contained] {
    height: 40px;
    width: 362px;
    float: left;
    background: #e3e3e3;
  }
  .checkout-cart-index .checkout-container .gift-item-block .content {
    z-index: 0;
  }
  .checkout-cart-index .checkout-container .cart-after-info {
    margin-top: 20px;
  }
  .checkout-cart-index .checkout-container button.action.action-edit {
    border: 0px;
  }
  .checkout-cart-index .checkout-container .gift-item-block .action.action-delete span {
    color: white;
  }
  .checkout-cart-index .checkout-container .gift-item-block button.action.action-delete {
    background: var(--color-primary);
  }
  .checkout-cart-index .abs-shopping-cart-items-desktop,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .checkout-container .cart-gift-item,
  .checkout-cart-index .block-cart-failed,
  .checkout-cart-index .cart-container .form-cart,
  .checkout-cart-index .cart-container .cart-gift-item {
    float: none;
  }
  .bundle-image .product-image-container {
    position: relative;
    width: 200px;
  }
  .bundle-image {
    position: relative;
    min-width: 200px;
  }
  .bundle-image .tipo-vino {
    z-index: 99;
  }
  .product-options-wrapper {
    width: 100%;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 100% !important;
  }
  .bundle-options-container .product-add-form {
    display: block;
  }
  .bundle-options-container .bundle-options-wrapper {
    display: none;
  }
  .block-bundle-summary {
    width: 100%;
  }
  .block-bundle-summary-button .control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    border: 1px solid var(--color-primary);
    font-weight: 900;
    font-size: 24px;
  }
  .page-product-bundle .price-box.price-final_price {
    display: inline-block;
    text-align: right;
    margin-top: 0px;
    float: right;
  }
  .bundle-image .tipo-vino {
    font-weight: 500;
  }
  .bundle-info .product-image-container {
    display: none;
  }
  .page-product-bundle .column.main {
    padding-bottom: 0px;
  }
  .item.review-item {
    width: 46%;
    display: inline-block;
    margin-right: 21px;
    border-bottom: 1px solid #9b9b9b;
  }
  .review-form {
    max-width: 0px;
  }
  .block.review-add {
    width: 50%;
    float: left;
  }
  .product-container-send-price {
    margin-bottom: 20px;
  }
  .toolbar-products {
    padding: 0;
    margin-top: -14px;
    padding-top: 6px;
  }
  .catalog-category-view #maincontent .columns {
    margin-top: 30px;
  }
  .toolbar-sorter .icon-icon-arrow-drodown {
    color: #000 !important;
    cursor: pointer;
  }
  #layered-filter-block .icon-icon-list-3 {
    color: #000 !important;
    cursor: pointer;
  }
  .sorter-title .icon-icon-arrow-drodown {
    margin-right: 60px;
  }
  .action.showcart {
    margin-top: 6px;
  }
  .minicart-wrapper {
    min-width: 100px;
    color: black;
  }
  fieldset.field.street.admin__control-fields.required {
    display: block;
    width: 100% !important;
    -ms-flex: none !important;
        flex: none !important;
  }
  #checkout-step-shipping fieldset.field.street.admin__control-fields.required {
    display: block;
    width: 50% !important;
    -ms-flex: none !important;
        flex: none !important;
  }
  #checkout-step-shipping fieldset.field.street.admin__control-fields.required .control {
    width: 100%;
  }
  .contenido-cookies > .content {
    padding: 0px 10px;
  }
  .cookie-text {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding-top: 7px;
    padding-bottom: 13px;
  }
  .actions.cookie-buttons {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-top: 0px !important;
  }
  .cookie-text {
    padding-right: 20px;
  }
  .filter.active .filter-content {
    display: block;
  }
  .filter.active .text-icon-filter,
  .filter.active .text-icon-order {
    display: none;
  }
  .filter.active .filter-title strong {
    right: 14px !important;
    z-index: 2;
  }
  .filter.active .filter-title strong:before {
    content: "s";
    font-size: 12px;
  }
  .sorter.active .sorter-content {
    display: block;
  }
  .sorter.active .text-icon-filter,
  .sorter.active .text-icon-order {
    display: none;
  }
  .sorter.active .icon-icon-arrow-drodown {
    margin-right: 0px;
  }
  .sorter.active .sorter-title strong {
    right: 14px !important;
    z-index: 2;
  }
  .sorter.active .sorter-title strong:before {
    content: "s";
    font-size: 12px;
  }
  .filter-content,
  .sorter-content {
    position: absolute;
    right: 0;
    top: -3px;
    bottom: 0;
    width: 33.33333333%;
    background: white;
    z-index: 2;
    display: none;
    padding: 0 25px;
  }
  .filter-content:before,
  .sorter-content:before {
    content: " ";
    display: block;
    box-shadow: -17px 0px 15px -16px rgba(0, 0, 0, 0.8);
    width: 100%;
    background: white;
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .layered-filter-block-container span.close-filters {
    content: url("../icons/icon-close.svg");
    cursor: pointer;
    width: 10px;
    height: 10px;
    float: right;
  }
  .page-products .sorter {
    right: 60px !important;
  }
  .page-products .filter-button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
  }
  .page-products .filter-button label {
    cursor: pointer;
  }
  .page-products .filter-button label::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    content: url("../icons/icon-list-3.svg");
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
  }
  .filter-button {
    float: right;
    padding: 0;
  }
  .stickyDesktopXX .header.content {
    margin-top: -15px;
    margin-bottom: -20px;
  }
}
@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: 2%;
    padding: 0;
    width: 23.5%;
  }
  .page-products .products-grid .product-item:nth-child(3n+1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0.748%;
    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: 2%;
    width: 18.4%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: 0.748%;
    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;
  }
}
.minicart-wrapper .action.showcart:before {
  color: #000;
}

.header.content > .panel.wrapper > .panel.header > ul > li > a {
  color: #000;
}

.header-welcome {
  max-height: 40px;
  background: var(--color-primary);
  color: #f4f1e9;
  z-index: 2;
  text-align: center;
  box-shadow: 1px 1px 10px #ededed;
}

@media (min-width: 970px) {
  .right-categories-container > .minicart-wrapper {
    min-width: auto;
  }
}
@media (min-width: 970px) and (max-width: 1028px) {
  .navbar-nav .nameCategoryLvl1 {
    font-size: 1.3rem;
  }
}
@media (min-width: 970px) and (max-width: 1280px) {
  .stickyDesktopXX .header.content a.logo {
    left: 15px;
    transform: none;
    top: 20px;
    max-height: 50px;
  }
}
.block-search input {
  height: 55px !important;
  border-bottom: solid 1px #8d8d8d !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 1.4rem !important;
  line-height: 2rem !important;
  color: #4b4b4b !important;
  padding: 0 20px !important;
}

.page-wrapper > .block-search-container {
  box-sizing: border-box;
  width: 100%;
}

.block-search-container {
  display: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.block-search-container .actions {
  display: none;
}

.block-search {
  float: left;
  padding-left: 0;
  position: relative;
  width: 100%;
  z-index: 4;
}

.block-search input:focus {
  box-shadow: none;
}

.block-search .close-search-bar {
  width: 10px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  right: 20px;
}

.block-search .close-search-bar::after {
  font-family: "gb-icons";
  content: "s";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
}

.block-search .action.search,
.block-search .action.search:hover {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 900;
  padding: 15px;
  background-image: none;
  background: var(--color-primary);
  position: static;
}

.catalog-category-view p {
  color: #4b4b4b;
}

.catalog-category-view .page-bottom {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.catalog-category-view .columns > .column.main,
.catalogsearch-result-index .columns > .column.main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.catalog-category-view .columns > .column.main > #layered-filter-block-container,
.catalogsearch-result-index .columns > .column.main > #layered-filter-block-container {
  -ms-flex-order: -1;
      order: -1;
}

.products-grid > ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-grid > ol > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 10px !important;
  margin-left: 0px !important;
}

.products-grid > ol > li > .product-item-info {
  width: 100%;
}

.products-grid > ol > li > .product-item-info .product-image-container {
  width: 100% !important;
}

.products-grid > ol > li > .product-item-info .product-image-photo {
  width: 100% !important;
}

.products-grid > ol > li > .product-item-info .product-item-details {
  text-align: left;
}

.products-list li.product-item {
  padding: 10px;
  padding-right: 35px;
  margin: 20px 0px;
}

.products-list li.product-item .product-item-info > .product-item-photo {
  position: relative;
  padding: 0;
  width: 40%;
}

.products-list li.product-item .product-item-info .product-item-details {
  padding-left: 30px;
}

.products-list li.product-item .product-item-info .product-item-details .product-item-description {
  display: none;
}

.products-list li.product-item .product-item-info .product-item-details {
  text-align: left;
}

.products-grid .product-item-details .product-item-inner .actions-primary,
.products-list .product-item-details .product-item-inner .actions-primary {
  width: 100%;
}

.products-grid .product-item-details .product-item-inner .actions-primary .control-buttons,
.products-list .product-item-details .product-item-inner .actions-primary .control-buttons,
.product-detail .product-item-inner .actions-primary .control-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.products-grid .product-item-details .product-item-inner .actions-primary .control-buttons > .control,
.products-list .product-item-details .product-item-inner .actions-primary .control-buttons > .control,
.product-detail .product-item-inner .actions-primary .control-buttons > .control,
.mini-cart-sidebar .product-item-inner .actions-primary .control-buttons > .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  box-sizing: border-box;
}

.products-grid .product-item-details .product-item-inner .actions-primary .control-buttons > .control > div,
.products-list .product-item-details .product-item-inner .actions-primary .control-buttons > .control > div,
.products-grid .product-item-details .product-item-inner .actions-primary .control-buttons > .control input,
.products-list .product-item-details .product-item-inner .actions-primary .control-buttons > .control input {
  font-weight: 900;
  font-size: 16px;
}

.products-grid .product-item-details .product-item-inner .actions-primary .control-buttons > .control > div,
.products-list .product-item-details .product-item-inner .actions-primary .control-buttons > .control > div {
  font-size: 24px;
}

.products-grid .product-item-details .product-item-inner .actions-primary .control-buttons > .action.tocart.primary,
.products-list .product-item-details .product-item-inner .actions-primary .control-buttons > .action.tocart.primary {
  width: 49%;
  white-space: initial;
  max-height: 57px;
  height: auto;
}

.products-grid .product-item-details > .category-product-price-block,
.products-list .product-item-details > .category-product-price-block {
  margin-bottom: 11px;
  display: inline-block;
  float: right;
}

.products-grid .product-items.horizontal .product-item,
.products-list .product-items.horizontal .product-item {
  width: 100% !important;
}

.product-item .price-box .price {
  font-size: 28px;
  font-weight: 700;
}

.product-item-info .product-image-container {
  width: 100% !important;
}

.product-item-info .product-image-photo {
  margin: 0;
  width: 100%;
}

h1.page-title {
  margin-bottom: 5px;
}

.page-products .columns {
  z-index: 0;
}

.products.wrapper ~ .toolbar .pages {
  float: right;
}

.products.wrapper ~ .toolbar .limiter {
  float: left;
}

.catalog-category-view:not(.page-layout-2columns-right) .products-grid > ol > li,
.catalogsearch-result-index .products-grid > ol > li {
  -ms-flex: 0 0 33.333%;
      flex: 0 0 33.333%;
}

.catalog-category-view:not(.page-layout-2columns-right) .products-list li.product-item,
.catalogsearch-result-index .products-list li.product-item {
  width: calc(64% + 35px);
}

.catalog-category-view:not(.page-layout-2columns-right) .destacado,
.catalogsearch-result-index .destacado {
  background-color: #f5ebeb;
}

.catalog-category-view.page-layout-2columns-right .products-grid > ol > li {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
}

.catalog-category-view.page-layout-2columns-right .destacado {
  background-color: #f9eee5;
}

.catalog-category-view.page-layout-2columns-right .column.main {
  width: 66.66666%;
}

.catalog-category-view.page-layout-2columns-right .sidebar.sidebar-main {
  width: 33.333%;
  background-color: #f9eee5;
  padding: 25px;
}

.catalog-category-view.page-layout-2columns-right .bodegaImageAndText {
  min-height: 100px;
  position: relative;
}

.catalog-category-view.page-layout-2columns-right .bodegaImageAndText > .titleComposition {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 24px;
  color: #fff;
}

.catalog-category-view.page-layout-2columns-right .bodegaImageAndText > .titleComposition > .origin {
  color: #000;
  font-weight: 700;
}

.catalog-category-view.page-layout-2columns-right .bodegaImageAndText > .titleComposition .page-title {
  color: #fff;
}

.catalog-category-view.page-layout-2columns-right .bodegaImageAndText img {
  width: 100%;
  object-fit: cover;
  max-height: 200px;
}

.catalog-category-view.page-layout-2columns-right .bodegaDescription h2 {
  margin-top: 0px;
}

.page-footer {
  background-color: #000;
  border-image-slice: 1;
  border-bottom: solid 6px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

.page-footer .footer.content {
  margin-top: 0;
  border-top: 0;
}

.page-footer a {
  color: #fff;
}

.page-footer .copyright {
  text-align: center;
  color: #8d8d8d;
}

.footer-link {
  float: left;
  margin-right: 6px;
}

.footer-link-icon {
  float: left;
  font-size: 8px;
  margin-top: 5px;
}

.heading.my-heading {
  font-weight: 900;
  color: white;
  text-align: left;
}

.footer-icon-accordion-less {
  display: none;
}

.home-other-products-container .pagebuilder-banner-wrapper [data-element=content] {
  min-height: 0;
}

.home-other-products-container h3 {
  color: #fff;
  line-height: 2.2rem;
}

.home-nuestra-tienda-container {
  position: relative;
}

.home-nuestra-tienda-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: var(--color-primary);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--color-primary);
}

@font-face {
  font-family: "gb-icons";
  src: url("../fonts/gb-icons.woff2") format("woff2"), url("../fonts/gb-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[data-icon]:before {
  font-family: "gb-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "gb-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-agenda:before {
  content: "a";
}

.icon-icon-agenda-1:before {
  content: "b";
}

.icon-icon-alert:before {
  content: "c";
}

.icon-icon-arrow-drodown:before {
  content: "d";
}

.icon-icon-badge:before {
  content: "e";
}

.icon-icon-badge-1:before {
  content: "f";
}

.icon-icon-bar-chart:before {
  content: "g";
}

.icon-icon-bookmark:before {
  content: "h";
}

.icon-icon-bookmark-1:before {
  content: "i";
}

.icon-icon-bottle:before {
  content: "j";
}

.icon-icon-browser:before {
  content: "k";
}

.icon-icon-bubble:before {
  content: "l";
}

.icon-icon-calendar:before {
  content: "m";
}

.icon-icon-calendar-1:before {
  content: "n";
}

.icon-icon-calendar-2:before {
  content: "o";
}

.icon-icon-check:before {
  content: "p";
}

.icon-icon-check-mark:before {
  content: "q";
}

.icon-icon-check-tick:before {
  content: "r";
}

.icon-icon-close:before {
  content: "s";
}

.icon-icon-cloud-computing:before {
  content: "u";
}

.icon-icon-close-mobile:before {
  content: "t";
}

.icon-icon-compass:before {
  content: "v";
}

.icon-icon-compass-1:before {
  content: "w";
}

.icon-icon-compass-2:before {
  content: "x";
}

.icon-icon-computer:before {
  content: "y";
}

.icon-icon-cursor:before {
  content: "z";
}

.icon-icon-head:before {
  content: "A";
}

.icon-icon-garbage:before {
  content: "B";
}

.icon-icon-focus:before {
  content: "C";
}

.icon-icon-eye:before {
  content: "D";
}

.icon-icon-email:before {
  content: "E";
}

.icon-icon-edit:before {
  content: "F";
}

.icon-icon-eco:before {
  content: "G";
}

.icon-icon-download:before {
  content: "H";
}

.icon-icon-down-arrow-long:before {
  content: "I";
}

.icon-icon-do:before {
  content: "J";
}

.icon-icon-dice:before {
  content: "K";
}

.icon-icon-devices:before {
  content: "L";
}

.icon-icon-heart:before {
  content: "M";
}

.icon-icon-home:before {
  content: "N";
}

.icon-icon-house:before {
  content: "O";
}

.icon-icon-id-card:before {
  content: "P";
}

.icon-icon-down-arrow:before {
  content: "Q";
}

.icon-icon-idea:before {
  content: "R";
}

.icon-icon-idea-1:before {
  content: "S";
}

.icon-icon-info:before {
  content: "T";
}

.icon-icon-info-1:before {
  content: "U";
}

.icon-icon-internet:before {
  content: "V";
}

.icon-icon-keyboard-1:before {
  content: "W";
}

.icon-icon-left-arrow:before {
  content: "X";
}

.icon-icon-left-arrow-bt:before {
  content: "Y";
}

.icon-icon-list-1:before {
  content: "Z";
}

.icon-icon-right-arrow:before {
  content: "0";
}

.icon-icon-pin:before {
  content: "1";
}

.icon-icon-phone:before {
  content: "2";
}

.icon-icon-newwindow:before {
  content: "3";
}

.icon-icon-more:before {
  content: "4";
}

.icon-icon-minus:before {
  content: "5";
}

.icon-icon-menu-up:before {
  content: "6";
}

.icon-icon-menu-down:before {
  content: "7";
}

.icon-icon-menu2:before {
  content: "8";
}

.icon-icon-menu:before {
  content: "9";
}

.icon-icon-logout:before {
  content: "!";
}

.icon-icon-list-3:before {
  content: '"';
}

.icon-icon-list-2:before {
  content: "#";
}

.icon-icon-right-arrow-bt:before {
  content: "$";
}

.icon-icon-search:before {
  content: "%";
}

.icon-icon-share:before {
  content: "&";
}

.icon-icon-shoppingcart:before {
  content: "'";
}

.icon-icon-star:before {
  content: "(";
}

.icon-icon-tick:before {
  content: ")";
}

.icon-icon-star2:before {
  content: "*";
}

.icon-icon-truck-1:before {
  content: "+";
}

.icon-icon-up-arrow:before {
  content: ",";
}

.icon-icon-up-arrow-long:before {
  content: "-";
}

.icon-icon-user1:before {
  content: ".";
}

a.button-link,
button.action:not(.primary) {
  border: 1px solid var(--color-primary);
  font-weight: 900;
  color: var(--color-primary) !important;
  background: white;
  padding: 8px;
  display: inline-block;
  text-decoration: none;
}

.account .columns {
  margin-top: 30px;
  font-weight: 300;
  color: #4b4b4b;
}

.account .columns .column.main .block-title {
  padding-bottom: 8px;
  border-bottom: 1px solid #979797;
}

.account .columns .column.main .block-content .box-title > span {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 700;
}

.account .columns .column.main .action:not(button) > span,
.account .columns .column.main a {
  color: var(--color-primary);
  font-weight: 700;
}

.account .columns .column.main th.col {
  color: #000;
  border: none !important;
}

.account .columns .column.main .block.block-dashboard-info a.action.change-password:before {
  content: "|";
  padding: 0 10px;
}

.account .columns .sidebar-additional {
  margin-top: 0;
}

.account .columns .sidebar-additional .block-wishlist .counter {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.account .columns .sidebar-additional .block-wishlist .counter:before {
  content: "(";
}

.account .columns .sidebar-additional .block-wishlist .counter:after {
  content: ")";
}

.account .columns .sidebar-additional .block-wishlist .block-title > strong {
  font-size: 16px;
  font-weight: 700;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item {
  border-bottom: 1px solid #979797;
  padding-bottom: 29px;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info {
  display: -ms-flexbox;
  display: flex;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  width: 75px !important;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .price-box.price-configured_price {
  margin: 0;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .price-box.price-configured_price .iva-incl {
  display: none;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name {
  max-width: 124px;
  margin: 0;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name > a {
  color: var(--color-primary);
  font-weight: 900;
  font-size: 13px;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin-top: 0px;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .action.tocart.primary {
  padding: 7px 15px;
  font-size: 13px;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-actions .btn-remove.action.delete:before {
  position: absolute;
  top: 0;
  right: 3px;
  color: black;
  font-size: 22px;
  font-weight: 700;
}

.account .columns .sidebar-additional .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .price {
  font-size: 14px;
}

.account .columns .sidebar-additional .block-wishlist .block-content .actions-toolbar .primary {
  text-align: left;
}

.account .columns .sidebar-additional .block-wishlist .block-content .actions-toolbar .primary .action.details {
  color: var(--color-primary);
  font-weight: 700;
}

.customer-account-login .fieldset > .field.captcha {
  visibility: hidden;
}

.customer-account-login .fieldset > .field.captcha > label.label {
  width: 100%;
  text-align: left;
}

.product-info-withAddToCartIcon {
  position: relative;
}

.product-info-withAddToCartIcon > a {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  margin-right: 10px;
}

.product-info-withAddToCartIcon .product-item-details > .product-item-name {
  color: var(--color-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1;
}

.product-info-withAddToCartIcon .product-item-details > .product-item-name > .product-item-link {
  font-size: 18px;
}

.product-info-withAddToCartIcon .product-item-details > .product-item-name > a {
  color: var(--color-primary);
  font-weight: 900;
}

.product-info-withAddToCartIcon .product-item-details > .product-description {
  font-weight: 300;
  font-size: 12px;
  margin-top: 12px;
}

.product-info-withAddToCartIcon .product-item-details > .priceAndAddtocart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: black;
  line-height: 1;
}

.product-info-withAddToCartIcon .product-item-details > .priceAndAddtocart .icon-icon-shoppingcart {
  padding: 0;
  font-size: 24px !important;
  color: var(--color-primary);
  background: transparent;
}

.product-info-withAddToCartIcon .product-item-details > .priceAndAddtocart .price {
  font-size: 24px;
  font-weight: 700;
}

.product-info-withAddToCartIcon .product-item-details > .priceAndAddtocart .iva-incl {
  text-align: left;
}

.bodegaExtraInfo .product-info-withAddToCartIcon {
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}

.bodegaExtraInfo .product-info-withAddToCartIcon .product-item-photo {
  position: relative;
}

.customer-account-login .block-new-customer-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 38px;
}

.customer-account-login .block-new-customer-titles > .block-title {
  text-align: center;
  padding: 21px;
}

.customer-account-login .block-new-customer-titles > .block-title.left {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}

.customer-account-login .block-new-customer-titles > .block-title.left #block-customer-login-heading {
  font-weight: 700;
}

.customer-account-login .block-new-customer-titles > .block-title.right {
  border-bottom: none;
}

.customer-account-login .block-new-customer-titles > .block-title.right #block-new-customer-heading > a {
  color: #8d8d8d;
  font-weight: 500;
}

.customer-account-login .login-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customer-account-login .login-container > div #block-customer-login-heading,
.customer-account-login .login-container > div #block-new-customer-heading {
  font-size: 14px;
  font-weight: 700;
}

.customer-account-login .login-container > div > .block-content,
.customer-account-login .login-container > div > .pslogin-block.pslogin-login {
  color: #4b4b4b;
  font-weight: 300;
}

.customer-account-login .login-container .block-customer-login .control {
  width: 100%;
}

.customer-account-login .login-container .block-customer-login .control > input {
  border: none;
  border-bottom: solid 1px #8d8d8d;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-top: 20px;
}

.customer-account-login .login-container .block-customer-login .buttonLoginSubmit {
  margin-left: 0;
}

.customer-account-login .login-container .block-customer-login .buttonLoginSubmit .primary,
.customer-account-login .login-container .block-customer-login .buttonLoginSubmit .action.login.primary {
  width: 100%;
}

.customer-account-login .login-container .block-customer-login .buttonLoginSubmit:after {
  display: none;
}

.customer-account-login .login-container .block-customer-login .fieldset:after {
  display: none;
}

.customer-account-login .login-container .block-customer-login .field.password {
  margin-bottom: 47px;
}

.customer-account-login .login-container .create-customer-container .pslogin-button-icon {
  display: none;
}

.customer-account-login .login-container .create-customer-container .pslogin-button-link.pslogin-button-click,
.customer-account-login .login-container .create-customer-container .pslogin-button {
  width: 100% !important;
}

.customer-account-login .login-container .create-customer-container .pslogin-button-link.pslogin-button-click > .pslogin-button-auto,
.customer-account-login .login-container .create-customer-container .pslogin-button > .pslogin-button-auto {
  width: 100%;
  text-align: center;
  padding: 7px;
  margin-top: 38px;
}

.customer-account-login .login-container .create-customer-container .pslogin-button-link.pslogin-button-click > .pslogin-button-auto > .pslogin-button-text,
.customer-account-login .login-container .create-customer-container .pslogin-button > .pslogin-button-auto > .pslogin-button-text {
  color: white;
  font-weight: 900;
  font-size: 14px;
}

.customer-account-login .login-container .field.password .control .input-text {
  z-index: auto;
}

.email > label {
  width: 100% !important;
  text-align: left !important;
}

.customer-account-create .block-new-customer-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 38px;
}

.customer-account-create .block-new-customer-titles > .block-title {
  text-align: center;
  padding: 21px;
}

.customer-account-create .block-new-customer-titles > .block-title.left {
  border-bottom: none;
}

.customer-account-create .block-new-customer-titles > .block-title.left #block-customer-login-heading > a {
  color: #8d8d8d;
  font-weight: 500;
}

.customer-account-create .block-new-customer-titles > .block-title.right {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
}

.customer-account-create .block-new-customer-titles > .block-title.right #block-new-customer-heading {
  font-weight: 700;
}

.customer-account-create .register-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.customer-account-create .register-container .actions-toolbar {
  margin-left: 0 !important;
}

.customer-account-create .register-container .actions-toolbar > .primary {
  width: 100%;
}

.customer-account-create .register-container .actions-toolbar > .primary > .action.submit.primary {
  width: 100%;
}

.customer-account-create .register-container .actions-toolbar > .secondary {
  display: none;
}

.customer-account-create .register-container .form-register-container > .form-create-account {
  width: 100% !important;
  min-width: 0;
}

.customer-account-create .register-container .form-register-container .control {
  width: 100%;
}

.customer-account-create .register-container .form-register-container .control > input {
  border: none;
  border-bottom: solid 1px #8d8d8d;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-top: 20px;
}

.customer-account-create .register-container .form-register-container .fieldset .legend {
  margin-left: 0px;
}

.customer-account-create .register-container .form-register-container .field.choice.newsletter:before {
  display: none;
}

.customer-account-create .register-container .form-register-container .fieldset.create.info label,
.customer-account-create .register-container .form-register-container .fieldset.create.account label {
  display: none !important;
}

.customer-account-create .register-container .form-register-container .info-newsletter > .field.choice.newsletter {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.customer-account-create .register-container .form-register-container .info-newsletter > .field.choice.newsletter > input {
  position: absolute;
  margin-top: 0.1rem;
  margin-left: -1.25rem;
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--color-primary);
}

.customer-account-create .register-container .form-register-container .info-newsletter > .field.choice.newsletter > input:checked {
  border-color: transparent;
}

.customer-account-create .register-container .form-register-container .info-newsletter > .field.choice.newsletter > input:checked:before {
  content: "";
  font-size: 19px !important;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 5px solid var(--color-primary);
  left: -2px;
  top: -3px;
  border-radius: 50%;
}

.customer-account-create .register-container .form-register-container .info-newsletter > .field.choice.newsletter > label {
  display: inline-block !important;
}

.customer-account-create .register-container .form-register-container .fieldset.create.info > .field.note,
.customer-account-create .register-container .form-register-container .fieldset.create.account > .field.note {
  font-weight: 700;
  color: #000;
}

.customer-account-create .register-container .form-register-container .fieldset.create.info > .legend,
.customer-account-create .register-container .form-register-container .fieldset.create.account > .legend {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 500;
  color: black;
}

.customer-account-create .register-container .form-register-container .field.password .control .input-text {
  z-index: auto;
}

.customer-account-create .register-container .form-register-container .password-strength-meter {
  z-index: auto;
}

.customer-account-create .register-container .pslogin-block.pslogin-register > .field.note {
  font-weight: 300;
}

.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull {
  width: 100%;
}

.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-link.pslogin-button-click,
.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull .pslogin-button {
  width: 100% !important;
}

.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-link.pslogin-button-click > .pslogin-button-auto,
.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull .pslogin-button > .pslogin-button-auto {
  width: 100%;
  text-align: center;
  padding: 7px;
  margin-top: 38px;
}

.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull .pslogin-button-link.pslogin-button-click > .pslogin-button-auto > .pslogin-button-text,
.customer-account-create .register-container .pslogin-block.pslogin-register .pslogin-buttons.pslogin-buttons-showfull .pslogin-button > .pslogin-button-auto > .pslogin-button-text {
  color: white;
  font-weight: 900;
  font-size: 14px;
}

.far {
  font-size: 20px;
  position: absolute;
  right: -20px;
  top: 12px;
}

.psd {
  position: relative;
}

input[type=checkbox] ~ div.mage-error[generated] {
  position: absolute;
  bottom: -15px;
  left: 22px;
}

.catalog-product-view .block.list.related,
.catalog-product-view .block.list.upsell,
.catalog-product-view .block.widget.block-products-list.grid {
  margin-bottom: 80px !important;
}

.catalog-product-view .slick-dots li button {
  height: 12px;
  width: 12px;
}

.catalog-product-view .product-item-link {
  font-weight: 900 !important;
  color: var(--color-primary) !important;
  font-family: "MuseoSlab";
  font-size: 22px;
}

.catalog-product-view .product-container-send-price > .product-container-send-time {
  width: 50%;
}

.catalog-product-view .product-container-send-price > .product-container-send-time .envio-block div {
  text-align: center;
  padding: 6px 6px 6px 6px !important;
  background: #c1c1c1;
  width: 140px;
}

.catalog-product-view .product-container-send-price > .product-container-send-time .envio-block > div {
  background-color: #e3e3e3;
}

.catalog-product-view .product-container-send-price > .product-container-send-time .envio-block p {
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
}

.catalog-product-view .product-container-send-price > .product-container-price {
  display: inline-block;
  text-align: right;
  width: 50%;
}

.catalog-product-view .column.main .product-info-main > .product-container-addtocart .box-tocart,
.catalog-product-view .column.main .product-info-main .bundle-options-container .box-tocart {
  width: 100%;
}

.catalog-product-view .column.main .product-info-main > .product-container-addtocart .box-tocart > .fieldset,
.catalog-product-view .column.main .product-info-main .bundle-options-container .box-tocart > .fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}

.catalog-product-view .column.main .product-info-main > .product-container-addtocart .box-tocart > .fieldset > .field.qty,
.catalog-product-view .column.main .product-info-main .bundle-options-container .box-tocart > .fieldset > .field.qty {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  margin: 0;
}

.catalog-product-view .column.main .product-info-main > .product-container-addtocart .box-tocart > .fieldset > .field.qty > .control,
.catalog-product-view .column.main .product-info-main .bundle-options-container .box-tocart > .fieldset > .field.qty > .control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  border: 1px solid var(--color-primary);
}

.catalog-product-view .column.main .product-info-main > .product-container-addtocart .box-tocart > .fieldset > .actions,
.catalog-product-view .column.main .product-info-main .bundle-options-container .box-tocart > .fieldset > .actions {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  display: inline-block !important;
  padding: 0 !important;
  vertical-align: 0 !important;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.catalog-product-view .column.main .product-info-main > .product-container-addtocart .box-tocart > .fieldset > .actions span,
.catalog-product-view .column.main .product-info-main .bundle-options-container .box-tocart > .fieldset > .actions span {
  font-size: 14px;
}

.catalog-product-view .product-info-main .box-tocart .input-text.qty {
  width: 50%;
  font-weight: 900;
  font-size: 16px;
}

.catalog-product-view .product-container-prizes {
  margin-bottom: 40px;
  clear: both;
  padding: 10px;
}

.catalog-product-view .product-attributes {
  width: 49%;
  float: left;
}

.catalog-product-view .aditional-info {
  float: left;
}

.catalog-product-view .attribute-ficha {
  width: 47%;
  float: left;
  margin-bottom: 35px;
  padding-right: 50px;
}

.catalog-product-view .multiselect-caja-gris {
  padding: 8px 10px;
  background: #e3e3e3;
  margin: 4px 4px 4px 0;
  display: inline-block;
  margin-bottom: 17px;
  font-size: 13px;
}

.catalog-product-view .product-container-enologo-comments {
  float: left;
  background: #f9eee5;
  padding: 17px;
}

.catalog-product-view .product-container-enologo-user-comment {
  width: 60%;
  padding-left: 17px;
  float: left;
}

.catalog-product-view .product-container-enologo-user {
  width: 36%;
  float: left;
}

.catalog-product-view .items .item a {
  color: #8d8d8d;
}

.catalog-product-view .items .item strong {
  color: var(--color-primary);
}

.catalog-product-view .product.attribute.bodega {
  font-family: "MuseoSans";
  margin-bottom: 10px;
}

.catalog-product-view .page-title-wrapper.product h1.page-title {
  color: var(--color-primary);
}

.catalog-product-view .old-price .price {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.catalog-product-view .product-info-price .special-price .price {
  font-size: 28px !important;
  font-weight: 600 !important;
}

.catalog-product-view .product.info.detailed .data.item.title.active .data.switch {
  border-bottom: 4px solid var(--color-primary) !important;
  padding-bottom: 34px;
  border: 0px;
}

.catalog-product-view .product.info.detailed .product.data.items > .item.content {
  border-top: 0px !important;
  padding: 44px 20px 20px 20px;
}

.catalog-product-view .product.info.detailed .data.item.title .data.switch {
  padding-bottom: 28px !important;
  background: white !important;
  border: 0px;
  font-size: 16px;
  color: #8d8d8d;
  font-weight: 500;
}

.catalog-product-view .product.info.detailed .data.item.title.active .data.switch {
  color: #000;
  font-weight: 700;
}

.catalog-product-view .product.info.detailed .data.item.title {
  width: 32% !important;
  text-align: center;
}

.catalog-product-view .product.media {
  position: relative;
}

.catalog-product-view .product.media .tipo-vino {
  right: 30px;
  top: 30px;
  display: -ms-flexbox;
  display: flex;
}

.catalog-product-view .action.towishlist {
  background: white !important;
  border: 0px !important;
  font-weight: 400 !important;
}

.catalog-product-view .product-enologo-block {
  float: left;
  margin-right: 10px;
}

.catalog-product-view .product-comments-block {
  float: left;
}

.catalog-product-view .product-enologo-block-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 25px;
  color: #000000;
}

.catalog-product-view .product.attribute.premios .type {
  font-size: 18px;
  font-weight: 700;
}

.catalog-product-view .icon.icon-icon-heart.corazon {
  float: left;
  padding-right: 10px;
  font-size: 16px;
}

.catalog-product-view .product-addto-links {
  text-align: left;
  font-size: 11px;
}

.catalog-product-view .product-addto-links .sharethis-inline-share-buttons {
  float: left;
}

.catalog-product-view .action.towishlist.favoritos {
  color: #4b4b4b;
}

.catalog-product-view .action.towishlist.favoritos .icon.icon-icon-heart.corazon {
  color: var(--color-primary);
}

.catalog-product-view .action.towishlist.favoritos:hover {
  color: #4b4b4b;
}

.catalog-product-view .envio-block {
  margin-bottom: 6px !important;
}

.catalog-product-view .field.qty {
  display: inline-block;
}

.catalog-product-view .field.qty .control {
  padding: 1px;
}

.catalog-product-view .st-btn.st-first.st-last {
  background: transparent !important;
}

.catalog-product-view .st-btn.st-first.st-last svg {
  fill: var(--color-primary) !important;
}

.catalog-product-view .st-btn.st-first.st-last .st-label {
  color: #4b4b4b !important;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block !important;
}

.catalog-product-view .wishlist-button {
  padding-top: 6px;
  float: left;
  margin-top: 2px;
  margin-right: 6px;
}

.catalog-product-view #st-1 .st-btn:hover {
  top: 0px !important;
  opacity: 1 !important;
}

.catalog-product-view .price-container.price-final_price .price-label {
  display: none;
}

.catalog-product-view .price-box .special-price {
  float: right;
  padding: 0 18px;
}

.catalog-product-view .iva-incl.product-view {
  width: 100%;
  text-align: right;
  float: right;
}

.catalog-product-view .iva-incl.product-view.final-price {
  margin-top: 0px;
  padding-right: 0px;
  margin-bottom: 14px;
}

.catalog-product-view .view-price-final .price {
  font-size: 28px !important;
  font-weight: 600 !important;
}

.catalog-product-view .product-container-enologo-user-name {
  width: 66%;
  padding-left: 22px;
  float: right;
  font-weight: 700;
  margin-top: 10px;
}

.catalog-product-view .product-container-description {
  float: left;
}

.catalog-product-view .product-container-buttons {
  float: left;
}

.catalog-product-view .product-container-buttons-vacio {
  width: 60%;
  float: left;
  height: 30px;
}

.catalog-product-view .product-empty-block {
  display: none;
}

.catalog-product-view .st-logo {
  display: none !important;
}

.catalog-product-view .product-container-comments {
  padding: 10px;
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
  float: left;
  clear: both;
}

.catalog-product-view .product.attribute.bodega {
  color: #000;
}

.catalog-product-view p,
.catalog-product-view .product.attribute.cata {
  color: #4b4b4b;
  font-weight: 300;
}

.catalog-product-view .gallery-placeholder {
  background-size: contain !important;
}

.catalog-product-view .product-comments-block-title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.block.list {
  clear: both;
}

.product-image-wrapper,
.product.data.items {
  z-index: 0;
}

[data-content-type=faq] {
  border-bottom: 2px solid #8d8d8d !important;
}

[data-content-type=faq-item] [data-role=collapsible] {
  padding-bottom: 10px !important;
  line-height: 1.8rem !important;
}

[data-content-type=faq-item] {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  overflow: hidden;
  padding: 20px 0px 20px 35px !important;
}

[data-content-type=faq-item] [data-role=collapsible][aria-expanded=false]:before,
[data-content-type=faq-item] [data-role=collapsible][aria-expanded=true]:before {
  content: none;
}

[data-content-type=faq-item] [data-role=collapsible]:after {
  font-family: "gb-icons";
  color: var(--color-primary);
  margin-right: 5px;
  font-size: 14px;
  right: 15px;
  position: absolute;
}

[data-content-type=faq-item] [data-role=collapsible][aria-expanded=false]:after {
  content: "4";
}

[data-content-type=faq-item] [data-role=collapsible][aria-expanded=true]:after {
  content: "5";
}

div[data-element=answer] {
  color: #4b4b4b;
  line-height: 2rem;
  font-weight: 300;
}

.form-container .form.contact {
  width: 100% !important;
}

.form-container .fieldset .field.note.no-label {
  line-height: 1.8rem;
  font-weight: 700;
  color: #000;
}

.form-container span {
  font-weight: 700;
  line-height: 1.8rem;
}

.form-container .item.content {
  padding: 35px 20px !important;
}

.form-container .product.data.items {
  margin-top: 20px;
}

.phone-us div {
  float: left;
}

.phone-us div.phone-number {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: var(--color-primary);
}

.phone-us div.phone-number a,
.phone-us div.phone-number a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.phone-us div.phone-number::after {
  font-family: "gb-icons";
  content: "2";
  padding-left: 10px;
}

.checkout-index-index .page-title-wrapper {
  position: relative;
  width: auto;
  height: auto;
}

.pslogin-spacer.pslogin-clearfix {
  display: none;
}

#checkout .authentication-wrapper {
  display: none;
}

.checkout-index-index .shipping-address-item.selected-item,
.checkout-index-index .display-storeinfo {
  border-color: var(--color-primary);
}

.checkout-index-index .shipping-address-item.selected-item:after,
.checkout-index-index .display-storeinfo:after {
  background: var(--color-primary);
  content: "\E610";
  font-family: "icons-blank-theme";
}

.checkout-index-index .storepickup-row > td {
  padding-top: 0;
}

.checkout-index-index .display-storeinfo {
  max-width: 350px;
  margin-top: 0;
}

.checkout-index-index .checkout-agreements label {
  padding-left: 0;
}

.checkout-index-index .checkout-agreements label button {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.checkout-index-index .checkout-agreements label button span {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.checkout-index-index .checkout-agreements .mage-error {
  display: inline-block;
  position: static !important;
}

.checkout-index-index .checkout-agreements input,
.checkout-index-index .billing-address-same-as-shipping-block.field.choice input {
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: pointer;
  border: 1px solid var(--color-primary);
}

.checkout-index-index .checkout-agreements input:checked,
.checkout-index-index .billing-address-same-as-shipping-block.field.choice input:checked {
  border: 5px solid var(--color-primary);
}

.checkout-index-index .minicart-wrapper2 > a {
  color: var(--color-primary);
  float: right;
  text-decoration: underline;
}

.checkout-index-index .nav-sections {
  display: block;
}

.checkout-index-index .title-tabs {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.checkout-index-index .tab-titles {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.checkout-index-index .tab-titles input[type=checkbox] {
  display: none;
}

.checkout-index-index .tab-titles > .step-title {
  display: block !important;
  font-size: 14px;
  border: solid 3px #d3d3d3;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-index-index .tab-titles > .step-title.selected {
  border: solid 3px var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
}

.checkout-index-index #opc-shipping_method .actions-toolbar {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.checkout-index-index #opc-shipping_method .actions-toolbar > .primary > button {
  width: 100%;
  font-size: 14px;
}

.checkout-index-index .checkout-payment-method .actions-toolbar {
  margin-left: 0 !important;
}

.checkout-index-index .checkout-payment-method .actions-toolbar .primary {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkout-index-index .checkout-payment-method .actions-toolbar .primary button {
  width: 50%;
  text-align: center;
}

.checkout-index-index .checkout-payment-method .actions-toolbar .primary a {
  width: 50%;
  text-align: center;
}

.checkout-index-index .checkout-payment-method .actions-toolbar .primary .back {
  background-color: #ffffff;
  border: solid 3px #d3d3d3;
  color: var(--color-primary);
}

.checkout-index-index .checkout-payment-method .pay-title-step {
  font-size: 18px;
  font-weight: 700;
}

.checkout-index-index .checkout-payment-method .payment-method-title.field.choice {
  display: none;
}

.checkout-index-index .checkout-payment-method .payment-method-content .checkout-billing-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.checkout-index-index .checkout-payment-method .payment-method-content .checkout-billing-address .billing-address-details {
  padding-left: 0;
  -ms-flex-order: -1;
      order: -1;
  margin-bottom: 30px;
  font-weight: 700;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
  margin-top: 0px;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-header > .action-close {
  margin: 10px;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content {
  padding: 10px;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .totals.shipping.excl .label {
  padding: 0;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary {
  background: none;
  padding: 0;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .title {
  border-bottom: none;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 41px;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .payment-option._collapsible.opc-payment-additional.discount-code {
  padding-bottom: 15px;
  border-bottom: 0.75px solid #9b9b9b;
  text-align: center;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .payment-option._collapsible.opc-payment-additional.discount-code > .payment-option-title.field.choice:after {
  font-family: "Font Awesome 5 Free";
  content: "\F067";
  padding-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  float: right;
  font-weight: 600;
  color: var(--color-primary);
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .payment-option._collapsible.opc-payment-additional.discount-code._active > .payment-option-title.field.choice:after {
  content: "\F068";
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart {
  border-bottom: 0.75px solid #9b9b9b;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart > .title {
  text-align: center;
  border-bottom: 0.75px solid #9b9b9b;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart > .title:after {
  font-family: "Font Awesome 5 Free";
  content: "\F067";
  padding-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  float: right;
  font-weight: 600;
  color: var(--color-primary);
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart.active > .title:after {
  content: "\F068";
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart .product-item {
  border-top: none;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart .product-item .product-item-name {
  color: var(--color-primary);
  font-weight: 900;
  font-size: 18px;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .block.items-in-cart .product-item .price {
  font-weight: 700;
}

.checkout-index-index .modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .opc-block-summary > .data.table.table-totals .totals-tax {
  display: none !important;
}

.checkout-index-index .opc-wrapper #shipping #checkout-step-shipping .form.form-shipping-address > #shipping-new-address-form > .field > .control input,
.checkout-index-index .opc-wrapper #shipping #checkout-step-shipping .form.form-shipping-address > #shipping-new-address-form > .field > .control select {
  border: none;
  border-bottom: 0.75px solid #9b9b9b;
}

.checkout-index-index:not(.shipping-step):not(.payment-step) .progressbar li > .dot {
  margin-top: 8px;
}

.checkout-index-index.shipping-step .progressbar > li.envio > .dot {
  background-color: var(--color-primary);
  width: 30px;
  height: 30px;
}

.checkout-index-index.shipping-step .progressbar li:not(.envio) > .dot {
  margin-top: 8px;
  margin-bottom: 16px;
}

.checkout-index-index.payment-step .progressbar > li.envio > .dot > a {
  width: 100%;
  height: 100%;
  display: block !important;
}

.checkout-index-index.payment-step .progressbar > li.pagos > .dot {
  background-color: var(--color-primary);
  width: 30px;
  height: 30px;
}

.checkout-index-index.payment-step .progressbar li:not(.pagos) > .dot {
  margin-top: 8px;
  margin-bottom: 16px;
}

.checkout-index-index.payment-step .tab-titles {
  display: none;
}

.checkout-index-index .container-custom-progress-bar {
  height: 100px;
}

.checkout-index-index .progressbar li {
  list-style-type: none;
  width: 33.3%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #7d7d7d;
}

.checkout-index-index .progressbar li > .dot {
  width: 15px;
  height: 15px;
  content: "";
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #b3b3b3;
}

.checkout-index-index .progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #b3b3b3;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.checkout-index-index .progressbar li:first-child:after {
  content: none;
}

.checkout-index-index .progressbar li.active > .dot {
  background-color: var(--color-primary);
  width: 30px;
  height: 30px;
}

.checkout-index-index .progressbar li.active + li:after {
  background-color: #b3b3b3;
}

.checkout-index-index .opc-progress-bar,
.checkout-index-index .table-checkout-shipping-method tr.row,
.checkout-index-index .checkout-shipping-method .step-title {
  display: none !important;
}

.checkout-index-index .progressbar li > .literal {
  color: #7d7d7d;
  text-decoration: none;
}

.checkout-index-index .progressbar li > .literal:hover {
  text-decoration: underline;
}

.checkout-cart-index .cart-after-info {
  float: left;
}

.checkout-cart-index .cart.table-wrapper .col.subtotal > .subtotal-container .unity-price span {
  font-weight: 300;
  font-size: 14px;
}

.checkout-cart-index .cart.table-wrapper .col.subtotal > .subtotal-container .total-price span {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}

.checkout-cart-index .cart.table-wrapper .product-item-photo {
  display: inline-block;
  width: auto;
}

.checkout-cart-index .cart.table-wrapper .product-item-details {
  display: inline-block;
  width: auto;
}

.checkout-cart-index .cart.table-wrapper .product-item-details > .product-item-name > a {
  color: var(--color-primary);
  font-weight: 900;
  font-size: 18px;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-towishlist {
  display: none !important;
}

.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-edit {
  display: none !important;
}

.checkout-cart-index .cart.table-wrapper .action-edit {
  display: none !important;
}

.checkout-cart-index .cart.table-wrapper .action-towishlist {
  display: none !important;
}

.checkout-cart-index .cart.table-wrapper .action-delete {
  color: #d8000c;
  font-size: 10px;
}

.checkout-cart-index .cart.table-wrapper .col {
  padding-top: 27px;
}

.checkout-cart-index .cart-summary {
  background-color: #fff;
}

.checkout-cart-index .cart-summary .block.discount > .title[aria-selected=true]:after {
  font-family: "Font Awesome 5 Free";
  content: "\F068";
  padding-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  float: right;
  font-weight: 600;
  color: var(--color-primary);
  padding: 11px 7px 7px 5px;
}

.checkout-cart-index .cart-summary .block.discount > .title[aria-selected=false]:after {
  font-family: "Font Awesome 5 Free";
  content: "\F067";
  padding-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  float: right;
  font-weight: 600;
  color: var(--color-primary);
  padding: 11px 7px 7px 5px;
}

.checkout-cart-index .cart-summary .block.discount .title {
  border-top: none;
  border-bottom: 0.75px solid #9b9b9b;
}

.checkout-cart-index .cart-summary .block.discount #block-discount-heading {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.checkout-cart-index .cart-summary .block.claim > div[data-content-type=row] > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.checkout-cart-index .cart-summary .block.claim p {
  background-color: #e3e3e3;
  font-size: 13px;
  padding: 5px;
}

.checkout-cart-index .cart-summary .action.continue {
  padding: 14px 17px;
  border: 1px solid var(--color-primary);
  width: 100%;
  display: inline-block;
  color: var(--color-primary);
  font-weight: 700;
}

.checkout-cart-index .cart-summary .action.continue:after {
  font-family: "Font Awesome 5 Free";
  content: "\F105";
  padding-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 12px !important;
  float: right;
  font-weight: 600;
  color: var(--color-primary);
  padding: 0;
}

.checkout-cart-index .cart-summary .totals-tax {
  display: none;
}

.block-minicart .envio-block p {
  background-color: #e3e3e3;
  font-size: 13px;
  padding: 5px;
  text-align: left;
}

.action.clear {
  border: 1px solid var(--color-primary);
  font-weight: 900;
  color: var(--color-primary) !important;
  background: white;
  padding: 8px;
  text-decoration: none;
  margin-bottom: 1px;
}

@media only screen and (max-width: 969px) {
  .cart.table-wrapper .col.qty {
    width: 80%;
  }
  .cart.table-wrapper .col.qty .input-text {
    width: 35px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}
@media only screen and (min-device-width: 400px) and (max-device-width: 968px) {
  .checkout-container .gift-item-block.block .title {
    float: left;
    width: 100%;
    text-align: center;
  }
  .checkout-cart-index .cart-container .cart.main.actions .action.clear {
    float: left;
    width: 100%;
    margin-top: 14px;
  }
}
.slick-slider.product-items {
  margin: 0 -1.5% !important;
}

.slick-slider .slick-slide .product-item-info {
  margin: 0 5%;
  width: auto;
}

.slick-slider .slider-prev,
.slick-slider .slider-next {
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 30px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 20%;
  width: 30px;
  z-index: 0;
  border-radius: 15px;
  border: 0;
  text-align: center;
  font-size: 14px;
}

.slick-slider .slider-prev:after,
.slick-slider .slider-next:after,
.slick-slider .slider-prev:before,
.slick-slider .slider-next:before {
  line-height: 30px;
  font-size: 15px;
  color: white;
}

.slick-slider .slider-prev {
  left: -50px;
}

.slick-slider .slider-next {
  right: -50px;
}

.slick-slider .slick-dots li button {
  background: #8d8d8d;
  border: 2px solid #fff;
}

.slick-slider .slick-dots li.slick-active button {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.slick-slider.tres-slides [data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  padding: 0;
  margin: 0;
  max-width: none;
}

.slick-slider.tres-slides [data-appearance=collage-centered] .pagebuilder-slide-wrapper .pagebuilder-overlay img {
  width: 100%;
}

.block.block-minicart {
  box-shadow: 0 2px 10px 0 rgba(143, 143, 143, 0.5);
  padding: 25px 30px;
  border: none;
  overflow-x: auto;
  max-height: calc(100vh - 72px);
}

.block.block-minicart .block-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-family: "MuseoSlab";
  border-bottom: 0.75px solid #9b9b9b;
  padding-bottom: 5px;
  padding-left: 10px;
}

.block.block-minicart .block-title .qty {
  display: none;
}

.block.block-minicart .block-title #btn-minicart-close {
  height: auto;
  width: auto;
  color: #000 !important;
}

.block.block-minicart .block-title #btn-minicart-close:before {
  content: "\E60F";
  transform: scale(0.8, 2);
  font-weight: 900;
}

.block.block-minicart .block-content .item.product.product-item {
  border: none;
}

.block.block-minicart .block-content .minicart-items-wrapper {
  border: none;
}

.block.block-minicart .block-content .items-total {
  display: none;
}

.block.block-minicart .block-content .subtotal {
  border-top: 0.75px solid #9b9b9b;
  padding-top: 20px;
  margin: 0;
}

.block.block-minicart .block-content .subtotal .price {
  font-weight: 700 !important;
  font-size: 28px;
}

.block.block-minicart .block-content .subtotal .label {
  padding-right: 0px;
}

.block.block-minicart .block-content .subtotal .label:after {
  display: none;
}

.block.block-minicart .block-content .product-item-name > a {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 900;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-right: 20px;
  line-height: 1;
}

.block.block-minicart .block-content .product {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.block.block-minicart .block-content .product > .details-qty.qty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
}

.block.block-minicart .block-content .product > .details-qty.qty > .btn-decrease-product {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  -ms-flex-order: 0;
      order: 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 0;
}

.block.block-minicart .block-content .product > .details-qty.qty > input {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  -ms-flex-order: 2;
      order: 2;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.block.block-minicart .block-content .product > .details-qty.qty > .btn-increment-product {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  -ms-flex-order: 1;
      order: 1;
  font-weight: 900;
  font-size: 20px;
}

.block.block-minicart .block-content .product > .product-item-details {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  padding-left: 0;
}

.block.block-minicart .block-content .product > .product-item-details > .product-item-name {
  margin: 0;
  margin-bottom: 5px;
}

.block.block-minicart .block-content .product > .product-item-details > .product.actions {
  position: relative;
  margin: 0;
  float: none;
}

.block.block-minicart .block-content .product > .product-item-details .primary {
  display: none;
}

.block.block-minicart .block-content .product > .product-item-details .secondary > a {
  display: inline;
}

.block.block-minicart .block-content .product > .product-item-details .secondary > a:before {
  display: none;
}

.block.block-minicart .block-content .product > .product-item-details .secondary > a > span {
  overflow: visible;
  clip: auto;
  color: #d8000c;
  font-size: 10px;
}

.block.block-minicart .block-content .product > .product-item-pricing {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.block.block-minicart .block-content .product > .product-item-pricing .price {
  font-weight: 700;
}

.block.block-minicart .block-content .actions > .primary {
  margin: 0;
}

.block.block-minicart .block-content .actions > .show-cart {
  border: 2px solid var(--color-primary);
  padding: 9px;
}

.block.block-minicart .block-content a.action.viewcart {
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.2rem;
}

.block.block-minicart .block-content a.action.viewcart:hover {
  text-decoration: none;
}

.block-search-container {
  margin: 0;
  padding: 0;
  max-width: none;
  background-color: #fff;
}

.block-search-container .block.block-search {
  margin: 0 !important;
}

.block-search-container .label {
  display: none;
}

.block-search-container .control {
  padding-top: 21px;
  padding-bottom: 25px;
  border-top: 0;
}

.block-search-container .control > .searchWithClose {
  max-width: 1280px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.block-search-container .control > .searchWithClose input {
  position: static;
}

.block-search-container .control > .searchWithClose .close-search-bar {
  top: 50%;
}

.page-product-bundle .price-wrapper .price {
  font-size: 28px !important;
  font-weight: 700 !important;
}

.page-product-bundle .iva-incl.product-view {
  padding-right: 0px !important;
}

.page-product-bundle .product-container-description {
  margin-bottom: 27px;
}

.page-product-bundle strong.titulo-contenido-cesta {
  font-size: 18pt;
  font-weight: 700;
  font-family: "MuseoSans";
  color: black;
}

.page-product-bundle .block .title {
  margin-bottom: 34px;
}

.page-product-bundle .bundle-summary {
  display: none;
}

.page-product-bundle .page-main-details .product-section-title {
  display: none;
}

.page-product-bundle .block.review-add {
  margin-bottom: 50px !important;
}

.product-add-form .box-tocart .field.qty {
  display: inline-block;
}

.btn-volver-recomendador .btn-retroceder {
  font-weight: 900;
  text-align: center;
  width: 20%;
  padding: 0;
  color: #ffffff;
  background-color: var(--color-primary);
  border: 0;
  margin-top: 25px;
  height: 68px;
  line-height: 68px;
}

.btn-decrease-product {
  background: var(--color-primary);
  color: #fff;
  width: 26%;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  height: 100%;
  border-radius: 50px 0px 0px 50px;
}

.btn-increment-product {
  background: var(--color-primary);
  color: #fff;
  width: 26%;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  height: 100%;
  border-radius: 0px 50px 50px 0px;
}

input.input-text.qty {
  width: 50%;
  color: var(--color-primary);
  display: inline-block;
  padding: 0px;
  text-align: center;
}

.control-buttons .control {
  background: #fff;
  width: 49%;
  height: auto;
  display: inline-block;
  border-radius: 50px;
  max-height: 57px;
}

.control-buttons .control.single .btn-decrease-product, .control-buttons .control.single .btn-increment-product {
  height: 100%;
  background-color: var(--color-primary);
}

.control-buttons .control.single .btn-decrease-product .fa, .control-buttons .control.single .btn-increment-product .fa {
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.iva-incl {
  color: #000;
  font-family: "MuseoSans";
  font-size: 10px;
  line-height: 12px;
}

.category-product-price-block .price-box.price-final_price {
  margin: 0px;
}

.vino-bodega {
  color: #000;
  font-family: "MuseoSans";
  font-size: 14px;
  line-height: 20px;
  height: 1.5em;
  font-weight: 300;
}

.products.list .product-item-name {
  color: var(--color-primary);
  font-family: "MuseoSlab";
  font-size: 22px;
  line-height: 28px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  clear: both;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.products.list .product-description {
  min-height: 3em;
  clear: both;
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.products.list a.product-item-link {
  color: var(--color-primary);
  font-weight: 900;
}

.tipo-vino {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 11px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--color-primary);
  font-family: "MuseoSans";
  font-weight: 400;
  z-index: 1;
}

.bss-megamenu-content .tipo-vino {
  top: 20px;
  right: 20px;
}

.products.list .product-item-info {
  position: relative;
}

.tipo-vino-punto {
  float: right;
  background: var(--color-primary);
  height: 12px;
  width: 12px;
  margin-right: 2px;
  margin-top: 5px;
  border-radius: 100%;
  color: transparent;
}

.icon.icon-icon-share {
  float: left;
  padding-top: 9px;
  padding-left: 20px;
  font-size: 16px;
  color: var(--color-primary);
}

.st-btn.st-first.st-last.st-remove-label img {
  display: none !important;
  padding: 0px;
  margin-right: 16px;
}

#st-1.st-has-labels .st-btn.st-remove-label > span {
  padding: 0px;
  margin-right: 15px;
  margin-top: 1px;
}

.rating-summary .rating-result > span:before {
  color: var(--color-primary);
}

.review-item .review-ratings {
  max-width: 100%;
  width: 100%;
  margin-bottom: 8px;
}

.review-date {
  width: 50%;
  float: right;
  text-align: right;
}

.product-review-details {
  margin-top: 10px;
}

.review-details-value {
  color: black !important;
}

.review-toolbar {
  border: 0px;
}

.review-item {
  border-bottom: 1px solid #c9c9c9 !important;
  padding: 10px 0 20px 0;
}

.icon.icon-icon-star.my-icon-start {
  float: left;
  margin-right: 5px;
  margin-top: 1px;
  font-size: 16px;
  color: var(--color-primary);
}

.rating-summary {
  float: left;
  min-width: 40px;
  left: 0px !important;
}

.reviews-actions-list {
  float: left;
  min-width: 40px;
}

.icon.icon-icon-bubble.my-icon-bubble {
  float: left;
  margin-right: 7px;
  margin-top: 2px;
  font-size: 16px;
  color: var(--color-primary);
}

.product-reviews-summary {
  display: inline-block;
}

.product-info-main .product-reviews-summary.short {
  width: 100%;
  float: left;
}

.product-info-main .rating-summary {
  margin-right: 15px;
}

#block-upsell-heading {
  color: #000000;
  font-family: "MuseoSlab";
  font-weight: 900;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.block-upsell-heading {
  color: #000000;
  font-family: "MuseoSlab";
  font-weight: 900;
  line-height: 1.1;
  font-size: 2.4rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.product.info.detailed {
  width: 100%;
  clear: both;
  margin-bottom: 0px;
}

.showLessReview {
  display: none;
}

.showMoreContainer {
  overflow: hidden;
}

.showMoreReview,
.showLessReview {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 50px;
}

.showMoreReview {
  margin-top: 0px;
  border-top: 1px solid;
  margin-left: -14px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: var(--color-primary);
  display: none;
  position: relative;
  background: white;
}

.enlace-product-bundle {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  background: var(--color-primary);
  color: white;
}

.btn-product-bundle {
  color: white;
  font-weight: 900;
}

.enlace-product-bundle .action.tocart.primary {
  opacity: 1;
}

.product-item .tocart {
  white-space: normal;
}

.products.wrapper ~ .toolbar .limiter {
  display: block;
}

.page-products .toolbar .limiter {
  display: none;
}

.block-title.filter-title strong,
.block-title.sorter-title strong {
  color: var(--color-primary);
}

.toolbar-products .pages-items .item.current {
  background: #e3e3e3;
  width: 28px;
}

.toolbar-products .pages-items .item.current .page span {
  color: var(--color-primary);
}

.toolbar-products .pages-items .item .page span {
  color: #4b4b4b;
}

.breadcrumbs .items .item strong {
  color: var(--color-primary);
}

.breadcrumbs .items .item.home a {
  color: #8d8d8d;
}

a#mode-list {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

a#mode-grid {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

#layer-product-list .toolbar-products .toolbar-amount {
  display: none;
}

.orden-lista {
  float: left;
  margin-right: 20px;
  font-size: 20px;
  text-decoration: none;
}

.products.wrapper ~ .toolbar .modes {
  display: none;
}

.review-fieldset {
  margin: 0 0 20px;
}

.widget .block-title {
  font-size: 24px;
  margin-bottom: 30px;
}

.product-info-detail.sidebar .product-reviews-summary {
  width: 52%;
  padding-left: 30px;
}

.product-info-detail.sidebar .priceAndAddtocart {
  display: inline-block;
}

.product-info-detail.megamenu .product-reviews-summary {
  margin: 0px;
  font-weight: 300;
}

.product-info-detail .category-product-price-block {
  width: 70%;
  display: inline-block;
  text-align: left;
}

.product-info-detail .product-item-actions {
  width: 28%;
  display: inline-block;
  float: right;
  text-align: right;
}

.product-info-detail .category-product-price-block .price {
  font-size: 24px;
  font-weight: 700;
}

.product-info-detail .action.tocart.primary.icon-icon-shoppingcart {
  background: transparent;
  color: var(--color-primary);
  font-size: 24px;
  padding-top: 8px;
}

.product-info-detail .rating-summary {
  margin-right: 8px;
}

.text-icon-grid {
  font-size: 13px;
  float: right;
  font-weight: 300;
  padding: 3px 10px;
}

.text-icon-list {
  font-size: 13px;
  float: right;
  font-weight: 300;
  padding: 3px 10px;
}

.text-icon-order {
  font-size: 13px;
  float: right;
  font-weight: 300;
  padding: 3px 10px;
}

.text-icon-filter {
  font-size: 13px;
  float: right;
  font-weight: 300;
  padding: 3px 10px;
}

.link-carrito {
  text-decoration: none;
  padding-right: 8px;
  color: black !important;
}

.icon.icon-icon-shoppingcart {
  float: left;
  font-size: 22px;
  margin-top: 5px;
  padding-right: 8px;
}

.carrito-text {
  font-size: 13px;
  color: #4b4b4b;
}

.page-header .user-icon:before {
  font-size: 22px !important;
  color: black !important;
}

.user-icon {
  color: #4b4b4b !important;
  text-decoration: none !important;
}

.showcart .text {
  overflow: initial !important;
  margin-top: 8px !important;
  font-size: 13px;
  color: #4b4b4b;
  clip: auto !important;
  padding-left: 6px !important;
}

.minicart-wrapper .action.showcart .counter.qty {
  height: 20px;
  min-width: 20px;
  margin-left: -20px;
  margin-top: 14px;
  border-radius: 100%;
  background: var(--color-primary);
}

.action.showcart:before {
  display: none !important;
}

.nav-toggle:before {
  display: none !important;
}

.action.showcart .text {
  font-size: 14px;
}

.action.showcart .icon-icon-shoppingcart {
  color: black;
}

#checkout .authentication-wrapper {
  z-index: 0;
}

.minicart-wrapper .vino-bodega {
  font-size: 12px;
}

.contact-index-index #tab-form .fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}

.contact-index-index #tab-form .fieldset > .field,
.contact-index-index #tab-form .fieldset > .fields > .field {
  margin: 0 0 20px;
}

.contact-index-index #tab-form .fieldset > * {
  letter-spacing: normal;
}

.contact-index-index #tab-form .asterisk::after {
  content: " * ";
  color: red;
}

.contact-index-index #tab-form .item.content {
  background: #fff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}

.contact-index-index #tab-form input[type=text],
.contact-index-index #tab-form input[type=password],
.contact-index-index #tab-form input[type=url],
.contact-index-index #tab-form input[type=tel],
.contact-index-index #tab-form input[type=search],
.contact-index-index #tab-form input[type=number],
.contact-index-index #tab-form input[type=datetime],
.contact-index-index #tab-form input[type=email] {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}

.contact-index-index #tab-form textarea {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}

.contact-index-index #tab-form .action.primary {
  background-image: none;
  background: var(--color-primary);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 16px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}

.contact-index-index #tab-form select {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: "MuseoSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 74%;
  box-sizing: border-box;
}

.contact-index-index #tab-form .actions-toolbar > .primary .action,
.contact-index-index #tab-form .actions-toolbar > .secondary .action {
  width: 100%;
}

.contact-index-index #tab-form .dependpersacc,
.contact-index-index #tab-form .disableddisplay {
  display: none;
}

.contact-index-index #tab-form .cbx-redondo {
  position: relative;
  margin-top: 0.1rem;
  width: 1.3em;
  height: 1.3em;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  border: 1px solid var(--color-primary);
}

.contact-index-index #tab-form .cbx-redondo:checked {
  border-color: transparent;
}

.contact-index-index #tab-form .cbx-redondo:checked:before {
  content: "";
  font-size: 19px !important;
  position: absolute;
  width: 1em;
  height: 1em;
  border: 5px solid var(--color-primary);
  left: -2px;
  top: -3px;
  border-radius: 50%;
}

.contact-index-index #tab-form .fieldset > .field:not(.choice) > .label {
  font-weight: 700;
}

@media only screen and (min-width: 970px) {
  .contact-index-index #tab-form .fieldset > .accept {
    padding-left: 19.2rem;
  }
}
.margen-cookies {
  width: 15%;
  height: 10px;
  float: left;
}

.contenido-cookies span {
  font-size: 15px;
  color: white;
}

.contenido-cookies > .content {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cookie-text {
  font-size: 15px;
  color: white;
}

#notice-cookie-block {
  background: var(--color-primary);
}

.cookie-buttons #btn-description {
  border: 1px solid;
  margin-right: 10px;
}

#btn-cookie-allow {
  color: var(--color-primary);
  background: white;
  padding: 17px;
}

#btn-cookie-allow span {
  color: var(--color-primary);
}

.actions.cookie-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.actions.cookie-buttons > a {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.actions.cookie-buttons > a > button {
  width: 100%;
}

.actions.cookie-buttons > button {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.cookie-text {
  padding-right: 20px;
}

.sorter {
  float: right;
  padding: 0;
}

.block.filter .filter-title strong,
.sorter-title strong {
  font-weight: 400;
  right: 0;
  line-height: 16px;
  font-size: 20px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
}

.sorter-content {
  text-align: left;
}

.sorter-title strong {
  right: 30px;
}

.filter-clear {
  width: 100%;
}

.filter-current .items .item {
  display: inline-block;
  color: #4b4b4b;
  font-size: 12px;
  background-color: #e3e3e3;
  padding: 4px 8px;
}

.filter-current .items .item a {
  color: black;
  text-decoration: none;
  font-weight: 500;
}

.filter-subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 45px;
}

.filter-options {
  text-align: center;
  height: 90%;
  overflow-y: auto;
  padding-right: 10px;
}

.filter-options-title {
  font-family: "MuseoSans" !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-bottom: 1px solid #4b4b4b;
  padding-bottom: 1em;
  margin-bottom: 14px;
  position: relative;
}

.filter-options-title:after {
  display: inline-block;
  right: 0;
  position: absolute;
  font-weight: 900;
  font-size: 12px;
  font-family: "gb-icons";
}

.filter-options-title[aria-expanded=true]:after {
  content: "5";
}

.filter-options-title[aria-expanded=false]:after {
  content: "4";
}

.filter-options .item {
  position: relative;
  padding: 15px 0;
}

.filter-options .bss_checkbox {
  text-decoration: none;
  color: #4b4b4b;
}

.filter-options .bss_checkbox input {
  display: none;
  float: right;
  margin-left: -1.5em;
}

.filter-options .bss_checkbox input:checked ~ .filter-label {
  color: #b7bf10;
}

.filter-options .bss_checkbox input:checked ~ .filter-label:after {
  display: inline-block;
  font-family: "gb-icons";
  font-size: 12px;
  content: ")";
  right: 0;
  position: absolute;
  font-weight: 900;
}

.filter-options .ui-slider {
  height: 5px;
  margin: 16px 0;
}

.filter-options .ui-slider .ui-slider-range {
  background: var(--color-primary);
  height: 5px;
  position: absolute;
}

.filter-options .ui-slider-handle {
  background: var(--color-primary);
  width: 30px;
  height: 30px;
  border-radius: 15px;
  top: -13px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.8);
}

.sorter-options-item {
  position: relative;
  padding: 14px 0;
  font-weight: 700;
}

.sorter-options-item a {
  text-decoration: none;
  color: #4b4b4b;
}

.sorter-options-item .active {
  color: #b7bf10;
}

.sorter-options-item .active:after {
  display: inline-block;
  font-family: "gb-icons";
  font-size: 12px;
  content: ")";
  right: 0;
  position: absolute;
  font-weight: 900;
}

.grid-footer {
  clear: both;
}

.search-nav {
  border: none;
}

.slant-down::after {
  content: none !important;
}

@media only screen and (min-width: 767px) {
  .refinement-bar.col-md-3 {
    position: fixed;
    right: -50vw;
    height: 100vh;
    top: 0;
    z-index: 1001;
    background-color: #fff;
    overflow-x: auto;
    overflow-y: visible;
    min-width: 300px;
    transition: all 700ms;
    border-left: 2px solid var(--color-primary);
  }
  .refinement-bar.col-md-3.visible {
    right: 0px;
    box-shadow: 1px 1px 100vw #000000;
  }
}