/**
 * 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * 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);
  }
}
html {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 10px;
}
body {
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 10px;
}
.white-popup {
  background: #ffffff;
  margin: 0 auto;
  max-width: 800px;
  padding: 25px;
  position: relative;
  width: auto;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  -webkit-transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: scale(0) rotate(500deg);
  transition: all 0.5s;
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: translateX(50px);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready .mfp-content {
  position: absolute;
  left: 0;
  top: 0;
  animation: fromTopToCenter 1s forwards;
}
@keyframes fromTopToCenter {
  0% {
    left: 50%;
    top: 0;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  100% {
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: translateY(-50px);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
  transition: all 0.3s ease-in-out;
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: rotateY(60deg);
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s ease-in-out;
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  opacity: 0;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/**/
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_HidePrice
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_QuoteExtension
 * @author     Extension Team
 * @copyright  Copyright (c) 2018-2019 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions {
  width: 100%;
  display: inline-block;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions .actions-primary {
  width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions .actions-primary .action.tocart {
  width: 100%;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions .quote-category {
  width: 100%;
  margin-top: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .fieldset .product-item-actions .quote-category .action.toquote {
  width: 100%;
}
.action.primary.quote-cancel,
.action.primary.quote-move-print,
.action.primary.quote-checkout {
  width: 200px;
  height: 40px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
}
.action.primary.quote-cancel {
  background: #FFF;
  background: #bc3737;
  border: 1px solid #bc3737;
}
.action.primary.quote-move-print {
  color: #FFF;
  background: #8bbc37;
  border: 1px solid #8bbc37;
}
.action.primary.quote-checkout {
  background: #d2691e;
  border: 1px solid #d2691e;
}
.checkout-cart-index .form-cart .copytoquote {
  float: right;
}
.quoteextension-quote-configure .box-tocart .action.toquote {
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  .miniquote-wrapper .block-miniquote {
    width: 290px;
  }
}
@media all and (min-width: 768px) {
  .miniquote-wrapper {
    margin-left: 13px;
  }
  .miniquote-wrapper .block-miniquote {
    right: -15px;
    width: 390px;
  }
  .miniquote-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .box-tocart .action.toquote {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
}
textarea {
  font-size: 1.2rem !important;
}
.cart-summary .table.totals,
.table.table-totals,
.table.table-totals {
  /* display:none; */
}
.box-tocart {
  margin-top: -10px !important;
}
.quoteextension-quote-index .cart-summary .table-wrapper {
  display: none;
}
/**
 * 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_Faqs
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Magento/blank/nl_NL/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 14px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: none;
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@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;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@font-face {
  font-family: 'qoffy-icon';
  src: url('../fonts/icomoon.eot?yox7pj');
  src: url('../fonts/icomoon.eot?yox7pj#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?yox7pj') format('truetype'), url('../fonts/icomoon.woff?yox7pj') format('woff'), url('../fonts/icomoon.svg?yox7pj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
p a,
.footer a {
  text-decoration: underline;
}
.visuallyhidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
iframe {
  max-width: 100%;
}
.loading-mask {
  background: rgba(255, 255, 255, 0.05);
}
.secondary .action {
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
form:not(#product_addtocart_form):not(.form-cart):not(.form.minisearch) {
  max-width: 400px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"] {
  text-align: center;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
input[type="text"].item-qty,
input[type="password"].item-qty,
input[type="url"].item-qty,
input[type="tel"].item-qty,
input[type="search"].item-qty,
input[type="number"].item-qty,
input[type*="date"].item-qty,
input[type="email"].item-qty {
  border-radius: 0;
  border-color: #fff;
  padding: 0 5px;
  height: 30px;
  background: #fff;
}
input[type="checkbox"] {
  top: 4px;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='18' viewBox='0 0 45 18'%3E%3Cg transform='translate(-40 -1545)'%3E%3Cg transform='translate(40 1545)' fill='%23fefefe' stroke='%23b4b4b4' stroke-width='1'%3E%3Crect width='45' height='18' rx='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='44' height='17' rx='8.5' fill='none'/%3E%3C/g%3E%3Ccircle cx='9' cy='9' r='9' transform='translate(67 1545)' fill='%23a5a8a9'/%3E%3Ctext transform='translate(47 1548)' fill='%23a5a8a9' font-size='9' font-family='Karma-Bold, Karma' font-weight='700'%3E%3Ctspan x='0' y='9'%3ENee%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E") no-repeat 50% 50%;
  display: inline-block;
  width: 56px;
  height: 23px;
  background-size: contain;
}
@media (min-width: 768px) {
  input[type="checkbox"] {
    width: 55px;
    height: 22px;
  }
}
input[type="checkbox"]:active {
  outline: none;
}
input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='18' viewBox='0 0 45 18'%3E%3Cg transform='translate(-40 -1522)'%3E%3Cg transform='translate(40 1522)' fill='%23fefefe' stroke='%2304a5b5' stroke-width='1'%3E%3Crect width='45' height='18' rx='9' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='44' height='17' rx='8.5' fill='none'/%3E%3C/g%3E%3Ccircle cx='9' cy='9' r='9' transform='translate(40 1522)' fill='%2304a5b5'/%3E%3Ctext transform='translate(64 1525)' fill='%2304a5b5' font-size='9' font-family='Karma-Bold, Karma' font-weight='700'%3E%3Ctspan x='0' y='9'%3EJA%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E");
}
input[type="checkbox"]:not([disabled]):focus {
  box-shadow: none;
}
input[type="radio"] {
  position: relative;
  top: 3px;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"]:active {
  outline: none;
}
input[type="radio"]:checked {
  background: #04a5b5;
}
input[type="radio"]:not([disabled]):focus {
  box-shadow: none;
}
.field.choice input,
.field.choice label {
  cursor: pointer;
}
.field.choice label {
  font-size: 1.4rem;
  line-height: 1.77777778;
}
@media (min-width: 768px) {
  .field.choice label {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .field.choice label {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .field.choice label {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .field.choice label {
    font-size: 1.8rem;
  }
}
select {
  cursor: pointer;
}
.control.captcha-image {
  text-align: center;
}
.control.captcha-image .captcha-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .fieldset > .field > .label,
  .fieldset > .fields > .field > .label {
    font-size: 1.8rem;
  }
}
.fieldset > .field:not(.choice) > .label {
  width: 100%;
}
.fieldset:last-child {
  margin-bottom: 10px;
}
.owl-theme.owl-carousel .owl-controls .owl-dots {
  bottom: 10px;
  font-size: 0;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  opacity: 0.25;
  border: none;
  transition: none;
  width: 9px;
  height: 9px;
  margin: 0 2px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background-color: #28A7A8;
  opacity: 1;
  border: none;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active:hover span {
  background-color: #28A7A8;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background-color: #fff;
}
.owl-theme.owl-carousel .owl-stage-outer {
  padding: 0px;
}
a.button.share:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90c";
  margin-right: 10px;
}
.category-logo {
  position: absolute;
  width: 124px;
  height: 124px;
  margin-left: -62px;
  top: -62px;
  left: 50%;
  background: #04a5b5;
  border: 1px solid #fff;
  border-radius: 25px 0 0 0;
  text-align: center;
  padding: 15px 5px 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .category-logo {
    display: none;
  }
}
.category-logo .icon {
  display: block;
  height: 50px;
  margin-bottom: 10px;
}
.category-logo .icon svg {
  height: 100%;
  width: auto;
}
.category-logo .title {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
}
.a2a_kit {
  margin: 35px 0 25px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .a2a_kit {
    margin: 30px 0;
  }
}
.a2a_kit .a2a_dd {
  float: none !important;
  background: none;
  border-color: #04a5b5;
  padding-left: 42px;
  padding-right: 42px;
}
.a2a_kit .a2a_dd .a2a_svg {
  display: none;
}
.a2a_kit .a2a_dd .a2a_label {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  position: static !important;
  clip-path: none;
  -webkit-clip-path: none;
}
.a2a_kit .a2a_dd:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90c";
  font-size: 2.5rem;
  line-height: 2.1rem;
  margin-right: 20px;
}
.a2a_kit .a2a_dd:focus,
.a2a_kit .a2a_dd:active,
.a2a_kit .a2a_dd:hover {
  border-color: #038e9c;
  background: none;
}
.columns {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1364px;
  position: relative;
  background: #393939;
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .columns {
    min-height: 621px;
    padding: 40px 45px 0;
  }
}
@media (max-width: 767px) {
  .columns .column.main {
    padding-bottom: 25px;
  }
  .no-breadcrumbs.account .columns .column.main {
    margin-top: 80px !important;
  }
}
.no-breadcrumbs .columns .column.main {
  margin-top: 80px;
}
.no-breadcrumbs.account .columns .column.main,
.no-breadcrumbs.cms-index-index .columns .column.main,
.no-breadcrumbs.cms-assortiment .columns .column.main {
  margin-top: 0;
}
.page.messages {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1024px;
}
@media (max-width: 767px) {
  .cms-index-index .page.messages {
    padding-top: 30px;
    padding-bottom: 1px;
    background: #fff;
  }
}
.messages .message {
  background: none;
  color: #fff;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.6rem;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #04a5b5;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .messages .message {
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  .messages .message {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .messages .message {
    font-size: 1.5rem;
  }
}
@media (min-width: 1364px) {
  .messages .message {
    font-size: 1.6rem;
  }
}
.messages .message > div:before {
  display: none !important;
}
.messages .message a {
  color: #04a5b5;
}
.messages .message a:hover {
  color: #04a5b5;
}
.messages .message.error {
  border-color: #BB3D33;
}
.cms-index-index .messages .message {
  color: #000;
}
.toolbar .limiter-options {
  height: 30px;
  line-height: 1;
  font-size: 1.8rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.product-readmore {
  display: inline-block;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.product-readmore a {
  color: #6F7070;
  background: #fff;
  border-radius: 22px;
  padding: 13px 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  display: block;
}
.product-readmore a span {
  font-weight: 400;
}
.product-readmore a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.page-title {
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 3.475rem;
  }
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .page-title {
    font-size: 4.025rem;
  }
}
@media (min-width: 1364px) {
  .page-title {
    font-size: 4.3rem;
  }
}
@media (max-width: 767px) {
  .page-title {
    text-align: center;
  }
}
.featured-products-grid .price-box,
.product-item .price-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}
.featured-products-grid .price-box .price,
.product-item .price-box .price {
  font-size: 1.7rem;
  line-height: 1;
  font-weight: bold;
}
.featured-products-grid .price-box .minimal-price-link,
.product-item .price-box .minimal-price-link {
  order: 1;
}
.featured-products-grid .price-box .minimal-price-link .price-label,
.product-item .price-box .minimal-price-link .price-label {
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 5px;
}
.featured-products-grid .price-box .minimal-price-link .price-label:after,
.product-item .price-box .minimal-price-link .price-label:after {
  display: none;
}
.featured-products-grid .price-box .minimal-price-link .price-wrapper,
.product-item .price-box .minimal-price-link .price-wrapper {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
}
.featured-products-grid .price-box .minimal-price-link:hover,
.product-item .price-box .minimal-price-link:hover {
  text-decoration: none;
}
.featured-products-grid .price-box .price-container,
.product-item .price-box .price-container {
  order: 2;
}
.featured-products-grid .price-box.has-minimal-price-link .price-final_price,
.product-item .price-box.has-minimal-price-link .price-final_price {
  text-align: right;
}
.featured-products-grid .price-box.has-minimal-price-link .price-final_price .price,
.product-item .price-box.has-minimal-price-link .price-final_price .price {
  position: relative;
  color: lightgrey;
}
.featured-products-grid .price-box.has-minimal-price-link .price-final_price .price:after,
.product-item .price-box.has-minimal-price-link .price-final_price .price:after {
  display: block;
  content: "";
  width: 116%;
  height: 1px;
  background: lightgrey;
  position: absolute;
  left: -8%;
  top: 50%;
  transform: rotate(-9deg);
}
.qty-total-cont {
  display: flex;
  margin-bottom: 15px;
  width: 229.2px;
  /*=229.2*/
}
.qty-total-cont .ui-spinner,
.qty-wrapper {
  position: relative;
  display: block;
  height: auto !important;
}
.qty-total-cont .ui-spinner input,
.qty-wrapper .qty-wrap input {
  background: #6ACBCE;
  border-radius: 23px;
  padding: 5px 45px;
  text-align: center;
  height: 37px;
  font-size: 2.1rem;
  font-weight: bold;
  border: none;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.qty-total-cont .ui-spinner .ui-spinner-button,
.qty-wrapper .button-action {
  position: absolute;
  width: 37px;
  height: 37px;
  background: #04a5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 23px;
  top: 0;
  cursor: pointer;
  font-size: 12px;
}
.qty-total-cont .ui-spinner .ui-spinner-button:hover,
.qty-wrapper .button-action:hover {
  text-decoration: none;
}
.qty-total-cont .ui-spinner .ui-spinner-button:before,
.qty-wrapper .button-action:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
}
.qty-total-cont .ui-spinner .ui-spinner-button .ui-button-text,
.qty-wrapper .button-action .ui-button-text {
  display: none;
}
.qty-total-cont .ui-spinner .ui-spinner-button.ui-spinner-up,
.qty-wrapper .button-action.ui-spinner-up,
.qty-wrapper .button-action.plus {
  right: 0;
}
.qty-total-cont .ui-spinner .ui-spinner-button.ui-spinner-up:before,
.qty-wrapper .button-action.ui-spinner-up:before,
.qty-wrapper .button-action.plus:before {
  content: "\ea0a";
}
.qty-total-cont .ui-spinner .ui-spinner-button.ui-spinner-down,
.qty-wrapper .button-action.ui-spinner-down,
.qty-wrapper .button-action.minus {
  left: 0;
}
.qty-total-cont .ui-spinner .ui-spinner-button.ui-spinner-down:before,
.qty-wrapper .button-action.ui-spinner-down:before,
.qty-wrapper .button-action.minus:before {
  content: "\ea0b";
}
.qty-total-cont .total {
  width: 50.17452007%;
  height: 37px;
  line-height: 37px;
  background: #fff;
  border-radius: 0 23px 23px 0;
  margin-left: -18.5px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #000;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  flex-shrink: 0;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.qty-total-cont .total * {
  font-size: inherit;
  line-height: inherit;
}
.go-back-action,
.form.create.account .actions-toolbar .secondary {
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 768px) {
  .go-back-action,
  .form.create.account .actions-toolbar .secondary {
    left: 45px;
    top: 40px;
  }
}
.go-back-action a,
.form.create.account .actions-toolbar .secondary a,
.account .column.main .actions-toolbar .action.back {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  line-height: 1;
  font-size: 1.2rem;
  padding: 7px 20px;
  border-radius: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .go-back-action a,
  .form.create.account .actions-toolbar .secondary a,
  .account .column.main .actions-toolbar .action.back {
    font-size: 1.8rem;
    padding: 10px 30px;
  }
}
.go-back-action a:before,
.form.create.account .actions-toolbar .secondary a:before,
.account .column.main .actions-toolbar .action.back:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e904";
  margin-right: 7px;
  font-size: 0.77777778em;
}
@media (min-width: 768px) {
  .go-back-action a:before,
  .form.create.account .actions-toolbar .secondary a:before,
  .account .column.main .actions-toolbar .action.back:before {
    margin-right: 10px;
  }
}
.go-back-action a:hover,
.form.create.account .actions-toolbar .secondary a:hover,
.account .column.main .actions-toolbar .action.back:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
}
body.account .go-back-action,
.checkout-onepage-success .go-back-action,
.cms-index-index .go-back-action,
.cms-assortiment .go-back-action,
body.account .form.create.account .actions-toolbar .secondary,
.checkout-onepage-success .form.create.account .actions-toolbar .secondary,
.cms-index-index .form.create.account .actions-toolbar .secondary,
.cms-assortiment .form.create.account .actions-toolbar .secondary {
  display: none;
}
.nav-toggle {
  display: none;
}
.nav-sections {
  background: none;
}
.breadcrumbs {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
  text-align: right;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-left: 39.8744113%;
    text-align: left;
  }
}
.breadcrumbs .items {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  .breadcrumbs .items {
    font-size: 1rem;
  }
}
.breadcrumbs .items .item:not(:last-child):after {
  content: "/";
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.breadcrumbs .items a {
  opacity: 0.65;
}
.breadcrumbs .items strong {
  font-weight: bold;
}
@media (max-width: 767px) {
  .catalog-product-view .breadcrumbs,
  .catalog-category-view .breadcrumbs {
    margin-top: 55px;
    margin-bottom: 25px;
    text-align: center;
  }
}
.cms-assortiment .breadcrumbs {
  display: none;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  margin-left: auto;
  margin-right: auto;
}
.minicart-wrapper {
  float: none;
  margin-left: 0;
  margin-top: 0;
}
.minicart-wrapper .action.showcart {
  display: block;
  position: relative;
}
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e905";
  font-size: 2.8rem;
  color: #000;
}
@media (min-width: 768px) {
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart:before {
    font-size: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart:before {
    font-size: 3.7rem;
  }
}
@media (min-width: 1200px) {
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart:before {
    font-size: 4.15rem;
  }
}
@media (min-width: 1364px) {
  .minicart-wrapper .action.showcart.active:before,
  .minicart-wrapper .action.showcart:before {
    font-size: 4.6rem;
  }
}
.minicart-wrapper .action.showcart .counter.qty {
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  width: 1.47619048em;
  height: 1.47619048em;
  line-height: 1.47619048em;
  background: #04a5b5;
  color: #fff;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  padding: 3px;
  right: -0.23809524em;
  top: -0.33333333em;
  display: block;
}
@media (min-width: 768px) {
  .minicart-wrapper .action.showcart .counter.qty {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .minicart-wrapper .action.showcart .counter.qty {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .minicart-wrapper .action.showcart .counter.qty {
    font-size: 1.4rem;
  }
}
@media (min-width: 1364px) {
  .minicart-wrapper .action.showcart .counter.qty {
    font-size: 1.5rem;
  }
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .go-to-cart {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .minicart-wrapper .go-to-cart {
    display: none;
  }
}
.minicart-wrapper .go-to-cart span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .block-minicart {
  background: #393939;
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    display: none;
  }
}
.minicart-wrapper .block-minicart:after,
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .action.close {
  color: #fff;
}
.minicart-wrapper .subtotal {
  clear: both;
  text-align: left;
}
.minicart-wrapper .subtotal .amount {
  display: inline;
}
.minicart-wrapper .minicart-items .product.actions {
  margin-top: -30px;
}
.minicart-wrapper .minicart-items .action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #04a5b5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.minicart-wrapper .minicart-items .action:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
}
.minicart-wrapper .minicart-items .action.edit:before {
  content: "\e90a";
}
.minicart-wrapper .minicart-items .action.delete:before {
  content: "\e908";
}
.minicart-wrapper .minicart-items .action:hover {
  background: #038e9c;
}
.minicart-wrapper .minicart-items .action:hover:before {
  color: #fff;
}
.minicart-wrapper .minicart-items .update-cart-item {
  padding: 0 5px;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .minicart-items .update-cart-item:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: 1;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .minicart-items .update-cart-item:hover:before {
  color: inherit;
}
.minicart-wrapper .minicart-items .update-cart-item:active:before {
  color: inherit;
}
.minicart-wrapper .minicart-items .update-cart-item > span {
  display: none;
}
.minicart-wrapper .minicart-items .product-item.bean-type-pure .product > .product-item-photo,
.minicart-wrapper .minicart-items .product-item.bean-type-pure .product > .product-image-container {
  position: relative;
}
.minicart-wrapper .minicart-items .product-item.bean-type-pure .product > .product-item-photo:before,
.minicart-wrapper .minicart-items .product-item.bean-type-pure .product > .product-image-container:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
.minicart-wrapper .minicart-items .product-item.bean-type-pure .product > .product-item-photo:before,
.minicart-wrapper .minicart-items .product-item.bean-type-pure .product > .product-image-container:before {
  width: 32.05128205%;
  padding-bottom: 32.05128205%;
  bottom: 5px;
  right: 33.97435897%;
}
.page-wrapper {
  position: relative;
}
.super-menu {
  position: absolute;
  width: 100%;
  left: -999999rem;
  top: 0;
  background: #04a5b5;
  color: #fff;
  z-index: 1001;
  padding-bottom: 200px;
  min-height: 100vh;
  box-sizing: border-box;
}
.super-menu.active {
  left: 0;
}
.super-menu .super-menu-header {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1680px;
  padding-top: 17px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1404px) {
  .super-menu .super-menu-header {
    align-items: flex-end;
  }
}
.super-menu .super-menu-content {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1680px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .super-menu .super-menu-content {
    padding-top: 49px;
  }
}
.super-menu .super-menu-nav {
  padding-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .super-menu .super-menu-nav {
    padding-left: 8.35365854%;
    width: 41.15853659%;
  }
}
.super-menu .super-menu-nav ul li,
.page-footer .footer-popular-links ul li {
  border-bottom: 1px solid #6ACBCE;
}
.super-menu .super-menu-nav ul li a,
.page-footer .footer-popular-links ul li a {
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 0.625em 0;
  display: flex;
  align-items: center;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 768px) {
  .super-menu .super-menu-nav ul li a,
  .page-footer .footer-popular-links ul li a {
    font-size: 1.95rem;
  }
}
@media (min-width: 1024px) {
  .super-menu .super-menu-nav ul li a,
  .page-footer .footer-popular-links ul li a {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .super-menu .super-menu-nav ul li a,
  .page-footer .footer-popular-links ul li a {
    font-size: 2.65rem;
  }
}
@media (min-width: 1364px) {
  .super-menu .super-menu-nav ul li a,
  .page-footer .footer-popular-links ul li a {
    font-size: 3rem;
  }
}
.super-menu .super-menu-nav ul li a:after,
.page-footer .footer-popular-links ul li a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e901";
  margin-left: auto;
}
.super-menu .super-menu-nav ul li a:hover,
.page-footer .footer-popular-links ul li a:hover {
  text-decoration: none;
}
.super-menu .super-menu-nav ul li:last-child,
.page-footer .footer-popular-links ul li:last-child {
  border-bottom-color: transparent;
}
.super-menu .menu-toggle-close {
  position: relative;
  cursor: pointer;
  width: 27px;
}
@media (min-width: 768px) {
  .super-menu .menu-toggle-close {
    width: 4.69512195%;
  }
}
@media (min-width: 1404px) {
  .super-menu .menu-toggle-close {
    margin-bottom: 30px;
  }
}
.super-menu .menu-toggle-close:before {
  content: "";
  display: block;
  background: url('../images/icon-close-circle.svg') no-repeat 50% 50%;
  background-size: contain;
  padding-bottom: 27px;
}
@media (min-width: 768px) {
  .super-menu .menu-toggle-close:before {
    padding-bottom: 100%;
  }
}
.super-menu .menu-toggle-close span {
  font-size: 1.8rem;
  position: absolute;
  top: 100%;
  display: block;
  padding-top: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .super-menu .menu-toggle-close span {
    font-size: 1.95rem;
  }
}
@media (min-width: 1024px) {
  .super-menu .menu-toggle-close span {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .super-menu .menu-toggle-close span {
    font-size: 2.25rem;
  }
}
@media (min-width: 1364px) {
  .super-menu .menu-toggle-close span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .super-menu .menu-toggle-close span {
    display: none;
  }
}
.super-menu .logo-wrapper {
  margin-left: 39.02439024%;
}
.super-menu .logo-wrapper img {
  filter: brightness(10);
}
.super-menu .logo-wrapper .shop-tagline {
  color: #fff;
}
.super-menu .super-menu-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media (min-width: 1404px) {
  .super-menu .super-menu-tools {
    padding-bottom: 30px;
  }
}
.super-menu .super-menu-tools {
  margin-left: auto;
}
.category-panel ul {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.category-panel li {
  background: #393939;
  margin-right: 0;
  width: 16.27565982%;
  list-style: none;
}
.category-panel li a {
  color: #ffffff;
  display: block;
  text-align: center;
  padding: 30px 10px 23px;
  height: 100%;
  box-sizing: border-box;
}
.category-panel li a .icon {
  padding-bottom: 44.55445545%;
  position: relative;
  margin-bottom: 28px;
  display: block;
}
.category-panel li a .icon svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 2px;
  padding: 5px;
  margin: auto;
  height: 99%;
  width: auto;
}
.category-panel li a:hover {
  background: #04a5b5;
  text-decoration: none;
}
.category-panel li a .title {
  font-size: 1.2rem;
  display: block;
  line-height: 1.08333333;
  font-weight: bold;
}
@media (min-width: 768px) {
  .category-panel li a .title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .category-panel li a .title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .category-panel li a .title {
    font-size: 2.1rem;
  }
}
@media (min-width: 1364px) {
  .category-panel li a .title {
    font-size: 2.4rem;
  }
}
.category-panel li.active a {
  background: #04a5b5;
}
.category-panel li#cat-7 a .icon svg {
  height: 85.55555556%;
}
.category-panel.side-panel {
  position: absolute;
  z-index: 10;
  display: none;
  left: -20px;
  top: 0;
}
@media (min-width: 1660px) {
  .cms-index-index .category-panel.side-panel {
    display: block;
  }
}
.category-panel.side-panel ul {
  flex-direction: column;
  margin-bottom: 0;
}
.category-panel.side-panel ul li {
  width: 148px;
  margin: 0 0 2px 0;
}
.category-panel.side-panel ul li a {
  padding-top: 20px;
  padding-bottom: 15px;
}
.category-panel.side-panel ul li a .icon {
  margin-bottom: 16px;
  padding-bottom: 60px;
}
.category-panel.side-panel ul li a .title {
  font-size: 1.7rem;
  line-height: 1.11764706;
}
.category-panel.side-panel ul li a:hover {
  background: #fff;
  color: #04a5b5;
}
.category-panel.side-panel ul li a:hover svg path {
  stroke: #04a5b5;
}
.category-panel.side-panel ul li.active a {
  background: #fff;
  color: #04a5b5;
}
.category-panel.side-panel ul li.active a svg path {
  stroke: #04a5b5;
}
.category-panel.home-panel {
  background: #fff;
}
@media (min-width: 768px) {
  .category-panel.home-panel {
    display: none;
  }
}
.category-panel.home-panel .block-title {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 11px 15px;
  background: #000;
  border-radius: 33px 0 0 0;
  border-bottom: 1px solid #fff;
}
.category-panel.home-panel ul {
  flex-wrap: wrap;
  margin: 0;
}
.category-panel.home-panel ul li {
  width: 33.33333333%;
  margin: 0;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.category-panel.home-panel ul li:nth-child(3n+1) {
  border-left-color: transparent;
}
.category-panel.home-panel ul li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.category-panel.home-panel ul li a .icon {
  margin-bottom: 15px;
}
.category-panel.home-panel ul li a .title {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .category-panel.footer-panel {
    display: none;
  }
}
.category-panel.footer-panel li a {
  padding: 17px 2px;
}
.category-panel.footer-panel .icon {
  margin-bottom: 0;
}
.category-panel.footer-panel .title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cms-index-index .category-panel.footer-panel {
  display: none;
}
.category-panel.home-catalog-switcher {
  display: none;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1659px) {
  .category-panel.home-catalog-switcher {
    display: block;
  }
}
.category-panel.home-catalog-switcher ul li a .title {
  font-size: 1.7rem;
  line-height: 1.11764706;
}
.category-panel.home-catalog-switcher ul li.active a {
  background: #fff;
  color: #04a5b5;
}
.category-panel.home-catalog-switcher ul li.active a svg path {
  stroke: #04a5b5;
}
nav.navigation {
  max-width: 1404px;
  background: none;
  font-weight: normal;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}
@media (min-width: 768px) {
  nav.navigation {
    display: none;
  }
}
nav.navigation .category-panel .block-title {
  display: none;
}
.logo-wrapper {
  display: flex;
  align-items: center;
}
@media (min-width: 1404px) {
  .logo-wrapper {
    align-items: flex-end;
  }
}
.logo-wrapper .shop-tagline {
  font-size: 2.4rem;
  font-weight: bold;
  margin-left: 40px;
  line-height: 1.1;
  color: #000;
  display: none;
}
@media (min-width: 1024px) {
  .logo-wrapper .shop-tagline {
    display: block;
  }
}
@media (min-width: 1200px) {
  .logo-wrapper .shop-tagline {
    font-size: 3rem;
  }
}
@media (min-width: 1404px) {
  .logo-wrapper .shop-tagline {
    margin-bottom: 35px;
  }
}
.logo-wrapper .logo {
  margin: 0;
}
@media (min-width: 768px) {
  .logo-wrapper .logo {
    min-width: 160px;
  }
}
@media (min-width: 1024px) {
  .logo-wrapper .logo {
    min-width: 200px;
  }
}
.page-header {
  margin-bottom: 0;
  border-bottom: none;
}
.page-header .panel.wrapper {
  display: none;
}
.page-header .header.content {
  max-width: 1680px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
}
@media (min-width: 1404px) {
  .page-header .header.content {
    align-items: flex-end;
  }
}
.page-header .shipping-free-from {
  margin-left: 4.87804878%;
  width: 22.86585366%;
  position: relative;
  line-height: 1;
  box-sizing: border-box;
  color: #000;
  display: none;
}
@media (min-width: 768px) {
  .page-header .shipping-free-from {
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-header .shipping-free-from {
    padding-left: 3.96341463%;
  }
}
@media (min-width: 1404px) {
  .page-header .shipping-free-from {
    margin-bottom: 30px;
    padding-left: 65px;
  }
}
.page-header .shipping-free-from:before {
  background: url('../images/icon-q-green.svg') no-repeat 50% 50%;
  width: 11.89333333%;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .page-header .shipping-free-from:before {
    content: "";
  }
}
@media (min-width: 1404px) {
  .page-header .shipping-free-from:before {
    width: 44.6px;
  }
}
.page-header .shipping-free-from p {
  margin: 7px 0 0 0;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (min-width: 768px) {
  .page-header .shipping-free-from p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .page-header .shipping-free-from p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .page-header .shipping-free-from p {
    font-size: 2rem;
  }
}
@media (min-width: 1364px) {
  .page-header .shipping-free-from p {
    font-size: 2.2rem;
  }
}
.page-header .shipping-free-from p a {
  color: #28A7A8;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
.page-header .shipping-free-from p a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e900";
  font-size: 78.5%;
  margin-left: 15px;
  position: relative;
  top: 3px;
}
.page-header .menu-toggle {
  cursor: pointer;
  background: url('../images/icon-menu-toggle.svg') no-repeat 50% 50%;
  background-size: contain;
  width: 37px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .page-header .menu-toggle {
    padding-bottom: 5.08780488%;
    width: 3.9347561%;
  }
}
@media (min-width: 1404px) {
  .page-header .menu-toggle {
    width: 64.53px;
    margin-bottom: 30px;
  }
}
.page-header .menu-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .logo-wrapper {
  margin-left: 23px;
}
@media (min-width: 768px) {
  .page-header .logo-wrapper {
    margin-left: 12.5%;
  }
}
.page-header .header-store-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media (min-width: 1404px) {
  .page-header .header-store-tools {
    padding-bottom: 30px;
  }
}
.page-header .search-toggle {
  margin-right: 30px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .page-header .search-toggle {
    margin-right: 45px;
  }
}
.page-header .search-toggle:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90e";
  font-size: 2.8rem;
  color: #000;
}
@media (min-width: 768px) {
  .page-header .search-toggle:before {
    font-size: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .page-header .search-toggle:before {
    font-size: 3.7rem;
  }
}
@media (min-width: 1200px) {
  .page-header .search-toggle:before {
    font-size: 4.15rem;
  }
}
@media (min-width: 1364px) {
  .page-header .search-toggle:before {
    font-size: 4.6rem;
  }
}
.page-header .block-search {
  float: none;
  width: 100%;
  padding: 17px 20px;
  margin: 0;
  box-sizing: border-box;
  background: #04a5b5;
  position: relative;
  display: none;
}
.page-header .block-search .block-content {
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .page-header .block-search .block-content {
    font-size: 2.55rem;
  }
}
@media (min-width: 1024px) {
  .page-header .block-search .block-content {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .page-header .block-search .block-content {
    font-size: 2.45rem;
  }
}
@media (min-width: 1364px) {
  .page-header .block-search .block-content {
    font-size: 2.4rem;
  }
}
.page-header .block-search .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .block-search .control {
  margin: 0;
  padding: 0;
  border: none;
}
.page-header .block-search .control .close {
  position: absolute;
  top: 0;
  right: 15px;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page-header .block-search .control .close span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .block-search .control .close:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e910";
  font-size: 0.88888889em;
  color: #04a5b5;
}
.page-header .block-search form {
  display: block;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.page-header .block-search input {
  margin: 0;
  position: static;
  font-size: 2.5rem;
  border-radius: 30px;
  height: 1.86111111em;
  line-height: 1.86111111em;
  font-weight: 600;
  padding: 8px 1.94444444em 12px 2.77777778em;
  text-align: left;
}
.page-header .block-search input::placeholder {
  color: #e4e4e4;
  font-weight: 600;
}
.page-header .block-search .nested {
  display: none;
}
.page-header .block-search .action.search {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.page-header .block-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .block-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-header .block-search .action.search:hover:before {
  color: inherit;
}
.page-header .block-search .action.search:active:before {
  color: inherit;
}
.page-header .block-search .action.search:focus,
.page-header .block-search .action.search:active {
  background: none;
  border: none;
}
.page-header .block-search .action.search:hover {
  background: none;
  border: none;
}
.page-header .block-search .action.search.disabled,
.page-header .block-search .action.search[disabled],
fieldset[disabled] .page-header .block-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.page-header .block-search .action.search:focus:before {
  color: #333333;
}
.page-header .block-search .action.search {
  left: 30px;
  right: auto;
  height: 100%;
  padding: 0;
  font-size: 1em;
}
.page-header .block-search .action.search:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90e";
  cursor: pointer;
  color: #000;
  font-size: inherit;
}
.page-header .block-search .action.search[disabled] {
  opacity: 1;
}
.page-header .header.links {
  padding: 0;
  margin: 0;
}
.page-header .header.links li {
  list-style: none;
  margin: 0 30px 0 0;
}
@media (min-width: 768px) {
  .page-header .header.links li {
    margin-right: 45px;
  }
}
.page-header .header.links .my-account-link a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90d";
  font-size: 2.8rem;
  color: #000;
}
@media (min-width: 768px) {
  .page-header .header.links .my-account-link a:before {
    font-size: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .page-header .header.links .my-account-link a:before {
    font-size: 3.7rem;
  }
}
@media (min-width: 1200px) {
  .page-header .header.links .my-account-link a:before {
    font-size: 4.15rem;
  }
}
@media (min-width: 1364px) {
  .page-header .header.links .my-account-link a:before {
    font-size: 4.6rem;
  }
}
.page-header .header.links .my-account-link a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip-content {
  color: black !important;
}
.page-top-main-wrapper {
  background: #393939 url('../images/coffee-bg.jpg') no-repeat 50% 0;
  position: relative;
  /*background-size: auto 903px ; */
  background-size: cover;
}
@media (max-width: 767px) {
  .catalog-product-view .page-top-main-wrapper,
  .catalog-category-view .page-top-main-wrapper {
    padding-top: 125px;
    background-size: auto 220px ;
  }
}
.bean-type-pure .page-top-main-wrapper {
  background-color: #627536;
}
.bean-type-cream .page-top-main-wrapper {
  background-color: #8C5A32;
}
.bean-type-gold .page-top-main-wrapper {
  background-color: #8C724A;
}
.bean-type-espresso .page-top-main-wrapper {
  background-color: #A5A8A9;
}
.page-main {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-main {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .page-main {
    margin-top: 50px;
  }
}
.account .page-main,
.cms-privacy-policy .page-main {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-footer {
    border-top: 2px solid #fff;
  }
}
.cms-index-index .page-footer,
.catalog-product-view .page-footer {
  border-top: none;
}
.page-footer .footer.content {
  padding: 0;
  margin: 0;
  border: none;
  background: #393939;
}
@media (min-width: 768px) {
  .page-footer .container {
    border-bottom: 1px solid #5E5E5E;
  }
}
.page-footer .container > div {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .page-footer .container > div {
    display: flex;
  }
}
.page-footer .container > div > div {
  margin-bottom: 35px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-footer .container.terms-payments-cont {
    background: #fff;
  }
}
.page-footer .container.terms-payments-cont > div {
  align-items: center;
}
@media (min-width: 768px) {
  .page-footer .container.terms-payments-cont > div {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .page-footer .container.terms-payments-cont > div {
    flex-direction: row;
  }
}
.page-footer .container.terms-payments-cont > div > div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-footer .container.terms-payments-cont > div > div {
    margin: 0;
    padding: 20px 0;
  }
}
.page-footer .container.popular-products-cont {
  border-bottom: none;
  display: none;
}
@media (min-width: 768px) {
  .page-footer .container.popular-products-cont {
    display: block;
  }
}
.page-footer .container.popular-products-cont > div {
  justify-content: space-between;
  align-items: center;
}
.page-footer .container.popular-products-cont > div > div {
  margin-top: 45px;
  margin-bottom: 45px;
}
.page-footer .container.note-cont {
  background: #04a5b5;
}
.page-footer .container.note-cont > div > div {
  margin: 0;
  padding: 20px 0;
}
.page-footer .block.newsletter {
  max-width: none;
  float: none;
}
@media (max-width: 767px) {
  .page-footer .block.newsletter {
    background: #04a5b5;
    margin: 0 -20px;
    padding: 15px 15px 10px;
  }
}
@media (min-width: 768px) {
  .page-footer .block.newsletter {
    width: 29.3255132%;
    background: none;
  }
}
.page-footer .block.newsletter form {
  margin-left: auto;
  margin-right: auto;
}
.page-footer .block.newsletter .title {
  display: block;
  font-size: 1.8rem;
  line-height: 1.19047619;
  margin: 0 0 35px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .page-footer .block.newsletter .title {
    color: #000;
  }
}
.page-footer .block.newsletter .title strong {
  font-size: 2.4rem;
  line-height: inherit;
  display: block;
  margin: 0;
}
.page-footer .block.newsletter .field.newsletter {
  max-width: none;
}
.page-footer .block.newsletter .field.newsletter .control:before {
  display: none;
}
.page-footer .block.newsletter .field.newsletter input {
  margin: 0;
  text-align: center;
  border-color: #fff;
  padding: 0;
}
.page-footer .block.newsletter .actions {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.page-footer .block.newsletter .actions .subscribe {
  width: 100%;
  border-radius: 23px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-footer .block.newsletter .actions .subscribe {
    background: #000;
  }
}
.page-footer .block.newsletter .mage-error {
  color: #fff;
}
.page-footer .address-service-cont {
  display: none;
}
@media (min-width: 768px) {
  .page-footer .address-service-cont {
    display: block;
    width: 37.75659824%;
    margin-left: 11.73020528%;
  }
}
.page-footer .address-service-cont .shop-address {
  margin-bottom: 25px;
}
.page-footer .address-service-cont .shop-address h3 {
  color: #04a5b5;
  margin: 0;
  font-weight: bold;
  font-size: 2.4rem;
}
.page-footer .address-service-cont .shop-address p {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media (min-width: 1024px) {
  .page-footer .address-service-cont .client-service {
    display: flex;
    justify-content: space-between;
  }
}
.page-footer .address-service-cont .client-service .contacts {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-footer .address-service-cont .client-service .contacts {
    width: 56.31067961%;
  }
}
.page-footer .address-service-cont .client-service .contacts h2 {
  margin: 0;
  font-size: 2.1rem;
  font-weight: bold;
}
.page-footer .address-service-cont .client-service .contacts p {
  font-size: 1.6rem;
  line-height: 1.125;
}
.page-footer .address-service-cont .client-service .contacts h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0;
}
.page-footer .address-service-cont .client-service .links {
  padding-right: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .page-footer .address-service-cont .client-service .links {
    width: 39.80582524%;
  }
}
.page-footer .address-service-cont .client-service .links ul li a {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.23809524;
  color: #ffffff;
}
.page-footer .enjoy-carefree {
  display: none;
}
@media (min-width: 768px) {
  .page-footer .enjoy-carefree {
    display: block;
    width: 16.86217009%;
    margin-left: auto;
  }
}
.page-footer .enjoy-carefree h2 {
  font-size: 2.3rem;
  margin: 0 0 60px 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-footer .enjoy-carefree h2 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.page-footer .enjoy-carefree .social-links {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  /*justify-content: right;*/
}
@media (max-width: 767px) {
  .page-footer .enjoy-carefree .social-links {
    justify-content: center;
  }
}
.page-footer .enjoy-carefree .social-links li {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .page-footer .enjoy-carefree .social-links li:first-child {
    margin-left: auto;
  }
}
.page-footer .enjoy-carefree .social-links li a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-footer .enjoy-carefree .social-links li a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.page-footer .enjoy-carefree .social-links li.facebook a:before {
  background-image: url('../images/icon-facebook.svg');
}
.page-footer .enjoy-carefree .social-links li.instagram a:before {
  background-image: url('../images/icon-instagram.svg');
}
.page-footer .enjoy-carefree .social-links li.youtube a:before {
  background-image: url('../images/icon-youtube.svg');
  width: 30px;
  height: 37px;
}
.page-footer .enjoy-carefree .copyrights {
  text-align: center;
}
@media (min-width: 768px) {
  .page-footer .enjoy-carefree .copyrights {
    text-align: right;
  }
}
.page-footer .terms-and-conditions {
  display: none;
}
@media (min-width: 768px) {
  .page-footer .terms-and-conditions {
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-footer .terms-and-conditions {
    width: 32.99120235%;
  }
}
.page-footer .terms-and-conditions ul {
  display: flex;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .page-footer .terms-and-conditions ul {
    justify-content: center;
  }
}
.page-footer .terms-and-conditions ul li {
  padding: 0 29px;
  border-left: 2px solid #ffffff;
  margin-bottom: 0;
}
.page-footer .terms-and-conditions ul li:first-child {
  border-left: none;
  padding-left: 0;
}
.page-footer .terms-and-conditions ul li:last-child {
  padding-right: 0;
}
.page-footer .terms-and-conditions ul li a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .page-footer .terms-and-conditions ul li a {
    font-size: 1.725rem;
  }
}
@media (min-width: 1024px) {
  .page-footer .terms-and-conditions ul li a {
    font-size: 1.85rem;
  }
}
@media (min-width: 1200px) {
  .page-footer .terms-and-conditions ul li a {
    font-size: 1.975rem;
  }
}
@media (min-width: 1364px) {
  .page-footer .terms-and-conditions ul li a {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .page-footer .payment-methods {
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .page-footer .payment-methods {
    margin-left: 8.064516129999999%;
  }
}
.page-footer .payment-methods img {
  display: block;
}
@media (max-width: 767px) {
  .page-footer .payment-methods img {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-footer .etrusted {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .page-footer .etrusted {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .page-footer .footer-menu {
    width: 77.34604106%;
  }
}
.page-footer .footer-menu .cms-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-footer .footer-menu .cms-block {
    justify-content: space-between;
    flex-direction: row;
  }
}
.page-footer .footer-menu .cms-block > div {
  padding-right: 20px;
  margin-bottom: 20px;
}
.page-footer .footer-menu .cms-block h3 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #04a5b5;
  margin: 0;
}
.page-footer .footer-menu .cms-block ul li a {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #ffffff;
}
.page-footer .logo {
  float: none;
  margin: 0;
  background: url('../images/logo-filled-white.svg') no-repeat 50% 50%;
  background-size: contain;
  width: 201px;
  height: 145px;
}
@media (min-width: 768px) {
  .page-footer .logo {
    width: 14.73607038%;
    padding-bottom: 10.63049853%;
    height: auto;
  }
}
.page-footer .note {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .page-footer .note {
    display: none;
  }
}
.page-footer .note p {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.page-footer .footer-popular-links {
  background: #04a5b5;
  padding: 10px 0 25px;
}
@media (min-width: 768px) {
  .page-footer .footer-popular-links {
    display: none;
  }
}
.page-footer .footer-popular-links > div {
  padding-left: 15px;
  padding-right: 15px;
}
.page-footer .footer-popular-links ul li a {
  font-size: 1.6rem;
  padding: 10px 0;
}
.page-footer .footer-popular-links .cms-block {
  margin: 0;
}
.page-footer .enjoy-carefree-terms {
  background: #000;
  padding: 1px 0 10px;
}
@media (min-width: 768px) {
  .page-footer .enjoy-carefree-terms {
    display: none;
  }
}
.page-footer .enjoy-carefree-terms .enjoy-carefree {
  display: block;
  width: 100%;
  margin: 25px 0;
}
.page-footer .enjoy-carefree-terms .terms-and-conditions {
  display: block;
  margin: 25px 0 21px;
}
.page-footer .enjoy-carefree-terms .copyrights {
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}
.page-footer .enjoy-carefree-terms > div:after {
  display: block;
  /* content: ""; */
  width: 135px;
  height: 5px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}
.cms-index-index .page-title-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .cms-index-index .page-top-main-wrapper {
    background-image: none;
  }
}
.cms-index-index .page-main,
.cms-assortiment .page-main {
  margin-top: 0;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cms-index-index .page-main,
  .cms-assortiment .page-main {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #04a5b5;
  }
}
@media (min-width: 1404px) {
  .cms-index-index .page-main:before,
  .cms-assortiment .page-main:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
    background: url('../images/icon-q-filled-white.svg') no-repeat 50% 50%;
    background-size: contain;
    width: 681px;
    height: 965.275px;
    opacity: 0.2;
    z-index: 1;
  }
  .cms-index-index .page-main:after,
  .cms-assortiment .page-main:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/flower-white.svg') no-repeat 0 0;
    width: 800px;
    height: 1045px;
    opacity: 0.2;
    z-index: 1;
  }
}
.cms-index-index .columns,
.cms-assortiment .columns {
  padding-left: 0;
  padding-right: 0;
  background: none;
  z-index: 2;
  padding-top: 0;
}
@media (min-width: 768px) {
  .cms-index-index .columns,
  .cms-assortiment .columns {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .cms-index-index .columns .main,
  .cms-assortiment .columns .main {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .cms-index-index .columns .main,
  .cms-assortiment .columns .main {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .columns .main,
  .cms-assortiment .columns .main {
    padding-top: 85px;
  }
}
.cms-assortiment .page-main {
  background: #04a5b5;
}
@media (min-width: 1200px) {
  .cms-assortiment .columns .column {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .cms-assortiment .home-featured-links {
    margin-bottom: 40px;
  }
}
.nav-slideshow-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .nav-slideshow-cont {
    z-index: 5;
  }
}
.store-features {
  position: relative;
  line-height: 1.1;
  color: #000;
  background: #fff;
  padding-top: 5px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .store-features {
    display: none;
  }
}
.store-features ul {
  width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.store-features ul li {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
}
.store-features ul li > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.store-features ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90f";
  font-size: 3.5rem;
  flex-shrink: 0;
  margin-right: 18px;
  color: #53A5A7;
}
.store-features ul li a {
  color: #28A7A8;
  font-weight: normal;
  display: block;
  width: 100%;
}
.store-features ul li a:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e900";
  font-size: 73.35714286%;
  margin-left: 4px;
  position: relative;
  top: 0;
}
@media (min-width: 769px) {
  .home-featured-links {
    display: none;
  }
}
@media (max-width: 768px) {
  .home-featured-links-ext {
    display: none;
  }
}
.home-featured-links-ext .top-part {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.home-featured-links-ext .top-part > div {
  display: flex;
  margin-left: -3.5px;
  margin-right: -3.5px;
}
.home-featured-links-ext .top-part > div > * {
  width: 33.33333333%;
  padding: 0 3.5px;
}
.home-featured-links-ext .middle-part {
  background: #000;
  padding: 22px 20px;
}
.home-featured-links-ext .middle-part h2 {
  font-size: 2.4rem;
  line-height: 1.33333333;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.home-featured-links-ext .middle-part p {
  font-size: 2rem;
  line-height: 1.65;
  margin-bottom: 0;
  font-weight: bold;
}
.home-featured-links-ext .middle-part p a {
  text-decoration: none;
}
.home-featured-links-ext .middle-part > div {
  max-width: 1624px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1664px) {
  .home-featured-links-ext .middle-part > div {
    justify-content: space-between;
  }
}
.home-featured-links-ext .middle-part .store-advantages {
  display: flex;
  max-width: 1295px;
  flex-direction: column;
}
@media (min-width: 1664px) {
  .home-featured-links-ext .middle-part .store-advantages {
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
  }
}
.home-featured-links-ext .middle-part .store-advantages > div {
  align-items: center;
  display: flex;
  box-sizing: border-box;
}
.home-featured-links-ext .middle-part .store-advantages > div:first-child {
  margin-left: 0;
}
@media (min-width: 1664px) {
  .home-featured-links-ext .middle-part .store-advantages > div {
    margin-left: 20px;
    flex-basis: 200px;
    max-width: 380px;
    flex-grow: 1;
    padding-left: 23px;
  }
}
.home-featured-links-ext .middle-part .store-advantages > div .icon {
  width: 70px;
  flex-shrink: 0;
}
.home-featured-links-ext .middle-part .store-advantages > div .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.home-featured-links-ext .middle-part .store-advantages > div .text {
  margin-left: 35px;
  flex-grow: 1;
}
.home-featured-links-ext .middle-part .store-advantages > div .text .svg-arrow {
  margin-left: 1.2rem;
  width: 5.152rem;
  height: 2.798rem;
  vertical-align: middle;
}
.home-featured-links-ext .middle-part .want-to-order-button {
  width: 193px;
  height: 193px;
  margin-left: 100px;
  background: #04a5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}
.home-featured-links-ext .middle-part .want-to-order-button h2 {
  margin: 0;
  text-align: center;
}
.business-drinker-link {
  font-size: 1.3rem;
  color: #04a5b5;
  font-weight: 400;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  .business-drinker-link {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .business-drinker-link {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .business-drinker-link {
    font-size: 1.9rem;
  }
}
@media (min-width: 1364px) {
  .business-drinker-link {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .business-drinker-link {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .business-drinker-link {
    border-top: none;
    border-bottom: none;
    padding: 0 10px;
    height: 70px;
  }
}
.business-drinker-link:hover {
  text-decoration: none;
}
.business-drinker-link span {
  color: inherit;
}
.business-drinker-link .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  color: #fff;
  font-size: 272.39130435%;
}
.business-drinker-link .icon:before {
  content: "\e902";
}
@media (min-width: 768px) {
  .page-footer .business-drinker-link {
    display: none;
  }
}
.cms-index-index .page-footer .business-drinker-link {
  display: none;
}
.save-credits-link {
  font-size: 1.8rem;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
  padding: 0 20px;
  background: #04a5b5;
  color: #fff;
  align-items: center;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.2;
  justify-content: center;
  display: none;
}
@media (min-width: 768px) {
  .save-credits-link {
    font-size: 1.975rem;
  }
}
@media (min-width: 1024px) {
  .save-credits-link {
    font-size: 2.15rem;
  }
}
@media (min-width: 1200px) {
  .save-credits-link {
    font-size: 2.325rem;
  }
}
@media (min-width: 1364px) {
  .save-credits-link {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .save-credits-link {
    height: 70px;
    display: flex;
  }
}
.save-credits-link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e903";
  font-size: 3.4rem;
  opacity: 0.6;
  margin-right: 20px;
}
.save-credits-link:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e901";
  font-size: 64%;
  margin-left: 23px;
  position: relative;
  top: 1px;
}
.save-credits-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .etrusted-reviews {
    display: none;
  }
}
.etrusted-reviews > div {
  background: #fff;
  height: 100%;
}
.register-login-links {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .register-login-links {
    display: none;
  }
}
.register-login-links h2 {
  font-size: 3.2rem;
  margin: 0 0 2rem 0;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .register-login-links h2 {
    font-size: 5.1rem;
    margin-bottom: 3rem;
  }
}
.register-login-links p {
  font-size: 1.6rem;
  line-height: 1.65217391;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .register-login-links p {
    font-size: 2.3rem;
  }
}
.register-login-links > div {
  display: flex;
  justify-content: space-between;
}
.register-login-links > div > div {
  flex-basis: 400px;
  max-width: 618px;
  flex-grow: 1;
  justify-content: space-between;
  margin-left: 40px;
  text-align: center;
  padding: 50px 20px;
  box-sizing: border-box;
}
.register-login-links > div > div:nth-of-type(1) {
  margin-left: 0;
  border: 1px solid #707070;
  height: 513px;
}
.register-login-links > div > div:nth-of-type(2) {
  height: 475px;
  background: #16363A;
}
.register-login-links > div > div::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e903";
  font-size: 5.1rem;
  display: block;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.make-your-choice-active .page-wrapper {
  height: 100vh;
  overflow: hidden;
}
.make-your-choice {
  padding-bottom: 20px;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  top: 0;
  z-index: 1000;
  display: none;
  position: absolute;
}
.make-your-choice > div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.make-your-choice-active .make-your-choice {
  display: block;
}
.make-your-choice [data-content-type="image"] img {
  display: block;
}
.make-your-choice .block-header::before,
.make-your-choice .client-service {
  flex-basis: 28.29787234%;
  flex-shrink: 0;
}
.make-your-choice .logo-wrapper {
  flex-grow: 1;
  justify-content: center;
}
@media (min-width: 769px) {
  .make-your-choice .logo-wrapper {
    padding: 0 20px;
  }
}
.make-your-choice .logo-wrapper .logo {
  max-width: 200px;
}
@media (max-width: 768px) {
  .make-your-choice .logo-wrapper .logo {
    max-width: 130px;
  }
}
.make-your-choice .logo-wrapper .shop-tagline {
  display: block;
  color: #04a5b5;
}
@media (max-width: 768px) {
  .make-your-choice .logo-wrapper .shop-tagline {
    font-size: 1.8rem;
  }
}
.make-your-choice .client-service {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .make-your-choice .client-service {
    text-align: center;
    padding: 10px 20px;
  }
}
.make-your-choice .client-service .title {
  font-size: 2.5rem;
  line-height: 1.06666667;
  font-weight: bold;
  color: #04a5b5;
}
@media (min-width: 768px) {
  .make-your-choice .client-service .title {
    font-size: 2.625rem;
  }
}
@media (min-width: 1024px) {
  .make-your-choice .client-service .title {
    font-size: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .make-your-choice .client-service .title {
    font-size: 2.875rem;
  }
}
@media (min-width: 1364px) {
  .make-your-choice .client-service .title {
    font-size: 3rem;
  }
}
.make-your-choice .client-service .phone {
  white-space: nowrap;
}
.make-your-choice .client-service p {
  color: #1B191A;
  margin: 0;
  font-size: 1.65rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .make-your-choice .client-service p {
    font-size: 1.7375rem;
  }
}
@media (min-width: 1024px) {
  .make-your-choice .client-service p {
    font-size: 1.825rem;
  }
}
@media (min-width: 1200px) {
  .make-your-choice .client-service p {
    font-size: 1.9125rem;
  }
}
@media (min-width: 1364px) {
  .make-your-choice .client-service p {
    font-size: 2rem;
  }
}
.make-your-choice .block-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
}
@media (min-width: 769px) {
  .make-your-choice .block-header::before {
    content: "";
  }
}
.make-your-choice .block-header .client-service {
  display: none;
}
@media (min-width: 769px) {
  .make-your-choice .block-header .client-service {
    display: block;
  }
}
.make-your-choice .block-content [data-content-type="text"].title {
  text-align: center;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .make-your-choice .block-content [data-content-type="text"].title {
    display: none;
  }
}
.make-your-choice .block-content [data-content-type="text"].title p {
  color: #707070;
  font-size: 2.16rem;
  line-height: 1;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) {
  .make-your-choice .block-content [data-content-type="text"].title p {
    font-size: 2.27rem;
  }
}
@media (min-width: 1024px) {
  .make-your-choice .block-content [data-content-type="text"].title p {
    font-size: 2.38rem;
  }
}
@media (min-width: 1200px) {
  .make-your-choice .block-content [data-content-type="text"].title p {
    font-size: 2.49rem;
  }
}
@media (min-width: 1364px) {
  .make-your-choice .block-content [data-content-type="text"].title p {
    font-size: 2.6rem;
  }
}
.make-your-choice .block-content .pagebuilder-column {
  position: relative;
}
.make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] {
  position: absolute;
  bottom: 15.06493506%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5rem;
}
@media (min-width: 1024px) {
  .make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] {
    font-size: 0.7rem;
  }
}
@media (min-width: 1200px) {
  .make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] {
    font-size: 1rem;
  }
}
.make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary {
  font-size: inherit;
  width: 42em;
  height: 11.1em;
  box-sizing: border-box;
  border: 0.3rem solid #ffffff;
  border-radius: 5.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgba(15, 162, 182, 0.8);
}
.make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary span {
  font-size: 4.2em;
  letter-spacing: 0.020em;
  line-height: 2rem;
}
@media (max-width: 400px) {
  .make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary span {
    font-size: 2.1rem;
  }
}
.make-your-choice .block-content .pagebuilder-column [data-content-type="buttons"] .pagebuilder-button-primary:hover {
  background: rgba(15, 162, 182, 0.9);
}
@media (max-width: 768px) {
  .make-your-choice .block-content .pagebuilder-column:nth-of-type(1) {
    padding-bottom: 5px;
  }
}
.make-your-choice .block-content .pagebuilder-column img {
  width: 100%;
}
.make-your-choice .block-footer .client-service {
  display: none;
}
@media (max-width: 768px) {
  .make-your-choice .block-footer .client-service {
    display: block;
  }
}
.quality-coffee {
  display: none;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .quality-coffee {
    display: flex;
  }
}
.quality-coffee > div {
  width: 44.72140762%;
  margin-bottom: 30px;
}
.quality-coffee h2 {
  margin: 0 0 25px 0;
  font-size: 3.2rem;
  font-weight: 500;
}
.quality-coffee p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.125;
}
.home-catalog {
  min-height: 400px;
}
@media (max-width: 767px) {
  .home-catalog {
    display: none;
  }
}
.home-catalog.loading {
  position: relative;
}
.home-catalog.loading:before {
  background: rgba(255, 255, 255, 0.05) url('../images/loader-2.gif') no-repeat 50% 50%;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.qoffy-machines-assortiment,
.featured-products-grid {
  overflow: hidden;
}
@media (min-width: 768px) {
  .qoffy-machines-assortiment,
  .featured-products-grid {
    display: block;
  }
}
@media (max-width: 767px) {
  .cms-index-index .qoffy-machines-assortiment,
  .cms-index-index .featured-products-grid {
    display: none;
  }
}
.qoffy-machines-assortiment .block-title,
.featured-products-grid .block-title {
  text-align: center;
}
.qoffy-machines-assortiment .block-title .title,
.featured-products-grid .block-title .title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .qoffy-machines-assortiment .block-title .title,
  .featured-products-grid .block-title .title {
    font-size: 3.575rem;
  }
}
@media (min-width: 1024px) {
  .qoffy-machines-assortiment .block-title .title,
  .featured-products-grid .block-title .title {
    font-size: 3.95rem;
  }
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .block-title .title,
  .featured-products-grid .block-title .title {
    font-size: 4.325rem;
  }
}
@media (min-width: 1364px) {
  .qoffy-machines-assortiment .block-title .title,
  .featured-products-grid .block-title .title {
    font-size: 4.7rem;
  }
}
.qoffy-machines-assortiment .block-title p,
.featured-products-grid .block-title p {
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .block-title,
  .featured-products-grid .block-title {
    padding-left: 33.33333333%;
  }
}
.cms-index-index .qoffy-machines-assortiment .block-title,
.cms-index-index .featured-products-grid .block-title {
  display: none;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .block-content,
  .featured-products-grid .block-content {
    margin-left: -42.5px;
    margin-right: -42.5px;
    display: flex;
  }
}
@media (max-width: 1199px) {
  .qoffy-machines-assortiment .block-content .mix-item,
  .featured-products-grid .block-content .mix-item,
  .qoffy-machines-assortiment .block-content .items .item,
  .featured-products-grid .block-content .items .item {
    margin: 0 auto 30px;
    max-width: 450px;
  }
}
.qoffy-machines-assortiment .details,
.featured-products-grid .details {
  text-align: center;
}
.qoffy-machines-assortiment .image,
.featured-products-grid .image {
  margin-bottom: 10px;
}
.qoffy-machines-assortiment .title,
.featured-products-grid .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .qoffy-machines-assortiment .title,
  .featured-products-grid .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .qoffy-machines-assortiment .title,
  .featured-products-grid .title {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .title,
  .featured-products-grid .title {
    font-size: 2.7rem;
  }
}
@media (min-width: 1364px) {
  .qoffy-machines-assortiment .title,
  .featured-products-grid .title {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .qoffy-machines-assortiment .title,
  .featured-products-grid .title {
    padding-top: 30px;
  }
}
.qoffy-machines-assortiment .product-weight,
.featured-products-grid .product-weight {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .qoffy-machines-assortiment .product-weight,
  .featured-products-grid .product-weight {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .qoffy-machines-assortiment .product-weight,
  .featured-products-grid .product-weight {
    font-size: 1.95rem;
  }
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .product-weight,
  .featured-products-grid .product-weight {
    font-size: 2.025rem;
  }
}
@media (min-width: 1364px) {
  .qoffy-machines-assortiment .product-weight,
  .featured-products-grid .product-weight {
    font-size: 2.1rem;
  }
}
.qoffy-machines-assortiment .mix-item,
.featured-products-grid .mix-item {
  padding: 0 30px;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .mix-item,
  .featured-products-grid .mix-item {
    padding: 20px 42.5px 0;
    width: 33.33333333%;
  }
}
@media (min-width: 1440px) {
  .qoffy-machines-assortiment .mix-item,
  .featured-products-grid .mix-item {
    padding-left: 95px;
    padding-right: 95px;
  }
}
.qoffy-machines-assortiment .mix-item .title,
.featured-products-grid .mix-item .title {
  margin-bottom: 15px;
}
.qoffy-machines-assortiment .mix-item .subtitle,
.featured-products-grid .mix-item .subtitle {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.qoffy-machines-assortiment .mix-item .subtitle span,
.featured-products-grid .mix-item .subtitle span {
  display: block;
  font-size: 1.8rem;
}
.qoffy-machines-assortiment .mix-item .desc,
.featured-products-grid .mix-item .desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.125;
  margin-top: 20px;
}
.qoffy-machines-assortiment .mix-item .image img,
.featured-products-grid .mix-item .image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .items,
  .featured-products-grid .items {
    display: flex;
    flex-wrap: wrap;
    width: 66.66666667%;
  }
}
.qoffy-machines-assortiment .item,
.featured-products-grid .item {
  padding: 20px 42.5px 0 2.5px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .item,
  .featured-products-grid .item {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 50px;
    width: 50%;
  }
  .qoffy-machines-assortiment .item:nth-child(2n+1),
  .featured-products-grid .item:nth-child(2n+1) {
    border-left-color: transparent;
  }
}
.qoffy-machines-assortiment .item .image,
.featured-products-grid .item .image {
  width: 180px;
  flex-shrink: 0;
}
.qoffy-machines-assortiment .item .details,
.featured-products-grid .item .details {
  width: 180px;
  margin-left: 20px;
}
@media (min-width: 860px) {
  .qoffy-machines-assortiment .item .details,
  .featured-products-grid .item .details {
    margin-left: 40px;
  }
}
.qoffy-machines-assortiment .item.bean-type-pure .image,
.featured-products-grid .item.bean-type-pure .image {
  position: relative;
}
.qoffy-machines-assortiment .item.bean-type-pure .image:before,
.featured-products-grid .item.bean-type-pure .image:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
.qoffy-machines-assortiment .block-title {
  margin-bottom: 80px;
}
.qoffy-machines-assortiment .block-title h2 {
  margin-bottom: 30px;
}
.qoffy-machines-assortiment .block-content {
  margin-left: -15px;
  margin-right: -15px;
}
.qoffy-machines-assortiment .title {
  padding-top: 0;
}
.qoffy-machines-assortiment .mix-item {
  padding: 0 30px;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .mix-item {
    margin-top: -100px;
    width: 30.70301291%;
  }
}
.qoffy-machines-assortiment .mix-item .image {
  margin-top: 30px;
  margin-bottom: 40px;
}
.qoffy-machines-assortiment .mix-item .image img {
  max-height: 300px;
}
.qoffy-machines-assortiment .items {
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .qoffy-machines-assortiment .items {
    margin-left: auto;
    width: 59.54088953%;
  }
}
.qoffy-machines-assortiment .item {
  border: none;
  display: block;
  padding: 0 15px;
  margin-bottom: 45px;
}
.qoffy-machines-assortiment .item .image {
  margin: 0;
}
.qoffy-machines-assortiment .item .image img {
  display: block;
}
.qoffy-machines-assortiment .item .details {
  background: #393939;
  display: flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 10px 10px 10px 20px;
  height: 95px;
  box-sizing: border-box;
}
.qoffy-machines-assortiment .item .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: left;
  margin: 0 5px 0 0;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.qoffy-machines-assortiment .item .icons {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.qoffy-machines-assortiment .item .icons li {
  max-width: 67px;
  padding: 5px;
  box-sizing: border-box;
}
.qoffy-machines-assortiment .item .icons li svg {
  width: 100%;
  height: auto;
  display: block;
}
.qoffy-machines-assortiment .item .icons li svg path {
  stroke-width: 2px;
}
.qoffy-machines-assortiment .item.icons-2 .icons {
  flex-direction: column;
}
.qoffy-machines-assortiment .item.icons-2 .icons li {
  width: 50%;
}
.qoffy-machines-assortiment .item.icons-3 .icons li,
.qoffy-machines-assortiment .item.icons-4 .icons li {
  width: 50%;
}
#pre-div {
  display: none;
}
.products.products-grid,
.custom-slider {
  padding: 0 !important;
}
.owl-carousel-custom-1 {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .owl-carousel-custom-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .owl-carousel-custom-1 {
    margin-bottom: 75px;
  }
}
@media (max-width: 567px) {
  .owl-carousel-custom-1 .banner-item {
    height: 207px;
  }
}
@media (max-width: 867px) {
  .owl-carousel-custom-1 .banner-item {
    height: 375px;
  }
}
.owl-carousel-custom-1 .banner-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.owl-carousel-custom-1 .banner-item .banner-image {
  width: 100%;
  order: 1;
  display: block;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1 .banner-item .banner-image {
    width: 49.70674487%;
  }
}
.owl-carousel-custom-1 .banner-item .banner-video {
  width: 100%;
  order: 1;
  display: block;
  /* height: 479px; */
}
@media (min-width: 768px) {
  .owl-carousel-custom-1 .banner-item .banner-video {
    width: 49.70674487%;
    height: 479px;
  }
}
.owl-carousel-custom-1 .banner-item .wistia_responsive_padding {
  position: relative;
  top: 50%;
}
.owl-carousel-custom-1 .banner-item .content_slider {
  position: static;
  width: 45.82111437%;
}
@media (max-width: 767px) {
  .owl-carousel-custom-1 .banner-item .content_slider {
    display: none;
  }
}
.owl-carousel-custom-1 .banner-item .content_slider .buttons {
  display: block;
}
.owl-carousel-custom-1 .banner-item .content_slider .buttons .custom_content {
  margin: 0;
  text-align: left;
  width: 90%;
}
.owl-carousel-custom-1 .banner-item .content_slider .buttons h2 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 0.7254902em;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons h2 {
    font-size: 2.9rem;
  }
}
@media (min-width: 1024px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons h2 {
    font-size: 3.9rem;
  }
}
@media (min-width: 1364px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons h2 {
    font-size: 4.4rem;
  }
}
.owl-carousel-custom-1 .banner-item .content_slider .buttons h2:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e903";
  font-size: inherit;
  color: #fff;
  vertical-align: baseline;
  display: none;
}
.owl-carousel-custom-1 .banner-item .content_slider .buttons p {
  font-size: 1.2rem;
  line-height: 1.65217391;
  font-weight: 700;
  margin-bottom: 1.60869565em;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1364px) {
  .owl-carousel-custom-1 .banner-item .content_slider .buttons p {
    font-size: 2rem;
  }
}
.owl-carousel-custom-1 .banner-item .content_slider .buttons p:last-child {
  margin-bottom: 0;
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-controls {
  position: relative;
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots {
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots {
    width: 49.70674487%;
  }
}
@media (min-width: 1024px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot {
  position: relative;
  z-index: 2;
  display: block;
}
@media (max-width: 767px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot:first-child {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot svg {
  height: 28px;
  display: block;
  width: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot svg {
    height: 20px;
  }
}
@media (min-width: 1024px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot svg {
    height: 35px;
  }
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot svg path {
  stroke: #fff;
  stroke-width: 2;
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot span {
  background: none;
  border: none;
  width: auto;
  height: auto;
  transition: none;
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 7px 25px;
  position: relative;
  opacity: 1;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot span {
    margin: 10px 25px;
    padding: 0;
  }
}
@media (min-width: 1364px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot span {
    margin-left: 35px;
    margin-right: 35px;
  }
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot span.label {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  color: #000;
}
@media (min-width: 768px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot span.label {
    display: none;
  }
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot:hover span {
  background: none;
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot.active svg path,
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot:hover svg path {
  fill: #04a5b5;
  stroke: transparent;
}
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot.active .label,
.owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot:hover .label {
  color: #28A7A8;
  font-weight: bold;
}
@media (max-width: 767px) {
  .cms-assortiment .owl-carousel-custom-1 {
    padding-bottom: 50px;
    background: #fff;
  }
}
@media (min-width: 768px) {
  .owl-carousel-custom-2 {
    margin-top: 40px;
    margin-bottom: 85px;
  }
  .owl-carousel-custom-2 .banner-item {
    display: flex;
  }
  .owl-carousel-custom-2 .banner-item > a {
    display: block;
    width: 100%;
  }
  .owl-carousel-custom-2 .banner-item > a .banner-image {
    display: block;
  }
  .owl-carousel-custom-2 .banner-item > a .banner-video {
    display: block;
  }
  .owl-carousel-custom-2 .banner-image {
    width: 87.53665689%;
  }
  .owl-carousel-custom-2 .banner-video {
    width: 87.53665689%;
    height: 368px;
  }
  .owl-carousel-custom-2 .owl-carousel .owl-item {
    margin-left: 5px;
  }
  .owl-carousel-custom-2 .owl-controls {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-footer .owl-carousel-custom-2 {
    display: none;
  }
}
.cms-index-index .page-footer .owl-carousel-custom-2 {
  display: none;
}
.crosssell.block .block-title,
.upsell.block .block-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.crosssell.block .products-grid .product-item,
.upsell.block .products-grid .product-item {
  width: 33.33333333%;
  margin-left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .crosssell.block .products-grid .product-item:nth-child(4),
  .upsell.block .products-grid .product-item:nth-child(4),
  .crosssell.block .products-grid .product-item:nth-child(5),
  .upsell.block .products-grid .product-item:nth-child(5),
  .crosssell.block .products-grid .product-item:nth-child(6),
  .upsell.block .products-grid .product-item:nth-child(6) {
    display: none;
  }
}
@media (min-width: 768px) {
  .crosssell.block .products-grid .product-item,
  .upsell.block .products-grid .product-item {
    width: 25%;
  }
}
.crosssell.block .products,
.upsell.block .products {
  margin: 0;
  padding: 0;
}
.crosssell.block .product-item-info,
.upsell.block .product-item-info {
  width: 100%;
}
.crosssell.block .product-item-name,
.upsell.block .product-item-name {
  margin: 0 0 30px 0;
}
.crosssell.block .product-item-name a,
.upsell.block .product-item-name a {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .crosssell.block .product-item-name a,
  .upsell.block .product-item-name a {
    font-size: 2.025rem;
  }
}
@media (min-width: 1024px) {
  .crosssell.block .product-item-name a,
  .upsell.block .product-item-name a {
    font-size: 2.35rem;
  }
}
@media (min-width: 1200px) {
  .crosssell.block .product-item-name a,
  .upsell.block .product-item-name a {
    font-size: 2.675rem;
  }
}
@media (min-width: 1364px) {
  .crosssell.block .product-item-name a,
  .upsell.block .product-item-name a {
    font-size: 3rem;
  }
}
.crosssell.block .product-item-photo,
.upsell.block .product-item-photo {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .crosssell.block .product-item-details,
  .upsell.block .product-item-details {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.crosssell.block .product-weight,
.upsell.block .product-weight {
  margin-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.crosssell.block .bean-type-pure.product-item .product-item-photo .product-image-container,
.upsell.block .bean-type-pure.product-item .product-item-photo .product-image-container {
  position: relative;
}
.crosssell.block .bean-type-pure.product-item .product-item-photo .product-image-container:before,
.upsell.block .bean-type-pure.product-item .product-item-photo .product-image-container:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
.upsell.block {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .upsell.block {
    padding-top: 55px;
    margin-top: 60px;
  }
}
@media (min-width: 1364px) {
  .upsell.block {
    width: 1364px;
    margin-left: -45px;
    padding-left: 45px;
    padding-right: 45px;
    box-sizing: border-box;
  }
}
.crosssell.block {
  max-width: 1404px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  max-width: 1124px;
  margin-top: 50px;
  margin-bottom: 25px !important;
}
@media (max-width: 767px) {
  .crosssell.block {
    padding-left: 0;
    padding-right: 0;
  }
}
.crosssell.block .block-title {
  margin-bottom: 30px;
}
.crosssell.block .block-title #block-crosssell-heading {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
.crosssell.block .product-item-name a {
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  .crosssell.block .product-item-name a {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .crosssell.block .product-item-name a {
    font-size: 2.05rem;
  }
}
@media (min-width: 1200px) {
  .crosssell.block .product-item-name a {
    font-size: 2.225rem;
  }
}
@media (min-width: 1364px) {
  .crosssell.block .product-item-name a {
    font-size: 2.4rem;
  }
}
.crosssell.block .actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}
.crosssell.block .actions .action.primary.checkout,
.crosssell.block .actions .block-minicart .block-content > .actions > .primary .action.primary {
  padding-left: 20px;
  padding-right: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 260px;
}
@media (max-width: 767px) {
  .crosssell.block .actions .action.primary.checkout,
  .crosssell.block .actions .block-minicart .block-content > .actions > .primary .action.primary {
    padding-left: 40px;
    padding-right: 35px;
    width: 100%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.crosssell.block .actions .action.primary.checkout span,
.crosssell.block .actions .block-minicart .block-content > .actions > .primary .action.primary span {
  margin-left: auto;
}
.crosssell.block .actions .action.primary.checkout:before,
.crosssell.block .actions .block-minicart .block-content > .actions > .primary .action.primary:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\f087";
  font-size: 2.5rem;
  line-height: 2.1rem;
  margin-right: 12px;
}
.crosssell.block .actions .action.primary.checkout:after,
.crosssell.block .actions .block-minicart .block-content > .actions > .primary .action.primary:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e909";
  font-size: 2.9rem;
  line-height: 2.1rem;
  margin-left: 12px;
}
.crosssell.block .actions .action.continue {
  background: #04a5b5;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 11px 20px;
  text-align: center;
  display: none;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 768px) {
  .crosssell.block .actions .action.continue {
    display: inline-block;
  }
}
.crosssell.block .actions .action.continue:hover {
  text-decoration: none;
  background: #038e9c;
}
.toolbar-products {
  /* display: none; */
}
.catalogsearch-result-index.page-layout-1column .products-grid .product-item,
.page-products.page-layout-1column .products-grid .product-item {
  margin-left: 0;
  width: 100% !important;
}
@media (min-width: 360px) {
  .catalogsearch-result-index.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item {
    width: 50% !important;
  }
}
.search-autocomplete ul li {
  color: black;
}
.catalog-category-view .products-grid,
.catalogsearch-result-index .products-grid {
  max-width: 886px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
.catalog-category-view .products-grid .product-items,
.catalogsearch-result-index .products-grid .product-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-items,
  .catalogsearch-result-index .products-grid .product-items {
    margin: 0 -40px;
  }
}
.catalog-category-view .products-grid .product-items .product-item,
.catalogsearch-result-index .products-grid .product-items .product-item {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 360px) {
  .catalog-category-view .products-grid .product-items .product-item,
  .catalogsearch-result-index .products-grid .product-items .product-item {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    margin-bottom: 45px;
  }
}
.catalog-category-view .products-grid .product-items .product-item:nth-child(2n+1),
.catalogsearch-result-index .products-grid .product-items .product-item:nth-child(2n+1) {
  border-left: none;
}
.catalog-category-view .products-grid .product-items .product-item .product-item-info,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  align-items: center;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-info,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-info {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.catalog-category-view .products-grid .product-items .product-item .product-item-photo,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-photo {
  width: 140px;
  flex-shrink: 0;
}
@media (min-width: 896px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-photo,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-photo {
    width: 180px;
  }
}
.catalog-category-view .products-grid .product-items .product-item .product-item-name,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-name {
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 5px;
  padding-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-name,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-name {
    font-size: 2.275rem;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-name,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-name {
    font-size: 2.45rem;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-name,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-name {
    font-size: 2.625rem;
  }
}
@media (min-width: 1364px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-name,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-name {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-items .product-item .product-item-name,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-item-name {
    padding-top: 30px;
  }
}
.catalog-category-view .products-grid .product-items .product-item .product-item-name a,
.catalogsearch-result-index .products-grid .product-items .product-item .product-item-name a {
  font-weight: inherit;
}
.catalog-category-view .products-grid .product-items .product-item .product-weight,
.catalogsearch-result-index .products-grid .product-items .product-item .product-weight {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .catalog-category-view .products-grid .product-items .product-item .product-weight,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-weight {
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .products-grid .product-items .product-item .product-weight,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-weight {
    font-size: 1.95rem;
  }
}
@media (min-width: 1200px) {
  .catalog-category-view .products-grid .product-items .product-item .product-weight,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-weight {
    font-size: 2.025rem;
  }
}
@media (min-width: 1364px) {
  .catalog-category-view .products-grid .product-items .product-item .product-weight,
  .catalogsearch-result-index .products-grid .product-items .product-item .product-weight {
    font-size: 2.1rem;
  }
}
.catalog-category-view .products-grid .product-items .product-item .product-readmore a,
.catalogsearch-result-index .products-grid .product-items .product-item .product-readmore a {
  background: #04a5b5;
  color: #fff;
}
.catalog-category-view .products-grid .product-items .product-item .product-readmore a:hover,
.catalogsearch-result-index .products-grid .product-items .product-item .product-readmore a:hover {
  background: #038e9c;
}
.catalog-category-view .products-grid .product-items .product-item.bean-type-pure .product-item-photo .product-image-container,
.catalogsearch-result-index .products-grid .product-items .product-item.bean-type-pure .product-item-photo .product-image-container {
  position: relative;
}
.catalog-category-view .products-grid .product-items .product-item.bean-type-pure .product-item-photo .product-image-container:before,
.catalogsearch-result-index .products-grid .product-items .product-item.bean-type-pure .product-item-photo .product-image-container:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
.catalog-category-view .columns {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .catalog-category-view .columns {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .catalog-category-view .page-title-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.catalog-category-view .products-grid .product-items .product-item.product-mix {
  width: 100% !important;
  border-left: none;
}
.catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info {
    /* width: 100/2%; */
  }
}
.catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info .product-item-name {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media (max-width: 639px) {
  .catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info .product-item-photo .product-image-container {
    max-width: 100%;
  }
}
.catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info .product-item-details .product-item-name {
  display: none;
}
.catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info .subtitle {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
}
.catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info .subtitle span {
  display: block;
  font-size: 1.8rem;
}
.catalog-category-view .products-grid .product-items .product-item.product-mix .product-item-info .desc {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.28571429;
  margin-top: 20px;
}
.catalogsearch-result-index .products-grid .product-items .product-item.product-mix .product-item-info > .product-item-name {
  display: none;
}
@media (min-width: 768px) {
  .catalogsearch-result-index .products-grid .product-items .product-item.product-mix .product-item-photo {
    max-width: 113px;
    display: flex;
    align-items: center;
  }
}
.catalogsearch-result-index .products-grid .product-items .product-item.product-mix .desc {
  display: none;
}
.catalog-product-view.bean-type-pure .page-main .columns {
  background: #627536;
}
.catalog-product-view.bean-type-pure .main-product-photo-cont {
  position: relative;
}
.catalog-product-view.bean-type-pure .main-product-photo-cont:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
.catalog-product-view.bean-type-pure .main-product-photo-cont:before {
  width: 25%;
  padding-bottom: 25%;
  right: 19.56521739%;
}
.catalog-product-view.bean-type-cream .page-main .columns {
  background: #8C5A32;
}
.catalog-product-view.bean-type-gold .page-main .columns {
  background: #8C724A;
}
.catalog-product-view.bean-type-espresso .page-main .columns {
  background: #A5A8A9;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-main {
    width: 60.20408163%;
  }
}
.catalog-product-view .product.media {
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .product.media {
    display: block;
    width: 36.10675039%;
  }
}
.catalog-product-view .page-title-wrapper .page-title {
  margin: 0;
  line-height: 1;
}
.catalog-product-view .product-weight {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .catalog-product-view .product-weight {
    font-size: 3.475rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product-weight {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product-weight {
    font-size: 4.025rem;
  }
}
@media (min-width: 1364px) {
  .catalog-product-view .product-weight {
    font-size: 4.3rem;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-weight {
    text-align: center;
  }
}
.catalog-product-view .product-info-price {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .product.attribute.overview {
  font-size: 1.4rem;
  line-height: 1.35714286;
  font-weight: 500;
  text-align: center;
  padding-right: 0;
  min-height: auto;
}
@media (min-width: 768px) {
  .catalog-product-view .product.attribute.overview {
    font-size: 1.45rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .product.attribute.overview {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .product.attribute.overview {
    font-size: 1.55rem;
  }
}
@media (min-width: 1364px) {
  .catalog-product-view .product.attribute.overview {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .product.attribute.overview {
    text-align: left;
    padding-right: 21.51238592%;
    min-height: 76px;
  }
}
.catalog-product-view .product-roast {
  position: absolute;
  right: 45px;
  top: 40px;
  padding-right: 60px;
}
.catalog-product-view .product-roast .items {
  display: flex;
  flex-direction: column-reverse;
}
.catalog-product-view .product-roast .item {
  height: 21px;
  margin-bottom: 5px;
  position: relative;
}
.catalog-product-view .product-roast .item svg {
  height: 100%;
  width: auto;
  display: block;
}
.catalog-product-view .product-roast .item .indicator {
  display: none;
}
.catalog-product-view .product-roast .item.score > svg g {
  fill: #fff;
}
.catalog-product-view .product-roast .item.highest .indicator {
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.catalog-product-view .product-roast .item.highest .indicator .icon {
  margin-right: 10px;
  height: 100%;
}
.catalog-product-view .product-roast .item.highest .indicator .value {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main > .product-roast {
    display: none;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .prices-tier-cont {
    max-width: 343px;
    margin-left: auto;
    margin-right: auto;
  }
}
.catalog-product-view .prices-tier {
  background: none;
  display: flex;
  margin: 40px -7.5px 0 -7.5px;
  padding: 0;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .catalog-product-view .prices-tier {
    margin: 70px 0 0 0;
    max-width: 100%;
  }
}
.catalog-product-view .prices-tier li {
  padding: 0 7.5px;
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .catalog-product-view .prices-tier li {
    padding: 0;
    width: 164px;
    margin: 0 20px 20px 0;
  }
}
.catalog-product-view .prices-tier li > div {
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-align: center;
  padding: 18px 6px 6px;
  position: relative;
}
.catalog-product-view .prices-tier li .qty {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: bold;
}
.catalog-product-view .prices-tier li .bundle-price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 4px;
}
.catalog-product-view .prices-tier li .item-price {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.catalog-product-view .prices-tier li .item-price .price {
  font-size: inherit;
  font-weight: inherit;
}
.catalog-product-view .prices-tier li .benefit {
  font-size: 1.2rem;
  font-weight: bold;
  background: #04a5b5;
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 5px 12px;
  line-height: 1.1;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.catalog-product-view .prices-tier li .most-chosen {
  position: absolute;
  border-radius: 50%;
  background: #04a5b5;
  border: 1px solid #fff;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  right: 10px;
  top: -32px;
  box-sizing: border-box;
}
.catalog-product-view .prices-tier li.active,
.catalog-product-view .prices-tier li:hover {
  background: #04a5b5;
  color: #000;
}
.catalog-product-view .prices-tier li.active .most-chosen,
.catalog-product-view .prices-tier li:hover .most-chosen,
.catalog-product-view .prices-tier li.active .benefit,
.catalog-product-view .prices-tier li:hover .benefit {
  color: #fff;
}
.catalog-product-view .box-tocart {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .catalog-product-view .box-tocart {
    width: 348px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .box-tocart {
    margin-top: 15px;
    width: auto;
  }
}
.catalog-product-view .box-tocart .label[for='qty'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.catalog-product-view .box-tocart .qty-info {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0;
  text-align: center;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 1024px) {
  .catalog-product-view .box-tocart .qty-info {
    padding: 9px 0;
    text-align: left;
    width: 100%;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .box-tocart .qty-info {
    width: auto;
    margin-left: 0;
  }
}
.catalog-product-view .box-tocart .shipping-info {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.catalog-product-view .box-tocart .fieldset {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .catalog-product-view .box-tocart .fieldset {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .box-tocart .fieldset {
    flex-wrap: nowrap;
  }
}
.catalog-product-view .box-tocart .field.qty {
  display: block;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .catalog-product-view .box-tocart .field.qty {
    margin: 0 20px;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .box-tocart .field.qty .qty-total-cont {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}
.catalog-product-view .box-tocart .field.qty .qty-total-cont .ui-spinner input {
  width: 100%;
  height: 37px;
}
.catalog-product-view .box-tocart .actions {
  display: block;
  padding-top: 0;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .catalog-product-view .box-tocart .actions {
    max-width: 335px;
    margin: 20px auto 0;
  }
}
.catalog-product-view .box-tocart .actions .action.primary {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 7px 30px;
  text-transform: lowercase;
}
.catalog-product-view .box-tocart .actions .action.primary:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e905";
  font-size: 1.8rem;
  margin-right: 10px;
}
.catalog-product-view .product-info-ext {
  clear: both;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-ext {
    /* display: none; */
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-ext .block-header {
    text-align: center;
  }
}
.catalog-product-view .product-info-ext .block-content {
  display: flex;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-ext .block-content {
    padding-top: 90px;
  }
}
.catalog-product-view .product-info-ext .toggle {
  cursor: pointer;
  margin-left: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 13px;
  padding: 5px 18px;
  display: inline-block;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-ext .toggle {
    margin-left: 39.6389325%;
  }
}
.catalog-product-view .product-info-ext .toggle:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e901";
  margin-left: 9px;
  transform: rotate(90deg);
}
.catalog-product-view .product-info-ext .less {
  display: none;
}
.catalog-product-view .product-info-ext .more {
  display: inline;
}
.catalog-product-view .product-info-ext.active .toggle:after {
  transform: rotate(-90deg);
}
.catalog-product-view .product-info-ext.active .less {
  display: inline;
}
.catalog-product-view .product-info-ext.active .more {
  display: none;
}
.catalog-product-view .product-info-main > .product-info-ext {
  display: block;
}
@media (min-width: 768px) {
  .catalog-product-view .product-info-main > .product-info-ext {
    display: none;
  }
}
.catalog-product-view .ext-gallery {
  width: 36.10675039%;
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .ext-gallery {
    display: block;
  }
}
.catalog-product-view .ext-gallery .items .item {
  padding: 45px 20px 50px;
}
.catalog-product-view .ext-gallery .owl-stage-outer {
  padding-top: 0;
}
.catalog-product-view .column.main > .ext-gallery {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  .catalog-product-view .column.main > .ext-gallery {
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .column.main > .ext-gallery {
    display: none;
  }
}
.catalog-product-view .column.main > .ext-gallery .items .item {
  padding: 0 0 45px 0;
}
.catalog-product-view .column.main > .ext-gallery.bean-type-pure {
  position: relative;
}
.catalog-product-view .column.main > .ext-gallery.bean-type-pure:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
.catalog-product-view .column.main > .ext-gallery.bean-type-pure:before {
  width: 20%;
  padding-bottom: 20%;
  right: 50%;
  bottom: 55px;
}
.catalog-product-view .ext-attributes {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .catalog-product-view .ext-attributes {
    margin-left: 4.31711146%;
    padding-right: 30px;
    width: auto;
  }
}
.catalog-product-view .ext-attributes .ra-certified {
  font-size: 1.6rem;
  line-height: 0.875;
}
@media (max-width: 767px) {
  .catalog-product-view .ext-attributes .ra-certified {
    display: none;
  }
}
.catalog-product-view .ext-attributes .ra-certified p {
  margin-bottom: 0;
}
.catalog-product-view .ext-attributes .ra-certified p a {
  font-weight: bold;
}
.catalog-product-view .ext-attributes .ra-certified .logo {
  display: block;
  margin-left: 40px;
  margin-top: 45px;
}
.catalog-product-view .ext-attributes .score-attributes {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .catalog-product-view .ext-attributes .score-attributes {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .ext-attributes .score-attributes {
    margin-bottom: 35px;
  }
}
.catalog-product-view .ext-attributes .score-attributes ul li {
  display: flex;
  align-items: center;
}
.catalog-product-view .ext-attributes .score-attributes ul li .data {
  display: inline-flex;
}
.catalog-product-view .ext-attributes .score-attributes ul li .data > span {
  margin-right: 5px;
}
.catalog-product-view .ext-attributes .score-attributes ul li .data > span svg {
  display: block;
  height: 12px;
  width: auto;
}
.catalog-product-view .ext-attributes .score-attributes ul li .data .score svg path {
  fill: #fff;
  stroke-width: 0;
}
.catalog-product-view .ext-attributes .score-attributes ul li .label {
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .catalog-product-view .ext-attributes .score-attributes ul li .label {
    font-size: 1.45rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .ext-attributes .score-attributes ul li .label {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .ext-attributes .score-attributes ul li .label {
    font-size: 1.55rem;
  }
}
@media (min-width: 1364px) {
  .catalog-product-view .ext-attributes .score-attributes ul li .label {
    font-size: 1.6rem;
  }
}
.catalog-product-view .ext-attributes .score-attributes ul li .label:before {
  content: " : ";
}
.catalog-product-view .ext-attributes .score-attributes .product-roast {
  position: static;
  padding-right: 25px;
}
@media (min-width: 768px) {
  .catalog-product-view .ext-attributes .score-attributes .product-roast {
    display: none;
  }
}
.catalog-product-view .ext-attributes .score-attributes .product-roast .item {
  height: 8px;
  margin-bottom: 2px;
}
.catalog-product-view .ext-attributes .score-attributes .product-roast .item.highest .indicator {
  padding-left: 4px;
}
.catalog-product-view .ext-attributes .score-attributes .product-roast .item.highest .indicator .icon {
  margin-right: 3px;
}
.catalog-product-view .ext-attributes .score-attributes .product-roast .item.highest .indicator .value {
  font-size: 8px;
}
@media (max-width: 767px) {
  .catalog-product-view .ext-attributes .other-attributes {
    order: -1;
    margin-bottom: 10px;
    padding-right: 75px;
    position: relative;
  }
}
.catalog-product-view .ext-attributes .other-attributes ul li {
  font-size: 1.4rem;
  line-height: 0.875;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .catalog-product-view .ext-attributes .other-attributes ul li {
    font-size: 1.45rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .ext-attributes .other-attributes ul li {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .catalog-product-view .ext-attributes .other-attributes ul li {
    font-size: 1.55rem;
  }
}
@media (min-width: 1364px) {
  .catalog-product-view .ext-attributes .other-attributes ul li {
    font-size: 1.6rem;
  }
}
.catalog-product-view .ext-attributes .other-attributes ul li .label {
  font-weight: bold;
  display: block;
}
.catalog-product-view .ext-attributes .other-attributes ul li .data {
  font-weight: 500;
  display: block;
}
.catalog-product-view .ext-attributes .other-attributes .ra-certified {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .catalog-product-view .ext-attributes .other-attributes .ra-certified {
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-product-view .ext-attributes .other-attributes .ra-certified {
    display: none;
  }
}
.catalog-product-view .ext-attributes .other-attributes .ra-certified .logo {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 45px;
}
.catalog-product-view .ext-attributes .other-attributes .ra-certified .logo img {
  width: 70px;
  height: auto;
}
.catalog-product-view .ext-media {
  width: 38.46153846%;
  margin-left: auto;
  display: none;
}
@media (min-width: 768px) {
  .catalog-product-view .ext-media {
    display: block;
  }
}
@media (min-width: 1364px) {
  .catalog-product-view .ext-media {
    flex-shrink: 0;
  }
}
.checkout-process-diagram {
  display: none;
  align-items: center;
  font-size: 1.2rem;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .checkout-process-diagram {
    font-size: 1.725rem;
  }
}
@media (min-width: 1024px) {
  .checkout-process-diagram {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .checkout-process-diagram {
    font-size: 2.775rem;
  }
}
@media (min-width: 1364px) {
  .checkout-process-diagram {
    font-size: 3.3rem;
  }
}
@media (min-width: 768px) {
  .checkout-process-diagram {
    display: flex;
  }
}
.checkout-process-diagram .space {
  height: 5px;
  background: #03BCC8;
  width: 1.51515152em;
}
.checkout-process-diagram .step {
  width: 1.90909091em;
  height: 1.90909091em;
  border: 3px solid #04a5b5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.checkout-process-diagram .step.active {
  background: #04a5b5;
}
.checkout-process-diagram .step.active:before {
  color: #fff;
}
.checkout-process-diagram .step:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "";
  color: #04a5b5;
}
.checkout-process-diagram .step.cart:before {
  content: "\e905";
  position: relative;
  left: -2px;
  top: 1px;
}
.checkout-cart-index .checkout-process-diagram .step.cart {
  background: #04a5b5;
}
.checkout-cart-index .checkout-process-diagram .step.cart:before {
  color: #fff;
}
.checkout-process-diagram .step.shipping:before {
  content: "\e907";
  font-size: 0.90909091em;
}
.checkout-index-index .checkout-process-diagram .step.shipping {
  background: #04a5b5;
}
.checkout-index-index .checkout-process-diagram .step.shipping:before {
  color: #fff;
}
.checkout-process-diagram .step.payment:before {
  content: "\f153";
  font-size: 1.39393939em;
  position: relative;
  left: -2px;
  top: 1px;
}
.checkout-index-index .checkout-process-diagram .step.payment {
  background: #04a5b5;
}
.checkout-index-index .checkout-process-diagram .step.payment:before {
  color: #fff;
}
.checkout-process-diagram .step.success:before {
  content: "\e906";
}
.checkout-onepage-success .checkout-process-diagram .step.success {
  background: #04a5b5;
}
.checkout-onepage-success .checkout-process-diagram .step.success:before {
  color: #fff;
}
.cart-container,
.checkout-header {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .checkout-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.checkout-header .description {
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-header .description {
    text-align: left;
  }
}
.checkout-header .description h2 {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
}
@media (min-width: 768px) {
  .checkout-header .description h2 {
    font-size: 2.65rem;
  }
}
@media (min-width: 1024px) {
  .checkout-header .description h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .checkout-header .description h2 {
    font-size: 3.75rem;
  }
}
@media (min-width: 1364px) {
  .checkout-header .description h2 {
    font-size: 4.3rem;
  }
}
.checkout-header .description p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .checkout-header .description p {
    font-size: 1.45rem;
  }
}
@media (min-width: 1024px) {
  .checkout-header .description p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .checkout-header .description p {
    font-size: 1.55rem;
  }
}
@media (min-width: 1364px) {
  .checkout-header .description p {
    font-size: 1.6rem;
  }
}
.cart-container {
  margin-top: 20px;
}
.cart-container .cart-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .cart-container .cart-title {
    text-align: center;
  }
}
.cart-container .form-cart {
  float: none;
  width: 100%;
}
.cart-container .form-cart .table-wrapper {
  margin-bottom: 0;
}
.cart-container .form-cart .actions {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#shopping-cart-table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
@media (min-width: 769px) {
  #shopping-cart-table {
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  #shopping-cart-table {
    margin-left: 0;
  }
}
#shopping-cart-table thead {
  display: none;
}
#shopping-cart-table .cart.item {
  border: none;
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #shopping-cart-table .cart.item {
    margin-bottom: 0;
  }
  #shopping-cart-table .cart.item:last-child .item-info {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 769px) {
  #shopping-cart-table .cart.item {
    width: 33.33333333%;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  #shopping-cart-table .cart.item {
    padding-left: 0;
  }
  #shopping-cart-table .cart.item:nth-of-type(3n+2) {
    justify-content: center;
  }
  #shopping-cart-table .cart.item:nth-of-type(3n+3) {
    justify-content: flex-end;
  }
}
#shopping-cart-table .cart.item .item-info {
  width: 250px;
}
@media (max-width: 768px) {
  #shopping-cart-table .cart.item .item-info {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
#shopping-cart-table .cart.item .item-info .col {
  display: block;
  padding: 0;
}
#shopping-cart-table .cart.item .item-info .col:before {
  display: none;
}
#shopping-cart-table .cart.item .item-info .col.item {
  display: flex;
  align-items: flex-start;
}
#shopping-cart-table .cart.item .item-info .col.item .product-item-photo {
  width: 65px;
  margin-right: 30px;
  padding-right: 0;
  position: static;
  float: none;
  flex-shrink: 0;
}
#shopping-cart-table .cart.item .item-info .col.item .product-item-photo .product-image-container {
  display: block;
}
#shopping-cart-table .cart.item .item-info .col.item .product-item-details {
  float: none;
  width: auto;
  position: relative;
  padding-bottom: 56px;
  flex-grow: 1;
}
#shopping-cart-table .cart.item .item-info .col.item .product-item-details .product-item-name {
  font-size: 2.1rem;
  line-height: 1.14285714;
  font-weight: 600;
  padding-top: 15px;
  margin: 0;
  height: calc(4.8rem + 15px);
  overflow: hidden;
  box-sizing: border-box;
}
#shopping-cart-table .cart.item .item-info .col.item .product-item-details .product-weight {
  font-size: 2.1rem;
  line-height: 1.14285714;
  font-weight: 600;
}
#shopping-cart-table .cart.item .item-info .col.subtotal {
  display: none;
}
#shopping-cart-table .cart.item .item-info .col.price {
  display: none;
}
#shopping-cart-table .cart.item .item-info .col.qty {
  margin-top: 20px;
  width: 100%;
}
#shopping-cart-table .cart.item .item-info .col.qty .qty-total-cont {
  width: 100%;
  margin-bottom: 0;
}
#shopping-cart-table .cart.item .item-info .col.qty .input-text {
  margin-top: 0;
  width: 100%;
}
#shopping-cart-table .cart.item .item-info .col.comment .comment .quotation-product-comment {
  border-radius: 15px;
  height: 10rem;
  font-size: 1.8rem !important;
  font-weight: bold;
  margin-top: 40px;
  padding: 15px;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar {
  position: absolute;
  bottom: 0;
  right: 0;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar .action {
  margin-bottom: 0;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-edit {
  display: none;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete {
  background: none;
  border: none;
  padding: 0;
  background: #04a5b5;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e908";
  font-size: 1.9rem;
}
#shopping-cart-table .cart.item .item-info .actions-toolbar .action.action-delete:hover:before {
  color: inherit;
}
#shopping-cart-table .cart.item .item-actions {
  display: none;
}
#shopping-cart-table .cart.item.bean-type-pure .item-info .col.item .product-item-photo {
  position: relative;
  top: 0;
}
#shopping-cart-table .cart.item.bean-type-pure .item-info .col.item .product-item-photo:before {
  content: "";
  background: url('../images/icon-ra-logo.png') no-repeat 50% 50%;
  background-size: contain;
  display: block;
  padding-bottom: 44.44444444%;
  width: 44.44444444%;
  position: absolute;
  right: 5.55555556%;
  bottom: 15px;
  z-index: 2;
}
#shopping-cart-table .cart.item.bean-type-pure .item-info .col.item .product-item-photo:before {
  width: 61.53846154%;
  padding-bottom: 61.53846154%;
  right: auto;
  left: 0;
  bottom: 10px;
}
.action.primary.checkout,
.block-minicart .block-content > .actions > .primary .action.primary {
  padding-left: 20px;
  padding-right: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 260px;
}
@media (max-width: 767px) {
  .action.primary.checkout,
  .block-minicart .block-content > .actions > .primary .action.primary {
    padding-left: 40px;
    padding-right: 35px;
    width: 100%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.action.primary.checkout span,
.block-minicart .block-content > .actions > .primary .action.primary span {
  margin-left: auto;
}
.action.primary.checkout:before,
.block-minicart .block-content > .actions > .primary .action.primary:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\f087";
  font-size: 2.5rem;
  line-height: 2.1rem;
  margin-right: 12px;
}
.action.primary.checkout:after,
.block-minicart .block-content > .actions > .primary .action.primary:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e909";
  font-size: 2.9rem;
  line-height: 2.1rem;
  margin-left: 12px;
}
.cart-summary {
  float: none;
  width: 100%;
  background: #393939;
  padding: 35px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cart-summary {
    padding-top: 25px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.cart-summary .summary.title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary #block-shipping {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-summary .cart-totals {
  order: 1;
  border: none;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  margin-top: 15px;
  margin-bottom: 35px;
}
@media (min-width: 1024px) {
  .cart-summary .cart-totals {
    width: 27.49077491%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cart-summary .cart-summary-tools {
  order: 0;
}
@media (min-width: 1024px) {
  .cart-summary .cart-summary-tools {
    width: 28.04428044%;
  }
}
.cart-summary .checkout-methods-cont {
  order: 2;
  min-width: 260px;
}
@media (min-width: 768px) {
  .cart-summary .checkout-methods-cont {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .cart-summary .checkout-methods-cont {
    margin-left: 0;
    width: 23.98523985%;
    display: flex;
    align-items: flex-end;
  }
}
.cart-summary #block-discount {
  margin-bottom: 12px;
  max-width: 335px;
}
@media (max-width: 1023px) {
  .cart-summary #block-discount {
    margin-left: auto;
    margin-right: auto;
  }
}
.cart-summary #block-discount .title {
  border: 1px solid #04a5b5;
  padding: 9px 15px;
  text-align: center;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.cart-summary #block-discount .title strong {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
}
.cart-summary #block-discount .title:after {
  display: none;
}
@media (max-width: 1023px) {
  .cart-summary #block-discount .label {
    display: block;
    text-align: center;
  }
}
.cart-summary #block-discount .primary {
  width: 100%;
}
.cart-summary #block-discount .primary .action {
  width: 100%;
}
@media (max-width: 1023px) {
  .cart-summary .cart-summary-info {
    text-align: center;
  }
}
.cart-summary .cart-summary-info ul {
  margin: 0;
  padding: 0;
}
.cart-summary .cart-summary-info ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.cart-summary .cart-summary-info ul li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e906";
  font-size: 1.3rem;
  color: #04a5b5;
  margin-right: 10px;
}
.cart-summary .free-ship-notice {
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: bold;
  background: #04a5b5;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.cart-summary .free-ship-notice p {
  margin: 0;
}
.cart-summary .table.totals,
.table.table-totals {
  font-size: 1.6rem;
  line-height: 1.2;
}
.cart-summary .table.totals .mark,
.table.table-totals .mark {
  font-weight: 600;
  padding-left: 0;
  vertical-align: middle;
}
.cart-summary .table.totals .amount,
.table.table-totals .amount {
  padding-right: 0;
  vertical-align: middle;
}
.cart-summary .table.totals .totals.sub .mark,
.table.table-totals .totals.sub .mark {
  font-size: 1.8rem;
}
.cart-summary .table.totals .totals.sub .amount,
.table.table-totals .totals.sub .amount {
  font-size: 2.4rem;
  font-weight: bold;
}
.cart-summary .table.totals .totals.grand,
.table.table-totals .totals.grand {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.cart-summary .table.totals .totals.grand .mark,
.table.table-totals .totals.grand .mark {
  padding-top: 13px;
}
.cart-summary .table.totals .totals.grand .mark strong,
.table.table-totals .totals.grand .mark strong {
  font-size: 1.8rem;
  font-weight: bold;
}
.cart-summary .table.totals .totals.grand .amount,
.table.table-totals .totals.grand .amount {
  padding-top: 13px;
}
.cart-summary .table.totals .totals.grand .amount strong,
.table.table-totals .totals.grand .amount strong {
  font-size: 2.4rem;
  font-weight: bold;
}
.cart-summary .checkout-methods-items {
  margin-top: 0;
  width: 100%;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary {
  padding-left: 20px;
  padding-right: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 260px;
}
@media (max-width: 767px) {
  .cart-summary .checkout-methods-items .action.primary.checkout,
  .cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary {
    padding-left: 40px;
    padding-right: 35px;
    width: 100%;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cart-summary .checkout-methods-items .action.primary.checkout span,
.cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary span {
  margin-left: auto;
}
.cart-summary .checkout-methods-items .action.primary.checkout:before,
.cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\f087";
  font-size: 2.5rem;
  line-height: 2.1rem;
  margin-right: 12px;
}
.cart-summary .checkout-methods-items .action.primary.checkout:after,
.cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e909";
  font-size: 2.9rem;
  line-height: 2.1rem;
  margin-left: 12px;
}
.checkout-cart-index .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quoteextension-quote-index .page-title-wrapper {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .quoteextension-quote-index .checkout-header .description {
    max-width: 615px;
  }
}
.quoteextension-quote-index .checkout-header #the-goodmorning {
  font-size: 3.2rem;
}
.quoteextension-quote-index .checkout-header p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.quoteextension-quote-index .proforma-table-header {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .quoteextension-quote-index .proforma-table-header {
    text-align: center;
    margin-top: 50px;
  }
}
.quoteextension-quote-index .proforma-table-header strong {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
.quoteextension-quote-index #shopping-cart-table {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .quoteextension-quote-index #shopping-cart-table {
    margin-left: -30px;
  }
}
.quoteextension-quote-index #shopping-cart-table .cart.item {
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .quoteextension-quote-index #shopping-cart-table .cart.item:last-child .item-actions {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 22px;
  }
}
@media (min-width: 769px) {
  .quoteextension-quote-index #shopping-cart-table .cart.item {
    flex-basis: 310px;
    max-width: 361.33333333px;
    justify-content: flex-start;
    margin-bottom: 70px;
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .quoteextension-quote-index #shopping-cart-table .cart.item .item-info {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .quoteextension-quote-index #shopping-cart-table .cart.item .item-info {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .quoteextension-quote-index #shopping-cart-table .cart.item .item-info .col {
    width: 250px;
  }
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-info .col.item .product-item-details .product-weight-cont {
  height: 2.4rem;
  overflow: hidden;
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-info .col.item .product-item-details .message.notice {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 5px 5px 5px 40px;
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-info .col.qty .qty-total-cont .control.qty {
  width: 100%;
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-info .col.comment {
  width: 100%;
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-actions {
  display: block;
  width: 100%;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .quoteextension-quote-index #shopping-cart-table .cart.item .item-actions {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 17px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-actions td {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.quoteextension-quote-index #shopping-cart-table .cart.item .item-actions td .actions-toolbar {
  text-align: left;
}
.quoteextension-quote-index .cart-summary {
  padding-top: 35px;
}
.quoteextension-quote-index .cart-summary .quote-summary {
  max-width: 756px;
  width: 100%;
}
.quoteextension-quote-index .cart-summary #form-submit-quote {
  max-width: 100% !important;
  width: 100%;
}
.quoteextension-quote-index .cart-summary .checkout-methods-items .action.primary.checkout,
.quoteextension-quote-index .cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary {
  width: 356px;
  padding-left: 20px;
  padding-right: 15px;
  max-width: 356px;
}
@media (max-width: 396px) {
  .quoteextension-quote-index .cart-summary .checkout-methods-items .action.primary.checkout,
  .quoteextension-quote-index .cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary {
    max-width: 100%;
  }
  .quoteextension-quote-index .cart-summary .checkout-methods-items .action.primary.checkout:before,
  .quoteextension-quote-index .cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary:before {
    display: none;
  }
  .quoteextension-quote-index .cart-summary .checkout-methods-items .action.primary.checkout span,
  .quoteextension-quote-index .cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary span {
    margin-left: 0;
  }
}
.quoteextension-quote-index .cart-summary .checkout-methods-items .action.primary.checkout span,
.quoteextension-quote-index .cart-summary .checkout-methods-items .block-minicart .block-content > .actions > .primary .action.primary span {
  margin-left: auto;
  margin-right: auto;
}
.quoteextension-quote-index .cart-summary .table-wrapper {
  margin-bottom: 44px;
}
.quoteextension-quote-index .cart-summary .field[name="quoteExtensionComment.customer_note"] .label {
  font-size: 2.4rem;
  line-height: 1.33333333;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.quoteextension-quote-index .cart-summary .field[name="quoteExtensionComment.customer_note"] .control textarea {
  height: 168px;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 1.8rem !important;
  font-weight: bold;
}
.customer-account-login .page-title-wrapper {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}
.login-container {
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .login-container {
    display: flex;
  }
}
.login-container .block-customer-login {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .login-container .block-customer-login {
    margin-bottom: 0;
    width: 58.87681159%;
    padding-right: 40px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) {
  .login-container .block-new-customer {
    box-sizing: border-box;
    width: 41.12318841%;
    padding-left: 40px;
    border-left: 2px solid rgba(255, 255, 255, 0.25);
  }
}
.block-customer-login .block-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-customer-login .block-subtitle {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .block-customer-login .block-subtitle {
    margin-bottom: 45px;
    text-align: left;
  }
}
.block-customer-login .block-subtitle p {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.625em;
}
@media (min-width: 768px) {
  .block-customer-login .block-subtitle p {
    font-size: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .block-customer-login .block-subtitle p {
    font-size: 2.65rem;
  }
}
@media (min-width: 1200px) {
  .block-customer-login .block-subtitle p {
    font-size: 2.925rem;
  }
}
@media (min-width: 1364px) {
  .block-customer-login .block-subtitle p {
    font-size: 3.2rem;
  }
}
.block-customer-login .block-subtitle .cms-block p {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .block-customer-login .block-subtitle .cms-block p {
    font-size: 1.45rem;
  }
}
@media (min-width: 1024px) {
  .block-customer-login .block-subtitle .cms-block p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .block-customer-login .block-subtitle .cms-block p {
    font-size: 1.55rem;
  }
}
@media (min-width: 1364px) {
  .block-customer-login .block-subtitle .cms-block p {
    font-size: 1.6rem;
  }
}
.block-customer-login .block-content {
  max-width: 400px;
}
@media (max-width: 767px) {
  .block-customer-login .block-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-customer-login .fieldset.login {
  margin-bottom: 0;
}
.block-customer-login .fieldset.login:after {
  display: none;
}
.block-customer-login .fieldset > .field {
  margin-bottom: 25px;
}
.block-customer-login .field.note {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-customer-login .field > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-customer-login .actions-toolbar {
  display: flex;
  justify-content: space-between;
}
.block-customer-login .actions-toolbar:before {
  display: none;
}
.block-customer-login .actions-toolbar .primary {
  width: 47.5%;
  margin-right: 0 !important;
}
.block-customer-login .actions-toolbar .secondary {
  width: 47.5%;
}
.block-customer-login .actions-toolbar .action {
  width: 100%;
}
.block-customer-login .actions-toolbar .action.remind,
.block-authentication .actions-toolbar > .secondary .action {
  border-radius: 23px;
  background: none;
  border: 2px solid #04a5b5;
  padding: 5px 25px;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  display: block;
}
.block-customer-login .actions-toolbar .action.remind:hover,
.block-authentication .actions-toolbar > .secondary .action:hover {
  text-decoration: none;
  border-color: #038e9c;
}
.block-new-customer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-new-customer .block-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-new-customer .block-desc h3 {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: bold;
  margin-bottom: 1.42857143em;
  margin-top: 0;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .block-new-customer .block-desc h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1024px) {
  .block-new-customer .block-desc h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .block-new-customer .block-desc h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1364px) {
  .block-new-customer .block-desc h3 {
    font-size: 2.8rem;
  }
}
.block-new-customer .block-desc p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.61538462;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .block-new-customer .block-desc p {
    font-size: 1.475rem;
  }
}
@media (min-width: 1024px) {
  .block-new-customer .block-desc p {
    font-size: 1.65rem;
  }
}
@media (min-width: 1200px) {
  .block-new-customer .block-desc p {
    font-size: 1.825rem;
  }
}
@media (min-width: 1364px) {
  .block-new-customer .block-desc p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .block-new-customer .block-desc p {
    margin-bottom: 40px;
  }
}
.block-new-customer .actions-toolbar {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .block-new-customer .actions-toolbar {
    margin-top: 15px;
  }
}
.block-new-customer .actions-toolbar .primary {
  float: none;
  display: block;
}
.block-new-customer .actions-toolbar .primary .action {
  width: 100%;
  margin: 0;
  line-height: 1;
}
.block-authentication .form {
  margin-left: auto;
  margin-right: auto;
}
.block-authentication .actions-toolbar > .secondary {
  margin-right: 0;
  padding-top: 0;
}
.block-authentication .actions-toolbar > .secondary .action {
  text-align: center;
}
.customer-account-create .page-title-wrapper {
  text-align: center;
}
.form.create.account {
  width: 100%;
  min-width: auto;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.form.create.account .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form.create.account .actions-toolbar {
  margin-top: 15px;
}
.form.create.account .actions-toolbar .primary {
  float: none;
  display: block;
}
.form.create.account .actions-toolbar .primary .action {
  float: none;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}
.form.create.account .actions-toolbar .primary .action:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\f087";
  font-size: 2.5rem;
  line-height: 2.1rem;
  margin-right: 12px;
}
.form.create.account .actions-toolbar .primary .action span {
  flex-grow: 1;
}
.form.create.account .actions-toolbar .secondary {
  display: none;
}
.form.create.account .actions-toolbar .secondary .action {
  margin-top: 0;
}
#password-strength-meter-container {
  margin-top: 10px;
}
#password-strength-meter-container .label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.77777778;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#password-strength-meter-container .label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\ea0b";
  font-size: 1rem;
  margin-right: 10px;
}
#password-strength-meter-container .label:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\ea0a";
  font-size: 1rem;
  margin-left: 10px;
}
#password-strength-meter-container .password-strength-meter {
  height: 15px;
  background-color: #fff;
  border-radius: 8px;
}
#password-strength-meter-container .password-strength-meter:before {
  border-radius: 8px;
}
#password-strength-meter-container .password-strength-meter span {
  display: none;
}
form.form-address-edit fieldset {
  margin-bottom: 40px;
}
.block-collapsible-nav {
  top: 0;
}
.block-collapsible-nav .title {
  background: #04a5b5;
}
.block-collapsible-nav .title strong {
  font-size: 1.6rem;
}
.block-collapsible-nav .content {
  background: #04a5b5;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #fff;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item > strong:hover {
  background: #038e9c;
}
.block-collapsible-nav .item.current > strong {
  color: #fff;
  border-color: #fff;
}
.data.table .col.actions .action,
#checkout-review-table .button-remove .button-action {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #04a5b5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.data.table .col.actions .action span,
#checkout-review-table .button-remove .button-action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data.table .col.actions .action:before,
#checkout-review-table .button-remove .button-action:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
}
.data.table .col.actions .action:hover,
#checkout-review-table .button-remove .button-action:hover {
  background: #038e9c;
  text-decoration: none;
}
.data.table .col.actions .action.edit:before,
#checkout-review-table .button-remove .button-action.edit:before,
#checkout-review-table .button-remove .button-action.edit:before {
  content: "\e90a";
}
.data.table .col.actions .action.delete:before,
#checkout-review-table .button-remove .button-action.delete:before,
#checkout-review-table .button-remove .button-action.remove:before {
  content: "\e908";
}
.data.table .col.actions .action.view:before,
#checkout-review-table .button-remove .button-action.view:before {
  content: "\f06e";
}
.data.table .col.actions .action.order:before,
#checkout-review-table .button-remove .button-action.order:before {
  content: "\e905";
  position: relative;
  left: -1px;
}
.account .column.main .block:not(.widget) .block-title {
  font-size: 2rem;
  margin-bottom: 10px;
}
.account .column.main .block:not(.widget) .block-title > .action {
  font-size: 65%;
}
.account .column.main .block:not(.widget) .box-title {
  display: flex;
  align-items: flex-start;
}
.account .column.main .block:not(.widget) .box-title > span {
  margin: 9px 0 0;
}
.account .column.main .block:not(.widget) .box-title .actions {
  margin-top: 0;
}
.account .column.main .block:not(.widget) .box-title .actions .action {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #04a5b5;
}
.account .column.main .block:not(.widget) .box-title .actions .action span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .column.main .block:not(.widget) .box-title .actions .action:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.9rem;
}
.account .column.main .block:not(.widget) .box-title .actions .action.edit:before {
  content: "\e90a";
}
.account .column.main .block:not(.widget) .box-title .actions .action.change-password {
  display: none;
}
.account .column.main .block:not(.widget) .box-title .actions .action:hover {
  text-decoration: none;
  background: #038e9c;
}
.account .column.main .block:not(.widget) .box-actions {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.account .column.main .actions-toolbar .action.back {
  margin-top: 4px;
}
.checkout-onepage-success .checkout-success {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .checkout-onepage-success .checkout-success {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .checkout-onepage-success .success-extra-info {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .checkout-onepage-success .success-extra-info > div:first-child iframe {
    display: none;
  }
}
@media (min-width: 992px) {
  .checkout-onepage-success .success-extra-info > div:nth-child(2n+1) {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .checkout-onepage-success .success-extra-info > div:nth-child(2n+1) {
    width: 49.81549815%;
  }
}
@media (min-width: 992px) {
  .checkout-onepage-success .success-extra-info > div:nth-child(2n) {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .checkout-onepage-success .success-extra-info > div:nth-child(2n) {
    width: 36.900369%;
  }
}
@media (min-width: 992px) {
  .checkout-onepage-success .success-extra-info > div:last-child {
    display: none;
  }
}
.checkout-onepage-success p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 25px;
}
.checkout-onepage-success p a {
  text-decoration: underline;
}
.checkout-onepage-success a.button {
  margin-top: 10px;
}
.checkout-onepage-success iframe {
  margin-bottom: 25px;
}
.checkout-onepage-success .actions-toolbar {
  margin-top: 10px;
}
.checkout-onepage-success .actions-toolbar .action.primary.continue {
  width: auto;
}
.checkout-onepage-success .a2a_kit {
  margin: 10px 0 0;
  text-align: left;
}
.checkout-onepage-success .a2a_kit .a2a_dd {
  background: #04a5b5;
  padding-left: 25px;
  padding-right: 25px;
}
.checkout-onepage-success .a2a_kit .a2a_dd:before {
  margin-right: 12px;
}
.checkout-onepage-success .a2a_kit .a2a_dd:active,
.checkout-onepage-success .a2a_kit .a2a_dd:focus,
.checkout-onepage-success .a2a_kit .a2a_dd:hover {
  background: #038e9c;
}
.checkout-onepage-success .addtohome {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1.16666667;
  justify-content: center;
}
@media (min-width: 768px) {
  .checkout-onepage-success .addtohome {
    justify-content: left;
  }
}
.checkout-onepage-success .addtohome:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e903";
  width: 7.5rem;
  height: 7.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #04a5b5;
  color: #fff;
  font-size: 5rem;
  margin-right: 20px;
  border-radius: 15px;
}
.checkout-onepage-success .addtohome em,
.checkout-onepage-success .addtohome i {
  font-style: normal;
}
.checkout-onepage-success .addtohome em:before,
.checkout-onepage-success .addtohome i:before {
  content: "\a";
  white-space: pre;
}
form.contact {
  margin-left: auto;
  margin-right: auto;
}
form.contact .contact-welcome h2 {
  font-size: 2.8rem;
  font-weight: 500;
}
form.contact .contact-welcome p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
form.contact .fieldset {
  margin-bottom: 0;
}
form.contact .fieldset .legend {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 500;
  width: 100%;
}
form.contact .fieldset textarea {
  display: block;
}
form.contact .actions-toolbar {
  margin-top: 65px;
}
form.contact .actions-toolbar > .primary {
  float: none;
  width: 100%;
  text-align: center;
}
form.contact .actions-toolbar > .primary .action {
  float: none;
  margin: 0;
}
.field.taxvat {
  text-align: center;
}
.field.company {
  text-align: center;
}
.field.taxvat .label {
  font-size: 1.7rem;
}
.field.company .label {
  font-size: 1.7rem;
}
/**
 * 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_Osc
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/**************************************************** Osc style ****************************************************/
.one-step-checkout-wrapper {
  width: 100% !important;
  margin-top: 20px;
  padding: 0 !important;
}
.onestepcheckout-index-index input.google-auto-complete {
  margin-right: 10px;
  width: calc(64%);
}
.one-step-checkout-container .osc-geolocation {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.opc-wrapper .fieldset.address .field.choice {
  width: 100%;
  padding: 0 10px;
  float: left;
}
.onestepcheckout-index-index .field.choice.col-mp {
  margin-bottom: 10px;
}
.opc-wrapper .create-account-block .fieldset .field .label {
  font-weight: 400 !important;
}
.step-title .fa {
  display: none;
}
.step-content {
  border-radius: 0 !important;
  padding-top: 20px !important;
}
.mp-hidden {
  display: none;
}
/**************************************************** Authetication area ****************************************************/
.osc-authentication-wrapper {
  padding-left: 10px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .osc-authentication-wrapper {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .osc-authentication-wrapper {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .osc-authentication-wrapper {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .osc-authentication-wrapper {
    font-size: 1.8rem;
  }
}
.osc-authentication-toggle {
  cursor: pointer;
}
.popup-authentication .block-authentication {
  border: none !important;
}
.checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap .modal-content .mfp-hide {
  display: block !important;
}
.checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap h1.modal-title {
  display: none;
}
/**************************************************** Shipping address area ****************************************************/
.one-step-checkout-wrapper .form.form-login {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.one-step-checkout-wrapper #customer-email-fieldset.fieldset > .field {
  margin: 0 !important;
}
fieldset.field.col-mp {
  padding: 0 10px;
}
.opc-wrapper .shipping-address-items {
  margin-top: 20px !important;
  padding: 0 20px;
}
.opc-wrapper .shipping-address-item {
  width: 100% !important;
  padding: 10px 35px 10px 20px;
  line-height: 25px;
}
.opc-wrapper .shipping-address-item.not-selected-item {
  cursor: pointer;
}
.opc-wrapper .shipping-address-item button.edit-address-link {
  position: absolute;
  top: 14px;
  right: 40px;
  margin-top: 0;
}
.opc-wrapper .action-select-shipping-item {
  display: none !important;
}
.opc-wrapper .form-shipping-address {
  margin-bottom: 0 !important;
}
.opc-wrapper .shipping-address-item:not(.selected-item) {
  border-color: #cccccc;
}
.opc-wrapper .shipping-address-item:before {
  background: none !important;
}
.opc-wrapper .create-account-block {
  margin-bottom: 20px;
}
/** Theme **/
#checkout-step-shipping .form-login,
#checkout-step-billing .form-login {
  margin-top: 0 !important;
}
.opc-wrapper .fieldset > .form-create-account > .field.required > .label {
  font-size: 1.8rem;
  line-height: 1.77777778;
  text-align: center;
  display: block;
}
.opc-wrapper .fieldset > .form-create-account > .field.required > .label:after {
  content: '*';
  color: #fff;
  font-size: inherit;
}
/**************************************************** Billing address area ****************************************************/
.checkout-billing-address .step-content .field.field-select-billing label {
  display: none;
}
.fieldset#billing-new-address-form > .field > .label {
  font-weight: normal;
}
#checkout-step-billing .field.field-select-billing {
  margin-bottom: 20px;
  padding: 0 10px;
}
/**************************************************** Shipping method area ****************************************************/
#checkout-shipping-method-load .table-checkout-shipping-method {
  width: 100% !important;
  min-width: 0;
}
.osc-shipping-method ul {
  padding: 0;
}
.osc-shipping-method ul li {
  list-style: none;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.osc-place-order-wrapper .checkout-agreements-block {
  margin-bottom: 0px;
}
/**************************************************** Payment method area ****************************************************/
.osc-payment-after-methods .opc-payment-additional .field .control {
  float: left;
  margin-right: 3px;
  width: 100%;
  margin-bottom: 10px;
}
.osc-payment-after-methods .opc-payment-additional .actions-toolbar > .primary {
  width: 100%;
}
.payment-method-content .payment-method-billing-address,
.payment-method-content .actions-toolbar {
  display: none;
}
.checkout-payment-method .payment-method-content {
  padding-bottom: 0 !important;
}
/** 2.1.3 **/
.checkout-payment-method .payment-group .step-title {
  display: none;
}
/**************************************************** Order summary area ****************************************************/
.opc-block-summary .minicart-items-wrapper {
  max-height: none !important;
  margin: 0;
  padding: 0;
}
.opc-block-summary .items-in-cart > .title {
  margin-bottom: 15px;
}
.opc-block-summary {
  background: none !important;
  border: none !important;
}
.one-step-checkout-wrapper .minicart-items-wrapper .product-item-detail {
  display: inherit;
  padding-left: 10px;
}
.remove-wrapper {
  padding: 5px;
}
#checkout-review-table {
  width: 100%;
  border: 1px solid #dcd8d8;
  border-collapse: inherit;
  border-bottom: 0;
}
#checkout-review-table thead th {
  text-transform: uppercase;
  font-weight: bold;
}
#checkout-review-table thead th,
#checkout-review-table tbody tr td,
#checkout-review-table tfoot tr td {
  padding: 15px 15px;
  border-bottom: 1px solid #dcd8d8;
  min-width: 50px;
}
.opc-block-summary .block.items-in-cart {
  margin-bottom: 0 !important;
}
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  text-align: right;
}
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  width: 150px;
  padding-right: 20px;
}
.opc-block-summary .table-totals .grand .mark {
  padding-right: 0 !important;
}
.one-step-checkout-wrapper .mp-4 .minicart-items-wrapper .product-image-container {
  /*display: none;*/
}
.one-step-checkout-wrapper .mp-4 .opc-block-summary {
  padding: 0 10px;
}
.one-step-checkout-wrapper .mp-4 #checkout-review-table thead th,
.one-step-checkout-wrapper .mp-4 #checkout-review-table tbody tr td,
.one-step-checkout-wrapper .mp-4 #checkout-review-table tfoot tr td {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cart-gift-item {
  float: left;
  margin-left: 0;
  width: 100%;
}
.gift-options-content {
  margin-top: 10px;
}
.gift-options-content .fieldset {
  margin: 0;
}
.gift-options-content .secondary {
  float: right;
  margin-right: 7px;
}
.gift-message-item {
  cursor: pointer;
}
.gift-message-item > i {
  position: absolute;
  right: -5px;
  top: 11px;
}
.popup-gift-message-item .actions-toolbar .primary {
  float: right;
}
/**************************************************** Place order area ****************************************************/
.one-step-checkout-wrapper .mp-4 #co-place-order-area {
  padding: 0 !important;
}
.one-step-checkout-wrapper .mp-4 #co-place-order-area .osc-addition-content-wrapper,
.one-step-checkout-wrapper .mp-4 #co-place-order-area .osc-place-order-wrapper {
  width: 100%;
}
#order-summary-fieldset .fieldset.address .field {
  clear: unset;
}
.osc-place-order-block {
  margin-bottom: 20px;
}
.osc-place-order-block .field-row label {
  display: block;
  margin-bottom: 6px;
}
.osc-place-order-block .actions-toolbar {
  margin-top: 6px;
}
.osc-place-order-wrapper button.action.primary.checkout span,
.osc-place-order-wrapper button.block-minicart .block-content > .actions > .primary .action.primary span {
  color: #ffffff;
  background: none;
  border: none;
}
.checkout-agreements-block #co-place-order-agreement {
  margin-bottom: 0;
}
/**************************************************** Responsive ****************************************************/
@media (min-width: 1024px), print {
  .checkout-index-index .modal-popup.popup-authentication .modal-inner-wrap,
  .popup-gift-message-item .modal-inner-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 500px !important;
    min-width: 0;
  }
  .popup-gift-message-item .actions-toolbar .primary {
    float: right;
  }
  .popup-authentication .block[class] {
    padding-right: 0 !important;
  }
  .checkout-index-index .modal-popup.popup-authentication .modal-inner-wrap .block.block-customer-login {
    margin-top: 20px;
  }
}
@media (min-width: 786px), print {
  .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    width: 600px !important;
    min-width: 0;
  }
  .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap header {
    padding: 0 !important;
    z-index: 99;
  }
  .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap header .action-close {
    padding: 15px !important;
  }
  .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap header .action-close:before {
    color: #ffffff !important;
    font-weight: bold;
  }
  .checkout-index-index .modal-popup.osc-social-login-popup .modal-inner-wrap .modal-content {
    padding: 0 !important;
  }
}
@media (min-width: 768px), print {
  .popup-authentication .modal-inner-wrap {
    min-width: inherit !important;
  }
}
@media (min-width: 320px), print {
  .checkout-index-index .modal-popup.popup-authentication .modal-inner-wrap .block.block-customer-login {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 786px) {
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    margin: 20px 0px 15px;
  }
  #checkout-review-table thead th,
  #checkout-review-table tbody tr td,
  #checkout-review-table tfoot tr td {
    padding: 15px 5px;
  }
  .gift-message-item-content .fa-gift {
    position: absolute;
    right: 0;
    z-index: 99;
  }
  .popup-gift-message-item .actions-toolbar .primary {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 736px) {
  #checkout-step-shipping .create-account-block .confirmation,
  #checkout-step-shipping .create-account-block {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 320px) {
  #checkout-review-table thead th,
  #checkout-review-table tbody tr td,
  #checkout-review-table tfoot tr td {
    padding: 15px 0px;
  }
  .checkout-index-index .modal-popup.popup-authentication .modal-inner-wrap .block.block-customer-login {
    margin-top: 20px;
  }
  table#checkout-review-table .product-item .price,
  table#checkout-review-table .remove-wrapper {
    line-height: 80px;
  }
}
/*************************************************** Compatible**************************************************************/
/* Amasty_ShippingTableRates */
div[data-bind="scope: 'checkout.steps.shipping-step'"] > .checkout-shipping-address {
  display: none !important;
}
form#co-shipping-method-form div#shipping-method-buttons-container {
  display: none;
}
/* braintree-paypal */
.payment-method-item.braintree-paypal-account {
  width: 85%;
  margin-bottom: 10px;
}
/* css TIG_PostNL */
.checkout-container .postnl-deliveryoptions .delivery_options button:not(.primary):not(.action-show):not(.action-close):not(.edit-address-link):not(.ui-datepicker-trigger):not(.button-active) {
  background-color: #eeeeee !important;
  color: black !important;
}
.field.date ._has-datepicker {
  display: inline-block;
}
.opc-payment .payment-method-content .checkout-agreements-block {
  padding-top: 10px;
}
.opc.opc-sticky {
  display: inline-block;
}
.opc.opc-sticky .sticky {
  position: sticky;
  top: 30px;
}
.osc-cms-block {
  margin: 30px 0;
}
#opc-sidebar ~ .osc-cms-block {
  padding: 0 10px;
}
.osc-trust-seal {
  text-align: center;
}
.page-title-wrapper .checkout-description {
  color: inherit;
  display: none;
}
.onestepcheckout-index-index .field.choice {
  padding-left: 20px;
}
.onestepcheckout-index-index .totals-tax .mark {
  display: block;
}
.order-summary .opc-block-summary .product-item .subtotal {
  display: table-cell;
}
/* Mageplaza_OrderAttributes */
#onepage-checkout-shipping-method-additional-load .fieldset > .field:last-child {
  margin-bottom: 20px;
}
#checkout-payment-method-load,
#onepage-checkout-shipping-method-additional-load .checkout-comment-block {
  clear: both;
}
.opc-wrapper .fieldset > .field.not-required > .label:after,
.opc-wrapper .fieldset > .fields > .field.not-required > .label:after {
  content: '';
}
.checkout-index-index .mposc-product-modal .fieldset > .field > .label {
  font-weight: 600;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: unset;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: inline-block;
}
.options-list .field label.label {
  height: fit-content;
}
@media all and (min-width: 768px), print {
  .modal-content .gift-options .actions-toolbar:nth-child(3):before {
    border-left: unset;
  }
}
/* Mageplaza_DeliveryTime */
.opc-wrapper .delivery-date .control {
  position: relative;
}
.opc-wrapper .delivery-date .remove-delivery-date {
  position: absolute;
  right: 40px;
  top: 7px;
}
.opc-wrapper .delivery-date .control input {
  width: calc(67%);
}
.opc-wrapper .delivery-comment,
.opc-wrapper .house-security-code {
  width: 100%;
}
#osc_braintree_paypal_placeholder {
  width: 100%;
}
@media (max-width: 767px) {
  .row-mp > .col-mp {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .field.col-mp {
    padding: 0;
  }
}
@media (max-width: 480px) {
  fieldset.field.col-mp {
    padding: 0;
  }
}
.opc-wrapper > h2 {
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .opc-wrapper > h2 {
    text-align: left;
  }
}
.checkout-index-index .page-main {
  margin-top: 0;
}
.checkout-index-index .checkout-header {
  max-width: 100%;
  margin-bottom: 45px;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-index-index .checkout-header .page-title-wrapper {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.checkout-index-index .checkout-header .cms-block {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-index-index .checkout-header .cms-block {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .checkout-header .cms-block {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .checkout-index-index .checkout-header .cms-block {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .checkout-index-index .checkout-header .cms-block {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .checkout-index-index .checkout-header .cms-block {
    text-align: left;
  }
}
.checkout-index-index .opc-estimated-wrapper {
  display: none;
}
.checkout-index-index .opc-wrapper .step-title,
.checkout-index-index #shipping .step-title,
.checkout-index-index #opc-shipping_method .step-title {
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0;
  font-size: 2.1rem;
}
.qty-wrapper .button-action {
  margin-top: 0;
}
.qty-wrapper .qty-wrap input {
  min-width: 120px;
}
#checkout-review-table .product-item-name {
  font-size: 1.6rem;
}
#checkout-review-table .product-item .subtotal .price {
  font-size: 1.8rem;
  font-weight: bold;
}
#checkout-review-table .product .button-remove,
#checkout-review-table .details-qty .subtotal {
  display: none;
}
@media (max-width: 991px) {
  #checkout-review-table {
    border: none;
  }
  #checkout-review-table thead {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #checkout-review-table .product-item {
    display: block;
  }
  #checkout-review-table .product-item td {
    display: block;
    width: 100%;
    border: none;
  }
  #checkout-review-table .product-item .product {
    display: flex;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  #checkout-review-table .product-item .product .product-item-detail {
    position: relative;
    padding-bottom: 45px;
    flex-grow: 1;
  }
  #checkout-review-table .product-item .product .button-remove {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #checkout-review-table .product-item .details-qty {
    display: flex;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  #checkout-review-table .product-item .details-qty .subtotal {
    display: block;
    width: 50.17452007%;
    height: 37px;
    line-height: 37px;
    background: #fff;
    border-radius: 0 23px 23px 0;
    margin-left: -18.5px;
    font-size: 2.1rem;
    font-weight: bold;
    color: #000;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
    font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
  }
  #checkout-review-table .product-item .details-qty .subtotal * {
    font-size: inherit;
    line-height: inherit;
  }
  #checkout-review-table .product-item td.subtotal {
    display: none;
  }
  #checkout-review-table .product-item td.button-remove {
    display: none;
  }
}
.checkout-shipping-method .step-content {
  font-size: 1.4rem;
  line-height: 1.77777778;
}
@media (min-width: 768px) {
  .checkout-shipping-method .step-content {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .checkout-shipping-method .step-content {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .checkout-shipping-method .step-content {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .checkout-shipping-method .step-content {
    font-size: 1.8rem;
  }
}
.checkout-shipping-method .checkout-comment-block {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media (min-width: 992px) {
  .order-summary {
    padding-top: 25px;
  }
}
.order-summary .step-title {
  display: none;
}
@media (max-width: 991px) {
  .opc-block-summary {
    padding: 0;
  }
}
.opc-block-summary .step-content {
  margin-bottom: 20px;
}
.table.table-totals {
  border-bottom: none;
}
.table.table-totals tbody .mark,
.table.table-totals tfoot .mark {
  text-align: left;
}
.table.table-totals tbody .amount,
.table.table-totals tfoot .amount {
  padding-right: 0;
}
.checkout-agreements-block .checkout-agreement.field:before {
  display: none;
}
.checkout-agreements-block .checkout-agreement.field input[type="checkbox"] {
  flex-shrink: 0;
  margin-right: 9px;
}
.checkout-agreements-block .checkout-agreement.field button.action {
  font-family: 'Karma', Georgia, 'Times New Roman', Times, serif;
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .checkout-agreements-block .checkout-agreement.field button.action {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .checkout-agreements-block .checkout-agreement.field button.action {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .checkout-agreements-block .checkout-agreement.field button.action {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .checkout-agreements-block .checkout-agreement.field button.action {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .sidebar-top {
    padding: 0;
  }
}
.sidebar-top .checkout-comment-block {
  font-size: 1.4rem;
  line-height: 1.77777778;
}
@media (min-width: 768px) {
  .sidebar-top .checkout-comment-block {
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .sidebar-top .checkout-comment-block {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .sidebar-top .checkout-comment-block {
    font-size: 1.7rem;
  }
}
@media (min-width: 1364px) {
  .sidebar-top .checkout-comment-block {
    font-size: 1.8rem;
  }
}
.sidebar-top .checkout-comment-block label {
  font-size: 2.1rem;
  line-height: 1.1;
  font-weight: 500;
}
.sidebar-top .checkout-comment-block .sublabel {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 500;
}
.sidebar-top .checkout-comment-block textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 150px;
}
@media (max-width: 767px) {
  .sumary-cont {
    padding: 0;
  }
}
#co-place-order-area {
  padding: 0;
}
@media (min-width: 992px) {
  #co-place-order-area {
    padding-top: 45px;
  }
}
#co-place-order-area .osc-place-order-block.checkout-addition-block {
  padding: 0;
  margin-bottom: 0;
}
.sidebar-cont.col-mp {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 991px) {
  .sidebar-cont.col-mp {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-cont.col-mp #opc-sidebar {
  padding-top: 35px;
}
.osc-place-order-wrapper {
  clear: both;
}
.osc-place-order-wrapper .place-order-primary {
  display: flex;
}
.osc-place-order-wrapper button.action.primary.checkout,
.osc-place-order-wrapper button.block-minicart .block-content > .actions > .primary .action.primary {
  margin-top: 5px;
  margin-left: auto;
}
.osc-place-order-wrapper button.action.primary.checkout:after,
.osc-place-order-wrapper button.block-minicart .block-content > .actions > .primary .action.primary:after {
  content: "\e90b";
}
.osc-place-order-wrapper button.action.primary.checkout:hover,
.osc-place-order-wrapper button.block-minicart .block-content > .actions > .primary .action.primary:hover {
  background-color: #038e9c !important;
  border-color: #038e9c !important;
}
@media (max-width: 767px) {
  .checkout-payment-method .step-title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .checkout-payment-method .payment-option,
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
.checkout-payment-method .field.choice {
  padding-left: 0;
}
.checkout-shipping-address {
  position: relative;
}
.checkout-shipping-address .action-show-popup {
  position: absolute;
  right: 20px;
  top: 0;
  padding: 0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #04a5b5;
}
.checkout-shipping-address .action-show-popup span {
  display: none;
}
.checkout-shipping-address .action-show-popup:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.9rem;
  content: "\e90a";
}
.mpfaqs-search,
.mpfaqs-list,
.mpfaqs-form {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.mpfaqs-search {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mpfaqs-search {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mpfaqs-search__header {
    text-align: center;
  }
}
.mpfaqs-search__header h2 {
  font-size: 3.2rem;
  font-weight: 600;
}
.mpfaqs-search__header p {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 740px;
  font-weight: 500;
  margin-bottom: 1.25em;
}
.mpfaqs-search__header p a {
  color: #04a5b5;
  font-weight: bold;
}
.mpfaqs-search__field {
  position: relative;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .mpfaqs-search__field {
    font-size: 2.35rem;
  }
}
@media (min-width: 1024px) {
  .mpfaqs-search__field {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .mpfaqs-search__field {
    font-size: 2.65rem;
  }
}
@media (min-width: 1364px) {
  .mpfaqs-search__field {
    font-size: 2.8rem;
  }
}
.mpfaqs-search__field input {
  font-size: inherit;
  font-weight: 600;
  text-align: left;
  height: 1.89285714em;
  line-height: 1.89285714em;
  padding: 0 1.78571429em 0 2.85714286em;
  border-width: 3px;
  border-radius: 34px;
}
.mpfaqs-search__field .mpfaqs-search__action a {
  position: absolute;
  top: 0;
  left: 35px;
  right: auto;
  height: 100%;
  padding: 0;
  font-size: 0.85714286em;
  display: flex;
  align-items: center;
}
.mpfaqs-search__field .mpfaqs-search__action a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpfaqs-search__field .mpfaqs-search__action a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e90e";
  cursor: pointer;
  color: #000;
  font-size: inherit;
}
#mpfaqs-list-container {
  position: relative;
}
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay .loader img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
@media (min-width: 768px) {
  .questions-container {
    display: flex;
  }
}
.questions-container .topics {
  display: none;
}
@media (min-width: 768px) {
  .questions-container .topics {
    display: block;
    margin-bottom: 0;
    width: 27.27272727%;
    border-right: 2px solid rgba(255, 255, 255, 0.25);
    padding-right: 20px;
    box-sizing: border-box;
    flex-shrink: 0;
  }
}
.questions-container .topics .title,
.questions-container .questions .cat-title {
  font-size: 2.4rem;
  line-height: 1.1;
  margin: 0 0 30px;
  color: #038e9c;
}
@media (min-width: 768px) {
  .questions-container .topics .title,
  .questions-container .questions .cat-title {
    margin: 5px 0 45px;
  }
}
.questions-container .topics .item {
  font-size: 2.1rem;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .questions-container .topics .item {
    margin-bottom: 30px;
  }
}
.questions-container .topics .item a {
  text-decoration: none;
}
.questions-container .topics .item a.active,
.questions-container .topics .item a:hover {
  color: #038e9c;
}
@media (min-width: 768px) {
  .questions-container .questions {
    padding-left: 20px;
    box-sizing: border-box;
    flex-grow: 1;
  }
}
.questions-container .questions > div {
  max-width: 700px;
  margin-left: auto;
}
.questions-container .questions .mpfaqs-list__block.active {
  display: block !important;
}
@media (max-width: 767px) {
  .questions-container .questions .mpfaqs-list__block {
    display: block !important;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .questions-container .questions .mpfaqs-list__block__question {
    padding-left: 15px;
  }
}
.questions-container .questions .mpfaqs-list__block__question .mpfaqs-item {
  margin-bottom: 20px;
}
.questions-container .questions .collapsible-header {
  font-size: 1.8rem;
  line-height: 1.33333333;
  font-weight: bold;
  cursor: pointer;
  font-family: 'Frank Ruhl Libre', Georgia, 'Times New Roman', Times, serif;
}
.questions-container .questions .collapsible-header:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'qoffy-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e901";
  width: 2.4rem;
  height: 2.4rem;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #04a5b5;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 7px;
}
.questions-container .questions .collapsible-header.active:before {
  transform: rotate(90deg);
}
.questions-container .questions .collapsible-body {
  padding: 20px 0 20px 35px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
#mpfaqs-question-form .faqs-loader {
  width: 35px;
  display: none;
  position: absolute;
}
@media (max-width: 394px) {
  #mpfaqs-question-form .faqs-loader {
    position: relative;
  }
}
.mpfaqs-form {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .mpfaqs-form {
    margin-top: 225px;
  }
}
@media (max-width: 767px) {
  .mpfaqs-form form {
    margin-left: auto;
    margin-right: auto;
  }
}
.mpfaqs-form .mpfaqs-form-header {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mpfaqs-form .mpfaqs-form-header {
    text-align: center;
  }
}
.mpfaqs-form .mpfaqs-form-header h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #038e9c;
}
.mpfaqs-form .mpfaqs-form-header p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.mpfaqs-form label {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.73333333;
  text-align: center;
}
.mpfaqs-form .input-field {
  margin-bottom: 20px;
}
.mpfaqs-form a.btn {
  text-align: center;
  display: block;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: -9px !important;
}
@media (max-width: 767px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    max-width: 250px !important;
  }
}
span#block-discount-heading {
  font-size: 1.8rem;
}
.ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}
@media (max-width: 767px) {
  .owl-carousel-custom-1 .banner-item .banner-video {
    height: 56vh;
  }
}
@media (max-width: 767px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot span {
    padding: 7px 7px;
  }
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots .owl-dot:first-child {
    border: inherit;
    clip: inherit;
    height: auto;
    margin: inherit;
    overflow: unset;
    padding: inherit;
    position: relative;
    width: auto;
  }
}
@media (min-width: 819px) and (max-width: 820px) {
  .owl-carousel-custom-1 .banner-item .banner-video {
    height: 278px;
  }
}
@media (min-width: 1023px) and (max-width: 1024px) {
  .owl-carousel-custom-1 .banner-item .banner-video {
    height: 348px;
  }
}
@media (min-width: 1179px) and (max-width: 1180px) {
  .owl-carousel-custom-1 .banner-item .banner-video {
    height: 394px;
  }
}
@media (max-width: 414px) {
  .owl-carousel-custom-1 .banner-item {
    height: 226px;
  }
}
div#qty-error {
  color: #cccccc !important;
}
a.action.order {
  background-color: #04a5b5;
  border-radius: 22px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
div#registration {
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
}
.fieldset.address .field:nth-of-type(7),
.fieldset.address .field:nth-of-type(6) {
  display: none;
}
.price-excluding-tax:before {
  color: #d3d1cd;
}
@media screen and (min-width: 768px) {
  .owl-carousel-custom-1 {
    margin-top: 54px;
  }
  .owl-carousel-custom-1 .banner-item .banner-video {
    height: 383px;
  }
  .owl-carousel-custom-1 .banner-item {
    align-items: flex-start;
  }
  .cms-home .columns .main {
    padding-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .store-features ul {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .owl-carousel-custom-1.owl-theme.owl-carousel .owl-dots {
    bottom: 2px;
  }
  .header .owl-item {
    width: 226px !important;
  }
  .banner-image img {
    height: 381px;
  }
  .owl-carousel-custom-1 .banner-item .wistia_responsive_padding,
  .owl-carousel .banner-item .content_slider {
    top: 0;
  }
  .logo-wrapper .logo {
    min-width: 165px;
    max-width: 170px;
  }
}
.page-footer .enjoy-carefree .social-links li,
.page-footer .enjoy-carefree .social-links li:first-child {
  margin-left: 0px;
}
.page-footer .enjoy-carefree .social-links li:first-child {
  margin-right: 15px;
}
.page-footer .enjoy-carefree .copyrights {
  text-align: left;
}
.std .custom-slider .banner-image img {
  height: 225px;
}
.crosssell.block .block-title,
.upsell.block .block-title,
.related.block {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 36px;
  text-align: center;
}
.column.main .block.upsell .title strong,
.column.main .block.crosssell .title strong,
.column.main .block.related .title strong {
  font-size: 3rem;
}
.header.content .store-features {
  display: block;
  margin-left: 4%;
  padding-bottom: 0px;
  height: 87px;
}
.header.content .store-features .owl-carousel .owl-item {
  top: 0px;
}
.header.content .store-features ul li {
  font-size: 2rem;
  font-weight: 600;
}
.store-features ul li:before {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .header.content .store-features {
    display: none;
  }
  .upsell.block .block-title {
    height: 7rem;
  }
}
tr.grand.totals.excl .mark strong {
  color: #04a5b5;
}
tr.grand.totals.excl td.amount {
  color: #04a5b5;
}
.cms-index-index .page-main .messages .message a,
.cms-assortiment .page-main .messages .message a {
  color: white;
}
.block.related .product-readmore {
  display: none;
}
span.cartText:before {
  font-family: 'qoffy-icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\e905";
  font-size: 2rem;
  color: #000;
  height: 26px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 90px;
  margin: 0 auto;
  float: none;
  position: static;
}
.product.actions.product-item-actions {
  display: none;
}
.header.content .store-features .owl-theme.owl-carousel .owl-stage-outer {
  padding-top: 2px;
}
.checkout-payment-method .field.choice {
  padding-left: 0;
  font-size: 1.8rem;
}
.payment-option-content {
  font-size: 1.8rem;
}
.header.content .store-features .store-features ul li:before {
  font-size: 6rem;
}
@media (max-width: 767px) {
  .owl-carousel-custom-1 .banner-item {
    height: 56vw;
  }
}
.store-features ul li > div {
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  #mb-ajaxcart-wrapper img.image {
    width: 50%;
  }
  #mb-ajaxcart-wrapper .product-name {
    font-size: 2.6rem;
  }
}
@media (max-width: 451px) {
  #mb-ajaxcart-wrapper .ajaxcart-success-box .ajaxcart-buttons .action.primary {
    margin: 10px 10px;
  }
}
.checkout-cart-index.page-layout-1column .cart-summary {
  flex-direction: column;
}
.checkout-cart-index.page-layout-1column .cart-summary .cart-totals {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.checkout-cart-index.page-layout-1column .cart-summary .cart-totals,
.checkout-cart-index.page-layout-1column .cart-summary .cart-summary-tools {
  width: 100%;
}
.checkout-cart-index.page-layout-1column .cart-summary-info {
  display: inline-block;
  vertical-align: text-bottom;
}
.amrewards-highlight-container > .caption strong {
  font-size: 1.8rem;
}
.amrewards-highlight-containe:before {
  margin: 0px 3px 0px 0px;
}
.amrewards-highlight-container > .caption strong b {
  color: #04a5b5 !important;
}
@media (max-width: 1023px) {
  .cart-summary #block-discount {
    margin-left: 0px;
    margin-right: 0px;
  }
  .cart-summary .checkout-methods-cont {
    margin-left: 0px;
  }
}
.checkout-cart-index .data.table.totals .total-rules {
  display: none !important;
}
.checkout-cart-index .totals .title.-enabled:after {
  display: none !important;
}
.opc-wrapper .shipping-address-item:not(.selected-item) {
  border-color: transparent;
}
.catalog-product-view .a2a_default_style:not(.a2a_flex_style) a,
.checkout-onepage-success .a2a_kit .a2a_dd {
  padding: 8px 33px;
}
.catalog-product-view .block.related .block-actions .action.select {
  display: none;
}
.catalog-product-view .product-item .product-item-link {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .mpfaqs-form {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .mpfaqs-form {
    margin-top: 50px;
  }
}
.amrewards-info-table .amrewards-table-header .col {
  color: #04a5b5;
}
.amrewards-info-table {
  color: #FFF;
}
@media (max-width: 768px) {
  .questions-container .questions .collapsible-header span {
    display: block;
    margin-left: 30px;
  }
  .questions-container .questions .collapsible-header:before {
    position: absolute;
  }
}
.catalog-category-view .products-grid .product-items {
  justify-content: flex-start;
}
.page-products .products-grid .product-item {
  width: 48%;
  margin-left: 0;
}
.page-products .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .page-products .products-grid .product-item {
    width: 100%;
  }
}
.toolbar-products .modes,
.toolbar-products .toolbar-amount {
  display: none !important;
}
button#product-addtoquote-button {
  width: 208px;
  margin-top: 10px;
}
.miniquote-wrapper .action.showquote img {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  height: 44px;
  max-width: 33px;
  line-height: 33px;
  border-radius: 2px;
  margin: 3px 0px 0;
  min-width: 18px;
  overflow: hidden;
  padding: 5px 29px 0px 1px;
  text-align: center;
  white-space: normal;
}
.miniquote-wrapper .action.showquote .counter.qty {
  font-size: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  width: 1.47619048em;
  height: 1.47619048em;
  line-height: 1.47619048em;
  background: #04a5b5;
  color: #fff;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  padding: 3px;
  right: -0.23809524em;
  top: -0.33333333em;
  display: block;
}
div#miniquote-content-wrapper {
  color: black;
}
.block-miniquote .subtotal > .label {
  visibility: none;
}
.miniquote-wrapper.active .block-miniquote {
  background: #393939;
}
#miniquote-content-wrapper {
  color: #FFF !important;
}
.miniquote-items-wrapper .miniquote-items .product.actions div a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #04a5b5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  color: #FFF;
}
.miniquote-wrapper .action.close:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #FFF;
  font-size: 32px;
}
.miniquote-wrapper .product .actions > .primary {
  vertical-align: top;
}
.paynl .payment-method-content p {
  background: unset;
}
@media (max-width: 767px) {
  .page-layout-landing .logo-wrapper {
    margin-left: 102px;
  }
}
@media (min-width: 768px) {
  .page-layout-landing .logo-wrapper {
    margin-left: 28%;
  }
  .page-layout-landing .page-main {
    margin-top: 0px;
  }
}
.page-layout-landing .store-features {
  display: none !important;
}
.page-layout-landing .shop-tagline {
  color: #04a4b6;
}
.page-layout-landing .header-store-tools {
  display: none;
}
.page-layout-landing .navigation {
  display: none;
}
.page-layout-landing .column.main .go-back-action,
.page-layout-landing .column.main .form.create.account .actions-toolbar .secondary {
  display: none;
}
.make-your-choice {
  box-sizing: border-box;
}
.fieldset > .ifYes > .field > .label {
  font-weight: 700;
}
.page-layout-2columns-left .sidebar-main {
  padding-top: 72px;
  position: sticky;
  top: 0;
  background: #393939;
}
.filter-options input[type='checkbox'] + .amshopby-choice:after {
  background: #04a5b5 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 20px;
  content: none;
}
.filter-options input[type='checkbox'] + .amshopby-choice:before,
.filter-options input[type='checkbox'] + .amshopby-choice:after {
  width: 20px;
  height: 20px;
}
li.item.-is-expanded.-filter-parent {
  min-height: 26px;
}
.amshopby-filter-parent span.label {
  padding: 9px !important;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 7px 0 0 20px !important;
  position: relative;
}
.amshopby-link-selected {
  color: #04a5b5;
}
.filter-actions .filter-clear {
  color: #04a5b5;
}
#bss_ajaxcart_popup {
  background: #393939 !important;
}
#bss_ajaxcart_popup .message {
  font-size: 1.7rem;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
@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;
  }
  .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,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 150%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 0;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-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 .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-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 .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 10px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 0;
    text-align: center;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 4.3rem;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #393939;
    border-style: solid;
    border-width: 0 0 3px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #ffffff;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #393939;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .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: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    box-sizing: border-box;
    margin: 0 0 10px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #ffffff;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #ffffff;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: none;
    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;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    padding-bottom: 15px;
    min-width: 460px;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #ffffff;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #ffffff;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #ffffff;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #ffffff;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #ffffff;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #a5a8a9;
    font-weight: 700;
  }
  .block-search input:-moz-placeholder {
    color: #a5a8a9;
    font-weight: 700;
  }
  .block-search input::-moz-placeholder {
    color: #a5a8a9;
    font-weight: 700;
  }
  .block-search input:-ms-input-placeholder {
    color: #a5a8a9;
    font-weight: 700;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 0;
    text-align: center;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 100%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 10px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 10px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 0 0 0 0;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 100%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 10px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 10px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 0;
    text-align: center;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #393939;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 10px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .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;
  }
}
