/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 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);
  }
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
#custom-mini-cart-slide .minicart-wrapper {
  margin-left: 13px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart {
  width: 450px !important;
  max-width: 100%;
  padding: 0px;
  position: fixed;
  right: -100%;
  top: 0;
  margin-top: 0;
  min-width: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title {
  background: #000000;
  color: #ffffff;
  padding: 20px;
  display: block !important;
  margin-bottom: 0;
  position: relative;
  height: auto;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close {
  position: relative;
  float: right;
  position: absolute;
  right: 38px;
  top: 33%;
  border: 1px solid #ccc;
  width: 25px;
  height: 25px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .action.close:before {
  color: #ffffff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title #cart-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-title .items-total {
  display: inline-block;
  float: none;
  font-size: 16px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items .product-image-container {
  display: inline-block;
  width: 100% !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items .product-image-wrapper .product-image-photo {
  position: relative;
  width: 100% !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  padding: 1rem 2.6rem 1rem;
  display: flex;
  flex-direction: column;
  height: calc(90%);
}
@media only screen and (max-width: 767px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
    padding: 1rem 1.6rem 1rem;
  }
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
  padding-right: 0px;
  padding-bottom: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals {
    padding-right: 0px;
  }
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper {
  padding-bottom: 10px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper .paypal-logo {
  margin: 15px 0 !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper .paypal-logo button {
  border-radius: 30px !important;
  width: 100%;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .fixed-totals .btn-wrapper .paypal-logo button img {
  display: inline !important;
  max-width: 100px;
  vertical-align: middle;
  margin: 0 5px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount {
  width: 100%;
  padding-right: 0px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset.coupon {
  margin-top: 0px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset.coupon .control {
  margin-right: 20px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset .actions-toolbar .primary .action {
  margin: 0px;
  background: #cfd800;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .cart-discount .fieldset:last-child {
  margin-bottom: 10px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .items-total {
  float: none;
  display: block;
  margin: 15px 0;
  font-weight: 700;
  font-size: 14px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  margin: 0px;
  display: block;
  border: none;
  padding-top: 5px;
  padding-bottom: 0;
  flex: 1;
  overflow: auto;
  padding-left: 0;
  max-height: 100% !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details {
  position: relative;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .item-qty {
  border-radius: 8px;
  width: 75px;
  border: 1px solid #cfd800;
  text-align: center;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item-details .product-item-name a {
  font-size: 18px !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item {
  padding-bottom: 0px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #efefef;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  max-width: 100px;
  min-width: 100px;
  position: relative;
  border: 1px solid #efefef;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
  border: none;
}
@media only screen and (max-width: 767px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo .product-image-wrapper .product-image-photo {
    width: 90px !important;
    height: 90px !important;
  }
}
@media only screen and (max-width: 767px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product-item-details {
    padding-left: 84px;
  }
}
@media only screen and (max-width: 767px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals .totals-title {
  margin-top: 5px;
  text-align: left;
  border-top: solid 1px #efefef;
  padding: 10px 0 10px 0;
  font-weight: 700;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table {
  border-top: 1px solid #efefef;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:first-child > th,
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:first-child > td {
  padding-top: 12px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:last-child > th,
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr:last-child > td {
  font-weight: 700;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr > th,
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content #totals table tbody > tr > td {
  padding: 0px 10px 6px 10px;
  font-weight: normal;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions {
  top: 20px;
  margin-top: 5px;
  margin-bottom: 10px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .grand-totals {
  width: 100%;
  text-align: right;
  padding-right: 5px;
  font-size: 16px;
  padding-left: 5px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
  display: block;
  background-color: #cfd800;
  font-size: 18px;
  padding: 10px 5px;
  border: solid 2px #cfd800;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
  width: 100%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .actions > .primary.btn .action.primary {
    font-size: 1.4rem;
  }
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .secondary {
  text-align: center;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .secondary .action.viewcart {
  color: #000000;
  font-size: 1.8rem;
}
@media only screen and (max-width: 576px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .secondary .action.viewcart {
    font-size: 1.4rem;
  }
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.actions {
  margin: 0px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  #custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.actions > .primary:not(:last-child) {
    margin-right: 0px;
  }
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item-details .product.options {
  margin-bottom: 0;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items .product-item {
  margin-bottom: 10px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content > .secondary {
  text-align: center;
  margin-top: 8px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart:before {
  border: 0px;
  z-index: -1;
}
#custom-mini-cart-slide .minicart-wrapper.active .block-minicart {
  right: 0%;
}
@media only screen and (max-width: 767px) {
  .modal-inner-wrap {
    width: 80% !important;
    max-width: 100% !important;
  }
  .mini-cart-slide-overflow {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Gdpr
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-gdpr-delete-account {
  margin-top: 50px;
}
.mp-gdpr-delete-account .legend span {
  color: #db3b21;
  font-weight: 500;
}
.mp-gdpr-delete-account .actions-toolbar {
  margin-top: 25px;
}
.mp-gdpr-delete-account .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mp-gdpr-delete-account .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Productslider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-product-slider-content .owl-nav {
  font-size: 80px;
}
.mp-product-slider-content .product-items .product-slider .slider-product-item-details .slider-product-item-actions {
  margin: 15px 0 10px;
}
.mp-product-slider-content .owl-nav button span {
  color: #D6D6D6;
}
.mp-product-slider-content .owl-nav button span:hover {
  color: #869791;
}
.mp-product-slider-content .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.mp-product-slider-content .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 999;
  text-shadow: none;
  background: none;
  border: none;
}
.owl-item li.product-slider {
  width: 100% !important;
}
.mp-product-slider-title {
  font-size: 3.8rem;
  position: relative;
  z-index: 1;
  margin: 0 0 5px;
  text-align: center;
  display: block;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.mp-product-slider-block {
  margin: 0 !important;
}
.mp-ps-info {
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.slider-product-item-info {
  width: 80% !important;
}
.slider-product-item-actions {
  margin: 0px;
}
.product.details.slider-product-item-details {
  margin-left: 10px;
}
.mp-ps-info {
  color: #bbbbbb;
  margin: -15px 0px 10px 0px;
}
.mp-product-slider-block .owl-carousel .owl-nav button.owl-prev,
.mp-product-slider-block .owl-carousel .owl-nav button.owl-next {
  font-size: 20px;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.filter-options .filter-options-item {
  border-bottom: 0;
}
.filter-options .filter-options-item .filter-options-title {
  text-transform: none;
}
.filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
.filter-options .page-layout-2columns-left .aw-layered-nav-popover {
  background: #cfd800;
  border: 0 !important;
}
.filter-options .page-layout-2columns-left .aw-layered-nav-popover:after {
  border-right-color: #cfd800;
}
.filter-options .page-layout-2columns-left .aw-layered-nav-popover:before {
  display: none;
}
.filter-options .page-layout-2columns-left .aw-layered-nav-popover button {
  padding: 10px 20px !important;
  font-size: 20px !important;
}
.filter-options .page-layout-2columns-left .aw-layered-nav-popover button:hover {
  background: #fff;
  color: #cfd800;
}
.filter-options .button-list button {
  width: 100% !important;
}
.product-item-name {
  font-size: 22px !important;
  min-height: 60px;
}
.product-item-name a {
  color: #000 !important;
  font-size: 22px !important;
}
.filter-options .filter-options-item {
  border-bottom: 0;
}
.filter-options .filter-options-item .filter-options-title {
  text-transform: none;
}
.filter-options .filter-options-item .filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
.filter-options .button-list button {
  width: 100% !important;
}
.product-item-name a {
  color: #000 !important;
}
.page-layout-2columns-left .aw-layered-nav-popover {
  background: #cfd800 !important;
  border: 0 !important;
}
.page-layout-2columns-left .aw-layered-nav-popover:after {
  border-right-color: #cfd800;
}
.page-layout-2columns-left .aw-layered-nav-popover:before {
  display: none;
}
.page-layout-2columns-left .aw-layered-nav-popover button {
  padding: 10px 20px !important;
  font-size: 20px !important;
}
.page-layout-2columns-left .aw-layered-nav-popover button:hover {
  background: #fff !important;
  color: #cfd800 !important;
}
.product-item-name {
  font-size: 22px !important;
  min-height: 60px;
}
.product-item-name a {
  color: #000 !important;
  font-size: 22px !important;
}
.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;
}
img {
  height: auto;
}
.related-blogs {
  font-size: 20px;
  margin-top: 60px;
}
.related-blogs .block-title {
  text-align: center;
  margin-bottom: 70px;
}
.related-blogs .block-title strong {
  font-size: 40px;
  padding: 20px 40px;
  border-bottom: 1px solid #cfd800;
  font-weight: 400;
}
.related-blogs .blog-item {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.13);
}
.related-blogs .blog-item .read-more {
  color: #696e00;
  font-weight: 500;
  text-decoration: none;
  margin: 20px 0;
  display: block;
}
.related-blogs .blog-item > div {
  padding: 20px;
}
.related-blogs .blog-item a {
  color: #333;
  text-decoration: none;
}
.related-blogs .blog-item .blog-info {
  margin-bottom: 20px;
  font-weight: 100;
  color: #272722;
  opacity: 50%;
  font-size: 15px;
  font-weight: 500;
}
.related-blogs .blog-item span.label {
  font-weight: 600;
}
.related-blogs .blog-item h2 {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}
.related-blogs .post-author {
  float: left;
}
.related-blogs .post-author a {
  text-decoration: none;
  color: #6c7106;
}
.related-blogs .owl-dots .owl-dot.active span {
  background: #ff6b00;
}
.related-blogs .owl-dots .owl-dot:hover span {
  background: #ff6b00;
}
.related-blogs .owl-nav {
  font-size: 46px;
}
.related-blogs .owl-nav [class*='owl-']:hover {
  background: none;
  color: #ff6b00;
  text-decoration: none;
}
.related-blogs .owl-nav .owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0;
  left: 0;
}
.related-blogs .owl-nav .owl-prev i {
  transform: scale(2, 5);
  color: #ccc;
}
.related-blogs .owl-nav .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0;
  right: 0;
}
.related-blogs .owl-nav .owl-next i {
  transform: scale(2, 5);
  color: #ccc;
}
.related-blogs .owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.related-blogs .owl-carousel .owl-item {
  padding: 20px 0;
  display: flex;
}
.blog-post-view .post-view {
  font-size: 20px;
  line-height: 34px;
}
.blog-post-view .post-view .post-bottom {
  margin-top: 100px;
}
.blog-post-view .post-view .post-holder {
  padding: 30px 0 20px 0;
}
.blog-post-view .post-view .post-holder .post-categories .label {
  font-weight: 600;
}
.blog-post-view .post-view .post-holder .post-categories a {
  text-decoration: none;
  color: #333;
}
.blog-post-view .post-view .post-content {
  padding-bottom: 30px;
}
.blog-post-view .post-view .post-content .post-description .post-ftimg-hld {
  margin: 0 0 10px 0;
  float: left;
  width: 40%;
  padding-right: 20px;
}
.blog-post-view .post-info {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfd800;
  font-weight: 100;
  color: #272722;
  opacity: 50%;
}
.blog-post-view .post-author {
  float: left;
}
.blog-post-view .post-author a {
  text-decoration: none;
  color: #6c7106;
}
.blog-post-view .post-holder {
  border: none;
}
.blog-post-view .post-holder .post-header .post-info .item {
  display: block;
}
.blog-post-view .post-holder .post-header .post-info .item a {
  text-decoration: none;
  color: #333;
}
.blog-post-view .post-holder .post-header .post-info .item::after {
  content: none;
}
@media only screen and (max-width: 639px) {
  .blog-post-view .post-view .post-content .post-description .post-ftimg-hld {
    width: 100%;
    padding: 0;
  }
}
/* Lukasz Koczocik - 14.07.2020 */
/* 60 40 */
.split-60-40 .page-split-row > div:first-child {
  width: 60%;
  padding-right: 100px;
}
.split-60-40 .page-split-row > div:nth-child(2) {
  width: 40%;
}
@media (max-width: 1050px) {
  .split-60-40 .page-split-row > div:first-child {
    margin-bottom: 40px;
  }
  .split-60-40 .page-split-row > div:first-child,
  .split-60-40 .page-split-row > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
/* 40 60 */
.split-40-60 .page-split-row > div:first-child {
  width: 40%;
}
.split-40-60 .page-split-row > div:nth-child(2) {
  width: 60%;
  padding-left: 100px;
}
@media (max-width: 1050px) {
  .split-40-60 .page-split-row > div:first-child,
  .split-40-60 .page-split-row > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .split-40-60 .page-split-row > div:first-child {
    margin-bottom: 40px;
  }
}
/* 50 50 */
.split-50-50 .page-split-row > div {
  width: 50%;
}
.split-50-50 .page-split-row > div:first-child {
  width: 50%;
  padding-right: 50px;
}
.split-50-50 .page-split-row > div:nth-child(2) {
  width: 50%;
  padding-left: 50px;
}
@media (max-width: 1050px) {
  .split-50-50 .page-split-row > div:first-child,
  .split-50-50 .page-split-row > div:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .split-50-50 .page-split-row > div:first-child {
    margin-bottom: 40px;
  }
}
/* Tab Nav */
.tabs-section {
  padding-bottom: 15px;
}
.tab-nav {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-left: -15px;
}
.tab-nav li {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 25px;
}
.tab-nav a {
  text-decoration: none;
  color: #5a5a5a;
  display: block;
  padding: 15px;
  text-align: center;
  background: #fff;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  transition: 0.3s ease-in-out;
}
.tab-nav a:hover {
  background: #cfd801;
  color: #000;
}
/* FAQ */
.faq-search-container {
  text-align: center;
  margin-bottom: 50px;
}
.faq-search {
  border: 1px solid #e6e6e6;
  display: inline-block;
}
.faq-search input {
  border: 0;
  height: 60px;
  padding: 0 30px;
  font-size: 26px;
  font-weight: 300;
}
.faq-search input:focus {
  outline: 0;
  box-shadow: none;
}
.faq-search i {
  font-size: 20px;
  vertical-align: top;
  line-height: 60px;
  margin-right: 30px;
  color: #cfd801;
}
.single-faq-content {
  display: none;
}
.single-faq a {
  display: block;
  padding: 25px 30px;
  background: #cfd801;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
  text-decoration: none;
}
.single-faq p {
  padding: 30px 30px 40px 30px;
  line-height: 150%;
  font-size: 20px;
  font-weight: 300;
}
.single-faq i {
  float: right;
  color: #fff;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox input:checked ~ .checkmark {
  background-color: #cfd801;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* Content split */
.page-split-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-split-col form {
  margin-top: 40px;
}
.page-split-col form input {
  color: #1d1d1d;
  width: 100%;
  margin-bottom: 10px;
}
.page-split-col form .checkbox {
  margin: 20px 0;
}
.page-split-col form button {
  margin-top: 25px;
}
/* Blogs */
.featured-blog {
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
}
.featured-blog-image {
  padding-top: 30%;
  background-size: cover;
  background-position: top;
  display: block;
}
.featured-blog-content {
  padding: 20px 45px;
}
.featured-blog-content .blog-header {
  font-size: 24px;
  margin-bottom: 15px;
}
.blog-under-header-info {
  display: flex;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-under-header-info span {
  color: #939391;
}
.blog-under-header-info .link {
  margin-right: 15px;
}
.blog-under-header-info > * {
  font-size: 14px;
}
.featured-blog p {
  margin-bottom: 20px;
}
.featured-blog .btn-link {
  margin-bottom: 35px;
  font-size: 20px;
}
.tags {
  display: flex;
  opacity: .4;
}
.tags div:first-child {
  font-weight: 600;
  margin-right: 15px;
  line-height: 130%;
}
.tags span {
  line-height: 130%;
}
.tags span:not(:last-child) {
  margin-right: 8px;
}
.tags span:not(:last-child):after {
  content: ",";
}
.fs-row {
  display: flex;
  flex-wrap: wrap;
  width: calc(140%);
  left: -20px;
  position: relative;
}
.fs-col {
  width: 33%;
  padding: 20px;
}
@media (max-width: 1050px) {
  .fs-col {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .fs-col {
    width: 100%;
  }
}
.blog-inner {
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
}
.blog-image {
  padding-top: 60%;
  background-size: cover;
  background-position: top;
  display: block;
}
.blog-content {
  padding: 35px 30px;
}
.blog-content .blog-header {
  font-size: 22px;
  margin-bottom: 15px;
}
.blog p {
  margin-bottom: 20px;
}
.blog .btn-link {
  margin-bottom: 35px;
  font-size: 18px;
}
/* Single Blog */
.single-blog-content .block-title {
  text-align: left;
  margin-bottom: 25px;
}
.single-blog-content h1.block-title span {
  padding: 0;
  border: none;
}
.single-blog-content-img {
  float: left;
  width: 50%;
  margin-right: 50px;
  margin-bottom: 50px;
}
.blog-block {
  clear: both;
  margin: 50px 0;
  font-size: 28px;
}
.blog-quote {
  color: #737172;
  max-width: 780px;
  padding-left: 70px;
  margin-left: auto;
  margin-right: auto;
  line-height: 135%;
  position: relative;
}
.blog-quote:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(quote.svg);
}
.single-blog-content .blog-under-header-info > * {
  font-size: 19px;
  font-weight: 300;
}
.single-blog-content .blog-under-header-info {
  border-bottom-color: #cfd801;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
.single-blog-content .tags {
  margin-top: 50px;
  margin-bottom: 80px;
}
/* Ambassadors */
.ambassador-top-txt {
  background: #fff;
  padding: 15px 30px;
  color: rgba(0, 0, 0, 0.5);
}
.ambassador-img {
  padding-top: 70%;
  background-size: cover;
  background-position: top;
  display: block;
}
.ambassador-name {
  text-align: center;
  font-size: 28px;
  padding: 15px 30px;
  background: #121212;
  color: #e2e2e2;
}
.ambassador-info {
  text-align: center;
  padding: 20px 30px 40px 30px;
  font-size: 18px;
  color: #6d6d6d;
  background: #1d1d1d;
}
.ambassador-para {
  margin-bottom: 20px;
}
.page-main div.clear {
  clear: both;
}
.page-main .who-are-we {
  padding: 40px 0;
}
.page-main .who-are-we .description {
  font-size: 20px;
  line-height: 34px;
  float: left;
  width: 60%;
  padding-right: 20px;
}
.page-main .who-are-we .thumbnail {
  float: right;
  width: 40%;
}
.page-main .who-are-we .thumbnail img {
  width: 100%;
}
.page-main .charity {
  padding: 40px 0;
}
.page-main .charity .thumbnail {
  float: left;
  width: 40%;
  padding-right: 20px;
}
.page-main .charity .thumbnail img {
  width: 100%;
}
.page-main .charity .description {
  font-size: 20px;
  line-height: 34px;
  float: right;
  width: 60%;
}
.page-main .meet-the-team {
  padding: 40px 0;
  background-color: #f9f9f9;
}
.page-main .meet-the-team .list-item {
  font-size: 20px;
  line-height: 34px;
  display: flex;
  flex-wrap: wrap;
}
.page-main .meet-the-team .list-item .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.07000000000000001);
  border: 1px solid #f9f9f9;
}
@media (min-width: 1001px) {
  .page-main .meet-the-team .list-item .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) {
  .page-main .meet-the-team .list-item .item {
    width: 49%;
  }
  .page-main .meet-the-team .list-item .item:nth-child(2n) {
    margin-right: 0;
  }
}
.page-main .meet-the-team .list-item .item .item-content > div {
  padding: 20px;
}
.page-main .meet-the-team .list-item .item .email {
  color: #6D7200;
}
.page-main .meet-the-team .list-item .item .email a {
  color: #6D7200;
  text-decoration: none;
}
.page-main .meet-the-team .list-item .item h2 {
  padding-bottom: 10px;
  margin-top: 0;
  font-weight: 500;
}
.page-main .meet-the-team .list-item .item h2 + div {
  margin-bottom: 20px;
}
.page-main .meet-the-team .list-item .item img {
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.page-main .where-are-we {
  padding: 40px 0;
}
.page-main .where-are-we .contact-info {
  float: right;
  width: 40%;
  background-color: #cfd800;
  padding: 0 40px;
  font-size: 22px;
}
.page-main .where-are-we .contact-info > div {
  border-bottom: 1px solid white;
  padding: 30px 0;
}
.page-main .where-are-we .contact-info .contact-label {
  color: white;
  display: block;
}
.page-main .where-are-we .contact-info .contact-value {
  font-weight: 100;
}
.page-main .where-are-we .contact-form {
  font-size: 20px;
  line-height: 34px;
  float: left;
  width: 60%;
  padding-right: 60px;
}
.page-main .where-are-we .contact-form h2 {
  margin-top: 0;
}
.page-main h1.block-title {
  text-align: center;
  margin-bottom: 60px;
}
.page-main h1.block-title span {
  display: inline-block;
  border-bottom: 1px solid #cfd800;
  padding: 10px 30px;
  font-weight: 400;
}
.page-main #contact-form input {
  font-size: 22px;
  padding: 30px 40px;
  font-weight: 100;
}
.page-main #contact-form textarea {
  font-size: 22px;
  padding: 30px 40px;
  font-weight: 100;
}
.page-main #contact-form .fieldset {
  margin-bottom: 20px;
}
.page-main #contact-form button {
  display: block;
  background-color: #cfd800;
  font-size: 18px;
  padding: 10px 5px;
  border: solid 2px #cfd800;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.page-main #contact-form button:hover,
.page-main #contact-form button:active,
.page-main #contact-form button:focus {
  text-decoration: none;
  background-color: transparent;
  color: #cfd800;
}
.page-main #contact-form button:hover span,
.page-main #contact-form button:active span,
.page-main #contact-form button:focus span {
  color: #cfd800;
}
@media only screen and (max-width: 639px) {
  .page-main .who-are-we .description {
    width: 100%;
    padding-top: 30px;
  }
  .page-main .who-are-we .thumbnail {
    width: 100%;
  }
  .page-main .who-are-we .thumbnail img {
    width: 100%;
  }
  .page-main .meet-the-team .list-item .item {
    width: 100%;
    margin-right: 0;
  }
  .page-main .charity .list-item .item {
    width: 100%;
    margin-right: 0;
  }
  .page-main .charity .description {
    width: 100%;
    padding-top: 30px;
  }
  .page-main .charity .thumbnail {
    width: 100%;
  }
  .page-main .where-are-we .contact-info {
    width: 100%;
  }
  .page-main .where-are-we .contact-form {
    width: 100%;
    padding: 60px 10px;
  }
}
@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,
  .cart-order-comment .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),
  .cart-order-comment .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),
  .cart-order-comment .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) + *,
  .cart-order-comment .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,
  .product-items.products.featured + .have-question,
  .modes-label,
  .block-search .label,
  .block-search .block-title,
  .cms-index-index .product.data.items > .item.title,
  .block-collapsible-nav .title,
  .copyright .address,
  .footer-media-bottom {
    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-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .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-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 {
    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,
  .cart-order-comment .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .cart-order-comment .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .cart-order-comment .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .cart-order-comment .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .announcement-bar-content,
  .collated-info,
  .copyright > div,
  .global-footer,
  .footer-newsletter {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .announcement-bar-content {
    max-width: 1280px;
  }
  .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 .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 0;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #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: #606400;
    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: #606400;
    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;
  }
  .amstorecredit-pager .limiter {
    float: right;
  }
  .cart-order-comment {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-order-comment .block .title {
    padding: 10px 0;
  }
  .cart-order-comment .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-order-comment .block.order-comment {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
  }
  .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;
  }
  .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 {
    width: calc((100% - 4%) / 3);
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .product-items.products.featured {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-items.products.featured .item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 0;
  }
  .product-items.products.featured .item:nth-child(2) {
    order: 2;
  }
  .product-items.products.featured .have-question .image {
    padding: 0;
    height: 100%;
  }
  .product-items.products.featured .have-question img {
    -webkit-height: inherit;
    -moz-height: inherit;
    -ms-height: inherit;
    height: inherit;
  }
  .product-items.products.featured .product-item-name,
  .product-items.products.featured .product-item-description {
    margin-bottom: 20px;
  }
  .product-item-details {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
  }
  .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: ')';
  }
  .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-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;
  }
  .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: 'Daytona Pro', '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;
  }
  .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%;
  }
  .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-search {
    padding: 0;
    width: calc(100% - 600px);
    text-align: center;
    display: inline-block;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .block-content {
    max-width: 500px;
    margin: 0 auto;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    height: 50px;
  }
  .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: -40px;
    z-index: 1;
  }
  .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;
  }
  .announcement-bar-content {
    font-size: 0;
  }
  .announcement-top {
    font-size: 18px;
    padding: 20px 0;
    width: calc(100% / 3);
    display: inline-block;
  }
  .announcement-top:last-child {
    border-right: none;
  }
  .announcement-top .text {
    padding-left: 10px;
  }
  .content-brand {
    font-size: 0;
  }
  .brand {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
  }
  .brand .image {
    margin: 0 auto;
  }
  .have-question .inner h3 {
    font-size: 32px;
  }
  .content-blog {
    font-size: 0;
  }
  .content-banner {
    margin: 0 -15px;
    overflow: hidden;
  }
  .blog {
    padding: 0 15px;
  }
  .blog-content-1,
  .blog-content-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  .blog-content-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .blog .image img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .blog .inner {
    padding: 0 15px;
  }
  .blog .inner h3 {
    font-size: 36px;
    line-height: 43px;
    margin-top: 0;
  }
  .blog .inner p {
    font-size: 22px;
    line-height: 28px;
  }
  a.button {
    margin-bottom: 50px;
    /* max-width: 225px; */
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .left,
  .right {
    float: left;
    vertical-align: top;
  }
  .left {
    width: calc(100% * 2 / 3);
    font-size: 0;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .right {
    width: calc(100% / 3);
  }
  .cms-index-index .nav-sections {
    margin-bottom: 0;
  }
  .item.title {
    cursor: pointer;
  }
  .item.content {
    margin-top: 0;
  }
  .ambassadors-container {
    font-size: 0;
    max-width: 1480px;
  }
  .ambassadors-container ul {
    width: calc(100% / 3);
    vertical-align: top;
    display: inline-block;
    font-size: 36px;
    line-height: 43px;
    list-style: none;
    padding-left: 0;
  }
  .ambassadors-container > .title strong {
    font-size: 40px;
    line-height: 56px;
    font-weight: 400 !important;
  }
  .ambassadors-container > .title a {
    float: right;
    margin-bottom: 0;
    margin-top: 20px;
    text-decoration: none;
  }
  .ambassadors-container > .title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0 0 0 20px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ambassadors-container > .title a:hover:after {
    color: #cfd800;
  }
  .ambassadors-container > .title a:active:after {
    color: #cfd800;
  }
  .ambassadors-container li > .title {
    text-decoration: none;
  }
  .ambassadors-container li > .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .ambassadors-container li > .title:hover:after {
    color: #cfd800;
  }
  .ambassadors-container li > .title:active:after {
    color: #cfd800;
  }
  .ambassadors-container li > .title:after {
    float: right;
    margin-top: 5px;
  }
  .ambassadors-container .product.data.items {
    width: calc(100% * 2 / 3);
    display: inline-block;
    vertical-align: top;
    background-color: #262626;
    padding: 15px;
    margin-bottom: 0;
  }
  .ambassadors-container .product.data.items > .item.content {
    margin-top: 0;
  }
  .ambassadors-container .product.data.items > .item.content > p,
  .ambassadors-container .product.data.items > .item.content .img {
    display: inline-block;
    vertical-align: middle;
  }
  .ambassadors-container .product.data.items > .item.content > p {
    width: calc(100% - 200px);
    margin-right: 28px;
    font-size: 18px;
  }
  .ambassadors-container .product.data.items > .item.content > img {
    width: 166px;
  }
  .ambassadors-container .product.data.items .title + content {
    display: none;
  }
  .ambassadors-container .product.data.items .title.active + content {
    display: block;
  }
  .ambassadors-container .group {
    font-size: 0;
    position: relative;
    z-index: 1;
  }
  .ambassadors-container .group .image {
    width: 270px;
    display: inline-block;
    vertical-align: top;
  }
  .ambassadors-container .group .content {
    width: calc(100% - 270px);
    display: inline-block;
    padding-left: 30px;
  }
  .ambassadors-container .group:after {
    display: none;
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 7%;
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: -1;
  }
  .ambassadors-container .content > ul > li {
    margin-bottom: 0;
  }
  .ambassadors-container .content > ul > li > div {
    padding: 15px 45px 15px 20px;
    border-bottom: solid 1px #262626;
    font-size: 24px;
  }
  .ambassadors-container .content > ul > li > div.active {
    background-color: #262626;
  }
  .ambassadors-container .content > ul > li > div:after {
    font-size: 18px;
  }
  .ambassadors-title {
    font-size: 50px;
    line-height: 70px;
    max-width: 560px;
    margin: 0 auto 30px auto;
  }
  .ambassadors.block-our p {
    max-width: 850px;
    margin: 10px auto 130px;
  }
  .ambassadors-content {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .our-ambassadors {
    margin: 0 0 16px 20px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -webkit-flex: 0 0 calc((100% / 2) - 10px);
    -moz-flex: 0 0 calc((100% / 2) - 10px);
    -ms-flex: 0 0 calc((100% / 2) - 10px);
    flex: 0 0 calc((100% / 2) - 10px);
    max-width: calc((100% / 2) - 10px);
  }
  .our-ambassadors:nth-child(2n+1) {
    margin-left: 0;
  }
  .ambassadors-gallery {
    padding: 0 40px;
    margin: 0 auto;
  }
  .cms-our-ambassador-single #maincontent,
  .ambassador-ambassadorlist-index #maincontent {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .cms-our-ambassador-single .nav-sections,
  .ambassador-ambassadorlist-index .nav-sections {
    margin-bottom: 0;
  }
  .block-meet-photo {
    padding: 0;
  }
  .block-meet-photo .ambassadors-title {
    margin-left: 0;
    margin-right: 0;
    font-size: 40px;
    letter-spacing: 0;
    max-width: 100%;
    line-height: 60px;
    text-align: left;
    padding: 60px 0;
  }
  .block-meet-photo .ambassadors-title strong {
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    font-weight: 400 !important;
  }
  .block-meet-photo .ambassadors-image {
    max-width: 249px;
    min-height: 249px;
    margin: -140px 100px 0 auto;
  }
  .block-meet-photo .ambassadors-content {
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .block-meet-photo .left,
  .block-meet-photo .right {
    width: 50%;
  }
  .block-meet-photo .left {
    text-align: left;
  }
  .content-p {
    width: 100%;
    max-width: 500px;
  }
  .content-a .image .img {
    padding: 0 40px;
  }
  .block-gallery {
    clear: both;
    padding-left: 0;
    padding-right: 0;
  }
  .block-featured {
    clear: both;
  }
  .block-featured .ambassadors-blog {
    width: 100%;
    margin: 0 auto;
  }
  .block-featured .ambassadors-blog:nth-child(3n+1) {
    margin: 0 auto;
  }
  .content-a .image {
    width: 230px;
    padding: 0 40px;
    vertical-align: middle;
  }
  .content-a .content-p {
    width: calc(100% - 230px);
    margin-left: 0;
    vertical-align: middle;
  }
  .content-a a.button {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
  }
  .ambassadors-blog {
    width: calc((100% - 44px) / 3);
    padding: 0;
    margin-left: 22px;
  }
  .ambassadors-blog:nth-child(3n+1) {
    margin-left: 0;
  }
  .ambassadors-blog__tags {
    text-align: left;
  }
  .block-gallery button.slick-prev {
    left: 200px;
  }
  .block-gallery button.slick-next {
    right: 200px;
  }
  .ambassadors .title {
    font-size: 36px;
    line-height: 43px;
  }
  .ambassadors .content {
    font-size: 32px;
    line-height: 44px;
  }
  .ambassadors-title-img,
  .block-blog,
  .block-gallery__container,
  .block-our,
  .ambassadors-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .block-our {
    margin-top: 50px;
  }
  .ambassadors-blog .name {
    font-size: 30px;
    line-height: 42px;
  }
  .ambassadors-blog .master {
    font-size: 22px;
  }
  .ambassadors-blog .date {
    font-size: 20px;
  }
  .ambassadors-blog .text {
    font-size: 22px;
    line-height: 30px;
  }
  .ambassadors-categories {
    width: calc((100% - 90px) / 4);
  }
  .ambassadors-categories:nth-child(2n+1) {
    margin-left: 30px;
  }
  .ambassadors-categories:nth-child(4n+1) {
    margin-left: 0;
  }
  .footer-newsletter {
    font-size: 0;
    padding: 100px 20px 10px;
  }
  .block.newsletter,
  .newsletter-banner {
    display: inline-block;
    vertical-align: top;
  }
  .block.newsletter {
    font-size: 22px;
    width: calc((100% * 2 / 3) - 100px);
    margin-right: 99px;
  }
  .block.newsletter .action.subscribe {
    width: 303px;
    margin-top: 30px;
    color: #606400;
    font-size: 20px;
  }
  .block.newsletter .customer-name {
    display: block;
  }
  .block.newsletter .field {
    display: block;
  }
  .block.newsletter input.newsletter-input {
    font-size: 22px;
  }
  .block.newsletter .title {
    margin-top: 0;
  }
  .block.newsletter .title strong {
    font-size: 50px;
  }
  .condition-term {
    margin: 40px 0 5px;
  }
  .newsletter-slogan {
    margin-top: 20px;
  }
  .newsletter-banner {
    top: 50px;
    width: calc(100% / 3 - 110px);
    margin-left: 110px;
    position: relative;
  }
  .newsletter-banner .image:first-child {
    position: absolute;
    top: -50px;
    left: -110px;
    width: 100%;
  }
  .newsletter-banner .image:last-child:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 7%;
    position: absolute;
    top: 15px;
    right: -12px;
  }
  html,
  body {
    height: 100%;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
    background-color: #000;
  }
  .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: 30px;
    margin-right: 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .switcher.account {
    margin-top: 0;
  }
  .page-header .switcher.account p {
    display: block;
  }
  .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: 20px 20px 0;
    background-color: #000;
  }
  .logo {
    display: inline-block;
    margin: -10px 0 8px;
  }
  .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%;
  }
  .footer-information {
    background-color: #1D1D1D;
  }
  .collated-info {
    font-size: 0;
    padding: 30px 0;
  }
  .info-fotovelo-co-uk {
    width: calc(100% - 200px);
    height: 26px;
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .info-fotovelo-co-uk > a {
    color: #fff;
    padding: 20px 20px 20px 0;
  }
  .info-fotovelo-co-uk > a:hover {
    text-decoration: none;
    color: #cfd800;
  }
  .info-fotovelo-co-uk,
  .social {
    display: inline-block;
    vertical-align: middle;
  }
  .social {
    width: 200px;
  }
  .social a {
    width: 30px;
  }
  .copyright {
    background-color: #cfd800;
    padding: 15px 0;
  }
  .copyright div {
    text-align: left;
  }
  .copyright div a {
    color: #606400;
    padding-right: 15px;
    font-size: 15px;
    line-height: 19px;
  }
  .copyright div a:hover {
    text-decoration: none;
    color: white;
  }
  .copyright span {
    display: inline-block;
    width: auto;
    text-align: center;
    float: right;
    font-size: 15px;
    line-height: 19px;
    color: #606400;
  }
  .global-footer {
    padding: 44px 20px;
    font-size: 0;
  }
  .global-footer div.nav-sections-items li {
    display: inline-block;
    list-style: none;
    width: 190px;
    padding: 0 50px 0 0;
    vertical-align: top;
    float: left;
    line-height: 28px;
    font-size: 22px;
  }
  .global-footer div.nav-sections-items li a {
    margin-bottom: 20px;
    display: block;
    color: #000;
  }
  .global-footer div.nav-sections-items li a:hover {
    text-decoration: none;
    color: #cfd800;
  }
  .global-footer div.nav-sections-items li .submenu {
    line-height: 20px;
    padding: 0;
  }
  .global-footer div.nav-sections-items li .submenu li a {
    margin-bottom: 0;
    font-size: 15px;
  }
  .global-footer nav.navigation {
    display: none;
  }
  .footer-navigation .main-content-links {
    width: 20% !important;
  }
  .footer-navigation .main-content-links a {
    color: #000;
    line-height: 26px;
    padding-right: 20px;
    font-size: 18px;
  }
  .footer-navigation .main-content-links a:hover {
    text-decoration: none;
    color: #cfd800;
  }
  .footer-navigation .section-items,
  .footer-navigation .main-content-links {
    display: inline-block;
    vertical-align: top;
  }
  .footer-navigation .section-items {
    width: 70%;
  }
  .footer-navigation .main-content-links {
    width: 30%;
  }
  .top-header-links {
    width: 100%;
    background-color: #3B3B3B;
    color: white;
  }
  .top-header-links .main-content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1180px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
  }
  .top-header-links .main-content .main-content-links {
    float: right;
    padding: 16px 0;
  }
  .top-header-links .main-content > a {
    padding: 16px 20px;
    display: inline-block;
    border-right: 1px solid white;
  }
  .top-header-links .main-content a {
    color: white;
    padding-left: 18px;
  }
  .top-header-links .main-content a:hover {
    text-decoration: none;
    color: #cfd800;
  }
  .top-header-links .main-content .switcher {
    float: none;
    display: inline;
  }
  .nav-sections-item-content {
    background-color: #CFD800;
  }
  .nav-sections-item-content > .navigation {
    font-size: 18px;
    line-height: 22px;
    background-color: #CFD800;
    font-weight: 400;
    color: white;
  }
  .nav-sections-item-content .navigation .level0.parent > .level-top {
    color: #606400;
  }
  .nav-sections-item-content .navigation .level0.parent > .level-top > .ui-menu-icon {
    display: none;
  }
  .nav-sections-item-content .navigation li.level0:hover {
    background-color: #cfd800;
  }
  .nav-sections-item-content .navigation li.level0.has-active > .level-top {
    border-color: white;
  }
  .nav-sections-item-content .navigation .level0 .submenu {
    background-color: #cfd800;
    border: 0;
  }
  .nav-sections-item-content .navigation .level0 .submenu .active > a {
    border-color: white;
  }
  .nav-sections-item-content .navigation .level0 .submenu a {
    color: white;
    padding: 15px 20px;
  }
  .nav-sections-item-content .navigation .level0 .submenu a:hover {
    background-color: #cfd800;
  }
  .navigation .level0 .submenu a.ui-state-focus {
    background-color: #cfd800;
  }
  .product.data.items > .item.content {
    margin-top: 60px;
  }
  .blog.one-third {
    width: calc(33.33333333%);
    float: left;
  }
  .blog.two-thirds {
    width: calc(66.66666667%);
    float: left;
  }
  .is-hidden-desktop {
    display: none !important;
  }
  .metallic-banner .title {
    position: absolute;
    right: 70px;
    top: 40px;
    color: white;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    text-align: right;
    font-weight: bold;
  }
  .product-item-name {
    min-height: 95px;
  }
  .metallic-banner {
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right !important;
  }
  .metallic-banner .title {
    position: absolute;
    right: 70px;
    top: 40px;
    color: white;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 50px;
    text-align: right;
    font-weight: bold;
  }
  .metallic-banner .button {
    background-color: #cfd800;
    color: #000;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    right: 50px;
  }
  .metallic-banner .button a {
    color: #000 !important;
  }
  .metallic-banner .paper {
    position: absolute;
    top: 100px;
    left: 100px;
  }
  .signature-banner {
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: left !important;
  }
  .signature-banner .content {
    position: absolute;
    right: 70px;
    top: 40px;
    color: white;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    width: 35%;
  }
  .signature-banner .button {
    background-color: #cfd800;
    color: #000;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    right: 80px;
  }
  .courses-banner {
    height: 470px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right !important;
  }
  .courses-banner .content {
    position: absolute;
    left: 70px;
    top: 35%;
    text-align: left;
    width: 35%;
  }
  .courses-banner .content img {
    width: 100%;
    max-width: 400px;
  }
  .courses-banner .button {
    background-color: #cfd800;
    color: #000;
    padding: 5px 10px;
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    bottom: 40px;
    right: 80px;
  }
  .block-meet-photo .ambassadors-title {
    padding: 35px 0 !important;
  }
  .ambassadors .content {
    font-size: 20px;
    line-height: 32px;
  }
  .ambassadors.block-meet-photo .ambassadors-content .right {
    width: 40% !important;
    margin-left: 5%;
  }
  .ambassadors.block-meet-photo .ambassadors-content .right .content {
    text-align: left;
    font-size: 18px;
    line-height: 18px;
  }
  .ambassadors.block-meet-photo .ambassadors-content .right .content p {
    font-size: 16px;
    line-height: 20px;
  }
  .ambassadors.block-meet-photo .ambassadors-content .right .content .action.button {
    margin-top: 5px;
  }
  .ambassadors.block-meet-photo .ambassadors-content .left {
    width: 55% !important;
  }
  .ambassadors.block-meet-photo .ambassadors-content .left .content-p .title {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .ambassadors.block-meet-photo .ambassadors-content .left .content-p .content {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .block.newsletter input.newsletter-input {
    height: 60px !important;
  }
  .payment-method.stripe-payments {
    display: none;
  }
  .newsletter-banner {
    width: calc(33.33333333%) !important;
    margin-left: 0 !important;
  }
  .blog-page .ambassadors.block-categories {
    float: left;
    width: 25%;
    display: block;
    left: 0;
    transform: unset;
    padding: 0 !important;
  }
  .blog-page .ambassadors.block-categories .ambassadors-categories,
  .blog-page .ambassadors.block-categories ul.box-shadow li {
    width: 48% !important;
    float: left !important;
  }
  .blog-page .ambassadors.block-categories .ambassadors-categories a,
  .blog-page .ambassadors.block-categories ul.box-shadow li a {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
  }
  .blog-page .blog-container {
    width: 75%;
    float: left;
  }
  .ambassadors-content {
    padding: 0 !important;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    padding: 15px;
    width: calc((100% - 6%)/4);
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 33%;
  }
  .have-question .inner {
    max-width: 75%;
  }
  .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;
  }
  .brand .image {
    max-width: 165px;
  }
  .blog .inner {
    width: 298px;
  }
  .have-question .inner h3,
  .have-question .inner p {
    margin: 0 0 35px;
  }
  .have-question .inner h3:last-child,
  .have-question .inner p:last-child {
    margin: 0;
  }
  .our-ambassadors {
    -webkit-flex: 0 0 calc((100% / 3) - 13.33px);
    -moz-flex: 0 0 calc((100% / 3) - 13.33px);
    -ms-flex: 0 0 calc((100% / 3) - 13.33px);
    flex: 0 0 calc((100% / 3) - 13.33px);
    max-width: calc((100% / 3) - 13.33px);
  }
  .our-ambassadors:nth-child(2n+1) {
    margin-left: 20px;
  }
  .our-ambassadors:nth-child(3n+1) {
    margin-left: 0;
  }
  .block-meet-photo .ambassadors-image {
    margin: -140px 150px 0 auto;
  }
  .content-a .image {
    width: 320px;
  }
  .content-a .content-p {
    width: calc(100% - 320px);
  }
  .ambassadors-action {
    text-align: right;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 0;
}
.breadcrumbs ul.items li.item {
  font-size: 16px;
}
.breadcrumbs ul.items li.item a {
  font-size: 16px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Digitalglue/fotovelo/en_GB/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.page-footer {
  padding-bottom: 0;
}
.minicart-wrapper .action.showcart:before {
  color: white;
}
.block-search .label:before {
  color: white;
}
.nav-toggle:before {
  color: white;
}
.header.content .minicart-wrapper .action.showcart .counter.qty {
  background: #cfd800;
  border-radius: 18px;
  position: absolute;
  left: 18px;
  top: -5px;
  min-width: 24px;
}
.header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}
#product-addtocart-button {
  background-color: #ffae00;
  border: none;
  color: black;
  font-weight: 400;
  border-radius: 50px;
  width: 100%;
}
.product-info-main {
  padding: 2vw;
  background-color: #ffffff;
}
.product-info-main .fs-review:first-of-type {
  display: none;
}
.product-info-main .page-title {
  font-weight: 600;
}
.product-info-main .fieldset > .field.required > .label:after {
  display: none;
}
.product-info-main .fieldset > .fields > .field.required > .label:after {
  display: none;
}
.product-info-main .fieldset > .fields > .field._required > .label:after {
  display: none;
}
.product-info-main .fieldset > .field._required > .label:after {
  display: none;
}
.product-info-main .stock.available {
  font-weight: 400;
  text-transform: capitalize;
  float: right;
  margin-top: 5px;
  margin-bottom: 8px;
}
.product-info-main .stock.unavailable {
  font-weight: 400;
  text-transform: capitalize;
  float: right;
  margin-bottom: 8px;
}
.product-info-main .box-tocart .price-box {
  float: left;
}
.product-info-main .box-tocart .price {
  font-size: 36px !important;
  line-height: 36px !important;
  font-weight: 600 !important;
}
.product-info-main .box-tocart .actions {
  padding-top: 10px;
}
.product-info-main .icon-success:before {
  content: '\e60e';
  -webkit-font-smoothing: antialiased;
  color: #cfd800;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.product-info-main .icon-warning:before {
  content: '\e60e';
  -webkit-font-smoothing: antialiased;
  color: #ff6f00;
  font-family: 'luma-icons';
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.product-info-main .moreContent span {
  display: none;
}
.product-info-main .moreLink {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 10px;
}
.product-info-main .moreLink:visited {
  display: block;
  text-decoration: none;
  color: #333;
  margin-top: 10px;
}
.product.data.items > .item.content {
  border: none;
  background: #f6f6f6;
  font-size: 18px;
  line-height: 30px;
  padding: 50px 35px;
}
.product.data.items > .item.content ul {
  padding: 0;
}
.product.data.items > .item.title {
  margin: 20px 0;
}
.product.data.items > .item.title > .switch {
  border: none;
  background: white;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  color: black;
}
.product.data.items > .item.title > .switch .counter {
  color: black;
}
.product.data.items > .item.title > .switch:hover {
  color: black;
}
.product.data.items > .item.title > .switch:visited {
  color: black;
}
.product.data.items > .item.title:not(.disabled) > .switch:active {
  color: black;
  border-bottom: 3px solid black;
  font-weight: 700;
}
.product.data.items > .item.title:not(.disabled) > .switch:active span {
  color: black;
}
.product.data.items > .item.title.active > .switch {
  color: black;
  font-weight: 700;
  background-color: #f6f6f6;
  padding-top: 5px;
}
.product.data.items > .item.title.active > .switch:focus {
  color: black;
  border-bottom: 3px solid black;
}
.product.data.items > .item.title.active > .switch:focus span {
  color: black;
}
.product.data.items > .item.title.active > .switch:hover {
  color: black;
  border-bottom: 5px solid black;
}
.product.data.items > .item.title.active > .switch:hover span {
  color: black;
}
.product.data.items > .item.title.active > .switch span {
  color: black;
}
.product.data.items div#tab-label-blog\.relatedposts\.tab {
  display: none;
}
.product-info-main {
  font-size: 18px;
  padding: 2vw;
  background-color: white;
}
.product-info-main .product-info-price {
  border: none;
}
.product-info-main .rating-summary .rating-result > span:before {
  color: #cfd800;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: #333;
  font-size: 18px;
}
.product-info-main .product-reviews-summary .reviews-actions a:visited {
  color: #333;
  margin-right: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions a:not(:last-child) {
  margin-right: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions a:hover {
  text-decoration: none;
}
.product-info-main .product-reviews-summary .reviews-actions .alink:visited {
  color: #333;
  font-size: 18px;
}
.product-info-main .review-control-vote label:before {
  color: #cfd800;
}
.product.info.detailed {
  padding: 30px 0;
  margin-bottom: 0;
}
.product.info.detailed .review-control-vote label:before {
  color: #cfd800;
}
.product-add-form .fieldset > .field {
  margin: 0 0 30px !important;
}
.product-add-form .fieldset > .field > .label {
  text-align: left;
  height: 50px;
  line-height: 46px;
  font-weight: 400;
  float: left;
  border-right: none;
  padding-right: 40px;
  min-width: 110px;
}
.product-add-form .fieldset > .field input {
  border-radius: 8px;
}
.product-add-form .fieldset > .fields > .field {
  margin: 0 0 30px;
}
.product-add-form .fieldset > .fields > .field > .label {
  text-align: left;
  height: 50px;
  line-height: 46px;
  font-weight: 400;
  float: left;
  border-right: none;
  padding-right: 40px;
  min-width: 110px;
}
.product-add-form .fieldset > .fields > .field input {
  border-radius: 8px;
}
.product-add-form .product-options-wrapper .fieldset:last-child {
  margin-bottom: 0px !important;
}
.product-add-form .product-options-wrapper .field .control {
  font-size: 18px;
  height: 40px;
  width: auto;
}
.product-add-form .product-options-wrapper .field .control select {
  height: 50px;
  font-size: 18px;
  border-radius: 8px;
  width: 200px;
}
.product-add-form .field .control .qty {
  width: 100px;
  height: 50px;
  font-size: 18px;
  text-align: center;
}
.product-add-form .super-attribute-select.mage-error {
  margin-left: 0 !important;
}
.page-main > .page-title-wrapper .page-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.page-main .product-extra-info {
  display: block;
  clear: both;
  font-size: 18px;
  background-color: white;
  border-bottom: 1px solid lightgray;
  overflow: hidden;
}
.page-main .product-extra-info .column {
  float: left;
  padding: 30px 20px 30px 0;
  display: flex;
  align-items: center;
}
.page-main .product-extra-info .column img {
  float: left;
  margin-right: 15px;
}
.page-main .product-extra-info:after {
  content: "";
}
.page-main .product-highlight-text {
  color: white;
  background: black;
  padding: 5px 20px;
  border-radius: 5px;
}
.page-main #product-variants {
  border-collapse: collapse;
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
}
.page-main #product-variants button.add-to-cart {
  background-color: #cfd800;
  box-shadow: none;
  border-radius: 20px;
}
.page-main #product-variants td {
  border: none;
  padding: 15px;
}
.page-main #product-variants tr:nth-child(even) {
  background: #ececec;
}
.page-main #product-variants th {
  border: none;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  background-color: #cfd800;
  color: white;
  border-right: 1px solid;
}
.page-main #product-variants tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.page-main #product-variants tr:hover {
  background-color: #ddd;
}
.page-main #product-variants ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.page-main #product-variants li {
  display: inline-block;
  margin-right: 0;
  width: 55px;
}
.page-main #product-variants input[type="radio"] {
  display: none;
}
.page-main #product-variants input[type="number"] {
  max-width: 80px;
  border-radius: 6px;
}
.page-main #product-variants label {
  cursor: pointer;
  padding: 5px 20px;
  border-radius: 7px;
}
.page-main #product-variants input:checked + label {
  background: #cfd800;
}
.box-tocart .paypal {
  width: 100%;
  text-align: center;
}
.box-tocart .paypal button {
  width: 100%;
  font-weight: 400;
  border-radius: 50px;
  padding: 10px;
}
.box-tocart .paypal button img {
  display: inline;
  max-width: 100px;
  margin: 0 5px;
  vertical-align: middle;
}
.product-options-bottom .price-box {
  padding-bottom: 50px;
}
.product-options-bottom .price-box .price-container > span {
  margin: 20px 0;
  display: initial;
}
.product-info-price .price-box {
  padding-bottom: 50px;
}
.product-info-price .price-box .price-container > span {
  margin: 20px 0;
  display: initial;
}
.page-main .page-title-wrapper h1 {
  text-align: left !important;
  padding: 0;
  margin-bottom: 20px !important;
}
.page-main .page-title-wrapper h1 span {
  border-bottom: navajowhite;
  font-size: 24px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.ambassadors-container .title a {
  color: #cfd800;
}
.ambassadors-container .title a:after {
  color: #cfd800;
}
.product-info-main .page-title-wrapper h1 {
  margin-bottom: 0px !important;
}
.product-info-main .page-title-wrapper h1 > span {
  font-weight: 900 !important;
}
.product-info-main .product.attribute.overview {
  margin: 0 !important;
}
.fotorama__nav--thumbs {
  text-align: center;
}
@media (min-width: 768px) {
  .page-layout-1column .product.media {
    width: 50%;
    padding-top: 3vw;
  }
  .page-layout-1column .product-info-main {
    width: 50%;
  }
  .product.media .fotorama__nav--thumbs {
    margin: 20px 0;
  }
  .product.media .fotorama__thumb {
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 10px;
  }
  .product.media .fotorama__thumb-border {
    border-radius: 10px;
  }
}
.header.content {
  text-align: center;
}
.block-minicart .block-content .subtotal .price {
  font-size: 28px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  background-color: #cfd800;
  font-size: 18px;
  padding: 10px 5px;
  border: solid 2px #cfd800;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.block-minicart .block-content > .actions > .primary .action.primary:active {
  text-decoration: none;
  background-color: transparent;
  color: #cfd800;
}
.block-minicart .block-content > .actions .viewcart {
  font-size: 16px;
  color: #262721 !important;
}
.block-minicart .block-content .minicart-items-wrapper .product {
  display: flex;
  align-items: start;
  width: 100%;
}
.block-minicart .block-content .minicart-items-wrapper .product .product-item-photo {
  float: none !important;
  flex: 1 !important;
}
.block-minicart .block-content .minicart-items-wrapper .product .product-item-details {
  padding: 0 15px !important;
  margin: 0 !important;
  text-align: left !important;
  flex: auto !important;
}
.block-minicart .block-content .minicart-items-wrapper .product .actions {
  flex: 1;
  float: none !important;
  margin-left: auto !important;
}
.opc-block-summary .minicart-items-wrapper {
  max-height: 100% !important;
}
.checkout-cart-index .page-title {
  font-weight: 400;
  font-size: 40px;
}
.checkout-cart-index .page-title span {
  display: inline-block;
  border-bottom: 1px solid #cfd800;
  padding: 10px 30px;
  font-weight: 400;
}
.form-cart thead .col {
  font-weight: 600;
  text-align: left;
  padding: 12px 15px !important;
  background-color: #cfd800;
  color: #000;
  border-right: 1px solid #fff;
  border-bottom: 0 !important;
  text-align: center !important;
}
.form-cart .cart.item .item-info .product-item-name a {
  font-weight: 600 !important;
}
.form-cart .cart.item .item-info .product-item-photo .product-image-container {
  max-width: 100px;
}
.form-cart .cart.item .item-info .price-excluding-tax {
  text-align: center;
}
.form-cart .cart.item .item-info .price-excluding-tax .price {
  font-weight: 500 !important;
  line-height: 24px !important;
}
.form-cart .cart.item .item-info .input-text.qty {
  text-align: center;
  border-radius: 6px;
}
.form-cart .cart.item .item-info .subtotal {
  text-align: center;
}
.form-cart .cart.item .item-info .subtotal .price {
  font-size: 24px;
  color: #262721 !important;
  font-weight: 600 !important;
}
.form-cart .cart.item .item-actions td {
  padding-right: 20px;
}
.form-cart .cart.item .item-actions td .actions-toolbar {
  margin-top: -20px;
  top: -15px;
}
.cart-summary .summary.title {
  font-weight: 600;
}
.cart-summary .totals {
  font-size: 16px;
}
.cart-summary .grand.totals .mark strong {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 38px;
}
.cart-summary .grand.totals .amount .price {
  font-weight: 600 !important;
  font-size: 26px;
}
.cart-summary .checkout .action.primary {
  display: block;
  background-color: #cfd800;
  font-size: 18px;
  padding: 10px 5px;
  border: solid 2px #cfd800;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.cart-summary .checkout .action.primary:focus,
.cart-summary .checkout .action.primary:hover,
.cart-summary .checkout .action.primary:active {
  text-decoration: none;
  background-color: transparent;
  color: #cfd800;
}
.cart.main.actions {
  text-align: left !important;
}
.cart.main.actions .update {
  display: block;
  background-color: #f3f3f3;
  font-size: 18px;
  padding: 15px 35px;
  border: solid 2px #f3f3f3;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.cart.main.actions .update:focus,
.cart.main.actions .update:hover,
.cart.main.actions .update:active {
  text-decoration: none;
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}
.opc-progress-bar {
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 40px;
  background: #ccc;
  border-radius: 25px;
  border: 1px solid #000;
  overflow: hidden;
}
.opc-progress-bar .opc-progress-bar-item:before {
  content: none !important;
}
.opc-progress-bar .opc-progress-bar-item > span {
  padding: 10px !important;
}
.opc-progress-bar .opc-progress-bar-item > span:before {
  content: none !important;
}
.opc-progress-bar .opc-progress-bar-item > span:after {
  content: none !important;
}
.opc-progress-bar .opc-progress-bar-item._active {
  background: #000;
  color: #fff !important;
  border-radius: 25px;
}
.opc-progress-bar .opc-progress-bar-item._active:before {
  content: none !important;
}
.opc-progress-bar .opc-progress-bar-item._active > span {
  color: #fff !important;
}
.opc-progress-bar .opc-progress-bar-item._active > span:before {
  content: none !important;
}
.opc-progress-bar .opc-progress-bar-item._active > span:after {
  content: none !important;
}
.opc-wrapper .form-login {
  padding-bottom: 0 !important;
}
.opc-wrapper .step-title {
  display: inline-block;
  padding: 0;
  border-bottom: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
}
.opc-wrapper .checkout-shipping-address {
  text-align: center;
}
.opc-wrapper .checkout-shipping-address .step-content {
  text-align: left;
}
.opc-wrapper .checkout-shipping-address .step-content .field .control input[type="checkbox"] {
  height: 16px;
}
.opc-wrapper .checkout-shipping-address .step-content .label {
  font-size: 16px;
}
.opc-wrapper .checkout-shipping-address .step-content input,
.opc-wrapper .checkout-shipping-address .step-content select {
  height: 50px;
  font-size: 20px;
  padding: 0 20px;
  border-radius: 5px;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
  box-shadow: none !important;
}
.opc-wrapper .checkout-shipping-address .step-content input:focus,
.opc-wrapper .checkout-shipping-address .step-content select:focus {
  background-color: rgba(0, 0, 0, 0.2);
}
.opc-wrapper .checkout-shipping-address .step-content .field-tooltip .field-tooltip-action {
  position: relative;
  top: 10px;
}
.opc-wrapper .checkout-shipping-address .step-content .field-tooltip .field-tooltip-content {
  top: 0 !important;
  border: 0 !important;
  border-radius: 4px;
  background: #cfd800 !important;
}
.opc-wrapper .checkout-shipping-address .step-content .field-tooltip .field-tooltip-content:before {
  border-right-color: #cfd800 !important;
  left: -19px;
}
.opc-wrapper .checkout-shipping-address .step-content .field-tooltip .field-tooltip-content:after {
  display: none;
}
.opc-wrapper .actions-toolbar {
  text-align: center;
}
.opc-wrapper .actions-toolbar > .primary {
  float: left !important;
}
.opc-wrapper .actions-toolbar .action.primary {
  display: block;
  background-color: #cfd800;
  font-size: 18px;
  padding-left: 45px;
  padding-right: 45px;
  border: solid 2px #cfd800;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 300;
  transition: 0.3s ease-in-out;
}
.opc-wrapper .actions-toolbar .action.primary:focus,
.opc-wrapper .actions-toolbar .action.primary:hover,
.opc-wrapper .actions-toolbar .action.primary:active {
  text-decoration: none;
  background-color: transparent;
  color: #cfd800;
}
.checkout-index-index .minicart-items .product-image-container {
  width: 100px !important;
  height: auto !important;
}
.checkout-shipping-method {
  text-align: left !important;
}
.checkout-shipping-method .table-checkout-shipping-method {
  text-align: left !important;
}
.opc-block-summary .title {
  font-weight: 600 !important;
}
.opc-block-summary .price-excluding-tax .price {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}
.ambassadors-container {
  width: 100%;
  max-width: 1180px !important;
  padding: 70px 15px !important;
}
.level0.submenu {
  background: #fff !important;
  border: 2px solid #CFD800 !important;
}
.level0.submenu .columns-group {
  padding-bottom: 0 !important;
}
.level0.submenu .columns-group .category-item {
  padding: 16px 22px !important;
}
.level0.submenu .columns-group a {
  color: #272721 !important;
  padding: 0 !important;
  transition: 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.level0.submenu .columns-group a:hover {
  border-color: #CFD800;
}
.page-title,
.ambassadors-title {
  text-align: center !important;
  margin-bottom: 60px !important;
  font-size: 40px !important;
  border: 0 !important;
}
.page-title span,
.ambassadors-title span,
.page-title strong,
.ambassadors-title strong {
  display: inline-block;
  border-bottom: 1px solid #cfd800;
  padding: 10px 30px;
  font-weight: 400 !important;
}
.ambassadors-index-index .page-main {
  max-width: 100% !important;
  padding: 0 !important;
}
.ambassadors-index-index .page-main .ambassadors.block-our p {
  margin-bottom: 90px !important;
}
.ambassadors-index-index .page-main .ambassadors.block-meet {
  padding: 70px 0 !important;
  width: 100% !important;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .block-meet-photo .ambassadors-title {
    margin: 0 !important;
  }
  .block-meet-photo .ambassadors-title strong {
    border-bottom: 0 !important;
  }
  .block-meet-photo .ambassadors-image {
    margin-right: 66px !important;
  }
  .block-meet-photo .ambassadors-content {
    padding-top: 30px !important;
  }
  .block-meet-photo .ambassadors-content .left {
    width: 75% !important;
  }
  .block-meet-photo .ambassadors-content .left .content-p {
    max-width: 650px !important;
  }
  .block-meet-photo .ambassadors-content .left .content-p .title {
    margin-bottom: 30px;
  }
  .block-meet-photo .ambassadors-content .right {
    width: 25% !important;
  }
  .block-meet-photo .ambassadors-content .right .action.button {
    margin-top: 40px;
  }
}
.our-ambassadors__content {
  padding-bottom: 100px !important;
}
.our-ambassadors__content .action.button {
  position: absolute;
  width: calc(30%) !important;
  left: 35px;
  bottom: 50px;
}
.products {
  margin-top: 0 !important;
}
.column.main {
  padding-bottom: 0 !important;
}
.bannerslider.homepage + .page-main .columns {
  padding: 70px 0;
}
.bannerslider .widget.block.block-static-block {
  margin-bottom: 0 !important;
}
.footer-newsletter {
  padding-bottom: 30px !important;
  padding-top: 70px !important;
}
.cms-about .page-main {
  max-width: 100% !important;
}
.cms-about .who-are-we {
  max-width: 1120px;
  margin: 0 auto;
  padding: 70px 0 !important;
}
.cms-about .meet-the-team,
.cms-about .charity,
.cms-about .where-are-we {
  padding: 70px 0 !important;
}
.cms-about .meet-the-team > *,
.cms-about .charity,
.cms-about .where-are-we {
  max-width: 1120px;
  margin: 0 auto;
}
.where-are-we .contact-form button {
  padding: 16px 50px !important;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: 700px !important;
}
.product-items.products.featured .item {
  margin-bottom: 30px;
}
.product-items.products.featured .item:nth-child(2) {
  order: inherit;
}
.product-items.products.featured .item .product-item-info {
  padding: 10px;
  box-shadow: 0 2px 6px 0 rgba(232, 232, 232, 0.9);
  border: none !important;
}
.product-items.products.featured .item .product-item-name {
  hyphens: none;
}
.product-items.products.featured .item.small .product-image-container {
  max-width: 100% !important;
  width: 100%;
}
.product-items.products.featured .item.small .price-box {
  margin-bottom: 0;
}
.product-items.products.featured .item.small .product-item-description {
  display: none;
}
.blog.one-third,
.blog.two-thirds {
  padding: 0;
}
.blog.one-third .image-container,
.blog.two-thirds .image-container {
  padding: 10px;
}
.blog.one-third .image-container img,
.blog.two-thirds .image-container img {
  width: 100%;
}
.slick-slide img {
  width: 100%;
}
.homepage-block {
  height: 330px;
  padding: 10px !important;
  position: relative;
}
.homepage-block div.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.homepage-block div.bg-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.homepage-block .title {
  text-align: center;
  padding-top: 20px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.homepage-block .content {
  color: #FFF;
  width: 100%;
  padding: 20px;
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 10;
  line-height: 27px;
}
.homepage-block .button-container {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background-color: #1d1d1b;
}
.homepage-block .button-container .button {
  margin: 10px 0 !important;
}
.homepage-block.fs-print div.bg-image .title {
  position: absolute;
  right: 40px;
  background: black;
  padding: 0;
  top: 20px;
  padding: 1px 30px;
  border-radius: 100px;
  font-size: 26px;
  font-weight: normal;
}
.homepage-block.fs-print div.bg-image .content {
  position: absolute;
  width: 50%;
  right: 40px;
  padding: 0;
  top: 70px;
  text-align: right;
  font-size: 22px;
  line-height: 23px;
}
.homepage-block.fs-print div.bg-image .button-container {
  position: absolute;
  bottom: 0px;
  text-align: right;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  right: 40px;
}
.filter-title strong {
  background: none !important;
  width: 40%;
  font-size: 18px;
  font-weight: bold;
}
.filter-title strong:before {
  content: '';
}
.message.success,
.message.notice,
.message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.5rem;
  background: #cfd800;
  color: #000000;
  padding-left: 45px;
  position: relative;
  border-radius: 15px;
  font-size: 16px !important;
}
.message.success *:first-child:before,
.message.notice *:first-child:before,
.message.error *:first-child:before {
  color: #FFF !important;
}
.field {
  margin: 0px 0 10px !important;
  position: relative;
}
.field[name="shippingAddress.firstname"],
.field[name="shippingAddress.city"],
.field[name="billingAddresssagepaysuitepi.firstname"],
.field[name="billingAddresssagepaysuitepi.city"] {
  width: 49%;
  float: left;
  z-index: 2;
}
.field[name="shippingAddress.lastname"],
.field[name="shippingAddress.region"],
.field[name="shippingAddress.country_id"],
.field[name="shippingAddress.postcode"],
.field[name="billingAddresssagepaysuitepi.lastname"],
.field[name="billingAddresssagepaysuitepi.region"],
.field[name="billingAddresssagepaysuitepi.country_id"],
.field[name="billingAddresssagepaysuitepi.postcode"] {
  width: 49%;
  float: left;
  margin-left: 1.5% !important;
  z-index: 2;
}
.field[name="shippingAddress.country_id"],
.field[name="billingAddresssagepaysuitepi.country_id"] {
  width: 49%;
  float: left;
  margin-left: 0% !important;
  z-index: 2;
}
.field .control input {
  border: 1px solid #cfd800 !important;
  height: 36px !important;
  font-size: 16px !important;
  width: 99%;
}
.field .control input[type="checkbox"].input-text {
  height: 16px !important;
  width: 20px !important;
}
.field .control._with-tooltip input {
  width: 99%;
}
.field_error input {
  border-color: red !important;
}
#shipping-method-buttons-container {
  float: right;
}
.opc-wrapper .checkout-shipping-address .step-content .field-tooltip .field-tooltip-action {
  display: none;
}
.opc-wrapper .checkout-shipping-address .step-content input,
.opc-wrapper .checkout-shipping-address .step-content select {
  border: 1px solid #cfd800 !important;
  height: 36px !important;
  font-size: 16px !important;
  background: none !important;
}
.opc-wrapper .form-login {
  border-bottom: none !important;
}
li#shipping,
li#opc-shipping_method {
  background: #f7f7f7;
  padding: 20px;
}
li#opc-shipping_method {
  margin-top: 20px;
}
.opc-sidebar {
  background-color: #f7f7f7;
  margin-top: 0;
}
@media only screen and (max-width: 639px) {
  .opc-wrapper .methods-shipping {
    border-bottom: none !important;
    background: none;
  }
  li#shipping,
  li#opc-shipping_method {
    padding-bottom: 55px;
  }
  .opc-estimated-wrapper .estimated-block {
    display: none !important;
  }
  .opc-estimated-wrapper {
    background: #000000 !important;
  }
  .opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
    color: #fff;
  }
}
.action-auth-toggle {
  text-indent: -9999px;
}
.field-error {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
#customer-email-error {
  position: absolute;
  bottom: 00px;
  right: 10px;
}
.validator.validator-email.validation-no .feedback {
  display: none;
}
.checkout-shipping-method .table-checkout-shipping-method {
  font-size: 18px;
}
.billing-address-same-as-shipping-block {
  background: #cfd800;
  padding: 5px;
  color: white;
}
.billing-address-same-as-shipping-block input {
  background: #cfd800;
  padding: 5px;
  color: white;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
  font-size: 18px;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: none;
}
.payment-method {
  background: #f7f7f7;
  padding: 0 20px;
}
.payment-method input[name="cardholder-name"],
.payment-method input[name="card-number"],
.payment-method input[name="expiry-date"],
.payment-method input[name="security-code"] {
  border: 1px solid #cfd800 !important;
  height: 36px !important;
  font-size: 16px !important;
  background: none !important;
  box-shadow: none;
}
.cart-discount .block > .title strong {
  color: #cfd800;
  font-weight: bold;
}
.cart.main.actions .update {
  background-color: #cfd800;
  border: none;
}
button.action.apply.primary {
  background: #cfd800;
  border: none;
  height: 36px;
  border-radius: 20px !important;
  margin-left: 10px !important;
}
.megamenu-container {
  color: #000;
  float: left;
}
.megamenu-container:first-of-type {
  width: 25%;
}
.megamenu-container:nth-of-type(2) {
  width: 75%;
}
.megamenu-container ul li {
  break-inside: avoid-column !important;
}
.megamenu-container ul li a {
  border-bottom: none !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner > ul.columns-group {
  display: none !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner > ul.columns-group.starter {
  display: none !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner ul.columns-group:first-of-type {
  display: block !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner ul.megamenu-tabs:last-of-type {
  display: block !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular {
  width: 75% !important;
  float: left;
  border-left: 1px solid #dedede;
  padding-left: 20px;
  border-right: 1px solid #dedede;
  padding-right: 20px;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular li img {
  border-radius: 10px;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular li p {
  display: inline !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular h2 {
  margin: 0 !important;
  padding-bottom: 10px;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular ul {
  float: left;
  column-count: 3;
  width: 100% !important;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular ul li {
  text-align: center;
}
.level-top-fullwidth .fullwidth-wrapper-inner .most-popular ul li a {
  font-weight: bold;
}
.level-top-fullwidth .fullwidth-wrapper-inner .popular-categories {
  width: 25%;
  float: left;
  padding-left: 20px;
}
.level-top-fullwidth .fullwidth-wrapper-inner .popular-categories h2 {
  margin: 0 !important;
  padding-bottom: 10px;
}
.level-top-fullwidth .fullwidth-wrapper-inner .popular-categories ul {
  float: left;
  width: 100% !important;
}
.fullwidth-wrapper {
  padding-bottom: 50px;
}
.navigation .megamenu .level0.submenu .menu-block.block-container ul.is-hidden {
  display: none !important;
}
.megamenu-tabs li {
  padding: 10px 0 !important;
  padding-left: 5px !important;
  color: white;
  font-size: 2rem;
  position: relative;
  color: #bbb;
  border-bottom: 1px solid #e8e8e8;
}
.megamenu-tabs li:hover,
.megamenu-tabs li.active {
  color: #FFF;
  border-bottom: none;
  background: #cfd800;
}
.megamenu-tabs li:hover:after,
.megamenu-tabs li.active:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #cfd800;
}
#algolia-searchbox .algolia-search-input:focus {
  background-color: #FFF !important;
}
#algolia-searchbox .magnifying-glass {
  bottom: 15px !important;
  right: 15px !important;
}
.page-main .cart-summary .block.shipping {
  display: none;
}
.checkout-payment-method .payment-option-title .action-toggle {
  font-size: 16px;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary button.action {
  box-shadow: none;
  background: #cfd800;
  height: 36px;
  border-radius: 20px;
  color: white;
}
.opc-block-shipping-information .shipping-information-content {
  font-size: 16px;
}
.product-item-details {
  text-align: left !important;
}
.product-item-details .product-item-name {
  min-height: unset;
}
.fotorama__wrap {
  max-width: 98% !important;
}
.price-including-tax {
  text-align: center;
}
.product-item-details {
  margin-left: 40px;
  max-width: unset !important;
}
.our-ambassadors__content .action.button {
  width: 200px !important;
  left: calc(-50%) !important;
}
.faq-nav {
  margin-bottom: 30px;
  background: #f9f9f9;
  padding: 30px;
  text-align: center;
}
.faq-nav a {
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  margin: 0 5px;
  color: #585858;
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: inline-block;
}
.faq-item-question {
  font-size: 20px !important;
  padding: 15px 30px !important;
}
.faq-list .faq-item {
  margin: 0px 0 20px;
}
.product.data.items > .item.content ul {
  margin-left: 30px;
}
input[name="is_subscribed"] {
  display: inline-block;
  float: left;
  margin-top: 10px;
}
textarea#comment {
  border: 1px solid #cfd800;
}
.product.name a.product-item-link {
  text-align: center !important;
  display: inline-block !important;
  font-size: 2rem !important;
  line-height: 2.1rem !important;
}
.product.details.product-item-details {
  width: 100%;
  text-align: center !important;
}
.product-options-bottom .price-box {
  padding-bottom: 10px;
}
.product-info-main .stock {
  float: left !important;
  clear: both !important;
}
.product-item-details {
  margin-left: 0 !important;
}
ul.profile-list {
  columns: 3;
  list-style: none;
  margin-bottom: 4rem;
  column-gap: 60px;
  column-rule-style: solid;
  column-rule-width: 1px;
  column-rule-color: #cfd800;
}
ul.profile-list li {
  page-break-inside: avoid;
  border-bottom: 1px solid #979797;
}
ul.profile-list a.printer,
ul.profile-list div.printer {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 12px;
  display: inline-block;
  margin-bottom: 5px;
}
ul.profile-list a.printer span,
ul.profile-list div.printer span {
  color: #000;
}
ul.profile-list .profiles {
  margin-bottom: 6px;
}
ul.profile-list .profiles .profile {
  padding: 0 6px;
  border-right: 1px solid #CECECE;
  display: inline-block;
}
ul.profile-list .profiles .profile:first-of-type {
  padding-left: 0;
}
ul.profile-list .profiles .profile:last-of-type {
  border-right: none;
}
.download-profile {
  background: #cfd800;
  padding: 10px;
  color: white;
  border-radius: 50px;
  font-weight: bold;
}
.profile.download-link {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  display: block;
  width: 100%;
  color: #cfd800;
}
.ink-profiles td {
  width: 45%;
}
.ink-profiles td:first-of-type {
  width: 55%;
  font-weight: bold;
}
.ink-profiles td:first-of-type span {
  font-weight: bold;
}
.profiles {
  margin-bottom: 6px;
}
.profiles .profile {
  padding: 0 6px;
  border-right: 1px solid #CECECE;
  display: inline-block;
}
.profiles .profile:first-of-type {
  padding-left: 0;
}
.profiles .profile:last-of-type {
  border-right: none;
}
.profile-group {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}
.profile-group:nth-child(odd) {
  width: 45%;
  float: left;
  margin-right: 10%;
}
.profile-group:nth-child(even) {
  width: 45%;
  float: left;
}
.our-ambassadors__content .action.button {
  width: 200px !important;
  left: unset !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  margin-left: -25% !important;
}
.block-categories .ambassadors-content {
  display: flex !important;
}
.ambassadors-categories,
ul.box-shadow li {
  width: 23% !important;
  margin: 1% !important;
  display: flex !important;
  align-items: center !important;
  padding: 15px 10px !important;
  box-shadow: 0 2px 6px 0 #e8e8e8 !important;
  border: none !important;
}
ul.box-shadow li {
  list-style-type: none;
  float: left;
  text-align: center;
}
ul.box-shadow li a {
  font-size: 15px;
  color: #333333;
}
@media (max-width: 850px) {
  .ambassadors-categories {
    width: 31% !important;
  }
}
@media (max-width: 700px) {
  .ambassadors-categories {
    width: 48% !important;
  }
}
@media (max-width: 550px) {
  .ambassadors-categories {
    width: 98% !important;
  }
}
.ambassadors-blog .name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
}
.ambassadors-blog .master {
  border-right: none;
}
.ambassadors-blog .date {
  font-size: 16px;
  border-bottom: 1px solid #cfd800;
}
.minicart-items {
  display: block !important;
}
.opc-block-summary .items-in-cart.active > .title:after {
  display: none;
}
.footer-navigation {
  border-top: 4px solid #cfd800;
  background: black;
}
.footer-navigation .main-content-links a {
  color: #FFF !important;
}
.widget.block.blog-search {
  display: none;
}
.minicart-items .product .toggle:after {
  display: none;
}
.product-item-details .content {
  display: block !important;
}
.page-layout-2columns-right .column.main {
  width: 100% !important;
}
table.delivery {
  width: 50%;
  float: left;
  margin-bottom: 50px;
}
table.delivery th {
  font-size: 1.7rem;
}
table.delivery tr:nth-child(2n) {
  background: #F1F1F4;
}
.cms-fotospeed-home-page .product.details.product-item-details {
  max-width: initial;
  padding: 0 40px;
}
.product-video iframe {
  width: 90% !important;
}
.product-info-main .moreellipses {
  display: none !important;
}
.product-info-main .moreContent span:first-of-type {
  display: inline !important;
}
.product-info-main .moreContent .moreLink {
  display: none;
}
.price-including-tax {
  text-align: left;
}
.minicart-items .product .toggle {
  display: none;
}
.faq-item-question {
  position: relative;
  transition: all 0.5s ease;
}
.faq-item-question:before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 10px;
  position: absolute;
  right: 10px;
  left: unset;
  top: calc(48%);
  color: white;
  transition: all 0.5s ease;
}
.faq-item-question.expanse:before {
  transform: rotate(-45deg);
}
.cms-delivery p {
  font-size: 1.6rem;
}
.product-video iframe {
  width: 98%;
}
.mage-error {
  display: inline-block;
  margin-left: 10px;
}
.faq-grid {
  display: none;
  position: relative;
}
.faq-list {
  margin: 30px 0;
}
.faq-list .category-title h3 {
  position: relative;
}
.faq-list .category-title h3:before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: '';
  display: inline-block;
  height: 10px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(135deg);
  vertical-align: top;
  width: 10px;
  position: absolute;
  right: 10px;
  left: unset;
  top: calc(48%);
  color: black;
  transition: all 0.5s ease;
}
.faq-list .category-title.expanse h3:before {
  transform: rotate(-45deg);
}
.faq-list .category-title h3 {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #cfd800;
}
label[for="sagepaysuitepi"]:before {
  content: '';
  position: absolute;
  right: 0;
  background-image: url(/media/sagepay-payment-logos.png);
  background-size: contain;
  width: 150px;
  height: 56px;
  background-position: bottom;
  top: 6px;
}
.payment-method {
  padding: 5px 20px;
}
.product.attribute.sku {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
.product.attribute.sku strong {
  display: none;
}
#mini-cart li.product-item .message.notice {
  display: none !important;
}
.featured-product-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 300px;
  border: none;
  margin-bottom: 2rem;
}
.page-layout-2col-no-image .column.main {
  width: 79.16666667%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-layout-2col-no-image .sidebar-main {
  width: 20.83333333%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.course-details {
  font-size: 16px;
}
.course-details .label {
  display: inline-block;
  width: 100px;
  font-weight: bold;
}
#block-related-heading {
  font-size: 30px;
}
.product-item-actions .actions-secondary {
  display: none !important;
}
.fsprint .section_buttons ul {
  margin: 15px 0;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
.fsprint .section_buttons ul li {
  background: #CFD800;
  padding: 10px 40px;
  border-radius: 20px;
}
.fsprint .section_buttons ul li a {
  text-decoration: none;
  color: inherit;
}
.fsprint .prizes,
.fsprint .how-to-enter,
.fsprint .results,
.fsprint .weekly-winner,
.fsprint .competition-rules,
.fsprint .section_buttons {
  width: 60%;
  margin: auto;
}
.fsprint .prizes .left,
.fsprint .how-to-enter .left,
.fsprint .results .left,
.fsprint .weekly-winner .left,
.fsprint .competition-rules .left,
.fsprint .section_buttons .left {
  display: flex;
}
.fsprint .prizes .right,
.fsprint .how-to-enter .right,
.fsprint .results .right,
.fsprint .weekly-winner .right,
.fsprint .competition-rules .right,
.fsprint .section_buttons .right {
  display: flex;
  flex-direction: row-reverse;
}
.fsprint .prizes .right .content .button,
.fsprint .how-to-enter .right .content .button,
.fsprint .results .right .content .button,
.fsprint .weekly-winner .right .content .button,
.fsprint .competition-rules .right .content .button,
.fsprint .section_buttons .right .content .button {
  margin-top: 28px;
  background: #CFD800;
  padding: 10px 40px;
  border-radius: 20px;
  display: inline-block;
}
.fsprint .prizes .prizes-content-blocks,
.fsprint .how-to-enter .prizes-content-blocks,
.fsprint .results .prizes-content-blocks,
.fsprint .weekly-winner .prizes-content-blocks,
.fsprint .competition-rules .prizes-content-blocks,
.fsprint .section_buttons .prizes-content-blocks {
  margin: 30px 0px;
  width: 100%;
}
.fsprint .prizes .prizes-content-blocks .spacing,
.fsprint .how-to-enter .prizes-content-blocks .spacing,
.fsprint .results .prizes-content-blocks .spacing,
.fsprint .weekly-winner .prizes-content-blocks .spacing,
.fsprint .competition-rules .prizes-content-blocks .spacing,
.fsprint .section_buttons .prizes-content-blocks .spacing {
  padding: 10px;
}
.fsprint .prizes .prizes-content-blocks .image,
.fsprint .how-to-enter .prizes-content-blocks .image,
.fsprint .results .prizes-content-blocks .image,
.fsprint .weekly-winner .prizes-content-blocks .image,
.fsprint .competition-rules .prizes-content-blocks .image,
.fsprint .section_buttons .prizes-content-blocks .image {
  width: 40%;
  overflow: hidden;
  background-image: url('../images/background.jpg');
  background-size: cover;
}
.fsprint .prizes .prizes-content-blocks .image img,
.fsprint .how-to-enter .prizes-content-blocks .image img,
.fsprint .results .prizes-content-blocks .image img,
.fsprint .weekly-winner .prizes-content-blocks .image img,
.fsprint .competition-rules .prizes-content-blocks .image img,
.fsprint .section_buttons .prizes-content-blocks .image img {
  width: 100%;
}
.fsprint .prizes .prizes-content-blocks .content,
.fsprint .how-to-enter .prizes-content-blocks .content,
.fsprint .results .prizes-content-blocks .content,
.fsprint .weekly-winner .prizes-content-blocks .content,
.fsprint .competition-rules .prizes-content-blocks .content,
.fsprint .section_buttons .prizes-content-blocks .content {
  width: 60%;
}
.fsprint .prizes .prizes-content-blocks .content p,
.fsprint .how-to-enter .prizes-content-blocks .content p,
.fsprint .results .prizes-content-blocks .content p,
.fsprint .weekly-winner .prizes-content-blocks .content p,
.fsprint .competition-rules .prizes-content-blocks .content p,
.fsprint .section_buttons .prizes-content-blocks .content p {
  font-size: 20px;
  line-height: 24px;
}
.fsprint .results .results-image-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fsprint .results .results-image-container .container {
  width: 49%;
}
.fsprint .results .results-image-container .container .result-images {
  width: 100%;
  background-color: pink;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30%;
}
.fsprint .results .results-image-container .container h4 {
  margin: 8px 0 15px;
}
.fsprint .weekly-winner .weekly-winner-container .name {
  display: inline-block;
  padding: 19px;
  background-color: black;
  color: white;
}
.fsprint .weekly-winner .weekly-winner-container .name p span {
  color: #CFD800;
}
.fsprint .weekly-winner .weekly-winner-container .image {
  width: 100%;
  background-color: pink;
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30%;
}
.fsprint .weekly-winner .weekly-winner-container > div {
  margin-bottom: 2%;
}
.fsprint .competition-rules .container {
  display: flex;
  margin: 30px 0px;
  width: 100%;
  justify-content: space-between;
}
.fsprint .competition-rules .container .spacing {
  padding: 10px;
}
.fsprint .competition-rules .container .image {
  width: 50%;
  overflow: hidden;
  background-image: url('../images/background.jpg');
  background-size: cover;
}
.fsprint .competition-rules .container .image img {
  width: 100%;
}
.fsprint .competition-rules .container .content {
  width: 46%;
}
.fsprint .competition-rules .container .content .rules {
  display: flex;
  margin: 18px 0;
}
.fsprint .competition-rules .container .content .rules p {
  font-size: 20px;
  line-height: 24px;
}
.fsprint .header {
  width: 80%;
}
.fsprint .header h2 {
  margin-bottom: 20px;
}
.fsprint .header h2::after {
  content: '';
  border-bottom: solid 1px #CFD800;
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 10px 0;
}
.fsprint .banner {
  background: black;
  padding: 10vh;
  margin: 10px 0 ;
}
html,
body {
  overflow-x: hidden !important;
}
.ambassadors-blog__image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.ambassadors.block-categories {
  width: calc(80vw);
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  background: #F9F9F9;
  padding-bottom: 60px;
}
.ambassadors-categories a {
  display: inline-block;
  font-size: 18px;
}
.ambassadors-categories a:hover {
  text-decoration: none;
}
.ambassadors-categories:hover {
  background: #f9f9f9;
}
.slider-container {
  text-align: center;
  background: #21211f;
}
.slider-container #banner-slider {
  margin: 0 auto;
}
.block.related .block-actions {
  display: none;
}
.aa-dataset-products {
  min-height: 220px !important;
}
.block-container {
  height: 100%;
  z-index: 1;
  display: flex;
}
.block-container .green-bar {
  paddding: 5px;
  background: #cfd800;
  position: absolute;
  left: 14px;
  top: 2px;
  border-radius: 2px;
  height: 260px;
}
.block-container .content {
  width: 89%;
  margin: auto;
}
.block-container .button-container {
  background: none;
  margin-bottom: 28px;
}
.is-hidden,
.hidden {
  display: none;
}
.fs-print-monday-old .section_buttons ul {
  margin: 15px 0;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
.fs-print-monday-old .section_buttons ul a {
  text-decoration: none;
  color: inherit;
}
.fs-print-monday-old .section_buttons ul li a {
  background: #CFD800;
  padding: 10px 40px;
  border-radius: 20px;
}
.fs-print-monday-old .prizes,
.fs-print-monday-old .how-to-enter,
.fs-print-monday-old .results,
.fs-print-monday-old .weekly-winner,
.fs-print-monday-old .competition-rules,
.fs-print-monday-old .section_buttons {
  width: 80%;
  margin: auto;
}
.fs-print-monday-old .prizes .left,
.fs-print-monday-old .how-to-enter .left,
.fs-print-monday-old .results .left,
.fs-print-monday-old .weekly-winner .left,
.fs-print-monday-old .competition-rules .left,
.fs-print-monday-old .section_buttons .left {
  display: flex;
}
.fs-print-monday-old .prizes .right,
.fs-print-monday-old .how-to-enter .right,
.fs-print-monday-old .results .right,
.fs-print-monday-old .weekly-winner .right,
.fs-print-monday-old .competition-rules .right,
.fs-print-monday-old .section_buttons .right {
  display: flex;
  flex-direction: row-reverse;
}
.fs-print-monday-old .prizes .right .content .button,
.fs-print-monday-old .how-to-enter .right .content .button,
.fs-print-monday-old .results .right .content .button,
.fs-print-monday-old .weekly-winner .right .content .button,
.fs-print-monday-old .competition-rules .right .content .button,
.fs-print-monday-old .section_buttons .right .content .button {
  margin-top: 28px;
  background: #CFD800;
  padding: 10px 40px;
  border-radius: 20px;
  display: inline-block;
}
.fs-print-monday-old .prizes .prizes-content-blocks,
.fs-print-monday-old .how-to-enter .prizes-content-blocks,
.fs-print-monday-old .results .prizes-content-blocks,
.fs-print-monday-old .weekly-winner .prizes-content-blocks,
.fs-print-monday-old .competition-rules .prizes-content-blocks,
.fs-print-monday-old .section_buttons .prizes-content-blocks {
  margin: 30px 0px;
  width: 100%;
}
.fs-print-monday-old .prizes .prizes-content-blocks .spacing,
.fs-print-monday-old .how-to-enter .prizes-content-blocks .spacing,
.fs-print-monday-old .results .prizes-content-blocks .spacing,
.fs-print-monday-old .weekly-winner .prizes-content-blocks .spacing,
.fs-print-monday-old .competition-rules .prizes-content-blocks .spacing,
.fs-print-monday-old .section_buttons .prizes-content-blocks .spacing {
  padding: 10px;
}
.fs-print-monday-old .prizes .prizes-content-blocks .image,
.fs-print-monday-old .how-to-enter .prizes-content-blocks .image,
.fs-print-monday-old .results .prizes-content-blocks .image,
.fs-print-monday-old .weekly-winner .prizes-content-blocks .image,
.fs-print-monday-old .competition-rules .prizes-content-blocks .image,
.fs-print-monday-old .section_buttons .prizes-content-blocks .image {
  width: 260px;
  overflow: hidden;
  background-image: url("../images/background.jpg");
  background-size: cover;
}
.fs-print-monday-old .prizes .prizes-content-blocks .image img,
.fs-print-monday-old .how-to-enter .prizes-content-blocks .image img,
.fs-print-monday-old .results .prizes-content-blocks .image img,
.fs-print-monday-old .weekly-winner .prizes-content-blocks .image img,
.fs-print-monday-old .competition-rules .prizes-content-blocks .image img,
.fs-print-monday-old .section_buttons .prizes-content-blocks .image img {
  width: 100%;
}
.fs-print-monday-old .prizes .prizes-content-blocks .content,
.fs-print-monday-old .how-to-enter .prizes-content-blocks .content,
.fs-print-monday-old .results .prizes-content-blocks .content,
.fs-print-monday-old .weekly-winner .prizes-content-blocks .content,
.fs-print-monday-old .competition-rules .prizes-content-blocks .content,
.fs-print-monday-old .section_buttons .prizes-content-blocks .content {
  width: 60%;
}
.fs-print-monday-old .prizes .prizes-content-blocks .content p,
.fs-print-monday-old .how-to-enter .prizes-content-blocks .content p,
.fs-print-monday-old .results .prizes-content-blocks .content p,
.fs-print-monday-old .weekly-winner .prizes-content-blocks .content p,
.fs-print-monday-old .competition-rules .prizes-content-blocks .content p,
.fs-print-monday-old .section_buttons .prizes-content-blocks .content p {
  font-size: 20px;
  line-height: 24px;
}
.fs-print-monday-old .results .results-image-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fs-print-monday-old .results .results-image-container .container {
  width: 49%;
}
.fs-print-monday-old .results .results-image-container .container .result-images {
  width: 100%;
  background-color: pink;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30%;
}
.fs-print-monday-old .results .results-image-container .container h4 {
  margin: 8px 0 15px;
}
.fs-print-monday-old .weekly-winner .weekly-winner-container .name {
  display: inline-block;
  padding: 19px;
  background-color: black;
  color: white;
}
.fs-print-monday-old .weekly-winner .weekly-winner-container .name p span {
  color: #CFD800;
}
.fs-print-monday-old .weekly-winner .weekly-winner-container .image {
  width: 100%;
  background-color: pink;
  background-image: url("../images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30%;
}
.fs-print-monday-old .weekly-winner .weekly-winner-container > div {
  margin-bottom: 2%;
}
.fs-print-monday-old .competition-rules .container {
  display: flex;
  margin: 30px 0px;
  width: 100%;
  justify-content: space-between;
}
.fs-print-monday-old .competition-rules .container .spacing {
  padding: 10px;
}
.fs-print-monday-old .competition-rules .container .image {
  width: 50%;
  overflow: hidden;
  background-image: url("../images/background.jpg");
  background-size: cover;
}
.fs-print-monday-old .competition-rules .container .image img {
  width: 100%;
}
.fs-print-monday-old .competition-rules .container .content {
  width: 46%;
}
.fs-print-monday-old .competition-rules .container .content .rules {
  display: flex;
  margin: 18px 0;
}
.fs-print-monday-old .competition-rules .container .content .rules p {
  font-size: 20px;
  line-height: 24px;
}
.fs-print-monday-old .rules h4 {
  padding-right: 10px;
}
.fs-print-monday-old .header {
  width: 80%;
}
.fs-print-monday-old .header h2 {
  margin-bottom: 20px;
}
.fs-print-monday-old .header h2::after {
  content: '';
  border-bottom: solid 1px #CFD800;
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 10px 0;
}
.support-page .container {
  width: 80%;
  margin: auto;
}
.support-page .container .banner {
  background: black;
  padding: 80px;
}
.support-page .container .tips-processes .content,
.support-page .container .color-management .content {
  margin: 41px 0;
}
.support-page .container .tips-processes .content .header,
.support-page .container .color-management .content .header {
  margin: 10px 0;
}
.support-page .container .tips-processes .content .paragraph p,
.support-page .container .color-management .content .paragraph p {
  line-height: 24px;
}
.support-page .container .tips-processes .card-container,
.support-page .container .color-management .card-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.support-page .container .tips-processes .card-container .card,
.support-page .container .color-management .card-container .card {
  margin: 10px 0;
  width: 49%;
}
.support-page .container .tips-processes .card-container .card .image,
.support-page .container .color-management .card-container .card .image {
  background-image: url("https://images.unsplash.com/photo-1500964757637-c85e8a162699?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1978&q=80");
  background-size: cover;
  height: 180px;
}
.support-page .container .tips-processes .card-container .card .content,
.support-page .container .color-management .card-container .card .content {
  margin: 0;
}
.support-page .container .tips-processes .card-container .card .content p,
.support-page .container .color-management .card-container .card .content p {
  line-height: 24px;
}
.support-page .container .health-safety .content {
  margin: 30px 0;
}
.support-page .container .health-safety .content .header {
  margin: 10px 0;
}
.support-page .container .health-safety .btn-cont {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(207px, 1fr));
  grid-gap: 10px;
}
.support-page .container .health-safety .btn-cont a {
  align-items: center;
  display: flex;
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  background: #d4d4d470;
}
.support-page .container .health-safety .btn-cont a .fa-download {
  color: #CFD800;
}
.support-page .container .health-safety .btn-cont a .download-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.support-page .card .header::after {
  content: '';
  border-bottom: solid 1px #CFD800;
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 10px 0px;
}
@media only screen and (max-width: 1000px) {
  .support-page .container {
    width: 90%;
  }
  .support-page .container .card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
  .support-page .container .card-container .card {
    width: 100% !important;
  }
}
.old-price {
  display: inline;
  text-decoration: line-through;
  padding-left: 20px;
  font-size: 17px;
}
.old-price .price-container .price-label {
  display: none !important;
}
.old-price .price-container .price {
  font-size: 22px !important;
  font-weight: normal !important;
}
.out-of-stock-notify {
  border: 2px solid #cfd800;
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  clear: both;
  display: none;
}
#search-result .faq-grid {
  display: block !important;
}
.post-info {
  display: flex;
  justify-content: space-between;
}
.post-list .post-holder .post-header .addthis_toolbox {
  display: none;
}
.post-list .post-content .post-read-more {
  padding-top: 10px;
  float: left;
  padding-left: 34px;
  margin-bottom: 60px;
}
.post-list .post-header .post-title a {
  text-decoration: none;
  font-size: 22px;
  color: #1d1d1d !important;
}
.search.results dl.block {
  display: none;
}
.payment-method.stripe-payments .fieldset.ccard {
  display: none;
}
#payment-request-button + label {
  display: none;
}
.ambassadors.block-categories {
  background: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-title,
.ambassadors-title {
  margin-bottom: 20px !important;
}
.post-description .clear.clearfix {
  display: none;
}
#aw-filter-option-paper_test_pack-0,
label[for="aw-filter-option-paper_test_pack-0"],
label[for="aw-filter-option-paper_test_pack-0"] + span {
  display: none;
}
.support-page .container .health-safety .btn-cont {
  display: block;
}
.support-page .container .health-safety .btn-cont a {
  background: none;
}
.am-attachments .am-fileline .am-filesize {
  display: none;
}
.widget .block-title strong {
  font-size: 27px !important;
}
.product.name a.product-item-link {
  font-size: 1.80rem !important;
  padding: 0 12px !important;
}
.blog-post-view .post-view .post-content .post-description .post-ftimg-hld {
  display: none !important;
}
.order-details-items .table-wrapper .data.table > thead > tr > th.price,
.order-details-items .table-wrapper .data.table > thead > tr > th.qty,
.order-details-items .table-wrapper .data.table > thead > tr > th.subtotal,
.order-details-items .items-qty .item {
  text-align: left;
}
body.ios .payment-method.stripe-payments {
  display: none !important;
}
body.ios.safari .payment-method.stripe-payments,
body.ios.chrome .payment-method.stripe-payments {
  display: block !important;
}
.popular-categories {
  height: 350px;
}
.sales-order-print .switcher.account,
.sales-order-print .copyright,
.sales-order-print .footer-navigation,
.sales-order-print .announcement-bar-content {
  display: none !important;
}
.sales-order-print a.logo {
  background: black;
  display: block;
  text-align: center;
  background-image: url('https://magento-1027851-3624509.cloudwaysapps.com/pub/media/Letterhead-1.jpg');
  height: 192px;
  width: 1140px;
  background-size: cover;
}
.sales-order-print a.logo img {
  margin: 0 auto;
  display: none;
}
.footer-information {
  display: none;
}
.footer-information.global {
  display: block;
}
.checkout-index-index .top-header-links {
  display: none !important;
}
.top-header-links .main-content li {
  display: inline-block;
  list-style: none;
}
.top-header-links .main-content li:first-of-type {
  margin-left: 20px;
}
.top-header-links .main-content li:nth-of-type(2) {
  width: 150px;
}
.faq-item-answer p {
  padding: 0 10px !important;
  line-height: unset !important;
  font-size: 20px !important;
  font-family: 'Daytona Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 300 !important;
}
#form-validate .nested {
  margin-top: 10px;
}
.price-including-tax::before {
  content: '' !important;
}
.price-including-tax::after {
  content: 'Incl. VAT';
  font-size: 1.1rem;
}
.price-including-tax + .price-excluding-tax:before,
.weee[data-label]:before {
  content: '' !important;
}
.price-including-tax + .price-excluding-tax:after,
.weee[data-label]:after {
  content: 'Excl. VAT';
  font-size: 1.1rem;
}
label[for="stripe_payments"] span:last-of-type:after {
  content: '';
  width: 100px;
  height: 35px;
  display: inline-block;
  margin-left: 10px;
  background-image: url(https://www.flyhighenglish.com/wp-content/uploads/2019/04/Payment-Logos.jpg);
  background-size: cover;
  top: 12px;
  position: relative;
}
.opc-wrapper .actions-toolbar {
  height: 55px !important;
}
.checkout-agreement label button span:after {
  content: ' (opens in new tab)';
}
li.nav-8 ul {
  display: none !important;
}
ul.submenu.fullwidth {
  border: none !important;
}
.page-main .product-highlight-text {
  margin-bottom: 20px;
}
.checkout-agreement[novalidate="novalidate"] {
  border: 2px dashed red;
  padding: 5px;
}
.owl-nav {
  position: relative;
  top: -235px;
  font-size: 40px;
}
.owl-prev {
  position: relative;
  float: left;
}
.owl-next {
  position: relative;
  float: right;
}
.plus-minus-input {
  align-items: center;
  display: flex;
}
.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 1rem;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  appearance: none;
}
.plus-minus-input .input-group-button .circle {
  height: 36px;
  margin: 0 0.25em;
  border-radius: 50%;
  padding: 0.25em 0.8em;
}
.extra-resources {
  display: flex;
  margin-bottom: 20px;
}
.extra-resources a {
  display: inline-block;
  width: 100%;
}
.extra-resource {
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #cfd800;
  cursor: pointer;
}
.extra-resource:hover {
  background-color: #CFD800;
}
.opc-progress-bar {
  text-align: left;
}
.opc-wrapper .checkout-shipping-address {
  text-align: left;
}
@media (max-width: 768px) {
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    text-align: center;
    display: inline-flex;
    margin-bottom: 40px;
    margin-top: 40px;
    background: #ccc;
    border-radius: 25px;
    border: 1px solid #000;
    overflow: hidden;
  }
  .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 > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .validator {
    width: 100% !important;
  }
  .checkout-payment-method .payment-option {
    margin: 0 !important;
  }
  .checkout-payment-method .no-quotes-block {
    padding: 15px !important;
  }
  .checkout-payment-method .payment-methods {
    padding: 15px !important;
  }
}
.checkout-payment-method {
  background: #f7f7f7;
}
#opc-sidebar {
  float: right;
  width: 380px;
}
.paypal.checkout {
  display: none;
}
.catalog-product-view .paypal.checkout {
  display: block !important;
}
.opc-wrapper .payment-group .step-title {
  padding: 0 15px !important;
}
.opc-wrapper .message.success,
.opc-wrapper .message.notice,
.opc-wrapper .message.error {
  margin: 0 15px 10px !important;
}
header div.block-minicart .block-content .minicart-items-wrapper div.product.actions {
  float: right !important;
  margin-left: auto !important;
  margin-right: -10px !important;
  width: auto !important;
  margin-top: -28px !important;
}
body.checkout-index-index .minicart-items .product-image-container {
  width: 80px !important;
}
.opc-wrapper .step-title {
  margin-top: 0;
  font-size: 2.6rem;
  margin-bottom: 15px;
}
form#co-shipping-method-form {
  display: inline-block;
  width: 100%;
}
.header.content .minicart-wrapper .action.showcart .counter.qty {
  left: 28px;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  min-width: 20px;
  line-height: 20px !important;
}
#algoliaAutocomplete .aa-SubmitButton {
  height: 40px;
}
.block-search input {
  height: 40px;
}
.page-header .logo {
  margin: 0;
}
.header.content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-header .switcher.account,
.minicart-wrapper {
  margin-top: 3px;
}
.header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  font-size: 13px;
  line-height: 16px;
}
header .block-search {
  margin-top: 9px;
}
.opc-wrapper #checkout-step-shipping_method {
  margin-bottom: 0;
}
form#co-shipping-method-form {
  vertical-align: middle;
}
#co-payment-form hr {
  display: none;
}
.checkout-payment-method .payment-method-title {
  margin: 0 !important;
}
.opc-block-summary {
  padding: 20px;
}
.opc-block-shipping-information {
  padding: 0 20px;
}
.checkout-payment-method .payment-option-title {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 20px;
}
.cart-summary {
  padding: 20px;
}
.cart-summary strong.summary.title {
  margin-top: 0;
}
#custom-mini-cart-slide .minicart-wrapper tr td.amount {
  text-align: right;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  margin-top: 0;
}
.minicart-items .product-item-name {
  margin-top: -8px;
  margin-bottom: 0px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items .product-image-container {
  vertical-align: middle;
}
#custom-mini-cart-slide .minicart-wrapper tr th {
  padding-left: 0 !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  padding: 20px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  padding-top: 0;
}
#co-payment-form br {
  display: none;
}
.opc-wrapper .payment-group .step-title {
  padding: 20px !important;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagebuilder-slide-wrapper,
  .pagebuilder-slide-wrapper .pagebuilder-overlay {
    min-height: 23.4vw !important;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    right: 13px;
    top: 22px;
  }
  div#custom-mini-cart-slide {
    margin-right: 41px;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  #algoliaAutocomplete {
    display: inline-block;
    width: 100%;
    height: auto !important;
    margin-bottom: 0;
  }
  .page-header .logo {
    position: static;
    margin: 0;
    padding-left: 0;
  }
  .header.content {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #custom-mini-cart-slide .minicart-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
  .page-wrapper .page-header .header.content .switcher {
    position: static;
    margin-left: auto;
    margin-top: 0px;
  }
  .block-search input {
    padding-left: 16px;
  }
  #algoliaAutocomplete .aa-SubmitButton {
    padding: 9px 15px;
  }
  .header.content .minicart-wrapper .action.showcart .counter.qty {
    right: -6px !important;
    left: auto;
  }
  .page-header .switcher.account .options .action.toggle:before {
    font-size: 28px;
  }
}
header div.block-minicart .block-content .minicart-items-wrapper div.product.actions {
  float: right !important;
  margin-left: auto !important;
  margin-right: -10px !important;
  width: auto !important;
  margin-top: -28px !important;
}
body.checkout-index-index .minicart-items .product-image-container {
  width: 80px !important;
}
.opc-wrapper .step-title {
  margin-top: 0;
  font-size: 2.6rem;
  margin-bottom: 15px;
}
form#co-shipping-method-form {
  display: inline-block;
  width: 100%;
}
.header.content .minicart-wrapper .action.showcart .counter.qty {
  left: 28px;
  width: 20px;
  height: 20px;
  padding: 0 !important;
  min-width: 20px;
  line-height: 20px !important;
}
#algoliaAutocomplete .aa-SubmitButton {
  height: 40px;
}
.block-search input {
  height: 40px;
}
.page-header .logo {
  margin: 0;
}
.header.content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-header .switcher.account,
.minicart-wrapper {
  margin-top: 3px;
}
.header.content .minicart-wrapper .action.showcart .counter.qty .counter-number {
  font-size: 13px;
  line-height: 16px;
}
header .block-search {
  margin-top: 9px;
}
.opc-wrapper #checkout-step-shipping_method {
  margin-bottom: 0;
}
form#co-shipping-method-form {
  vertical-align: middle;
}
#co-payment-form hr {
  display: none;
}
.checkout-payment-method .payment-method-title {
  margin: 0 !important;
}
.opc-block-summary {
  padding: 20px;
}
.opc-block-shipping-information {
  padding: 0 20px;
}
.checkout-payment-method .payment-option-title {
  padding-left: 20px;
  padding-right: 20px;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 20px;
}
.cart-summary {
  padding: 20px;
}
.cart-summary strong.summary.title {
  margin-top: 0;
}
#custom-mini-cart-slide .minicart-wrapper tr td.amount {
  text-align: right;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  margin-top: 0;
}
.minicart-items .product-item-name {
  margin-top: -8px;
  margin-bottom: 0px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .minicart-items .product-image-container {
  vertical-align: middle;
}
#custom-mini-cart-slide .minicart-wrapper tr th {
  padding-left: 0 !important;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content {
  padding: 20px;
}
#custom-mini-cart-slide .minicart-wrapper .mage-dropdown-dialog .block-minicart #minicart-content-wrapper .block-content .minicart-items-wrapper {
  padding-top: 0;
}
#co-payment-form br {
  display: none;
}
.opc-wrapper .payment-group .step-title {
  padding: 20px !important;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagebuilder-slide-wrapper,
  .pagebuilder-slide-wrapper .pagebuilder-overlay {
    min-height: 23.4vw !important;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    right: 13px;
    top: 22px;
  }
  div#custom-mini-cart-slide {
    margin-right: 41px;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  #algoliaAutocomplete {
    display: inline-block;
    width: 100%;
    height: auto !important;
    margin-bottom: 0;
  }
  .page-header .logo {
    position: static;
    margin: 0;
    padding-left: 0;
  }
  .header.content {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #custom-mini-cart-slide .minicart-wrapper {
    margin-top: 0;
    margin-right: 0;
  }
  .page-wrapper .page-header .header.content .switcher {
    position: static;
    margin-left: auto;
    margin-top: 0px;
  }
  .block-search input {
    padding-left: 16px;
  }
  #algoliaAutocomplete .aa-SubmitButton {
    padding: 9px 15px;
  }
  .header.content .minicart-wrapper .action.showcart .counter.qty {
    right: -6px !important;
    left: auto;
  }
  .page-header .switcher.account .options .action.toggle:before {
    font-size: 28px;
  }
}
.top-header-links .main-content .main-content-links a svg {
  height: 18px !important;
}
.top-header-links .main-content .main-content-links a svg path {
  fill: #fff !important;
}
.top-header-links .main-content .main-content-links a svg:hover path {
  fill: #cfd800 !important;
}
.top-header-links .main-content a {
  display: inline-table;
  vertical-align: middle;
}
.breadcrumbs a:visited {
  color: #000 !important;
  text-decoration: none;
}
input[type="checkbox"]:checked::before {
  background-color: #cfd800 !important;
  /* Change to your desired color */
  border-color: #cfd800 !important;
  /* Change to your desired color */
}
.checkout-agreements-block .checkout-agreement.field {
  display: inline-block !important;
}
