/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-brands-400.eot');
  src: url('../fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/fa-solid-900.eot');
  src: url('../fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg#fontawesome') format('svg');
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fa-regular-400.eot');
  src: url('../fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg#fontawesome') format('svg');
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.recipe-recipe-view .page-wrapper {
  min-height: auto;
}
.recipe-recipe-view .page-wrapper .gallery-placeholder__image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
}
.recipe-search {
  width: 40%;
  margin: auto;
  float: none;
  z-index: 0;
}
.recipe-search .recipe-search_content .form {
  position: relative;
}
.recipe-search .recipe-search_content .form button {
  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;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.recipe-search .recipe-search_content .form button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 32px;
  color: #757575;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-recipe-search {
  min-height: 65px;
}
.writer-page-wrap {
  margin-top: 20px;
}
.writer-page-wrap .writer-page-info {
  display: flex;
  position: relative;
  text-align: center;
  min-height: 400px;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.writer-page-wrap .writer-page-info .writer-info__social-link {
  position: absolute;
  top: 20px;
  right: 15px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 7px;
  overflow: hidden;
}
.writer-page-wrap .writer-page-info .writer-info__social-link ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.writer-page-wrap .writer-page-info .writer-info__social-link ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 5px 0 5px;
}
.writer-page-wrap .writer-page-info .writer-info__social-link ul li:hover {
  background: #fff;
}
.writer-page-wrap .writer-page-info .writer-info__social-link ul li:last-child {
  line-height: 50px;
  padding: 5px;
}
.writer-page-wrap .writer-page-info .writer-info__social-link ul li:last-child a:hover {
  text-decoration: none;
}
.writer-page-wrap .writer-page-info .writer-info__social-link ul .writer-website-title-link {
  white-space: nowrap;
}
.writer-page-wrap .writer-page-info .writer-info__nickname {
  font-size: 40px;
  text-transform: capitalize;
}
.writer-page-wrap .writer-page-info .writer-info__about-writer {
  font-size: 15px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 30px;
}
.recipe-filters {
  display: flex;
  margin-top: 20px;
}
.recipe-filters .control {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.recipe-filters .control select {
  flex-grow: 1;
  width: 180px;
  margin: 0 10px 20px 10px;
  position: relative;
}
.writer-info {
  clear: both;
  position: relative;
  top: 0;
  right: 0;
  margin: auto;
  left: 0;
  bottom: 0;
}
.writer-info .writer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2rem;
}
.writer-info .modal {
  background-color: white;
  margin: auto;
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 7px;
  z-index: 999;
  position: absolute;
  left: 19%;
}
.writer-info .modal .triangle {
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 38%;
  top: -6px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #dedede;
  border-top: 1px solid #dedede;
  position: absolute;
}
.writer-info .modal .modal-content {
  display: flex;
  padding-top: 20px;
}
.writer-info .modal .modal-content .writer-left-col-popup {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.writer-info .modal .modal-content .writer-right-col-popup ul {
  padding: 0 20px 0 0;
  text-align: justify;
  padding-left: 10px;
}
.writer-info .modal .modal-content .writer-right-col-popup ul li {
  list-style-type: none;
}
.writer-info .modal .modal-content .writer-right-col-popup ul li:last-child {
  text-align: right;
}
.writer-info .modal .modal-content .writer-right-col-popup ul li:last-child a {
  background: url('../Mageside_Recipe/images/recipe/share.svg') no-repeat;
  background-size: contain;
  background-position: 100%;
}
.writer-info .modal .modal-content .writer-right-col-popup ul li:last-child a span {
  padding-right: 2.5rem;
  white-space: nowrap;
}
.filter-recipe {
  margin: 15px 0;
}
.filter-recipe .filter-icon {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: center;
}
.filter-recipe .filter-icon li {
  list-style-type: none;
  margin: 0 5px 0 5px;
}
.short-description {
  clear: both;
  width: 100%;
  padding: 2%;
  border-top: 1px solid #c6c6c6;
}
.recipe-short-description {
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.recipe-short-description .container-recipe-cooking {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.recipe-short-description .container-recipe-cooking .cooking {
  align-items: center;
  display: inherit;
}
.recipe-short-description .container-recipe-cooking .cooking span {
  margin-left: 0.5rem;
}
.recipe-short-description .button-description {
  display: flex;
  flex-direction: column;
  text-align: -webkit-center;
}
.recipe-short-description .button-description button {
  width: max-content;
}
.recipe-share {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recipe-share ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.recipe-share ul li {
  list-style: none;
  margin: 0 5px 0 0;
  flex-grow: 1;
}
.recipe-share ul li a {
  color: #666;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 2px 0;
}
.recipe-share ul li a:hover {
  color: #333;
  cursor: pointer;
}
.recipe-share ul li a i {
  font-size: 16px;
  margin-right: 2px;
}
.block-ingredients-method {
  margin-bottom: 50px;
}
.block-ingredients-method .block-title-ingredients-method {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block-ingredients-method .block-title-ingredients-method strong {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-ingredients-method .recipe-extended-description {
  display: flex;
}
.block-ingredients-method .recipe-extended-description .recipe-ingredients {
  width: 50vw;
}
.block-ingredients-method .recipe-extended-description .recipe-ingredients ul {
  padding: 0;
  margin: 0;
}
.block-ingredients-method .recipe-extended-description .recipe-ingredients ul li {
  list-style-type: none;
}
.block-ingredients-method .recipe-extended-description .recipe-method {
  width: 50vw;
}
.block-ingredients-method .recipe-extended-description .recipe-method ol {
  padding-left: 1.5rem;
  margin: 0;
}
.recipe__column .recipe__column-media {
  text-align: center;
}
.recipe__column .recipe__column-media .product-video {
  margin-top: 17px;
}
.page-wrapper .products .block {
  margin-bottom: 50px;
}
.page-wrapper .products .block .recipe-block-title-products {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.page-wrapper .products .block .recipe-block-title-products strong {
  font-size: 2.2rem;
  font-weight: 300;
}
.block-dashboard-reviews {
  margin-bottom: 50px;
}
.block-dashboard-reviews .block-title-reviews {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.block-dashboard-reviews .block-title-reviews strong {
  font-size: 2.2rem;
  font-weight: 300;
}
.page-main .abc-menu {
  text-align: left;
  text-align-last: left;
  text-decoration: none;
  font-size: 1.9rem;
  cursor: pointer;
  margin-left: -30px;
  padding-right: 20px;
}
.page-main .abc-content {
  padding-top: 3%;
  cursor: pointer;
  margin-left: -30px;
}
.page-main .abc-content ul {
  padding-left: 0;
  margin-left: -10px;
}
.page-main .abc-content ul li {
  display: block;
  text-align: left;
  text-align-last: left;
  margin-bottom: 0;
}
.review-ingredients .cart.table-wrapper .cart > .item {
  border-bottom: none;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../../../frontend/Vicus/global/en_US/Mageside_Recipe/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../../../../../frontend/Vicus/global/en_US/Mageside_Recipe/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../../../../frontend/Vicus/global/en_US/Mageside_Recipe/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Copyright © Mageside. All rights reserved.
 * See MS-LICENSE.txt for license details.
 */
.ingredients_list .products-grid .product-item-inner {
  padding: 9px;
}
.ingredients_list .products-grid .product-item-actions {
  margin-top: 10px;
}
.ingredients_list .product-item .price-box {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .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: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 {
    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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: "luma-icons";
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover,
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation 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: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.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: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    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: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .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: "luma-icons";
    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: "luma-icons";
    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;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .recipe-list-wrapper .recipe-grid .recipe-item {
    width: 31.33%;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
    width: calc((100% - 4%) / 3);
  }
  .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;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .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;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .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;
    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: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: "luma-icons";
    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: #333333;
  }
  .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: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .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;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-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%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .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%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .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%;
  }
  .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: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', '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;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: "luma-icons";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .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 {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: "luma-icons";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    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-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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: calc((100% - 6%) / 4);
  }
  .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;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper {
    padding-left: 0px;
    padding-right: 20px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category {
    margin-left: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category .apptrian-subcategories-category-name {
    text-align: left;
    margin: 0 18px;
  }
  .cms-home .items.product-items .item.product.product-item,
  .catalog-category-view .items.product-items .item.product.product-item,
  .catalog-product-view .items.product-items .item.product.product-item,
  .catalogsearch-result-index .items.product-items .item.product.product-item {
    padding-left: 0px;
    padding-right: 20px;
  }
  .navigation .blog-mx.level0:last-child {
    float: left;
  }
}
@media all and (min-width: 1024px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .recipe-list-wrapper .recipe-grid .recipe-item {
    width: 23%;
  }
  .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: 5px;
    width: calc((100% - 6%)/4);
  }
  .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;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .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: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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;
  }
}
/* text colors */
/* heading */
/* list */
/* buttons */
/* add to links */
/* including active?*/
/* links */
/* icons*/
/* header */
/* header minicart */
/* footer */
/* breadcrumbs */
/* menu items */
/* searchbar */
/* layered navigation */
/* product page */
/* product tiles */
/* forms */
/* pagination */
/* swatches */
/*account link color */
/* checkout */
.page-wrapper .breadcrumbs {
  max-width: 1280px;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
.page-wrapper .breadcrumbs ul {
  background-color: #ffffff;
}
.page-wrapper .breadcrumbs ul li {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li a:after {
  margin: 0 10px;
}
.page-wrapper .breadcrumbs ul li a:visited {
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li a span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li strong {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li span a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #3c3c3b;
}
.page-wrapper .breadcrumbs ul li:last-of-type:after {
  content: '';
}
.page-wrapper .breadcrumbs ul .item:not(:last-child):after {
  content: "\f054";
  font-size: 16px;
  color: #3c3c3b;
  font-weight: 700;
}
body .page-wrapper .breadcrumbs {
  display: block;
}
button.action.primary,
a.primary,
a.action.primary,
.action-primary {
  background-color: #d50952;
  color: #ffffff;
  border: 1px solid #d50952;
  border-radius: 2px;
}
button.action.primary:hover,
a.primary:hover,
a.action.primary:hover,
.action-primary:hover,
button.action.primary:active,
a.primary:active,
a.action.primary:active,
.action-primary:active,
button.action.primary:focus,
a.primary:focus,
a.action.primary:focus,
.action-primary:focus {
  background-color: #d50952;
  color: #ffffff;
  border: 1px solid #d50952;
}
button.action.primary:hover span,
a.primary:hover span,
a.action.primary:hover span,
.action-primary:hover span,
button.action.primary:active span,
a.primary:active span,
a.action.primary:active span,
.action-primary:active span,
button.action.primary:focus span,
a.primary:focus span,
a.action.primary:focus span,
.action-primary:focus span {
  color: #ffffff;
}
button.action.primary span,
a.primary span,
a.action.primary span,
.action-primary span {
  color: #ffffff;
}
button.action.primary span:hover,
a.primary span:hover,
a.action.primary span:hover,
.action-primary span:hover,
button.action.primary span:active,
a.primary span:active,
a.action.primary span:active,
.action-primary span:active,
button.action.primary span:focus,
a.primary span:focus,
a.action.primary span:focus,
.action-primary span:focus {
  color: #ffffff;
}
button.action.secondary,
a.secondary,
.action-secondary {
  background-color: #d50952;
  color: #ffffff;
}
button.action.secondary:hover,
a.secondary:hover,
.action-secondary:hover,
button.action.secondary:active,
a.secondary:active,
.action-secondary:active,
button.action.secondary:focus,
a.secondary:focus,
.action-secondary:focus {
  background-color: #3c3c3b;
  color: #ffffff;
}
button.action.secondary:hover span,
a.secondary:hover span,
.action-secondary:hover span,
button.action.secondary:active span,
a.secondary:active span,
.action-secondary:active span,
button.action.secondary:focus span,
a.secondary:focus span,
.action-secondary:focus span {
  color: #ffffff;
}
button.action.secondary span,
a.secondary span,
.action-secondary span {
  color: #ffffff;
}
button.action.secondary span:hover,
a.secondary span:hover,
.action-secondary span:hover,
button.action.secondary span:active,
a.secondary span:active,
.action-secondary span:active,
button.action.secondary span:focus,
a.secondary span:focus,
.action-secondary span:focus {
  color: #ffffff;
}
a,
strong a,
span a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li a,
li a,
.minicart-items .product-item-name a,
.cart-discount .block > .title strong,
body .page-wrapper ul li a,
body .page-wrapper ul li span,
body .page-wrapper ul li a span,
body .page-wrapper ul li span,
body .page-wrapper ul li .action.multicheckout span {
  color: #3c3c3b;
}
a:visited,
strong a:visited,
span a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
ul li a:visited,
li a:visited,
.minicart-items .product-item-name a:visited,
.cart-discount .block > .title strong:visited,
body .page-wrapper ul li a:visited,
body .page-wrapper ul li span:visited,
body .page-wrapper ul li a span:visited,
body .page-wrapper ul li span:visited,
body .page-wrapper ul li .action.multicheckout span:visited {
  color: #3c3c3b;
}
.action.primary:hover,
.action.primary:active {
  border: none;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update {
  border: none;
  background-color: #d50952;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update span {
  background-color: #d50952;
  border: none;
  color: #ffffff;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active {
  border: none;
  background-color: #3c3c3b;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active span {
  background-color: #3c3c3b;
  border: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #3c3c3b;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus {
  background-color: initial;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus span {
  color: #3c3c3b;
  background-color: initial;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"] {
  line-height: 16px;
  background-color: #d50952;
  padding: 7px 15px;
  margin-top: 0;
  font-weight: 700;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span {
  color: #ffffff;
  text-decoration: none;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:hover span:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:active span:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.secondary.action[data-role="action"]:focus span:focus {
  text-decoration: none !important;
}
.block-actions button.action.select {
  color: #ffffff;
  background-color: #d50952;
}
.block-actions button.action.select:hover,
.block-actions button.action.select:active,
.block-actions button.action.select:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  color: #ffffff;
  background-color: #d50952;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.block-content.content .block-actions button.action.select {
  color: #3c3c3b;
}
.new-address-popup button.action {
  background-color: #d50952;
  color: #ffffff;
}
.new-address-popup button.action:hover,
.new-address-popup button.action:active,
.new-address-popup button.action:focus {
  background-color: #3c3c3b;
  color: #ffffff;
}
.new-address-popup button.action:hover > span,
.new-address-popup button.action:active > span,
.new-address-popup button.action:focus > span {
  color: #ffffff;
}
.cart-discount .actions-toolbar .action.primary,
#discount-form .actions-toolbar .action.primary,
.cart-discount .actions-toolbar .action.action-apply,
#discount-form .actions-toolbar .action.action-apply {
  background-color: #d50952;
  color: #ffffff;
}
.cart-discount .actions-toolbar .action.primary span,
#discount-form .actions-toolbar .action.primary span,
.cart-discount .actions-toolbar .action.action-apply span,
#discount-form .actions-toolbar .action.action-apply span {
  color: #ffffff;
}
.cart-discount .actions-toolbar .action.primary:hover,
#discount-form .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.action-apply:hover,
#discount-form .actions-toolbar .action.action-apply:hover {
  background-color: #3c3c3b;
  color: #ffffff;
}
.cart-discount .actions-toolbar .action.primary:hover span,
#discount-form .actions-toolbar .action.primary:hover span,
.cart-discount .actions-toolbar .action.action-apply:hover span,
#discount-form .actions-toolbar .action.action-apply:hover span {
  color: #ffffff;
}
.page-footer {
  background-color: #d60a53;
  padding-bottom: 0;
}
.page-footer .block.newsletter .action.subscribe {
  margin-left: 0;
}
.page-footer .footer-top {
  background-color: #d60a53;
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}
.page-footer .footer-top div[class*="footer-top-block"] {
  float: left;
  width: 25%;
  overflow: hidden;
}
.page-footer .footer-top div[class*="footer-top-block"] .footer-section-content .list-links li {
  line-height: 33px;
}
.page-footer .footer-top a {
  color: #ffffff;
}
.page-footer .footer-top a span {
  color: #ffffff;
}
.page-footer .footer-top h1,
.page-footer .footer-top h2,
.page-footer .footer-top h3,
.page-footer .footer-top h4,
.page-footer .footer-top h5,
.page-footer .footer-top h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.page-footer .footer-top p,
.page-footer .footer-top small,
.page-footer .footer-top strong,
.page-footer .footer-top span {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer-top .footer-title {
  font-size: 16px;
  font-weight: 700;
}
.page-footer .footer-top a {
  text-transform: initial;
  font-weight: 400;
}
.page-footer .footer-top a:hover {
  text-decoration: underline;
}
.page-footer .footer-middle {
  background-color: #d60a53;
  max-width: 1140px;
  padding-bottom: calc(20px + 2rem);
  padding-left: 20px;
  padding-right: 20px;
}
.page-footer .footer-middle div[class*="footer-middle-block"] {
  float: left;
  width: 25%;
  overflow: hidden;
}
.page-footer .footer-middle div[class*="footer-middle-block"] .footer-section-content .list-links li {
  line-height: 33px;
}
.page-footer .footer-middle a {
  color: #ffffff;
}
.page-footer .footer-middle a span {
  color: #ffffff;
}
.page-footer .footer-middle .newsletter-block .newsletter {
  max-width: 100%;
  width: 100%;
}
.page-footer .footer-middle .newsletter-block .newsletter input {
  padding: 0 0 0 24px;
}
.page-footer .footer-middle [class*=fab] {
  color: #3c3c3b;
}
.page-footer .footer-middle h1,
.page-footer .footer-middle h2,
.page-footer .footer-middle h3,
.page-footer .footer-middle h4,
.page-footer .footer-middle h5,
.page-footer .footer-middle h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.page-footer .footer-middle p,
.page-footer .footer-middle small,
.page-footer .footer-middle strong,
.page-footer .footer-middle span {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer-middle .footer-title {
  font-size: 16px;
  font-weight: 700;
}
.page-footer .footer-middle a {
  text-transform: initial;
  font-weight: 400;
}
.page-footer .footer-middle a:hover {
  text-decoration: underline;
}
.page-footer .footer-bottom {
  background-color: #d60a53;
  padding: 0;
  display: flow-root;
}
.page-footer .footer-bottom a {
  color: #ffffff;
}
.page-footer .footer-bottom a span {
  color: #ffffff;
}
.page-footer .footer-bottom h1,
.page-footer .footer-bottom h2,
.page-footer .footer-bottom h3,
.page-footer .footer-bottom h4,
.page-footer .footer-bottom h5,
.page-footer .footer-bottom h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
.page-footer .footer-bottom p,
.page-footer .footer-bottom small,
.page-footer .footer-bottom strong,
.page-footer .footer-bottom span {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.page-footer .footer-bottom .footer-title {
  font-size: 16px;
}
.page-footer .footer-bottom .footer-bottom-links p {
  display: none;
}
.page-footer .footer-bottom a {
  text-transform: initial;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
}
.page-footer .footer-bottom a:hover {
  text-decoration: underline;
}
.page-footer .footer-bottom.footer.content {
  max-width: none;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links {
  max-width: 1140px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links {
  order: 2;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links .block-cms-link {
  display: contents;
  float: none;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links .block-cms-link a {
  margin-left: 20px;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .copyright {
  background-color: transparent;
  text-align: left;
  padding: 0;
  line-height: 22px;
}
.page-footer .footer-bottom.footer.content .footer-bottom-cr-links .copyright span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.page-footer .footer-middle.footer.content,
.page-footer .footer-top.footer.content {
  overflow: auto;
  width: 100%;
}
.page-footer .widget.block {
  margin: 0;
}
.page-footer .footer.content ul {
  padding-right: 0;
}
.page-footer .footer.content div[class*="footer-middle-block"] .block,
.page-footer .footer.content div[class*="footer-top-block"] .block {
  float: none;
}
@media (min-width: 577px) {
  .page-footer .footer-top .footer-section-content.hidden,
  .page-footer .footer-middle .footer-section-content.hidden {
    display: block;
  }
  .page-footer .footer-top .footer-title.toggle:after,
  .page-footer .footer-middle .footer-title.toggle:after {
    margin-left: 0;
    font-family: "luma-icons";
    content: '';
  }
  .page-footer .footer-top .footer-title.toggle.active:after,
  .page-footer .footer-middle .footer-title.toggle.active:after {
    margin-left: 0;
    font-family: "luma-icons";
    content: '';
  }
}
.page-footer .footer.content {
  border-top-color: transparent;
}
.page-footer .footer-section-content.hidden {
  display: none;
}
.page-footer .footer-title.toggle:after {
  margin-left: 15px;
  font-family: "luma-icons";
  content: '\e622';
}
.page-footer .footer-title.toggle.active:after {
  margin-left: 15px;
  font-family: "luma-icons";
  content: '\e621';
}
@media (max-width: 768px) {
  .page-footer .footer-middle .newsletter-block .newsletter {
    max-width: 100% !important;
  }
  .page-footer .footer-bottom.footer.content .footer-bottom-cr-links {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .page-footer .footer-bottom.footer.content .footer-bottom-cr-links .footer-bottom-links .block-cms-link a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.webforms-success-text p {
  margin-bottom: 3rem;
}
.webforms-success-text a {
  text-decoration: underline;
}
body .carousel-container div#banner-slider-carousel .owl-item:not(.active) img {
  display: none;
}
body ul.items,
body ol.items {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .page-wrapper ul {
  list-style: disc;
}
body .page-wrapper .sidebar ul,
body .page-wrapper .sidebar nav.items ul[class*="menu"] {
  list-style: none;
}
body .page-wrapper .footer-top.footer-usp.content .footer-top-usp-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
body button {
  box-shadow: none !important;
}
body p {
  font-size: 16px;
  color: #222222;
}
body a {
  color: #3c3c3b;
  font-weight: 400;
}
body a:hover {
  color: currentColor;
}
body a:active {
  color: currentColor;
}
body .page-wrapper .headerimg-block code {
  padding: 0;
}
body .page-wrapper h1,
body .page-wrapper h2,
body .page-wrapper h3,
body .page-wrapper h4,
body .page-wrapper h5,
body .page-wrapper h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body .page-wrapper h1 {
  color: #ffffff;
  font-size: 32px;
}
body .page-wrapper h2 {
  color: #ffffff;
  font-size: 24px;
}
body .page-wrapper h3 {
  color: #ffffff;
  font-size: 19px;
}
body .page-wrapper h4 {
  color: #ffffff;
  font-size: 16px;
}
body .page-wrapper h5 {
  color: #ffffff;
  font-size: 13px;
}
body .page-wrapper h6 {
  color: #ffffff;
  font-size: 10px;
}
body .page-wrapper ul {
  list-style: none;
}
body .page-wrapper ul li {
  color: #000000;
}
body .page-wrapper ul li a,
body .page-wrapper ul li span,
body .page-wrapper ul li a span {
  color: #000000;
}
body .page-wrapper .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: inherit;
}
body .margin-t1 {
  margin-top: 5px;
}
body .margin-t2 {
  margin-top: 10px;
}
body .margin-t3 {
  margin-top: 15px;
}
body .margin-t4 {
  margin-top: 20px;
}
body .margin-t5 {
  margin-top: 25px;
}
body .margin-t6 {
  margin-top: 30px;
}
body .margin-b1 {
  margin-bottom: 5px;
}
body .margin-b2 {
  margin-bottom: 10px;
}
body .margin-b3 {
  margin-bottom: 15px;
}
body .margin-b4 {
  margin-bottom: 20px;
}
body .margin-b5 {
  margin-bottom: 25px;
}
body .margin-b6 {
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .page-layout-1column .breadcrumbs,
  .page-layout-2columns-left .breadcrumbs,
  .page-layout-2columns-right .breadcrumbs,
  .page-layout-3columns .breadcrumbs,
  .page-layout-1column #maincontent.page-main,
  .page-layout-2columns-left #maincontent.page-main,
  .page-layout-2columns-right #maincontent.page-main,
  .page-layout-3columns #maincontent.page-main,
  .page-layout-1column header.page-header .header.content,
  .page-layout-2columns-left header.page-header .header.content,
  .page-layout-2columns-right header.page-header .header.content,
  .page-layout-3columns header.page-header .header.content {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-wrapper .page-header {
  background-color: #ffffff;
}
.page-wrapper .page-header .minicart-wrapper .action.showcart .counter.qty {
  background-color: #353535;
  border-radius: 20px;
  height: 18px;
  width: 18px;
  font-size: 10px;
  line-height: 18px;
}
.page-wrapper .page-header .panel.wrapper {
  background-color: #6e716e;
  border-bottom: 0px;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links {
  display: inline-flex;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"],
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-left-link"],
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-right-link"],
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] {
  margin: 0 10px;
  display: flex;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links {
  float: left;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links {
  float: right;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-name button.action.switch {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .greet.welcome {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links li span {
  color: #ffffff;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .link.authorization-link:after {
  display: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome.active .header.links {
  list-style: none;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome.active .header.links li a {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome.active .header.links li a span {
  color: #000000;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header.links .customer-welcome button.action.switch {
  color: #ffffff;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] a,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] span,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links [class*="header-top-left-link"] ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] a,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] span,
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links [class*="header-top-right-link"] ul li a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .panel.wrapper .panel.header .actions.dropdown.options.switcher-options .action.toggle.switcher-trigger strong span {
  font-size: 16px;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .header.content {
  background-color: #ffffff;
}
.page-wrapper .page-header .header.content .block-search {
  margin-bottom: 20px;
}
.page-wrapper .page-header .header.content .search-mobile-full-width .field.search .label {
  display: none;
}
.page-wrapper .page-header .header.content .user-icon-header {
  display: inline;
}
.page-wrapper .page-header .header.content .user-icon-header .header-user-icon {
  margin-left: 10px;
  margin-top: 5px;
  float: right;
  display: inline;
}
.page-wrapper .page-header .header.content .header-content-middle-container {
  font-size: 16px;
  color: #333333;
  float: left;
  margin: 0 0 10px 15px;
  position: relative;
  z-index: 4;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.page-wrapper .page-header .header.content .form.minisearch .field.search .control input#search {
  background-color: #ffffff;
  width: 100%;
  height: 32px;
  border-color: #333333;
  color: #333333;
}
.page-wrapper .page-header .header.content .form.minisearch .field.search .control input#search:focus {
  box-shadow: 0 0 3px 1px #333333;
}
.page-wrapper .page-header .header.content .form.minisearch .field.search .control input#search::placeholder {
  color: #333333;
  font-size: 16px;
  font-style: initial;
}
.page-wrapper .page-header .header.content .form.minisearch .actions .action.search:before {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  line-height: 32px;
  font-family: "luma-icons";
  content: '\e615';
}
.page-wrapper .page-header .header.content .minicart-wrapper .action.showcart:before {
  color: #3c3c3b;
  font-size: 24px;
  line-height: 32px;
  font-family: "luma-icons";
  content: '\e611';
}
.page-wrapper .sections.nav-sections.open-menu {
  width: 100%;
}
.page-wrapper .sections.nav-sections ul {
  list-style: none;
}
.page-wrapper .sections.nav-sections .nav-sections-items {
  background-color: #d50952;
  border-top: 0px;
  border-bottom: 0px;
  border-color: #ffffff;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation {
  background-color: #d50952;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .category-item.active a.level-top {
  border: none;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .category-item.active a.level-top span {
  color: #333333;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.has-active .level-top {
  border-color: 0, 57, 108;
  border-width: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 {
  background-color: #d50952;
  padding-right: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top {
  background-color: #d50952;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:hover {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:hover > span {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:active {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top:active > span {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top span {
  background-color: #d50952;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top span:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top span:hover {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent .level-top span:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .level-top span:active {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 span {
  padding-right: 5px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0:hover {
  background-color: #d50952;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active {
  background-color: #d50952;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top span {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top:active {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.active .level-top:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level-top.has-active .level-top:active > span {
  background-color: #d50952;
  color: #3c3c3b;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .active a,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .active a,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .active a,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .active a {
  border-color: 0, 57, 108;
  border-width: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item {
  border-radius: 1px;
  margin-right: 0 !important;
  padding-right: 10px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item {
  padding-right: 0px;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all {
  background-color: #ffffff;
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 400;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:hover,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:hover {
  background-color: #ffffff;
  color: #3c3c3b;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:hover > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:hover > span {
  background-color: #ffffff;
  color: #3c3c3b;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:active,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:active {
  background-color: #ffffff;
  color: #3c3c3b;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all:active > span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all:active > span {
  background-color: #ffffff;
  color: #3c3c3b;
  font-weight: 700;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .category-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 .submenu .ui-menu-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level1 .submenu .ui-menu-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level2 .submenu .ui-menu-item a.ui-corner-all span,
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level3 .submenu .ui-menu-item a.ui-corner-all span {
  background-color: #ffffff;
  color: #3c3c3b;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .header.content .header-content-middle-container {
    display: block;
  }
  .section-items.nav-sections-items .header-x-marker {
    display: none;
  }
  .header-mobile-logo > img {
    width: inherit;
    margin-top: inherit;
  }
  .block-search .label:before {
    margin: inherit;
  }
}
.header-content-middle-container {
  display: none;
}
.header-mobile-logo > img {
  width: 70%;
  margin-top: 20px;
}
.section-items.nav-sections-items .header-x-marker {
  font-size: 50px;
  top: 0px;
  right: 100px;
  position: absolute;
}
.section-items.nav-sections-items .header-x-marker:after {
  margin-right: 5px;
}
@media (min-width: 1024px) {
  .page-wrapper .page-header .panel.wrapper .header.content .block-search {
    margin-bottom: 0;
  }
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items {
  background-color: #f0f0f0;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .nav-sections-item-content img {
  width: 70%;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .nav-sections-item-title {
  background-color: #d60a53;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .nav-sections-item-title a {
  color: #3c3c3b;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation {
  background-color: #f0f0f0;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .parent .level-top:after {
  content: '\e622';
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .parent .level-top.ui-state-active:after {
  content: '\e621';
  color: #ffffff;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 {
  background-color: #f0f0f0;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent {
  border-color: #dddddd;
  background-color: #f0f0f0;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent:active {
  background-color: #d60a53;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .submenu,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu {
  background-color: #d60a53;
  color: #000000;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top {
  background-color: #f0f0f0;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:hover {
  background-color: #d60a53;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:active span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:active span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top:hover span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top:hover span {
  background-color: #f0f0f0;
  color: #3c3c3b;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span {
  background-color: #f0f0f0;
  color: #3c3c3b;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span:hover,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span:active,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span:focus,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span:focus {
  color: #000000;
  background-color: #f0f0f0;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0 .level-top span.ui-menu-icon,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .level-top span.ui-menu-icon {
  display: none;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item a.ui-state-focus,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item .ui-corner-all {
  background-color: #f0f0f0;
  color: #3c3c3b;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item a.ui-state-focus span,
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .level0.parent .submenu li.ui-menu-item .ui-corner-all span {
  background-color: #f0f0f0;
  color: #3c3c3b;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .submenu .ui-menu-item {
  background-color: #d60a53;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .navigation .submenu .ui-menu-item a.ui-state-focus {
  color: #000000;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .level0.parent:hover {
  background-color: #d60a53;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items .level0.parent:hover span {
  background-color: #d60a53;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items ul.header.links .customer-welcome .customer-menu .header.links li a {
  color: #3c3c3b;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items ul.header.links .customer-welcome .customer-menu .header.links li a:hover {
  color: #000000;
}
.page-wrapper .sections.nav-sections.open-menu .nav-sections-items ul.header.links .customer-welcome .customer-menu .header.links li a span {
  color: #3c3c3b;
}
@media (max-width: 1199px) {
  .section-item-content .menu-container .menu.horizontal {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .block-search .control {
    border: none;
  }
  .page-wrapper .page-header .panel.wrapper .panel.header .header-top-right-links,
  .page-wrapper .page-header .panel.wrapper .panel.header .header-top-left-links {
    display: none;
  }
  .page-wrapper .page-header .header.content .user-icon-header .header-user-icon {
    margin-top: 13px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-wrapper .page-header .header.content .search-mobile-full-width .form.minisearch .field.search .control:after {
    content: '\e615';
    font-family: luma-icons;
    position: absolute;
    right: 25px;
    bottom: 35px;
    z-index: 99999;
    color: #000000;
    font-size: 14px;
  }
  .page-wrapper .page-header .header.content .search-mobile-full-width .form.minisearch .field.search .control input#search {
    position: static;
    border-radius: 0;
    border-color: #000000;
    background-color: #ffffff;
    width: 100%;
    height: auto;
  }
}
.product-reel .block-title {
  text-align: left;
  margin: 10px 0 20px;
}
.product-reel .block-title strong {
  position: relative;
  background: #ffffff;
  padding-right: 10px;
  margin: 0;
  display: inline-block;
  color: #353535;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 32px;
}
.product-reel .products {
  margin: 0 0 30px;
}
.product-reel .products-grid .product-item-inner {
  overflow: inherit !important;
  display: flex !important;
  position: relative !important;
  box-shadow: none !important;
  border: none;
  margin-top: 10px;
}
.product-reel .products-grid .product-item-actions {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.product-reel .products-grid .product-item-actions .actions-primary .stock {
  display: none;
}
.product-reel .products-grid .product-item-actions .actions-secondary {
  display: flex;
  flex-direction: row;
}
.product-reel .products-grid .swatch-attribute-options {
  margin: 10px 0 0;
}
.product-reel .products-grid .product-item-info:hover .product-item-inner {
  padding: 0px;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer {
  padding-bottom: 10px;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
  justify-content: stretch;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item {
  height: 100%;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-container {
  width: 100% !important;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-wrapper {
  width: 100%;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-photo {
  width: 100%;
  object-fit: cover;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-inner {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-reel .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-details {
  height: 100%;
}
.product-reel .product-item .minimal-price {
  line-height: 20px;
}
.product-reel .product-item .minimal-price .price-container {
  display: inline;
}
.carousel-container .owl-stage .owl-item.active {
  margin-left: -2px;
}
.carousel-container .owl-stage .block-promo {
  min-width: 100%;
}
.carousel-container .owl-stage .banner-item.banner-slider .slider-banner-container {
  position: relative;
  width: 100%;
}
.carousel-container .owl-stage .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
  position: absolute;
  top: 250px;
  left: 100px;
  width: 50%;
}
.carousel-container .owl-stage .banner-item.banner-slider .blocks-promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
}
.cms-home .owl-wrapper-outer .product-image-container {
  display: inline;
}
.cms-home .owl-wrapper-outer .product-image-container .product-image-wrapper {
  padding-bottom: 115% !important;
}
.cms-home .owl-wrapper-outer .product-image-container .product-image-wrapper .product-image-photo {
  margin: 0 auto;
}
.cms-home .banners-3 .banners-3-item img {
  position: relative;
  width: 100%;
  /* for IE 6 */
}
.cms-home .banners-3 .banners-3-item .banner-content {
  position: absolute;
  top: 250px;
  left: 50px;
  width: auto;
  min-width: 50%;
  background-color: #ffffff;
}
.cms-home .banners-3 .banners-3-item .banner-content h2 {
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
.cms-home .banners-3 .banners-3-item .banner-content h3 {
  margin: 0 auto;
  padding: 0 0 30px 10px;
}
.carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
  top: 50px;
}
@media only screen and (min-width: 401px) {
  .carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
    top: 90px;
    left: 30px;
  }
}
@media only screen and (min-width: 551px) {
  .carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
    top: 130px;
    left: 0;
  }
}
@media only screen and (min-width: 769px) {
  .carousel-container .banner-item.banner-slider .slider-banner-container .slider-banner-container-content {
    top: 0;
    left: 0;
  }
}
@media (max-width: 1350px) and (min-width: 992px) {
  .banners-3 .banners-3-item .banner-content {
    top: 150px;
  }
}
@media (max-width: 992px) {
  .cms-home .home-erin .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blocks-promo .block-promo {
    max-width: none;
    border-right: 0;
    bottom: 0;
    padding: 32px 42px;
    width: 100%;
    border-bottom: 0;
    margin-bottom: 16px;
  }
  .blocks-promo .block-promo:last-of-type {
    margin-bottom: 16px;
  }
  .blocks-promo .block-promo span.content {
    background-color: rgba(255, 255, 255, 0.9);
    width: calc(100% - 50px);
    text-align: center;
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 20px;
  }
  .blocks-promo .block-promo span.content .title {
    font-size: 2.2rem;
    font-weight: 600;
    font-family: inherit;
    margin-bottom: 10px;
  }
  .blocks-promo .block-promo span.content .info {
    font-size: 16px;
  }
  .blocks-promo .block-promo span.content .icon.more {
    font-size: 14px;
  }
  .blocks-promo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 0;
  }
  .blocks-promo .home-performance img {
    top: 0;
  }
  .blocks-promo .block-promo-wrapper .block-promo:last-child {
    margin-bottom: 0;
  }
  .blocks-promo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .womens-main,
  .home-main,
  .mens-main,
  .new-main,
  .sale-main,
  .gear-main,
  .home-pants,
  .home-t-shirts,
  .home-erin,
  .home-performance,
  .home-eco {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}
.blocks-promo .block-promo span.content {
  background-color: rgba(255, 255, 255, 0.9);
}
body .columns .column.main {
  padding-bottom: 0;
}
body .columns .column.main p {
  margin-bottom: 0;
}
body .page-footer {
  margin-top: 32px;
}
body .page-wrapper .nav-sections {
  margin-bottom: 32px;
}
body .block-static-block.widget,
body .block-cms-link.widget {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blocks-promo .block-promo .content .title {
    font-size: 20px !important;
  }
  .blocks-promo .block-promo .content .info {
    font-size: 16px;
  }
}
p,
li {
  color: #3c3c3b;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #d60a53;
}
li,
p,
a {
  font-size: 13px;
}
p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  color: #3c3c3b;
}
.bundle-options-container .product-add-form {
  display: block;
}
.bundle-options-wrapper {
  display: none;
}
.bundle-options-container .block-bundle-summary {
  width: 100%;
  padding: 0;
  /* margin-top: 0; */
  margin: 0;
  float: none;
}
.bundle-options-container .block-bundle-summary .price-box {
  display: none;
}
.bundle-options-container {
  margin-bottom: 0;
}
.bundle-actions {
  margin: 0;
}
.cms-index-index .actions-secondary .action.towishlist,
.page-products .actions-secondary .action.towishlist,
.catalog-product-view .actions-secondary .action.towishlist,
.cms-index-index .actions-secondary .action.tocompare,
.page-products .actions-secondary .action.tocompare,
.catalog-product-view .actions-secondary .action.tocompare,
.cms-index-index .actions-secondary .action.mailto.friend,
.page-products .actions-secondary .action.mailto.friend,
.catalog-product-view .actions-secondary .action.mailto.friend {
  background-color: #ffffff;
  color: #353535;
}
.cms-index-index .actions-secondary .action.towishlist:hover,
.page-products .actions-secondary .action.towishlist:hover,
.catalog-product-view .actions-secondary .action.towishlist:hover,
.cms-index-index .actions-secondary .action.tocompare:hover,
.page-products .actions-secondary .action.tocompare:hover,
.catalog-product-view .actions-secondary .action.tocompare:hover,
.cms-index-index .actions-secondary .action.mailto.friend:hover,
.page-products .actions-secondary .action.mailto.friend:hover,
.catalog-product-view .actions-secondary .action.mailto.friend:hover,
.cms-index-index .actions-secondary .action.towishlist:active,
.page-products .actions-secondary .action.towishlist:active,
.catalog-product-view .actions-secondary .action.towishlist:active,
.cms-index-index .actions-secondary .action.tocompare:active,
.page-products .actions-secondary .action.tocompare:active,
.catalog-product-view .actions-secondary .action.tocompare:active,
.cms-index-index .actions-secondary .action.mailto.friend:active,
.page-products .actions-secondary .action.mailto.friend:active,
.catalog-product-view .actions-secondary .action.mailto.friend:active {
  background-color: #ffffff;
  color: #333333;
}
.cms-index-index .action.mailto.friend,
.page-products .action.mailto.friend,
.catalog-product-view .action.mailto.friend {
  background-color: #ffffff;
  color: #353535;
}
.cms-index-index .action.mailto.friend:hover,
.page-products .action.mailto.friend:hover,
.catalog-product-view .action.mailto.friend:hover,
.cms-index-index .action.mailto.friend:active,
.page-products .action.mailto.friend:active,
.catalog-product-view .action.mailto.friend:active {
  background-color: #ffffff;
  color: #333333;
}
.cms-index-index .product-social-links .product-addto-links .action.towishlist,
.page-products .product-social-links .product-addto-links .action.towishlist,
.catalog-product-view .product-social-links .product-addto-links .action.towishlist,
.cms-index-index .product-social-links .product-addto-links .action.tocompare,
.page-products .product-social-links .product-addto-links .action.tocompare,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare,
.cms-index-index .product-social-links .product-addto-links .action.mailto.friend,
.page-products .product-social-links .product-addto-links .action.mailto.friend,
.catalog-product-view .product-social-links .product-addto-links .action.mailto.friend {
  background-color: #ffffff;
  color: #353535;
}
.cms-index-index .product-social-links .product-addto-links .action.towishlist:hover,
.page-products .product-social-links .product-addto-links .action.towishlist:hover,
.catalog-product-view .product-social-links .product-addto-links .action.towishlist:hover,
.cms-index-index .product-social-links .product-addto-links .action.tocompare:hover,
.page-products .product-social-links .product-addto-links .action.tocompare:hover,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:hover,
.cms-index-index .product-social-links .product-addto-links .action.mailto.friend:hover,
.page-products .product-social-links .product-addto-links .action.mailto.friend:hover,
.catalog-product-view .product-social-links .product-addto-links .action.mailto.friend:hover,
.cms-index-index .product-social-links .product-addto-links .action.towishlist:active,
.page-products .product-social-links .product-addto-links .action.towishlist:active,
.catalog-product-view .product-social-links .product-addto-links .action.towishlist:active,
.cms-index-index .product-social-links .product-addto-links .action.tocompare:active,
.page-products .product-social-links .product-addto-links .action.tocompare:active,
.catalog-product-view .product-social-links .product-addto-links .action.tocompare:active,
.cms-index-index .product-social-links .product-addto-links .action.mailto.friend:active,
.page-products .product-social-links .product-addto-links .action.mailto.friend:active,
.catalog-product-view .product-social-links .product-addto-links .action.mailto.friend:active {
  background-color: #ffffff;
  color: #333333;
}
/* only active when related products are on right side two column*/
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row {
  display: block;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item {
  width: 100%;
  margin-bottom: 0;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item .product-item-info .product-item-photo {
  position: relative;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item .product-item-info:hover .product-item-photo {
  left: 0;
  top: 0;
}
.catalog-product-view.page-layout-2columns-right .sidebar.sidebar-main .block.related .products.list.items.product-items.row .item.product.product-item .product.details.product-item-details {
  min-height: auto !important;
}
.sidebar.sidebar-main dl dd,
.sidebar.sidebar-main dl dt {
  word-break: break-word;
}
.sidebar.sidebar-main li.item a {
  color: #3c3c3b;
}
.navigation .category-item.active a.level-top {
  border: none;
}
.navigation .category-item.active a.level-top span {
  color: #3c3c3b;
}
.filter-options ol.items {
  list-style: none;
  padding: 0;
}
.block.widget.block-products-list.grid .owl-wrapper .owl-item .product-item {
  margin-left: 2.5%;
  width: 95% !important;
  margin-top: 5px;
  margin-bottom: 5px;
}
.filter-options .swatch-attribute.swatch-layered.color a.swatch-option-link-layered .swatch-option {
  height: 30px;
}
.products-grid.grid div:not(.owl-wrapper-outer) .product-item-details {
  max-width: 100%;
  margin: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.item.product.product-item.col-sm-6.col-md-6.col-lg-4 {
  width: 100% !important;
}
a.action > span {
  color: #3c3c3b;
}
span.block-subtitle.filter-current-subtitle {
  color: #d60a53;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
}
.filter-options-content a:hover {
  background-color: inherit;
}
.product-item-info:hover .product.details.product-item-details strong.product.name.product-item-name a.product-item-link {
  text-decoration: underline;
}
.page-products .product-item-info {
  background: #ffffff;
  border: none;
  position: relative;
  padding: 0px;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-top: 1px solid #ebebeb;
}
.catalog-category-view .products-grid .product-item-inner,
.catalogsearch-result-index .products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  border-top: 1px transparent solid;
  top: 0;
  left: auto;
  right: auto;
  margin: 0 !important;
  padding: 0px;
  height: auto !important;
  width: auto !important;
  clip: auto !important;
  position: absolute !important;
  display: flex;
  bottom: 20px;
}
.catalog-category-view .message.notice a,
.catalogsearch-result-index .message.notice a {
  color: #3c3c3b;
}
.catalogsearch-result-index .products-grid .product-item-info:hover {
  border-top: 1px transparent solid;
}
.catalogsearch-result-index .products-grid .product-item-actions {
  margin: 0;
}
.page-products .product-item .minimal-price {
  line-height: 15px;
}
.page-products .product-item .minimal-price .price-container {
  display: inline;
}
.catalog-category-view .products-grid .product-item-inner {
  height: auto !important;
  width: auto !important;
  clip: auto !important;
}
.catalog-category-view .products-grid .product-item-actions {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.catalog-category-view .products-grid .product-item-actions .actions-primary {
  display: inline !important;
}
.catalog-category-view .products-grid .product-item-actions .actions-primary + .actions-secondary > .action {
  width: 20px;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer {
  padding-bottom: 10px;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: flex !important;
  justify-content: stretch;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item {
  height: 100%;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-container {
  width: 100% !important;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-wrapper {
  width: 100%;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item .product-image-photo {
  width: 100%;
  object-fit: cover;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-inner {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-info {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog-category-view .products-grid .owl-carousel .owl-wrapper-outer .owl-wrapper .product-item-details {
  height: 100%;
}
.block.widget.block-products-list.grid .products-grid .owl-wrapper-outer .owl-item .product-item .product-item-inner {
  height: auto;
  margin: 0;
  box-shadow: none;
  border: none;
}
.pages ul.pages-items li.item .page span {
  color: #7f7f7f;
}
.pages ul.pages-items .item.current .page span {
  color: #ffffff;
}
.catalog-category-view .products.list.items.product-items,
.catalogsearch-result-index .products.list.items.product-items {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
}
.catalog-category-view .products.list.items.product-items .item.product.product-item,
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item {
  display: flex;
  margin-bottom: 15px;
}
.catalog-category-view .products.list.items.product-items .product-image-container,
.catalogsearch-result-index .products.list.items.product-items .product-image-container {
  width: 100% !important;
}
.catalog-category-view div[class*="swatch-opt"],
.catalogsearch-result-index div[class*="swatch-opt"] {
  width: auto;
}
.page-products .sorter,
.catalog-category-view .sorter {
  position: relative;
}
@media (max-width: 768px) {
  .sidebar.sidebar-main-before {
    width: 100%;
  }
  .toolbar-products {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left .sidebar.sidebar-main-before {
    width: 20.83333333%;
    float: left;
  }
  .sidebar.sidebar-main-before {
    max-width: min-content;
  }
}
@media (max-width: 767px) {
  div#layered-filter-block .block-title.filter-title strong {
    float: right;
    width: 100%;
    position: relative;
    margin-top: 5px;
  }
}
@media (max-width: 1385px) and (min-width: 768px) {
  .sidebar.sidebar-main-before {
    max-width: inherit;
  }
}
a.apptrian-subcategories-category {
  background: #ffffff;
  border: none;
  position: relative;
  padding: 0;
  z-index: 2;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.amshopby-filter-value {
  border-radius: 4px;
  background-color: #d60a53;
  padding: 16px 52px 13px 20px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a.apptrian-subcategories-category {
  border-top: 1px solid transparent;
}
.amshopby-filter-current .amshopby-filter-name {
  display: none;
}
a.amshopby-remove {
  left: 82% !important;
  top: 17px;
}
.amshopby-filter-current .amshopby-remove:before,
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:hover:before,
.amshopby-filter-current .amshopby-remove:hover:after {
  background-color: #ffffff;
  font-weight: 700;
}
ol.amshopby-items.items,
li.amshopby-button,
li.filter-clear-wrapper {
  display: inline;
}
a.apptrian-subcategories-category:hover,
.products-grid .product-item-info:hover {
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
.above-main .amshopby-filter-current-inner {
  border-bottom: 1px solid rgba(153, 176, 196, 0.4);
  border-top: 1px solid rgba(153, 176, 196, 0.4);
  padding: 20px 0px 20px 0px;
}
a.apptrian-subcategories-category,
.owl-wrapper li.product-item,
.owl-item .product-item-info {
  border-top: 1px solid #ebebeb;
}
/* changes 12-7 */
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .product-item-inner,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .product-item-inner,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .product-item-inner {
  position: relative !important;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size {
  display: grid;
  flex-direction: column;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option,
.catalogsearch-result-index .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option,
.cms-home .block.widget.block-products-list.grid .products-grid .owl-item .product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
/* end changes 12-7 */
/* prices */
@media (min-width: 993px) {
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box p.price-to {
    width: 48%;
    display: inline-block;
    padding-left: 5px;
    line-height: 1;
  }
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box .price-from {
    width: 45%;
    display: inline-block;
    line-height: 1;
  }
}
/* end prices */
@media (min-width: 768px) {
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box p.price-to {
    width: auto;
  }
  .block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box .price-from {
    width: auto;
  }
}
.block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box p.price-to {
  width: 48%;
  display: inline-block;
  padding-left: 5px;
  line-height: 1;
}
.block-products-list.grid .products-grid .product-item .product-item-info .product-item-details .price-box .price-from {
  width: 45%;
  display: inline-block;
  line-height: 1;
}
.page-products .products-grid .item.product.product-item .product-item-info .product.details.product-item-details {
  padding: 20px 20px 50px 20px;
}
.page-products .products-grid .item.product.product-item .product-item-info .product.details.product-item-details .price-box {
  margin-top: 0;
}
.page-products .products-grid .item.product.product-item .product-item-info .product.details.product-item-details .price-box > .price-box {
  margin-top: 0;
}
.page-products .products-grid .item.product.product-item .product-item-info .product-image-container .product-image-photo {
  bottom: 0 !important;
}
.page-products .products-grid .item.product.product-item .product-item-info:hover .product.details.product-item-details {
  margin-bottom: 0;
}
.page-products .products-grid .item.product.product-item .product-item-info:hover .product.details.product-item-details .price-box {
  float: none;
  width: auto;
}
.page-products .products-grid .item.product.product-item .product-item-details .product-item-inner {
  position: relative !important;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.size {
  display: grid;
  flex-direction: column;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.color {
  display: flex;
  flex-direction: column;
}
.page-products .products-grid .item.product.product-item .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.page-products .products-list .product-item-details .swatch-attribute.size {
  flex-direction: column;
}
.page-products .products-list .product-item-details .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.page-products .products-list .product-item-details .swatch-attribute.color {
  display: flex;
  flex-direction: column;
}
.page-products .products-list .product-item-details .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  display: block;
  height: 30px;
  margin: 0 10px 10px 0;
}
.product-item-actions .actions-primary + .actions-secondary {
  display: none;
}
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item {
  margin-left: 0;
}
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details {
  margin-bottom: 50px;
}
.catalogsearch-result-index .products.list.items.product-items .item.product.product-item .product-item-info:hover .product.details.product-item-details {
  margin-bottom: 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.size .swatch-attribute-options .swatch-option {
  width: 36px;
  height: 30px;
  margin: 0 10px 10px 0;
  padding: 4px 0px;
  font-size: 11px;
  padding: 4px 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute-options .swatch-option.text {
  padding: 4px 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options {
  margin: 10px 0 0;
}
.catalog-product-view .product-options-wrapper .swatch-attribute.color .swatch-attribute-options .swatch-option {
  width: 36px;
  height: 30px;
  margin: 0 10px 10px 0;
}
.catalog-product-view .product-info-main .page-title-wrapper.product .page-title {
  color: #d60a53;
}
.catalog-product-view .product.attribute.description p,
.catalog-product-view .product.attribute.description ul,
.catalog-product-view .product.attribute.description ol span {
  color: #353535;
}
.catalog-product-view .product.attribute.description p li,
.catalog-product-view .product.attribute.description ul li,
.catalog-product-view .product.attribute.description ol span li {
  color: #353535;
}
.catalog-product-view .product.attribute.description p li p,
.catalog-product-view .product.attribute.description ul li p,
.catalog-product-view .product.attribute.description ol span li p,
.catalog-product-view .product.attribute.description p li span a,
.catalog-product-view .product.attribute.description ul li span a,
.catalog-product-view .product.attribute.description ol span li span a {
  color: #353535;
}
.catalog-product-view .product.attribute.description p li p:hover,
.catalog-product-view .product.attribute.description ul li p:hover,
.catalog-product-view .product.attribute.description ol span li p:hover,
.catalog-product-view .product.attribute.description p li span a:hover,
.catalog-product-view .product.attribute.description ul li span a:hover,
.catalog-product-view .product.attribute.description ol span li span a:hover,
.catalog-product-view .product.attribute.description p li p:active,
.catalog-product-view .product.attribute.description ul li p:active,
.catalog-product-view .product.attribute.description ol span li p:active,
.catalog-product-view .product.attribute.description p li span a:active,
.catalog-product-view .product.attribute.description ul li span a:active,
.catalog-product-view .product.attribute.description ol span li span a:active {
  color: #353535;
}
.catalog-product-view .block.related .block-content.content .block-actions .action.select {
  color: #3c3c3b;
}
.catalog-product-view .block.related .block-content.content .block-actions .action.select:hover,
.catalog-product-view .block.related .block-content.content .block-actions .action.select:active,
.catalog-product-view .block.related .block-content.content .block-actions .action.select:focus {
  color: #3c3c3b;
}
.catalog-product-view .block.related .field.choice input[type="checkbox"] {
  top: 0px;
  left: 20px;
}
.catalog-product-view .block.related .products.wrapper.grid.products-grid.products-related .products.list.items.product-items.row .item.product.product-item .product-item-info {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  height: 100%;
}
.catalog-product-view .block.related .products.wrapper.grid.products-grid.products-related .products.list.items.product-items.row .item.product.product-item .product-item-info:hover {
  box-shadow: 0 2px 4px 0 #fff;
  background: #ffffff;
}
.catalog-product-view .block.upsell .block-title.title strong#block-upsell-heading {
  color: #ffffff;
}
.swatch-attribute-options {
  margin: 10px 0 0;
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-main .product-info-price {
  border: none;
}
.catalog-product-view .product-info-main .product-info-price .price-box {
  float: left;
}
.catalog-product-view .product-info-main .product-options-bottom .actions .action.primary.tocart {
  width: auto;
  padding: 14px 28px;
}
.catalog-product-view .product-item-details a.product-item-link {
  color: #d60a53;
  font-weight: 700;
}
.catalog-product-view .product-items .product-item .product-item-actions .tocompare {
  display: none;
}
.catalog-product-view .fotorama__nav-wrap {
  margin-top: 20px;
}
.catalog-product-view .fotorama__thumb-border {
  border: #d60a53 1px solid;
}
.catalog-product-view .product.details.product-item-details {
  text-align: left;
  padding: 20px;
  min-height: 120px;
}
.catalog-product-view .product.media img.gallery-placeholder__image {
  margin: auto;
}
.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 0px !important;
}
.catalog-product-view .product-info-main .product.attribute.overview ul {
  padding-left: 20px;
}
.catalog-product-view .products-grid .product-item {
  margin-left: 0% !important;
}
.catalog-product-view .products-grid .product-item .product-item-info {
  width: 100% !important;
  margin-bottom: 30px;
  border-top: 1px solid transparent;
}
.catalog-product-view .page-title-wrapper.product .page-title {
  margin-top: 0px;
}
.catalog-product-view .products-upsell a.product-item-link {
  color: #d60a53;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
}
.catalog-product-view .products-upsell strong#block-upsell-heading {
  color: #d60a53;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.catalog-product-view .products-upsell .item.product.product-item {
  display: flex;
}
.catalog-product-view .products-upsell .product-item-info,
.catalog-product-view .products-upsell .product-item-info:hover {
  border-radius: inherit;
  background-color: inherit;
  box-shadow: none;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.catalog-product-view .products-upsell .product-item-info li,
.catalog-product-view .products-upsell .product-item-info:hover li {
  text-align: center;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  background: #ffffff;
  box-shadow: initial;
  border: initial;
  margin: auto;
  padding: initial;
  position: relative;
  z-index: 2;
}
.additional-attributes th.col.label {
  padding: 25px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #3c3c3b;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  width: 50%;
  white-space: break-spaces;
}
.additional-attributes td.col.data {
  color: #3c3c3b;
  padding: 25px 0px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 13px;
  padding-right: 87px;
  white-space: nowrap;
  white-space: inherit;
}
.block-viewed-products-grid .recently-viewed-slider {
  display: flex !important;
}
.block-viewed-products-grid .recently-viewed-slider .owl-carousel .owl-wrapper-outer {
  height: auto;
}
.block-viewed-products-grid .recently-viewed-slider .owl-carousel .owl-wrapper-outer li.item.product.product-item {
  border: none;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item {
  margin-right: 1px;
  float: left;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item {
  display: flex !important;
  flex: 1 0 auto !important;
  height: 100% !important;
  width: auto !important;
  margin-right: 15px !important;
  box-shadow: 0px 1px 1px 1px #eee8e8;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background-color: white;
  margin-bottom: 40px;
  margin-top: 40px;
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  position: relative;
  padding: 0;
  z-index: 2;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item:hover {
  width: 100%;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info {
  box-shadow: none;
  width: 100% !important;
  padding: 15px !important;
  margin-bottom: 30px !important;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info:hover {
  margin: auto;
  padding: 15px;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info .product-item-details strong > a {
  color: #d60a53;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: 700;
  color: none;
  font-size: 13px;
}
.block-viewed-products-grid .recently-viewed-slider .owl-item .product-item .product-item-info .product-item-details .stock {
  display: none;
}
.block-viewed-products-grid .block-title {
  margin-bottom: 0px;
}
.block-viewed-products-grid .block-title .block-related-heading {
  position: relative;
  background: #ffffff;
  padding-right: 10px;
  margin: 0;
  display: inline-block;
  color: #333333;
  font-family: Helvetica;
  font-weight: 700;
  font-size: 24px;
}
.product.data.items > .item.content {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .page-layout-1column .block.widget .products-grid .recently-viewed-slider .product-item:nth-child(4n + 1) {
    width: auto !important;
  }
}
@media (min-width: 1500px) {
  .owl-wrapper-outer .owl-item .product-item-info {
    min-width: auto;
  }
}
@media (max-width: 992px) {
  .page-layout-1column .block.widget .products-grid .recently-viewed-slider .product-item:nth-child(4n + 1) {
    width: 95% !important;
  }
}
@media (max-width: 479px) {
  .recently-viewed-slider .owl-item span.product-image-wrapper {
    max-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .product-image-container span.product-image-wrapper {
    padding-bottom: 75% !important;
  }
}
@media (max-width: 639px) {
  td.col.data {
    padding: 5px 10px !important;
  }
  .product-item-inner .product-item-actions .actions-primary {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .product-item-inner .product-item-actions .actions-primary + .actions-secondary > .action {
    width: 20px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before {
    padding-right: 0px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .catalog-product-view .products-related.products-grid .product-items {
    margin-right: 0;
  }
  .catalog-product-view .products-related.products-grid .product-items .product-item {
    margin-left: auto !important;
    display: flex;
    width: calc((100% - 4%) / 2);
  }
}
@media (max-width: 576px) {
  .catalog-product-view .products-related.products-grid .product-items {
    margin: 0;
  }
  .catalog-product-view .products-related.products-grid .product-items .product-item {
    margin-left: auto !important;
    display: flex;
  }
}
/*All devices / sizes */
.cms-index-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover,
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover,
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover,
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category:hover {
  border-top: 1px solid #ebebeb;
  box-shadow: 0 2px 4px 0 #fff;
  background: #fff;
}
.cms-index-index .items.product-items .item.product.product-item .price-box,
.catalog-category-view .items.product-items .item.product.product-item .price-box,
.catalog-product-view .items.product-items .item.product.product-item .price-box,
.catalogsearch-result-index .items.product-items .item.product.product-item .price-box {
  float: left;
  width: 100%;
}
.cms-index-index .items.product-items .item.product.product-item .product-item-info,
.catalog-category-view .items.product-items .item.product.product-item .product-item-info,
.catalog-product-view .items.product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index .items.product-items .item.product.product-item .product-item-info {
  margin: 0px;
}
.cms-index-index .items.product-items .item.product.product-item .product-item-info:hover,
.catalog-category-view .items.product-items .item.product.product-item .product-item-info:hover,
.catalog-product-view .items.product-items .item.product.product-item .product-item-info:hover,
.catalogsearch-result-index .items.product-items .item.product.product-item .product-item-info:hover {
  padding: 0px;
  box-shadow: none;
  border: none;
  border-top: 1px solid #ebebeb;
}
.cms-index-index .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner,
.catalog-category-view .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner,
.catalog-product-view .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner,
.catalogsearch-result-index .items.product-items .item.product.product-item .product-item-info:hover:not(.active) .product-item-inner {
  margin: -1px;
}
.cms-index-index .list.products-list .list.items.product-items .item.product.product-item,
.catalog-category-view .list.products-list .list.items.product-items .item.product.product-item,
.catalog-product-view .list.products-list .list.items.product-items .item.product.product-item,
.catalogsearch-result-index .list.products-list .list.items.product-items .item.product.product-item {
  margin-bottom: 20px;
}
.cms-index-index .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo,
.catalog-category-view .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo,
.catalog-product-view .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo,
.catalogsearch-result-index .list.products-list .list.items.product-items .product-item-info .product.photo.product-item-photo {
  width: auto;
}
.cms-index-index .list.products-list .list.items.product-items .product-item-info .product-item-name,
.catalog-category-view .list.products-list .list.items.product-items .product-item-info .product-item-name,
.catalog-product-view .list.products-list .list.items.product-items .product-item-info .product-item-name,
.catalogsearch-result-index .list.products-list .list.items.product-items .product-item-info .product-item-name {
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cms-index-index .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner,
.catalog-category-view .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner,
.catalog-product-view .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner,
.catalogsearch-result-index .list.products-list .list.items.product-items .product-item-info:hover:not(.active) .product-item-inner {
  margin: auto;
}
.cms-index-index .owl-wrapper-outer .owl-wrapper li.product-item,
.catalog-category-view .owl-wrapper-outer .owl-wrapper li.product-item,
.catalog-product-view .owl-wrapper-outer .owl-wrapper li.product-item,
.catalogsearch-result-index .owl-wrapper-outer .owl-wrapper li.product-item {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.cms-index-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name,
.catalog-category-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name,
.catalog-product-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name,
.catalogsearch-result-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-name {
  height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cms-index-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info,
.catalog-category-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info,
.catalog-product-view .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info,
.catalogsearch-result-index .owl-wrapper-outer .owl-wrapper .owl-item .product-item .product-item-info {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}
.cms-index-index .products-upsell .product-item-info:hover,
.catalog-category-view .products-upsell .product-item-info:hover,
.catalog-product-view .products-upsell .product-item-info:hover,
.catalogsearch-result-index .products-upsell .product-item-info:hover {
  border-top: 1px solid #ebebeb !important;
  box-shadow: 0 2px 4px 0 #fff !important;
  margin: 0;
  padding: 0;
}
.cms-index-index .sidebar.sidebar-main,
.catalog-category-view .sidebar.sidebar-main,
.catalog-product-view .sidebar.sidebar-main,
.catalogsearch-result-index .sidebar.sidebar-main {
  padding-right: 20px;
}
.cms-index-index .owl-carousel .owl-wrapper .owl-item img,
.catalog-category-view .owl-carousel .owl-wrapper .owl-item img,
.catalog-product-view .owl-carousel .owl-wrapper .owl-item img,
.catalogsearch-result-index .owl-carousel .owl-wrapper .owl-item img {
  width: auto;
}
.cms-index-index .products-grid .product-item-info:hover,
.catalog-category-view .products-grid .product-item-info:hover,
.catalog-product-view .products-grid .product-item-info:hover,
.catalogsearch-result-index .products-grid .product-item-info:hover {
  border-top: 1px solid #ebebeb;
}
.cms-index-index .related .products-related .related-available .product-item-name,
.catalog-category-view .related .products-related .related-available .product-item-name,
.catalog-product-view .related .products-related .related-available .product-item-name,
.catalogsearch-result-index .related .products-related .related-available .product-item-name {
  margin-left: 0;
}
.catalog-category-view .products-grid .item.product.product-item {
  display: flex;
  margin-left: 0 !important;
}
.catalog-category-view .products-grid .item.product.product-item .product-item-info {
  width: 100%;
}
.catalog-category-view .products-grid .item.product.product-item .product-item-info .product-image-container img.product-image-photo {
  bottom: auto;
}
.catalog-category-view .products-grid .item.product.product-item .product.details.product-item-details {
  padding-bottom: 50px;
  padding: 20px 20px 0 20px;
}
.catalog-category-view .products-grid .item.product.product-item .product.details.product-item-details .product-item-inner {
  position: static !important;
  width: 1px !important;
}
.catalog-category-view .products-grid .item.product.product-item .product.details.product-item-details .product-item-inner .product-item-actions {
  bottom: 12px !important;
  position: absolute;
}
/* Above 992px */
@media only screen and (min-width: 992px) {
  .catalog-category-view.page-layout-2columns-left .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 20px;
  }
}
/* Above 768px */
/* Between 992px and 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 20px;
  }
}
/* Between 992px and 993px */
@media only screen and (min-width: 992px) and (max-width: 993px) {
  .cms-home .columns,
  .catalog-category-view .columns,
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns {
    padding: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n) {
    padding-right: 20px;
  }
  .catalog-category-view.page-layout-2columns-left .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
    padding-right: 0px;
  }
}
/* Between 768px and 992px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .cms-home .columns,
  .catalog-category-view .columns,
  .catalog-product-view .columns,
  .catalogsearch-result-index .columns {
    padding: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(3n) {
    padding-right: 20px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(2n) {
    padding-right: 0px;
  }
}
/* Under 768px */
/* Under 576px */
@media only screen and (max-width: 576px) {
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper {
    padding-right: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type,
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type,
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type,
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:first-of-type {
    padding-right: 0px;
  }
  .cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd),
  .catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd),
  .catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd),
  .catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(odd) {
    padding-right: 0px;
  }
}
.products.wrapper.grid.products-grid.products-crosssell .products.list.items.product-items.row .item.product.product-item .product-item-info {
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-top: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.products.wrapper.grid.products-grid.products-crosssell .products.list.items.product-items.row .item.product.product-item .product-item-info:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
}
.block-products-list .products-grid.grid .owl-wrapper-outer .owl-wrapper .owl-item .product-item-info .product-item-inner {
  width: auto !important;
}
.block-products-list .products-grid.grid .owl-wrapper-outer .owl-wrapper .owl-item .product-item-info .product-item-inner .product-item-actions {
  display: flex !important;
  justify-content: space-between;
}
.catalog-category-view .products-list .products.list.items.product-items .item.product.product-item,
.cms-index-index .products-list .products.list.items.product-items .item.product.product-item,
.catalogsearch-result-index .products-list .products.list.items.product-items .item.product.product-item {
  display: block;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border-top: 1px solid #ebebeb;
}
.catalog-category-view .products-list .products.list.items.product-items .item.product.product-item .product-item-info,
.cms-index-index .products-list .products.list.items.product-items .item.product.product-item .product-item-info,
.catalogsearch-result-index .products-list .products.list.items.product-items .item.product.product-item .product-item-info {
  background-color: transparent !important;
  box-shadow: none;
}
.page-products .products-grid .product-item {
  margin-left: 0;
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.page-products .products-grid .product-item .product-image-container span.product-image-wrapper {
  padding-bottom: 115% !important;
}
.page-products .products-grid .product-item .product.details.product-item-details .product-item-inner .product-item-actions {
  bottom: 12px !important;
}
@media (min-width: 640px) and (max-width: 768px) {
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    padding-left: 0 !important;
  }
}
@media (max-width: 639px) {
  .page-products .products-grid .product-item:nth-child(2n + 1) {
    padding-left: 0 !important;
  }
}
.checkout-cart-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar,
.checkout-index-index .cart-container .form-cart .cart.table-wrapper .cart.item .item-actions .actions-toolbar {
  margin-bottom: 10px;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update {
  border-color: #1b7ce3;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:hover,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:active,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:focus,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:focus {
  border-color: #d60a53;
}
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:hover span,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:hover span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:active span,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:active span,
.checkout-cart-index .cart-container .form-cart .cart.main.actions .action.update:focus span,
.checkout-index-index .cart-container .form-cart .cart.main.actions .action.update:focus span {
  border: none;
}
.checkout-cart-index ul.opc-progress-bar span,
.checkout-index-index ul.opc-progress-bar span {
  color: #3c3c3b;
}
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active:before,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active:before {
  border-color: #d60a53;
  background-color: #d60a53;
}
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active > span:after,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:after,
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  border-color: #d60a53;
}
.checkout-cart-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before,
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  background-color: #d60a53;
}
.checkout-cart-index li#payment span.action,
.checkout-index-index li#payment span.action {
  color: #3c3c3b;
}
.checkout-cart-index li#payment button:not(.primary) span,
.checkout-index-index li#payment button:not(.primary) span {
  color: #3c3c3b;
}
.checkout-index-index .table-checkout-shipping-method {
  width: 100%;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row {
  display: block;
  margin: 0;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row td.col-method {
  text-align: left;
  padding-left: 15px;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row .col-price {
  width: 10%;
}
.checkout-index-index .table-checkout-shipping-method tbody tr.row [id*="label_method"] {
  width: 20%;
}
@media (max-width: 639px) {
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background-color: #ffffff;
  }
}
.box-content address {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.customer-account-create .mage-error {
  text-align: center;
  color: #ffffff;
  background-color: #DD6363;
  height: 60px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding-top: 5%;
  margin-left: 10%;
  width: 100%;
}
.customer-account-login .secondary.email {
  margin-right: 15px;
}
body.account main#maincontent .columns a {
  color: #3c3c3b;
}
body.account main#maincontent .columns .block-collapsible-nav .nav.items li.nav.item:not(.current) a {
  color: #3c3c3b;
}
body.account main#maincontent .columns .block-collapsible-nav .nav.items .item.current > strong {
  border: none;
}
.amcompany-customer-account .page-wrapper .page-main a {
  color: #3c3c3b;
}
.amcompany-customer-account .page-wrapper .page-main a:hover {
  color: #3c3c3b;
}
.amcompany-customer-account .page-wrapper .page-main a .action {
  color: #3c3c3b;
}
.amcompany-customer-account .page-wrapper .page-main a .action:hover {
  color: #3c3c3b;
}
.amcompany-customer-account .page-wrapper .page-main a .view {
  color: #3c3c3b;
}
.amcompany-customer-account .page-wrapper .page-main a .view:hover {
  color: #3c3c3b;
}
.account .order-links .item {
  list-style: none;
}
.account .actions-toolbar > .primary button.action {
  background-color: #d50952;
}
.account .actions-toolbar > .primary button.action span {
  color: #ffffff;
}
.account .actions-toolbar > .primary button.action:hover {
  background-color: #d50952;
}
.account .actions-toolbar > .primary button.action:hover span {
  color: #ffffff;
}
.account .sidebar-main .block-collapsible-nav {
  z-index: 8;
}
.account.wishlist-index-index .products-grid .product-item-info {
  width: auto !important;
  margin-bottom: 0;
  border: 1px solid transparent;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0);
  padding: 9px;
  position: relative;
  z-index: 8;
  margin: -10px;
}
.account.wishlist-index-index .products-grid .product-item-info:hover,
.account.wishlist-index-index .products-grid .product-item-info .product-item-info.active {
  background: #ffffff;
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #bbbbbb;
  padding: 9px;
  position: relative;
  z-index: 9;
  width: auto;
  margin: -10px;
}
ol#wishlist-sidebar li.product-item .product-item-info {
  border: none;
  box-shadow: none;
}
.wishlist-index-index .products-grid.wishlist .product-item-description,
.wishlist-index-index .products-grid.wishlist .product-item-tooltip {
  display: none;
}
.wishlist-index-index .products-grid.wishlist .product-item-name {
  width: 100%;
  height: 53px;
  display: inline !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
  border: none !important;
  padding-right: 10px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-image-container span.product-image-wrapper {
  padding-bottom: 115% !important;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-photo {
  max-width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-photo .product-image-container {
  max-width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item-info:hover {
  background-color: #fff;
  width: 100% !important;
  padding-right: 10px;
  border: none;
  display: block;
  flex-direction: inherit;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner {
  box-shadow: none;
  border: none;
  background-color: #fff;
  margin: auto;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner .field.comment-box .control {
  margin-top: 20px;
}
.wishlist-index-index .actions-toolbar .primary button.action {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.wishlist-index-index .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
.wishlist-index-index .products-grid .product-item-info:hover .product-item-inner {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  overflow: inherit;
}
@media (max-width: 576px) {
  .wishlist-index-index .products-grid .product-item {
    width: 48%;
  }
}
@media (max-width: 639px) {
  .wishlist-index-index .products-grid.wishlist .product-item {
    width: 48%;
    padding-right: 10px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:first-child {
    border-top: none;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-photo {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-name,
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-description,
  .wishlist-index-index .products-grid.wishlist .product-item .product-item .price-box,
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-tooltip {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .fieldset .field.qty,
  .wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: block;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-name {
    display: inline-block !important;
    z-index: 999;
  }
}
@media (max-width: 768px) {
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-info {
    box-shadow: none;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-info .price-box {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .wishlist-index-index .products-grid .product-item {
    width: 30%;
  }
}
.page-with-filter .page-products .sorter {
  position: relative;
}
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option,
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.color,
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.image {
  width: auto;
  height: 30px;
}
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.size,
.page-with-filter .swatch-attribute-options a.swatch-option-link-layered .swatch-option.text {
  width: auto;
  height: 30px;
}
@media (min-width: 421px) {
  .page-with-filter .toolbar-amount {
    margin-left: 80px;
    margin-right: 15px;
    float: left;
  }
  .page-with-filter .toolbar-sorter.sorter {
    float: right;
    position: initial;
  }
}
.block.widget.block-viewed-products-grid .block-title strong {
  color: #d60a53;
  font-weight: 700;
}
/* 3rd party modules specific */
.amblog-index-index .amblog-element-block .amblog-categories .amblog-link,
.amblog-index-post .amblog-element-block .amblog-categories .amblog-link {
  color: #3c3c3b;
  font-weight: 700;
}
.amblog-index-index .amblog-post-container .amblog-ref,
.amblog-index-post .amblog-post-container .amblog-ref,
.amblog-index-index .amblog-post-container .amblog-read,
.amblog-index-post .amblog-post-container .amblog-read {
  color: #3c3c3b;
  font-weight: 700;
}
.amblog-index-index .amblog-post-container .amblog-title,
.amblog-index-post .amblog-post-container .amblog-title,
.amblog-index-index .amblog-comments-wrapper .amblog-title,
.amblog-index-post .amblog-comments-wrapper .amblog-title {
  color: #000000;
  font-weight: 700;
}
.amblog-index-index .amblog-form-search .amblog-btn,
.amblog-index-post .amblog-form-search .amblog-btn,
.amblog-index-index .amblog-form-comment .amblog-btn,
.amblog-index-post .amblog-form-comment .amblog-btn {
  background-color: #d50952;
  color: #ffffff;
  font-weight: 700;
}
.amblog-index-index .post-slider .post-item-details .post-item-name a,
.amblog-index-post .post-slider .post-item-details .post-item-name a,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name a,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name a,
.amblog-index-index .post-slider .amblog-content .post-item-name a,
.amblog-index-post .post-slider .amblog-content .post-item-name a,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name a,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name a,
.amblog-index-index .post-slider .post-item-details .amblog-title a,
.amblog-index-post .post-slider .post-item-details .amblog-title a,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title a,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title a,
.amblog-index-index .post-slider .amblog-content .amblog-title a,
.amblog-index-post .post-slider .amblog-content .amblog-title a,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title a,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title a,
.amblog-index-index .post-slider .post-item-details .post-item-name .amblog-headline,
.amblog-index-post .post-slider .post-item-details .post-item-name .amblog-headline,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .amblog-headline,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .amblog-headline,
.amblog-index-index .post-slider .amblog-content .post-item-name .amblog-headline,
.amblog-index-post .post-slider .amblog-content .post-item-name .amblog-headline,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .amblog-headline,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .amblog-headline,
.amblog-index-index .post-slider .post-item-details .amblog-title .amblog-headline,
.amblog-index-post .post-slider .post-item-details .amblog-title .amblog-headline,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .amblog-headline,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .amblog-headline,
.amblog-index-index .post-slider .amblog-content .amblog-title .amblog-headline,
.amblog-index-post .post-slider .amblog-content .amblog-title .amblog-headline,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .amblog-headline,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .amblog-headline,
.amblog-index-index .post-slider .post-item-details .post-item-name .post-item-link,
.amblog-index-post .post-slider .post-item-details .post-item-name .post-item-link,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .post-item-link,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .post-item-link,
.amblog-index-index .post-slider .amblog-content .post-item-name .post-item-link,
.amblog-index-post .post-slider .amblog-content .post-item-name .post-item-link,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .post-item-link,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .post-item-link,
.amblog-index-index .post-slider .post-item-details .amblog-title .post-item-link,
.amblog-index-post .post-slider .post-item-details .amblog-title .post-item-link,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .post-item-link,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .post-item-link,
.amblog-index-index .post-slider .amblog-content .amblog-title .post-item-link,
.amblog-index-post .post-slider .amblog-content .amblog-title .post-item-link,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .post-item-link,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .post-item-link {
  color: #000000;
  font-weight: 700;
}
.amblog-index-index .post-slider .post-item-details .post-item-name a:hover,
.amblog-index-post .post-slider .post-item-details .post-item-name a:hover,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name a:hover,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name a:hover,
.amblog-index-index .post-slider .amblog-content .post-item-name a:hover,
.amblog-index-post .post-slider .amblog-content .post-item-name a:hover,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name a:hover,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name a:hover,
.amblog-index-index .post-slider .post-item-details .amblog-title a:hover,
.amblog-index-post .post-slider .post-item-details .amblog-title a:hover,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title a:hover,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title a:hover,
.amblog-index-index .post-slider .amblog-content .amblog-title a:hover,
.amblog-index-post .post-slider .amblog-content .amblog-title a:hover,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title a:hover,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title a:hover,
.amblog-index-index .post-slider .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-post .post-slider .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .amblog-headline:hover,
.amblog-index-index .post-slider .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-post .post-slider .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .amblog-headline:hover,
.amblog-index-index .post-slider .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-post .post-slider .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .amblog-headline:hover,
.amblog-index-index .post-slider .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-post .post-slider .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .amblog-headline:hover,
.amblog-index-index .post-slider .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-post .post-slider .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-index .amblog-post-container .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-post .amblog-post-container .post-item-details .post-item-name .post-item-link:hover,
.amblog-index-index .post-slider .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-post .post-slider .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-index .amblog-post-container .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-post .amblog-post-container .amblog-content .post-item-name .post-item-link:hover,
.amblog-index-index .post-slider .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-post .post-slider .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-index .amblog-post-container .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-post .amblog-post-container .post-item-details .amblog-title .post-item-link:hover,
.amblog-index-index .post-slider .amblog-content .amblog-title .post-item-link:hover,
.amblog-index-post .post-slider .amblog-content .amblog-title .post-item-link:hover,
.amblog-index-index .amblog-post-container .amblog-content .amblog-title .post-item-link:hover,
.amblog-index-post .amblog-post-container .amblog-content .amblog-title .post-item-link:hover {
  color: #000000;
}
.am-checkout .minicart-items-wrapper {
  list-style: none;
}
.am-checkout .minicart-items-wrapper li.product-item {
  color: #000000;
}
.am-checkout .checkout-shipping-address,
.am-checkout .checkout-shipping-method {
  color: #000000;
}
.am-checkout .checkout-shipping-address .primary button.action.action-update {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout .checkout-shipping-address .primary button.action.action-update:hover,
.am-checkout .checkout-shipping-address .primary button.action.action-update:active,
.am-checkout .checkout-shipping-address .primary button.action.action-update:visited,
.am-checkout .checkout-shipping-address .primary button.action.action-update:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout .checkout-shipping-address .primary button.action.action-cancel {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:hover,
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:active,
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:visited,
.am-checkout .checkout-shipping-address .primary button.action.action-cancel:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:hover,
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:active,
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:visited,
.am-checkout .checkout-shipping-address .action.action-edit-address.amcheckout-button:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout #checkout-step-payment .payment-group button.primary {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout #checkout-step-payment .payment-group button.primary:hover,
.am-checkout #checkout-step-payment .payment-group button.primary:active,
.am-checkout #checkout-step-payment .payment-group button.primary:visited,
.am-checkout #checkout-step-payment .payment-group button.primary:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout .payment-methods .action.primary.checkout.amasty {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout .payment-methods .action.primary.checkout.amasty:hover,
.am-checkout .payment-methods .action.primary.checkout.amasty:active,
.am-checkout .payment-methods .action.primary.checkout.amasty:visited,
.am-checkout .payment-methods .action.primary.checkout.amasty:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:hover,
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:active,
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:visited,
.am-checkout #shipping .checkout-step-shipping .amcheckout-wrapper .action.action-show-popup.amcheckout-button:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:hover,
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:active,
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:visited,
.am-checkout .billing-address-details .action.action-edit-address.amcheckout-button:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary {
  background-color: #d50952;
  color: #ffffff;
}
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:hover,
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:active,
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:visited,
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .action.login.primary:focus {
  color: #ffffff;
  background-color: #d50952;
}
.am-checkout .form-login.amcheckout-form-login .actions-toolbar .secondary a {
  color: #3c3c3b;
}
.am-checkout .amcheckout-note a,
.am-checkout .amasty-module-status a,
.am-checkout .fields-comment.message a {
  color: #3c3c3b;
}
.am-checkout .amcheckout-module-link .amcheckout-link {
  color: #3c3c3b;
}
.am-checkout .checkout-success a {
  color: #3c3c3b;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column p.step-title.amcheckout-title {
  background: #ffffff;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container div#onepage-checkout-shipping-method-additional-load .amdelivery-main-container.fieldset .field.date,
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container div#onepage-checkout-shipping-method-additional-load .amdelivery-main-container.fieldset span.amdelivery-rules.value {
  padding-left: 40px;
  padding-right: 40px;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  background-color: #ffffff;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-wrapper #shipping-new-address-form {
  padding-left: 40px;
  padding-right: 40px;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-wrapper #shipping-new-address-form .control .input-text {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-wrapper #shipping-new-address-form .label span {
  color: #00192f;
  font-weight: 700;
  font-size: 16px;
  font-family: Overpass, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text {
  background-color: #ffffff;
  border-radius: 0px;
  border: 1px solid #dddddd;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-form-login fieldset#customer-email-fieldset label span {
  color: #00192f;
  font-weight: 700;
  font-size: 16px;
  font-family: Overpass, apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-column .amcheckout-step-container .amcheckout-form-login .fieldset {
  padding-left: 40px;
  padding-right: 40px;
}
.amcheckout-main-container.-modern.-layout-3columns.am-submit-summary .amcheckout-step-container .amcheckout-title {
  background: #ffffff;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.opc-block-summary.amcheckout-summary-container .step-content.amcheckout-content,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary,
.checkout-payment-method.submit,
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
  background-color: #ffffff;
}
ul.amfinder-toggle li {
  width: 20% !important;
}
.amfinder-vertical .last {
  display: inline-block !important;
}
.amfinder-horizontal .last {
  display: inline-block !important;
}
.amfinder-horizontal .amfinder-buttons {
  text-align: left;
  margin-left: 15px;
  margin-top: 20px;
}
.amfinder-horizontal .amfinder-buttons > button.button.action.primary {
  float: left;
  text-align: left;
  margin-right: 15px;
}
.header-amasty-finder {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}
.amfinder-vertical,
.amfinder-horizontal {
  background-color: transparent;
}
.amfinder-buttons > button {
  background-color: #d50952;
  color: #ffffff;
}
.amfinder-buttons > button span {
  color: #ffffff;
}
.amfinder-buttons > button span:hover {
  color: #ffffff;
}
.amfinder-buttons > button:hover,
.amfinder-buttons > button:active,
.amfinder-buttons > button:focus {
  background-color: #3c3c3b;
  color: #ffffff;
}
.amfinder-buttons > button:hover span,
.amfinder-buttons > button:active span,
.amfinder-buttons > button:focus span {
  color: #ffffff;
}
.amfinder-buttons .button.action.primary {
  background-color: #d50952;
  color: #ffffff;
}
.amfinder-buttons .button.action.primary span {
  color: #ffffff;
}
.amfinder-buttons .button.action.primary span:hover {
  color: #ffffff;
}
.amfinder-buttons .button.action.primary:hover,
.amfinder-buttons .button.action.primary:active,
.amfinder-buttons .button.action.primary:focus {
  background-color: #d50952;
  color: #ffffff;
}
.amfinder-buttons .button.action.primary:hover span,
.amfinder-buttons .button.action.primary:active span,
.amfinder-buttons .button.action.primary:focus span {
  color: #ffffff;
}
.amfinder-index-index .products.list.items.product-items {
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap !important;
  -ms-flex-flow: row wrap !important;
  flex-flow: row wrap !important;
}
.amfinder-index-index .products.list.items.product-items .item.product.product-item {
  display: flex;
  margin-bottom: 15px;
}
.amfinder-index-index div[class*="swatch-opt"] {
  padding-bottom: 30px;
  width: auto;
}
.amfinder-index-index .products-grid .product-item-info:hover {
  border-top: 1px transparent solid;
  margin: inherit !important;
  margin-bottom: 30px !important;
}
.amfinder-index-index .products-grid .product-item-info:hover .product-item-inner {
  bottom: 20px;
}
.amfinder-index-index .products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  left: auto;
  right: auto;
  margin: 10px 0 0 0 !important;
  padding: 0px;
  height: auto !important;
  width: auto !important;
  clip: auto !important;
  position: relative !important;
  display: flex;
  bottom: 20px;
}
.amfinder-index-index .message.notice a {
  color: #3c3c3b;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container {
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-wrapper .amlocator-select {
  border: 1px solid transparent;
  background-color: #000000;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button {
  border: 1px solid transparent;
  background-color: #d50952;
  color: #ffffff;
  margin-bottom: 45px;
}
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:hover,
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:active,
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:focus,
.amlocator-index-index .amlocator-main-container .amlocator-search-container .amlocator-button:focus-within {
  border: 1px solid transparent;
  background-color: #d50952;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container {
  border: 1px solid transparent;
  background-color: #ffffff;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter {
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter span {
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter .amlocator-arrow:after,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-title.amlocator-attribute-filter .amlocator-arrow:before {
  background-color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-clear {
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button {
  border: 1px solid transparent;
  background-color: #d50952;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:hover,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:active,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:focus,
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-content .amlocator-actions .amlocator-button:focus-within {
  border: 1px solid transparent;
  background-color: #d50952;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-filters-container .amlocator-select {
  border: 1px solid transparent;
  background-color: #000000;
  color: #ffffff;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper {
  border: 1px solid transparent;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc {
  background-color: #ffffff;
  color: #3c3c3b;
  border-bottom: 1px solid transparent;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc:last-of-type {
  border-bottom: none;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information {
  color: #3c3c3b;
}
.amlocator-index-index .amlocator-main-container .amlocator-block.-storelist.amlocator-store-list .amlocator-wrapper .amlocator-stores-wrapper .amlocator-store-desc .amlocator-store-information .amlocator-title .amlocator-link {
  color: #000000;
  font-weight: 700;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary {
  background-color: #d50952;
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary span {
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary span:hover {
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:hover,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:active,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:focus {
  background-color: #d50952;
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:hover span,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:active span,
.amasty-perm-customer-dealer .actions-toolbar .primary .action.save.primary:focus span {
  color: #ffffff;
}
.amasty-perm-customer-dealer .actions-toolbar .secondary a.action.back {
  color: #3c3c3b;
}
.am-attachments .am-fileline a,
.am-attachments .am-fileline .am-filelink {
  color: #3c3c3b;
}
.catalog-category-view .products-grid .amquote-action-wrap .product-item-inner {
  position: relative !important;
}
.catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .actions-primary .amquote-addto-button {
  height: 33px;
}
.catalog-product-view button#product-addtoquote.amquote-addto-button {
  height: 49.6px;
}
.mpbrand-index-view button#product-addtoquote.amquote-addto-button {
  height: 49.6px;
}
.amquote-addto-button.-guest {
  white-space: nowrap !important;
}
@media (max-width: 992px) {
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner {
    position: relative !important;
    display: block !important;
  }
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .amquote-addto-button.-small,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .amquote-addto-button.-small {
    white-space: nowrap !important;
  }
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .product-item-info .product-item-details .actions-secondary,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .product-item-info .product-item-details .actions-secondary {
    margin-top: 0px;
  }
}
@media (max-width: 1250px) {
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary button,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary button {
    width: 100%;
  }
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary .amquote-addto-button,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner .product-item-actions .actions-primary .amquote-addto-button {
    display: block;
  }
}
@media (min-width: 993px) and (max-width: 1350px) {
  .catalog-category-view .products-grid .amquote-action-wrap .product-item-inner,
  .mpbrand-index-view .products-grid .amquote-action-wrap .product-item-inner {
    display: block !important;
  }
}
@media (min-width: 1351px) {
  .cms-index-index .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner,
  .catalog-category-view .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner,
  .catalog-product-view .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner {
    margin: -1px 3px -1px -1px;
  }
  .mpbrand-index-view .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover:not(.active) .product-item-inner {
    margin: -1px -1px -1px;
  }
}
.mpbrand-index-view .products-grid .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover {
  padding: 0;
  margin: 0;
}
.mpbrand-index-view .products-grid .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap:hover .product-item-inner {
  padding: 0;
}
.mpbrand-index-view .products-grid .items.product-items .item.product.product-item .product-item-info.amquote-action-wrap .product-item-inner {
  position: relative !important;
  height: auto;
  width: auto;
}
.amshopby-filter-tooltip {
  max-width: 45px !important;
}
.am_shopby_link_selected {
  font-weight: 400;
}
div#amasty-shopby-product-list .products.wrapper.grid .product-items .product-item {
  display: flex;
}
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button {
  background-color: #d50952;
  color: #ffffff;
}
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:hover,
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:active,
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:visited,
.sidebar.amasty-shopby .block.filter .am_shopby_apply_filters .am-show-button .am-button:focus {
  color: #ffffff;
  background-color: #d50952;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a {
  color: #3c3c3b;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go {
  background-color: #d50952;
  color: #ffffff;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:hover,
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:active,
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:visited,
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] .amshopby_currency_rate .am-filter-go:focus {
  color: #ffffff;
  background-color: #d50952;
}
.sidebar.amasty-shopby .block.filter .am-shopby-form a.am-swatch-link {
  color: #3c3c3b;
}
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close {
  background-color: #d50952;
  color: #ffffff;
}
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:hover,
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:active,
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:visited,
.sidebar.amasty-shopby .amshopby-category-dropdown .am-category-remove.action-close:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.sidebar.amasty-shopby .amslider .children-category-container a {
  color: #3c3c3b;
}
.sidebar.amasty-shopby .amshopby-items .amshopby-item a {
  color: #3c3c3b;
}
.sidebar.amasty-shopby .am-show-more,
.sidebar.amasty-shopby a[class*="am-filter-item"] {
  color: #3c3c3b;
}
.sidebar.amasty-shopby {
  padding-right: 0;
  margin-bottom: 20px;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a {
  font-weight: 400;
  color: #353535;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a:hover {
  color: #0072ce;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a:hover span {
  color: #0072ce;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a.amshopby-link-selected {
  color: #0072ce;
}
.sidebar.amasty-shopby .block.filter [class*="am-filter-items"] a.amshopby-link-selected span {
  color: #0072ce;
}
.sidebar.amasty-shopby .am-show-more {
  padding-left: 0;
}
.catalog-category-view .subcategory-heading.category-name {
  margin: 0 auto;
  padding: 0px;
  background-color: #ffffff;
  padding-top: 0px;
  font-size: 32px;
  margin-bottom: 20px;
}
.catalog-category-view .subcategory-heading.category-name span {
  color: #d60a53;
}
.apptrian-subcategories-grid.row,
.apptrian-subcategories-grid {
  display: flex;
  box-sizing: inherit;
}
.apptrian-subcategories-grid.row li,
.apptrian-subcategories-grid li {
  width: 23% !important;
}
.apptrian-subcategories-grid.row li.apptrian-subcategories-category-wrapper,
.apptrian-subcategories-grid li.apptrian-subcategories-category-wrapper {
  margin-bottom: 40px !important;
  margin-right: 10px !important;
  margin-top: 20px !important;
  margin-left: 10px !important;
  min-height: 250px;
  box-shadow: 0px 1px 1px 1px #eee8e8;
  border: solid 1px rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.025);
  background-color: #ffffff;
}
.cms-home .apptrian-subcategories-grid,
.catalog-category-view .apptrian-subcategories-grid,
.catalog-product-view .apptrian-subcategories-grid,
.catalogsearch-result-index .apptrian-subcategories-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper,
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper {
  padding-right: 0;
}
.cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category,
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper .apptrian-subcategories-category {
  margin-left: 16px;
}
.cms-home .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
.catalog-category-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
.catalog-product-view .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n),
.catalogsearch-result-index .apptrian-subcategories-grid .apptrian-subcategories-category-wrapper:nth-child(4n) {
  padding-right: 0 !important;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button {
  background-color: #d50952;
  color: #ffffff;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button span {
  color: #ffffff;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button span:hover {
  color: #ffffff;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:hover,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:active,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:focus {
  background-color: #3c3c3b;
  color: #ffffff;
}
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:hover span,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:active span,
.bss-fastorder-row-edit-delete .bss-fastorder-row-delete > button:focus span {
  color: #ffffff;
}
.bss-box-button button.main-color,
.bss-fastorder-autocomplete button.main-color {
  background-color: #d50952;
  color: #ffffff;
}
.bss-box-button button.main-color span,
.bss-fastorder-autocomplete button.main-color span {
  color: #ffffff;
}
.bss-box-button button.main-color span:hover,
.bss-fastorder-autocomplete button.main-color span:hover {
  color: #ffffff;
}
.bss-box-button button.main-color:hover,
.bss-fastorder-autocomplete button.main-color:hover,
.bss-box-button button.main-color:active,
.bss-fastorder-autocomplete button.main-color:active,
.bss-box-button button.main-color:focus,
.bss-fastorder-autocomplete button.main-color:focus {
  background-color: #d50952 !important;
  color: #ffffff;
}
.bss-box-button button.main-color:hover span,
.bss-fastorder-autocomplete button.main-color:hover span,
.bss-box-button button.main-color:active span,
.bss-fastorder-autocomplete button.main-color:active span,
.bss-box-button button.main-color:focus span,
.bss-fastorder-autocomplete button.main-color:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload {
  background-color: #d50952;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload span:hover {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:hover,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:active,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:focus {
  background-color: #d50952;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:hover span,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:active span,
#bss-fastorder-form .bss-fastorde-bottom .bss-file-upload:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart {
  background-color: #d50952;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart span:hover {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart:hover,
#bss-fastorder-form .bss-fastorde-bottom .tocart:active,
#bss-fastorder-form .bss-fastorde-bottom .tocart:focus {
  background-color: #d50952;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .tocart:hover span,
#bss-fastorder-form .bss-fastorde-bottom .tocart:active span,
#bss-fastorder-form .bss-fastorde-bottom .tocart:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add {
  background-color: #d50952;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add span {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add span:hover {
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:hover,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:active,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:focus {
  background-color: #3c3c3b;
  color: #ffffff;
}
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:hover span,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:active span,
#bss-fastorder-form .bss-fastorde-bottom .bss-action-add:focus span {
  color: #ffffff;
}
#bss-fastorder-form .bss-search-bar .bss-search-input2 {
  z-index: 0;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option {
  background-color: #d50952;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option span {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option span:hover {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:hover,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:active,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:focus {
  background-color: #3c3c3b;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:hover span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:active span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-cancel-option:focus span {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option {
  background-color: #d50952;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option span {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option span:hover {
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:hover,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:active,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:focus {
  background-color: #d50952;
  color: #ffffff;
}
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:hover span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:active span,
#bss-content-option-product #bss-fastorder-form-option .bss-box-button #bss-select-option:focus span {
  color: #ffffff;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0.parent {
  z-index: 9;
}
.page-wrapper .sections.nav-sections .nav-sections-items .navigation .level0 {
  z-index: 9;
}
.page-wrapper .sections.nav-sections .nav-sections-items [class*="level"] .submenu .category-item {
  z-index: 9;
}
.page-wrapper .sections.nav-sections .nav-sections-items [class*="level"] .submenu .ui-menu-item {
  z-index: 9;
}
.bss-fastorde-bottom button.primary,
.bss-fastorde-bottom button.main-color {
  background-color: #d50952;
  color: #ffffff;
}
.bss-fastorde-bottom button.primary span,
.bss-fastorde-bottom button.main-color span {
  color: #ffffff;
}
.bss-fastorde-bottom button.primary span:hover,
.bss-fastorde-bottom button.main-color span:hover {
  color: #ffffff;
}
.bss-fastorde-bottom button.primary:hover,
.bss-fastorde-bottom button.main-color:hover,
.bss-fastorde-bottom button.primary:active,
.bss-fastorde-bottom button.main-color:active,
.bss-fastorde-bottom button.primary:focus,
.bss-fastorde-bottom button.main-color:focus {
  background-color: #d50952 !important;
  color: #ffffff;
}
.bss-fastorde-bottom button.primary:hover span,
.bss-fastorde-bottom button.main-color:hover span,
.bss-fastorde-bottom button.primary:active span,
.bss-fastorde-bottom button.main-color:active span,
.bss-fastorde-bottom button.primary:focus span,
.bss-fastorde-bottom button.main-color:focus span {
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color {
  background-color: #d50952;
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color span {
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more span:hover,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color span:hover {
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more:hover,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:hover,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:active,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:active,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:focus,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:focus {
  background-color: #d50952 !important;
  color: #ffffff;
}
.bss-fastorde-bottom .all-add-button .action.btn-add-more:hover span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:hover span,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:active span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:active span,
.bss-fastorde-bottom .all-add-button .action.btn-add-more:focus span,
.bss-fastorde-bottom .all-add-button .action.primary.tocart.main-color:focus span {
  color: #ffffff;
}
.cwiw .owl-theme .owl-controls {
  position: absolute;
  top: calc(50% - 26px);
  width: 100%;
}
.cwiw .owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
  color: transparent;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -28px;
  position: absolute;
  z-index: 9;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Free";
  color: #6f7378;
  font-size: 36px;
  font-weight: 900;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-next {
  right: -28px;
  position: absolute;
  z-index: 9;
  height: 52px;
  width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.cwiw .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  color: #6f7378;
  font-size: 36px;
  font-weight: 900;
  order: 2;
}
@media (max-width: 1440px) {
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -14px;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    float: left;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -14px;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-next:before {
    float: right;
  }
}
@media (max-width: 768px) {
  .cwiw {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .cwiw .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    color: transparent;
  }
  .cwiw .owl-theme .owl-controls .owl-buttons .owl-next {
    width: 12%;
  }
}
.mp-banner-slider #banner-slider-carousel .owl-carousel .owl-stage-outer.owl-height {
  height: auto !important;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn {
  background-color: #d50952;
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn span {
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn span:hover {
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:hover,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:active,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:focus {
  background-color: #d50952;
  color: #ffffff;
}
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:hover span,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:active span,
.block.block-brand-search .mp-searchbox #mp-brand-search-button.btn.btn-primary.btn-lg.search-btn:focus span {
  color: #ffffff;
}
.mp-option-item {
  color: #3c3c3b;
}
.brand-name-type-label-only .product.name.product-item-name .product-item-link {
  color: #3c3c3b;
}
.ui-menu-item.mpbrand-top-link .level-top span {
  color: #3c3c3b;
}
.block-brand-list .nav.brand-options .mp-option-item {
  color: #3c3c3b;
}
.block-brand-list .nav.brand-options .control .mp-option-item {
  color: #3c3c3b;
}
.product-brand-name a {
  color: #3c3c3b;
}
.block-brand-list .nav.brand-options .mp-first-opt .mp-option-item {
  color: #3c3c3b;
}
.block-brand-list .nav.brand-options li .mp-option-item {
  color: #3c3c3b;
}
.block-category-brand .block-content #category-brand-menu a span {
  color: #3c3c3b;
}
#block-brand-thumbnail-container #brand-thumbnail-bottom a.action {
  color: #3c3c3b;
}
.submenu .ui-menu-item.mpbrand-dropdown-menu .ui-menu-item #ui-all-brand {
  color: #3c3c3b;
}
.submenu .ui-menu-item.mpbrand-dropdown-menu .ui-menu-item > a > span {
  color: #3c3c3b;
}
#mwReviewPopup .save.primary {
  background-color: #d50952;
  color: #ffffff;
}
#mwReviewPopup .save.primary:hover,
#mwReviewPopup .save.primary:active,
#mwReviewPopup .save.primary:focus {
  background-color: #d50952;
  color: #ffffff;
}
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item {
  color: #ffffff;
  background-color: #d50952;
}
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item:hover,
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item:active,
.admin__action-multiselect-wrap.action-select-wrap .admin__action-multiselect-crumb .action-close.dependency-tree-remove-item:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default {
  background-color: #d50952;
  color: #ffffff;
}
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default:hover,
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default:active,
.admin__action-multiselect-wrap.action-select-wrap .action-menu .admin__action-multiselect-actions-wrap .action-default:focus {
  background-color: #d50952;
  color: #ffffff;
}
.actions .action.primary.tocart#product-addtocart-button {
  background-color: #d50952;
  color: #ffffff;
}
.actions .action.primary.tocart#product-addtocart-button:hover,
.actions .action.primary.tocart#product-addtocart-button:active,
.actions .action.primary.tocart#product-addtocart-button:focus {
  background-color: #d50952;
  color: #ffffff;
}
.entry-edit-head-mageworx .entry-edit-head-link a {
  color: #3c3c3b;
}
#mageworx-installed-extenstions .mw-ext-container a {
  color: #3c3c3b;
}
.mageworx-shareable-link-container .mageworx-shareable-link-text a {
  color: #3c3c3b;
}
.blog-category-index .blog__post-list-wrapper h2.blog__post-title a {
  font-weight: 700;
  color: #d60a53;
}
.column.main .webforms .actions-toolbar .primary.action {
  background-color: #d50952;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar .primary.action:hover,
.column.main .webforms .actions-toolbar .primary.action:active,
.column.main .webforms .actions-toolbar .primary.action:visited,
.column.main .webforms .actions-toolbar .primary.action:focus {
  color: #ffffff;
  background-color: #d50952;
}
.column.main .webforms .actions-toolbar .secondary .button {
  background-color: #d50952;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar .secondary .button:hover,
.column.main .webforms .actions-toolbar .secondary .button:active,
.column.main .webforms .actions-toolbar .secondary .button:visited,
.column.main .webforms .actions-toolbar .secondary .button:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary {
  background-color: #d50952;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary:hover,
.column.main .webforms .actions-toolbar #webforms-show-form.primary:active,
.column.main .webforms .actions-toolbar #webforms-show-form.primary:visited,
.column.main .webforms .actions-toolbar #webforms-show-form.primary:focus {
  color: #ffffff;
  background-color: #d50952;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary {
  background-color: #d50952;
  color: #ffffff;
}
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:hover,
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:active,
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:visited,
.column.main .webforms .actions-toolbar #webforms-show-form.primary #webforms-hide-form.primary:focus {
  color: #ffffff;
  background-color: #d50952;
}
.column.main .webforms .block-webforms-form .primary .primary.action {
  background-color: #d50952;
  color: #ffffff;
}
.column.main .webforms .block-webforms-form .primary .primary.action:hover,
.column.main .webforms .block-webforms-form .primary .primary.action:active,
.column.main .webforms .block-webforms-form .primary .primary.action:visited,
.column.main .webforms .block-webforms-form .primary .primary.action:focus {
  color: #ffffff;
  background-color: #d50952;
}
.column.main .webforms .webforms-results-field .webforms-results-value a {
  color: #3c3c3b;
}
.column.main .webforms .block-webforms-navigation a {
  color: #3c3c3b;
}
.column.main .webforms .webforms-customer-account-result-view .secondary a {
  color: #3c3c3b;
}
#gdpr-custom-form .actions-toolbar .primary.action {
  background-color: #d50952;
  color: #ffffff;
}
#gdpr-custom-form .actions-toolbar .primary.action:hover,
#gdpr-custom-form .actions-toolbar .primary.action:active,
#gdpr-custom-form .actions-toolbar .primary.action:visited,
#gdpr-custom-form .actions-toolbar .primary.action:focus {
  color: #ffffff;
  background-color: #d50952;
}
#gdpr-custom-form .actions-toolbar .secondary .action {
  background-color: #d50952;
  color: #ffffff;
}
#gdpr-custom-form .actions-toolbar .secondary .action:hover,
#gdpr-custom-form .actions-toolbar .secondary .action:active,
#gdpr-custom-form .actions-toolbar .secondary .action:visited,
#gdpr-custom-form .actions-toolbar .secondary .action:focus {
  color: #ffffff;
  background-color: #3c3c3b;
}
.page-products .products-grid .cards.cards-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.page-products .products-grid .cards.cards-products .card-column {
  padding-bottom: 30px;
}
.page-products .products-grid .cards.cards-products .card-column .card {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: 100%;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-top {
  width: auto;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-top a {
  padding-bottom: 0;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-top a img {
  position: relative;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-middle {
  height: 100%;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom {
  display: flex;
  flex-direction: column;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom div[class*=swatch-opt] {
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom div[class*=swatch-opt] .swatch-attribute.color {
  height: 30px;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom div[class*=swatch-opt] .swatch-attribute.color .swatch-attribute-options {
  height: 30px;
}
.page-products .products-grid .cards.cards-products .card-column .card .card-bottom .product-item-inner {
  background-color: transparent;
  bottom: inherit;
  position: relative !important;
}
.postnl-delivery-options .btn-group {
  background: #fff;
}
.postnl-delivery-options button.btn.btn-default.button-active {
  background: #e5e5e5;
  color: #333;
}
.postnl-delivery-options button.btn.btn-default:nth-child(1),
.postnl-delivery-options button.btn.btn-default:nth-child(2) {
  background: #fff;
}
.postnl-delivery-options button.btn.btn-default span.label,
.postnl-delivery-options button.btn.btn-default div.data {
  color: #333 !important;
}
.postnl-delivery-options button.btn.btn-default.button-active:nth-child(1),
.postnl-delivery-options button.btn.btn-default.button-active:nth-child(2) {
  background: #e5e5e5;
}
.postnl-delivery-options button.btn.btn-default:hover {
  background: #ccc;
}
.postnl-delivery-options .locations ul {
  margin-bottom: 0;
}
.postnl-delivery-options .btn-group {
  border: 1px solid #ccc;
  border-bottom: 0;
}
.postnl-delivery-options .delivery .days {
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
}
.postnl-delivery-options .delivery .days .wrapper,
.postnl-delivery-options .delivery .days .wrapper:nth-child(even),
.postnl-delivery-options .pickup ul li,
.postnl-delivery-options .pickup ul li.selected-row {
  background: #f3f3f3;
}
.postnl-delivery-options .delivery .days .wrapper strong,
.postnl-delivery-options .pickup .tig-postnl-pickup-row strong {
  background: #e5e5e5;
  border-bottom: 1px solid #ccc;
  border-top: 0px solid #d4d9e3;
}
.postnl-delivery-options .delivery .extra-service-container .extra-service-header {
  background: #1979c3;
}
.postnl-delivery-options .delivery ul li label:hover,
.postnl-delivery-options .pickup ul li label:hover,
.postnl-delivery-options .delivery ol li label:hover,
.postnl-delivery-options .pickup ol li label:hover {
  background: #eee;
}
#label_method_bestway_tablerate:before {
  float: left;
  width: 50px;
  height: 37px;
  content: ' ';
  background-image: url(../../../../../frontend/Vicus/global/en_US/TIG_PostNL/images/dpd-logo.png) !important;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: auto 33px;
  margin-top: -10px;
}
